/* ========================================
*************HEADER SECTION*************
======================================== */

* {
  margin: 0;
  padding: 0px;
  box-sizing: border-box;
}

.navbar-brand {
  width: 190px;
  height: auto;
}

.nav-link {
  font-weight: bold !important;
}

.navbar {
  background-color: #43608a;
}

/* ========================================
*************FOOTER SECTION*************
======================================== */

.social-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  background-size: cover;
  background-repeat: no-repeat;
}

.facebook {
  background-image: url("img/facebook.png");
}
.youtube {
  background-image: url("img/youtube.png");
}
.instagram {
  background-image: url("img/instagram.png");
}
.twitter {
  background-image: url("img/twitter.png");
}

.facebook:hover {
  background-image: url("img/facebook-Copy.png");
}
.youtube:hover {
  background-image: url("img/youtube-Copy.png");
}
.instagram:hover {
  background-image: url("img/instgram-copy.png");
}
.twitter:hover {
  background-image: url("img/twitter-Copy.png");
}

.Quick-link {
  text-decoration: none;
}

.Quick-link:hover {
  color: white !important;
}

.text-desc {
  color: rgba(255, 255, 255, 0.81) !important;
}

footer {
  background-color: #43608a;
  color: white;
  text-align: center;
  font-size: 20px;
}

.footer-img {
  width: 20px;
}

/* common styles for all */
.index-page .hero-section {
  min-height: 100vh;
}

.hero-section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.753), rgba(0, 0, 0, 0.763)),
    url(img/hero-home.jpg);
  background-size: cover;
  background-position: center;
}

.blue-color-text {
  color: #43608a !important;
}

.card-title {
  color: #43608a !important;
}

/* ============================================================================== */
.unique-hero-wrapper {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.unique-hero-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.292), rgba(0, 0, 0, 0.393));
  z-index: 5;
  pointer-events: none;
}
.unique-hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  background: rgba(0, 0, 0, 0.4);
}
.unique-hero-img-box img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  transition: transform 4s linear;
}

#mainHeroCarousel .active .unique-hero-img-box img {
  transform: scale(1.15);
}
.btn-custom-hero {
  padding: 12px 35px;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}
/* ============================================================================= */
.why-choose-us-section {
  background-color: #f0f0f0;
  overflow: hidden;
}

.choose-title {
  color: #43608a;
  font-family: "Gill Sans", "Gill Sans MT", "Calibri", "Trebuchet MS",
    sans-serif;
}

.curvy-border {
  border-bottom: 2px solid #43608a;
  border-color: #43608a;
  border-radius: 0 0 50% 50%;
  rotate: calc(180deg);
  padding-bottom: 200px;
}

.intro-text {
  color: #333333;
  font-size: 1.1rem;
  line-height: 1.6;
}

.feature-item h5 {
  color: #43608a;
  margin-bottom: 5px;
}

.feature-item .small-text {
  font-size: 0.9rem;
  color: #6c757d !important;
}

.center-image {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  clip-path: polygon(0% 0%, 50% 10%, 100% 0%, 100% 90%, 50% 100%, 0% 90%);
  /* clip-path: path('M 10 0 C 30 15, 70 15, 90 0 L 100 85 L 90 100 L 10 100 L 0 85 L 0 15 Z'); */
}

@media (max-width: 768px) {
  .feature-item.text-md-end {
    text-align: start !important;
  }
}

.gallary-section {
  background-color: #faf9f6;
  padding-top: 80px;
  padding-bottom: 80px;
}

.main-headline {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  color: #43608a;
  font-size: 3.5rem;
  line-height: 1.1;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.body-text {
  font-family: Arial, sans-serif;
  color: #6c757d;
  font-size: 0.95rem;
  line-height: 1.6;
  max-width: 400px;
}

.explore-btn {
  background-color: #43608a !important;
  color: white !important;
  border: 2px solid #43608a !important;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.explore-btn:hover {
  transition: all 0.5s ease;
  transform: scale(1.05);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.699),
    0px 4px 6px 0px rgba(0, 0, 0, 0.644);
}

.square-image {
  width: 250px;
  height: 250px;
  object-fit: cover;
}

.left-col {
  padding-right: 0;
}

.right-col {
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .img-1 {
    margin-bottom: 20px !important;
    width: 100px;
    height: auto;
  }
  .img-4 {
    width: 100px;
    height: auto;
  }
}

.attractions-section-1 {
  background-color: #f0f0f0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.attraction-title-1 {
  color: #43608a;
}

.attraction-card-1 {
  background-color: white;
  border-radius: 10px;
  max-width: 800px;
  border: none;
}

.attraction-img-1 {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  border-radius: 10px;
}

.attraction-name-1 {
  color: #43608a;
  font-weight: 700;
}

.attraction-text-1 {
  color: #333;
  font-size: 1.1rem;
  line-height: 1.7;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #43608a;
  border-radius: 50%;
  padding: 15px;
}

.carousel-indicators button {
  background-color: #43608a;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
}

.testimonials-section {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px;
}

.testimonial-title {
  color: #43608a;
}

.testimonial-card {
  background-color: #f0f0f0;
  border-radius: 10px;
  max-width: 800px;
  border: none;
}

.quote-icon {
  opacity: 0.7;
  width: 15px;
  height: auto;
}

.review-text {
  color: #333333;
  font-size: 1.15rem;
  line-height: 1.8;
}

.guest-name {
  color: #ff7b00;
  font-size: 0.95rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #43608a;
  border-radius: 50%;
  padding: 15px;
}

.carousel-indicators button {
  background-color: #43608a;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
}

/* about-us page */

.homestay-img {
  width: 100%;
  height: auto;
}

.card-img-top {
  width: 40px !important;
  height: auto;
  margin: 2px auto;
}

.about-story,
.meet-the-hosts {
  background-color: #f0f0f0;
}

.text-dark-sub {
  color: #6c757d !important;
}

/* facilities page */

.feature-icon {
  font-size: 2rem;
  color: #198754;
}
.section-heading {
  color: #43608a !important;
  font-weight: 700;
}
.card-feature {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  min-height: 200px;
}
.card-feature:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* book now page */

.card-room {
  border-radius: 10px;
  overflow: hidden;
}

.room-img:hover {
  transform: scale(1.05);
}

.room-img {
  height: 300px;
  object-fit: cover;
  width: 100%;
  transition: transform 0.5s ease;
}

.price-badge {
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
}

.facility-icon {
  font-size: 2rem;
  color: #198754;
}

.price-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #43608a;
  color: white;
  padding: 5px 10px;
  font-size: 0.9rem;
  border-radius: 20px;
  font-weight: 600;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.card-small-img {
  width: 25px;
  height: auto;
}

/* Default – Mobile view */
.amenities-list {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Mobile: 2 columns */
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

/* Tablet View (≥ 600px) */
@media (min-width: 600px) {
  .amenities-list {
    grid-template-columns: 1fr 1fr 1fr; /* Tablet: 3 columns */
  }
  .amenities-list li {
    font-size: 12px !important;
  }
}

/* Large Tablet / Small Laptop (≥ 900px) */
@media (min-width: 900px) {
  .amenities-list {
    grid-template-columns: 1fr 1fr 1fr 1fr; /* Desktop: 4 columns */
  }
}

/* Desktop View (≥ 1200px) */
@media (min-width: 1200px) {
  .amenities-list {
    grid-template-columns: 1fr 1fr 1fr 1fr; /* 4 columns */
  }
}

.btn-success {
  background-color: #43608a !important;
  border-color: #43608a !important;
}

.amenities-list li {
  display: flex;
  align-items: center;
  color: #999999 !important;
}

/* attractions page */

.attraction-card {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
}
.attraction-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.attraction-img {
  height: auto;
  width: 100%;
  object-fit: cover;
  min-height: 250px;
  border-radius: 10px;
}
.attraction-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-success-blue {
  color: #43608a !important;
}

.btn-outline-primary {
  color: #43608a !important;
  border-color: #43608a;
}

.btn-outline-primary:hover {
  background-color: #43608a !important;
  color: white !important;
  border-color: #43608a;
}

.nearby-card {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  transition: transform 0.2s, box-shadow 0.2s;
  background-color: #ffffff;
  height: 100%;
}
.nearby-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.distance-badge {
  /* font-size: 1.1rem; */
  font-weight: 600;
  color: #6c757d;
  display: block;
  margin-bottom: 8px;
}

/* contact us page */

.contact-section {
  padding: 50px 0;
}

.contact-info-card {
  background-color: #f8f9fa;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.social-link i {
  font-size: 24px;
  margin-right: 15px;
  transition: color 0.3s;
}

.social-link i:hover {
  color: #43608a;
}

.map-container {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  overflow: hidden;
}

.whatsapp-img {
  position: fixed;
  width: 60px;
  height: auto;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.235);
  transition: transform 0.3s ease;
}

.whatsapp-img:hover {
  transform: scale(1.05);
}

@media (max-width: 600px) {
  .whatsapp-button {
    width: 50px;
    height: 50px;
    font-size: 25px;
    line-height: 50px;
    bottom: 15px;
    right: 15px;
  }
}
