﻿/* Responsive Styles */
@media (max-width: 991.98px) {
    .hero-title {
        font-size: 3rem;
    }

    .leadership-title {
        font-size: 2.8rem;
    }

    .main-nav {
        display: none; /* In a real app, you'd toggle a mobile menu */
    }

    .search-icon {
        border-left: none;
        margin-left: auto;
    }

    .hero-stats {
        margin-top: 25px;
    }

    .unified-blur-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*backdrop-filter: blur(0px) brightness(0.85);*/
        /*-webkit-backdrop-filter: blur(0px) brightness(0.85);*/
        background: none;
        z-index: 1;
        pointer-events: none;
        clip-path: polygon(0% 0%, 100% 0%, calc(100%) calc(100%), 100% 100%, 0% 100%)
    }

    .footer-logo {
        margin-bottom: 40px;
    }
}

@media (max-width: 767.98px) {
    .hero-section {
        padding: 50px 0;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .color-banner h4 {
        font-size: 16px;
    }

    .color-banner p {
        font-size: 14px;
    }

    .hero-home-text {
        max-width: 500px;
        margin-bottom: 30px;
        color: rgba(255, 255, 255, 0.9);
        font-size: 14px;
    }

    .hero-home-title {
        font-size: 20px;
        line-height: 1.1;
        margin-bottom: 20px;
    }

    .hero-stat-icon {
        font-size: 0.80rem;
        color: #a0aec0;
        line-height: 1;
    }

    .hero-image-wrapper {
        margin-top: 40px;
    }

    .leadership-section {
        padding: 10px 0;
    }

    .leadership-title {
        font-size: 2.2rem;
        margin-top: 20px;
    }

    .footer-links {
        margin-bottom: 40px;
    }
}


@media (min-width: 576px) {
    .hero-transaction {
        margin: 0 0px;
    }
}
/* Mobile col*/
@media (max-width: 575.98px) {
    .hero-home {
        padding: 90px 0 20px;
    }

    .section-about {
        padding-right: 5px;
    }
    /*.fade-up.visible {
        padding-right: 0;
    }*/
    /* .hero-stats {
        flex-direction: column;
    }
*/
    .service-number {
        margin-bottom: 0;
    }

    .hero-divider {
        width: 100%;
        height: 1px;
        margin: 20px 0;
    }

    .hero-stat-item {
        display: flex;
        align-items: flex-start;
        gap: 1px;
    }

    .color-banner h4 {
        font-size: 16px;
    }

    .color-banner p {
        font-size: 14px;
    }

    .hero-home-text {
        max-width: 500px;
        margin-bottom: 30px;
        color: rgba(255, 255, 255, 0.9);
        font-size: 14px;
    }

    .hero-home-title {
        font-size: 1.5rem;
        line-height: 1.1;
        margin-bottom: 20px;
    }

    .hero-stat-icon {
        font-size: 0.80rem;
        color: #a0aec0;
        line-height: 1;
    }

    .btn-outline-white {
        padding: 10px 10px;
    }

    .btn-primary-blue {
        padding: 10px 10px;
    }

    .hero-home {
        margin: 0 0px;
    }

    .btn-primary {
        padding: 10px 10px;
        margin-bottom: 20px;
    }

    .btn-link-orange {
        margin-bottom: 20px
    }

    .hero-transaction {
        margin: 0 0px;
        min-height: 300px;
    }

    .hero-home .container {
        margin-bottom: 50px;
    }

    .hero-stat-title {
        font-weight: 600;
        letter-spacing: 1px;
        color: rgb(255, 255, 255);
        margin-bottom: 5px;
        text-transform: uppercase;
        font-size: 10px;
    }

    .hero-stat-desc {
        font-weight: 500;
        margin: 0;
        font-size: 12px;
    }

    .section-subtitle {
        font-size: 25px;
        margin-top: 20px;
    }

    .portfolio-item-desc {
        font-size: 16px;
    }

    .color-banner h2 {
        font-size: 40px;
    }

    .portfolio-item-title {
        font-size: 18px;
    }

    .hero-stats {
        display: flex;
        margin-top: 20px;
    }

    .hero-home::before {
        content: '';
        position: absolute;
        padding: 0 20px 20px 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .unified-blur-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*backdrop-filter: blur(0px) brightness(0.85);*/
        /*-webkit-backdrop-filter: blur(0px) brightness(0.85);*/
        background: none;
        z-index: 1;
        pointer-events: none;
        clip-path: polygon(0% 0%, 100% 0%, calc(100%) calc(100%), 100% 100%, 0% 100%)
    }

    .about-highlight-img {
        padding: 0;
    }

    .home-leadership-img {
        padding: 0;
        min-height: 0;
    }

    .why-join-image {
        padding: 0;
    }

    .about-highlight-title {
        font-size: 2.0rem;
    }

    /* Small sm*/
    @media (min-width: 576px) {
        .hero-home {
            padding: 90px 0 20px;
        }

        .hero-home-title {
            font-size: 35px;
            line-height: 1.1;
            margin-bottom: 20px;
        }

        .hero-stat-desc {
            font-weight: 500;
            margin: 0;
            font-size: 12px;
        }

        .hero-transaction {
            margin: 0 0px;
        }

        .hero-stats {
            display: flex;
            margin-bottom: 50px;
            margin-top: 20px;
        }

        .hero-stat-icon {
            font-size: 14px;
        }

        .hero-stat-title {
            font-size: 12px;
        }

        .hero-home::before {
            content: '';
            position: absolute;
            padding: 0 20px 20px 0;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

        .hero-stat-desc {
            font-weight: 500;
            margin: 0;
            font-size: 12px;
        }

        .section-subtitle {
            font-size: 16px;
        }

        .portfolio-item-desc {
            font-size: 16px;
        }

        .color-banner h2 {
            font-size: 40px;
        }

        .portfolio-item-title {
            font-size: 18px;
        }

        .unified-blur-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /*backdrop-filter: blur(0px) brightness(0.85);*/
            /*-webkit-backdrop-filter: blur(0px) brightness(0.85);*/
            background: none;
            z-index: 1;
            pointer-events: none;
            clip-path: polygon(0% 0%, 37% 0%, calc(55% - 18px) calc(100% - 200px), 61% 100%, 0% 100%);
        }
    }

    /* Tablet md*/
    @media (min-width: 768px) {
        .hero-home {
            padding: 100px 0px;
        }

        .hero-transaction {
            min-height: 600px;
        }


        .hero-stat-icon {
            font-size: 2rem;
        }

        .hero-stat-desc {
            font-weight: 500;
            margin: 0;
            font-size: 14px;
        }

        .hero-home-title {
            font-size: 70px;
            line-height: 1.1;
            margin-bottom: 20px;
        }

        .hero-stat-desc {
            font-weight: 500;
            margin: 0;
            font-size: 12px;
        }

        .hero-transaction {
            margin: 0 0px;
        }

        .hero-stat-desc {
            font-weight: 500;
            margin: 0;
            font-size: 12px;
        }

        .section-subtitle {
            font-size: 16px;
        }

        .portfolio-item-desc {
            font-size: 16px;
        }

        .color-banner h2 {
            font-size: 40px;
        }

        .portfolio-item-title {
            font-size: 18px;
        }

        .hero-stats {
            display: flex;
            margin-top: 40px;
        }

        .hero-home::before {
            content: '';
            position: absolute;
            padding: 0 20px 20px 0;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

        #service1 {
            display: block;
            height: auto;
            visibility: visible;
        }
    }

    /* Laptop lg > xl*/
    @media (min-width: 992px) {
        .hero-home {
            padding: 120px 0px;
        }

        .hero-stat-desc {
            font-weight: 500;
            margin: 0;
            font-size: 14px;
        }

        .footer-logo-image {
            margin-top: 35px
        }

        .hero-transaction {
            margin: 0 0px;
        }

        .hero-stat-icon {
            font-size: 2rem;
        }

        .hero-stats {
            display: flex;
            margin-top: 220px;
        }

        .hero-home::before {
            content: '';
            position: absolute;
            padding: 0 20px 20px 0;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }
    }

    /* Desktop */
    @media (min-width: 1200px) {
        .hero-home {
            padding: 120px 20px;
            margin-top: 70px;
        }

        .hero-stat-desc {
            font-weight: 500;
            margin: 0;
            font-size: 14px;
        }

        .hero-transaction {
            margin: 0 0px;
        }

        .hero-stats {
            display: flex;
            margin-top: 310px;
        }
    }

    /* Large Desktop */
    @media (min-width: 1400px) {
    }
