#content {
overflow-x: hidden !important;
}

	h1 {
		font-size: 1em;
	}
@media screen and (max-width:5640px) {
	.hfe-dropdown {
		right: -20px !important;
	}
}
@media screen and (max-width: 640px) {
	#cloudbeds {
		height: 2000px;
	}
	h1 {
		font-size: .5em;
	}
}
.elementor-message-danger {
	display: none !Important;
}
a {
color: black;
}

@media (max-width: 767px) {
  .elementor-element-fba7cd8 {
    position: relative !important;
    overflow: hidden;
  }

  .mobile-background-video-container {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    display: block !important;
    pointer-events: none;
  }

  .mobile-background-video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
  }
}




/* Show mobile video only on small screens */
@media (max-width: 767px) {
  .mobile-background-video-container {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .elementor-element-fba7cd8 {
    background-image: none !important;
    background: none !important;
  }
}

.custom-booking-form {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    max-width: 100%;
    justify-content: center;
    align-items: flex-start;
    padding: 0rem;
    box-sizing: border-box;
     font-family: "Loew", Sans-serif;
  }

  .custom-booking-form select,
  .custom-booking-form input[type="text"],
  .custom-booking-form button {
    padding: 0.65rem 0.75rem;
    font-size: 1rem;
    border: 1px solid black;
    border-radius: 6px;
    flex: 1 1 180px;
    min-width: 180px;
    line-height: 1.25;
    box-sizing: border-box;
    height: 44px; /* Set consistent height */
  }

  /* Force input text color */
  .custom-booking-form input[type="text"] {
    color: #000 !important;
    border-color: black;
  }

  .custom-booking-form button {
    background-color: #DCD1C4;
    color: black;
    border: none;
    cursor: pointer;
  }

  .custom-booking-form button:hover {
    background-color: #DCD1C4;
    opacity: .8;
  }
  
  /* Force flatpickr input text color */
.custom-booking-form input.flatpickr-input {
  color: #000 !important;
  opacity: 1 !important;
}

/* Optional: make placeholder text black too */
.custom-booking-form input::placeholder {
  color: #000;
  opacity: 1;
}
.custom-booking-form input.flatpickr-input {
  height: 44px !important;
  font-size: 1rem !important;
  line-height: 1.25 !important;
  padding: 0.65rem 0.75rem !important;
  background-color: #fff !important;
  color: #000 !important;
  box-sizing: border-box !important;
  border: 1px solid black !important;
  border-radius: 6px !important;
}



  @media (max-width: 768px) {
    .custom-booking-form {
      flex-direction: column;
      align-items: stretch;
    }

    .custom-booking-form select,
    .custom-booking-form input,
    .custom-booking-form button {
      width: 100%;
      flex: 1 1 auto;
    }
    
    /* Universal appearance fixes */
.custom-booking-form select,
.custom-booking-form input[type="text"] {
  background-color: #fff !important;
  -webkit-appearance: none;
  appearance: none;
  color: #000 !important;
  opacity: 1 !important;
  font-family: "Loew", Sans-serif;
}

/* Fix select blue text and add dropdown icon on mobile */
.custom-booking-form select {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20,50 70,100 120,50' fill='none' stroke='black' stroke-width='20'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
  padding-right: 2rem;
  border: 1px solid black;
}

/* Flatpickr input placeholders */
.custom-booking-form input.flatpickr-input::placeholder {
  color: #666 !important;
  opacity: 1 !important;
}
.custom-booking-form input.flatpickr-input {
    width: 100% !important;
    flex: 1 1 auto !important;
  }

  }

@media only screen and (max-width: 767px) {
  .elementor-element.elementor-widget-n-carousel .swiper-wrapper {
    display: flex !important;
    align-items: stretch !important;
  }
}

@media only screen and (max-width: 767px) {
	#ocean-image {
background-image: url(https://casahotelsgroup.com/wp-content/uploads/2025/06/Front-of-building-2-Edited.jpg) !important;
		background-size: cover !important;
  background-repeat: no-repeat !important;
		background-position: 50% 50% !important;
	}
	#sofi-image {
background-image: url(https://casahotelsgroup.com/wp-content/uploads/2025/03/Wide-Front-Building.jpg) !important;
		background-size: cover !important;
  background-repeat: no-repeat !important;
		background-position: 50% 50% !important;
	}
	}	

.swiper-slide > div > div > div div > h2 > strong > .OYPEnA {
    font-family: "Loew", sans-serif !Important;
    text-transform: uppercase !Important;
    font-weight: 100 !Important;
    font-size: 28px !Important;
}
.swiper-slide > div > div > div div > h2 > strong {
    font-family: "Loew", sans-serif !Important;
    text-transform: uppercase !Important;
    font-weight: 100 !Important;
    font-size: 28px !Important;
}
.wp-block-separator {
margin-bottom: 2% !important;
	margin-top: 2% !important;
}