@import url("https://fonts.cdnfonts.com/css/adobe-garamond-pro-2");
@import url(https://db.onlinewebfonts.com/c/669380d64ad81d9f47e08914b5804cb2?family=IrisUPC);
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

p,
.inter,
.view-menu-btn,
#callButton,
#promotionButton {
  font-family: "Inter", sans-serif !important;
}

.hero-free {
  height: 91vh;
}

@media (max-width: 768px) {
  .hero-free {
    height: 100%;
    min-height: 100%;
  }
}

.content {
  height: 200px;
}

@media (max-width: 768px) {
  .content {
    height: 100%;
    min-height: 400px;
  }
}

.fix-h-800 {
  height: 1200px;
}

@media (max-width: 768px) {
  .fix-h-800 {
    height: 900px;
  }
}

footer {
  z-index: 9999;
}

.color-cool {
  color: #1b4b9b !important;
}

.bg-color-cool {
  background-color: #1b4b9b !important;
}

.heading {
  font-family: "IrisUPC", sans-serif;
  font-size: 3em;
}

.num-font {
  font-family: "Adobe Garamond Pro", sans-serif;
}

.font-res {
  font-size: calc(2rem + 2vw) !important;
}

.font-res-l {
  font-size: calc(1.5rem + 1vw) !important;
}

.font-res-m {
  font-size: calc(1rem + 1vw) !important;
}

.font-res-s {
  font-size: calc(0.75rem + 0.5vw) !important;
}

/* bootstrap */
.text-aligner-res {
  text-align: center !important;
}

@media (min-width: 768px) {
  .text-aligner-res {
    text-align: left !important;
  }
}

.demo-box {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  height: 200px;
  margin-bottom: 15px;
}

.small-box {
  /* border: 1px solid #ddd; */
  /* border-radius: 10px; */
  padding: 20px;
  height: 150px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #f9f9f9; */
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  text-align: center;
  /* For any potential text or fallback content */
  font-size: 14px;
  /* Default text size */
  color: #888;
  /* Default text color */
}

.small-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 5px;
}

.color-cool-btn {
  background-color: #1b4b9b;
  /* Your custom button color */
  color: #fff;
  /* White text for filled buttons */
  border: 2px solid #1b4b9b;
  /* Border color for outline buttons */
  transition: background-color 0.3s, color 0.3s;
}

.btn-outline.color-cool-btn {
  background-color: transparent;
  color: #1b4b9b;
  /* Custom button color for outline buttons */
}

.btn:hover.color-cool-btn {
  background-color: #1b4b9b;
  /* Same as the filled button color */
  color: #fff;
  /* White text on hover */
}

.active-tab {
  background-color: #1b4b9b;
  color: #fff;
  border: 2px solid #1b4b9b;
}

.rounded-16 {
  border-radius: 16px;
  /* Smooth rounded corners for all buttons */
}

/* General styles for the hover container */
.hover-container {
  position: relative;
  display: inline-block;
}

/* Hover text beneath buttons */
.hover-text {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #1b4b9b;
  /* Adjust text color */
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
}

/* Show hover text and apply active styles */
.hover-container:hover .hover-text {
  visibility: visible;
  opacity: 1;
}

/* Make gender options interactive */
.gender-option {
  cursor: pointer;
  text-decoration: none;
  transition: text-decoration 0.3s ease;
}

.gender-option:hover {
  text-decoration: underline;
}

/* Keep button visually active when hovering over container */
.hover-container:hover .btn {
  background-color: #1b4b9b;
  /* Change to active button background color */
  color: white;
  /* Ensure text is readable */
  border-color: #1b4b9b;
  /* Optional: match border to background */
}

/* Style for buttons */
.btn {
  position: relative;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.stats-section {
  background-color: #1b4b9b;
  padding: 4rem 2rem;
  color: white;
}

.stat-number {
  font-size: 4rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: calc(1rem + 1vw);
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 200px;
  margin: 0 auto;
  line-height: 1;
  font-family: "IrisUPC", sans-serif;
}

.hr-with-text {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
}

.hr-with-text::before,
.hr-with-text::after {
  content: "";
  flex: 1;
  border-top: 1px solid #1b4b9b;
}

.hr-with-text span {
  margin: 0 10px;
  /* font-weight: bold; */
}

.hr-with-text-w {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
}

.hr-with-text-w::before,
.hr-with-text-w::after {
  content: "";
  flex: 1;
  border-top: 1px solid #fff;
}

.hr-with-text-w span {
  margin: 0 10px;
  /* font-weight: bold; */
}

.accordion-body {
  font-size: 1.1em;
}

.accordion-item {
  border: none;
  border-bottom: 1px solid #1b4b9b;
  /* Remove border around accordion items */
}

.accordion-button {
  color: #1b4b9b;
  border: none;
  /* Remove border around accordion buttons */
  box-shadow: none;
  /* Remove box-shadow when active */
  font-size: 1.1em !important;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #1b4b9b;
  box-shadow: none;
  /* Optional: Light background when active */
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231b4b9b'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* 2 columns of equal width */
  grid-gap: 36px 200px;
  /* Space between grid items */
  padding: 0 50px;
}

@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr;
    /* 1 column for mobile */
    grid-gap: 16px;
    /* Adjust space between grid items on mobile */
  }
}

.grid-item {
  /* Optional: background for items */
  padding: 16px;
  /* Optional: padding inside the grid item */
  border-radius: 8px;
  /* Optional: rounded corners for items */
  display: flex;
  align-items: center;
  gap: 12px;
}

.slideLanding-rooms {
  position: relative;
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.slideLanding-rooms .inner-slide-landing-rooms {
  overflow: hidden;
  height: 600px;
  position: relative;
}

.slideLanding-rooms .inner-slide-landing-rooms img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.slideLanding-rooms .inner-slide-landing-rooms .box-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  color: #fff;
  padding: 30px;
  cursor: pointer;
}

.slideLanding-rooms .inner-slide-landing-rooms .box-inner .box-bd {
  padding: 30px;
  /* border: 1px solid #fff; */
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  text-align: center;
  height: 100%;
}

.slideHero {
  padding-top: 42px;
}

@media (max-width: 991.98px) {
  .slideHero {
    position: relative;
  }
}

.slideHero .swiper-pagination {
  bottom: 2%;
  padding: 5px 0;
  z-index: 2;
}

.slideHero .img-slide-main {
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.slideHero .img-slide-main.position-bottom {
  object-position: center bottom;
}

.slideHero .img-slide-main.position-top {
  object-position: center top;
}

.slideHero.slideHero-page .swiper-button-prev,
.slideHero.slideHero-page .swiper-button-next,
.slideHero.slideHero-page .swiper-button-wrap {
  bottom: 20px;
}

.slideHero.slideHabita {
  padding-top: 42px;
  height: calc(100% - 240px);
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .slideHero.slideHabita {
    height: calc(50% - 42px);
    padding-top: 0;
    position: relative;
    top: 42px;
  }
}

.slideHero.slideHabita .swiper-slide {
  height: 100%;
  min-height: auto;
}

@media (max-width: 991.98px) {
  .slideHero.slideHabita .swiper-slide {
    height: 100%;
    min-height: auto;
  }
}

.slideHero .swiper-slide {
  background-size: cover;
  background-position: 50%;
  min-height: calc(100vh - 42px);
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .slideHero .swiper-slide {
    min-height: calc(40vh - 42px);
  }
}

@media (max-width: 575.98px) {
  .slideHero .swiper-slide {
    min-height: calc(30vh - 42px);
  }

  #malePrice-mobile,
  #femalePrice-mobile,
  #itinery-mobile {
    width: 400px !important;
  }
}

.slideHero .swiper-slide video {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.slideHero .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0.5;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background: #0004;
  z-index: 0;
}

.slideHero .swiper-button-prev,
.slideHero .swiper-button-next,
.slideHero .swiper-button-wrap {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6) !important;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: auto;
  margin-top: 0;
  bottom: 80px;
  position: absolute;
  z-index: 9;
}

.slideHero .swiper-button-prev:after,
.slideHero .swiper-button-next:after,
.slideHero .swiper-button-wrap:after {
  font-size: 22px;
}

@media (max-width: 991.98px) {
  .slideHero .swiper-button-prev,
  .slideHero .swiper-button-next,
  .slideHero .swiper-button-wrap {
    bottom: 20px;
  }
}

.slideHero .swiper-button-prev {
  right: 132px;
  left: auto;
}

@media (max-width: 991.98px) {
  .slideHero .swiper-button-prev {
    right: 100px;
  }
}

.slideHero .swiper-button-next {
  right: 50px;
}

@media (max-width: 991.98px) {
  .slideHero .swiper-button-next {
    right: 20px;
  }

  #malePrice-mobile,
  #femalePrice-mobile,
  #itinery-mobile {
    width: 500px !important;
  }
}

.slideHero .swiper-button-wrap {
  right: 91px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: bootstrap-icons !important;
  font-size: 25px;
}

@media (max-width: 991.98px) {
  .slideHero .swiper-button-wrap {
    right: 60px;
  }
}

.slideHero .swiper-button-wrap:hover {
  background: #000 !important;
}

.slideHero .swiper-button-wrap.swiper-button-play:before {
  content: "\F4F5";
}

.slideHero .swiper-button-wrap.swiper-button-pause:before {
  content: "\F4C4";
}

.slideHero.slideLanding-page {
  padding-top: 0;
  position: relative;
}

.slideHero.slideLanding-page .swiper-slide {
  min-height: calc(40vh - 42px);
  background-position: 50% 50%;
}

.slideHero.slideLanding-3 {
  padding-top: 0;
  position: relative;
}

.slideHero.slideLanding-3 .swiper-button-prev,
.slideHero.slideLanding-3 .swiper-button-next,
.slideHero.slideLanding-3 .swiper-button-wrap {
  bottom: 20px;
}

.slideHero.slideLanding-3 .swiper-slide {
  min-height: calc(60vh - 42px);
  background-position: 50% 50%;
}

p.no-h {
  height: auto !important;
}

.rounded-32 {
  border-radius: 32px;
}

#program-content {
  height: auto !important;
}

.logo-body img {
  height: 150px !important;
}

@media (max-width: 575.98px) {
  .logo-body img {
    height: 90px !important;
  }
}

.logo-contact img {
  height: 150px !important;
}

@media (max-width: 575.98px) {
  .logo-contact img {
    height: 90px !important;
  }
}

.logo-intro img {
  height: 200px !important;
}

@media (max-width: 575.98px) {
  .logo-intro img {
    height: 130px !important;
  }
}

.floating-btn {
  position: fixed;
  bottom: 150px;
  right: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 1000;
  background-color: #ed591b;
  color: white;
  font-weight: bold;
  font-size: 1em;
}

.floating-btn:hover {
  transform: scale(1.1);
  color: white;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

@media (max-width: 575.98px) {
  .floating-btn {
    position: fixed;
    top: 60px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    z-index: 1000;
    background-color: #ed591b;
    color: white;
    font-size: 1.1em;
    font-weight: bold;
    font-size: 0.8em;
  }

  .floating-btn:hover {
    transform: scale(1.1);
    color: white;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  }
}

/* ------------------------------------------------------------------------------------- */

/* Floating capsule button container */
.capsule-button {
  position: fixed;
  bottom: 100px;
  right: 20px;
  display: flex;
  border-radius: 50px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 100;
  transition: transform 0.3s, box-shadow 0.3s;
}

.capsule-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

/* Button halves */
.button-half {
  padding: 16px 24px;
  border: none;
  background-color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 500;
  color: #1b4b9b;
  /* Blue text color */
  outline: none;
}

/* Hover effect */
.button-half:hover {
  background-color: #1b4b9b;
  /* Blue background on hover */
  color: white;
  /* White text on hover */
}

/* Active/pressed state */
.button-half:active {
  transform: scale(0.98);
}

/* Divider line */
.divider {
  width: 1px;
  background-color: #d1d1d1;
}

/* Modal styles (shared between call and PDF) */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal.active {
  display: flex;
  opacity: 1;
}

.modal-container {
  width: 90%;
  max-width: 800px;
  height: 90%;
  max-height: 800px;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.modal-container-schedule {
  width: 90%;
  max-width: 1200px;
  height: 90%;
  max-height: 650px;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.modal.active .modal-container {
  transform: scale(1);
}

.modal-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .modal-grid {
    grid-template-columns: 1fr auto;
  }
}

.calendly-container {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.calendly-inline-widget {
  width: 100%;
  max-width: 1050px;
  height: 100vh;
  overflow: hidden;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  border: none;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
}

@media (max-width: 768px) {
  .calendly-inline-widget {
    height: 100vh;
    max-width: 100%;
  }
}

/* Program info styles */
.program-info {
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .program-info {
    border-right: 1px solid #e5e7eb;
  }
}

.section-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.program-details {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.program-details h3 {
  font-size: 1.125rem;
  font-weight: 500;
}

.description {
  font-size: 0.875rem;
  color: #6b7280;
}

.details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  font-size: 0.875rem;
}

.label {
  font-weight: 500;
}

.google-auth {
  padding-top: 1rem;
}

/* Scheduler content styles */
.scheduler-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Alert styles */
.alert {
  position: relative;
  width: 100%;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
  padding: 1rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.alert.success {
  border-color: #10b981;
}

.alert.error {
  border-color: #ef4444;
}

.alert.info {
  border-color: #3b82f6;
}

.alert-title {
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.alert-description {
  font-size: 0.875rem;
}

.hidden {
  display: none;
}

/* Calendar styles */
.calendar-container {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

/* Time selection styles */
.selection-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.selected-date {
  font-size: 0.875rem;
}

.time-selection {
  margin-top: 1rem;
}

.input-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

/* Time buttons grid */
.time-buttons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.time-button {
  padding: 0.5rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  background-color: white;
  font-size: 0.75rem;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
}

.time-button:hover {
  background-color: #f3f4f6;
  border-color: #9ca3af;
}

.time-button.selected {
  background-color: #2563eb;
  color: white;
  border-color: #2563eb;
}

/* Form styles */
.form-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.appointment-summary {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.appointment-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-group label {
  font-size: 0.875rem;
  font-weight: 500;
}

.required {
  color: #ef4444;
}

input,
textarea {
  width: 100%;
  padding: 0.5rem;
  border-radius: 0.375rem;
  border: 1px solid #d1d5db;
  font-size: 0.875rem;
}

textarea {
  min-height: 5rem;
  resize: vertical;
}

/* Icon styles */
.icon {
  flex-shrink: 0;
}

/* Flatpickr customization */
.flatpickr-calendar {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
  width: 100%;
}

.flatpickr-day.selected {
  background: #2563eb;
  border-color: #2563eb;
}

.flatpickr-day.selected:hover {
  background: #1d4ed8;
  border-color: #1d4ed8;
}

.flatpickr-day.today {
  border-color: #2563eb;
}

.flatpickr-day.flatpickr-disabled {
  color: #d1d5db;
}

/* Link styles */
.link {
  color: #2563eb;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

/* Morning/Afternoon/Evening sections */
.time-section {
  margin-bottom: 1rem;
}

.time-section-title {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #6b7280;
}

.modal-content {
  background-color: white;
  margin: 2rem auto;
  padding: 1.5rem;
  border-radius: 0.5rem;
  max-width: 900px;
  position: relative;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

/* Button styles */
.btn-s {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  background-color: #2563eb;
  color: white;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
}

.btn-s:hover {
  background-color: #1d4ed8;
}

.btn-s:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn-s-outline {
  background-color: transparent;
  color: #111827;
  border: 1px solid #d1d5db;
}

.btn-s-outline:hover {
  background-color: #f3f4f6;
}

.btn-s-small {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}

.btn-s-full {
  width: 100%;
}

/*  */
.close-btn {
  position: absolute;
  top: 65px;
  right: 25px;
  width: 30px;
  height: 30px;
  background-color: #1b4b9b;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  z-index: 1001;
  transition: background-color 0.3s;
}

.close-btn-schedule {
  position: absolute;
  top: 15px;
  right: 25px;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  /* font-weight: bold; */
  z-index: 1001;
  transition: background-color 0.3s;
}

.close-btn:hover {
  background-color: #143a7a;
}

/* PDF Viewer specific styles */
.pdf-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.loading-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1b4b9b;
  font-weight: bold;
}

/* Call Modal specific styles */
.call-content {
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.call-header {
  text-align: center;
  margin-bottom: 20px;
}

.call-header h2 {
  color: #1b4b9b;
  margin-bottom: 10px;
}

.call-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-group input,
.form-group textarea {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: inherit;
  transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #1b4b9b;
  outline: none;
}

.submit-btn {
  background-color: #1b4b9b;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 4px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-top: 10px;
}

.submit-btn:hover {
  background-color: #143a7a;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .button-half {
    padding: 12px 18px;
    font-size: 14px;
  }

  .modal-container {
    width: 95%;
    height: 90%;
  }

  .pdf-iframe {
    width: 100%;
    height: 100%;
    min-height: 500px;
    /* Ensure enough height */
  }

  .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-color: #1b4b9b;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    z-index: 1001;
    transition: background-color 0.3s;
  }

  .call-content {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .capsule-button {
    bottom: 100px;
    right: 15px;
  }

  .button-half {
    padding: 10px 15px;
    font-size: 13px;
  }
}

/* Remove blue border or background on today's date */
.datepicker table tr td.today,
.datepicker table tr td.today:hover {
  background-color: transparent !important;
  border-color: transparent !important;
  color: inherit !important;
}

/* Optional: Hide or style the "Today" button if visible */
.datepicker .datepicker-days tfoot .today {
  display: none !important;
}

.iti__country-list .iti__search-input {
  display: block !important;
}

.iti {
  width: 100%;
}

/* Basic styling to distinguish sections inside the offcanvas */
#formSection,
#sendingSection,
#successSection {
  min-height: 300px;
  /* for demo, adjust as needed */
  display: none;
}

#formSection.active,
#sendingSection.active,
#successSection.active {
  display: block;
  /* only the active section is visible */
}

/* Center the sending spinner and text */
#sendingSection .spinner-border {
  margin: 1rem 0;
}

#sendingSection p {
  margin-bottom: 0.5rem;
}

#successCloseButton {
  background-color: #254c8f;
  border: none;
  padding: 0.5rem 2rem;
  font-weight: 500;
  text-transform: uppercase;
}

.program-card {
  border: 2px solid #23408e;
  border-radius: 16px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: #fff;
  padding: 0;
}

.program-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s ease;
}

.program-card .card-body {
  background-color: transparent;
}

.program-card .heading {
  font-size: 1.4rem;
  font-weight: 500;
  color: #23408e;
}

.program-card.active,
.program-card:hover {
  background-color: #23408e;
  color: #fff;
}

.program-card.active .heading,
.program-card:hover .heading {
  color: #fff;
}

.program-card.active img,
.program-card:hover img {
  filter: brightness(0.8);
}

.square-box {
  position: relative;
  width: 100%;
  padding-top: 100%;
  /* 1:1 aspect ratio */
  background-color: #e0e0e0;
  overflow: hidden;
}

.square-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.square-label {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #333;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.6);
  font-weight: bold;
}

.view-menu-btn {
  display: inline-block;
  background-color: #1f53a0;
  /* Match blue from image */
  color: white;
  padding: 10px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-family: sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  transition: background-color 0.3s ease;
}

.view-menu-btn:hover {
  background-color: #174387;
  color: white;
  /* Slightly darker on hover */
}

.view-menu-btn:active,
.view-menu-btn:focus {
  color: white !important;
}

/* exp */
/* Instagram Stories Progress Bars */
.progress-container {
  display: flex;
  gap: 4px;
  margin-bottom: 30px;
  padding: 0 20px;
  justify-content: center;
}

.progress-bar {
  height: 3px;
  background-color: rgba(200, 200, 200, 0.4);
  border-radius: 2px;
  flex: 1;
  max-width: 80px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

.progress-bar.active {
  background-color: #3498db;
}

.progress-bar.completed {
  background-color: #2980b9;
}

.progress-bar:hover {
  transform: scaleY(1.2);
}

.swiper {
  padding-bottom: 20px;
  position: relative;
}

.swiper-slide {
  background: white;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.slide-image {
  width: 100%;
  height: auto;
  aspect-ratio: 4/6;
  object-fit: cover;
  background-size: cover;
  background-position: center;
}

.slide-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  user-select: none;
}

.slide-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
}

.slide-description {
  font-size: 0.9rem;
  color: #7f8c8d;
  line-height: 1.5;
}

/* Hide default Swiper pagination */
.swiper-pagination {
  display: none !important;
}

/* Background images for slides */
.slide-1 {
  background-image: url("https://www.coolspaphuket.com/images/cool-wellness/bdms-wellness-experience-facilities-private-airport-transportation.jpg");
}

.slide-2 {
  background-image: url("https://www.coolspaphuket.com/images/cool-wellness/bdms-wellness-experience-facilities-vip-fast-track.jpg");
}

.slide-3 {
  background-image: url("https://www.coolspaphuket.com/images/cool-wellness/bdms-wellness-experience-facilities-wellness-meals.jpg");
}

.slide-4 {
  background-image: url("https://www.coolspaphuket.com/images/cool-wellness/bdms-wellness-experience-facilities-relax-workshop.jpg");
}

.slide-5 {
  background-image: url("https://www.coolspaphuket.com/images/cool-wellness/bdms-wellness-experience-facilities-treatments-and-sessions.jpg");
}

.slide-6 {
  background-image: url("https://www.coolspaphuket.com/images/cool-wellness/bdms-wellness-experience-facilities-hotel-facilities.jpg");
}

.slide-7 {
  background-image: url("https://www.coolspaphuket.com/images/cool-wellness/bdms-wellness-experience-facilities-medical-assessment-by-certified-doctor.jpg");
}

.slide-8 {
  background-image: url("https://www.coolspaphuket.com/images/cool-wellness/bdms-wellness-experience-facilities-hotel-facilities-treatment-room.jpg");
}

.slide-9 {
  background-image: url("https://www.coolspaphuket.com/images/cool-wellness/bdms-wellness-experience-facilities-hotel-facilities-tennis.jpg");
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .progress-container {
    padding: 0 10px;
    gap: 3px;
  }

  .progress-bar {
    height: 2px;
    max-width: 60px;
  }

  .swiper {
    padding-bottom: 20px;
    position: relative;
  }

  .swiper-slide {
    background: white;
    overflow: hidden;
    transition: transform 0.3s ease;
  }

  .slide-image {
    width: 100%;
    height: auto;
    aspect-ratio: 4/5;
    object-fit: cover;
    background-size: cover;
    background-position: center;
  }

  .slide-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    user-select: none;
  }
}
