html, body {
    overflow-x: clip;
}

p {
    color: #4c4c4c;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

body {
  font-family: "Inter", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
}

img {
    height: auto;
    max-width: 100%;
}
:root {
    --color-primary: #030303;
    --color-secondary: #ff4040;
}
/*<....Header...>*/
/*==============================
TRANSPLANET HEADER CSS
==============================*/

.tp-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 0.1px solid #ccc;
}

.tp-header-top-line {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 135px;
    height: 5px;
    background: #f47676;
    z-index: 2;
}

.tp-main-header {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

/*.tp-main-header::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 0;*/
    /*background-image: url("assets/images/bg/header-pattern.png");*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    opacity: 0.08;*/
/*    pointer-events: none;*/
/*}*/

.tp-header-row {
    min-height: 92px;
    position: relative;
    z-index: 2;
}
/*.about-right-content span {*/
/*    display: inline-block;*/
/*    color: #ff4040;*/
/*    font-weight: 600;*/
/*    font-size: 16px;*/
/*    letter-spacing: 1px;*/
/*    margin-bottom: 9px;*/
/*}*/

/*==============================
LOGO
==============================*/

.tp-logo-area img {
    max-width: 150px;
}

/*==============================
CENTER MENU
==============================*/

.tp-center-menu {
    display: flex;
    justify-content: center;
}

.tp-main-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap:25px;
}



.tp-main-menu li a, .tp-main-menu li .lanes {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
  height: 90px;
    display: flex;
    align-items: center;
    transition: 0.3s ease;
}



.tp-has-dropdown i {
    top: -1px;
    display: inline-block;
    transition: 0.3s ease;
    color: #fff;
    font-size: 13px;
    padding-top: 0px;
    position: relative;
    padding-right: 4px;
    height: 12px;
}

.mega-menu {
    position: fixed;
    top: 76px;
    left: 44%;
    /*transform: translateX(-50%) translateY(-8px);*/
    width: 950px;
    background: #fff;
   padding: 28px 27px 10px;
    visibility: hidden;
    opacity: 0;
    /*transition: all 0.35s ease;*/
    z-index: 9999;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

.tp-has-dropdown:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    /*transform: translateX(-54%) translateY(0);  */
    left: 43%;
}

.mega-menu-item h4{
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.mega-menu-item ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.sub-cate{
    margin-bottom: 20px !important;
}

.mega-menu-item ul li{
    margin-bottom: 12px;
}

.sub-cate li::before {
    display:none;
}

.mega-menu-item ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 31px;
    color: #111 !important;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
}
.mega-menu-item a{
     height: 41px !important;
}

.mega-menu-item ul li a i{
    color: #f36d45;
    width: 20px;
}

.mega-menu-item ul li a:hover{
    color: #f36d45 !important;
}

/* Bottom */
.mega-menu-bottom{
    margin-top: 35px;
    background: #edf1d4;
    padding: 20px;
    text-align: center;
}

.mega-menu-bottom p{
    margin: 0;
    font-size: 20px;
    color: #003f7d;
}

.mega-menu-bottom a{
    color: #4c5cff;
    text-decoration: none;
    font-weight: 600;
}

.second-dropdown .mega-menu {
    width: 265px;
    padding: 17px 23px 0px;
}


.tp-has-dropdown {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.second-dropdown .mega-menu a {
    color: #111 !important;
    height: 50px;
    display: flex;
    gap: 8px;
}
.second-dropdown .mega-menu a:hover{
color: rgb(243, 109, 69) !important;
}

.mega-menu-item .sub-cate li a img {
     width:30px;
   filter: invert(50%) sepia(77%) saturate(5530%) hue-rotate(337deg) brightness(99%) contrast(108%);
}

.second-dropdown .sub-cate li a img {
    width: 30px;
   filter: invert(50%) sepia(77%) saturate(5530%) hue-rotate(337deg) brightness(99%) contrast(108%);
}

.second-dropdown .mega-menu .sub-cate{
    margin: 0;
    padding: 0;
    list-style: none;
}

/*==================================
TOP LINE ANIMATION
LEFT TO RIGHT LOADING EFFECT
==================================*/





/*==============================
SUBMENU
==============================*/

.tp-submenu {
    position: absolute;
    top: 110%;
    left: 0;
    min-width: 240px;
    background: #ffffff;
    padding: 18px 0;
    list-style: none;
    margin: 0;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
    box-shadow: 0 15px 45px rgba(0,0,0,0.12);
}

.tp-submenu li {
    width: 100%;
}

.tp-submenu li a {
    color: #0d3762;
    height: auto;
    display: block;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 500;
}

.tp-submenu li a:hover {
    background: #f4f7fb;
    color: #f7c600;
    padding-left: 34px;
}

.tp-has-dropdown:hover .tp-submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

/*==============================
RIGHT AREA
==============================*/

.tp-right-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap:10px;
}

.tp-track-order {
    display: flex;
    align-items: center;
    gap: 16px;
}

.tp-main-menu li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ff4040;

    /* LEFT TO RIGHT EFFECT */
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.45s ease-in-out;

    opacity: 1;
}
.tp-main-menu li {
    position: relative;
}
/* HOVER EFFECT */
.tp-main-menu li:hover::before {
    transform: scaleX(1);
}

/* ACTIVE MENU */
.tp-main-menu li.active::before {
    transform: scaleX(1);
}

/* TEXT COLOR */
.tp-main-menu li a {
    color: #fff;
    transition: 0.3s ease;
}

.tp-main-menu li:hover a,
.tp-main-menu li.active a {
    color: #ffffff;
}


/*==============================
MENU TOGGLE
==============================*/

.location-track {
    width: 70px;
    height: 45px;
    border: none;
    background: transparent;
    color: #ffffff;
    font-size: 34px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.location-track:hover {
    color: #f7c600;
   
}
.head-btn{
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background: #f3c400;
    color: #111;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    padding: 11px 15px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}



/*Header end*/

/*<banner>*/
/*==================================
TRANSPLANET HERO BANNER
==================================*/

.tp-hero-banner {
    position: relative;
    min-height: 100vh;
    overflow: hidden;

    background-image: url("../image/home/h2-5.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;

    /* Parallax Effect */
    background-attachment: fixed;
}

/*==================================
OVERLAY
==================================*/

.tp-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 20, 40, 0.75) 0%,
        rgba(0, 35, 60, 0.55) 40%,
        rgba(0, 20, 40, 0.65) 100%
    );
    z-index: 1;
}

/*==================================
SHAPE
==================================*/

.tp-banner-shape {
    position: absolute;
    right: -120px;
    bottom: -120px;
    width: 650px;
    height: 650px;
    background: rgba(0, 0, 0, 0.12);
    transform: rotate(45deg);
    z-index: 1;
}

/*==================================
CONTENT
==================================*/

.tp-banner-row {
    position: relative;
    margin-top: 25px;
    text-align: center;
}


.tp-banner-subtitle {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.tp-banner-content h1 {
    color: #ffffff;
    font-size: 61px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
}

/*==================================
RIGHT TEXT
==================================*/



.tp-banner-right-text p {
    color: #ffffff;
    font-size: 20px;
    padding-top: 30px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.4;
    max-width: 700px;
    font-weight: 500;
}
/*==================================
ARROWS
==================================*/

.tp-banner-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(5px);

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

    color: #ffffff;
    font-size: 28px;
    z-index: 5;

    transition: 0.4s ease;
    cursor: pointer;
}

.tp-banner-arrow:hover {
    background: #f7c600;
    color: #0d3762;
}

.tp-banner-prev {
    left: 55px;
}

.tp-banner-next {
    right: 55px;
}


/*==================================
CLIENT SECTION
==================================*/

.tp-client-section {
    position: relative;
    padding: 4rem 0;
}

/*==================================
TITLE
==================================*/

.tp-client-title {
    margin-bottom: 30px;
}

.tp-client-title .client-title {
    color: #1b2452;
    font-size: 23px;
    line-height: 1.5;
    font-weight: 700;
    margin: 0;
}

.tp-client-title .client-title span {
    color: #ff1e1e;
}

/*==================================
LOGO WRAP
==================================*/

.tp-client-logo-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
    justify-content: center;
}

/*==================================
CLIENT ITEM
==================================*/

.tp-client-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 130px;
    transition: 0.4s ease;
}

.tp-client-item img {
    max-width: 100%;
    max-height: 75px;
    object-fit: contain;

    filter: grayscale(100%);
    opacity: 0.65;

    transition: 0.4s ease;
}

/* HOVER EFFECT */

.tp-client-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

/*==================================
WHY CHOOSE SECTION
==================================*/

.home-why-choose {
    position: relative;
    padding: 5rem 0 4rem;
  

}

/*==================================
GLOBE SHAPE
==================================*/

.why-globe-shape {
    position: absolute;
    top: 42px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 500px;
    background: url("../image/bg/bg-map.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    z-index: -1;
}

/*==================================
CARD DESIGN
==================================*/

.why-content {
    position: relative;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    padding:30px 20px;
    transition: 0.4s ease;
    overflow: hidden;
    border-radius:14px;
    height: 100%;
}

.why-content:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

/*==================================
TOP AREA
==================================*/

.why-top-icons {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 25px;
    position: relative;
}

.why-icon i {
    font-size: 58px;
    color: #14245c;
    line-height: 1;
}

.why-circle {
    width: 22px;
    height: 22px;
    position: absolute;
  
    top: -10px;
    right: 0;
    border: 2px solid #e7e7e7;
    border-radius: 50%;
    display: inline-block;
}

/*==================================
TITLE
==================================*/

.why-content h4 {
    color: #111;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 16px;
}

/*==================================
PARAGRAPH
==================================*/

.why-content p {
    font-size: 15px;
    margin: 0;
}


.why-icon img {
    width:60px;
    height:60px;
}

/*Why CHoose end*/

/*Services section*/

/*==================================
SERVICES HOME SECTION
==================================*/

.services-sec-home{
    position: relative;
    overflow: hidden;
    background: #fff;
}

.service-business-box.secondary-box {
    margin-top: 7px;
    background: url(../image/home/air-freight-services.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.secondary-box {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* Right Side Dark Overlay */
.secondary-box::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 60%;
    height: 100%;
    right: 0;
    left: auto;
    background: linear-gradient(
        270deg,
        rgba(2, 11, 45, 0.95) 0%,
        rgba(2, 11, 45, 0.88) 35%,
        rgba(2, 11, 45, 0.55) 70%,
        rgba(2, 11, 45, 0) 100%
    );
    z-index: -1;
}

.secondary-box .service-content {
    margin-left: 20%;
}

.secondary-box .service-tags-wrap {
   margin-left: 20%;
}

/*==================================
OVERLAY
==================================*/

.services-sec-home::before{
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        90deg,
        rgba(1, 10, 40, 0.92) 0%,
        rgba(3, 20, 65, 0.82) 35%,
        rgba(5, 20, 55, 0.45) 100%
    );

    z-index: -1;
}



.service-business-box {
    position: relative;
    z-index: 2;
    background: url(../image/home/ocean-freight-services.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4rem 0;
}

.main-box {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* Left Side Dark Overlay */
.main-box::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(2, 11, 45, 0.95) 0%,
        rgba(2, 11, 45, 0.88) 35%,
        rgba(2, 11, 45, 0.55) 70%,
        rgba(2, 11, 45, 0) 100%
    );
    z-index: -1;
}

/*==================================
TITLE
==================================*/



.service-content .sec-big-title {
    color: #ffffff;
    font-size: 45px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 20px;
}

/*==================================
LEFT BORDER TEXT
==================================*/

.service-border-text {
    position: relative;
    padding-left: 30px;
    max-width: 600px;
    margin: 35px 0;
}

.service-border-text::before{
    content: "";
    position: absolute;
    left: 0;
    top: 8px;

    width: 4px;
    height: 88%;

    background: #ffffff;
}

.service-border-text p {
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    margin: 0;
}

/*==================================
SERVICE TAGS
==================================*/

.service-tags-wrap {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 40px;
}

.service-tags-wrap li{
    display: inline-flex;
}

.service-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #03a0df;
    color: #ffffff;
    text-decoration: none;
    padding: 11px 12px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.4s ease;
}

.service-tag:hover{
    background: #fff;
    color: #000;
    transform: translateY(-5px);
}

/*==================================
BUTTON
==================================*/

.service-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
.service-btn span{
    position: relative;
    display: inline-block;
}

/* DEFAULT LINE */

.service-btn span::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;

    width: 100%;
    height: 1px;

    background: rgba(255,255,255,0.35);
}

/* HOVER LOADING LINE */

.service-btn span::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;

    width: 100%;
    height: 1px;

    background: #ff4040;

    transform: scaleX(0);
    transform-origin: left;

    transition: transform 0.45s ease;
}

/* HOVER EFFECT */

.service-btn:hover span::after{
    transform: scaleX(1);
}

.service-btn-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--color-secondary);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    transition: all 0.4s ease;
}

.service-btn:hover .service-btn-icon{
    transform: translateX(8px);
}

.service-content {
    margin-bottom: 30px;
}

.service-btn-icon i{
    padding-top: 3px;
}

.secondary-box .row {
    flex-direction: row-reverse;
}

.sub-head {
    font-size:20px;
    font-weight:700;
    color:#fff;
    margin-bottom: 18px;
}

/*==================================
TRANSPORT SECTION
==================================*/

.transport-sec{
    position: relative;
    padding:4rem 0;
}

/*==================================
TRADE CONTENT
==================================*/

.trade-content{
    position: relative;
  padding: 0 30px 0 50px;
    height: 101%;
}

/* VERTICAL BORDER */

/*==================================
TRADE CONTENT LINE EFFECT
==================================*/

.trade-content{
    position: relative;
    /*padding-left: 55px;*/
    overflow: hidden;
}

/* DEFAULT LIGHT LINE */

.trade-content::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;

    width: 1px;
    height: 100%;

    background:#d9d9d99e;
}

/* HOVER LOADING LINE */

.trade-content::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;

    width: 2px;
    height: 100%;

    background: #121c63;

    transform: scaleY(0);
    transform-origin: top;

    transition: transform 0.5s ease-in-out;
}

/* HOVER EFFECT */

.trade-content:hover::after{
    transform: scaleY(1);
}
/*==================================
ICON
==================================*/

.trade-icon{
  

    margin-bottom: 30px;

}



/*==================================
TITLE
==================================*/

.trade-content h4 {
  color: #111;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 26px;
}

/*==================================
PARAGRAPH
==================================*/

.trade-content p{
    line-height: 1.4;
    margin: 0;
}


/*==================================
CUSTOMS CLEARANCE SECTION
==================================*/

.customs-clearance{
    position: relative;
    padding: 5rem 0;
    background: #f7f7f7;
    overflow: hidden;
}

/*==================================
IMAGE AREA
==================================*/

.import-work{
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    height: 100%;
}

.import-work img{
    width: 100%;
    object-fit: cover;
    border-radius: 18px;
    transition: 0.5s ease;
}

.import-work:hover img{
    transform: scale(1.05);
}

/*==================================
CONTENT AREA
==================================*/

.import-content{
    padding-left: 45px;
}

/*==================================
SECTION TITLE
==================================*/

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

.section-title span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-secondary);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 10px 16px;
    border-radius: 12px;
    margin-bottom: 13px;
}

.sec-big-title{
    color: #000;
    font-size: 35px;
    line-height: 1.4;
    font-weight: 700;
    margin: 0;
        letter-spacing: 0.8px;
}

/*==================================
PARAGRAPH
==================================*/

.import-content p{
   
    margin-bottom: 20px;
}

/*==================================
LIST DESIGN
==================================*/

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

.customs-service-list li{
    position: relative;

    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;

    padding-left: 26px;
    margin-bottom: 18px;
}

/* RED ARROW */

.customs-service-list li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 14px;

    width: 0;
    height: 0;

    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #039fe0;
}

.customs-service-list li strong{
    color: #111;
    font-weight: 700;
}


/*==================================
KEY NUMBERS SECTION
==================================*/

.home-key-numbers{
    position: relative;
    padding: 4rem 0 2.5rem;
    overflow: hidden;
}

/*==================================
KEY CONTENT
==================================*/

.key-content{
    position: relative;
    height: 100%;
}

/*==================================
ICON
==================================*/

.key-icon{
    margin-bottom: 35px;
}

.key-icon img{
    width: 70px;
    opacity: 0.35;
    transition: 0.4s ease;
}

.key-content:hover .key-icon img{
    opacity: 1;
    transform: translateY(-5px);
}



.key-content .number {
    color: var(--color-secondary);
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 28px;
}



.key-content h4 {
    /* color: #121c63; */
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    margin: 12px 0;
}
.key-content p{
    line-height: 1.4;
    margin: 0;
}

.about-ascent-home {
    padding: 2.5rem 0;
}

/* OUTLINE TITLE */
.about-outline-title .since{
    font-size: 130px;
    font-weight: 700;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 2px var(--color-secondary);
    margin-bottom: 35px;
    text-transform: capitalize;
     font-family: "Sarabun", sans-serif;
}

/* LEFT CONTENT */
.about-left-content h3{
    font-size: 48px;
    line-height: 1.3;
    font-weight: 600;
    color: #111;
    margin: 0;
}

/* RIGHT CONTENT */
.about-right-content{
    padding-left: 40px;
}

.about-right-content p{
    line-height: 1.8;
    color: #222;
    margin-bottom: 40px;
}

.about-top-text{
    font-weight: 600;
}

/* BUTTON */
.about-btn{
    display:inline-block;
    position:relative;
    text-align:center;
    padding:1em 5.21em 1em 1.71em;
    min-height:calc(3.4286em + 2px);
    font-size:14px;
    line-height:1.4286em;
    font-weight:600;
    letter-spacing:.01em;
    text-decoration:none !important;
    border-radius:16px;
    transition:
    background .45s ease-out,
    border-color .3s,
    color .3s,
    padding .3s;
    box-sizing:border-box;
    box-shadow:none;
    outline:none;
    overflow:hidden;
    height:auto;
    cursor:pointer;
    z-index:2;

    /* TEXT + BORDER */
    color:#ff4040 !important;
    border:solid 1px #ff4040 !important;

    /* BACKGROUND EFFECT */
    background:linear-gradient(
        90deg,
        transparent 50%,
        #ff4040 50%
    );

    background-size:calc(200% + 4px) 100%;
    background-position:-1.7857em 0;
    background-repeat:no-repeat;
}


/* BUTTON TEXT */
.about-btn span{
    position:relative;
    z-index:3;
}

/* RIGHT DARK BOX */
.about-btn::after{
    content:'';
    position:absolute;
    display:block;
    width:4.8em;
    top:0;
    bottom:0;
    right:1px;
    border-radius:inherit;
    background-color:#ff4040;
    font-size:.71428em;
    z-index:1;
}

/* ICON */
.about-btn::before{
    content:"\f1cf";
    position:absolute;
    font-family:flaticon_normal-icon !important;
    width:25px;
    height:25px;
    top:12px;
    right:10px;
    font-size:22px;
    line-height:1;
    transition:all .55s;
    color:#fff;
    z-index:3;
}

/* HOVER */
.about-btn:hover{
    background-position:calc(100% + 1px) 0;
    color:#fff !important;
    padding:1em 4.21em 1em 2.71em;
}

/* ICON ANIMATION */


.logistics-network-sec{
    background:#25262c;
    overflow:hidden;
}

/* TOP AREA */
.network-top-area{
    padding:4rem 0 0;
    position:relative;
}

.network-subtitle{
    display:inline-block;
    background:#ff1b1b;
    color:#fff;
    padding:8px 18px;
    border-radius:8px;
    font-size:14px;
    font-weight:600;
    margin-bottom:25px;
}

.logistics-network-sec .sec-big-title{
    color:#fff;
    line-height:1.1;
    font-weight:700;
    margin-bottom:20px;
}

.network-top-area p{
    color:rgba(255,255,255,0.7);
    font-size:18px;
    margin-bottom:20px;
}

/* MAP */
.network-map-image{
    text-align:center;
}

.network-map-image img{
    /*width:60%;*/
    opacity:0.2;
}

/* PROCESS GRID */
.process-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    border-top:1px solid rgba(255,255,255,0.15);
}

/* PROCESS ITEM */
.process-item{
    position:relative;
  padding: 34px 25px 30px;
    border-right:1px solid rgba(255,255,255,0.15);
    min-height:230px;
}

.process-number{
    display:block;
    color:#fff;
    font-size:20px;
    font-weight:700;
    margin-bottom:25px;
}

.process-item h4{
    color:#fff;
    font-size:21px;
    line-height:1.3;
    font-weight:600;
    margin-bottom:20px;
}

.process-item p{
    color:rgba(255,255,255,0.75);
    font-size:15px;
    line-height:1.6;
    margin:0;
}

/* ARROW */
.process-arrow{
    position:absolute;
    right:-12px;
    top:50%;
    transform:translateY(-50%);
    width:24px;
    height:24px;
    background:#25262c;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:2;
    font-size:22px;
}

/* CTA BOX */
.process-cta{
    background:var(--color-secondary);
    padding:40px 30px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    min-height:230px;
}

.cta-arrow{
    color:#ff7c7c;
    font-size:48px;
    font-weight:700;
    line-height:1;
}

.process-cta h4{
    color:#fff;
    font-size:22px;
    line-height:1.2;
    font-weight:700;
    margin:0;
}

.ascent-footer{
    padding: 4rem 0 0;
}

/* Border */
.footer-border-top,
.footer-border-bottom{
    width: 100%;
    height: 1px;
    background: #cfcfcf;
}



/* Logo */
.footer-logo img{
    max-width: 240px;
    margin-bottom: 30px;
}

.footer-logo-wrapper p{
    font-size: 15px;
    margin-bottom: 25px;
}

/* Headings */
.footer-links h4{
    font-size: 19px;
    font-weight: 700;
    color: #111;
    margin-bottom: 18px;
    position: relative;
}

.footer-links {
     margin-bottom:40px;
}

/* Links */
.footer-links ul{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom:30px;
}

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

.footer-links a{
    color: #4c4c4c;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
}

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

.footer-heading-link a{
        font-size: 19px;
    font-weight: 700;
    color: #111;
    margin-bottom: 18px;
    position: relative;
}

/* Sub Heading */
.footer-subtitle{
    margin-top: 40px;
}

/* Social */
.footer-social{
    display: flex;
    gap: 14px;
}

.footer-social a{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #cccccc36;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: 0.3s;
    text-decoration: none;
}

.footer-social a:hover{
    background: var(--color-secondary);
    color: #fff;
    transform: translateY(-3px);
}

/* Footer Bottom */
.footer-bottom{
   border-top: 1px solid #1b1b1b59;
    text-align: center;
    padding: 20px 0;
}

.footer-bottom p ,.footer-bottom a{
    margin: 0;
    color: #111;
    font-size: 15px;
    text-decoration: none;
}

.footer-bottom-social{
    display: flex;
    align-items: center;
    gap: 18px;
}

.footer-bottom-social a{
    color: #111;
    font-size: 22px;
    transition: 0.3s;
}

.footer-bottom-social a:hover{
    color: #f0b400;
}

.footer-logo-wrapper img{
    max-width: 180px;
    margin-bottom:30px;
}


/*Dropdown*/
/* Mega Menu */


header.sticky {
    transform: translateY(0%);
    visibility: visible;
    animation: sliddown 1s;
}

header.sticky {
    transition: 0.3s;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    position: fixed;
}

header.sticky .tp-main-menu li a, header.sticky .tp-main-menu li .lanes {
    color:#000 !important;
}


   .location-track img {
    width: 40px;
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(43deg) brightness(102%) contrast(101%);
    position: relative;
    bottom: 7px;
}


.location-track img:hover{
    filter: invert(64%) sepia(73%) saturate(877%) hue-rotate(9deg) brightness(104%) contrast(107%);
}

header.sticky .location-track img {
    filter: invert(0%) sepia(79%) saturate(7500%) hue-rotate(226deg) brightness(94%) contrast(102%);
}

header.sticky .tp-has-dropdown i {
    color:#000;
}

.secondary-box .service-btn-wrap {
  margin-left: 20%;
}

.home-why-choose .section-title{
    margin-bottom:25px;
}

.home-why-choose .section-title .sec-big-title {
    text-align:center;
    margin-bottom: 20px;
}

.trade-content .service-btn {
    color:#000;
    margin-top: 22px;
}

.trade-content .service-btn span::before {
    background: #ccc;
    bottom: -2px;
}

.trade-content .service-btn span::after {
    bottom: -2px;
    background: #ff4040;
}

.tp-track-content .about-btn {
    border: solid 1px #fff !important;
    color:#fff !important;
}

.tp-track-content .about-btn::after {
    background-color: var(--color-secondary);
}

.tp-header.sticky .tp-track-content .about-btn {
color: #ff4040 !important;
    border: solid 1px #ff4040 !important;
}

.tp-header.sticky .tp-track-content .about-btn:hover{
    color: #fff !important;
}

.trade-content a{
    text-decoration: none;
}

.trade-content a h4{
    text-decoration: none;
}

.process-cta a{
     text-decoration: none;
}

.process-cta a h4{
     text-decoration: none;
}

.main-certi-icon img{
    width:100px;
}

.main-certi-icon {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    margin-top:3rem;
}

.cta-arrow a {
    text-decoration: none;
}

.cta-arrow a i{
     text-decoration: none;
     color: #ff7c7c;
}


.ascent-testi-moni {
  padding: 2.5rem 0 4rem;
}
.ascent-testi-moni .testi-wrapper {
  display: flex;
  gap: 30px;
  align-items: stretch;
  max-width: 1100px;
  margin: 0 auto;
}

.ascent-testi-moni .testi-image {
width: 34%;
    border-radius: 13px;
  overflow: hidden;
}

.ascent-testi-moni .testi-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ascent-testi-moni .testi-content {
  flex: 1;
  display: flex;
  min-width: 0; 
}

.ascent-testi-moni .testiSwiper {
  width: 100%;
  /*min-height: 420px;*/
  height: 100%;
  border: 1px solid #11194E1A;
  border-radius: 12px;
  background: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}

.ascent-testi-moni .swiper-slide {
  height: auto;
}

.ascent-testi-moni .testi-card {
  padding: 50px 60px 80px;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.ascent-testi-moni .brand {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 11px;
}

.ascent-testi-moni .testi-card p {
margin:0;
}

.ascent-testi-moni .swiper-pagination {
    position: absolute;
    bottom: 35px;
    right: 60% !important;
    left: 76% !important;
    width: auto;
    display: flex;
    gap: 4px;
    top: 66% !important;
}
.ascent-testi-moni .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #cbd5e1 !important;
  opacity: 1 !important;
  cursor: pointer;
}

.ascent-testi-moni .swiper-pagination-bullet-active {
    background: #ff4040 !important;
}
.ascent-testi-moni .section-title{
    margin:0 0 30px;
    text-align: center;
}
.hambuuefer,.close-button{
    display:none;
}


.main-para{
padding: 2.5rem 0;
}

.main-para .plain-main {
max-width: 900px;
    margin: 0 auto;
}

.plain-main p{
   font-size: 25px;
    text-align: center;
    font-weight: 500;
}

.testi-content{
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.testi-content::before {
    content: '';
    position: absolute;
    left: 45px;
    bottom: 2px;
    width: 72px;
    height: 86px;
    background: url(../image/bg/testimonial-shapes.webp) no-repeat;
    background-size: contain;
    background-position: left bottom;
    z-index: 2;
    pointer-events: none;
    filter: invert(50%) sepia(77%) saturate(5530%) hue-rotate(337deg) brightness(99%) contrast(108%);
}

.testi-content:after{
     content: '';
      position: absolute;
    left: 113px;
    bottom: 2px;
    width: 72px;
    height: 86px;
    background: url(../image/bg/testimonial-shapes.webp) no-repeat;
    background-size: contain;
    background-position: left bottom;
    z-index: 2;
    pointer-events: none;
    filter: invert(50%) sepia(77%) saturate(5530%) hue-rotate(337deg) brightness(99%) contrast(108%);
}

.floating-contact {
    position: fixed;
   right: -7px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.floating-contact .contact-item {
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 50px 0 0 50px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.contacted-item{
    display: none !important;
}



.floating-contact .contact-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.floating-contact .contact-item img {
    max-width: 28px;
    height: auto;
}

/*contact css*/
.quote-section {
   padding: 2rem 1rem;
}

.address-contact {
    padding:4rem 0;
}
.quote-section .quote-left-wrapper {
    display: flex;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
border: 1px solid #E8E8EE;}

.quote-section .quote-form-area {
    flex: 1;
        padding: 60px 20px;
    position: relative;
}

.quote-section h2 {
    font-size: 32px;
    font-weight: 700;
    color: #111;
    margin: 0 0 40px 0;
}
.quote-section .quote-input-group {
    position: relative;
    margin-bottom: 25px;
}

.quote-section .quote-input-group input,
.quote-section .quote-input-group select {
    width: 100%;
    height: 55px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 0 20px;
    font-size: 14px;
    
}
.quote-section .quote-input-group input:focus,
.quote-section .quote-input-group select:focus {
    border-color: #03a0df;
}

.quote-section optgroup {
    font-weight: 700;
    color: #111;
}
.quote-section option {
    font-weight: 400;
    color: #333;
}
.quote-section .quote-form-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.quote-section .quote-help-info {
    display: flex;
    align-items: center;
    gap: 12px;
}
.quote-section .help-icon {
    width: 26px;
    height: 26px;
    background: #001238;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
}
.quote-section .quote-help-info span {
    font-size: 15px;
    font-weight: 600;
    color: #111;
}
.quote-section .contact-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 55px;
    padding: 0 35px 0 40px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    overflow: hidden;
    gap: 12px;
    z-index: 1;
    background: transparent;
    border: none;
    cursor: pointer;
}
.quote-section .contact-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-color: #ff4040;
    -webkit-mask: url("../images/bg/mask-btn.png") no-repeat center / 100% 100%;
    mask: url("../images/bg/mask-btn.png") no-repeat center / 100% 100%;
    left: 20px;
    transition: background-color 0.4s ease;
    border-radius: 6px;
}
.quote-section .contact-btn .btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: all 0.4s ease;
}
.quote-section .contact-btn .btn-icon.main {
    background: rgba(255, 255, 255, 0.2);
}
.quote-section .contact-btn .btn-icon.hover {
    position: absolute;
    right: -50px;
    background: #fff;
    opacity: 0;
}
.quote-section .contact-btn .btn-icon.hover i {
    color: #ff4040;
    font-size: 12px;
    line-height: 1;
}
.quote-section .contact-btn > span:not(.btn-icon) {
    transition: transform 0.4s ease;
}
.quote-section .contact-btn:hover::before {
    background-color: #03a0df; 
}
.quote-section .contact-btn:hover > span:not(.btn-icon) {
   transform: translateX(-30px);
}
.quote-section .contact-btn:hover .btn-icon.main {
    opacity: 0;
    transform: translateX(-20px);
}
.quote-section .contact-btn:hover .btn-icon.hover {
    opacity: 1;
    right: 20px;
}
.quote-section .quote-right-wrapper {
    background: #03a0df;
    border-radius: 12px;
    padding: 50px 20px;
    height: 100%;
    position: relative;
    overflow: hidden;
    color: #fff;
    display: flex;
    flex-direction: column;
}
.quote-section .quote-right-wrapper h3 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 20px 0;
    color: #fff;
    position: relative;
    z-index: 2;
}
.quote-section .quote-right-wrapper p {
    font-size: 15px;
    margin: 0 0 35px 0;
    color: rgba(255, 255, 255, 0.9);
    z-index: 2;
}

.mobile-contact-img{
    display: none;
}
.desktop-contact-image{
    display: block;
}

.quote-section h2 {
    font-size: 28px;
    
}
   
.quote-section .quote-coverage-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    z-index: 2;
}
.quote-section .coverage-arrow {
    width: 24px;
    height: 24px;
    background: #ff4040;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    transition: transform 0.3s ease;
}
.quote-section .quote-coverage-link:hover .coverage-arrow {
    transform: translateX(5px);
}
.quote-section .quote-globe-img {
    position: absolute;
    bottom: -10%;
    right: -10%;
    width: 120%;
    opacity: 0.15;
    pointer-events: none;
    z-index: 1;
    border-radius: 50%;
    mix-blend-mode: overlay;
}
.quote-image-area{
    width: 300px;
    max-height: 760px;
}

.quote-image-area img{
    height: 100%;
    width: 100%;
}

.quote-section .about-btn{
    margin-top: 2rem;
}

.shipping-textarea{
    min-height: 150px;
    padding: 15px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    width: 100%;
}

.quote-section .quote-radio-wrapper {
  display: flex;
    align-items: center;
    gap: 20px;
    min-height: 55px; 
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 0 20px; /* Changed to 0 so it aligns perfectly center with your 55px height */
    width: 100%;
    flex-wrap: wrap;
}
.quote-section .custom-radio {
     display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    margin: 0;
    white-space: nowrap;
}
.quote-section .custom-radio input {
    display: none;
}
.quote-section .radio-mark {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.quote-section .radio-mark::after {
    content: "";
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    margin-bottom: 2px;
    transition: opacity 0.3s ease;
}
.quote-section .quote-input-group label.custom-radio {
    position: relative;
    top: auto;
    left: auto;
    background: transparent;
    padding: 0;
    z-index: 1;
}

.quote-section .custom-radio input:checked + .radio-mark {
    background: #ff4040;
}
.quote-section .custom-radio input:checked + .radio-mark::after {
    opacity: 1;
}
.quote-section .radio-text {
    font-size: 15px;
    color: #333;
    font-weight: 400;
}


/*Detail CSs*/
.norm-breadcrum-secc {
    text-align: center;
    width: 100%;
    height: 770px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-self: center;
}

.norm-breadcrum-secc:before{
        background-color: #9C55551A;
}
.norm-breadcrum-content{
    display: flex;
  align-items: center;
  justify-content: center;
  
}

.norm-breadcrum-content h1 {
font-size: 65px;
    line-height: 1.125em;
    word-spacing: -0.03em;
    color: #FFFFFF;
    text-align: center;
}

.norm-breadcrumb-navigation {
  display: inline-flex;
  align-items: center;
  list-style: none;
  background: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  margin-top: 2rem;
}

.norm-breadcrumb-navigation li {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  
}

.norm-breadcrumb-navigation li + li::before {
  content: "/";
  margin: 0 10px;
  color: #ccc;
}

.norm-breadcrumb-navigation li a {
  text-decoration: none;
  color: #555;
  transition: color 0.2s;
}

.norm-breadcrumb-navigation li a:hover {
  color: #ff4040;
}

.norm-breadcrumb-navigation li:last-child {
  color: #ff4040;
  font-weight: 600;
}
.detail-intro-secc {
    padding: 2.5rem 0;
}

.detail-intro-secc .section-title {
    text-align: start;
    margin-bottom: 1rem;
}

.detail-intro-image {
    height: 650px;
    margin: 2rem 0;
    border-radius: 25px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.detail-intro-image:before{
     content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(17 17 17 / 21%);
    z-index: 1;
}
.detail-zig-zag {
    padding: 2.5rem 0;
    background-color: #ffffff;
}

.detail-zig-zag .row {
    align-items: center;
}


.section-title .sec-big-title {
    
    margin-bottom: 1.5rem;

}


.zig-zag-separator {
    width: 100%;
    height: 1px;
    background-color: #a6a6a6;
    margin: 33px 0;
        left: 24px;
    position: relative;
}

.zig-zag-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
}

.zig-zag-list li {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    margin-bottom: 1.2rem;
    line-height: 1.5;
}

.zig-zag-list li::before {
        font-family: flaticon_normal-icon !important;
    position: absolute;
    left: 0px;
    top: 0px;
      color: #ff4040;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 700;
    padding-left: 2px;
    content: "\f14b";
}


.zig-zag-image {
    border-left: 1px solid #a6a6a6;
    padding-left: 5.8%;
}

.zig-zag-image img {
    width: 100%;
    height: auto;
    display: block;
}



.second-rowszig{
    align-items: center;
    flex-direction: row-reverse;
        margin-top: 6rem;
}

.second-rowszig .zig-zag-image {
    border-left: none;
    border-right: 1px solid #a6a6a6;
    padding-right: 5.8%;
    padding-left: unset;
}

.second-rowszig .zig-zag-separator {
    right: 24px;
    left: unset;
}

.detail-zig-zag .row{
    align-items: center;
    margin-bottom: 3rem;
}
.detail-zig-zag .sec-big-title{
    margin-bottom: 10px;
    font-size: 26px;
}
.detail-zig-zag p{
    margin-bottom: 0;
}

.detail-zig-zag .section-title {
    margin-bottom: 0;
}


.freight-comparison-sec {
    padding: 2.5rem 0;
}

.table-wrapper {
    overflow-x: auto;
}

.freight-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 750px;
    margin-bottom: 3rem;
}

.freight-table th, 
.freight-table td {
    text-align: center;
    padding: 16px 20px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
}

.freight-table thead th {
        text-align: center;
    background-color: #25262c;
    font-weight: 600;
    font-size: 17px;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.freight-table td:nth-child(1) {
    font-weight: 600;
}

.freight-table tbody tr:hover td {
    background-color: #f9f9f9;
}

.freight-comparison-sec .sec-big-title {margin-bottom: 10px}

.freight-comparison-sec .section-title{
     text-align: center;
     margin-bottom: 2rem;
 }
 
 .detail-intro-secc .section-title .sec-big-title {
     margin-bottom: 0; 
    text-align: center;
}

.freight-comparison-sec h4{
    font-size: 28px;
}

.freight-service-tabs {
    padding: 2.5rem 0;
}

.tab-nav-full {
    border-bottom: 1px solid #adadad;
   
    margin-bottom: 3rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.freight-service-tabs .nav-tabs {
    border-bottom: none;
    display: flex;
    justify-content: center;
        flex-wrap: nowrap;
        gap: 35px
}

.freight-service-tabs .nav-tabs::-webkit-scrollbar{
    display: none; /* Chrome/Safari */
}

.freight-service-tabs .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
    font-size: 16px;
    padding: 1.5rem 0;
    margin-bottom: -1px;
    color: #212529;
}

/* Neutralizing hover effect */
.freight-service-tabs .nav-link:hover,
.freight-service-tabs .nav-link:focus {
    border-color: transparent;
    background: transparent;
    isolation: isolate;
}

.freight-service-tabs .nav-link.active {
    border-bottom: 3px solid #ff4040;
        color: #ff4040;
}

.tab-feature-img {
    width: 100%;
    border-radius: 20px;
    display: block;
    object-fit: cover;
}

/*.tab-info-box {*/
/*    padding-left: 3rem;*/
/*}*/

.tab-info-box h4 {
    margin-bottom: 1.5rem;
    line-height: 1.4;
    font-size:25px;
}
.tab-arrow-list {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.tab-arrow-lists {
        list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
}
.tab-arrow-lists li {
    position: relative;
    padding-left: 35px;
    font-size: 16px;
    margin-bottom: 1.2rem;
    line-height: 1.5;
}

.tab-arrow-lists li::before {
    font-family: flaticon_normal-icon !important;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #ff4040;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 700;
    content: "\f14b";
}

.tab-arrow-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.2rem;
    font-size: 1.1rem;
    line-height: 1.5;
}

.tab-arrow-list li i {
   background-color: #ff4040;
    color: #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    font-size: 15px;
    margin-top: 2px;
    transform: rotate(-45deg);
}

/*.freight-service-tabs h3{*/
/*   font-size: 31px;*/
/*    margin-bottom: 1.5rem;*/
/*}*/

.spcl-cargo-secc{
    padding: 4rem 0;
}

.spcl-cargo-secc p{
    margin-bottom: 2rem;
}

.spcl-cargo-secc .spcl-cargo-image{
    width: 110%;
    margin-top: 9rem;
    margin-left: -4rem;
}


.spcl-span{
        padding: 0px 0 13px 8px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    font-size: 15px;
    font-weight: 600;
}



.spcl-cargo-secc .section-title{
    margin-bottom: 1.5rem;
}

.spcl-cargo-rightside .sec-big-title{
   font-size: 60px;
    letter-spacing: -0.03em;
    /*border-style: solid;*/
    /*border-width: 1px 0px 0px 0px;*/
    padding: 28px 0 16px;
    font-weight: 500;
}

.cargo-footer h3{
    font-size: 40px;
}



.spcl-cargo-secc .about-outline-title .since {
        font-size: 118px;
    position: relative;
    left: 3rem;
    margin-top: 2rem;
    
}
    
    .spcl-cargo-secc .tab-arrow-list {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 2rem;
}
.spcl-cargo-secc .tab-arrow-list li {
    display: block;
    position: relative;
    padding: 0 0 2rem 51px;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgb(0 0 0 / 88%);
    text-align: left;
}
.spcl-cargo-secc .tab-arrow-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.spcl-cargo-secc .tab-arrow-list li i {
    position: absolute;
    left: 0;
    top: -7px;
    width: 37px;
    height: 37px;
    font-size: 14px;
}
.spcl-cargo-secc .tab-arrow-list li h4 {
   font-size: 20px;
    font-weight: 600;
}


.trade-features-sec {
    padding: 5rem 0;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.feature-item {
    text-align: start;
    display: flex;
    /*align-items: center;*/
    gap: 30px;
    padding: 40px 30px;
    border-right: 1px solid #11194E1A;
    border-bottom: 1px solid #11194E1A;
}

/* Creating the icon using ::before on the flex parent */
.feature-item::before {
    content: '';
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    background-color: #ff4040;
    border-radius: 50%;
    background-image: url('../image/svg/tick.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px; /* Adjust if SVG is too large/small */
    margin-top: 3px; /* Minor visual alignment with heading text */
}

/* Typography spacing (No colors added, inheriting from your theme) */
.feature-content h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.3;
}

.feature-content p {
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;
}

.feature-item:nth-child(3n) {
    border-right: none;
}

.feature-item:nth-child(n+4) {
    border-bottom: none;
}

.industries-sec {
    padding: 2.5rem 0 0;
}

.industries-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.industry-pill {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 8px 30px 8px 8px;
    border: 1px solid #dddde6;
    border-radius: 50px;
    transition: border-color 0.3s ease;
    cursor: pointer;
}

.industry-pill:hover {
    border-color: #11194e;
}

.ind-icon {
    width: 48px;
    height: 48px;
    background-color: #25262c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    flex-shrink: 0;
}

.industry-pill:hover .ind-icon {
    background-color: #ff4040;
}

.ind-icon img {
    filter: brightness(0) invert(1);
}

.ind-text {
    font-size: 16px;
    font-weight: 600;
}


.process-cta-sec {
    position: relative;
    overflow: hidden;
}

/* ============================
   TOP CTA BANNER CSS
============================ */
.process-cta-sec .cta-dark-banner {
    background-color: #25262c;
    padding: 120px 30px 67px;
}

.process-cta-sec .cta-left-content {
    padding-right: 30px;
}

.process-cta-sec .badge-title {
    display: inline-block;
    background-color: #ff4040;
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
}

.process-cta-sec .cta-title {
    color: #ffffff;
    font-size: 41px;
    font-weight: 600;
    margin: 0;
}

.process-cta-sec .cta-right-content {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    padding-left: 50px;
    margin-top: 15px;
}

.cta-right-content p {
    color: rgba(255,255,255,0.7);
    margin-bottom: 30px;
}

.trusted-badge {
    display: flex;
    align-items: center;
    gap: 15px;
}

.shield-icon {
    width: 38px;
    height: 38px;
    background-color: #ff4040;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trusted-badge span {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.05rem;
}

/* ============================
   BOTTOM PROCESS SLIDER CSS 
============================ */
.process-slider-wrapper {
    display: flex;
    align-items: stretch; /* Forces buttons to match swiper height exactly */
    width: 100%;
    background-color: #ffffff;
}

/* Red Full-Height Navigation Buttons */
.process-btn-prev,
.process-btn-next {
    width: 60px;
    flex-shrink: 0; /* Prevents buttons from squishing */
    background-color: #ff4040;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ffffff;
    font-size: 20px;
    transition: background-color 0.3s;
}


/* Swiper takes all remaining space */
.processSwiper {
    flex: 1;
    min-width: 0; /* CRITICAL FIX: prevents Swiper from breaking out of flexbox container */
    margin: 0;
}

.process-card {
    position: relative;
    padding: 45px 37px;
    border-right: 1px solid #e8e8ee;
    height: 100%;
    min-height: 380px;
   
}

/* Left border on first visible card */
.swiper-slide:first-child .process-card {
    border-left: 1px solid #e8e8ee;
}

.process-icon-box {
    width: 65px;
    height: 65px;
    background-color: #1b213b; 
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
    transition: background-color 0.4s ease;
}

.svg-white {
    width: 40px;
    height: 40px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    transition: filter 0.3s ease;
}

.process-card h4 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #111111;
}

.process-card p {
    font-size: 1.05rem;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}



.process-card:hover .process-icon-box {
    background-color: #ff4040;
}



.rotate-classes i{
        transform: rotate(180deg);
}

.uk-ops-darkbox {
    background-color: #25262c;
    border-radius: 25px;
    padding: 3.5rem 4rem;
    position: relative;
    z-index: 5;
    margin-top: -80px; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.ops-text-side h4 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 1.2rem;
    line-height: 1.2;
}

.ops-text-side p {
    color: #b0b0b0;
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;
}

.ops-text-side .ops-outro {
    margin-top: 1.5rem;
    color: #ffffff;
    font-weight: 500;
}

.ops-list-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding-left: 30px;
    border-left: 1px solid #ffffff;
}

.ops-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.ops-item i {
    color: #ff4040;
    font-size: 23px;
}

.ops-item span {
    color: #ffffff;
    font-size: 1.05rem;
    line-height: 1.5;
}


    .ocean-network-sec {
    padding: 4rem 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
   
}

.sub-ocean-network-sec{
    height: 100%;
}



.ocean-network-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, 0.5);
}

.network-left-content {
    position: relative;
    z-index: 2;
    margin-top: 6rem;
}

.sub-ocean-network-sec .network-left-content{
    margin-top: 0;
}

.network-left-content h3 {
    color: #ffffff;
    font-size: 55px;
    margin-bottom: 20px;
}

.sub-ocean-network-sec .network-left-content .sec-big-title{
    font-size: 41px;
}


.network-left-content p {
    color: #e0e0e0;
    font-size: 16px;
    
}

.glass-accordion-wrapper {
    background: rgba(15, 20, 35, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 3rem;
    position: relative;
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.ocean-accordion .accordion-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0;
}

.ocean-accordion .accordion-item:last-child {
    border-bottom: none;
}

.ocean-accordion .accordion-button {
    background-color: transparent;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 1.5rem 0;
    box-shadow: none;
}

.ocean-accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.ocean-accordion .accordion-button::after {
    filter: invert(1) brightness(100%);
    transition: transform 0.3s ease;
}


.ocean-network-sec p{
    color: #ffffff;
}

.accordion-number {
    margin-right: 15px;
    font-weight: 700;
}

.ocean-accordion .accordion-body {
    padding: 0 0 1.5rem 0;
    color: #cfcfcf;
    line-height: 1.7;
    font-size: 1.05rem;
}

.ocean-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.ocean-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #ffffff;
}

.ocean-list li i {
    color: #ff4040;
    font-size: 14px;
    margin-top: 5px;
}

.ascent-faq-secc{
    padding: 7rem 0;
}


.ascent-faq-secc .accordion-item {
    border: none;
    border-bottom: 1px solid #dcdcdc;
    background: transparent;
}
.ascent-faq-secc .accordion-item:first-child {
    border-top: 1px solid #dcdcdc;
}
.ascent-faq-secc .sec-big-title{
    margin-bottom: 2.5rem;
}

.ascent-faq-secc .accordion-button {
    background: transparent;
    box-shadow: none !important;
    padding: 25px 0;
    font-weight: 600;
    font-size: 18px;
}
.ascent-faq-secc .accordion-button:not(.collapsed) {
    background: transparent;
    color: inherit;
}
.ascent-faq-secc .accordion-button::after {
    content: "";
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    margin-left: auto;
    background-color: #ff4040;
    border-radius: 50%;
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    background-position: center;
    background-size: 2px 16px, 16px 2px;
    background-repeat: no-repeat;
    transition: transform 0.3s ease, background-size 0.3s ease;
}
.ascent-faq-secc .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
    background-size: 0 0, 16px 2px;
}
.ascent-faq-secc .accordion-body {
    padding: 0 0 25px 0;
    font-size: 16px;
}

.secondzigzag-list li{
        padding-left: 41px;
}

.secondzigzag-list li::before{
        font-size: 24px;
    content: "\f102";
}


.testimonials-sections-main{
    background:#fff;
    padding:2.5rem 0 4rem;
    overflow:hidden;
}

.testimonials-sections-main .testi-inner{
    display:flex;
    align-items:flex-start;
    gap:40px;
}

.testimonials-sections-main .testi-left{
    flex:0 0 220px;
}

.testimonials-sections-main .testi-sub{
    margin:0;
    font-size:14px;
    color:#888;
}

.testimonials-sections-main .testi-right{
    flex:1;
    min-width:0;
    position:relative;
    padding-left:260px;
}

/* Quote SVG */
.testimonials-sections-main .testi-right::before{
        content: "";
    position: absolute;
    left: -29px;
    top: 38%;
    transform: translateY(-50%);
    width: 324px;
    height: 381px;
    background: url(../image/svg/quote.svg) no-repeat center;
    background-size: contain;
    z-index: 1;
}

/* Swiper */
.testimonials-sections-main .testimonials-swiper{
    width:100%;
    position:relative;
    overflow:hidden;
    z-index:3;
}

.testimonials-sections-main .swiper-wrapper{
    display:flex;
    align-items:flex-start;
}

.testimonials-sections-main .swiper-slide{
    flex-shrink:0;
    height:auto;
}

.testimonials-sections-main .testi-cont{
    position:relative;
    z-index:5;
    width:100%;
        background:#fff;
    padding:0px 0 30px;
}

.testimonials-sections-main .testi-text{
    margin:0 0 30px;
    font-size:18px;
    line-height:1.8;
    color:#222;
}

.testimonials-sections-main .testi-divider{
    width:100%;
    height:1px;
    background:#ddd;
    margin-bottom:25px;
}

.testimonials-sections-main .testi-name{
    margin:0 0 5px;
    font-size:18px;
    font-weight:700;
    color:#030303;
}

.testimonials-sections-main .testi-role{
    margin:0;
    font-size:14px;
    color:#888;
}

.testimonials-sections-main .testi-nav{
    display:flex;
    justify-content:flex-end;
    gap:12px;
    margin-top:30px;
}

.testimonials-sections-main .testi-btn-prev,
.testimonials-sections-main .testi-btn-next{
    width:48px;
    height:48px;
    border:1px solid #ff4040;
    border-radius:6px;
    background:transparent;
    color:#ff4040;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:all .3s ease;
}

.testimonials-sections-main .testi-btn-prev:hover,
.testimonials-sections-main .testi-btn-next:hover{
    background:#ff4040;
    color:#fff;
}

.testimonials-sections-main .testi-btn-prev svg,
.testimonials-sections-main .testi-btn-next svg{
    width:16px;
    height:16px;
    stroke:currentColor;
    fill:none;
    stroke-width:2.5;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.footer-spcl-cargo-content{
    padding: 4rem;
    padding-bottom: 0;
}

.footer-spcl-cargo-content .sec-big-title{
    margin-bottom: 1rem;
}

.process-cta-sec .about-btn{
      color: #ffffff !important;
    border-color: #ffffff !important;
}

/*fcl Page*/

.sub-detail-intro-secc{
    padding: 4rem 0 2.5rem;
}

.fcl-left-inrto .sec-big-title ,.fcl-left-inrto h2{
    font-size: 53px;
    letter-spacing: -0.03em;
    font-weight: 500;
}

.fcl-right-intro p{
    margin-bottom: 30px;
}

.how-fcl-works{
    padding: 3rem 0;
}

.how-works-box{
    position: relative;
    height: 100%;
    padding: 29px 28px;
    border: solid 2px #111111;
    border-radius: 25px;
}

.sec-big-title{
    margin-bottom: 2.5rem;
}

.how-works-content h4{
    font-size: 22px;
    margin-bottom: 1rem;
    font-weight: 600;
}




.fcl-intro-section {
    padding: 2.5rem 0;
}

.fcl-intro-image {
    width: 280px;
    position: absolute;
    height: auto;
    border-radius: 20px; /* Matches the soft rounded corners in the design */
    display: block;
    object-fit: cover;
}

.fcl-intro-content {
    padding-left: 30px;
}

.fcl-intro-kicker {
    display: block;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px;
}

.fcl-intro-text {
    font-size: 25px; /* Creates the large, prominent text block look */
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}
.sub-industries-secc{
    padding: 5rem 0;
}


.sub-industries-secc .industries-wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.sub-industries-secc .industry-pill{
    padding: 18px 18px;
}

/* Section overflow hidden prevents page horizontal scroll, allowing swiper bleed */
.pre-shipment-guide-sec {
    position: relative;
    padding: 6rem 0 0;
    z-index: 1;
    overflow: hidden; 
}

/* 60% Dark Background Split */
.pre-shipment-guide-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background-color: #25262c;
    z-index: -1;
}

/* Header Adjustments */
.pre-shipment-guide-sec .guide-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 4rem;
}

.pre-shipment-guide-sec .guide-header-left {
    max-width: 60%;
}

.pre-shipment-guide-sec .guide-kicker {
    display: block;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.pre-shipment-guide-sec .guide-title {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 1.2rem;
}

.pre-shipment-guide-sec .guide-desc {
    color: #ffffff;
    line-height: 1.6;
    margin: 0;
}

/* Nav Buttons */
.pre-shipment-guide-sec .guide-nav-wrapper {
    display: flex;
    gap: 15px;
}

.pre-shipment-guide-sec .guide-btn-prev,
.pre-shipment-guide-sec .guide-btn-next {
    width: 50px;
    height: 50px;
    background-color: #ff4040;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.pre-shipment-guide-sec .guide-btn-prev:hover,
.pre-shipment-guide-sec .guide-btn-next:hover {
    background-color: #e60000;
}

.guide-btn-next i{
      transform: rotate(179deg);
    padding-top: 9px;
}


.pre-shipment-guide-sec .guideSwiper {
    overflow: visible;
}

/* Slide Internal Layout - Precise Sizing */
.pre-shipment-guide-sec .guide-slide-wrap {
    position: relative;
    height: 428px; /* Exact height to control the image */
    display: flex;
    align-items: center;
    width: 778px;
    /*margin-left: 15rem;*/
}

.pre-shipment-guide-sec .guideSwiper {
    overflow: visible;
    padding-left: 15rem; 
}

.pre-shipment-guide-sec .swiper-slide{
    width: 778px !important;
}

.pre-shipment-guide-sec .guide-slide-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; /* Leaves room for white box on the left */
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.pre-shipment-guide-sec .guide-slide-img img {
    width: 770px;
    height: 429px;
    object-fit: cover;
    display: block;
}

/* White Box - Perfectly positioned on the left edge */
.pre-shipment-guide-sec .guide-slide-box {
    right: 12rem;
    position: relative;
    z-index: 2;
    width: 55%;
    background-color: #ffffff;
    padding: 3rem 2.5rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    /* Hide until active */
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.5s ease;
}

/* Only shows up when the slide slides into view */
.pre-shipment-guide-sec .swiper-slide-active .guide-slide-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.pre-shipment-guide-sec .guide-slide-box h3 {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}



.pre-shipment-guide-sec .guide-slide-box h3::before {
    content: '';
    display: block;
    width: 45px;
    height: 2px;
    background-color: #ff4040;
    flex-shrink: 0;
    margin-top: 14px;
}

.pre-shipment-guide-sec .guide-slide-box p {
    font-size: 1.05rem;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

/* DELETE THE OLD OPACITY CSS AND USE THIS INSTEAD */

/* Hide all slides by default */
.pre-shipment-guide-sec .swiper-slide {
    opacity: 0 !important;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* We will use JavaScript to add this class only to the right-side slides */
.pre-shipment-guide-sec .swiper-slide.is-visible {
    opacity: 1 !important;
    visibility: visible;
}


.trade-routes-sec {
    margin: 3rem 0;
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.trade-nav-area {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-bottom: 2rem;
}

.trade-btn-prev,
.trade-btn-next {
    width: 45px;
    height: 45px;
    border: 1px solid currentColor;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.trade-btn-prev:hover,
.trade-btn-next:hover {
    opacity: 1;
}

.trade-routes-sec .section-title{
    margin-bottom: 3rem;
}

.trade-btn-prev i{
    padding-top: 5px;
}

.trade-btn-next i{
    padding-top: 3px;
     transform: rotate(179deg);
}

.trade-card {
    display: flex;
    flex-direction: column;
}

.trade-outline-title {
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 39px;
    color: transparent;
    -webkit-text-stroke: 2.4px #000000;
    font-family: "Sarabun", sans-serif;
    font-size: 54px;
}

.ops-text-side .sec-big-title{
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 1rem;
}

.trade-card-content {
    border-top: 2px solid currentColor;
    padding-top: 30px;
}

.trade-card-content p {
       font-size: 18px;
    line-height: 1.7;
    margin: 0;
    font-weight: 500;
}

.trade-pagination-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5rem;
    gap: 15px;
}

.trade-fraction {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.trade-bullet-pagination {
    position: relative !important;
    bottom: 0 !important;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.trade-bullet-pagination .swiper-pagination-bullet {
    width: 50px;
    height: 2px;
    border-radius: 0;
    background-color: currentColor;
    opacity: 0.2;
    margin: 0 !important;
    transition: opacity 0.3s ease;
}

.trade-bullet-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.trade-routes-sec::before{
      content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px; 

    background-image: url('../image/services/location-map.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    opacity: 0.15;
    z-index: 0;
}

.drag-scroll-tabs-wrap {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; 

    scrollbar-width: none; 
}

.drag-scroll-tabs-wrap::-webkit-scrollbar {
    display: none; 
}


.drag-scroll-tabs-wrap .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    /*border-bottom: 1px solid #dee2e6;*/
    white-space: nowrap;
    width: max-content; 
    /*min-width: 100%; */
    overflow-y: scroll;
}

/* Ensure buttons don't shrink and stay on one line */
.drag-scroll-tabs-wrap .nav-item {
    flex: 0 0 auto;
}

.drag-scroll-tabs-wrap .nav-link {
    white-space: nowrap; /* Prevents text inside the tab from dropping to a second line */
}
.tab-nav-full.drag-scroll-tabs-wrap{
    overflow-x: auto;
    scrollbar-width: none;
}

.tab-nav-full.drag-scroll-tabs-wrap::-webkit-scrollbar{
    display: none;
}

.tab-nav-full.drag-scroll-tabs-wrap .nav-tabs{
    flex-wrap: nowrap;
    white-space: nowrap;
    margin: auto;
    width: max-content;
}

.tab-nav-full.drag-scroll-tabs-wrap .nav-item{
    flex: 0 0 auto;
}
.footer-spcl-image img{
    border-radius: 20px;
}

.cargo-left-side-content p {
        font-size: 23px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}

.footer-spcl-image{
    padding-left: 2px;
}




/* Mobile */
/*@media(max-width:767px){*/

/*    .testimonials-sections-main{*/
/*        padding:60px 0;*/
/*    }*/

/*    .testimonials-sections-main .testi-right{*/
/*        padding-left:0;*/
/*    }*/

/*    .testimonials-sections-main .testi-right::before{*/
/*        width:120px;*/
/*        height:120px;*/
/*        top:0;*/
/*        left:0;*/
/*        transform:none;*/
/*    }*/

/*    .testimonials-sections-main .testi-cont{*/
/*        padding-top:100px;*/
/*    }*/

/*    .testimonials-sections-main .testi-text{*/
/*        font-size:16px;*/
/*    }*/

/*    .testimonials-sections-main .testi-nav{*/
/*        justify-content:flex-start;*/
/*    }*/
/*}*/

.detail-zig-zag .about-btn{
    margin-top:15px;
}

.fcl-right-intro p:last-child {
    margin-bottom: 0;
}

.currecnt-img img {
    width: 280px;
    height: auto;
    border-radius: 20px;
    display: block;
    object-fit: cover;
}

.second-sec-intro .row{
   align-items: center;
}

.second-sec-intro {
    padding:3rem 0 2.5rem;
}

.special-trade-sec {
    padding-bottom:1rem;
}

.services-include {
    font-size:17px !important;
    font-weight:600;
    margin-bottom:12px !important;
}

.tab-info-box h3{
    margin-bottom:13px;
}

.tab-info-box .sec-big-title{
    margin-bottom:13px;
    font-size: 28px;
    font-weight: 500;
}


.flow-know {
    margin: 60px auto 0;
    padding: 35px 40px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid #e8e8e8;
    text-align: left;
}

.flow-know h4 {
    margin: 0 0 25px;
    font-size: 32px;
    font-weight: 700;
    color: #111;
    text-align: center;
}

.flow-know ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flow-know ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 22px;
    font-size: 17px;
    line-height: 1.8;
    color: #444;
}

.flow-know ul li:last-child {
    margin-bottom: 0;
}

.flow-know ul li::before {
  position: absolute;
    left: 0px;
    top: 0px;
    color: rgb(255, 64, 64);
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 700;
    content: "";
    font-family: flaticon_normal-icon !important;
    border-radius: 50%;
}

.flow-know strong {
    color: #111;
    font-weight: 700;
}


.sub-ocean-secc{
    margin: 5rem 0 0;
}

.tp-has-dropdown:hover .main-mega-menu-change{
    left: 18%;
    transform: unset;
}

.contact-shape .edge-shape-black {
    background-color: #02a0df;
}

.footer-social i{
    font-size: 20px;
    padding-top: 3px;
}


    
  .error-404-sec {
    padding: 6rem 5%; 
    overflow: hidden;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    min-height: 80vh; 
}

.error-404-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1280px; 
    width: 100%;
    margin: 0 auto;
    gap: 60px; 
}

.error-text-side {
    flex: 0 0 35%; 
    max-width: 450px;
}

.error-image-side {
    flex: 0 0 55%; 
    display: flex;
    justify-content: center;
}

.error-text-side .sec-big-title {
    font-size: 70px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 25px;
    line-height: 1.1;
}

.error-img-drop {
    width: 100%;
    max-width: 600px; 
    transform: translateY(-150%);
    animation: craneDrop 2.5s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.error-img-swing {
    transform-origin: top center;
    animation: craneSwing 5s ease-in-out infinite;
    animation-delay: 2.5s; 
}

.error-img-swing img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

@keyframes craneDrop {
    0% {
        transform: translateY(-150%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes craneSwing {
    0%, 100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(1.5deg);
    }
    75% {
        transform: rotate(-1.5deg);
    }
}



  

@media (max-width: 768px) {
       .error-404-sec .about-btn {
                   font-size: 12px;
                   max-width: 155px;
        padding: 12px 22px 13px 17px;
       }
       .error-404-sec {
    padding: 6rem 5% 0rem;}
    
     .error-text-side .sec-big-title {
        font-size: 35px;
    }

    
     .error-404-inner {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }
    
  .footer-spcl-cargo-content {
    padding: 1rem !important;}
    
    .footer-spcl-image img {
    margin-bottom: 1rem;}

  .terms-overview-sec .about-btn {
      max-width: 259px;
  }
  
  .cargo-left-side-content p {
    font-size: 16px !important;}
    
    
    .trade-outline-title {
        font-size: 31px;
    }
          .trade-card-content {
    padding-top: 16px;
}
  
       .hero-contact-btns {
        margin: 1rem 0 !important; }


    .secondary-box::before,.main-box::before {
        width: 100%;
        background: linear-gradient(
            180deg,
            rgba(2, 11, 45, 0.75) 0%,
            rgba(2, 11, 45, 0.55) 40%,
            rgba(2, 11, 45, 0.25) 70%,
            rgba(2, 11, 45, 0.10) 100%
        );
    }
    
    .service-business-box {
        background-size: cover;
        background-position: center;
    }
    
    .trade-pagination-wrapper {
        margin-top: 1rem !important;}
    
    
    .trade-card-content p {
    font-size: 14px;}
    
}

.ascent-addres {
position: relative;
    flex: 1;
    background: #fff;
    padding:25px;
    text-align: center;
    border-top: 4px solid var(--color-primary);
    border-radius: 12px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, .06);
    transition: all .3s ease;
    height: 100%;
}

.contact-link{
    color: #1c4387;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.contact-link:hover{
    color: var(--color-secondary);
}

.ascent-addres i{
    position: relative;
    top: 3px;
}

.ascent-addres h4 {
    font-size:20px;
    font-weight:600;
    margin-bottom:15px;
}

.ascent-addres.active{
    border-top: 4px solid var(--color-secondary);
}

.about-right-content span {
    display: inline-block;
    color: #ff4040;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 9px;
}