body {
    color: #282828;
    background-color: #fff;
    /*    font-family: Delivery, Verdana, sans-serif;*/
     font-family: 'Inter', sans-serif;
}

body,
button,
input,
select,
textarea {
    font-family: 'Inter', sans-serif !important;
    background-color: #fff;
}

.navbar {
    padding: 0 !important;
    margin: 0 !important;
}


a {
    color: #0C0C0C;
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    text-decoration: none;
    color: #D90810;
}

.text-underline {
    text-decoration: underline;
}

img {
    max-width: 100%;
}

ol,
ul {
    list-style-image: none;
    list-style-position: outside;
    list-style: none;
    margin: 0;
    padding: 0;
}



.container {
    max-width: 97%;
}

.title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 36px;
    text-align: left;
    line-height: 1.25;
    letter-spacing: 0.02em;
    color: #111;
}

h1 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: clamp(32px, 5vw + 1rem, 60px);
    line-height: 1.1;
    letter-spacing: -0.02em;
    text-edge: normal;
    leading-trim: normal;
}

h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: clamp(32px, 5vw + 1rem, 50px);
    line-height: 1.56;
    letter-spacing: 0.02em;
}

h3 {
 font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: clamp(26px, 5vw + 1rem, 36px);
    line-height: 1.56;
    letter-spacing: 0.02em;
}


h4 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    text-align: left;
    line-height: 1.3;
    letter-spacing: 0.02em;
    color: #282828;
}

h2,
h3,
h4,
h5,
h6,
p {
    color: #282828;
    font-family: 'Inter', sans-serif;
}

.subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.02em;
    color: #282828;
}

p, li {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.02em;
}



.btn {
    font-family: 'Inter', sans-serif;
    color: #fff;
    border-radius: 35px;
    padding: 10px 25px;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75em 1.5em;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap
}

.btn.btn-sm {
    padding: 5px 15px;
    font-size: 10px;
    font-weight: 300;
}

.btn-primary {
    background-color: #D90810;
    border-color: #D90810;
}

.btn-primary:hover,
:not(.btn-check)+.btn:active {
    background-color: #c2080e;
    border-color: #c2080e;
}

.btn-secondary {
    background-color: #0099E3;
    border-color: #0099E3;
    border-radius: 35px;
    font-weight: 500;
}

.btn-secondary:hover,
:not(.btn-check)+.btn:active,
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #0387c9;
    border-color: #0387c9;
    outline: none;
}

.form-control {
    border-radius: 15px;
    padding: 20px 25px;
    border: solid 1px #F5F7FE;
    background-color: #F5F7FE;
    color: #0C0C0C;
    height: 40px;
    font-size: 14px;
}

.form-control:focus {
    border: solid 1px #F5F7FE;
    box-shadow: none;
    background-color: #F5F7FE;
}

.input-group-text {
    background-color: #F5F7FE;
    border: none;
    border-radius: 15px 0 0 15px;
    padding: 5px 15px;
}

.input-group-text img {
    height: 20px;
}

.input-group .form-control {
    padding-left: 0;
}

.form-select {
    border: solid 1px #F5F7FE;
    padding: 10px 50px 10px 20px;
    border-radius: 120px;
    background-image: url(../images/dropdown-arrow.svg);
    background-size: 35px;
    margin-right: 20px;
}

label {
    font-size: 14px;
    padding-left: 5px;
    color: #505050;
}

.error_msg {
    font-size: 14px;
}


/* #mainNavbar.sticky-header {
    background-color: transparent !important;
    transition: background-color 0.4s ease, box-shadow 0.4s ease, padding 0.4s ease;
    padding: 20px 0;
}


#mainNavbar.sticky-header.scrolled {
    background-color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid #eee;
    padding: 20px 0;
} */


#mainNavbar.sticky-header {
    border-bottom: 1px solid transparent;
    background-color: transparent !important;
    padding: 20px 0;
    will-change: background-color, box-shadow, border-bottom;
    transform: translateZ(0);
    transition: background-color 0.3s ease-in-out,
                box-shadow 0.3s ease-in-out,
                border-bottom 0.3s ease-in-out;
}

#mainNavbar.sticky-header.scrolled {
    background-color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}


.navbar-brand img {
    /* margin-right: 20px; */
}

.navbar-nav .nav-item.active .nav-link {
    font-weight: 400;
    color: white;
    /* background-color: #D90810; */
}

.navbar-nav .nav-item.active {
    background-color: #0099E3;
    border-color: #0099E3;
    border-radius: 35px;
}

.navbar-brand {
    width: 15%;
}

.nav-link {
    display: block;
    padding: 4px 25px !important;
    font-size: 16px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    /*    padding: 15px 10px;*/
}

.navbar-toggler-icon {
    height: 26px;
    width: auto;
}

.navbar-toggler {
    background-color: #D90810;
    padding: 8px 15px;
}

.navbar-collapse.collapse.show {
    position: absolute;
    top: 100%;
    z-index: 99;
    background-color: #d90810;
    width: 100%;
    left: 0;
    right: 0;
}

.navbar-collapse.collapse.show .navbar-nav .nav-item.active .nav-link,
.navbar-collapse.collapse.show .navbar-nav .nav-item .nav-link {
    color: #fff;
}


.fk-dropdown-item .dropdown-toggle {
    color: #333;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    padding: 10px 15px;
    border-radius: 50px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}


.fk-dropdown-item .dropdown-toggle:hover {
    color: #009BDD !important;
    /* Blue text on hover */
    background: #F0F8FF;
    /* Light blue tint */
}

.fk-dropdown-item.active-pill-parent .dropdown-toggle {
    background-color: #009BDD !important;

    color: #fff !important;
    padding: 10px 30px;

    box-shadow: 0 4px 12px rgba(0, 155, 221, 0.3);
    font-weight: 600;
}


.fk-dropdown-item.active-pill-parent .dropdown-toggle::after {
    color: #fff;

}


.fk-dropdown-item .dropdown-toggle::after {
    margin-left: 8px;
    color: #999;

}


.fk-dropdown-item .dropdown-menu {
    border: none;
    border-radius: 20px;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    margin-top: 15px;
}

.fk-dropdown-item .dropdown-menu .nav-link {
    color: #333;
    padding: 12px 25px;
    font-family: 'Inter', sans-serif;
    border-bottom: 1px solid #f5f5f5;
}

.fk-dropdown-item .dropdown-menu .nav-link:last-child {
    border-bottom: none;
}

/*.dropdown-menu {
    background-color: #cc0202;
}

    .dropdown-menu a.dropdown-item {
        color: #fff;
        padding: 10px 15px;
    }

        .dropdown-menu a.dropdown-item:hover {
            background: #ab0707;
        }*/

.hero-banner {
    border-radius: 30px;
    overflow: hidden;
    height: 60vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 130px;
}


.hero-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    /* Sizing for top-left corner */
    width: 36%;
    height: 47%;

    /* Grid pattern settings */
    background-size: 25px 25px;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    z-index: 1;
    pointer-events: none;

    /* ----- NEW: THE FADE EFFECT ----- */
    /* This creates a diagonal mask gradient.
       It starts solid (visible) at top-left and fades to transparent at bottom-right. */

    /* Webkit prefix needed for broad browser support (Safari, older Chrome) */
    -webkit-mask-image: linear-gradient(to bottom right, black 50%, transparent 100%);

    /* Standard property */
    mask-image: linear-gradient(to bottom right, black 50%, transparent 100%);
}

/* Ensure your Text/Content sits ON TOP of everything */
.hero-banner>* {
    position: relative;
    z-index: 2;
}

.hero-banner::after {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 0;
}

.home-banner {
    background-image: url(../images/hero-banner1.png);
}

.hero-banner-content {
    position: relative;
    z-index: 9;
    align-items: center;
    text-align: center;
    min-width: 100%;
    justify-content: space-evenly;
}

.hero-banner-header {
    margin-bottom: 30px;
}

.hero-banner-content h1 {
    color: #fff;
}

.hero-banner-content p {
    color: #fff;
}

.hero-left {
    max-width: 85%;
    text-align: center
}

.hero-form {

    background: #fff;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
    padding: 20px 20px;
    border-radius: 25px;
    min-width: 400px;
    min-height: 200px;
}

.hero-form-title {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 15px;
}

.hero-form-title img {
    margin-right: 10px;
}

.login-form {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.login-col label {
    text-align: left;
    align-self: flex-start;
}

.login-col {
    display: flex;
    flex-direction: column;
}

.email-col {
    flex: 1.2;
}

.password-col {
    flex: 1.2;
    position: relative;
}

.button-col {
    display: flex;
    padding-top: 28px;
}


.toggle-password {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
}


/* .main-content {
    padding: 0 15%;
} */



/* .section-space-top {
    margin-top: 30px;
} */

.section-space-bottom {
    margin-bottom: 130px;
}

.section-space-top-small {
    margin-top: 20px;
}

.section-space-bottom-small {
    margin-bottom: 70px;
}

.rounded-img {
    overflow: hidden;
    border-radius: 24px;
    text-align: center;
}

.rounded-img img {
    object-fit: cover;
    width: 100%;
    max-height: 640px;
}

.rounded-video {
    overflow: hidden;
    text-align: center;
    border-radius: 35px;
}

.rounded-video video {
    height: 500px;
    width: 500px;
}

.graybg {
    background-color: #FAFAFA;
}

.home-video-bg {
    width: 75%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 25px;
}

.home-video-slider {
    display: flex;
    align-items: center;
    padding: 60px 0 60px 60px;
}

.home-video-content {
    max-width: 70%;
    padding: 60px;
}

.video-slider {
    margin-left: 50px;
}

.video-slider .video-slider-content {
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.video-slider .video-slider-content::after {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 0;
    border-radius: 36px;
}

.video-slider img {
    border-radius: 35px;
    max-height: 500px;
}

.video-slider .play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    z-index: 2;
}

.video-slider .play-button-wrapper img {
    max-width: 150px;
    border-radius: 0;
}

/*#homeVideoCarousel .carousel-indicators {
    justify-content: flex-start;
    margin-left: 5%;
    display: inline-flex;
    width: auto;
    height: auto;
    right: auto;
    top: 20px;
    z-index: 9;
}

    #homeVideoCarousel .carousel-indicators li {
        width: 15px;
        height: 15px;
        border-radius: 10px;
        border: none;
    }

    #homeVideoCarousel .carousel-indicators .active {
        width: 40px;
        height: 15px;
        border-radius: 10px;
        border: none;
    }*/

/* Carousel indicators � exact image style */

.fk-carousel {
    position: relative;
    overflow: visible;
}


.fk-carousel .carousel-indicators {
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    display: flex;
    gap: 6px;
    z-index: 20;
    width: auto;
}



.fk-carousel .carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(226, 226, 226, 1);
    border: none;
    transition: all 0.3s ease;
}

.fk-carousel .carousel-indicators .active {
    width: 24px;
    height: 8px;
    border-radius: 10px;
    background-color: rgba(160, 160, 160, 1);
}


.global-reserch {
    background-image: url(../images/cargo-ship-small.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    display: flex;
    align-items: center;
    margin-bottom: 120px;
}

.global-reserch-ship {
    margin-bottom: -70px;
}

.global-reserch-content {
    max-width: 650px;
    margin-left: 100px;
    padding: 50px;
}

.footer-top {
    display: flex;
    padding-bottom: 20px;
    border-bottom: solid 1px #C8C8C8;
    font-size: 16px;
}


.footer-brand img {
    max-width: 250px;
    margin-right: 40px;
    margin-bottom: 12px;
    align-self: start;
}


.footer-middle {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #C8C8C8;
    font-size: 16px;
}

.footer-contact {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.footer-contact img {
    margin-right: 20px;
    max-width: 80px;
}

.footer-social a {
    display: inline-flex;
    padding-inline: 12px;
    margin-right: 12px;
    border-right: solid 1px #C8C8C8;
}

.footer-social a:first-child {
    padding-left: 0;
}

.footer-social a:last-child {
    border-right: none;
}

.footer-copywrite {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    color: #646464;
    padding-top: 20px;
}

.about-banner {
    background-image: url(../images/hero-banner2.png);
}

.see-our-journey::after {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 0;
}

.see-our-journey {
    position: relative;
    overflow: hidden;
}

.see-our-journey .play-btn {
    position: absolute;
    right: 50px;
    bottom: 70px;
    z-index: 9;
}

.see-our-journey .play-btn img {
    width: 80px;
    max-height: 80px;
}

.see-our-journey h3 {
    position: absolute;
    z-index: 9;
    max-width: 400px;
    bottom: 50px;
    left: 28px;
    font-weight: 600;
     color: #fff;
}

.service-banner {
    background-image: url(../images/hero-banner3.jpg);
    min-height: 950px;
}

/* .service-zigzag {
    display: flex;
    align-items: center;
} */

/* .service-images {
    width: 35%;
} */

.service-content {
    flex: 60%;
    padding: 25px;
}

.service-zigzag div:first-child.service-images,
.service-zigzag div:first-child.service-content {
    padding-left: 0;
}

.trackorder-banner {
    background-image: url(../images/hero-banner4.png);
}

.service-shipping {
    display: flex;
    align-items: center;
}

.service-shipping-img img {
    border-radius: 24px;
}

.service-shipping-content {
    max-width: 720px;
    margin-right: 60px;
    padding: 15px;
}

.decimal-ol li {
    font-size: 16px;
    margin-bottom: 30px;
}


.contact-banner {
    background-image: url(../images/hero-banner5.png);
}

.contactbox {
    background-color: #FCFCFC;
    border: solid 1px #DCDCDC;
    border-radius: 24px;
    padding: 40px;
    font-size: 24px;
    font-weight: 500;
    height: 100%;
    margin-top: 45px;
}

.contactbox p {
    font-size: 22px;
    margin: 0;
}

.contactbox img {
    max-height: 50px;
    max-width: 50px;
    min-width: 100%;
}

.contact-address {
    font-size: 18px;
}

.contactbox ul li {
    padding: 0 0 0 20px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    word-break: break-all;
}

.contactbox ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.contact-form .form-control {
    border: solid 1px #DCDCDC;
}

.contact-form-container {
    display: flex;
}

.contact-form {
    width: 70%;
    margin-right: 40px
}

.contact-location {
    width: 25%;
}

.location-box {
    -webkit-box-shadow: 2px 18px 15px -12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 18px 15px -12px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 18px 15px -12px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    padding: 40px 25px;
    border-radius: 24px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.location-box:last-child {
    margin-top: 20px;
}

.location-box img {
    margin-bottom: 20px;
}

/* Track Order */

.progress-tracker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 25px auto;
    padding: 0;
    list-style: none;
}

.progress-step {
    display: block;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    margin: 0;
    padding: 0;
    min-width: 28px;
}

.progress-step:last-child {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.progress-step:not(:last-child)::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -10;
    top: 12px;
    bottom: 12px;
    right: -14px;
    width: 100%;
    height: 4px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.progress-step.is-active .progress-title {
    font-weight: 400;
    margin-bottom: 0;
}

.progress-step>a {
    display: block;
}

.progress-marker {
    position: relative;
    z-index: 20;
    width: 60px;
    height: 60px;
    padding-bottom: 2px;
    color: #fff;
    font-weight: 400;
    border-radius: 50%;
    background-image: url(../images/trackrder-steps.svg);
    background-size: 600px;
    background-repeat: no-repeat;
    background-position: 2px -65px;
    z-index: 9;
}

.progress-step.is-complete .progress-marker {
    background-position: 2px 0px;
}

.progress-icon2 {
    background-position: -65px -65px;
}

.progress-step.is-complete .progress-icon2 {
    background-position: -65px 0px;
}

.progress-icon3 {
    background-position: -132px -65px;
}

.progress-step.is-complete .progress-icon3 {
    background-position: -132px 0px;
}

.progress-icon4 {
    background-position: -196px -65px;
}

.progress-step.is-complete .progress-icon4 {
    background-position: -196px 0px;
}

.progress-icon5 {
    background-position: -265px -65px;
}

.progress-step.is-complete .progress-icon5 {
    background-position: -265px 0px;
}

.progress-icon6 {
    background-position: -330px -65px;
}

.progress-step.is-complete .progress-icon6 {
    background-position: -330px 0px;
}

.progress-icon7 {
    background-position: -396px -68px;
}

.progress-step.is-complete .progress-icon7 {
    background-position: -396px 0px;
}

.progress-icon8 {
    background-position: -462px -68px;
}

.progress-step.is-complete .progress-icon8 {
    background-position: -462px 0px;
}

.progress-icon9 {
    background-position: -528px -66px;
}

.progress-step.is-complete .progress-icon9 {
    background-position: -528px 0px;
}


.progress-text {
    display: block;
    padding: 14px 9.3333333333px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.progress-text p {
    margin-bottom: 0;
    color: #505050;
}

.progress-title {
    margin-top: 0;
    font-size: 20px;
    color: #505050;
}

.progress-step.is-complete .progress-title {
    color: #000;
}

.progress-step .progress-marker {
    color: #fff;
    background-color: #ECECEC;
}

.progress-step::after {
    background-color: #ECECEC;
}

.progress-step .progress-text,
.progress-step .progress-step>a .progress-text {
    color: #333333;
}

.progress-step.is-active .progress-marker {
    background-color: #D90810;
}

.progress-step.is-complete .progress-marker {
    background-color: #D90810;
}

.progress-step.is-complete::after {
    background-color: #D90810;
    z-index: 8;
}



.progress-tracker--center .progress-step {
    text-align: center;
}

.progress-tracker--center .progress-step:last-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.progress-tracker--center .progress-step::after {
    right: -50%;
}

.progress-tracker--center .progress-marker {
    margin-left: auto;
    margin-right: auto;
}

.progress-tracker--right .progress-step {
    text-align: right;
}

.progress-tracker--right .progress-step:last-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.progress-tracker--right .progress-step::after {
    right: calc(-100% + 14px);
}

.progress-tracker--right .progress-marker {
    margin-left: auto;
}

.progress-tracker--border {
    padding: 5px;
    border: 2px solid #868686;
    border-radius: 38px;
}

.progress-tracker--spaced .progress-step::after {
    width: calc(100% - 48px);
    margin-right: 24px;
}

.progress-tracker--word {
    padding-right: 38.6666666667px;
    overflow: hidden;
}

.progress-tracker--word .progress-text {
    display: inline-block;
    white-space: nowrap;
}

.progress-tracker--word .progress-title {
    margin: 0;
}

.progress-tracker--word-center {
    padding-right: 38.6666666667px;
    padding-left: 38.6666666667px;
}

.progress-tracker--word-center .progress-text {
    padding-right: 0;
    padding-left: 0;
    -webkit-transform: translateX(calc(-50% + 14px));
    transform: translateX(calc(-50% + 14px));
}

.progress-tracker--word-right {
    padding-right: 0;
    padding-left: 38.6666666667px;
}

.progress-tracker--word-right .progress-text {
    padding-left: 0;
    -webkit-transform: translateX(calc(-100% + 28px));
    transform: translateX(calc(-100% + 28px));
}

.progress-tracker--text .progress-step:last-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.progress-tracker--text-top .progress-step::after {
    top: auto;
}

.progress-tracker--text-top .progress-text {
    height: 100%;
}

.progress-tracker--text-top .progress-marker {
    bottom: 28px;
}

.progress-tracker--text-inline .progress-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.progress-tracker--text-inline .progress-text {
    position: relative;
    z-index: 30;
    max-width: 70%;
    white-space: nowrap;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
}

.progress-tracker--text-inline .progress-title {
    margin: 0;
}

.progress-tracker--square .progress-step {
    padding-top: 0;
}

.progress-tracker--square .progress-marker {
    -webkit-transform: scaleX(0.33) translateY(-12px);
    transform: scaleX(0.33) translateY(-12px);
    border-radius: 0;
}

@media (max-width: 399px) {
    .progress-tracker-mobile {
        overflow-x: auto;
    }

    .progress-tracker-mobile .progress-tracker {
        min-width: 200%;
    }
}

.progress-tracker--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.progress-tracker--vertical .progress-step {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.progress-tracker--vertical .progress-step::after {
    right: auto;
    top: 68px;
    left: 28px;
    width: 3px;
    height: calc(100% - 75px);
    z-index: 5;
    margin: 0;
    border-radius: 10px;
}

.progress-tracker--vertical .progress-marker {
    position: absolute;
    left: 0;
}

.progress-tracker--vertical .progress-text {
    padding-top: 0;
    padding-left: 85px;
}

.progress-tracker--vertical .progress-step:not(:last-child) .progress-text {
    padding-bottom: 50px;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.modal-content255 {
    background: #324153;
    padding: 14px;
    border-radius: 8px;
    border: 2px solid #00ffff;
}

.fade.in {
    opacity: 1;
}

.contact-iconbox {
    background-color: #fff;
    padding: 5px;
    border-radius: 100px;
    margin: -90px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
}

.main-contactbox {
    margin-bottom: 90px !important;
}


.fk-section {
    margin: 80px 0;
    /* padding: 80px 0; */
}



.fk-hero-section {
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 700px;
    /* position:relative */
}

.fk-hero-container-inner {
    display: flex;
    width: 100%;
    margin: 0;
}



.fk-hero-left {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

  .fk-hero-right{
     flex: 0 0 50%;
    display: flex;
    justify-content: flex-end;
     position: absolute;
     width: 50%;
     right: 0;
     top: 0;
    }


.fk-image-curve {
    width: 90%;
    height: 800px;
    border-bottom-left-radius: 200px;
    overflow: hidden;
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.05);
}

.fk-image-curve img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fk-booking-card {
    background: #ffffff;
    border-radius: 30px;
    padding: 25px 35px;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.06);
    border: 1px solid #f2f2f2;
    max-width: 600px;
    margin-top: 20px;
}

.fk-pill-group {
    display: inline-flex;
    align-items: center;
    background: #F8F8F8;
    border-radius: 25px;
    padding: 2px;
}

.fk-pill-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    width: 107px;
    cursor: pointer;
    font-size: 14px;
    margin: 0;
    transition: all 0.2s ease;
    border: 1px solid transparent;
    font-weight: 400;
    color: #A0A0A0;
}


.fk-pill-item.booking {
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.fk-pill-item.tracking {
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
}


.fk-pill-group input[type="radio"] {
    display: none;
}

#pill-booking:checked+.fk-pill-item.booking,
#pill-tracking:checked+.fk-pill-item.tracking {
    background: #FFFFFF;
    border: 1px solid #C8C8C8;
    font-weight: 500;
    color: #282828;
    z-index: 2;
}



.fk-content-tracking {
    display: none;
}

#pill-booking:checked~.fk-form-container .fk-content-booking {
    display: block;
}

#pill-booking:checked~.fk-form-container .fk-content-tracking {
    display: none;
}


#pill-tracking:checked~.fk-form-container .fk-content-booking {
    display: none;
}

#pill-tracking:checked~.fk-form-container .fk-content-tracking {
    display: block;
}


#pill-tracking:checked~.fk-card-row .fk-icon-booking {
    display: none !important;
}

#pill-tracking:checked~.fk-card-row .fk-icon-tracking {
    display: inline-block !important;
}


#pill-tracking:checked~.fk-card-row .fk-title-text::after {
    content: "Track Order";
}

#pill-tracking:checked~.fk-card-row .fk-title-text {
    font-size: 0;
}

#pill-tracking:checked~.fk-card-row .fk-title-text::after {
    font-size: 24px;
}

#pill-booking:checked~.fk-form-container .fk-content-booking {
    display: block !important;
}

#pill-booking:checked~.fk-form-container .fk-content-tracking {
    display: none !important;
}

#pill-tracking:checked~.fk-form-container .fk-content-booking {
    display: none !important;
}

#pill-tracking:checked~.fk-form-container .fk-content-tracking {
    display: block !important;
}

.fk-video-container {
    display: flex;
    align-items: center;
}

.fk-video-visual {
    flex: 1;
    border-radius: 40px;
    overflow: hidden;
    height: 400px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.fk-video-info {
    flex: 1;
    padding-left: 50px;
}

.fk-video-heading {
    font-size: 48px;
    font-weight: 700;
    color: #282828;
    line-height: 1.2;
    margin-bottom: 25px;
}

.fk-video-paragraph {
    font-size: 18px;
    color: #606060;
    line-height: 1.6;
    margin-bottom: 35px;
}

.fk-section-header {
    max-width: 100%;
    margin-bottom: 60px;
}

.fk-subtitle {
    font-size: 14px;
    letter-spacing: 2px;
    color: #a0a0a0;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.fk-section-title {
    margin-bottom: 20px;
}

.fk-section-paragraph {
    max-width: 900px;
}

.fk-image-grid {
    display: flex;
    gap: 50px;
}

.fk-grid-item {
    flex: 1;
    overflow: hidden;
    border-radius: 32px;
}

.fk-grid-item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.mobile-only {
    display: none;
}


.fk-journey-flex {
    display: flex;
}

.fk-journey-content{
    padding-right: 50px;
}

.fk-journey-content,
.fk-journey-visuals {
    flex: 1;
    overflow: hidden;
}

.fk-journey-title {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    color: #282828;
    margin: 15px 0 25px 0;
}

.fk-journey-text p {
    font-size: 18px;
    line-height: 1.6;
    color: #505050;
    margin-bottom: 20px;
    text-align: justify;
}

.fk-journey-list {
    padding: 0;
    margin-top: 30px;
    padding-left: 20px;
    list-style-type: disc;
}

.fk-journey-visuals {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    gap: 20px
}

.fk-main-journey-img {
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
}

.fk-main-journey-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.fk-main-journey-img img {
    width: 100%;
    object-fit: cover;
}

.fk-sub-journey-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.fk-sub-img-box {
    border-radius: 20px;
    overflow: hidden;
    height: 140px;
}

.fk-sub-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.graybg {
    background-color: #f9f9f9;
    width: 100%;
    /*    margin-left: -50vw;*/
    /*    margin-right: -50vw;*/
    padding: 50px 0;
}


.fk-reach-flex {
    display: flex;
    align-items: center;
    /* gap: 90px; */
}


.fk-reach-visual {
    flex: 1;
    min-width: 0;
}

.fk-reach-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left:50px
}

.fk-carousel-inner {
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.fk-slider-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
}

.fk-reach-title {
    margin-bottom: 25px;
}

.fk-reach-text {
    margin-bottom: 30px;
}

.vision-mission-grid {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.vision-mission-item {
    flex: 1;
}


.vision-mission-item h2 {
    margin-bottom: 25px;
}


.vision-mission-item p {
    max-width: 500px;
}

.fk-why-section {
    display: flex;
    gap: 90px;
}

.fk-why-visual,
.fk-why-content {
    flex: 1;
    overflow: hidden;
}

.fk-why-visual img {
    width: 100%;
    height: "";
    object-fit: cover;
    display: block;
    border-radius: 50px;
}


.fk-why-label {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #D90810;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.fk-feature-list {
    list-style: none;
    padding: 0;
}

.fk-feature-item {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.fk-check-icon {
    color: #D90810;
    font-weight: 800;
}

.fk-feature-list {
    list-style: none;
    padding: 0;
}

.fk-check-icon {
    width: 24px;
    height: 24px;
    background-color: #0099E3;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 14px;
    flex-shrink: 0;
}

.service-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 6px 6px 6px 2px #00000014;
    overflow: visible;
    padding: 32px 0px;
}

.service-wrapper {
    margin: 0 auto;
    padding-left: 130px;
}

.service-layout {
    display: flex;
    /* gap: 30px; */
    align-items: center;
}

.service-image {
    position: relative;
    margin-left: -130px;
}

.service-image img {
    width: 32rem;
    min-height: auto;
    height: auto;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    object-fit: cover;
}

.service-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-left: 50px;
}

.service-content h2 {
    margin-bottom: 10px;
}

.service-content h2 span {
    font-weight: 600;
}

.service-content p {
    margin-bottom: 12px;
}

.service-includes strong {
    font-size: 14px;
    display: block;
    margin-bottom: 6px;
}

.service-includes ul {
    padding-left: 18px;
    margin: 0;
}

.service-includes li {
    margin-bottom: 5px;
}

.service-action {
    margin-top: auto;
    text-align: right;
}

.service-shipping-wrapper {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 520px 1fr;
    gap: 60px;
    align-items: center;
}


.service-shipping-img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
}


.service-shipping-content h2 {
    margin: 12px 0 20px;
}

.service-shipping-content p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 16px;
}



.fk-footer {
    background-color: #f9f9f9;
    padding: 60px 0 20px;
}

/* .footer-container {
    margin: 0 auto;
    padding: 0 20px;
} */


.footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.footer-left {
    flex: 1;
    min-width: 300px;
    padding-right: 60px;
}

.footer-right {
    flex: 1;
    display: flex;
    justify-content: space-between;
    min-width: 300px;
}


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

.footer-logo img {
    height: 45px;
    margin-right: 10px;
}

.logo-text {
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
}

.brand-red {
    color: #e31e24;
}

.brand-blue {
    color: #00aeef;
}


.footer-column {
    flex: 1;
}

.footer-column h4 {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
}


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

.footer-nav li {
    margin-bottom: 12px;
}

.footer-nav a {
    color: #555;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-nav a:hover {
    color: #e31e24;
}

.flag-wrapper {
    margin-bottom: 20px;
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-list li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #444;
}

.contact-list i {
    color: #e31e24;
    margin-right: 10px;
    width: 15px;
    text-align: center;
}

.country-text {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

.track-form {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    width: 100%;
}

.track-col {
    display: flex;
    flex-direction: column;
    text-align: start
}


.track-col.phone-col {
    flex: 1.5;
}

.track-col.code-col {
    flex: 1.2;
}

.track-col.btn-col {
    flex: 0.8;
    padding-top: 29px;
}


.track-input-box {
    background-color: #f4f6f9;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 5px 15px;
}

.track-input-box img {
    margin-right: 10px;
    width: 18px;
    opacity: 0.6;
}

.track-input-box .form-control {
    background: transparent;
    border: none;
    box-shadow: none;
    font-size: 15px;
    color: #333;
    height: auto;
    padding: 8px 0;
}

.content-wrapper {
    display: flex;
}

.sidebar {
    width: 280px;
    background: #ffffff;
    padding: 40px 0;
    flex-shrink: 0;
}

.office-btn {
    display: block;
    width: 100%;
    padding: 18px 40px;
    border: none;
    text-align: left;
    font-size: 17px;
    color: #333333;
    cursor: pointer;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
    font-weight: 400;
    background-color: rgba(252, 252, 252, 1);
    border-color: rgba(220, 220, 220, 1);
    border-radius: 11px;
    margin-bottom: 20px;
}

.office-btn:hover {
    background: #fafafa;
}

.office-btn.active {
    border-left-color: #e31e24;
    color: #000000;
    font-weight: 500;
}

.contact-content {
    flex: 1;
    padding: 60px 80px;
    background: #ffffff;
}

.office-content {
    display: none;
}

.office-content.active {
    display: block;
    animation: fadeIn 0.4s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.contact-grid {
    display: flex;
    flex-wrap: wrap;
    /* grid-template-columns: repeat(2, 1fr); */
    gap: 30px;
    margin-bottom: 80px;
}

.contact-section {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.icon-wrapper {
    flex-shrink: 0;
}

.icon {
    width: 28px;
    height: 28px;
    margin-top: 2px;
}

.phone-icon {
    color: #e31e24;
}

.email-icon {
    color: #e31e24;
}

.location-icon {
    color: #e31e24;
}

.contact-section h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 12px;
}

.contact-list {
    list-style: none;
    padding: 0;
}

.contact-list li {
    font-size: 15px;
    color: #555555;
    margin-bottom: 6px;
}

.location-section {
    grid-column: 1 / -1;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.location-content p {
    color: #555;
    font-size: 14px;
    margin-bottom: 10px;
}

.view-map {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #e31e24;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}

.view-map::before {
    content: "📍";
}


.form-header {
    margin-bottom: 35px;
}

.form-label-small {
    font-size: 11px;
    color: #999999;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}

.form-header h2 {
    font-size: 36px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
}

.form-description {
    font-size: 14px;
    color: #666666;
    line-height: 1.8;
    max-width: 600px;
}

.contact-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    /* margin-top: 40px; */
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 10px;
}

.form-group input,
.form-group textarea {
    padding: 14px 18px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    font-size: 14px;
    font-family: inherit;
    color: #333333;
    transition: all 0.3s;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #b3b3b3;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #e31e24;
    box-shadow: 0 0 0 3px rgba(227, 30, 36, 0.1);
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.form-group textarea {
    resize: vertical;
    min-height: 140px;
}


.form-section-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 24px;
    /* gap: 60px; */
}

.form-header {
    flex: 1;
    min-width: 300px;
    padding-right: 50px;
}

.form-header h4 {
    font-size: 14px;
    font-weight: 500;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.form-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.2;
}

.form-description {
    font-size: 16px;
    color: #555;
    max-width: 450px;
}


.contact-form {
    flex: 1;
    min-width: 300px;
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    align-items: center;
}

.form-group label {
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
    font-size: 14px;
}

.form-group.full-width {
    grid-column: span 2;
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-list li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 16px;
}

.contact-list li i {
    margin-right: 12px;
    color: #cc0000;
    width: 20px;
    text-align: center;
}




/* 1. The "ABOUT US" Subtitle */
.fk-subtitle {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px; /* Spaced out letters */
    text-transform: uppercase;
    color: #9CA3AF; /* Light Grey color */
    margin-bottom: 10px;
    font-family: sans-serif; /* Replace with your specific font */
}

/* 2. The "The Company" Title */
.fk-title {
    font-size: 2.5rem; /* Large size */
    font-weight: 700;
    color: #111; /* Almost Black */
    margin: 0;
}

/* 3. The Paragraph Text */
.fk-content p {
    color: #4B5563; /* Dark Grey (easier on eyes than black) */
    font-size: 1rem;
    line-height: 1.7; /* Good spacing between lines */
    margin-bottom: 1.5rem; /* Space between paragraphs */
}

/* 4. The Image Styling */
.rounded-img-wrapper {
    position: relative;
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}

.rounded-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image covers area without stretching */
    display: block;
}

/* Mobile Responsiveness adjustment */
@media (max-width: 768px) {
    .fk-title {
        font-size: 2rem;
    }
    .rounded-img-wrapper {
        margin-top: 20px;
        height: 300px; /* Fixed height on mobile for consistency */
    }
}


