/* Inputs with icons */
.contact-input .input-group-text {
  border-right: 0;
  background-color: #fff;
  border-radius: 12px 0 0 12px;
}

.contact-input .form-control {
  border-left: 0;
  border-radius: 0 12px 12px 0;
  padding-block: 0.8rem;
  box-shadow: none !important;
}

/* Checkbox style */
.contact-check {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  cursor: pointer;
}

/* Button */
.btn-contact {
  background-color: #166b72;
  padding: 0.9rem 1.5rem;
  color: #fff;
  font-weight: 500;
  border: none;
}
.btn-contact:hover {
  background-color: #0f5056;
  color: #fff;
}

/* Links */
.link-underline {
  text-decoration: underline;
  color: inherit;
}

/* Image card */
.contact-image-wrapper {
  border-radius: 32px;
  overflow: hidden;
}
.contact-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* On small screens stack nicely */
@media (max-width: 991.98px) {
  .contact-image-wrapper {
    margin-top: 2rem;
    min-height: 260px;
  }
}

.contact-input {
  border: 1px solid #d8e0e4 !important;
  border-radius: 12px;
  overflow: hidden;
}

.contact-input .input-group-text,
.contact-input .form-control {
  border: none !important;
}

.resort-slider-section {
  transform: translateY(-8rem);
}

.resort-card-contact {
  background: #f3fcff;
  border-radius: 26px;
  overflow: hidden;
  max-width: 360px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.resort-card-header {
  position: relative;
}

.resort-banner {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.resort-logo-wrap {
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  background: #fff;
  padding: 6px;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.resort-logo {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 16px;
}

.resort-card-body {
  padding: 56px 22px 22px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.resort-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
}

.info-box {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #e9f7fb;
  border-radius: 16px;
  padding: 14px 16px;
  margin-bottom: 14px;
}

.icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #0f5c63;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}

.resort-btn {
  margin-top: auto;
  background: #0f5c63;
  color: #fff;
  border-radius: 18px;
  padding: 12px 18px;
  text-decoration: none;
  font-weight: 500;
}

.resort-btn:hover {
  color: #fff;
  background: #0b4348;
}

.arrow-circle {
  background: #fff;
  color: #0f5c63;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Slick arrows style */
.resort-slider .slick-prev,
.resort-slider .slick-next {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  z-index: 5;
}

.resort-slider .slick-prev::before,
.resort-slider .slick-next::before {
  color: #0f5c63;
  font-size: 20px;
}

.resort-slider .slick-prev {
  left: -10px;
}

.resort-slider .slick-next {
  right: -10px;
}

/* Dots */
.resort-slider .slick-dots li button:before {
  font-size: 10px;
  color: #0f5c63;
}
.resort-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #0f5c63;
}

/* Responsive */
@media (max-width: 992px) {
  .resort-slider .slick-prev {
    left: 0;
  }
  .resort-slider .slick-next {
    right: 0;
  }
  .resort-slider-section {
  transform: translateY(-5rem);
}
}

 #contactSubmit .spinner-border {
        vertical-align: -0.125rem;
        margin-right: 0.5rem;
    }


.resort-slider .slick-track {
  display: flex;
}

.resort-slider .slick-slide {
  height: auto;
  display: flex;
}

.resort-slider .slick-slide > div {
  display: flex;
  width: 100%;
}
