/* :: 1.0 Import Fonts */
@import url(css/bootstrap.min.css);
@import url(css/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/nice-select.css);
@import url(css/travel-icon.css);

@font-face {
  font-family: 'FuturaLT-Book';
  src: url("fonts/FuturaLT-Book.eot?#iefix") format("embedded-opentype"), url("fonts/FuturaLT-Book.woff") format("woff"), url("fonts/FuturaLT-Book.ttf") format("truetype"), url("fonts/FuturaLT-Book.svg#FuturaLT-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}


:root {
  --primary: #2f90f2;
  --accent-color: #007bff;
  --surface-color: #ffffff;
  --default-color: #666;
  --heading-color: #222;
  --contrast-color: #fff;
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}

.section-title h2:before {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 1px;
  background: color-mix(in srgb, #212529, transparent 60%);
  left: 0;
  right: 0;
  bottom: 1px;
  margin: auto;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: var(--primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-title p {
  margin-bottom: 0;
}

/* :: 2.0 Import All CSS */
/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "FuturaLT-Book";
  font-size: 14px;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #363636;
  font-weight: 400;
}

p {
  color: #7d7d7d;
  font-size: 14px;
  font-weight: 400;
}

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #141414;
  font-weight: 400;
  font-size: 14px;
}

ul,
ol {
  margin: 0;
}

ul li,
ol li {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
}

/* :: 3.1.0 Spacing */
.mt-15 {
  margin-top: 15px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

/* :: 3.2.0 Height */
.height-400 {
  height: 400px !important;
}

.height-500 {
  height: 500px !important;
}

.height-600 {
  height: 600px !important;
}

.height-700 {
  height: 700px !important;
}

.height-800 {
  height: 800px !important;
}

/* :: 3.3.0 Section Padding */
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0;
}

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px;
}

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px;
}

/* :: 3.4.0 Section Heading */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.section-heading .line- {
  width: 90px;
  height: 2px;
  background-color: var(--primary);
  display: block;
  margin-bottom: 40px;
}

.section-heading h2 {
  font-size: 48px;
  color: #363636;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-heading h2 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-heading h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .section-heading h2 {
    font-size: 24px;
  }
}

.section-heading p {
  margin-bottom: 0;
}

.section-heading.text-center .line- {
  margin: 0 auto 40px;
}

.section-heading.white h2,
.section-heading.white p {
  color: #ffffff;
}

/* :: 3.5.0 Preloader CSS */
.preloader {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.preloader .cssload-container {
  display: block;
  width: 97px;
}

.preloader .cssload-loading i {
  width: 19px;
  height: 19px;
  display: inline-block;
  border-radius: 50%;
  background: var(--primary);
}

.preloader .cssload-loading i:first-child {
  opacity: 0;
  animation: cssload-loading-ani2 0.58s linear infinite;
  -o-animation: cssload-loading-ani2 0.58s linear infinite;
  -ms-animation: cssload-loading-ani2 0.58s linear infinite;
  -webkit-animation: cssload-loading-ani2 0.58s linear infinite;
  -moz-animation: cssload-loading-ani2 0.58s linear infinite;
  transform: translate(-19px);
  -o-transform: translate(-19px);
  -ms-transform: translate(-19px);
  -webkit-transform: translate(-19px);
  -moz-transform: translate(-19px);
}

.preloader .cssload-loading i:nth-child(2),
.preloader .cssload-loading i:nth-child(3) {
  animation: cssload-loading-ani3 0.58s linear infinite;
  -o-animation: cssload-loading-ani3 0.58s linear infinite;
  -ms-animation: cssload-loading-ani3 0.58s linear infinite;
  -webkit-animation: cssload-loading-ani3 0.58s linear infinite;
  -moz-animation: cssload-loading-ani3 0.58s linear infinite;
}

.preloader .cssload-loading i:last-child {
  animation: cssload-loading-ani1 0.58s linear infinite;
  -o-animation: cssload-loading-ani1 0.58s linear infinite;
  -ms-animation: cssload-loading-ani1 0.58s linear infinite;
  -webkit-animation: cssload-loading-ani1 0.58s linear infinite;
  -moz-animation: cssload-loading-ani1 0.58s linear infinite;
}

@keyframes cssload-loading-ani1 {
  100% {
    transform: translate(39px);
    opacity: 0;
  }
}

@-o-keyframes cssload-loading-ani1 {
  100% {
    -o-transform: translate(39px);
    opacity: 0;
  }
}

@-ms-keyframes cssload-loading-ani1 {
  100% {
    -ms-transform: translate(39px);
    opacity: 0;
  }
}

@-webkit-keyframes cssload-loading-ani1 {
  100% {
    -webkit-transform: translate(39px);
    opacity: 0;
  }
}

@-moz-keyframes cssload-loading-ani1 {
  100% {
    -moz-transform: translate(39px);
    opacity: 0;
  }
}

@keyframes cssload-loading-ani2 {
  100% {
    transform: translate(19px);
    opacity: 1;
  }
}

@-o-keyframes cssload-loading-ani2 {
  100% {
    -o-transform: translate(19px);
    opacity: 1;
  }
}

@-ms-keyframes cssload-loading-ani2 {
  100% {
    -ms-transform: translate(19px);
    opacity: 1;
  }
}

@-webkit-keyframes cssload-loading-ani2 {
  100% {
    -webkit-transform: translate(19px);
    opacity: 1;
  }
}

@-moz-keyframes cssload-loading-ani2 {
  100% {
    -moz-transform: translate(19px);
    opacity: 1;
  }
}

@keyframes cssload-loading-ani3 {
  100% {
    transform: translate(19px);
  }
}

@-o-keyframes cssload-loading-ani3 {
  100% {
    -o-transform: translate(19px);
  }
}

@-ms-keyframes cssload-loading-ani3 {
  100% {
    -ms-transform: translate(19px);
  }
}

@-webkit-keyframes cssload-loading-ani3 {
  100% {
    -webkit-transform: translate(19px);
  }
}

@-moz-keyframes cssload-loading-ani3 {
  100% {
    -moz-transform: translate(19px);
  }
}

/* :: 3.6.0 Miscellaneous */
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-dark {
  background-color: #000000 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover;
}

.bg-overlay::after {
  background-color: rgba(0, 0, 0, 0.63);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.bg-fixed {
  background-attachment: fixed !important;
}

/* :: 3.7.0 ScrollUp */
#scrollUp {
  background-color: var(--primary);
  border-radius: 0;
  bottom: 50px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  right: 50px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

#scrollUp:hover,
#scrollUp:focus {
  background-color: #363636;
}

/* :: 3.8.0 Palatin Button */
.palatin-btn {
  background-color: var(--primary);
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 123px;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 10px;
  font-size: 16px;

}

.palatin-btn:hover,
.palatin-btn:focus {
  font-size: 16px;
  background-color: #363636;
  color: #ffffff;
}

.palatin-btn.btn-2 {
  background-color: #363636;
  color: #ffffff;
}

.palatin-btn.btn-2:hover,
.palatin-btn.btn-2:focus {
  font-size: 16px;
  background-color: var(--primary);
  color: #ffffff;
}

.palatin-btn.btn-3 {
  background-color: #ffffff;
  color: var(--primary);
  border: 2px solid var(--primary);
  height: 49px;
  line-height: 48px;
}

.palatin-btn.btn-3:hover,
.palatin-btn.btn-3:focus {
  font-size: 16px;
  background-color: var(--primary);
  color: #ffffff;
}

/* :: 4.0 Header Area CSS */

.header {
  background: #f3f3f3;
}

.navbar {
  padding: 1rem 2rem;
}

.navbar-brand {
  font-weight: bold;
  font-size: 1.5rem;
}

.navbar-nav {
  margin: auto;
}



.navbar-collapse ul li::after {
  content: '';
  width: 0%;
  height: 2px;
  background: var(--accent-color);
  display: block;
  margin: auto;
  transition: 0.5s;
}

.navbar-collapse ul li:hover::after {
  width: 100%;
}

.navbar-nav .nav-link {
  color: black !important;
  transition: color 0.3s ease;
  padding: 0.5rem 1rem;
}

.navbar-nav .nav-link:hover {
  color: #2f90f2 !important;
}

.navbar-nav .nav-link.active {
  font-weight: bold;
  color: #2f90f2 !important;

}

.navbar-collapse ul li {
  margin-left: 15px;
}

.navbar-nav .nav-item.active {
  font-weight: bold;
  color: var(--accent-color) !important;
}

.contact-btn {
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .navbar-nav {
    margin: 0;
  }


}

@media (max-width: 1024px) {
  .navbar-collapse ul li {
    margin-left: 5px;
  }
}

@media (max-width: 576px) {
  .navbar-brand {
    margin-left: 20px;
  }

  .navbar-toggler {
    margin-right: 20px;
  }
}

@media (max-width: 320px) {
  .navbar-brand {
    margin-left: 20px;
    width: 150px;
    margin-top: -10px;
  }

  .navbar-toggler span {
    height: 20px;
    padding: 5px;
  }

}

/* :: 5.0 Hero Area CSS */
.hero-slides {
  position: relative;
  z-index: 1;
  width: 100%;
}

.hero-slides .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 4%;
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slides .owl-dots {
    left: 1%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slides .owl-dots {
    left: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slides .owl-dots {
    bottom: 100px;
  }
}

.hero-slides .owl-dots .owl-dot {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  border: 2px solid transparent;
  background-color: transparent;
  display: block;
  padding: 3px 5px;
  color: #ffffff;
  font-size: 14px;
}

.hero-slides .owl-dots .owl-dot.active,
.hero-slides .owl-dots .owl-dot:hover,
.hero-slides .owl-dots .owl-dot:focus {
  color: #ffffff;
  background-color: #1b3f4c;
  border: 2px solid var(--primary);
  box-shadow: none;
}

.single-hero-slide {
  width: 100%;
  height: 950px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-hero-slide {
    height: 800px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-hero-slide {
    height: 750px;
  }
}

@media only screen and (max-width: 767px) {
  .single-hero-slide {
    height: 750px;
  }
}

.single-hero-slide .slide-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
}

.single-hero-slide .hero-slides-content {
  display: inline-block;
  padding: 60px 50px;
  background-color: rgba(0, 0, 0, 0.63);
  border: 2px solid var(--primary);
  text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-hero-slide .hero-slides-content {
    padding: 40px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-hero-slide .hero-slides-content {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .single-hero-slide .hero-slides-content {
    padding: 20px;
  }
}

.single-hero-slide .hero-slides-content .line {
  width: 90px;
  height: 2px;
  background-color: var(--primary);
  margin: 0 auto 30px;
}

.single-hero-slide .hero-slides-content h2 {
  position: relative;
  z-index: 1;
  font-size: 72px;
  color: #ffffff;
  margin-bottom: 0;
  display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-hero-slide .hero-slides-content h2 {
    font-size: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-hero-slide .hero-slides-content h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .single-hero-slide .hero-slides-content h2 {
    font-size: 30px;
  }
}

.single-hero-slide .hero-slides-content p {
  font-size: 14px;
  color: #ffffff;
}

.hero-slides .owl-item.active .single-hero-slide .slide-img {
  -webkit-animation: slide 20s linear infinite;
  animation: slide 20s linear infinite;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* :: 7.0 About Us Area CSS */

.about-key-text p span {
  margin-right: 5px;
}

.about-thumbnail {
  position: relative;
  z-index: 1;
}

.about-thumbnail img {
  height: 300px;
  border-radius: 10px;
}

.about-thumbnail.homepage .first-img {
  position: relative;
  width: 60%;
  margin-left: auto;

}

.about-thumbnail.homepage .second-img {
  position: relative;
  z-index: 1;
  width: 40%;
  margin-top: -40%;
}

.about-thumbnail.homepage .third-img {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 45%;
  margin-top: -30%;
}

@media (max-width: 576px) {
  .about-thumbnail img {
    height: 200px;
    border-radius: 10px;
  }

  .about-thumbnail.homepage .first-img {
    position: relative;
    width: 60%;
    margin-left: auto;

  }

  .about-thumbnail.homepage .second-img {
    width: 60%;
    margin-top: -45%;
  }

  .about-thumbnail.homepage .third-img {
    width: 45%;
    margin-top: -35%;
  }
}


/* :: 8.0 Pool Area CSS */
.pool-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 70px 50px;
  border: 2px solid var(--primary);
  background-color: rgba(0, 0, 0, 0.63);
}

@media only screen and (max-width: 767px) {
  .pool-content {
    padding: 50px 20px;
  }
}

.pool-content .pool-feature {
  position: relative;
  z-index: 1;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .pool-content .pool-feature {
    margin-top: 30px;
  }
}

.pool-content .pool-feature i {
  font-size: 70px;
  color: var(--primary);
  margin-bottom: 15px;
  display: block;
}

.pool-content .pool-feature p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
}



/* Testimonials CSS Start */

.testimonials-swiper {
  padding: 20px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

.testimonial-item {
  background: #ffffff;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  margin: 1rem 0;
  text-align: center;
}

/* Testimonial Text */
.testimonial-content p {
  font-style: italic;
  margin-bottom: 1.5rem;
  color: #333;
}

/* Quote Icon */
.quote-icon {
  font-size: 1.2rem;
  color: #999;
  margin-right: 0.3rem;
}

/* Bottom Row: Rating + Profile side by side */
.testimonial-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

/* Rating Stars */
.rating {
  color: #f39c12;
  font-size: 1.1rem;
}

.rating i {
  margin: 0 2px;
}

.testimonial-item .testimonial-profile img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

/* Profile Container */
.testimonial-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
}




/* Name & Role */
.profile-name h3 {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
}

.profile-name h4 {
  margin: 0;
  font-size: 12px;
  color: #666;
}

.swiper-pagination {
  font-size: 14px;
}

/* Testimonials ends Here */


/* :: 16.0 Contact Area CSS */

.contact .info-card {
  background-color: #f3f3f3;
  padding: 30px;
  text-align: center;
  height: 100%;
  border-radius: 10px;
  border: 1px solid color-mix(in srgb, #212529, transparent 90%);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.contact .info-card:hover {
  transform: translateY(-5px);
}

.contact .info-card .icon-box {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: color-mix(in srgb, var(--primary), transparent 92%);
}


.contact .info-card .icon-box i {
  font-size: 24px;
  color: var(--primary);
}

.contact .info-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact .info-card p {
  margin: 0;
  color: #000;
  font-size: 15px;
  line-height: 1.6;
}

.contact-box {
  background: #000;
}

.address-box {
  margin-top: 20px;
}

.address-box i {
  color: var(--accent-color);
  margin-right: 10px;
  font-size: 18px;
  background: #a5ccf2;
  border-radius: 50%;
  padding: 10px;
}

.address-box p {
  color: #fff;
}

.contact-form h3 {
  color: #fff;
}

.form-input label {
  color: #fff;
}

.form-input .form-control {
  color: #000;
}


@media (max-width: 576px) {
  .contact-form {
    display: flex;
    flex-direction: column;
  }

  .form-input {
    margin-top: 20px;
  }
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {

  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 10px;
  width: 10px;
}

/* CSS Of Footer Start here */

.footer {
  background: #f3f3f3;
}


.footer-icons a i {
  padding: 0 15px;
  color: var(--accent-color);
}

.footer-icons a i:hover {
  color: #000;
}

.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.footer-nav ul li {
  display: inline-block;
}

.footer .footer-container .footer-nav ul li a {
  color: #333;
  text-decoration: none;
  margin: 0 20px;
  text-decoration: none;
  list-style: none;
}

.footer .footer-container .footer-nav ul li a::after {
  content: '';
  width: 0%;
  height: 2px;
  background: var(--accent-color);
  display: block;
  margin: auto;
  transition: 0.5s;
}

.footer .footer-container .footer-nav ul li a:hover::after {
  width: 50%;
}

.footer .footer-container .footer-nav ul li a:hover {
  color: var(--accent-color);
}

.footer-icons i {
  font-size: 1.5rem;
  color: #555;
}



@media (max-width: 576px) {
  .footer a {
    margin: 0 10px;
  }

  .footer-icons a i {
    padding: 0 10px;
    color: var(--accent-color);
  }

}

/* Gllery CSS */

.swiper {
  width: 100%;
  padding: 20px 0;
}

.swiper-slide img {
  width: 100%;
  border-radius: 10px;
}

/* Make bullets larger and centered */
.gallery-swiper .swiper-pagination {
  position: relative;
  /* keeps it below the images */
  text-align: center;
  margin-top: 15px;
}

.gallery-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #bbb;
  opacity: 0.6;
  margin: 0 6px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.gallery-swiper .swiper-pagination-bullet-active {
  background: #2f90f2;
  transform: scale(1.3);
  opacity: 1;
  box-shadow: 0 0 8px rgba(47, 144, 242, 0.6);
}

.gallery-swiper {
  padding-bottom: 20px;
}


.swiper-wrapper img {
  width: 500px;
  height: 300px;
  border-radius: 20px;
}

/* FAQ  */

.faq-img img {
  border-radius: 20px;
  height: 100%;
  width: 100%;
}

.faq-content h3 {
  text-wrap: balance;
  font-size: 18px;
  margin-bottom: 30px;
}

.faqs-container summary {
  margin-bottom: 30px;
}

.faqs-container p {
  color: #000;
}

details {
  border: 1px solid rgba(112, 112, 112, 0.1);
  border-radius: 4px;
  padding: 0.5em 0.5em 0;
  margin-bottom: 10px;
  cursor: pointer;
  overflow: hidden;
}

summary {
  font-weight: 600;
  margin: -0.5em -0.5em 0;
  padding: 0.5em;
  list-style-type: "+";
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

details[open] {
  border: 1px solid transparent;
  background-color: rgba(173, 216, 230, 0.5);
}

summary::marker {
  color: #0000ff;
  font-size: 1.2em;
  margin-right: 20px;
}

details:hover {
  background-color: rgba(173, 216, 230, 0.5);
}

details summary::after {
  content: "+";
  float: right;
  font-size: 1.2em;
  color: var(--accent-color);
}

details[open] summary::after {
  content: "-";
  float: right;
  font-size: 1.5em;
}

details::details-content {
  block-size: 0;
  transition: all 0.4s ease-out;
  transition-behavior: allow-discrete;
}

details[open]::details-content {
  block-size: auto;
}

/* FAQ  ends */

/* Guest House */
.guest-house {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
  gap: 1.5rem;
  justify-content: center;
  padding: 2rem 0;
}

.card {
  width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  border: none;
  border-radius: 13px !important;
  width: 18rem;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.guest-house img {
  height: 200px;
  width: 100%;
  border-radius: 12px;
}

.guest-house .card .card-text {
  color: #000;
}

@media (max-width: 992px) {

  .guest-house {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-row {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .col-lg-4 {
    width: 400px;
    height: 100%;

  }
}

@media (max-width: 576px) {
  .guest-house {
    grid-template-columns: 1fr;
  }

  .card {
    width: 100%;
    padding: 10px;
  }
}



/* Features CSS  */


@media (max-width: 992px) {

  .feature-row {
    grid-template-columns: repeat(2, 1fr) !important;
  }

}

@media (max-width: 576px) {
  .feature-row {
    grid-template-columns: 1fr !important;
    width: 100;
    padding-left: 20px;
    padding-right: 20px;
  }

  .info-card {
    padding: 20px 10px;
  }

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