@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

body {
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 10px !important;
}

::-webkit-scrollbar-track {
  background: rgba(240, 238, 244, 0.6) !important;
  border-radius: 6px !important;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px !important;
  background: #354f42 !important;
}

::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  outline: none;
  background-color: #3e5e04;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid#fff;
}

#myBtn i {
  color: #fff;
  font-size: 20px;
}

#myBtn:hover {
  background-color: #555;
}

h1 {
  font-family: "Gilda Display", serif;
  font-size: 48px;
  font-weight: 400;
  color: #000;
}

span {
  color: #fff;
  font-size: 16px;
  letter-spacing: 4.8px;
  text-transform: uppercase;
}

h2 {
  font-family: "Gilda Display", serif;
  font-size: 42px;
  font-weight: 400;
  color: #000;
}
#sync1 .owl-item {
  width: 545.9px !important;
}


p {
  color: #666;
  font-size: 16px;
  line-height: 35px;
  text-align: justify;
  margin: 0;
}

h5 {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}

h6 {
  color: #222;
  font-weight: 400;
  font-size: 16px;
}

button {
  border-radius: 35px;
  background: #3e5e04;
  padding: 10px 25px;
  border: 1px solid #3e5e04;
  color: #fff;
}

.custom-btn {
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-weight: 500;
  background-color: #354f42;
  background-image: linear-gradient(147deg, #354f42 0%, #000000 84%);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
}

.btn-2 {
  border: none;
  /* border-radius: 10px; */
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 25px;
  background-color: #354f42;
  background-image: linear-gradient(147deg, #354f42 0%, #000000 84%);
}

.btn {
  font-size: 16px !important;
}

.testi-wrapper .btn-1 {
  background: #fff;
  font-size: 16px;
  color: #354f42;
  padding: 10px 25px !important;
  border: 1px solid #fff;
  border-radius: 0px;
  margin-top: 15px;
  font-weight: 500;
}

.common-spacing {
  padding-right: 100px;
  padding-left: 100px;
}

.common-padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer {
  /* margin-top: 5rem; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1600px) {
  .navbar-brand img {
    max-width: 98px !important;
  }
}

@media (max-width: 1500px) {
  .common-spacing {
    padding-right: 50px;
    padding-left: 50px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 12px;
    margin-right: 15px;
  }
}

@media (max-width: 1400px) {
  p {
    font-size: 18px;
  }

  .top-header ul {
    padding-left: 0;
  }

  .navbar-brand img {
    max-width: 56px !important;
  }

  .top-social {
    justify-content: end;
  }

  .navbar-brand {
    font-size: 20px !important;
    font-family: "Gilda Display", serif !important;
  }

  .rooms-button button {
    font-size: 12px;
  }

  .main-about {
    bottom: -22%;
  }

  .content-overlay {
    bottom: 4.65rem;
  }

  h2 {
    font-size: 34px;
  }
}

@media (max-width: 1300px) {
  .top-header a {
    font-size: 12px;
  }
}

@media (max-width: 1200px) {
  .top-header a {
    font-size: 9px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 12px;
  }

  button {
    font-size: 12px;
    padding: 5px 10px;
  }

  .navbar-brand img {
    max-width: 140px !important;
  }

  h1 {
    font-size: 40px;
  }

  p {
    font-size: 16px;
  }

  h2 {
    font-size: 30px;
  }

  h6 {
    font-size: 14px;
  }

  .menu a {
    font-size: 14px;
  }

  .contact-footer a {
    font-size: 14px;
  }

  h5 {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 10px;
  }

  .active {
    padding: 10px;
  }

  .navbar-brand img {
    max-width: 58px !important;
  }

  button {
    font-size: 11px;
  }

  .facilities-content {
    text-align: center;
  }

  .destination-img {
    text-align: center;
  }

  .destination-wrapper {
    text-align: center;
  }

  .footer-wrapper {
    text-align: center;
  }

  .main-about {
    position: inherit !important;
    bottom: -34%;
  }

  .about-wrapper {
    text-align: center;
  }

  .main-about img {
    max-width: 50%;
    margin: 0 auto;
    padding-bottom: 1rem;
  }

  .workspace-section {
    padding-top: 15px;
  }

  .btn-2 {
    font-size: 12px;
  }

  #featuresSection h2 {
    font-size: 18px;
  }

  #featuresSection p {
    font-size: 14px;
  }

  h2 {
    font-size: 24px;
  }

  .heading {
    font-size: 24px;
  }
}

@media (max-width: 992px) {
  .form-box {
    margin-top: 2rem;
  }

  .form-box p {
    margin: 0 auto;
    text-align: center;
  }

  .dash {
    margin: 0 auto;
  }

  .form-box {
    text-align: center;
  }

  .footer-logo {
    max-width: 180px;
    margin: 0 auto;
  }

  .form-box ul {
    justify-content: center;
  }

  .facilities-content p {
    max-width: 75%;
    margin: 0 auto;
  }

  .about-color h2 {
    padding-top: 20px;
  }

  .top-social {
    justify-content: flex-end;
  }

  .top-header ul {
    justify-content: center;
  }

  .top-header a {
    font-size: 12px;
  }

  figure.effect-lily figcaption > div {
    padding: 1rem;
  }
}

@media (max-width: 768px) {
  .common-spacing {
    padding-right: 30px;
    padding-left: 30px;
  }

  .play img {
    max-width: 50% !important;
  }

  .heading {
    font-size: 24px;
  }

  figure.effect-lily figcaption > div {
    padding: 1rem;
  }
}

@media (max-width: 577px) {
  .top-header {
    display: none !important;
  }

  .carousel-item img {
    height: 40vh;
  }

  .common-content h1 {
    text-align: center;
  }

  .navbar-brand img {
    max-width: 45px !important;
  }

  .about-wrapper p {
    max-width: 100%;
  }

  .main-about {
    display: block;
  }

  .destination-heading p {
    max-width: 100%;
  }

  .facilities-content p {
    max-width: 100%;
    text-align: center;
  }

  p {
    font-size: 14px;
  }

  .top-header ul li a {
    display: none;
  }

  .common-padding {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .banner-wrapper {
    margin-top: 0rem !important;
  }

  .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
  }

  h1 {
    font-size: 25px;
  }

  .common-wrapper {
    height: 245px !important;
  }

  .common-content p {
    padding-left: 1.5rem;
  }

  .facilities-content p {
    line-height: 30px;
  }

  h2 {
    font-size: 20px;
    line-height: 1.7;
  }

  .facility-features {
    display: block;
    text-align: center;
  }

  .facility-features p {
    text-align: center;
  }

  .mainHeading {
    font-size: 16px;
  }

  #featuresSection p {
    font-size: 12px;
    line-height: inherit;
  }

  #featuresSection h2 {
    font-size: 16px;
  }

  p {
    line-height: 25px;
  }

  .waves {
    display: none;
  }

  .social-icon__link {
    font-size: 1rem;
  }

  .footer p {
    text-align: center;
  }

  .attraction-box h2,
  .attraction-box span {
    font-size: 22px;
  }

  .attraction-box {
    height: 375px;
  }

  .footer {
    text-align: center;
  }

  .footer-logo img {
    max-width: 70%;
  }

  .footer p {
    font-size: 14px;
    margin-top: 1rem;
  }

  .social-icon,
  .menu {
    flex-wrap: inherit !important;
  }

  .menu a {
    font-size: 11px;
  }

  .main-content span {
    font-size: 25px;
  }

  figure.effect-lily figcaption > div {
    padding: 1rem;
  }
}

.carousel-indicators [data-bs-target] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #3e5e04;
}

.play button {
  background-color: transparent;
  border: inherit !important;
}

.facility-wrapper {
  background-image: url(../images/);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar-toggler {
  background-color: #fff !important;
}

.common-wrapper h1 {
  text-align: center !important;
}

.lightbox a {
  text-decoration: none;
}

.gallery-sec .gallery-container .gallery-item {
  height: max-content;
  border-radius: 10px;
}

.gallery-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 15px;
  padding: 20px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 8px;
}

.gallery-item img {
  width: 100%;
  height: 250px;
  /* uniform height */
  object-fit: cover;
  /* crop instead of squish */
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.gallery-item img:hover {
  transform: scale(1.05);
}

/* Facility Section */
.facilities {
  width: 90%;
  max-width: 1200px;
  margin: 50px auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.facility {
  display: flex;
  align-items: center;
  gap: 40px;
}

.facility.reverse {
  flex-direction: row-reverse;
}

.facility-image {
  flex: 1;
}

.facility-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.facility-text {
  flex: 1;
}

.facility-text h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #222;
}

.facility-text p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555;
}

/* Responsive */
@media (max-width: 768px) {
  .facility,
  .facility.reverse {
    flex-direction: column;
    text-align: center;
  }

  .facility-image img {
    height: 220px;
  }
}

/* facilities in home page */
.cards-slider {
  width: min(1200px, 92vw);
  margin: 48px auto 64px;
}

.slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.slider-head h2 {
  margin: 0;
  font-size: clamp(1.4rem, 2vw, 2rem);
}

.controls {
  display: flex;
  gap: 10px;
}

.nav {
  border: none;
  background: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow);
  cursor: pointer;
  font-size: 18px;
  transition: transform 0.15s ease, background 0.2s ease;
}

.nav:hover {
  transform: translateY(-2px);
  background: #fafafa;
}

.nav:active {
  transform: translateY(0);
}

.viewport {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.viewport::-webkit-scrollbar {
  display: none;
}

.track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 2 * var(--gap)) / 3);
  gap: var(--gap);
  padding: 6px;
  /* small inner breathing */
}

@media (max-width: 1024px) {
  .track {
    grid-auto-columns: calc((100% - var(--gap)) / 2);
  }
}

@media (max-width: 640px) {
  .track {
    grid-auto-columns: 100%;
  }
}

.card {
  scroll-snap-align: start;
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

@media (max-width: 640px) {
  .card img {
    height: 200px;
  }
}

.card-body {
  padding: 16px 16px 18px;
}

.card-body h3 {
  margin: 0 0 6px;
  font-size: 1.1rem;
  color: #111;
}

.card-body p {
  margin: 0;
  color: #555;
  line-height: 1.55;
}

.dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 14px;
}

.dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  background: #d8d8de;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.dots button.active {
  background: var(--accent);
  transform: scale(1.25);
}

.facilities .carousel-inner .card h5 {
  color: #335f0f;
  font-size: 22px;
}

.facilities .carousel-inner .card {
  text-align: center;
  border-radius: 10px;
  border: 1px solid #aaaaaa;
}

.facilities .carousel-inner .card p {
  text-align: center;
}

.bottom-slider button span {
  bottom: -10% !important;
}

.conditions {
  margin-top: 10px;
}

.conditions a {
  text-decoration: none;
  margin: 0 5px;
  color: white;
  font-size: 16px;
  transition: all 0.5s;
}

.conditions a:hover {
  color: #25d366;
}

.policy-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.policy-list li {
  background: linear-gradient(180deg, rgba(6, 95, 80, 0.02), transparent);
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.03);
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.bullet {
  min-width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 107, 90, 0.08);
  color: var(--accent);
  font-weight: 700;
}

.muted {
  color: var(--muted);
  font-size: 14px;
}

.strong {
  font-weight: 600;
  color: #0f172a;
}

.note {
  margin-top: 14px;
  padding: 12px;
  border-left: 3px solid var(--accent);
  background: #f7fffd;
  border-radius: 8px;
  color: var(--muted);
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
  gap: 12px;
}

.team {
  font-size: 14px;
  color: var(--muted);
}

.print-hide {
  display: inline-block;
}

@media (max-width: 600px) {
  body {
    padding: 0px;
  }

  header {
    gap: 12px;
  }

  .logo {
    width: 56px;
    height: 56px;
    font-size: 18px;
  }
}

@media print {
  body {
    background: white;
    padding: 0;
  }

  .card {
    box-shadow: none;
    border: none;
  }

  .print-hide {
    display: none;
  }
}

.actionBtn {
  position: relative;
  width: 50px;
  height: 50px;
  margin-inline: auto;
  border-radius: 50%;
  text-align: center;
  background-color: #f4f4f4;
  margin-block: 1rem;
}

.actionBtn img {
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  transform: translate(0%, calc(25% - 1.5px));
}

.new-location a {
  bottom: 100px !important;
}

.header-top-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-menu-list {
  background: #eee9e1;
}

.header-book-now {
  display: flex;
  align-items: center;
  justify-content: end;
}

.header {
  transition: all 0.3s ease-in-out;
}

.header.scrolled {
  background: #354f42;
  /* Change background */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  /* Add shadow */
  padding-top: 5px;
  /* Shrink effect */
}

.book_us_on .carousel-item .book-site img {
  height: 80px;
  width: 100%;
  object-fit: contain;
}

.client-logo-parent {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.client-logo-parent .client-logo {
  width: 25%;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .client-logo-parent .client-logo {
    width: 50%;
  }
}

@media screen and (max-width: 450px) {
  .client-logo-parent .client-logo {
    width: 90%;
  }
}
