/* ================= GLOBAL ================= */

html {
    scroll-behavior: smooth;
}

body {
    background: #f7f7f7;
    font-family: "Segoe UI", sans-serif;
    overflow-x: hidden;
    padding-top: 65px;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 600;
}

.container {
    max-width: 1140px;
}

/* ================= NAVBAR ================= */

.navbar {
    padding: 10px 15px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 9990;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.navbar.navbar-hidden {
    transform: translateY(-100%);
}

.navbar.navbar-scrolled {
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
}

.navbar.bg-dark {
    background-color: #1b1b1b !important;
}

.navbar-brand img {
    height: 45px;
}

.navbar-nav .nav-link {
    color: #fff;
    margin-left: 15px;
    font-weight: 500;
    transition: 0.2s;
}

.navbar-nav .nav-link:hover {
    color: #FFD854;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.active:hover,
.navbar-nav .nav-link.active:focus {
    color: #fbbf24 !important;
}

.customer-login-nav-item {
    display: flex;
    min-height: 44px;
    align-items: center;
}

.navbar-nav .customer-login-nav-link {
    display: inline-flex;
    width: 42px;
    min-height: 42px;
    margin-left: 15px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 1;
}

.customer-login-nav-link:hover,
.customer-login-nav-link:focus-visible {
    background: rgba(255, 255, 255, 0.08);
}

.customer-login-nav-link:focus-visible {
    outline: 2px solid #ffd854;
    outline-offset: 2px;
}

.customer-login-nav-link .fi-rr-user {
    display: inline-flex;
    width: 1.25rem;
    height: 1.25rem;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    line-height: 1;
}

.customer-login-nav-link .fi-rr-user::before {
    display: block;
    line-height: 1;
}

.customer-login-nav-text {
    display: none;
}

@media (max-width: 991.98px) {
    .customer-login-nav-item {
        display: list-item;
        min-height: 0;
    }

    .navbar-nav .customer-login-nav-link {
        width: auto;
        min-height: 0;
        margin-left: 0;
        padding: 10px 0;
        justify-content: flex-start;
        border-radius: 0;
        background: transparent;
    }

    .customer-login-nav-link .fi-rr-user {
        display: none;
    }

    .customer-login-nav-text {
        display: inline;
    }
}

.navbar-toggler-icon--animated {
    position: relative;
    width: 24px;
    height: 18px;
    background-image: none !important;
}

.navbar-toggler-line {
    position: absolute;
    left: 0;
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 999px;
    transform-origin: center;
    transition: top .22s ease, transform .22s ease, opacity .16s ease;
}

.navbar-toggler-line:nth-child(1) {
    top: 1px;
}

.navbar-toggler-line:nth-child(2) {
    top: 8px;
}

.navbar-toggler-line:nth-child(3) {
    top: 15px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-line:nth-child(1) {
    top: 8px;
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-line:nth-child(3) {
    top: 8px;
    transform: rotate(-45deg);
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler-line {
        transition: none;
    }
}

@media (max-width: 991.98px) {
    .navbar .navbar-collapse {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        max-height: calc(100vh - 65px);
        padding: 10px 20px 18px;
        overflow-y: auto;
        background: #1b1b1b;
        box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
    }

    .navbar-nav .nav-link {
        margin-left: 0;
        padding: 10px 0;
    }
}

/* ================ REQUIRED ================= */

.form-group:has(input[required]) > label:not(.form-check-label)::after,
.form-group:has(select[required]) > label:not(.form-check-label)::after,
.form-group:has(textarea[required]) > label:not(.form-check-label)::after {
    content: " *";
    color: #dc2626;
    font-weight: 700;
}


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

.btn-primary {
    background: black;
    border: none;
}

.btn-primary:hover {
    background: #333;
}

/* ================= FOOTER ================= */

.footer {
    font-size: 14px;
    line-height: 1.6;
    background-color: #1b1b1b !important;
}

/* Logo + Brand */
.footer-logo {
    width: 120px;
}

.footer-brand {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.footer-brand h5 a {
    color: #fff;
}

/* Ensure all columns align from top */
.footer-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Headings */
.footer h6 {
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    color: #fff;
}

.footer-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer-title i {
    display: inline-flex;
    color: #ffd854;
}

.footer-links {
    display: flex;
    flex-direction: column;
}

/* Lists */
.footer ul {
    padding: 0;
    margin: 0;
}

.footer ul li {
    list-style: none;
    margin-bottom: 8px;
}

/* Links */
.footer a {
    color: #ddd;
    text-decoration: none;
    transition: 0.25s ease;
}

.footer a:hover {
    color: #fff;
}

/* ================= FOOTER LIST ITEMS ================= */

.footer-logo-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

/* For clickable rows (Company) */
.footer-logo-item a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #ddd;
    text-decoration: none;
    transition: 0.25s ease;
}

.footer-logo-item a:hover {
    color: #FFD854;
}

.footer-logo-item a:hover i {
    color: #FFD854;
}

/* For non-clickable rows (Services) */
.footer-logo-item span {
    display: inline-flex;
    align-items: center;
}

/* Icons */
.footer-logo-item i {
    font-size: 18px;
    min-width: 20px;
}

.footer-logo-item i:hover {
    color: #FFD854;
}

/* Contact rows */
.footer-contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

/* Clickable part only */
.footer-contact-item a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #ddd;
    text-decoration: none;
    transition: 0.25s ease;
}

.footer-contact-item a:hover {
    color: #FFD854;
}

.footer-contact-item a:hover i {
    color: #FFD854;
}

/* Icons */
.footer-contact-item i {
    font-size: 18px;
    min-width: 20px;
}

/* ================= QUICK LINKS PAGE ================= */

.quick-links-hero {
    padding: 72px 0 62px;
    color: #fff;
    background:
        radial-gradient(circle at 88% 20%, rgba(255, 216, 84, .24), transparent 27%),
        linear-gradient(135deg, #171717, #2c2612);
}

.quick-links-hero h1 {
    max-width: 720px;
    margin: 10px 0 14px;
    font-size: clamp(2.15rem, 5vw, 3.6rem);
    line-height: 1.06;
}

.quick-links-hero p:not(.service-kicker) {
    max-width: 660px;
    margin: 0;
    color: #e2e2e2;
    font-size: 1.05rem;
}

.quick-links-directory {
    padding: 58px 0 68px;
}

.quick-link-card {
    display: flex;
    height: 100%;
    padding: 26px;
    flex-direction: column;
    color: #222;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    box-shadow: 0 9px 25px rgba(0, 0, 0, .06);
}

.quick-link-card > i {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    color: #211a00;
    background: #ffd854;
    border-radius: 12px;
    font-size: 22px;
}

.quick-link-card h2 {
    margin: 18px 0 9px;
    font-size: 1.25rem;
}

.quick-link-card p {
    margin-bottom: 20px;
    color: #606060;
    flex: 1;
}

.quick-link-card__actions {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
}

.quick-link-card__actions .btn {
    font-size: .83rem;
    font-weight: 600;
}

/* Column spacing */
.footer .col-md-2,
.footer .col-md-3 {
    padding-left: 10px;
    padding-right: 10px;
}

/* Divider */
.footer hr {
    margin-top: 25px;
    margin-bottom: 15px;
    opacity: 0.2;
}

/* Bottom text */
.footer .text-center {
    font-size: 13px;
    color: #ccc;
}

/* Fix copyright alignment */
.footer .text-center i {
    margin-right: 6px;
}

.footer-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    color: #ccc;
    font-size: 13px;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom__copyright {
    justify-self: end;
    text-align: right;
}

.footer-socials {
    display: flex;
    gap: 9px;
    align-items: center;
    justify-content: center;
}

.footer-social-link {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: #f5f5f5;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
    transition: .2s ease;
}

.footer-social-link svg,
.footer-social-link img {
    width: 17px;
    height: 17px;
    object-fit: contain;
}

.footer-social-link svg { fill: currentColor; }

.footer-social-link .footer-viber-icon,
.contact-social-links .contact-viber-icon {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.footer-social-link svg rect,
.footer-social-link svg circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.footer-social-link:not(.is-pending):hover,
.footer-social-link:not(.is-pending):focus-visible {
    color: #171300;
    background: #ffd854;
    border-color: #ffd854;
    outline: none;
    transform: translateY(-1px);
}

.footer-social-link.is-pending {
    color: #aaa;
    cursor: default;
    opacity: .72;
}

/* ================= PUBLIC NEWS TICKER ================= */

.public-news-banner {
    position: sticky;
    top: var(--public-news-sticky-top, 65px);
    z-index: 9980;
    display: grid;
    min-height: 32px;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: stretch;
    overflow: hidden;
    color: #241a00;
    background: #fff8dc;
    border-top: 1px solid #f4d66d;
    border-bottom: 1px solid #f4d66d;
    contain: layout paint;
    box-shadow: 0 3px 10px rgba(36, 26, 0, .12);
    transition: transform .25s ease;
}

.public-news-banner.public-news-banner--navbar-hidden {
    transform: translateY(calc(0px - var(--public-news-sticky-top, 65px)));
}

section[id] {
    scroll-margin-top: 7rem;
}

.public-news-banner[hidden] { display: none; }

.public-news-banner__label {
    z-index: 1;
    display: grid;
    min-width: 72px;
    padding: 5px 15px;
    place-items: center;
    color: #171300;
    background: #ffc107;
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
    box-shadow: 8px 0 18px rgba(36, 26, 0, .14);
}

.public-news-banner__viewport {
    display: flex;
    min-width: 0;
    overflow: hidden;
    align-items: center;
}

.public-news-banner__track {
    display: inline-flex;
    width: max-content;
    min-width: max-content;
    gap: 30px;
    align-items: center;
    white-space: nowrap;
    will-change: transform;
    animation: public-news-scroll 48s linear infinite;
}

.public-news-banner__track span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.public-news-banner__track i {
    color: #b77900;
    font-style: normal;
}

@keyframes public-news-scroll {
    from { transform: translate3d(100vw, 0, 0); }
    to { transform: translate3d(-100%, 0, 0); }
}

/* REMOVE broken old rule behavior */
.footer i {
    font-size: 18px;
    margin: 0;
}

.footer .row {
    /* justify-content: space-between; */
    justify-content: flex-start;
}

.footer .row>div {
    margin-bottom: 20px;
}

/* Divider */
.footer hr {
    margin-top: 25px;
    margin-bottom: 15px;
    opacity: 0.2;
}

/* Bottom text */
.footer .text-center {
    font-size: 13px;
    color: #ccc;
}

/* ================= TOAST ================= */

.toast {
    box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
    border-radius: 8px;
}

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

.about-service-link {
    display: block;
    color: #212529;
    text-decoration: none;
    background: #fff;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.about-service-link:hover,
.about-service-link:focus {
    color: #212529;
    text-decoration: none;
    border-color: #FFD854 !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.about-service-link i {
    color: #1b1b1b;
}

.about-service-link:hover i,
.about-service-link:focus i {
    color: #fbbf24;
}

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

.contact-section {
    padding: 82px 0;
    background: #fff;
}

.contact-section--muted {
    background: #f5f7fb;
}

.contact-section h2 {
    font-size: 34px;
    line-height: 1.2;
}

.contact-section-lead {
    max-width: 760px;
    margin: 0 auto;
    color: #555;
    font-size: 17px;
    line-height: 1.75;
}

.contact-method-card {
    display: flex;
    flex-direction: column;
    padding: 28px;
    color: #212529;
    text-decoration: none;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-method-card:hover,
.contact-method-card:focus {
    color: #212529;
    text-decoration: none;
    transform: translateY(-5px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.1);
}

.contact-method-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
    color: #fff;
    background: #1b1b1b;
    border-radius: 8px;
    font-size: 24px;
}

.contact-method-card span {
    color: #fbbf24;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.contact-method-card strong {
    margin: 8px 0 12px;
    overflow-wrap: anywhere;
    font-size: 19px;
}

.contact-method-card p {
    margin-bottom: 0;
    color: #555;
    line-height: 1.7;
}

.contact-social-links {
    display: flex;
    gap: 9px;
    margin-top: auto;
    padding-top: 20px;
}

.contact-social-links a,
.contact-social-links > span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: #fff;
    background: #1b1b1b;
    border: 1px solid #1b1b1b;
    border-radius: 50%;
    transition: .2s ease;
}

.contact-social-links svg,
.contact-social-links img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.contact-social-links svg { fill: currentColor; }

.contact-social-links svg rect,
.contact-social-links svg circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.contact-social-links a:hover,
.contact-social-links a:focus-visible {
    color: #171300;
    background: #fbbf24;
    border-color: #fbbf24;
    outline: none;
    text-decoration: none;
    transform: translateY(-2px);
}

.contact-social-links > span.is-pending {
    color: #777;
    background: #eef0f3;
    border-color: #d9dde3;
    cursor: default;
}

.contact-wechat-section {
    background: #eef9f5;
}

.contact-wechat-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    gap: 56px;
    align-items: center;
    padding: 42px;
    border: 1px solid #d9eee6;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(7, 86, 57, 0.1);
}

.contact-wechat-copy > p:not(.service-kicker) {
    color: #4a5551;
    font-size: 17px;
    line-height: 1.75;
}

.contact-wechat-details {
    display: grid;
    gap: 10px;
    margin: 26px 0;
}

.contact-wechat-details div {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid #e2ece8;
}

.contact-wechat-details dt,
.contact-wechat-details dd {
    margin: 0;
}

.contact-wechat-details dt {
    color: #087f5b;
    font-weight: 700;
}

.contact-wechat-details dd {
    overflow-wrap: anywhere;
}

.contact-wechat-tip {
    padding: 14px 16px;
    border-left: 4px solid #07c160;
    background: #f3fbf7;
    font-size: 15px !important;
}

.contact-wechat-figure {
    margin: 0;
    padding: 12px;
    border-radius: 10px;
    background: #f4faf7;
    box-shadow: 0 14px 32px rgba(7, 86, 57, 0.14);
}

.contact-wechat-figure img {
    width: 100%;
    border-radius: 6px;
}

.contact-wechat-figure figcaption {
    padding: 12px 8px 2px;
    color: #47534e;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}

.contact-detail-list {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.contact-detail-list div {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    color: #444;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}

.contact-detail-list i {
    color: #1b1b1b;
    font-size: 20px;
    line-height: 1.5;
}

.contact-form-panel {
    padding: 34px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.1);
}

.contact-form-panel > p {
    color: #555;
    line-height: 1.7;
}

.contact-form-panel label {
    font-weight: 600;
}

.contact-service-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 32px;
    border-radius: 8px;
    background: #f5f7fb;
}

.contact-service-strip p:not(.service-kicker) {
    max-width: 640px;
    margin-bottom: 0;
    color: #555;
    line-height: 1.7;
}

.contact-service-strip__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

@media (max-width: 991.98px) {
    .contact-wechat-panel {
        gap: 34px;
        grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
        padding: 32px;
    }

    .contact-service-strip {
        align-items: flex-start;
        flex-direction: column;
    }

    .contact-service-strip__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 575.98px) {
    .contact-section {
        padding: 58px 0;
    }

    .contact-section h2 {
        font-size: 28px;
    }

    .contact-method-card,
    .contact-form-panel,
    .contact-service-strip,
    .contact-wechat-panel {
        padding: 22px;
    }

    .contact-wechat-details div {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}

/* ================= SERVICES OVERVIEW PAGE ================= */

.services-overview-hero,
.page-overview-hero {
    padding: 92px 0;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(27, 27, 27, 0.96), rgba(27, 27, 27, 0.84)),
        url("../images/GET_Hero.webp") center center/cover no-repeat;
}

.services-overview-hero h1,
.page-overview-hero h1 {
    max-width: 760px;
    margin-bottom: 20px;
    font-size: 54px;
    font-weight: 800;
    line-height: 1.08;
}

.services-overview-hero p:not(.service-kicker),
.page-overview-hero p:not(.service-kicker) {
    max-width: 720px;
    color: #eee;
    font-size: 18px;
    line-height: 1.75;
}

.page-overview-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.page-overview-hero__meta span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    color: #f4f4f4;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    font-size: 14px;
}

.services-proof-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.services-proof-item {
    min-height: 142px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.services-proof-item:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 216, 84, 0.45);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}

.services-proof-item strong {
    display: block;
    margin-bottom: 10px;
    color: #FFD854;
    font-size: 30px;
    line-height: 1;
}

.services-proof-item span {
    color: #f4f4f4;
    font-size: 14px;
    line-height: 1.55;
}

.services-section-lead {
    max-width: 760px;
    margin: 0 auto;
    color: #555;
    font-size: 17px;
    line-height: 1.75;
}

.services-flyer-section {
    background: #f5f7fb;
}

.services-wechat-section {
    background: #eef6fd;
}

.services-flyer-tile {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 440px);
    gap: 52px;
    align-items: center;
    padding: 42px;
    overflow: hidden;
    border: 1px solid #e6e9ef;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(15, 31, 54, 0.1);
}

.services-flyer-content h2 {
    margin-bottom: 20px;
    color: #17243a;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.18;
}

.services-flyer-benefits {
    margin: 26px 0;
    padding-left: 22px;
    color: #333;
    line-height: 1.8;
}

.services-flyer-benefits li::marker {
    color: #e6aa17;
}

.services-wechat-chinese {
    margin-top: 16px;
    padding: 14px 16px;
    border-left: 4px solid #1479ca;
    background: #edf7ff;
    color: #254968;
    line-height: 1.8;
}

.services-flyer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.services-flyer-figure {
    margin: 0;
    padding: 12px;
    border-radius: 10px;
    background: #071c36;
    box-shadow: 0 18px 38px rgba(7, 28, 54, 0.24);
}

.services-flyer-figure img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.services-flyer-figure figcaption {
    padding: 12px 8px 2px;
    color: #eef3f9;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}

.services-directory-card {
    display: flex;
    flex-direction: column;
    padding: 28px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.services-directory-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.1);
}

.services-directory-card > i,
.services-detail-tile > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
    color: #fff;
    background: #1b1b1b;
    border-radius: 8px;
    font-size: 24px;
}

.services-directory-card h3,
.services-vehicle-item h3,
.services-detail-tile h3 {
    margin-bottom: 12px;
    font-size: 21px;
}

.services-directory-card p,
.services-vehicle-item p,
.services-detail-tile p {
    color: #555;
    line-height: 1.7;
}

.services-directory-card ul {
    flex: 1;
    margin: 0 0 22px;
    padding-left: 18px;
    color: #444;
    line-height: 1.8;
}

.services-directory-card li::marker {
    color: #fbbf24;
}

.services-vehicle-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.services-vehicle-item {
    display: grid;
    grid-template-columns: 132px 1fr;
    gap: 18px;
    align-items: center;
    min-height: 150px;
    padding: 16px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.services-vehicle-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.1);
}

.services-vehicle-item img {
    width: 132px;
    height: 102px;
    object-fit: cover;
    border-radius: 8px;
}

.services-info-list {
    display: grid;
    gap: 12px;
    margin-top: 26px;
}

.services-info-list div {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #444;
    line-height: 1.6;
}

.services-info-list i {
    color: #1b1b1b;
    font-size: 20px;
    line-height: 1.5;
}

.services-map-panel {
    padding: 12px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.09);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.services-map-panel:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);
}

.services-map-panel #coverageMap {
    height: 430px;
    border-radius: 8px;
}

.services-detail-tile {
    padding: 26px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.services-detail-tile:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.1);
}

.services-final-cta {
    background: #1b1b1b;
}

@media (max-width: 991.98px) {
    .services-overview-hero h1,
    .page-overview-hero h1 {
        font-size: 42px;
    }

    .services-proof-panel,
    .services-vehicle-grid {
        grid-template-columns: 1fr 1fr;
    }

    .services-flyer-tile {
        grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
        gap: 32px;
        padding: 32px;
    }

    .services-flyer-content h2 {
        font-size: 32px;
    }
}

@media (max-width: 767.98px) {
    .services-overview-hero,
    .page-overview-hero {
        padding: 68px 0;
    }

    .services-overview-hero h1,
    .page-overview-hero h1 {
        font-size: 34px;
    }

    .services-proof-panel,
    .services-vehicle-grid {
        grid-template-columns: 1fr;
    }

    .services-flyer-tile {
        grid-template-columns: 1fr;
    }

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

    .contact-wechat-figure {
        width: min(100%, 420px);
        margin: 0 auto;
    }

    .services-flyer-figure {
        width: min(100%, 440px);
        margin: 0 auto;
    }

    .services-map-panel #coverageMap {
        height: 340px;
    }
}

@media (max-width: 575.98px) {
    .services-proof-item,
    .services-directory-card,
    .services-detail-tile {
        padding: 22px;
    }

    .services-flyer-tile {
        gap: 26px;
        padding: 22px;
    }

    .services-flyer-content h2 {
        font-size: 28px;
    }

    .services-vehicle-item {
        grid-template-columns: 1fr;
    }

    .services-vehicle-item img {
        width: 100%;
        height: 180px;
    }
}

/* ================= SERVICE DETAIL PAGES ================= */

.service-hero {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: #141414;
}

.service-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.56) 48%, rgba(0, 0, 0, 0.22) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.06));
}

.service-hero__content {
    position: relative;
    z-index: 1;
    max-width: 1140px;
}

.service-hero__eyebrow,
.service-kicker {
    color: #fbbf24;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.service-hero h1 {
    max-width: 760px;
    margin-bottom: 18px;
    font-size: 58px;
    font-weight: 800;
    line-height: 1.05;
}

.service-hero p:not(.service-hero__eyebrow) {
    max-width: 650px;
    color: #eee;
    font-size: 19px;
    line-height: 1.7;
}

.service-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.service-detail-section {
    padding: 82px 0;
    background: #fff;
}

.service-detail-section--muted {
    background: #f5f7fb;
}

.service-detail-section h2 {
    font-size: 34px;
    line-height: 1.2;
}

.service-intro {
    color: #555;
    font-size: 17px;
    line-height: 1.8;
}

.service-highlight-panel {
    padding: 28px;
    border-left: 5px solid #FFD854;
    border-radius: 8px;
    background: #1b1b1b;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.14);
}

.service-highlight {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 13px 0;
    color: #f7f7f7;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.service-highlight:last-child {
    border-bottom: 0;
}

.service-highlight i {
    color: #FFD854;
    font-size: 19px;
    line-height: 1.5;
}

.service-step-card,
.service-feature-card {
    min-height: 100%;
    padding: 28px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-step-card:hover,
.service-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.1);
}

.service-step-card__number {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #111;
    background: #FFD854;
    border-radius: 50%;
    font-weight: 800;
}

.service-step-card h3,
.service-feature-card h3 {
    margin-bottom: 12px;
    font-size: 21px;
}

.service-step-card p,
.service-feature-card p {
    margin-bottom: 0;
    color: #555;
    line-height: 1.7;
}

.service-feature-card {
    border-top: 4px solid #FFD854;
}

.service-feature-card > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
    color: #fff;
    background: #1b1b1b;
    border-radius: 8px;
    font-size: 24px;
}

.service-related {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px;
    border-radius: 8px;
    background: #f5f7fb;
}

.service-related__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.service-cta {
    padding: 76px 0;
    color: #fff;
    background: #1b1b1b;
}

.service-cta h2 {
    margin-bottom: 14px;
}

.service-cta p {
    max-width: 620px;
    margin: 0 auto 28px;
    color: #ddd;
    font-size: 17px;
}

@media (max-width: 991.98px) {
    .service-hero {
        min-height: 500px;
    }

    .service-hero h1 {
        font-size: 42px;
    }

    .service-related {
        align-items: flex-start;
        flex-direction: column;
    }

    .service-related__links {
        justify-content: flex-start;
    }
}

@media (max-width: 575.98px) {
    .service-hero {
        min-height: 520px;
    }

    .service-hero h1 {
        font-size: 34px;
    }

    .service-hero p:not(.service-hero__eyebrow) {
        font-size: 16px;
    }

    .service-hero__actions .btn {
        width: 100%;
    }

    .service-detail-section {
        padding: 58px 0;
    }

    .service-detail-section h2 {
        font-size: 28px;
    }

    .service-highlight-panel,
    .service-step-card,
    .service-feature-card,
    .service-related {
        padding: 22px;
    }
}


/* TERMS PAGE */
.terms-content h3 {
    margin-top: 25px;
    font-size: 20px;
}

.terms-content p {
    color: #555;
    line-height: 1.7;
}

.terms-content ul {
    padding-left: 20px;
}

/* FAQS Page */
.accordion .card {
    border-radius: 10px;
    overflow: hidden;
    border: none;
}

.accordion .card-header {
    background: #fff;
}

.accordion .btn-link {
    text-decoration: none;
    font-weight: 600;
    color: #000;
    width: 100%;
    text-align: left;
}

.accordion .btn-link:hover {
    color: #444;
}

.iti {
    width: 100%;
}
