/* ==========================================================================
   Custom Theme Overrides
   ========================================================================== */

/* 1. Background fix for Intro-Image section */
.intro-image,
.intro-image.light {
    background-color: #222327 !important;
}

.intro-image:before,
.intro-image.light:before {
    background-color: #222327 !important;
}

/* 2. Global Section Spacing Standardization */
section,
.works,
.team-grid,
.mission-vision,
.icon-content-block {
    padding: 120px 0 !important;
    margin: 0 !important;
}

/* Reduced spacing for smaller screens */
@media screen and (max-width: 991px) {

    section,
    .works,
    .team-grid,
    .mission-vision,
    .icon-content-block {
        padding: 80px 0 !important;
    }
}

@media screen and (max-width: 767px) {

    section,
    .works,
    .team-grid,
    .mission-vision,
    .icon-content-block {
        padding: 30px 0 !important;
    }
}

.section-title {
    margin-bottom: 50px !important;
}

.works ul {
    margin: 0 !important;
    /* Reset staggered margin */
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
}

.works ul li {
    margin-top: 0 !important;
    padding: 20px !important;
    /* Tighter padding for a better grid */
}

.works ul li figure {
    margin-bottom: 0 !important;
    background: transparent !important;
}

.works ul li figure:before {
    display: none !important;
    /* Remove dot pattern to avoid overlap issues in tight grid */
}

.works ul li figure a {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 10 / 13 !important;
    /* Uniform aspect ratio for alignment */
    overflow: hidden !important;
    border-radius: 10px !important;
    /* Premium feel */
}

.works ul li figure a img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.5s ease-out !important;
}

.works ul li figure:hover a img {
    transform: scale(1.05);
    /* Subtle zoom effect */
}

/* 3. Fix Testimonials & Partners Section Layout */
.testimonials {
    padding: 100px 0 !important;
}

.testimonials .row {
    display: flex !important;
    align-items: stretch !important;
    /* Forces columns to same height */
}

/* Ensure the testimonial card fills its column */
.testimonials .testimonials-slider {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

.testimonials .swiper-wrapper {
    height: 100% !important;
}

.testimonials .swiper-slide {
    height: auto !important;
}

/* Yellow Testimonial Box Tuning */
.testimonials .testimonial {
    height: 100% !important;
    padding: 80px 10% !important;
    /* Adaptive padding */
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    /* Center content vertically */
    min-height: 400px !important;
}

/* Pagination Dots Fix */
.testimonials .swiper-pagination {
    position: absolute !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    width: auto !important;
    bottom: 40px !important;
    /* Move to bottom of the card */
    left: 10% !important;
    right: auto !important;
    z-index: 10 !important;
}

.connect-btn {
    cursor: pointer !important;
    pointer-events: auto !important;
    z-index: 10006 !important;
    text-decoration: none !important;
}

.testimonials .swiper-pagination-bullet {
    background: #000 !important;
    opacity: 0.2 !important;
    margin: 0 5px !important;
    width: 8px !important;
    height: 8px !important;
}

.testimonials .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #000 !important;
    transform: scale(1.2) !important;
}

/* Right Side (Partners Text) Alignment */
.testimonials .col-lg-6:nth-child(2) {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding-left: 5% !important;
}

.testimonials .section-title {
    margin-bottom: 0 !important;
    line-height: 1.1 !important;
}

/* 4. Ensure Hero Video responsiveness */
.video-hero {
    position: relative !important;
    overflow: hidden !important;
    background: #000 !important;
}

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

.video-hero .video-bg video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    min-width: 0 !important;
    min-height: 0 !important;
}

/* Responsive adjustments for Tablets & Mobile */
@media screen and (max-width: 1024px) {
    .video-hero {
        height: 56.25vw !important;
        /* Forces 16:9 ratio based on width */
        min-height: 300px !important;
    }

    /* Modern browsers aspect-ratio support */
    @supports (aspect-ratio: 16/9) {
        .video-hero {
            height: auto !important;
            aspect-ratio: 16 / 9 !important;
        }
    }
}

@media screen and (max-width: 991px) {
    .testimonials .row {
        flex-direction: column !important;
    }

    .testimonials .testimonial {
        min-height: auto !important;
        padding: 60px 20px !important;
    }

    .testimonials .col-lg-6:nth-child(2) {
        padding: 50px 20px 0 !important;
    }
}

/* 5. Color Overrides for Statistics & Section Titles */
.process .odometer {
    color: #FFCC29 !important;
}

.process .symbol {
    color: #FFCC29 !important;
}

.icon-content-block .section-title {
    color: #FFCC29 !important;
}

/* 6. Visibility Improvements (Loader & Logo) */
.preloader .inner figure img {
    width: 300px !important;
    height: 300px !important;
    transform: none !important;
    /* Center properly */
}

/* Desktop Specific Layout */
@media screen and (min-width: 992px) {
    .left-side {
        width: 170px !important;
    }

    .slider .gallery-thumbs {
        width: calc(100% - 340px) !important;
        margin: 0 170px !important;
    }

    .site-navigation {
        padding-left: 170px !important;
    }

    .page-header .inner,
    .all-cases .inner {
        padding: 0 !important;
        margin-left: 170px !important;
        margin-right: 170px !important;
        width: auto !important;
    }

    .left-side .logo img {
        width: 150px !important;
        height: 150px !important;
    }
}

/* Mobile & Tablet Specific Adjustments */
@media screen and (max-width: 991px) {
    .left-side {
        width: 100px !important;
    }

    .left-side .logo img {
        width: 80px !important;
        height: 80px !important;
        margin: 0 auto;
    }

    .page-header .inner,
    .all-cases .inner {
        padding: 0 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    .site-navigation {
        padding-left: 100px !important;
    }
}

@media screen and (max-width: 767px) {
    .left-side {
        width: 80px !important;
    }

    .left-side .logo img {
        width: 70px !important;
        height: 70px !important;
    }

    .page-header .inner,
    .all-cases .inner {
        padding: 0 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    .site-navigation {
        padding-left: 80px !important;
    }

    .section-title {
        font-size: 32px !important;
        line-height: 1.2 !important;
        text-align: center !important;
        width: 100% !important;
        margin-bottom: 20px !important;
    }

    .page-header .inner p {
        font-size: 14px !important;
        letter-spacing: 1.5px !important;
        max-width: 100% !important;
        padding: 0 15px !important;
        margin: 15px auto 0 auto !important;
        line-height: 1.5 !important;
        opacity: 0.8;
        text-align: center !important;
        display: block !important;
    }

    .page-header .inner h1,
    .page-header .inner h2 {
        text-align: center !important;
        width: 100% !important;
        font-size: 38px !important;
        margin-bottom: 10px !important;
        display: block !important;
        font-weight: 900 !important;
    }

    .page-header .inner .container {
        text-align: center !important;
        width: 100% !important;
    }

    .feature-box,
    .vision-box,
    .mission-box {
        height: auto !important;
        margin-top: 5px !important;
        margin-bottom: 15px !important;
    }
}

/* 9. Swiper Navigation Buttons Styling */
.office-slider .swiper-button-next,
.office-slider .swiper-button-prev {
    color: #FFCC2A !important;
    background: rgba(0, 0, 0, 0.4);
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 10 !important;
    top: 50% !important;
    margin-top: -25px !important;
}

.office-slider .swiper-button-next {
    right: 20px !important;
    left: auto !important;
}

.office-slider .swiper-button-prev {
    left: 20px !important;
    right: auto !important;
}

.office-slider .swiper-button-next:after,
.office-slider .swiper-button-prev:after {
    display: none !important;
}

.office-slider .swiper-button-next i,
.office-slider .swiper-button-prev i {
    font-size: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    display: block !important;
}

.office-slider .swiper-button-next:hover,
.office-slider .swiper-button-prev:hover {
    background: #FFCC2A;
    color: #000 !important;
}

@media screen and (max-width: 767px) {

    .office-slider .swiper-button-next,
    .office-slider .swiper-button-prev {
        width: 35px;
        height: 35px;
    }

    .office-slider .swiper-button-next:after,
    .office-slider .swiper-button-prev:after {
        font-size: 14px !important;
    }
}

/* 8. Premium Design for Text Content Block (About Page) */
.text-content-block {
    background: #222327 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
}

.text-content-block .container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.text-content-block .section-title {
    color: #FFCC2A !important;
}

.text-content-block h5 {
    color: #ffffff;
    font-size: 1.5rem !important;
    line-height: 1.6 !important;
    margin-bottom: 50px !important;
    font-weight: 300 !important;
    opacity: 0.9;
    padding-right: 0 !important;
    text-align: center !important;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .text-content-block h5 {
        margin-bottom: 25px !important;
        font-size: 1.1rem !important;
    }
}

.feature-box {
    background: #2a2b2f;
    padding: 45px 35px;
    border-radius: 15px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.feature-box:hover {
    transform: translateY(-10px);
    background: #2d2e33;
    border-color: #FFCC2A;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.feature-number {
    position: absolute;
    top: -15px;
    right: -10px;
    font-size: 100px;
    font-weight: 900;
    color: #FFCC2A;
    opacity: 0.05;
    line-height: 1;
    font-family: "Poppins", sans-serif;
}

/* 14. Premium Popup Styles */
.custom-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    z-index: 10000;
    display: flex;
    align-items: flex-start;
    padding-top: 5vh;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.custom-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.custom-popup-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    transform: scale(0.8) translateY(20px);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.custom-popup-overlay.active .custom-popup-content {
    transform: scale(1) translateY(0);
}

.custom-popup-content img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 80vh;
    object-fit: contain;
}

.custom-popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #FFCC2A;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    z-index: 11;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.custom-popup-close:hover {
    transform: rotate(90deg) scale(1.1);
    background: #fff;
}

@media screen and (max-width: 767px) {
    .custom-popup-content {
        max-width: 95%;
    }
}

/* ==========================================================================
   Global Responsive Styles
   ========================================================================== */

/* 10. Typography & Titles Scaling */
.page-header h1,
.gallery-header-title {
    color: #FFCC2A !important;
}

@media screen and (max-width: 1200px) {

    .section-title,
    .page-header h1,
    .gallery-header-title {
        font-size: 70px !important;
    }
}

@media screen and (max-width: 991px) {

    .section-title,
    .page-header h1,
    .gallery-header-title {
        font-size: 50px !important;
        letter-spacing: -2px !important;
    }

    .footer h6 {
        font-size: 24px !important;
    }

    .footer h2 {
        font-size: 36px !important;
    }

    .intro h3.section-title {
        font-size: 40px !important;
    }
}

@media screen and (max-width: 767px) {

    .section-title,
    .page-header h1,
    .gallery-header-title {
        font-size: 40px !important;
        letter-spacing: -1px !important;
        line-height: 1.1 !important;
    }

    .gallery-header-subtitle {
        font-size: 12px !important;
        letter-spacing: 2px !important;
    }

    .footer h6 {
        font-size: 18px !important;
    }

    .footer h2 {
        font-size: 26px !important;
    }

    .footer .footer-bar {
        flex-direction: column !important;
        text-align: center !important;
        gap: 15px !important;
        padding: 30px 0 !important;
    }

    .footer .footer-bar .creation {
        margin-left: 0 !important;
    }
}

/* 11. Grid Layout Adjustments (Works & Clients) */
@media screen and (max-width: 991px) {
    .works ul li {
        width: 50% !important;
        padding: 30px !important;
    }

    .clients ul li {
        width: 33.3333% !important;
        padding: 30px !important;
    }
}

@media screen and (max-width: 767px) {
    .works ul li {
        width: 100% !important;
        padding: 15px !important;
        margin-top: 0 !important;
    }

    .clients ul li {
        width: 50% !important;
        padding: 20px !important;
    }

    .icon-content-block .content-block {
        margin-bottom: 30px !important;
    }
}

@media screen and (max-width: 480px) {
    .clients ul li {
        width: 50% !important;
    }

    .section-title,
    .page-header h1,
    .gallery-header-title {
        font-size: 34px !important;
    }
}








/* 12. Spacing & Section Padding */
@media screen and (max-width: 991px) {

    section,
    .clients,
    .works,
    .gallery-grid,
    .team-grid,
    .mission-vision,
    .icon-content-block {
        padding: 80px 0 !important;
    }

    .gallery-grid {
        padding: 80px 15px !important;
    }
}

@media screen and (max-width: 767px) {

    section,
    .clients,
    .works,
    .gallery-grid,
    .team-grid,
    .mission-vision,
    .icon-content-block {
        padding: 30px 0 !important;
    }

    .gallery-grid {
        padding: 60px 10px !important;
    }
}

/* 13. Team Section Redesign - Premium Modern Look */
.team-grid {
    background: #151618 !important;
    /* Deeper, richer dark background */
}

.team-grid .inner {
    padding: 0 !important;
    margin-left: 170px !important;
    margin-right: 170px !important;
    width: auto !important;
}

.footer {
    padding: 150px 0 100px 0 !important;
    margin-left: 170px !important;
    margin-right: 170px !important;
    width: auto !important;
}

.team-grid .section-intro {
    margin-bottom: 80px !important;
}

.team-grid .section-title {
    font-size: 56px !important;
    font-weight: 900 !important;
    letter-spacing: -2px !important;
    text-transform: uppercase;
    color: #FFCC2A !important;
    position: relative;
    display: inline-block;
    margin-bottom: 20px !important;
}

.team-grid .section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: #FFCC2A;
    border-radius: 2px;
}

.team-member {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 70px auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: #1d1e22;
    border-radius: 24px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.team-member figure {
    width: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

.team-member figure img {
    width: 100% !important;
    height: 440px !important;
    object-fit: cover !important;
    object-position: top center !important;
    filter: grayscale(1) contrast(1.1);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

/* Social icons overlay */
.team-member .social-links {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    display: flex;
    gap: 15px;
    opacity: 0;
    z-index: 2;
    transition: all 0.5s ease;
}

.team-member .social-links a {
    width: 45px;
    height: 45px;
    background: #FFCC2A;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
}

.team-member .social-links a:hover {
    background: #fff;
    transform: translateY(-5px);
}

/* Hover States Enhancement */
.team-member:hover {
    transform: translateY(-15px);
    background: #25262b;
    border-color: rgba(255, 204, 42, 0.2);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

.team-member:hover figure img {
    filter: grayscale(0) contrast(1);
    transform: scale(1.1);
}

.team-member:hover .social-links {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.team-member figcaption {
    margin-top: 30px;
    padding: 0 10px;
    text-align: center;
}

.team-member figcaption h6 {
    color: #FFCC2A !important;
    font-size: 24px !important;
    margin-bottom: 6px !important;
    font-weight: 700 !important;
    font-family: "Fjalla One", sans-serif;
    letter-spacing: 0.5px;
}

.team-member figcaption small {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 3px !important;
    font-weight: 500;
    display: block;
}

/* Leadership Specific Adjustments */
.leadership-card {
    background: #1d1e22;
    /* Same as standard for consistency */
}

@media screen and (max-width: 1200px) {
    .team-grid .inner {
        padding-left: 0 !important;
        padding-right: 170px !important;
    }

    .team-member figure img {
        height: 380px !important;
    }
}

@media screen and (max-width: 991px) {
    main {
        padding-top: 80px !important;
    }

    section,
    .team-grid,
    .page-header {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .team-grid .inner {
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    .footer {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 100px 15px !important;
        width: 100% !important;
    }

    .team-member figure img {
        height: 320px !important;
    }

    .team-grid .section-title {
        font-size: 42px !important;
    }
}

@media screen and (max-width: 767px) {
    .team-grid .inner {
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    .footer {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 80px 15px !important;
        width: 100% !important;
    }

    .team-member {
        max-width: 100% !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 40px !important;
        padding: 15px !important;
        border-radius: 15px !important;
    }

    .cl-logo-card-inner {
        padding: 10px !important;
        border-radius: 12px !important;
    }

    .team-member figure img {
        height: 340px !important;
    }
}

@media screen and (max-width: 480px) {
    .team-member figure img {
        height: 300px !important;
    }
}

.feature-box h6 {
    color: #FFCC2A;
    font-size: 22px !important;
    margin-bottom: 25px !important;
    font-family: "Fjalla One", sans-serif;
    letter-spacing: 1px;
    text-align: left !important;
}

.feature-box .feature-list {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    text-align: left !important;
}

.feature-box .feature-list li {
    font-size: 15px !important;
    color: rgba(255, 255, 255, 0.7) !important;
    margin-bottom: 12px !important;
    padding-left: 25px !important;
    position: relative !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;
}

.feature-box .feature-list li:before {
    content: "—";
    position: absolute;
    left: 0;
    color: #FFCC2A;
    font-weight: 900;
}

/* 9. Mission & Vision Section (About Page) */
.mission-vision {
    background: #1c1c1f !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
}

.mission-vision .container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.mission-vision .section-title {
    color: #FFCC2A !important;
    margin-bottom: 50px !important;
    text-align: center !important;
}

.mission-box,
.vision-box {
    background: #2a2b2f;
    padding: 60px 40px;
    border-radius: 20px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.mission-box:hover,
.vision-box:hover {
    transform: translateY(-5px);
    border-color: #FFCC2A;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.box-icon {
    font-size: 50px;
    color: #FFCC2A;
    margin-bottom: 30px;
}

.box-title {
    color: #fff !important;
    font-family: "Fjalla One", sans-serif;
    font-size: 32px !important;
    letter-spacing: 2px;
    margin-bottom: 25px !important;
}

.mission-box p,
.vision-box p {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin-bottom: 0 !important;
}

.box-number {
    position: absolute;
    bottom: 20px;
    right: 30px;
    font-size: 60px;
    font-weight: 900;
    color: #FFCC2A;
    opacity: 0.1;
    line-height: 1;
    pointer-events: none;
}

/* 14. Premium Popup Styles */
.custom-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.custom-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.custom-popup-content {
    position: relative;
    width: 500px !important;
    height: 500px !important;
    max-width: 90%;
    max-height: 90vh;
    transform: scale(0.8) translateY(20px);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-popup-overlay.active .custom-popup-content {
    transform: scale(1) translateY(0);
}

.custom-popup-content img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.custom-popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #FFCC2A;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    z-index: 11;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.custom-popup-close:hover {
    transform: rotate(90deg) scale(1.1);
    background: #fff;
}

@media screen and (max-width: 767px) {
    .custom-popup-content {
        width: 320px !important;
        height: 320px !important;
        max-width: 95%;
    }
}

/* 15. Premium Lets Connect Button */
.mobile-button-wrap {
    display: none !important;
    /* Hidden on Desktop */
}

#customPopupBtn,
#mobileButton {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 10005 !important;
    background: linear-gradient(135deg, #FFCC2A 0%, #FFD95A 100%);
    color: #000;
    border: none;
    padding: 16px 38px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    border-radius: 100px;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(255, 204, 42, 0.35), 0 0 0 0 rgba(255, 204, 42, 0);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
    animation: btnPulseGlow 3s ease-in-out infinite;
}

@keyframes btnPulseGlow {

    0%,
    100% {
        box-shadow: 0 8px 25px rgba(255, 204, 42, 0.35), 0 0 0 0 rgba(255, 204, 42, 0.4);
    }

    50% {
        box-shadow: 0 8px 25px rgba(255, 204, 42, 0.35), 0 0 0 12px rgba(255, 204, 42, 0);
    }
}

#customPopupBtn::before,
#mobileButton::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.45),
            transparent);
    transition: all 0.6s ease;
}

#customPopupBtn:hover::before,
#mobileButton:hover::before {
    left: 100%;
}

#customPopupBtn:hover,
#mobileButton:hover {
    transform: translateY(-4px) scale(1.06);
    background: linear-gradient(135deg, #fff 0%, #f5f5f5 100%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    color: #000;
    animation: none;
}

#customPopupBtn:active,
#mobileButton:active {
    transform: translateY(-1px) scale(0.98);
}

/* Responsive button adjustments */
@media screen and (max-width: 991px) {

    #customPopupBtn,
    #mobileButton {
        top: 25px;
        right: 25px;
        padding: 13px 28px;
        font-size: 11px;
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 991px) {
    #customPopupBtn {
        display: none !important;
        /* Hide hero button on mobile/tablet */
    }

    #mobileButton {
        display: inline-flex !important;
        /* Explicitly show header button */
        position: relative !important;
        top: auto !important;
        right: auto !important;
        margin: 0 !important;
        padding: 8px 15px !important;
        font-size: 9px !important;
        z-index: 10003 !important;
        transform: none !important;
        height: auto !important;
        width: auto !important;
        white-space: nowrap !important;
        align-items: center !important;
    }
}




/* 17. Premium Popup Contact Form */
.form-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 12, 0.95);
    backdrop-filter: blur(10px);
    z-index: 11000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.form-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.form-popup-wrapper {
    width: 100%;
    max-width: 600px;
    padding: 20px;
    transform: scale(0.95) translateY(20px);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.form-popup-overlay.active .form-popup-wrapper {
    transform: scale(1) translateY(0);
    opacity: 1;
}

.form-popup-content {
    background: #18191c;
    border-radius: 24px;
    padding: 50px;
    position: relative;
    border: 1px solid rgba(255, 204, 42, 0.15);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6), 0 0 40px rgba(255, 204, 42, 0.05);
    overflow: hidden;
}

.form-popup-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #FFCC2A, #FFD95A);
}

.form-popup-close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 10;
}

.form-popup-close:hover {
    background: #FFCC2A;
    color: #000;
    transform: rotate(90deg);
    border-color: #FFCC2A;
}

.form-popup-header {
    text-align: center;
    margin-bottom: 40px;
}

.form-popup-header h3 {
    color: #FFCC2A;
    font-family: "Fjalla One", sans-serif;
    font-size: 40px;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-popup-header p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 90%;
}



.popup-form .form-group {
    position: relative;
    margin-bottom: 25px;
}

.popup-form input,
.popup-form textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 16px 20px;
    color: #fff;
    font-size: 15px;
    transition: all 0.3s ease;
    outline: none;
    font-family: inherit;
}

.popup-form textarea {
    height: 120px;
    resize: none;
    padding-top: 16px;
}

.popup-form .form-group span:not(.label-up) {
    position: absolute;
    padding-top: 17px;
}

.popup-form input:focus,
.popup-form textarea:focus {
    background: rgba(255, 204, 42, 0.04);
    border-color: rgba(255, 204, 42, 0.35);
}

.popup-form input:focus+span+.form-icon,
.popup-form input:focus~.form-icon,
.popup-form textarea:focus~.form-icon {
    color: #FFCC2A;
}

/* Floating Labels */
.popup-form .form-group>span {
    position: absolute;
    left: 46px;
    top: 16px;
    color: rgba(255, 255, 255, 0.3);
    pointer-events: none;
    transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    background: transparent;
    padding: 0 4px;
}

.popup-form .form-group>span.label-up,
.popup-form input:focus~span,
.popup-form input:valid~span,
.popup-form textarea:focus~span,
.popup-form textarea:valid~span {
    top: -9px !important;
    left: 14px !important;
    font-size: 11px !important;
    color: #FFCC2A !important;
    background: #18191c !important;
    letter-spacing: 0.5px !important;
    font-weight: 600 !important;
}

/* Focus bottom border */
.focus-border {
    position: absolute;
    bottom: 1px;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #FFCC2A, #FFD95A);
    transition: all 0.35s ease;
    transform: translateX(-50%);
    border-radius: 0 0 10px 10px;
    opacity: 0;
}

.popup-form input:focus~.focus-border,
.popup-form textarea:focus~.focus-border {
    width: calc(100% - 6px);
    opacity: 1;
}

/* Submit Button */
.popup-form .submit-btn {
    background: linear-gradient(135deg, #FFCC2A 0%, #FFD95A 100%);
    color: #000;
    border: none;
    width: 100%;
    padding: 17px 24px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    margin-top: 10px;
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 8px 25px rgba(255, 204, 42, 0.35), 0 0 0 0 rgba(255, 204, 42, 0);
    animation: btnPulseGlow 3s ease-in-out infinite;
    position: relative;
    overflow: hidden;
}

.popup-form .submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s ease;
}

.popup-form .submit-btn:hover::before {
    left: 100%;
}

.popup-form .submit-btn:hover {
    transform: translateY(-3px) scale(1.02);
    background: #fff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    animation: none;
}

.popup-form .submit-btn i {
    font-size: 13px;
    transition: transform 0.3s ease;
}

.popup-form .submit-btn:hover i {
    transform: translateX(5px) translateY(-3px);
}

/* Success message */
.popup-success-msg {
    text-align: center;
    color: #FFCC2A;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    padding: 14px;
    background: rgba(255, 204, 42, 0.08);
    border-radius: 10px;
    border: 1px solid rgba(255, 204, 42, 0.2);
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* Mobile Responsive */
@media screen and (max-width: 767px) {
    .form-popup-wrapper {
        padding: 10px;
    }

    .form-popup-content {
        padding: 40px 20px 30px;
        border-radius: 20px;
    }

    .form-popup-header {
        margin-bottom: 26px;
    }

    .form-popup-header h3 {
        font-size: 26px;
    }

    .form-popup-header p {
        font-size: 13px;
        max-width: 100%;
    }

    .popup-form .form-group {
        margin-bottom: 16px;
    }

    .popup-form input,
    .popup-form textarea {
        font-size: 14px;
        padding: 14px 15px 14px 44px;
    }
}

@media screen and (max-width: 991px) {
    .left-side {
        padding: 0 15px !important;
        height: 80px !important;
        /* Fixed height header bar */
        background: rgba(34, 35, 39, 0.98) !important;
        backdrop-filter: blur(10px) !important;
        z-index: 10002 !important;
        width: 100% !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        opacity: 1 !important;
        visibility: visible !important;
        justify-content: flex-start !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    }

    .left-side .logo {
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        flex-shrink: 0;
    }

    .left-side .logo img {
        width: 80px !important;
        height: auto !important;
    }

    .left-side .hamburger {
        margin: 0 0 0 15px !important;
        /* Space after button */
        display: flex !important;
        align-items: center !important;
        transform: scale(0.85);
        order: 3 !important;
    }

    .mobile-button-wrap {
        margin-left: auto !important;
        /* Push button to the far right */
        display: flex !important;
        align-items: center !important;
    }

    #mobileButton {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        margin: 0 0 0 auto !important;
        /* Push to right */
        padding: 8px 15px !important;
        font-size: 9px !important;
        z-index: 10003 !important;
        transform: none !important;
        height: auto !important;
        width: auto !important;
        white-space: nowrap !important;
        display: inline-flex !important;
        align-items: center !important;
        order: 2 !important;
        /* Place before hamburger if hamburger has order 3 */
    }

    .left-side .follow-us,
    .left-side .equalizer {
        display: none !important;
    }
}

/* ==========================================================================
   CHAIRMAN HIGHLIGHT SECTION
   Premium "Leadership Highlight" — above the Leaders grid
   ========================================================================== */

.chairman-highlight-section {
    width: 100%;
    background: #111214;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

/* Subtle dark-to-gold ambient glow behind the section */
.chairman-highlight-section::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 204, 42, 0.08) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.chairman-highlight-section::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 204, 42, 0.05) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

/* Inner container — mirrors site's .inner padding-left: 220px pattern */
.chairman-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    padding: 90px 80px 90px 220px;
    box-sizing: border-box;
}

/* Two-column flex layout — centered */
.chairman-layout {
    display: flex;
    align-items: center;
    gap: 80px;
    max-width: 1400px;
    margin: 0 auto;
}

/* ---- LEFT: Image wrapper ---- */
.chairman-image-wrap {
    flex: 0 0 420px;
    max-width: 420px;
    position: relative;
}

.chairman-img-frame {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.6),
        0 0 0 1px rgba(255, 204, 42, 0.12);
    /* Subtle gold ring */
}

/* Decorative gold corner accent */
.chairman-img-frame::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(255, 204, 42, 0.5) 0%, transparent 50%, rgba(255, 204, 42, 0.15) 100%);
    z-index: -1;
}

.chairman-photo {
    display: block;
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: top center;
    filter: grayscale(15%) contrast(1.08);
    transition: filter 0.6s ease, transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 28px;
}

.chairman-img-frame:hover .chairman-photo {
    filter: grayscale(0%) contrast(1);
    transform: scale(1.03);
}

/* Soft gradient overlay at the bottom of the photo */
.chairman-img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(to top, rgba(17, 18, 20, 0.65) 0%, transparent 100%);
    border-radius: 0 0 28px 28px;
    pointer-events: none;
}

/* Gold "CHAIRMAN" badge on the image */
.chairman-badge {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: linear-gradient(90deg, #FFCC2A 0%, #FFD95A 100%);
    color: #111214;
    padding: 6px 18px;
    border-radius: 50px;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    box-shadow: 0 4px 20px rgba(255, 204, 42, 0.4);
}

/* ---- RIGHT: Content ---- */
.chairman-content {
    flex: 1;
    padding-left: 10px;
}

/* Small uppercase label above the name */
.chairman-label {
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #FFCC2A, #FFD95A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 18px;
    display: inline-block;
}

/* The main name */
.chairman-name {
    font-family: "Fjalla One", sans-serif;
    font-size: 48px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1.08;
    color: #ffffff;
    margin-bottom: 18px;
}

/* Thinker | Innovator | Promoter */
.chairman-subtitle {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.subtitle-word {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
}

.subtitle-word.thinker {
    color: #FFCC2A;
}

.subtitle-word.innovator {
    color: rgba(255, 255, 255, 0.75);
}

.subtitle-word.promoter {
    color: rgba(255, 255, 255, 0.75);
}

.subtitle-sep {
    color: rgba(255, 204, 42, 0.4);
    font-weight: 300;
}

/* Gold divider line */
.chairman-divider {
    width: 70px;
    height: 3px;
    background: linear-gradient(90deg, #FFCC2A, #FFD95A);
    border-radius: 2px;
    margin-bottom: 36px;
}

/* Quote block */
.chairman-quote-block {
    position: relative;
    padding-left: 20px;
    border-left: 3px solid rgba(255, 204, 42, 0.3);
    margin-bottom: 30px;
}

/* Large decorative opening quotation mark */
.quote-icon {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 80px;
    line-height: 0.6;
    color: #FFCC2A;
    opacity: 0.25;
    margin-bottom: 8px;
    display: block;
    user-select: none;
}

.chairman-quote {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 300;
    font-style: italic;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.7;
    margin: 0;
    border: none;
    padding: 0;
}

/* Designation line */
.chairman-designation {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

.desig-dash {
    color: #FFCC2A;
    opacity: 0.7;
}

.desig-title {
    font-weight: 500;
}

/* ---- RESPONSIVE: 1200px ---- */
@media screen and (max-width: 1200px) {
    .chairman-inner {
        padding: 80px 60px 80px 180px;
    }

    .chairman-image-wrap {
        flex: 0 0 320px;
        max-width: 320px;
    }

    .chairman-photo {
        height: 400px;
    }

    .chairman-name {
        font-size: 38px;
    }

    .chairman-layout {
        gap: 56px;
    }
}

/* ---- RESPONSIVE: 991px (tablet) ---- */
@media screen and (max-width: 991px) {
    .chairman-inner {
        padding: 70px 30px;
    }

    .chairman-layout {
        max-width: 100%;
        gap: 36px;
    }

    .chairman-image-wrap {
        flex: 0 0 260px;
        max-width: 260px;
    }

    .chairman-photo {
        height: 340px;
    }

    .chairman-name {
        font-size: 30px;
    }
}

/* ---- RESPONSIVE: 767px (mobile) ---- */
@media screen and (max-width: 767px) {
    .chairman-inner {
        padding: 60px 5%;
    }

    /* Stack vertically on mobile */
    .chairman-layout {
        flex-direction: column;
        gap: 36px;
        align-items: stretch;
    }

    .chairman-image-wrap {
        flex: none;
        width: 100%;
        max-width: 100%;
    }

    .chairman-photo {
        height: auto;
        max-height: 400px;
        object-position: top center;
    }

    .chairman-name {
        font-size: 28px;
        letter-spacing: -0.5px;
    }

    .chairman-quote {
        font-size: 15px;
    }

    .chairman-content {
        padding-left: 0;
        width: 100%;
    }

    .chairman-subtitle {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 480px) {
    .chairman-photo {
        height: 280px;
    }

    .chairman-name {
        font-size: 26px;
    }

    .chairman-subtitle {
        font-size: 12px;
        gap: 8px;
    }
}

/* ==========================================================================
   OUR CLIENTS PAGE - PREMIUM REFINEMENT
   ========================================================================== */

/* ---- INTRO STRIP ---- */
/* ---- INTEGRATED INTRO STRIP ---- */
.cl-integrated-strip {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 40px;
    padding: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    margin-bottom: 100px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 40px 120px rgba(0, 0, 0, 0.03);
}

/* Subtle Mesh Background Decoration */
.cl-integrated-strip::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 204, 42, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.cl-left {
    flex: 1.4;
    position: relative;
    z-index: 1;
}

.cl-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 60px;
    position: relative;
    z-index: 1;
}

.cl-eyebrow {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #FFCC2A;
    margin-bottom: 25px;
    background: rgba(255, 204, 42, 0.08);
    padding: 8px 20px;
    border-radius: 100px;
    border: 1px solid rgba(255, 204, 42, 0.15);
}

.cl-section-head {
    text-align: left;
    margin-bottom: 0;
}

.cl-section-title {
    font-family: "Fjalla One", sans-serif;
    font-size: 72px;
    font-weight: 900;
    color: #1a1a1a;
    letter-spacing: -2px;
    line-height: 1;
    margin-bottom: 25px;
}

.cl-section-title .cl-gold {
    background: linear-gradient(135deg, #FFCC2A 0%, #ffb400 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cl-section-desc {
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    color: #555;
    max-width: 580px;
    line-height: 1.7;
    font-weight: 300;
}

.cl-stat-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 180px;
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0,0,0,0.03);
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.02);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.cl-stat-box:hover {
    transform: translateY(-15px) scale(1.05);
    background: #ffffff;
    box-shadow: 0 30px 60px rgba(255, 204, 42, 0.15);
    border-color: rgba(255, 204, 42, 0.3);
}

.cl-strip-label {
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #999;
}

.cl-strip-number {
    font-family: "Fjalla One", sans-serif;
    font-size: 84px;
    font-weight: 900;
    color: #FFCC2A;
    line-height: 0.9;
    margin: 10px 0;
    filter: drop-shadow(0 10px 20px rgba(255, 204, 42, 0.1));
}

.cl-strip-number span {
    font-size: 48px;
    opacity: 0.7;
}

.cl-quote-box {
    border-left: 1px solid rgba(0,0,0,0.1);
    padding-left: 45px;
    max-width: 300px;
    position: relative;
}

.cl-quote-box::after {
    content: '';
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 60px;
    background: #FFCC2A;
    border-radius: 10px;
}

.cl-strip-sub {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    font-style: normal;
    line-height: 1.6;
    margin: 0;
    text-align: left;
}

/* ---- LOGO CAROUSEL (SWIPER) ---- */
.cl-marquee-section {
    width: 100%;
    background: #f8f9fa;
    /* Light background */
    padding: 60px 0;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #eee;
}

.cl-logos-swiper {
    width: 100%;
    padding: 0 40px;
}

.cl-marq-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px !important;
    height: 200px !important;
    background: #fff;
    /* White boxes */
    border: 1px solid #eee;
    /* Thin light border */
    border-radius: 4px;
    margin: 0 auto;
    transition: all 0.4s ease;
}

.cl-marq-logo img {
    max-width: 85%;
    max-height: 85%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: all 0.4s ease;
    pointer-events: none;
}

.cl-marq-logo:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.cl-marq-logo:hover img {
    transform: scale(1.1);
}

/* ---- MAIN GRID SECTION ---- */
.cl-grid-section {
    width: 100%;
    background: #fff;
    /* White background */
    position: relative;
    overflow: hidden;
}

.cl-grid-inner {
    position: relative;
    z-index: 1;
    padding: 100px 170px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

/* Section heading */
.cl-section-head {
    text-align: left;
    margin-bottom: 60px;
}

.cl-section-title {
    font-family: "Fjalla One", sans-serif;
    font-size: 52px;
    font-weight: 900;
    color: #222;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 20px;
}

.cl-section-desc {
    font-size: 18px;
    color: #666;
    max-width: 600px;
}


/* Logo Grid - Clean Floating Style */
.cl-logo-grid {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 30px !important;
    width: 100% !important;
    border: none !important;
}

.cl-logo-card {
    position: relative;
    width: 100%;
}

.cl-logo-card-inner {
    background: #fff !important;
    border: 1px solid rgba(0,0,0,0.03) !important;
    border-radius: 24px !important;
    padding: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    aspect-ratio: 1 / 1 !important;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02) !important;
}

.cl-logo-card-inner:hover {
    border-color: rgba(255, 204, 42, 0.2) !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06) !important;
    transform: translateY(-10px) scale(1.02);
}

.cl-logo-card-inner img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    transition: all 0.5s ease !important;
    pointer-events: none !important;
}

.cl-logo-card-inner:hover img {
    transform: scale(1.08) !important;
}

/* ---- STATS BAND ---- */
.cl-stats-band {
    width: 100%;
    background: #0d0e10;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    padding: 100px 0;
}

.cl-stats-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 0 80px 0 220px;
    box-sizing: border-box;
    max-width: 1600px;
    margin: 0 auto;
}

.cl-stat-item {
    flex: 1;
    text-align: center;
    padding: 20px;
    position: relative;
}

.cl-stat-number {
    font-size: 72px;
    margin-bottom: 15px;
    font-family: "Fjalla One", sans-serif;
    color: #FFCC2A;
    line-height: 1;
}

.cl-stat-number span {
    font-size: 40px;
    opacity: 0.6;
}

.cl-stat-label {
    font-size: 12px;
    letter-spacing: 4px;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    font-weight: 600;
}

.cl-stat-divider {
    width: 1px;
    height: 80px;
    background: linear-gradient(to bottom, transparent, rgba(255, 204, 42, 0.2), transparent);
}

/* ---- QUOTE BAND ---- */
.cl-quote-band {
    background: #0a0b0d;
    padding: 120px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.02);
}

.cl-quote-inner {
    padding: 0 80px 0 220px;
    max-width: 1100px;
    margin: 0 auto;
}

.cl-quote-text {
    font-size: 26px;
    line-height: 1.6;
    margin-bottom: 35px;
    color: #fff;
    font-weight: 300;
    font-style: italic;
    border-left: 3px solid rgba(255, 204, 42, 0.3);
    padding-left: 35px;
}

.cl-quote-author {
    font-size: 13px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    padding-left: 35px;
}

.cl-quote-author span {
    color: #FFCC2A;
}

/* ==========================================================================
   CLIENTS PAGE - RESPONSIVE TWEAKS
   ========================================================================== */

@media screen and (max-width: 1400px) {
    .cl-section-title {
        font-size: 56px;
    }

    .cl-stat-number {
        font-size: 60px;
    }

    .cl-logo-grid {
        gap: 0 !important;
    }
}

@media screen and (max-width: 1200px) {

    .cl-strip-inner,
    .cl-stats-inner {
        padding: 0 60px 0 180px;
    }

    .cl-grid-inner,
    .cl-quote-inner {
        padding: 80px 40px;
    }

    .cl-stats-inner {
        padding: 0 40px;
    }

    .cl-logo-grid {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 0 !important;
    }
}

@media screen and (max-width: 991px) {

    .cl-integrated-strip {
        padding: 60px 30px;
        gap: 40px;
        border-radius: 30px;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .cl-left, .cl-right {
        width: 100%;
        justify-content: center;
        text-align: center;
        flex: none;
    }

    .cl-right {
        gap: 40px;
        padding-top: 40px;
        border-top: 1px solid rgba(0,0,0,0.05);
        flex-direction: column;
    }

    .cl-section-head {
        text-align: center;
    }

    .cl-section-title {
        font-size: 52px;
    }

    .cl-section-desc {
        margin: 0 auto;
    }

    .cl-stat-box {
        padding: 30px 20px;
        min-width: auto;
    }

    .cl-strip-number {
        font-size: 64px;
    }

    .cl-quote-box {
        padding: 0;
        max-width: 100%;
        border: none;
    }

    .cl-strip-sub {
        text-align: center;
        font-size: 15px;
    }

    .cl-quote-box::after {
        display: none;
    }


    .cl-logo-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 15px !important;
    }

    .cl-logo-card-inner {
        padding: 15px !important;
        border-radius: 12px !important;
    }

    .cl-grid-inner,
    .cl-quote-inner {
        padding: 60px 20px !important;
    }

    .cl-stats-inner {
        padding: 0 20px !important;
        flex-wrap: wrap;
    }

    .cl-stat-item {
        flex: 0 0 50%;
    }

    .cl-quote-text {
        font-size: 20px;
        padding-left: 0;
        border-left: none;
    }

    .cl-quote-author {
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .cl-integrated-strip {
        padding: 50px 20px;
        gap: 40px;
    }

    .cl-right {
        padding-top: 30px;
    }

    .cl-section-title {
        font-size: 42px;
    }

    .cl-section-desc {
        font-size: 16px;
    }

    .cl-stat-box {
        width: 100%;
        background: rgba(255, 204, 42, 0.03);
    }

    .cl-strip-sub {
        text-align: center;
        font-size: 14px;
    }


    .cl-logo-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
    }

    .cl-logo-card-inner {
        padding: 10px !important;
    }

    .cl-grid-inner,
    .cl-quote-inner {
        padding: 50px 15px !important;
    }

    .cl-stats-inner {
        padding: 0 15px !important;
    }

    .cl-stat-number {
        font-size: 48px;
    }
}

@media screen and (max-width: 480px) {
    .cl-stat-item {
        flex: 0 0 100%;
    }

    .cl-section-title {
        font-size: 30px;
    }

    .cl-strip-number {
        font-size: 42px;
    }
}
/* ---- CONTACT SECTION (IN-PAGE) ---- */
.cl-contact-section {
    background: #fff;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.cl-contact-wrapper {
    background: #111214;
    border-radius: 40px;
    padding: 80px;
    box-shadow: 0 40px 100px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 204, 42, 0.1);
}

.cl-contact-info .cl-eyebrow {
    margin-bottom: 20px;
}

.cl-contact-info .cl-section-title {
    color: #fff;
    font-size: 64px;
    margin-bottom: 30px;
}

.cl-contact-info .cl-section-desc {
    color: rgba(255,255,255,0.6);
    margin-bottom: 40px;
    font-size: 18px;
}

.cl-contact-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cl-detail-item {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
    font-size: 16px;
}

.cl-detail-item i {
    color: #FFCC2A;
    font-size: 20px;
}

.cl-form-container {
    background: rgba(255,255,255,0.03);
    padding: 40px;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
}

.cl-form-group {
    margin-bottom: 20px;
}

.cl-form-group input,
.cl-form-group textarea {
    width: 100%;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 15px 20px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    transition: all 0.3s ease;
}

.cl-form-group textarea {
    height: 150px;
    resize: none;
}

.cl-form-group input:focus,
.cl-form-group textarea:focus {
    border-color: #FFCC2A;
    background: rgba(255,255,255,0.08);
    outline: none;
}

.cl-submit-btn {
    width: 100%;
    background: #FFCC2A;
    color: #000;
    border: none;
    padding: 18px;
    border-radius: 100px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.4s ease;
}

.cl-submit-btn:hover {
    background: #fff;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(255,204,42,0.3);
}

@media screen and (max-width: 991px) {
    .cl-contact-wrapper {
        padding: 40px;
    }
    
    .cl-contact-info .cl-section-title {
        font-size: 42px;
        margin-bottom: 20px;
    }
    
    .cl-contact-info {
        margin-bottom: 50px;
        text-align: center;
    }
    
    .cl-contact-details {
        align-items: center;
    }
}

@media screen and (max-width: 767px) {
    .cl-contact-section {
        padding: 60px 0;
    }
    
    .cl-contact-wrapper {
        padding: 30px 20px;
        border-radius: 20px;
    }
    
    .cl-form-container {
        padding: 20px;
    }
}
