.page-header {
   background: url('../images/header-image-2.webp') no-repeat center center/cover;
  background-attachment: fixed;
  object-fit: cover !important;
  color: #fff;
  padding: 100px 0;
  position: relative;
}

.page-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.page-header .container {
  position: relative;
  z-index: 1;
}

.page-title {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}

.breadcrumb {
  font-size: 15px;
  color: #ccc;
}

.breadcrumb a {
  text-decoration: none;
  color: #ff1b1b;
}

.page-subtitle {
  font-size: 17px;
  line-height: 1.6;
  color: #fff;
  font-weight: 500;
}

.text-danger {
  color: #d80000 !important;
}

/* Responsive */
@media (max-width: 991px) {
  .page-header {
    text-align: center;
    padding: 80px 20px;
    background-attachment: scroll;
  }

  .page-title {
    font-size: 26px;
  }

  .page-subtitle {
    font-size: 15px;
    margin-top: 10px;
  }
}

@media (max-width: 576px) {
  .page-header {
    padding: 60px 15px;
  }

  .page-title {
    font-size: 22px;
  }

  .breadcrumb {
    font-size: 13px;
  }

  .page-subtitle {
    font-size: 14px;
  }
}










.air-freight-section {
  font-family: "Poppins", sans-serif;
}



.air-slider {
  /* width: 100%; */
  height: auto;
  /* position: relative; */
  border-radius: 8px;
  /* overflow: hidden; */
}

.air-slider .swiper-slide img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 8px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px;
  font-weight: bold;
}

.swiper-pagination-bullet {
  background: #d40000;
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  background: #d40000;
  opacity: 1;
}

@media (max-width: 768px) {
  .air-slider .swiper-slide img {
    height: 250px;
  }
}



.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

.underline {
  width: 60px;
  height: 3px;
  background: #d40000;
  margin-bottom: 15px;
}

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

.advantage-item .icon {
  width: 45px;
  height: 45px;
  background: #d40000;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.advantage-item h6 {
  margin: 0;
  font-size: 16px;
}

.advantage-item p {
  margin: 0;
  color: #555;
  font-size: 14px;
}

.quote-box {
  background: #fff;
  border-top: 4px solid #d40000;
}

.quote-title {
  background: #d40000;
  font-size: 15px;
  font-weight: 600;
}

.form-control {
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.btn-danger {
  background: #d40000;
  border: none;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 0;
}

.btn-danger:hover {
  background: #b80000;
}

/* Responsive */
@media (max-width: 991px) {
  .section-title {
    text-align: center;
  }

  .quote-box {
    margin-top: 30px;
  }

  .advantage-item {
    gap: 10px;
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 22px;
  }

  .advantage-item p {
    font-size: 13px;
  }
}




























.service-page {
    padding: 80px 0;
    background: #fff;
}

.service-container {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 50px;
    align-items: start;
}

.service-sidebar {
     position: relative;
}

.sidebar-heading {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-list {
    background: #f3f8f2;
    padding: 25px 20px;
    border-radius: 20px;
    list-style: none;
}

.service-list li {
    margin-bottom: 12px;
}

.service-list a {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 12px 18px;
    font-size: 16px;
    border-radius: 10px;
    text-decoration: none;
    color: #1f2c35;
    font-weight: 500;
    transition: 0.2s;
}

.service-list a:hover {
    background: #e7f7e4;
}

.service-list span {
    font-weight: 700;
}


.call-box {
    margin-top: 30px;
    background: url('call-bg.jpg') center/cover no-repeat;
    padding: 25px;
    border-radius: 20px;
    color: #fff;
    position: relative;
    overflow: hidden;
    min-height: 160px;
}

.call-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.call-phone {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 14px;
    background: rgba(0,0,0,0.35);
    border-radius: 10px;
    width: fit-content;
}

.call-phone i {
    margin-right: 10px;
}

/* RIGHT CONTENT */
.service-main-img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 25px;
}

.service-text {
    font-size: 17px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}


@media (max-width: 992px) {
    .service-container {
        grid-template-columns: 1fr;
    }

    .service-sidebar {
        position: relative;
        top: 0;
        margin-bottom: 40px;
    }
}


.comp-section {
    padding: 90px 0;
    background: #fff;
}

.comp-title {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #000;
  

}

.comp-text {
    margin: 10px 0 10px;
    max-width: 900px;
    font-size: 18px;
    color: #000;
    line-height: 1.8;
}

/* GRID ITEMS */
.comp-grid {
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
    gap: 25px 40px;
    margin-bottom: 60px;
}

.comp-item {
    background: #fff;
    padding: 15px 15px;
    border: 1px solid #e8ecef;
    border-radius: 20px;
    font-size: 17px;
    /* display: flex; */
    align-items: center;
    gap: 12px;
}
.comp-item p{
    padding: 10px;
}


.comp-item i {
    color: #2ba84a;
    font-size: 22px;
}


.comp-card {
    background: #f0f6ee;
    padding: 35px 40px;
    border-radius: 30px;
}

.comp-card img {
    width: 55px;
    margin-bottom: 20px;
}

.comp-card h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.comp-card p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .comp-grid {
        grid-template-columns: 1fr;
    }

    .comp-cards {
        grid-template-columns: 1fr;
    }

    .comp-title {
        font-size: 38px;
    }
}

@media (max-width: 576px) {
    .comp-title {
        font-size: 32px;
    }

    .comp-text {
        font-size: 16px;
    }
}





.choose-grid-2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}


.choose-card {
    background: white;
    padding: 15px 15px;
    border-radius: 22px;
    transition: 0.4s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #eef1f0;
}


.choose-card::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #2ea44f;
    border-radius: 50%;
    bottom: -20px;
    right: 45px;
    opacity: 0;
    transition: 0.4s ease;
}


.choose-card:hover {
    background: #c4001c;
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.choose-card:hover h4,
.choose-card:hover p {
    color: white !important;
}


.choose-card:hover::after {
    bottom: 25px;
    opacity: 1;
}

/* Icon circle */
.icon-wrap {
    width: 60px;
    height: 60px;
    background: #27a947;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.icon-wrap img {
    width: 40px;
    filter: brightness(0) invert(1);
}


.choose-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #002d41;
    margin-bottom: 10px;
}

.choose-card p {
    color: #000;
    font-size: 13px;
    line-height: 1.5;
}




.gp-sidebar {
    position: sticky !important;
    top: 120px;
       align-self: flex-start;
    background: #fff;
    border-radius: 22px;
    padding: 30px 26px;
    border: 1px solid #e6efe8;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
}



/* .gp-sidebar {
    position: sticky;
    top: 110px;
    background: #fff;
    border-radius: 22px;
    padding: 30px 26px;
    border: 1px solid #e6efe8;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
} */

/* HEADER */
.gp-sidebar-header {
    margin-bottom: 30px;
    padding-bottom: 18px;
    border-bottom: 2px solid #4a9d47;
}

.gp-sidebar-header h4 {
    font-size: 22px;
    font-weight: 800;
    color: #4a9d47;
    margin-bottom: 4px;
}

.gp-sidebar-header span {
    font-size: 13px;
    color: #666;
}


.gp-block {
    margin-bottom: 30px;
}

.gp-title {
    font-size: 15px;
    font-weight: 700;
    color: #222;
    margin-bottom: 14px;
    position: relative;
    padding-left: 12px;
}

.gp-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 5px;
    height: 16px;
    background: #4a9d47;
    border-radius: 10px;
}

/* LINKS */
.gp-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gp-links li {
    margin-bottom: 9px;
}

.gp-links li a {
    font-size: 14.5px;
    color: #444;
    text-decoration: none;
    padding: 6px 8px;
    border-radius: 8px;
    display: block;
    transition: all 0.3s ease;
}

.gp-links li a:hover {
    background: rgba(74,157,71,0.1);
    color: #4a9d47;
    padding-left: 14px;
}

/* ACTIVE */
.gp-links li.active a {
    background: #4a9d47;
    color: #fff;
    font-weight: 600;
}

/* CTA */
.gp-cta {
    background:#d80000;
    padding: 22px;
    border-radius: 20px;
    text-align: center;
}

.gp-cta p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 14px;
}

.gp-btn {
    display: inline-block;
    background: #fff;
    color: #d80000 !important;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.gp-btn:hover {
    background: #b50000;
    transform: translateY(-2px);
}


@media (max-width: 992px) {
    .service-container {
        grid-template-columns: 1fr;
    }

    .gp-sidebar {
        position: static;
        top: auto;
        margin-bottom: 40px;
    }


.choose-grid-2 {
    display: grid;
    /* grid-template-columns: repeat(3, 1fr); */
    grid-gap: 20px;
}

}







/* ================= SERVICE SLIDER ================= */

.gp-service-slider {
    width: 100%;
    height: 420px;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    background: #f2f2f2;
    margin-bottom: 30px;
}

.gp-service-slider .swiper-wrapper,
.gp-service-slider .swiper-slide {
    height: 100%;
}

.gp-service-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gp-service-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 22px;
}

/* Arrows */
.gp-swiper-prev,
.gp-swiper-next {
    width: 32px;
    height: 32px;
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    transition: 0.3s ease;
}

.gp-swiper-prev { left: 14px; }
.gp-swiper-next { right: 14px; }

.gp-swiper-prev::after,
.gp-swiper-next::after {
    font-size: 13px;
    color: #fff;
    font-weight: bold;
}

.gp-swiper-prev:hover,
.gp-swiper-next:hover {
    background: #4a9d47;
}

/* Pagination */
.gp-swiper-pagination {
    bottom: 12px !important;
}

.gp-swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: rgba(255,255,255,0.6);
    opacity: 1;
}

.gp-swiper-pagination .swiper-pagination-bullet-active {
    background: #4a9d47;
    transform: scale(1.4);
}

/* Responsive */
@media (max-width: 992px) {
    .gp-service-slider { height: 320px; }
}

@media (max-width: 576px) {
    .gp-service-slider { height: 240px; }
    .gp-swiper-prev,
    .gp-swiper-next {
        width: 28px;
        height: 28px;
    }
}
