﻿
/* =====================================
                   Sprint Logistics Hero
                ===================================== */
.sprint-hero-section {
    position: relative;
    min-height: 720px;
    padding: 70px 0 155px;
    overflow: hidden;
    background: linear-gradient( 90deg, rgba(15, 38, 68, 0.96) 0%, rgba(26, 63, 105, 0.91) 48%, rgba(24, 65, 112, 0.66) 100% ), url("../img/background/Cbanner-11.png") center center / cover no-repeat;
}

    .sprint-hero-section::before {
        position: absolute;
        top: -160px;
        right: -100px;
        width: 430px;
        height: 430px;
        content: "";
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 50%;
    }

    .sprint-hero-section::after {
        position: absolute;
        right: 150px;
        bottom: -240px;
        width: 500px;
        height: 500px;
        content: "";
        border: 1px solid rgba(255, 255, 255, 0.07);
        border-radius: 50%;
    }

.sprint-hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient( circle at 15% 30%, rgba(255, 255, 255, 0.08), transparent 35% );
}

.sprint-hero-section .container {
    position: relative;
    z-index: 2;
}

.sprint-hero-row {
    display: flex;
    align-items: center;
    min-height: 390px;
}

.sprint-hero-content {
    max-width: 960px;
}

.sprint-hero-subtitle {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 16px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 30px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.09);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.8px;
    line-height: 1.4;
    text-transform: uppercase;
}

.sprint-hero-content h1 {
    max-width: 930px;
    margin: 0 0 25px;
    color: #ffffff;
    font-size: 54px;
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -1px;
}

    .sprint-hero-content h1 span {
        color: #ffffff;
    }

        .sprint-hero-content h1 span::after {
            display: block;
            width: 76px;
            height: 4px;
            margin-top: 20px;
            content: "";
            border-radius: 10px;
            background: #ffffff;
        }

.sprint-hero-content p {
    max-width: 900px;
    margin: 0 0 13px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.85;
}

.sprint-hero-content .sprint-hero-intro {
    color: rgba(255, 255, 255, 0.94);
    font-size: 17px;
    line-height: 1.85;
}

.sprint-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 32px;
}

.sprint-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    margin-right: 14px;
    margin-bottom: 12px;
    padding: 14px 27px;
    border: 2px solid transparent;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

    .sprint-hero-btn i {
        margin-right: 10px;
    }

        .sprint-hero-btn i.fa-arrow-right {
            margin-right: 0;
            margin-left: 10px;
        }

.sprint-hero-btn-primary {
    color: #295d99;
    background: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

    .sprint-hero-btn-primary:hover,
    .sprint-hero-btn-primary:focus {
        color: #295d99;
        background: #f1f5f9;
        border-color: #f1f5f9;
        text-decoration: none;
        transform: translateY(-3px);
    }

.sprint-hero-btn-outline {
    color: #ffffff;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.7);
}

    .sprint-hero-btn-outline:hover,
    .sprint-hero-btn-outline:focus {
        color: #295d99;
        background: #ffffff;
        border-color: #ffffff;
        text-decoration: none;
        transform: translateY(-3px);
    }

.sprint-hero-features {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 22px;
}

.sprint-hero-feature {
    display: flex;
    align-items: center;
    margin-right: 28px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.87);
    font-size: 13px;
    font-weight: 600;
}

    .sprint-hero-feature i {
        margin-right: 8px;
        color: #ffffff;
        font-size: 15px;
    }

/* =====================================
                   Tracking Box
                ===================================== */

.shipment-tracking-section {
    position: relative;
    z-index: 5;
    padding-bottom: 30px;
    background: #ffffff;
}

.shipment-tracking-box {
    position: relative;
    margin-top: -72px;
    padding: 31px 34px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(20, 45, 76, 0.18);
}

    .shipment-tracking-box::before {
        position: absolute;
        top: 0;
        left: 32px;
        width: 70px;
        height: 4px;
        content: "";
        border-radius: 0 0 10px 10px;
        background: #295d99;
    }

.shipment-tracking-heading {
    display: flex;
    align-items: center;
}

.shipment-tracking-icon {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-right: 16px;
    border-radius: 12px;
    color: #ffffff;
    background: #295d99;
    font-size: 23px;
}

.shipment-tracking-heading h2 {
    margin: 0 0 5px;
    color: #1e2d3d;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
}

.shipment-tracking-heading p {
    margin: 0;
    color: #737c87;
    font-size: 13px;
    line-height: 1.6;
}

.shipment-tracking-form {
    padding-top: 8px;
}

    .shipment-tracking-form .form-group {
        margin-bottom: 0;
    }

    .shipment-tracking-form .form-control {
        width: 100%;
        height: 54px;
        padding: 10px 18px;
        border: 1px solid #dde4ec;
        border-radius: 6px;
        color: #334155;
        background: #f8fafc;
        font-size: 14px;
        box-shadow: none;
        transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
    }

        .shipment-tracking-form .form-control:focus {
            border-color: #295d99;
            background: #ffffff;
            box-shadow: 0 0 0 3px rgba(41, 93, 153, 0.1);
        }

.shipment-track-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 54px;
    padding: 10px 20px;
    border: 0;
    border-radius: 6px;
    color: #ffffff;
    background: #295d99;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

    .shipment-track-btn i {
        margin-left: 10px;
    }

    .shipment-track-btn:hover,
    .shipment-track-btn:focus {
        color: #ffffff;
        background: #1e4c82;
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(41, 93, 153, 0.25);
    }

/* =====================================
                   Responsive
                ===================================== */

@media (max-width: 1199px) {
    .sprint-hero-section {
        min-height: 680px;
        padding-top: 155px;
    }

    .sprint-hero-content h1 {
        font-size: 47px;
    }

    .shipment-tracking-box {
        padding: 28px;
    }
}

@media (max-width: 991px) {
    .sprint-hero-section {
        min-height: auto;
        padding: 140px 0 135px;
    }

    .sprint-hero-row {
        display: block;
        min-height: 0;
    }

    .sprint-hero-content {
        text-align: center;
    }

        .sprint-hero-content h1 {
            margin-right: auto;
            margin-left: auto;
            font-size: 42px;
        }

            .sprint-hero-content h1 span::after {
                margin-right: auto;
                margin-left: auto;
            }

        .sprint-hero-content p {
            margin-right: auto;
            margin-left: auto;
        }

    .sprint-hero-actions,
    .sprint-hero-features {
        justify-content: center;
    }

    .shipment-tracking-box {
        margin-top: -60px;
    }

    .shipment-tracking-heading {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .sprint-hero-section {
        padding: 120px 0 115px;
        background-position: 60% center;
    }

    .sprint-hero-content h1 {
        font-size: 33px;
        line-height: 1.3;
    }

    .sprint-hero-content .sprint-hero-intro {
        font-size: 15px;
    }

    .sprint-hero-content p {
        font-size: 14px;
        line-height: 1.8;
    }

    .sprint-hero-actions {
        display: block;
    }

    .sprint-hero-btn {
        width: 100%;
        margin-right: 0;
    }

    .sprint-hero-features {
        display: block;
        margin-top: 18px;
        text-align: left;
    }

    .sprint-hero-feature {
        justify-content: center;
        margin-right: 0;
    }

    .shipment-tracking-box {
        margin-top: -50px;
        padding: 28px 22px;
    }

    .shipment-tracking-heading {
        align-items: flex-start;
    }

    .shipment-tracking-form .form-group {
        margin-bottom: 14px;
    }

    .shipment-tracking-form .col-sm-4 .form-group {
        margin-bottom: 0;
    }
}
/* =====================================
   Modern Breadcrumb
===================================== */

.modern-breadcrumb {
    position: relative;
    padding: 76px 0;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient( 135deg, #173554 0%, #214f7f 52%, #295d99 100% );
}

    .modern-breadcrumb::before {
        position: absolute;
        top: 0;
        right: 0;
        width: 42%;
        height: 100%;
        content: "";
        background: linear-gradient( 135deg, transparent 0%, rgba(255, 255, 255, 0.025) 100% );
        clip-path: polygon(35% 0, 100% 0, 100% 100%, 0 100%);
    }

    .modern-breadcrumb .container {
        position: relative;
        z-index: 3;
    }

.modern-breadcrumb-row {
    display: flex;
    align-items: center;
}

/* Decorative shapes */

.modern-breadcrumb-shape {
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    pointer-events: none;
}

.modern-breadcrumb-shape-one {
    top: -135px;
    right: 8%;
    width: 310px;
    height: 310px;
    border: 55px solid rgba(255, 255, 255, 0.04);
}

.modern-breadcrumb-shape-two {
    bottom: -120px;
    left: -85px;
    width: 260px;
    height: 260px;
    background: rgba(255, 255, 255, 0.025);
}

/* Content */

.modern-breadcrumb-content {
    max-width: 680px;
}

.modern-breadcrumb-label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.4;
    text-transform: uppercase;
}

    .modern-breadcrumb-label::before {
        width: 30px;
        height: 2px;
        margin-right: 11px;
        content: "";
        background: rgba(255, 255, 255, 0.72);
    }

.modern-breadcrumb-content h1 {
    margin: 0 0 13px;
    color: #ffffff;
    font-size: 43px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.modern-breadcrumb-content p {
    max-width: 610px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.8;
}

/* Breadcrumb navigation */

.modern-breadcrumb-nav {
    display: flex;
    justify-content: flex-end;
}

.modern-breadcrumb-list {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 13px 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    list-style: none;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 12px 28px rgba(8, 27, 46, 0.12);
}

    .modern-breadcrumb-list li {
        position: relative;
        display: flex;
        align-items: center;
        color: rgba(255, 255, 255, 0.7);
        font-size: 13px;
        font-weight: 600;
        line-height: 1.5;
    }

        .modern-breadcrumb-list li + li {
            margin-left: 24px;
        }

            .modern-breadcrumb-list li + li::before {
                position: absolute;
                left: -15px;
                color: rgba(255, 255, 255, 0.38);
                content: "\f105";
                font-family: FontAwesome;
                font-size: 13px;
            }

    .modern-breadcrumb-list a {
        display: inline-flex;
        align-items: center;
        color: #ffffff;
        text-decoration: none;
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

        .modern-breadcrumb-list a i {
            margin-right: 7px;
            font-size: 13px;
        }

        .modern-breadcrumb-list a:hover,
        .modern-breadcrumb-list a:focus {
            color: #ffffff;
            opacity: 0.8;
            text-decoration: none;
            transform: translateY(-1px);
        }

    .modern-breadcrumb-list .active {
        color: rgba(255, 255, 255, 0.68);
    }

/* Responsive */

@media (max-width: 991px) {
    .modern-breadcrumb {
        padding: 65px 0;
    }

    .modern-breadcrumb-content h1 {
        font-size: 37px;
    }
}

@media (max-width: 767px) {
    .modern-breadcrumb {
        padding: 55px 0;
    }

    .modern-breadcrumb-row {
        display: block;
    }

    .modern-breadcrumb-content {
        margin-bottom: 28px;
    }

        .modern-breadcrumb-content h1 {
            font-size: 31px;
        }

        .modern-breadcrumb-content p {
            font-size: 14px;
        }

    .modern-breadcrumb-nav {
        justify-content: flex-start;
    }

    .modern-breadcrumb-list {
        padding: 11px 15px;
    }
}
/* =====================================
           Modern About Section
        ===================================== */

.modern-about-section {
    position: relative;
    padding: 95px 0;
    overflow: hidden;
    background: #f8fafc;
}

    .modern-about-section .container {
        position: relative;
        z-index: 2;
    }

.modern-about-row {
    display: flex;
    align-items: center;
}

/* Background decorations */

.about-bg-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.about-bg-shape-one {
    top: -180px;
    left: -170px;
    width: 430px;
    height: 430px;
    background: rgba(41, 93, 153, 0.045);
}

.about-bg-shape-two {
    right: -120px;
    bottom: -180px;
    width: 390px;
    height: 390px;
    border: 70px solid rgba(41, 93, 153, 0.035);
}

/* Content */

.modern-about-content {
    max-width: 620px;
    padding-right: 35px;
}

.modern-about-subtitle {
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
    color: #295d99;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.3;
    text-transform: uppercase;
}

    .modern-about-subtitle::before {
        width: 34px;
        height: 2px;
        margin-right: 12px;
        content: "";
        background: #295d99;
    }

.modern-about-content h2 {
    margin: 0 0 24px;
    color: #172638;
    font-size: 43px;
    font-weight: 700;
    letter-spacing: -0.7px;
    line-height: 1.2;
    text-transform: none;
}

    .modern-about-content h2 span {
        display: block;
        color: #295d99;
    }

.modern-about-lead {
    margin: 0 0 18px;
    color: #354253;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.75;
}

.modern-about-description {
    margin: 0 0 15px;
    color: #5d6876;
    font-size: 15px;
    line-height: 1.85;
}

/* Feature cards */

.modern-about-features {
    margin-top: 30px;
}

.modern-about-feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    padding: 18px 20px;
    border: 1px solid #e6ebf1;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 7px 20px rgba(20, 45, 76, 0.045);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

    .modern-about-feature:hover {
        border-color: rgba(41, 93, 153, 0.28);
        transform: translateX(6px);
        box-shadow: 0 12px 28px rgba(20, 45, 76, 0.09);
    }

.modern-about-icon {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-right: 16px;
    border-radius: 12px;
    color: #ffffff;
    background: #295d99;
    font-size: 19px;
    box-shadow: 0 8px 20px rgba(41, 93, 153, 0.2);
}

.modern-about-feature-content {
    flex: 1;
}

    .modern-about-feature-content h4 {
        margin: 0 0 6px;
        color: #1d2d3e;
        font-size: 17px;
        font-weight: 700;
        line-height: 1.4;
    }

    .modern-about-feature-content p {
        margin: 0;
        color: #687482;
        font-size: 13px;
        line-height: 1.7;
    }

/* Button */

.modern-about-actions {
    margin-top: 28px;
}

.modern-about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 25px;
    border: 2px solid #295d99;
    border-radius: 6px;
    color: #ffffff;
    background: #295d99;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

    .modern-about-btn i {
        margin-left: 11px;
    }

    .modern-about-btn:hover,
    .modern-about-btn:focus {
        color: #ffffff;
        background: #1e4c82;
        border-color: #1e4c82;
        text-decoration: none;
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(41, 93, 153, 0.25);
    }

/* =====================================
           About Image Composition
        ===================================== */

.modern-about-visual {
    position: relative;
    padding-left: 25px;
}

.modern-about-image-frame {
    position: relative;
    min-height: 570px;
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient( 145deg, #eaf1f8 0%, #ffffff 55%, #dfeaf4 100% );
    box-shadow: 0 30px 70px rgba(24, 56, 92, 0.16);
}

    .modern-about-image-frame::before {
        position: absolute;
        top: 35px;
        right: 35px;
        width: 105px;
        height: 105px;
        content: "";
        border: 20px solid rgba(41, 93, 153, 0.07);
        border-radius: 50%;
    }

    .modern-about-image-frame::after {
        position: absolute;
        bottom: 38px;
        left: 35px;
        width: 170px;
        height: 170px;
        content: "";
        border: 1px solid rgba(41, 93, 153, 0.12);
        border-radius: 50%;
    }

.modern-about-image-bg {
    position: absolute;
    top: 70px;
    right: 45px;
    bottom: 70px;
    left: 45px;
    border-radius: 24px;
    background: radial-gradient( circle at center, rgba(41, 93, 153, 0.12), rgba(41, 93, 153, 0.02) 65%, transparent 70% );
}

.modern-about-image {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 106%;
    max-width: none;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 25px 25px rgba(15, 31, 48, 0.2));
}

.modern-about-image-pattern {
    position: absolute;
    z-index: 1;
    right: 26px;
    bottom: 24px;
    width: 130px;
    height: 130px;
    opacity: 0.32;
    background-image: radial-gradient(#295d99 1.5px, transparent 1.5px);
    background-size: 13px 13px;
}

/* Floating badge */

.modern-about-badge {
    position: absolute;
    z-index: 4;
    top: 38px;
    left: 28px;
    display: flex;
    align-items: center;
    min-width: 205px;
    padding: 15px 18px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 15px 35px rgba(29, 57, 90, 0.14);
}

.modern-about-badge-icon {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    margin-right: 12px;
    border-radius: 11px;
    color: #ffffff;
    background: #295d99;
    font-size: 18px;
}

.modern-about-badge strong {
    display: block;
}

.modern-about-badge div > span {
    display: block;
}

.modern-about-badge strong {
    margin-bottom: 2px;
    color: #1c2c3e;
    font-size: 15px;
    font-weight: 700;
}

.modern-about-badge div > span {
    color: #6c7784;
    font-size: 12px;
}

/* Bottom stat card */

.modern-about-stat {
    position: absolute;
    z-index: 4;
    right: 28px;
    bottom: 30px;
    width: 205px;
    padding: 17px 20px;
    border-radius: 14px;
    color: #ffffff;
    background: #295d99;
    box-shadow: 0 15px 35px rgba(41, 93, 153, 0.3);
}

    .modern-about-stat strong,
    .modern-about-stat span {
        display: block;
    }

    .modern-about-stat strong {
        margin-bottom: 4px;
        font-size: 25px;
        font-weight: 700;
        line-height: 1.2;
    }

    .modern-about-stat span {
        color: rgba(255, 255, 255, 0.85);
        font-size: 12px;
        line-height: 1.5;
    }

/* =====================================
           Responsive
        ===================================== */

@media (max-width: 1199px) {
    .modern-about-content {
        padding-right: 15px;
    }

        .modern-about-content h2 {
            font-size: 38px;
        }

    .modern-about-image-frame {
        min-height: 530px;
    }

    .modern-about-image {
        width: 112%;
    }
}

@media (max-width: 991px) {
    .modern-about-section {
        padding: 75px 0;
    }

    .modern-about-row {
        display: block;
    }

    .modern-about-content {
        max-width: none;
        margin-bottom: 50px;
        padding-right: 0;
    }

    .modern-about-visual {
        max-width: 680px;
        margin: 0 auto;
        padding-left: 0;
    }

    .modern-about-image-frame {
        min-height: 530px;
    }

    .modern-about-image {
        width: 90%;
    }
}

@media (max-width: 767px) {
    .modern-about-section {
        padding: 60px 0;
    }

    .modern-about-content h2 {
        font-size: 31px;
        line-height: 1.3;
    }

        .modern-about-content h2 span {
            display: inline;
        }

    .modern-about-lead {
        font-size: 16px;
    }

    .modern-about-feature {
        padding: 16px;
    }

    .modern-about-icon {
        width: 44px;
        height: 44px;
        margin-right: 13px;
    }

    .modern-about-image-frame {
        min-height: 420px;
        border-radius: 20px;
    }

    .modern-about-image {
        width: 110%;
    }

    .modern-about-badge {
        top: 20px;
        left: 18px;
        min-width: 180px;
        padding: 12px 14px;
    }

    .modern-about-stat {
        right: 18px;
        bottom: 20px;
        width: 175px;
        padding: 14px 16px;
    }

        .modern-about-stat strong {
            font-size: 21px;
        }
}

@media (max-width: 480px) {
    .modern-about-image-frame {
        min-height: 350px;
    }

    .modern-about-image {
        top: 53%;
        width: 120%;
    }

    .modern-about-badge {
        min-width: auto;
    }

        .modern-about-badge div {
            display: none;
        }

    .modern-about-badge-icon {
        margin-right: 0;
    }

    .modern-about-stat {
        width: 150px;
    }
}

.why-choose-section {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

    .why-choose-section::before {
        position: absolute;
        top: -150px;
        right: -130px;
        width: 360px;
        height: 360px;
        content: "";
        border-radius: 50%;
        background: rgba(41, 93, 153, 0.05);
    }

    .why-choose-section::after {
        position: absolute;
        bottom: -160px;
        left: -130px;
        width: 330px;
        height: 330px;
        content: "";
        border-radius: 50%;
        background: rgba(41, 93, 153, 0.04);
    }

.why-choose-header {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}

.why-choose-heading {
    padding-right: 30px;
}

    .why-choose-heading .section-subtitle {
        display: inline-block;
        margin-bottom: 12px;
        color: #295d99;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .why-choose-heading .title-1 {
        margin: 0;
        color: #1e2d3d;
        font-size: 34px;
        line-height: 1.35;
        text-transform: capitalize;
    }

.why-choose-intro {
    position: relative;
    padding: 25px 30px;
    border-left: 4px solid #295d99;
    background: #f7f9fc;
}

    .why-choose-intro p {
        margin: 0;
        color: #68717d;
        font-size: 16px;
        line-height: 1.9;
    }

.why-choose-grid {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
}

    .why-choose-grid > div {
        display: flex;
        margin-bottom: 30px;
    }

.why-choose-card {
    position: relative;
    width: 100%;
    padding: 35px 30px;
    overflow: hidden;
    border: 1px solid #e8edf3;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(28, 52, 82, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

    .why-choose-card::before {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 0;
        height: 4px;
        content: "";
        background: #295d99;
        transition: width 0.35s ease;
    }

    .why-choose-card:hover {
        transform: translateY(-8px);
        border-color: rgba(41, 93, 153, 0.28);
        box-shadow: 0 18px 45px rgba(28, 52, 82, 0.13);
    }

        .why-choose-card:hover::before {
            right: auto;
            left: 0;
            width: 100%;
        }

.why-choose-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    margin-bottom: 24px;
    border-radius: 12px;
    background: rgba(41, 93, 153, 0.1);
    color: #295d99;
    font-size: 27px;
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.why-choose-card:hover .why-choose-icon {
    color: #ffffff;
    background: #295d99;
    transform: translateY(-3px);
}

.why-choose-card h3 {
    position: relative;
    margin: 0 0 17px;
    padding-bottom: 13px;
    color: #1e2d3d;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4;
}

    .why-choose-card h3::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 38px;
        height: 3px;
        content: "";
        border-radius: 5px;
        background: #295d99;
    }

.why-choose-card p {
    margin: 0;
    color: #6d7580;
    font-size: 15px;
    line-height: 1.85;
}

.why-card-number {
    position: absolute;
    top: 15px;
    right: 20px;
    color: rgba(41, 93, 153, 0.08);
    font-size: 54px;
    font-weight: 800;
    line-height: 1;
}

.why-choose-card-wide {
    padding-right: 45px;
}

@media (max-width: 991px) {
    .why-choose-heading .title-1 {
        font-size: 29px;
    }

    .why-choose-heading {
        padding-right: 10px;
    }

    .why-choose-intro {
        padding: 22px 24px;
    }
}

@media (max-width: 767px) {
    .why-choose-section {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .why-choose-header {
        display: block;
        margin-bottom: 30px;
    }

    .why-choose-heading {
        margin-bottom: 25px;
        padding-right: 0;
    }

        .why-choose-heading .title-1 {
            font-size: 27px;
        }

    .why-choose-intro {
        padding: 20px;
    }

    .why-choose-grid {
        display: block;
    }

        .why-choose-grid > div {
            display: block;
        }

    .why-choose-card,
    .why-choose-card-wide {
        padding: 30px 25px;
    }

    .why-card-number {
        top: 16px;
        right: 18px;
        font-size: 46px;
    }
}

.clients-trust-section {
    background: #f8fafc;
}

.clients-trust-heading {
    margin-bottom: 60px;
    text-align: center;
}

.clients-trust-subtitle {
    display: block;
    margin-bottom: 12px;
    color: #295d99;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.clients-trust-heading h2 {
    margin-bottom: 20px;
    color: #1e2d3d;
    font-size: 38px;
    font-weight: 700;
}

    .clients-trust-heading h2:after {
        content: "";
        display: block;
        width: 55px;
        height: 4px;
        background: #295d99;
        margin: 15px auto 0;
        border-radius: 20px;
    }

.clients-trust-heading p {
    max-width: 760px;
    margin: auto;
    color: #6b7280;
    line-height: 1.9;
}

.trust-content p {
    margin-bottom: 25px;
    color: #5f6773;
    font-size: 16px;
    line-height: 1.9;
}

.trust-card {
    margin-bottom: 30px;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #edf2f7;
    box-shadow: 0 12px 35px rgba(0,0,0,.05);
    transition: .3s;
}

    .trust-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 45px rgba(0,0,0,.10);
    }

    .trust-card i {
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 50%;
        background: #295d99;
        color: #fff;
        font-size: 24px;
        text-align: center;
        margin-bottom: 20px;
    }

    .trust-card h4 {
        margin-bottom: 12px;
        color: #1e2d3d;
        font-size: 20px;
        font-weight: 700;
    }

    .trust-card p {
        margin: 0;
        color: #6b7280;
        line-height: 1.8;
    }

/* =====================================
                   Final CTA
                ===================================== */

.final-cta-section {
    position: relative;
    overflow: hidden;
    padding: 75px 0;
    background: linear-gradient( 120deg, rgba(25, 66, 115, 0.98), rgba(41, 93, 153, 0.94) ), url("../images/cta-bg.jpg") center center / cover no-repeat;
}

.final-cta-overlay {
    position: absolute;
    inset: 0;
    background-image: radial-gradient( circle at 10% 20%, rgba(255, 255, 255, 0.08) 0, transparent 30% ), radial-gradient( circle at 90% 80%, rgba(255, 255, 255, 0.08) 0, transparent 30% );
}

.final-cta-section::before {
    position: absolute;
    top: -90px;
    right: -90px;
    width: 260px;
    height: 260px;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
}

.final-cta-section::after {
    position: absolute;
    right: 30px;
    bottom: -120px;
    width: 320px;
    height: 320px;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.final-cta-section .container {
    position: relative;
    z-index: 2;
}

.final-cta-section .row {
    display: flex;
    align-items: center;
}

.final-cta-subtitle {
    display: block;
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.4;
    text-transform: uppercase;
    opacity: 0.85;
}

.final-cta-content h2 {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.25;
}

.final-cta-content > p {
    max-width: 820px;
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    line-height: 1.9;
}

.final-cta-note {
    display: flex;
    align-items: flex-start;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7;
}

    .final-cta-note i {
        flex: 0 0 auto;
        margin-top: 5px;
        margin-right: 10px;
        color: #ffffff;
        font-size: 17px;
    }

.final-cta-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-left: 20px;
}

.final-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    margin-bottom: 14px;
    padding: 14px 22px;
    border: 2px solid transparent;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-align: center;
    text-decoration: none;
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

    .final-cta-btn:last-child {
        margin-bottom: 0;
    }

    .final-cta-btn i {
        margin-left: 10px;
    }

.final-cta-btn-primary {
    color: #295d99;
    background: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

    .final-cta-btn-primary:hover,
    .final-cta-btn-primary:focus {
        color: #295d99;
        background: #f4f7fb;
        border-color: #f4f7fb;
        text-decoration: none;
        transform: translateY(-3px);
        box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
    }

.final-cta-btn-outline {
    color: #ffffff;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.65);
}

    .final-cta-btn-outline i {
        margin-right: 10px;
        margin-left: 0;
    }

    .final-cta-btn-outline:hover,
    .final-cta-btn-outline:focus {
        color: #295d99;
        background: #ffffff;
        border-color: #ffffff;
        text-decoration: none;
        transform: translateY(-3px);
    }

/* Tablet */
@media (max-width: 991px) {
    .final-cta-section {
        padding: 65px 0;
    }

        .final-cta-section .row {
            display: block;
        }

    .final-cta-content {
        margin-bottom: 35px;
        text-align: center;
    }

        .final-cta-content h2 {
            font-size: 36px;
        }

        .final-cta-content > p {
            margin-right: auto;
            margin-left: auto;
        }

    .final-cta-note {
        justify-content: center;
        max-width: 700px;
        margin: 0 auto;
        text-align: left;
    }

    .final-cta-actions {
        max-width: 360px;
        margin: 0 auto;
        padding-left: 0;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .final-cta-section {
        padding: 55px 0;
    }

    .final-cta-content h2 {
        font-size: 29px;
        line-height: 1.35;
    }

    .final-cta-content > p {
        font-size: 15px;
        line-height: 1.8;
    }

    .final-cta-note {
        font-size: 14px;
    }

    .final-cta-btn {
        width: 100%;
    }
}

/* =====================================
   Booking Steps Section
===================================== */

.booking-steps-section {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background: linear-gradient( 135deg, #f7f9fc 0%, #ffffff 55%, #eef4fa 100% );
}

    .booking-steps-section::before {
        position: absolute;
        top: -140px;
        left: -130px;
        width: 340px;
        height: 340px;
        content: "";
        border-radius: 50%;
        background: rgba(41, 93, 153, 0.045);
    }

    .booking-steps-section::after {
        position: absolute;
        right: -110px;
        bottom: -150px;
        width: 320px;
        height: 320px;
        content: "";
        border: 60px solid rgba(41, 93, 153, 0.035);
        border-radius: 50%;
    }

    .booking-steps-section .container {
        position: relative;
        z-index: 2;
    }

/* Heading */

.booking-steps-heading {
    max-width: 760px;
    margin: 0 auto 55px;
    text-align: center;
}

.booking-steps-subtitle {
    display: block;
    margin-bottom: 10px;
    color: #295d99;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.3;
    text-transform: uppercase;
}

.booking-steps-heading h2 {
    position: relative;
    margin: 0 0 18px;
    color: #172638;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
}

    .booking-steps-heading h2::after {
        display: block;
        width: 55px;
        height: 4px;
        margin: 15px auto 0;
        content: "";
        border-radius: 10px;
        background: #295d99;
    }

.booking-steps-heading p {
    margin: 0;
    color: #5f6b78;
    font-size: 16px;
    line-height: 1.85;
}

/* Steps row */

.booking-steps-row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

    .booking-steps-row > div {
        display: flex;
        margin-bottom: 30px;
    }

    .booking-steps-row::before {
        position: absolute;
        top: 79px;
        right: 17%;
        left: 17%;
        height: 2px;
        content: "";
        background: repeating-linear-gradient( to right, rgba(41, 93, 153, 0.24) 0, rgba(41, 93, 153, 0.24) 8px, transparent 8px, transparent 16px );
    }

/* Card */

.booking-step-card {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 36px 28px 32px;
    overflow: hidden;
    border: 1px solid #e4eaf0;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 14px 38px rgba(24, 52, 84, 0.07);
    text-align: center;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

    .booking-step-card::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 4px;
        content: "";
        background: #295d99;
        transition: width 0.35s ease;
    }

    .booking-step-card:hover {
        border-color: rgba(41, 93, 153, 0.28);
        transform: translateY(-8px);
        box-shadow: 0 20px 48px rgba(24, 52, 84, 0.13);
    }

        .booking-step-card:hover::before {
            width: 100%;
        }

.booking-step-number {
    position: absolute;
    top: 15px;
    right: 20px;
    color: rgba(41, 93, 153, 0.075);
    font-size: 52px;
    font-weight: 800;
    line-height: 1;
}

.booking-step-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin: 0 auto 24px;
    border-radius: 18px;
    color: #295d99;
    background: rgba(41, 93, 153, 0.1);
    font-size: 27px;
    box-shadow: 0 10px 24px rgba(41, 93, 153, 0.08);
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.booking-step-card:hover .booking-step-icon {
    color: #ffffff;
    background: #295d99;
    transform: translateY(-4px);
}

.booking-step-card h3 {
    margin: 0 0 14px;
    color: #1d2d3e;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4;
}

.booking-step-card p {
    margin: 0;
    color: #687482;
    font-size: 14px;
    line-height: 1.8;
}

/* CTA */

.booking-steps-action {
    margin-top: 12px;
}

.booking-steps-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 26px;
    border: 2px solid #295d99;
    border-radius: 6px;
    color: #ffffff;
    background: #295d99;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

    .booking-steps-btn i {
        margin-left: 10px;
    }

    .booking-steps-btn:hover,
    .booking-steps-btn:focus {
        color: #ffffff;
        background: #1e4c82;
        border-color: #1e4c82;
        text-decoration: none;
        transform: translateY(-3px);
        box-shadow: 0 12px 28px rgba(41, 93, 153, 0.25);
    }

/* Responsive */

@media (max-width: 991px) {
    .booking-steps-section {
        padding: 75px 0;
    }

    .booking-steps-heading h2 {
        font-size: 33px;
    }

    .booking-steps-row::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .booking-steps-section {
        padding: 60px 0;
    }

    .booking-steps-heading {
        margin-bottom: 38px;
    }

        .booking-steps-heading h2 {
            font-size: 28px;
        }

        .booking-steps-heading p {
            font-size: 15px;
        }

    .booking-steps-row {
        display: block;
    }

        .booking-steps-row > div {
            display: block;
        }

    .booking-step-card {
        padding: 32px 23px 28px;
    }
}

/* =====================================
   Product Delivery Section
===================================== */

.product-delivery-section {
    position: relative;
    padding: 95px 0;
    overflow: hidden;
    background: #ffffff;
}

    .product-delivery-section::before {
        position: absolute;
        top: -170px;
        right: -150px;
        width: 400px;
        height: 400px;
        content: "";
        border-radius: 50%;
        background: rgba(41, 93, 153, 0.04);
    }

.product-delivery-row {
    display: flex;
    align-items: center;
}

/* Visual */

.product-delivery-visual {
    position: relative;
    padding-right: 40px;
}

.product-delivery-image-wrap {
    position: relative;
    min-height: 540px;
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient( 145deg, #edf3f9 0%, #ffffff 52%, #e5eef7 100% );
    box-shadow: 0 28px 65px rgba(22, 52, 86, 0.14);
}

.product-delivery-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 390px;
    height: 390px;
    border-radius: 50%;
    background: rgba(41, 93, 153, 0.08);
    transform: translate(-50%, -50%);
}

    .product-delivery-circle::before {
        position: absolute;
        top: 35px;
        right: 35px;
        bottom: 35px;
        left: 35px;
        content: "";
        border: 1px solid rgba(41, 93, 153, 0.16);
        border-radius: 50%;
    }

.product-delivery-image {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 94%;
    max-width: none;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 24px 25px rgba(20, 40, 62, 0.18));
}

/* Floating cards */

.delivery-floating-card {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    min-width: 220px;
    padding: 15px 17px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 15px 35px rgba(24, 52, 84, 0.14);
}

    .delivery-floating-card > i {
        display: flex;
        flex: 0 0 auto;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        margin-right: 12px;
        border-radius: 11px;
        color: #ffffff;
        background: #295d99;
        font-size: 18px;
    }

    .delivery-floating-card strong,
    .delivery-floating-card span {
        display: block;
    }

    .delivery-floating-card strong {
        margin-bottom: 3px;
        color: #1d2d3e;
        font-size: 14px;
        font-weight: 700;
    }

    .delivery-floating-card span {
        color: #6a7582;
        font-size: 11px;
    }

.delivery-card-top {
    top: 32px;
    left: 24px;
}

.delivery-card-bottom {
    right: 24px;
    bottom: 30px;
}

/* Content */

.product-delivery-content {
    max-width: 620px;
    padding-left: 20px;
}

.product-delivery-subtitle {
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
    color: #295d99;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

    .product-delivery-subtitle::before {
        width: 34px;
        height: 2px;
        margin-right: 12px;
        content: "";
        background: #295d99;
    }

.product-delivery-content h2 {
    margin: 0 0 22px;
    color: #172638;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -0.6px;
    line-height: 1.22;
}

    .product-delivery-content h2 span {
        display: block;
        color: #295d99;
    }

.product-delivery-lead {
    margin: 0 0 28px;
    color: #566270;
    font-size: 16px;
    line-height: 1.9;
}

/* Feature points */

.product-delivery-point {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
    padding: 18px 18px;
    border: 1px solid #e8edf2;
    border-radius: 12px;
    background: #f9fbfd;
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

    .product-delivery-point:hover {
        border-color: rgba(41, 93, 153, 0.25);
        background: #ffffff;
        transform: translateX(5px);
    }

.delivery-point-icon {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    border-radius: 11px;
    color: #295d99;
    background: rgba(41, 93, 153, 0.1);
    font-size: 18px;
}

.product-delivery-point h4 {
    margin: 0 0 5px;
    color: #1e2d3d;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
}

.product-delivery-point p {
    margin: 0;
    color: #687482;
    font-size: 13px;
    line-height: 1.7;
}

/* Actions */

.product-delivery-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.product-delivery-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin-right: 16px;
    margin-bottom: 10px;
    padding: 13px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.product-delivery-btn-primary {
    border: 2px solid #295d99;
    color: #ffffff;
    background: #295d99;
}

    .product-delivery-btn-primary i {
        margin-left: 10px;
    }

    .product-delivery-btn-primary:hover,
    .product-delivery-btn-primary:focus {
        color: #ffffff;
        background: #1e4c82;
        border-color: #1e4c82;
        text-decoration: none;
        transform: translateY(-3px);
        box-shadow: 0 11px 25px rgba(41, 93, 153, 0.23);
    }

.product-delivery-btn-link {
    padding-right: 5px;
    padding-left: 5px;
    color: #295d99;
}

    .product-delivery-btn-link i {
        margin-right: 9px;
    }

    .product-delivery-btn-link:hover,
    .product-delivery-btn-link:focus {
        color: #1e4c82;
        text-decoration: none;
        transform: translateY(-2px);
    }

/* Responsive */

@media (max-width: 1199px) {
    .product-delivery-content h2 {
        font-size: 37px;
    }

    .product-delivery-image-wrap {
        min-height: 500px;
    }
}

@media (max-width: 991px) {
    .product-delivery-section {
        padding: 75px 0;
    }

    .product-delivery-row {
        display: block;
    }

    .product-delivery-visual {
        max-width: 680px;
        margin: 0 auto 50px;
        padding-right: 0;
    }

    .product-delivery-content {
        max-width: none;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .product-delivery-section {
        padding: 60px 0;
    }

    .product-delivery-image-wrap {
        min-height: 410px;
        border-radius: 20px;
    }

    .product-delivery-image {
        width: 110%;
    }

    .product-delivery-content h2 {
        font-size: 30px;
        line-height: 1.3;
    }

        .product-delivery-content h2 span {
            display: inline;
        }

    .delivery-floating-card {
        min-width: 185px;
        padding: 12px 14px;
    }

    .delivery-card-top {
        top: 18px;
        left: 15px;
    }

    .delivery-card-bottom {
        right: 15px;
        bottom: 18px;
    }
}

@media (max-width: 480px) {
    .product-delivery-image-wrap {
        min-height: 340px;
    }

    .product-delivery-image {
        width: 120%;
    }

    .delivery-floating-card {
        min-width: auto;
    }

        .delivery-floating-card div {
            display: none;
        }

        .delivery-floating-card > i {
            margin-right: 0;
        }

    .product-delivery-actions {
        display: block;
    }

    .product-delivery-btn {
        width: 100%;
        margin-right: 0;
    }
}

/* =====================================
   Contact Information Section
===================================== */

.contact-info-section {
    position: relative;
    padding: 95px 0;
    overflow: hidden;
    background: linear-gradient( 135deg, #f7f9fc 0%, #ffffff 55%, #edf3f9 100% );
}

    .contact-info-section::before {
        position: absolute;
        top: -160px;
        left: -140px;
        width: 380px;
        height: 380px;
        content: "";
        border-radius: 50%;
        background: rgba(41, 93, 153, 0.045);
    }

    .contact-info-section::after {
        position: absolute;
        right: -130px;
        bottom: -180px;
        width: 390px;
        height: 390px;
        content: "";
        border: 70px solid rgba(41, 93, 153, 0.035);
        border-radius: 50%;
    }

    .contact-info-section .container {
        position: relative;
        z-index: 2;
    }

/* Heading */

.contact-info-heading {
    max-width: 760px;
    margin: 0 auto 55px;
    text-align: center;
}

.contact-info-subtitle {
    display: block;
    margin-bottom: 10px;
    color: #295d99;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.3;
    text-transform: uppercase;
}

.contact-info-heading h2 {
    position: relative;
    margin: 0 0 18px;
    color: #172638;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
}

    .contact-info-heading h2::after {
        display: block;
        width: 55px;
        height: 4px;
        margin: 15px auto 0;
        content: "";
        border-radius: 10px;
        background: #295d99;
    }

.contact-info-heading p {
    margin: 0;
    color: #596674;
    font-size: 16px;
    line-height: 1.85;
}

/* Cards */

.contact-info-row {
    display: flex;
    flex-wrap: wrap;
}

    .contact-info-row > div {
        display: flex;
        margin-bottom: 30px;
    }

.contact-info-card {
    position: relative;
    width: 100%;
    padding: 38px 28px 32px;
    overflow: hidden;
    border: 1px solid #e4eaf0;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 14px 38px rgba(24, 52, 84, 0.07);
    text-align: center;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

    .contact-info-card::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 4px;
        content: "";
        background: #295d99;
        transition: width 0.35s ease;
    }

    .contact-info-card:hover {
        border-color: rgba(41, 93, 153, 0.28);
        transform: translateY(-8px);
        box-shadow: 0 20px 48px rgba(24, 52, 84, 0.13);
    }

        .contact-info-card:hover::before {
            width: 100%;
        }

.contact-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    margin: 0 auto 22px;
    border-radius: 16px;
    color: #295d99;
    background: rgba(41, 93, 153, 0.1);
    font-size: 25px;
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.contact-info-card:hover .contact-info-icon {
    color: #ffffff;
    background: #295d99;
    transform: translateY(-4px);
}

.contact-info-label {
    display: block;
    margin-bottom: 7px;
    color: #295d99;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.contact-info-card h3 {
    margin: 0 0 12px;
    color: #1d2d3e;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4;
}

.contact-info-card > p {
    min-height: 50px;
    margin: 0 0 20px;
    color: #697582;
    font-size: 14px;
    line-height: 1.8;
}

/* Phone and email links */

.contact-info-links a {
    display: block;
    margin-bottom: 8px;
    color: #295d99;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    word-break: break-word;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
}

    .contact-info-links a:last-child {
        margin-bottom: 0;
    }

    .contact-info-links a:hover,
    .contact-info-links a:focus {
        color: #1c4778;
        text-decoration: none;
        transform: translateY(-1px);
    }

/* Address */

.contact-info-address {
    margin: 0;
    color: #4f5c6a;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.8;
}

/* Bottom strip */

.contact-support-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    padding: 25px 30px;
    border-radius: 14px;
    color: #ffffff;
    background: #295d99;
    box-shadow: 0 16px 35px rgba(41, 93, 153, 0.22);
}

.contact-support-content {
    display: flex;
    align-items: center;
    width: 48%;
}

.contact-support-icon {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-right: 14px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 19px;
}

.contact-support-content strong,
.contact-support-content span {
    display: block;
}

.contact-support-content strong {
    margin-bottom: 3px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

.contact-support-content span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    line-height: 1.6;
}

/* Responsive */

@media (max-width: 991px) {
    .contact-info-section {
        padding: 75px 0;
    }

    .contact-info-heading h2 {
        font-size: 33px;
    }

    .contact-support-strip {
        display: block;
    }

    .contact-support-content {
        width: 100%;
        margin-bottom: 20px;
    }

        .contact-support-content:last-child {
            margin-bottom: 0;
        }
}

@media (max-width: 767px) {
    .contact-info-section {
        padding: 60px 0;
    }

    .contact-info-heading {
        margin-bottom: 38px;
    }

        .contact-info-heading h2 {
            font-size: 28px;
        }

        .contact-info-heading p {
            font-size: 15px;
        }

    .contact-info-row {
        display: block;
    }

        .contact-info-row > div {
            display: block;
        }

    .contact-info-card {
        padding: 32px 23px 28px;
    }

        .contact-info-card > p {
            min-height: auto;
        }

    .contact-support-strip {
        padding: 22px;
    }
}

/* =====================================
   Modern Footer
===================================== */

.modern-footer {
    position: relative;
    color: #ffffff;
    background: #132b46;
}

.footer-main {
    position: relative;
    padding: 80px 0 55px;
    overflow: hidden;
    background: linear-gradient( 135deg, #132b46 0%, #1c416b 55%, #295d99 100% );
}

    .footer-main::before {
        position: absolute;
        top: -180px;
        right: -150px;
        width: 420px;
        height: 420px;
        content: "";
        border: 70px solid rgba(255, 255, 255, 0.035);
        border-radius: 50%;
    }

    .footer-main::after {
        position: absolute;
        bottom: -210px;
        left: -170px;
        width: 430px;
        height: 430px;
        content: "";
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.025);
    }

    .footer-main .container {
        position: relative;
        z-index: 2;
    }

/* Footer widgets */

.footer-widget {
    margin-bottom: 30px;
}

.footer-logo-link {
    display: inline-block;
    margin-bottom: 22px;
}

.footer-logo {
    display: block;
    width: auto;
    max-width: 190px;
    height: auto;
}

.footer-about {
    max-width: 350px;
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: 1.9;
}

/* Widget titles */

.footer-widget-title {
    position: relative;
    margin: 4px 0 28px;
    padding-bottom: 14px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: none;
}

    .footer-widget-title::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 42px;
        height: 3px;
        content: "";
        border-radius: 5px;
        background: #ffffff;
    }

/* Footer links */

.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .footer-links li {
        margin-bottom: 13px;
    }

        .footer-links li:last-child {
            margin-bottom: 0;
        }

    .footer-links a {
        position: relative;
        display: inline-block;
        padding-left: 17px;
        color: rgba(255, 255, 255, 0.76);
        font-size: 14px;
        line-height: 1.6;
        text-decoration: none;
        transition: color 0.3s ease, transform 0.3s ease;
    }

        .footer-links a::before {
            position: absolute;
            top: 8px;
            left: 0;
            width: 6px;
            height: 6px;
            content: "";
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.55);
            transition: background 0.3s ease, transform 0.3s ease;
        }

        .footer-links a:hover,
        .footer-links a:focus {
            color: #ffffff;
            text-decoration: none;
            transform: translateX(4px);
        }

            .footer-links a:hover::before,
            .footer-links a:focus::before {
                background: #ffffff;
                transform: scale(1.2);
            }

/* Contact list */

.footer-contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .footer-contact-list li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 19px;
    }

        .footer-contact-list li:last-child {
            margin-bottom: 0;
        }

.footer-contact-icon {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-right: 13px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    font-size: 16px;
}

.footer-contact-content {
    min-width: 0;
    padding-top: 1px;
}

    .footer-contact-content > span {
        display: block;
        margin-bottom: 4px;
        color: rgba(255, 255, 255, 0.58);
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 1.4;
        text-transform: uppercase;
    }

    .footer-contact-content a,
    .footer-contact-content p {
        display: block;
        margin: 0;
        color: rgba(255, 255, 255, 0.86);
        font-size: 13px;
        font-style: normal;
        line-height: 1.7;
        text-decoration: none;
        word-break: break-word;
    }

    .footer-contact-content a {
        transition: color 0.3s ease;
    }

        .footer-contact-content a:hover,
        .footer-contact-content a:focus {
            color: #ffffff;
            text-decoration: none;
        }

/* Footer bottom */

.footer-bottom {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #10263e;
}

    .footer-bottom p {
        margin: 0;
        color: rgba(255, 255, 255, 0.7);
        font-size: 13px;
        line-height: 1.7;
    }

.footer-credit a {
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

    .footer-credit a:hover,
    .footer-credit a:focus {
        color: #ffffff;
        opacity: 0.8;
        text-decoration: none;
    }

/* Responsive */

@media (max-width: 991px) {
    .footer-main {
        padding: 70px 0 35px;
    }

    .footer-widget {
        min-height: 260px;
    }
}

@media (max-width: 767px) {
    .footer-main {
        padding: 60px 0 25px;
    }

    .footer-widget {
        min-height: 0;
        margin-bottom: 42px;
    }

    .footer-widget-title {
        margin-bottom: 22px;
    }

    .footer-bottom {
        padding: 22px 0;
        text-align: center;
    }

        .footer-bottom .text-right {
            margin-top: 7px;
            text-align: center;
        }

    .footer-about {
        max-width: 100%;
    }
}

.vision-mission-section {
    position: relative;
    overflow: hidden;
    background: #f7f9fc;
}

    .vision-mission-section::before,
    .vision-mission-section::after {
        position: absolute;
        content: "";
        border-radius: 50%;
        background: rgba(41, 93, 153, 0.06);
    }

    .vision-mission-section::before {
        width: 320px;
        height: 320px;
        top: -160px;
        left: -120px;
    }

    .vision-mission-section::after {
        width: 260px;
        height: 260px;
        right: -100px;
        bottom: -130px;
    }

.section-heading {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 0 auto 40px;
}

    .section-heading .section-subtitle {
        display: inline-block;
        margin-bottom: 8px;
        color: #295d99;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .section-heading .title-1 {
        margin: 0 0 15px;
        font-size: 34px;
        line-height: 1.25;
        text-transform: capitalize;
    }

    .section-heading p {
        margin: 0;
        color: #6c757d;
        font-size: 16px;
        line-height: 1.8;
    }

.vision-mission-row {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
}

    .vision-mission-row > div {
        display: flex;
        margin-bottom: 30px;
    }

.vision-mission-card {
    position: relative;
    width: 100%;
    min-height: 100%;
    padding: 38px 35px;
    overflow: hidden;
    border: 1px solid #e6ebf2;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(25, 55, 95, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

    .vision-mission-card::before {
        position: absolute;
        content: "";
        width: 5px;
        height: 0;
        top: 0;
        left: 0;
        background: #295d99;
        transition: height 0.3s ease;
    }

    .vision-mission-card:hover {
        transform: translateY(-7px);
        border-color: rgba(41, 93, 153, 0.3);
        box-shadow: 0 18px 45px rgba(25, 55, 95, 0.14);
    }

        .vision-mission-card:hover::before {
            height: 100%;
        }

.vision-mission-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin-bottom: 25px;
    border-radius: 50%;
    background: rgba(41, 93, 153, 0.1);
    color: #295d99;
    font-size: 28px;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.vision-mission-card:hover .vision-mission-icon {
    color: #ffffff;
    background: #295d99;
    transform: rotateY(180deg);
}

.vision-mission-content {
    position: relative;
}

    .vision-mission-content .card-number {
        position: absolute;
        top: -48px;
        right: 0;
        color: rgba(41, 93, 153, 0.08);
        font-size: 64px;
        font-weight: 800;
        line-height: 1;
    }

    .vision-mission-content .title-1 {
        position: relative;
        margin: 0 0 18px;
        color: #1e2d3d;
        font-size: 25px;
        text-transform: capitalize;
    }

        .vision-mission-content .title-1::after {
            display: block;
            width: 45px;
            height: 3px;
            margin-top: 12px;
            content: "";
            border-radius: 10px;
            background: #295d99;
        }

    .vision-mission-content p {
        margin: 0 0 14px;
        color: #6d7580;
        font-size: 15px;
        line-height: 1.85;
    }

        .vision-mission-content p:last-child {
            margin-bottom: 0;
        }

@media (max-width: 767px) {
    .vision-mission-section {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .section-heading {
        margin-bottom: 30px;
        padding: 0 10px;
    }

        .section-heading .title-1 {
            font-size: 27px;
        }

    .vision-mission-row {
        display: block;
    }

        .vision-mission-row > div {
            display: block;
        }

    .vision-mission-card {
        padding: 30px 25px;
    }

    .vision-mission-content .card-number {
        top: -42px;
        font-size: 54px;
    }
}

/* =====================================
                   Services Section
                ===================================== */

.service-provide {
    position: relative;
    overflow: hidden;
    background: #f7f9fc;
    top:20px;
}

.services-section-heading {
    max-width: 760px;
    margin: 0 auto 50px;
    text-align: center;
}

    .services-section-heading h2, .services-section-heading p {
        text-align: center;
    }



.services-subtitle {
    display: block;
    text-align: center;
}

.services-subtitle,
.industries-subtitle {
    display: inline-block;
    margin-bottom: 10px;
    color: #295d99;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.2;
    text-transform: uppercase;
}

.services-section-heading h2,
.industries-heading h2 {
    position: relative;
    margin: 0 0 18px;
    color: #1e2d3d;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
}

    .services-section-heading h2::after {
        display: block;
        width: 55px;
        height: 4px;
        margin: 15px auto 0;
        content: "";
        border-radius: 10px;
        background: #295d99;
    }

.services-section-heading p {
    margin: 0;
    color: #68717d;
    font-size: 16px;
    line-height: 1.8;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
}

    .services-grid > div {
        display: flex;
        margin-bottom: 30px;
    }

.service-card {
    position: relative;
    width: 100%;
    padding: 38px 28px 32px;
    overflow: hidden;
    border: 1px solid #e4eaf1;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(27, 49, 77, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

    .service-card::before {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 4px;
        content: "";
        background: #295d99;
        transition: width 0.35s ease, left 0.35s ease;
    }

    .service-card:hover {
        transform: translateY(-8px);
        border-color: rgba(41, 93, 153, 0.3);
        box-shadow: 0 18px 45px rgba(27, 49, 77, 0.14);
    }

        .service-card:hover::before {
            left: 0;
            width: 100%;
        }

    .service-card .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 72px;
        height: 72px;
        margin: 0 auto 24px;
        border-radius: 16px;
        background: rgba(41, 93, 153, 0.1);
        color: #295d99;
        font-size: 30px;
        transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease;
    }

    .service-card:hover .icon {
        color: #ffffff;
        background: #295d99;
        transform: translateY(-4px);
    }

    .service-card .content h5 {
        min-height: 58px;
        margin: 0 0 16px;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.4;
    }

        .service-card .content h5 a {
            color: #1e2d3d;
            transition: color 0.3s ease;
        }

            .service-card .content h5 a:hover,
            .service-card:hover .content h5 a {
                color: #295d99;
            }

    .service-card .content p {
        margin: 0 0 10px;
        color: #6d7580;
        font-size: 14px;
        line-height: 1.8;
    }

        .service-card .content p:last-child {
            margin-bottom: 0;
        }

.service-number {
    position: absolute;
    top: 14px;
    right: 18px;
    color: rgba(41, 93, 153, 0.08);
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
}


/* =====================================
                   Industries Section
                ===================================== */

.industries-section {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

    .industries-section::before {
        position: absolute;
        top: -150px;
        right: -140px;
        width: 350px;
        height: 350px;
        content: "";
        border-radius: 50%;
        background: rgba(41, 93, 153, 0.05);
    }

.industries-intro-row {
    position: relative;
    z-index: 1;
    margin-bottom: 45px;
}

.industries-heading h2 {
    margin-bottom: 0;
}

    .industries-heading h2::after {
        display: block;
        width: 55px;
        height: 4px;
        margin-top: 15px;
        content: "";
        border-radius: 10px;
        background: #295d99;
    }

.industries-intro {
    padding: 24px 28px;
    border-left: 4px solid #295d99;
    background: #f7f9fc;
}

    .industries-intro p {
        margin: 0;
        color: #68717d;
        font-size: 16px;
        line-height: 1.85;
    }

.industries-grid {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
}

    .industries-grid > div {
        display: flex;
        margin-bottom: 30px;
    }

.industry-card {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 28px 24px;
    border: 1px solid #e6ebf1;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(27, 49, 77, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

    .industry-card:hover {
        transform: translateY(-6px);
        border-color: rgba(41, 93, 153, 0.3);
        box-shadow: 0 16px 38px rgba(27, 49, 77, 0.12);
    }

.industry-icon {
    display: flex;
    flex: 0 0 58px;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-right: 18px;
    border-radius: 12px;
    background: rgba(41, 93, 153, 0.1);
    color: #295d99;
    font-size: 23px;
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.industry-card:hover .industry-icon {
    color: #ffffff;
    background: #295d99;
    transform: rotateY(180deg);
}

.industry-content h5 {
    margin: 0 0 9px;
    color: #1e2d3d;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.industry-content p {
    margin: 0;
    color: #6d7580;
    font-size: 14px;
    line-height: 1.75;
}


/* =====================================
                   Responsive
                ===================================== */

@media (max-width: 991px) {
    .services-section-heading h2,
    .industries-heading h2 {
        font-size: 32px;
    }

    .industries-heading {
        margin-bottom: 25px;
    }

    .service-card .content h5 {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .service-provide,
    .industries-section {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .services-section-heading {
        margin-bottom: 35px;
    }

        .services-section-heading h2,
        .industries-heading h2 {
            font-size: 28px;
        }

    .services-grid,
    .industries-grid {
        display: block;
    }

        .services-grid > div,
        .industries-grid > div {
            display: block;
        }

    .service-card {
        padding: 34px 24px 28px;
    }

    .industries-intro {
        padding: 20px;
    }

    .industry-card {
        padding: 24px 20px;
    }
}

@media (max-width: 480px) {
    .industry-card {
        display: block;
        text-align: center;
    }

    .industry-icon {
        margin: 0 auto 18px;
    }
}

/* =====================================
           Shipping Process
        ===================================== */

.shipping-process-section {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

    .shipping-process-section::before {
        position: absolute;
        top: -140px;
        left: -120px;
        width: 320px;
        height: 320px;
        content: "";
        border-radius: 50%;
        background: rgba(41, 93, 153, 0.05);
    }

    .shipping-process-section::after {
        position: absolute;
        right: -120px;
        bottom: -150px;
        width: 340px;
        height: 340px;
        content: "";
        border-radius: 50%;
        background: rgba(41, 93, 153, 0.04);
    }

.shipping-process-heading {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto 50px;
    text-align: center;
}

.shipping-process-subtitle {
    display: block;
    margin-bottom: 10px;
    color: #295d99;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.shipping-process-heading h2 {
    position: relative;
    margin: 0 0 18px;
    color: #1e2d3d;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

    .shipping-process-heading h2::after {
        display: block;
        width: 55px;
        height: 4px;
        margin: 15px auto 0;
        content: "";
        border-radius: 10px;
        background: #295d99;
    }

.shipping-process-heading p {
    margin: 0;
    color: #68717d;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}

.shipping-process-row {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
}

    .shipping-process-row > div {
        display: flex;
        margin-bottom: 30px;
    }

.shipping-process-card {
    position: relative;
    width: 100%;
    padding: 38px 25px 32px;
    overflow: hidden;
    border: 1px solid #e5eaf0;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(27, 49, 77, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

    .shipping-process-card::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 4px;
        content: "";
        background: #295d99;
        transition: width 0.35s ease;
    }

    .shipping-process-card:hover {
        transform: translateY(-8px);
        border-color: rgba(41, 93, 153, 0.3);
        box-shadow: 0 18px 45px rgba(27, 49, 77, 0.14);
    }

        .shipping-process-card:hover::before {
            width: 100%;
        }

.process-step-number {
    position: absolute;
    top: 14px;
    right: 18px;
    color: rgba(41, 93, 153, 0.08);
    font-size: 50px;
    font-weight: 800;
    line-height: 1;
}

.process-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
    border-radius: 16px;
    background: rgba(41, 93, 153, 0.1);
    color: #295d99;
    font-size: 27px;
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.shipping-process-card:hover .process-icon {
    color: #ffffff;
    background: #295d99;
    transform: translateY(-4px);
}

.process-label {
    display: inline-block;
    margin-bottom: 8px;
    color: #295d99;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.process-content h4 {
    min-height: 52px;
    margin: 0 0 15px;
    color: #1e2d3d;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.process-content p {
    margin: 0;
    color: #6d7580;
    font-size: 14px;
    line-height: 1.8;
}

@media (min-width: 992px) {
    .shipping-process-row::before {
        position: absolute;
        top: 72px;
        right: 12%;
        left: 12%;
        height: 2px;
        content: "";
        background: repeating-linear-gradient( to right, rgba(41, 93, 153, 0.25) 0, rgba(41, 93, 153, 0.25) 8px, transparent 8px, transparent 16px );
    }

    .shipping-process-card {
        z-index: 1;
    }
}

@media (max-width: 1199px) {
    .process-content h4 {
        min-height: auto;
    }
}

@media (max-width: 991px) {
    .shipping-process-heading h2 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .shipping-process-section {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .shipping-process-heading {
        margin-bottom: 35px;
    }

        .shipping-process-heading h2 {
            font-size: 28px;
        }

    .shipping-process-row {
        display: block;
    }

        .shipping-process-row > div {
            display: block;
        }

    .shipping-process-card {
        padding: 34px 24px 28px;
    }
}

/* =====================================
   Compact Tracking Header
===================================== */

.tracking-page-header {
    padding: 35px 0 28px;
    background: #f8fafc;
    border-bottom: 1px solid #edf1f5;
}

.tracking-breadcrumb {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}

    .tracking-breadcrumb li {
        display: inline-block;
        color: #7a8794;
        font-size: 13px;
    }

        .tracking-breadcrumb li + li:before {
            content: "/";
            margin: 0 8px;
            color: #b4bcc5;
        }

    .tracking-breadcrumb a {
        color: #295d99;
        text-decoration: none;
    }

        .tracking-breadcrumb a:hover {
            text-decoration: none;
        }

    .tracking-breadcrumb i {
        margin-right: 4px;
    }

.tracking-page-header h1 {
    margin: 0 0 8px;
    color: #1d2d3e;
    font-size: 34px;
    font-weight: 700;
}

.tracking-page-header p {
    margin: 0;
    color: #6b7682;
    font-size: 15px;
}

/* =====================================
   Modern Tracking Section
===================================== */

.modern-tracking-section {
    position: relative;
    padding: 15px 0 90px;
    overflow: hidden;
    background: linear-gradient( 180deg, #f7f9fc 0%, #ffffff 48%, #f4f7fa 100% );
}

    .modern-tracking-section::before {
        position: absolute;
        top: -160px;
        right: -130px;
        width: 360px;
        height: 360px;
        content: "";
        border-radius: 50%;
        background: rgba(41, 93, 153, 0.04);
    }

    .modern-tracking-section::after {
        position: absolute;
        bottom: -170px;
        left: -130px;
        width: 350px;
        height: 350px;
        content: "";
        border: 60px solid rgba(41, 93, 153, 0.03);
        border-radius: 50%;
    }

    .modern-tracking-section .container {
        position: relative;
        z-index: 2;
    }

/* Main card */

.modern-tracking-card {
    position: relative;
    padding: 36px;
    overflow: hidden;
    border: 1px solid #e1e8ef;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 22px 55px rgba(25, 52, 82, 0.1);
}

    .modern-tracking-card::before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 4px;
        content: "";
        background: linear-gradient( 90deg, #295d99 0%, #3b77b9 100% );
    }

/* Heading */

.modern-tracking-heading {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ebeff3;
}

.modern-tracking-icon {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin-right: 18px;
    border-radius: 16px;
    color: #ffffff;
    background: #295d99;
    box-shadow: 0 12px 25px rgba(41, 93, 153, 0.22);
    font-size: 25px;
}

.modern-tracking-label {
    display: block;
    margin-bottom: 5px;
    color: #295d99;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.7px;
    line-height: 1.4;
    text-transform: uppercase;
}

.modern-tracking-heading h2 {
    margin: 0 0 8px;
    color: #192b3d;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
}

.modern-tracking-heading p {
    max-width: 620px;
    margin: 0;
    color: #687482;
    font-size: 14px;
    line-height: 1.75;
}

/* Form field */

.modern-tracking-field {
    margin-bottom: 24px;
}

    .modern-tracking-field > label {
        display: block;
        margin-bottom: 9px;
        color: #25384b;
        font-size: 14px;
        font-weight: 700;
    }

.modern-tracking-input-wrap {
    position: relative;
}

.modern-tracking-input-icon {
    position: absolute;
    z-index: 2;
    top: 17px;
    left: 17px;
    color: #295d99;
    font-size: 18px;
}

.modern-tracking-input-wrap textarea.form-control {
    width: 100%;
    min-height: 130px;
    padding: 15px 17px 15px 48px;
    resize: vertical;
    border: 1px solid #dbe3eb;
    border-radius: 12px;
    color: #2b3b4b;
    background: #fbfcfd;
    box-shadow: none;
    font-size: 15px;
    line-height: 1.7;
    transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

    .modern-tracking-input-wrap textarea.form-control::placeholder {
        color: #98a3ae;
    }

    .modern-tracking-input-wrap textarea.form-control:focus {
        border-color: #295d99;
        outline: none;
        background: #ffffff;
        box-shadow: 0 0 0 3px rgba(41, 93, 153, 0.1);
    }

.modern-tracking-help {
    display: block;
    margin-top: 8px;
    color: #87929d;
    font-size: 12px;
    line-height: 1.5;
}

/* Buttons */

.modern-tracking-actions {
    display: flex;
    align-items: center;
    margin-right: -6px;
    margin-left: -6px;
}

.modern-tracking-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin: 0 6px;
    padding: 13px 25px;
    border: 2px solid transparent;
    border-radius: 8px;
    outline: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    cursor: pointer;
    transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

    .modern-tracking-btn i {
        margin-right: 9px;
    }

.modern-tracking-btn-primary {
    flex: 1;
    color: #ffffff;
    background: #295d99;
    border-color: #295d99;
}

    .modern-tracking-btn-primary:hover,
    .modern-tracking-btn-primary:focus {
        color: #ffffff;
        background: #204c7f;
        border-color: #204c7f;
        transform: translateY(-2px);
        box-shadow: 0 12px 25px rgba(41, 93, 153, 0.23);
    }

.modern-tracking-btn-reset {
    min-width: 135px;
    color: #c5302a;
    background: #ffffff;
    border-color: #e5b7b5;
}

    .modern-tracking-btn-reset:hover,
    .modern-tracking-btn-reset:focus {
        color: #ffffff;
        background: #d82c20;
        border-color: #d82c20;
        transform: translateY(-2px);
        box-shadow: 0 12px 24px rgba(216, 44, 32, 0.17);
    }

/* Information note */

.modern-tracking-note {
    display: flex;
    align-items: flex-start;
    margin-top: 22px;
    padding: 13px 15px;
    border-left: 3px solid #295d99;
    border-radius: 0 8px 8px 0;
    color: #65717d;
    background: #f4f8fc;
    font-size: 12px;
    line-height: 1.6;
}

    .modern-tracking-note i {
        flex: 0 0 auto;
        margin-top: 2px;
        margin-right: 9px;
        color: #295d99;
        font-size: 14px;
    }

/* Results */

.modern-tracking-results {
    width: 100%;
    max-width: 1050px;
    margin: 35px auto 0;
}

.tracking-content {
    width: 100%;
    margin: 0 auto;
}

/* Empty message */

.modern-tracking-empty {
    display:none;
    align-items: center;
    justify-content: center;
    max-width: 700px;
    margin: 20px auto 0;
    padding: 18px 22px;
    border: 1px solid #f0d3d1;
    border-radius: 10px;
    color: #a62924;
    background: #fff8f7;
    text-align: center;
}

    .modern-tracking-empty:not(.d-none) {
        display: flex;
    }

.modern-tracking-empty-icon {
    margin-right: 9px;
    font-size: 18px;
}

.modern-tracking-empty label {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

/* Loader */

.modern-tracking-loader {
    margin: 28px auto 0;
    text-align: center;
}

.modern-tracking-spinner {
    width: 38px;
    height: 38px;
    margin: 0 auto 11px;
    border: 4px solid rgba(41, 93, 153, 0.15);
    border-top-color: #295d99;
    border-radius: 50%;
    animation: modernTrackingSpin 0.75s linear infinite;
}

.modern-tracking-loader span {
    display: block;
    color: #687482;
    font-size: 13px;
    font-weight: 600;
}

@keyframes modernTrackingSpin {
    to {
        transform: rotate(360deg);
    }
}

/* Responsive */

@media (max-width: 767px) {
    .modern-tracking-section {
        padding: 30px 0 65px;
    }

    .modern-tracking-card {
        padding: 27px 21px;
        border-radius: 14px;
    }

    .modern-tracking-heading {
        display: block;
        margin-bottom: 24px;
        padding-bottom: 22px;
    }

    .modern-tracking-icon {
        width: 54px;
        height: 54px;
        margin: 0 0 16px;
        font-size: 22px;
    }

    .modern-tracking-heading h2 {
        font-size: 24px;
    }

    .modern-tracking-input-wrap textarea.form-control {
        min-height: 125px;
        padding-left: 43px;
        font-size: 14px;
    }

    .modern-tracking-input-icon {
        left: 15px;
    }

    .modern-tracking-actions {
        display: block;
        margin: 0;
    }

    .modern-tracking-btn {
        width: 100%;
        margin: 0 0 11px;
    }

        .modern-tracking-btn:last-child {
            margin-bottom: 0;
        }

    .modern-tracking-btn-reset {
        min-width: 0;
    }

    .modern-tracking-empty {
        padding: 15px 17px;
    }
}

@media (max-width: 480px) {
    .modern-tracking-heading h2 {
        font-size: 22px;
    }

    .modern-tracking-heading p {
        font-size: 13px;
    }

    .modern-tracking-input-wrap textarea.form-control {
        min-height: 115px;
    }
}

#norecordfound {
    width: 100%;
    max-width: 700px;
    margin: 25px auto;
    padding: 22px 25px;
    border: 1px solid #dbe5ef;
    border-left: 4px solid #295d99;
    border-radius: 10px;
    color: #526170;
    background: #f7fafd;
    box-shadow: 0 10px 28px rgba(25, 52, 82, 0.07);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7;
    text-align: center;
}

/* =====================================
   Shipment result card
===================================== */

.shipment-result-card {
    width: 100%;
    margin: 32px auto;
    overflow: hidden;
    border: 1px solid #e0e7ee;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(25, 52, 82, 0.09);
}

.shipment-result-header {
    display: flex;
    align-items: center;
    padding: 24px 26px;
    border-bottom: 1px solid #e7edf3;
    background: #f8fafc;
}

.shipment-result-icon {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    border-radius: 12px;
    color: #ffffff;
    background: #295d99;
    font-size: 20px;
}

.shipment-result-title {
    flex: 1;
    min-width: 0;
}

.shipment-section-label {
    display: block;
    margin-bottom: 4px;
    color: #295d99;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.shipment-result-title h2 {
    margin: 0;
    color: #1d2d3e;
    font-size: 20px;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.shipment-status {
    display: inline-block;
    margin-left: 15px;
    padding: 7px 13px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.shipment-status-delivered {
    color: #14733c;
    background: #e6f7ed;
}

.shipment-status-transit {
    color: #295d99;
    background: #e9f1fa;
}

.shipment-status-out {
    color: #8a5a00;
    background: #fff5d9;
}

.shipment-status-exception {
    color: #a52b25;
    background: #fff0ef;
}

.shipment-status-default {
    color: #596673;
    background: #edf1f4;
}

/* Details */

.shipment-details-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 12px;
}

.shipment-detail-item {
    display: flex;
    align-items: flex-start;
    width: calc(50% - 24px);
    margin: 12px;
    padding: 17px;
    border: 1px solid #e7edf3;
    border-radius: 10px;
    background: #fbfcfd;
}

.shipment-detail-icon {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-right: 12px;
    border-radius: 9px;
    color: #295d99;
    background: #eaf1f8;
    font-size: 15px;
}

.shipment-detail-content {
    min-width: 0;
}

    .shipment-detail-content > span {
        display: block;
        margin-bottom: 4px;
        color: #7b8793;
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .shipment-detail-content strong,
    .shipment-detail-content > div {
        display: block;
        color: #26394b;
        font-size: 14px;
        font-weight: 700;
        overflow-wrap: anywhere;
    }

.tracking-vendor-link {
    padding: 0;
    border: 0;
    color: #295d99;
    background: transparent;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}

    .tracking-vendor-link i {
        margin-right: 4px;
    }

/* POD action */

.shipment-result-actions {
    padding: 0 24px 24px;
}

.tracking-pod-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 20px;
    border: 0;
    border-radius: 7px;
    color: #ffffff;
    background: #295d99;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
}

    .tracking-pod-button:hover,
    .tracking-pod-button:focus {
        color: #ffffff;
        background: #204c7f;
        transform: translateY(-1px);
    }

    .tracking-pod-button i {
        margin-right: 8px;
    }

/* Timeline */

.shipment-progress-block {
    padding: 26px;
    border-top: 1px solid #e7edf3;
}

.shipment-block-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

    .shipment-block-heading h3 {
        margin: 0;
        color: #1d2d3e;
        font-size: 21px;
        font-weight: 700;
    }

.shipment-event-count {
    padding: 6px 11px;
    border-radius: 30px;
    color: #295d99;
    background: #eaf1f8;
    font-size: 11px;
    font-weight: 700;
}

.shipment-timeline {
    position: relative;
}

.shipment-timeline-item {
    position: relative;
    display: flex;
    padding-bottom: 22px;
}

    .shipment-timeline-item:last-child {
        padding-bottom: 0;
    }

.shipment-timeline-marker {
    position: relative;
    flex: 0 0 28px;
}

    .shipment-timeline-marker::after {
        position: absolute;
        top: 17px;
        bottom: -7px;
        left: 7px;
        width: 2px;
        content: "";
        background: #dce5ed;
    }

.shipment-timeline-item:last-child
.shipment-timeline-marker::after {
    display: none;
}

.shipment-timeline-marker span {
    position: relative;
    z-index: 2;
    display: block;
    width: 16px;
    height: 16px;
    border: 4px solid #dce7f1;
    border-radius: 50%;
    background: #7b91a8;
}

.shipment-timeline-item.is-latest
.shipment-timeline-marker span {
    border-color: #cbdced;
    background: #295d99;
    box-shadow: 0 0 0 5px rgba(41, 93, 153, 0.08);
}

.shipment-timeline-content {
    flex: 1;
    min-width: 0;
    padding: 0 0 5px 5px;
}

.shipment-timeline-meta {
    margin-bottom: 6px;
}

    .shipment-timeline-meta span {
        display: inline-block;
        margin: 0 15px 4px 0;
        color: #7b8793;
        font-size: 11px;
        font-weight: 600;
    }

    .shipment-timeline-meta i {
        margin-right: 4px;
        color: #295d99;
    }

.shipment-timeline-content h4 {
    margin: 0 0 5px;
    color: #26394b;
    font-size: 15px;
    font-weight: 700;
}

.shipment-timeline-content p {
    margin: 0;
    color: #687582;
    font-size: 13px;
}

    .shipment-timeline-content p i {
        margin-right: 5px;
        color: #d82c20;
    }

.shipment-no-events {
    margin: 0 24px 24px;
    padding: 15px;
    border-radius: 8px;
    color: #687582;
    background: #f5f8fa;
    font-size: 13px;
}

    .shipment-no-events i {
        margin-right: 7px;
        color: #295d99;
    }

/* No record */

.norecordfound {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 760px;
    margin: 28px auto;
    padding: 21px 24px;
    border: 1px solid #f0d4d1;
    border-left: 4px solid #d82c20;
    border-radius: 10px;
    background: #fff8f7;
    box-shadow: 0 10px 28px rgba(82, 30, 25, 0.06);
}

.norecordfound-icon {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin-right: 15px;
    border-radius: 50%;
    color: #d82c20;
    background: #ffe7e5;
    font-size: 18px;
}

.norecordfound-content strong {
    display: block;
    margin-bottom: 3px;
    color: #8f2722;
    font-size: 15px;
}

.norecordfound-content p {
    margin: 0 0 2px;
    color: #4d5965;
    font-size: 13px;
}

    .norecordfound-content p span {
        font-weight: 700;
    }

.norecordfound-content small {
    color: #7d6867;
    font-size: 12px;
}

/* General request message */

.tracking-request-error,
.tracking-request-success {
    display: flex;
    align-items: center;
    max-width: 760px;
    margin: 22px auto;
    padding: 16px 19px;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 600;
}

.tracking-request-error {
    border: 1px solid #f0d4d1;
    color: #9e2b25;
    background: #fff8f7;
}

.tracking-request-success {
    border: 1px solid #cce6d5;
    color: #14733c;
    background: #f2fbf5;
}

    .tracking-request-error i,
    .tracking-request-success i {
        margin-right: 9px;
        font-size: 16px;
    }

/* Button loading state */

#trackAwbNumber.is-loading {
    cursor: wait;
    opacity: 0.85;
}

/* Responsive */

@media (max-width: 767px) {
    .shipment-result-card {
        margin-top: 24px;
        border-radius: 12px;
    }

    .shipment-result-header {
        display: block;
        padding: 21px;
    }

    .shipment-result-icon {
        margin: 0 0 13px;
    }

    .shipment-result-title h2 {
        font-size: 18px;
    }

    .shipment-status {
        margin: 13px 0 0;
    }

    .shipment-details-grid {
        display: block;
        padding: 10px;
    }

    .shipment-detail-item {
        width: auto;
        margin: 10px;
    }

    .shipment-result-actions {
        padding: 0 20px 20px;
    }

    .tracking-pod-button {
        width: 100%;
    }

    .shipment-progress-block {
        padding: 22px 20px;
    }

    .shipment-block-heading {
        align-items: flex-start;
    }

    .shipment-event-count {
        margin-left: 10px;
        white-space: nowrap;
    }

    .norecordfound {
        align-items: flex-start;
        margin: 22px auto;
        padding: 18px;
    }
}

/* =====================================
   Contact Breadcrumb
===================================== */

.contact-breadcrumb {
    position: relative;
    padding: 75px 0;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient( 120deg, #173d69 0%, #295d99 55%, #3673b5 100% );
}

    .contact-breadcrumb::before {
        position: absolute;
        top: 0;
        right: 0;
        width: 45%;
        height: 100%;
        content: "";
        opacity: 0.12;
        background: repeating-linear-gradient( -45deg, transparent, transparent 18px, rgba(255, 255, 255, 0.25) 18px, rgba(255, 255, 255, 0.25) 19px );
    }

.contact-breadcrumb-shape {
    position: absolute;
    display: block;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

    .contact-breadcrumb-shape.shape-one {
        top: -130px;
        right: 9%;
        width: 330px;
        height: 330px;
    }

    .contact-breadcrumb-shape.shape-two {
        right: 23%;
        bottom: -150px;
        width: 260px;
        height: 260px;
        border-width: 45px;
    }

.contact-breadcrumb .container {
    position: relative;
    z-index: 2;
}

.contact-breadcrumb-content {
    max-width: 760px;
}

.contact-breadcrumb-label {
    display: inline-block;
    margin-bottom: 13px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

    .contact-breadcrumb-label i {
        margin-right: 7px;
    }

.contact-breadcrumb h1 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
}

.contact-breadcrumb-content > p {
    max-width: 680px;
    margin: 0 0 25px;
    color: rgba(255, 255, 255, 0.83);
    font-size: 15px;
    line-height: 1.8;
}

.contact-breadcrumb-menu {
    display: inline-block;
    margin: 0;
    padding: 10px 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.1);
}

    .contact-breadcrumb-menu li {
        padding: 0 4px;
        color: rgba(255, 255, 255, 0.75);
        font-size: 12px;
    }

    .contact-breadcrumb-menu a {
        color: #ffffff;
        text-decoration: none;
    }

        .contact-breadcrumb-menu a:hover {
            color: #ffffff;
        }

    .contact-breadcrumb-menu i {
        margin-right: 4px;
    }


/* =====================================
   Contact Section
===================================== */

.modern-contact-section {
    position: relative;
    padding: 85px 0 95px;
    overflow: hidden;
    background: #f7f9fc;
}

    .modern-contact-section::before {
        position: absolute;
        top: 80px;
        left: -160px;
        width: 350px;
        height: 350px;
        content: "";
        border: 60px solid rgba(41, 93, 153, 0.025);
        border-radius: 50%;
    }

    .modern-contact-section .container {
        position: relative;
        z-index: 2;
    }


/* Section heading */

.modern-contact-heading {
    margin-bottom: 45px;
}

.modern-section-label {
    display: block;
    margin-bottom: 8px;
    color: #295d99;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.modern-contact-heading h2,
.modern-office-card h2 {
    margin: 0 0 14px;
    color: #192b3d;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
}

.modern-contact-heading p {
    max-width: 680px;
    margin: 0 auto;
    color: #6c7885;
    font-size: 14px;
    line-height: 1.8;
}


/* Contact cards */

.modern-contact-cards {
    display: flex;
    flex-wrap: wrap;
}

    .modern-contact-cards > [class*="col-"] {
        display: flex;
    }

.modern-contact-card {
    position: relative;
    width: 100%;
    min-height: 315px;
    margin-bottom: 30px;
    padding: 30px 27px;
    overflow: hidden;
    border: 1px solid #e0e7ee;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(25, 52, 82, 0.07);
    transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

    .modern-contact-card::before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 3px;
        content: "";
        background: #295d99;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s ease;
    }

    .modern-contact-card:hover {
        border-color: #cad8e5;
        transform: translateY(-6px);
        box-shadow: 0 22px 50px rgba(25, 52, 82, 0.12);
    }

        .modern-contact-card:hover::before {
            transform: scaleX(1);
        }

.modern-contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 22px;
    border-radius: 14px;
    color: #295d99;
    background: #eaf1f8;
    font-size: 23px;
    transition: color 0.3s ease, background 0.3s ease;
}

.modern-contact-card:hover .modern-contact-icon {
    color: #ffffff;
    background: #295d99;
}

.modern-contact-card-label {
    display: block;
    margin-bottom: 6px;
    color: #295d99;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.modern-contact-card h3 {
    margin: 0 0 11px;
    color: #213447;
    font-size: 19px;
    font-weight: 700;
}

.modern-contact-card-content > p {
    min-height: 67px;
    margin: 0 0 17px;
    color: #707d89;
    font-size: 13px;
    line-height: 1.75;
}

.modern-contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .modern-contact-list li {
        margin-bottom: 7px;
    }

        .modern-contact-list li:last-child {
            margin-bottom: 0;
        }

    .modern-contact-list a {
        color: #295d99;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        overflow-wrap: anywhere;
    }

        .modern-contact-list a:hover,
        .modern-contact-list a:focus {
            color: #d82c20;
            text-decoration: none;
        }


/* =====================================
   Office and Map
===================================== */

.modern-office-row {
    display: flex;
    align-items: stretch;
    margin-top: 35px;
}

    .modern-office-row > [class*="col-"] {
        display: flex;
    }

.modern-office-card {
    width: 100%;
    padding: 38px 34px;
    border-radius: 16px;
    color: #ffffff;
    background: linear-gradient( 140deg, #173d69 0%, #295d99 100% );
    box-shadow: 0 20px 48px rgba(25, 52, 82, 0.15);
}

    .modern-office-card .modern-section-label {
        color: rgba(255, 255, 255, 0.75);
    }

    .modern-office-card h2 {
        color: #ffffff;
        font-size: 29px;
    }

    .modern-office-card > p {
        margin-bottom: 28px;
        color: rgba(255, 255, 255, 0.78);
        font-size: 13px;
        line-height: 1.8;
    }

.modern-office-detail {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.modern-office-detail-icon {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    margin-right: 13px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 10px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    font-size: 16px;
}

.modern-office-detail span {
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.64);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.modern-office-detail p {
    margin: 0;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.7;
}

.modern-office-detail a {
    color: #ffffff;
    text-decoration: none;
}

    .modern-office-detail a:hover {
        color: #ffffff;
        text-decoration: underline;
    }

.modern-office-actions {
    margin-top: 28px;
}

.modern-direction-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 47px;
    padding: 12px 21px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 7px;
    color: #295d99;
    background: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

    .modern-direction-btn i {
        margin-right: 8px;
    }

    .modern-direction-btn:hover,
    .modern-direction-btn:focus {
        color: #ffffff;
        background: #d82c20;
        border-color: #d82c20;
        text-decoration: none;
        transform: translateY(-2px);
    }


/* Map */

.modern-contact-map {
    width: 100%;
    min-height: 100%;
    padding: 8px;
    overflow: hidden;
    border: 1px solid #dce4ec;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 20px 48px rgba(25, 52, 82, 0.1);
}

    .modern-contact-map iframe {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 515px;
        border: 0;
        border-radius: 11px;
    }


/* =====================================
   Responsive
===================================== */

@media (max-width: 991px) {
    .modern-contact-cards {
        display: block;
    }

        .modern-contact-cards > [class*="col-"] {
            display: block;
        }

    .modern-contact-card {
        min-height: 0;
    }

    .modern-contact-card-content > p {
        min-height: 0;
    }

    .modern-office-row {
        display: block;
        margin-top: 20px;
    }

        .modern-office-row > [class*="col-"] {
            display: block;
        }

    .modern-office-card {
        margin-bottom: 30px;
    }

    .modern-contact-map iframe {
        min-height: 420px;
    }
}

@media (max-width: 767px) {
    .contact-breadcrumb {
        padding: 58px 0;
    }

        .contact-breadcrumb h1 {
            font-size: 34px;
        }

    .contact-breadcrumb-content > p {
        font-size: 14px;
    }

    .modern-contact-section {
        padding: 65px 0 70px;
    }

    .modern-contact-heading {
        margin-bottom: 32px;
    }

        .modern-contact-heading h2,
        .modern-office-card h2 {
            font-size: 27px;
        }

    .modern-contact-card {
        margin-bottom: 20px;
        padding: 26px 22px;
    }

    .modern-office-card {
        padding: 30px 24px;
    }

    .modern-contact-map iframe {
        min-height: 350px;
    }
}

@media (max-width: 480px) {
    .contact-breadcrumb h1 {
        font-size: 30px;
    }

    .contact-breadcrumb-menu {
        padding: 9px 13px;
    }

    .modern-contact-heading h2 {
        font-size: 25px;
    }

    .modern-office-card h2 {
        font-size: 24px;
    }

    .modern-direction-btn {
        width: 100%;
    }

    .modern-contact-map iframe {
        min-height: 310px;
    }
}