/* ====== Header Styles ====== */
.navbar {
  border-radius: 50px;
  margin: 20px auto;
  max-width: 1200px;
  background-color: #f7f8fa !important;
}
body,p, span, button, div {
font-family: "Montserrat", sans-serif !important;
}
.real-client-chats{gap: 50px !important;}

.header-site-logo {
  height: 123px;
  /*width: 157px;*/
  margin-top: -30px;
  /* margin-left: 0px; */
  margin-bottom: -30px;
  overflow: hidden;
}

.page-id-1938 .faq-accordion-container p {
  white-space: pre-line; /* line breaks handle karega */
}

.page-id-1938 .segment-card-grid p {
  white-space: pre-line; /* line breaks handle karega */
}


.page-id-1938 .mode-card.express-mode-card {
    background-color: #D0FF89;
}

.page-id-1719 .image-wrapper.ms-auto{max-width: 80%;}

.page-id-1105 .image-wrapper.ms-auto{max-width: 80%;}

.page-id-1609 img.w-25.h-auto.mb-4.p-3.rounded-4.shadow-lg {
    box-shadow: none !important;
}

.nav-link {
  color: #555 !important;
  font-weight: 500;
}

.nav-link:hover {
  color: #000 !important;
}

/* Whatsapp Button Style */
.whatsapp-btn {
  background-color: #111;
  color: #fff;
  font-weight: 500;
}

.whatsapp-btn:hover {
  background-color: #333;
  color: #fff;
}

/* ====== Footer Styles ====== */
.footer {
  background-color: #111;
  color: #fff;
}

.footer-site-logo {
  height: 150px;
  width: 250px;
  margin-top: -59px;
  margin-left: -26px;
  margin-bottom: -38px;
  overflow: hidden;
}

.footer-title {
  font-weight: 600;
  margin-bottom: 12px;
  color: #fff;
}

.footer-link {
  color: #bbb;
  text-decoration: none;
  font-size: 0.95rem;
  display: block;
  margin-bottom: 6px;
  transition: color 0.2s ease;
}
.flex-cus{
    display:flex;
    align-items:center;
}
.flex-cus img{
    width:50px;
}

p.text-white-50.small.mb-0 {
  width: 100%;
  text-align: center;
}

.footer-link:hover {
  color: #fff;
}

.footer-bottom {
  font-size: 0.85rem;
}

/* Dropdown language select styling */
.language-select select {
  background-color: #000;
  color: #fff;
}
.language-select select:focus {
  box-shadow: none;
}

.innerfooter {
  margin: auto;
  margin-left: 30px;
}

/* ====== Media Query ====== */

@media (max-width: 992px) {
  .navbar {
    border-radius: 0;
  }
  .whatsapp-btn {
    margin-top: 10px;
  }
}

/* ====== Ship anywhere in India & to 180 + countries  ====== */

/* --- HERO SECTION --- */
.hero-section {
  background: #fff;
  font-family: "Poppins", sans-serif;
}

.hero-heading {
 /*font-family: Poppins;*/
font-weight: 700;
font-style: Bold;
font-size: 48px;
/*leading-trim: NONE;*/
line-height: 80px;
letter-spacing: 0%;
text-align: center;

}

.hero-img img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.page-id-1609 .shipzy-section img {
    height: auto;
}


/* --- INFO BOXES --- */
.hero-info-box {
    box-shadow: 0px 0px 1px 0px #171A1F12;

box-shadow: 0px 0px 2px 0px #171A1F1F;

  background-color: #D0FF89;
  border-radius: 24px !important;
  transition: all 0.3s ease;
 transform: translateX(-80px);
}

.hero-info-box:hover {
  transform: translateY(-3px);
   transform: translateX(-80px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.hero-info-box h5 {
 /*font-family: Poppins;*/
font-weight: 600;
font-style: SemiBold;
font-size: 20px;
/*leading-trim: NONE;*/
line-height: 28px;
letter-spacing: 0px;

}

.hero-info-box p {
/*font-family: Poppins;*/
font-weight: 700;
font-style: Bold;
font-size: 14px;
/*leading-trim: NONE;*/
line-height: 24px;
letter-spacing: 0px;

}

.hero-info-box .info-icon {
  background: #0074FF;
  color: #fff;
  border-radius: 50%;
  height: 38px;
  min-width:38px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

/* --- WHATSAPP BUTTON --- */
.whatsapp-btn {
  background: #0074FF;
  color: #fff;
  font-weight: 600;
  padding: 12px 40px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1rem;
  transition: background 0.3s ease;
}

.whatsapp-btn:hover {
  background: #0059c1;
}

/* --- RESPONSIVE DESIGN --- */
@media (max-width: 991px) {
  .hero-heading {
    font-size: 1.7rem;
  }

  .hero-info-box {
    padding: 14px;
  }
  .hero-info-box {
    box-shadow: 0px 0px 1px 0px #171A1F12;

box-shadow: 0px 0px 2px 0px #171A1F1F;

  background-color: #D0FF89;
  border-radius: 24px !important;
  transition: all 0.3s ease;
 transform: translateX(0px);
}

.hero-info-box:hover {
  transform: translateY(-3px);
   transform: translateX(0px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
}

@media (max-width: 576px) {
  .hero-heading {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .hero-info-box h5 {
    font-size: 0.95rem;
  }

  .hero-info-box p {
    font-size: 0.8rem;
  }

  .whatsapp-btn {
    display: inline-block;
    width: 100%;
    padding: 14px 0;
  }
}
/*Who We ARE*/

/* === WHO WE ARE SECTION === */

.whoweare-section {
  background-color: #fff;
  padding: 80px 0;
  position: relative;
}

.whoweare-header {
  position: relative;
  margin-bottom: 40px;
}

.whoweare-left-icon,
.whoweare-right-icon {
  position: absolute;
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.whoweare-left-icon {
  left: 15%;
  top: 20%;
}

.whoweare-right-icon {
  right: 15%;
  top: 20%;
}

.whoweare-title {
font-family: Montserrat;
font-weight: 400;
font-style: Regular;
font-size: 52px;
/*leading-trim: NONE;*/
line-height: 74px;
letter-spacing: 0%;
text-align: center;

}

.whoweare-sub {
/*font-family: Poppins;*/
font-weight: 400;
font-style: Regular;
font-size: 18px;
leading-trim: NONE;
line-height: 28px;
letter-spacing: 0%;
text-align: center;
max-width:372px;

}

.whoweare-stats h3.whoweare-number {
font-family: Montserrat;
font-weight: 700;
font-style: Bold;
font-size: 48px;
leading-trim: NONE;
line-height: 68px;
letter-spacing: 0%;
text-align: center;
color:#0074FF;

}

.whoweare-stats p.whoweare-label {
/*font-family: Poppins;*/
font-weight: 700;
font-style: Bold;
font-size: 18px;
/*leading-trim: NONE;*/
line-height: 28px;
letter-spacing: 0%;
text-align: center;

}

.whoweare-stats .col-md-3:not(:last-child) {
  border-right: 1px solid #e0e0e0;
}

@media (max-width: 991px) {
  .whoweare-left-icon,
  .whoweare-right-icon {
    display: none;
  }
  .whoweare-stats h3.whoweare-number {
      font-size:36px;
  }

  .whoweare-title {
    font-size: 32px;
    font-weight:700;
  }

  .whoweare-sub {
    font-size: 14px;
    max-width: 100%;
  }

  .whoweare-stats .col-md-3:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .whoweare-section {
  background-color: #fff;
  padding: 0px 0;
  position: relative;
}
}



/*------ DOMESTIC SERVICES ------*/
.domesticservice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.domesticservice .ser-heading {
  width: 20%;
}

.domesticservice .ser-content {
  width: 75%;
}
.ser-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; /* distributes space evenly */
  gap: 10px; /* space between cards */
  margin: 0 auto;
  /*max-width: 1200px;*/
  /*padding: 20px 10px;*/
}
/* Service Column - 4 columns on desktop */
.ser-row .service {
  flex: 0 0 calc(25% - 1.125rem);
  max-width: calc(25% - 1.125rem);
}

/* Tablet - 3 columns */
@media (max-width: 991px) {
  .ser-row .service {
    flex: 0 0 calc(33.333% - 1rem);
    max-width: calc(33.333% - 1rem);
  }
}

/* Mobile - 2 columns */
@media (max-width: 576px) {
  .ser-row {
    gap: 1rem;
  }
  
  .ser-row .service {
    flex: 0 0 calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
  }
}
.domesticservice p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 32px;
line-height: 24px;
  color: #000;
  text-align: left;
  margin: 0;
}

.domesticservice p strong {
  display: block;
}

/* Service Cards */
.ser-row {
  margin-right: 0;
}

.service {
  width: 208px;
}

.service img {
  height: 365px;
  width: 100%;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
}

.service h5 {
  background-color: #1f2937;
  color: #fff;
  padding: 10px 9px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  margin: 0;
  border-radius: 0 0 4px 4px;
}

/* Hover Effect */
.service:hover {
  transform: translateY(-5px);
  transition: 0.3s ease;
}

/* Responsive */
@media (max-width: 991px) {
  .domesticservice {
    flex-direction: column;
    text-align: center;
  }
  .domesticservice .ser-heading,
  .domesticservice .ser-content {
    width: 100%;
  }
  .domesticservice p {
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
  }
}


/* RESPONSIVE */
@media (max-width: 768px) {
  .floating-box {
    top: 95%;
    padding: 1rem;
  }
  .hero-section {
    height: 100%;
  }
  
  .page-id-1719 .image-wrapper.ms-auto {
    max-width: 100%;
    }
    
    .page-id-1105 .image-wrapper.ms-auto 
    {
        max-width: 100%;
        
    }
    
  
}

:root {
  --color-bg: #f7f7f9;
  --color-lime-neon: #dbff7b;
  --color-lime-light: #e8ffc1;
  --color-bright-blue: #0056d8;
  --color-text-dark: #1f2937;
  --color-text-medium: #4b5563;
}

@media (max-width: 768px) {
  .domesticservice {
    flex-direction: column;
    align-items: center;
  }

  .domesticservice p {
    margin-right: 0;
    margin-bottom: 20px !important;
    text-align: center;
  }

  .domesticservice .row {
    width: 100%;
    justify-content: center !important;
  }

  .floating-box {
    top: 95%;
    padding: 1rem;
  }
  .hero-section {
    height: 100%;
  }
}

/* Base Styles */
:root {
  /* Define the specific brand colors */
  --color-lime-brand: #d0ff89;
  --color-blue-brand: #0074ff;
  --bs-body-font-family: "Inter", sans-serif;
}

.bg-lime-brand {
  background-color: #d0ff89 !important;
}

.whyshipzycart {
/*font-family: Roboto;*/
font-weight: 700;
font-style: Bold;
font-size: 48px;
/*leading-trim: NONE;*/
line-height: 68px;
letter-spacing: 0%;

}

.shipzycart-hding {
  background-color: #f8f9fa;
}

.transparent-pricing {
  border-radius: 50px;
/*font-family: Inter;*/
font-weight: 700;
font-style: Bold;
font-size: 28px;
/*leading-trim: NONE;*/
line-height: 32px;
letter-spacing: 0px;

}
.shipzycart-hding .btn{
    border-radius:16px !important;
}
.dscr {
/*font-family: Inter;*/
font-weight: 700;
font-style: Bold;
font-size: 16px;
/*leading-trim: NONE;*/
line-height: 24px;
letter-spacing: 0px;
text-align: center;

}
.custom-card-shadow div{
   font-family: "Inter";
   min-width:142px;
}
.bg-blue-brand {
  background-color: #0074ff !important;
}

.text-blue-brand {
  color: var(--color-blue-brand) !important;
}

/* Custom shadow for the main pricing card to match the screenshot */
.custom-card-shadow {
box-shadow: 0px 17px 35px 0px #171A1F3D;

box-shadow: 0px 0px 2px 0px #171A1F1F;
border-radius:24px;
}

/* Custom styling for the dashed line in Domestic Shipping */
.domestic-shipping {
  position: relative;
  font-family: "Inter";
  font-weight: 500;
  font-size: 18px;
}

.domestic-shipping::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 2px; /* Thickness of the line */
  border-right: 2px dashed rgba(108, 117, 125, 0.3); /* Bootstrap's secondary color with opacity */
}

.internationalshipping {
  position: relative;
  font-family: "Inter";
  font-weight: 500;
  font-size: 18px;
  min-width:142px;
}



/* ===== Shipping Section Layout ===== */
.container-fluid.container .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

/* Left column (Shipping Modes) */
.card-column {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 20px;
}

/* Right column (Info Block) */
.info-block {
  flex: 0 0 40%;
  max-width: 40%;
  padding: 20px;
}
.shipping-card{
    max-width:100% !important;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 17px 35px 0px #171A1F3D;

box-shadow: 0px 0px 2px 0px #171A1F1F;

}

/* Responsive: Stack on small screens */
@media (max-width: 992px) {
  .card-column,
  .info-block {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .info-block {
    margin-top: 30px;
  }
}

/* Responsive adjustments for the left column content */
@media (max-width: 767px) {
  .feature-column {
    padding-bottom: 2rem;
    border-bottom: 1px solid #eee;
    margin-bottom: 2rem;
  }
  .container-fluid.container .row{
      padding:0px !important;
  }
  .card-column{
      padding:0px;
  }
}

.shipping-header {
  font-size: 20px;
  font-weight: 700;
  padding: 5px 25px;
  border-radius: 9999px;
  background-color: #d0ff89;
  display: inline-block;
  margin-bottom: 2rem;
  font-family: "Inter";
  color: #171a1f;
  text-align: center;
}

/* Styles for the main card container (box2) */
.shipping-card {
  background-color: white;
  border-radius: 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 1.5rem;
  max-width: 480px;
}

/* Styles for each shipping mode item (Removed margin-bottom here) */
.mode-item {
  display: flex;
  align-items: center;
}

.mode-button {
  flex-shrink: 0;
  width: 150px;
  padding: 0.75rem 1rem;
  font-weight: 600;
  text-align: center;
  border-radius: 5px 0px 0px 5px;
  margin-right: 1.5rem;
  font-family: "Inter";
  font-weight: 500;
}

.mode-button-coloren {
  color: #ffffff;
}

.mode-description {
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  font-family: "Inter";
  font-weight: 500;
  color: #233855;
}

/* Mode Button Specific Colors */
.mode-express {
  background-color: #43edd4;
  color: #333;
  /*margin-bottom: -24px;*/
  width: 38%;
} /* Cyan/Light Blue */
.mode-surface {
  background-color: #dcffa7;
  color: #333;
  width: 38%;
} /* Light Green/Lime */
.mode-economy {
  background-color: #00304a;
  color: white;
  /*margin-bottom: -24px;*/
  width: 38%;
} /* Dark Blue */
.mode-nextday {
  background-color: #0074ff;
  color: white;
  width: 38%;
} /* Bright Blue */

/* Right block specific styles (Placeholder for the Image) */
.placeholder-shapes {
  display: flex;
  gap: 1.5rem;
  margin: 2rem 0;
  justify-content: center;
}

.shape {
  width: 100px;
  height: 100px;
  background-color: #e0e0e0;
  border-radius: 1rem;
}

.shape.circle {
  border-radius: 50%;
}

.box1 p {
  max-width: 350px;
  text-align: center;
  font-family: "Inter";
  color: #171a1fcc;
  /* border: 2px solid red; */
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .shipping-card {
    padding: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
  .mode-button {
    width: 120px;
    margin-right: 1rem;
  }
  .info-block {
    margin-top: 3rem;
  }
}

/* Ensure the card content is positioned correctly for side-by-side view */
.card-column {
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 992px) {
  .card-column {
    padding-right: 3rem;
  }
}

/* ---------------------------- */

.main-heading {
  font-size: 3rem;
  margin-bottom: 80px;
}

.content-container {
  flex-direction: row;
  align-items: flex-start;
}

.info-block {
  width: 50%;
  align-items: center;
  text-align: left;
  margin-bottom: 0;
}

.description-text {
  margin-bottom: 0;
}

.pricing-card-wrapper {
  width: 50%;
}

.pricing-card {
  padding: 40px;
}

.pricing-row span {
  font-size: 1.125rem;
}

/* --- Section 2: Shipping Speed Options --- */

.shipping-speed-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.speed-options-card {
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  max-width: 508px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.option-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.option-button {
  padding: 12px 16px;
  border-radius: 0.5rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.option-desc {
  font-size: 0.9rem;
  line-height: 1.4;
  color: var(--color-text-medium);
}

.speed-info-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 24px;
}

.speed-info-pill {
  background-color: #d0ff89;
  padding: 8px 45px;
  margin-bottom: 32px;
  text-align: center;
  font-family: "Inter";
  border-radius: 50px;
  margin-left: 145px;
}

.speed-icon-group {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
  align-items: center;
  justify-content: center;
  margin-left: 145px;
}

.speed-icon-placeholder {
  width: 118px;
  height: 128px;
  background-color: #dcdcdc;
}

.one {
  border-radius: 40px;
  height: 100px !important;
  align-items: center;
}

/* --- Section 3: Feature Cards (Bottom Row) --- */
.feature-cards-container {
  /* gap: 24px; */
  justify-content: center;
}

.feature-card-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 50px;
}

.feature-pill {
  background-color: #d0ff89;
  padding: 5px 25px;
  border-radius: 50px;
  margin-bottom: 25px;
  white-space: nowrap;
  z-index: 10;
}

.feature-pill span {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-text-dark);
  text-transform: uppercase;
}

/* The Box: Simple centered card */
.feature-box {
  background-color: white;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 15px 30px -8px rgba(0, 0, 0, 0.5);
  max-width: 300px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* transition: all 0.3s ease; */
  min-height: 180px;
  margin-top: 20px;
  height: -webkit-fill-available;
}

.feature-box:hover {
  box-shadow: 0 20px 40px -5px rgba(0, 0, 0, 0.2);
  /* transform: translateY(-5px); */
}

/* Icon Box Styling */
.feature-box .feature-icon-box {
    position: relative !important;
    top:-50px !important;
    display:flex;
    align-item:center;
    justify-content:center;
width: 30% !important;
/*height: 160px  !important;*/
border-radius: 50%;
background:#DCFFA7;
box-shadow: 0px 8px 17px 0px #171A1F26;

box-shadow: 0px 0px 2px 0px #171A1F1F;

}

/* Specific Icon Colors  */

.feature-icon-box img {
    scale: 1.2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}

.feature-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-text-dark);
  margin-bottom: 8px;
  font-family: 'Montserrat';
}

.feature-box .feature-description {
  font-size: 0.875rem;
  line-height: 1.4;
  color: var(--color-text-medium);
  max-width: 250px;
  margin: 0 auto;
}

/* Responsive adjustments */
@media (min-width: 768px) {
  .feature-card-col {
    margin-bottom: 0;
  }
  
}
/*ShipzyCart International Shipping Services  */
.shipzy-section {
  background-color: #ffffff;
  font-family: 'Trustindex Poppins';
  margin-top: 70px;
}

.shipzy-title {
  color: #000;
  font-size: 35px;
  line-height: 1.2;
  font-family: 'Trustindex Poppins';
  text-align: center;
}

/* Image Styling for shape matching */
.image-container {
  max-width: 350px;
  max-height: 350px;
  overflow: hidden;
}

.imgc-img {
  margin-left: -116px;
}

.shipzy-img {
  width: 100%;
  height: 385px;
  object-fit: cover;
}

/* Button Styling for the minimal, light outline look */
.shipzy-btn {
  width: 100%;
  max-width: 200px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
  font-weight: 600;
  transition: all 0.2s;
  text-transform: capitalize;
  font-size:12px;
}

/*.shipzy-btn img {
    display:none;
}*/

.lead {
  font-family: 'Trustindex Poppins';
  text-align: center;
  color: #171a1f;
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .shipzy-title {
    font-size: 2rem;
  }
  .col-lg-3 {
    align-items: center !important;
  }
  .shipzy-btn {
    max-width: 250px;
  }
  .feature-icon-box {
    display:flex;
    gap:1rem;
    align-item:center;
    justify-content:center;
width: 160px !important;
/*height: 160px  !important;*/
border-radius: 50%;
background:#DCFFA7;
box-shadow: 0px 8px 17px 0px #171A1F26;

box-shadow: 0px 0px 2px 0px #171A1F1F;

}

/* Specific Icon Colors  */

.feature-icon-box img {
    scale: 1.2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}
}

/* --- VERTICAL LINE STYLES FOR .doortodoor SECTION (SEPARATOR LINE) --- */

@media (min-width: 992px) {
  .doortodoor > .col-lg-4:not(:last-child) {
    border-right: 1px solid #bdc1ca;
  }

  /* *** ADJUSTING INNER CONTENT PADDING FOR SPACING *** */
  .doortodoor .feature-card {
    /* Ensure even padding on both sides */
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Mobile/Tablet Fixes: Remove vertical lines when columns stack or wrap */
@media (max-width: 991px) {
  /* Remove vertical borders from columns */
  .doortodoor > .col-lg-4 {
    border-right: none !important;
    border-left: none !important;
  }

  /* Add a horizontal line to separate stacked items (applied to the inner card) */
  .doortodoor > div:not(:last-child) .feature-card {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  /* Ensure the very last item doesn't have a bottom border */
  .doortodoor > div:last-child .feature-card {
    border-bottom: none !important;
    margin-bottom: 0 !important;
  }

  /* Remove padding adjustments made for desktop */
  .doortodoor .feature-card {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* ------------------- Features Styling ------------------- */

.shipzy-feature-title {
  font-size: 1.15rem;
  margin-bottom: 10px;
  color: #000;
  font-family: 'Trustindex Poppins';
}

.doortodoor p.text-muted {
    font-family: 'Trustindex Poppins';
}

.feature-card p {
  font-size: 0.95rem;
}

.feature-card {
  margin-top: 20px;
}

/* <!-- Why we use Whatsapp --> */

.whatsapp-section {
  background-color: #f8f8f8;
  padding: 80px 0;
}

.whatsapp-mockup-container {
  max-width: 350px;
}
.whatsapp-mockup-container img {
  height: 450px;
}

/* WhatsApp Feature Boxes */
.whatsapp-feature-box {
max-width: 546px;
    background-color: #d0ff89;
    border-radius: 12px !important;
    padding: 15px 20px;
    font-family: "Poppins";
    margin-inline: auto;
}

/* Frequently asked questions  */

.fqfont {
  font-family: Montserrat;
  background: #FAFAFB;
}

.faq-heading-bg {
  background-color: #dcffa7;
  padding: 10px 30px;
  border-radius: 40px;
  display: inline-block;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.questionrow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.questions {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.questions .category-button {
  text-align: center;
  padding: 12px 20px;
  border-radius: 8px;
  border: 1px solid #dee2e6;
  background-color: #fff;
  color: #495057;
  transition: all 0.3s ease;
}

.questions .category-button:hover {
  background-color: #f8f9fa;
  border-color: #adb5bd;
}

.questions .category-button.active {
  background-color: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}

/* Desktop - Vertical layout */
@media (min-width: 992px) {
  .questionrow {
    justify-content: flex-start;
  }
}

/* Tablet and Mobile - Horizontal scroll or wrap */
@media (max-width: 991px) {
  .questionrow {
    margin-bottom: 20px;
  }
  
  .questions {
    flex-direction: row;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }
  
  .questions .category-button {
    flex: 0 0 auto;
    white-space: nowrap;
    min-width: 120px;
    padding: 10px 16px;
    font-size: 14px;
  }
}

/* Mobile - Smaller buttons */
@media (max-width: 576px) {
  .questions .category-button {
    min-width: 100px;
    padding: 8px 12px;
    font-size: 13px;
  }
}

.questions a {
  font-family: "Poppins";
}

.questions a:hover {
  background-color: #0074ff;
  color: #ffffff;
}

.questions a {
  border: 1px solid #9095a1;
  text-decoration: none;
  color: #9095a1;
  padding: 10px;
  border-radius: 50px;
}

/* photo gallery */

.masonry-grid {
  column-count: 4;
  column-gap: 15px;
  padding: 90px;
}

@media (max-width: 1200px) {
  .masonry-grid {
    column-count: 3;
  }
}

@media (max-width: 768px) {
  .masonry-grid {
    column-count: 2;
  }
}

@media (max-width: 576px) {
  .masonry-grid {
    column-count: 1;
     padding: 0px;
  }
}

/* individual item (pin) */
.masonry-item {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  margin-bottom: 15px;
}

/* card content (image and profile) */
.image-card {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* Image styling */
.image-card img {
  width: 100%;
  height: 200px;
  display: block;
  transition: transform 0.3s ease;
}

.image-card img:hover {
  transform: scale(1.03);
}

/* Profile Footer Styling */
.profile-footer {
  display: flex;
  align-items: center;
  padding: 10px 12px;
}

.profile-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0d6efd;
  color: white;
  font-weight: bold;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  flex-shrink: 0;
}

/* Different avatar colors for variety */
.avatar-A {
  background-color: #4caf50;
}
.avatar-H {
  background-color: #007bff;
}
.avatar-M {
  background-color: #ffc107;
  color: #343a40;
}

.profile-name {
  font-size: 0.9rem;
  color: #495057;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


/*  Real Chats with Client */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.chats {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.chats h2 {
  font-weight: 700;
  font-size: 42px;
  text-align: center;
  /*font-family: "Roboto";*/
}

.chats p {
  /*font-family: "Roboto";*/
  font-weight: 400;
  font-size: 18px;
  color: #161616 !important;
}

.real-client-chats {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
}
.real-client-chats .chat-item {
  height: 457px;
  border-radius: 148px !important;
  overflow:hidden;
  /*width: 25%;*/
  min-width: 200px;
}
.real-client-chats .chat-item img{
    object-fit: cover;
}

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

/* Mobile: 1 column */
@media (max-width: 576px) {
  .real-client-chats {
    grid-template-columns: 1fr;
  }
}


.questionrow button.nav-link {
    border-radius: 26px;
}

@media (max-width: 991px) {
  .real-client-chats {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .real-client-chats img {
    height: auto;
    width: 90%;
    min-width: unset;
    border-radius: 50px;
  }

  .chats h2 {
    font-size: 1.5rem;
  }

  .chats p {
    padding: 0 10px;
    text-align: center;
  }
}

/* ShipzyCart for my buisness  */

.shipzycart-section {
  background-color: #ffffff;
  padding: 80px 0;
}

/* Main heading styling */
.shipzycart-section .section-title {
    font-family: "Montserrat", sans-serif !important;
  font-size: 2.5rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 60px;
}

/* Left content column styling */

.one-shipping-solution {
  max-width: 400px;
}

.one-shipping-solution h3 {
  /* font-size: 3rem; */
  font-weight: 700;
  color: #343a40;
  line-height: 1.2;
  margin-bottom: 25px;
  font-family: 'Montserrat';
}

.one-shipping-solution p {
  font-size: 15px;
  color: #6c757d;
  line-height: 1.6;
  /* max-width: 40px; */
  font-family: 'Trustindex Poppins';
}

/* Right content column: The interactive shipping method part */
.shipping-methods-container {
  position: relative;
  padding: 20px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  overflow: hidden;
}

.shipping-options-card {
  background-color: white;
  border-radius: 12px;
  padding: 20px;
  z-index: 10;
  min-width: 50px;
  margin-right: 60%;
}

.shipping-options-card h5 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-family: "Montserrat";
  color: #0074ff;
  text-align: center;
}

.shipping-option {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  margin-bottom: 8px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s, transform 0.2s;
  color: #495057;
  font-weight: 500;
}

.shipping-option:hover {
  background-color: #e9ecef;
}

.shipping-option.active {
  /*background-color: #eaf3ff;
  color: #0d6efd;
  font-weight: 600;*/
}

.nav-pills .nav-link.active {
    color: #fff !important;
    font-weight:400 !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../images/Button-60.png') !important;
}

.nav-link.category-button {
    border: 1px solid #9095A1;
    font-weight: 400;
}

.shipping-option i {
  margin-right: 12px;
  font-size: 1.3rem;
}

.bg-r {
  background-color: #f0f7ff;
  color: #0074ff;
  font-family: "Poppins";
}

.bg-a {
  background-color: #f0faff;
  color: #00304a;
  font-family: "Poppins";
}

.bg-s {
  background-color: #fef9ee;
  color: #98690c;
  font-family: "Poppins";
}

.bg-ra {
  background-color: #f0faff;
  color: #00304a;
  font-family: "Poppins";
}

/* Placeholder for the large illustration image */
.large-illustration-placeholder {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background-color: #d1ffb3;
  border-radius: 0 15px 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #6c757d;
  text-align: center;
  opacity: 0.8;
  overflow: hidden;
  z-index: 5;
}
.large-illustration-placeholder img {
  width: 100%;
  height: 100%;
}

/* Specific illustration elements  */
.illus-airplane {
  position: absolute;
  top: 15%;
  right: 10%;
  width: 150px;
  height: 50px;
  background-color: #add8e6;
  border-radius: 10px;
  transform: rotate(-10deg);
  z-index: 6;
}
.illus-boat {
  position: absolute;
  bottom: 30%;
  right: 5%;
  width: 180px;
  height: 60px;
  background-color: #87ceeb;
  border-radius: 10px;
  z-index: 7;
}
.illus-train {
  position: absolute;
  bottom: 5%;
  right: 15%;
  width: 250px;
  height: 70px;
  background-color: #4682b4;
  border-radius: 10px;
  z-index: 8;
}
.illus-road-surface {
  position: absolute;
  top: 10%;
  right: 10%;
  width: 70%;
  height: 35%;
  background-color: #b3ffb3;
  border-radius: 15px;
  z-index: 4;
}
.illus-water {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 50%;
  background-color: #87ceeb;
  border-radius: 0 0 15px 0;
  z-index: 3;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .one-shipping-solution h3 {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 40px;
  }
  .one-shipping-solution p {
    text-align: center;
    margin-bottom: 40px;
  }
  .shipping-methods-container {
    min-height: 500px;
  }
  .shipping-options-card {
    width: 90%;
    max-width: 300px;
    margin-bottom: 30px;
  }
  .large-illustration-placeholder {
    width: 100%;
    border-radius: 15px;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
  }
  /* Adjust illustration elements for smaller screens */
  .illus-airplane,
  .illus-boat,
  .illus-train,
  .illus-road-surface,
  .illus-water {
    width: 100%;
    right: 0;
    top: auto;
    bottom: 0;
    height: 60%;
    transform: none;
    border-radius: 0 0 15px 15px;
  }
  .illus-airplane {
    bottom: 65%;
    height: 30%;
    background-color: #d1ffb3;
  }
  .illus-boat {
    bottom: 35%;
    height: 30%;
    background-color: #87ceeb;
  }
  .illus-train {
    bottom: 0;
    height: 35%;
    background-color: #4682b4;
  }
  .shipping-options-card {
    margin-top: -100px;
  }
}

/* -------------services-section---------------- */

.services-section {
  background-color: #f8f9fa;
  padding: 60px 0;
}
.service-card {
  background-color: #b4d6ff;
 padding: 47px 30px !important;
  border-radius: 12px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}

.service-card h4 {
        max-width: 230px;
  font-weight: 700;
  color: #323743;
  margin-bottom: 10px;
  font-family: "Montserrat";
  line-height: 38px;
}

.service-card p {
/*font-family: Poppins;*/
font-weight: 400;
font-style: Regular;
font-size: 20px;
/*leading-trim: NONE;*/
line-height: 30px;
letter-spacing: 0%;

}

.service-image-placeholder img {
  background-color: #b4d6ff;
}

/* Layout for image inside the card (top right) */
.card-content-wrapper {
  display: flex !important;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
}

/* Tablet */
@media (max-width: 991px) {
    .service-card h4{
        width:100% !important;
        margin-inline:auto;
        text-align:center;
    }
  .card-content-wrapper {
    gap: 15px;
  }
}

/* Mobile - Stack vertically */
@media (max-width: 576px) {
  .card-content-wrapper {
    flex-direction: column;
    gap: 12px;
  }
}
.service-card p {
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
}

/* Mobile - Center align */
@media (max-width: 576px) {
  .service-card p {
    text-align: center !important;
    font-size: 16px;
    line-height: 24px;
  }
}

.trusted-brands h4 {
  font-weight: 700;
  margin-bottom: 3rem;
  color: #171a1f;
  font-size: 32px;
}

/* Mobile - Center align */
@media (max-width: 576px) {
  .trusted-brands h4 {
    text-align: center !important;
    font-size: 24px;
    margin-bottom: 2rem;
  }
}

/*.card-text-col {*/
/*  flex-basis: 60%;*/
/*}*/

/*.card-image-col {*/
/*  flex-basis: 35%;*/
/*  display: flex;*/
/*  justify-content: flex-end;*/
/*}*/

/* Placeholder styles  */
.service-image-placeholder {
  width: 140px;
  height: 100%;
  border: 2px dashed #90c2f0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -10px;
  font-size: 0.8rem;
  text-align: center;
  color: #6c757d;
  background-color: #f0f8ff;
}

/* Trusted Brands section styling */
.trusted-brands h4 {
  font-weight: 700;
  margin-bottom: 3rem;
  color: #171a1f;
  font-size: 32px;
}

/* Placeholder for logos*/
.brand-logo-placeholder {
  height: 40px;
  text-transform: uppercase;
}

.brand-logo-placeholder img {
  height: 36px;
}

a.btn.team-member.text-white.px-4.py-2.rounded-3 {
  font-family: 'Trustindex Poppins' !important;
}
.col-6.col-md-3.col-lg-2 {
  margin: 33px;
}

.team-member {
  background-color: #0074ff !important;
  color: white;
  font-family: "Poppins";
  font-weight: 700;
  padding: 10px 85px;
  font-size: 20px;
}

/* CTA button styling */
.cta-button {
  background-color: #0074ff;
  color: white;
  font-weight: 600;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  border: none;
  width: 100%;
  max-width: 500px;
  font-family: 'Trustindex Poppins';
}
.cta-button:hover {
  background-color: #0b5ed7;
}

/* <!-- Below Paragraph --> */

.belowpara {
  font-family: 'Trustindex Poppins';
  font-size: 12px;
  color: #323743;
}
/*Navbar*/
/* Navbar */
.navbar-toggler {
  border: none !important;
  background: transparent !important;
  outline: none !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Icon styling */
.navbar-toggler-icon {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
  width: 24px; /* fix width to prevent jump */
  height: 24px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #002424 !important;
  transition: transform 0.3s ease, color 0.3s ease;
}

/* Hamburger icon (default) */
.navbar-toggler.collapsed .navbar-toggler-icon::before {
  content: "\f0c9"; /* Font Awesome hamburger */
}

/* Cross icon (when menu open) */
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  content: "\f00d"; /* Font Awesome 'X' */
}

/* Keep same size + prevent shift */
.navbar-toggler-icon::before {
  display: inline-block;
  width: 1em;
  text-align: center;
}

/* Optional: smooth rotation effect */
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  transform: rotate(180deg);
}


/* ============================================== */
/* Airport pickup and drop */
/* ============================================== */

:root {
  --primary-blue: #0074ff;
  --secondary-blue: #00304a;
  --button-blue: #007bff;
  --star-yellow: #ffc107;
  --light-grey: #f8f9fa;
  --google-purple: #70757a;
}

/* --- Top Content Styles --- */
.luggage-header {
  background-color: white;
}

.header-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Poppins";
}

.text-primary-blue {
  color: var(--primary-blue);
  font-family: "Poppins";
}

.text-secondary-blue {
  color: var(--secondary-blue);
  font-family: "Poppins";
}

.feature-list li {
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  /*font-family: "Poppins";*/
}

.luggage-header ul.feature-list.list-unstyled.mt-4 {
    margin: 0px;
}

.check-icon {
  font-style: normal;
  margin-right: 10px;
  font-weight: 900;
}

.btn-primary-custom {
  background-color: var(--button-blue);
  border-color: var(--button-blue);
  color: white;
  font-weight: 600;
  padding: 15px 30px;
  border-radius: 8px;
  text-transform: capitalize;
  /*font-family: "Poppins";*/
}

.luggage-header .row {
  overflow: visible !important;
}

.luggage-header .col-lg-6 {
  overflow: visible !important;
}

.image-wrapper {
width:100%;
height:100%;
max-width:320px;
}
.image-wrapper-luggage{
  max-width:100% !important;  
}
/* The actual image */
.rounded-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* Slider */
.reviews-section{
    max-width:1400px;
    margin-inline:auto;
  background-color: white;
  border-top: 1px solid #eee;
  padding-top: 50px;
  /*padding-bottom: 50px;*/
}

.review-slider-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.excellent-col {
  padding-right: 2rem;
  text-align: left;
}

@media (min-width: 992px) {
  .excellent-col {
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .excellent-col {
    border-right: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 1.5rem;
    text-align: center;
  }
}

.excellent-text {
  font-weight: 700;
  font-size: 1.5rem;
  color: #444;
  margin-bottom: 5px;
  font-family: "Poppins";
}

.stars {
  font-size: 1.8rem;
  color: var(--star-yellow);
  letter-spacing: -2px;
}

.review-base-text {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 5px;
  font-family: "Poppins";
}

.google-logo {
  max-width: 80px;
  height: auto;
  font-size: 25px;
  font-weight: 500;
  font-family: "Poppins";
}

/* Arrow Styling */
.review-nav-arrow {
  font-size: 2rem;
  color: #999;
  cursor: pointer;
  padding: 0 10px;
  user-select: none;
  line-height: 1;
  font-weight: 100;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-nav-arrow:hover {
  color: #555;
}

/* Slider Container */
.slider-container {
  flex-grow: 1;
  max-width: calc(100% - 70px);
  padding: 0;
}

.review-cards-row {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  gap: 10px;
}

.review-cards-row::-webkit-scrollbar {
  display: none;
}

.review-card {
  flex: 0 0 calc(100% / 3);
  scroll-snap-align: start;
  min-width: 300px;
  padding: 0 10px;
}

@media (max-width: 991.98px) {
  .review-card {
    flex: 0 0 50%;
  }
}

@media (max-width: 767.98px) {
  .slider-container {
    max-width: 100%;
    margin-top: 15px;
  }
  .review-card {
    flex: 0 0 80%;
  }
}

.review-content {
  background-color: white;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.review-meta {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.reviewer-img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 8px;
}

.reviewer-info {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  flex-grow: 1;
}

.reviewer-name {
  font-weight: 600;
  font-size: 0.95rem;
  color: #444;
  font-family: "Poppins";
}

.review-date {
  font-size: 0.75rem;
  color: #999;
  font-family: "Poppins";
}

.stars-small {
  font-size: 1rem;
  color: var(--star-yellow);
  margin-bottom: 5px;
  letter-spacing: -1px;
}

.review-text {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.4;
  margin-bottom: 0;
  font-family: "Poppins";
}

/* ShipzyCart's Airport Luggage Courier Services - Who is it for? */

.target-audience-section {
  background-color: #f3f7fc;
}

.audience-title {
 font-family: Montserrat;
font-weight: 700;
font-style: Bold;
font-size: 24px;
/*leading-trim: NONE;*/
line-height: 36px;
letter-spacing: 0%;
text-align: center;

}

.audience-item {
  padding: 0 20px;
}

.audience-img-wrapper {
  width: 100%;
  max-width: 231px;
  height: 200px;
  margin: 0 auto 15px;
  overflow: hidden;
  border-radius: 100px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.audience-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.audience-item p {
    padding:0 30px;
  font-size: 13px;
  line-height: 1.5;
  color: #171a1f;
  font-family: "Montserrat";
  font-weight: 700;
}

.audience-item strong {
  font-weight: 700;
  color: #333;
}

/* Why use ShipzyCart's Airport Luggage Services */

.why-use-section {
  background-color: white;
}

.why-use-title {
  font-size: 32px;
  font-weight: 700;
  color: #171a1f;
  font-family: "Montserrat";
}

.feature-grid .feature-item {
  background-color: #ffffff;
  border-radius: 50px;
  border: 1px solid #eee;
  height: 100%;
  width: 100%;
  margin:0 10px;
  box-shadow: 0px 8px 17px 0px #171A1F26;

box-shadow: 0px 0px 2px 0px #171A1F1F;

}

.feature-item:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.feature-grid .col-lg-6 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: flex;
  justify-content: center;
}


.placeholder-box {
  background-color: #ddd;
}
.feature-icon-img {
        width: 30%;
}
.feature-icon-img img {
  max-width: 80%;
  width:100%;
  height: auto;
}

.why-use-section .feature-heading {
  font-size: 17px;
  font-weight: 600;
  color: #171a1f;
  margin-bottom: 0.2rem;
   text-transform: uppercase; 
  font-family: "Montserrat";
   background-color: #dcffa7; 
  padding: 3px 13px;
   border-radius: 25px; 
   text-align: center; 
   box-shadow: 0px 8px 17px 0px #171A1F26;

box-shadow: 0px 0px 2px 0px #171A1F1F;
font-weight: 700;
font-style: Bold;
font-size: 20px;

}

.feature-description {
    margin-top:1rem;
/*font-family: Inter;*/
font-weight: 700;
font-style: Bold;
font-size: 24px;
/*leading-trim: NONE;*/
line-height: 28px;
letter-spacing: 0px;
text-align: center;

}

.feature-cards-container .feature-description {
  color: #565D6D !important;
  font-weight: 400 !important;
  /*font-family: Open Sans !important;*/
}

.feature-text {
    width:70%;
  color: #171a1f;
  font-family: 'Trustindex Poppins';
  font-weight: 400;
  padding: 3px;
}

/* --- Delivery & Locations Section Styles --- */
.delivery-locations-section {
  background-color: #f3f7fc;
}

.delivery-price-title {
/*font-family: Poppins;*/
font-weight: 700;
font-style: Bold;
font-size: 40px;
/*leading-trim: NONE;*/
line-height: 56px;
letter-spacing: 0%;
text-align: center;

}

.price-disclaimer {
/*font-family: Poppins;*/
font-weight: 700;
font-style: Bold;
font-size: 20px;
/*leading-trim: NONE;*/
line-height: 30px;
letter-spacing: 0%;
text-align: center;

}

.locations-title {
    margin:100px 0;
font-family: Montserrat;
font-weight: 700;
font-style: Bold;
font-size: 40px;
/*leading-trim: NONE;*/
line-height: 56px;
letter-spacing: 0%;
text-align: center;

}

.location-item {
  text-align: center;

border-radius: 104px;

}
.locations-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

/* Tablet */
@media (max-width: 768px) {
    .locations-row {
        flex-direction: column;
        gap: 15px;
    }
    .audience-img-wrapper {
  width: 100%;
  max-width: 100%;
  height: 200px;
  margin: 0 auto 15px;
  overflow: hidden;
  border-radius: 100px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
   .feature-icon-img{
        margin-bottom:30px;
    }

}

/* Mobile */
@media (max-width: 480px) {
    .locations-row {
        flex-direction: column;
        gap: 10px;
    }
 
}

.location-img-wrapper {
  width: 100%;
  width: 208px;
height: 320px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 104px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.location-img-wrapper-width {
  width: 100% !important;
  width: 208px !important;
height: 320px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 104px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.location-img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  object-fit: cover;
}

.placeholder-wrapper {
  background-color: #ddd;
}

.location-name {
/*font-family: Montserrat;*/
font-weight: 600;
font-style: SemiBold;
font-size: 24px;
/*leading-trim: NONE;*/
line-height: 36px;
letter-spacing: 0%;
text-align: center;
max-width:150px;
margin-inline:auto;

}


@media (max-width: 575.98px) {
  .feature-item {
    flex-direction: column;
    text-align: center;
    padding: 15px !important;
  }
  .feature-icon-box {
    /*margin: 0 auto 10px auto !important;*/
  }
  .feature-text {
      width:100%;
    text-align: center !important;
  }
  .feature-heading{
           width:100%;
    text-align: center !important; 
  }
  .delivery-price-title {
    font-size: 2.4rem;
  }
  .location-img-wrapper {
    /*height: 140px;*/
  }
}

/* Airport Luggage Concierge Service */

/* --- Concierge Service Section Styles --- */
.concierge-service-section {
  background-color: white;
}

.section-title {
/*font-family: Montserrat;*/
font-weight: 700;
font-style: Bold;
font-size: 40px;
/*leading-trim: NONE;*/
line-height: 56px;
letter-spacing: 0%;
text-align: center;

}

.concierge-item {
 border-bottom: 2px solid #BDC1CA;
  height: 100%;
  padding-top:20px;
  padding-bottom:50px;
}

.concierge-icon-box {
  width: 100px;
  height: 88px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.concierge-icon-box img {
  max-width: 100%;
  height: auto;
}

.concierge-heading {
/*font-family: Montserrat;*/
font-weight: 700;
font-style: Bold;
font-size: 20px;
/*leading-trim: NONE;*/
line-height: 30px;
letter-spacing: 0%;

}

.concierge-description {
/*font-family: Open Sans;*/
font-weight: 400;
font-style: Regular;
font-size: 14px;
/*leading-trim: NONE;*/
line-height: 20px;
letter-spacing: 0%;

}

/* --- Booking Process Section Styles --- */
.booking-process-section {
  background-color: white;
  padding: 150px;
}
.booking-process-section .container{
    max-width:1000px;
    margin-inline:auto;
}

.process-heading {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 2rem;
  padding-bottom: 5px;
  font-family: "Montserrat";
}

.pickup-heading {
  color: #007bff;
  border-color: #007bff;
}

.drop-heading {
  color:#0074FF;
}

.process-steps {
  padding-left: 20px;
  border-left: 2px solid #ccc;
  position: relative;
}

.step-item {
  margin-bottom: 30px;
  position: relative;
}

.step-item::before {
  content: "";
  position: absolute;
  left: -27px;
  top: 5px;
  width: 15px;
  height: 15px;
  background-color: #ccc;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 0 0 0 1px #ccc;
  z-index: 2;
}

.active-step::before {
  background-color: #007bff;
  box-shadow: 0 0 0 1px #007bff;
}

.drop-column .active-step::before {
  background-color: #0056b3;
  box-shadow: 0 0 0 1px #0056b3;
}

.last-step {
  margin-bottom: 0;
}

.step-title {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.2rem;
}

.step-description {
/*font-family: Poppins;*/
font-weight: 400;
font-style: Regular;
font-size: 14px;
/*leading-trim: NONE;*/
line-height: 20px;
letter-spacing: 0px;
text-align: center;
color:#000000;

}

@media (max-width: 991.98px) {
    .booking-process-section {
  background-color: white;
  padding: 0px;
}
  .process-heading {
    margin-top: 1rem;
    text-align: center;
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
  .process-columns {
    flex-direction: column;
  }
  .process-column {
    padding: 0 15px;
  }
}

/* Our Trusted Airport Team */
.list-icon {
    height: 14px;
    transform: translateX(-10px);
}

/* --- Our Trusted Airport Team Section Styles --- */
.team-section {
  background-color: #F8F9FA;
}

.team-photos {
    display: grid;
    gap: 2rem;
    max-width: 500px;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
}

.team-member-img-wrapper {
    height:300px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.team-member-img {
  position: absolute;
  top: 0;
  left: 0;
   height:100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

/* Background colors matching the screenshot */
.blue-bg {
  background-color: #e0f7ff;
}
.green-bg {
  background-color: #f0fff0;
}
.light-blue-bg {
  background-color: #e6e6ff;
}
.dark-blue-bg {
  background-color: #d0e0ff;
}

.team-features {
  padding-left: 30px;
}

.team-features .feature-list {
  margin-top: 0;
  padding-left: 0;
}

.team-features li {
 /*font-family: Poppins;*/
font-weight: 700;
font-style: Bold;
font-size: 24px;
/*leading-trim: NONE;*/
    margin-bottom: 50px;
line-height: 22px;
letter-spacing: 0%;

}

.team-features .check-icon {
  color: #323743;
  margin-right: 10px;
  font-weight: 700;
  transform: translateY(-7px);
}

/* --- Value Added Services Section Styles --- */
.value-added-section {
  background-color: white;
}

.service-subtitle {
  font-size: 0.95rem;
  color: #171a1f;
  font-family: Montserrat;
  font-weight: 600;
}

.service-heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: #171a1f;
  margin-bottom: 1rem;
  font-family: "Montserrat";
  text-align: center;
}

.service-description {
  color: #171a1f;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Montserrat";
}

.service-img-wrapper {
  overflow: hidden;
}

.service-img {
    object-fit:cover;
  width: 100%;
  height: 275px;
  display: block;
}

/* Mobile adjustments */
@media (max-width: 991.98px) {
  .team-features {
    padding-left: 15px;
    margin-top: 20px;
    text-align: center !important;
  }
  .team-features li {
    justify-content: center;
  }
  .luggage-storage-block,
  .extra-boxes-block {
    text-align: center;
  }
}

/* Items we ship */

/* --- Items We Can Ship / Prohibited Items Styles --- */
.items-section {
  background-color:#f8f9fa;
}

.items-heading {
  font-size: 30px;
  font-weight: 700;
  color: #171a1f;
  font-family: "Montserrat";
}

.item-icon-box {
 
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item-icon {
 width: 177px;
  height: 133px;
  object-fit:contain;
}

.item-name {
  font-size: 0.85rem;
  color: #171a1f;
  font-weight: 700;
  font-family: "Poppins";
}

/* --- Work Before Courier Section Styles (Gallery) --- */
.work-before-courier-section {
  background-color: white;
}

.image-gallery {
  max-width: 600px;
  margin: 0 auto;
}

.gallery-img-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.gallery-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* --- Payment Methods Section --- */
.payment-methods-section {
  background-color: #fff;
}

.payment-card {
  border: 1px solid #ddd !important;
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
}

.payment-card h5 {
 font-family: "Montserrat", sans-serif !important;
  font-weight: 600;
}

.payment-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08) !important;
}

.payment-img {
  max-height: 120px;
  object-fit: contain;
}

.payment-logos {
  min-height: 150px;
  justify-content: center;
}

.payment-logo {
  max-height: 40px;
  width: auto;
}

.payment-logo-large {
  max-height: 30px;
  width: auto;
}

.logo-row {
  display: flex;
  justify-content: center;
  width: 100%;
}

.payment-note {
  font-size: 0.85rem;
  line-height: 1.4;
  min-height: 50px;
  font-weight: 400;
}

/* --- What Our Customers Say Section --- */
.customer-say-section {
  background-color: #ffffff;
}

.testimonial-avatar-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;      /* This is the MOST important part */
    margin: 0 auto 15px;
    border: 4px solid #f0f0f0;
}

.testimonial-avatar {
 width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}


.testimonial-card p {
/*font-family: Inter;*/
font-weight: 500;
font-style: Medium;
font-size: 16px;
/*leading-trim: NONE;*/
line-height: 24px;
letter-spacing: 0px;

}

.quote-text {
/*font-family: Inter;*/
font-weight: 400;
font-style: Italic;
font-size: 18px;
/*leading-trim: NONE;*/
line-height: 28px;
letter-spacing: 0px;

}

/* --- FAQ Section --- */
.faq-section {
  background-color:#FAFAFB;
}

/* Style for the Accordion */
.faq-accordion {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-item {
    background:#FAFAFB !important;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.accordion-item:last-of-type {
  border-bottom: 1px solid #dee2e6 !important;
}

.accordion-button {
  font-size: 1.1rem;
  font-weight: 500;
  color: #333;
  padding: 1rem 1.25rem;
  background-color: #fff;
  transition: background-color 0.3s ease;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button::after {
  margin-left: auto;
}

/* Style for the descriptive box */
.faq-desc-box {
  border-color: #e0e0e0 !important;
  background-color: #fcfcfc;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Montserrat";
}

.faq-desc-box p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
  font-family: "Montserrat";
}

/* ============================================== */
/* B2B CSS  */
/* ============================================== */

/* --- B2B Hero Section Styles --- */
.hero-b2b-section {
  background-color: white;
  padding-top: 80px;
  padding-bottom: 80px;
}

.hero-title {
/*font-family: Inter;*/
font-weight: 700;
font-style: Bold;
font-size: 48px;
/*leading-trim: NONE;*/
line-height: 60px;
letter-spacing: 0px;

  /*font-family: "Inter";*/
}

.hero-subtitle {
/*font-family: Inter;*/
font-weight: 700;
font-style: Bold;
font-size: 18px;
/*leading-trim: NONE;*/
line-height: 28px;
letter-spacing: 0px;

}
@media (min-width: 992px) {
  .hero-subtitle {
    margin-left: 0;
    margin-right: 0;
  }


}

.hero-b2b-section .btn-primary-custom {
  background-color: #007bff;
  border-color: #007bff;
  color: white;
  font-weight: 500;
  padding: 12px 25px;
  border-radius: 5px;
  font-size: 1rem;
  text-transform: none;
}
.hero-b2b-section .btn-primary-custom:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}

.hero-image-circle {
  width: 100%;
  padding-top: 70%;
  position: relative;
  border-radius: 225px;
  overflow: hidden;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.hero-image-circle img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* --- B2B Solutions Section Styles --- */
.b2b-solutions-section {
  background-color: #f3f7fc;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-title-dark {
/*font-family: Montserrat;*/
font-weight: 700;
font-style: Bold;
font-size: 40px;
/*leading-trim: NONE;*/
line-height: 36px;
letter-spacing: 0px;
text-align: center;

}

.section-description {
/*font-family: Poppins;*/
font-weight: 400;
font-style: Regular;
font-size: 16px;
/*leading-trim: NONE;*/
line-height: 24px;
letter-spacing: 0px;
text-align: center;
color:#171A1F;

}

.solution-item {
  text-align: center;
}

.solution-icon-box {
  width: 140px;
  height: 80px;
  margin: 0 auto 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution-icon {
  max-width: 100%;
  height: auto;
}

.solution-name {
    margin-top:50px !important;
  font-size: 18px;
  font-weight: 600;
  color: #171a1f;
  font-family: "Montserrat";
}

/* Specific styling for the solution buttons */
.solution-buttons .btn-primary-custom {
  background-color: #0074ff;
  color: white;
  font-weight: 500;
  padding: 10px 40px;
  border-radius: 50px;
  font-size: 18px;
  text-transform: none;
  /*font-family: "Poppins";*/
}
.solution-buttons .btn-primary-custom:hover {
  background-color: #0056b3;
}

@media (max-width: 767.98px) {
  .hero-title {
    font-size: 2.2rem;
  }
  .hero-subtitle {
    font-size: 1rem;
  }
  .solution-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .solution-buttons .btn-primary-custom {
    width: 80%;
    margin: 0 auto;
  }
    .hero-title {
line-height:2.4rem;

  /*font-family: "Inter";*/
}
}

/* ============================================== */
/* B2B */
/* ============================================== */

/* --- B2B Multi-Modal Shipping Journey Styles --- */
.shipping-journey-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.journey-container {
  max-width: 1350px;
  margin: 0 auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 20px;
}

.journey-track-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 20px;
  background-color: #dcffa7;
  border-radius: 50px;
  position: relative;
  width:100%;
  min-width: 1350px !important;
}

/* Vertical line through the track  */
/* .journey-track-wrapper::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    height: 2px;
    background-color: #d3d3d3;
    z-index: 0;
} */

.journey-step {
  flex-basis: 120px;
  flex-shrink: 0;
  z-index: 1;
  position: relative;
  text-align: center;
}

.arrow-connector {
  color: #00304a;
  font-size: 1.5rem;
  align-self: center;
  margin: 0 5px;
}

.journey-step:last-child .arrow-connector {
  display: none;
}

.step-icon-circle {
  width: 64px;
  height: 64px;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #00304a;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-icon-circle img {
  max-width: 32px;
  height: auto;
}

.step-heading {
/*font-family: Montserrat;*/
font-weight: 600;
font-style: SemiBold;
font-size: 18px;
/*leading-trim: NONE;*/
line-height: 28px;
letter-spacing: 0px;
text-align: center;
padding: 0 20px;

}

.step-description {
/*font-family: Poppins;*/
font-weight: 400;
font-style: Regular;
font-size: 14px;
/*leading-trim: NONE;*/
line-height: 20px;
letter-spacing: 0px;
text-align: center;
padding: 0 20px;

}

/* --- Key Business Metrics Section Styles --- */
/* Business Metrics Section */
.business-metrics-section {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.business-metrics-section .container {
  max-width: 1200px;
}

/* Grid Layout - Custom 3-column layout */
.business-metrics-section .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  grid-auto-rows: 1fr; /* ← This makes all rows the same height */
}
.business-metrics-section .col-lg-6 {
  width: 100%;
  padding: 0;
  display: flex; /* ← Makes the column a flex container */
}
/* First card - takes 1 column */
.business-metrics-section .col-lg-6:nth-child(1) {
  grid-column: span 1;
  
}

/* Second card - takes 2 columns */
.business-metrics-section .col-lg-6:nth-child(2) {
  grid-column: span 2;
}

/* Third card - takes 2 columns */
.business-metrics-section .col-lg-6:nth-child(3) {
  grid-column: span 2;
}

/* Fourth card - takes 1 column */
.business-metrics-section .col-lg-6:nth-child(4) {
  grid-column: span 1;
}

.business-metrics-section .col-lg-6 {
  width: 100%;
  padding: 0;
}

/* Metric Cards - Base Styling */
.metric-card {
     border-radius: 24px;
  height: 100%; /* ← Stretches card to fill the column */
  padding: 50px 40px !important;
  border-radius: 24px;
  min-height: 240px;
  padding: 50px 40px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  transition: transform 0.3s ease;
}
.metric-number p{
    margin-bottom:0px !important;
}
.metric-number p span{
    /*font-family: Poppins;*/
font-weight: 700 !important;
font-style: Bold !important;
font-size: 45px !important;
/*leading-trim: NONE;*/
line-height: 68px;
letter-spacing: 0%;


}
.metric-card:hover {
  transform: scale(1.02);
}

/* Card Color Variants - Exact Match */
.dark-blue-card {
  background: linear-gradient(135deg, #0d3b52 0%, #0a2e3e 100%);
  color: #fff;
}

.light-green-card {
  background: linear-gradient(135deg, #dbff9d 0%, #c8f77b 100%);
  color: #0a2e3e;
}

.light-blue-card {
  background: linear-gradient(135deg, #dce9f5 0%, #d0e3f7 100%);
  color: #0a2e3e;
  width: -webkit-fill-available;
}

.light-card {
    width: -webkit-fill-available;
  background: linear-gradient(135deg, #f5fbff 0%, #ebf5fd 100%);
  color: #0a2e3e;
  /*border: 1px dashed #b0d4f1;*/
}

/* Metric Number Styling */
.metric-number {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
  /*margin-bottom: 15px;*/
  position: relative;
  z-index: 2;
  letter-spacing: -1px;
}

/* Specific number colors per card */
.dark-blue-card .metric-number p span {
  color: #ffffff !important;
  line-height:50px;
  font-size:45px !important;
}

.light-green-card .metric-number {
  color: #0066ff;
  max-width:80%;
  /*margin-inline:auto;*/
}

.light-blue-card .metric-number {
  color: #0a2e3e;
  font-weight: 900;
  
  max-width:80%;
}

.light-card .metric-number {
  color: #0a2e3e;
}
..metric-number{
    margin-bottom:0px !important;
}
.dark-blue-card .metric-number p{
    /*font-family: Poppins;*/
font-weight: 700  !important;
font-style: Bold  !important;
font-size: 48px !important;
/*leading-trim: NONE;*/
line-height: 1.3 !important;
letter-spacing: 0%;

}
.dark-blue-card .metric-text{
/*font-family: Poppins;*/
font-weight: 700;
font-style: Bold;
font-size: 45px;
/*leading-trim: NONE;*/
line-height: 1.3;
letter-spacing: 0%;
color:#cffa87 !important;
}
.light-card .metric-number p{
    /*font-family: Montserrat;*/
font-weight: 700;
font-style: Bold;
font-size: 32px;
/*leading-trim: NONE;*/
line-height: 48px;
letter-spacing: 0%;

}
.light-card .metric-text{
    display:contents !important;
/*font-family: Poppins;*/
font-weight: 300;
font-style: Regular;
font-size: 20px !important;
/*leading-trim: NONE;*/
line-height: 30px;
letter-spacing: 0%;
color:#323743;


}
/* Metric Text Styling */
.metric-text {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  position: relative;
  z-index: 2;
  color:#0066ff;
  /*max-width: 65%;*/
}
.light-blue-card .metric-text {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  position: relative;
  z-index: 2;
  color:#0066ff !important;
  /*max-width: 65%;*/
}
.light-card .metric-text {
  font-size: 45px !important;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  position: relative;
  z-index: 2;
  color:#0066ff !important;
  /*max-width: 65%;*/
}
.dark-blue-card .metric-text {
  color: #fff;
}

.light-green-card .metric-text {
  color: #0a2e3e;
  /*font-family: Poppins;*/
font-weight: 700;
font-style: Bold;
font-size: 48px;
/*leading-trim: NONE;*/
line-height: 68px;
letter-spacing: 0%;


}

.light-blue-card .metric-text {
  color: #0a2e3e;
}

/*.light-card .metric-text {*/
/*  color: #0a2e3e;*/
/*  font-size: 1.3rem;*/
/*  font-weight: 600;*/
/*  max-width: 70%;*/
/*}*/

/* Feature Link Styling */
.feature-link {
  font-size: 1rem;
  font-weight: 600;
  color: inherit;
  text-decoration: underline;
  margin-top: 20px;
  display: inline-block;
  position: relative;
  z-index: 2;
  transition: opacity 0.3s ease;
}

.feature-link:hover {
  opacity: 0.8;
}

.light-card .feature-link {
  color: #0066ff;
}

/* Icon Positioning Classes */
.metric-icon-overlay {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 200px;
  height: 200px;
  z-index: 1;
}

.metric-icon-overlay img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.15;
}

/* Top Right Icon */
.metric-icon-top-right {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 200px;
  height: 200px;
  z-index: 1;
}

.metric-icon-top-right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Small Bottom Right */
.metric-icon-overlay-small-bottom {
  position: absolute;
  bottom: -50px;
  right: -25px;
  width: 120px;
  height: 120px;
  z-index: 1;
}

.metric-icon-overlay-small-bottom img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Center Right Icon */
.metric-icon-overlay-small {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  /*width: 90px;*/
  /*height: 90px;*/
  z-index: 1;
}

.metric-icon-overlay-small img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Responsive - Tablet */
@media (max-width: 992px) {
  .business-metrics-section {
    padding: 60px 0;
  }

  /* Tablet: 2 columns layout */
  .business-metrics-section .row {
    grid-template-columns: 1fr 1fr;
  }

  /* First card - takes 1 column */
  .business-metrics-section .col-lg-6:nth-child(1) {
    grid-column: span 1;

  }

  /* Second card - takes 1 column */
  .business-metrics-section .col-lg-6:nth-child(2) {
    grid-column: span 1;
  }

  /* Third card - takes 1 column */
  .business-metrics-section .col-lg-6:nth-child(3) {
    grid-column: span 1;
  }

  /* Fourth card - takes 1 column */
  .business-metrics-section .col-lg-6:nth-child(4) {
    grid-column: span 1;
  }

  .business-metrics-section .row {
    gap: 15px;
  }

  .metric-card {
      width:100%;
    min-height: 200px;
    padding: 35px 30px !important;
  }

  .metric-number {
    font-size: 2.8rem;
  }

  .metric-text {
    font-size: 1.3rem;
  }

  .metric-icon-overlay {
    width: 150px;
    height: 150px;
  }

  .metric-icon-top-right {
    width: 100px;
    height: 100px;
  }

  .metric-icon-overlay-small-bottom {
    width: 100px;
    height: 100px;
  }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
  .business-metrics-section {
    padding: 50px 0;
  }

  /* Mobile: single column */
  .business-metrics-section .row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* All cards take 1 column */
  .business-metrics-section .col-lg-6:nth-child(1),
  .business-metrics-section .col-lg-6:nth-child(2),
  .business-metrics-section .col-lg-6:nth-child(3),
  .business-metrics-section .col-lg-6:nth-child(4) {
    grid-column: span 1;
  }

  .metric-card {
    min-height: 220px;
    padding: 40px 30px !important;
    border-radius: 20px;
  }

  .metric-number {
    font-size: 2.5rem;
  }

  .metric-text {
    font-size: 1.2rem;
    max-width: 70%;
  }

  .feature-link {
    font-size: 0.95rem;
  }

  .metric-icon-overlay {
    width: 130px;
    height: 130px;
    bottom: -10px;
    right: -10px;
  }

  .metric-icon-top-right {
    width: 90px;
    height: 90px;
    top: 20px;
    right: 20px;
  }

  .metric-icon-overlay-small-bottom {
    width: 90px;
    height: 90px;
  }

  .metric-icon-overlay-small {
    width: 75px;
    height: 75px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .business-metrics-section {
    padding: 40px 0;
  }

  .metric-card {
    min-height: 200px;
    padding: 35px 25px !important;
    border-radius: 16px;
  }

  .metric-number {
    font-size: 2.2rem;
  }

  .metric-text {
    font-size: 1.1rem;
    max-width: 65%;
  }

  .light-card .metric-text {
    font-size: 1rem;
  }

  .feature-link {
    font-size: 0.9rem;
    margin-top: 15px;
  }

  .metric-icon-overlay {
    width: 110px;
    height: 110px;
  }

  .metric-icon-top-right {
    width: 75px;
    height: 75px;
    top: 15px;
    right: 15px;
  }

  .metric-icon-overlay-small-bottom {
    width: 75px;
    height: 75px;
    bottom: 15px;
    right: 15px;
  }

  .metric-icon-overlay-small {
    width: 60px;
    height: 60px;
  }
}

/* Feature Card Details */
.feature-name-heading {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.feature-name-description {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 0.5rem;
}

.feature-link {
  font-size: 0.85rem;
  color: #007bff;
  text-decoration: underline;
  font-weight: 500;
}

/* Mobile Adjustments */
@media (max-width: 767.98px) {
  .journey-track-wrapper {
    min-width: 900px;
    padding: 20px 10px;
  }
}

/* ------------------------------ */

/* --- Curated Logistics Services Section --- */
.logistics-services-blue-bg {
  background-color:#0074FF;
}

/* --- Title Styling --- */
.logistics-title {
/*font-family: Poppins;*/
font-weight: 700;
font-style: Bold;
font-size: 50px;
/*leading-trim: NONE;*/
line-height: 64px;
letter-spacing: 3px;
text-align: center;
color:#FFFFFF;

}

/* --- Left Custom Text Box --- */
.logistics-custom-box {
  background-color: #dcffa7;
  color: #171a1f;
  border-radius: 12px;
  /*max-width: 450px;*/
  font-size: 1.1rem;
  font-weight: 500;
  border: 2px solid #b8e66a;
}
.logistics-custom-box p{
/*font-family: Poppins;*/
font-weight: 400;
font-style: Regular;
font-size: 24px;
/*leading-trim: NONE;*/
line-height: 28px;
letter-spacing: 0px;
text-align: center;

}

/* --- Service Card Styling --- */
.logistics-card {
  background-color: #fff;
  color: #333;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-family: "Poppins";
}

.card-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
}

.card-icon-orange {
  background-color: #ff9966;
  margin-left: 40px;
}

.card-icon-green {
  background-color: #66cc99;
  margin-left: 50px;
}

.card-title-text {
/*font-family: Poppins;*/
font-weight: 600;
font-style: SemiBold;
font-size: 20px;
/*leading-trim: NONE;*/
line-height: 28px;
letter-spacing: 0px;

}

.card-text-small {
/*font-family: Poppins;*/
font-weight: 400;
font-style: Regular;
font-size: 16px;
/*leading-trim: NONE;*/
line-height: 24px;
letter-spacing: 0px;
color:#6B7280;

}

/* --- Clients Section Styling (White Background) --- */
.clients-section-white-bg {
  background-color: #fff;
  padding-top: 3rem;
}

.client-section-title {
/*font-family: Roboto;*/
font-weight: 800;
font-style: ExtraBold;
font-size: 48px;
/*leading-trim: NONE;*/
line-height: 60px;
letter-spacing: -1.2px;
text-align: center;

}

.client-logos-grid {
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap: 20px;
  margin: 0 auto;
  margin-top: 50px;
}

.logohrtag {
  color: white;
}

.client-logo-box {
  background-color: #fff;
  border-radius: 50px;
  padding: 10px;
  height: 130px;
 box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1),
                0 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 50px; /* For the pill shape */
    transition: box-shadow 0.3s ease;

  border: 1px solid #eee;
}
.logistics-card-list{
    max-width:90%;
    float:right;
    box-shadow: 0px 8px 17px 0px #171A1F26;

/*box-shadow: 0px 0px 2px 0px #171A1F1F;*/

}
.img-fluid{
    width:auto;
    height:57px;
}
.client-card{
    /*width:400px;*/
    display:flex;
    align-items:center;
    justify-content:center;
}

/* Tablets and smaller laptops */
@media (max-width: 992px) {
    .client-logos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-top: 40px;
    }
}

/* Mobile devices */
@media (max-width: 768px) {
    .client-logos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-top: 30px;
    }
    .logistics-card .content{
    width:100%;
}

}

/* Small mobile devices */
@media (max-width: 480px) {
    .client-logos-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 20px;
        padding: 0 15px;
    }
}

/* Media query for better responsiveness on small screens */
@media (max-width: 767.98px) {
  .logistics-title {
    font-size: 2.5rem;
  }
  .logistics-custom-box {
    max-width: 100%;
  }
}

/* ------------------------------ */

/* --- Real Impact Section Styling --- */
.real-impact-section {
  background-color: #f8f9fa;
  font-family: Arial, sans-serif;
}

.impact-title {
/*font-family: Roboto;*/
font-weight: 800;
font-style: ExtraBold;
font-size: 48px;
/*leading-trim: NONE;*/
line-height: 60px;
letter-spacing: -1.2px;
text-align: center;

}

.impact-subtitle {
/*font-family: Roboto;*/
font-weight: 700;
font-style: Bold;
font-size: 20px;
/*leading-trim: NONE;*/
line-height: 28px;
letter-spacing: 0px;
text-align: center;

}

/* --- Impact Card Styling --- */
.impact-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.card-logo-top {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.act-logo img {
  max-width: 80%;
  max-height: 80px;
}

.wakefit-logo img {
  max-width: 80%;
  max-height: 80px;
}

.allway-logo img {
  max-width: 80%;
  max-height: 80px;
}

.adidas-logo img {
  max-width: 80%;
  max-height: 80px;
}

.card-main-title {
/*font-family: Roboto;*/
font-weight: 600;
font-style: SemiBold;
font-size: 20px;
/*leading-trim: NONE;*/
line-height: 28px;
letter-spacing: 0px;
text-align: center;

}

.card-sub-title {
/*font-family: Open Sans;*/
font-weight: 400;
font-style: Regular;
font-size: 16px;
/*leading-trim: NONE;*/
line-height: 24px;
letter-spacing: 0px;
text-align: center;

}

.impact-card img {
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .impact-title {
    font-size: 2rem;
  }
  .impact-subtitle {
    font-size: 1rem;
  }
  .logistics-card-list {
    max-width: 100%;
    /* float: right; */
}
}

@media (max-width: 767.98px) {
  .impact-title {
    font-size: 1.8rem;
  }
  .impact-card {
    margin-bottom: 1.5rem;
  }
  .impact-card:last-child {
    margin-bottom: 0;
  }
}

/* ------------------------- */

/* --- Services Section Styling --- */
/* Services Offers Section Layout */
.services-offers-section {
    padding: 80px 0;
    background: #fff;
}

.services-title {
    font-size: 2.5rem;
    margin-bottom: 60px;
    color: #1a1a1a;
}

/* Service Row Layout */
.services-offers-section .row {
    margin-bottom: 80px;
    position: relative;
}

.services-offers-section .row:last-child {
    margin-bottom: 0;
}

/* Text Column */
.service-text-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
}

.service-main-title {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 40px;
}

.service-description {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    margin: 0; /* Remove default margin */
}

/* Image Column */
.service-image-column {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.service-image-box {
    width: 100%;
    max-width: 450px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-image-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}

.service-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

/* Tablet View */
@media (max-width: 992px) {
    .services-title {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .service-text-column {
        padding: 30px 20px;
        text-align: center;
    }

    .service-main-title {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .service-description {
        font-size: 0.95rem;
    }

    .service-image-box {
        max-width: 100%;
        margin: 0 auto;
    }

    .services-offers-section .row {
        margin-bottom: 50px;
    }
}

/* Mobile View - Text Above Image for ALL rows */
@media (max-width: 768px) {
    .services-offers-section {
        padding: 40px 0; /* Reduced padding */
    }

    .services-title {
        font-size: 1.75rem;
        margin-bottom: 30px;
    }

    /* Force flex column to stack vertically */
    .services-offers-section .row {
        margin-bottom: 30px; /* Reduced gap between rows */
        display: flex !important;
        flex-direction: column !important;
    }

    /* Text column always first */
    .service-text-column {
        padding: 0 15px; /* Remove vertical padding */
        text-align: center;
        order: -1 !important;
        margin-bottom: 15px; /* Small gap between text and image */
    }

    .service-main-title {
        font-size: 1.3rem;
        margin-bottom: 10px; /* Reduced gap */
    }

    .service-description {
        font-size: 0.9rem;
        line-height: 1.6;
        margin: 0; /* Remove margin */
    }

    /* Image column always second */
    .service-image-column {
        padding: 0 15px; /* Remove vertical padding */
        margin: 0; /* Remove margin */
        order: 1 !important;
    }

    .service-image-box {
        max-width: 350px;
        border-radius: 15px;
    }

    .service-img {
        border-radius: 15px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .services-offers-section {
        padding: 30px 0; /* Further reduced padding */
    }

    .services-title {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .services-offers-section .row {
        margin-bottom: 25px; /* Tighter gap */
    }

    .service-text-column {
        padding: 0 10px;
        margin-bottom: 12px;
        order: -1 !important;
    }

    .service-main-title {
        font-size: 1.2rem;
        margin-bottom: 8px;
    }

    .service-description {
        font-size: 0.85rem;
        line-height: 1.5;
    }

    .service-image-column {
        padding: 0 10px;
        order: 1 !important;
    }

    .service-image-box {
        max-width: 100%;
        border-radius: 12px;
    }

    .service-img {
        border-radius: 12px;
    }
}



/* -------------------------------------------------- */

/* --- Testimonials Section Styling --- */
.testimonials-section {
  background-color: #f7f8fa;
  font-family: Arial, sans-serif;
}

.testimonial-title {
/*font-family: Inter;*/
font-weight: 500;
font-style: Medium;
font-size: 36px;
/*leading-trim: NONE;*/
line-height: 40px;
letter-spacing: 0px;
text-align: center;

}

/* --- Testimonial Card Styling --- */
.testimonial-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
}

.quote-text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #495057;
  margin-bottom: 0;
}

/* --- Customer Attribution Styling --- */
.customer-avatar {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.customer-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.customer-name {
  font-size: 0.9rem;
  color: #333;
  line-height: 1.4;
}

/* Media query for smaller screens */
@media (max-width: 767.98px) {
  .testimonial-card {
    padding: 20px;
  }
  .quote-text {
    font-size: 1rem;
  }
}

/* ------------------------------------------- */

/* Partner Logos Section */
.partner-logos-section {
  background-color: #ffffff;
  padding: 80px 0;
  font-family: Arial, sans-serif;
}

.partner-logos-section .partner-logos-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.partner-logos-section .partner-title {
  color: #171a1f;
/*font-family: Montserrat;*/
font-weight: 700;
font-style: Bold;
font-size: 40px;
/*leading-trim: NONE;*/
line-height: 56px;
letter-spacing: 0%;
text-align: center;

  margin-bottom: 60px;
  text-align: center;
}

/* Logo Grid with Dotted Line Separator */
.partner-logos-section .logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 60px;
  align-items: center;
  justify-items: center;
  position: relative;
}

/* Dotted line between rows */
/*.partner-logos-section .logo-grid::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  left: 0;*/
/*  right: 0;*/
/*  top: calc(50% - 20px);*/
/*  height: 2px;*/
/*  border-top: 2px dashed #d0d0d0;*/
/*  z-index: 0;*/
/*}*/

.partner-logos-section .logo-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 10px;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

/* Center the 5th and 6th logos (bottom row) */
.partner-logos-section .logo-box:nth-child(5) {
  grid-column: 2 / 3;
}

.partner-logos-section .logo-box:nth-child(6) {
  grid-column: 3 / 4;
}

.partner-logos-section .partner-logo {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.partner-logos-section .logo-box:hover .partner-logo {
  transform: scale(1.05);
}

/* Tablet View */
@media (max-width: 992px) {
  .partner-logos-section {
    padding: 60px 0;
  }

  .partner-logos-section .partner-title {
    font-size: 32px;
    line-height:36px;
    margin-bottom: 40px;
  }

  .partner-logos-section .logo-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 40px;
  }

  .partner-logos-section .logo-grid::before {
    top: calc(33.333% - 15px);
  }

  /* Reset centering for tablet */
  .partner-logos-section .logo-box:nth-child(5),
  .partner-logos-section .logo-box:nth-child(6) {
    grid-column: auto;
  }

  .partner-logos-section .logo-box {
    height: 70px;
  }
}

/* Mobile View */
@media (max-width: 767.98px) {
  .partner-logos-section {
    padding: 50px 0;
  }

  .partner-logos-section .partner-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .partner-logos-section .logo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 30px;
  }

  .partner-logos-section .logo-grid::before {
    display: none;
  }

  .partner-logos-section .logo-box {
    height: 60px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .partner-logos-section {
    padding: 40px 0;
  }

  .partner-logos-section .partner-title {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .partner-logos-section .logo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .partner-logos-section .logo-box {
    height: 50px;
  }
}

/* ============================================== */
/* Luggage Page  */
/* ============================================== */

/* Header Styling */
.text-primary {
  color: #0074ff !important;
  font-size: 42px;
  /*font-family: "Poppins";*/
  font-weight: 700;
}

.luggage-image-placeholder img {
  position: relative;
}
.luggage-btn {
  background: #0074FF;
  border-radius: 12px;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  border: none;
  padding: 15px 40px;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.luggage-btn:hover {
  background: #005cd1;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0px 8px 17px rgba(0, 116, 255, 0.3);
}

/* ===== Responsive Styles ===== */

/* Tablets (up to 992px) */
@media (max-width: 992px) {
  .luggage-btn {
    font-size: 20px;
    line-height: 36px;
    padding: 12px 32px;
  }
}

/* Mobile Landscape (up to 768px) */
@media (max-width: 768px) {
  .luggage-btn {
    font-size: 18px;
    line-height: 32px;
    padding: 10px 28px;
  }
}

/* Mobile Portrait (up to 480px) */
@media (max-width: 480px) {
  .luggage-btn {
    font-size: 16px;
    line-height: 28px;
    padding: 8px 24px;
    border-radius: 10px;
  }
}



h3 {
  color: #333;
  font-weight: 700;
  font-size: 40px;
  /*font-family: "Poppins";*/
  color: #00304a;
}

/* Feature List Styling */
.features-list {
  margin-top: 20px;
  padding-left: 0;
}

.features-list li {
  font-size: 21px;
  color: #171a1f;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  /*font-family: "Poppins";*/
  font-weight: 700;
}

.features-list i {
  font-size: 1.2rem;
  color: #171a1f;
}

/* Button Styling  */
.btn-primary {
  background-color:#0074FF;
  font-weight: 600;
  margin-top: 40px;
}
.custom-list{
    margin:0px 0px 50px 0 ;
}
@media (max-width: 768px) {
/*    .luggage-btn*/
/* {*/
/*    background: #0074FF;*/
/*    border-radius: 12px;*/
    /* font-family: Poppins; */
/*    font-weight: 700;*/
/*    font-style: Bold;*/
/*    font-size: 14px;*/
/*    leading-trim: NONE;*/
/*    line-height: 40px;*/
/*    letter-spacing: 0%;*/
/*    text-align: center;*/
/*    border: 1px solid #00000000;*/
/*    padding: 15px 20px;*/
    /* margin-top: 50px; */
/*    color: #ffffff;*/
/*    text-decoration: none;*/
/*}*/
  .btn-lg {
    width: 100% !important;
  }
  .image-wrapper {
    width: 300px;
    height: 300px;
    margin:0px;
  }
  .text-content {
    text-align: center;
  }
  .features-list {
    display: inline-block;
    text-align: left;
  }
}

/* Custom CSS for Travel Light Section */

.travel-light-section {
  font-family: Arial, sans-serif;
  background-color: #f8f9fa;
}

.travel-light-section h2 {
/*font-family: Montserrat;*/
font-weight: 700;
font-style: Bold;
font-size: 40px;
/*leading-trim: NONE;*/
line-height: 56px;
letter-spacing: 0%;
text-align: center;

}

/* Card Styling */
.travel-light-section .card {
  border-radius: 10px;
  transition: transform 0.2s ease-in-out;
}

.travel-light-section .card:hover {
  transform: translateY(-5px);
}

.travel-light-section .card-img-top {
  height: 230px;
  object-fit: cover;
}

.travel-light-section .card-text {
  line-height: 1.4;
  color: #171a1f;
  font-family: "Montserrat";
  font-weight: 700;
}

@media (max-width: 768px) {
  .travel-light-section h2 {
    font-size: 2rem;
  }
}

/* Who we are  */

.who-we-are-section {
  font-family: Arial, sans-serif;
  background-color: #fff;
}

/* Central Text Styling */
.who-we-are-section h2 {
  color: #333;
  font-size: 3rem;
}

.who-we-are-section .lead {
  color: #666;
  font-size: 1.1rem;
}

/* Decorative Icon Styling */
.decorative-icon {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.icon-placeholder {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: bold;
  overflow: hidden;
}

.icon-placeholder .placeholder-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.left-icon .icon-placeholder {
  background-color: #d1ffb3;
}

.right-icon .icon-placeholder {
  background-color: #b3e6ff;
}

/* Small Decorative Dots */
.dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

/* Left Icon Dots */
.left-icon .dot-one {
  top: 0px;
  left: 20px;
}

.left-icon .dot-two {
  bottom: 0px;
  right: 15px;
}

/* Right Icon Dots */
.right-icon .dot-three {
  top: 5px;
  right: 20px;
}

.right-icon .dot-four {
  bottom: 10px;
  left: 10px;
}

/* Statistics Styling */
.statistic-item h3 {
  color: #007bff;
  font-size: 3.5rem;
}

.statistic-item p {
  color: #6c757d;
  font-size: 1rem;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .who-we-are-section h2 {
    font-size: 2.5rem;
  }
  .decorative-icon {
    width: 100px;
    height: 100px;
  }
  .icon-placeholder {
    width: 60px;
    height: 60px;
  }
  .statistic-item h3 {
    font-size: 2.8rem;
  }
}

@media (max-width: 767.98px) {
  .who-we-are-section h2 {
    font-size: 2rem;
  }
  .lead {
    font-size: 1rem;
  }
  .decorative-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }
  .icon-placeholder {
    width: 50px;
    height: 50px;
  }
  .dot {
    width: 12px;
    height: 12px;
  }
  .statistic-item h3 {
    font-size: 2.2rem;
  }
  .order-1,
  .order-2 {
    order: unset !important;
    margin-bottom: 20px;
  }
  .order-0 {
    order: -1 !important;
  }
}

/* Why Choose ShipzyCart's */

.why-choose-section {
  font-family: Arial, sans-serif;
  background-color: #fff;
}

.why-choose-section .text-primary {
  color: #0074ff !important;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 35px;
}

.whychooseimg {
    height: 82px;
    position: relative;
    top: -34%;
}
.custom-gap{
  gap: 25px 0px;  
}
.whychooseh2 {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 35px;
  margin-bottom:30px;
}

/* Feature Card Styling */
.whychoosefeature-card {
  text-align: center;
  /*border-color: #dee2e6;*/
  transition: all 0.2s ease-in-out;
  box-shadow:
  0px 8px 17px 0px rgba(23, 26, 31, 0.15),
  0px 0px 2px 0px rgba(23, 26, 31, 0.12);
  border-radius:16px !important;

}
.custom-pos{
        position: relative;
    top: -23px;
}
.cus-feature-heading{
  /*font-family: Montserrat;*/
font-weight: 600;
font-style: SemiBold;
font-size: 20px;
/*leading-trim: NONE;*/
line-height: 30px;
letter-spacing: 0%;
color:#171A1F;
  
}
.cus-feature-text{
    /*font-family: Poppins;*/
font-weight: 400;
font-style: Regular;
font-size: 16px;
/*leading-trim: NONE;*/
line-height: 26px;
letter-spacing: 0%;
color:#171A1F;

}
.whychoosefeature-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-color: #007bff;
}

.whychoosefeature-card p {
    /*font-family: Montserrat;*/
font-weight: 600;
font-style: SemiBold;
font-size: 18px;
/*leading-trim: NONE;*/
line-height: 28px;
letter-spacing: 0px;
text-align: center;

}

.whychoosefeature-carddesc {
/*font-family: Open Sans;*/
font-weight: 400 !important;
font-style: Regular !important;
font-size: 14px !important;
/*leading-trim: NONE;*/
line-height: 20px !important;
letter-spacing: 0px !important;
text-align: center !important;

}

/* Icon Placeholder Styling */
.feature-icon {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #e6f7ff;
  border-radius: 50%;
}

.whatsapp-icon {
  background-color: #d1ffb3;
}
.door-icon {
  background-color: #e6f7ff;
}
.tiered-icon {
  background-color: #e6f7ff;
}
.packing-icon {
  background-color: #d1ffb3;
}
.weight-icon {
  background-color: #e6f7ff;
}
.fees-icon {
  background-color: #d1ffb3;
}
.ship-icon {
  background-color: #d1ffb3;
}
.track-icon {
  background-color: #e6f7ff;
}

/* Image Container Styling */
.whychooseimage-container {
  max-width: 450px;
  height: 700px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.custom-image-style {
  width: 100%;
  height: 100%;
  border-radius:20px;
  object-fit: cover;
  object-position: top center;
}

/* Button Styling */
.custom-btn-width {
  min-width: 300px;
  background-color: #007bff;
  border-color: #007bff;
  font-weight: 600;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .image-container {
    height: 500px;
    max-width: 100%;
  }
  .custom-btn-width {
    width: 100%;
    min-width: unset;
  }
  .text-primary{
      font-size: 32px;
  }
  h3{
      font-size: 32px;
  }
  .travel-light-section h2{
      line-height:35px;
  }

}

@media (max-width: 575.98px) {
  .feature-grid-wrapper .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .image-container {
    display:contents !important;
    height: 400px;
  }
}

/* Complete Process - Order Booking to Delivery */

h2 {
  color: #000;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 35px;
}

.step h5 {
  font-weight: 700;
  font-size: 20px;
  font-family: "Montserrat";
  line-height: 25px;
}

.step p {
  color: #171a1f;
  font-size: 17px;
  margin-top: 5px;
  font-weight: 400;
  font-family: "Poppins";
  line-height: 28px;
}

.number {
  color: #000;
  font-weight: 700;
  margin-right: 8px;
}

.image-stack {
  position: relative;
  display: inline-block;
}

.main-img {
  max-width: 100%;
  border-radius: 50%;
}

.small-img {
    max-width: 100%;
    border-radius: 50%;
    margin-top: 70px;
    position: absolute;
    bottom: -54%;
    right: -59%;
}

@media (max-width: 767px) {
  .step h5 {
    font-size: 1rem;
  }
  .step p {
    font-size: 0.9rem;
  }
  .main-img {
    max-width: 60%;
  }
  .small-img {
    max-width: 60%;
    border-radius: 50%;
    margin-top: 70px;
    position: absolute;
    bottom: -26%;
    right: -9%;
}

}
.luggage-courier-section{
    margin:50px;
}
/* ===== Shipzy Testimonials ===== */
.shipzy-testimonial-section {
  background: #fff;
  font-family: "Poppins", sans-serif;
}

.shipzy-testimonial-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
  margin-bottom:100px !important;
}

.shipzy-testimonial-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 8px 17px 0px rgba(23, 26, 31, 0.15),
              0px 0px 2px 0px rgba(23, 26, 31, 0.12);
  padding-top: 70px;
  min-height: 400px; /* ✅ Equal height for all cards */
  position: relative;
  transition: transform 0.3s ease;
  text-align: left;
  min-height:432px;
  
}
.shipzy-testimonial-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* pushes name to bottom */
  padding: 70px 25px 25px; /* adjust bottom padding */
  position: relative;
}

.shipzy-testimonial-content {
  flex-grow: 1; /* text area takes remaining height */
}

.shipzy-testimonial-name {
  text-align: center; /* keep name aligned at bottom */
  margin-top: auto;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.shipzy-testimonial-card:hover {
  transform: translateY(-5px);
}

.shipzy-testimonial-avatar-wrap {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}

.shipzy-testimonial-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #fff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.shipzy-testimonial-quote-icon {
  font-size: 24px;
  color: #6b89a7;
  line-height: 1;
  text-align: left;
}

.shipzy-testimonial-text {
  font-size: 15px;
  color: #000;
  font-style: italic;
  line-height: 1.7;
  text-align: left;
}

.shipzy-testimonial-name {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  /*text-align: left;*/
}

/* ✅ Responsive */
@media (max-width: 767px) {
    .luggage-courier-section{
    margin:0px;
}
       
  .shipzy-testimonial-card {
    min-height: auto;
    text-align: center;
     margin-top: 84px;
  }

  .shipzy-testimonial-content,
  .shipzy-testimonial-name {
    text-align: center;
  }
}


/* Choose from Multiple Shipping Modes */

.shipping-modes-section {
    padding:100px;
  font-family: Arial, sans-serif;
  background-color: #fff;
}

.shipping-modes-section h2 {
  color: #333;
  font-size: 2.5rem;
  margin-bottom:50px;
}

/* Background Colors */
.surface-bg {
  background-color:#D0FF89;
}

.express-bg {
  background-color: #0074FF;
}
.align-center-text{
    text-align:center;
}
.white-text{
    color:#ffffff;
    text-align:center;
}
.bold-text-dark{
    /*font-family: Poppins;*/
font-weight: 700;
font-style: Bold;
font-size: 24px;
/*leading-trim: NONE;*/
line-height: 22px;
letter-spacing: 0%;
color:#171A1F;

}
.bold-text-light{
    /*font-family: Poppins;*/
font-weight: 700;
font-style: Bold;
font-size: 24px;
/*leading-trim: NONE;*/
line-height: 22px;
letter-spacing: 0%;
color:#ffffff;

}
/* Image Styling */
.mode-image {
  width: 100%;
  height: 10px;
  object-fit: cover;
  min-height: 250px;
}

/* Feature List Styling */
.shipping-features {
  padding-left: 0;
}

.shipping-features li {
  font-size: 1.1rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.check-icon {
  font-size: 1.2rem;
  color: #171a1f;
}

.express-bg .check-icon {
  color: #fff !important;
}

.next-day-footer {
    border-radius:20px !important;
  background-color: #F3F4F6;
  border: 1px solid #BDC1CA;
}

.next-day-footer h4 {
    /*font-family: Montserrat;*/
font-weight: 700;
font-style: Bold;
font-size: 40px;
/*leading-trim: NONE;*/
line-height: 56px;
letter-spacing: 0%;
text-align: center;

  color: #333;
}
.next-day-footer p {
/*font-family: Montserrat;*/
font-weight: 400;
font-style: Regular;
font-size: 20px;
/*leading-trim: NONE;*/
line-height: 29px;
letter-spacing: 0px;
text-align: center;
color:#171A1F;
margin-bottom:1rem;
}

@media (max-width: 991.98px) {
  .content-column {
    min-height: 200px;
  }
}

/* Why we use Whatsapp */

.whatsapp-section {
  font-family: Arial, sans-serif;
  background-color: #f8f9fa;
}

.whatsapp-section h2 {
/*font-family: Montserrat;*/
font-weight: 700;
font-style: Bold;
font-size: 46px;
/*leading-trim: NONE;*/
line-height: 78px;
letter-spacing: 0%;
text-align:center;

}
.img-logo-container{
    display:flex;
}
.img-logo{
    width:35px;
}

.whatsapp-section h3.lead {
  color: #6c757d;
  font-size: 1.3rem;
}

/* --- WhatsApp Phone Visual Styling --- */
.whatsapp-phone-visual {
  width: 250px;
  height: 500px;
  transform: rotate(-5deg);
}

.whatsapp-subtitle {
/*font-family: Poppins;*/
font-weight: 700;
font-style: Bold;
font-size: 32px;
/*leading-trim: NONE;*/
line-height: 48px;
letter-spacing: 0%;
text-align: center;

}


.phone-frame {
  width: 100%;
  height: 100%;
  border: 10px solid #333;
  background-color: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.chat-screen {
  background-color: #ece5dd;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* Chat Message Styles */
.user-message {
  background-color: #dcf8c6 !important;
  color: #333 !important;
  max-width: 85%;
  align-self: flex-start;
  font-size: 0.8rem;
  line-height: 1.2;
}

.system-message {
  background-color: #fff !important;
  color: #333 !important;
  max-width: 85%;
  align-self: flex-end;
  font-size: 0.8rem;
  line-height: 1.2;
}

/* Decorative Chat Bubble Icon */
.decorative-bubble {
  width: 50px;
  height: 50px;
  bottom: 100px;
  right: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* --- Feature Box Styling --- */
.light-green-bg {
  background-color: #e0ffe0;
}

.feature-box p {
  color: #333;
}

@media (max-width: 991.98px) {
  .whatsapp-phone-visual {
    transform: none;
    width: 300px;
    height: 600px;
  }
  .decorative-bubble {
    bottom: 50px;
    right: 0px;
  }
}

/* How Final Charges is Calculated */

.charge-calculation-section {
    padding:100px;
  /*font-family: "Montserrat";*/
  background-color: #ffffff;
}

.calculation-content-wrapper {
     background-color: #dcffa7;
  width: 80%;
  max-width: 1200px;
  
  margin: 0 auto;
   padding: 50px 50px ;
  /*margin-bottom: 60px;*/
}

.charge-calculation-section h2 {
  color: #333;
  font-size: 2.2rem;
}

.charge-calculation-section h4 {
  color: #333;
  font-size: 1.5rem;
}

/* List Styling  */
.calculation-points {
  padding-left: 0;
  margin:0px;
}

.calculation-points li {
  font-size: 1rem;
  color: #171a1f;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
}

.small-bullet {
  font-size: 0.5rem;
  color: #333;
  margin-top: 0.6rem;
  flex-shrink: 0;
}

/* Illustration Box  */
.illustration-box {
  padding: 10px;
}
.customer-des{
        display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width: 991.98px) {
    .calculation-content-wrapper {
     background-color: #dcffa7;
  width: 100%;
  max-width: 1200px;
  
  margin: 0 auto;
  padding: 50px 0px !important;
  /*margin-bottom: 60px;*/
}

  .charge-calculation-section h4 {
    text-align: center;
  }
  .calculation-points {
    padding: 0 15px;
  }
}
@media (max-width: 750px) {
    .custom-size{
        font-size:24px;
    }
    .shipping-features{
        margin:0px;
    }
.charge-calculation-section {
    padding:0px;
  /*font-family: "Montserrat";*/
  background-color: #ffffff;
}

    .whatsapp-section h2 {
/*font-family: Montserrat;*/
font-weight: 600;
font-style: Bold;
font-size: 36px;
/*leading-trim: NONE;*/
line-height: 42px;
letter-spacing: 0%;

}
.whatsapp-subtitle{
    font-family: Poppins; */
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
}
}

      .shipping-modes-section {
      padding:0px;
  }
.location-img-wrapper{
    width:100%;
}
.section-title-dark, .logistics-title, .client-section-title, .impact-title, .services-title, .testimonial-title, .partner-title{
    font-size:2.2rem;
  line-height:2.4rem;  
}

.lastpara {
  text-align: center;
}


/* CSS to apply centering and max-width only on screens smaller than 992px (mobiles/tablets) */
/* @media (max-width: 991.98px) {
    .responsive-center {
        max-width: 768px; 
        width: 95%; 
        
        margin-left: auto !important;
        margin-right: auto !important;
        
        padding-left: 15px; 
        padding-right: 15px; 
    }
} */

.oppo12{text-align:center;}

.page-id-1887 .belowpara {border: 2px solid #e0e0e0;}

.page-id-820 .belowpara {border: 2px solid #e0e0e0;}



.page-id-1995 .belowpara {border: 2px solid #e0e0e0;}

.page-id-1381 .belowpara {border: 2px solid #e0e0e0;}


#comqer{
    color:#171A1F;
    font-size: 30px;
    font-weight:700;
    text-align:center;
    margin-bottom: 1rem!important;
}

.page-id-1995 .mb-5{
    margin-bottom: 1rem!important;
}


/* International page  */

.shipping-feature-container {
            background-color: white;
            padding: 3rem;
        }

        /* Left Content Styling */
        .service-primary-heading {
            font-size: 41px;
            font-weight: 700;
            color: #171A1F;
            line-height: 1.2;
            margin-bottom: 1rem;
            font-family: 'Montserrat';
        }

        .service-highlight-text {
            color: #0074FF;
            font-size: 24px;
            font-weight: 800;
            margin-bottom: 24px;
            font-family:'Poppins' ;
        }

        /* Feature List Styling */
        .service-point-list {
            list-style: none;
            padding: 0;
            margin-bottom: 2rem;
            margin-left:0px;
        }

        .service-point-item {
            display: flex;
            align-items: center;
            margin-bottom: 1.2rem;
            font-size: 21px;
            line-height: 22px;
            font-weight: 700;
            color: #171A1F;
            /*font-family: 'Poppins';*/
        }

        /* .point-icon {
            color: var(--courier-primary-blue);
            font-size: 1.2rem;
            font-weight: bold;
            margin-right: 15px;
        } */

        /* Button Styling */
.quote-action-button {
  background-color: #0074FF;
  color: #FFFFFF;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-top: 1em;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 116, 255, 0.2);
}

.quote-action-button:hover {
  background-color: #005ce6;
   color: #FFFFFF;
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 116, 255, 0.4);
}

/* Optional: Add active (click) effect */
.quote-action-button:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(0, 116, 255, 0.3);
}

       

        /* Right Content (Circular Image) Styling */
        .courier-image-layout {
            display: flex;
            justify-content: end;
            align-items: center;
            height: 100%;
            padding: 2rem;
        }

        .courier-circular-display img {
            width: 100%;
            max-width: 400px; /* Max size for desktop view */
            aspect-ratio: 1 / 1; /* Force perfect circle */
            /* Using an image URL that closely matches the screenshot */
            background-image: url('https://placehold.co/600x600/99a0a8/384351/png?text=Warehouse+Packages'); 
            background-size: cover;
            background-position: center;
            border-radius: 50%; /* The key for the circular shape */
            box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.4), 0 20px 40px rgba(0, 0, 0, 0.1); /* White ring effect and shadow */
            transition: transform 0.5s ease;
        }

        .courier-circular-display img:hover {
            transform: scale(1.03);
        }

        /* Responsive Adjustments */
        @media (max-width: 767.98px) {
            .service-primary-heading {
                font-size: 2rem;
            }
            .shipping-feature-container {
                padding: 2rem 1rem;
            }
            .courier-image-layout {
                order: -1; /* Move image above content on mobile */
                margin-bottom: 2rem;
            }
            .courier-circular-display {
                max-width: 250px;
            }
        }


       :root {
            --shipzy-blue: #1E40AF;
            --shipzy-text-dark: #212529;
            --shipzy-card-border: #E0E7FF;
            --shipzy-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        }


        /* Section Header */
        .shipzy-header-section {
            text-align: center;
            margin-bottom: 3rem;
        }

        .shipzy-header-text {
          /*font-family: Poppins;*/
font-weight: 800;
font-style: ExtraBold;
font-size: 48px;
/*leading-trim: NONE;*/
line-height: 68px;
letter-spacing: 0%;
text-align: center;
color :#171A1F;
max-width:770px;
           margin-inline:auto;
           margin-bottom:100px;
        }

        /* Benefit Cards Grid */
        .shipzy-benefits-grid {
            max-width: 1200px;
            margin: 0 auto;
        }
        
        /* Individual Benefit Card Styling */
        .shipzy-benefit-card {
            background-color: white;
            padding: 20px;
            border: 1px solid #DEE1E6;
            border-radius: 8px;
            text-align: left;
            min-height: 180px; 
            margin-bottom: 60px;
            /* margin-top: 40px; */
            /*width: 352px;*/
            height: 178px;
  box-shadow: 
    0px 0px 1px 0px #171A1F12,
    0px 0px 2px 0px #171A1F1F;
        }
        
       

        .shipzy-icon-container {
            height: 20px;
            margin-bottom: 1rem;
            /* border: 2px solid red; */
            text-align: center;
        }
        
        .shipzy-card-title {
            margin-top:30px;
           /*font-family: Poppins;*/
font-weight: 600;
font-style: SemiBold;
font-size: 18px;
/*leading-trim: NONE;*/
line-height: 28px;
letter-spacing: 0px;

        }

        .shipzy-card-description {
/*font-family: Inter;*/
font-weight: 400;
font-style: Regular;
font-size: 14px;
/*leading-trim: NONE;*/
line-height: 20px;
letter-spacing: 0px;

        }
.cta-container{
    display:flex;
    align-items:center;
    justify-content:center;
}
        /* Button Styling */
        .shipzy-cta-button {
               background-color: #0074FF;
    color: #FFFFFF;
    padding: 0.75rem 2rem;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-top: 1em;
    cursor: pointer;
    transition: all 0.3s 
ease;
    box-shadow: 0 4px 10px rgba(0, 116, 255, 0.2);
        }
        .shipzy-cta-button:hover{
            background-color: #005ce6;
    color: #FFFFFF;
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 116, 255, 0.4);
        }

        .icon-whatsapp img{
            margin-top: -80px;
            width: 113px;
            height: auto; 
            border-radius: 113px;
            /* border: 2px solid red;             */
        }
        /* .icon-delivery img {
             margin-top: -100px;
            width: 140px; 
            height: 140px; 
            border-radius: 113px;
            border: 2px solid red; 
        } */
        /* .icon-timing {
            width: 40px; height: 40px; border-radius: 50%;
            background-image: linear-gradient(45deg, #FDBA74, #329AFB);
            box-shadow: 0 4px 10px rgba(255, 165, 0, 0.3);
        }
        .icon-global {
            width: 40px; height: 40px; border-radius: 50%;
            background-image: linear-gradient(45deg, #329AFB, #0DCF0C);
            box-shadow: 0 4px 10px rgba(0, 0, 255, 0.3);
        }
        .icon-packing {
            width: 40px; height: 40px; border-radius: 50%;
            background-image: linear-gradient(45deg, #329AFB, #1E40AF);
            box-shadow: 0 4px 10px rgba(0, 0, 255, 0.3);
        }
        .icon-tracking {
            width: 40px; height: 40px; border-radius: 50%;
            background-image: linear-gradient(45deg, #329AFB, #93C5FD);
            box-shadow: 0 4px 10px rgba(0, 0, 255, 0.3);
        } */
        .icon-img {
            /* Basic styling for the small images/SVGs */
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        /* Mobile Adjustments */
        @media (max-width: 767.98px) {
            .shipzy-header-text {
                font-size: 1.75rem;
                line-height:2rem;
            }
            .shipzy-benefit-card {
                margin-bottom: 1.5rem;
                margin-top:1.5rem;
            }
        }




   :root {
        --shipzy-blue: #1E40AF;
        --shipzy-text-dark: #212529;
        --shipzy-green-bg: #E3FFD3; /* Light green background */
        --shipzy-light-gray: #777;
        --shipzy-font: "Inter", sans-serif;
    }

    /* Section Wrapper (The main green block) */
    .worldwide-section {
        background-color: #DCFFA7;
        padding: 2rem 3rem;
        max-width: 1217px;
        margin: 4rem auto 0; 
        border-radius: 8px;
    }
    
    /* Header Styles */
    .worldwide-header {
        text-align: center;
        margin-bottom: 2.5rem;
    }
    
    .worldwide-title {
        font-size: 36px;
        line-height: 40px;
        font-weight: 600;
        font-family: 'Montserrat';
        color: #171A1F;
    }
    
    .worldwide-subtitle {
        font-size: 18px;
        color: #171A1FB2;
        font-weight: 400;
        max-width: 700px;
        margin: 20px auto;
        font-family: 'Poppins';
        line-height: 28px;
    }
    
    /* Continent Card Styles */
    .continent-card {
        background-color: white;
        padding: 1.25rem;
        border-radius: 6px;
        border: 1px solid rgba(0, 0, 0, 0.05);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
        min-height: 120px; /* Consistent height for grid */
        transition: transform 0.2s ease;
        min-height:170px;
    }
    
    .continent-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    }

    .continent-icon-title {
        display: flex;
        align-items: center;
        margin-bottom: 1rem;
        border-bottom: 1px solid #DEE1E6
    }

    .continent-icon {
        margin-right: 10px;
    }

    .continent-icon img{
      height: 32px;
      width: 32px;
    }
    
    .continent-title {
       /*font-family: Montserrat;*/
font-weight: 500;
font-style: Medium;
font-size: 20px;
/*leading-trim: NONE;*/
line-height: 28px;
letter-spacing: -0.5px;
    margin-bottom: -7px;

    }

    .continent-description {
      /*font-family: Poppins;*/
font-weight: 400;
font-style: Regular;
font-size: 16px;
/*leading-trim: NONE;*/
line-height: 24px;
letter-spacing: 0px;
color :#171A1FB2;

    }
    
    /* Responsive Grid Adjustments */
    .continent-grid .col-lg-4, .continent-grid .col-md-6 {
        margin-bottom: 1rem; /* Spacing between cards */
    }
    @media (max-width: 767.98px) {
        .worldwide-title {
            font-size: 1.5rem;
            line-height:1.7rem;
        }
    }



    /* Section Wrapper */
    .booking-process-sections{
        background-color: #F0F5FF;
        padding: 4rem 0rem;
        max-width: 1217px;
        margin: 4rem auto 0;
        border-radius:10px;
    }
    
    /* Header Styles */
    .booking-header {
        text-align: center;
        margin-bottom: 3rem;
    }
    
    .booking-title {
    /*font-family: Poppins;*/
font-weight: 800;
font-style: ExtraBold;
font-size: 36px;
/*leading-trim: NONE;*/
line-height: 40px;
letter-spacing: 0px;
text-align: center;

    }

    /* Step Container Styling (The main grid area) */
    .booking-steps-grid {
        max-width: 960px; /* Constrains the grid width slightly */
        margin: 0 auto;
    }

    /* Individual Step Card */
    .booking-step-item {
        margin-bottom: 2rem;
        display: flex; /* Helps align title and description */
    }

    /* Number Circle */
    .step-number {
         /*width: 32px; */
        height: 32px;
        min-width: 32px;
        border-radius: 50%;
        background-color:#2068F8; 
        color: #FFFFFF;
        /* font-weight: 600; */
        /* font-size: 0.9rem; */
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 1rem;
    }

    /* Content Area */
    .step-content {
        flex-grow: 1;
    }

    .step-content h4 {
/*font-family: Poppins;*/
font-weight: 600;
font-style: SemiBold;
font-size: 18px;
/*leading-trim: NONE;*/
line-height: 28px;
letter-spacing: 0px;

    }

    .step-content p {
/*font-family: Inter;*/
font-weight: 400;
font-style: Regular;
font-size: 16px;
/*leading-trim: NONE;*/
line-height: 24px;
letter-spacing: 0px;
color :#565D6D;

    }

    /* Responsive adjustments for mobile */
    @media (max-width: 767.98px) {
        .booking-title {
            font-size: 1.5rem;
        }
        
        /* Steps switch to a single column automatically due to col-md-6 */
    }



    /* Section Wrapper */
    .shipping-items-section {
        background-color: white;
        padding: 4rem 1rem;
        max-width: 1200px;
        margin: 4rem auto 0;
        font-family: "Inter", sans-serif;
        text-align: center;
    }
    
    /* Header Styles */
    .shipping-items-header {
        margin-bottom: 2rem;
    }
    
    .shipping-items-title {
/*font-family: Montserrat;*/
font-weight: 600;
font-style: SemiBold;
font-size: 36px;
/*leading-trim: NONE;*/
line-height: 40px;
letter-spacing: 0px;
text-align: center;

    }

    .shipping-items-subtitle {
/*font-family: Poppins;*/
font-weight: 400;
font-style: Regular;
/*leading-trim: NONE;*/
line-height: 28px;
letter-spacing: 0px;
text-align: center;
max-width:670px;
margin-inline:auto;
color :#171A1FB;
    }

    /* Items Grid */
    .item-grid {
        max-width: 1100px;
        margin: 50px auto;
    }

    /* Individual Item Card */
    .item-card {
        height: -webkit-fill-available;
        background-color: #F8F9FA;
        padding: 1rem 1.25rem;
        border-radius: 6px;
        border: 1px solid #e9ecef;
        min-height: 120px;
        text-align: left;
        box-shadow: 
  0px 4px 9px 0px #171A1F1C,
  0px 0px 2px 0px #171A1F1F;

    }
    
    .item-card:hover {
        border-color: #dee2e6;
    }
.spacer {
  border: none;
  border-top: 1px solid #DEE1E6;
  margin: 1rem 0;
}

    .item-card-title {
      /*font-family: Montserrat;*/
font-weight: 500;
font-style: Medium;
font-size: 20px;
/*leading-trim: NONE;*/
line-height: 28px;
letter-spacing: -0.5px;
color :#171A1F;
    }

    .item-card-description {
/*font-family: Poppins;*/
font-weight: 400;
font-style: Regular;
font-size: 16px;
/*leading-trim: NONE;*/
line-height: 24px;
letter-spacing: 0px;
color:#171A1FB2;

    }
    
    /* Grid Spacing */
    .item-grid .col-lg-4, .item-grid .col-md-6 {
        margin-bottom: 1rem; 
    }

    /* Footer / Check Specifics CTA */
    .check-cta {
  /*font-family: Poppins;*/
font-weight: 700;
font-style: Bold;
font-size: 24px;
/*leading-trim: NONE;*/
line-height: 28px;
letter-spacing: 0px;
text-align: center;
max-width:702px;
text-align:center;
margin-inline:auto;
color :#171A1FB2;
    }
    

    /* Responsive adjustments for mobile */
    @media (max-width: 767.98px) {
        .shipping-items-title {
            font-size: 1.5rem;
        }
    }



      /* Section Wrapper */
    .customer-testimonials-section {
        background-color: #FAFAFB;
        padding: 4rem 1rem;
        max-width: 1200px;
        margin: 4rem auto 0;
        font-family: "Inter", sans-serif;
        text-align: center;
    }
    
    /* Header Styles */
    .customer-header {
        margin-bottom: 2rem;
    }
    
    .customer-title {
        color :#171A1F;
/*font-family: Montserrat;*/
font-weight: 600;
font-style: SemiBold;
font-size: 36px;
/*leading-trim: NONE;*/
line-height: 40px;
letter-spacing: 0px;
text-align: center;

    }

    .customer-subtitle {
     /*font-family: Poppins;*/
font-weight: 400;
font-style: Regular;
font-size: 18px;
/*leading-trim: NONE;*/
line-height: 28px;
letter-spacing: 0px;
text-align: center;
color:#171A1FB2;
max-width:673px;
margin-inline:auto;
margin-bottom:2rem;

    }

    /* Testimonial Grid */
    .testimonial-grid {
        margin: 0 auto;
    }

    /* Individual Testimonial Card */
    .testimonial-card {
        background-color: white;
        padding: 2rem;
        border-radius: 8px;
        border: 1px solid #f8f9fa; /* Very subtle border */
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        margin-bottom: 1.5rem;
        height: 100%; /* Ensures cards in a row are the same height */
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    /* Quote Icon Styling */
    .quote-icon {
        color: #4B77BE; /* Distinct blue color */
        font-size: 2rem;
        line-height: 1;
        margin-bottom: 1rem;
        display: block;
        font-family: Arial, sans-serif; /* Using a non-Inter font to ensure the "99" looks correct */
        font-weight: 900;
    }
    
    /* Quote Text */
    .quote-text {
        font-size: 0.95rem;
        color: #555;
        line-height: 1.6;
        margin-bottom: 1.5rem;
        font-style: italic;
    }

    /* Author/Profile Area */
    .author-info {
        /* margin-top: auto;   */
        /* background-color: #BC7134; */
        /* height: 80px;
        width: 80px; */
        border-radius: 50%;
        /* border: 2px solid red; */
        margin: auto;
        
    }

    .profile-image {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 0.75rem;
        /* Custom border for the image, mimicking the screenshot's faint shadow/rim */
        border: 4px solid #f8f9fa; 
    }

    .author-name {
        font-size: 18px;
        font-weight: 600 !important;
        color: #0074FF;
        margin: 0;
        font-family: 'Poppins';
    }

    .author-title {
      font-family: 'Poppins';
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      color: #171A1F99;
      margin: 0;
      font-style: none !important;
    }

    /* Responsive adjustments for mobile */
    @media (max-width: 767.98px) {
        .customer-title {
            font-size: 1.5rem;
        }
    }



      /* Section Wrapper */
    .segment-section-wrapper {
        background-color: white;
        /*padding: 4rem 1rem;*/
        max-width: 1300px; /* Constrain width slightly to match image */
        margin: 4rem auto 0;
        font-family: "Inter", sans-serif;
        text-align: center;
    }
    
    /* Header Styles */
    .segment-header-title {
      font-family: 'Montserrat';
        font-size: 45px;
        font-weight: 700;
        color: #212529;
        margin-bottom: 4rem;
    }

    /* Cards Grid */
    .segment-card-grid {
        margin: 0 auto;
        /*gap:2rem;*/
    }

    /* Individual Card Styles */
    .segment-card {
        background-color: #B4D6FF;  
        padding: 2rem;
        border-radius: 12px;
        /* min-height: 300px; */
        display: flex;
        /* flex-direction: column; */
        justify-content: space-between;
        text-align: left;
        color: #212529;
        height: -webkit-fill-available;
         margin-bottom: 1.5rem; 
    }

    /* Content Area (Title and Description) */
    .segment-content {
        width:60%;
        margin-bottom: 1rem;
    }

    .segment-content h3 {
     /*font-family: Montserrat;*/
font-style: Bold;
font-size: 32px;
/*leading-trim: NONE;*/
line-height: 48px;
letter-spacing: 0%;
color :#323743;
padding-right:20px;

    }

    .segment-content p {
    /*font-family: Poppins;*/
font-weight: 400;
font-style: Regular;
font-size: 20px;
/*leading-trim: NONE;*/
line-height: 30px;
letter-spacing: 0%;
color :#323743;

    }

    /* Illustration/Image Placeholder */
    .segment-illustration-wrapper {
        width:40%;
        display: flex;
        justify-content: flex-end; /* Push image to the right in the card */
        align-items: flex-end;
        height: 100%;
        min-height: 100px;
    }

    .segment-illustration {
        max-width: 100%;
        /*height: 200px;*/
        /*width: 450px;*/
        /* display: block; */
        /* margin-top: 1rem; */
    }

    /* Specific adjustment for the Business card text alignment */
    .business-card .segment-content {
        order: -1; /* Place content before illustration on this card */
    }
    .business-card .segment-illustration-wrapper {
        justify-content: flex-start; /* Push image to the left (bottom) on this card */
        order: 1; 
            display: flex;
    align-items: center;
    }
    
    /* Responsive adjustments for mobile */
    @media (max-width: 991.98px) {
        .segment-card {
            min-height: 250px;
            /* Stack content and image vertically on smaller screens */
            flex-direction: column;
            align-items: center;
            text-align: center;
        }
        
        .segment-content h3 {
             font-size: 1.5rem;
             line-height:1.7rem;
        }
        .segment-header-title{
            font-size: 32px;
        }
        .segment-content p {
            max-width: 100%;
        }
        
        .segment-illustration-wrapper {
            justify-content: center !important;
        }
        
        /* Reset order for smaller screens */
        .business-card .segment-content,
        .business-card .segment-illustration-wrapper {
            order: initial;
        }
    }





    /* Section Wrapper */
    .pricing-explanation-wrapper {
        background-color: white;
        padding: 4rem 1rem 2rem; /* Reduced bottom padding */
        max-width: 1117px;
        margin: 4rem auto 0;
        font-family: "Inter", sans-serif;
        text-align: center;
    }
    
    /* Header Styles */
    .pricing-main-title {
/*font-family: Montserrat;*/
font-weight: 700;
font-style: Bold;
font-size: 52px;
/*leading-trim: NONE;*/
line-height: 40px;
letter-spacing: 0px;
text-align: center;
color:#171A1F;
margin-bottom:100px;
    }

    /* Explanation Box Styles */
    .customs-duty-box {
        background-color: #F3F7FC; /* Very light blue/off-white background */
        padding: 1.5rem 6rem;
        border-radius: 8px;
        text-align: center;
        margin: 0px auto;
/*border: 1px solid #BDC1CA*/
    }

    .customs-duty-title {
     /*font-family: Montserrat;*/
font-weight: 700;
font-style: Bold;
font-size: 32px;
/*leading-trim: NONE;*/
line-height: 48px;
letter-spacing: 0%;
text-align: center;
color:#323743;
    }

    .customs-duty-text {
/*font-family: Poppins;*/
font-weight: 400;
font-style: Regular;
font-size: 20px;
/*leading-trim: NONE;*/
line-height: 30px;
letter-spacing: 0%;
text-align: center;
color:#323743;
max-width:761px;
margin-inline:auto;
    }

    /* Responsive adjustments */
    @media (max-width: 767.98px) {
        .pricing-main-title {
            font-size: 2rem;
            margin-bottom:2rem;
        }
        .customs-duty-box {
            padding: 2rem 1.5rem;
        }
        .segment-content {
        width:100%;
        margin-bottom: 1rem;
    }
    }




    /* Section Wrapper */
    .weight-calc-wrapper {
        background-color: #F0F5FF; /* Very light blue background, similar to screenshot */
        padding: 4rem 2rem;
        max-width: 1085px;
        margin: 4rem auto 0;
        font-family: "Inter", sans-serif;
        text-align: center;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03); /* Subtle shadow */
    }
    
    /* Header Styles */
    .weight-calc-title {
  /*font-family: Montserrat;*/
font-weight: 600;
font-style: SemiBold;
font-size: 36px;
/*leading-trim: NONE;*/
line-height: 40px;
letter-spacing: 0px;
text-align: center;

        color: #171A1F;
        margin-bottom: 3rem;
    }

    /* Content Layout (Two Columns) */
    .weight-calc-content {
        text-align: left;
    }

    /* Steps List Container */
    .weight-steps-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    /* Individual Step Item */
    .weight-step-item {
        margin-bottom: 2rem;
    }

    /* Icon Area */
    .weight-step-icon {
       position: relative;
    float: left;
    width: 30px;
    /* margin-top: 0.2rem; */
    top: 26px;
}
    }

    .weight-step-icon img{
        height: 28px;

    }

    /* Text Content Area */
    .weight-step-body {
        margin-left: 40px;
    }

    .weight-step-heading {
      height: 28px;
      /*font-family: Poppins;*/
font-weight: 700;
font-style: Bold;
font-size: 20px;
/*leading-trim: NONE;*/
line-height: 28px;
letter-spacing: 0px;

        color: #212529;
        margin-top: 0;
        margin-bottom: 2.25rem;
    }

    .weight-step-text {
         /*font-family: Inter;*/
font-weight: 400;
font-style: Regular;
font-size: 16px;
/*leading-trim: NONE;*/
line-height: 24px;
letter-spacing: 0px;

        color: #565D6D;
        margin-bottom: 0;
    }

    /* Illustration/Image Area */
    .weight-illustration-area {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1rem;
        height: 100%;

    }
    
    .weight-illustration {
        max-width: 90%;
        height: 100%;
        display: block;
        opacity: 0.9;
        border-radius: 8px;
    }

    /* Responsive adjustments */
    @media (max-width: 991.98px) {
        .weight-illustration-area {
            order: -1; /* Move illustration to the top on mobile/tablet */
            margin-bottom: 2rem;
        }
        .weight-calc-title {
            font-size: 2rem;
        }
    }



.shipping-modes-wrapper {
    background-color: white;
    padding: 4rem 1rem;
    max-width: 1100px;
    margin: 4rem auto 0;
    font-family: "Inter", sans-serif;
    text-align: center;
}

.modes-main-title {
    font-weight: 800;
    font-size: 2.25rem;
    line-height: 40px;
    margin-bottom: 3rem;
    text-align: center;
}

.modes-card-grid {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.mode-card {
    padding: 2rem 1.5rem;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-width: 280px;
    max-width: 352px;
    width: 100%;
}

.mode-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.express-mode-card {
    background-color: #D0FF89;
    color: #212529;
}

.economy-mode-card {
    background-color: #0074FF !important;
    color: #FFFFFF;
}

.mode-badge {
    text-transform:cap;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.2rem 0.6rem;
    border-radius: 11px;
    width: 69px;
    text-align: center;
    font-family: 'Poppins';
}

.express-mode-card .mode-badge {
    background-color: #0074FF;
    color: white;
}

.economy-mode-card .mode-badge {
    background-color: #D0FF89;
    color: #487800;
}

.mode-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.mode-card-header h3 {
    font-family: 'Montserrat';
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0;
    color: #212529; /* Consistent dark header color for all cards */
}

.economy-mode-card .mode-card-header h3 {
    color: #fff; /* REMOVE this to prevent white header on blue card */
}

.mode-card-divider {
    height: 2px;
    width: 100%;
    margin: 1rem 0;
}

.express-mode-card .mode-card-divider {
    background-color: #1E2128;
}
.economy-mode-card .mode-card-divider {
    background-color: #FFFFFF;
}

.mode-description {
    font-size: 1rem;
    /*margin-bottom: 1rem;*/
    text-align:left;
}

.mode-card-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    line-height: 1.7;
    text-align:left;
}
.mode-card-header h3 {
    font-family: 'Montserrat';
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0;
    color: #212529; /* Ensures dark header text on both cards */
}

.economy-mode-card .mode-description,
.economy-mode-card .mode-card-list {
    color: #e3f2fd;
}

/* Responsive */
@media (max-width: 991.98px) {
    .modes-card-grid {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }
    .mode-card {
        max-width: 100%;
        width: 100%;
    }
}

/* Minor adjustment for smallest screens */
@media (max-width: 576px) {
    .shipping-modes-wrapper {
        padding: 2rem 1rem;
    }
    .mode-card {
        padding: 1.2rem 0.5rem;
    }
}


    /* Section Wrapper */
.faq-section-wrapper {
    max-width: 900px;
    margin: 0 auto;
    font-family: 'Inter', 'Montserrat', Arial, sans-serif;
}

.faq-main-title {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    text-align: center;
}

.faq-subtitle {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    text-align: center;
    color: #474747;
}

.faq-accordion-container {
    text-align: left;
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    border: none;
    margin-bottom: 1.2rem;
}

.faq-question-button {
    width: 100%;
    background: #fff;
    border: 1.5px solid #e9ecef;
    border-radius: 6px;
    padding: 1.3rem 1.2rem;
    font-size: 1.15rem;
    font-weight: 700;
    color: #212529;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    box-sizing: border-box;
    transition: border-color 0.2s;
}

.faq-question-button:hover,
.faq-question-button.expanded {
    border-color: #222b39; /* Only a slightly darker gray */
}

.faq-question-button.expanded {
    background: #fff;
    color: #212529; /* No color change */
}

.faq-chevron {
    margin-left: 1rem;
    display: flex;
    align-items: center;
}

.faq-chevron svg {
    transition: transform 0.2s cubic-bezier(0.65,0,0.35,1);
    display: block;
}

.faq-question-button.expanded .faq-chevron svg {
    transform: rotate(180deg);
}

.faq-question-button .faq-chevron svg polyline,
.faq-question-button.expanded .faq-chevron svg polyline {
    stroke: #222b39; /* Always dark */
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s, padding 0.35s;
    padding: 0 1.2rem;
    color: #212529;
    line-height: 1.6;
    font-size: 1.08rem;
    background: none;
}

.faq-answer.show {
    max-height: 400px;
    padding: 1rem 1.2rem 1.5rem 1.2rem;
    background: none;
}

@media (max-width: 767.98px) {
    .faq-section-wrapper, .faq-accordion-container {
        max-width: 100%;
        padding: 0 0.5rem;
    }
    .faq-main-title {
        font-size: 2rem;
        line-height: 1.2;
    }
    .faq-question-button {
        padding: 1rem 0.75rem;
        font-size: 1rem;
    }
    .shipping-items-section{
        padding: 0rem 1rem;
    }
    .segment-header-title{
        font-size: 32px;
    }
      .pricing-explanation-wrapper {
        background-color: white;
        padding: 0rem 1rem 2rem; /* Reduced bottom padding */
        max-width: 1117px;
        margin: 4rem auto 0;
        font-family: "Inter", sans-serif;
        text-align: center;
    }
    .modes-main-title{
        font-size:2rem;
    }
    .courier-image-layout {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 2rem 0 0 0;
}
.cus-align-center{
        align-items: center;
    display: flex;
    flex-direction: column;
}
}
