/* Professional layout refinements and site-wide motion */
.site-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .7s cubic-bezier(.2,.75,.25,1), transform .7s cubic-bezier(.2,.75,.25,1);
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform;
}

.site-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.site-reveal--left { transform: translateX(-34px); }
.site-reveal--right { transform: translateX(34px); }
.site-reveal--scale { transform: scale(.94); }
.site-reveal--left.is-visible,
.site-reveal--right.is-visible,
.site-reveal--scale.is-visible { transform: none; }

.client-logos {
    position: relative;
    overflow: hidden;
    padding: 105px 0;
    background:
        radial-gradient(circle at 10% 20%, rgba(232,62,120,.09), transparent 27%),
        radial-gradient(circle at 90% 80%, rgba(212,175,55,.11), transparent 25%),
        #fff9fb;
}

.client-logos::before,
.client-logos::after {
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    border: 26px solid rgba(232,62,120,.055);
    border-radius: 50%;
}

.client-logos::before { left: -76px; top: -72px; }
.client-logos::after { right: -78px; bottom: -76px; border-color: rgba(212,175,55,.09); }

.client-logos__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    max-width: 840px;
    margin: 45px auto 0;
}

.client-logo-card {
    position: relative;
    width: 100%;
    min-height: 0;
    aspect-ratio: 1 / 1;
    padding: 24px;
    border: 2px solid #d4af37;
    border-radius: 22px;
    display: grid;
    place-items: center;
    background: #090909;
    box-shadow: 0 16px 42px rgba(23,33,43,.08);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.client-logo-card::before {
    content: '';
    position: absolute;
    inset: 8px;
    border: 1px solid rgba(232,62,120,.15);
    border-radius: 15px;
    pointer-events: none;
}

.client-logo-card:hover {
    transform: translateY(-8px);
    border-color: #e83e78;
    box-shadow: 0 25px 60px rgba(201,43,98,.14);
}

.client-logo-card img {
    width: 82%;
    max-width: none;
    height: 82%;
    object-fit: contain;
    filter: saturate(.97) contrast(1.02);
}

.appointment-one__address-number {
    overflow-wrap: anywhere;
}

.scroll-to-top i {
    transform: none !important;
}

.services-one__single,
.commercial-category,
.commercial-facility,
.inner-card,
.inner-step {
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.services-one__single:hover,
.commercial-category:hover,
.commercial-facility:hover,
.inner-card:hover,
.inner-step:hover {
    transform: translateY(-7px);
}

.services-one__single-inner {
    min-height: 440px;
    display: flex;
    flex-direction: column;
}

.services-one__title {
    min-height: 62px;
}

.services-one__text {
    min-height: 78px;
}

.services-one__btn {
    margin-top: auto;
}

.commercial-category {
    position: relative;
    overflow: hidden;
}

.commercial-category::after {
    content: '';
    position: absolute;
    right: -35px;
    bottom: -35px;
    width: 90px;
    height: 90px;
    border: 14px solid rgba(212,175,55,.13);
    border-radius: 50%;
    pointer-events: none;
}

.commercial-facility__image {
    transition: transform .45s ease, filter .45s ease;
}

.commercial-facility:hover .commercial-facility__image {
    transform: scale(1.055);
    filter: saturate(1.05) contrast(1.03);
}

.main-slider-three__form select,
.appointment-one__form select,
.testimonial-two__form select,
.chat-form select,
.form-inner select {
    width: 100%;
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 7px;
    color: inherit;
    background: inherit;
}

.chat-form select,
.form-inner select {
    margin-bottom: 15px;
    color: #17212b;
    background: #fff;
}

.main-menu__list > .dropdown > ul {
    max-height: 520px;
    overflow-y: auto;
}

.inner-hero__content,
.main-slider-three__content {
    animation: professionalEntrance .85s ease both;
}

@keyframes professionalEntrance {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 991px) {
    .services-one__single-inner,
    .services-one__title,
    .services-one__text {
        min-height: auto;
    }

    .client-logos { padding: 80px 0; }
}

@media (max-width: 767px) {
    .client-logos__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        margin-top: 28px;
    }

    .client-logo-card {
        min-height: 0;
        padding: 10px;
        border-radius: 12px;
    }

    .client-logo-card::before {
        inset: 4px;
        border-radius: 8px;
    }
}

/* Client-requested black, gold and pink presentation */
:root {
    --client-black: #050505;
    --client-card-black: #0b0b0b;
    --client-gold: #d4af37;
    --client-pink: #e83e78;
}

body,
body.inner-site,
.page-wrapper {
    color: var(--client-pink);
    background-color: var(--client-black);
}

.main-menu,
.main-menu__wrapper,
.inner-site .main-menu__wrapper,
.stricky-header {
    border-bottom: 1px solid var(--client-gold);
    background: var(--client-black) !important;
}

.main-menu__list > li > a,
.inner-site .main-menu__list > li > a,
.mobile-nav__toggler {
    color: var(--client-pink) !important;
}

.main-menu__list > li > ul,
.main-menu__list > li > ul > li > ul {
    border: 1px solid var(--client-gold);
    background: var(--client-card-black) !important;
}

.main-menu__list > li > ul > li > a,
.main-menu__list > li > ul > li > ul > li > a {
    color: var(--client-pink) !important;
}

body:not(.inner-site) .about-one,
body:not(.inner-site) .sliding-text-one,
body:not(.inner-site) .call-one,
body:not(.inner-site) .uniqueness,
body:not(.inner-site) .counter-one,
body:not(.inner-site) .video-one,
body:not(.inner-site) .services-one,
body:not(.inner-site) .process-one,
body:not(.inner-site) .commercial-markets,
body:not(.inner-site) .client-logos,
body:not(.inner-site) .appointment-one,
body:not(.inner-site) .testimonial-two,
body:not(.inner-site) .faq-one,
body:not(.inner-site) .blog-three,
body:not(.inner-site) .contact-one {
    background-color: var(--client-black) !important;
}

body:not(.inner-site) .client-logos {
    background:
        radial-gradient(circle at 10% 20%, rgba(232,62,120,.10), transparent 27%),
        radial-gradient(circle at 90% 80%, rgba(212,175,55,.12), transparent 25%),
        var(--client-black) !important;
}

body:not(.inner-site) :is(
    .sliding-text-one,
    .call-one,
    .uniqueness,
    .about-one,
    .counter-one,
    .video-one,
    .services-one,
    .process-one,
    .commercial-markets,
    .client-logos,
    .appointment-one,
    .testimonial-two,
    .faq-one,
    .contact-one
) :is(h1, h2, h3, h4, h5, h6, p, a, label) {
    color: var(--client-pink) ;
}

body:not(.inner-site) :is(
    .call-one__inner,
    .uniqueness__single,
    .services-one__single-inner,
    .process-one__single,
    .commercial-category,
    .client-logo-card,
    .appointment-one__right-content,
    .testimonial-two__single,
    .faq-one__right-content .accrodion
) {
    border: 2px solid var(--client-gold) !important;
    background-color: var(--client-card-black) !important;
}

body:not(.inner-site) :is(
    .main-slider-three__input-box,
    .appointment-one__input-box,
    .testimonial-two__input-box
) :is(input, textarea, select),
.inner-site :is(input, textarea, select) {
    border-color: var(--client-gold) !important;
    color: var(--client-pink) !important;
    background-color: var(--client-card-black) !important;
}

body:not(.inner-site) :is(input, textarea)::placeholder,
.inner-site :is(input, textarea)::placeholder {
    color: rgba(232,62,120,.78) !important;
}

.inner-site .inner-section,
.inner-site .inner-section--soft {
    color: var(--client-pink) !important;
    background: var(--client-black) !important;
}

.inner-site :is(
    .inner-card,
    .inner-step,
    .inner-sidebar__box,
    .inner-sidebar__links a,
    .inner-form-wrap,
    .inner-faq details,
    .inner-legal,
    .inner-contact-item
) {
    border-color: var(--client-gold) !important;
    background: var(--client-card-black) !important;
}

.inner-site .inner-section :is(h1, h2, h3, h4, h5, h6, p, a, li, label, summary),
.inner-site .inner-kicker,
.inner-site .inner-check {
    color: var(--client-pink) !important;
}

.site-footer__top,
.site-footer__bottom {
    border-color: var(--client-gold) !important;
    background-color: var(--client-black) !important;
}

.site-footer :is(h1, h2, h3, h4, h5, h6, p, a, li) {
    color: var(--client-pink) !important;
}

.footer-widget__newsletter,
.footer-widget__newsletter p,
.footer-widget__newsletter a,
.mobile-nav__contact li,
.mobile-nav__contact a {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }

    .site-reveal {
        opacity: 1;
        transform: none;
    }
}

/* Companies We Serve Logos */
.client-logos__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    gap: 35px;
    max-width: 1050px;
    margin: 45px auto 0;
}

.client-logo-card {
    width: 100% !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1;
    padding: 20px !important;

    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;

    display: flex;
    align-items: center;
    justify-content: center;
}

.client-logo-card::before,
.client-logo-card::after {
    display: none !important;
    content: none !important;
}

.client-logo-card:hover {
    border: none !important;
    box-shadow: none !important;
    transform: none !important;
}

.client-logo-card img {
    width: 100% !important;
    height: 100% !important;
    max-width: 300px !important;
    max-height: 230px !important;
    object-fit: contain !important;
    display: block;
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .client-logos__grid {
        grid-template-columns: 1fr;
        gap: 25px;
        max-width: 320px;
    }

    .client-logo-card {
        aspect-ratio: auto;
        height: 220px;
        padding: 10px !important;
    }

    .client-logo-card img {
        max-width: 280px !important;
        max-height: 200px !important;
    }
}

h4.appointment-one__title {
    color: #d6a51f !important;
}

body:not(.inner-site) .client-logos .client-logo-card {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

body:not(.inner-site) .client-logos .client-logo-card::before,
body:not(.inner-site) .client-logos .client-logo-card::after {
    content: none !important;
    display: none !important;
    border: none !important;
}



/* Distinct Professional Footer */
body .site-footer {
    position: relative;
    overflow: hidden;
    border-top: 4px solid #d4af37 !important;
    background: linear-gradient(
        135deg,
        #170b12 0%,
        #0b090a 50%,
        #1d0d15 100%
    ) !important;
}

/* Existing background image ko subtle rakhega */
body .site-footer .site-footer__bg {
    opacity: 0.08 !important;
}

body .site-footer .site-footer__pattern {
    opacity: 0.12 !important;
}

/* Main footer background */
body .site-footer .site-footer__top {
    position: relative;
    background: transparent !important;
}

/* Footer headings */
body .site-footer .footer-widget__title {
    color: #e83e78 !important;
}

body .site-footer .footer-widget__title-box {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 24px;
}

body .site-footer .footer-widget__title-box::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 3px;
    border-radius: 20px;
    background: #d4af37;
}

/* Footer text and links */
body .site-footer p,
body .site-footer li,
body .site-footer a {
    color: #f2a7bf !important;
}

body .site-footer a:hover {
    color: #d4af37 !important;
}

/* Social icons */
body .site-footer .site-footer__social a {
    border: 1px solid #d4af37 !important;
    color: #e83e78 !important;
    background: rgba(255, 255, 255, 0.04) !important;
}

body .site-footer .site-footer__social a:hover {
    color: #111111 !important;
    background: #d4af37 !important;
}

/* Bottom copyright area */
body .site-footer .site-footer__bottom {
    border-top: 1px solid rgba(212, 175, 55, 0.45) !important;
    background: rgba(0, 0, 0, 0.5) !important;
}

/* Long email responsive fix */
body .site-footer .footer-widget__newsletter a {
    display: inline-block;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}


/* Professional Counter Cards */
body .counter-one .counter-one__list {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

body .counter-one .counter-one__list .counter-two__single {
    position: relative;
    overflow: hidden;
    width: 100% !important;
    padding: 32px 18px !important;

    border: 2px solid #d4af37 !important;
    border-radius: 16px;
    background: linear-gradient(
        145deg,
        rgba(212, 175, 55, 0.12),
        rgba(10, 10, 10, 0.96)
    ) !important;

    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.35),
        inset 0 0 20px rgba(212, 175, 55, 0.04);

    text-align: center;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

/* Decorative gold light */
body .counter-one .counter-one__list .counter-two__single::after {
    content: "";
    position: absolute;
    top: -45px;
    right: -45px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.12);
    pointer-events: none;
}

body .counter-one .counter-one__list .counter-two__single:hover {
    transform: translateY(-8px);
    border-color: #f2cf62 !important;
    box-shadow:
        0 22px 45px rgba(0, 0, 0, 0.45),
        0 0 24px rgba(212, 175, 55, 0.18);
}

body .counter-one .counter-one__content-box {
    position: relative;
    z-index: 2;
}

body .counter-one .counter-one__content-box h3,
body .counter-one .counter-one__content-box h3 span {
    color: #e83e78 !important;
}

body .counter-one .counter-one__text {
    color: #e83e78 !important;
}

/* Small gold line below number */
body .counter-one .counter-one__content-box h3::after {
    content: "";
    display: block;
    width: 45px;
    height: 3px;
    margin: 12px auto 14px;
    border-radius: 10px;
    background: #d4af37;
}

/* Tablet */
@media (max-width: 991px) {
    body .counter-one .counter-one__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Mobile */
@media (max-width: 575px) {
    body .counter-one .counter-one__list {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}


/* Fix Squeezed Counter Cards */
body .counter-one .counter-one__list {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 24px !important;
}

body .counter-one .counter-one__list > .counter-two__single {
    flex: none !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 190px;

    margin: 0 !important;
    padding: 30px 15px !important;
    box-sizing: border-box;

    display: flex !important;
    align-items: center;
    justify-content: center;

    border: 2px solid #d4af37 !important;
    border-radius: 16px !important;
    background: linear-gradient(
        145deg,
        rgba(212, 175, 55, 0.14),
        rgba(8, 8, 8, 0.96)
    ) !important;
}

body .counter-one .counter-one__content-box {
    width: 100%;
    text-align: center;
}

body .counter-one .counter-one__content-box h3,
body .counter-one .counter-one__content-box h3 span,
body .counter-one .odometer {
    display: inline-block !important;
    white-space: nowrap !important;
    word-break: normal !important;
}

body .counter-one .counter-one__text {
    white-space: normal !important;
    word-break: normal !important;
}

/* Tablet */
@media (max-width: 991px) {
    body .counter-one .counter-one__list {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* Mobile */
@media (max-width: 575px) {
    body .counter-one .counter-one__list {
        grid-template-columns: 1fr !important;
    }
}   
/* Testimonials Layout Repair */
body:not(.inner-site) .testimonial-two .container {
    width: 100%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

body:not(.inner-site) .testimonial-two__left {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}

/* Remove border from wrong outer wrapper */
body:not(.inner-site) .testimonial-two .testimonial-two__single {
    border: none !important;
    background: transparent !important;
    padding-top: 48px;
}

/* Apply professional border to actual card */
body:not(.inner-site) .testimonial-two .testimonial-two__single-inner {
    padding: 76px 45px 37px;
    border: 2px solid #d4af37 !important;
    border-radius: 16px !important;
    background: #0b0b0b !important;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.4);
}

body:not(.inner-site) .testimonial-two__single-content p,
body:not(.inner-site) .testimonial-two .author-box h3,
body:not(.inner-site) .testimonial-two .author-box p {
    color: #e83e78 !important;
}

body:not(.inner-site) .testimonial-two .rating li,
body:not(.inner-site) .testimonial-two .rating li i,
body:not(.inner-site) .testimonial-two__single-icon span::before {
    color: #d4af37 !important;
}

body:not(.inner-site) .testimonial-two__carousel .owl-stage-outer {
    overflow: hidden !important;
}

/* Mobile */
@media (max-width: 575px) {
    body:not(.inner-site) .testimonial-two .testimonial-two__single-inner {
        padding: 70px 22px 28px;
    }

    body:not(.inner-site) .testimonial-two__single-content-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    body:not(.inner-site) .testimonial-two .rating {
        margin-left: 0;
    }
}

/* =====================================
   BUTTON AND CONTENT VISIBILITY FIX
===================================== */

/* All main theme buttons */
body .page-wrapper a.thm-btn,
body .page-wrapper button.thm-btn,
body .page-wrapper input.thm-btn {
    color: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Button child icons and spans */
body .page-wrapper .thm-btn span,
body .page-wrapper .thm-btn i {
    color: inherit !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Main button background */
body .page-wrapper .thm-btn {
    border: 2px solid #d4af37 !important;
    background-color: #e83e78 !important;
}

/* Main button hover */
body .page-wrapper .thm-btn:hover {
    color: #111111 !important;
    background-color: #d4af37 !important;
}

/* Prevent old hover layer from hiding text */
body .page-wrapper .thm-btn::before {
    z-index: -1 !important;
}

body .page-wrapper .thm-btn {
    isolation: isolate;
}

/* =====================================
   INNER PAGE BUTTONS
===================================== */

body.inner-site .page-wrapper a.inner-btn,
body.inner-site .page-wrapper button.inner-btn {
    position: relative;
    z-index: 2;

    color: #ffffff !important;
    background: #e83e78 !important;
    border: 2px solid #d4af37 !important;

    opacity: 1 !important;
    visibility: visible !important;
}

/* Button icons */
body.inner-site .page-wrapper .inner-btn i,
body.inner-site .page-wrapper .inner-btn span {
    color: inherit !important;
}

/* White button */
body.inner-site .page-wrapper .inner-btn.inner-btn--light {
    color: #e83e78 !important;
    background: #ffffff !important;
}

/* Button hover */
body.inner-site .page-wrapper .inner-btn:hover {
    color: #111111 !important;
    background: #d4af37 !important;
}

/* =====================================
   BOTTOM CTA CONTENT VISIBILITY
===================================== */

body.inner-site .inner-cta {
    position: relative;
    isolation: isolate;
}

/* Keep decorative circle behind content */
body.inner-site .inner-cta::before {
    z-index: -1 !important;
}

/* CTA content above background */
body.inner-site .inner-cta > * {
    position: relative;
    z-index: 2;
}

body.inner-site .inner-cta h2 {
    color: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.inner-site .inner-cta p {
    color: rgba(255, 255, 255, 0.95) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* =====================================
   FORM BUTTONS
===================================== */

body.inner-site .inner-form-wrap button,
body.inner-site .inner-field button {
    color: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* =====================================
   GENERAL SECTION CONTENT
===================================== */

body .page-wrapper section h1,
body .page-wrapper section h2,
body .page-wrapper section h3,
body .page-wrapper section h4,
body .page-wrapper section h5,
body .page-wrapper section h6,
body .page-wrapper section p {
    opacity: 1 !important;
    visibility: visible !important;
}

.site-footer__bottom-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.site-footer__bottom-text {
    width: 100%;
    margin: 0;
    text-align: center;
}




/* Compact Professional Unique Section */
.inner-section--soft {
    padding: 75px 0 !important;
    background: #050505 !important;
}

.inner-section--soft .inner-card-grid.inner-card-grid--four {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 20px !important;
    max-width: 1320px !important;
    margin: 0 auto !important;
}

/* Cards */
.inner-section--soft .inner-step {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    height: 100% !important;
    padding: 25px 22px !important;
    background: linear-gradient(145deg, #111111, #070707) !important;
    border: 1px solid #dfac14 !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
    transition: 0.35s ease;
}

/* Gold top line */
.inner-section--soft .inner-step::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 22px !important;
    width: 55px !important;
    height: 3px !important;
    background: linear-gradient(90deg, #dfac14, #e83e78) !important;
    border-radius: 0 0 5px 5px !important;
}

/* Small card numbers */
.inner-section--soft .inner-step::before {
    position: absolute !important;
    top: 20px !important;
    right: 18px !important;
    width: auto !important;
    height: auto !important;
    color: rgba(232, 62, 120, 0.65) !important;
    background: transparent !important;
    border: 0 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
}

.inner-section--soft .inner-step:nth-child(1)::before {
    content: "01" !important;
}

.inner-section--soft .inner-step:nth-child(2)::before {
    content: "02" !important;
}

.inner-section--soft .inner-step:nth-child(3)::before {
    content: "03" !important;
}

.inner-section--soft .inner-step:nth-child(4)::before {
    content: "04" !important;
}

/* Icon */
.inner-section--soft .inner-step > i {
    width: 48px !important;
    height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0;
    margin: 0 0 18px !important;
    color: #e83e78 !important;
    background: rgba(232, 62, 120, 0.1) !important;
    border: 1px solid rgba(223, 172, 20, 0.65) !important;
    border-radius: 12px !important;
    font-size: 20px !important;
}

/* Card heading */
.inner-section--soft .inner-step h3 {
    min-height: 52px;
    margin: 0 0 12px !important;
    padding: 0 !important;
    color: #e83e78 !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
}

/* Compact paragraph */
.inner-section--soft .inner-step p {
    margin: 0 !important;
    color: #e83e78 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
}

/* Hover */
.inner-section--soft .inner-step:hover {
    transform: translateY(-7px);
    border-color: #f1c83c !important;
    box-shadow:
        0 18px 35px rgba(0, 0, 0, 0.45),
        0 0 18px rgba(223, 172, 20, 0.14);
}

/* Medium screen */
@media (max-width: 1199px) {
    .inner-section--soft .inner-card-grid.inner-card-grid--four {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .inner-section--soft {
        padding: 55px 0 !important;
    }

    .inner-section--soft .inner-card-grid.inner-card-grid--four {
        grid-template-columns: 1fr !important;
    }

    .inner-section--soft .inner-step h3 {
        min-height: auto;
    }
}/* Companies We Serve Section */
.client-logos {
    position: relative;
    padding: 90px 0;
    background-color: #050505;
    overflow: hidden;
}

.client-logos .section-title {
    margin-bottom: 45px;
}

.client-logos .section-title__title {
    margin: 0;
    color: #e83e78;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

/* Gold line under heading */
.client-logos .section-title__title::after {
    content: "";
    display: block;
    width: 75px;
    height: 3px;
    margin: 18px auto 0;
    background: #dfac14;
    border-radius: 10px;
}

/* Logo Grid */
.client-logos__grid {
    display: grid;
    grid-template-columns: repeat(3, 260px);
    align-items: center;
    justify-content: center;
    gap: 55px;
}

/* Equal Square Logo Area */
.client-logo-card {
    width: 260px;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: transparent;
    border: none;
    box-shadow: none;
    transition: transform 0.35s ease;
}

/* Equal Logo Size */
.client-logo-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/* Hover Effect */
.client-logo-card:hover {
    transform: translateY(-8px) scale(1.03);
}

/* Tablet */
@media (max-width: 991px) {
    .client-logos__grid {
        grid-template-columns: repeat(3, 210px);
        gap: 25px;
    }

    .client-logo-card {
        width: 210px;
        height: 210px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .client-logos {
        padding: 65px 0;
    }

    .client-logos .section-title__title {
        font-size: 34px;
    }

    .client-logos__grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .client-logo-card {
        width: 240px;
        height: 240px;
        margin: 0 auto;
    }
}


/* Commercial Cleaning Banner */
.commercial-banner {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    padding: 90px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    isolation: isolate;
}

/* Dark overlay for readable content */
.commercial-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(
        90deg,
        rgba(1, 12, 30, 0.98) 0%,
        rgba(1, 12, 30, 0.92) 32%,
        rgba(1, 12, 30, 0.58) 52%,
        rgba(1, 12, 30, 0.08) 76%,
        rgba(1, 12, 30, 0) 100%
    );
}

.commercial-banner__content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 590px;
}

/* Small heading */
.commercial-banner__tagline {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: #dfac14;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.commercial-banner__tagline::before {
    content: "";
    width: 38px;
    height: 2px;
    background-color: #dfac14;
}

/* Main heading */
.commercial-banner__title {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: clamp(38px, 4vw, 60px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -1px;
}

.commercial-banner__title span {
    display: block;
    color: #e83e78;
}

/* Paragraph */
.commercial-banner__text {
    max-width: 540px;
    margin: 0 0 30px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75;
}

/* Button */
.commercial-banner__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 56px;
    padding: 15px 28px;
    color: #ffffff !important;
    background-color: #e83e78;
    border: 2px solid #dfac14;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.35s ease;
}

.commercial-banner__btn i {
    color: #ffffff;
    font-size: 14px;
    transition: transform 0.35s ease;
}

.commercial-banner__btn:hover {
    color: #050505 !important;
    background-color: #dfac14;
    border-color: #dfac14;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(223, 172, 20, 0.25);
}

.commercial-banner__btn:hover i {
    color: #050505;
    transform: translateX(5px);
}

/* Tablet */
@media (max-width: 991px) {
    .commercial-banner {
        min-height: 450px;
        padding: 75px 0;
        background-position: 62% center;
    }

    .commercial-banner::before {
        background: linear-gradient(
            90deg,
            rgba(1, 12, 30, 0.97) 0%,
            rgba(1, 12, 30, 0.88) 48%,
            rgba(1, 12, 30, 0.42) 75%,
            rgba(1, 12, 30, 0.2) 100%
        );
    }

    .commercial-banner__content {
        max-width: 530px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .commercial-banner {
        min-height: 480px;
        padding: 65px 0;
        background-position: 66% center;
    }

    .commercial-banner::before {
        background: rgba(1, 12, 30, 0.83);
    }

    .commercial-banner__content {
        max-width: 100%;
        text-align: center;
    }

    .commercial-banner__tagline {
        justify-content: center;
        font-size: 12px;
        letter-spacing: 1.3px;
    }

    .commercial-banner__title {
        font-size: 38px;
        letter-spacing: -0.5px;
    }

    .commercial-banner__text {
        max-width: 520px;
        margin: 0 auto 27px;
        font-size: 15px;
        line-height: 1.65;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .commercial-banner {
        min-height: 450px;
        padding: 55px 0;
    }

    .commercial-banner__title {
        font-size: 32px;
    }

    .commercial-banner__btn {
        width: 100%;
        min-height: 54px;
        padding: 14px 20px;
    }
}