@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200 - 800;
    font-style: normal;
    box-sizing: border-box;
    color: #5e5e5e;
}

:root {
    --sa-blue: #2c3691;
    --sa-red: #ec1f28;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

ul {
    padding-left: 0px;
}

.btn-1 {
    background-color: #fff;
    display: inline-block;
    padding: 10px 20px;
    width: 180px;
    text-align: left;
    border: 2px solid var(--sa-blue);
    color: var(--sa-blue);
    font-size: .9rem;
    text-transform: uppercase;
    transition: 0.2s;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    border-radius: 30px;
}

.btn-1 i {
    position: absolute;
    top: calc(50% - .6rem);
    right: 25px;
    transition: 0.3s ease;
    font-size: 1.2rem;
}

.btn-1:hover i {
    opacity: 1;
    right: 15px;
    color: #fff;
}

.btn-1:hover {
    color: #fff;
    background: var(--sa-blue);
}

.nav-item .nav-link {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin: 5px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.nav-link:focus,
.nav-link:hover {
    color: var(--sa-red);
}

.navbar-toggler:focus {
    box-shadow: none;
}

.topbar {
    background: var(--sa-blue);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 0;
}

.topbar a,
.topbar span {
    color: #fff;
    text-decoration: none;
}

.topbar a:hover {
    color: #ffe4e6;
}

.topbar i {
    margin-right: 6px;
    color: #ffd6d8;
}

.topbar-links a + a {
    margin-left: 14px;
    padding-left: 14px;
    border-left: 1px solid rgba(255, 255, 255, .35);
}

.site-nav {
    box-shadow: 0 8px 24px rgba(44, 54, 145, .08);
    z-index: 1030;
}

.navbar-brand img {
    max-height: 72px;
    width: auto;
}

.nav-btn-red {
    border: 1px solid var(--sa-red);
    border-radius: 30px;
    color: var(--sa-red);
    transition: 0.3s;
    letter-spacing: 1px !important;
    padding: 8px 16px !important;
}

.nav-btn-red:hover {
    background: var(--sa-red);
    color: #fff !important;
}

.nav-btn-blue {
    background: var(--sa-blue);
    color: #fff;
    border-radius: 30px;
    border: 1px solid transparent;
    letter-spacing: 1px !important;
    padding: 8px 16px !important;
}

.nav-btn-blue:hover {
    border: 1px solid var(--sa-blue);
    transition: 0.3s;
    background: #fff;
    color: var(--sa-blue);
}

.dropdown-menu,
.dropdown-item {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    background-color: var(--sa-red);
    color: #fff;
}

.video-banner {
    position: relative;
    width: 100%;
    height: calc(100vh - 148px);
    min-height: 620px;
    overflow: hidden;
}

.video-banner video {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.banner-content {
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 9;
    padding: 24px 16px;
}

.banner-content h1 {
    font-size: 4rem;
    font-weight: 800;
}

.banner-content p {
    font-size: 1.25rem;
    font-weight: 500;
    background: var(--sa-blue);
    padding: 4px 16px;
    border-radius: 3px;
}

.banner-btn1 {
    border: 2px solid var(--sa-red);
    color: #fff;
    background: var(--sa-red);
    padding: 15px 24px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
    border-radius: 30px;
    display: inline-block;
}

.banner-btn1:hover {
    color: var(--sa-red);
    background: #fff;
}

.banner-btn2 {
    border: 2px solid var(--sa-blue);
    color: #fff;
    background: var(--sa-blue);
    padding: 15px 24px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 30px;
    display: inline-block;
    transition: 0.3s;
}

.banner-btn2:hover {
    color: var(--sa-blue);
    background: #fff;
}

.counter-up {
    padding: 70px 0px;
}

.counter-content {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 9;
}

.counter-icon {
    font-size: 45px;
    height: 80px;
    width: 80px;
    margin-right: 25px;
    background: var(--sa-red);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    flex: none;
}

.counter-number h2 {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 2.5rem;
    font-weight: 800;
}

.counter-number h4 {
    font-weight: 600;
    color: var(--sa-red);
    font-size: 1.15rem;
}

.heading span {
    font-weight: bold;
    font-size: 14px;
    display: block;
    color: var(--sa-red);
    text-transform: uppercase;
    letter-spacing: -0.1px;
}

.home_about {
    padding: 70px 0px;
}

/* service_features css*/

.service_features {
    padding: 70px 0px;
    background-color: #f9f9f9;
}

.feature-Bx {
    margin-bottom: 2rem;
    box-shadow: 0px 0px 15px rgb(0 0 0 / .05);
    background-color: #fff;
    padding: 1rem;
    border-radius: 1rem;
    transition: 0.3s;
}

.feature-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.feature-icon i {
    font-size: 2.5rem;
    color: var(--sa-blue);
    transition: 0.3s;
}

.feature_text {
    padding: 1rem .5rem;
}

.feature_text h5 {}

.feature_text p {
    margin-bottom: 0px;
    font-size: .9rem;
}

.feature-Bx:hover {
    transform: translateY(-10px);
}

.feature-Bx:hover .feature-icon {
    background: var(--sa-blue);
}

.feature-Bx:hover .feature-icon i {
    color: #fff;
}

.service_wrapper {
    padding: 70px 0px;
    background: var(--sa-red);
    color: #fff;
    padding-bottom: 300px;
}

.service_slider_outer {
    background: #f9f9f9;
    padding-bottom: 70px;
}

.service-slider {
    margin-top: -250px;
}

.service-slider .header-content {
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--sa-blue);
    padding: 1.5rem;
    min-width: 200px;
    box-shadow: 5px -5px 10px rgba(0, 0, 0, .2);
}

.service-slider .header-content img {
    width: 60px !important;
    margin-bottom: 1rem;
}

.service-slider .header-content h6 {
    color: #fff;
    font-weight: bold;
    font-size: 1.25rem;
}

.service-slider .item {
    overflow: hidden;
}

.service-slider .item img {
    transition: 0.3s;
}

.service-slider .item:hover img {
    transform: scale(1.1);
}

/*hassle-free-outer*/

.hassle-free-outer {
    background-image: url('../images/hassle-free.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hassle-free {
    margin: 1.5rem auto;
}

.hassle-free h3 {
    color: var(--sa-red);
    font-weight: 600;
    font-size: 2rem;
    font-style: italic;
}

.hassle-free h6 {
    color: #fff;
    font-style: italic;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

.hassle-free div {
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.hassle-free div a {
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    margin-right: 1rem;
}

.hassle-free div a:last-child {
    margin-left: 1rem;
}

/* footer */

footer {
    background: var(--sa-blue);
    color: #fff;
}

.footer_links {}

.footer_links a {
    /* display: block; */
    color: inherit;
    padding-bottom: 10px;
    border-bottom: 1px dotted #9e9e9e;
    margin-bottom: 10px;
    font-size: 13px;
    color: #ffffffc4;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    font-weight: normal;
    margin-right: 1rem;
    text-align: left !important;
}

.footer_links a:hover {
    color: #fff;
    padding-right: 10px;
}

.address_box {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
    justify-content: start;
    margin-top: 10px;
}

.address_box i {
    width: 15px;
    margin-right: 10px;
    display: block;
    text-align: center;
}

.address_box span {
    margin-bottom: 0px;
    color: #ffffffc4;
    word-break: break-word;
    font-size: 13px;
}

.address_box a {
    color: #ffffffc4;
    font-size: 13px;
}

.footer_links,
.get-in-touch {
    margin: 10px 0px;
    text-align: right;
}

.footer_links h5,
.get-in-touch h5 {
    /*  text-transform: uppercase; */
    margin-bottom: 25px;
    /* display: none; */
}

.get-in-touch img {
    border-radius: 5px;
    margin: 25px auto;
    display: block;
    text-align: center;
    padding: 10px;
    background-color: #fff;
}

.footer_social {
    display: block;
    width: 100%;
    text-align: center;
}

.footer_social a {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border: 1px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    display: inline-block;
    line-height: 30px;
    transition: 0.3s;
    text-align: center;
}

.footer_social a:hover {
    color: #fff;
    background-color: #ffffff;
    border-color: #fff;
}

.footer_social a:hover i {
    color: #162343;
}

.footer_bottom {
    background-color: #171f73;
}

.copyroght,
.designed_by {
    padding: 10px 0px;
}

.copyroght p,
.designed_by p,
.designed_by p a {
    margin-bottom: 0px;
    color: rgb(255 255 255 / 50%);
    font-size: .8rem;
}

.designed_by p,
.designed_by p a {
    color: rgb(255 255 255 / 20%);
}

.clients-section {
    padding: 70px 0px;
}

.partner-carousel .item img {
    max-width: 140px;
}

/* Breadcrumb area */

.page-title-section {
    background-image: url('../images/breadcrumb-background.jpg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}

.page-title-section .breadcrumb-title h1 {
    font-size: 70px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 40px;
    position: relative;
    padding-left: 30px;
}

.page-title-section .breadcrumb-title h1:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 5px solid var(--sa-red);
}

.page-title-section h6 a {
    color: #fff;
    font-size: 16px;
}

.page-title-section h6 {
    color: #aeb1b3;
    font-size: 16px;
    margin-top: 25px;
}

/* marquee */

.moving-titles {
    display: flex;
}

.moving-title-section {
    padding: 15px 0px;
    background: #2c3691;
}

.moving-titles h3 {
    padding: 0px 60px;
    color: #fff;
    position: relative;
    margin-bottom: 0px;
}

.moving-titles h3:after {
    content: "";
    background: url("../images/sparkle.svg") no-repeat center left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 15px;
}

.why-choose-section {
    background: url("../images/bg-1.webp");
    padding: 70px 0px;
}

.why-choose-point {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    box-shadow: 0px 1px 16px #cccccc59;
    border-radius: 10px;
}

.point-icon {
    border-radius: 50%;
    border: 1px solid var(--sa-red);
    padding: 10px;
    display: flex;
    margin-bottom: 30px;
    transition: ease-in 0.3s;
}

.point-icon i {
    font-size: 40px;
    background: #f4f4f5;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--sa-red);
    transition: ease-in 0.3s;
}

.point-content h4 {
    color: var(--sa-blue);
    font-weight: 600;
    font-size: 21px;
}

.point-content p {
    font-size: 14px;
}

.why-choose-points {
    margin-top: 60px;
}

.why-choose-point:hover .point-icon i {
    background: var(--sa-red);
    color: #fff;
}

.why-choose-point:hover .point-icon {
    background: var(--sa-red);
}

.cta-section {
    background: var(--sa-red);
    position: relative;
    margin-top: 40px;
}

.cta-section .heading h2 {
    color: #fff;
}

.cta-section .heading span {
    color: #fff;
}

.cta-section p {
    color: #fff;
}

.cta-bg-image {
    position: absolute;
    right: 330px;
    height: 100%;
}

.cta-bg-image img {
    height: 100%;
}

.cta-inner-img img {
    position: absolute;
    /* right: 300px; */
    top: -63px;
    height: 316px;
}

.cta-inner-img {
    position: relative;
}

.cta-inner {
    padding: 10px;
}

a.cta-button {
    padding: 12px 24px 11px 14px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.3);
    color: #000;
    z-index: 99;
}

a.cta-button i {
    background-color: var(--sa-red);
    min-width: 29px;
    width: 29px;
    height: 29px;
    color: #fff;
    border-radius: 50%;
    line-height: 29px;
    text-align: center;
    margin-right: 5px;
}

.contact-us-wrapper {
    background: #fff;
    margin-top: 50px;
    position: relative;
}

.contact-us-inner {
    text-align: center;
    padding: 40px 30px;
    border-right: 1px solid #eee;
}

.contact-us-inner:nth-last-child(4) {
    border-right: none;
}

.contact-us-inner h5 {
    margin: 40px 0 20px;
}

.contact-us-inner a {
    text-transform: uppercase;
    color: var(--sa-red);
    font-size: 17px;
    font-weight: 500;
    margin: 20px 0 10px;
}

.contact-us-inner .info-i {
    position: relative;
    z-index: 1;
}

.contact-us-inner .info-i i:before {
    font-size: 40px;
    color: var(--sa-red);
}

#contact-us .contact-form .main-btn {
    margin-top: 30px;
}

.contact-us-area {
    padding: 70px 0px;
    background-image: url('../images/contact-bg.jpg');
    height: 400px;
}

.contact-section {
    background-image: url('../images/contact-form-bg.jpg');
    padding: 180px 0px 120px;
    background-attachment: fixed;
}

.contact-section .section-title h2 {
    color: #fff;
}

.contact-form .main-btn {
    border-radius: 0;
    border: none;
    margin: 40px 0;
}

.contact-form {
    margin-top: 60px;
}

.service-section {
    padding: 70px 0px;
}

.services-features {
    background: var(--sa-blue);
}

.single-feature {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

.icon-image {
    background: var(--sa-blue);
    padding: 25px;
    border-radius: 50%;
    margin-bottom: 10px;
    transition: ease-in 0.3s;
}

.feature-title h3 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.features-point {
    padding: 40px 0px;
}

.single-feature:hover .icon-image {
    background: var(--sa-red);
}

.no-space-section-content {
    background-color: #04111d;
    position: relative;
    z-index: 99;
}

.no-space-section-content .heading {
    padding: 40px;
}

.no-space-section-content h2 {
    color: #fff;
}

.no-space-section-content p {
    color: #fff;
    text-align: justify;
}

.service-faq {
    padding: 70px 0px;
}

.service-faq .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--sa-blue);
}

.service-faq .accordion-button {
    font-weight: 600;
}

.featured-section {
    background: var(--sa-blue);
}

.row.no-sapce-row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.rate-calculate-area {
    padding: 70px 0px;
}

form.rate-calculator-form {
    background: #f4f4f5;
    padding: 40px;
    margin-top: 50px;
    border-radius: 8px;
    position: relative;
}

h4.rate-form-heading {
    background: var(--sa-blue);
    display: inline;
    padding: 6px 12px;
    border-radius: 4px;
    position: absolute;
    top: -20px;
    color: #fff;
    font-size: 20px;
}

a.info-link {
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 400;
}

.sa-text {
    font-weight: bold;
}

section.video-banner:before {
    content: '';
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.5;
}

.service-section p {
    text-align: justify;
    padding-right: 30px;
}

.thank-you-section.text-center {
    padding: 100px 0px;
}

/*Media Query*/

@media screen and (min-width: 768px) {
    .cta-btn-section {
        display: flex;
        justify-content: end;
        align-items: center;
    }
}

@media screen and (min-width: 992px) {
    .cta-bg-image {
        position: absolute;
        right: 120px;
        height: 100%;
    }
    .cta-inner-img img {
        position: absolute;
        /* right: 300px; */
        top: 0;
        height: 320px;
    }
    .cta-btn-section {
        display: flex;
        justify-content: end;
        align-items: center;
    }
}

@media screen and (min-width: 1200px) {
    .features-point {
        padding: 40px 80px;
    }
    .cta-bg-image {
        position: absolute;
        right: 140px;
        height: 100%;
    }
    .cta-inner-img img {
        position: absolute;
        /* right: 300px; */
        top: -40px;
        height: 332px;
    }
}

@media screen and (max-width: 1199px) {
    .nav-item .nav-link {
        margin: 2px;
    }
}

@media screen and (min-width: 1400px) {
    .cta-bg-image {
        position: absolute;
        right: 220px;
        height: 100%;
    }
    .cta-inner-img img {
        position: absolute;
        /* right: 300px; */
        top: -79px;
        height: 332px;
    }
}

@media screen and (max-width: 991px) {
    .nav-item .nav-link {
        margin: 8px;
    }
    .nav-btn-blue,
    .nav-btn-red {
        display: inline-block;
        padding: 10px 10px;
    }
    .video-banner video {
        height: 100%;
        object-fit: cover;
    }
    .counter-content {
        justify-content: start;
    }
    .counter-up {
        padding: 40px 0px;
    }
    .hassle-free h6 {
        font-size: 1rem;
    }
    .hassle-free div a {
        font-size: 1.25rem;
    }
    .address_box {
        margin-top: 10px;
    }
    .footer_links {
        text-align: left;
        margin-bottom: 1.5em;
    }
    .cta-bg-image {
        display: none;
    }
    .cta-inner-img {
        display: none;
    }
    .cta-inner-img img {
        position: relative;
        /* right: 300px; */
        top: 0;
        height: auto;
    }
    .contact-us-area {
        height: auto;
    }
    .page-title-section .breadcrumb-title h1 {
        font-size: 42px;
    }
}

@media screen and (max-width: 575px) {
    .nav-item .nav-link {
        font-size: 15px;
    }
    .nav-btn-blue,
    .nav-btn-red {
        display: block;
        text-align: center;
    }
    .home_about {
        padding: 40px 0px;
    }
    .service_wrapper {
        padding: 40px 0px 150px 0px;
    }
    .service-slider {
        margin-top: -130px;
    }
    .service-slider .header-content h6 {
        font-size: 1rem;
    }
    .service-slider .header-content {
        padding: .5rem;
        min-width: 120px;
    }
    .service-slider .header-content img {
        margin-bottom: .5rem;
        width: 40px !important;
    }
    .service_features {
        padding: 0px 0px 40px 0px;
    }
    .clients-section {
        padding: 40px 0px;
    }
    .hassle-free-outer {
        background: var(--sa-blue);
    }
    .banner-content h1 {
        font-size: 2rem;
    }
    .video-banner {
        height: auto;
        min-height: 560px;
    }
    .banner-track-card {
        margin-top: 18px;
        padding: 14px;
    }
    .counter-up {
        padding: 0px;
        margin-bottom: 40px;
    }
    .counter-icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
        margin-right: 10px;
    }
    .counter-number h2 {
        font-size: 1.5rem;
    }
    .counter-number h4 {
        font-size: .8rem;
    }
    .service-section p {
        padding-right: 10px;
    }
    .topbar {
        font-size: 12px;
        text-align: center;
    }
    .topbar-links {
        width: 100%;
        text-align: center;
    }
}

.feature-Bx {
    border-left: 4px solid var(--sa-red);
}

.icon-image i {
    font-size: 32px;
    color: #fff;
}

.footer-main {
    padding: 36px 0 16px;
}

.footer-logo {
    max-height: 68px;
    background: #fff;
    padding: 6px 10px;
    border-radius: 8px;
}

footer h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 16px;
}

.footer_links.d-flex a {
    display: block;
    margin-right: 0;
    border-bottom: 0;
    padding-bottom: 6px;
    margin-bottom: 4px;
}

.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 56px;
    height: 56px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    z-index: 9999;
    box-shadow: 0 8px 20px rgba(37, 211, 102, .4);
}

.whatsapp-float:hover {
    color: #fff;
    background: #1ebe5d;
}

.banner-track-card {
    background: rgba(255, 255, 255, .95);
    border-radius: 16px;
    padding: 18px;
    max-width: 640px;
    margin: 28px auto 0;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
}

.banner-track-card h6 {
    color: var(--sa-blue);
    font-weight: 700;
    margin-bottom: 12px;
}

.banner-track-card .form-control,
.banner-track-card .form-select {
    min-height: 48px;
    border-radius: 10px;
}

.track-page {
    padding: 60px 0 80px;
    background: #f6f7fb;
}

.track-card {
    background: #fff;
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 10px 30px rgba(44, 54, 145, .08);
}

.track-card h2 {
    color: var(--sa-blue);
    font-weight: 800;
}

.track-block tr,
.track-block td,
.track-block th {
    border: 1px solid #d9dcec;
    padding: 8px 10px;
    text-align: left;
    font-size: 13px;
}

.track-block thead tr {
    background: var(--sa-blue);
    color: #fff;
}

.tracking-data .invalid-record {
    padding: 0.75em 1em;
    background-color: var(--sa-red);
    margin-top: 8px;
    color: #fff;
}

.tracking-data .accordion-header {
    padding: 1em;
    background-color: var(--sa-blue);
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-radius: 8px 8px 0 0;
    color: #fff;
}

.tracking-data .accordion-header h2 {
    color: #fff;
    font-size: 15px;
    margin: 0;
}

.tracking-data .accordion-header h2:nth-child(2) {
    margin-left: auto;
    margin-right: 15px;
}

.tracking-data .accordion-body {
    display: none;
    padding: 1em;
    border: 1px solid #d9dcec;
    border-top: 0;
    background: #fff;
}

.tracking-data .accordion-body.active {
    display: block;
}

.dropdown-menu {
    border-radius: 12px;
    border: 0;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
}

.track-loader {
    display: none;
    text-align: center;
    padding: 28px 16px 8px;
    color: var(--sa-blue);
    font-weight: 600;
}

.shipment-card {
    background: #fff;
    border-radius: 16px;
    padding: 22px 24px 12px;
    margin-top: 24px;
    box-shadow: 0 10px 30px rgba(44, 54, 145, .08);
}

.shipment-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin-bottom: 8px;
}

.shipment-head h3 {
    margin: 0;
    font-size: 18px;
    color: #1f2937;
    font-weight: 800;
}

.shipment-meta {
    color: #6b7280;
    font-size: 13px;
    margin-top: 4px;
}

.status-pill {
    background: #eef0fb;
    color: var(--sa-blue);
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.status-pill.delivered {
    background: #e8f8ee;
    color: #15803d;
}

.status-pill.failed {
    background: #fdecec;
    color: var(--sa-red);
}

.fk-tracker {
    position: relative;
    margin: 42px 8px 18px;
    padding: 0 8px 8px;
}

.fk-track-rail {
    position: relative;
    height: 6px;
    background: #e5e7eb;
    border-radius: 99px;
    margin: 0 10% 18px;
}

.fk-track-fill {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, var(--sa-blue), var(--sa-red));
    border-radius: 99px;
    transition: width .8s ease;
}

.fk-truck {
    position: absolute;
    top: 50%;
    left: 0;
    width: 46px;
    height: 46px;
    margin-top: 0;
    background: var(--sa-red);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 6px rgba(236, 31, 40, .18);
    z-index: 3;
}

.fk-truck.blinking {
    animation: truckBlink .85s ease-in-out infinite;
}

.fk-truck.delivered {
    background: #16a34a;
    box-shadow: 0 0 0 6px rgba(22, 163, 74, .18);
    animation: none;
}

.fk-truck.failed {
    background: #111827;
    animation: truckBlink 1.1s ease-in-out infinite;
}

@keyframes truckBlink {
    0%,
    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 0 0 6px rgba(236, 31, 40, .16);
    }
    50% {
        opacity: .45;
        transform: translate(-50%, -50%) scale(1.12);
        box-shadow: 0 0 0 12px rgba(236, 31, 40, .08);
    }
}

.fk-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.fk-step {
    width: 20%;
    text-align: center;
    position: relative;
}

.fk-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #d1d5db;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #d1d5db;
    display: inline-block;
    margin-bottom: 8px;
}

.fk-step.done .fk-dot,
.fk-step.active .fk-dot {
    background: var(--sa-blue);
    box-shadow: 0 0 0 2px var(--sa-blue);
}

.fk-step.active .fk-dot {
    background: var(--sa-red);
    box-shadow: 0 0 0 2px var(--sa-red);
}

.fk-step.failed .fk-dot {
    background: #111827;
    box-shadow: 0 0 0 2px #111827;
}

.fk-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #9ca3af;
}

.fk-step.done .fk-label,
.fk-step.active .fk-label {
    color: #111827;
}

.fk-current-note {
    text-align: center;
    color: var(--sa-blue);
    font-weight: 600;
    margin: 4px 0 18px;
    font-size: 14px;
}

.track-detail-row {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 20px;
    align-items: start;
    margin-bottom: 8px;
}

.track-detail-left {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.track-detail-right {
    background: #f8f9fd;
    border-radius: 12px;
    padding: 16px 18px;
    min-height: 100%;
}

.ship-box {
    background: #f8f9fd;
    border-radius: 12px;
    padding: 14px 16px;
}

.ship-box h5 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: var(--sa-red);
    font-weight: 800;
    margin-bottom: 8px;
}

.ship-box p {
    margin: 0;
    font-size: 14px;
    color: #374151;
}

.activity-wrap h5 {
    font-size: 16px;
    font-weight: 800;
    color: var(--sa-blue);
    margin-bottom: 14px;
}

.activity-item {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 12px;
    padding-bottom: 16px;
    position: relative;
}

.activity-item:before {
    content: "";
    position: absolute;
    left: 7px;
    top: 16px;
    bottom: 0;
    width: 2px;
    background: #e5e7eb;
}

.activity-item:last-child:before {
    display: none;
}

.activity-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--sa-blue);
    margin-top: 3px;
}

.activity-item:first-child .activity-dot {
    background: var(--sa-red);
}

.activity-text strong {
    display: block;
    color: #111827;
    font-size: 14px;
}

.activity-text span {
    color: #6b7280;
    font-size: 13px;
}

@media screen and (max-width: 767px) {
    .track-detail-row {
        grid-template-columns: 1fr;
    }
    .fk-label {
        font-size: 11px;
    }
    .fk-truck {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
    .fk-tracker {
        margin-top: 36px;
        overflow-x: auto;
    }
}

.quote-module {
    padding: 70px 0 0;
    background: #f4f5f7;
}

.quote-intro {
    max-width: 520px;
}

.quote-globe {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #ff8a3d, #ec1f28);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    margin-bottom: 18px;
    box-shadow: 0 8px 20px rgba(236, 31, 40, .25);
}

.quote-intro h2 {
    font-size: 3rem;
    font-weight: 800;
    color: #1f2937;
    line-height: 1.1;
    margin-bottom: 16px;
}

.quote-tagline {
    font-size: 1.15rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 22px;
}

.quote-intro-sub {
    font-size: 1.55rem;
    font-weight: 800;
    color: #111827;
    line-height: 1.3;
}

.quote-card {
    background: #fff;
    border-radius: 8px;
    padding: 28px 26px 24px;
    box-shadow: 0 12px 32px rgba(17, 24, 39, .08);
}

.quote-card h3 {
    text-align: center;
    font-weight: 800;
    font-size: 1.75rem;
    color: #111827;
    margin-bottom: 18px;
}

.quote-tabs {
    display: flex;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 22px;
}

.quote-tab {
    flex: 1;
    border: 0;
    padding: 12px 10px;
    font-weight: 700;
    color: #fff;
    background: #1b365d;
    cursor: pointer;
}

.quote-tab.active,
.quote-tab[data-mode="international"].active {
    background: var(--sa-red);
}

.quote-tab[data-mode="domestic"].active {
    background: #1b365d;
}

.quote-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .4px;
    color: #1b365d;
    margin-bottom: 6px;
}

.quote-card .form-control,
.quote-card .form-select {
    min-height: 46px;
    border-radius: 4px;
    border-color: #d7dbe3;
}

.quote-actions {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 8px;
}

.quote-reset {
    min-width: 110px;
    border: 1px solid #9ca3af;
    background: #fff;
    color: #111827;
    border-radius: 6px;
    padding: 10px 18px;
    font-weight: 600;
}

.quote-submit {
    min-width: 160px;
    border: 0;
    background: #f59e0b;
    color: #fff;
    border-radius: 6px;
    padding: 10px 20px;
    font-weight: 700;
}

.quote-submit:hover {
    background: #d97706;
    color: #fff;
}

.quote-note {
    display: none;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 600;
    color: var(--sa-blue);
}

.service-chips {
    background: #151515;
    padding: 28px 0;
    margin-top: 60px;
}

.service-chips-row {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px 16px;
}

.service-chip {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
}

.service-chip:hover {
    color: #fff;
}

.chip-icon {
    width: 54px;
    height: 54px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex: none;
    color: #fff;
}

.chip-orange {
    background: #f59e0b;
}

.chip-gold {
    background: #eab308;
}

.chip-speed {
    background: linear-gradient(180deg, #ef4444 0%, #f59e0b 100%);
}

.chip-ground {
    background: linear-gradient(180deg, #dc2626 0%, #f97316 100%);
}

.service-chip span {
    font-weight: 700;
    line-height: 1.2;
    font-size: 15px;
}

@media screen and (max-width: 1199px) {
    .service-chips-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media screen and (max-width: 767px) {
    .quote-module {
        padding-top: 40px;
    }
    .quote-intro h2 {
        font-size: 2.2rem;
    }
    .quote-intro-sub {
        font-size: 1.2rem;
        margin-bottom: 28px;
    }
    .service-chips {
        margin-top: 40px;
        padding: 22px 0;
    }
    .service-chips-row {
        grid-template-columns: 1fr 1fr;
        gap: 16px 10px;
    }
    .service-chip span {
        font-size: 13px;
    }
    .chip-icon {
        width: 46px;
        height: 46px;
        font-size: 18px;
    }
}