.ptb-60{
    padding:50px 0px;
}

@media (max-width: 767px) {
    .ptb-60{
    padding:40px 0px;
}
  .section-title h2 {
        font-size: 28px !important;
    }

}

.section-title span {
  
  display:inline-block;
    padding:8px 18px;
    background:#fff2e7;
     color: #e30016;
    border-radius:30px;
    font-size:15px;
    font-weight:700;
    margin-bottom:15px;
}

.section-title h2{
    color: #062b5f;
    font-size: 36px;
    font-weight: 800;
        line-height: normal;
    margin-bottom: 10px;
}

.section-title p {
    color: #666;
}


.hero-banner {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 130px 0 100px;
    background:
        linear-gradient(
            90deg,
            rgba(6, 43, 95, 0.94) 0%,
            rgba(6, 43, 95, 0.88) 38%,
            rgba(6, 43, 95, 0.45) 70%,
            rgba(6, 43, 95, 0.18) 100%
        ),
        url("../images/banner.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-banner .container {
    position: relative;
    z-index: 2;
}



.hero-tag {
    display: inline-block;
    background: #e30016;
    color: #ffffff;
    padding: 11px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 18px;
    line-height: normal;
}

.hero-content h1 {
    color: #ffffff;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.12;
    margin-bottom: 17px;
}

.hero-content p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 18px;
}

.hero-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.hero-btns a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    padding: 13px 26px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    transition: 0.3s ease;
     line-height: normal;
}

.hero-btns .btn-primary {
    background: #e30016;
    color: #ffffff;
    border: 2px solid #e30016;
}

.hero-btns .btn-secondary {
    background: #ffffff;
    color: #062b5f;
    border: 2px solid #ffffff;
}

.hero-btns a:hover {
    transform: translateY(-3px);
}

.hero-btns .btn-primary:hover {
    background: #ffffff;
    color: #062b5f;
    border-color: #ffffff;
}

.hero-btns .btn-secondary:hover {
    background: #e30016;
    color: #ffffff;
    border-color: #e30016;
}



/* Responsive */


@media (max-width: 991px) {
    .hero-banner {
        padding: 180px 0 80px;
       
    }

    .hero-content {
        margin: auto;
    }

  .hero-content h1 {
        font-size: 38px;
    }

    .hero-banner {
        min-height: auto;
    }

}

@media (max-width: 575px) {
 
    .hero-tag {
        font-size: 13px;
        padding: 8px 15px;
    }

    .hero-content h1 {
        font-size: 28px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .hero-btns a {
        padding: 14px 20px;
    }

}


/*Trust Factor*/

.trust-strip-section{
    position: relative;
  
}

@media (min-width: 992px) {
 .trust-strip-section {
    position: relative;
    margin-top: -140px;
    z-index: 10;
}   
}

.trust-strip{
    background:#fff;
    border-radius:18px;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
    display:grid;
    grid-template-columns:repeat(4,1fr);
    overflow:hidden;
}

.trust-item{
    display:flex;
    gap:18px;
    padding:22px;
    border-right:1px solid #e8edf4;
}

.trust-item:last-child{
    border-right:none;
}

.trust-item i{
    width:56px;
    height:56px;
    min-width:56px;
    border-radius:16px;
      background:#e30016;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:25px;
}

.trust-item h3{
    margin:0;
    font-size:27px;
    font-weight:800;
    color:#062b5f;
    line-height:normal;
}

.trust-item p{
    margin:8px 0 0;
    color:#666;
    font-size:16px;
     line-height:normal;
}

.trust-item:hover{
    background:#f8fbff;
}

.trust-item:hover i{
    background:#e30016;
    color:#fff;
}

@media(max-width:991px){

.trust-strip{
    grid-template-columns:repeat(2,1fr);
}

.trust-item:nth-child(2){
    border-right:none;
}

.trust-item:nth-child(1),
.trust-item:nth-child(2){
    border-bottom:1px solid #e8edf4;
}

}

@media(max-width:576px){

.trust-strip{
    grid-template-columns:1fr;
}

.trust-item{
    border-right:none;
    border-bottom:1px solid #e8edf4;
}

.trust-item:last-child{
    border-bottom:none;
}

}

/*about section*/
.about-logistics-section {
    background: #ffffff;
}

.about-image {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(6, 43, 95, 0.12);
}

.about-image img {
    width: 100%;
    height: 560px;
    object-fit: cover;
}

.about-image::after {
    content: "16+ Years Experience";
    position: absolute;
    left: 25px;
    bottom: 25px;
    background: #e30016;
    color: #ffffff;
    padding: 16px 24px;
    border-radius: 14px;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.about-content span {
    display: inline-block;
    color: #e30016;
    background: #fff3e8;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
}

.about-content h2 {
    color: #062b5f;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}

.about-content p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 16px;
}

.about-content h5 {
    color: #062b5f;
    font-size: 17px;
    font-weight: 700;
       margin: 16px 0 10px;
}

.rights-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.rights-list span {
    background: #f8fbff;
    border: 1px solid #e8edf4;
    color: #062b5f;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
}

.rights-list span::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #e30016;
    margin-right: 8px;
}

@media (max-width: 991px) {
    .about-image img {
        height: 420px;
    }

    .about-content h2 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .about-image img {
        height: 320px;
    }

    .about-image::after {
        left: 15px;
        bottom: 15px;
        padding: 12px 18px;
        font-size: 14px;
    }

    .about-content h2 {
        font-size: 28px;
    }
}

/*bulk-services-section */

.bulk-services-section {
    background: #f8fbff;
}

.bulk-service-card {
    height: 100%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e8edf4;
    box-shadow: 0 10px 30px rgba(6, 43, 95, 0.07);
    transition: 0.35s ease;
}

.service-img {
    height: 230px;
    overflow: hidden;
}

.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.45s ease;
}

.service-content {
    padding: 15px;
}

.service-content h4 {
    color: #062b5f;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 0px;
}

.service-content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 12px;
}


.service-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.service-btns a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    padding: 12px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    transition: all .3s ease;
        line-height: normal;
}

.service-btns a i {
    font-size: 13px;
    transition: .3s;
}

.know-btn {
    background: #062b5f;
    color: #fff;
}

.enquire-btn {
    background: #fff3e8;
    color: #e30016;
}

.know-btn:hover,
.enquire-btn:hover {
    background: #e30016;
    color: #fff;
}

.service-btns a:hover i {
    transform: translateX(4px);
}

.bulk-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(6, 43, 95, 0.14);
}

.bulk-service-card:hover .service-img img {
    transform: scale(1.08);
}


@media (max-width: 767px) {
    .service-img {
        height: 200px;
    }

    .service-content {
        padding: 22px;
    }

    .service-content h4 {
        font-size: 20px;
    }
}

/*industries-section*/

.industries-section{
    background:#f8fbff;
}

.industry-box{
    height:100%;
    background:#fff;
    border:1px solid #e8edf4;
    border-radius:18px;
    padding:25px 12px;
    text-align:center;
    transition:.35s;
}

.industry-icon{
    width:62px;
    height:62px;
    margin:0 auto 20px;
    border-radius:18px;
    background:#fff3e8;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#e30016;
    font-size:27px;
    transition:.35s;
}

.industry-box h5{
    color:#062b5f;
    font-size:18px;
    font-weight:700;
    line-height:1.5;
    margin:0;
}

.industry-box:hover{
    transform:translateY(-8px);
    border-color:#e30016;
    box-shadow:0 18px 45px rgba(6,43,95,.12);
}

.industry-box:hover .industry-icon{
    background:#e30016;
    color:#fff;
}

@media(max-width:768px){

.industry-box{
    padding:25px 15px;
}

.industry-icon{
    width:60px;
    height:60px;
    font-size:24px;
}

.industry-box h5{
    font-size:16px;
}

}

/*why-choose-section*/

.why-choose-section {
    background: #ffffff;
}


.why-card {
    height: 100%;
    background: #f8fbff;
    border: 1px solid #e8edf4;
    border-radius: 18px;
    padding: 24px 16px;
    transition: 0.35s ease;
}

.why-icon {
    width: 58px;
    height: 58px;
    background: #062b5f;
    color: #ffffff;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-size: 25px;
    margin-bottom: 12px;
}

.why-card h5 {
    color: #062b5f;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.why-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

.why-card:hover {
    background: #062b5f;
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(6, 43, 95, 0.18);
}

.why-card:hover .why-icon {
    background: #e30016;
}

.why-card:hover h5,
.why-card:hover p {
    color: #ffffff;
}

@media (max-width: 767px) {
 

    .why-card {
        padding: 26px 22px;
    }
}

/*process-section*/

.process-section {
    background: #f8fbff;
}

.process-flow {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    position: relative;
}

/* ===============================
   Process Card
=================================*/

.process-step {
    position: relative;
    background: #ffffff;
    border: 1px solid #e8edf4;
    border-radius: 18px;
    padding: 22px 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(6, 43, 95, 0.07);
    transition: all .35s ease;
}

/* Arrow Between Cards */

.process-step:not(:last-child)::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
    color: #e30016;
    font-size: 18px;
    z-index: 5;
}

/* Big Number */

.step-number {
  position: absolute;
    top: 12px;
    right: 18px;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    color: rgba(6, 43, 95, 0.09);
    z-index: 1;
}

/* Icon */

.step-icon {
    width: 56px;
    height: 56px;
    background: #fff3e8;
    color: #e30016;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    transition: .35s;
}

/* Title */

.process-step h5 {
    color: #062b5f;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    position: relative;
    z-index: 2;
}

/* Hover */

.process-step:hover {
    transform: translateY(-8px);
    border-color: #e30016;
    box-shadow: 0 20px 45px rgba(6, 43, 95, 0.12);
}

.process-step:hover .step-icon {
    background: #e30016;
    color: #ffffff;
}

.process-step:hover .step-number {
    color: rgba(245, 130, 32, 0.12);
}

/* Bottom Text */

.process-bottom-text {
    max-width: 900px;
    margin: 45px auto 0;
    text-align: center;
    color: #666;
    line-height: 1.8;
    font-size: 17px;
}

/* ===============================
   Responsive
=================================*/

@media (max-width:1200px){

    .process-flow{
        grid-template-columns:repeat(3,1fr);
    }

    .process-step::after{
        display:none;
    }

}

@media (max-width:768px){

    .process-flow{
        grid-template-columns:1fr;
    }

    .process-step{
        text-align:center;
    }

    .step-icon{
        margin:0 auto 20px;
    }

    .step-number{
        font-size:44px;
        right:15px;
        top:10px;
    }

    .process-bottom-text{
        font-size:16px;
    }

}

/*brand-partners-section*/

.brand-partners-section {
    background: #f8fbff;
    overflow: hidden;
}

.brand-logo-slider {
    background: #ffffff;
    border-radius: 22px;
    padding: 28px;
    border: 1px solid #e8edf4;
    box-shadow: 0 15px 40px rgba(6, 43, 95, 0.08);
}

.brand-logo-card {
    height: 115px;
    background: #ffffff;
    border: 1px solid #eef2f6;
    border-radius: 16px;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-logo-card img {
    max-width: 100%;
    max-height: 75px;
    object-fit: contain;
    transition: 0.3s;
}

.brand-logo-card:hover img {
    filter: grayscale(0);
    opacity: 1;
}

@media (max-width: 767px) {

    .brand-logo-card {
        height: 95px;
    }
}

/*client-testimonial-section*/

.client-testimonial-section {
    background: #f8fbff;
}

.testimonial-slider-wrap {
    position: relative;
    background: #ffffff;
    border: 1px solid #e8edf4;
    border-radius: 28px;
    padding: 45px 90px;
    box-shadow: 0 18px 45px rgba(6, 43, 95, 0.08);
}

.testimonial-card {
    text-align: center;
    max-width: 850px;
    margin: auto;
}

.quote-icon {
    width: 68px;
    height: 68px;
    background: #fff3e8;
    color: #f58220;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 28px;
    margin: 0 auto 24px;
}

.testimonial-card p {
    color: #444;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.testimonial-user {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.testimonial-user img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #fff3e8;
}

.testimonial-user h5 {
    color: #062b5f;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 4px;
}

.testimonial-user span {
    color: #f58220;
    font-weight: 600;
}

.testimonial-nav div {
    width: 48px;
    height: 48px;
    background: #062b5f;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: .3s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.shree-testimonial-prev {
    left: 28px;
}

.shree-testimonial-next {
    right: 28px;
}

.testimonial-nav div:hover {
    background: #f58220;
}

@media (max-width: 767px) {
    .testimonial-slider-wrap {
        padding: 35px 22px 90px;
    }

    .testimonial-card p {
        font-size: 17px;
    }

    .testimonial-user {
        flex-direction: column;
    }

    .testimonial-nav div {
        top: auto;
        bottom: 25px;
        transform: none;
    }

    .shree-testimonial-prev {
        left: calc(50% - 58px);
    }

    .shree-testimonial-next {
        right: calc(50% - 58px);
    }
}

/*SAFETY & COMPLIANCE*/

.safety-section{
    background:#f8fbff;
}

.safety-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:18px;
    padding:22px 12px;
    text-align:center;
    height:100%;
    transition:.35s;
}

.safety-card i{
       width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 50%;
    background: #e30016;
    color: #fff;
    font-size: 25px;
    margin-bottom: 12px;
}

.safety-card h5{
    color:#062b5f;
    font-size:17px;
    font-weight:600;
    line-height:1.5;
    margin:0;
}

.safety-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.safety-card:hover i{
    background:#062b5f;
}

@media(max-width:768px){


.safety-card{
    padding:20px 12px;
}

.safety-card h5{
    color:#062b5f;
    font-size:15px;
    font-weight:600;
    line-height:1.5;
    margin:0;
}

}

/*area we serve*/

.network-section{
    background:#f8fbff;
}

.region-list{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:15px;
    margin:0px 0 40px;
}

.region-list a{
    text-decoration:none;
    color:#062b5f;
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:50px;
    padding:14px 26px;
    font-weight:600;
    transition:.3s;
}

.region-list a::before{
    content: "\f3c5";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #e30016;
    margin-right: 8px;
}

.region-list a:hover{
    background:#062b5f;
    color:#fff;
    border-color:#062b5f;
}

.region-list a:hover::before{
    color:#e30016;
}

.network-bottom{
    max-width:900px;
    margin:auto;
    border-top:1px solid #e5e5e5;
    padding-top:35px;
}

.network-bottom p{
    font-size:18px;
    margin:0;
}

@media(max-width:768px){


.region-list a{
    padding:12px 18px;
    font-size:14px;
}

}

/*faq section*/

.faq-section {
    background: #f7fbff;
}


.custom-faq .accordion-item {
    border: none;
    margin-bottom: 18px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(6, 43, 95, 0.08);
}

.custom-faq .accordion-button {
    font-size: 18px;
    font-weight: 700;
    color: #062b5f;
    padding: 16px 25px;
    background: #ffffff;
        line-height: normal;

}

.custom-faq .accordion-button:not(.collapsed) {
    background: #062b5f;
    color: #ffffff;
    box-shadow: none;
    
}

.custom-faq .accordion-button:focus {
    box-shadow: none;
}

.custom-faq .accordion-body {
    padding: 16px 25px;
    color: #555;
    line-height: 1.6;
    background: #ffffff;
}

/* Default arrow */
.custom-faq .accordion-button::after {
    filter: brightness(0) saturate(100%) invert(18%) sepia(80%) saturate(1014%)
            hue-rotate(191deg) brightness(91%) contrast(98%);
}

/* Active arrow */
.custom-faq .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

/* Optional: rotate smoothly */
.custom-faq .accordion-button::after {
    transition: all .3s ease;
}
@media (max-width: 767px) {
  
    .custom-faq .accordion-button {
        font-size: 16px;
        padding: 18px;
    }
}


.logistics-cta-section {
    background: #f7fbff;
}

.logistics-cta-box {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    padding: 40px;
    background: linear-gradient(135deg, #062b5f 0%, #031b3d 100%);
    box-shadow: 0 25px 60px rgba(6, 43, 95, 0.25);
}

.logistics-cta-box::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -120px;
    top: -140px;
    background: rgba(245, 130, 32, 0.18);
    border-radius: 50%;
}

.logistics-cta-box::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: 160px;
    bottom: -130px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.cta-content,
.cta-contact-box {
    position: relative;
    z-index: 2;
}


.cta-content h2 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 18px;
}

.cta-content p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.8;
    max-width: 780px;
    margin-bottom: 14px;
}

.cta-content h4 {
    color: #e30016;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.cta-contact-box {
    background: #ffffff;
    border-radius: 24px;
    padding: 20px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}

.cta-contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #edf1f6;
}

.cta-contact-item i {
    width: 42px;
    height: 42px;
    background: #e30016;
    color: #ffffff;
    border-radius: 10px;
    display: grid;
    place-items: center;
    font-size: 18px;
}

.cta-contact-item span {
    display: block;
    color: #777;
       font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;

}

.cta-contact-item strong {
    color: #062b5f;
    font-size: 16px;
    font-weight: 700;
}

.cta-btn {
    width: 100%;
    height: 54px;
    border-radius: 14px;
    background: #062b5f;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.3s ease;
}

.cta-btn:hover {
    background: #e30016;
    color: #ffffff;
}

@media (max-width: 991px) {
    .logistics-cta-box {
        padding: 40px 28px;
    }

    .cta-content {
        margin-bottom: 30px;
    }

    .cta-content h2 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {


    .logistics-cta-box {
        border-radius: 22px;
        padding: 32px 20px;
    }

    .cta-content h2 {
        font-size: 28px;
    }

    .cta-contact-box {
        padding: 16px;
    }

    .cta-contact-item strong {
        font-size: 14px;
        word-break: break-word;
    }
}