:root {
    --psg-primary: #2F4157;
    --psg-secondary: #577C8D;
    --psg-accent: #C7D9E5;
    --psg-gold: #F4EFEB;
    --psg-light: #FFFFFF;
    --psg-dark: #2F4157;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: white;
    overflow-x: hidden;
    margin-left: 0;
    transition: margin-left 0.3s ease;
}

body.sidebar-open {
    margin-left: 250px;
}

/* Smooth scrolling with snap */
html {
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
}

/* CLEAN MOBILE APPROACH - SINGLE CONTINUOUS SCROLL */
@media (max-width: 992px) {

    /* Remove all scroll snap behavior */
    html {
        scroll-snap-type: start !important;
        scroll-behavior: smooth !important;
    }

    body {
        scroll-snap-type: start !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
    }

    /* Make all sections flow naturally */
    .hero,
    .scroll-section,
    .contact-section {
        min-height: auto !important;
        height: auto !important;
        overflow: visible !important;
        padding: 1rem !important;
    }

    /* Ensure hero section is properly sized and positioned higher */
    .hero {
        min-height: 100vh !important;
        display: flex !important;
        align-items: flex-start !important;
        justify-content: center !important;
        padding-top: 2rem !important;
    }

    .hero-content {
        padding-top: 1rem !important;
        margin-top: 0 !important;
    }

    .hero-logo {
        margin-top: 1rem !important;
        margin-bottom: 1.5rem !important;
    }

    .hero-tagline {
        margin-top: 1rem !important;
        margin-bottom: 1.5rem !important;
    }

    .hero-cta {
        margin-top: 1.5rem !important;
        margin-bottom: 2rem !important;
    }

    .hero-stats {
        margin-top: 1rem !important;
        margin-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
        padding-bottom: 0 !important;
    }

    /* Mobile stats format - show k+/m+ to prevent line wrapping */
    .stat-suffix.desktop-only {
        display: inline !important;
    }

    .stat-suffix.mobile-only {
        display: none !important;
    }

    /* Ensure stat values stay on one line */
    .stat-value {
        white-space: nowrap !important;
        display: inline-block !important;
    }

    /* DISABLE MOST ANIMATIONS AND TRANSITIONS ON MOBILE - BUT ALLOW HERO ANIMATIONS */
    .scroll-section *,
    .contact-section *,
    .mission-vision-section *,
    .about-section *,
    .chart-container *,
    .position-chart * {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }

    /* Mobile hero layout to match web version structure */
    .hero-logo,
    .hero-tagline,
    .hero-cta,
    .hero-stats {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        animation: none !important;
        transition: none !important;
        transform: none !important;
        position: relative !important;
        z-index: 1000 !important;
    }

    /* Logo positioning - centered and properly sized */
    .hero-logo {
        text-align: center !important;
        margin: 1rem auto 1rem auto !important;
    }

    .hero-logo img,
    .hero-brand-logo {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        max-width: 80vw !important;
        height: auto !important;
        margin: 0 auto !important;
    }

    /* Tagline - keep on one line like web version */
    .hero-tagline {
        text-align: center !important;
        margin: 0.5rem auto 1rem auto !important;
        white-space: nowrap !important;
        font-size: 1.2rem !important;
        line-height: 1.2 !important;
        overflow: visible !important;
    }

    /* CTA button - centered below tagline */
    .hero-cta {
        text-align: center !important;
        margin: 1rem auto 1.5rem auto !important;
    }

    /* Stats - positioned at bottom */
    .hero-stats {
        margin: 1.5rem auto 0.5rem auto !important;
    }

    /* Make non-hero elements immediately visible - no fade-ins or delays */
    .scroll-section h2,
    .scroll-section p,
    .scroll-section-tagline,
    .scroll-section-description,
    .contact-item,
    .contact-form-styled,
    .position-chart {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        animation: none !important;
        transition: none !important;
    }

    /* Disable ALL hover, focus, active, and touch effects on mobile */
    *:hover,
    *:focus,
    *:active,
    *:focus-visible,
    *:focus-within,
    *:target {
        transform: none !important;
        box-shadow: none !important;
        outline: none !important;
    }

    /* Disable touch highlighting and selection */
    * {
        -webkit-tap-highlight-color: transparent !important;
        -webkit-touch-callout: none !important;
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
    }

    /* Prevent any fade effects that could cause white screens */
    .hero.fade-out,
    .hero.fade-out::after {
        opacity: 1 !important;
    }

    /* Disable service box and analytics box interactions on mobile */
    .service-box,
    .analytics-option {
        pointer-events: none !important;
    }

    .service-box .service-toggle,
    .analytics-option .option-toggle {
        display: none !important;
    }

    .service-box .service-content,
    .analytics-option .option-content {
        max-height: none !important;
        opacity: 1 !important;
        padding: 15px !important;
    }

    /* Disable all hover effects on mobile */
    .service-box:hover,
    .analytics-option:hover {
        transform: none !important;
        background: inherit !important;
    }
}



.navbar.scrolled {
    background: rgba(47, 65, 87, 0.98);
}

.navbar-brand {
    color: white !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-logo {
    transition: all 0.3s ease;
    max-width: 180px;
    height: auto;
}

.navbar-logo:hover {
    transform: scale(1.05);
}

.navbar-nav {
    flex-direction: column !important;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-item {
    width: 100%;
}

.navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 500;
    margin: 0.5rem 0;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    display: block;
}

.navbar-nav .nav-link:hover {
    color: var(--psg-gold) !important;
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--psg-gold);
    transition: all 0.3s ease;
    border-radius: 8px 0 0 8px;
}

.navbar-nav .nav-link:hover::after {
    width: 4px;
}

/* Hero Section */
.hero {
    background: black;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    scroll-snap-align: start;
}

/* Particles.js container */
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

/* Light particles for other sections */
#particles-scroll-section,
#particles-mission-vision,
#particles-about-section,
#particles-contact,
#particles-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

/* Ensure all charts, canvases, and maps stay above particles */
canvas,
iframe,
.position-chart,
.mobility-chart-container {
    position: relative;
    z-index: 10 !important;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}


.hero-content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 100vh;
    padding-top: 15vh;
}

.hero-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-stats {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4rem;
    position: absolute;
    bottom: 10rem;
    left: 5%;
    right: 5%;
    margin: 0 auto;
    width: 90%;
    opacity: 0;
    animation: fadeInUp 1s ease-out 1s both;
}

.hero-stats .stat-item:nth-child(2) {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.stat-item {
    text-align: center;
    color: white;
}

.stat-number {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 3rem;
    font-weight: 600;
    color: #B0B0B0;
    opacity: 0.7;
    line-height: 1;
    display: inline;
    font-feature-settings: 'kern' 1, 'liga' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.stat-suffix {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 3rem;
    font-weight: 600;
    color: #B0B0B0;
    opacity: 0.7;
    line-height: 1;
    display: inline;
    font-feature-settings: 'kern' 1, 'liga' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.stat-text {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 3rem;
    font-weight: 600;
    color: #B0B0B0;
    opacity: 0.7;
    line-height: 1;
    margin-bottom: 0.5rem;
    font-feature-settings: 'kern' 1, 'liga' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.stat-label {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #B0B0B0;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0.5rem;
    font-feature-settings: 'kern' 1, 'liga' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hero-brand-logo {
    height: 400px;
    transition: all 0.3s ease;
    display: block;
    max-width: 90vw;
    object-fit: contain;
    margin-bottom: 1rem;
}

.hero-tagline {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    color: #B0B0B0;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: -8rem 0 0 0;
    animation: fadeInUp 1.2s ease-out 0.5s both;
    white-space: nowrap;
    overflow: hidden;
    font-feature-settings: 'kern' 1, 'liga' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hero-cta-button {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: grey;
    padding: 1rem 2.5rem;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    margin-top: 2rem;
    opacity: 0;
    animation: fadeInUp 1s ease-out 1s both;
    backdrop-filter: blur(10px);
    font-feature-settings: 'kern' 1, 'liga' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hero-cta-button:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    color: white;
    text-decoration: none;
}

.hero-cta-button:active {
    transform: translateY(0);
}

/* New Section with Scroll Lock Effect */
.scroll-section {
    background: black;
    height: 100vh;
    min-height: 85vh;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 1.5rem 0;
    scroll-snap-align: start;
}

.scroll-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease-in-out;
    z-index: 50;
}

/* Removed fade effect for contact section */

.scroll-section-container {
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    align-items: center;
    gap: 1rem;
    padding: 0 2rem;
}

.scroll-section-text {
    flex: 3;
    max-width: 700px;
}

.scroll-section-canvas {
    flex: 1;
    height: 800px;
    position: relative;
    overflow: hidden;
}

#basketball-canvas {
    width: 100%;
    height: 100%;
    display: block;
}

/* Black fade overlay */
.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: 0;
    z-index: 3;
    transition: opacity 0.8s ease;
    pointer-events: none;
}

.hero.fade-out::after {
    opacity: 1;
}

.scroll-section-content {
    text-align: left;
    max-width: 800px;
    padding: 0 2rem;
}

.scroll-section h2 {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2rem;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}

.scroll-section p {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.2rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease 0.2s;
}

.scroll-section.visible h2,
.scroll-section.visible p,
.scroll-section.visible canvas {
    opacity: 1;
    transform: translateY(0);
}

/* Scroll section tagline styling to match hero tagline */
.scroll-section-tagline {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    color: #B0B0B0;
    text-align: left;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-feature-settings: 'kern' 1, 'liga' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}

.scroll-section-description {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 3rem;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}

/* Animation states for mission vision text */
.mission-vision-visible .scroll-section-tagline {
    opacity: 1;
    transform: translateY(0);
}

.mission-vision-visible .scroll-section-description:nth-of-type(1) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}

.mission-vision-visible .scroll-section-description:nth-of-type(2) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}

.mission-vision-visible .scroll-section-description:nth-of-type(3) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

/* Boxes styling */
.scroll-section-boxes {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.mission-title {
    width: 100%;
}

.mission-title h2 {
    text-align: left !important;
}

.scroll-section-box {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
}

.box-number {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #B0B0B0;
    min-width: 30px;
    font-feature-settings: 'kern' 1, 'liga' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.box-text {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    font-feature-settings: 'kern' 1, 'liga' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Services Container Styling */
.services-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
    max-width: 1000px;
}

.service-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 1;
}

.service-box:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 1.5rem;
    user-select: none;
}

.service-title {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #B0B0B0;
    font-feature-settings: 'kern' 1, 'liga' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.service-toggle {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    color: #B0B0B0;
    transition: transform 0.3s ease;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-box.expanded .service-toggle {
    transform: rotate(45deg);
}

.service-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 1.5rem;
}

.service-box.expanded .service-content {
    max-height: 250px;
    padding: 0 1.5rem 1.2rem 1.5rem;
}

.service-content p {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    font-feature-settings: 'kern' 1, 'liga' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Mission and Vision Section Styling */
.mission-vision-content {
    text-align: left;
}

.mission-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
}

.mission-item {
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mission-item:last-child {
    border-bottom: none;
}

.mission-item h3 {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #B0B0B0;
    margin-bottom: 1rem;
    font-feature-settings: 'kern' 1, 'liga' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mission-item p {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

/* Player Profile Interface Styling */
#player-profile-container {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    padding: 30px;
    margin: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    min-height: 800px;
    height: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: visible;
}

#player-profile-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(199, 217, 229, 0.05) 50%, transparent 70%);
    pointer-events: none;
}

.player-profile-header {
    margin-bottom: 35px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.player-profile-header h3 {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #C7D9E5;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.9;
}

.player-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    border: 1px solid rgba(199, 217, 229, 0.2);
}

.player-name {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.player-position {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.1rem;
    color: #F4EFEB;
    font-weight: 500;
    opacity: 0.9;
}

.player-stats-summary {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(199, 217, 229, 0.2);
}

.stat-summary-item {
    text-align: center;
}

.stat-summary-value {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #F4EFEB;
}

.stat-summary-label {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.8rem;
    color: #C7D9E5;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 2px;
}

.analytics-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}

.analytics-option {
    background: linear-gradient(135deg, rgba(87, 124, 141, 0.3), rgba(47, 65, 87, 0.4));
    border: 1px solid rgba(199, 217, 229, 0.2);
    border-radius: 12px;
    padding: 12px 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.analytics-option::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(199, 217, 229, 0.1), transparent);
    transition: left 0.5s ease;
}

.analytics-option:hover::before {
    left: 100%;
}

.analytics-option:hover {
    background: linear-gradient(135deg, rgba(87, 124, 141, 0.5), rgba(47, 65, 87, 0.6));
    border-color: #C7D9E5;
    transform: translateX(8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.analytics-option.active {
    background: linear-gradient(135deg, rgba(199, 217, 229, 0.3), rgba(87, 124, 141, 0.4));
    border-color: #F4EFEB;
    box-shadow: 0 0 30px rgba(199, 217, 229, 0.3);
    transform: translateX(8px);
}

.analytics-option.expanded {
    background: linear-gradient(135deg, rgba(199, 217, 229, 0.2), rgba(87, 124, 141, 0.3));
    border-color: #F4EFEB;
}

.option-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.option-label {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: white;
}

.option-value {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #F4EFEB;
}

.option-toggle {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.2rem;
    color: #C7D9E5;
    transition: transform 0.3s ease;
    margin-left: 10px;
}

.analytics-option.expanded .option-toggle {
    transform: rotate(45deg);
}

.option-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 0;
}

.analytics-option.expanded .option-content {
    max-height: 400px;
    padding: 20px 0 0 0;
}

.chart-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 350px;
    position: relative;
    z-index: 10;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    border: 1px solid rgba(199, 217, 229, 0.1);
    padding: 20px;
}

#distribution-chart {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
}

.metric-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 15px;
}

.metric-detail-item {
    background: rgba(0, 0, 0, 0.3);
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid rgba(199, 217, 229, 0.1);
}

.metric-detail-label {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.8rem;
    color: #C7D9E5;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.metric-detail-value {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #F4EFEB;
}

/* Pocket Mobility Section Styling */
.pocket-mobility-section {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.mobility-title {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #F4EFEB;
    text-align: center;
    margin-bottom: 25px;
    background: linear-gradient(135deg, #C7D9E5, #F4EFEB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.mobility-stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    border: 1px solid rgba(199, 217, 229, 0.1);
}

.mobility-score {
    text-align: center;
}

.score-value {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 3rem;
    font-weight: 900;
    color: #C7D9E5;
    line-height: 1;
}

.score-label {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.5rem;
    color: rgba(244, 239, 235, 0.7);
    margin-left: 5px;
}

.mobility-comparison {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.comparison-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background: rgba(199, 217, 229, 0.05);
    border-radius: 8px;
    min-width: 200px;
    border: 1px solid rgba(199, 217, 229, 0.1);
}

.comparison-label {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: rgba(244, 239, 235, 0.8);
    font-size: 0.9rem;
}

.comparison-value {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #4caf50;
    font-weight: 700;
    font-size: 1.1rem;
}

.mobility-chart-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    padding: 2rem;
    background: transparent;
    border-radius: 0;
    border: none;
    gap: 2rem;
}

.position-chart {
    width: 100%;
    max-width: 900px;
    height: 400px;
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    opacity: 0;
    transform: scale(0.3);
    transition: all 1.2s ease;
}

.mission-vision-visible .position-chart {
    opacity: 1;
    transform: scale(1);
}

.mission-vision-visible .position-chart:first-child {
    transition-delay: 0.8s;
}

.mission-vision-visible .position-chart:last-child {
    transition-delay: 1.0s;
}


.mission-item p {
    margin: 0;
    font-feature-settings: 'kern' 1, 'liga' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#mission-canvas {
    width: 100%;
    height: 100%;
    display: block;
}

/* Hero fade effect on scroll - black fade */
.hero.fade-out {
    transition: all 0.8s ease;
}

.hero.fade-out::after {
    opacity: 1;
}


/* Section Styling */
.section {
    padding: 6rem 0;
}

.section-title {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--psg-primary);
    margin-bottom: 1rem;
}

.section-title p {
    font-size: 1.1rem;
    color: white;
    max-width: 600px;
    margin: 0 auto;
}


/* Contact Section */
.contact-section {
    background: black;
    min-height: 100vh;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: white;
    padding: 2rem 0;
    scroll-snap-align: start;
}

.contact-info-section {
    margin: 1rem 0;
}

.contact-info-title {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #B0B0B0;
    margin-bottom: 1rem;
    font-feature-settings: 'kern' 1, 'liga' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1rem;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.contact-section.visible .contact-item:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}

.contact-section.visible .contact-item:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}

.contact-section.visible .contact-item:nth-child(4) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

.contact-item i {
    color: #C7D9E5;
    font-size: 1.2rem;
    width: 20px;
}

.contact-item strong {
    color: #F4EFEB;
}

.contact-form-section {
    margin-top: 1rem;
}

.contact-form-styled {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 1rem;
    backdrop-filter: blur(10px);
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.contact-section.visible .contact-form-styled {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.8s;
}

.form-group {
    margin-bottom: 0.8rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.3rem;
    font-weight: 500;
    color: #C7D9E5;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.form-control {
    width: 100%;
    padding: 0.6rem 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 0.9rem;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    transition: all 0.3s ease;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.8) !important;
    -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.1) inset !important;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.form-control:focus {
    outline: none;
    border-color: #C7D9E5;
    box-shadow: 0 0 0 2px rgba(199, 217, 229, 0.2);
    background: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.8) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.8) !important;
}

/* Override browser autofill styles */
.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
.form-control:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.1) inset !important;
    -webkit-text-fill-color: rgba(0, 0, 0, 0.8) !important;
    color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.1) !important;
}

textarea.form-control {
    resize: vertical;
    min-height: 80px;
}

.contact-submit-btn {
    background: rgba(199, 217, 229, 0.1);
    border: 2px solid rgba(199, 217, 229, 0.3);
    color: #C7D9E5;
    padding: 0.8rem 2rem;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    backdrop-filter: blur(10px);
    font-feature-settings: 'kern' 1, 'liga' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    z-index: 100 !important;
}

.contact-submit-btn:hover {
    background: rgba(199, 217, 229, 0.2);
    border-color: rgba(199, 217, 229, 0.6);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    color: white;
}

.contact-submit-btn:active {
    transform: translateY(0);
}

/* Social Media Section */
.social-section {
    background: var(--psg-light);
    padding: 3rem 0;
    border-top: 1px solid #e2e8f0;
}

.social-section h4 {
    color: var(--psg-primary);
    font-weight: 600;
    margin-bottom: 2rem;
}

.social-links-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.social-link-large {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: white;
    color: var(--psg-primary);
    border-radius: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.social-link-large:hover {
    background: var(--psg-primary);
    color: white;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(47, 65, 87, 0.3);
}

.social-link-large i {
    font-size: 1.5rem;
}

.social-link-large svg {
    width: 24px;
    height: 24px;
}

/* Footer */
.footer {
    background: var(--psg-dark);
    color: white;
    padding: 2rem 0;
    text-align: center;
}

.footer p {
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 768px) {
    .social-links-section {
        gap: 1.5rem;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .navbar {
        width: 280px;
        left: -280px;
    }

    .navbar.open {
        left: 0;
    }

    body.sidebar-open {
        margin-left: 0;
    }

    .hero {
        padding: 2rem 0;
        min-height: 100vh;
    }

    .hero-brand-logo {
        height: 250px;
        max-width: 85vw;
        margin-bottom: 0.75rem;
    }

    .hero-tagline {
        font-size: 1.6rem;
        letter-spacing: 2px;
        white-space: nowrap;
        margin: -0.75rem 0 0 0;
    }

    .hero-cta-button {
        font-size: .5rem;
        padding: 0.9rem 2rem;
        margin-top: 1.5rem;
    }

    .hero-stats {
        gap: 2rem;
        bottom: 3rem;
        left: 3%;
        right: 3%;
        width: 94%;
    }

    .stat-number,
    .stat-suffix {
        font-size: 2.2rem;
    }

    .stat-text {
        font-size: 1.8rem;
    }

    .stat-label {
        font-size: 0.9rem;
    }

    .contact-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .navbar-nav .nav-link {
        margin: 0 0.5rem;
        font-size: 0.9rem;
    }

    .section {
        padding: 4rem 0;
    }

    .section-title h2 {
        font-size: 2rem;
    }

    .container {
        padding: 0 1rem;
    }
}

/* Responsive styles for scroll section */
@media (max-width: 1024px) {
    .scroll-section-container {
        flex-direction: column;
        gap: 3rem;
    }

    .scroll-section-text {
        max-width: 100%;
    }

    .scroll-section-canvas {
        height: 350px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .scroll-section-container {
        padding: 0 1rem;
        gap: 2rem;
    }

    .scroll-section-canvas {
        height: 350px;
    }

    .scroll-section h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {
    .hero-brand-logo {
        height: 200px;
        max-width: 90vw;
        margin-bottom: 0.5rem;
    }

    .hero-tagline {
        font-size: 1.2rem;
        letter-spacing: 1px;
        white-space: nowrap;
        margin: -0.5rem 0 0 0;
    }

    .hero-cta-button {
        font-size: 0.9rem;
        padding: 0.8rem 1.5rem;
        margin-top: 1rem;
    }

    .hero-stats {
        flex-direction: column;
        gap: 2rem;
        bottom: 2rem;
        position: relative;
        transform: none;
        left: auto;
        margin-top: 2rem;
    }

    .stat-number,
    .stat-suffix {
        font-size: 1.8rem;
    }

    .stat-text {
        font-size: 1.4rem;
    }

    .stat-label {
        font-size: 0.8rem;
    }

    .navbar-nav .nav-link {
        margin: 0 0.25rem;
        font-size: 0.85rem;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.8s ease-out;
}

/* Notification Popup Styles */
.notification-popup {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10000;
    max-width: 400px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    animation: slideInRight 0.3s ease-out;
}

.notification-popup.success {
    background: linear-gradient(135deg, #4CAF50, #45a049);
    color: white;
}

.notification-popup.error {
    background: linear-gradient(135deg, #f44336, #d32f2f);
    color: white;
}

.notification-content {
    padding: 1rem 1.5rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.notification-message {
    flex: 1;
    font-size: 0.9rem;
    line-height: 1.4;
}

.notification-close {
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s ease;
}

.notification-close:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 480px) {
    .notification-popup {
        top: 10px;
        right: 10px;
        left: 10px;
        max-width: none;
    }
}

/* ===== CLEAN MOBILE OPTIMIZATIONS ===== */

/* Mobile devices (992px and below) */
@media (max-width: 992px) {

    /* Hero stats - ensure visibility and proper layout */
    .hero-stats {
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        width: 100% !important;
        margin: 2rem auto 0 auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 1.5rem !important;
        padding: 1rem !important;
        text-align: center !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .hero-stats .stat-item:nth-child(2) {
        position: relative !important;
        left: auto !important;
        transform: none !important;
    }

    .stat-item {
        width: 100% !important;
        max-width: 300px !important;
        text-align: center !important;
        margin: 0 auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .stat-number,
    .stat-suffix,
    .stat-text {
        font-size: 1.4rem !important;
        font-weight: 600 !important;
        color: #B0B0B0 !important;
        opacity: 0.7 !important;
        line-height: 1.2 !important;
        text-align: center !important;
        display: inline !important;
        margin: 0 !important;
        visibility: visible !important;
    }

    .stat-label {
        font-size: 0.8rem !important;
        line-height: 1.3 !important;
        text-align: center !important;
        margin-top: 0.3rem !important;
        color: #B0B0B0 !important;
        text-transform: uppercase !important;
        letter-spacing: 1px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        visibility: visible !important;
    }

    /* Hero tagline mobile optimization */
    .hero-tagline {
        font-size: 1.2rem !important;
        letter-spacing: 1.5px !important;
        margin: -1rem auto 0 auto !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        width: 85% !important;
        max-width: 85% !important;
        text-align: center !important;
        padding: 0 1rem !important;
        line-height: 1.3 !important;
        white-space: normal !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    /* Mission & Vision - vertical stacking with dynamic height */
    #mission-vision-section .scroll-section-container>div:last-child {
        display: flex !important;
        flex-direction: column !important;
        gap: 2rem !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        height: auto !important;
        min-height: auto !important;
    }

    #mission-vision-section .scroll-section-container>div:last-child>div {
        width: 100% !important;
        max-width: 100% !important;
        padding: 1.5rem !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        height: auto !important;
        min-height: 200px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* Mission & Vision section - ensure proper height on mobile */
    #mission-vision-section {
        min-height: auto !important;
        height: auto !important;
        padding: 1rem 0 !important;
    }

    /* Chart containers - responsive sizing */
    .mobility-chart-container {
        width: 100% !important;
        height: 250px !important;
        padding: 1rem !important;
        margin: 0 auto !important;
    }

    .position-chart {
        width: 100% !important;
        height: 230px !important;
        max-width: 100% !important;
        max-height: 230px !important;
    }

    /* Basketball court - mobile size */
    .scroll-section-canvas {
        height: 320px !important;
        width: 100% !important;
        margin: 1rem 0 !important;
    }

    #basketball-canvas {
        height: 320px !important;
        width: 100% !important;
    }

    /* Contact section - hide map on mobile */
    .contact-section .scroll-section-canvas {
        display: none !important;
    }

    .contact-section .scroll-section-text {
        width: 100% !important;
        flex: none !important;
    }

    /* Hide navigation bar on mobile */
    .navbar {
        display: none !important;
    }

    /* Mobile contact section restructuring for 992px and below */
    .contact-section .scroll-section-container>div:last-child {
        flex-direction: column !important;
        gap: 2rem !important;
        align-items: center !important;
    }

    /* Hide contact information text and map on mobile */
    .contact-section .contact-info-section,
    .contact-section iframe {
        display: none !important;
    }

    /* Form section - full width on mobile, positioned first */
    .contact-section .scroll-section-text {
        width: 100% !important;
        max-width: 500px !important;
        flex: none !important;
        order: 1 !important;
    }

    /* Social media section - positioned under form */
    .contact-section .scroll-section-container>div:last-child>div:first-child {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 1rem !important;
        order: 2 !important;
    }

    /* Social media icons container - enhanced for mobile */
    .contact-section .scroll-section-container>div:last-child>div:first-child>div:last-child {
        width: 100% !important;
        margin-top: 0 !important;
        background: rgba(0, 0, 0, 0.5) !important;
        padding: 2rem 1rem !important;
        border-radius: 15px !important;
        border: 2px solid rgba(199, 217, 229, 0.4) !important;
        backdrop-filter: blur(15px) !important;
    }

    .about-section-content .services-container {
        padding-top: 0px !important;
    }
}

@media (max-width: 576px) {

    .scroll-section h2 {
        font-size: 1.5rem;
        text-align: center;
    }

    .navbar {
        display: none !important;
    }

    .hero-tagline {
        font-size: 1rem !important;
        letter-spacing: 1px !important;
        width: 90% !important;
        max-width: 90% !important;
    }

    .stat-number,
    .stat-suffix,
    .stat-text {
        font-size: 1.2rem !important;
    }

    .stat-label {
        font-size: 0.7rem !important;
    }

    .mobility-chart-container {
        height: 220px !important;
    }

    .position-chart {
        height: 200px !important;
        max-height: 200px !important;
    }

    .scroll-section-canvas {
        height: 280px !important;
    }

    #basketball-canvas {
        height: 280px !important;
    }

    .contact-section .scroll-section-container>div:last-child {
        flex-direction: column !important;
        gap: 2rem !important;
    }

    .contact-section .contact-info-section,
    .contact-section iframe {
        display: none !important;
    }

    .contact-section .scroll-section-text {
        width: 100% !important;
        max-width: 500px !important;
        flex: none !important;
        order: 1 !important;
    }

    .contact-section .scroll-section-container>div:last-child>div:first-child {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 1rem !important;
        order: 2 !important;
    }

    .contact-section .scroll-section-container>div:last-child>div:first-child>div:last-child {
        width: 100% !important;
        margin-top: 0 !important;
        background: rgba(0, 0, 0, 0.5) !important;
        padding: 2rem 1rem !important;
        border-radius: 15px !important;
        border: 2px solid rgba(199, 217, 229, 0.4) !important;
        backdrop-filter: blur(15px) !important;
    }
}

#about-section {
    align-items: start;
    padding-top: 9rem;
}

.about-section-visible h2,
.about-section-visible p {
    opacity: 1;
    transform: translateY(0);
    text-align: center;
}

.accordion-body {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
}

.accordion-body img {
    width: 200px;
    height: 200px;
    border-radius: 12px;
    opacity: 0.8 !important;
    object-fit: cover;
    border: 1px solid #000000;
    z-index: 1 !important;
}

.accordion-body p {
    font-weight: 300;
    line-height: 1.6;
    font-size: 16px;
}

.about-section-content {
    text-align: left;
    padding: 0 2rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.about-section-content .scroll-section-tagline {
    width: 100%;
}

.about-section-content .services-container {
    width: 100%;
    display: flex;
    max-width: none;
    justify-content: center;
    padding-top: 5rem;
}

@media (max-width: 600px) {
    .accordion-body {
        flex-direction: column;
        text-align: center;
    }

    .scroll-section-content p,
    .about-section-content p {
        font-size: 0.9rem !important;
    }

    .service-content p,
    .scroll-section-description {
        font-size: 0.8rem;
    }

    .scroll-section-tagline {
        font-size: 1.5rem;
    }

    .form-group label {
        font-size: 0.9rem;
    }

    .form-control {
        font-size: 0.8rem;
    }

    .form-control::placeholder {
        color: rgba(255, 255, 255, 0.6);
    }

    .contact-submit-btn {
        font-size: 0.8rem;
    }

    .media-container {
        padding: 1rem 0.8rem !important;
    }

    .media-container .media-items {
        width: 50px !important;
        height: 50px !important;
    }

    .about-section-content .services-container {
        padding-top: 0rem;
    }
}