/* =========================================
   KALSI GLOBAL LINKS
   Deep Navy Professional Theme
========================================= */

:root {
    --navy: #031b35;
    --navy-dark: #021326;
    --navy-light: #092b4d;
    --gold: #f2b632;
    --gold-dark: #d99a16;
    --white: #ffffff;
    --off-white: #f8fafc;
    --light: #eef3f8;
    --text: #172033;
    --muted: #64748b;
    --border: #dfe7ef;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text);
    background: var(--white);
    line-height: 1.7;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

section {
    position: relative;
}

/* =========================================
   NAVIGATION
========================================= */

.main-navbar {
    background: var(--navy-dark);
    min-height: 86px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(242, 182, 50, 0.15);
    transition: all 0.3s ease;
}

.main-navbar.shadow {
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.22) !important;
}

.navbar-brand {
    gap: 11px;
}

.navbar-logo {
    width: 54px;
    height: 54px;
    object-fit: contain;
    border-radius: 50%;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.brand-name {
    color: var(--white);
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: 2px;
}

.brand-subtitle {
    color: var(--gold);
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 6px;
}

.main-navbar .nav-link {
    color: rgba(255, 255, 255, 0.78);
    font-weight: 600;
    font-size: 0.94rem;
    padding: 12px 12px !important;
    transition: 0.25s;
}

.main-navbar .nav-link:hover,
.main-navbar .nav-link.active {
    color: var(--gold);
}

.navbar-contact-btn {
    background: var(--gold);
    color: var(--navy-dark);
    border: 2px solid var(--gold);
    border-radius: 50px;
    padding: 9px 22px;
    font-weight: 700;
}

.navbar-contact-btn:hover {
    background: transparent;
    color: var(--gold);
    border-color: var(--gold);
}

/* =========================================
   HERO
========================================= */

.navy-hero {
    background:
        radial-gradient(
            circle at 15% 30%,
            rgba(25, 78, 125, 0.35),
            transparent 34%
        ),
        linear-gradient(
            135deg,
            var(--navy-dark),
            var(--navy)
        );

    min-height: 650px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 80px 0;
}

.hero-content {
    position: relative;
    z-index: 3;
}

.hero-eyebrow {
    display: inline-block;
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 18px;
}

.hero-content h1 {
    color: var(--white);
    font-size: clamp(3rem, 5vw, 5rem);
    line-height: 1.05;
    font-weight: 800;
    max-width: 680px;
    margin-bottom: 25px;
}

.hero-content h1 span {
    color: var(--gold);
    display: block;
}

.hero-description {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.1rem;
    max-width: 570px;
    margin-bottom: 32px;
}

.hero-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.btn-gold {
    background: var(--gold);
    border: 2px solid var(--gold);
    color: var(--navy-dark);
    border-radius: 50px;
    padding: 12px 28px;
    font-weight: 700;
    transition: 0.3s;
}

.btn-gold:hover {
    background: var(--gold-dark);
    border-color: var(--gold-dark);
    color: var(--navy-dark);
    transform: translateY(-2px);
}

.btn-outline-gold {
    border: 2px solid var(--gold);
    color: var(--gold);
    border-radius: 50px;
    padding: 12px 28px;
    font-weight: 700;
}

.btn-outline-gold:hover {
    background: var(--gold);
    color: var(--navy-dark);
}

.hero-image-wrapper {
    position: relative;
    max-width: 540px;
    margin-left: auto;
}

.hero-image-border {
    border: 2px solid var(--gold);
    border-radius: 30px;
    padding: 7px;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.4);
}

.hero-main-image {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 22px;
    display: block;
}

.hero-floating-card {
    position: absolute;
    left: -45px;
    bottom: 40px;
    background: var(--white);
    padding: 15px 20px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.floating-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--gold);
    color: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
}

.hero-floating-card strong {
    color: var(--navy);
    display: block;
}

.hero-floating-card span {
    color: var(--muted);
    display: block;
    font-size: 0.8rem;
}

.hero-decoration {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(242, 182, 50, 0.12);
}

.hero-decoration-one {
    width: 500px;
    height: 500px;
    left: -250px;
    top: -180px;
}

.hero-decoration-two {
    width: 700px;
    height: 700px;
    right: -400px;
    bottom: -450px;
}

/* =========================================
   STATISTICS
========================================= */

.stats-section {
    background: var(--navy);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.stat-item {
    text-align: center;
    padding: 38px 15px;
    position: relative;
}

.stat-item::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 65px;
    background: rgba(255, 255, 255, 0.12);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.stat-item-last::after {
    display: none;
}

.stat-item > i {
    color: var(--gold);
    font-size: 1.45rem;
    margin-bottom: 10px;
}

.stat-item h2 {
    color: var(--gold);
    font-size: 2rem;
    font-weight: 800;
    margin: 0;
}

.stat-item .counter {
    color: inherit;
    font-size: inherit;
}

.stat-item p {
    color: rgba(255, 255, 255, 0.75);
    margin: 5px 0 0;
    font-size: 0.9rem;
}

/* =========================================
   SERVICES
========================================= */

.home-services {
    padding: 100px 0;
    background: var(--off-white);
}

.section-heading {
    max-width: 680px;
    margin: 0 auto 55px;
}

.section-heading > span,
.section-label {
    color: var(--gold-dark);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 2px;
}

.section-heading h2 {
    color: var(--navy);
    font-size: 2.5rem;
    font-weight: 800;
    margin: 8px 0 10px;
}

.section-heading p {
    color: var(--muted);
}

.professional-service-card {
    background: var(--white);
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: 0 10px 35px rgba(3, 27, 53, 0.07);
    transition: 0.35s;
}

.professional-service-card:hover {
    transform: translateY(-9px);
    box-shadow: 0 20px 45px rgba(3, 27, 53, 0.14);
}

.service-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.professional-service-card:hover .service-image img {
    transform: scale(1.06);
}

.service-icon {
    position: absolute;
    right: 18px;
    bottom: -23px;
    width: 52px;
    height: 52px;
    background: var(--gold);
    color: var(--navy);
    border-radius: 50%;
    border: 5px solid var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-content {
    padding: 30px 24px 25px;
}

.service-content h3 {
    color: var(--navy);
    font-size: 1.25rem;
    font-weight: 800;
}

.service-content p {
    color: var(--muted);
    font-size: 0.92rem;
    min-height: 76px;
}

.service-content a {
    color: var(--navy);
    font-weight: 700;
    font-size: 0.9rem;
}

.service-content a i {
    color: var(--gold-dark);
    margin-left: 5px;
    transition: 0.25s;
}

.service-content a:hover i {
    transform: translateX(5px);
}

/* =========================================
   WHY KALSI
========================================= */

.why-kalsi {
    padding: 100px 0;
    background: var(--white);
}

.why-kalsi h2 {
    color: var(--navy);
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 12px 0 20px;
}

.why-kalsi > .container > .row > div > p {
    color: var(--muted);
    margin-bottom: 28px;
}

.benefit-card {
    height: 100%;
    background: var(--off-white);
    border: 1px solid var(--border);
    border-radius: 15px;
    padding: 28px;
    transition: 0.3s;
}

.benefit-card:hover {
    border-color: var(--gold);
    transform: translateY(-5px);
}

.benefit-card > i {
    color: var(--gold-dark);
    font-size: 1.8rem;
    margin-bottom: 17px;
}

.benefit-card h4 {
    color: var(--navy);
    font-size: 1.1rem;
    font-weight: 800;
}

.benefit-card p {
    color: var(--muted);
    font-size: 0.9rem;
    margin: 0;
}

/* =========================================
   CTA
========================================= */

.home-cta {
    padding: 85px 0;
    background:
        linear-gradient(
            135deg,
            #d99a16,
            #f2b632
        );
}

.cta-content > span {
    color: rgba(3, 27, 53, 0.7);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 2px;
}

.cta-content h2 {
    color: var(--navy-dark);
    font-size: 2.7rem;
    font-weight: 800;
    margin: 8px 0;
}

.cta-content p {
    color: rgba(3, 27, 53, 0.78);
    font-size: 1.05rem;
    margin-bottom: 25px;
}

.cta-content .btn-light {
    color: var(--navy);
    border-radius: 50px;
    padding: 13px 28px;
    font-weight: 700;
    border: 0;
}

/* =========================================
   GENERAL INNER PAGES
========================================= */

main > section:not(
    .navy-hero,
    .stats-section,
    .home-services,
    .why-kalsi,
    .home-cta
) {
    padding: 80px 0;
}

main h1,
main h2,
main h3,
main h4 {
    color: var(--navy);
}

.form-control,
.form-select {
    padding: 13px 15px;
    border-radius: 9px;
    border: 1px solid var(--border);
}

.form-control:focus,
.form-select:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 0.2rem rgba(242, 182, 50, 0.14);
}

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

.main-footer {
    background: var(--navy-dark);
    padding: 70px 0 0;
    color: rgba(255, 255, 255, 0.72);
}

.footer-logo {
    width: 58px;
    height: 58px;
    object-fit: contain;
    border-radius: 50%;
    margin-right: 12px;
}

.footer-brand-name {
    color: var(--white);
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: 2px;
}

.footer-brand-subtitle {
    color: var(--gold);
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 2px;
}

.footer-description {
    max-width: 330px;
    font-size: 0.9rem;
}

.main-footer h5 {
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 9px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.9rem;
    transition: 0.25s;
}

.footer-links a:hover {
    color: var(--gold);
    padding-left: 4px;
}

.footer-contact {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 0.9rem;
}

.footer-contact i {
    color: var(--gold);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
    padding: 22px 0;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.55);
}

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

.about-hero {
    background: var(--navy-dark);
    padding: 90px 0;
    overflow: hidden;
}

.about-hero h1 {
    color: var(--white);
    font-size: clamp(2.8rem, 5vw, 4.5rem);
    font-weight: 800;
    line-height: 1.08;
    margin-bottom: 24px;
}

.about-hero h1 span {
    display: block;
    color: var(--gold);
}

.about-hero p {
    color: rgba(255, 255, 255, 0.75);
    max-width: 590px;
    font-size: 1.05rem;
    margin-bottom: 30px;
}

.about-image-frame {
    border: 2px solid var(--gold);
    padding: 7px;
    border-radius: 28px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
}

.about-image-frame img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.about-story {
    padding: 95px 0;
    background: var(--white);
}

.about-story h2,
.about-why h2 {
    color: var(--navy);
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 800;
    margin-top: 10px;
}

.about-story p,
.about-why p {
    color: var(--muted);
}

.about-principles {
    padding: 95px 0;
    background: var(--off-white);
}

.principle-card {
    height: 100%;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 38px 32px;
    text-align: center;
    box-shadow: 0 10px 35px rgba(3, 27, 53, 0.06);
    transition: 0.3s ease;
}

.principle-card:hover {
    transform: translateY(-7px);
    border-color: var(--gold);
}

.principle-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: var(--navy);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.principle-card h3 {
    color: var(--navy);
    font-weight: 800;
    font-size: 1.3rem;
}

.principle-card p {
    color: var(--muted);
    font-size: 0.94rem;
    margin: 0;
}

.about-why {
    padding: 100px 0;
    background: var(--white);
}

.about-feature {
    height: 100%;
    display: flex;
    gap: 18px;
    padding: 25px;
    background: var(--off-white);
    border: 1px solid var(--border);
    border-radius: 15px;
    transition: 0.3s;
}

.about-feature:hover {
    border-color: var(--gold);
    transform: translateY(-4px);
}

.about-feature > i {
    color: var(--gold-dark);
    font-size: 1.6rem;
    margin-top: 4px;
}

.about-feature h4 {
    color: var(--navy);
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: 7px;
}

.about-feature p {
    font-size: 0.88rem;
    margin: 0;
}

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

.services-hero {
    background:
        radial-gradient(
            circle at 50% 120%,
            rgba(242, 182, 50, 0.12),
            transparent 45%
        ),
        var(--navy-dark);

    padding: 105px 0;
}

.services-hero h1 {
    color: var(--white);
    font-size: clamp(3rem, 5vw, 4.8rem);
    font-weight: 800;
    line-height: 1.08;
    margin: 10px 0 20px;
}

.services-hero h1 span {
    color: var(--gold);
}

.services-hero p {
    color: rgba(255, 255, 255, 0.72);
    max-width: 680px;
    margin: auto;
    font-size: 1.05rem;
}

.services-page {
    padding: 100px 0;
    background: var(--off-white);
}

.service-large-card {
    height: 100%;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(3, 27, 53, 0.07);
    transition: 0.35s ease;
}

.service-large-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 22px 50px rgba(3, 27, 53, 0.14);
}

.service-large-image {
    height: 300px;
    position: relative;
    overflow: hidden;
}

.service-large-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-large-card:hover .service-large-image img {
    transform: scale(1.05);
}

.service-large-icon {
    position: absolute;
    bottom: 20px;
    right: 22px;

    width: 58px;
    height: 58px;

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

    background: var(--gold);
    color: var(--navy-dark);

    border-radius: 50%;
    font-size: 1.35rem;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.service-large-content {
    padding: 34px;
}

.service-large-content > span {
    color: var(--gold-dark);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 1.8px;
}

.service-large-content h2 {
    color: var(--navy);
    font-size: 1.7rem;
    font-weight: 800;
    margin: 8px 0 14px;
}

.service-large-content p {
    color: var(--muted);
    min-height: 105px;
}

.service-large-content a {
    color: var(--navy);
    font-weight: 800;
}

.service-large-content a i {
    color: var(--gold-dark);
    margin-left: 7px;
    transition: 0.25s;
}

.service-large-content a:hover i {
    transform: translateX(5px);
}


/* PROCESS */

.service-process {
    padding: 100px 0;
    background: var(--white);
}

.process-card {
    position: relative;
    height: 100%;
    padding: 38px 30px;

    background: var(--off-white);
    border: 1px solid var(--border);
    border-radius: 18px;

    text-align: center;

    transition: 0.3s;
    overflow: hidden;
}

.process-card:hover {
    border-color: var(--gold);
    transform: translateY(-5px);
}

.process-number {
    position: absolute;
    right: 20px;
    top: 5px;

    color: rgba(3, 27, 53, 0.06);

    font-size: 4.5rem;
    line-height: 1;
    font-weight: 900;
}

.process-card > i {
    position: relative;

    width: 65px;
    height: 65px;

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

    margin: 0 auto 22px;

    border-radius: 50%;

    background: var(--navy);
    color: var(--gold);

    font-size: 1.45rem;
}

.process-card h3 {
    position: relative;
    color: var(--navy);
    font-size: 1.2rem;
    font-weight: 800;
}

.process-card p {
    position: relative;
    color: var(--muted);
    font-size: 0.92rem;
    margin-bottom: 0;
}

/* =========================================
   FLIGHTS PAGE
========================================= */

.flights-hero {
    padding: 90px 0;
    background:
        radial-gradient(
            circle at 15% 30%,
            rgba(30, 82, 130, 0.3),
            transparent 35%
        ),
        var(--navy-dark);
}

.flights-hero h1 {
    color: var(--white);
    font-size: clamp(2.8rem, 5vw, 4.5rem);
    font-weight: 800;
    line-height: 1.08;
    margin: 10px 0 22px;
}

.flights-hero h1 span {
    color: var(--gold);
    display: block;
}

.flights-hero p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.05rem;
    max-width: 600px;
    margin-bottom: 30px;
}

.flight-hero-image {
    position: relative;
    border: 2px solid var(--gold);
    border-radius: 28px;
    padding: 7px;
}

.flight-hero-image > img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.flight-badge {
    position: absolute;
    left: -25px;
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 13px;
    background: var(--white);
    padding: 15px 20px;
    border-radius: 13px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.flight-badge > i {
    color: var(--gold-dark);
    font-size: 1.5rem;
}

.flight-badge strong,
.flight-badge span {
    display: block;
}

.flight-badge strong {
    color: var(--navy);
}

.flight-badge span {
    color: var(--muted);
    font-size: 0.78rem;
}


/* BENEFITS */

.flight-benefits {
    padding: 50px 0;
    background: var(--navy);
}

.flight-benefit-item {
    display: flex;
    gap: 17px;
    align-items: flex-start;
    padding: 15px;
}

.flight-benefit-item > i {
    color: var(--gold);
    font-size: 1.5rem;
    margin-top: 5px;
}

.flight-benefit-item h4 {
    color: var(--white);
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: 5px;
}

.flight-benefit-item p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.86rem;
    margin: 0;
}


/* REQUEST FORM */

.flight-request-section {
    padding: 100px 0;
    background: var(--off-white);
}

.flight-request-section h2 {
    color: var(--navy);
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 10px 0 18px;
}

.flight-request-section > .container > .row > div > p {
    color: var(--muted);
}

.flight-contact-box {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 30px;
    padding: 20px;
    background: var(--navy);
    border-radius: 14px;
}

.flight-contact-box > div:first-child {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gold);
    color: var(--navy);
    border-radius: 50%;
}

.flight-contact-box strong,
.flight-contact-box span {
    display: block;
}

.flight-contact-box strong {
    color: var(--white);
}

.flight-contact-box span {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.84rem;
}

.flight-form-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 38px;
    box-shadow: 0 15px 45px rgba(3, 27, 53, 0.08);
}

.flight-form-card .form-label {
    color: var(--navy);
    font-size: 0.85rem;
    font-weight: 700;
}

.flight-submit-btn {
    width: 100%;
    margin-top: 8px;
}


/* FLIGHT PROCESS */

.flight-process {
    padding: 100px 0;
    background: var(--white);
}

.flight-step {
    height: 100%;
    position: relative;
    text-align: center;
    padding: 38px 28px;
    background: var(--off-white);
    border: 1px solid var(--border);
    border-radius: 17px;
}

.flight-step > span {
    position: absolute;
    right: 20px;
    top: 8px;
    color: rgba(3, 27, 53, 0.07);
    font-size: 4rem;
    font-weight: 900;
    line-height: 1;
}

.flight-step > i {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    background: var(--navy);
    color: var(--gold);
    border-radius: 50%;
    font-size: 1.4rem;
}

.flight-step h3 {
    color: var(--navy);
    font-size: 1.15rem;
    font-weight: 800;
}

.flight-step p {
    color: var(--muted);
    font-size: 0.9rem;
    margin: 0;
}


@media (max-width: 991px) {

    .flight-badge {
        left: 20px;
    }

}

@media (max-width: 767px) {

    .flight-hero-image > img {
        height: 350px;
    }

    .flight-form-card {
        padding: 25px 20px;
    }

    .flight-request-section h2 {
        font-size: 2.1rem;
    }

}

@media (max-width: 575px) {

    .flight-badge {
        position: relative;
        left: auto;
        bottom: auto;
        margin: -25px 15px 0;
    }

}

/* =========================================
   SHARED INNER PAGE COMPONENTS
========================================= */

/* HERO */

.page-hero {
    padding: 90px 0;
    background:
        radial-gradient(
            circle at 15% 30%,
            rgba(30, 82, 130, 0.30),
            transparent 35%
        ),
        var(--navy-dark);
    overflow: hidden;
}

.page-hero h1 {
    color: var(--white);
    font-size: clamp(2.8rem, 5vw, 4.5rem);
    font-weight: 800;
    line-height: 1.08;
    margin: 10px 0 22px;
}

.page-hero h1 span {
    color: var(--gold);
    display: block;
}

.page-hero p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.05rem;
    max-width: 620px;
    margin-bottom: 30px;
}

.page-hero.text-center p {
    margin-left: auto;
    margin-right: auto;
}


/* HERO IMAGE */

.page-image {
    position: relative;
    border: 2px solid var(--gold);
    border-radius: 28px;
    padding: 7px;
}

.page-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}


/* STANDARD SECTIONS */

.content-section {
    padding: 100px 0;
    background: var(--white);
}

.content-section-light {
    padding: 100px 0;
    background: var(--off-white);
}

.content-title {
    color: var(--navy);
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 10px 0 18px;
}

.content-text {
    color: var(--muted);
}


/* STANDARD INFORMATION CARDS */

.info-card {
    height: 100%;
    padding: 30px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 17px;
    transition: 0.3s ease;
}

.info-card:hover {
    border-color: var(--gold);
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(3, 27, 53, 0.08);
}

.info-card > i {
    color: var(--gold-dark);
    font-size: 1.6rem;
    margin-bottom: 18px;
}

.info-card h3,
.info-card h4 {
    color: var(--navy);
    font-weight: 800;
}

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

.info-card h4 {
    font-size: 1.05rem;
}

.info-card p {
    color: var(--muted);
    font-size: 0.9rem;
    margin-bottom: 0;
}


/* ICON CIRCLE */

.icon-circle {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--navy);
    color: var(--gold);
    border-radius: 50%;
    font-size: 1.45rem;
    margin-bottom: 20px;
}

.text-center .icon-circle {
    margin-left: auto;
    margin-right: auto;
}


/* REQUEST / CONTACT FORMS */

.request-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 38px;
    box-shadow: 0 15px 45px rgba(3, 27, 53, 0.08);
}

.request-card .form-label {
    color: var(--navy);
    font-size: 0.85rem;
    font-weight: 700;
}

.request-card .btn {
    width: 100%;
}


/* PROCESS STEPS */

.step-card {
    height: 100%;
    position: relative;
    text-align: center;
    padding: 38px 28px;
    background: var(--off-white);
    border: 1px solid var(--border);
    border-radius: 17px;
    transition: 0.3s ease;
    overflow: hidden;
}

.step-card:hover {
    border-color: var(--gold);
    transform: translateY(-5px);
}

.step-number {
    position: absolute;
    right: 20px;
    top: 7px;
    color: rgba(3, 27, 53, 0.06);
    font-size: 4rem;
    font-weight: 900;
    line-height: 1;
}

.step-card > i {
    position: relative;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    background: var(--navy);
    color: var(--gold);
    border-radius: 50%;
    font-size: 1.4rem;
}

.step-card h3 {
    position: relative;
    color: var(--navy);
    font-size: 1.15rem;
    font-weight: 800;
}

.step-card p {
    position: relative;
    color: var(--muted);
    font-size: 0.9rem;
    margin: 0;
}


/* DARK FEATURE STRIP */

.feature-strip {
    padding: 50px 0;
    background: var(--navy);
}

.feature-strip-item {
    display: flex;
    gap: 17px;
    align-items: flex-start;
    padding: 15px;
}

.feature-strip-item > i {
    color: var(--gold);
    font-size: 1.5rem;
    margin-top: 5px;
}

.feature-strip-item h4 {
    color: var(--white);
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: 5px;
}

.feature-strip-item p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.86rem;
    margin: 0;
}


/* RESPONSIVE */

@media (max-width: 767px) {

    .page-hero {
        padding: 65px 0;
    }

    .page-image img {
        height: 350px;
    }

    .content-section,
    .content-section-light {
        padding: 70px 0;
    }

    .content-title {
        font-size: 2.1rem;
    }

    .request-card {
        padding: 25px 20px;
    }
}