

.info-box h1.custom-heading {
  font-size: 26px;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}

.info-box h3 {
  font-size: 20px;
  color: #444;
  margin-top: 20px;
  margin-bottom: 15px;
}

/* List Style Reset */
.info-box ul {
  counter-reset: item;
  padding-left: 0;
  margin: 0;
}

.info-box li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.6;
  list-style: none;
  white-space: normal; /* ensure text wraps on small screens */
  display: block;
}

/* Numbered Bullet Styling */
.info-box li::before {
  content: counter(item) ".";
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #007b5e;
  font-size: 15px;
}

/* Responsive Styling */
@media (max-width: 768px) {
  .info-box {
    padding: 20px 15px;
  }

  .info-box h1.custom-heading {
    font-size: 22px;
  }

  .info-box h3 {
    font-size: 18px;
  }

  .info-box li {
    font-size: 14px;
    line-height: 1.5;
  }
}




/** Domestic & Cargo Page Rate Card **/

.courier-container {
  padding: 30px;
  background: #f1f9f1;
  border-radius: 10px;
  margin: 20px auto;
  max-width: 1200px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.special-heading {
  text-align: center;
  color: white;
  background-color: #1f7e00;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 24px;
  margin-bottom: 10px;
}

.table-wrapper {
  overflow-x: auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

th, td {
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

th {
  background-color: #e6ffe6;
  font-weight: bold;
}

td i {
  color: #1f7e00;
}

@media screen and (max-width: 600px) {
  .special-heading {
    font-size: 20px;
  }
  
  th, td {
    font-size: 14px;
    padding: 10px;
  }

  .note {
    font-size: 14px;
  }
}

/** Domestic & Cargo Page **/
.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* Section Titles */
.section-title h2 {
  font-size: 36px;
  color: #023e8a;
  font-weight: 800;
  margin-bottom: 10px;
}

.section-title p {
  font-size: 18px;
  color: #555;
}

/* Text Blocks */
.intro-text,
.service-purpose,
.delivery-options,
.intercity-section,
.benefits-section,
.cargo-services,
.experience-section,
.stressfree-section,
.warehousing-section {
  margin-bottom: 40px;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}

.subheading {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #0077b6;
}

/* Delivery Types */
.delivery-types h4 {
  font-size: 18px;
  color: #333;
  margin-top: 10px;
}

/* List Styling */
.benefits-list,
.warehousing-list,
.cargo-features {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-top: 10px;
  padding-left: 20px;
}

.benefits-list,
.warehousing-list {
  column-count: 2;
  column-gap: 40px;
}

.cargo-features li {
  list-style: circle;
}

/* Final CTA */
.final-cta {
  background: #e0f2ff;
  padding: 30px;
  border-radius: 12px;
  margin-top: 50px;
}

.final-cta h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.final-cta p {
  font-size: 18px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .section-title h2 {
    font-size: 28px;
  }

  .subheading {
    font-size: 20px;
  }

  .benefits-list,
  .warehousing-list {
    column-count: 1;
  }

  .final-cta {
    padding: 20px;
  }

  .final-cta h3 {
    font-size: 20px;
  }

  .final-cta p {
    font-size: 16px;
  }
}
/** Domestic & Cargo Page End **/

 /** laptop-delivery-section **/
.laptop-delivery-section {
  background: linear-gradient(135deg, #f1f3f6, #ffffff);
  padding: 50px 20px;
  font-family: 'Segoe UI', sans-serif;
  border-bottom: 2px solid #e0e0e0;
}

.laptop-delivery-section .container {
  max-width: 1240px;
  margin: auto;
}

.laptop-delivery-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.laptop-delivery-text {
  flex: 1 1 500px;
}

.laptop-delivery-image {
  flex: 1 1 400px;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.laptop-delivery-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 0; /* 🧽 Gap Fix */
  display: block;
}

/* Text Styling */
.laptop-delivery-section .headline {
  font-size: 28px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px;
  text-align: left;
}

.laptop-delivery-section .subheading {
  font-size: 20px;
  color: #555;
  margin-bottom: 25px;
  text-align: left;
}

/* Box Styling */
.price-box,
.features-box,
.trust-box {
  margin-bottom: 25px;
}

.price-list,
.features-list {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}

.price-list li,
.features-list li {
  font-size: 16px;
  color: #444;
  margin-bottom: 8px;
  text-align: left;
}

.includes-title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.trust-box p {
  font-size: 16px;
  font-weight: 600;
  color: #27ae60;
  text-align: left;
}

/* 🔻 Responsive for Mobile */
@media (max-width: 768px) {
  .laptop-delivery-section {
    padding: 30px 15px;
  }

  .laptop-delivery-section .headline {
    font-size: 22px;
    text-align: center;
  }

  .laptop-delivery-section .subheading {
    font-size: 16px;
    text-align: center;
  }

 
  .laptop-delivery-text,
  .trust-box p,
  .price-list li,
  .features-list li {
    text-align: center;
    font-size: 14px;
  }

  .laptop-delivery-image {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .laptop-delivery-image img {
    margin-bottom: 0 !important;
  }
}
 
  /** How to book Online Section Start **/

.steps-section {
  background-color: #f9fafa;
  padding: none;
  font-family: 'Segoe UI', sans-serif;
}

.steps-section .container {
  max-width: 1440px;
  margin: auto;
}

.section-title {
  font-size: 30px;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 10px;
  text-align: center;
}

.section-subtext {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
  text-align: center;
}

.step-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}

.step-row {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  transition: 0.3s ease-in-out;
  border-left: 5px solid transparent;
}

.step-row:hover {
  border-left: 5px solid #007bff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.step-icon {
  font-size: 22px;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.step1 { background: #007bff; }
.step2 { background: #28a745; }
.step3 { background: #ffc107; }
.step4 { background: #dc3545; }
.step5 { background: #6610f2; }
.step6 { background: #17a2b8; }
.step7 { background: #6f42c1; }

.step-text h4 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 8px;
}

.step-text p,
.step-text ul li {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.step-text ul {
  padding-left: 20px;
  margin: 0;
}

@media (max-width: 768px) {
  .step-row {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  .step-icon {
    margin-bottom: 10px;
  }
}

 //** How to book Online Section End **//
 
 .text-start {
  text-align: left !important;
}

.responsive-wrapper {
  max-width: 1240px;
  margin: auto;
  padding: 20px;
}

.table-wrapper {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  padding: 20px;
  overflow-x: auto;
}

.main-heading {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 25px;
  color: #2b2b2b;
}

.table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
}

.table-heading {
  background-color: #1f7e00;
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 1rem;
}

.surface-heading {
  background-color: #FFC107;
  color: black;
  font-weight: bold;
  text-align: center;
  font-size: 1rem;
}

.sub-heading {
  background-color: #343a40;
  color: #000000;
  text-align: center;
  font-weight: 600;
}

.table td, .table th {
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  padding: 12px;
  border: 1px solid #ddd;
}

.gap-col {
  background-color: #ffffff;
  border: none !important;
}

.icon-time {
  color: #2196F3;
  margin-right: 5px;
}

tr:nth-child(even) {
  background-color: #f9f9f9;
}

tr:hover {
  background: linear-gradient(to right, #e3f2fd, #ffffff);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .table-wrapper {
    padding: 10px;
  }

  .table {
    min-width: 600px;
  }

  .table td, .table th {
    font-size: 12px;
    padding: 8px;
  }

  .main-heading {
    font-size: 20px;
  }
}
