/* ========================================
   Promo Slider Section - Base Styles
======================================== */
.promo3-body {
  background-color: #FFE6AC;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
}

.promo3-slider {
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 20px 0 60px;
  color: #6B0A0A;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.bg-circle2 {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background-color: #FFC747;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.promo3-slider h1 {
  font-weight: bold;
  font-size: 2.5rem;
  margin: 0;
}

.promo3-slider p {
  font-size: 1.2rem;
  margin: 0;
}


/* ========================================
   Button Styles
======================================== */
.learn-more-btn {
  margin-top: 10px;
}

.learnmore {
  padding: 10px 30px;
  font-size: 32px;
  font-weight: 700;
  border-radius: 35px;
  background-color: #F81111;
  border: none;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.learnmore:hover {
  background-color: #c60c0c;
}

/* ========================================
   Image Section
======================================== */
.promo3-image {
  width: 100%;
  height: auto;
  display: block;
  margin-top: -330px;
  margin-bottom: 0px;
}

.promo3-image img {
  width: 100%;
  height: auto;
}

/* ========================================
   Responsive Tweaks
======================================== */

/* ----- Extra Small Devices (Phones < 400px) ----- */
@media (max-width: 400px) {
  .learn-more-btn {
    font-size: 20px;
  }

  .learnmore {
    font-size: 18px;
    padding: 12px 16px;
  }
}

/* ----- Small Devices (400px - 767.98px) ----- */
@media (min-width: 400px) and (max-width: 767.98px) {
  .promo3-slider h1 {
    font-size: 2rem;
  }

  .learnmore {
    font-size: 20px;
    padding: 14px 20px;
  }
}

/* ----- Medium Devices (768px - 991.98px) ----- */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Add specific styles if needed */
}

/* ----- Large Devices (992px - 1199.98px) ----- */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .promo3-body {
    display: flex;
  }

  .promo3-slider,
  .promo3-body img {
    width: 80%;
  }

  .full-width-image {
    width: 50%;
  }

  .first-image {
    margin-top: -330px;
    margin-bottom: 40px;
  }
}

/* ----- Extra Large Devices (1200px - 1399.98px) ----- */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    /* ========== Promo Section ========== */
    .package-section {
      width: 100%;
      height: auto;
      display: flex;
      justify-content: center;
    }
    
    .promo3-body {
      display: flex;
      width: 90%;
      height: 70vh;
      position: relative;
      overflow: hidden;
      margin-bottom: 40px;
    }
    
    /* ========== Promo Slider ========== */
    .promo3-slider {
      height: auto;
      display: flex;
      align-items: start;
      justify-content: center;
      padding: 60px;
    }
    
    /* ========== Image Styling ========== */
    .promo3-image {
      width: 100%;
      height: auto;
      display: block;
    }
    
    .promo3-image img {
      width: 100%;
      height: auto;
      margin-top: -260px;
    }
    
    /* ========== Decorative Background Circle ========== */
    .bg-circle2 {
      width: 1400px;
      height: 1400px;
      right: 0;
      bottom: -300px;
      position: absolute;
      border-radius: 50%;
      background-color: #FFC747;
      z-index: -1;
    }
    
    .promo3-slider h1 {
      font-weight: bold;
      font-size: 3rem;
      margin: 0;
      margin-bottom: 40px;
    }
    
    .promo3-slider p {
      font-size: 1.8rem;
      margin: 0;
      margin-bottom: 80px;
    }
}

/* ----- XXL Devices (1400px and above) ----- */
@media (min-width: 1400px) {
    /* ========== Promo Section ========== */
    .package-section {
      width: 100%;
      height: auto;
      display: flex;
      justify-content: center;
    }
    
    .promo3-body {
      display: flex;
      width: 90%;
      height: 70vh;
      position: relative;
      overflow: hidden;
      margin-bottom: 40px;
    }
    
    /* ========== Promo Slider ========== */
    .promo3-slider {
      height: auto;
      display: flex;
      align-items: start;
      justify-content: center;
      padding: 60px;
    }
    
    /* ========== Image Styling ========== */
    .promo3-image {
      width: 100%;
      height: auto;
      display: block;
    }
    
    .promo3-image img {
      width: 100%;
      height: auto;
      margin-top: -260px;
    }
    
    /* ========== Decorative Background Circle ========== */
    .bg-circle2 {
      width: 1400px;
      height: 1400px;
      right: 0;
      bottom: -300px;
      position: absolute;
      border-radius: 50%;
      background-color: #FFC747;
      z-index: -1;
    }
    
    .promo3-slider h1 {
      font-weight: bold;
      font-size: 3rem;
      margin: 0;
      margin-bottom: 40px;
    }
    
    .promo3-slider p {
      font-size: 1.8rem;
      margin: 0;
      margin-bottom: 80px;
    }

}
