html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    background-color: #f8f9fa;
}

.vd-hero {
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.main-container {
    height: 100vh;
    min-height: 100vh;
    display: flex;
    align-items: stretch;
}


.left-panel {
    background-color: #1a252f;
    color: white;
    padding: 5% 8%;
    z-index: 1;
}

.left-panel,
.right-panel {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.right-panel {
    background-color: #dee2e6;
    position: relative;
    padding: 5% 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.accent-color {
    color: #ae8459;
}

.btn-accent {
    background-color: #ae8459;
    color: white;
    border-radius: 50px;
    padding: 12px 35px;
    font-weight: bold;
    border: none;
    transition: 0.3s;
}


.logo {
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.logo img {
    width: 150px;
}

.hero-title {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.1;
}


.speaker-img {
    width: 100%;
    height: auto;
    border-radius: 0 0 150px 150px;
    position: relative;
    z-index: 2;
}

.speaker-bg-circle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #ae8459;
    border-radius: 0 0 150px 150px;
    z-index: 1;
}

.right-panel {
    background-color: #dee2e6;
    position: relative;
}


.right-panel {
    position: relative;
    background-color: #dee2e6;
}

.curve-svg {
    position: absolute;
    top: 0;
    left: -10%;
    width: 15%;
    height: 100%;
    z-index: 1;
}

.right-content {
    position: relative;
    z-index: 2;
}

.accent-color {
    color: #ae8459;
}

.btn-accent {
    background-color: #ae8459;
    color: white;
    border-radius: 50px;
    padding: 12px 35px;
    font-weight: bold;
    border: none;
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    line-height: 1.1;
}


.speaker-img {
    width: 100%;
    border-radius: 0 0 150px 150px;
    position: relative;
    z-index: 2;
}

.speaker-bg-circle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background-color: #ae8459;
    border-radius: 0 0 150px 150px;
    z-index: 1;
}

.intro-section {
    background-color: #dee2e6;
    position: relative;
    z-index: 1;
}

.discussion-section {
    background-color: #1a252f;
    padding: 80px 0;
}


.topic-icon i {
    line-height: 1;
    display: block;
}

.discussion-section h5 {
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.speaker-profile-section {
    background-color: #f8f9fa;
    padding: 100px 0;
}


.speaker-frame {
    position: relative;
    width: 100%;
    max-width: 400px;
    aspect-ratio: 1 / 1.1;
}

.speaker-large-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 200px 200px;
    position: relative;
    z-index: 2;
}

.speaker-mask-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background-color: #ae8459;
    border-radius: 0 0 200px 200px;
    z-index: 1;
}


.speaker-profile-section h2 {
    letter-spacing: -1px;
}

.speaker-socials .btn {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: 0.3s;
}

.speaker-socials .btn:hover {
    background-color: #ae8459;
    border-color: #ae8459;
    color: white;
}


.registration-card {
    position: relative;
    overflow: hidden;
    z-index: 1;
}


.custom-input {
    background-color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
}

.custom-input:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
    outline: none;
}

.btn-outline-white {
    border: 2px solid white;
    color: white;
    background: transparent;
    transition: 0.3s;
}

.btn-outline-white:hover {
    background-color: white;
    color: #ae8459;
}

.form-check-input:checked {
    background-color: #1a252f;
    border-color: #1a252f;
}

.footer-bg {
    background-color: #1a252f;
    position: relative;
    overflow: hidden;
}

.social-link {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border: 1px solid white;
    border-radius: 50%;
    color: white;
    margin: 0 10px;
    align-items: center;
    justify-content: center;
}

.sub-footer {
    border-top: 1px solid #eeeeee;
}

.sub-footer span {
    color: #1a252f;
    letter-spacing: 0.5px;
}

.sub-footer img {
    filter: grayscale(100%);
    opacity: 0.8;
}

.modal-content {
    border-radius: 15px;
    overflow: hidden;
}

.modal-header {
    padding: 20px 25px;
}

.form-control:focus,
.form-select:focus {
    border-color: #ae8459;
    box-shadow: 0 0 0 0.25rem rgba(174, 132, 89, 0.25);
}

.input-group-text {
    border-right: none;
    background-color: #f8f9fa;
}

input[type="tel"] {
    border-left: none;
}

.main-container {
    position: relative;
    overflow: hidden;
    background-color: #d8dee3;
}

.left-panel {
    background-color: #1d252c !important;
    z-index: 1;
    position: relative;
}

.curve-divider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 350px;
    z-index: 2;
    pointer-events: none;

}

.curve-divider svg {
    width: 100%;
    height: 100%;

}

#autoWebinarModal .modal-content {
    border-radius: 20px;
}

#autoWebinarModal .accent-color {
    color: #ae8459;
}

#autoWebinarModal .btn-accent {
    background-color: #ae8459;
    color: white;
    border-radius: 50px;
    border: none;
    transition: 0.3s;
}

#autoWebinarModal .btn-accent:hover {
    background-color: #8e6b48;
    transform: translateY(-2px);
}

.stylish-modal-content {
    border-radius: 30px;
    overflow: hidden;
    background: #ffffff;
}

.modal-header-image {
    background: linear-gradient(135deg, #1a252f 0%, #2c3e50 100%);
    position: relative;
    padding-bottom: 20px;
}

.icon-circle {
    width: 80px;
    height: 80px;
    background: #ae8459;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 5px solid rgba(255, 255, 255, 0.2);
}

.info-box {
    background: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 15px;
    color: #1a252f;
}

.info-box i {
    color: #ae8459;
}

.btn-stylish-primary {
    background: #ae8459;
    color: white;
    border: none;
    border-radius: 50px;
    font-weight: 800;
    letter-spacing: 1px;
    transition: all 0.4s ease;
}

.btn-stylish-primary:hover {
    background: #1a252f;
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    color: white;
}

.tracking-widest {
    letter-spacing: 2px;
}

.italic {
    font-style: italic;
    font-size: 11px;
}

.modal:not(.show) {
    display: none !important;
    pointer-events: none;
}

.registration-section {
    position: relative;
    z-index: 5;
}

.curve-divider svg {
    width: 100%;
    height: 100%;
    transform: scale(1.04);
    transform-origin: center;
}

.intro-section {
    position: relative;
    min-height: 250px;
}


.registration-card {
    border-radius: 15px;
    position: relative;
    z-index: 1;
}

.card-corner-curve {
    position: absolute;
    top: 0;
    right: 0;
    width: 260px;
    height: 260px;
    z-index: 1;
    pointer-events: none;
}

.card-corner-curve svg {
    width: 100%;
    height: 100%;
    transform: scale(1.05);
    transform-origin: top right;
}

.registration-card .row {
    position: relative;
    z-index: 5;
}

.footer-bg {
    position: relative;
    z-index: 1;
}

.footer-corner-curve {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    z-index: 1;
    pointer-events: none;
}

.footer-corner-curve svg {
    width: 100%;
    height: 100%;
    transform: scale(1.05);
    transform-origin: top left;
}

.social-link {
    color: white;
    font-size: 1.5rem;
    margin: 0 10px;
    transition: opacity 0.3s;
}

.social-link:hover {
    opacity: 0.7;
}

.aos-blur {
    filter: blur(8px);
    opacity: 0;
    transform: translateY(-20px);
    transition:
        filter 0.8s ease,
        opacity 0.8s ease,
        transform 0.8s ease;
}

.aos-blur.aos-animate {
    filter: blur(0);
    opacity: 1;
    transform: translateY(0);
}

.custom-input-field {
    background-color: #f8f9fa !important;
    border: 1px solid #dee2e6 !important;
    padding: 12px 15px !important;
    border-radius: 10px !important;
    transition: 0.3s;
}

.custom-input-field:focus {
    border-color: #ae8459 !important;
    box-shadow: 0 0 0 3px rgba(174, 132, 89, 0.1) !important;
}

.iti {
    width: 100% !important;
    display: block !important;
}

.iti input#whatsapp_input {
    padding-left: 95px !important;
    height: 50px !important;
}

.iti__flag-container {
    padding: 2px !important;
}

.iti__selected-dial-code {
    font-size: 14px;
    margin-left: 4px;
    color: #444;
}

.curve-divider-vertical {
    position: absolute;
    top: 0;
    right: -1px;
    width: 80px;
    height: 100%;
    z-index: 2;
}

.curve-divider-vertical svg {
    width: 100%;
    height: 100%;
    display: block;
}

.left-panel {
    position: relative;
}

.scroll-ball {
    position: absolute;
    right: 50px;
    top: 0;
    width: 25px;
    height: 25px;
    background: #ffc107;
    border-radius: 50%;
    z-index: 5;
}

.success-animation {
    margin: 0 auto;
}

.checkmark {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #4bb543;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb543;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position: relative;
    margin: 0 auto;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #4bb543;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {

    0%,
    100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 40px #4bb543;
    }
}

/* Container transition */
.speaker-img-wrapper {
    position: relative;
    transition: all 0.4s ease;
    cursor: pointer;
    display: inline-block;
    z-index: 10;
    width: 280px;
}

/* Image - Subtle zoom */
.speaker-img {
    position: relative;
    z-index: 5;
    transition: transform 0.4s ease-out;
}

/* Background Circle - Base Style */
.speaker-bg-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
    height: 65%;
    background: #1a252f;
    border-radius: 50%;
    z-index: 1;
    transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    /* Professional smooth expand */
    opacity: 0.1;
    filter: blur(10px);
}

/* --- HOVER EFFECTS--- */

.speaker-img-wrapper:hover .speaker-img {
    transform: scale(1.03);
}

.speaker-img-wrapper:hover .speaker-bg-circle {
    /* 1. Size expand ho raha hai */
    width: 125%;
    height: 125%;

    /* 2. Opacity strong hai taaki color dikhe */
    opacity: 0.9;

    /* 3. Shape ko thoda soft rakhne ke liye blur */
    filter: blur(20px);

    /* 4. Aapka theme color gradient */
    background: linear-gradient(135deg, #1a252f 0%, #2c3e50 100%);

    /* 5. BIG SHADOW SPREAD: Isse shadow charo taraf failegi */
    /* Syntax: h-offset v-offset blur-radius spread-radius color */
    box-shadow:
        0 20px 80px 15px rgba(26, 37, 47, 0.35),
        /* Pehli layer: Deep & Wide */
        0 10px 40px 5px rgba(26, 37, 47, 0.2);
    /* Dusri layer: Soft & Inner */
}

/* 1. Pure Section ka background control (Optional but safe) */
.registration-section {
    /* Page ka background white */
    padding: 80px 0;
}

/* 2. CARD BASE: Isko hamesha dark rehne ke liye force kiya hai */
.registration-card {
    /* Background ko har haal mein dark rakhne ke liye */
    background: #1a252f !important;
    background-color: #1a252f !important;

    border-radius: 20px;
    position: relative;
    z-index: 1;
    padding: 3rem;
    /* p-5 match karne ke liye */
    border: 1px solid rgba(255, 255, 255, 0.1);

    /* Hover hatne par transition smooth rakha hai */
    transition: all 0.6s ease-in-out !important;
}

.registration-card:hover {
    background-color: #1a252f !important;
    box-shadow:
        0 20px 60px 10px rgba(0, 0, 0, 0.5),
        0 0 100px 30px rgba(26, 37, 47, 0.3),
        0 0 150px 50px rgba(41, 128, 185, 0.2);
}

/* 4. FORM ELEMENTS: Inhe hamesha visible rakhein */
.registration-form label {
    color: #ffffff !important;
    opacity: 0.9;
}

.custom-input {
    background-color: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}

/* Button style */
.btn-outline-white {
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
    background: transparent;
    transition: 0.3s;
}

.btn-outline-white:hover {
    background: #ffffff !important;
    color: #1a252f !important;
}

.registration-card {
    /* Background ko hamesha ke liye dark navy par lock kiya */
    background: #1a252f !important;
    background-color: #1a252f !important;

    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
    overflow: visible;
    /* Shadow bahar dikhne ke liye */

    /* Transition for hover smoothness */
    transition: background-color 0.5s ease, box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}


/* Input Fields consistency */
.custom-input {
    background-color: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
}


.webinar-item {
    /* Card remains white to pop against the off-white section */
    background: #f4f7f9 !important;
    padding: 40px;
    border-radius: 20px;
    position: relative;
    border: 1px solid rgba(26, 37, 47, 0.05);
    /* Very faint border */

    /* Pehle se ek halki shadow taaki card alag dikhe */
    box-shadow: 0 10px 30px rgba(26, 37, 47, 0.03);

    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    overflow: hidden;
}

/* Hover Effect: Bottom color bar aur soft depth */
.webinar-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    /* Shuruat mein 0 */
    height: 4px;
    background: linear-gradient(90deg, #1a252f, #3498db);
    transition: width 0.4s ease;
}

/* --- THE "POP-OUT" HOVER --- */
.webinar-item:hover {
    transform: translateY(-10px);
    /* Card upar uthega */
    background: #ffffff !important;

    /* Shadow phel jayegi lekin dark nahi, "Lite" rahegi */
    box-shadow: 0 30px 60px -12px rgba(26, 37, 47, 0.12);
    border-color: rgba(26, 37, 47, 0.1);
}

/* Hover par niche ki blue line expand hogi */
.webinar-item:hover::after {
    width: 100%;
}

/* --- TEXT STYLING --- */
.webinar-item h4 {
    color: #1a252f !important;
    font-weight: 700;
}

.webinar-item .text-muted {
    color: #5a6b7b !important;
    /* Soft dark grey for readability */
    line-height: 1.6;
}

/* Date Section Adjustment (Strong Contrast) */
.webinar-item .display-4 {
    color: #1a252f !important;
    font-weight: 800;
    letter-spacing: -2px;
}

.webinar-item p.small.text-muted {
    color: #3498db !important;
    /* Blue accent for dates */
    font-weight: 700;
}

/* Button - Professional Clean Navy */
.btn-accent {
    background-color: #1a252f !important;
    color: #fff !important;
    border: none;
    border-radius: 8px;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* Footer Base Wrapper */
.footer-section {
    position: relative;
    background-color: #1a252f !important;
    /* Base color lock */
    overflow: hidden;
}

.footer-bg {
    background-color: #1a252f !important;
    position: relative;
    z-index: 2;
}

/* Corner Curve Adjustment */
.footer-corner-curve {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    /* Size adjust kar sakte hain */
    height: 150px;
    z-index: 1;
}

/* Social Icons Styling */
.social-icons .social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border-radius: 50%;
    margin: 0 10px;
    font-size: 1.2rem;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* --- HOVER EFFECT FOR SOCIAL LINKS --- */
.social-link:hover {
    background: #ffffff !important;
    color: #1a252f !important;
    transform: translateY(-5px);

    /* Premium Spread Shadow */
    box-shadow:
        0 0 20px 5px rgba(255, 255, 255, 0.2),
        0 0 40px 10px rgba(41, 128, 185, 0.3);
}

/* Email Link Hover */
.footer-section p a {
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
}

.footer-section p a:hover {
    opacity: 1 !important;
    border-bottom: 1px solid #ffffff;
}

/* Logo transition */
.footer-logo img {
    transition: transform 0.4s ease;
}

.footer-logo:hover img {
    transform: scale(1.05);
}





/* --- Hero Section Main --- */
.main-section {
    overflow: hidden;
    background-color: #ffffff;
}

/* Left Panel - Dynamic Background */
.left-panel {
    position: relative;
    padding: 60px;
    background: linear-gradient(135deg, #1a252f 0%, #2c3e50 100%) !important;
    color: white;
    min-height: 100vh;
}

/* Hero Title Styling */
.hero-title {
    font-size: 3.5rem;
    line-height: 1.1;
    font-weight: 800;
    margin-top: 20px;
}

/* --- Right Panel Image Floating Animation --- */
.speaker-img-wrapper {
    position: relative;
    z-index: 10;
    animation: floatImage 4s ease-in-out infinite;
}

@keyframes floatImage {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

/* Background Circle Glow */
.speaker-bg-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    height: 110%;
    background: radial-gradient(circle, rgba(26, 37, 47, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    z-index: -1;
}

/* --- Modern Button (Pulse Effect) --- */
.btn-accent {
    background: #3498db;
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(52, 152, 219, 0.3);
}

.btn-accent:hover {
    background-color: #ae8459 !important;
    transform: scale(1.05);
    box-shadow: 0 15px 30px rgba(52, 152, 219, 0.4);
}

/* --- Responsive Adjustments --- */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .left-panel {
        padding: 40px 20px;
        min-height: auto;
    }
}

.exclusive-badge {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    padding: 10px 20px;
    border-radius: 10px;
    display: inline-block;
}


.right-panel {
    background-color: #ffffff;
    /* Bilkul clean white */
    display: flex;
    align-items: center;
    padding: 50px;
}

/* Speaker image ke peeche ek "Lite" circle border */
.speaker-img-wrapper {
    padding: 15px;
    border-radius: 50%;
}

.left-panel {
    position: relative;
    overflow: hidden;
    background: #1a252f !important;
}

/* Ek halka sa modern light effect corner mein */
.left-panel::after {
    content: "";
    position: absolute;
    top: -10%;
    left: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(52, 152, 219, 0.15) 0%, rgba(26, 37, 47, 0) 70%);
    border-radius: 50%;
    z-index: 0;
}


/* Container ko perspective dena zaroori hai 3D ke liye */
.speaker-img-wrapper {
    position: relative;
    perspective: 1000px;
    /* Depth create karta hai */
    z-index: 10;
    cursor: pointer;
}

.speaker-img {
    width: 100%;
    max-width: 400px;
    /* Aapke hisaab se adjust karein */
    height: auto;
    border-radius: 20px;
    z-index: 2;
    position: relative;

    /* 3D Base Transform */
    transform: rotateY(-10deg) rotateX(5deg);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);

    /* Deep 3D Shadow */
    filter: drop-shadow(20px 20px 30px rgba(0, 0, 0, 0.3));
}

/* Hover par image sidhi hogi aur thoda aage aayegi */
.speaker-img-wrapper:hover .speaker-img {
    transform: rotateY(0deg) rotateX(0deg) scale(1.05) translateZ(50px);
    filter: drop-shadow(30px 40px 50px rgba(26, 37, 47, 0.4));
}

/* Background Circle ko Glow dene ke liye */
.speaker-bg-circle {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background: radial-gradient(circle, #1a252f 0%, transparent 70%);
    border-radius: 50%;
    z-index: 1;
    opacity: 0.4;
    filter: blur(40px);
    transition: all 0.6s ease;
}

.speaker-img-wrapper:hover .speaker-bg-circle {
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: radial-gradient(circle, #3498db 0%, transparent 75%);
}

.topic-icon:hover i {
    transform: rotate(360deg);
}

.topic-icon i {
    display: inline-block;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.topic-card {
    padding: 20px;
    border: 1px solid transparent;
    border-radius: 15px;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
}

.topic-card:hover {
    border-color: rgba(52, 152, 219, 0.4);
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.topic-card .topic-icon i {
    display: inline-block;
    transition: transform 0.6s ease;
}

.topic-card:hover .topic-icon i {
    transform: rotate(360deg);
}

.left-panel {
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* Vanta background iske neeche chalega */
}

/* Ensure content stays on top of animation */
.left-panel>div {
    position: relative;
    z-index: 2;
}

/* Optional: Animation ko thoda transparent ya subtle rakhne ke liye overlay */
.left-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(26, 37, 47, 0.4);
    /* Thoda dark overlay */
    z-index: 1;
    pointer-events: none;
}

.discussion-section {
    position: relative;
    background-color: #1a252f !important;
    /* Base color */
    overflow: hidden;
    z-index: 1;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* Text ke peeche rahega */
}

.discussion-section {
    background: linear-gradient(-45deg, #1a252f, #2c3e50, #16212b, #1a252f);
    background-size: 400% 400%;
    animation: gradientMove 15s ease infinite;
    position: relative;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Glassmorphism touch for topics */
.discussion-content {
    background: rgba(255, 255, 255, 0.03);
    padding: 20px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
}

.discussion-content:hover {
    background: rgba(255, 255, 255, 0.07) !important;
    border-color: rgba(52, 152, 219, 0.3) !important;
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.footer-section {
    position: relative;
    background: #1a252f !important;
    overflow: hidden;
}

/* Moving Glow Background */
.footer-section::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(52, 152, 219, 0.08) 0%, rgba(26, 37, 47, 0) 50%);
    animation: rotateGlow 20s linear infinite;
    z-index: 1;
}

@keyframes rotateGlow {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.footer-bg {
    position: relative;
    z-index: 2;
    background: transparent !important;
}

/* SVG Curve Color Match */
.footer-corner-curve svg path {
    fill: #f4f7f9;
    /* Apne pichle section ke background se match karein */
}

/* Transition property right-panel par pehle se honi chahiye */
.right-panel {
    transition: background 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

/* Ye class click hone par add hogi */
.bg-changed {
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e9f2 100%) !important;
}

/* Agar aap thoda "Glow" wala gradient chahte hain to ye use karein */
.bg-vibrant {
    background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%) !important;
}

.speaker-img {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.speaker-img:hover {
    filter: brightness(1.1);
}

.custom-bg {
    background-color: #dee2e6;
}


.line-clamp-1,
.lc-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-2,
.lc-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3,
.lc-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-4,
.lc-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-5,
.lc-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



/* Container ko screen ke edge-to-edge stretch karne ke liye */
.vd-hero,
.main-container {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 100vh;
    /* Screen ki poori height cover karega */
    margin: 0 !important;
    overflow-x: hidden;
}

/* Left aur Right panels ko 50% width par lock karna */
.left-panel,
.right-panel {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 60px !important;
    /* Side padding for premium look */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Badi screens (1400px+) ke liye Scaling */
@media (min-width: 1400px) {

    /* Hero Title scaling */
    .hero-title {
        font-size: 6vw !important;
        /* Screen width ke hisaab se bada hoga */
        line-height: 1;
        margin-bottom: 2rem;
    }

    /* Sub-text scaling */
    .main-head {
        font-size: 1.5vw !important;
        letter-spacing: 8px !important;
    }

    .amount-txt {
        font-size: 2.5vw !important;
    }

    /* Speaker info text */
    .right-panel-content h2 {
        font-size: 2vw !important;
        margin-top: 2rem !important;
    }

    .right-panel-content p {
        font-size: 1vw !important;
        max-width: 85%;
        margin: 1rem auto;
    }

}

/* Mobile par wapas 100% width karne ke liye (Reset) */
@media (max-width: 768px) {

    .left-panel,
    .right-panel {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        min-height: auto;
    }
}

.row>.col-md-6:has(.topic-icon) {
    display: flex;
    align-items: stretch;
}

.row>.col-md-6:has(.topic-icon)>.d-flex {
    width: 100%;
    height: calc(100% - 3rem);
    display: flex;
    flex-direction: row;
}

.discussion-row>.col-md-6 {
    display: flex;
}

.discussion-row .d-flex {
    width: 100%;
}

.topic-icon {
    flex-shrink: 0;
    width: 50px;
}

.topic-icon+div {
    flex-grow: 1;
    width: 100%;
}

.lc-6 {
    max-width: 100% !important;
    padding-left: 1.2rem;
}

.lc-6 {
    font-size: 1rem !important;
    opacity: 0.9 !important;
    line-height: 1.6;
}

.web-overview {
    position: relative;
    background: #1a252f !important;
    /* Wahi Navy Blue Base */
    overflow: hidden;
    padding: 80px 0;
    z-index: 1;
}

.web-overview::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, rgba(52, 152, 219, 0.05) 0%, transparent 70%);
    z-index: -1;
}

#particles-js-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.web-overview .d-flex.mb-5 {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
    height: 100%;
}

.web-overview .col-md-6:hover .d-flex.mb-5 {
    background: rgba(255, 255, 255, 0.07) !important;
    border-color: rgba(52, 152, 219, 0.3) !important;
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.web-overview .col-md-6:hover .topic-icon i {
    transform: rotate(360deg);
    transition: transform 0.6s ease;
    color: #ffffff !important;
}

.discussion-content:hover .topic-icon i {
    transform: rotate(360deg);
    transition: transform 0.6s ease;
    color: #ffffff !important;
}

.web-overview h5 {
    font-size: 1.5rem;
}