/* Hotel Photos Carousel Styling */
.hotel-photos-carousel .bx-wrapper {
  border: none !important;
  box-shadow: none !important;
  background: white !important;
  margin-bottom: 10px !important;
}
.hotel-photos-carousel .bx-viewport {
  border: none !important;
  background: white !important;
  height: 280px !important;
  overflow: hidden !important;
  border-radius: 12px !important;
}
.hotel-photos-carousel li {
  height: 280px !important;
}
.hotel-photos-carousel li > div {
  height: 280px !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  background: white !important;
}
.hotel-photos-carousel img {
  border-radius: 12px !important;
  width: 100% !important;
  height: 280px !important;
  object-fit: cover !important;
  object-position: center !important;
  background: white !important;
}

/* Navigation positioning - arrows closer to dots */
.hotel-photos-carousel .bx-wrapper .bx-pager {
  text-align: center !important;
  position: relative !important;
  bottom: -2px !important;
  display: inline-block !important;
}

.hotel-photos-carousel .bx-controls-direction {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  position: absolute !important;
  bottom: -2px !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 10 !important;
}

.hotel-photos-carousel .bx-wrapper .bx-controls-direction .bx-prev {
  position: relative !important;
  left: 80px !important;
  top: -20px !important;
  transform: none !important;
}

.hotel-photos-carousel .bx-wrapper .bx-controls-direction .bx-next {
  position: relative !important;
  right: 60px !important;
  top: -20px !important;
  transform: none !important;
}

/* Responsive positioning for different screen sizes */
@media (min-width: 1200px) {
  .hotel-photos-carousel .bx-wrapper .bx-controls-direction .bx-prev {
    left: 120px !important;
    top: -20px !important;
  }
  .hotel-photos-carousel .bx-wrapper .bx-controls-direction .bx-next {
    right: 100px !important;
    top: -20px !important;
  }
}

@media (min-width: 1600px) {
  .hotel-photos-carousel .bx-wrapper .bx-controls-direction .bx-prev {
    left: 160px !important;
    top: -20px !important;
  }
  .hotel-photos-carousel .bx-wrapper .bx-controls-direction .bx-next {
    right: 140px !important;
    top: -20px !important;
  }
}

/* Responsive fixes */
@media (max-width: 768px) {
  .hotel-photos-carousel .bx-viewport {
    height: 220px !important;
  }
  .hotel-photos-carousel li,
  .hotel-photos-carousel li > div {
    height: 220px !important;
  }
  .hotel-photos-carousel img {
    height: 220px !important;
  }
  
  /* Hotel carousel navigation positioning for consistent spacing */
  .hotel-photos-carousel .bx-wrapper .bx-controls-direction .bx-prev {
    left: 50px !important;
    top: auto !important;
    bottom: 18px !important;
    transform: none !important;
  }
  
  .hotel-photos-carousel .bx-wrapper .bx-controls-direction .bx-next {
    right: 50px !important;
    top: auto !important;
    bottom: 18px !important;
    transform: none !important;
  }
  
  .hotel-photos-carousel .bx-wrapper .bx-pager {
    bottom: -2px !important;
  }
}

@media (max-width: 450px) {
  /* Hotel carousel navigation will now be visible on mobile */
  .hotel-photos-carousel .bx-wrapper .bx-controls-direction .bx-prev {
    left: 30px !important;
    top: auto !important;
    bottom: 18px !important;
    transform: none !important;
  }
  
  .hotel-photos-carousel .bx-wrapper .bx-controls-direction .bx-next {
    right: 30px !important;
    top: auto !important;
    bottom: 18px !important;
    transform: none !important;
  }
  
  .hotel-photos-carousel .bx-wrapper .bx-pager {
    bottom: -2px !important;
  }
  
  /* Keep testimonials navigation visible on very small screens */
  .testemonies-slider-container:not(.hotel-photos-carousel) .bx-wrapper .bx-controls-direction .bx-prev,
  .testemonies-slider-container:not(.hotel-photos-carousel) .bx-wrapper .bx-controls-direction .bx-next {
      display: block !important;
      opacity: 1 !important;
  }
}

@media (max-width: 540px) {
  /* Hotel carousel navigation - move arrows down by 20px for very small screens */
  .hotel-photos-carousel .bx-wrapper .bx-controls-direction .bx-prev {
    left: 20px !important;
    top: auto !important;
    bottom: -22px !important;
    transform: none !important;
  }
  
  .hotel-photos-carousel .bx-wrapper .bx-controls-direction .bx-next {
    right: 10px !important;
    top: auto !important;
    bottom: -22px !important;
    transform: none !important;
  }
  
  .hotel-photos-carousel .bx-wrapper .bx-pager {
    bottom: -2px !important;
  }
  
  .testemonies-slider-container:not(.hotel-photos-carousel) .bx-wrapper .bx-pager {
      display: block !important;
  }
  
  /* Tighter arrow positioning for smaller screens */
  .testemonies-slider-container:not(.hotel-photos-carousel) .bx-wrapper .bx-next {
      right: 10px !important;
  }
  
  .testemonies-slider-container:not(.hotel-photos-carousel) .bx-wrapper .bx-prev {
      left: 10px !important;
  }
  
  /* Move both arrows and dots closer to content together for testimonials */
  .testemonies-slider-container:not(.hotel-photos-carousel) .bx-controls-direction {
      bottom: 0px !important;
  }
  
  .testemonies-slider-container:not(.hotel-photos-carousel) .bx-wrapper .bx-pager {
      bottom: 0px !important;
  }
  
  /* Align arrows with dots for testimonials - override top positioning */
  .testemonies-slider-container:not(.hotel-photos-carousel) .bx-wrapper .bx-controls-direction .bx-prev,
  .testemonies-slider-container:not(.hotel-photos-carousel) .bx-wrapper .bx-controls-direction .bx-next {
      top: auto !important;
      bottom: 0px !important;
      transform: translateY(0) !important;
  }
}

/* Mobile Navigation - Move arrows and dots closer to content together */
@media (max-width: 768px) {
    /* Ensure testimonials navigation is visible on mobile */
    .testemonies-slider-container:not(.hotel-photos-carousel) .bx-wrapper .bx-controls-direction .bx-prev,
    .testemonies-slider-container:not(.hotel-photos-carousel) .bx-wrapper .bx-controls-direction .bx-next {
        display: block !important;
        opacity: 1 !important;
    }
    
    .testemonies-slider-container:not(.hotel-photos-carousel) .bx-wrapper .bx-pager {
        display: block !important;
    }
    
    /* Position arrows within frame bounds */
    .testemonies-slider-container:not(.hotel-photos-carousel) .bx-wrapper .bx-next {
        right: 20px !important;
    }
    
    .testemonies-slider-container:not(.hotel-photos-carousel) .bx-wrapper .bx-prev {
        left: 20px !important;
    }
    
    /* Move both arrows and dots closer to content together */
    .testemonies-slider-container:not(.hotel-photos-carousel) .bx-controls-direction {
        bottom: -2px !important;
    }
    
    .testemonies-slider-container:not(.hotel-photos-carousel) .bx-wrapper .bx-pager {
        bottom: -2px !important;
    }
    
    /* Align arrows with dots - override top positioning */
    .testemonies-slider-container:not(.hotel-photos-carousel) .bx-wrapper .bx-controls-direction .bx-prev,
    .testemonies-slider-container:not(.hotel-photos-carousel) .bx-wrapper .bx-controls-direction .bx-next {
        top: auto !important;
        bottom: -2px !important;
        transform: translateY(0) !important;
    }
}

/* Who Should Attend Section - Bold Text Fix */
.who-should-attend-text b,
.who-should-attend-text strong {
    font-weight: 900 !important;
    font-weight: bold !important;
    color: #111827 !important;
    font-family: inherit !important;
    text-shadow: 0 0 1px currentColor;
}

.who-should-attend-text strong {
    font-weight: 900 !important;
    font-weight: bold !important;
    color: #111827 !important;
    font-family: inherit !important;
    text-shadow: 0 0 1px currentColor;
}

/* Testimonials Section Styles */
.testimonials-section {
    background-color: #001A29;
    background-image: url(/img/executive_retreat/testimonials/background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
    border: none;
}
.testimonials-section .container {
    border: none;
}
.testimonials-header {
    text-align: center;
    color: #F5F7EB;
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 60px;
    font-family: AmsiPro-Black;
    line-height: 3.8rem;
}
.testemonies-slider-container {
    border: none;
}
.testemonies-slider li {
    height: 350px !important;
}
.testemonies-slider-content-div {
    max-width: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 300px;
    background-repeat: no-repeat;
    margin: auto;
    background-size: contain;
    background-position: center;
    width: 100%;
    position: relative;
    padding: 0 60px;
    background-image: url(/img/executive_retreat/testimonials/border.svg) !important;
    background-color: transparent !important;
    z-index: 1;
    box-sizing: border-box;
}

.testemonies-slider-wrapper {
    background: transparent !important;
    z-index: 1;
}

.testemonies-slider-container .bx-viewport {
    background: transparent !important;
}

.testemonies-slider-container .bx-wrapper {
    background: transparent !important;
}
.testemonies-slider-container .bx-wrapper {
    box-shadow: none;
    border: none;
}
.testemonies-slider-container .bx-viewport {
    background: transparent !important;
}

.testemonies-slider-wrapper {
    background: transparent !important;
    z-index: 1;
}

.testemonies-slider-content-div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent !important;
    z-index: -1;
}
.testemonies-slider-container .bx-controls-direction {
    position: relative;
    bottom: -40px !important;
}
.testemonies-slider-container .bx-wrapper .bx-pager.bx-default-pager a {
    height: 7px !important;
    width: 7px !important;
}
.testemonies-slider-container .bx-pager-link.active {
    background: #F5F7EB !important;
}
.testemonies-slider-container .bx-wrapper .bx-next {
    background: url(../img/home/arrow-12.png) no-repeat 0 10px;
    background-position: unset !important;
    top: -6px !important;
    opacity: 1!important;
    z-index: 1;
}
.testemonies-slider-container .bx-wrapper .bx-prev {
    background: url(../img/home/arrow-13.png) no-repeat 0 10px;
    background-position: unset !important; 
    top: -6px !important;
    opacity: 1!important;
    z-index: 1;
}

.testemonial-text-1, .testemonial-text-2, .testemonial-text-3, .testemonial-text-4, .testemonial-text-5, .testemonial-text-6, .testemonial-text-7, .testemonial-text-8 {
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    margin: 0 auto 6px auto;
    font-size: clamp(1rem, 3vw, 2.2rem);
    line-height: 1.3;
    max-width: 800px;
    font-family: AmsiPro-Black;
    position: relative;
    z-index: 10;
    padding: 0 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}
.testemonial-customer-1, .testemonial-customer-2, .testemonial-customer-3, .testemonial-customer-4, .testemonial-customer-5, .testemonial-customer-6, .testemonial-customer-7, .testemonial-customer-8 {
    position: relative;
    text-align: center;
    color: #FFFFFF;
    font-size: clamp(0.8rem, 2vw, 1.6rem);
    font-weight: 600;
    margin: 3px 0 0 0;
    z-index: 10;
    font-style: italic;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.2;
}

/* Control spacing between name and company */
.testemonial-customer-1 br, .testemonial-customer-2 br, .testemonial-customer-3 br, .testemonial-customer-4 br, .testemonial-customer-5 br, .testemonial-customer-6 br, .testemonial-customer-7 br, .testemonial-customer-8 br {
    display: block;
    content: "";
    margin-top: 2px;
}

/* FAQ Section Styles */
.executive-retreat-faqs {
    background-color: #f3f4f6 !important;
    padding: 40px 0 80px !important;
    position: relative !important;
    overflow: hidden !important;
    background-image: var(--background-image-sparks) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: 120% center !important;
}
.executive-retreat-faqs .faq-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative !important;
    z-index: 10 !important;
}

/* Agenda Section Styles */
.agenda-tab.active {
  background-color: #357587 !important;
  color: white !important;
}

.agenda-tab:hover {
  background-color: #f3f4f6 !important;
  color: #374151 !important;
}

.agenda-day-content {
  display: none;
}

.agenda-day-content.active {
  display: block;
}

/* Responsive adjustments for agenda */
@media (max-width: 768px) {
  .agenda-day-content {
    padding: 1.5rem !important;
    margin: 0 1rem;
  }
  
  .agenda-tab {
    padding: 0.5rem 1rem !important;
    font-size: 0.875rem !important;
  }
  
  .flex {
    flex-direction: column !important;
  }
  
  .w-20 {
    width: auto !important;
    margin-bottom: 0.5rem !important;
    font-weight: bold !important;
    color: #374151 !important;
  }
}

.executive-retreat-faqs .faq-title {
    color: #001A29 !important;
    font-size: 3.5rem !important;
    font-weight: 900 !important;
    text-align: center !important;
    margin-bottom: 40px !important;
    font-family: AmsiPro-Black, sans-serif !important;
    line-height: 1.2 !important;
}

.executive-retreat-faqs .faq-item {
    border-bottom: 2px solid #9ca3af !important;
    padding: 30px 0 !important;
}
.executive-retreat-faqs .faq-item:last-child {
    border-bottom: none !important;
}
.executive-retreat-faqs .faq-question-wrapper {
    display: flex !important;
    align-items: flex-start !important;
    cursor: pointer !important;
}
.executive-retreat-faqs .faq-icon {
    color: #ef4444 !important;
    margin-right: 15px !important;
    font-size: 24px !important;
    font-weight: bold !important;
    min-width: 24px !important;
    line-height: 1.2 !important;
    text-align: center !important;
    margin-top: 2px !important;
    flex-shrink: 0 !important;
}
.executive-retreat-faqs .faq-question-content {
    flex: 1 !important;
}
.executive-retreat-faqs .faq-question {
    color: #001A29 !important;
    font-size: 18px !important;
    font-weight: bold !important;
    font-family: AmsiPro-Black, sans-serif !important;
    margin: 0 !important;
}
.executive-retreat-faqs .faq-answer {
    margin-top: 16px !important;
    color: #374151 !important;
    font-family: Tahoma, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
}
.executive-retreat-faqs .faq-answer a {
    color: #2563eb !important;
    text-decoration: underline !important;
}

/* Responsive styles for testimonials */
@media (max-width: 970px) {
    .testemonies-slider-content-div {
        max-width: 90%; 
        padding: 0 40px;
        height: 320px;
    } 
    .testemonial-text-1, .testemonial-text-2, .testemonial-text-3, .testemonial-text-4, .testemonial-text-5, .testemonial-text-6, .testemonial-text-7, .testemonial-text-8 {
        font-size: clamp(1.2rem, 2.8vw, 2.4rem);
        line-height: 1.25;
        padding: 0 15px;
        margin: 0 auto 5px auto;
    }
    .testemonial-customer-1, .testemonial-customer-2, .testemonial-customer-3, .testemonial-customer-4, .testemonial-customer-5, .testemonial-customer-6, .testemonial-customer-7, .testemonial-customer-8 {
        font-size: clamp(0.9rem, 1.8vw, 1.4rem);
        margin: 2px 0 0 0;
        line-height: 1.15;
    }
    .testemonial-customer-1 br, .testemonial-customer-2 br, .testemonial-customer-3 br, .testemonial-customer-4 br, .testemonial-customer-5 br, .testemonial-customer-6 br, .testemonial-customer-7 br, .testemonial-customer-8 br {
        margin-top: 1px;
    }
    .testemonies-slider li {
        height: 320px !important;
    }
}

@media (max-width: 912px) {
    .testemonial-text-1, .testemonial-text-2, .testemonial-text-3, .testemonial-text-4, .testemonial-text-5, .testemonial-text-6, .testemonial-text-7, .testemonial-text-8 {
        font-size: clamp(1rem, 2.5vw, 1.8rem);
        line-height: 1.3;
        padding: 0 12px;
        margin: 0 auto 4px auto;
    }
    .testemonial-customer-1, .testemonial-customer-2, .testemonial-customer-3, .testemonial-customer-4, .testemonial-customer-5, .testemonial-customer-6, .testemonial-customer-7, .testemonial-customer-8 {
        font-size: clamp(0.9rem, 1.8vw, 1.4rem);
        margin: 1px 0 0 0;
        line-height: 1.1;
    }
    .testemonial-customer-1 br, .testemonial-customer-2 br, .testemonial-customer-3 br, .testemonial-customer-4 br, .testemonial-customer-5 br, .testemonial-customer-6 br, .testemonial-customer-7 br, .testemonial-customer-8 br {
        margin-top: 0px;
    }
    .testimonials-header {
        font-size: 2.2rem;
        line-height: 2.6rem;
    }
}
@media (max-width: 850px) {
    .testemonial-text-1, .testemonial-text-2, .testemonial-text-3, .testemonial-text-4, .testemonial-text-5, .testemonial-text-6, .testemonial-text-7, .testemonial-text-8 {
        font-size: clamp(1rem, 2.5vw, 2rem);
        line-height: 1.2;
        padding: 0 12px;
        margin: 0 auto 4px auto;
    }
    .testemonial-customer-1, .testemonial-customer-2, .testemonial-customer-3, .testemonial-customer-4, .testemonial-customer-5, .testemonial-customer-6, .testemonial-customer-7, .testemonial-customer-8 {
        font-size: clamp(0.8rem, 1.6vw, 1.2rem);
        margin: 2px 0 0 0;
        line-height: 1.1;
    }
    .testemonial-customer-1 br, .testemonial-customer-2 br, .testemonial-customer-3 br, .testemonial-customer-4 br, .testemonial-customer-5 br, .testemonial-customer-6 br, .testemonial-customer-7 br, .testemonial-customer-8 br {
        margin-top: 1px;
    }
    .testemonies-slider-content-div {
        height: 350px;
        padding: 0 30px;
    }
    .testemonies-slider li {
        height: 350px !important;
    }
    .testemonies-slider-container .bx-viewport {
        height: 500px !important;
    }
    .testimonials-header {
        font-size: 2.8rem;
        line-height: 3.2rem;
    }
}

@media (max-width: 850px) and (min-width: 768px) {
    .testemonies-slider-container .bx-viewport {
        height: 300px !important;
    }
}
@media (max-width: 690px) {
    .testemonial-text-1, .testemonial-text-2, .testemonial-text-3, .testemonial-text-4, .testemonial-text-5, .testemonial-text-6, .testemonial-text-7, .testemonial-text-8 {
        font-size: clamp(1.1rem, 2.8vw, 1.8rem);
        line-height: 1.25;
        padding: 0 10px;
        margin: 0 auto 3px auto;
    }
    .testemonial-customer-1, .testemonial-customer-2, .testemonial-customer-3, .testemonial-customer-4, .testemonial-customer-5, .testemonial-customer-6, .testemonial-customer-7, .testemonial-customer-8 {
        font-size: clamp(0.9rem, 1.8vw, 1.4rem);
        margin: 1px 0 0 0;
        line-height: 1.1;
    }
    .testemonial-customer-1 br, .testemonial-customer-2 br, .testemonial-customer-3 br, .testemonial-customer-4 br, .testemonial-customer-5 br, .testemonial-customer-6 br, .testemonial-customer-7 br, .testemonial-customer-8 br {
        margin-top: 0px;
    }
    .testemonies-slider-content-div {
        height: 350px;
        padding: 0 20px;
    }
    .testemonies-slider li {
        height: 350px !important;
    }
      .testemonies-slider-container .bx-viewport {
          height: 380px !important;
      }
      .testimonials-header {
          font-size: 2.4rem;
          line-height: 2.8rem;
      }
    /* Reduce navigation gap for smaller screens */
    .testemonies-slider-container .bx-controls-direction {
        bottom: -10px !important;
    }
    /* Align arrows with dots */
    .testemonies-slider-container .bx-wrapper .bx-next,
    .testemonies-slider-container .bx-wrapper .bx-prev {
        top: auto !important;
        bottom: -10px !important;
    }
}
@media (max-width: 610px) {
    .testemonial-text-1, .testemonial-text-2, .testemonial-text-3, .testemonial-text-4, .testemonial-text-5, .testemonial-text-6, .testemonial-text-7, .testemonial-text-8 {
        font-size: clamp(1rem, 2.5vw, 1.6rem);
        line-height: 1.3;
        padding: 0 8px;
        margin: 0 auto 2px auto;
    }
    .testemonial-customer-1, .testemonial-customer-2, .testemonial-customer-3, .testemonial-customer-4, .testemonial-customer-5, .testemonial-customer-6, .testemonial-customer-7, .testemonial-customer-8 {
        font-size: clamp(0.8rem, 1.6vw, 1.3rem);
        margin: 1px 0 0 0;
        line-height: 1.05;
    }
    .testemonial-customer-1 br, .testemonial-customer-2 br, .testemonial-customer-3 br, .testemonial-customer-4 br, .testemonial-customer-5 br, .testemonial-customer-6 br, .testemonial-customer-7 br, .testemonial-customer-8 br {
        margin-top: 0px;
    }
    /* Reduce navigation gap for smaller screens */
    .testemonies-slider-container .bx-controls-direction {
        bottom: -5px !important;
    }
    /* Align arrows with dots */
    .testemonies-slider-container .bx-wrapper .bx-next,
    .testemonies-slider-container .bx-wrapper .bx-prev {
        top: auto !important;
        bottom: -5px !important;
    }
    .testemonies-slider-content-div {
        height: 280px;
        padding: 0 15px;
    }
    .testemonies-slider li {
        height: 280px !important;
    }
      .testemonies-slider-container .bx-viewport {
          height: 320px !important;
      }
      .testimonials-header {
          font-size: 2rem;
          line-height: 2.4rem;
      }
}
@media (max-width: 560px) {
    .testemonial-text-1, .testemonial-text-2, .testemonial-text-3, .testemonial-text-4, .testemonial-text-5, .testemonial-text-6, .testemonial-text-7, .testemonial-text-8 {
        font-size: clamp(0.9rem, 2.2vw, 1.4rem);
        line-height: 1.3;
        padding: 0 6px;
        margin: 0 auto 2px auto;
    }
    .testemonial-customer-1, .testemonial-customer-2, .testemonial-customer-3, .testemonial-customer-4, .testemonial-customer-5, .testemonial-customer-6, .testemonial-customer-7, .testemonial-customer-8 {
        font-size: clamp(0.7rem, 1.4vw, 1.2rem);
        margin: 1px 0 0 0;
        line-height: 1.05;
    }
    .testemonial-customer-1 br, .testemonial-customer-2 br, .testemonial-customer-3 br, .testemonial-customer-4 br, .testemonial-customer-5 br, .testemonial-customer-6 br, .testemonial-customer-7 br, .testemonial-customer-8 br {
        margin-top: 0px;
    }
    /* Reduce navigation gap for smaller screens */
    .testemonies-slider-container .bx-controls-direction {
        bottom: 0px !important;
    }
    /* Align arrows with dots */
    .testemonies-slider-container .bx-wrapper .bx-next,
    .testemonies-slider-container .bx-wrapper .bx-prev {
        top: auto !important;
        bottom: 0px !important;
    }
    .testemonies-slider-content-div {
        height: 240px;
        padding: 0 12px;
    }
    .testemonies-slider li {
        height: 240px !important;
    }
      .testemonies-slider-container .bx-viewport {
          height: 280px !important;
      }
      .testimonials-header {
          font-size: 1.8rem;
          line-height: 2.2rem;
      }
}
@media (max-width: 505px) {
    .testemonial-text-1, .testemonial-text-2, .testemonial-text-3, .testemonial-text-4, .testemonial-text-5, .testemonial-text-6, .testemonial-text-7, .testemonial-text-8 {
        font-size: clamp(0.8rem, 2vw, 1.3rem);
        line-height: 1.3;
        padding: 0 5px;
        margin: 0 auto 1px auto;
    }
    .testemonial-customer-1, .testemonial-customer-2, .testemonial-customer-3, .testemonial-customer-4, .testemonial-customer-5, .testemonial-customer-6, .testemonial-customer-7, .testemonial-customer-8 {
        font-size: clamp(0.6rem, 1.2vw, 1.1rem);
        margin: 1px 0 0 0;
        line-height: 1.05;
    }
    .testemonial-customer-1 br, .testemonial-customer-2 br, .testemonial-customer-3 br, .testemonial-customer-4 br, .testemonial-customer-5 br, .testemonial-customer-6 br, .testemonial-customer-7 br, .testemonial-customer-8 br {
        margin-top: 0px;
    }
    /* Reduce navigation gap for smaller screens */
    .testemonies-slider-container .bx-controls-direction {
        bottom: 5px !important;
    }
    /* Align arrows with dots */
    .testemonies-slider-container .bx-wrapper .bx-next,
    .testemonies-slider-container .bx-wrapper .bx-prev {
        top: auto !important;
        bottom: 5px !important;
    }
    .testemonies-slider-content-div {
        height: 200px;
        padding: 0 8px;
    }
    .testemonies-slider li {
        height: 200px !important;
    }
      .testemonies-slider-container .bx-viewport {
          height: 240px !important;
      }
      .testimonials-header {
          font-size: 1.6rem;
          line-height: 2rem;
      }
}
@media (max-width: 380px) {
    .testemonial-text-1, .testemonial-text-2, .testemonial-text-3, .testemonial-text-4, .testemonial-text-5, .testemonial-text-6, .testemonial-text-7, .testemonial-text-8 {
        font-size: clamp(0.7rem, 1.8vw, 1.2rem);
        line-height: 1.3;
        padding: 0 4px;
        margin: 0 auto 1px auto;
    }
    .testemonial-customer-1, .testemonial-customer-2, .testemonial-customer-3, .testemonial-customer-4, .testemonial-customer-5, .testemonial-customer-6, .testemonial-customer-7, .testemonial-customer-8 {
        font-size: clamp(0.5rem, 1.2vw, 1rem);
        margin: 1px 0 0 0;
        line-height: 1.05;
    }
    .testemonial-customer-1 br, .testemonial-customer-2 br, .testemonial-customer-3 br, .testemonial-customer-4 br, .testemonial-customer-5 br, .testemonial-customer-6 br, .testemonial-customer-7 br, .testemonial-customer-8 br {
        margin-top: 0px;
    }
    /* Reduce navigation gap for smaller screens */
    .testemonies-slider-container .bx-controls-direction {
        bottom: 10px !important;
    }
    /* Align arrows with dots */
    .testemonies-slider-container .bx-wrapper .bx-next,
    .testemonies-slider-container .bx-wrapper .bx-prev {
        top: auto !important;
        bottom: 10px !important;
    }
    .testemonies-slider-content-div {
        height: 180px;
        padding: 0 6px;
    }
    .testemonies-slider li {
        height: 180px !important;
    }
      .testemonies-slider-container .bx-viewport {
          height: 220px !important;
      }
      .testimonials-header {
          font-size: 1.4rem;
          line-height: 1.8rem;
      }
}
@media (max-width: 325px) {
    .testemonial-text-1, .testemonial-text-2, .testemonial-text-3, .testemonial-text-4, .testemonial-text-5, .testemonial-text-6, .testemonial-text-7, .testemonial-text-8 {
        font-size: clamp(0.6rem, 1.6vw, 1.1rem);
        line-height: 1.2;
        padding: 0 3px;
        margin: 0 auto 1px auto;      
    }
    .testemonial-customer-1, .testemonial-customer-2, .testemonial-customer-3, .testemonial-customer-4, .testemonial-customer-5, .testemonial-customer-6, .testemonial-customer-7, .testemonial-customer-8 {
        font-size: clamp(0.4rem, 1vw, 0.9rem);
        margin: 1px 0 0 0;
        line-height: 1.05;
    }
    .testemonial-customer-1 br, .testemonial-customer-2 br, .testemonial-customer-3 br, .testemonial-customer-4 br, .testemonial-customer-5 br, .testemonial-customer-6 br, .testemonial-customer-7 br, .testemonial-customer-8 br {
        margin-top: 0px;
    }
    /* Reduce navigation gap for smaller screens */
    .testemonies-slider-container .bx-controls-direction {
        bottom: 15px !important;
    }
    /* Align arrows with dots */
    .testemonies-slider-container .bx-wrapper .bx-next,
    .testemonies-slider-container .bx-wrapper .bx-prev {
        top: auto !important;
        bottom: 15px !important;
    }
    .testemonies-slider-content-div {
        height: 160px;
        padding: 0 4px;
    }
    .testemonies-slider li {
        height: 160px !important;
    }
      .testemonies-slider-container .bx-viewport {
          height: 200px !important;
      }
      .testimonials-header {
          font-size: 1.2rem;
          line-height: 1.6rem;
      }
}
@media (max-width: 620px) {
    .testemonials-header-text {
        max-width: 90%; 
    } 
}

@media (max-width: 768px) {
    .executive-retreat-faqs .faq-title {
        font-size: 2.5rem !important;
        margin-bottom: 40px !important;
    }
    .executive-retreat-faqs .faq-question {
        font-size: 16px !important;
    }
    .executive-retreat-faqs .faq-answer {
        font-size: 14px !important;
    }
} 