/* ==============================================================
   ANKIT GLOBAL EXPRESS & RELOCATION
   Main stylesheet
================================================================= */

/* ---------- Theme ---------- */

:root {
    --navy: #102a43;
    --navy-dark: #081c2c;
    --orange: #f97316;
    --orange-dark: #e85d08;
    --whatsapp: #25d366;
    --whatsapp-dark: #128c4a;
    --text: #142536;
    --muted: #607284;
    --soft: #f7f5f0;
    --white: #ffffff;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--text, #142536);
    font-family: "Manrope", sans-serif;
}

h1,
h2,
h3 {
    font-family: "Plus Jakarta Sans", sans-serif;
}

a {
    text-decoration: none;
}

/* ---------- Shared Components ---------- */

.btn-orange {
    color: var(--white, #ffffff);
    background: var(--orange, #f97316);
    border-color: var(--orange, #f97316);
    font-weight: 800;
}

.btn-orange:hover,
.btn-orange:focus {
    color: var(--white, #ffffff);
    background: var(--orange-dark, #e85d08);
    border-color: var(--orange-dark, #e85d08);
}

.section {
    padding: 6.25rem 0;
}

.section h2,
.proof h2,
.cta h2 {
    font-size: clamp(2rem, 3.5vw, 2.85rem);
    line-height: 1.2;
    letter-spacing: -0.035em;
}

.section-kicker,
.eyebrow {
    color: var(--orange, #f97316);
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.17em;
}

.muted {
    color: var(--muted, #607284);
    font-size: 0.93rem;
    line-height: 1.8;
}

.bg-soft {
    background: var(--soft, #f7f5f0);
}

.text-link {
    color: var(--navy, #102a43);
    border-bottom: 1px solid #aab7c1;
    padding-bottom: 0.4rem;
    font-size: 0.82rem;
    font-weight: 800;
}

/* ---------- Top Bar ---------- */

.topbar {
    color: #cfdae3;
    background: var(--navy-dark, #081c2c);
    font-size: 0.75rem;
}

.topbar a {
    color: #cfdae3;
}

.topbar a:hover {
    color: var(--white, #ffffff);
}

/* ---------- Header and Navigation ---------- */

.navbar {
    min-height: 88px;
    box-shadow: 0 3px 18px rgba(16, 42, 67, 0.07);
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    max-width: 390px;
    margin-right: 20px;
}

.navbar-brand .company-logo {
    width: 66px;
    height: 66px;
    object-fit: contain;
    flex-shrink: 0;
}

.navbar-brand .logo-text {
    width: 235px;
    max-width: calc(100vw - 160px);
    height: auto;
    object-fit: contain;
}

.nav-link {
    color: #384c5e !important;
    border-bottom: 3px solid transparent;
    padding-block: 1.5rem !important;
    font-size: 0.87rem;
    font-weight: 700;
}

.nav-link.active,
.nav-link:hover {
    color: var(--orange, #f97316) !important;
    border-color: var(--orange, #f97316);
}

/* ---------- Hero ---------- */

.hero {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    background:
        linear-gradient(
            90deg,
            rgba(6, 25, 41, 0.97),
            rgba(9, 36, 57, 0.84) 48%,
            rgba(10, 35, 53, 0.25)
        ),
        url("../images/warehouse-cargo.jpeg") center 57% / cover no-repeat;
}

.hero .container {
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 780px;
}

.hero-symbol {
    position: absolute;
    top: 34px;
    right: clamp(20px, 5vw, 70px);
    z-index: 3;
}

.hero-symbol img {
    display: block;
    width: 125px;
    height: 125px;
    padding: 8px;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
}

.eyebrow::before {
    display: inline-block;
    width: 28px;
    margin-right: 10px;
    border-top: 2px solid var(--orange, #f97316);
    vertical-align: middle;
    content: "";
}

.hero h1 {
    max-width: 800px;
    font-size: clamp(2.6rem, 5vw, 4.1rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.hero .lead {
    max-width: 680px;
    color: #d8e1e8;
    font-size: 1.05rem;
    line-height: 1.8;
}

.hero .btn {
    padding: 1rem 1.5rem;
    font-size: 0.84rem;
}

.trust {
    font-size: 0.82rem;
    font-weight: 700;
}

/* ---------- Contact Strip ---------- */

.contact-strip,
.cta {
    background: var(--orange, #f97316);
}

.contact-item {
    display: flex;
    flex-direction: column;
    padding: 1.35rem 1.5rem;
    border-right: 1px solid rgba(255, 255, 255, 0.21);
}

.contact-item small {
    font-size: 0.64rem;
    letter-spacing: 0.12em;
    opacity: 0.8;
}

.contact-item a,
.contact-item strong {
    color: var(--white, #ffffff);
    font-size: 0.86rem;
}

.contact-number-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.15rem 1rem;
    margin-top: 0.25rem;
}

/* ---------- About ---------- */

.photo-stack {
    position: relative;
    min-height: 550px;
}

.main-photo {
    width: 74%;
    height: 500px;
    object-fit: cover;
}

.small-photo {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 52%;
    height: 265px;
    object-fit: cover;
    border: 9px solid var(--white, #ffffff);
}

.care-badge {
    position: absolute;
    top: 25px;
    right: 5%;
    display: flex;
    width: 155px;
    height: 145px;
    flex-direction: column;
    justify-content: center;
    padding: 1.2rem;
    color: var(--white, #ffffff);
    background: var(--orange, #f97316);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.13);
}

.care-badge b {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 2.1rem;
}

.care-badge span {
    font-size: 0.7rem;
    font-weight: 700;
}

.check-list > div {
    font-size: 0.82rem;
    font-weight: 700;
}

/* ---------- Services ---------- */

.service-card {
    padding: 2rem 1.8rem;
    background: var(--white, #ffffff);
    border-bottom: 3px solid transparent;
    box-shadow: 0 3px 20px rgba(16, 42, 67, 0.04);
    transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}

.service-card:hover {
    border-color: var(--orange, #f97316);
    transform: translateY(-5px);
    box-shadow: 0 15px 32px rgba(16, 42, 67, 0.09);
}

.service-icon {
    display: grid;
    width: 53px;
    height: 53px;
    place-items: center;
    margin-bottom: 1.4rem;
    color: var(--orange, #f97316);
    background: #fff2e9;
    font-size: 1.5rem;
}

.service-card h3 {
    font-size: 1.15rem;
}

.service-card p {
    color: var(--muted, #607284);
    font-size: 0.8rem;
    line-height: 1.7;
}

.service-card a {
    color: var(--navy, #102a43);
    font-size: 0.76rem;
    font-weight: 800;
}

/* ---------- Process ---------- */

.step {
    position: relative;
    padding: 0 1rem;
}

.step > b {
    position: absolute;
    top: 0;
    left: calc(50% + 23px);
    display: grid;
    width: 23px;
    height: 23px;
    place-items: center;
    color: var(--orange, #f97316);
    background: var(--white, #ffffff);
    border: 1px solid #fed7bf;
    border-radius: 50%;
    font-size: 0.65rem;
}

.step i {
    display: grid;
    width: 92px;
    height: 92px;
    place-items: center;
    margin: auto;
    color: var(--navy, #102a43);
    border: 1px solid #dde5eb;
    border-radius: 50%;
    font-size: 1.5rem;
    font-style: normal;
}

.step h3 {
    margin-top: 1.3rem;
    font-size: 1rem;
}

.step p {
    color: var(--muted, #607284);
    font-size: 0.77rem;
}

/* ---------- Why Choose Us ---------- */

.proof {
    background: var(--navy, #102a43);
}

.proof img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.proof-copy {
    padding: 5rem clamp(2rem, 7vw, 7rem);
}

.proof-copy > p:not(.section-kicker) {
    color: #becbd6;
    line-height: 1.8;
}

.proof-point {
    display: flex;
    gap: 1rem;
    margin-top: 1.3rem;
}

.proof-point > b {
    display: grid;
    width: 27px;
    height: 27px;
    flex: 0 0 auto;
    place-items: center;
    background: var(--orange, #f97316);
    border-radius: 50%;
}

.proof-point span {
    display: flex;
    flex-direction: column;
}

.proof-point small {
    margin-top: 0.2rem;
    color: #aebdca;
}

/* ---------- Gallery and CTA ---------- */

.gallery img {
    width: 100%;
    height: 410px;
    object-fit: cover;
}

.cta small {
    font-weight: 800;
    letter-spacing: 0.15em;
}

.cta h2 {
    font-size: 2rem;
}

.cta .btn {
    font-size: 0.82rem;
    font-weight: 800;
}

/* ---------- Footer ---------- */

.footer {
    background: var(--navy-dark, #081c2c);
}

.footer h3 {
    color: var(--white, #ffffff);
    font-size: 0.9rem;
}

.footer p,
.footer a {
    color: #aebbc6;
    font-size: 0.75rem;
}

.footer a:hover {
    color: var(--orange, #f97316);
}

.footer-brand {
    display: inline-block;
    max-width: 100%;
}

.footer-full-logo {
    width: 100%;
    max-width: 320px;
    height: auto;
}

.footer-links,
.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    font-size: 0.7rem;
}

/* ---------- WhatsApp Button and Contact Modal ---------- */

.whatsapp-button {
    position: fixed;
    right: 1.2rem;
    bottom: 1.2rem;
    z-index: 1050;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    padding: 0;
    color: var(--white, #ffffff);
    background: var(--whatsapp, #25d366);
    border: 3px solid var(--white, #ffffff);
    border-radius: 50%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    font-size: 1.9rem;
    transition: transform 0.2s, background 0.2s;
}

.whatsapp-button:hover,
.whatsapp-button:focus-visible {
    color: var(--white, #ffffff);
    background: var(--whatsapp-dark, #128c4a);
    transform: translateY(-3px);
}

.contact-modal {
    overflow: hidden;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.22);
}

.contact-modal .modal-header {
    align-items: flex-start;
    background: #f6faf8;
    border-bottom-color: #e4ece8;
}

.contact-modal-kicker {
    color: var(--whatsapp-dark, #128c4a);
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.contact-action-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.65rem;
    color: var(--navy, #102a43);
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.btn-whatsapp,
.btn-call {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.75rem 1rem;
    font-weight: 800;
}

.btn-whatsapp {
    color: var(--white, #ffffff);
    background: var(--whatsapp, #25d366);
    border-color: var(--whatsapp, #25d366);
}

.btn-whatsapp:hover,
.btn-whatsapp:focus {
    color: var(--white, #ffffff);
    background: var(--whatsapp-dark, #128c4a);
    border-color: var(--whatsapp-dark, #128c4a);
}

.btn-call {
    color: var(--navy, #102a43);
    background: var(--white, #ffffff);
    border-color: #ccd8e1;
}

.btn-call:hover,
.btn-call:focus {
    color: var(--white, #ffffff);
    background: var(--navy, #102a43);
    border-color: var(--navy, #102a43);
}

/* ---------- Tablet ---------- */

@media (max-width: 1199.98px) {
    .navbar-brand .company-logo {
        width: 58px;
        height: 58px;
    }

    .navbar-brand .logo-text {
        width: 200px;
    }

    .hero-symbol img {
        width: 110px;
        height: 110px;
    }
}

@media (max-width: 991.98px) {
    .navbar {
        min-height: 76px;
    }

    .navbar-brand {
        max-width: calc(100% - 72px);
    }

    .navbar-brand .company-logo {
        width: 52px;
        height: 52px;
    }

    .navbar-brand .logo-text {
        width: 180px;
    }

    .navbar-collapse {
        padding: 1rem 0 0.75rem;
    }

    .nav-link {
        padding: 0.75rem !important;
        border-bottom: 1px solid #e7edf2;
    }

    .hero-symbol {
        top: 18px;
        right: 18px;
    }

    .hero-symbol img {
        width: 92px;
        height: 92px;
    }

    .hero-content {
        padding-right: 90px;
    }

    .contact-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.21);
    }

    .section {
        padding: 4.5rem 0;
    }

    .proof img {
        height: 480px;
    }

    .gallery img {
        height: 330px;
    }
}

/* ---------- Mobile ---------- */

@media (max-width: 767.98px) {
    .navbar-brand {
        margin-right: 8px;
    }

    .navbar-brand .company-logo {
        width: 46px;
        height: 46px;
    }

    .navbar-brand .logo-text {
        width: 150px;
    }

    .hero {
        min-height: 650px;
        padding: 3rem 0;
        background-position: center;
    }

    .hero-symbol {
        position: static;
        margin: 0 auto 1.5rem;
        text-align: center;
    }

    .hero-symbol img {
        width: 92px;
        height: 92px;
        margin: 0 auto;
    }

    .hero-content {
        max-width: 100%;
        padding-right: 0;
    }

    .hero h1 {
        font-size: 2.35rem;
    }

    .hero .lead {
        font-size: 0.92rem;
    }

    .contact-item {
        padding: 1rem;
    }

    .photo-stack {
        min-height: 430px;
    }

    .main-photo {
        height: 395px;
    }

    .small-photo {
        height: 205px;
    }

    .care-badge {
        width: 128px;
        height: 115px;
    }

    .care-badge b {
        font-size: 1.7rem;
    }

    .gallery img {
        height: 280px;
    }

    .proof-copy {
        padding: 4rem 1.5rem;
    }

    .whatsapp-button {
        right: 1rem;
        bottom: 1rem;
        width: 54px;
        height: 54px;
        font-size: 1.75rem;
    }
}

@media (max-width: 420px) {
    .navbar-brand .company-logo {
        width: 42px;
        height: 42px;
    }

    .navbar-brand .logo-text {
        width: 128px;
    }

    .hero h1 {
        font-size: 2rem;
    }
}

/* ---------- Accessibility ---------- */

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* ==============================================================
   REUSABLE INNER PAGES
================================================================= */

.inner-hero {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    color: var(--white, #ffffff);
    background:
        linear-gradient(
            110deg,
            rgba(8, 28, 44, 0.98),
            rgba(16, 42, 67, 0.88)
        ),
        url("../images/warehouse-cargo.jpeg") center / cover no-repeat;
}

.inner-hero::after {
    position: absolute;
    right: -6rem;
    bottom: -9rem;
    width: 24rem;
    height: 24rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    content: "";
}

.inner-hero .container {
    position: relative;
    z-index: 1;
}

.inner-hero h1 {
    max-width: 780px;
    margin-bottom: 1rem;
    font-size: clamp(2.25rem, 5vw, 4rem);
    line-height: 1.1;
}

.inner-hero-text {
    max-width: 700px;
    color: #d6e0e8;
    line-height: 1.8;
}

/* ---------- Inner-page Breadcrumb ---------- */

.inner-breadcrumb,
.inner-breadcrumb a {
    color: #c9d5de;
    font-size: 0.8rem;
}

.inner-breadcrumb a:hover {
    color: var(--white, #ffffff);
}

.inner-breadcrumb .active {
    color: var(--orange, #f97316);
}

.inner-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #8fa1af;
}

/* ---------- Inner-page Lucky Symbol ---------- */

.inner-lucky-symbol {
    position: relative;
    z-index: 2;
    display: block;
    width: 130px;
    max-width: 100%;
    height: 130px;
    margin-left: auto;
    padding: 8px;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

/* ---------- Inner-page Content ---------- */

.content-card,
.inner-sidebar {
    padding: clamp(1.5rem, 4vw, 3rem);
    background: var(--white, #ffffff);
    border: 1px solid #e7edf2;
    box-shadow: 0 0.75rem 2.5rem rgba(16, 42, 67, 0.07);
}

.content-card h2 {
    margin-bottom: 1.25rem;
    font-size: clamp(1.75rem, 3vw, 2.4rem);
}

.content-card h3 {
    margin-top: 2rem;
    font-size: 1.25rem;
}

.content-card p {
    color: var(--muted, #607284);
    line-height: 1.85;
}

/* ---------- Inner-page Sidebar ---------- */

.inner-sidebar {
    top: 1.5rem;
    border-top: 4px solid var(--orange, #f97316);
}

.inner-sidebar h2 {
    font-size: 1.35rem;
}

.inner-sidebar p,
.inner-sidebar address {
    color: var(--muted, #607284);
    font-size: 0.85rem;
    line-height: 1.7;
}

/* ---------- Inner-page Tablet ---------- */

@media (max-width: 991.98px) {
    .inner-hero {
        padding: 4rem 0;
    }

    .inner-lucky-symbol {
        width: 110px;
        height: 110px;
        margin-right: auto;
        margin-left: 0;
    }
}

/* ---------- Inner-page Mobile ---------- */

@media (max-width: 575.98px) {
    .inner-hero {
        padding: 3rem 0;
    }

    .inner-lucky-symbol {
        width: 90px;
        height: 90px;
    }

    .content-card,
    .inner-sidebar {
        padding: 1.35rem;
    }
}

/* ==============================================================
   THEME SAFETY OVERRIDES
   These explicit fallbacks preserve the intended design even if
   another stylesheet changes or removes the custom properties.
================================================================= */

.topbar {
    color: #cfdae3;
    background-color: #081c2c;
}

.navbar {
    background-color: #ffffff;
}

.nav-link {
    color: #384c5e !important;
}

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

.btn-orange {
    color: #ffffff;
    background-color: #f97316;
    border-color: #f97316;
}

.btn-orange:hover,
.btn-orange:focus {
    color: #ffffff;
    background-color: #e85d08;
    border-color: #e85d08;
}

.footer {
    color: #aebbc6;
    background-color: #081c2c;
}

.footer h3 {
    color: #ffffff;
}

.footer p,
.footer a {
    color: #aebbc6;
}

.footer a:hover,
.footer a:focus {
    color: #f97316;
}

.whatsapp-button {
    color: #ffffff;
    background-color: #25d366;
    border-color: #ffffff;
}

.whatsapp-button:hover,
.whatsapp-button:focus-visible {
    color: #ffffff;
    background-color: #128c4a;
}

.btn-whatsapp {
    color: #ffffff;
    background-color: #25d366;
    border-color: #25d366;
}

.btn-whatsapp:hover,
.btn-whatsapp:focus {
    color: #ffffff;
    background-color: #128c4a;
    border-color: #128c4a;
}

.inner-hero {
    color: #ffffff;
}

.inner-hero h1 {
    color: #ffffff;
}

.inner-hero .section-kicker {
    color: #f97316;
}

.inner-sidebar {
    border-top-color: #f97316;
}






/* ---------- Services Page ---------- */

.service-enquiry-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0;
    color: #102a43;
    background: transparent;
    border: 0;
    font-size: 0.76rem;
    font-weight: 800;
}

.service-enquiry-link:hover,
.service-enquiry-link:focus {
    color: #f97316;
}

/* ---------- Gallery Page ---------- */

.gallery-intro {
    max-width: 720px;
}

.gallery-card {
    position: relative;
    display: block;
    min-height: 350px;
    overflow: hidden;
    background: #081c2c;
    border-radius: 0.75rem;
    box-shadow: 0 0.75rem 2rem rgba(16, 42, 67, 0.12);
}

.gallery-card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.gallery-card:hover img,
.gallery-card:focus img {
    transform: scale(1.04);
}

.gallery-card-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    padding: 2.5rem 1.25rem 1.25rem;
    color: #ffffff;
    background: linear-gradient(transparent, rgba(8, 28, 44, 0.95));
}

.gallery-card-overlay strong {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.05rem;
}

.gallery-card-overlay small {
    margin-top: 0.3rem;
    color: #d4dee6;
    font-size: 0.75rem;
}

.video-card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e2e9ef;
    border-radius: 0.75rem;
    box-shadow: 0 0.75rem 2rem rgba(16, 42, 67, 0.08);
}

.video-card video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #081c2c;
    object-fit: cover;
}

.video-card-body {
    padding: 1.4rem;
}

.video-card-body h3 {
    font-size: 1.05rem;
}

.video-card-body p {
    margin-bottom: 0;
    color: #607284;
    font-size: 0.82rem;
    line-height: 1.7;
}

/* ---------- Contact Page ---------- */

.contact-form .form-label {
    color: #102a43;
    font-size: 0.82rem;
    font-weight: 700;
}

.contact-form .form-label span {
    color: #f97316;
}

.contact-form .form-control,
.contact-form .form-select {
    min-height: 50px;
    border-color: #d8e1e8;
    border-radius: 0.35rem;
    font-size: 0.9rem;
}

.contact-form textarea.form-control {
    min-height: 135px;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border-color: #f97316;
    box-shadow: 0 0 0 0.2rem rgba(249, 115, 22, 0.15);
}

.contact-form .form-check-label {
    color: #607284;
    font-size: 0.8rem;
}

.contact-details-card {
    padding: clamp(1.5rem, 4vw, 3rem);
    color: #ffffff;
    background: #102a43;
    border-top: 4px solid #f97316;
    box-shadow: 0 0.75rem 2.5rem rgba(16, 42, 67, 0.14);
}

.contact-details-card h2 {
    margin-bottom: 2rem;
    color: #ffffff;
    font-size: clamp(1.6rem, 3vw, 2.25rem);
}

.contact-detail {
    display: flex;
    gap: 1rem;
    padding: 1.15rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-detail > i {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    place-items: center;
    color: #ffffff;
    background: #f97316;
    border-radius: 50%;
}

.contact-detail > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.contact-detail strong {
    margin-bottom: 0.35rem;
    color: #ffffff;
    font-size: 0.82rem;
}

.contact-detail a,
.contact-detail address {
    margin-bottom: 0;
    color: #c8d4dd;
    font-size: 0.78rem;
    line-height: 1.7;
    overflow-wrap: anywhere;
}

.contact-detail a:hover {
    color: #f97316;
}

.map-section {
    padding: 0 0 6.25rem;
}

.map-card {
    overflow: hidden;
    background: #f7f5f0;
    box-shadow: 0 0.75rem 2.5rem rgba(16, 42, 67, 0.1);
}

.map-copy {
    padding: clamp(2rem, 5vw, 4rem);
}

.map-copy h2 {
    color: #102a43;
    font-size: clamp(1.6rem, 3vw, 2.25rem);
}

.map-copy p:not(.section-kicker) {
    color: #607284;
    font-size: 0.85rem;
    line-height: 1.8;
}

.office-map {
    display: block;
    width: 100%;
    min-height: 460px;
    border: 0;
}

/* ---------- Page Not Found ---------- */

.error-page {
    display: flex;
    min-height: 680px;
    align-items: center;
    padding: 5rem 0;
    background:
        radial-gradient(circle at 50% 20%, rgba(249, 115, 22, 0.1), transparent 32%),
        #f7f5f0;
}

.error-card {
    max-width: 900px;
    margin: 0 auto;
}

.error-symbol {
    width: 90px;
    height: 90px;
    padding: 7px;
    object-fit: contain;
    background: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 0.75rem 2rem rgba(16, 42, 67, 0.12);
}

.error-code {
    color: #102a43;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(5rem, 15vw, 10rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.08em;
}

.error-card h1 {
    color: #102a43;
    font-size: clamp(2rem, 5vw, 3.5rem);
}

.error-message {
    max-width: 680px;
    margin: 1.25rem auto 0;
    color: #607284;
    line-height: 1.8;
}

.btn-outline-navy {
    color: #102a43;
    background: transparent;
    border-color: #102a43;
    font-weight: 800;
}

.btn-outline-navy:hover,
.btn-outline-navy:focus {
    color: #ffffff;
    background: #102a43;
    border-color: #102a43;
}

.error-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 0.8rem;
    color: #607284;
    font-size: 0.82rem;
}

.error-contact a {
    color: #102a43;
    font-weight: 700;
}

.error-contact a:hover {
    color: #f97316;
}

/* ---------- Inner Page Responsive Rules ---------- */

@media (max-width: 991.98px) {
    .gallery-card,
    .gallery-card img {
        min-height: 300px;
        height: 300px;
    }

    .map-section {
        padding-bottom: 4.5rem;
    }

    .office-map {
        min-height: 380px;
    }

    .error-page {
        min-height: 600px;
    }
}

@media (max-width: 575.98px) {
    .gallery-card,
    .gallery-card img {
        min-height: 270px;
        height: 270px;
    }

    .contact-details-card {
        padding: 1.5rem;
    }

    .map-copy {
        padding: 1.75rem;
    }

    .office-map {
        min-height: 330px;
    }

    .error-page {
        min-height: 560px;
        padding: 3.5rem 0;
    }

    .error-symbol {
        width: 75px;
        height: 75px;
    }
}

