* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    background: #f8f8f8;
}

.services {
    padding: 70px 0;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.section-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 10px;
}

.title-line {
    display: block;
    width: 70px;
    height: 3px;
    background: #ffb400;
    margin: 0 auto 40px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.service-card {
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.service-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.service-card h3 {
    text-align: center;
    font-size: 20px;
    margin: 15px 0;
    position: relative;
}

.service-card h3::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #ccc;
    margin: 8px auto 0;
}

.service-card p {
    padding: 0 20px 25px;
    text-align: center;
    font-size: 14px;
    line-height: 1.7;
    color: #555;
}

.service-card:hover {
    transform: translateY(-6px);
}

/* Responsive */
@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}

.service-card {
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.08);
    transition: transform 0.6s ease, box-shadow 0.6s ease;
    transform-style: preserve-3d;
}


.service-card p {
    text-align: left !important;
}


.service-hero {
    width: 100%;
    height: 400px; /* adjust height as needed */
    background-image: url("assets/img/services/cargo-air.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.service-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
}

.service-hero {
    position: relative;
}


.service-hero {
    width: 100%;
    min-height: 450px;
    background: url("../img/services/home_1_hero_slider_3ooo.jpg") center / cover no-repeat;
}


.service-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

/* Center content */
.service-hero-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 15px;
}

.service-hero-content h1 {
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 48px; /* Desktop default */
    margin-top: 50px;
}

/* 📱 Mobile (up to 767px) */
@media (max-width: 767px) {
    .service-hero-content h1 {
        font-size: 30px; /* 28–32px */
    }
}

/* 📲 Tablet (768px – 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .service-hero-content h1 {
        font-size: 38px; /* 36–40px */
    }
}

/* 🖥️ Desktop (992px and above) */
@media (min-width: 992px) {
    .service-hero-content h1 {
        font-size: 48px;
    }
}



.Document {
    width: 100%;
    min-height: 450px;
    background: url("../img/services/dacument2.jpg") center / cover no-repeat;
    position: relative; /* ✅ REQUIRED */
}

/* Dark overlay */
.Document::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

/* Center content */
.Document-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10 10px;
}

.Document-content h1 {
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 48px;
    margin-top: 20px; /* ✅ corrected */
}


/* 📱 Mobile (up to 767px) */
@media (max-width: 767px) {
    .Document-content h1 {
        font-size: 30px; /* 28–32px */
        margin-top: 20px;
    }
}

/* 📲 Tablet (768px – 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .Document-content h1 {
        font-size: 38px; /* 36–40px */
    }
}

/* 🖥️ Desktop (992px and above) */
@media (min-width: 992px) {
    .Document-content h1 {
        font-size: 48px;
    }
}



.card {
  border-radius: 14px;
}

.card-header {
  font-size: 16px;
  letter-spacing: 0.4px;
}

.table td, .table th {
  padding: 14px;
}

i {
  cursor: pointer;
  transition: transform 0.2s ease;
}

i:hover {
  transform: scale(1.2);
}




.Volumetric {
    width: 100%;
    min-height: 450px;
    background: url("../img/services/volumetrice.jpg") center / cover no-repeat;
    position: relative; /* ✅ REQUIRED */
}

/* Dark overlay */
.Volumetric::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(17, 1, 1, 0.55);
    z-index: 1;
}

/* Center content */
.Volumetric-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10 10px;
}

.Volumetric-content h1 {
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 48px;
    margin-top: 20px; /* ✅ corrected */
}


/* 📱 Mobile (up to 767px) */
@media (max-width: 767px) {
    .Volumetric-content h1 {
        font-size: 30px; /* 28–32px */
        margin-top: 20px;
    }
}

/* 📲 Tablet (768px – 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .Volumetric-content h1 {
        font-size: 38px; /* 36–40px */
    }
}

/* 🖥️ Desktop (992px and above) */
@media (min-width: 992px) {
    .Volumetric-content h1 {
        font-size: 48px;
    }
}



/* =======================abouts us =========================== */


.Contactus {
    width: 100%;
    min-height: 450px;
    background: url("../img/services/Abouts_services.jpg") center / cover no-repeat;
    position: relative; /* ✅ REQUIRED */
}

/* Dark overlay */
.Contactus::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(17, 1, 1, 0.55);
    z-index: 1;
}

/* Center content */
.Contactus-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10 10px;
}

.Contactus-content h1 {
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 48px;
    margin-top: 20px; /* ✅ corrected */
}


/* 📱 Mobile (up to 767px) */
@media (max-width: 767px) {
    .Contactus-content h1 {
        font-size: 30px; /* 28–32px */
        margin-top: 20px;
    }
}

/* 📲 Tablet (768px – 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .Contactus-content h1 {
        font-size: 38px; /* 36–40px */
    }
}

/* 🖥️ Desktop (992px and above) */
@media (min-width: 992px) {
    .Contactus-content h1 {
        font-size: 48px;
    }
}

/* ==================================================================== */



.Contactus {
    width: 100%;
    min-height: 450px;
    background: url("../img/services/Deliveryonline_111.jpg") center / cover no-repeat;
    position: relative; /* ✅ REQUIRED */
}

/* Dark overlay */
.Contactus::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(17, 1, 1, 0.55);
    z-index: 1;
}

/* Center content */
.Contactus-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10 10px;
}

.Contactus-content h1 {
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 48px;
    margin-top: 20px; /* ✅ corrected */
}


/* 📱 Mobile (up to 767px) */
@media (max-width: 767px) {
    .Contactus-content h1 {
        font-size: 30px; /* 28–32px */
        margin-top: 20px;
    }
}

/* 📲 Tablet (768px – 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .Contactus-content h1 {
        font-size: 38px; /* 36–40px */
    }
}

/* 🖥️ Desktop (992px and above) */
@media (min-width: 992px) {
    .Contactus-content h1 {
        font-size: 48px;
    }
}



/* =============================contect us =============================== */

.info-card {
  background: #f7f7f7;
  border-radius: 30px;
  padding: 40px 25px;
  height: 100%;
  transition: 0.3s ease;
}

.info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

.icon-circle {
  width: 80px;
  height: 70px;
  background: #ff6a00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.icon-circle i {
  color: #fff;
  font-size: 25px;
}

.info-card h4 {
  font-weight: 700;
  color: #002b5b;
  margin-bottom: 12px;
}

.info-card p {
  color: #002b5b;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
}

/* 
================================Contact us ============================== */


.contact-section {
  background: #f7f7f7;
}

/* LEFT IMAGE */
/* ================================
   CONTACT IMAGE
================================ */
.contact-image {
  width: 100%;
  min-height: 500px;
  background: url("../img/services/LiveTracking.jpg") center/cover no-repeat;
  position: relative;
  border-radius: 10px;
    margin-top: 20px; 
}

/* ================================
   FORM AREA
================================ */
.contact-form-wrapper {
  background: #ffffff;
  padding: 2px;
  border-radius: 20px;
  margin: 10px;
}

/* Heading */
.contact-form-wrapper h2 {
  font-weight: 700;
  color: #002b5b;
  margin-bottom: 10px;
}

/* Subtitle */
.contact-form-wrapper .subtitle {
  color: #6c757d;
  margin-bottom: 30px;
}

/* ================================
   INPUT STYLE
================================ */
.input-group-text {
  background: #fff;
  border-right: 0;
  color: #ff6a00;
}

.form-control {
  border-left: 0;
  padding: 14px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #ff6a00;
}

/* TEXTAREA */
.textarea-group .form-control {
  resize: none;
}

/* ================================
   BUTTON
================================ */
.send-btn {
  background: #ff6a00;
  color: #fff;
  padding: 12px 30px;
  border-radius: 10px;
  font-weight: 600;
  transition: 0.3s ease;
}

.send-btn:hover {
  background: #e85d00;
  color: #fff;
}

/* ================================
   TABLET (≤ 991px)
================================ */
@media (max-width: 991px) {
  .contact-image {
    min-height: 350px;
    border-radius: 20px;
    margin: 20px;
  }

  .contact-form-wrapper {
    margin: 20px;
    padding: 40px 30px;
  }
}

/* ================================
   MOBILE (≤ 767px)
================================ */
@media (max-width: 767px) {
  .contact-image {
    min-height: 260px;
    margin: 15px;
    border-radius: 16px;
  }

  .contact-form-wrapper {
    margin: 15px;
    padding: 30px 20px;
    border-radius: 16px;
  }

  .contact-form-wrapper h2 {
    font-size: 24px;
  }

  .contact-form-wrapper .subtitle {
    font-size: 14px;
  }

  .send-btn {
    width: 100%;
    text-align: center;
  }
}

/* ================================
   SMALL MOBILE (≤ 480px)
================================ */
@media (max-width: 480px) {
  .contact-image {
    min-height: 220px;
  }

  .form-control {
    padding: 12px;
    font-size: 14px;
  }

  .input-group-text {
    font-size: 14px;
  }
}


/* ============================================================ */


/* ================================
   VISION & MISSION SECTION
================================ */
.vision-mission-section {
  padding: 80px 0;
  background: #f7f7f7;
}

.section-title {
  font-weight: 700;
  color: #002b5b;
  margin-bottom: 10px;
}

.section-subtitle {
  color: #6c757d;
  font-size: 16px;
}

/* CARD */
.vm-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
  height: 100%;
  text-align: center;
  transition: 0.3s ease;
}

.vm-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

/* ICON */
.vm-icon {
  width: 90px;
  height: 90px;
  background: #ff6a00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.vm-icon i {
  color: #fff;
  font-size: 36px;
}

/* TEXT */
.vm-card h4 {
  font-weight: 700;
  color: #002b5b;
  margin-bottom: 15px;
}

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

/* ================================
   RESPONSIVE
================================ */
@media (max-width: 767px) {
  .vision-mission-section {
    padding: 50px 0;
  }

  .vm-card {
    padding: 30px 20px;
  }

  .vm-icon {
    width: 75px;
    height: 75px;
  }

  .vm-icon i {
    font-size: 30px;
  }
}


/* BIG ICON CIRCLE */
.vm-icon {
  width: 140px;             /* 🔥 very big */
  height: 140px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

/* ICON SIZE */
.vm-icon i {
  font-size: 56px;
  color: #fff;
}

/* VISION COLOR */
.vision-icon {
  background: linear-gradient(135deg, #ff6a00, #ff9800);
}

/* MISSION COLOR */
.mission-icon {
  background: linear-gradient(135deg, #1e88e5, #42a5f5);
}

/* HOVER EFFECT */
.vm-card:hover .vm-icon {
  transform: scale(1.08);
  transition: 0.3s ease;
}

/* =====================
   MOBILE RESPONSIVE
===================== */
@media (max-width: 767px) {
  .vm-icon {
    width: 110px;
    height: 110px;
  }

  .vm-icon i {
    font-size: 44px;
  }
}
