/* Core layout */
    .package-section { padding: 2.5rem 0; background: linear-gradient(180deg,#f8fbf7 0%, #ffffff 100%); }

    /* Provided snippet (kept as requested) */
    .package-section { padding: 2.5rem 0; }
    .card-emoji { font-size: 1.4rem; margin-right: .5rem; }
    .value-badge { font-weight: 600; }
    .price { font-size: 1.6rem; font-weight: 700; }
    .total-value { font-size: 1.05rem; font-weight: 700; color: #0d6efd; }
    .cta-btn { min-width: 220px; }

    /* Modern card styles */
    .service-card {
      background: rgb(146,165,145); /* requested background color for each column */
      color: #ffffff; /* all text in columns must be white */
      border: 0;
      border-radius: 6px;
      padding: 1.5rem;
      box-shadow: 0 8px 24px rgba(10, 20, 12, 0.06), 0 3px 8px rgba(10, 20, 12, 0.06);
      transition: transform 180ms ease, box-shadow 180ms ease;
      min-height: 240px; /* ensure consistent height */
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
    }

    .service-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 20px 40px rgba(10, 20, 12, 0.1), 0 8px 16px rgba(10, 20, 12, 0.08);
    }

    .service-title {
      font-weight: 700;
      font-size: 1.05rem;
      margin-bottom: .75rem;
      color: #ffffff; /* title white */
    }

    .service-list {
      margin: 0;
      padding: 0;
      list-style: none;
      gap: .5rem;
      display: flex;
      flex-direction: column;
      flex: 1 1 auto;
    }

    /* uniform text size for all items in columns */
    .service-list li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: .28rem 0;
      font-size: 1rem; /* same size for all text in cols */
      line-height: 1.35;
      color: #ffffff; /* ensure white text */
    }

    .service-list li .value {
      white-space: nowrap;
      margin-left: 1rem;
      color: #ffffff;
      opacity: 0.95;
      font-weight: 600;
    }

    /* ensure equal height columns */
    .row.align-stretch { align-items: stretch; }

    /* Summary title row (only a title as requested) */
    .summary-row { margin-top: 1.5rem; }
    .summary-title {
      font-weight: 800;
      font-size: 1.1rem;
      text-align: center;
      color: #0b5ed7;
      padding: .75rem 1rem;
      border-radius: 10px;
      background: transparent;
    }

    /* Responsive tweaks */
    @media (max-width: 767.98px) {
      .service-card { min-height: 200px; }
      .service-list li { font-size: 0.95rem; }
      .summary-title { font-size: 1rem; }
    }

.desktop-banner{
    display: block;
}
.mobile-banner{
    display: none;
}

.program-container{
    background-color: white;
    border-radius: 2px;
    padding: 2rem 1rem;
    height: 250px;
    margin-top: 15px;
}

.uppercase{
    text-transform: uppercase;
}

.each-review-content {
    background-color: #F4F3ED;
    min-height: 388px;
    padding: 30px;
}
.stiky_header {
    height: 150px !important;
}

.review-sec::after {
    background-color: rgba(0, 0, 0, 0);
}

@media(max-width: 997px){
    .program-container{
        height: auto;
    }
    .hide-img{
        display: none;
    }
    .img-height1{
        height: 350px;
    }
    .each-review-content {
        min-height: auto !important;
    }
    .mobile-banner{
        display: block;
    }
    .landing-tab-area{
        padding-bottom: 0px;
    }
    .mobile-form{
        margin-top: -50px;
    }
}
@media (max-width: 768px) {
    .sticky {
        display: block !important;
    }
    .main-navigation{
        display: block !important;
    }
    .md-d-none{
        display: none;
    }
    .stiky_header {
    height: 170px !important;
}
}

.white-bg{
    background-color: rgba(255,255,255,0.35);
}

.position-bg{
    background-position: 20% center !important;
}

.meet-dr-tow-text{
    padding: 3rem 2rem;
}

.carousel-wrapper.cus-wap{
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 50px; /* Creates space for arrows */
  box-sizing: border-box;
}

.threeSlidesSwiper {
  width: 100%;
}

.swiper-slide {
  background-color: #fff;
  height: 270px;
  padding: 1rem;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  border: 1px solid #d7b76b;
  font-family: 'Roboto', Sans-Serif;
}

.swiper-slide h3{
    color: black;
    font-size: 40px;
    
}
.swiper-slide p{
    color: black;
    font-size: 20px;
    
}

/* Custom arrow positioning */
.swiper-button-prev-3,
.swiper-button-next-3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 30px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* Position arrows outside */
.swiper-button-prev-3 {
  left: 10px;
}

.swiper-button-next-3 {
  right: 10px;
}



.logo_icon {
    margin-left: 0;
    transform: translate(-50%, 10px);
}

.stiky_header {
    height: 110px;
}

.overlay-bg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
   
}

.w-full{
    width: 100%;
}

.bg1{
    background-color: rgba(0,0,0, 0.85);
    backdrop-filter: blur(3px);
}
.bg2{
    background-color: rgba(0,0,0, 0.5);
}

.top-overlay{
    position: relative;
    z-index: 10;
}

.landing-tab-each-text {
    max-width: 100%;
}

.p-inline0{
    padding-inline: 0;
}

.lh-20{
line-height:20px;
}

.lh-10{
line-height:10px;
}

.inquery{
    color: black;
    border: 1px solid black;
}
.inquery2{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 9px 40px;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.3s;
}

[class^='col-']:empty:after{
    opacity: 0;

}















/* Styles for carousel */
.carousel-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100vw;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 200%; /* 2 slides */
}

.slide {
    flex: 0 0 50%; /* Cada slide ocupa la mitad del ancho total */
    box-sizing: border-box;
}

/* Nav Arrows */
.prev-btn,
.next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

/* Smooth animation */
.carousel {
    transition: transform 0.5s ease;
}

 .testimonial-swiper footer {
    margin-top: 1rem;
    font-weight: bold;
    color: #555;
  }
  
  
  @media(max-width: 600px){
    .testimonial-carousel {
    min-height: 280px;
  }
  .testimonial {
      padding-inline: 1rem;
  }
}