/* ============================================
   Texian Capital - Static HTML/CSS Template
   ============================================ */

/* ============================================
   Footer: hide "Leadership" link  (v5, top-of-file)
   Placed at the TOP so any parse error later in the file cannot kill it.
   If you still see Leadership after deploy: hard-refresh (Ctrl+F5) or purge CDN cache.
   ============================================ */
html body footer .nav-list-professional > li:nth-of-type(3),
html body .footer-professional .nav-list-professional > li:nth-of-type(3) {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

html body footer a[href*="eadership"],
html body .footer-professional a[href*="eadership"] {
    display: none !important;
    visibility: hidden !important;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
}

html body footer .nav-list-professional li:has(> a[href*="eadership"]),
html body .footer-professional .nav-list-professional li:has(> a[href*="eadership"]) {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}


/* CSS Variables */
:root {
    --gold: #c49b3b;
    --gold-dark: #a37405;
    --black: #000000;
    --white: #ffffff;
    --gray-light: #f2f2f2;
    --gray-medium: #ededed;
    --gray-dark: #373737;
    --text-primary: #000000;
    --text-secondary: rgba(0, 0, 0, 0.6);
    --text-muted: rgba(0, 0, 0, 0.4);
    --font-primary: 'Plus Jakarta Sans', sans-serif;
    --font-serif: 'Georgia', serif;
    --radius-sm: 15px;
    --radius-md: 25px;
    --radius-lg: 30px;
    --radius-xl: 40px;
    --radius-2xl: 45px;
    --shadow-card: 0px 0px 64px 0px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0px 0px 76px 0px rgba(0, 0, 0, 0.1);
}

/* Reset & Base */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

/* Immediate fix for horizontal scroll */
html, body {
    max-width: 100vw;
    overflow-x: hidden;
}

.hero {
    overflow: hidden;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* track */
::-webkit-scrollbar-track {
    background: transparent;
}

/* thumb */
::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.25);
    border-radius: 10px;
}

    /* hover */
    ::-webkit-scrollbar-thumb:hover {
        background: rgba(0,0,0,0.45);
    }

body {
    font-family: var(--font-primary);
    font-weight: 400;
    line-height: 1.5;
    color: var(--text-primary);
    background-color: var(--white);
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

ul, ol {
    list-style: none;
}

/* Container */
/* Bootstrap-like container */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

/* Responsive max-widths (like Bootstrap 5) */
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}


/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.3;
}

.section-label {
    display: block;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.section-title {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.21;
    color: var(--gold);
}

.text-gold {
    color: var(--gold);
}

.text-white {
    color: var(--white);
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content !important;
    padding: 15px 25px;
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 600;
    border-radius: var(--radius-xl);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-gold {
    background-color: var(--gold);
    color: var(--black);
}

    .btn-gold:hover {
        background-color: var(--gold-dark);
        color: #fff;
    }

    .btn-gold.btn-white-text {
    }

/* Fancy Login Button */
.btn-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(135deg, rgba(196, 155, 59, 0.1) 0%, rgba(196, 155, 59, 0.05) 100%);
    border: 2px solid var(--gold);
    color: var(--gold);
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    margin-right: 12px;
    font-family: var(--font-primary);
}

    .btn-login::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(196, 155, 59, 0.2), transparent);
        transition: left 0.5s ease;
    }

    .btn-login:hover {
        background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
        color: var(--black);
        border-color: var(--gold);
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(196, 155, 59, 0.3);
    }

        .btn-login:hover::before {
            left: 100%;
        }

    .btn-login:active {
        transform: translateY(0);
        box-shadow: 0 4px 12px rgba(196, 155, 59, 0.2);
    }

    .btn-login .login-icon {
        width: 18px;
        height: 18px;
        stroke: currentColor;
        stroke-width: 1.5;
        transition: transform 0.3s ease;
        flex-shrink: 0;
    }

    .btn-login:hover .login-icon {
        transform: scale(1.1) rotate(5deg);
    }

    .btn-login span {
        position: relative;
        z-index: 1;
    }

/* Desktop Login Button */
.desktop-login {
    display: inline-flex;
}

/* Mobile Login Button */
.mobile-login-btn {
    display: none;
    width: 100%;
    justify-content: center;
    margin-top: 16px;
    padding: 12px 24px;
}

.btn-white {
    background-color: var(--white);
    color: var(--black);
}

    .btn-white:hover {
        background-color: var(--gray-light);
    }

.btn-black {
    background-color: var(--black);
    color: var(--white);
    width: 100%;
    justify-content: center;
}

    .btn-black:hover {
        background-color: var(--gray-dark);
    }

.btn-circle {
    width: 88px;
    height: 52px;
    border-radius: 40px;
    background-color: var(--gold);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .btn-circle:hover {
        background-color: var(--gold-dark);
        color: #fff;
    }

    .btn-circle svg {
        stroke: var(--black);
    }

/* ============================================
   HERO SECTION
   ============================================ */
.hero {
    position: relative;
    min-height: 810px;
    background-image: url('../images/banner image 2.png');
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    /*   background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);*/
}

/* Navigation */
.navbar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #22222229;
    width: 100%;
    /* Equal side tracks so the center column (nav links) stays viewport-centered even when the logo column is empty (home) */
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    column-gap: 0;
    padding: 20px 74px;
    /*backdrop-filter: blur(15px);*/
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    transition: background-color 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease, transform 0.25s ease;
}

/* Dark map (used on landing + contact pages) */
.dark-map {
    filter: invert(1) hue-rotate(180deg) contrast(0.85) saturate(0.9);
}

/* Contact page: map embed fills .map-wrapper (iframe height:100% needs a sized parent) */
.map-wrapper .dark-map {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.map-wrapper .map-overlay {
    z-index: 1;
}

/* Becomes fixed once user scrolls */
.navbar.navbar--scrolled {
    position: fixed;
    padding: 14px 74px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(196, 155, 59, 0.18);
   
}

    /* Professional dark nav styling when scrolled */
    .navbar.navbar--scrolled .nav-menu {
/*        background-color: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.10);
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);*/
    }

    .navbar.navbar--scrolled .nav-link {
/*        color: rgba(255, 255, 255, 0.88);*/
    }

        .navbar.navbar--scrolled .nav-link:hover:not(.active) {
/*            color: var(--gold);*/
        }

        .navbar.navbar--scrolled .nav-link.active {
/*            background-color: rgba(196, 155, 59, 0.20);
            color: #fff;*/
        }

    .navbar.navbar--scrolled .dropdown-arrow {
/*        color: rgba(255, 255, 255, 0.85);*/
    }

    .navbar.navbar--scrolled .dropdown-content {
/*        background-color: rgba(18, 18, 18, 0.96);
        border: 1px solid rgba(255, 255, 255, 0.08);*/
    }

        .navbar.navbar--scrolled .dropdown-content a {
/*            color: rgba(255, 255, 255, 0.88);*/
        }

            .navbar.navbar--scrolled .dropdown-content a:hover,
            .navbar.navbar--scrolled .dropdown-content a.active {
/*                background-color: rgba(196, 155, 59, 0.14);
                color: #fff;*/
            }

    .navbar.navbar--scrolled .btn.btn-gold {
/*        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);*/
    }

/* Prevent content from hiding under fixed navbar */
body.navbar-fixed {
    padding-top: var(--navbar-fixed-height, 0px);
}
/* LEFT */
.nav-left {
    display: flex;
    align-items: center;
    justify-self: start;
    min-width: 0;
}

/* CENTER */
.nav-menu-container {
    display: flex;
    justify-content: center;
    justify-self: center;
    min-width: 0;
}

/* RIGHT */
.nav-right-container {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-self: end;
    min-width: 0;
}
/* Desktop */
.mobile-toggle {
    display: none;
}

/* Hide mobile close button on desktop - only show on mobile */
@media (min-width: 1025px) {
    .mobile-close-btn {
        display: none !important;
    }
}

/* Mobile */
@media (max-width: 1024px) {

    .navbar {
        grid-template-columns: 1fr auto;
    }

    .nav-left {
        grid-column: 1;
        justify-self: start;
    }

    .nav-menu-container {
        display: none;
    }

    .nav-right-container {
        grid-column: 2;
        justify-self: end;
    }

    .mobile-toggle {
        display: flex;
    }
}


.logo {
    display: flex;
    align-items: center;
    gap: 13.57px;
}

.navbar .logo {
    /* Keep SVG + text perfectly aligned on one line */
    align-items: center;
}

.navbar .services-logo {
    /* Avoid baseline quirks from inline SVG */
    display: block;
    height: auto;
}

.logo-icon {
    flex-shrink: 0;
}

.logo-text {
    display: flex;
    flex-direction: column;
    font-family: var(--font-serif);
    font-size: 25.6px;
    color: var(--gold);
    line-height: 1;
}

/* Navbar brand: TEXIAN CAPITAL in one line (scoped so footer/login keep their layout) */
.navbar .logo-text {
    line-height: 1;
    font-size: 22px;
}

    .navbar .logo-text span {
        display: inline-block;
    }

/* Balance SVG logo height with text in navbar */
.navbar .services-logo {
    height: 58px;
    width: auto;
}

@media (max-width: 768px) {
    .navbar .logo-text {
        font-size: 18px;
        gap: 6px;
    }

    .navbar .services-logo {
        height: 36px;
    }
}

.logo-text.dark {
    color: var(--black);
}

.nav-menu {
    display: flex;
    align-items: center;
    background-color: var(--gray-light);
    border-radius: 100px;
    padding: 5px;
}

.nav-link {
    /*    padding: 16px 24px;*/
    /*    font-size: 16px;
    font-weight: 500;*/
    color: var(--black);
    /*    border-radius: var(--radius-lg);*/
    transition: all 0.3s ease;
}

    .nav-link.active {
        background-color: var(--black);
        color: var(--white);
    }

    .nav-link:hover:not(.active) {
        color: rgb(196 155 59);
    }
/* Navigation Menu Container */
.nav-menu-container {
    display: flex;
    align-items: center;
    gap: 40px;
    transition: all 0.3s ease;
}

/* Navigation Menu */
.nav-menu {
    display: flex;
    align-items: center;
    background-color: var(--gray-light);
    border-radius: 100px;
    padding: 5px;
    margin: 0;
}

.nav-link {
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    border-radius: 70px;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .nav-link.active {
        background-color: var(--black);
        color: var(--white);
    }

    .nav-link:hover:not(.active) {
        color: var(--gold);
    }
/* Dropdown Styles */
.dropdown-wrapper {
    position: relative;
}

.dropdown-trigger {
    cursor: pointer;
}

.dropdown-arrow {
    transition: transform 0.3s ease;
}

.dropdown-wrapper:hover .dropdown-arrow {
    transform: rotate(180deg);
}

.dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background-color: var(--gray-light);
    border-radius: 20px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
    padding: 10px;
}

.dropdown-wrapper:hover .dropdown-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-content a {
    display: block;
    padding: 12px 20px;
    font-size: 15px;
    color: var(--black);
    transition: all 0.3s ease;
    text-decoration: none;
    border-radius: 12px;
}

    .dropdown-content a:hover,
    .dropdown-content a.active {
        background-color: rgba(0,0,0,0.08);
        color: var(--gold);
    }

/* Contact Button */
.contact-btn {
    white-space: nowrap;
    text-decoration: none;
}

/* ============================================
   MOBILE RESPONSIVE STYLES
   ============================================ */
/* Mobile Toggle Button */
.mobile-toggle {
    display: none;
    background: none;
    border: none;
    width: 30px;
    height: 24px;
    position: relative;
    cursor: pointer;
    z-index: 1001;
    padding: 0;
}

    .mobile-toggle span {
        display: block;
        width: 100%;
        height: 3px;
        background-color: var(--gold);
        border-radius: 3px;
        position: absolute;
        left: 0;
        transition: all 0.3s ease;
    }

        .mobile-toggle span:nth-child(1) {
            top: 0;
        }

        .mobile-toggle span:nth-child(2) {
            top: 50%;
            transform: translateY(-50%);
        }

        .mobile-toggle span:nth-child(3) {
            bottom: 0;
        }

    .mobile-toggle.active span:nth-child(1) {
        transform: rotate(45deg);
        top: 50%;
    }

    .mobile-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .mobile-toggle.active span:nth-child(3) {
        transform: rotate(-45deg);
        bottom: 50%;
    }

@media (max-width: 1200px) {
    .navbar {
        padding: 20px 40px;
    }

        .navbar.navbar--scrolled {
            padding: 14px 40px;
        }

    .nav-menu-container {
        gap: 30px;
    }
}

@media (max-width: 1024px) {
    .navbar {
        padding: 15px 30px;
        min-height: 80px;
    }

        .navbar.navbar--scrolled {
            padding: 12px 30px;
        }

    .mobile-toggle {
        display: block;
    }

    .nav-menu-container {
        position: fixed;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        top: 0;
        bottom: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        /* top + bottom pins to the layout viewport — avoids 100vh / --vh jumping while scrolling the drawer */
        height: auto;
        background-color: var(--white);
        padding: 0;
        box-shadow: -5px 0 15px rgba(0,0,0,0.1);
        transition: right 0.3s ease;
        z-index: 1010;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        touch-action: pan-y;
    }

        .nav-menu-container.active {
            right: 0;
        }

    /* Mobile Close Button - Only visible on mobile */
    .mobile-close-btn {
        display: flex;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
        background: transparent;
        border: 2px solid var(--gold);
        border-radius: 50%;
        cursor: pointer;
        z-index: 1011;
        transition: all 0.3s ease;
        color: var(--black);
        padding: 0;
    }

        .mobile-close-btn:hover {
            background-color: var(--gold);
            color: var(--white);
            transform: rotate(90deg);
            border-color: var(--gold-dark);
        }

        .mobile-close-btn:active {
            transform: rotate(90deg) scale(0.95);
        }

        .mobile-close-btn svg {
            width: 20px;
            height: 20px;
            stroke: currentColor;
        }

    /* Adjust nav-menu padding to account for close button */
    .nav-menu-container .nav-menu {
        padding: 70px 30px 30px !important;
        margin-top: 0;
    }

    /* Mobile Overlay */
    .mobile-overlay {
        display: none;
        position: fixed;
        inset: 0;
        width: auto;
        height: auto;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 998;
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
        overscroll-behavior: none;
        touch-action: none;
    }

        .mobile-overlay.active {
            display: block;
        }

    /* Mobile Menu */
    .nav-menu {
        flex: 1 1 auto;
        flex-direction: column;
        width: 100%;
        min-height: min-content;
        background: transparent;
        padding: 70px 30px calc(30px + env(safe-area-inset-bottom, 0px)) !important;
        gap: 0;
        margin-bottom: 30px;
    }

    .nav-link {
        width: 100%;
        padding: 15px 0;
        border-radius: 0;
        margin-bottom: 5px;
        text-align: left;
        background: transparent !important;
        color: var(--black) !important;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        border-radius: 0;
        justify-content: space-between;
    }

        .nav-link.active {
            color: var(--gold) !important;
            font-weight: 600;
            background: transparent !important;
        }

    /* Mobile Dropdown */
    .dropdown-wrapper {
        width: 100%;
    }

    .dropdown-content {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background: transparent;
        padding: 0;
        display: none;
        border-left: 0;
        margin-left: 0;
        margin-top: 5px;
    }

    .dropdown-wrapper.active .dropdown-content {
        display: block;
    }

    .dropdown-content a {
        padding: 15px 15px;
        color: var(--black);
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }

    .contact-btn {
        width: 100%;
        justify-content: center;
        margin-top: 20px;
    }

    /* Hide desktop contact button on mobile */
    .desktop-contact {
        display: none !important;
    }

    .desktop-login {
        display: none !important;
    }

    /* Show mobile login button */
    .mobile-login-btn {
        display: inline-flex !important;
        width: 100%;
        justify-content: center;
        margin-top: 16px;
        padding: 12px 24px;
    }

    /* Show mobile contact button */
    .mobile-contact-btn {
        display: inline-flex !important;
        width: 100%;
        justify-content: center;
        margin-top: 20px;
        padding: 12px 24px;
    }
}

@media (max-width: 768px) {
    .navbar {
        padding: 12px 20px;
    }

    .logo-text {
        font-size: 22px;
    }

    .logo-icon {
        width: 40px;
        height: 50px;
    }

    .nav-menu-container {
        max-width: 320px;
    }

    .mobile-close-btn {
        top: 18px;
        right: 18px;
    }
}

@media (max-width: 480px) {
    .navbar {
        padding: 10px 15px;
    }

    .logo-text {
        font-size: 20px;
    }

    .logo-icon {
        width: 35px;
        height: 43px;
    }

    .nav-menu-container {
        max-width: 280px;
        padding: 0;
    }

    .mobile-close-btn {
        top: 15px;
        right: 15px;
        width: 35px;
        height: 35px;
    }

        .mobile-close-btn svg {
            width: 18px;
            height: 18px;
        }

    .nav-menu-container .nav-menu {
        padding: 65px 20px 20px !important;
    }
}
/* Hero Content */
.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    margin-top: 140px;
    padding: 0 74px;
}

    .hero-content h1 {
        font-size: 72px;
        font-weight: 700;
        color: var(--white);
        text-transform: uppercase;
        max-width: 984px;
        margin: 0 auto 12px;
    }

    .hero-content > p {
        font-size: 18px;
        font-weight: 500;
        color: var(--white);
        max-width: 656px;
        margin: 30px auto 40px;
    }

.hero-buttons {
    display: flex;
    gap: 18px;
    justify-content: center;
}

/* Hero Services */
.hero-services {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-top: auto;
    padding-bottom: 74px;
}

.services-logo {
    flex-shrink: 0;
}

.services-list {
    display: flex;
    align-items: center;
    gap: 24px;
}

    .services-list span:not(.divider) {
        font-size: 30px;
        font-weight: 600;
        color: var(--white);
    }

    .services-list .divider {
        width: 2px;
        height: 31px;
        top: 25px;
        background-color: var(--gold);
    }

/* ============================================
   ABOUT SECTION
   ============================================ */
.about {
    padding: 100px 0;
    background-color: var(--white);
}
    /* Background decorative elements */
    .about::before {
        content: '';
        position: absolute;
        top: -100px;
        right: -100px;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(196, 155, 59, 0.1) 0%, transparent 70%);
        border-radius: 50%;
        animation: floatOrb 20s infinite linear;
        z-index: 0;
    }

    .about::after {
        content: '';
        position: absolute;
        bottom: -100px;
        left: -100px;
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, rgba(196, 155, 59, 0.05) 0%, transparent 70%);
        border-radius: 50%;
        animation: floatOrb 25s infinite linear reverse;
        z-index: 0;
    }

/* Mobile fix - hide decorative elements to prevent overflow */
@media (max-width: 768px) {
    .about::before,
    .about::after {
        display: none;
    }
}

@keyframes floatOrb {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(50px, -50px) rotate(90deg);
    }

    50% {
        transform: translate(0, -100px) rotate(180deg);
    }

    75% {
        transform: translate(-50px, -50px) rotate(270deg);
    }
}

.about-grid {
    display: grid;
    grid-template-columns: 555px 1fr;
    gap: 162px;
    margin-bottom: 100px;
}

.about-content {
    display: flex;
    flex-direction: column;
}

    .about-content .section-label {
        color: var(--black);
    }

    .about-content .section-title {
        margin-bottom: 1rem;
    }

    .about-content p {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5;
        color: var(--black);
        margin-bottom: 34px;
    }

.about-image {
    position: relative;
}

.about-us-texian-logo {
    position: absolute;
    top: 1px;
    right: 20px;
    width: 100px
}

.image-frame {
    position: relative;
    width: 605px;
    height: 570px;
    /* margin-left: 53px; */
    /* margin-top: 45px; */
    border-radius: var(--radius-2xl);
    overflow: hidden;
}

    .image-frame img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Mobile: show full About image (no cropping) */
@media (max-width: 768px) {
    .about {
        padding: 60px 0;
        background-color: var(--white);
    }

    .about-grid {
        gap: 60px;
        margin-bottom: 0 !important;
    }

    .image-frame {
        width: 100%;
        height: auto;
    }

        .image-frame img {
            height: auto;
            object-fit: contain;
        }
}

.stats-card {
    position: absolute;
    left: -5px;
    bottom: -35px;
    background-color: var(--white);
    border-radius: var(--radius-md);
    padding: 12px;
    box-shadow: var(--shadow-card);
}

.stats-header {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
}

.dollar-icon {
    width: 26px;
    height: 26px;
    background-color: var(--gray-medium);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    color: var(--gold);
}

.stats-number {
    font-size: 16px;
    font-weight: 800;
    color: var(--black);
}

.stats-bars {
    display: flex;
    align-items: flex-end;
    gap: 14px;
}

.bar {
    width: 21px;
    border-radius: 25px;
    background: linear-gradient(to bottom, var(--gold-dark), var(--gold));
}

.bar-1 {
    height: 53px;
}

.bar-2 {
    height: 66px;
}

.bar-3 {
    height: 89px;
}

.bar-4 {
    height: 100px;
}

/* ============================================
   MISSION & VISION SECTION
   ============================================ */
.mission-vision-section {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    overflow: hidden;

    @media (max-width: 1024px) {
        padding: 60px 0;
    }

    @media (max-width: 768px) {
        background: #f2ebda;
    }
}

    .mission-vision-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(circle at 20% 50%, rgba(196, 155, 59, 0.05) 0%, transparent 50%), radial-gradient(circle at 80% 50%, rgba(196, 155, 59, 0.05) 0%, transparent 50%);
        pointer-events: none;
    }

    .mission-vision-section .container {
        position: relative;
        z-index: 1;
    }

    .mission-vision-header {
        text-align: center;
        margin-bottom: 80px;
    }

        .mission-vision-header .section-label {
            display: block;
            font-size: 22px;
            font-weight: 600;
            color: var(--gold);
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 15px;
        }

        .mission-vision-header .section-title {
            font-size: 48px;
            font-weight: 700;
            color: var(--black);
            margin: 0;
        }

    .mission-vision-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(calc(50% - 60px), 1fr));
        gap: 60px;
        max-width: 1200px;
        margin: 0 auto;

        @media (max-width: 1024px) {
            gap: 30px;
        }

        @media (max-width: 768px) {
            grid-template-columns: 1fr;
            gap: 18px;
            max-width: 100%;
        }
    }


    .mission-vision-card {
        background: var(--white);
        padding: 50px 40px;
        border-radius: 20px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
        border: 1px solid rgba(196, 155, 59, 0.1);
        transition: all 0.4s ease;
        position: relative;
        overflow: hidden;
    }

        .mission-vision-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--gold) 0%, var(--gold-dark) 100%);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.4s ease;
        }

        .mission-vision-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 60px rgba(196, 155, 59, 0.15);
            /*border-color: rgba(196, 155, 59, 0.3);*/
        }

            .mission-vision-card:hover::before {
                transform: scaleX(1);
            }

    .mission-vision-icon {
        width: 80px;
        height: 80px;
        background: linear-gradient(135deg, rgba(196, 155, 59, 0.1) 0%, rgba(196, 155, 59, 0.2) 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
        transition: all 0.4s ease;
    }

    .mission-vision-card:hover .mission-vision-icon {
        background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
        transform: scale(1.1) rotate(5deg);
    }

    .mission-vision-icon img {
        width: 45px;
        height: 45px;
        object-fit: contain;
        filter: brightness(0) saturate(100%) invert(27%) sepia(95%) saturate(1234%) hue-rotate(10deg) brightness(95%) contrast(88%);
        transition: all 0.4s ease;
    }

    .mission-vision-card:hover .mission-vision-icon img {
        filter: brightness(0) invert(1);
    }

    .mission-vision-card h3 {
        font-size: 32px;
        font-weight: 700;
        color: var(--black);
        margin-bottom: 20px;
        text-transform: uppercase;
        letter-spacing: 1px;

        @media (max-width: 768px) {
            font-size: 24px;
        }
    }

    .mission-vision-card p {
        font-size: 18px;
        font-weight: 400;
        color: #555;
        line-height: 1.8;
        margin: 0;
    }
    /* ============================================
   STRATEGIES SECTION
   ============================================ */
    .strategies {
        position: relative;
        padding: 100px 0;
        background-image: url('../images/investment.png');
        background-size: 100% 100%;
        background-position: center center;
        min-height: 792px;

        @media (max-width: 1024px) {
            padding: 60px 0;
        }
    }

    .strategies-overlay {
        position: absolute;
        inset: 0;
        /*background-color: rgba(0, 0, 0, 0.6);*/
        backdrop-filter: blur(1px);
    }

    .strategies .container {
        position: relative;
        z-index: 10;
    }

    .strategies .section-header {
        text-align: center;
        margin-bottom: 48px;
    }

        .strategies .section-header p {
            font-size: 16px;
            font-weight: 500;
            color: var(--white);
        }

    .strategies-grid-wrapper {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .strategies-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 410px));
        gap: 30px;
        justify-content: center;
        width: 100%;
        max-width: 1320px;
    }

    .strategy-card {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(15px);
        padding: 24px;
        height: 477px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        max-width: 410px;
    }

    .card-content h3 {
        font-size: 42px;
        font-weight: 700;
        color: var(--white);
        margin-bottom: 24px;
    }

    .card-subtitle {
        font-size: 20px;
        font-weight: 600;
        color: var(--gold);
        margin-bottom: 24px;
    }

    .card-features {
        font-size: 16px;
        font-weight: 500;
        color: var(--white);
        line-height: 1.5;
    }

        .card-features li {
            margin-bottom: 0;
        }

    .card-footer {
        margin-top: auto;
    }

    .card-divider {
        height: 1px;
        background-color: rgba(255, 255, 255, 0.2);
        margin-bottom: 24px;
    }

    .card-action {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .card-action span {
            font-size: 20px;
            font-weight: 700;
            color: var(--white);
        }
    /* ============================================
   VALUES SECTION
   ============================================ */
.values {
    padding: 100px 0;
    background-color: var(--white);

    @media (max-width: 768px) {
        padding: 60px 0;
    }
}

    .values-grid {
        display: grid;
        grid-template-columns: 551px 1fr;
        gap: 94px;
        align-items: center;
    }

    .values-left .section-label {
        color: var(--black);
    }

    .values-left .section-title {
        margin-bottom: 40px;
    }

.values-image {
    position: relative;
    max-width: 430px;
    width: 100%;
    height: auto;
    @media (max-width: 1024px) {
        margin: 0 auto;
    }

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: var(--radius-2xl);
    }
    /* margin-left: 108px;*/
}
    /* Mobile fix for values image */
    /*    @media (max-width: 768px) {
        .values-image {
            margin-left: 0 !important;
            width: 100% !important;
            max-width: 100%;
            margin: 0 auto;
        }
    }*/
    /* Mobile: show full Why Choose/Values image (no cropping) */


    .stats-bubble {
        position: absolute;
        background-color: var(--white);
        padding: 14px;
        border-radius: var(--radius-lg);
        box-shadow: var(--shadow-lg);
    }

        .stats-bubble .stats-value {
            font-size: 31px;
            font-weight: 800;
            color: var(--gold);
            display: block;
        }

        .stats-bubble .stats-label {
            font-size: 19px;
            font-weight: 600;
            color: var(--black);
        }

    .stats-top {
        right: -80px;
        bottom: -50px;
    }

    .stats-bottom {
        left: -80px;
        top: 210px;
    }

    .excellence-shield {
        right: -60px;
        top: 10px;
        position: absolute;
    }
    /* Mobile fix for stats bubbles - prevent overflow */
    @media (max-width: 768px) {
        .stats-top {
            right: 10px !important;
            bottom: 10px !important;
            left: auto !important;
        }

        .stats-bottom {
            left: 10px !important;
            top: auto !important;
            bottom: 60px !important;
            right: auto !important;
        }

        .excellence-shield {
            right: 10px !important;
            top: 10px !important;
            max-width: 60px;
        }
    }

.values-right {
    display: flex;
    flex-direction: column;
    gap: 40px;
    @media (max-width: 1024px) {
        gap: 20px;
    }
}

    .value-item {
        display: flex;
        align-items: center;
        gap: 32px;
        padding-bottom: 40px;
    }
        .value-item:last-child {
            border-bottom: none;
         
        }

    .value-icon {
        flex-shrink: 0;
        width: 52px;
        height: 52px;
    }

    .value-content h4 {
        font-size: 26px;
        font-weight: 700;
        text-transform: uppercase;
        color: var(--black);
        margin-bottom: 8px;
    }

    .value-content p {
        font-size: 16px;
        font-weight: 500;
        color: var(--black);
    }
    /* ============================================
   LEADERSHIP SECTION
   ============================================ */
    .leadership {
        padding: 74px 0;
        background-color: var(--black);
    }

        .leadership .section-header {
            margin-bottom: 48px;
        }

            .leadership .section-header .section-label {
                color: var(--white);
            }

            .leadership .section-header p {
                font-size: 16px;
                font-weight: 500;
                color: var(--white);
            }

    .leaders-grid {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .leader-card {
        display: grid;
        grid-template-columns: 1fr 383px;
        gap: 64px;
        align-items: center;
        padding-bottom: 40px;
    }

        .leader-card.reverse {
            grid-template-columns: 383px 1fr;
        }

    .leader-info h3 {
        font-size: 32px;
        font-weight: 700;
        color: var(--white);
        margin-bottom: 10px;
    }

    .leader-title {
        display: flex;
        flex-direction: column;
        gap: 4px;
        margin-bottom: 25px;
    }

        .leader-title .role {
            font-size: 16px;
            font-weight: 600;
            color: var(--gold);
        }

        .leader-title .position {
            font-size: 16px;
            font-weight: 500;
            color: var(--white);
        }

    .leader-info p {
        font-size: 16px;
        font-weight: 500;
        color: var(--white);
        line-height: 1.5;
    }

    .leader-image {
        position: relative;
        height: 419px !important;
    }

    .image-shape {
        position: relative;
        overflow: visible; /* allow shadow to show */
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

    .image-shadow {
        position: absolute;
        top: 10px; /* vertical offset */
        left: 10px; /* horizontal offset */
        width: 100%;
        height: 100%;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        z-index: 0; /* behind the image */
    }


    .image-shape img {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        z-index: 1; /* above shadow */
    }
    /* ============================================
   CONTACT SECTION
   ============================================ */
    .contact {
        padding: 100px 0;
        background-color: var(--white);

        @media (max-width: 1024px) {
            padding: 60px 0;
        }
    }

    .section-header-left {
        margin-bottom: 50px;
    }

        .section-header-left .section-label {
            color: var(--black);
        }

    .contact-grid {
        display: grid;
        grid-template-columns: 1fr 813px;
        gap: 67px;
        align-items: flex-end;
    }

    .contact-info {
        display: flex;
        flex-direction: column;
        height: 484px;
        justify-content: space-between;
    }

    .contact-address {
        font-size: 16px;
        font-weight: 500;
        color: var(--black);
        background-color: #ededed;
        padding: 14px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .contact-map {
        height: 274px;
        border-radius: var(--radius-sm);
        overflow: hidden;
    }

        .contact-map img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .contact-logo {
        display: flex;
        align-items: center;
        gap: 20px;
    }

        .contact-logo .logo-text {
            font-size: 38.5px;
        }

    .contact-form {
        display: flex;
        flex-direction: column;
        gap: 44px;
    }

    .form-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 74px;
    }

    .form-group {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

        .form-group label {
            font-size: 16px;
            font-weight: 500;
            color: var(--black);
        }

            .form-group label .required {
                color: #ff3232;
            }

        .form-group input {
            border: none;
            border-bottom: 1px solid rgba(0, 0, 0, 0.4);
            padding: 0 0 10px;
            font-family: var(--font-primary);
            font-size: 16px;
            font-weight: 500;
            background: transparent;
            outline: none;
            transition: border-color 0.3s ease;
        }

            .form-group input:focus {
                border-bottom-color: var(--gold);
            }

        .form-group textarea {
            background-color: var(--gray-medium);
            border: none;
            border-radius: var(--radius-lg);
            padding: 19px 32px;
            font-family: var(--font-primary);
            font-size: 18px;
            font-weight: 600;
            color: rgba(0, 0, 0, 0.3);
            resize: none;
            outline: none;
        }

            .form-group textarea::placeholder {
                color: rgba(0, 0, 0, 0.3);
            }

            .form-group textarea:focus {
                outline: 2px solid var(--gold);
            }
    /* ============================================
   CTA SECTION
   ============================================ */
    .cta {
        position: relative;
        padding: 100px 0;
        background-image: url('../images/investment.png');
        background-size: cover;
        background-position: center;
        min-height: 357px;

        @media (max-width: 1024px) {
            padding: 60px 0;
        }
    }

    .cta-overlay {
        position: absolute;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.85);
        backdrop-filter: blur(5px);
    }

    .cta .container {
        position: relative;
        z-index: 10;
    }

    .cta-content {
        text-align: center;
    }

        .cta-content .section-title {
            text-transform: uppercase;
            margin-bottom: 12px;
        }

        .cta-content > p {
            font-size: 16px;
            font-weight: 500;
            color: var(--white);
            margin-bottom: 48px;
        }

    .cta-buttons {
        display: flex;
        gap: 18px;
        justify-content: center;
    }
    /* ============================================
   FOOTER SECTION
   ============================================ */
    .footer {
        padding: 74px 0;
        background-color: var(--white);
    }

    .footer-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer-logo {
        display: flex;
        align-items: center;
        gap: 24px;
    }

        .footer-logo .logo-text {
            font-size: 45px;
        }

    .footer-info {
        font-size: 16px;
        font-weight: 500;
        color: var(--black);
        text-align: right;
    }

    .footer-professional {
        /* background: linear-gradient(135deg, #0A0A0A 0%, #1A1A1A 100%); */
        color: rgba(255, 255, 255, 0.8);
        padding: 100px 0 40px;
        position: relative;
        overflow: hidden;
        background-size: 100% 100% !important;
        background-image: url(../images/investment.png) !important;

        @media (max-width: 1024px) {
            padding: 60px 0 30px;
        }
    }
    /* ============================================
   RESPONSIVE STYLES
   ============================================ */
    @media (max-width: 1400px) {
        .container {
            padding: 0 40px;
        }

        .navbar {
            padding: 24px 40px;
        }

        .about-grid {
            grid-template-columns: 1fr 1fr;
            gap: 80px;
        }

        .values-grid {
            gap: 60px;
        }

        .contact-grid {
            grid-template-columns: 1fr 1fr;
            gap: 40px;
        }
    }

    @media (max-width: 1200px) {
        .strategies-grid-wrapper {
            justify-content: center;
        }

        .strategies-grid {
            grid-template-columns: repeat(auto-fit, minmax(300px, 410px));
            justify-content: center;
        }

        .strategy-card {
            max-width: 410px;
        }

            .strategy-card:last-child {
                grid-column: span 1;
            }
    }

    @media (max-width: 1024px) {
        .container {
            padding: 0 30px;
        }

        .navbar {
            padding: 20px 30px;
            grid-template-columns: 1fr auto;
        }

        .nav-menu {
            order: 3;
            width: 100%;
            justify-content: flex-start;
        }

        .hero-content h1 {
            font-size: 48px;
        }

        .section-title {
            font-size: 36px;
        }

        .about-grid {
            grid-template-columns: 1fr;
            gap: 60px;
        }

        .about-image {
            display: flex;
            justify-content: center;
        }

        .image-frame {
            margin-left: 0;
        }

        .values-grid {
            grid-template-columns: 1fr;
            gap: 60px;
        }


        .strategies-grid-wrapper {
            justify-content: center;
        }

        .strategies-grid {
            grid-template-columns: repeat(auto-fit, minmax(280px, 410px));
            justify-content: center;
        }

        .strategy-card {
            max-width: 410px;
        }

        .leader-card,
        .leader-card.reverse {
            grid-template-columns: 1fr;
            text-align: center;
        }

            .leader-card.reverse .leader-image {
                order: -1;
            }

        .contact-grid {
            grid-template-columns: 1fr;
            gap: 60px;
        }

        .contact-info {
            flex-direction: row;
            flex-wrap: wrap;
            height: auto;
            gap: 30px;
        }

        .contact-map {
            flex: 1;
            min-width: 250px;
        }

        .footer-content {
            flex-direction: column;
            gap: 40px;
            text-align: center;
        }

        .footer-info {
            text-align: center;
        }
    }

    @media (max-width: 768px) {
        .container {
            padding: 0 20px;
        }

        .navbar {
            padding: 15px 20px;
        }

        .nav-menu {
            flex-wrap: wrap;
            gap: 5px;
        }

        .nav-link {
            /*        padding: 12px 16px;*/
            /*        font-size: 14px;*/
        }

        .hero {
            min-height: 100vh;
        }

        .hero-content {
            margin-top: 60px;
            padding: 0 20px;
        }

            .hero-content h1 {
                font-size: 32px;
            }

            .hero-content > p {
                font-size: 16px;
            }

        .hero-buttons {
            flex-direction: column;
            align-items: center;
        }

        .services-list {
            flex-wrap: wrap;
            justify-content: center;
        }

            .services-list span:not(.divider) {
                font-size: 18px;
            }

        .section-title {
            font-size: 28px;
        }

        .section-label {
            font-size: 18px;
        }



        .mission-vision-card {
            padding: 40px 30px;
        }

        .mission-vision-header {
            margin-bottom: 50px;
        }

            .mission-vision-header .section-title {
                font-size: 36px;
            }

        .mission h3, .vision h3 {
            font-size: 28px;
        }

        .strategies-grid-wrapper {
            justify-content: center;
        }

        .strategies-grid {
            grid-template-columns: 1fr;
            max-width: 410px;
            justify-content: center;
        }

        .strategy-card {
            max-width: 100%;
        }

            .strategy-card:last-child {
                grid-column: span 1;
            }

        .card-content h3 {
            font-size: 32px;
        }

        .stats-top,
        .stats-bottom {
            position: static;
            margin: 10px auto;
        }



        .value-item {
            flex-direction: column;
            text-align: center;
            gap: 20px;
        }

        .value-content h4 {
            font-size: 22px;
        }

        .leader-info h3 {
            font-size: 26px;
        }

        .form-row {
            grid-template-columns: 1fr;
            gap: 44px;
        }

        .btn {
            padding: 15px 24px;
            font-size: 16px;
        }

        .footer-logo .logo-text {
            font-size: 32px;
        }
    }

    @media (max-width: 480px) {
        .hero-content h1 {
            font-size: 26px;
        }

        .section-title {
            font-size: 24px;
        }

        .strategies-grid-wrapper {
            justify-content: center;
        }

        .strategies-grid {
            grid-template-columns: 1fr;
            max-width: 100%;
            justify-content: center;
        }

        .strategy-card {
            max-width: 100%;
        }

        .card-content h3 {
            font-size: 28px;
        }

        .logo-text {
            font-size: 20px;
        }

        .image-frame {
            width: 100%;
            height: 280px;
        }

        .image-shape {
            width: 100%;
            max-width: 250px;
        }
    }
    /* Animations */
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .hero-content,
    .section-header,
    .about-content,
    .strategy-card,
    .value-item,
    .leader-card {
        animation: fadeInUp 0.6s ease-out;
    }

    .contact-map {
        width: 100%;
        height: 300px; /* adjust height as needed */
        border-radius: 8px; /* optional */
        overflow: hidden;
    }
    /* ============================================
   UPDATED FOOTER SECTION
   ============================================ */
    .footer {
        padding: 74px 0;
        background-color: var(--white);
    }

    .footer-content {
        display: grid;
        grid-template-columns: auto 1fr auto;
        gap: 104px;
        align-items: flex-start;
    }
    /* Logo & Social Section */
    .footer-logo-social {
        width: 301px;
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .footer-logo {
        display: flex;
        align-items: center;
        gap: 13.57px;
    }

        .footer-logo .logo-text {
            font-size: 44.94px;
            line-height: 1.1;
        }

            .footer-logo .logo-text.dark span {
                display: block;
            }

    .footer-social {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .social-title {
        font-size: 16px;
        font-weight: 500;
        color: var(--black);
    }

    .social-icons {
        display: flex;
        gap: 16px;
        align-items: center;
    }

    .social-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        transition: transform 0.3s ease;
    }

        .social-icon:hover {
            transform: translateY(-3px);
        }

        .social-icon svg {
            width: 100%;
            height: 100%;
        }
    /* Navigation Links */
    .footer-nav {
        flex: 1;
    }

    .nav-list {
        display: flex;
        flex-direction: column;
        gap: 0;
        background-color: transparent;
        padding: 0;
    }

        .nav-list .nav-link {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 10px 24px;
            font-size: 16px;
            font-weight: 500;
            color: var(--black);
            border-radius: var(--radius-lg);
            margin-bottom: 4px;
            transition: all 0.3s ease;
            width: fit-content;
            background: transparent;
        }
    /* Contact & Newsletter */
    .footer-contact {
        width: 607px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 32px;
    }

    .contact-info {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .contact-title,
    .newsletter-title {
        font-size: 16px;
        font-weight: 500;
        color: var(--black);
        margin-bottom: 0;
    }

    .contact-address,
    .contact-phone {
        font-size: 16px;
        font-weight: 500;
        color: var(--black);
        line-height: 1.5;
    }

    .newsletter-form {
        width: 100%;
    }

    .input-group {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .email-input {
        flex: 1;
        height: 62px;
        padding: 17px 32px;
        background-color: var(--gray-medium);
        border: none;
        border-radius: var(--radius-lg);
        font-size: 16px;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.3);
        outline: none;
        font-family: var(--font-primary);
    }

        .email-input::placeholder {
            color: rgba(0, 0, 0, 0.3);
        }

        .email-input:focus {
            outline: 2px solid var(--gold);
        }

    .subscribe-btn {
        width: 142px;
        height: 62px;
        padding: 17px 20px;
        background-color: var(--black);
        color: var(--white);
        border: none;
        border-radius: var(--radius-xl);
        font-size: 16px;
        font-weight: 600;
        font-family: var(--font-primary);
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .subscribe-btn:hover {
            background-color: var(--gray-dark);
        }
    /* ============================================
   UPDATED FOOTER SECTION - MULTI-COLUMN NAV
   ============================================ */
    .footer {
        padding: 74px 0 40px;
        background-color: var(--white);
        border-top: 2px solid var(--gray-light);
    }

    .footer-content {
        display: grid;
        grid-template-columns: auto 1fr auto;
        gap: 80px;
        align-items: flex-start;
        margin-bottom: 50px;
    }
    /* Logo & Social Section */
    .footer-logo-social {
        width: 280px;
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .footer-logo {
        display: flex;
        align-items: center;
        gap: 13.57px;
    }

        .footer-logo .logo-text {
            font-size: 44.94px;
            line-height: 1.1;
        }

            .footer-logo .logo-text.dark span {
                display: block;
            }

    .footer-social {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .social-title {
        font-size: 16px;
        font-weight: 500;
        color: var(--black);
        margin-bottom: 8px;
    }
    /* New Social Icons with Font Awesome */
    .social-icons {
        display: flex;
        justify-content: flex-start; /* Aligns items to the left */
        gap: 12px;
        align-items: center;
        /* Optional: add width if needed */
        width: 100%;
    }

    .social-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: var(--gold);
        color: var(--black);
        font-size: 16px;
        transition: all 0.3s ease;
        text-decoration: none;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

        .social-icon:hover {
            transform: translateY(-5px);
            filter: brightness(1.2);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
        }
        /* Different color variations */
        .social-icon.linkedin {
            background-color: #0077B5;
            color: white;
        }

        .social-icon.facebook {
            background-color: #4267B2;
            color: white;
        }

        .social-icon.instagram {
            background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
            color: white;
        }

        .social-icon.twitter {
            background-color: #1DA1F2;
            color: white;
        }

        .social-icon.youtube {
            background-color: #FF0000;
            color: white;
        }

        .social-icon.github {
            background-color: #333;
            color: white;
        }
    /* Smaller size option */
    .social-icons.small .social-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }
    /* Larger size option */
    .social-icons.large .social-icon {
        width: 72px;
        height: 72px;
        font-size: 30px;
    }
    /* Outline style option */
    .social-icons.outline .social-icon {
        background-color: transparent;
        border: 2px solid var(--gold);
        color: var(--gold);
    }

        .social-icons.outline .social-icon:hover {
            background-color: var(--gold);
            color: var(--black);
        }
    /* Navigation Columns */
    .footer-navigation {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
        padding: 0 20px;
    }

    .nav-column {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .nav-column-title {
        font-size: 18px;
        font-weight: 600;
        color: var(--black);
        margin-bottom: 8px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .nav-list {
        display: flex;
        flex-direction: column
    }

        .nav-list .nav-link {
            display: inline-flex;
            align-items: center;
            font-size: 16px;
            font-weight: 500;
            color: var(--text-secondary);
            padding: 6px 0;
            transition: all 0.3s ease;
            position: relative;
        }
    /* Contact & Newsletter */
    .footer-contact {
        width: 320px;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .footer-contact-info {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .footer-contact-title,
    .newsletter-title {
        font-size: 18px;
        font-weight: 600;
        color: var(--black);
        margin-bottom: 8px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .footer-contact-address,
    .footer-contact-phone,
    .footer-contact-email {
        font-size: 15px;
        font-weight: 500;
        color: var(--text-secondary);
        line-height: 1.6;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .footer-contact-address::before {
            content: '📍';
        }

        .footer-contact-phone::before {
            content: '📞';
        }

        .footer-contact-email::before {
            content: '✉️';
        }

    .newsletter-desc {
        font-size: 14px;
        color: var(--text-muted);
        margin-bottom: 16px;
        line-height: 1.5;
    }

    .newsletter-form {
        width: 100%;
    }

    .input-group {
        display: flex;
        gap: 10px;
        align-items: center;
        margin-bottom: 12px;
    }

    .email-input {
        flex: 1;
        height: 48px;
        padding: 12px 20px;
        background-color: var(--gray-medium);
        border: 1px solid transparent;
        border-radius: var(--radius-lg);
        font-size: 14px;
        font-weight: 500;
        color: var(--text-primary);
        outline: none;
        font-family: var(--font-primary);
        transition: all 0.3s ease;
    }

        .email-input::placeholder {
            color: var(--text-muted);
        }

        .email-input:focus {
            border-color: var(--gold);
            background-color: var(--white);
            box-shadow: 0 0 0 3px rgba(196, 155, 59, 0.1);
        }

    .subscribe-btn {
        width: 48px;
        height: 48px;
        background-color: var(--gold);
        color: var(--black);
        border: none;
        border-radius: var(--radius-lg);
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

        .subscribe-btn:hover {
            background-color: var(--gold-dark);
            transform: translateY(-2px);
        }

    .privacy-note {
        font-size: 12px;
        color: var(--text-muted);
        line-height: 1.4;
    }
    /* Footer Bottom */
    .footer-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 30px;
        border-top: 1px solid var(--gray-medium);
    }

    .copyright {
        font-size: 14px;
        color: var(--text-secondary);
        font-weight: 500;
    }

    .legal-links {
        display: flex;
        gap: 24px;
        align-items: center;
    }

    .legal-link {
        font-size: 14px;
        color: var(--text-secondary);
        font-weight: 500;
        transition: all 0.3s ease;
    }

        .legal-link:hover {
            color: var(--gold);
        }
    /* ============================================
   FOOTER RESPONSIVE STYLES
   ============================================ */
    @media (max-width: 1400px) {
        .footer-content {
            gap: 60px;
        }

        .footer-navigation {
            gap: 30px;
            padding: 0 15px;
        }

        .footer-contact {
            width: 280px;
        }
    }

    @media (max-width: 1200px) {
        .footer-content {
            grid-template-columns: 1fr;
            grid-template-rows: auto auto auto;
            gap: 50px;
        }

        .footer-logo-social {
            width: 100%;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            gap: 40px;
        }

        .footer-social {
            align-items: flex-end;
        }

        .footer-navigation {
            grid-template-columns: repeat(3, 1fr);
            padding: 0;
        }

        .footer-contact {
            width: 100%;
            flex-direction: row;
            justify-content: space-between;
            gap: 40px;
        }

        .contact-info,
        .newsletter {
            flex: 1;
        }
    }

    @media (max-width: 1024px) {
        .footer {
            padding: 60px 0 30px;
        }

        .footer-navigation {
            grid-template-columns: repeat(2, 1fr);
            gap: 40px 60px;
        }

        .footer-contact {
            flex-direction: column;
            gap: 40px;
        }

        .footer-bottom {
            flex-direction: column;
            gap: 20px;
            text-align: center;
        }

        .legal-links {
            flex-wrap: wrap;
            justify-content: center;
            gap: 16px;
        }
    }

    @media (max-width: 768px) {
        .footer-content {
            gap: 40px;
        }

        .footer-logo-social {
            flex-direction: column;
            text-align: center;
            gap: 30px;
        }

        .footer-social {
            align-items: center;
        }

        .footer-logo {
            flex-direction: column;
            gap: 20px;
        }

            .footer-logo .logo-text {
                font-size: 36px;
            }

            .footer-logo .logo-icon {
                width: 70px;
                height: 85px;
            }

        .footer-navigation {
            grid-template-columns: 1fr;
            gap: 30px;
        }

        .nav-column {
            text-align: center;
        }

        .nav-list .nav-link {
            justify-content: center;
        }

            .nav-list .nav-link:hover::before {
                display: none;
            }

        .email-input,
        .subscribe-btn {
            height: 44px;
        }

        .subscribe-btn {
            width: 44px;
        }
    }

    @media (max-width: 480px) {
        .footer {
            padding: 40px 0 20px;
        }

        .footer-content {
            gap: 30px;
        }

        .footer-logo .logo-text {
            font-size: 32px;
        }

        .footer-logo .logo-icon {
            width: 60px;
            height: 73px;
        }

        .nav-column-title,
        .contact-title,
        .newsletter-title {
            font-size: 16px;
        }

        .nav-list .nav-link,
        .contact-address,
        .contact-phone,
        .contact-email {
            font-size: 14px;
        }

        .newsletter-desc {
            font-size: 13px;
        }

        .email-input {
            font-size: 13px;
            padding: 10px 16px;
        }

        .subscribe-btn {
            font-size: 14px;
        }

        .privacy-note {
            font-size: 11px;
        }

        .copyright {
            font-size: 13px;
        }

        .legal-link {
            font-size: 13px;
        }
    }
    /* ============================================
   INDEPENDENT INNER PAGE HEADER SECTION
   ============================================ */
    /* Hero Section for Inner Pages - Independent */
.page-header {
    position: relative;
    height: 65vh;
    min-height: 300px; /* Minimum fallback */
    max-height: 800px; /* Maximum limit */
    aspect-ratio: 16/9; /* Adjust to match your image ratio */
    background-color: #EDEBE6;
    background-image: url(../images/otherPageHeader.png);
    background-size: cover; /* Ensure this is 'cover' */
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    margin: 0;
    width: 100%;
    overflow: hidden;
    padding-top: 160px;

}
    /* No overlay needed since we're using gradient overlay in background-image */
    /* Page Header Content */
    .page-header-content {
        position: relative;
        z-index: 2;
        text-align: center;
        max-width: 1000px;
        width: 100%;
        padding: 40px 20px;
        margin: 0 auto;
    }

    .page-header-title {
        font-size: 72px;
        font-weight: 700;
        color: #000;
        margin-bottom: 24px;
        line-height: 1.1;
        letter-spacing: -0.5px;
    }

        .page-header-title .text-gold {
            color: var(--gold);
            position: relative;
            display: inline-block;
        }

    .page-header-subtitle {
        font-size: 20px;
        font-weight: 500;
        color: var(--white);
        max-width: 600px;
        margin: 0 auto 40px;
        opacity: 0.9;
        line-height: 1.6;
    }
    /* Independent Breadcrumb */
    .page-breadcrumb {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 40px;
        font-size: 16px;
        font-weight: 500;
        padding: 12px 24px;
        background-color: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border-radius: var(--radius-lg);
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .breadcrumb-item {
        display: flex;
        align-items: center;
        gap: 8px;
        color: rgba(255, 255, 255, 0.8);
    }

        .breadcrumb-item a {
            color: var(--white);
            transition: all 0.3s ease;
            padding: 4px 8px;
            border-radius: 6px;
        }

            .breadcrumb-item a:hover {
                color: var(--gold);
                background-color: rgba(196, 155, 59, 0.1);
            }

    .breadcrumb-separator {
        color: var(--gold);
        margin: 0 5px;
        font-weight: 600;
    }

    .breadcrumb-item.active {
        color: var(--gold);
        font-weight: 600;
    }
    /* Header CTA Button */
    .page-header-cta {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        padding: 18px 36px;
        background-color: var(--gold);
        color: var(--black);
        font-size: 18px;
        font-weight: 600;
        border-radius: var(--radius-xl);
        border: 2px solid var(--gold);
        transition: all 0.3s ease;
        margin-top: 20px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

        .page-header-cta::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: left 0.7s ease;
            z-index: -1;
        }

        .page-header-cta:hover {
            background-color: var(--gold-dark);
            transform: translateY(-3px);
            box-shadow: 0 15px 30px rgba(196, 155, 59, 0.3);
        }

            .page-header-cta:hover::before {
                left: 100%;
            }
    /* Stats/Highlights - Positioned inside header */
    .header-highlights {
        position: relative;
        margin-top: 60px;
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
        z-index: 3;
    }

    .highlight-card {
        background-color: var(--white);
        border-radius: var(--radius-lg);
        padding: 30px 25px;
        min-width: 200px;
        text-align: center;
        box-shadow: var(--shadow-lg);
        border: 1px solid rgba(196, 155, 59, 0.2);
        transition: all 0.3s ease;
    }

        .highlight-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
            border-color: var(--gold);
        }

    .highlight-value {
        font-size: 42px;
        font-weight: 700;
        color: var(--gold);
        display: block;
        line-height: 1;
        margin-bottom: 10px;
        font-family: var(--font-serif);
    }

    .highlight-label {
        font-size: 16px;
        font-weight: 600;
        color: var(--black);
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    /* Decorative Elements */
    /*.page-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;*/
        /*background: radial-gradient(circle at 20% 80%, rgba(196, 155, 59, 0.15) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(196, 155, 59, 0.1) 0%, transparent 50%);*/
        /*z-index: 1;
        pointer-events: none;
    }

    .page-header::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100px;
        background: linear-gradient(to top, var(--white), transparent);
        z-index: 1;
        opacity: 0.1;
    }*/
    /* Background Image Variations for Different Pages */
    .page-header.about-page {
        url('../images/investment.png');
    }

    .page-header.services-page {
        url('../images/services-banner.jpg');
    }

    .page-header.contact-page {
        url('../images/contact-banner.jpg');
    }

    .page-header.team-page {
        url('../images/team-banner.jpg');
    }

    .page-header.strategies-page {
        url('../images/strategies-banner.jpg');
    }

    .page-header.investment-page {
        url('../images/investment-banner.jpg');
    }
    /* Responsive Styles */
    @media (max-width: 1200px) {
        .page-header {
            min-height: 500px;
            padding: 60px 20px;
        }

        .page-header-title {
            font-size: 60px;
        }

        .header-highlights {
            margin-top: 50px;
        }
    }

    @media (max-width: 992px) {
        .page-header {
            min-height: 450px;
            height: auto;
            padding: 50px 20px;
        }

        .page-header-title {
            font-size: 48px;
        }

        .page-header-subtitle {
            font-size: 18px;
            margin-bottom: 35px;
        }

        .highlight-card {
            min-width: 180px;
            padding: 25px 20px;
        }

        .highlight-value {
            font-size: 36px;
        }
    }

    @media (max-width: 768px) {
        .page-header {
            min-height: 400px;
          
            padding: 40px 15px;
        }

        .page-header-title {
            font-size: 36px;
        }

        .page-header-subtitle {
            font-size: 16px;
            margin-bottom: 30px;
        }

        .page-breadcrumb {
            font-size: 14px;
            padding: 10px 20px;
        }

        .page-header-cta {
            padding: 15px 28px;
            font-size: 16px;
        }

        .header-highlights {
            margin-top: 40px;
            gap: 20px;
        }

        .highlight-card {
            min-width: 150px;
            padding: 20px 15px;
        }

        .highlight-value {
            font-size: 32px;
        }

        .highlight-label {
            font-size: 14px;
        }
    }

    @media (max-width: 576px) {
        .page-header {
            min-height: 350px;
        }

        .page-header-title {
            font-size: 32px;
            margin-bottom: 20px;
        }

            .page-header-title .text-gold::after {
                bottom: -8px;
                height: 3px;
            }

        .header-highlights {
            flex-direction: column;
            width: 100%;
            max-width: 280px;
            margin-left: auto;
            margin-right: auto;
        }

        .highlight-card {
            width: 100%;
        }
    }
    /* Animation */
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(40px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .page-header-content {
        animation: fadeInUp 0.8s ease-out 0.3s both;
    }

    .page-breadcrumb {
        animation: fadeIn 0.6s ease-out 0.5s both;
    }

    .highlight-card {
        animation: fadeInUp 0.6s ease-out var(--delay, 0.7s) both;
    }
        /* For staggered animation of highlight cards */
        .highlight-card:nth-child(1) {
            --delay: 0.7s;
        }

        .highlight-card:nth-child(2) {
            --delay: 0.8s;
        }

        .highlight-card:nth-child(3) {
            --delay: 0.9s;
        }

        .highlight-card:nth-child(4) {
            --delay: 1.0s;
        }

    .dropdown-menu a.active {
        background-color: rgba(0, 0, 0, 0.1);
        color: var(--gold);
        font-weight: 600;
    }

    .typing-cursor::after {
        content: "|";
        margin-left: 4px;
        animation: blink 1s infinite;
        color: #c49b3b;
    }

    @keyframes blink {
        0%, 50%, 100% {
            opacity: 1;
        }

        25%, 75% {
            opacity: 0;
        }
    }
    /*===================================================*/
    /* ============================================
   SCROLL-TRIGGERED ANIMATIONS ONLY
   ============================================ */
    .typing-text {
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        border-right: 2px solid var(--gold);
        animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
    }

    @keyframes typing {
        from {
            width: 0
        }

        to {
            width: 100%
        }
    }

    @keyframes blink-caret {
        from, to {
            border-color: transparent
        }

        50% {
            border-color: var(--gold)
        }
    }
    /* ============================================
   IMAGE LOAD EFFECTS
   ============================================ */
    .lazy-image {
        opacity: 0;
        transform: scale(0.95);
        transition: opacity 0.6s ease, transform 0.6s ease;
    }

        .lazy-image.loaded {
            opacity: 1;
            transform: scale(1);
        }
    /* ============================================
   RESPONSIVE ANIMATIONS
   ============================================ */
    @media (prefers-reduced-motion: reduce) {
        .animate-on-scroll,
        .animate-on-scroll-left,
        .animate-on-scroll-right,
        .animate-on-scroll-scale {
            transition: none;
            opacity: 1;
            transform: none;
        }

        .typing-text {
            animation: none;
            border-right: none;
            width: auto;
        }
    }
    /* Animation Classes (Hidden by default) */
    .animate-on-scroll {
        opacity: 0;
        transform: translateY(30px);
        transition: opacity 0.8s ease, transform 0.8s ease;
    }

        .animate-on-scroll.animated {
            opacity: 1;
            transform: translateY(0);
        }

    .animate-on-scroll-left {
        opacity: 0;
        transform: translateX(-30px);
        transition: opacity 0.8s ease, transform 0.8s ease;
    }

        .animate-on-scroll-left.animated {
            opacity: 1;
            transform: translateX(0);
        }

    .animate-on-scroll-right {
        opacity: 0;
        transform: translateX(30px);
        transition: opacity 0.8s ease, transform 0.8s ease;
    }

        .animate-on-scroll-right.animated {
            opacity: 1;
            transform: translateX(0);
        }
    /* Mobile fix - prevent horizontal overflow from animations */
    @media (max-width: 768px) {
        .animate-on-scroll-left {
            transform: translateY(20px) !important;
        }

            .animate-on-scroll-left.animated {
                transform: translateY(0) !important;
            }

        .animate-on-scroll-right {
            transform: translateY(20px) !important;
        }

            .animate-on-scroll-right.animated {
                transform: translateY(0) !important;
            }
    }

    .animate-on-scroll-scale {
        opacity: 0;
        transform: scale(0.95);
        transition: opacity 0.8s ease, transform 0.8s ease;
    }

        .animate-on-scroll-scale.animated {
            opacity: 1;
            transform: scale(1);
        }
    /* Staggered animation delays for children */
    .stagger-children > *:nth-child(1) {
        transition-delay: 0.1s;
    }

    .stagger-children > *:nth-child(2) {
        transition-delay: 0.2s;
    }

    .stagger-children > *:nth-child(3) {
        transition-delay: 0.3s;
    }

    .stagger-children > *:nth-child(4) {
        transition-delay: 0.4s;
    }

    .stagger-children > *:nth-child(5) {
        transition-delay: 0.5s;
    }
    /* Hover effects only (these work independently) */
    .hover-lift {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        .hover-lift:hover {
            transform: translateY(-5px);
        }

    .hover-zoom {
        overflow: hidden;
    }

        .hover-zoom img {
            transition: transform 0.6s ease;
        }

        .hover-zoom:hover img {
            transform: scale(1.05);
        }
    /* Button hover effects */
    .btn {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        .btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

    .btn-gold:hover {
        box-shadow: 0 5px 15px rgba(196, 155, 59, 0.2);
    }
    /* Text hover effects */
    .text-hover-gold {
        transition: color 0.3s ease;
    }

        .text-hover-gold:hover {
            color: var(--gold);
        }
    /* Section dividers animation */
    .section-divider {
        width: 0;
        height: 2px;
        background: var(--gold);
        transition: width 1s ease;
    }

    .animated .section-divider {
        width: 100px;
    }
    /* Progress bar animation */
    .progress-bar {
        width: 0;
        transition: width 1.5s ease 0.5s;
    }

    .animated .progress-bar {
        width: 100%;
    }
    /* ============================================
   PROFESSIONAL ANIMATIONS & EFFECTS
   ============================================ */
    /* Base Animation Classes */
    .animate-on-view {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.6s ease, transform 0.6s ease;
    }

        .animate-on-view.visible {
            opacity: 1;
            transform: translateY(0);
        }

    .animate-fade-in {
        animation: fadeIn 1s ease-out;
    }

    .animate-slide-up {
        animation: slideUp 0.8s ease-out;
    }

    .animate-slide-left {
        animation: slideLeft 0.8s ease-out;
    }

    .animate-slide-right {
        animation: slideRight 0.8s ease-out;
    }
    /* Keyframes for subtle animations */
    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes slideUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes slideLeft {
        from {
            opacity: 0;
            transform: translateX(-20px);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    @keyframes slideRight {
        from {
            opacity: 0;
            transform: translateX(20px);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    @keyframes fadeInScale {
        from {
            opacity: 0;
            transform: scale(0.95);
        }

        to {
            opacity: 1;
            transform: scale(1);
        }
    }

    @keyframes subtleFloat {
        0%, 100% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-5px);
        }
    }

    @keyframes shimmerEffect {
        0% {
            background-position: -200% center;
        }

        100% {
            background-position: 200% center;
        }
    }
    /* ============================================
   HERO SECTION ANIMATIONS
   ============================================ */
    .hero-content {
        animation: fadeIn 1.2s ease-out;
    }

        .hero-content h1 {
            animation: slideUp 1s ease-out 0.3s both;
        }

        .hero-content > p {
            animation: slideUp 1s ease-out 0.6s both;
        }

    .hero-buttons {
        animation: slideUp 1s ease-out 0.9s both;
    }

    .hero-services {
        animation: fadeIn 5s ease-out 6s both;
    }


    .services-list {
        animation: fadeIn 0.8s ease-out 1.4s both;
    }
    /* ============================================
   ABOUT SECTION ANIMATIONS
   ============================================ */
    .about-grid {
        animation: fadeInScale 1s ease-out;
    }

    .image-frame {
        position: relative;
        overflow: hidden;
    }

        .image-frame img {
            transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
            animation: fadeInScale 1.5s ease-out;
        }

        .image-frame:hover img {
            transform: scale(1.03);
        }

    .about-us-texian-logo {
        animation: subtleFloat 4s ease-in-out infinite;
    }

    .stats-card {
        animation: slideRight 0.8s ease-out 0.8s both;
        transition: transform 0.3s ease;
    }

        .stats-card:hover {
            transform: translateY(-2px);
        }

    .stats-bars .bar {
        animation: slideUp 0.5s ease-out both;
    }

    .stats-bars .bar-1 {
        animation-delay: 0.9s;
    }

    .stats-bars .bar-2 {
        animation-delay: 1s;
    }

    .stats-bars .bar-3 {
        animation-delay: 1.1s;
    }

    .stats-bars .bar-4 {
        animation-delay: 1.2s;
    }

    .mission-vision-section {
        animation: fadeIn 1s ease-out 1s both;
    }

    .mission-icon, .vision-icon {
        animation: fadeInScale 0.8s ease-out;
    }
    /* ============================================
   STRATEGIES SECTION ANIMATIONS
   ============================================ */
    .strategy-card {
        animation: fadeInScale 0.6s ease-out both;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        .strategy-card:nth-child(1) {
            animation-delay: 0.1s;
        }

        .strategy-card:nth-child(2) {
            animation-delay: 0.2s;
        }

        .strategy-card:nth-child(3) {
            animation-delay: 0.3s;
        }

        .strategy-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
        }

    .card-content h3 {
        position: relative;
        padding-bottom: 10px;
    }

        .card-content h3::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 2px;
            background: var(--gold);
            transition: width 0.4s ease;
        }

    .strategy-card:hover .card-content h3::after {
        width: 60px;
    }

    .btn-circle {
        transition: transform 0.3s ease;
    }

    .strategy-card:hover .btn-circle {
        transform: translateX(5px);
    }
    /* ============================================
   VALUES SECTION ANIMATIONS
   ============================================ */
    .values-image img {
        animation: fadeInScale 1.2s ease-out;
        transition: transform 0.8s ease;
    }

    .values-image:hover img {
        transform: scale(1.02);
    }

    .excellence-shield {
        animation: subtleFloat 5s ease-in-out infinite;
    }

    .stats-bubble {
        animation: fadeIn 0.8s ease-out both;
    }

    .stats-top {
        animation-delay: 0.3s;
    }

    .stats-bottom {
        animation-delay: 0.5s;
    }

    .value-item {
        animation: slideLeft 0.6s ease-out both;
        transition: transform 0.3s ease;
    }

        .value-item:nth-child(1) {
            animation-delay: 0.2s;
        }

        .value-item:nth-child(2) {
            animation-delay: 0.4s;
        }

        .value-item:nth-child(3) {
            animation-delay: 0.6s;
        }

        .value-item:nth-child(4) {
            animation-delay: 0.8s;
        }

        .value-item:hover {
            transform: translateX(5px);
        }

    .value-icon {
        transition: transform 0.3s ease;
    }

    .value-item:hover .value-icon {
        transform: scale(1.1);
    }
    /* ============================================
   LEADERSHIP SECTION ANIMATIONS
   ============================================ */
    .leader-card {
        animation: fadeIn 0.8s ease-out both;
    }

        .leader-card:nth-child(1) {
            animation-delay: 0.1s;
        }

        .leader-card:nth-child(2) {
            animation-delay: 0.3s;
        }

        .leader-card:nth-child(3) {
            animation-delay: 0.5s;
        }

    .image-shape {
        overflow: hidden;
    }

        .image-shape img {
            transition: transform 0.8s ease;
            filter: grayscale(20%);
        }

    .leader-card:hover .image-shape img {
        transform: scale(1.05);
        filter: grayscale(0%);
    }

    .leader-info h3 {
        position: relative;
        padding-bottom: 8px;
    }

        .leader-info h3::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 1px;
            background: var(--gold);
            transition: width 0.4s ease;
        }

    .leader-card:hover .leader-info h3::after {
        width: 80px;
    }

    .leader-contact {
        opacity: 0;
        transform: translateY(5px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .leader-card:hover .leader-contact {
        opacity: 1;
        transform: translateY(0);
    }
    /* ============================================
   CONTACT SECTION ANIMATIONS
   ============================================ */
    .contact-info {
        animation: slideLeft 1s ease-out;
    }

    .contact-form {
        animation: slideRight 1s ease-out;
    }

    .form-group input {
        transition: border-color 0.3s ease, padding-left 0.3s ease;
    }

        .form-group input:focus {
            border-bottom-color: var(--gold);
            padding-left: 5px;
        }

    .form-group textarea {
        transition: all 0.3s ease;
    }

        .form-group textarea:focus {
            outline-color: var(--gold);
            box-shadow: 0 5px 15px rgba(196, 155, 59, 0.1);
        }

    .btn-black {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        .btn-black:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
        }
    /* ============================================
   CTA SECTION ANIMATIONS
   ============================================ */
    .cta-content {
        animation: fadeIn 1s ease-out;
    }

        .cta-content .section-title {
            animation: slideUp 0.8s ease-out 0.2s both;
        }

        .cta-content > p {
            animation: slideUp 0.8s ease-out 0.4s both;
        }

    .cta-buttons a {
        animation: slideUp 0.8s ease-out 0.6s both;
    }

        .cta-buttons a:nth-child(2) {
            animation-delay: 0.7s;
        }

    .cta-buttons a {
        transition: transform 0.3s ease;
    }

        .cta-buttons a:hover {
            transform: translateY(-3px);
        }
    /* ============================================
   BUTTON ANIMATIONS
   ============================================ */
    .btn {
        position: relative;
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        .btn::after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
            transition: left 0.5s ease;
        }

        .btn:hover::after {
            left: 100%;
        }

        .btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
        }

    .btn-gold:hover {
        box-shadow: 0 8px 16px rgba(196, 155, 59, 0.2);
    }
    /* ============================================
   TEXT ANIMATIONS
   ============================================ */
    .section-title {
        animation: fadeIn 0.8s ease-out;
    }

    .section-label {
        letter-spacing: 1px;
        animation: slideLeft 0.6s ease-out;
    }
    /* ============================================
   IMAGE HOVER EFFECTS
   ============================================ */
    img {
        transition: transform 0.5s ease;
    }

    .hover-zoom {
        overflow: hidden;
    }

        .hover-zoom img {
            transition: transform 0.8s ease;
        }

        .hover-zoom:hover img {
            transform: scale(1.05);
        }
    /* ============================================
   PROGRESSIVE LOADING
   ============================================ */
    .lazy-load {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.6s ease, transform 0.6s ease;
    }

        .lazy-load.loaded {
            opacity: 1;
            transform: translateY(0);
        }
    /* ============================================
   RESPONSIVE ANIMATIONS
   ============================================ */
    @media (prefers-reduced-motion: reduce) {
        *,
        *::before,
        *::after {
            animation-duration: 0.01ms !important;
            animation-iteration-count: 1 !important;
            transition-duration: 0.01ms !important;
        }
    }

    @media (max-width: 768px) {
        .animate-on-view {
            transform: translateY(10px);
        }

        .hero-content h1 {
            animation: fadeIn 0.8s ease-out;
        }
    }


    .scroll-progress-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: transparent;
        z-index: 1001;
    }

    .scroll-progress {
        height: 100%;
        background: var(--gold);
        width: 0%;
        transition: width 0.1s ease;
    }
    /* Add gradient definition */
    svg defs {
        position: absolute;
    }

    #gradient {
        --color-start: #ff6b6b;
        --color-end: #4ecdc4;
    }
    /* Hide default cursor */
    body {
        /*cursor: none;*/
    }
    /* ============================================
   MOBILE NAVIGATION FIXES
   ============================================ */
    /* Mobile Toggle Button */
    .mobile-toggle {
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 24px;
        background: transparent;
        border: none;
        cursor: pointer;
        z-index: 1000;
        padding: 0;
    }

        .mobile-toggle span {
            display: block;
            height: 3px;
            width: 100%;
            background-color: var(--gold);
            border-radius: 3px;
            transition: all 0.3s ease;
        }

    .nav-container {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    /* Mobile Contact Button - Hidden by default, shown on mobile */
    .mobile-contact-btn {
        display: none;
    }
    /* Desktop Contact Button - Shown by default, hidden on mobile */
    .desktop-contact {
        display: inline-flex;
    }
    /* Desktop Login Button - Shown by default, hidden on mobile */
    .desktop-login {
        display: inline-flex;
    }
    /* Mobile Responsive Styles */
    @media (max-width: 992px) {
        .navbar {
            padding: 20px 30px;
            position: relative;
            grid-template-columns: 1fr auto;
        }

        .mobile-toggle {
            display: flex;
        }

        .nav-container {
            position: fixed;
            top: 0;
            bottom: 0;
            right: -100%;
            width: 300px;
            height: auto;
            background-color: var(--white);
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-start;
            padding: 80px 30px 30px;
            box-shadow: -5px 0 15px rgba(0,0,0,0.1);
            transition: right 0.3s ease;
            z-index: 999;
            overflow-y: auto;
        }

            .nav-container.active {
                right: 0;
            }

        .nav-menu {
            flex-direction: column;
            align-items: flex-start;
            width: 100%;
            background: transparent;
            padding: 0;
            gap: 10px;
        }

        .nav-link {
            width: 100%;
            /*        padding: 15px 20px;
        border-radius: var(--radius-lg);*/
            margin-bottom: 5px;
            text-align: left;
        }

        .dropdown {
            width: 100%;
        }

        .dropdown-toggle {
            width: 100%;
            text-align: left;
            justify-content: space-between;
        }

        .dropdown-menu {
            position: static;
            opacity: 1;
            visibility: visible;
            transform: none;
            box-shadow: none;
            background: transparent;
            padding-left: 20px;
            width: 100%;
            display: none;
        }

        .dropdown.active .dropdown-menu {
            display: block;
        }

        .dropdown-menu li a {
            padding: 12px 0;
            border-bottom: 1px solid rgba(0,0,0,0.1);
        }
        /* Hide desktop contact button on mobile */
        .desktop-contact {
            display: none !important;
        }

        .desktop-login {
            display: none !important;
        }
        /* Show mobile login button in mobile menu */
        .mobile-login-btn {
            display: inline-flex !important;
            width: 100%;
            justify-content: center;
            margin-top: 16px;
            padding: 12px 24px;
        }
        /* Show mobile contact button in mobile menu */
        .mobile-contact-btn {
            display: inline-flex !important;
            width: 100%;
            justify-content: center;
            margin-top: 20px;
            padding: 12px 24px;
            font-size: 16px;
            font-weight: 600;
        }
        /* Close button for mobile menu */
        .mobile-toggle.active span:nth-child(1) {
            transform: rotate(45deg) translate(6px, 6px);
        }

        .mobile-toggle.active span:nth-child(2) {
            opacity: 0;
        }

        .mobile-toggle.active span:nth-child(3) {
            transform: rotate(-45deg) translate(7px, -6px);
        }
        /* Overlay for mobile menu */
        .mobile-overlay {
            display: none;
            position: fixed;
            inset: 0;
            width: auto;
            height: auto;
            background-color: rgba(0,0,0,0.5);
            z-index: 998;
            touch-action: none;
        }

            .mobile-overlay.active {
                display: block;
            }
    }

    @media (max-width: 768px) {
        .navbar {
            padding: 15px 20px;
        }

        .logo .logo-text {
            font-size: 20px;
        }

        .logo-icon {
            width: 40px;
            height: 50px;
        }

        .nav-container {
            width: 280px;
        }
    }
    /* ============================================
   HERO SECTION MOBILE FIXES
   ============================================ */
    @media (max-width: 768px) {
        .hero {
            min-height: 100vh;
            padding-top: 80px; /* Add space for fixed navbar */
        }

        .hero-content {
            margin-top: 40px;
            padding: 0 20px;
        }

            .hero-content h1 {
                font-size: 32px;
                line-height: 1.2;
                margin-bottom: 20px;
            }

            .hero-content > p {
                font-size: 16px;
                line-height: 1.5;
                margin-bottom: 40px;
                padding: 0 10px;
            }

        .hero-buttons {
            flex-direction: column;
            align-items: center;
            gap: 15px;
            width: 100%;
            padding: 0 20px;
        }

            .hero-buttons .btn {
                width: 100%;
                max-width: 280px;
                justify-content: center;
            }

        .hero-services {
            padding: 0 20px 40px;
            width: 100%;
        }

        .services-list {
            flex-wrap: wrap;
            justify-content: center;
            gap: 15px;
        }

            .services-list span:not(.divider) {
                font-size: 16px;
                text-align: center;
                flex: 1;
                min-width: 120px;
            }

            .services-list .divider {
                display: none; /* Hide dividers on mobile */
            }
    }

    @media (max-width: 480px) {
        .hero-content h1 {
            font-size: 28px;
        }

        .hero-content > p {
            font-size: 15px;
        }

        .services-list span:not(.divider) {
            font-size: 14px;
            min-width: 100px;
        }

        .services-logo {
            width: 60px;
            height: 74px;
        }
    }
    /* ============================================
   HERO SECTION MOBILE RESPONSIVE FIXES
   ============================================ */

    @media (max-width: 1200px) {
        .hero-content h1 {
            font-size: 52px;
        }

        .hero-content > p {
            font-size: 18px;
            max-width: 600px;
        }

        .services-list span:not(.divider) {
            font-size: 22px;
        }
    }

    @media (max-width: 992px) {
        .hero {
            min-height: 85vh;
            padding-top: 100px;
        }

        .hero-content {
            margin-top: 60px;
            padding: 0 40px;
        }

            .hero-content h1 {
                font-size: 42px;
                line-height: 1.2;
                margin-bottom: 25px;
            }

            .hero-content > p {
                font-size: 17px;
                margin-bottom: 50px;
                padding: 0 20px;
            }

        .hero-buttons {
            gap: 20px;
            flex-wrap: wrap;
            justify-content: center;
            padding: 0 20px;
        }

            .hero-buttons .btn {
                padding: 18px 32px;
                font-size: 17px;
                min-width: 220px;
                justify-content: center;
            }

        .hero-services {
            padding: 0 40px 50px;
        }

        .services-list {
            gap: 15px;
        }

            .services-list span:not(.divider) {
                font-size: 20px;
            }

        .services-logo {
            width: 60px;
            height: 74px;
        }
    }

    @media (max-width: 768px) {
        .hero {
            min-height: 80vh;
            padding-top: 90px;
            background-position: center center;
            background-attachment: scroll;
        }

        .hero-content {
            margin-top: 40px;
            padding: 0 20px;
        }

            .hero-content h1 {
                font-size: 36px;
                line-height: 1.2;
                margin-bottom: 25px;
                padding: 0 10px;
            }

            .hero-content > p {
                font-size: 16px;
                line-height: 1.6;
                margin-bottom: 40px;
                padding: 0 15px;
            }

        .hero-buttons {
            flex-direction: column;
            align-items: center;
            gap: 15px;
            width: 100%;
            max-width: 400px;
            margin: 0 auto;
        }

            .hero-buttons .btn {
                width: 100%;
                max-width: 280px;
                padding: 16px 28px;
                font-size: 16px;
                justify-content: center;
            }

        .hero-services {
            padding: 0 20px 40px;
            margin-top: 30px;
            gap: 25px;
        }

        .services-list {
            flex-direction: column;
            align-items: center;
            gap: 15px;
            text-align: center;
        }

            .services-list .divider {
                display: none;
            }

            .services-list span:not(.divider) {
                font-size: 18px;
                font-weight: 600;
                padding: 8px 20px;
                background: rgba(255, 255, 255, 0.1);
                border-radius: var(--radius-lg);
                width: 100%;
                max-width: 250px;
            }

        .services-logo {
            width: 55px;
            height: 68px;
        }
    }

    @media (max-width: 576px) {
        .hero {
            min-height: 85vh;
            padding-top: 80px;
        }

        .hero-content h1 {
            font-size: 32px;
            margin-bottom: 20px;
            padding: 0;
        }
            /* Specific fix for the typing text */
            .hero-content h1 span {
                display: inline-block;
                line-height: 1.3;
            }

        .hero-content > p {
            font-size: 16px;
            line-height: 1.7;
            margin-bottom: 35px;
            padding: 0 10px;
        }

        .hero-buttons {
            max-width: 320px;
        }

            .hero-buttons .btn {
                padding: 15px 24px;
                font-size: 15px;
                max-width: 260px;
            }

        .hero-services {
            margin-top: 40px;
            padding-bottom: 30px;
        }

        .services-list span:not(.divider) {
            font-size: 16px;
            padding: 10px 15px;
            max-width: 220px;
        }

        .services-logo {
            width: 50px;
            height: 62px;
        }
    }

    @media (max-width: 480px) {
        .hero {
            min-height: 90vh;
        }

        .hero-content h1 {
            font-size: 28px;
            line-height: 1.25;
        }

        .hero-content > p {
            font-size: 15px;
            line-height: 1.7;
            margin-bottom: 30px;
            padding: 0;
        }

        .hero-buttons .btn {
            padding: 14px 22px;
            font-size: 14px;
            max-width: 240px;
        }

        .services-list span:not(.divider) {
            font-size: 15px;
            padding: 8px 12px;
            max-width: 200px;
        }

        .services-logo {
            width: 45px;
            height: 56px;
        }
    }

    @media (max-width: 375px) {
        .hero {
            min-height: 95vh;
        }

        .hero-content h1 {
            font-size: 26px;
            line-height: 1.3;
        }

        .hero-content > p {
            font-size: 14px;
            line-height: 1.7;
        }

        .hero-buttons {
            max-width: 280px;
        }

            .hero-buttons .btn {
                padding: 12px 20px;
                font-size: 13px;
                max-width: 220px;
            }

        .services-list span:not(.divider) {
            font-size: 14px;
            padding: 6px 10px;
            max-width: 180px;
        }
    }
    /* ============================================
   CONTACT FORM MOBILE FIXES
   ============================================ */
    @media (max-width: 768px) {
        .contact-grid {
            grid-template-columns: 1fr;
            gap: 40px;
        }

        .contact-info {
            height: auto;
            gap: 30px;
        }

        .contact-map {
            height: 250px;
        }

        .contact-logo {
            flex-direction: column;
            text-align: center;
            gap: 15px;
        }

            .contact-logo .logo-text {
                font-size: 32px;
            }

        .form-row {
            grid-template-columns: 1fr;
            gap: 30px;
        }

        .form-group textarea {
            height: 150px;
        }
    }
    /* ============================================
   GENERAL MOBILE FIXES
   ============================================ */
    @media (max-width: 768px) {
        /* Fix container padding */
        .container {
            padding-left: 20px;
            padding-right: 20px;
        }
        /* Fix section spacing */
        section {
            padding: 50px 0;
        }
        /* Fix section titles */
        .section-title {
            font-size: 28px;
            line-height: 1.3;
        }

        .section-label {
            font-size: 16px;
            margin-bottom: 10px;
        }
        /* Fix buttons */
        .btn {
            padding: 15px 25px;
            font-size: 16px;
        }
        /* Fix images */
        img {
            max-width: 100%;
            height: auto;
        }
        /* Fix about section */
        .about-grid {
            grid-template-columns: 1fr;
        }

        .image-frame {
            margin: 0 auto;
            width: 100%;
            max-width: 400px;
        }
        /* Fix strategies grid */
        .strategies-grid-wrapper {
            justify-content: center;
        }

        .strategies-grid {
            grid-template-columns: 1fr;
            gap: 20px;
            max-width: 410px;
            justify-content: center;
        }

        .strategy-card {
            max-width: 100%;
        }
        /* Fix values section */
        .values-grid {
            grid-template-columns: 1fr;
            gap: 40px;
        }



        .stats-bubble {
            transform: scale(0.8);
        }
        /* Fix leadership cards */
        .leader-card,
        .leader-card.reverse {
            grid-template-columns: 1fr;
            gap: 30px;
        }

        .leader-image {
            height: 300px;
        }
    }

    @media (max-width: 480px) {
        /* Extra small devices */
        .hero-content h1 {
            font-size: 24px;
        }

        .section-title {
            font-size: 24px;
        }

        .btn {
            padding: 12px 20px;
            font-size: 14px;
        }

        .contact-form {
            gap: 25px;
        }

        .form-group input,
        .form-group textarea {
            font-size: 14px;
        }
    }
    /* ============================================
   VALUES SECTION MOBILE FIXES
   ============================================ */
    @media (max-width: 1024px) {
        .values-grid {
            grid-template-columns: 1fr;
            gap: 50px;
        }

        .values-left {
            text-align: center;
        }



        .excellence-shield {
            display: none; /* Hide on mobile to prevent overlap */
        }

        .stats-bubble {
            position: relative;
            top: auto !important;
            left: auto !important;
            right: auto !important;
            bottom: auto !important;
            display: inline-block;
            margin: 10px;
            transform: scale(1);
        }

        .stats-top, .stats-bottom {
            position: relative;
            display: block;
            margin: 15px auto;
            text-align: center;
        }


        .value-item {
            flex-direction: column;
            text-align: center;
            align-items: center;
            gap: 20px;
            padding: 20px;
            background: var(--gray-light);
            border-radius: var(--radius-lg);
/*            margin-bottom: 20px;*/
        }

        .value-icon {
            width: 60px;
            height: 60px;
        }

        .value-content h4 {
            font-size: 20px;
            margin-bottom: 10px;
        }
    }

    @media (max-width: 768px) {
        .values {
            padding: 60px 0;
        }
        /* Create a flex container for stats bubbles */
        .stats-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 15px;
            margin-top: 20px;
        }

        .stats-bubble {
            min-width: 140px;
            padding: 12px;
        }

            .stats-bubble .stats-value {
                font-size: 28px;
            }

            .stats-bubble .stats-label {
                font-size: 16px;
            }

        .value-content p {
            font-size: 15px;
            line-height: 1.6;
        }
    }

    @media (max-width: 480px) {
        .values-image {
            max-width: 280px;
            min-height: 320px;
        }

        .value-item {
            padding: 15px;
        }

        .value-icon {
            width: 50px;
            height: 50px;
        }

        .value-content h4 {
            font-size: 18px;
        }

        .value-content p {
            font-size: 14px;
        }
    }
    /* ============================================
   LEADERSHIP SECTION MOBILE FIXES
   ============================================ */
    @media (max-width: 1024px) {
        .leadership {
            padding: 60px 0;
        }

        .leader-card,
        .leader-card.reverse {
            grid-template-columns: 1fr;
            gap: 40px;
            text-align: center;
            padding: 30px 20px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: var(--radius-lg);
            margin-bottom: 30px;
        }

        .leader-image {
            order: -1; /* Image comes first on mobile */
            height: 350px;
            max-width: 300px;
            margin: 0 auto;
        }

        .image-shape {
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
            overflow: hidden;
            height: 100%;
        }

            .image-shape img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .leader-info h3 {
            font-size: 28px;
            margin-bottom: 15px;
        }

        .leader-title {
            margin-bottom: 20px;
        }

        .leader-info p {
            font-size: 15px;
            line-height: 1.6;
        }
    }

    @media (max-width: 768px) {
        .leadership .section-header {
            text-align: center;
            padding: 0 20px;
            margin-bottom: 40px;
        }

            .leadership .section-header .section-label {
                margin-bottom: 10px;
            }

        .leader-card,
        .leader-card.reverse {
            gap: 30px;
            padding: 25px 15px;
            margin-bottom: 25px;
        }

        .leader-image {
            height: 300px;
            max-width: 250px;
        }

        .leader-info h3 {
            font-size: 24px;
        }

        .leader-title .role {
            font-size: 15px;
        }

        .leader-title .position {
            font-size: 14px;
        }

        .leader-info p {
            font-size: 14px;
        }

        .leader-contact {
            margin-top: 15px;
        }

            .leader-contact a {
                font-size: 14px;
                word-break: break-all;
            }
    }

    @media (max-width: 480px) {
        .leadership {
            padding: 40px 0;
        }

            .leadership .section-header .section-title {
                font-size: 24px;
            }

            .leadership .section-header p {
                font-size: 14px;
            }

        .leader-card,
        .leader-card.reverse {
            padding: 20px 15px;
            margin-bottom: 20px;
        }

        .leader-image {
            height: 250px;
            max-width: 220px;
        }

        .leader-info h3 {
            font-size: 22px;
        }

        .leader-title {
            flex-direction: column;
            gap: 8px;
        }

            .leader-title .role,
            .leader-title .position {
                font-size: 13px;
            }
    }
    /* Fix for even smaller screens */
    @media (max-width: 360px) {
        .leader-image {
            height: 220px;
            max-width: 200px;
        }

        .leader-info h3 {
            font-size: 20px;
        }

        .leader-info p {
            font-size: 13px;
        }
    }
    /* ============================================
   ADDITIONAL GLOBAL MOBILE FIXES
   ============================================ */
    /* Mobile-specific overflow fixes */
    @media (max-width: 768px) {
        html, body {
            width: 100%;
            max-width: 100vw;
            overflow-x: hidden;
            position: relative;
        }
        /* Ensure all sections are contained */
        section {
            width: 100%;
            max-width: 100vw;
            overflow-x: hidden;
            position: relative;
        }
        /* Fix hero section overflow */
        .hero {
            width: 100%;
            max-width: 100vw;
            overflow-x: hidden;
            position: relative;
        }
        /* Contain hero shapes */
        .hero-shapes {
            overflow: hidden;
            width: 100%;
            max-width: 100vw;
        }
        /* Fix hero content padding on mobile */
        .hero-content {
            padding: 0 20px !important;
            max-width: 100%;
            box-sizing: border-box;
        }
        /* Prevent animation overflow */
        .animate-on-scroll,
        .animate-on-scroll-left,
        .animate-on-scroll-right,
        .animate-on-scroll-scale {
            max-width: 100%;
            overflow: hidden;
        }
        /* Fix about section pseudo-elements */
        .about::before,
        .about::after {
            display: none;
        }
        /* Fix stats bubbles positioning */
        .stats-top {
            right: 10px !important;
            bottom: 10px !important;
        }

        .stats-bottom {
            left: 10px !important;
            top: auto !important;
            bottom: 10px !important;
        }

        .excellence-shield {
            right: 10px !important;
            top: 10px !important;
        }
        /* Fix values image positioning */
        /* Ensure all containers are contained */
        .container {
            width: 100%;
            max-width: 100%;
            padding-left: 20px;
            padding-right: 20px;
            box-sizing: border-box;
        }
        /* Fix any elements with negative margins */
        * {
            box-sizing: border-box;
        }
        /* Prevent transform overflow */
        [class*="animate-"],
        [class*="slide"],
        [class*="fade"] {
            will-change: transform;
            backface-visibility: hidden;
        }
    }
    /* Fix container widths */
    .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    /* Fix for all images */
    img {
        max-width: 100%;
        height: auto;
        display: block;
    }
    /* Fix for all sections */
    section {
        width: 100%;
        overflow: hidden;
    }
    /* Fix for all text overflow */
    h1, h2, h3, h4, h5, h6, p {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    /* Fix for long email addresses in leadership */
    .leader-contact a {
        word-break: break-all;
        font-size: 14px;
        color: var(--gold);
        text-decoration: none;
    }

        .leader-contact a:hover {
            text-decoration: underline;
        }

    .bubble-text span {
        display: inline-block;
        transition: transform 0.25s cubic-bezier(.34,1.56,.64,1);
    }

    .bubble-text:hover span {
        animation: bubbleJump 0.4s ease-out forwards;
        animation-delay: calc(var(--i) * 0.05s);
    }

    @keyframes bubbleJump {
        0% {
            transform: translateY(0) scale(1);
        }

        40% {
            transform: translateY(-10px) scale(1.2);
        }

        70% {
            transform: translateY(-5px) scale(0.95);
        }

        100% {
            transform: translateY(-8px) scale(1.1);
        }
    }
    /* Stagger jump */
    .bubble-text span {
        transition-delay: calc(var(--i) * 0.05s);
    }
    /* Style for active Services dropdown header */
    .dropdown-wrapper.active .nav-link.dropdown-trigger {
        color: #fff; /* Gold color for active state */
        background-color: #000;
        font-weight: 600;
    }
    /* Optional: Also style the arrow when active */
    .dropdown-wrapper.active .dropdown-arrow {
        /*    color: #fff;*/
        transform: rotate(180deg); /* Rotate arrow when active */
    }
    /* ============================================
   FINAL MOBILE HORIZONTAL SCROLL FIX
   ============================================ */
    @media (max-width: 768px) {
        /* Ensure body and html never overflow */
        html {
            overflow-x: hidden !important;
            width: 100% !important;
            max-width: 100vw !important;
        }

        body {
            overflow-x: hidden !important;
            width: 100% !important;
            max-width: 100vw !important;
            position: relative;
        }
        /* Fix all sections */
        section {
            width: 100% !important;
            max-width: 100vw !important;
            overflow-x: hidden !important;
            position: relative;
        }
        /* Fix all containers and wrappers */
        .container,
        .hero-content,
        .about-grid,
        .strategies-grid,
        .values-grid,
        .leaders-grid,
        .contact-grid {
            width: 100% !important;
            max-width: 100% !important;
            overflow-x: hidden !important;
            box-sizing: border-box !important;
        }
        /* Fix any element with transforms */
        [style*="transform"],
        [class*="animate"],
        [class*="slide"] {
            max-width: 100% !important;
            overflow: hidden !important;
        }
        /* Ensure images never overflow */
        img {
            max-width: 100% !important;
            height: auto !important;
            display: block;
        }
        /* Fix text elements */
        h1, h2, h3, h4, h5, h6, p, span, div {
            max-width: 100% !important;
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
        }
        /* Fix navbar */
        .navbar {
            width: 100% !important;
            max-width: 100vw !important;
            overflow-x: hidden !important;
        }
        /* Fix hero section completely */
        .hero {
            width: 100% !important;
            max-width: 100vw !important;
            overflow-x: hidden !important;
            overflow-y: visible;
        }
        /* Fix services list */
        .services-list,
        .animated-list {
            flex-wrap: wrap !important;
            width: 100% !important;
            max-width: 100% !important;
            justify-content: center;
        }
        /* Prevent any negative positioning from causing overflow */
        * {
            box-sizing: border-box;
        }
        /* Fix any absolute positioned elements */
        [style*="position: absolute"],
        .stats-bubble,
        .excellence-shield,
        .about-us-texian-logo {
            max-width: calc(100vw - 20px) !important;
        }
    }
    /* ============================================
   COMPREHENSIVE RESPONSIVE DESIGN FOR ALL SCREEN SIZES
   ============================================ */
    /* ============================================
   EXTRA SMALL DEVICES (320px - 479px)
   ============================================ */
    @media (max-width: 479px) {
        /* Typography */
        .section-title {
            font-size: 22px;
            line-height: 1.3;
        }

        .section-label {
            font-size: 14px;
        }

        h1, .hero-content h1 {
            font-size: 24px;
        }

        h2 {
            font-size: 20px;
        }

        h3 {
            font-size: 18px;
        }

        p, .hero-description {
            font-size: 14px;
        }
        /* Navigation */
        .navbar {
            padding: 10px 12px;
        }

        .logo-text {
            font-size: 18px;
        }

        .logo-icon {
            width: 30px;
            height: 38px;
        }
        /* Hero Section */
        .hero {
            min-height: 90vh;
            padding-top: 70px;
        }

        .hero-content {
            padding: 0 15px !important;
            margin-top: 30px;
        }

        .hero-buttons {
            flex-direction: column;
            gap: 12px;
            width: 100%;
            max-width: 100%;
        }

            .hero-buttons .btn {
                width: 100%;
                padding: 12px 20px;
                font-size: 14px;
            }

        .services-list {
            flex-direction: column;
            gap: 10px;
        }

            .services-list span:not(.divider) {
                font-size: 14px;
                padding: 8px 12px;
                width: 100%;
                max-width: 100%;
            }
        /* Sections */
        section {
            padding: 40px 0;
        }

        .container {
            padding-left: 15px;
            padding-right: 15px;


            .image-frame {
                width: 100%;
                height: 400px;
                margin: 0;
            }
            /* Strategies Section */
            .strategies-grid {
                gap: 20px;
            }

            .strategy-card {
                padding: 20px;
                height: auto;
                min-height:auto;
            }

            .card-content h3 {
                font-size: 24px;
            }
            /* Values Section */


            .value-item {
                padding: 15px;
                gap: 15px;
            }

            .value-content h4 {
                font-size: 18px;
            }
            /* Leadership Section */
            .leader-card {
                padding: 20px 15px;
                gap: 25px;
            }

            .leader-image {
                height: 220px;
            }

            .leader-info h3 {
                font-size: 20px;
            }
            /* Contact Section */
            .contact-grid {
                gap: 30px;
            }

            .form-group input,
            .form-group textarea {
                font-size: 14px;
            }
            /* Footer */
            .footer {
                padding: 40px 0 20px;
            }

            .footer-content {
                gap: 30px;
            }

            .footer-logo .logo-text {
                font-size: 28px;
            }

            .footer-navigation {
                grid-template-columns: 1fr;
                gap: 25px;
            }
        }
        /* ============================================
   SMALL DEVICES (480px - 575px)
   ============================================ */
        @media (min-width: 480px) and (max-width: 575px) {
            .section-title {
                font-size: 26px;
            }

            .hero-content h1 {
                font-size: 28px;
            }

            .hero-buttons .btn {
                max-width: 280px;
            }

            .container {
                padding-left: 20px;
                padding-right: 20px;
            }

            .strategies-grid {
                gap: 25px;
            }

            .strategy-card {
                min-height: 450px;
            }
        }
        /* ============================================
   MEDIUM DEVICES (576px - 767px)
   ============================================ */
        @media (min-width: 576px) and (max-width: 767px) {
            .section-title {
                font-size: 30px;
            }

            .hero-content h1 {
                font-size: 32px;
            }

            .hero-content {
                padding: 0 30px !important;
            }

            .hero-buttons {
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: center;
                gap: 15px;
            }

                .hero-buttons .btn {
                    max-width: 250px;
                }

            .services-list {
                flex-wrap: wrap;
                justify-content: center;
            }

                .services-list span:not(.divider) {
                    font-size: 16px;
                }

            .about-grid {
                gap: 40px;
            }

            .image-frame {
                width: 100%;
                max-width: 500px;
                margin: 0 auto;
            }

            .strategies-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }



            .leader-card {
                gap: 35px;
            }

            .leader-image {
                height: 280px;
                max-width: 280px;
            }
        }
        /* ============================================
   TABLET DEVICES (768px - 991px)
   ============================================ */
        @media (min-width: 768px) and (max-width: 991px) {
            .hero-content h1 {
                font-size: 42px;
            }

            .hero-content {
                padding: 0 40px !important;
            }

            .section-title {
                font-size: 36px;
            }

            .about-grid {
                grid-template-columns: 1fr;
                gap: 50px;
            }

            .about-image {
                display: flex;
                justify-content: center;
            }

            .image-frame {
                max-width: 550px;
                margin: 0 auto;
            }

            .strategies-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 30px;
            }

            .strategy-card:last-child {
                /*grid-column: span 2;*/
                max-width: 500px;
                margin: 0 auto;
            }

            .values-grid {
                grid-template-columns: 1fr;
                gap: 50px;
            }



            .leader-card,
            .leader-card.reverse {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .leader-image {
                height: 320px;
                max-width: 320px;
                margin: 0 auto;
            }

            .contact-grid {
                grid-template-columns: 1fr;
                gap: 50px;
            }

            .contact-info {
                flex-direction: row;
                flex-wrap: wrap;
                gap: 30px;
            }

            .form-row {
                grid-template-columns: 1fr;
                gap: 30px;
            }
        }
        /* ============================================
   SMALL DESKTOP (992px - 1199px)
   ============================================ */
        @media (min-width: 992px) and (max-width: 1199px) {
            .hero-content h1 {
                font-size: 56px;
            }

            .section-title {
                font-size: 40px;
            }

            .about-grid {
                grid-template-columns: 1fr 1fr;
                gap: 80px;
            }

            .image-frame {
                width: 100%;
                max-width: 450px;
            }

            .strategies-grid {
                grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
                gap: 25px;
            }

            .strategy-card {
                height: 500px;
            }

            .values-grid {
                grid-template-columns: 1fr 1fr;
                gap: 70px;
            }



            .leader-card {
                grid-template-columns: 1fr 350px;
                gap: 50px;
            }

                .leader-card.reverse {
                    grid-template-columns: 350px 1fr;
                }

            .leader-image {
                height: 380px;
            }

            .contact-grid {
                grid-template-columns: 1fr 1fr;
                gap: 50px;
            }

            .footer-content {
                gap: 60px;
            }

            .footer-navigation {
                gap: 30px;
            }
        }
        /* ============================================
   DESKTOP (1200px - 1399px)
   ============================================ */
        @media (min-width: 1200px) and (max-width: 1399px) {
            .hero-content h1 {
                font-size: 64px;
            }

            .section-title {
                font-size: 44px;
            }

            .about-grid {
                grid-template-columns: 553px 1fr;
                gap: 120px;
            }

            .strategies-grid-wrapper {
                justify-content: center;
            }

            .strategies-grid {
                grid-template-columns: repeat(auto-fit, minmax(350px, 410px));
                gap: 28px;
                justify-content: center;
            }

            .strategy-card {
                max-width: 410px;
            }

            .values-grid {
                grid-template-columns: 551px 1fr;
                gap: 80px;
            }

            .leader-card {
                grid-template-columns: 1fr 370px;
                gap: 60px;
            }

                .leader-card.reverse {
                    grid-template-columns: 370px 1fr;
                }

            .contact-grid {
                grid-template-columns: 1fr 750px;
                gap: 60px;
            }

            .footer-content {
                gap: 80px;
            }
        }
        /* ============================================
   LARGE DESKTOP (1400px+)
   ============================================ */
        @media (min-width: 1400px) {
            .hero-content h1 {
                font-size: 72px;
            }

            .section-title {
                font-size: 44px;
            }

            .about-grid {
                grid-template-columns: 553px 1fr;
                gap: 162px;
            }

            .strategies-grid-wrapper {
                justify-content: center;
            }

            .strategies-grid {
                grid-template-columns: repeat(auto-fit, minmax(350px, 410px));
                gap: 31px;
                justify-content: center;
            }

            .strategy-card {
                max-width: 410px;
            }

            .values-grid {
                grid-template-columns: 551px 1fr;
                gap: 94px;
            }

            .leader-card {
                grid-template-columns: 1fr 383px;
                gap: 64px;
            }

                .leader-card.reverse {
                    grid-template-columns: 383px 1fr;
                }

            .contact-grid {
                grid-template-columns: 1fr 813px;
                gap: 67px;
            }

            .footer-content {
                gap: 104px;
            }
        }
        /* ============================================
   LANDSCAPE ORIENTATION FIXES
   ============================================ */
        @media (max-width: 991px) and (orientation: landscape) {
            .hero {
                min-height: auto;
                padding: 100px 0 60px;
            }

            .hero-content {
                margin-top: 20px;
            }

            .hero-services {
                margin-top: 30px;
                padding-bottom: 40px;
            }
        }
        /* ============================================
   PRINT STYLES
   ============================================ */
        @media print {
            * {
                background: white !important;
                color: black !important;
                box-shadow: none !important;
                text-shadow: none !important;
            }

            .navbar,
            .hero-buttons,
            .btn,
            .mobile-toggle,
            .footer {
                display: none !important;
            }

            section {
                page-break-inside: avoid;
            }

            h1, h2, h3 {
                page-break-after: avoid;
            }
        }
        /* ============================================
   HIGH DPI / RETINA DISPLAYS
   ============================================ */
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            img {
                image-rendering: -webkit-optimize-contrast;
                image-rendering: crisp-edges;
            }
        }
        /* ============================================
   ACCESSIBILITY - REDUCED MOTION
   ============================================ */
        @media (prefers-reduced-motion: reduce) {
            *,
            *::before,
            *::after {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
                scroll-behavior: auto !important;
            }
        }
        /* ============================================
   DARK MODE SUPPORT (Future Enhancement)
   ============================================ */
        @media (prefers-color-scheme: dark) {
            /* Can be implemented later if needed */
        }

/* Footer Leadership hide -- see rule at top of file */
