/*
 * custom-dev.css
 * Add all new project-level overrides here.
 */

/* Our services: Font Awesome icons in metal service cards (además de img SVG) */
.service-item-header-metal .icon-box i {
    position: relative;
    z-index: 1;
    font-size: 26px;
    line-height: 1;
    color: var(--white-color);
    transition: all 0.4s ease-in-out;
}

.service-item-metal:hover .service-item-header-metal .icon-box i {
    filter: brightness(1) invert(1);
}

/* Facts cards: icon background gold, hover black */
.fact-item-header-prime .icon-box {
    background: #d4af37;
}

.fact-item-header-prime .icon-box::before {
    background-color: #000000;
}

.fact-item-header-prime .icon-box img {
    filter: brightness(0) invert(0);
    transition: all 0.4s ease-in-out;
}

.fact-item-prime:hover .fact-item-header-prime .icon-box img {
    filter: brightness(0) invert(1);
}

.fact-item-header-prime .icon-box i {
    position: relative;
    z-index: 1;
    font-size: 24px;
    color: #ffffff;
    transition: all 0.4s ease-in-out;
}

.fact-item-prime:hover .fact-item-header-prime .icon-box i {
    color: #ffffff;
}

/* Facts section background image (moved from inline style) */
.our-facts-prime.facts-bg-optional {
    background-image: linear-gradient(rgba(5, 12, 33, 0.80), rgba(5, 12, 33, 0.80)), url('../img/miami-dade-city.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Fix About section 2-column layout width collapse */
.about-us-body-grid {
    display: block;
}

.about-us-body-grid > .row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.about-us-body-grid .about-body-item-list-metal {
    width: 100%;
}

.about-us-body-grid .about-body-item-metal {
    margin-bottom: 0;
    align-items: flex-start;
}

/* Footer WhatsApp icon fix */
.footer-contact-item-metal .icon-box .fa-whatsapp {
    font-size: 24px;
    color: var(--primary-color);
}

.footer-contact-company-name {
    margin: 8px 0 22px;
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: color-mix(in srgb, var(--white-color) 86%, transparent);
}

.footer-contact-item-metal .icon-box .fa-yelp {
    font-size: 24px;
    color: #d32323;
}

.footer-contact-item-content-metal h4 a.footer-yelp-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--accent-secondary-color) 60%, transparent);
    color: var(--white-color) !important;
    background: color-mix(in srgb, var(--primary-color) 72%, transparent);
    line-height: 1.1;
    transition: all 0.25s ease;
}

.footer-contact-item-content-metal h4 a.footer-yelp-link:hover {
    color: var(--primary-color) !important;
    background: var(--accent-secondary-color);
    border-color: var(--accent-secondary-color);
    transform: translateY(-1px);
}

/* Footer main links readability */
.footer-services-list {
    list-style: disc;
    padding-left: 24px;
    margin: 8px 0 0;
}

.footer-services-list li {
    margin-bottom: 14px;
}

.footer-services-list li:last-child {
    margin-bottom: 0;
}

.footer-services-list li::marker {
    color: var(--accent-secondary-color);
}

.footer-services-list a {
    color: var(--white-color);
    text-decoration: none;
}

.footer-services-list a:hover {
    color: var(--accent-secondary-color);
}

.footer-newsletter-box-metal h3 {
    margin-bottom: 22px;
}

.footer-newsletter-box-metal .footer-services-list + h3 {
    margin-top: 32px;
}

/* Footer columns: first and third equal width, middle centered */
@media (min-width: 992px) {
    .footer-body-metal {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
        align-items: start;
    }

    .footer-contact-item-list-metal,
    .about-footer-metal,
    .footer-newsletter-box-metal {
        max-width: 100%;
        width: 100%;
    }

    .about-footer-metal {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

/* Company logo size/shape override */
.company-supports-logo img,
.company-supports-logo-metal img,
.footer-logo-metal img,
.navbar-brand img {
    width: 100%;
    max-width: 200px !important;
    height: 100% !important;
    border-radius: 30px !important;
    object-fit: cover;
}

/* Preloader: keep the All Star logo in its natural wide ratio */
.preloader {
    z-index: 10050;
}

.preloader .loading-container,
.preloader .loading {
    width: 220px;
    height: 220px;
    border-radius: 50%;
}

.preloader .loading-container {
    overflow: visible;
}

.preloader .loading {
    border-width: 2px;
    border-color: transparent rgba(223, 178, 50, 0.95) transparent rgba(255, 255, 255, 0.22);
}

.preloader #loading-icon {
    max-width: 168px !important;
    width: 168px;
    height: auto;
}

.preloader #loading-icon img {
    display: block;
    width: 168px;
    max-width: 100%;
    height: auto !important;
    border-radius: 0 !important;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 575px) {
    .preloader .loading-container,
    .preloader .loading {
        width: 180px;
        height: 180px;
    }

    .preloader #loading-icon {
        width: 138px;
        max-width: 138px !important;
    }

    .preloader #loading-icon img {
        width: 138px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .preloader .loading {
        animation: none;
        border-color: rgba(223, 178, 50, 0.85) rgba(255, 255, 255, 0.22);
    }
}

/* Homepage hero: show the photo, keep copy readable */
.hero-metal {
    background-size: cover;
    background-position: 62% center;
}

.hero-metal::before {
    background:
        linear-gradient(
            90deg,
            rgba(4, 6, 24, 0.82) 0%,
            rgba(4, 6, 24, 0.58) 28%,
            rgba(4, 6, 24, 0.28) 48%,
            rgba(4, 6, 24, 0.08) 68%,
            rgba(4, 6, 24, 0.18) 100%
        ),
        linear-gradient(
            180deg,
            rgba(4, 6, 24, 0.16) 0%,
            rgba(4, 6, 24, 0) 38%,
            rgba(4, 6, 24, 0.12) 68%,
            rgba(4, 6, 24, 0.46) 100%
        );
}

.hero-metal .section-title h1,
.hero-metal .section-title p {
    text-shadow: 0 2px 18px rgba(4, 6, 24, 0.45);
}

@media (max-width: 1199px) {
    .hero-metal {
        background-position: 70% center;
    }

    .hero-metal::before {
        background:
            linear-gradient(
                180deg,
                rgba(4, 6, 24, 0.68) 0%,
                rgba(4, 6, 24, 0.46) 46%,
                rgba(4, 6, 24, 0.52) 100%
            ),
            linear-gradient(
                90deg,
                rgba(4, 6, 24, 0.28) 0%,
                rgba(4, 6, 24, 0.10) 58%,
                rgba(4, 6, 24, 0.22) 100%
            );
    }
}

@media (max-width: 767px) {
    .hero-metal {
        background-position: 100% 18%;
    }

    .hero-metal::before {
        background:
            linear-gradient(
                180deg,
                rgba(4, 6, 24, 0.82) 0%,
                rgba(4, 6, 24, 0.68) 40%,
                rgba(4, 6, 24, 0.42) 68%,
                rgba(4, 6, 24, 0.34) 100%
            );
    }
}

/* Homepage hero info cards: equal thirds, no photo */
.hero-info-box-metal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
}

.hero-info-item-metal.box-1,
.hero-info-item-metal.box-2,
.hero-info-item-metal.box-3 {
    flex: 1 1 calc((100% - 40px) / 3);
    width: calc((100% - 40px) / 3);
    max-width: calc((100% - 40px) / 3);
    padding: 22px 24px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.hero-info-item-metal.box-1 .hero-info-item-image-metal {
    display: none;
}

.hero-info-item-metal.box-1 .hero-info-item-content-box-metal,
.hero-info-item-metal.box-2 .hero-info-item-content-box-metal,
.hero-info-item-metal.box-3 .hero-info-item-content-box-metal,
.hero-info-item-metal.box-3 .hero-info-item-header-metal {
    width: 100%;
    padding: 0;
    gap: 0;
    justify-content: center;
    text-align: center;
}

@media (max-width: 767px) {
    .hero-info-item-metal.box-1,
    .hero-info-item-metal.box-2,
    .hero-info-item-metal.box-3 {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
        padding: 20px 18px;
    }
}

/* 404: título y breadcrumb por debajo del menú (header absolute ~60px + barra) */
.page-404 .error-page-heading-wrap {
    margin-top: 20px;
    padding-top: clamp(130px, 22vh, 220px);
    padding-bottom: 48px;
}

@media (max-width: 991px) {
    .page-404 .error-page-heading-wrap {
        padding-top: clamp(120px, 26vh, 200px);
    }
}

/* 404: breadcrumb legible sobre dark-section (Bootstrap default no encaja) */
.page-404 .error-page-heading-wrap .breadcrumb {
    background: transparent;
    padding: 14px 0 0;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-transform: none;
}

.page-404 .error-page-heading-wrap .breadcrumb-item {
    color: color-mix(in srgb, var(--white-color) 88%, transparent) !important;
}

.page-404 .error-page-heading-wrap .breadcrumb-item a {
    color: var(--accent-secondary-color);
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.page-404 .error-page-heading-wrap .breadcrumb-item a:hover {
    color: var(--white-color);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.page-404 .error-page-heading-wrap .breadcrumb-item.active {
    color: var(--white-color) !important;
    font-weight: 600;
}

.page-404 .error-page-heading-wrap .breadcrumb-item + .breadcrumb-item::before {
    color: color-mix(in srgb, var(--white-color) 45%, transparent);
    float: none;
    padding-left: 0.45rem;
    padding-right: 0.45rem;
}

/* Service areas + foto: misma altura, imagen a cover sin bandas blancas */
.service-area-split-row > [class*="col-"] {
    min-height: 0;
}

.service-area-split-row .pricing-item {
    height: 100%;
    margin-bottom: 0;
    min-height: 0;
}

.service-area-split-row .service-area-photo-card.pricing-item {
    padding: 0;
    overflow: hidden;
    min-height: 0;
}

.service-area-photo-card-body {
    padding: 0 !important;
    min-height: 0;
}

.service-area-photo-figure {
    position: relative;
    margin: 0;
    min-height: 220px;
    overflow: hidden;
    flex: 1 1 auto;
}

@media (min-width: 768px) {
    .service-area-photo-figure {
        min-height: 0;
    }
}

.service-area-photo-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Footer height compact */
.main-footer-metal {
    padding: 70px 0 0;
    margin-bottom: 0;
}

.footer-copyright-metal {
    margin-top: 24px;
    padding: 18px 0;
}

@media (max-width: 991px) {
    .main-footer-metal {
        padding: 40px 0 0;
    }

    .footer-copyright-metal {
        margin-top: 16px;
        padding: 12px 0;
    }
}

/* Footer copyright: mismo criterio que breadcrumb 404 (dorado + texto legible) */
.footer-copyright-metal .footer-copyright-box-metal {
    justify-content: center;
}

.footer-copyright-metal .footer-copyright-box-metal > p {
    margin: 0;
    text-align: center;
    max-width: 100%;
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.65;
    color: color-mix(in srgb, var(--white-color) 82%, transparent);
}

.footer-copyright-metal .footer-copyright-box-metal > p a {
    color: var(--accent-secondary-color);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-copyright-metal .footer-copyright-box-metal > p a:hover {
    color: var(--white-color);
    text-decoration: underline;
    text-underline-offset: 4px;
}

/* Floating “Centro de información” (footer include) */
.info-center-widget {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    font-family: inherit;
}

.info-center-panel {
    width: min(280px, calc(100vw - 36px));
    padding: 18px 16px 16px;
    background: var(--bg-color);
    border: 1px solid color-mix(in srgb, var(--accent-secondary-color) 42%, transparent);
    border-radius: 20px;
    box-shadow: 0 12px 32px color-mix(in srgb, var(--primary-color) 22%, transparent);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(6px);
    transition:
        opacity 0.2s ease,
        visibility 0.2s ease,
        transform 0.2s ease;
}

/* Escritorio / puntero fino: abre al pasar el ratón */
@media (hover: hover) and (pointer: fine) {
    .info-center-widget:hover .info-center-panel {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }
}

/* Clic (p. ej. móvil): clase .is-open */
.info-center-widget.is-open .info-center-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.info-center-panel-title {
    margin: 0 0 10px;
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 0.02em;
}

.info-center-divider {
    height: 1px;
    background: var(--divider-color);
    margin: 0 0 12px;
}

.info-center-actions {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.info-center-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    background: var(--secondary-color);
    border-radius: 14px;
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border: 1px solid var(--divider-color);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.info-center-btn:hover {
    color: var(--primary-color);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-color) 14%, transparent);
}

.info-center-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-size: 1.1rem;
    box-shadow: inset 0 1px 0 color-mix(in srgb, var(--white-color) 28%, transparent);
}

.info-center-icon--gold {
    background: linear-gradient(
        145deg,
        color-mix(in srgb, var(--accent-secondary-color) 78%, var(--white-color)),
        var(--accent-secondary-color)
    );
}

/* Verde oficial WhatsApp (no está en :root del tema) */
.info-center-icon--whatsapp {
    background: linear-gradient(145deg, #3fe37a, #25d366);
}

.info-center-fab {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 10px 18px 12px;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    background: linear-gradient(
        180deg,
        color-mix(in srgb, var(--accent-secondary-color) 82%, var(--white-color)),
        var(--accent-secondary-color)
    );
    box-shadow: 0 6px 20px color-mix(in srgb, var(--primary-color) 28%, transparent);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.info-center-fab:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-color) 32%, transparent);
}

.info-center-fab:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 3px;
}

.info-center-fab-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 15px;
}

.info-center-fab-text {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--primary-color);
    line-height: 1.1;
    max-width: 7rem;
    text-align: center;
}

@media (max-width: 575px) {
    .info-center-widget {
        right: 12px;
        bottom: 12px;
    }
}

/* Shared homepage section headings */
.section-title .home-heading__label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 14px;
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.section-title .home-heading__label::before {
    content: '';
    flex: 0 0 36px;
    width: 36px;
    height: 2px;
    background: var(--accent-secondary-color);
    border-radius: 1px;
}

.section-title .home-heading__title {
    margin: 0;
    color: var(--primary-color);
    font-size: 42px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.02em;
    cursor: auto;
}

.section-title .home-heading__title span {
    display: inline-block;
    color: var(--accent-secondary-color);
    font-style: normal;
    white-space: nowrap;
}

.dark-section .home-heading__label {
    color: var(--white-color);
}

.dark-section .section-title .home-heading__title {
    color: var(--white-color);
}

@media (max-width: 991px) {
    .section-title .home-heading__title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .section-title .home-heading__title {
        font-size: 28px;
    }
}

.hero-metal .section-title .home-heading__title {
    font-size: 56px;
    text-shadow: 0 2px 18px rgba(4, 6, 24, 0.45);
}

.hero-metal .section-title .home-heading__label {
    align-items: flex-start;
    max-width: 40rem;
}

.hero-metal .section-title .home-heading__label::before {
    margin-top: 0.55em;
}

.hero-metal .section-title .home-heading__title span {
    white-space: normal;
}

.hero-metal .section-title p:not(.home-heading__label) {
    max-width: 42rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.7;
    text-shadow: 0 2px 18px rgba(4, 6, 24, 0.45);
}

@media (max-width: 991px) {
    .hero-metal .section-title .home-heading__title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .hero-metal .section-title .home-heading__title {
        font-size: 32px;
    }

    .hero-metal .section-title p:not(.home-heading__label) {
        font-size: 16px;
    }
}

/* Homepage project gallery */
.home-projects {
    padding: 100px 0;
    background: var(--bg-color);
}

.home-projects__header {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
}

.home-projects__label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 14px;
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.home-projects__label::before {
    content: '';
    width: 36px;
    height: 2px;
    background: var(--accent-secondary-color);
    border-radius: 1px;
}

.home-projects__title {
    margin: 0 0 14px;
    color: var(--primary-color);
    font-size: 42px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.home-projects__title span {
    display: inline-block;
    color: var(--accent-secondary-color);
    font-style: normal;
    white-space: nowrap;
}

.home-projects__intro {
    margin: 0 auto;
    max-width: 760px;
    color: var(--text-color);
    font-size: 16px;
    line-height: 1.7;
}

.home-projects__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.home-projects__card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    aspect-ratio: 4 / 3;
    background: var(--primary-color);
}

.home-projects__card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.home-projects__card:nth-child(6) img {
    object-position: center 30%;
}

.home-projects__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 10px 56px 10px 16px;
    background: rgba(4, 6, 24, 0.72);
}

.home-projects__card-title {
    margin: 0 0 4px;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.home-projects__category {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-projects__arrow {
    position: absolute;
    right: 12px;
    bottom: 10px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    background: rgba(4, 6, 24, 0.28);
    color: var(--white-color);
    font-size: 13px;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

@media (min-width: 992px) {
    .home-projects__card:hover {
        box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
    }

    .home-projects__card:hover img {
        transform: scale(1.03);
    }

    .home-projects__card:hover .home-projects__arrow {
        background: var(--accent-secondary-color);
        border-color: var(--accent-secondary-color);
        color: var(--primary-color);
        transform: translateX(3px);
    }

    .home-projects__card:hover .home-projects__card-title {
        transform: translateY(-2px);
    }

    .home-projects__card-title {
        transition: transform 0.3s ease;
    }
}

@media (max-width: 991px) {
    .home-projects {
        padding: 80px 0;
    }

    .home-projects__title {
        font-size: 32px;
    }

    .home-projects__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .home-projects {
        padding: 60px 0;
    }

    .home-projects__header {
        margin-bottom: 28px;
    }

    .home-projects__title {
        font-size: 28px;
    }

    .home-projects__grid {
        grid-template-columns: 1fr;
    }

    .home-projects__card {
        aspect-ratio: 16 / 10;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-projects__card img,
    .home-projects__arrow,
    .home-projects__card-title {
        transition: none;
    }

    .home-projects__card:hover img,
    .home-projects__card:hover .home-projects__arrow,
    .home-projects__card:hover .home-projects__card-title {
        transform: none;
    }
}

/* ========================================
   HOMEPAGE WHY CHOOSE
======================================== */

.home-why-section {
    padding: 100px 0;
    background: var(--bg-color);
}

.home-why {
    display: flex;
    overflow: hidden;
    background: var(--white-color);
    border: 1px solid rgba(4, 6, 24, 0.08);
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.025);
}

.home-why__media {
    position: relative;
    flex: 0 0 47%;
    width: 47%;
    min-width: 0;
    min-height: 560px;
    overflow: hidden;
    border-radius: 20px 0 0 20px;
}

.home-why__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 18%;
}

.home-why__badge {
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    max-width: 248px;
    padding: 10px 12px;
    background: var(--white-color);
    border: 1px solid rgba(4, 6, 24, 0.08);
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    color: var(--primary-color);
}

.home-why__badge-icon {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    border-radius: 50%;
    color: var(--white-color);
    font-size: 13px;
}

.home-why__badge-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
    font-size: 12px;
    line-height: 1.4;
    color: var(--text-color);
}

.home-why__badge-copy strong {
    margin-bottom: 2px;
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 700;
}

.home-why__content {
    flex: 1 1 53%;
    width: 53%;
    min-width: 0;
    padding: 40px 36px 36px;
    background: var(--white-color);
}

.home-why__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 14px;
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.home-why__eyebrow::before {
    content: '';
    flex: 0 0 36px;
    width: 36px;
    height: 2px;
    background: var(--accent-secondary-color);
    border-radius: 1px;
}

.home-why__title {
    margin: 0 0 14px;
    color: var(--primary-color);
    font-size: 42px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.home-why__title span {
    color: var(--accent-secondary-color);
    font-style: normal;
}

.home-why__intro {
    margin: 0 0 24px;
    max-width: 38rem;
    color: var(--text-color);
    font-size: 16px;
    line-height: 1.7;
}

.home-why__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 14px;
    align-items: stretch;
}

.home-why__card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 16px 16px 14px;
    background: var(--white-color);
    border: 1px solid rgba(4, 6, 24, 0.1);
    border-radius: 16px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.home-why__icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    background: var(--primary-color);
    border-radius: 50%;
    color: var(--white-color);
    font-size: 14px;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.home-why__card-title {
    margin: 0 0 8px;
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.home-why__card-text {
    margin: 0;
    color: var(--text-color);
    font-size: 15px;
    line-height: 1.55;
}

@media (min-width: 992px) {
    .home-why__title {
        font-size: 48px;
    }

    .home-why__card:hover {
        border-color: var(--accent-secondary-color);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
        transform: translateY(-2px);
    }

    .home-why__card:hover .home-why__icon {
        background: var(--accent-secondary-color);
        color: var(--primary-color);
    }
}

@media (max-width: 991px) {
    .home-why-section {
        padding: 80px 0;
    }

    .home-why {
        flex-direction: column;
    }

    .home-why__media,
    .home-why__content {
        flex-basis: auto;
        width: 100%;
    }

    .home-why__media {
        min-height: 0;
        height: 320px;
        border-radius: 20px 20px 0 0;
    }

    .home-why__content {
        padding: 28px 24px 24px;
    }

    .home-why__title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .home-why-section {
        padding: 60px 0;
    }

    .home-why__media {
        height: 300px;
    }

    .home-why__image {
        object-position: center 14%;
    }

    .home-why__badge {
        left: 10px;
        bottom: 10px;
        max-width: 196px;
        padding: 7px 8px;
        gap: 8px;
    }

    .home-why__badge-icon {
        flex-basis: 26px;
        width: 26px;
        height: 26px;
        font-size: 11px;
    }

    .home-why__badge-copy {
        font-size: 0;
        line-height: 0;
    }

    .home-why__badge-copy strong {
        font-size: 11px;
        line-height: 1.3;
        margin: 0;
    }

    .home-why__content {
        padding: 24px 18px 20px;
    }

    .home-why__title {
        font-size: 28px;
    }

    .home-why__intro {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .home-why__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-why__card,
    .home-why__icon {
        transition: none;
    }

    .home-why__card:hover {
        transform: none;
    }
}

/* =========================================
   SERVICE PAGES — METAL DESIGN SYSTEM
   ========================================= */

.service-page-metal {
    overflow-x: clip;
}

.service-hero-metal {
    position: relative;
    margin-top: 20px;
    padding-top: clamp(130px, 22vh, 220px);
    padding-bottom: 72px;
    overflow: hidden;
}

.service-hero-metal .container {
    position: relative;
    z-index: 2;
}

.service-hero-metal .section-title {
    margin-bottom: 28px;
}

.service-hero-metal .section-title h1 {
    max-width: 18ch;
}

.service-hero-metal .section-title p {
    max-width: 42rem;
}

.service-hero-metal__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 28px;
    margin-bottom: 28px;
}

.service-hero-metal__phone {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--white-color);
    text-decoration: none;
}

.service-hero-metal__phone .icon-box {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--accent-secondary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    flex-shrink: 0;
}

.service-hero-metal__phone-label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    opacity: 0.8;
    margin-bottom: 2px;
}

.service-hero-metal__phone strong {
    font-size: 20px;
    font-weight: 600;
    color: var(--white-color);
}

.service-hero-metal__phone:hover strong {
    color: var(--accent-secondary-color);
}

.service-breadcrumb-metal .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: 0.03em;
}

.service-breadcrumb-metal .breadcrumb-item {
    color: color-mix(in srgb, var(--white-color) 88%, transparent) !important;
}

.service-breadcrumb-metal .breadcrumb-item a {
    color: var(--accent-secondary-color);
    text-decoration: none;
}

.service-breadcrumb-metal .breadcrumb-item a:hover {
    color: var(--white-color);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.service-breadcrumb-metal .breadcrumb-item.active {
    color: var(--white-color) !important;
    font-weight: 600;
}

.service-breadcrumb-metal .breadcrumb-item + .breadcrumb-item::before {
    color: color-mix(in srgb, var(--white-color) 45%, transparent);
    float: none;
    padding-left: 0.45rem;
    padding-right: 0.45rem;
}

.service-hero-metal__media figure {
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.service-hero-metal__media img {
    width: 100%;
    height: 100%;
    max-height: 460px;
    object-fit: cover;
    border-radius: 20px;
}

.service-trust-metal {
    background: var(--secondary-color);
    border-bottom: 1px solid var(--divider-color);
    padding: 22px 0;
}

.service-trust-metal__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px 28px;
}

.service-trust-metal__list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    flex: 1 1 210px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    color: var(--primary-color);
}

.service-trust-metal__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent-secondary-color);
    flex-shrink: 0;
}

.service-overview-metal,
.service-custom-metal,
.service-included-metal,
.service-audiences-metal,
.service-areas-metal {
    padding: 100px 0;
}

.service-problems-metal,
.service-process-metal {
    padding: 100px 0;
}

.service-overview-metal__media figure,
.service-overview-metal__media img {
    display: block;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.service-overview-metal__copy p:last-child {
    margin-bottom: 0;
}

.service-problems-metal__card {
    background: var(--bg-color);
    border-radius: 20px;
    padding: 36px 32px;
    height: 100%;
    min-height: 220px;
}

.service-problems-metal__card h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

.service-problems-metal__card p {
    margin-bottom: 0;
}

.service-included-metal__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 28px;
}

.service-included-metal__list li {
    position: relative;
    padding-left: 32px;
    line-height: 1.5;
    margin: 0;
}

.service-included-metal__list li::before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free', 'Font Awesome 7 Free', 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--accent-secondary-color);
}

.service-included-metal__list--compact {
    margin-top: 12px;
}

.service-process-metal__step {
    background: var(--secondary-color);
    border-radius: 20px;
    padding: 36px 28px;
    height: 100%;
    min-height: 240px;
}

.service-process-metal__num {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--primary-color);
    background: var(--accent-secondary-color);
    border-radius: 100px;
    padding: 6px 12px;
    margin-bottom: 18px;
}

.service-process-metal__step h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

.service-process-metal__step p {
    margin-bottom: 0;
}

.service-audiences-metal__card {
    background: var(--bg-color);
    border-radius: 20px;
    padding: 40px 36px;
    height: 100%;
}

.service-audiences-metal__card h3 {
    font-size: 24px;
    margin-bottom: 14px;
}

.service-audiences-metal__card ul {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

.service-audiences-metal__card ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
}

.service-audiences-metal__card ul li:last-child {
    margin-bottom: 0;
}

.service-audiences-metal__card ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent-secondary-color);
}

.service-compliance-metal {
    padding: 100px 0;
}

.service-compliance-metal__copy p {
    color: var(--white-color);
}

.service-compliance-metal__copy p:last-child {
    margin-bottom: 0;
}

.service-compliance-metal__notes {
    list-style: none;
    margin: 32px 0 0;
    padding: 0;
    display: grid;
    gap: 14px;
}

.service-compliance-metal__notes li {
    color: var(--white-color);
    padding-left: 28px;
    position: relative;
    margin: 0;
}

.service-compliance-metal__notes li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free', 'Font Awesome 7 Free', 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--accent-secondary-color);
}

.service-related-metal .service-item-content-metal h3 {
    font-size: 20px;
}

.service-related-metal .service-item-content-metal h3 a {
    color: inherit;
}

.service-related-metal .service-item-content-metal h3 a:hover {
    color: var(--accent-secondary-color);
}

.service-faq-metal {
    padding: 40px 0 20px;
}

.service-faq-metal .accordion-header {
    margin: 0;
}

.service-areas-metal .pricing-item {
    height: auto;
}

.service-cta-metal {
    padding: 40px 0 100px;
}

.service-cta-metal__dev-note {
    background: color-mix(in srgb, var(--accent-secondary-color) 16%, var(--bg-color));
    border: 1px solid color-mix(in srgb, var(--accent-secondary-color) 45%, transparent);
    border-radius: 14px;
    padding: 16px 18px;
    margin-bottom: 28px;
    font-size: 0.95rem;
    color: var(--primary-color);
}

.service-cta-metal__dev-note a {
    color: var(--primary-color);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.service-cta-metal .btn-default:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    pointer-events: none;
}

.service-cta-metal__alt-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 22px;
    margin-top: 22px;
}

.service-cta-metal__whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: var(--primary-color);
}

.service-cta-metal__whatsapp:hover {
    color: #25d366;
}

.service-cta-metal .form-control:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

@media (max-width: 1199px) {
    .service-hero-metal .section-title h1 {
        max-width: none;
    }
}

@media (max-width: 991px) {
    .service-hero-metal {
        padding-top: clamp(120px, 26vh, 200px);
        padding-bottom: 56px;
    }

    .service-overview-metal,
    .service-custom-metal,
    .service-included-metal,
    .service-audiences-metal,
    .service-areas-metal,
    .service-problems-metal,
    .service-process-metal,
    .service-compliance-metal {
        padding: 80px 0;
    }

    .service-cta-metal {
        padding: 20px 0 80px;
    }

    .service-included-metal__list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .service-hero-metal__actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .service-trust-metal {
        padding: 18px 0;
    }

    .service-overview-metal,
    .service-custom-metal,
    .service-included-metal,
    .service-audiences-metal,
    .service-areas-metal,
    .service-problems-metal,
    .service-process-metal,
    .service-compliance-metal {
        padding: 60px 0;
    }

    .service-problems-metal__card,
    .service-process-metal__step {
        min-height: 0;
    }

    .service-cta-metal {
        padding: 10px 0 70px;
    }
}

/************************************/
/*** Service template (original service-single body + All Star metal) ***/
/************************************/

.service-template-metal .service-template-header.page-header {
    background-color: var(--primary-color);
}

.service-template-metal .service-template-nav h2 {
    background: var(--accent-secondary-color);
    color: var(--primary-color);
}

.service-template-metal .service-template-nav ul li.is-active a {
    color: var(--accent-secondary-color);
    font-weight: 700;
}

.service-template-metal .service-template-nav ul li a:hover {
    color: var(--accent-secondary-color);
}

.service-template-metal .sidebar-cta-box.service-template-sidebar-cta {
    position: relative;
    overflow: hidden;
    background: var(--primary-color);
    border: 1px solid rgba(223, 178, 50, 0.35);
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.service-template-metal .sidebar-cta-box.service-template-sidebar-cta::before {
    content: '';
    display: block;
    height: 3px;
    background: var(--accent-secondary-color);
}

.service-template-metal .service-template-sidebar-cta .sidebar-cta-image {
    display: none;
}

.service-template-metal .service-template-sidebar-cta .sidebar-cta-body {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 32px 28px 28px;
    text-align: center;
}

.service-template-metal .service-template-sidebar-cta .sidebar-cta-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
    padding: 10px 14px;
    background: var(--white-color);
    border-radius: 14px;
}

.service-template-metal .service-template-sidebar-cta .sidebar-cta-logo img {
    width: auto;
    max-width: 148px;
    height: auto;
}

.service-template-metal .service-template-sidebar-cta .sidebar-cta-content,
.service-template-metal .service-template-sidebar-cta .sidebar-cta-btn {
    margin-top: 18px;
}

.service-template-metal .service-template-sidebar-cta .sidebar-cta-content h3 {
    margin-bottom: 8px;
    color: var(--white-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.service-template-metal .service-template-sidebar-cta .sidebar-cta-content p {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.4;
}

.service-template-metal .service-template-sidebar-cta .sidebar-cta-content a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--accent-secondary-color);
    font-weight: 700;
    text-decoration: none;
}

.service-template-metal .service-template-sidebar-cta .sidebar-cta-content a:hover,
.service-template-metal .service-template-sidebar-cta .sidebar-cta-content a:focus-visible {
    color: var(--white-color);
}

.service-template-metal .service-template-sidebar-cta .sidebar-cta-btn .btn-default:hover,
.service-template-metal .service-template-sidebar-cta .sidebar-cta-btn .btn-default:focus-visible {
    background: var(--white-color);
    color: var(--primary-color);
}

.service-template-metal .service-template-approach .service-approach-item-header .icon-box {
    background: var(--accent-secondary-color);
}

.service-template-metal .service-template-approach .service-approach-item-header .icon-box i {
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: var(--primary-color);
}

.service-template-metal .service-template-approach .service-approach-item:hover .service-approach-item-header .icon-box i {
    color: var(--white-color);
}

.service-template-metal .service-template-info ul li::before {
    color: var(--accent-secondary-color);
}

.service-template-metal .service-template-faq .section-title {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .service-template-metal .page-single-sidebar {
        position: static;
        margin-right: 0;
    }
}

/* Homepage / About shared service cards */
.our-services-metal .svc-card h3 {
    font-size: 20px;
}

/* Desktop Services dropdown: longer production titles */
.main-menu ul li.submenu > ul {
    width: 280px;
}

/* SlickNav: Services parent expands submenu only (no navigation) */
.slicknav_menu {
    z-index: 110;
}

.slicknav_nav {
    background: var(--primary-color);
}

.slicknav_nav .slicknav_parent > .slicknav_parent-link {
    position: relative;
    display: block;
    width: 100%;
}

.slicknav_nav .slicknav_parent-link > a.nav-link {
    display: inline-block;
    width: calc(100% - 48px);
    box-sizing: border-box;
}

.slicknav_nav .slicknav_parent-link > a.slicknav_item {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 38px;
    padding: 7px 10px;
    margin: 0;
    z-index: 2;
}

@media (max-width: 767px) {
    .svc-card h3 {
        font-size: 18px;
    }
}

.main-menu .nav-menu-wrapper > ul > li.submenu > button.nav-link {
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    box-shadow: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    cursor: pointer;
    text-align: left;
}

.main-menu ul li.submenu > button.nav-link:after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 14px;
    margin-left: 8px;
}

/************************************/
/*** Desktop header / nav polish (992+) ***/
/************************************/
@media (min-width: 992px) {
    header.main-header .header-sticky,
    header.main-header .header-sticky.bg-section {
        background: rgba(255, 255, 255, 0.96);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, 0.5);
        box-shadow: 0 12px 35px rgba(4, 6, 24, 0.1);
    }

    header.main-header .navbar {
        align-items: center;
    }

    header.main-header .navbar-brand {
        display: flex;
        align-items: center;
    }

    .main-menu .nav-menu-wrapper > ul {
        display: inline-flex;
        align-items: center;
        gap: 2px 8px;
    }

    .main-menu ul li {
        margin: 0 6px;
    }

    .main-menu .nav-menu-wrapper > ul > li > .nav-link {
        position: relative;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: -0.01em;
        color: #1c2238;
        padding: 12px 10px !important;
        transition: color 0.28s ease, transform 0.28s ease;
    }

    .main-menu .nav-menu-wrapper > ul > li > .nav-link::before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 5px;
        width: 0;
        height: 2px;
        background: #dfb232;
        border-radius: 2px;
        box-shadow: 0 0 8px rgba(223, 178, 50, 0.28);
        transform: translateX(-50%);
        transition: width 0.3s ease;
        pointer-events: none;
    }

    .main-menu .nav-menu-wrapper > ul > li > .nav-link:hover,
    .main-menu .nav-menu-wrapper > ul > li > .nav-link:focus-visible {
        color: #040618;
        transform: translateY(-1px);
    }

    .main-menu .nav-menu-wrapper > ul > li > .nav-link:hover::before,
    .main-menu .nav-menu-wrapper > ul > li > .nav-link:focus-visible::before,
    .main-menu .nav-menu-wrapper > ul > li.is-current > .nav-link::before {
        width: 72%;
    }

    .main-menu .nav-menu-wrapper > ul > li.is-current > .nav-link {
        color: #040618;
        font-weight: 600;
    }

    .main-menu .nav-menu-wrapper > ul > li > .nav-link:focus-visible {
        outline: 2px solid #dfb232;
        outline-offset: 3px;
        border-radius: 4px;
    }

    .main-menu ul li.submenu > .nav-link:after {
        display: inline-block;
        margin-left: 6px;
        transition: transform 0.22s ease, color 0.22s ease;
    }

    .main-menu ul li.submenu:hover > .nav-link:after,
    .main-menu ul li.submenu:focus-within > .nav-link:after,
    .main-menu ul li.submenu.is-open > .nav-link:after {
        color: #dfb232;
        transform: rotate(180deg);
    }

    .main-menu ul li.submenu.is-current > .nav-link:after {
        color: #dfb232;
    }

    .main-menu ul li.submenu > ul {
        width: 280px;
        padding: 8px 0;
        background: #040618;
        border: 1px solid rgba(223, 178, 50, 0.18);
        border-radius: 16px;
        box-shadow: 0 18px 40px rgba(4, 6, 24, 0.24);
        visibility: hidden;
        opacity: 0;
        transform: translateY(8px);
        transform-origin: top center;
        transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
    }

    .main-menu ul li.submenu:hover > ul,
    .main-menu ul li.submenu:focus-within > ul,
    .main-menu ul li.submenu.is-open > ul {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        padding: 8px 0;
    }

    .main-menu ul ul li a,
    .main-menu ul ul li a.nav-link {
        color: rgba(255, 255, 255, 0.88);
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        padding: 11px 20px !important;
        transform: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .main-menu ul ul li:last-child a {
        border-bottom: 0;
    }

    .main-menu ul ul li a:hover,
    .main-menu ul ul li a:focus,
    .main-menu ul ul li a:focus-visible,
    .main-menu ul ul li.is-current a {
        color: #dfb232;
        background-color: rgba(223, 178, 50, 0.1);
        padding: 11px 20px !important;
        transform: none;
    }

    .main-menu ul ul li a:focus-visible {
        outline: 2px solid #dfb232;
        outline-offset: -2px;
    }

    header.main-header .header-btn .btn-default {
        background: linear-gradient(180deg, #12182e 0%, #040618 100%);
        box-shadow:
            0 8px 24px rgba(4, 6, 24, 0.18),
            inset 0 1px 0 rgba(255, 255, 255, 0.12);
        transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease, color 0.28s ease;
    }

    header.main-header .header-btn .btn-default:hover,
    header.main-header .header-btn .btn-default:focus-visible {
        color: #ffffff;
        background: linear-gradient(180deg, #1a2240 0%, #0a1028 100%);
        transform: translateY(-1px);
        box-shadow:
            0 10px 28px rgba(4, 6, 24, 0.22),
            0 0 0 1px rgba(223, 178, 50, 0.32);
    }

    header.main-header .header-btn .btn-default:hover::after,
    header.main-header .header-btn .btn-default:focus-visible::after {
        width: 0;
    }

    header.main-header .header-btn .btn-default:hover::before,
    header.main-header .header-btn .btn-default:focus-visible::before {
        filter: none;
        transform: translateY(-50%) rotate(45deg);
    }

    header.main-header .header-btn .btn-default:focus-visible {
        outline: 2px solid #dfb232;
        outline-offset: 3px;
    }
}

/* 992–1199px: keep desktop nav on one line without changing 1200px+ */
@media (min-width: 992px) and (max-width: 1199px) {
    .main-menu .nav-menu-wrapper {
        margin: 0 0.4vw;
    }

    .main-menu .nav-menu-wrapper > ul {
        gap: 0;
    }

    .main-menu ul li {
        margin: 0;
    }

    .main-menu .nav-menu-wrapper > ul > li > .nav-link {
        font-size: 14px;
        padding: 12px 6px !important;
        white-space: nowrap;
    }

    .main-menu ul li.submenu > .nav-link:after {
        margin-left: 4px;
    }

    .header-btn .btn-default {
        padding-left: 14px;
        padding-right: 42px;
        font-size: 14px;
    }
}

/* 576–991px: keep info-center off FAQ / contact content; 390px rule unchanged */
@media (min-width: 576px) and (max-width: 991px) {
    .info-center-widget {
        right: 14px;
        bottom: 14px;
    }

    .info-center-fab {
        padding: 8px 14px 10px;
    }

    #faqs .our-faq-accordion,
    .our-faq-accordion,
    .faq-accordion {
        padding-right: 7.25rem;
        box-sizing: border-box;
    }

    #contact .team-contact-form {
        padding-bottom: 4.5rem;
    }
}

/************************************/
/*** Shared interior-page hero (metal) ***/
/************************************/

.page-header.inner-hero-metal {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin-top: 20px;
    padding: 192px 0 88px;
    border-radius: 20px;
    background-color: #040618;
    background-image:
        radial-gradient(ellipse 48% 42% at 50% 46%, rgba(223, 178, 50, 0.07) 0%, transparent 68%),
        linear-gradient(180deg, #080c24 0%, #040618 58%, #040618 100%);
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header.inner-hero-metal::before {
    display: none;
}

.inner-hero-metal__glow {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: radial-gradient(ellipse 36% 28% at 50% 48%, rgba(255, 255, 255, 0.04) 0%, transparent 72%);
}

.inner-hero-metal__content {
    position: relative;
    z-index: 2;
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.inner-hero-metal .page-header-box .inner-hero-metal__title {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    color: #ffffff;
    font-size: clamp(42px, 4vw, 64px);
    font-weight: 500;
    line-height: 1.15;
    overflow-wrap: break-word;
    text-wrap: balance;
}

.inner-hero-metal__rule {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(240px, 22vw, 360px);
    max-width: calc(100% - 48px);
    height: 18px;
    margin: 26px auto 0;
}

.inner-hero-metal__rule-line {
    display: block;
    width: 0;
    height: 1px;
    opacity: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(223, 178, 50, 0.42) 16%,
        #dfb232 50%,
        rgba(223, 178, 50, 0.42) 84%,
        transparent 100%
    );
    box-shadow: 0 0 10px rgba(223, 178, 50, 0.32);
    animation: inner-hero-rule-in 0.8s ease forwards;
}

.inner-hero-metal__rule-glow {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 110px;
    height: 16px;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, -50%);
    background: radial-gradient(ellipse at center, rgba(223, 178, 50, 0.5) 0%, rgba(223, 178, 50, 0.14) 40%, transparent 72%);
    filter: blur(1.2px);
    animation: inner-hero-glow-in 0.9s ease 0.12s forwards;
}

.inner-hero-metal__breadcrumb {
    margin-top: 32px;
}

.inner-hero-metal .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.4;
}

.inner-hero-metal .breadcrumb-item a {
    color: #dfb232;
    text-decoration: none;
}

.inner-hero-metal .breadcrumb-item a:hover {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.inner-hero-metal .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.78);
    font-weight: 500;
}

.inner-hero-metal .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.38);
    padding-right: 8px;
}

.inner-page-body {
    padding: 80px 0 100px;
}

.inner-page-body .about-us-metal {
    padding-top: 0;
    padding-bottom: 0;
}

.inner-page-body .about-us-metal,
.inner-page-body .page-faqs-catagery {
    padding-top: 0;
    padding-bottom: 0;
}

.page-404-body {
    text-align: center;
}

.page-404-body__code {
    margin: 0 0 8px;
    color: #dfb232;
    font-size: clamp(2.75rem, 6vw, 4.5rem);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.03em;
}

.page-404-body__lead {
    max-width: 520px;
    margin: 0 auto 28px;
    color: #040618;
    font-size: 18px;
    line-height: 1.6;
}

.page-404-body__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 16px;
}

.page-404-body__actions .btn-default {
    margin: 0;
}

@keyframes inner-hero-title-in {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes inner-hero-rule-in {
    from {
        width: 0;
        opacity: 0;
    }
    to {
        width: 100%;
        opacity: 1;
    }
}

@keyframes inner-hero-glow-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (max-width: 1024px) {
    .page-header.inner-hero-metal {
        padding: 168px 0 72px;
    }
}

@media (max-width: 991px) {
    .page-header.inner-hero-metal {
        padding: 168px 0 72px;
        border-radius: 20px;
    }
}

@media (max-width: 767px) {
    .page-header.inner-hero-metal {
        margin-top: 12px;
        padding: 140px 0 56px;
        border-radius: 20px;
    }

    .inner-hero-metal .page-header-box .inner-hero-metal__title {
        padding: 0 12px;
        font-size: clamp(32px, 8.2vw, 42px);
    }

    .inner-hero-metal__rule {
        width: clamp(160px, 48vw, 220px);
        margin-top: 22px;
    }

    .inner-hero-metal__breadcrumb {
        margin-top: 28px;
        padding: 0 12px;
    }

    .inner-page-body {
        padding: 50px 0 70px;
    }

    .page-404-body__actions {
        flex-direction: column;
        align-items: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wow {
        visibility: visible !important;
        animation: none !important;
        transition: none !important;
    }

    .inner-hero-metal .page-header-box .inner-hero-metal__title,
    .inner-hero-metal__rule-line,
    .inner-hero-metal__rule-glow {
        animation: none !important;
        transform: none !important;
        opacity: 1 !important;
    }

    .inner-hero-metal__rule-line {
        width: 100%;
    }

    .main-menu .nav-menu-wrapper > ul > li > .nav-link,
    .main-menu .nav-menu-wrapper > ul > li > .nav-link::before,
    .main-menu ul li.submenu > ul,
    .main-menu ul li.submenu > .nav-link:after,
    header.main-header .header-btn .btn-default {
        transition: none !important;
        transform: none !important;
    }

    .service-application-card,
    .service-application-card__accent {
        transition: none !important;
        transform: none !important;
    }
}

/************************************/
/*** Mobile nav (SlickNav premium panel) ***/
/************************************/

.header-mobile-controls {
    display: none;
}

@media (max-width: 991px) {
    html.is-mobile-menu-open,
    body.is-mobile-menu-open {
        overflow: hidden;
        height: 100%;
    }

    body.is-mobile-menu-open .info-center-widget {
        display: none !important;
    }

    header.main-header .header-sticky,
    header.main-header .header-sticky.bg-section {
        background: #040618;
        background-color: #040618;
        border-radius: 0;
        box-shadow: none;
    }

    .header-sticky .navbar .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

    .header-mobile-controls {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        margin-left: auto;
        flex-shrink: 0;
        z-index: 120;
    }

    .header-sticky .navbar-brand {
        flex: 0 1 auto;
        min-width: 0;
    }

    .header-sticky .navbar-brand img {
        max-width: 150px !important;
        height: auto !important;
        object-fit: contain;
    }

    .header-whatsapp {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        border-radius: 12px;
        color: #ffffff;
        text-decoration: none;
        background:
            linear-gradient(160deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 46%),
            linear-gradient(180deg, rgba(47, 184, 102, 0.88) 0%, rgba(22, 138, 70, 0.82) 100%);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border: 1px solid rgba(180, 255, 210, 0.32);
        box-shadow:
            0 6px 16px rgba(22, 138, 70, 0.28),
            inset 0 1px 0 rgba(255, 255, 255, 0.34);
        transition: transform 0.15s ease, box-shadow 0.15s ease;
    }

    .header-whatsapp i {
        font-size: 22px;
        line-height: 1;
        color: #ffffff;
    }

    .header-whatsapp:hover,
    .header-whatsapp:focus-visible {
        color: #ffffff;
        transform: translateY(-1px);
        box-shadow:
            0 8px 18px rgba(37, 211, 102, 0.3),
            inset 0 1px 0 rgba(255, 255, 255, 0.45);
    }

    .header-whatsapp:focus-visible,
    .navbar-toggle .slicknav_btn:focus-visible,
    .slicknav_nav a:focus-visible,
    .slicknav-cta a:focus-visible {
        outline: 2px solid #dfb232;
        outline-offset: 2px;
    }

    .header-mobile-controls .navbar-toggle {
        display: block;
        width: 44px;
        height: 44px;
    }

    .header-mobile-controls .slicknav_btn {
        float: none;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        margin: 0;
        padding: 0;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
        text-shadow: none;
    }

    .header-mobile-controls .slicknav_icon,
    .header-mobile-controls .slicknav_no-text {
        float: none;
        width: 18px;
        height: auto;
        margin: 0;
    }

    .header-mobile-controls .slicknav_icon .slicknav_icon-bar {
        width: 18px;
        height: 2px;
        margin: 3px auto !important;
        background-color: #ffffff;
        box-shadow: none;
        border-radius: 2px;
    }

    .header-mobile-controls .slicknav_btn.slicknav_open {
        background: #dfb232;
        border-color: #dfb232;
        box-shadow: 0 6px 14px rgba(223, 178, 50, 0.28);
    }

    .header-mobile-controls .slicknav_btn.slicknav_open .slicknav_icon-bar {
        background-color: #040618;
    }

    body.is-mobile-menu-open .header-sticky {
        background: #040618;
        border-radius: 0;
        border-bottom: 0;
    }

    .header-sticky {
        z-index: 120;
    }

    .responsive-menu {
        position: relative;
        z-index: 110;
    }

    .slicknav_menu {
        display: flex;
        flex-direction: column;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        max-height: calc(100dvh - var(--mobile-header-h, 88px));
        padding: 0;
        overflow: hidden;
        background: transparent;
        z-index: 110;
    }

    body.is-mobile-menu-open .slicknav_menu {
        position: fixed;
        top: var(--mobile-header-h, 88px);
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: calc(100dvh - var(--mobile-header-h, 88px));
        max-height: calc(100dvh - var(--mobile-header-h, 88px));
        background: linear-gradient(180deg, #080c24 0%, #040618 100%);
    }

    .slicknav_menu:before,
    .slicknav_menu:after {
        display: none;
    }

    .header-mobile-controls a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1) {
        transform: rotate(-45deg) translate(-4px, 4px);
    }

    .header-mobile-controls a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2) {
        opacity: 0;
    }

    .header-mobile-controls a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3) {
        transform: rotate(45deg) translate(-4px, -4px);
    }

    .slicknav_nav {
        flex: 1 1 auto;
        min-height: 0;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0;
        padding: 6px 0 8px;
        background: transparent;
        clear: both;
        list-style: none;
    }

    .slicknav_nav ul {
        list-style: none;
        overflow: visible;
    }

    .slicknav_nav > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .slicknav_nav .slicknav_row,
    .slicknav_nav li a {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.3;
        color: #ffffff;
        padding: 14px 20px;
        min-height: 48px;
        display: flex;
        align-items: center;
        margin: 0;
        border-radius: 0 !important;
        text-transform: none;
        background: transparent;
    }

    .slicknav_nav a:hover,
    .slicknav_nav a:focus,
    .slicknav_nav a:active,
    .slicknav_nav .slicknav_row:hover,
    .slicknav_nav .slicknav_row:active {
        background-color: rgba(223, 178, 50, 0.14);
        color: #ffffff;
        border-radius: 0 !important;
    }

    .slicknav_nav > li.is-current > a,
    .slicknav_nav > li.is-current > .slicknav_row,
    .slicknav_nav > li.is-current > .slicknav_parent-link {
        box-shadow: inset 3px 0 0 #dfb232;
        background: rgba(223, 178, 50, 0.1);
    }

    .slicknav_nav .slicknav_parent > a.slicknav_item,
    .slicknav_nav .slicknav_parent > .slicknav_row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        min-height: 48px;
    }

    .slicknav_nav .slicknav_parent > .slicknav_parent-link {
        position: relative;
        display: block;
        width: 100%;
        min-height: 48px;
    }

    .slicknav_nav .slicknav_parent-link > a.nav-link {
        display: flex;
        align-items: center;
        width: calc(100% - 48px);
        min-height: 48px;
        box-sizing: border-box;
    }

    .slicknav_nav .slicknav_parent-link > a.slicknav_item {
        position: absolute;
        top: 0;
        right: 0;
        width: 48px;
        height: 48px;
        min-height: 48px;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }

    .slicknav_arrow {
        font-size: 0 !important;
    }

    .slicknav_arrow:after {
        content: '\f107';
        position: static;
        font-family: 'Font Awesome 6 Free', 'Font Awesome 7 Free', 'FontAwesome';
        font-weight: 900;
        font-size: 14px;
        margin: 0;
        color: rgba(255, 255, 255, 0.72);
        right: auto;
        top: auto;
        transform: none;
    }

    .slicknav_open > a .slicknav_arrow:after,
    .slicknav_open > .slicknav_parent-link .slicknav_arrow:after {
        transform: rotate(-180deg);
        color: #dfb232;
    }

    .slicknav_nav ul {
        margin: 0 16px 12px;
        padding: 6px 0;
        background: rgba(0, 0, 0, 0.28);
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, 0.05);
    }

    .slicknav_nav ul li {
        border-bottom: 0;
    }

    .slicknav_menu ul ul li a,
    .slicknav_nav ul li a {
        font-size: 15px;
        font-weight: 500;
        min-height: 44px;
        padding: 12px 16px 12px 18px;
        color: rgba(255, 255, 255, 0.88);
        justify-content: space-between;
    }

    .slicknav_nav ul li a::after {
        content: '\f105';
        font-family: 'Font Awesome 6 Free', 'Font Awesome 7 Free', 'FontAwesome';
        font-weight: 900;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.38);
        margin-left: 8px;
    }

    .slicknav_nav ul li.is-current a {
        color: #dfb232;
        box-shadow: none;
        background: rgba(223, 178, 50, 0.08);
    }

    .slicknav-cta {
        display: none;
        flex: 0 0 auto;
        padding: 16px 20px calc(18px + env(safe-area-inset-bottom, 0px));
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        background: #040618;
    }

    body.is-mobile-menu-open .slicknav-cta {
        display: block;
        margin-top: auto;
        background: #040618;
    }

    .slicknav-cta__quote {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 48px;
        padding: 14px 48px 14px 20px;
        border-radius: 12px;
        background: #dfb232;
        color: #040618;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.2;
        text-decoration: none;
        text-transform: none;
    }

    .slicknav-cta__quote::after {
        content: '\f061';
        position: absolute;
        right: 18px;
        top: 50%;
        width: auto;
        height: auto;
        font-family: 'Font Awesome 6 Free', 'Font Awesome 7 Free', 'FontAwesome';
        font-weight: 900;
        font-size: 13px;
        line-height: 1;
        color: #040618;
        background: none;
        transform: translateY(-50%);
    }

    .slicknav-cta__quote:hover,
    .slicknav-cta__quote:focus-visible {
        color: #040618;
        filter: brightness(1.05);
    }

    .slicknav-cta__call {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 48px;
        margin-top: 10px;
        padding: 10px 16px;
        border-radius: 12px;
        background: #0a1028;
        border: 1px solid rgba(223, 178, 50, 0.55);
        color: #ffffff;
        text-decoration: none;
    }

    .slicknav-cta__call-label {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.2;
    }

    .slicknav-cta__call-phone {
        margin-top: 3px;
        font-size: 13px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.78);
        line-height: 1.2;
    }

    .slicknav-cta__call:hover,
    .slicknav-cta__call:focus-visible {
        color: #ffffff;
        border-color: #dfb232;
        background: rgba(223, 178, 50, 0.08);
    }
}

@media (max-width: 400px) {
    .header-sticky .navbar-brand img {
        max-width: 128px !important;
    }

    .header-mobile-controls {
        gap: 8px;
    }
}

/************************************/
/*** Service application cards ***/
/************************************/
.service-application-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-top: 40px;
}

.service-application-card {
    position: relative;
    display: block;
    padding: 32px 34px;
    overflow: hidden;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(223, 178, 50, 0.35);
    box-shadow: 0 10px 28px rgba(4, 6, 24, 0.04);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.service-application-card__number {
    position: absolute;
    top: 10px;
    right: 18px;
    font-size: clamp(52px, 6vw, 78px);
    font-weight: 400;
    font-style: italic;
    line-height: 1;
    color: rgba(223, 178, 50, 0.16);
    pointer-events: none;
    user-select: none;
    z-index: 0;
}

.service-application-card__content {
    position: relative;
    z-index: 1;
    padding: 0;
    padding-right: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.service-entry .service-application-card__heading {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0 0 12px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #040618;
    text-align: left;
}

.service-application-card__accent {
    display: block;
    flex: 0 0 2px;
    width: 2px;
    height: 30px;
    margin-top: 2px;
    background: #dfb232;
    border-radius: 1px;
    transition: background-color 0.28s ease, box-shadow 0.28s ease;
}

.service-entry .service-application-card__description,
.service-application-card__description {
    margin: 0;
    max-width: 90%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    text-align: left;
}

@media (min-width: 992px) {
    .service-application-card:hover {
        transform: translateY(-2px);
        border-color: rgba(223, 178, 50, 0.55);
        box-shadow: 0 16px 34px rgba(4, 6, 24, 0.08);
    }

    .service-application-card:hover .service-application-card__accent {
        background: #e8c04a;
        box-shadow: 0 0 8px rgba(223, 178, 50, 0.35);
    }
}

@media (max-width: 767px) {
    .service-application-list {
        gap: 18px;
        margin-top: 28px;
    }

    .service-application-card {
        padding: 24px 22px;
    }

    .service-application-card__number {
        top: 8px;
        right: 12px;
        font-size: 54px;
        color: rgba(223, 178, 50, 0.12);
    }

    .service-application-card__content {
        padding-right: 56px;
    }

    .service-entry .service-application-card__heading {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .service-entry .service-application-card__description,
    .service-application-card__description {
        max-width: none;
        font-size: 15px;
        line-height: 1.65;
    }
}

/* ========================================
   SHARED SERVICE CARDS (home + about)
======================================== */

.svc-card-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
    align-items: stretch;
}

.svc-card {
    position: relative;
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    min-width: 0;
    height: 100%;
    padding: 38px 36px 32px;
    overflow: hidden;
    text-align: left;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid rgba(223, 178, 50, 0.45);
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.025);
    transition:
        transform 0.3s ease,
        background-color 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.svc-card:hover,
.svc-card:focus,
.svc-card:focus-visible,
.svc-card:visited,
.svc-card:active {
    color: inherit;
    text-decoration: none;
}

.svc-card:focus {
    outline: none;
}

.svc-card:focus-visible {
    outline: 2px solid var(--accent-secondary-color);
    outline-offset: 4px;
}

.svc-card:nth-child(4) {
    grid-column: 2 / 4;
}

.svc-card:nth-child(5) {
    grid-column: 4 / 6;
}

.svc-card__number {
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 42px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    color: rgba(223, 178, 50, 0.18);
    pointer-events: none;
    user-select: none;
}

.svc-card__icon {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    background: var(--primary-color);
    border-radius: 50%;
    color: var(--white-color);
    font-size: 22px;
    transition: transform 0.3s ease;
}

.svc-card h3 {
    margin: 0;
    padding-right: 48px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.01em;
    color: var(--primary-color);
}

.svc-card h3::after {
    content: '';
    display: block;
    width: 28px;
    height: 2px;
    margin-top: 12px;
    background: var(--accent-secondary-color);
    border-radius: 1px;
}

.svc-card__description {
    flex-grow: 1;
    margin: 14px 0 24px;
    font-size: 16px;
    line-height: 1.65;
}

.svc-card__more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
}

.svc-card__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: var(--accent-secondary-color);
    border-radius: 50%;
    color: var(--primary-color);
    font-size: 12px;
    transition: transform 0.25s ease, background-color 0.25s ease;
}

@media (min-width: 992px) {
    .svc-card:hover,
    .svc-card:focus-visible {
        background: var(--bg-color);
        transform: translateY(-4px);
        border-color: rgba(223, 178, 50, 0.75);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.055);
    }

    .svc-card:hover .svc-card__icon,
    .svc-card:focus-visible .svc-card__icon {
        transform: scale(1.04);
    }

    .svc-card:hover .svc-card__arrow,
    .svc-card:focus-visible .svc-card__arrow {
        transform: translateX(3px);
        background-color: #d4af37;
    }
}

@media (max-width: 991px) {
    .svc-card-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .svc-card,
    .svc-card:nth-child(4),
    .svc-card:nth-child(5) {
        grid-column: auto;
    }

    .svc-card:nth-child(5) {
        grid-column: 1 / -1;
        width: 100%;
        max-width: calc(50% - 10px);
        justify-self: center;
    }
}

@media (max-width: 767px) {
    .our-services-metal .container {
        padding-left: 22px;
        padding-right: 22px;
    }

    .svc-card-grid {
        grid-template-columns: 1fr;
    }

    .svc-card,
    .svc-card:nth-child(4),
    .svc-card:nth-child(5) {
        grid-column: auto;
        max-width: none;
        width: 100%;
    }

    .svc-card {
        padding: 32px 24px 28px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .svc-card,
    .svc-card:hover,
    .svc-card:focus-visible,
    .svc-card__icon,
    .svc-card:hover .svc-card__icon,
    .svc-card:focus-visible .svc-card__icon,
    .svc-card__arrow,
    .svc-card:hover .svc-card__arrow,
    .svc-card:focus-visible .svc-card__arrow {
        transform: none;
        transition: none;
    }
}

/* ========================================
   ABOUT PAGE
======================================== */

.page-about .inner-page-body {
    padding: 0;
}

.about-page-intro,
.about-page-services {
    background: var(--white-color);
    padding: 80px 0;
}

.about-page-intro__media {
    height: 100%;
}

.about-page-intro__media figure {
    display: block;
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
}

.about-page-intro__media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center 20%;
    border-radius: 20px;
}

.about-page-intro__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 36px;
}

.about-page-intro .section-title {
    margin-bottom: 0;
}

.about-page-intro .section-title h2 span {
    color: var(--accent-secondary-color);
    font-style: normal;
}

.about-page-intro .section-title p {
    max-width: 38rem;
}

.about-page-intro__cta {
    margin-top: 0;
}

.about-page-intro .about-us-contact-box-metal .icon-box {
    text-decoration: none;
}

.about-page-intro .about-us-contact-box-metal .icon-box i {
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: var(--primary-color);
    transition: color 0.4s ease-in-out;
}

.about-page-intro .about-us-contact-box-metal:hover .icon-box i {
    color: var(--white-color);
}

.about-page-values {
    background: var(--bg-color);
    padding: 80px 0;
}

.about-page-values__item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    height: 100%;
}

.about-page-values__icon {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    border-radius: 50%;
}

.about-page-values__icon img {
    width: 30px;
    height: 30px;
}

.about-page-values__copy {
    min-width: 0;
}

.about-page-values__heading {
    margin: 0 0 14px;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: var(--primary-color);
}

.about-page-values__heading::after {
    content: '';
    display: block;
    width: 36px;
    height: 2px;
    margin-top: 12px;
    background: var(--accent-secondary-color);
    border-radius: 1px;
}

.about-page-values__copy p {
    margin: 0;
    line-height: 1.7;
}

@media (min-width: 992px) {
    .about-page-values__item--divider {
        padding-left: 36px;
        border-left: 1px solid var(--divider-color);
    }
}

.about-page-services {
    padding-bottom: 100px;
}

.about-page-services__intro {
    max-width: 760px;
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .about-page-intro .section-title h2 span {
        white-space: nowrap;
    }
}

@media (max-width: 991px) {
    .about-page-intro,
    .about-page-values,
    .about-page-services {
        padding: 60px 0;
    }

    .about-page-services {
        padding-bottom: 80px;
    }

    .about-page-intro__content {
        gap: 28px;
    }

    .about-page-intro__cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .about-page-values__item--divider {
        padding-left: 0;
        border-left: 0;
    }
}

@media (max-width: 767px) {
    .about-page-intro,
    .about-page-values,
    .about-page-services {
        padding: 48px 0;
    }

    .about-page-services {
        padding-bottom: 64px;
    }

    .page-about .container {
        padding-left: 22px;
        padding-right: 22px;
    }

    .about-page-intro .section-title h2,
    .about-page-services__intro h2,
    .about-page-values__heading {
        overflow-wrap: break-word;
    }

    .about-page-values__item {
        gap: 14px;
    }

    .about-page-values__heading {
        font-size: 24px;
    }
}

/* ========================================
   FAQ PAGE — SERVICE CATEGORY CARDS
======================================== */

.faq-services {
    padding: 0 0 20px;
}

.faq-services__list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.faq-cat-card {
    display: flex;
    overflow: hidden;
    background: var(--white-color);
    border: 1px solid rgba(223, 178, 50, 0.35);
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.025);
    transition:
        transform 0.3s ease,
        background-color 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.faq-cat-card__media {
    flex: 0 0 30%;
    width: 30%;
    min-width: 0;
    align-self: stretch;
}

.faq-cat-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.faq-cat-card__content {
    flex: 1 1 70%;
    min-width: 0;
    padding: 32px 32px 28px;
}

.faq-cat-card__header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 22px;
}

.faq-cat-card__icon {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    border-radius: 50%;
    color: var(--white-color);
    font-size: 18px;
}

.faq-cat-card__heading {
    min-width: 0;
}

.faq-cat-card__title {
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: var(--primary-color);
}

.faq-cat-card__title::after {
    content: '';
    display: block;
    width: 36px;
    height: 2px;
    margin-top: 10px;
    background: var(--accent-secondary-color);
    border-radius: 1px;
}

.faq-cat-card__description {
    margin: 12px 0 0;
    max-width: 42rem;
    font-size: 16px;
    line-height: 1.65;
}

.faq-cat-accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-cat-item {
    border: 1px solid rgba(4, 6, 24, 0.08);
    border-radius: 14px;
    overflow: hidden;
    background: var(--bg-color);
}

.faq-cat-item__heading {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}

.faq-cat-item__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    min-height: 52px;
    padding: 14px 16px;
    border: 0;
    background: var(--bg-color);
    color: var(--primary-color);
    text-align: left;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.faq-cat-item__button:hover {
    color: var(--primary-color);
}

.faq-cat-item__button:focus {
    outline: none;
}

.faq-cat-item__button:focus-visible {
    outline: 2px solid var(--accent-secondary-color);
    outline-offset: -2px;
}

.faq-cat-item__button:not(.collapsed) {
    background: var(--primary-color);
    color: var(--white-color);
    box-shadow: inset 3px 0 0 var(--accent-secondary-color);
}

.faq-cat-item__question {
    min-width: 0;
}

.faq-cat-item__toggle {
    position: relative;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(4, 6, 24, 0.06);
    color: var(--primary-color);
    font-size: 12px;
}

.faq-cat-item__button:not(.collapsed) .faq-cat-item__toggle {
    background: var(--accent-secondary-color);
    color: var(--primary-color);
}

.faq-cat-item__toggle .fa-minus {
    display: none;
}

.faq-cat-item__button:not(.collapsed) .faq-cat-item__toggle .fa-plus {
    display: none;
}

.faq-cat-item__button:not(.collapsed) .faq-cat-item__toggle .fa-minus {
    display: inline-block;
}

.faq-cat-item__answer {
    padding: 4px 16px 16px;
    background: var(--white-color);
}

.faq-cat-item__answer p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
}

.faq-cat-item__panel.collapsing {
    transition: height 0.28s ease;
}

@media (min-width: 992px) {
    .faq-cat-card:hover {
        background: #fafafa;
        transform: translateY(-4px);
        border-color: rgba(223, 178, 50, 0.65);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.055);
    }
}

@media (max-width: 991px) {
    .faq-cat-card {
        flex-direction: column;
    }

    .faq-cat-card__media,
    .faq-cat-card__content {
        flex-basis: auto;
        width: 100%;
    }

    .faq-cat-card__media {
        height: 240px;
    }

    .faq-cat-card__content {
        padding: 28px 24px 24px;
    }

    .faq-cat-card__title {
        font-size: 24px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .faq-cat-card {
        flex-direction: row;
        align-items: stretch;
    }

    .faq-cat-card__media {
        flex: 0 0 32%;
        width: 32%;
        height: auto;
        min-height: 280px;
    }

    .faq-cat-card__content {
        flex: 1 1 68%;
        padding: 24px;
    }
}

@media (max-width: 767px) {
    .faq-services__list {
        gap: 24px;
    }

    .page-faqs .container {
        padding-left: 22px;
        padding-right: 22px;
    }

    .faq-cat-card__media {
        height: 200px;
    }

    .faq-cat-card__content {
        padding: 22px 18px 20px;
    }

    .faq-cat-card__header {
        gap: 12px;
        margin-bottom: 18px;
    }

    .faq-cat-card__icon {
        flex-basis: 44px;
        width: 44px;
        height: 44px;
        font-size: 16px;
    }

    .faq-cat-card__title {
        font-size: 22px;
    }

    .faq-cat-item__button {
        min-height: 48px;
        padding: 12px 14px;
        font-size: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .faq-cat-card,
    .faq-cat-card:hover,
    .faq-cat-item__panel.collapsing {
        transform: none;
        transition: none;
    }
}

/* ========================================
   HOMEPAGE FAQ — reuses .faq-cat-card
======================================== */

.home-faq-section .faq-cat-card__media img {
    object-position: center 18%;
}

@media (min-width: 576px) and (max-width: 991px) {
    .home-faq-section .faq-cat-card {
        margin-right: 5.5rem;
    }
}

/* ========================================
   HOMEPAGE CONTACT CTA
======================================== */

.home-contact-cta-section {
    padding: 0 0 60px;
}

.home-contact-cta {
    display: flex;
    overflow: hidden;
    background: var(--primary-color);
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.home-contact-cta__content {
    position: relative;
    flex: 0 0 60%;
    width: 60%;
    min-width: 0;
    padding: 48px 44px 44px;
    background: var(--primary-color);
}

.home-contact-cta__content::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background: var(--accent-secondary-color);
}

.home-contact-cta__label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 16px;
    color: var(--accent-secondary-color);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.home-contact-cta__label::before {
    content: '';
    width: 36px;
    height: 2px;
    background: var(--accent-secondary-color);
    border-radius: 1px;
}

.home-contact-cta__title {
    margin: 0 0 16px;
    color: var(--white-color);
    font-size: 42px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.home-contact-cta__title span {
    color: var(--accent-secondary-color);
}

.home-contact-cta__description {
    margin: 0 0 28px;
    max-width: 38rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.7;
}

.home-contact-cta__benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px 20px;
    margin: 0 0 32px;
    padding: 0;
    list-style: none;
}

.home-contact-cta__benefit {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.5;
}

.home-contact-cta__benefit strong {
    display: block;
    margin-bottom: 4px;
    color: var(--white-color);
    font-size: 15px;
    font-weight: 700;
}

.home-contact-cta__benefit-icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    background: var(--accent-secondary-color);
    border-radius: 50%;
    color: var(--primary-color);
    font-size: 14px;
}

.home-contact-cta__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 28px;
}

.home-contact-cta .btn-default.btn-hover-invert:hover,
.home-contact-cta .btn-default.btn-hover-invert:focus-visible {
    background: var(--white-color);
    color: var(--primary-color);
}

.home-contact-cta .btn-default.btn-hover-invert:hover::before,
.home-contact-cta .btn-default.btn-hover-invert:focus-visible::before {
    background-image: url('../images/arrow-primary.svg');
    filter: none;
}

.home-contact-cta .btn-default:focus-visible,
.home-contact-cta__phone:focus-visible {
    outline: 2px solid var(--accent-secondary-color);
    outline-offset: 4px;
}

.home-contact-cta__tagline {
    margin: 0;
    color: rgba(255, 255, 255, 0.48);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.55;
    text-transform: uppercase;
}

.home-contact-cta__image {
    position: relative;
    flex: 1 1 40%;
    width: 40%;
    min-width: 0;
    min-height: 420px;
    align-self: stretch;
}

.home-contact-cta__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 42% 28%;
}

.home-contact-cta__phone {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 250px;
    padding: 14px 16px;
    background: var(--white-color);
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
    color: var(--primary-color);
    text-decoration: none;
}

.home-contact-cta__phone:hover {
    color: var(--primary-color);
}

.home-contact-cta__phone-icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    border-radius: 50%;
    color: var(--white-color);
    font-size: 14px;
}

.home-contact-cta__phone-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.home-contact-cta__phone-label {
    color: var(--accent-secondary-color);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-contact-cta__phone-number {
    margin-top: 2px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.home-contact-cta__phone-note {
    margin-top: 4px;
    color: var(--text-color);
    font-size: 13px;
    line-height: 1.4;
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-contact-cta__content {
        flex-basis: 58%;
        width: 58%;
        padding: 32px 28px 28px;
    }

    .home-contact-cta__image {
        flex-basis: 42%;
        width: 42%;
        min-height: 360px;
    }

    .home-contact-cta__title {
        font-size: 32px;
    }

    .home-contact-cta__benefits {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 24px;
    }

    .home-contact-cta__phone {
        right: 14px;
        bottom: 14px;
        max-width: 220px;
        padding: 12px 14px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .home-contact-cta-section {
        padding-bottom: 72px;
    }
}

@media (max-width: 767px) {
    .home-contact-cta-section {
        padding: 0 0 40px;
    }

    .home-contact-cta {
        flex-direction: column;
    }

    .home-contact-cta__content,
    .home-contact-cta__image {
        flex-basis: auto;
        width: 100%;
    }

    .home-contact-cta__content {
        padding: 28px 22px 24px;
    }

    .home-contact-cta__content::after {
        top: auto;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
    }

    .home-contact-cta__title {
        font-size: 30px;
    }

    .home-contact-cta__benefits {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-bottom: 24px;
    }

    .home-contact-cta__actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .home-contact-cta__actions .btn-default {
        min-height: 48px;
    }

    .home-contact-cta__image {
        min-height: 0;
        height: 240px;
    }

    .home-contact-cta__image img {
        object-position: 42% 22%;
    }

    .home-contact-cta__phone {
        right: 96px;
        left: 16px;
        bottom: 16px;
        max-width: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-contact-cta .btn-default.btn-hover-invert {
        transition: none;
    }
}

/* ========================================
   HOMEPAGE SERVICE AREA
======================================== */

.home-service-area {
    display: flex;
    overflow: hidden;
    background: var(--white-color);
    border: 1px solid rgba(223, 178, 50, 0.35);
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.025);
}

.home-service-area__info {
    position: relative;
    flex: 0 0 42%;
    width: 42%;
    min-width: 0;
    padding: 40px 36px 36px;
    background: var(--white-color);
}

.home-service-area__label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 14px;
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.home-service-area__label::before {
    content: '';
    width: 36px;
    height: 2px;
    background: var(--accent-secondary-color);
    border-radius: 1px;
}

.home-service-area__title {
    margin: 0 0 12px;
    color: var(--primary-color);
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.home-service-area__title span {
    color: var(--accent-secondary-color);
}

.home-service-area__intro {
    margin: 0 0 26px;
    max-width: 34rem;
    color: var(--text-color);
    font-size: 15px;
    line-height: 1.65;
}

.home-service-area__lists {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 28px;
    margin-bottom: 28px;
}

.home-service-area__group + .home-service-area__group {
    padding-left: 28px;
    border-left: 1px solid rgba(4, 6, 24, 0.08);
}

.home-service-area__group-title {
    margin: 0 0 12px;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
}

.home-service-area__cities {
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-service-area__city {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 8px;
    color: var(--primary-color);
    font-size: 14px;
    line-height: 1.4;
}

.home-service-area__city:last-child {
    margin-bottom: 0;
}

.home-service-area__check {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-secondary-color);
    border-radius: 50%;
    color: var(--white-color);
    font-size: 9px;
}

.home-service-area__cta {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: var(--white-color);
    border: 1px solid var(--primary-color);
    border-radius: 100px;
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.home-service-area__cta:hover,
.home-service-area__cta:focus-visible {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}

.home-service-area__cta .fa-arrow-right {
    font-size: 12px;
    transition: transform 0.25s ease;
}

.home-service-area__cta:hover .fa-arrow-right,
.home-service-area__cta:focus-visible .fa-arrow-right {
    transform: translateX(4px);
}

.home-service-area__cta:focus-visible {
    outline: 2px solid var(--accent-secondary-color);
    outline-offset: 3px;
}

.home-service-area__mark {
    position: absolute;
    right: -12px;
    bottom: 12px;
    width: 170px;
    height: auto;
    opacity: 0.045;
    pointer-events: none;
}

.home-service-area__visual {
    display: flex;
    flex-direction: column;
    flex: 1 1 58%;
    width: 58%;
    min-width: 0;
    background: var(--primary-color);
}

.home-service-area__image {
    position: relative;
    flex: 1 1 auto;
    min-height: 320px;
    overflow: hidden;
}

.home-service-area__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 62%;
}

.home-service-area__badge {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    max-width: 220px;
    padding: 12px 14px;
    background: var(--primary-color);
    border: 1px solid rgba(223, 178, 50, 0.45);
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
    color: var(--white-color);
}

.home-service-area__badge-icon {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-secondary-color);
    font-size: 15px;
}

.home-service-area__badge-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
    font-size: 12px;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.78);
}

.home-service-area__badge-copy strong {
    margin-bottom: 2px;
    color: var(--white-color);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.home-service-area__trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    padding: 18px 8px;
    list-style: none;
    background: var(--primary-color);
}

.home-service-area__trust-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 4px 16px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.4;
}

.home-service-area__trust-item + .home-service-area__trust-item {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.home-service-area__trust-item strong {
    display: block;
    margin-bottom: 2px;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 700;
}

.home-service-area__trust-icon {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    color: var(--accent-secondary-color);
    font-size: 14px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-service-area__info {
        padding: 28px 24px 24px;
    }

    .home-service-area__title {
        font-size: 24px;
    }

    .home-service-area__lists {
        gap: 8px 18px;
    }

    .home-service-area__group + .home-service-area__group {
        padding-left: 18px;
    }

    .home-service-area__image {
        min-height: 280px;
    }

    .home-service-area__trust-item {
        padding: 4px 12px;
        font-size: 12px;
    }

    .home-service-area__badge {
        top: 12px;
        right: 12px;
        max-width: 190px;
        padding: 10px 12px;
    }
}

@media (max-width: 767px) {
    .home-service-area {
        flex-direction: column;
    }

    .home-service-area__info,
    .home-service-area__visual {
        flex-basis: auto;
        width: 100%;
    }

    .home-service-area__info {
        padding: 26px 20px 24px;
    }

    .home-service-area__title {
        font-size: 24px;
    }

    .home-service-area__lists {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-bottom: 24px;
    }

    .home-service-area__group + .home-service-area__group {
        padding-left: 0;
        border-left: 0;
    }

    .home-service-area__image {
        min-height: 0;
        height: 240px;
    }

    .home-service-area__image img {
        object-position: center 70%;
    }

    .home-service-area__badge {
        top: 12px;
        right: 12px;
        max-width: calc(100% - 24px);
    }

    .home-service-area__trust {
        grid-template-columns: 1fr;
        padding: 8px 16px 16px;
    }

    .home-service-area__trust-item {
        padding: 12px 0;
    }

    .home-service-area__trust-item + .home-service-area__trust-item {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .home-service-area__mark {
        width: 130px;
        bottom: 8px;
        right: -8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-service-area__cta,
    .home-service-area__cta .fa-arrow-right {
        transition: none;
    }
}

/* ========================================
   CONTACT PAGE BODY
======================================== */

.contact-body {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
}

.contact-form-card,
.contact-info-card,
.google-reviews-card {
    overflow: hidden;
    background: var(--white-color);
    border: 1px solid rgba(223, 178, 50, 0.35);
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.025);
}

.contact-form-card,
.google-reviews-card {
    padding: 40px 40px 36px;
}

.contact-section-label {
    margin: 0 0 10px;
    color: var(--accent-secondary-color);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.contact-section-label::after {
    content: '';
    display: block;
    width: 36px;
    height: 2px;
    margin-top: 10px;
    background: var(--accent-secondary-color);
    border-radius: 1px;
}

.contact-section-title {
    margin: 0 0 12px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--primary-color);
}

.contact-section-title span {
    color: var(--accent-secondary-color);
}

.contact-section-copy {
    margin: 0 0 28px;
    max-width: 40rem;
    font-size: 16px;
    line-height: 1.7;
}

.contact-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 24px;
}

.contact-field--full,
.contact-form-actions {
    grid-column: 1 / -1;
}

.contact-field label,
.contact-recaptcha-label {
    display: block;
    margin-bottom: 8px;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
}

.contact-field .form-control {
    min-height: 52px;
    padding: 12px 16px;
    border: 1px solid rgba(4, 6, 24, 0.12);
    border-radius: 12px;
    background: var(--white-color);
    box-shadow: none;
}

.contact-field textarea.form-control {
    min-height: 140px;
    resize: vertical;
}

.contact-field .form-control:focus {
    border-color: rgba(223, 178, 50, 0.75);
    box-shadow: 0 0 0 3px rgba(223, 178, 50, 0.18);
    outline: none;
}

.contact-field select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23040618' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 42px;
}

.contact-captcha-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px 24px;
    grid-column: 1 / -1;
    max-width: 360px;
}

.contact-field-error {
    min-height: 1.2em;
    margin: 8px 0 0;
    color: #b42318;
    font-size: 14px;
}

.contact-recaptcha-placeholder {
    margin: 0;
    padding: 18px;
    border: 1px dashed rgba(4, 6, 24, 0.16);
    border-radius: 12px;
    background: var(--bg-color);
    font-size: 14px;
    line-height: 1.5;
}

.contact-form-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-top: 8px;
}

.contact-form-status {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
}

.contact-form-status.is-success {
    color: #157347;
}

.contact-form-status.is-error {
    color: #b42318;
}

.contact-form-actions .btn-default:focus-visible {
    outline: 2px solid var(--accent-secondary-color);
    outline-offset: 4px;
}

.contact-info-header {
    position: relative;
    overflow: hidden;
    padding: 40px 40px 36px;
    background: var(--primary-color);
}

.contact-info-header__mark {
    position: absolute;
    right: -20px;
    top: 50%;
    width: 220px;
    height: auto;
    opacity: 0.08;
    pointer-events: none;
    transform: translateY(-50%);
}

.contact-section-label--light,
.contact-section-title--light,
.contact-section-copy--light {
    position: relative;
    z-index: 1;
}

.contact-section-label--light {
    color: var(--accent-secondary-color);
}

.contact-section-title--light {
    color: var(--white-color);
}

.contact-section-copy--light {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.78);
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.contact-info-item {
    padding: 32px 24px;
    border-right: 1px solid rgba(4, 6, 24, 0.08);
}

.contact-info-item:last-child {
    border-right: 0;
}

.contact-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    background: var(--primary-color);
    border-radius: 50%;
    color: var(--white-color);
    font-size: 16px;
}

.contact-info-title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
}

.contact-info-item p {
    margin: 0;
    line-height: 1.6;
}

.contact-info-item a {
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
}

.contact-info-item a:hover,
.contact-info-item a:focus-visible {
    color: var(--accent-secondary-color);
}

.contact-info-note {
    margin-top: 6px !important;
    color: #585960;
    font-size: 14px;
}

.google-reviews-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.google-reviews-content .contact-section-copy {
    margin-bottom: 0;
}

.google-reviews-action {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
    flex: 0 0 auto;
}

.google-reviews-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
}

.google-reviews-brand i {
    color: var(--accent-secondary-color);
    font-size: 22px;
}

@media (max-width: 991px) {
    .contact-form-card,
    .google-reviews-card,
    .contact-info-header {
        padding: 32px 24px 28px;
    }

    .contact-info-grid {
        grid-template-columns: 1fr 1fr;
    }

    .contact-info-item:nth-child(2) {
        border-right: 0;
    }

    .contact-info-item:nth-child(1),
    .contact-info-item:nth-child(2) {
        border-bottom: 1px solid rgba(4, 6, 24, 0.08);
    }

    .google-reviews-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .google-reviews-action {
        align-items: flex-start;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .page-contact .container {
        padding-left: 22px;
        padding-right: 22px;
    }

    .contact-body {
        gap: 24px;
    }

    .contact-section-title {
        font-size: 26px;
    }

    .contact-form-grid,
    .contact-captcha-row {
        grid-template-columns: 1fr;
    }

    .contact-form-actions .btn-default,
    .google-reviews-action .btn-default {
        width: 100%;
        text-align: center;
    }

    .contact-info-grid {
        grid-template-columns: 1fr;
    }

    .contact-info-item {
        border-right: 0;
        border-bottom: 1px solid rgba(4, 6, 24, 0.08);
    }

    .contact-info-item:last-child {
        border-bottom: 0;
    }

    .google-reviews-action {
        align-items: center;
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .contact-form-card,
    .contact-info-card,
    .google-reviews-card {
        transition: none;
    }
}


