﻿.svip-contact {
    --glass-bg: rgba(255, 255, 255, 0.7);
    --glass-border: rgba(255, 255, 255, 0.5);
    --glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
    --text-main: #1d1d1f;
    --text-secondary: #515154;
    --text-white: #ffffff;
    .blob-cont

{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}

.blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.15;
    animation: float 10s infinite alternate;
}

.blob-1 {
    width: 400px;
    height: 400px;
    background: var(--bs-primary);
    top: -50px;
    left: -100px;
}

.blob-2 {
    width: 500px;
    height: 500px;
    background: var(--bs-secondary);
    bottom: -100px;
    right: -100px;
    animation-duration: 12s;
}

@keyframes float {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(40px, 40px);
    }
}

/* --- Main Layout --- */
.container {
    width: 100%;
    max-width: 1050px;
    padding: 20px;
    z-index: 10;
    position: relative;
}

/* --- Panel Chevrons --- */
.panel-chevrons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}

    .panel-chevrons::before {
        content: ' ';
        position: absolute;
        width: 300px;
        height: 300px;
        -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='152' height='140' viewBox='0 0 152 140'%3E%3Cpath fill='none' stroke='%23000000' stroke-width='15' d='M110.438 16L77.926 73.9067H13L45.4136 132H110.438L143 73.9915L110.438 16Z'/%3E%3C/svg%3E");
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-size: contain;
        mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='152' height='140' viewBox='0 0 152 140'%3E%3Cpath fill='none' stroke='%23000000' stroke-width='15' d='M110.438 16L77.926 73.9067H13L45.4136 132H110.438L143 73.9915L110.438 16Z'/%3E%3C/svg%3E");
        mask-repeat: no-repeat;
        mask-position: center;
        mask-size: contain;
        background-color: currentColor;
        color: rgba(var(--bs-primary-rgb), 0.05);
        top: 10%;
        left: -100px;
        transform: rotate(-15deg);
    }

    .panel-chevrons::after {
        content: ' ';
        position: absolute;
        width: 250px;
        height: 250px;
        -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='152' height='140' viewBox='0 0 152 140'%3E%3Cpath fill='none' stroke='%23000000' stroke-width='15' d='M110.438 16L77.926 73.9067H13L45.4136 132H110.438L143 73.9915L110.438 16Z'/%3E%3C/svg%3E");
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-size: contain;
        mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='152' height='140' viewBox='0 0 152 140'%3E%3Cpath fill='none' stroke='%23000000' stroke-width='15' d='M110.438 16L77.926 73.9067H13L45.4136 132H110.438L143 73.9915L110.438 16Z'/%3E%3C/svg%3E");
        mask-repeat: no-repeat;
        mask-position: center;
        mask-size: contain;
        background-color: currentColor;
        color: rgba(var(--bs-secondary-rgb), 0.05);
        bottom: -50px;
        right: -80px;
        transform: rotate(10deg);
    }

    .panel-chevrons .chevron-sm {
        position: absolute;
        width: 100px;
        height: 100px;
        -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='152' height='140' viewBox='0 0 152 140'%3E%3Cpath fill='none' stroke='%23000000' stroke-width='15' d='M110.438 16L77.926 73.9067H13L45.4136 132H110.438L143 73.9915L110.438 16Z'/%3E%3C/svg%3E");
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-size: contain;
        mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='152' height='140' viewBox='0 0 152 140'%3E%3Cpath fill='none' stroke='%23000000' stroke-width='15' d='M110.438 16L77.926 73.9067H13L45.4136 132H110.438L143 73.9915L110.438 16Z'/%3E%3C/svg%3E");
        mask-repeat: no-repeat;
        mask-position: center;
        mask-size: contain;
        background-color: currentColor;
        color: rgba(var(--bs-primary-rgb), 0.1);
        top: 35%;
        left: 60px;
        transform: rotate(-20deg);
    }

.header-section {
    text-align: center;
    margin-bottom: 40px;
}

h1 {
    font-size: 36px;
    font-weight: 700;
    color: var(--text-main);
    letter-spacing: -0.5px;
    margin-bottom: 5px;
}

p.subtitle {
    font-size: 16px;
    color: var(--text-secondary);
}

/* --- iOS Segmented Control --- */
.tab-nav {
    background: rgba(118, 118, 128, 0.12);
    padding: 4px;
    border-radius: 12px;
    display: inline-flex;
    margin-top: 15px;
    position: relative;
}

.tab-btn {
    background: transparent;
    border: none;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
    color: var(--text-main);
    cursor: pointer;
    border-radius: 9px;
    position: relative;
    z-index: 2;
    transition: color 0.2s;
}

    .tab-btn.active,
    .nav-pills .nav-link.active.tab-btn {
        background: #fff;
        color: #000;
        box-shadow: 0 3px 8px rgba(0,0,0,0.12);
    }

/* --- The Glass Card --- */
.glass-card {
    background: var(--glass-bg);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid var(--glass-border);
    border-radius: 24px;
    box-shadow: var(--glass-shadow);
    display: flex;
    min-height: 400px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

    /* Fix for Bootstrap Tab Content inside Flex Container */
    .glass-card .tab-content {
        width: 100%;
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
    }

        /* Override Bootstrap's display:block for active tabs to maintain flex layout */
        .glass-card .tab-content .tab-pane.active {
            display: flex;
            flex: 1;
            width: 100%;
        }

/* The "Ghost" Sidebar Layer */
.sidebar-bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 35%;
    height: 100%;
    z-index: 0;
    transition: background 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    border-right: 1px solid rgba(255,255,255,0.2);
    background: var(--bs-primary);
}

/* --- Left Sidebar Content --- */
.sidebar-content {
    width: 35%;
    padding: 25px;
    position: relative;
    z-index: 1;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .sidebar-content h2 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 10px;
        color: var(--bs-secondary);
    }

    .sidebar-content p {
        font-size: 15px;
        line-height: 1.5;
        opacity: 0.95;
        font-weight: 400;
        color: var(--bs-white);
    }

/* --- Right Content Area --- */
.form-area {
    width: 65%;
    padding: 20px;
    position: relative;
    background: rgba(255,255,255,0.3);
    overflow-y: auto;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    color: var(--text-secondary);
}


/* --- Mobile Responsiveness --- */
@media (max-width: 850px) {
    .glass-card {
        flex-direction: column;
        height: auto;
    }

    .panel {
        flex-direction: column;
    }

    .sidebar-bg-layer {
        width: 100%;
        height: 200px;
        position: absolute;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }

    .sidebar-content, .form-area {
        width: 100%;
        padding: 30px;
    }

    .sidebar-content {
        height: 200px;
    }

    .form-area {
        margin-top: 0;
        background: white;
        border-radius: 0 0 24px 24px;
        max-height: none;
    }

    h1 {
        font-size: 32px;
    }

    .tab-nav {
        width: 100%;
        display: flex;
    }

    .tab-btn {
        flex: 1;
        padding: 8px 10px;
    }
}
}
