/* =====================================
   LOGISTICS SERVICE SECTION
===================================== */

.logi-service-wrapper{
    padding:30px 0;
    background:#f8fbff;
    overflow:hidden;
}



/* Heading */

.logi-service-heading{
    margin-bottom:45px;
}


.logi-top-title{

    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;

    color:#ff6422;
    font-size:16px;
    font-weight:700;
    letter-spacing:1px;

    margin-bottom:12px;

}

.logi-top-title span{

    width:45px;
    height:2px;
    background:#ffb99b;
    position:relative;

}

.logi-service-heading h2{
    font-size:42px;
    line-height:1.2;
    color:#10294c;
    font-weight:800;
    margin-bottom:15px;
}

.logi-service-heading h2 span{
    color:#ff6422;
}

.logi-service-heading p{
    font-size:16px;
    line-height:28px;
}
/* =====================================
   COMMON CARD
===================================== */
.logi-service-card,
.logi-storage-card{

    height:545px;

    border-radius:20px;

    overflow:hidden;

    position:relative;

    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition: .3s;

}

.logi-service-card:hover {
    transform:translateY(-5px);
}
.logi-storage-card:hover {
    transform:translateY(-5px);
}

.logi-service-card img,
.logi-storage-card img{

    width:100%;

    height:100%;

    object-fit:cover;

    position:absolute;

    inset:0;

}

/* Card 1 and 3 Overlay */
.logi-card-overlay{

    position:absolute;

    inset:0;

    background:
    linear-gradient(
        180deg,
        rgba(4,25,60,.15) 0%,
        rgba(3,26,60,.95) 85%
    );

}

/* Content */

.logi-card-content{

    position:absolute;

    left:35px;

    right:35px;

    bottom:25px;

    color:white;

}

.logi-icon-circle img{

    width:55px !important;

    height:55px !important;

    border-radius:50%;

    background:#2368e5;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:23px;

    margin-bottom:15px;
    padding: 10px;

    object-fit: unset;
    position: unset;
    inset: unset;
}

.logi-orange-icon img{

    background:#ff5c19 !important;

}

.logi-card-content h3,
.logi-storage-content h3{

    font-size:28px;

    font-weight:700;

    margin-bottom:10px;

    color:#fff;

}

.logi-card-content p,
.logi-storage-content p{

    font-size:14px;

    line-height:22px;

    color:#e7edf8;

    margin-bottom:0;

}

.logi-card-line{

    width:100%;

    height:1px;

    background:rgba(255,255,255,.25);

    margin:20px 0;

}

/* Feature list */

.logi-feature-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:12px;

    margin-bottom:25px;

}

.logi-feature-grid div{

    font-size:13px;

    display:flex;

    align-items:center;

    gap:7px;

    color:#f1f5ff;

}

.logi-feature-grid i{

    color:#3474ff;

    font-size:12px;

}

/* Button */

.logi-service-btn{

    width:205px;

    height:42px;

    background:#fff;

    border-radius:8px;

    display:flex;

    align-items:center;

    justify-content:center;

    gap:18px;

    text-decoration:none;

    color:#174d9d;

    font-size:14px;

    font-weight:600;
     margin:0 auto; 

    transition:.3s;

}

.logi-service-btn:hover{

    transform:translateY(-3px);

}

/* =====================================
        MIDDLE STORAGE CARD
===================================== */

.logi-storage-card{

    background:#1854c9;

}

.logi-storage-overlay{

    position:absolute;

    inset:0;

    background:
    linear-gradient(
        180deg,
        rgba(25,90,220,.85),
        rgba(15,65,170,.95)
    );

}




.logi-storage-content{

    position:absolute;

    inset:12px 10px 20px;

    color:white;

    text-align:center;

}



.logi-storage-top-icon img{

    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgb(35 104 229);
    border: 2px solid rgba(255, 255, 255, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    padding: 6px;
    position: unset;
    inset: unset;
}

.logi-storage-content p{
      margin:5px auto;
      max-width:250px;
}

.middle-img {
    height:100px;
    margin-bottom:10px;
}

.middle-img img {
    height: 140px;
    width: 265px;
    position:unset;
    object-fit:contain
}

.logi-storage-features{

    display:grid;
    grid-template-columns:1fr 1fr;
    margin-top:32px;
    margin-bottom:22px;
}

.logi-storage-feature-box{
    min-height:76px;
    padding:10px;
    display:flex;
    align-items:center;
    gap:12px;
    text-align:left;
    border-right: 1px solid rgba(255, 255, 255, .25);
    border-bottom: 1px solid rgba(255, 255, 255, .25);

}

.logi-storage-feature-box:nth-child(2),
.logi-storage-feature-box:nth-child(4){
    border-right:none;
}

.logi-storage-feature-box:nth-child(3),
.logi-storage-feature-box:nth-child(4){
    border-bottom:none;
}


.logi-storage-feature-box img{

    width:35px !important;

    height:35px;

    background:#ff5c19;

    color:#205fd5;

    border-radius:8px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:15px;
    padding:5px;
    position:unset;

}




.logi-storage-feature-box span{

    font-size:14px;

    font-weight:600;

    color:white;

}



.logi-storage-feature-box small{

    display:block;

    font-size:13px;

    font-weight:400;

    line-height:16px;

    margin-top:3px;
    max-width:100px;

}







/* =====================================
        RESPONSIVE
===================================== */



@media(max-width:1199px){


    .logi-service-card,
    .logi-storage-card{

        height:500px;

    }


    .logi-card-content,
    .logi-storage-content{

        left:25px;
        right:25px;

    }


}




@media(max-width:991px){
    .logi-service-heading h2{

        font-size:34px;

    }
    .logi-service-card,
    .logi-storage-card{

        height:520px;

    }
}

@media(max-width:767px){
    .logi-service-heading h2{
        font-size: 24.852px;
    }
    .logi-service-heading p br{
        display:none;
    }
    .logi-service-card,
    .logi-storage-card{
        height:560px;
    }
    .logi-card-content h3,
    .logi-storage-content h3{

        font-size:24px;
    }
    .logi-feature-grid{
        gap:10px;
    }
    .logi-feature-grid div{
        font-size:12px;
    }
    .logi-storage-feature-box{
        min-height:85px;
        padding:10px;
    }
}

@media(max-width:420px){
    .logi-service-card,
    .logi-storage-card{
        height:608px;
    }
    .logi-card-content,
    .logi-storage-content{
        left:18px;
        right:18px;
        bottom:20px;
    }
    .logi-storage-features {
        margin-bottom:15px;
    }
    .logi-storage-feature-box{
        display:block;
        text-align:center;
    }
    .logi-storage-feature-box img{
        margin:0 auto 5px;
        width:35px;
    }
    .logi-storage-feature-box small {
        margin: 0 auto;
    }
}
/*------------------------------*/
.about-feature-card{
    background:#0f2f4c;
    border-radius:14px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    margin-top:30px;
    overflow:hidden;
}

.about-feature-item{
    text-align:center;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    border-right:1px solid #e9ecef;
    transition:.3s;
}

.about-feature-icon{
    width:60px;
    height:60px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.about-feature-icon img{
    max-width:40px;
    max-height:40px;
    object-fit:contain;
}

.about-feature-item h6{
    margin:0;
    font-size:15px;
    font-weight:600;
    color:white;
    line-height:1.2;
    max-width:70px;
}

.about-feature-card .col-lg-3:last-child .about-feature-item{
    border-right: none;
}

/* Tablet */
@media (max-width:991px){

    .about-feature-item{
        border-right:none;
        border-bottom:1px solid #e9ecef;
    }

    .about-feature-card .col-md-6:nth-child(odd) .about-feature-item{
        border-right:1px solid #e9ecef;
    }

    .about-feature-card .col-md-6:nth-last-child(-n+2) .about-feature-item{
        border-bottom:none;
    }

}

/* Mobile */
@media (max-width:575px){

    .about-feature-item{
        min-height:140px;
        padding:20px 10px;
    }

    .about-feature-icon{
        width:50px;
        height:50px;
    }

    .about-feature-icon img{
        max-width:40px;
        max-height:40px;
    }

    .about-feature-item h6{
        font-size:14px;
        max-width:67px;
    }

}
/*-----about-section-----------------*/
.about-heading {
    font-size:35px !important;
    font-weight:700 !omportant;
    margin-top:8px;
}
.about-para {
    font-size:15px !important;
    line-height:unset !important;
    max-width: 100px;
    margin: 0 auto !important;
}
.we-are-four-card.about {
    padding: 15px 10px 15px;
    border-radius: 10px;
}
.about-card-img {
    background:#ff62001a;
    width:45px;
    height:45px;
    padding:5px;
    border-radius:50%;
}
   @media (max-width:575px) {
    .about-heading {
        font-size:20px !important;
    }
    .about-para{
        font-size:12px !important;
    }
}
/*----------------------------------*/
.client-review-section{
    padding:30px 0;
    background:#f8f9fc;
}

.client-review-heading{
    text-align:center;
    margin-bottom:50px;
}

.client-review-heading span{
    color:#ff5a00;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
}

.client-review-heading h2{
    font-size:40px;
    font-weight:700;
    margin:10px 0;
    color:#0f2f4c;
}

.client-review-heading p{
    color:#000000;
}

/*==========================
      SWIPER
==========================*/

.clientReviewSwiper{
    padding:5px 5px 60px;
    overflow:hidden;
}

.clientReviewSwiper .swiper-wrapper{
    align-items:stretch;
}

.clientReviewSwiper .swiper-slide{
    height:auto;
    display:flex;
}

.clientReviewSwiper .client-review-card{
    width:100%;
    height:100%;
}

/*==========================
      CARD
==========================*/

.client-review-card{
    background:#fff;
    border-radius:12px;
    padding:15px 20px 20px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.35s;
    display:flex;
    flex-direction:column;
    height:100%;
}

.client-review-card:hover{
    transform:translateY(-8px);
}

.client-company-logo{
    text-align:center;
    margin-bottom:15px;
}

.client-company-logo img{
    max-width:175px;
    object-fit:contain;
}

.client-stars{
    text-align:center;
    margin-bottom:15px;
}

.client-stars i{
    color:#ff6b00;
    margin:0 2px;
    font-size:18px;
}

.client-review-text{
    position:relative;
    flex:1;
}

.client-review-text p{
    font-size:14px;
    line-height:1.7;
    margin:0;
}

.quote-left{
    color:#ff6b00;
    font-size:11px;
    position:absolute;
    left:-13px;
    top:2px;
}

.quote-right{
    color:#ff6b00;
    font-size:11px;
    display:inline-block;
    margin-left:3px;
}
/*==========================
      USER INFO
==========================*/

.client-review-user{
    display:flex;
    align-items:center;
    gap:10px;
    margin-top:25px;
}

.client-review-user img{
    width:57px;
    height:57px;
    border-radius:50%;
    object-fit:cover;
    flex-shrink:0;
}

.client-user-info{
    flex:1;
}

.client-user-info h5{
    margin:0;
    font-size:18px;
    color:#0f2f4c;
    font-weight:700;
    line-height:1.2;
}

.client-user-info span{
    display:block;
    color:#666;
    font-size:13px;
    margin-top:2px;
}

.client-user-info small{
    display:block;
    color:#ff6b00;
    font-weight:600;
    font-size:15px;
    margin-top:3px;
}

/*==========================
      PAGINATION
==========================*/

.clientReviewSwiper .swiper-pagination{
    position:relative;
    margin-top:35px;
    bottom:0 !important;
}

.clientReviewSwiper .swiper-pagination-bullet{
    width:11px;
    height:11px;
    background:#d4d4d4;
    opacity:1;
    transition:.35s;
}

.clientReviewSwiper .swiper-pagination-bullet-active{
    background:#ff6b00;
    width:30px;
    border-radius:30px;
}

/*==========================
      NAVIGATION
==========================*/

.clientReviewSwiper .swiper-button-next,
.clientReviewSwiper .swiper-button-prev{
    width:46px;
    height:46px;
    border-radius:50%;
    background:#fff;
    color:#ff6b00;
    box-shadow:0 8px 25px rgba(0,0,0,.10);
    transition:.3s;
}

.clientReviewSwiper .swiper-button-next:hover,
.clientReviewSwiper .swiper-button-prev:hover{
    background:#ff6b00;
    color:#fff;
}

.clientReviewSwiper .swiper-button-next::after,
.clientReviewSwiper .swiper-button-prev::after{
    font-size:17px;
    font-weight:700;
}

.swiper-pagination.service {
    position:relative !important;
}
/*==========================
      RESPONSIVE
==========================*/

@media(max-width:1399px){

    .client-company-logo img{
        max-width:160px;
    }

}

@media(max-width:1199px){

    .client-review-card{
        padding:18px;
    }

}

@media(max-width:991px){

    .client-review-user{
        align-items:center;
    }

}

@media(max-width:767px){

    .client-review-card{
        padding:18px;
    }

    .client-company-logo img{
        max-width:150px;
    }

}

@media(max-width:575px){

    .client-review-heading h2{
        font-size:30px;
    }

    .client-review-card{
        padding:20px 18px;
    }

    .client-review-user{
        justify-content:center;
        text-align:left;
    }

    .client-company-logo img{
        max-width:140px;
    }

}

/*==========================================
 Advance Service Feature Section
==========================================*/

.advance-service-feature-area{
    max-width:1200px;
    margin:20px auto 0;
}

/*==========================
Top Card
==========================*/

.advance-service-feature-top{
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:20px;
}

/*==========================
Bottom Card
==========================*/

.advance-service-feature-bottom{
    background:#ffffff;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    overflow:hidden;
}

/*==========================
Items
==========================*/

.advance-service-feature-item{
    flex:1;
    display:flex;
    align-items:center;
    gap:20px;
    padding:5px 24px;
    position:relative;
}

.advance-service-feature-item-large{
    padding:10px 60px;
}

/*==========================
Divider
==========================*/

.advance-service-feature-divider{
    width:1px;
    height:50px;
    background:#ececec;
}

.advance-service-feature-divider-two{
    width:2px;
    height:50px;
    background:#ff6200;
}

/*==========================
Icon
==========================*/

.advance-service-feature-icon{
    width:60px;
    height:60px;
    min-width:60px;
    border-radius:50%;
    background:#ffffff;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.advance-service-feature-icon.feature-blue{
    background:none;
    box-shadow:none;
}

.advance-service-feature-icon img{
    width:34px;
    height:34px;
    object-fit:contain;
}

.feature-orange img{
    filter:none;
}

.feature-blue img{
    filter:none;
    width: 42px;
    height: 42px;
}

/*==========================
Content
==========================*/

.advance-service-feature-content{
    flex:1;
}

.advance-service-feature-content h5{
    margin:0 0 3px;
    font-size:20px;
    font-weight:700;
    color:#144482;
    line-height:1.3;
}

.advance-service-feature-content p{
    margin:0;
    color:black;
    font-size:14px;
    line-height:1.7;
}
.advance-service-feature-content .texts {
    font-size:15px;
    max-width: 335px;
    color: #144491;
}
.advance-service-feature-content .texts strong {
    color:#144482;
}
/*=========================================
Large Desktop
=========================================*/

@media (max-width:1199px){

    .advance-service-feature-item{
        padding:30px 24px;
    }

    .advance-service-feature-item-large{
        padding:32px 28px;
    }

    .advance-service-feature-content h5{
        font-size:20px;
    }

}

/*=========================================
Tablet
=========================================*/

@media (max-width:991px){

    .advance-service-feature-top,
    .advance-service-feature-bottom{
        flex-direction:column;
    }

    .advance-service-feature-divider{
        width:100%;
        height:1px;
    }

    .advance-service-feature-item,
    .advance-service-feature-item-large{
        width:100%;
        padding:28px 25px;
    }

}

/*=========================================
Mobile
=========================================*/

@media (max-width:767px){

    .advance-service-feature-area{
        margin-top:35px;
    }

    .advance-service-feature-top,
    .advance-service-feature-bottom{
        border-radius:15px;
        margin-bottom:15px;
    }

    .advance-service-feature-item,
    .advance-service-feature-item-large{
        gap:16px;
        padding:10px 20px;
        align-items:flex-start;
    }

    .advance-service-feature-icon{
        width:56px;
        height:56px;
        min-width:56px;
    }

    .advance-service-feature-icon img{
        width:45px;
        height:45px;
    }

    .advance-service-feature-content h5{
        font-size:18px;
        margin-bottom:6px;
    }

    .advance-service-feature-content p{
        font-size:14px;
        line-height:1.6;
    }
    
    .advance-service-feature-divider-two {
       display:none; 
    }

}

/*=========================================
Small Mobile
=========================================*/

@media (max-width:575px){

    .advance-service-feature-item,
    .advance-service-feature-item-large{
        flex-direction:column;
        text-align:center;
        align-items:center;
    }

    .advance-service-feature-content h5{
        font-size:17px;
    }

    .advance-service-feature-content p{
        font-size:13px;
    }

}
/*-----------------------------------*/
.service-card-img{
    position:relative;
    overflow:hidden;
    border-radius:15px;
}

.service-card-img > img{
    width:100%;
    display:block;
    border-radius:15px;
}

.service-card-icons{
    position:absolute;
    top:18px;
    left:18px;
    width:60px;
    height:60px;
    background:#ff6200;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:2;
    box-shadow:0 10px 25px rgba(0,0,0,0.12);
}

.service-card-icons img{
    width:36px;
    height:36px;
    object-fit:contain;
}
.service-card-content {
    padding: 0px 25px;
}
.service-card-footer{
    display:flex;
    justify-content:space-between;
}

.service-card-footer a{
    position:relative;
    z-index:2;
}

.service-card-watermark{
    font-size: 55px;
    font-weight: 700;
    color: #ff7c2a;
    opacity: 0.15;
    line-height:1;
    user-select:none;
    pointer-events:none;
}
@media (max-width:575px) {
    .about-para p {
        font-size:12px !important;
    }
}