/* Custom Design System for Premium Bootstrap 5 Boilerplate */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

:root {
    --primary-color: #0052D4;
    /* Impact Blue */
    --secondary-color: #FB8C00;
    /* Impact Orange */
    --accent-color: #0f172a;
    --primary-gradient: linear-gradient(90deg, #0052D4 0%, #FB8C00 50%, #0052D4 100%);
    --vibrant-gradient: linear-gradient(135deg, #0052D4 0%, #FB8C00 100%);
    --dark-bg: #ffffff;
    --dark-soft: #f8fafc;
    --card-bg: #ffffff;
    --glass-border: #e2e8f0;
    --text-muted: #64748b;
    --transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.text-blue {
    color: #0052D4 !important;
}

.text-orange {
    color: #FB8C00 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    height: auto;
}

body {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    background-color: var(--dark-bg);
    color: #0f172a;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    min-height: 100vh;
    margin: 0;
}

/* Decorative Blobs (Softened for Light Mode) */
.blob {
    position: absolute;
    width: 37.5rem;
    height: 37.5rem;
    filter: blur(7.5rem);
    opacity: 0.08;
    border-radius: 50%;
    z-index: -1;
    animation: float 20s infinite alternate;
}

.blob-1 {
    top: -10%;
    left: -10%;
    background: #0052D4;
}

.blob-2 {
    top: 40%;
    right: -10%;
    background: #3b82f6;
    width: 25rem;
    height: 25rem;
}

.blob-3 {
    bottom: 0;
    left: 20%;
    background: #FB8C00;
    width: 37.5rem;
    height: 37.5rem;
}

@keyframes float {
    0% {
        transform: translate(0, 0) scale(1);
    }

    33% {
        transform: translate(1.875rem, -2.125rem) scale(1.05);
        /* Primarily Upwards */
    }

    66% {
        transform: translate(-1.25rem, -1.25rem) scale(0.95);
        /* Primarily Upwards */
    }

    100% {
        transform: translate(0, 0) scale(1);
    }
}

h1,
h2,
h3 {
    font-family: 'Montserrat', Arial, sans-serif;
    color: #0f172a;
    font-weight: 600;
}

.section-heading,
.navbar-brand,
.mh-title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 600;
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    letter-spacing: -0.02rem;
}

.gradient-icon {
    color: var(--primary-color);
}

.icon-box {
    width: 2.5rem;
    height: 2.5rem;
    background: #eff6ff;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
}

/* Navbar Tuning */
.navbar {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(0.75rem);
    border-bottom: 0.0625rem solid var(--glass-border);
    padding: 1rem 0;
    transition: var(--transition);
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: 800;
}

.nav-link {
    font-size: 0.95rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8) !important;
    transition: var(--transition);
}

.nav-link:hover {
    color: #3b82f6 !important;
}

.navbar-brand {
    font-size: 1.5rem;
    letter-spacing: -0.03125rem;
    color: #0f172a !important;
}

.nav-link {
    color: #475569 !important;
    font-weight: 500;
    margin: 0 0.5rem;
    transition: var(--transition);
}

.nav-link:hover {
    color: var(--primary-color) !important;
}

/* Hero Section */
.hero-section {
    position: relative;
    padding: 10rem 0 6.25rem;
    background: url('hero-bg.png') no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(15, 23, 42, 0.2), #0f172a);
}

.hero-content {
    position: relative;
    z-index: 10;
}

.hero-title {
    font-size: clamp(2.5rem, 8vw, 4.5rem);
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.hero-subtitle {
    color: var(--text-muted);
    font-size: 1.25rem;
    max-width: 37.5rem;
    margin-bottom: 2.5rem;
}

/* Feature Cards */
.feature-card {
    background: var(--card-bg);
    border: 0.0625rem solid var(--glass-border);
    border-radius: 1.25rem;
    padding: 2.5rem;
    height: 100%;
    transition: var(--transition);
    backdrop-filter: blur(0.5rem);
}

.feature-card:hover {
    transform: translateY(-0.625rem);
    border-color: var(--primary-color);
    box-shadow: 0 1.25rem 2.5rem rgba(99, 102, 241, 0.1);
}

.highlight-icon {
    width: 3.75rem;
    height: 3.75rem;
    background: #e0e7ff;
    /* Soft Impact Blue */
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-bottom: 1.25rem;
    transition: var(--transition);
}

/* MODERN PRIMARY BUTTON */
.btn-primary-custom,
.btn-primary-custom.active {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #FB8C00 0%, #F57C00 50%, #E65100 100%) !important;
    color: #fff !important;
    border: none;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.3px;
    font-size: 0.95rem;
    padding: 12px 28px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    box-shadow:
        0 4px 14px rgba(251, 140, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

/* Shimmer sweep */
.btn-primary-custom::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.25),
            transparent);
    transition: left 0.6s ease;
    pointer-events: none;
}

.btn-primary-custom span,
.btn-primary-custom i {
    position: relative;
    z-index: 2;
}

.btn-primary-custom:hover {
    transform: translateY(-2px);
    box-shadow:
        0 8px 22px rgba(251, 140, 0, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.btn-primary-custom:hover::before {
    left: 100%;
}

.btn-primary-custom:active {
    transform: translateY(0);
    box-shadow:
        0 3px 10px rgba(251, 140, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.btn-primary-custom i {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.btn-primary-custom:hover i {
    transform: translateX(4px);
}

/* Compact nav variant */
.navbar .nav-item .btn-primary-custom {
    padding: 8px 20px;
    font-size: 0.85rem;
    gap: 8px;
}

.navbar .nav-item .btn-primary-custom i {
    font-size: 1rem;
}

.btn-outline-custom {
    background: transparent;
    border: 0.0625rem solid var(--glass-border);
    padding: 0.8rem 2rem;
    border-radius: 0.625rem;
    font-weight: 600;
    color: white;
    transition: var(--transition);
}

.btn-outline-custom:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: white;
}

/* Sections */
section {
    padding: 60px 0;
}

.section-tag {
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.125rem;
    font-size: 0.875rem;
    margin-bottom: 1rem;
    display: block;
}

/* Why Maharashtra (Bengaluru-Style) - Compact Version */
.why-mh-section {
    padding: 60px 0;
    background: #ffffff;
    overflow: hidden;
}

.mh-visual {
    position: relative;
    width: 100%;
    max-width: 30rem;
}

.mh-image-cutout {
    width: 100%;
    height: auto;
    border-radius: 0 6.25rem 6.25rem 0;
    object-fit: cover;
    box-shadow: 1.875rem 1.875rem 5rem rgba(0, 0, 0, 0.08), -0.625rem -0.625rem 2.5rem rgba(255, 255, 255, 0.5);
    border-right: 0.3125rem solid var(--primary-color);
}

.mh-title {
    font-size: 2.8125rem;
    /* Exactly 45px */
    font-weight: 900;
    color: #0f172a;
    line-height: 1;
    margin-bottom: 0.625rem;
    text-transform: uppercase;
    font-family: 'Montserrat', Arial, sans-serif;
    position: relative;
    display: inline-block;
}

.mh-title::after {
    content: '';
    position: absolute;
    bottom: -0.625rem;
    left: 0;
    width: 3.75rem;
    height: 0.5rem;
    background: var(--primary-gradient);
    border-radius: 0.625rem;
}

.mh-subtitle {
    font-size: 1.35rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 1.5625rem;
    max-width: 28.125rem;
}

.mh-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.25rem;
    border-left: 0.1875rem solid var(--primary-color);
    padding-left: 1.5625rem;
    position: relative;
}

.mh-grid-item {
    position: relative;
}

.mh-stat-value {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-color);
    display: block;
    margin-bottom: 5px;
    line-height: 1;
}

.mh-stat-label {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    display: block;
    margin-bottom: 10px;
}

.mh-stat-desc {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.5;
}

.green-accent-decoration {
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15rem;
    font-weight: 900;
    color: var(--primary-color);
    opacity: 0.15;
    z-index: 0;
    line-height: 1;
}

/* Footer Fix */
footer {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

/* Footer */
footer {
    border-top: 1px solid var(--glass-border);
    padding: 60px 0 30px;
    background: #080d1a;
}

/* Highlight Cards */
.highlight-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    height: 450px;
    /* border: 1px solid var(--glass-border); */
    transition: var(--transition);
    background: var(--dark-soft);
}

.highlight-card:hover {
    transform: translateY(-15px) scale(1.02);
    border-color: var(--primary-color);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.highlight-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
    filter: brightness(0.9) grayscale(20%);
}

.highlight-card:hover .highlight-img {
    filter: brightness(0.4) grayscale(0%);
    transform: scale(1.1);
}

.highlight-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2rem;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.95), transparent);
    z-index: 2;
}

.highlight-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: white;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 26px;
    text-align: center;
}

.highlight-icon {
    width: 40px;
    height: 40px;
    background: var(--primary-gradient);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

#about {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    padding: 60px 0;
}

#about h2 {
    background: linear-gradient(90deg, #5a64e0 0%, #b465e6 50%, #f89938 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    line-height: 35px;
}

/* Micro-animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in {
    animation: fadeIn 0.8s ease forwards;
}



/* //New */
.summit-section {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.bg-pattern {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: radial-gradient(circle at 100% 0%, rgba(30, 64, 175, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 100% 100%, rgba(249, 115, 22, 0.03) 0%, transparent 40%);
    pointer-events: none;
    z-index: 0;
}

.content-wrapper {
    position: relative;
    z-index: 2;
}

.image-container {
    position: relative;
    /* padding: 20px; */
    opacity: 0;
    transform: translateX(-50px);
}

/* .image-frame {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    aspect-ratio: 4/5;
}

.image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
} */

.image-container:hover .image-frame img {
    transform: scale(1.05);
}

.floating-badge {
    position: absolute;
    bottom: 30px;
    left: -20px;
    background: white;
    padding: 20px 30px;
    border-radius: 16px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 15px;
    opacity: 0;
    transform: translateY(20px);
}

.badge-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #1e40af, #3b82f6);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.badge-text {
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
}

.badge-text span {
    display: block;
    font-size: 0.85rem;
    color: #64748b;
    font-weight: 500;
}

.content-side {
    padding-left: 40px;
}

.section-header {
    margin-bottom: 50px;
    opacity: 0;
    transform: translateY(30px);
}

.title-gradient {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    text-transform: none;
}

.title-gradient .word-blue {
    color: #1e40af;
}

.title-gradient .word-orange {
    color: #f97316;
}

.title-gradient .word-gray {
    color: #94a3b8;
}

.subtitle {
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
    max-width: 90%;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

@media (max-width: 767px) {
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .content-side {
        padding: 15px;
    }

    .navbar-toggler {
        background: #f59e0b;
    }
}

.stat-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 28px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
}

.stat-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #1e40af, #f97316);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: transparent;
}

.stat-item:hover::before {
    transform: scaleX(1);
}

.stat-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.stat-icon {
    width: 40px;
    height: 40px;
    background: rgba(30, 64, 175, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1e40af;
    font-size: 1.25rem;
}

.stat-item.orange-accent .stat-icon {
    background: rgba(249, 115, 22, 0.1);
    color: #f97316;
}

.stat-value {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #1e40af;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-item.orange-accent .stat-value {
    color: #f97316;
}

.stat-label {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.5;
    font-weight: 500;
}

.stat-label strong {
    color: #0f172a;
    font-weight: 600;
}

.decorative-line {
    position: absolute;
    left: 50%;
    top: 20%;
    bottom: 20%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, #e2e8f0, transparent);
    z-index: 1;
}

/* Theme section */

.themes-section-dark {
    padding: 60px 0;
    position: relative;
    background: radial-gradient(ellipse at top, #0f172a 0%, #020617 50%);
    min-height: 100vh;
}

.bg-mesh-dark {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.4;
    animation: float 20s infinite ease-in-out;
}

.orb-1 {
    width: 600px;
    height: 600px;
    background: #3b82f6;
    top: -10%;
    right: -10%;
    animation-delay: 0s;
}

.orb-2 {
    width: 400px;
    height: 400px;
    background: #f59e0b;
    bottom: 10%;
    left: -5%;
    animation-delay: -5s;
}

.orb-3 {
    width: 300px;
    height: 300px;
    background: #8b5cf6;
    top: 40%;
    left: 30%;
    animation-delay: -10s;
    opacity: 0.2;
}

@keyframes float {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    33% {
        transform: translate(30px, -30px) scale(1.1);
    }

    66% {
        transform: translate(-20px, 20px) scale(0.9);
    }
}

.container-custom {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px 60px;
    position: relative;
    z-index: 2;
}

.section-header-dark {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.glitch-text {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    background: linear-gradient(135deg, #fff 0%, #94a3b8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    display: inline-block;
}

.subtitle-dark {
    color: #64748b;
    font-size: 1.25rem;
    max-width: 600px;
    margin: 20px auto 0;
    line-height: 1.6;
}

/* Integrated Themes Layout - See bottom of file for Grid implementation */

.theme-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.tag {
    padding: 5px 15px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50px;
    font-size: 0.8rem;
    color: #64748b;
    transition: all 0.3s;
}

.theme-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.tag {
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50px;
    font-size: 0.875rem;
    color: #64748b;
    transition: all 0.3s;
}

.theme-row:hover .tag {
    background: rgba(59, 130, 246, 0.1);
    border-color: rgba(59, 130, 246, 0.3);
    color: #3b82f6;
}

/* Floating particles */
.particle {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #3b82f6;
    border-radius: 50%;
    opacity: 0.3;
    pointer-events: none;
    animation: float-particle 15s infinite;
}

@keyframes float-particle {

    0%,
    100% {
        transform: translate(0, 0);
        opacity: 0.3;
    }

    50% {
        transform: translate(100px, -100px);
        opacity: 0.6;
    }
}


@media (max-width: 992px) {
    .theme-row {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .theme-row:nth-child(even) {
        direction: ltr;
    }

    .theme-visual {
        height: 350px;
        clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%) !important;
    }

    .theme-content {
        padding: 20px;
    }
}

/* Attendees Section */
.attendees-section {
    padding: 60px 0;
    background-color: #ffffff;
    position: relative;
}

/* Impact List Layout */
.attendees-list {
    padding-left: 20px;
}

.attendee-list-item {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 40px 0;
    border-bottom: 1px solid #f1f5f9;
    transition: all 0.4s ease;
}

.attendee-list-item:hover {
    padding-left: 20px;
    background: linear-gradient(90deg, rgba(59, 130, 246, 0.03) 0%, transparent 100%);
}

/* Orbital Arc List Layout */
.attendees-list {
    position: relative;
    padding-left: 40px;
}

.attendee-curve-svg {
    position: absolute;
    left: 40px;
    /* Align with list content start */
    top: 0;
    width: 300px;
    max-width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

@media (max-width: 991px) {
    .attendee-curve-svg {
        display: none;
    }

    .attendees-list {
        padding-left: 0;
    }
}

.attendee-list-item {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 60px 0;
    position: relative;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 1;
}

/* Staggered margins for arc effect - DESKTOP ONLY */
@media (min-width: 992px) {
    .attendee-list-item:nth-child(1) {
        margin-left: 0;
    }

    .attendee-list-item:nth-child(2) {
        margin-left: 60px;
    }

    .attendee-list-item:nth-child(3) {
        margin-left: 100px;
    }

    .attendee-list-item:nth-child(4) {
        margin-left: 60px;
    }

    .attendee-list-item:nth-child(5) {
        margin-left: 0;
    }
}

/* Ensure no items push the container width on small screens */
@media (max-width: 991px) {
    .attendee-list-item {
        margin-left: 0 !important;
        gap: 20px;
        padding: 40px 0;
    }
}

.item-num {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    color: #475569;
    min-width: 75px;
    height: 75px;
    border: 2px solid #e2e8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    z-index: 2;
}

/* Active state - Simple Fill, No Glow */
.attendee-list-item.is-active .item-num {
    background: #3b82f6;
    color: #ffffff;
    border-color: #3b82f6;
    transform: scale(1.1);
    box-shadow: none;
    /* Removed glow as requested */
}

.item-content {
    flex: 1;
    opacity: 0.3;
    transition: all 0.6s ease;
    transform: translateX(-20px);
}

#about p {
    font-size: 18px !important;
    line-height: 25px;
    font-weight: 400;
}

#about p span {
    color: #f97316;
    font-weight: 500;
}

.attendee-list-item.is-active .item-content {
    opacity: 1;
    transform: translateX(10px);
}

.item-content {
    flex: 1;
}

.item-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
}

/* EXPECTED OUTCOMES section Styles - Optimized Visibility */
.outcomes-section {
    padding: 100px 0 !important;
    position: relative;
    overflow: hidden;
    min-height: auto !important;
    background-image: linear-gradient(180deg, rgba(2, 6, 23, 0.85) 0%, rgba(2, 6, 23, 0.95) 100%),
        url('https://worldfintechsummit.com/assets/images/bgg.webp') !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
}

.outcomes-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(59, 130, 246, 0.1) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1;
}

.outcome-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 40px 25px;
    height: 100%;
    position: relative;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    backdrop-filter: blur(15px);
}

.outcome-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(59, 130, 246, 0.4);
    transform: translateY(-10px);
}

.outcome-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.4s ease;
}

.outcome-icon.color-blue {
    background: rgba(59, 130, 246, 0.1);
    color: #3b82f6;
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.outcome-icon.color-orange {
    background: rgba(249, 115, 22, 0.1);
    color: #f97316;
    border: 1px solid rgba(249, 115, 22, 0.2);
}

.color-blue {
    color: #3b82f6 !important;
}

.color-orange {
    color: #f97316 !important;
}

.outcome-value {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 1.8rem;
    /* Adjusted for better grid fit */
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.1;
}

.outcome-desc {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    margin-bottom: 0;
}

/* DEEP FOOTER STYLES */
.footer-section {
    background: #020617 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-title {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #3b82f6;
    font-weight: 700;
    margin-bottom: 25px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #3b82f6;
    padding-left: 5px;
}

.partner-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    height: 45px;
    text-align: center;
}

.partner-box span {
    color: #ffffff !important;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.copyright-link {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
}

.copyright-link:hover {
    color: #3b82f6;
    opacity: 1;
}

.social-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.social-btn:hover {
    background: #3b82f6;
    border-color: #3b82f6;
    color: white;
    transform: translateY(-5px);
}

.social-btn:hover {
    background: #3b82f6;
    border-color: #3b82f6;
    color: white;
    transform: translateY(-5px);
}

.footer-hashtag {
    display: inline-block;
    padding: 6px 20px;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 50px;
    color: #3b82f6;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.footer-bio p {
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.item-desc {
    font-size: 1.05rem;
    color: #64748b;
    line-height: 1.6;
    max-width: 500px;
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .themes-section-dark {
        padding: 80px 0;
    }

    .theme-visual {
        height: 280px;
    }

    .theme-number-badge {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
}

/* Master Architectural Lock */
html,
body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: clip !important;
    /* Modern clipping authority */
    overflow-anchor: none;
    background-color: var(--dark-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    position: relative;
    min-height: 100vh;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #0f172a;
    line-height: 26px;
}

/* Optimized Section Authority */
section,
.themes-section-dark,
.outcomes-section {
    position: relative;
    width: 100%;
    overflow: hidden !important;
    padding: 80px 0;
    min-height: auto;
}

.themes-section-dark {
    background: radial-gradient(ellipse at top, #0f172a 0%, #020617 100%);
}

.themes-grid-row {
    display: flex;
    /* Using flex for better 5-item alignment */
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.theme-grid-col {
    flex: 1;
    min-width: 220px;
    max-width: 280px;
    perspective: 1000px;
}

.theme-row {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.15);
    /* Premium Glass Border */
    border-radius: 24px;
    padding: 12px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.theme-row:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-8px);
}

.theme-visual {
    height: 250px;
    border-radius: 16px;
    margin-bottom: 15px;
    position: relative;
}

.theme-row:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-8px);
}

.theme-visual {
    height: 250px;
    border-radius: 16px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    background: #1e293b;
    z-index: 1;
}

.theme-visual img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.theme-row:hover .theme-visual img {
    transform: scale(1.1);
}

.theme-title-dark {
    font-size: 1.15rem !important;
    font-weight: 700;
    background: linear-gradient(135deg, #fff 0%, #3b82f6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
    line-height: 1.3;
    text-align: center;
}

@media (max-width: 1200px) {
    .theme-grid-col {
        flex: 1 1 calc(33.333% - 20px);
        max-width: 33.333%;
    }
}

@media (max-width: 991px) {
    .theme-grid-col {
        flex: 1 1 calc(50% - 20px);
        max-width: 50%;
    }
}

@media (max-width: 576px) {
    .theme-grid-col {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .swiper-slide {
        transform: scale(1);
        opacity: 1 !important;
    }
}

/* WHY MAHARASHTRA SECTION STYLES */
.maharashtra-section {
    background: #ffffff;
    border-bottom: 1px solid #eff3f7;
}

.feature-icon-small {
    width: 48px;
    height: 48px;
    background: rgba(59, 130, 246, 0.05);
    border: 1px solid rgba(59, 130, 246, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.map-container-premium {
    position: relative;
    padding: 20px;
}

.map-visual-wrapper {
    position: relative;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    animation: mapFloat 12s infinite ease-in-out;
}

.map-image {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.08));
    position: relative;
    z-index: 10;
    /* Ensure map is in front */
}

@keyframes mapFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

/* THE PULSING CIRCLE */
.pulse-anchor {
    position: absolute;
    top: 65%;
    /* Adjusted for Mumbai/Maharashtra location */
    left: 25%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
}

.pulse-dot {
    width: 15px;
    height: 15px;
    background: #FB8C00;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(251, 140, 0, 0.5);
    position: relative;
    z-index: 2;
}

.pulse-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    border: 4px solid #FB8C00;
    border-radius: 50%;
    opacity: 0;
    animation: pulseRings 2s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    z-index: 1;
}

@keyframes pulseRings {
    0% {
        width: 15px;
        height: 15px;
        opacity: 0.8;
    }

    100% {
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}

.pulse-label {
    margin-top: 10px;
    background: #0f172a;
    color: white;
    font-size: 0.7rem;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 50px;
    letter-spacing: 1.5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* DYNAMIC HERO STYLES */
.hero_dynamic {
    position: relative;
    height: 100vh;
    min-height: 800px;
    background: #020617;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.hero-bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7) blur(2px);
    transform: scale(1.05);
}

.hero-overlay-refined {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(2, 6, 23, 0.4) 0%, rgba(2, 6, 23, 0.9) 100%);
    z-index: 1;
}

.hero-title-main {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -3px;
    color: white;
}

.hero-subtitle {
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    max-width: 800px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}

.btn-outline-white {
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    font-weight: 600;
    transition: all 0.4s ease;
    border-radius: 12px;
}

.btn-outline-white:hover {
    background: white;
    color: #020617;
    border-color: white;
}

.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.7rem;
    letter-spacing: 3px;
    z-index: 10;
}

.mouse {
    width: 26px;
    height: 42px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    position: relative;
}

.wheel {
    width: 4px;
    height: 8px;
    background: white;
    border-radius: 2px;
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    animation: scrollWheel 2s infinite;
}

@keyframes scrollWheel {
    0% {
        opacity: 0;
        transform: translate(-50%, 0);
    }

    30% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate(-50%, 15px);
    }
}

@media (max-width: 991px) {
    .hero_dynamic {
        height: auto;
        min-height: 100vh;
        padding: 120px 0 80px;
    }

    .hero-title-main {
        letter-spacing: -1px;
    }

    .hero-meta {
        flex-direction: column;
        gap: 30px;
    }
}

.mobile_bnr {
    display: none;
}

@media (max-width: 767px) {
    .mobile_bnr {
        display: block;
        /* Space for fixed navbar */
    }

    .mobile_bnr img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .hero_wrapper {
        display: none;
    }

    #vision .col-lg-5 {
        display: none;
    }

    #vision {
        margin-top: 0 !important;
        padding-top: 1rem;
    }

    #vision .vision-content>h2,
    #vision .vision-content>h4,
    #vision .vision-content>p.h5,
    #vision .vision-content>.d-flex.flex-column,
    #vision .logistics-pill {
        display: none !important;
    }
}

/* VISION SECTION REFINEMENTS */
.vision-section {
    position: relative;
    z-index: 5;
    margin-top: -90px;
    /* Pull even closer to hero */
    padding-top: 0 !important;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
    background:
        radial-gradient(ellipse at 15% 20%, rgba(0, 82, 212, 0.08) 0%, transparent 45%),
        radial-gradient(ellipse at 85% 85%, rgba(251, 140, 0, 0.09) 0%, transparent 50%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
}

/* Premium hero background accents */
.vision-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle, rgba(0, 82, 212, 0.12) 1.2px, transparent 1.2px);
    background-size: 28px 28px;
    opacity: 0.35;
    pointer-events: none;
    z-index: 0;
    mask-image: radial-gradient(ellipse at center, #000 0%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse at center, #000 0%, transparent 70%);
}

.vision-section::after {
    content: '';
    position: absolute;
    top: 10%;
    right: -80px;
    width: 320px;
    height: 320px;
    background: conic-gradient(from 180deg, rgba(251, 140, 0, 0.18), rgba(0, 82, 212, 0.2), rgba(251, 140, 0, 0.18));
    filter: blur(70px);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
    animation: visionOrb 12s ease-in-out infinite alternate;
}

@keyframes visionOrb {
    0%   { transform: translate(0, 0) scale(1); opacity: 0.9; }
    100% { transform: translate(-40px, 30px) scale(1.1); opacity: 1; }
}

.vision-section .container {
    position: relative;
    z-index: 2;
}

/* Accent lines */
.vision-section .vision-accent-line {
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 82, 212, 0.25), transparent);
    width: 60%;
    z-index: 1;
}

.vision-section .vision-accent-line.top-line {
    top: 15%;
    left: 0;
}

.vision-section .vision-accent-line.bottom-line {
    bottom: 20%;
    right: 0;
}

.vision-content h2 {
    font-size: clamp(2.5rem, 5vw, 3.8rem);
    white-space: normal;
    overflow: visible;
}

.logistics-pill {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
}

.logistics-pill:hover {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 15px 30px rgba(251, 140, 0, 0.3) !important;
}

@media (max-width: 991px) {
    .vision-section {
        margin-top: 0;
        border-radius: 0;
    }

    .vision-content {
        text-align: center;
    }

    .logistics-pill {
        width: 100%;
        justify-content: center;
    }
}

/* CLEANED ORBITAL IMPACT VISUAL STYLES */
.orbital-impact-container {
    position: absolute;
    top: 60%;
    right: -25%;
    /* Bridging gap between map and text */
    transform: translateY(-50%);
    width: 450px;
    z-index: 1;
    pointer-events: none;
    overflow: visible;
}

.orbital-image {
    width: 100%;
    height: auto;
    animation: orbitalRotate 60s linear infinite;
    /* Smooth, slow rotation */
    filter: drop-shadow(0 15px 40px rgba(0, 0, 0, 0.12));
    opacity: 0.95;
}

@keyframes orbitalRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Responsive Scaling */
@media (max-width: 1200px) {
    .orbital-impact-container {
        width: 320px;
        right: 5%;
    }
}

@media (max-width: 991px) {
    .orbital-impact-container {
        position: relative;
        right: 0;
        margin: 20px auto 0;
        top: 0;
        transform: none;
        width: 280px;
    }
}

/* Ensure text content is authoritative */
.vision-content {
    position: relative;
    z-index: 15;
}

.vision-content h2 {
    font-size: clamp(2.5rem, 5vw, 3.8rem);
    font-family: 'Montserrat', Arial, sans-serif;
    letter-spacing: -2px;
    font-weight: 800;
    white-space: normal;
    overflow: visible;
}

.vision-content h4 {
    font-size: 19px;
    line-height: 1.2;
    font-weight: 400;
}

.vision-content p.h5 {
    color: #000;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.logistics-pill {
    background: #FB8C00;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
}

.logistics-pill:hover {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 15px 30px rgba(251, 140, 0, 0.3) !important;
}

@media (max-width: 991px) {
    .vision-section {
        margin-top: 0;
        border-radius: 0;
    }

    .vision-content {
        text-align: center;
    }

    .logistics-pill {
        width: 100%;
        justify-content: center;
    }
}

/* Leadership Portraits - all 4 on a single line */
.leadership-visual-suite {
    display: flex !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    width: 100%;
    gap: 0.75rem !important;
    justify-content: center;
    align-items: flex-end;
}

.leader-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 0;
    min-width: 0;
    width: 25%;
}

.leader-card .leader-info {
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.leader-image-wrap {
    width: 100%;
    height: 220px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}

.leader-card.leader-compact .leader-image-wrap {
    height: 187px;
}

.leader-card.leader-sunetra .leader-image-wrap {
    height: 155px;
}

.leader-card.leader-ashish .leader-image-wrap {
    height: 170px;
}

.leader-card.leader-ashish .leader-image-wrap img {
    width: auto;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: center bottom;
}

.leader-card.leader-compact .leader-image-wrap img {
    height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain;
    object-position: center bottom;
}

@media (max-width: 767.98px) {
    .leader-card.leader-compact .leader-image-wrap {
        height: 153px;
    }

    .leader-card.leader-ashish .leader-image-wrap {
        height: 130px;
    }

    .leader-card.leader-ashish .leader-image-wrap img {
        width: auto !important;
        height: 100% !important;
        max-height: 100% !important;
        max-width: 100% !important;
        object-fit: contain !important;
        object-position: center bottom !important;
    }
}

.leader-image-wrap img {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: center bottom;
    display: block;
}

@media (max-width: 767.98px) {
    .leadership-visual-suite {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 12px !important;
        padding: 0;
        width: 100%;
    }

    .leader-card {
        flex: none !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .leader-image-wrap {
        height: 180px;
    }

    .leader-card .leader-name {
        font-size: 14px !important;
        line-height: 1.2;
        margin-top: 6px !important;
        text-align: center;
    }

    .leader-card .leader-desc {
        font-size: 11px !important;
        line-height: 1.25;
        text-align: center;
    }

    .leader-card .leader-info {
        text-align: center !important;
    }

    #vision {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    #vision .container {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .vision-section {
        margin-top: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

/* Premium Bento Collage */
.bento-collage {
    position: relative;
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 14px;
    aspect-ratio: 1 / 1;
    max-width: 520px;
    margin: 0 auto;
    padding: 10px;
}

.bc-accent-ring {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 110px;
    height: 110px;
    border: 3px solid rgba(251, 140, 0, 0.35);
    border-radius: 50%;
    z-index: 0;
}

.bc-accent-ring::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: -60px;
    width: 40px;
    height: 40px;
    background: #0052D4;
    border-radius: 50%;
    opacity: 0.12;
}

.bc-tile {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    box-shadow:
        0 18px 40px rgba(15, 23, 42, 0.15),
        0 2px 6px rgba(15, 23, 42, 0.06);
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1),
        box-shadow 0.5s ease;
    cursor: pointer;
}

.bc-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 1s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.bc-tile:hover {
    transform: translateY(-6px);
    box-shadow:
        0 28px 60px rgba(15, 23, 42, 0.22),
        0 2px 6px rgba(15, 23, 42, 0.06);
}

.bc-tile:hover img {
    transform: scale(1.08);
}

.bc-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(15, 23, 42, 0.78) 100%);
    pointer-events: none;
}

.bc-tile-label {
    position: absolute;
    bottom: 14px;
    left: 14px;
    right: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.3px;
    z-index: 2;
}

.bc-tile-label i {
    color: #FB8C00;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.15);
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
}

.bc-tile--hero {
    grid-row: span 2;
}

.bc-tile--hero .bc-tile-label {
    font-size: 15px;
}

.bc-tile--tr {
    grid-column: 2;
    grid-row: 1;
}

.bc-tile--br {
    grid-column: 2;
    grid-row: 2;
}

.bc-stat {
    position: absolute;
    bottom: -14px;
    left: -18px;
    background: #fff;
    padding: 14px 18px 14px 14px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow:
        0 20px 40px rgba(15, 23, 42, 0.18),
        0 2px 6px rgba(0, 0, 0, 0.06);
    z-index: 5;
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.bc-stat-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #FB8C00, #F57C00);
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    box-shadow: 0 6px 14px rgba(251, 140, 0, 0.35);
    flex-shrink: 0;
}

.bc-stat-num {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #0052D4;
    line-height: 1;
    letter-spacing: -0.5px;
}

.bc-stat-sub {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #64748b;
    margin-top: 4px;
}

@media (max-width: 991.98px) {
    .bento-collage {
        max-width: 460px;
    }
}

@media (max-width: 575.98px) {
    .bento-collage {
        max-width: 360px;
        gap: 10px;
    }

    .bc-tile-label {
        font-size: 11px;
        bottom: 10px;
        left: 10px;
        right: 10px;
    }

    .bc-tile-label i {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }

    .bc-tile--hero .bc-tile-label {
        font-size: 13px;
    }

    .bc-stat {
        padding: 10px 14px 10px 10px;
        gap: 8px;
    }

    .bc-stat-icon {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .bc-stat-num {
        font-size: 18px;
    }

    .bc-stat-sub {
        font-size: 9px;
    }
}

/* Legacy Premium Collage (kept for backward compat) */
.premium-collage {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1.05;
    max-width: 520px;
    margin: 0 auto;
}

.pc-dots {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 120px;
    height: 120px;
    background-image: radial-gradient(circle, #FB8C00 1.5px, transparent 1.5px);
    background-size: 14px 14px;
    opacity: 0.35;
    z-index: 0;
    border-radius: 8px;
}

.pc-blob {
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle at 30% 30%, rgba(0, 82, 212, 0.18), rgba(251, 140, 0, 0.12) 50%, transparent 70%);
    filter: blur(20px);
    z-index: 0;
    border-radius: 50%;
    animation: pcBlobFloat 8s ease-in-out infinite alternate;
}

@keyframes pcBlobFloat {
    0% {
        transform: translate(0, 0) scale(1);
    }

    100% {
        transform: translate(20px, -20px) scale(1.08);
    }
}

.pc-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 82%;
    height: 78%;
    border-radius: 22px;
    overflow: hidden;
    box-shadow:
        0 20px 48px rgba(15, 23, 42, 0.18),
        0 4px 12px rgba(0, 82, 212, 0.12);
    z-index: 2;
    transform: rotate(-1.5deg);
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.pc-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 1.2s ease;
}

.pc-main:hover {
    transform: rotate(0deg) scale(1.02);
}

.pc-main:hover img {
    transform: scale(1.08);
}

.pc-main-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 82, 212, 0.05) 0%, rgba(15, 23, 42, 0.55) 100%);
    display: flex;
    align-items: flex-start;
    padding: 20px;
}

.pc-tag {
    background: rgba(255, 255, 255, 0.95);
    color: #0052D4;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(8px);
}

.pc-float {
    position: absolute;
    border-radius: 18px;
    overflow: hidden;
    border: 6px solid #fff;
    box-shadow:
        0 18px 40px rgba(15, 23, 42, 0.22),
        0 2px 6px rgba(0, 0, 0, 0.08);
    z-index: 3;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.pc-float img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pc-float-tr {
    top: 6%;
    right: -4%;
    width: 42%;
    height: 30%;
    transform: rotate(3deg);
}

.pc-float-tr:hover {
    transform: rotate(0deg) translateY(-6px);
}

.pc-float-bl {
    bottom: 8%;
    left: -2%;
    width: 38%;
    height: 28%;
    transform: rotate(-4deg);
}

.pc-float-bl:hover {
    transform: rotate(0deg) translateY(-6px);
}

.pc-stat-card {
    position: absolute;
    bottom: 2%;
    right: 2%;
    background: linear-gradient(135deg, #0052D4 0%, #1e40af 100%);
    color: #fff;
    padding: 18px 22px;
    border-radius: 18px;
    box-shadow:
        0 20px 40px rgba(0, 82, 212, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
    z-index: 4;
    min-width: 140px;
    transform: rotate(2deg);
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.pc-stat-card:hover {
    transform: rotate(0deg) translateY(-4px);
}

.pc-stat-card::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background: linear-gradient(135deg, #FB8C00, #0052D4);
    border-radius: 20px;
    z-index: -1;
    opacity: 0.4;
    filter: blur(8px);
}

.pc-stat-number {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1px;
    color: #fff;
}

.pc-stat-number span {
    color: #FB8C00;
    font-size: 28px;
}

.pc-stat-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 6px;
    opacity: 0.95;
    line-height: 1.3;
}

.pc-stat-pill {
    position: absolute;
    top: 40%;
    left: -6%;
    background: #fff;
    padding: 10px 18px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow:
        0 12px 28px rgba(15, 23, 42, 0.15),
        0 2px 6px rgba(0, 0, 0, 0.06);
    z-index: 4;
    font-size: 12px;
    font-weight: 700;
    color: #0f172a;
    transform: rotate(-3deg);
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    white-space: nowrap;
}

.pc-stat-pill:hover {
    transform: rotate(0deg) translateY(-3px);
}

.pc-stat-pill i {
    color: #FB8C00;
    font-size: 16px;
}

@media (max-width: 991.98px) {
    .premium-collage {
        max-width: 460px;
    }
}

@media (max-width: 575.98px) {
    .premium-collage {
        max-width: 360px;
    }

    .pc-stat-number {
        font-size: 30px;
    }

    .pc-stat-number span {
        font-size: 22px;
    }

    .pc-stat-card {
        padding: 14px 16px;
        min-width: 110px;
    }

    .pc-stat-pill {
        font-size: 10px;
        padding: 8px 14px;
    }

    .pc-tag {
        font-size: 10px;
        padding: 5px 12px;
    }
}

/* About Section Collage */
.about-collage {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 160px 160px;
    gap: 12px;
}

.about-collage-item {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-collage-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.about-collage-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.15);
}

.about-collage-item:hover img {
    transform: scale(1.05);
}

.about-collage-item--tall {
    grid-row: span 2;
}

.about-collage-item--wide {
    grid-column: span 1;
}

@media (max-width: 767.98px) {
    .about-collage {
        grid-template-rows: 130px 130px;
        gap: 8px;
    }
}
/* Stats Strip Section */
.stats-strip-section {
    background: linear-gradient(90deg, #5a64e0 0%, #b465e6 50%, #f89938 100%);
    position: relative;
    overflow: hidden;
}

.stats-strip-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.08) 1.5px, transparent 1.5px);
    background-size: 30px 30px;
    opacity: 0.6;
    pointer-events: none;
}

.stats-strip-section::after {
    content: "";
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(251, 140, 0, 0.25), transparent 60%);
    filter: blur(60px);
    pointer-events: none;
}

.stats-strip {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    padding: 30px 20px;
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    z-index: 1;
}

.stats-strip-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px 18px;
    flex: 1 1 auto;
    justify-content: center;
    min-width: 180px;
    transition: transform 0.4s ease;
}

.stats-strip-item:hover {
    transform: translateY(-4px);
}

.stats-strip-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, #FB8C00 0%, #F57C00 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    box-shadow:
        0 10px 24px rgba(251, 140, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
}

.stats-strip-body {
    text-align: left;
}

.stats-strip-number {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    letter-spacing: -1px;
}

.stats-strip-label {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 6px;
}

.stats-strip-divider {
    width: 1px;
    height: 60px;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    flex-shrink: 0;
}

@media (max-width: 767.98px) {
    .stats-strip {
        padding: 20px 12px;
        gap: 12px;
    }

    .stats-strip-item {
        min-width: 140px;
        flex: 1 1 40%;
        gap: 10px;
        padding: 6px 10px;
    }

    .stats-strip-icon {
        width: 42px;
        height: 42px;
        font-size: 18px;
        border-radius: 10px;
    }

    .stats-strip-number {
        font-size: 30px;
    }

    .stats-strip-label {
        font-size: 10px;
        letter-spacing: 1px;
        margin-top: 3px;
    }

    .stats-strip-divider {
        display: none;
    }
}

/* Who Should Attend Section - Premium */
.wsa-section {
    background:
        radial-gradient(ellipse at 20% 0%, rgba(0, 82, 212, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 100%, rgba(251, 140, 0, 0.1) 0%, transparent 50%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
    overflow: hidden;
}

.wsa-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(0, 82, 212, 0.08) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 0.5;
    pointer-events: none;
    mask-image: radial-gradient(ellipse at center, #000 30%, transparent 85%);
    -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 85%);
}

.wsa-section .container {
    position: relative;
    z-index: 1;
}

.wsa-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 20px;
    padding: 22px 22px 22px 26px;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1),
                box-shadow 0.5s ease,
                border-color 0.5s ease;
}

/* Watermark number */
.wsa-card::before {
    content: attr(data-num);
    position: absolute;
    top: -10px;
    right: 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 80px;
    font-weight: 800;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1.5px rgba(0, 82, 212, 0.08);
    pointer-events: none;
    transition: all 0.5s ease;
    z-index: 0;
}

/* Gradient sweep fill on hover */
.wsa-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0052D4 0%, #1e40af 60%, #FB8C00 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 0;
}

.wsa-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 24px 48px rgba(0, 82, 212, 0.3),
        0 4px 12px rgba(251, 140, 0, 0.15);
    border-color: transparent;
}

.wsa-card:hover::after {
    opacity: 1;
}

.wsa-card:hover::before {
    -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.2);
    transform: translateY(-4px) scale(1.08);
}

.wsa-icon-ring {
    position: relative;
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.wsa-icon-ring::before {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: conic-gradient(from 0deg, #0052D4, #FB8C00, #0052D4);
    opacity: 0;
    transition: opacity 0.5s ease;
    animation: wsaRingSpin 3s linear infinite paused;
}

@keyframes wsaRingSpin {
    to { transform: rotate(360deg); }
}

.wsa-icon {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 82, 212, 0.1), rgba(251, 140, 0, 0.12));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0052D4;
    font-size: 26px;
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    z-index: 2;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.wsa-card:hover .wsa-icon-ring::before {
    opacity: 1;
    animation-play-state: running;
}

.wsa-card:hover .wsa-icon-ring {
    transform: rotate(-8deg);
}

.wsa-card:hover .wsa-icon {
    background: #fff;
    color: #FB8C00;
    transform: rotate(8deg) scale(1.05);
    box-shadow:
        0 10px 24px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.wsa-text {
    position: relative;
    flex: 1;
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.4;
    transition: color 0.5s ease;
    z-index: 1;
}

.wsa-card:hover .wsa-text {
    color: #ffffff;
}

.wsa-arrow {
    position: relative;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(0, 82, 212, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0052D4;
    font-size: 16px;
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    z-index: 1;
    opacity: 0;
    transform: translateX(-10px);
}

.wsa-card:hover .wsa-arrow {
    opacity: 1;
    transform: translateX(0) rotate(0deg);
    background: #FB8C00;
    color: #fff;
    box-shadow: 0 6px 16px rgba(251, 140, 0, 0.4);
}

@media (max-width: 991.98px) {
    .wsa-card {
        padding: 18px;
        gap: 14px;
    }

    .wsa-card::before {
        font-size: 60px;
    }

    .wsa-icon-ring {
        width: 54px;
        height: 54px;
    }

    .wsa-icon {
        font-size: 22px;
    }

    .wsa-text {
        font-size: 14px;
    }

    .wsa-arrow {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .wsa-card {
        padding: 16px;
        gap: 12px;
        border-radius: 16px;
    }

    .wsa-card::before {
        font-size: 48px;
        right: 8px;
    }

    .wsa-icon-ring {
        width: 48px;
        height: 48px;
    }

    .wsa-icon {
        font-size: 20px;
    }

    .wsa-text {
        font-size: 13px;
    }

    .wsa-arrow {
        display: none;
    }
}

/* Past Speakers Section */
.ps-section {
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.ps-card {
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow:
        0 12px 30px rgba(15, 23, 42, 0.1),
        0 2px 6px rgba(15, 23, 42, 0.04);
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1),
                box-shadow 0.6s ease;
    position: relative;
}

.ps-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 24px 48px rgba(0, 82, 212, 0.22),
        0 4px 10px rgba(15, 23, 42, 0.08);
}

.ps-card-photo {
    display: contents;
}

.ps-card-photo::after {
    display: none;
}

.ps-card-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center 15%;
    display: block;
    background: #0052D4;
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ps-card:hover .ps-card-img {
    transform: scale(1.02);
}

.ps-card-overlay {
    padding: 18px 20px 22px;
    background: #ffffff;
    color: #0f172a;
    border-top: 3px solid #FB8C00;
}

.ps-card-tag {
    display: inline-block;
    background: #FB8C00;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    padding: 4px 10px;
    border-radius: 50px;
    margin-bottom: 10px;
    box-shadow: 0 4px 10px rgba(251, 140, 0, 0.4);
}

.ps-card-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
    line-height: 1.25;
    letter-spacing: -0.2px;
}

.ps-card-role {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #475569;
    margin: 0;
    letter-spacing: 0.1px;
    line-height: 1.4;
}

.ps-card-org {
    display: inline-block;
    font-weight: 400;
    color: #64748b;
    font-size: 11px;
    margin-top: 2px;
}

/* LinkedIn button */
.ps-card-linkedin {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(6px);
    color: #0a66c2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    z-index: 4;
    text-decoration: none;
    opacity: 0;
    transform: translateY(-8px) scale(0.9);
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
}

.ps-card:hover .ps-card-linkedin {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.ps-card-linkedin:hover {
    background: #0a66c2;
    color: #fff;
    transform: translateY(-2px) scale(1.05);
}

@media (max-width: 991.98px) {
    .ps-card-name {
        font-size: 16px;
    }

    .ps-card-role {
        font-size: 11px;
    }
}

@media (max-width: 575.98px) {
    .ps-card-overlay {
        padding: 18px 16px 16px;
    }

    .ps-card-tag {
        font-size: 9px;
        padding: 3px 8px;
        margin-bottom: 8px;
    }
}

/* Past Speakers - & many more */
.ps-more {
    display: inline-flex;
    align-items: center;
    gap: 18px;
}

.ps-more-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #0052D4;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.ps-more-line {
    display: inline-block;
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #FB8C00, transparent);
}

@media (max-width: 575.98px) {
    .ps-more-text {
        font-size: 16px;
    }

    .ps-more-line {
        width: 40px;
    }
}
