/* 
@import "keen-slider/keen-slider.min.css"; */

@import 'swiper/css';
@import 'swiper/css/navigation';
@import 'swiper/css/pagination';


html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: 'Montserrat', sans-serif;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  padding-right: 10px;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  color: #B3B3B3;
  background-color: rgb(248, 248, 248);
}

/* message options */

.chat-button {
  position: fixed;
  bottom: 30px;
  right: 10px;
  font-size: 46px;
  cursor: pointer;
  z-index: 1000;
}

.icon-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  bottom: -2px;
  right: -14px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: all 0.3s ease;
  padding: 20px 19px;
}

.chat-button .icon-group {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.sub-icon-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
  /* overflow: hidden; */
  padding-right: 5px;
}

.sub-icon {
  font-size: 20px;
  color: white;
  background-color: #851432;
  border-radius: 50%;
  padding: 10px 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

/* Animate number/email/phone label */
.label {
  opacity: 0;
  transform: translateX(30px);
  white-space: nowrap;
  transition: transform 0.3s ease, opacity 0.3s ease;
  color: #fff;
  font-size: 14px;
  background-color: #851432;
  padding: 6px 10px;
  border-radius: 20px;
}

/* Hover effect to show label */
.sub-icon:hover+.label {
  opacity: 1;
  transform: translateX(0);
}

.sub-icon:hover {
  transform: scale(1.1);
  background-color: #a6173c;
}

/* __________________________________ nav helmet _____________________________________________ */

.nav-bg {
  display: none;
  background-color: #851432;
}

.nav-container {
  max-width: 1200px;
  margin: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.nav-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 999;
  top: 0;
}

.contact-section {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 6px;
  margin-bottom: -10px;
}

.contact-number {
  background-color: #d9dcdf;
  padding: 0.10rem 6rem 0.10rem 1rem;
  border-radius: 9999px;
  font-size: 0.9rem;
}

.book-now {
  position: absolute;
  right: -0.7rem;
  background-color: #a30707;
  color: white;
  padding: 0.2rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.8rem;
  cursor: pointer;
  border: 1px solid #a30707;
  transition: all 0.3s ease-in-out;
  top: -1px;
}

/* Smooth Hover Animation */
.book-now:hover {
  background-color: white;
  color: #a30707;
  border-color: #a30707;
  transform: scale(1.05);
}


/* book now */
.popup-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
  background-color: white;
  margin: 15% auto;
  padding: 20px;
  border-radius: 8px;
  width: 400px;
  text-align: center;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
  cursor: pointer;
}

.under-dev-button {
  padding: 5px 20px;
  background-color: #11095B;
  border: none;
  border-radius: 10px;
  color: white;
  font-size: 24px;
  cursor: pointer;
}



.social-icons {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
  gap: 6px;

}

.social-icons .icons {
  background-color: #a34949;
  padding: 5px 5px;
  border-radius: 50%;
  align-items: center;
}

.social-icons .icons-advisor {
  background-color: #a34949;
  padding: 2px;
  border-radius: 50%;
  align-items: center;
  width: 28px;
  /* background-color: #a34949;
    padding: 6px 3px;
       border-radius: 50%;
    align-items: center;
    
  width: 21px; */
}




.social-icons .icons-fb {
  background-color: #a34949;
  padding: 4px 7px;
  border-radius: 50%;
  align-items: center;
}


.social-icons .icons-fb:hover {
  color: rgb(209, 214, 216) !important;
  cursor: pointer;
  transition: all;
  transition: color 0.3s ease;
}


.social-icons .icons:hover {
  color: rgb(216, 209, 209) !important;
  cursor: pointer;
  transition: all;
  transition: color 0.3s ease;
}

.nav-social-icon {
  width: 20px;
  padding: 5px;
  border-radius: 30%;
  color: white;
  cursor: pointer;
  background-color: seashell;
}

.nav-social-icon:hover {
  transition: all;
  transform: scale(1.5rem);
}


.social {
  display: inline-block;
  width: 18px;
  height: 18px;
  padding: 2px;
  border-radius: 20%;
  background-color: white;
  margin: 10px;
  transition: all 0.5s ease-in-out;
}

.social:hover {
  background-color: rgb(255, 0, 0);
}

/* ___________________________________ navbar ____________________________________________ */

.navbar-scrolled {
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.nav-merged {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
}

.navbar {
  position: relative;
  z-index: 999;
  background-color: #851432;
  /* active this and navbar previous status will be active */
  /* transition: background-color 0.3s ease, box-shadow 0.3s ease; */
}

.navbar-container {
  min-width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-logo img {
  height: 50px;
  cursor: pointer;
  transition: height 0.3s ease, opacity 0.3s ease;
}

.navbar.navbar-scrolled .navbar-logo {
  content: url("../assets/bay_hills_logo2.png");
  /* content: url("../assets/bayhills_white_logo.png"); */
  height: 38px !important;
  cursor: pointer;
  padding: 0 7px;
}

.navbar-links {
  list-style: none;
  display: flex;
  gap: 2rem;
  position: relative;
  align-items: center;
}

.navbar-links li {
  display: inline-block;
}

.navbar-links li a {
  color: white;
}


.nav-link {
  color: white;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: color 0.3s ease, transform 0.3s ease;
}

.navbar-scrolled .nav-link {
  color: black;
}

.navbar-scrolled .navbar-links i {
  color: black !important;
}

.nav-link:hover {
  color: rgb(207, 207, 207) !important;
  transform: translateY(-2px);
}

.navbar-scrolled .nav-link:hover {
  /* color: #851432; */
  color: rgba(255, 255, 255, 0.904);
  transform: translateY(-2px);
}

.nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #851432;
  left: 0;
  bottom: -3px;
  transition: width 0.3s ease;
}

.nav-link:hover::after {
  width: 100%;
}


.nav-link-rooms {
  color: white;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: color 0.3s ease, transform 0.3s ease;
}

.nav-link-rooms:hover {
  color: seashell;
  transform: translateY(-2px);
}

/* Optional Underline Animation */
.nav-link-rooms::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: white;
  left: 0;
  bottom: -3px;
  transition: width 0.3s ease;
}

.nav-link-rooms:hover::after {
  width: 100%;
}

/* .nav-link.active {
color: seashell;
font-weight: bold;
} */

.navbar-scrolled .nav-link.active {
  /* color: #a30707; */
  color: white;
}

/* Mobile Styles */
.navbar-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  color: white;
}

.hamburger {
  width: 25px;
  height: 3px;
  background-color: #333;
}

.drawer-header {
  display: none;
}

.navbar-links li {
  width: none;

}

.navbar-links i {
  cursor: pointer;
  display: block;
}

@media(max-width:480px) {
  .navbar-links i {
    display: none;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .navbar-links {
    position: fixed;
    top: -20px;
    left: 0;
    height: 100%;
    width: 250px;
    background-color: #851432;
    flex-direction: column;
    padding: 2rem;
    display: flex;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 1001;
  }

  .navbar-links.open {
    transform: translateX(0);
  }

  .navbar-toggle {
    display: flex;
    z-index: 1002;
  }

  .navbar-links li {
    background-color: #ee7c9b;
    width: 100%;
    padding: 8px 4px;
    border-radius: 5px;
  }

  /* Overlay */
  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
  }

  #overlay.active {
    display: block;
  }

  /* Drawer Header */
  .drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }

  /* Logo */
  .drawer-logo {
    width: 120px;
  }

  /* Close Button */
  .drawer-close {
    background-color: transparent;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    line-height: 1;
  }

  .drawer-close:hover {
    opacity: 0.7;
  }
}

.suite-options {
  position: absolute;
  top: 110%;
  left: 50px;
  background-color: #851432;
  color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 10;
}

.suite-options ul {
  padding: 20px 15px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.suite-options ul li {
  padding: 0.5rem 1rem;
  cursor: pointer;
}

.suite-options ul li a {
  text-decoration: none;
  color: white;
}

.suite-options ul li a :hover {
  color: #a30707 !important;
}

/* Show dropdown on hover */
.suite-link:hover+.suite-options,
.suite-options:hover {
  display: flex;
  flex-direction: column;
}



/*_____________________________________________ footer ___________________________________________________________ */

.footer {
  background-color: #851432;
  color: #d1d5db;
  padding: 1rem 1rem;
}

.footer-section ul li {
  list-style: none;
}

.footer-section ul {
  margin-left: -35px;
}

.footer-section ul li {
  margin-bottom: 10px;
}


.footer-content-sec {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 40px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-grid {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

@media (max-width:480px) {


  .footer-section {
    margin-left: 0;
  }
}

.footer-section h3 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #fff;
}

.footer-section ul,
.footer-section p {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.footer-section a {
  color: #d1d5db;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-section a:hover {
  color: #ffffff;
}

.footer-logo img {
  width: 234px;
  opacity: 1;
}

@media (max-width:480px) {
  .footer-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}


.footer-bottom {
  max-width: 1200px;
  margin: auto;
  margin-top: 2rem;
  border-top: 5px solid #09084C;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.footer-payment {
  max-width: 100%;
  width: 1000px;
}

.powered-by {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: -15px;
}

.powered-by a {
  font-size: small;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  outline: none;
}

.powered-by a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
  }

  .powered-by {
    text-align: left;
  }
}


.footer-social-icons {
  display: flex;
  justify-content: start;
}


.bay-hills-copyright {
  font-size: small;
  font-weight: bold;
}

.netbridge-copyright {
  text-decoration: none;
  color: white;
}

.footer-icons {
  color: #ffffff;
  font-size: 16px;
  transition: transform 0.5s ease;
  width: 193px;
  margin: auto;
  display: flex;
  justify-content: end;

  gap: 7px !important;

}

.footer-icons .icons {
  padding: 5px !important;
  align-items: center !important;
}

@media (max-width:480px) {
  .footer-icons {
    color: #ffffff;
    font-size: 24px;
    margin: 0 10px;
    transition: transform 0.5s ease;
    margin: auto;
    display: flex;
    justify-content: center;
  }
}

.footer-icons .icons:hover {
  color: black;
  transform: scale(1.20);
}

.footer-icons .icons-advisor {
  transition: transform 0.3s ease;
}

.footer-icons .icons-advisor:hover {
  transform: scale(1.20) !important;
}


/* Popup Modal */
.sub-popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.sub-popup-modal.show {
  display: flex;
}

.sub-popup-content {
  background-color: white;
  padding: 70px 70px;
  border-radius: 8px;
  text-align: center;
  position: relative;
}

#closePopup {
  margin-top: 15px;
  padding: 8px 20px;
  background-color: #1e3a8a;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.success-icon {
  font-size: 40px;
  color: #4caf50;
  margin-bottom: 10px;
}

.developed-by-sec {
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  gap: 15px;
  width: 35%;
  margin: auto;
}

.developed-by-sec p {
  text-align: center;
}

@media(max-width:480px) {
  .developed-by-sec {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
  }
}

.developed-by-sec img {
  width: 100px;
  height: 90%;
}

.developed-by-sec p {
  font-size: small;
}

.subscribe-sec {
  display: flex;
  justify-content: end;
  margin: 10px 0;
}

.subscribe-btn {
  background: white;
  color: #B3B3B3;
  font-size: small;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  cursor: pointer;
}

.subscribe-input {
  outline: none;
  padding: 5px 5px;
  opacity: 72%;
  width: 60%;
}

.copyright-text {
  font-size: small;
  color: white;
}

.developede_by_br {
  display: block;
}

/* ________________________________ header ________________________________________*/

/* next & prev btn */

@media(max-width:768px) {
  #prevBtn {
    display: none !important;
  }

  #nextBtn {
    display: none !important;
  }
}

#prevBtn {
  display: block;
}

#nextBtn {
  display: block;
}

.header-title-hills {
  font-weight: bold;
}

/* Carousel Container */
.carousel-container {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: auto;
  overflow: hidden;
  /* border-radius: 8px; */

}


/* Carousel Images */
.carousel {
  display: flex;
}

.carousel img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

/* Carousel Controls */
.carousel-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10;
}

.carousel-controls button {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 2rem;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.carousel-controls button:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

/* Animations */
@keyframes slideRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideBottom {
  from {
    transform: translateY(100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideTop {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.carousel img {
  animation-duration: 0.3s;

}

.header-content {
  width: 100%;
  max-width: 1200px;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
}

/* @media (max-width:768px) {
  .header-content {
    width: 90%;
    max-width: 1200px;
    position: absolute;
    top: 25%;
    left: 11%;
    right: 0;
    margin: auto;
  }
} */

.header-text-wrapper {
  padding-left: 0 !important;

}

.header-text-wrapper {
  padding-left: 12rem;
}

@media (min-width: 1536px) {
  .header-text-wrapper {
    padding-left: 20rem;
  }
}

.header-text {
  width: 480px;
  font-size: 45px;
  color: white;
  margin: 0 auto;
  margin-right: 0;
  padding-bottom: 10px;
  font-family: 'Playfair Display', serif;
}

@media(max-width:768px) {
  .header-text {
    width: 353px;
    font-size: 40px !important;
    color: white;
    margin-left: 0;
  }
}

.availability-form {
  position: absolute;
  margin-top: 0.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  display: flex;
  align-items: center;
}


.form-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1rem;
  width: 100%;
  margin-left: 0 !important;
}

@media(max-width:480px) {
  .form-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 20px 0;
    width: 330px;
    margin: auto;
  }
}

.form-group {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 0.5rem;
  width: 100%;
}


@media (max-width:480px) {
  .form-group {
    width: auto;
  }

}

.check-btn {
  background-color: rgba(133, 20, 50, 1);
  color: white;
  padding: 2.5rem;
  border: none;
  cursor: pointer;
  width: 40%;
  font-size: 24px;
  height: 150px;
  text-align: center;
}

@media (max-width:480px) {

  .check-btn {
    width: 100%;
    margin: auto;
  }
}

.input {
  padding: 8px;
  margin-bottom: 5px;
}

@media (max-width: 480px) {
  .input {
    padding: 10px;
    margin-bottom: 5px;
    width: 200px;
  }
}

.form-group p {
  font-size: 20px;
}



/*___________________________________________ suite _______________________________*/

/* Main Container Styling */
.suite-section-container {
  background-color: #f2f2f2;
  display: block;
  margin-top: 10px;
}

.suite-layout {
  display: flex;
  flex-direction: row;
  max-width: 1200px;
  margin: auto;
  height: 450px;
}

/* Suite Menu Styling */
.suite-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.suite-buttons {
  width: 220px;
}

.suite-buttons button {
  width: 100%;
  padding: 1rem;
  text-align: left;
  font-size: 0.9rem;
  font-weight: 500;
  color: white;
  border: none;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  background-color: #666666;
  transition: background-color 0.3s;
}

.suite-buttons button:hover,
.suite-buttons button.active {
  background-color: #851432;
}

/* Suite Info Panel Styling */
.suite-info {
  background-color: #851432;
  color: white;
  padding: 1.5rem;
  width: 100%;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px 0 0 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.suite-title {
  text-align: center;
  font-size: x-large;
}

.suite-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.details-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px 20px;
  margin-bottom: 1rem;
}

.details-grid p {
  display: contents;
}

.suite-info button {
  margin-top: 10px;
  border: 1px solid white;
  font-size: 0.875rem;
  padding: 0.25rem 1rem;
  border-radius: 0.25rem;
  color: #851432;
  cursor: pointer;
  width: fit-content;
  background-color: white;
}

.suite-info button:hover {
  background-color: #851432;
  color: white;
}

/* Image Slider Styling */
.suite-image-panel {
  position: relative;
  flex-grow: 1;
  height: 400px;
}

.suite-image-panel img {
  width: 100%;
  height: 450px;
  overflow: hidden;
  object-fit: cover;
}

.nav-btn {
  position: absolute;
  top: 49%;
  color: white;
  border: none;
  cursor: pointer;
  padding: 3px 5px;
  z-index: 10;
  border-radius: 100%;
  font-size: small;
  background: #851432;
  opacity: 80%;
}

.prev-btn {
  left: 15px;
}

.next-btn {
  right: 15px;
}

.nav-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}



/* suite animation */


.suite-layout {
  width: 100%;
  margin: 0 auto;
  opacity: 0;
}

.suite-layout.visible {

  animation: slide-right 2s forwards;

}

@keyframes slide-right {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }

  50% {
    opacity: 0.75;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}


/*____________________________ mobile suite __________________________________*/

@media(max-width:850px) {
  .developed-by-sec {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .mobile-slider-container {
    display: block;
    position: relative;
    overflow: hidden;
    width: 95%;
    max-width: 600px;
    margin: auto;
    border-radius: 8px;
    margin-top: 390px;
  }

}

@media (min-width: 769px) {
  .mobile-slider-container {
    display: none;
  }
}

.mobile-slider {
  display: flex;
  transition: transform 0.5s ease;
}

.mobile-slide {
  min-width: 100%;
  box-sizing: border-box;
  position: relative;
}

.mobile-slide img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

.mobile-slide-content {
  background-color: #851432;
  color: white;
  padding: 16px;
  border-radius: 0 0 8px 8px;
}

.mobile-slide-content h2 {
  margin-bottom: 8px;
}

.mobile-view-details-button {
  margin-top: 10px;
  padding: 8px 16px;
  background-color: white;
  color: #851432;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.mobile-view-details-button:hover {
  background-color: #f3f4f6;
}

button.mobile-prev,
button.mobile-next {
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}

button.mobile-prev {
  left: 10px;
}

button.mobile-next {
  right: 10px;
}




/* __________________________________________ welcome section _____________________________________________ */


.welcome-container {
  padding: 5rem 1.5rem;
}

.welcome-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .welcome-wrapper {
    flex-direction: row;
    justify-content: space-between;
    gap: 60px;
  }
}

/* Left Image Block */
.welcome-images {
  position: relative;
  width: 250px;
  height: 400px;
}

@media (max-width:480px) {
  .welcome-images {
    position: relative;
    width: 300px;
    height: 400px;
    margin-right: 50px;
  }
}

.image-back {
  width: 220px;
  height: 425px;
  object-fit: cover;
}

.image-front {
  position: absolute;
  left: 133px;
  bottom: 40px;
  width: 245px;
  height: 400px;
  object-fit: cover;
  z-index: 1;
}

/* Content */
.welcome-content {
  max-width: 600px;
  color: black;
  padding: 20px;
  border-radius: 10px;
}

.welcome-content div{
  padding: 10px 0;
}

.welcome-text {
  font-size: 1.5rem;
}

.welcome-logo {
  margin: 1rem 0;
  max-width: 250px;
  height: auto;
}

.welcome-description {
  color: black;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .welcome-description {
    font-size: 1.2rem;
  }
}

.welcome-highlights {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 640px) {
  .welcome-highlights {
    grid-template-columns: repeat(2, 1fr);
  }
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.highlight-item img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.highlight-item p {
  font-size: 1rem;
  color: black;
}

@media (min-width: 768px) {
  .highlight-item p {
    font-size: 1.25rem;
  }
}

.primary-button {
  background-color: #851432;
  color: white;
  padding: 15px 25px;
  border: none;
  border: 2px solid #851432;
  font-size: 18px;
  cursor: pointer;
  transition: ease-in-out 0.3s;
  text-decoration: none;
}

.primary-button:hover {
  background-color: white;
  color: #851432;
  border: 2px solid #851432;
  padding: 15px 25px;

}


/* _______________________________________________________  our facilities  ___________________________________________________________________________ */

.facilities-section {
  background-color: white;
  padding: 2rem 1rem;
}

.facilities-container {
  display: flex;
  gap: 40px !important;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  flex-direction: column !important;
  justify-content: center;
  text-align: center;
  width: 70%;
  margin: auto;
}

@media (min-width: 1025px) {
  .facilities-container {
    flex-direction: row !important;
    align-items: start;
    text-align: left;
    justify-content: space-between;
  }
}

.facilities-text h4 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 1rem;
}

.facilities-text p {
  margin-bottom: 1.5rem;
  color: #4b5563;
  line-height: 1.5;
}

.facilities-arrow-right,
.facilities-arrow-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  font-size: 40px;
  color: #851432;
  border-radius: 50%;
  padding: 10px;
}


.facilities-arrow-left {
  left: 0 !important;
  color: #851432 !important;
}

.facilities-arrow-right {
  right: 0 !important;
  color: #851432 !important;
}

.facilities-swiper {
  position: relative;
  width: 86%;
}

.swiper-slide {
  display: flex;
  flex-direction: column !important;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 83%;
  height: 463px;
  object-fit: cover;
}

.facility-title {
  text-align: center;
  font-size: 1.1rem;
  margin-top: 8px;
  font-weight: 500;
  color: black;
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .facilities-text {
    text-align: center;
  }

  .facilities-swiper {
    width: 93%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: auto;
  }

  .facilities-arrow-right {
    right: -43px;
  }
}


/* ___________________________________  special events  ____________________________________________ */

.event-container {
  max-width: 1200px;
  padding: 2.5rem 1rem;
  margin: 0 auto;
}

.event-section-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.5rem;
}

.event-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: -5px;
  background: #E9F6FF;
  border-radius: 57px 0 0 0;

}

.event-row-2 {
  background: #E9F6FF;
  border-radius: 0 0 57px 0 !important;
}

.event-row.reverse {
  flex-direction: column;
}

@media (min-width: 768px) {
  .event-row {
    flex-direction: row;
    background: #E9F6FF;
    border-radius: 57px 0 0 0;
  }

  .event-row.reverse {
    flex-direction: row-reverse;
  }
}

.event-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
}

.image-tl {
  border-top-left-radius: 4rem !important;
  height: 300px !important;
}

.image-br {
  border-bottom-right-radius: 50px !important;
  height: 300px !important;
  width: 100% !important;
  margin-top: 10px;
}

.event-text {
  width: 100%;
  padding: 1.5rem;
}

.event-text-cm {
  width: 100%;
  padding: 1.5rem;
  text-align: end;
}

@media (min-width: 768px) {
  .event-image {
    width: 109%;
    margin-bottom: -3px;
  }
}

.event-text h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.event-text p {
  font-size: 20px;
  color: #000000;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.primary-btn {
  background-color: #1e40af;
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border: 1px solid #1e40af;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.primary-btn:hover {
  background-color: white;
  color: #1e40af;
}


.event-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.event-carousel-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 1s ease-in-out;
}

.event-carousel-item {
  min-width: calc(100% - -2px);
  box-sizing: border-box;
}

.special-event-font {
  font-size: 20px;
}

.event-text-cm h4 {
  font-size: 20px;
}



@media (max-width:768px) {
  .event-carousel-item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .event-text-cm {
    text-align: center;
  }
}


/* ________________________________________ chef section ___________________________________________ */


.chef-container {
  max-width: 1200px;
  padding: 1rem;
  margin: 0 auto;
}

.chef-section {
  background-color: #E0F2FE;
  padding: 4rem 1rem;
}



@media (min-width: 768px) {
  .chef-wrapper {
    display: flex;
    justify-content: space-between !important;
    gap: 424px;
  }
}

.chef-text {
  flex: 1;
}

.chef-text h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}



@media (min-width: 768px) {
  .chef-text h2 {
    font-size: 2.5rem;
  }
}

.chef-text p {
  color: #000000;
  margin-bottom: 1.5rem;
  max-width: 400px;
  font-size: 20px;
  line-height: 1.6;
}

.primary-btn {
  background-color: #1e40af;
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border: 1px solid #1e40af;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.primary-btn:hover {
  background-color: white;
  color: #1e40af;
}

.chef-images {
  flex: 1;
  position: relative;
  width: 300px;
  height: 400px;
}

.img {
  position: absolute;
  object-fit: cover;
  max-width: 100%;
}

.img1 {
  bottom: 9rem;
  left: 6rem;
  width: 250px;
  height: 210px;
}

.img2 {
  top: 14rem;
  left: 4rem;
  width: 250px;
  z-index: 10;
  height: 210px;
}

.img3 {
  width: 240px;
  top: 25px;
  bottom: 0;
  left: -110px;
  position: absolute;
}



@media(max-width:480px) {
  .chef-images {
    flex: none;
    position: relative;
    width: 300px;
    height: 400px;
  }


  .img3 {
    left: -10px;
  }
}

/* ________________________________________ review carousel _______________________________________________ */

.review-sec-bg {
  background: #F4F5F4;
}

.carousel-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 1rem;
  text-align: center;
}

.review-section-title {
  font-size: 2rem;
  font-weight: bold;
}

.keen-slider__slide {
  display: flex;
  justify-content: center;
}

.review-card {
  border-radius: 1rem;
  max-width: 350px;
  width: 100%;
  text-align: center;
  margin-top: -40px;
}

.review-card .review-comment-sec {
  background-color: white;
  padding: 50px 10px 10px 10px;
  border-radius: 10px;
}

.review-img {
  width: 100px !important;
  height: 100px !important;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #851432;
  margin-bottom: 1rem;
  position: relative;
  top: 60px;
}

.stars {
  color: #f59e0b;
  margin-bottom: 1rem;
}

.stars i {
  margin: 0 1px;
}

.review-comment {
  color: #4b5563;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.review-name {
  font-weight: 600;
  font-size: 1.1rem;
}

.dots-container {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  gap: 0.5rem;
}

.dots-container button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cbd5e1;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.dots-container button.active,
.dots-container button:hover {
  background: #851432;
}


/* ___________________________________________  map section  _____________________________________________________ */

.map-container {
  display: flex;
  justify-content: center;
  padding: 2rem 1rem;
  background-color: white;
}

.map-wrapper {
  width: 100%;
  max-width: 1200px;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.map-frame {
  width: 100%;
  height: 500px;
  border: 0;
  display: block;
}






/* admin panel form css  */


.form-container {
  background-color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin: 40px;
  border-radius: 8px;
  font-family: Arial, sans-serif;
}

.form-inner {
  background-color: white;
  padding: 0 40px 40px 40px;
  margin: 40px;
  border-radius: 8px;
  font-family: Arial, sans-serif;
}

.form-title {
  background: #1e88e5;
  padding: 10px 40px;
  color: white;
  font-size: 24px;
  font-weight: bold;
}


/* select text  */


select.form-input-admin,
select.form-input-admin option {
  color: black;
}

.vertual_trou_Small_device {
  display: none;
}


@media (min-width:1024px) and (max-width:1190px) {
  .navbar-container {
    min-width: 1000px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header-content {
    top: 30%;
  }
}


@media (max-width:768px) {

  app-root,
  router-outlet {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .availability-form {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    border-radius: 23px;
    text-align: center;

  }

  .check-btn {
    display: none;
  }

  .vertual_trou_Small_device {
    display: block;
    background-color: #851432;
    color: white;
    padding: 2.5rem;
    border: none;
    cursor: pointer;
    width: 100%;
    font-size: 24px;
    height: 150px;
    text-align: center;
  }

  .vertual_trou_Small_device a {
    color: white;
  }

  .form-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 20px 0;
    margin: auto;
    padding: 15px 10px;
  }

  .mobile-slider-container {
    display: none;
  }

  .chef-wrapper {
    display: flex;
    justify-content: center !important;
    flex-direction: column;
    text-align: center;
    gap: 424px;
  }

  .chef-text p {
    color: #000000;
    margin-bottom: 1.5rem;
    max-width: 100% !important;
    font-size: 20px;
    line-height: 1.6;
  }

  .img1 {
    bottom: 11rem !important;
    left: 17rem !important;
    width: 250px;
    height: 210px;
  }

  .img2 {
    top: -14rem !important;
    left: 20rem !important;
    width: 250px;
    z-index: 10;
    height: 210px;
  }


  .img3 {
    width: 240px;
    top: -355px !important;
    bottom: 0;
    left: 130px !important;
    position: absolute;
  }

  .header-text {
    width: 80%;
    font-size: 40px;
    color: white;
    margin-left: 0;
  }

  .header-content {
    width: 90%;
    position: absolute;
    top: 25%;
    right: 0;
    left: 0;
    margin: auto;
  }

  .carousel-controls {
    top: 35%;
  }

  .drawer-close {
    color: black;
  }


  .footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    text-align: center;
    gap: 2rem;
  }

  .footer-content-sec {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 40px;
  }

  .developed-by-sec {
    flex-direction: column-reverse;
  }

  .developede_by_br {
    display: none;
  }

  .subscribe-sec {
    justify-content: center;
  }

  .subscribe-input {
    width: 30%;
  }
}


@media(max-width:540px) {
  .carousel-container {
    /* height: 730px !important; */
    height: 650px !important;
  }

  .carousel-container .header_carousel img {
    height: 100%;
  }

  .header_carousel {
    height: 500px;
  }

  .carousel-img {
    height: 500px !important;
  }

  /* .header-content {
    top: 15%;
  } */

  .availability-form .form-content {
    gap: 5px;
  }

  .availability-form .form-content h3,
  .availability-form .form-content h4 {
    font-size: 15px;
  }

  .suite-section-container {
    display: none !important;
  }

  .mobile-slider-container {
    display: block;
    position: relative;
    overflow: hidden;
    width: 95%;
    max-width: 600px;
    margin: auto;
    border-radius: 8px;
  }
}

@media(max-width:480px) {
  .header-text {
    width: 90%;
    font-size: 30px !important;
    color: white;
    margin-left: 0;
    margin-top: -38px !important;
  }

  .carousel-controls {
    position: absolute;
    top: 35%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 10;
  }

  .carousel-controls button {
    background-color: transparent;
  }

  .social-icons .icons-advisor {
    width: 22px;
  }

  .social-icons .icons {
    background-color: #a34949;
    padding: 2px 3px;
    border-radius: 50%;
    align-items: center;
  }

  .social-icons .icons-fb {
    background-color: #a34949;
    padding: 2px 5px;
    border-radius: 50%;
    align-items: center;
  }

  footer .social-icons .icons-advisor {
    width: 30px;
  }

  footer .social-icons .icons-fb {
    padding: 4px 7px;
  }

  .mobile-slider-container {
    display: block;
    position: relative;
    overflow: hidden;
    width: 95%;
    max-width: 600px;
    margin: auto;
    border-radius: 8px;
  }

  .availability-form {
    border-radius: 23px;
    text-align: start;
    left: unset;
    overflow: hidden;
  }

  .facilities-container {
    flex-direction: row;
    justify-content: center;
    flex-direction: column !important;
    align-items: center;
    text-align: center;
    width: 100%;
    margin: auto;
  }


  .chef-images {
    flex: none;
    position: relative;
    width: 300px;
    height: 400px;
  }

  .img3 {
    width: 240px;
    top: 25px !important;
    bottom: 0;
    left: -10px !important;
    position: absolute;
  }

  .chef-wrapper {
    gap: 0;
  }

  .img1 {
    bottom: 9rem !important;
    left: 6rem !important;
    width: 250px;
    height: 210px;
  }

  .img2 {
    top: 14rem !important;
    left: 4rem !important;
    width: 250px;
    z-index: 10;
    height: 210px;
  }

  .welcome-wrapper {
    align-items: unset;
  }

  .availability-form .form-content {
    gap: 5px;
  }

  .availability-form .form-content h3,
  .availability-form .form-content h4 {
    font-size: 15px;
  }

  .subscribe-input {
    width: 60%;
  }

}

@media(max-width:430px) {
  .nav-inner {
    display: flex;
    justify-content: flex-end;
    flex-direction: column !important;
    align-items: center;
    gap: 0;
    position: relative;
    z-index: 999;
    top: 0;
  }
}

@media(max-width:375px) {
  .image-front {
    left: 60px;
  }
}

@media(max-width:1024px) {
  .our_facilities_bd {
    display: none;
  }
}

@media (min-width: 1024px) and (max-width:1400px) {
  .availability-form {
    display: flex;
    align-items: center;
    width: 90%;
    max-height: 150px;
    right: 0;
    overflow: hidden;
  }
}

@media (min-width:769px) and (max-width:1400px) {

  .carousel-container .header_carousel img {
    height: 120vh;
  }

  .carousel-container {
    position: relative;
    width: 100%;
    height: 120vh;
    margin: auto;
    overflow: hidden;
    border-radius: 8px;
  }

  .carousel-img,
  .header_carousel {
    height: 120vh;
  }

  .form-content .form_secondary_text,
  .form-content .form_tour-text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .chef-wrapper {
    gap: 200px;
  }
}

@media (min-width:800px) and (max-width:950px) {
  .carousel-controls {
    top: 42%;
  }
}

@media(min-width:1200px) {
  .facilities-container {
    min-width: 1200px;
  }
}

@media(width:768px) and (height:1024px) {
  .carousel-container {
    height: 90vh;
  }
}