@charset "utf-8";
/* CSS Document */
    .topbar { background:#17212b; color: #fff; font-size: 0.95rem; }
    .header { background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
    .navbar-brand img { height: 75px; }
    
    .nav-link {
      font-weight: 600; 
      color: #003087 !important; 
      padding: 10px 18px;
      border-radius: 8px;
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .nav-link:hover, .nav-link.active {
      color: #fff !important;
      background: #c8102e;
      transform: translateY(-3px);
      box-shadow: 0 8px 20px rgba(200,16,46,0.4);
    }

    .phone-link {
      color: #fff !important;
      transition: all 0.3s ease;
	  text-decoration:none;
    }
    .phone-link:hover {
      color: #c8102e !important;
      transform: scale(1.08);
    }

    /* Enhanced Slider */
    .hero-slider { height: 680px; }
    .carousel-item img {
      height: 680px;
      object-fit: cover;
      filter: brightness(0.65) contrast(1.1);
    }
    .carousel-caption {
      bottom: 18%;
      background: linear-gradient(180deg, rgba(0,48,135,0.85), rgba(200,16,46,0.7));
      padding: 35px 50px;
      border-radius: 15px;
      backdrop-filter: blur(8px);
      box-shadow: 0 10px 30px rgba(0,0,0,0.4);
      animation: fadeInUp 1s ease;
    }
    @keyframes fadeInUp {
      from { opacity: 0; transform: translateY(40px); }
      to { opacity: 1; transform: translateY(0); }
    }
    .carousel-control-prev, .carousel-control-next {
      width: 65px; height: 65px;
      background: rgba(200,16,46,0.9);
      border-radius: 50%;
      top: 50%; transform: translateY(-50%);
      margin: 0 40px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
      transition: all 0.3s;
    }
    .carousel-control-prev:hover, .carousel-control-next:hover {
      background: #c8102e;
      transform: translateY(-50%) scale(1.1);
    }
	/* Fixed Left Reservation Box */
.fixed-reservation-box {
  position: fixed;
  top:40%;
  left: 0;
  width: 265px;
  padding: 18px;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-left: 5px solid #8b1e1e;
  border-radius: 0 18px 18px 0;
  transform: translateY(-50%);
  z-index: 1050;
}

.reservation-heading {
  margin-bottom: 16px;
}

.reservation-small-title {
  display: block;
  margin-bottom: 5px;
  color: #8b1e1e;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
}

.fixed-reservation-box h2 {
  color: #1f2933;
}

.reservation-buttons {
  display: grid;
  gap: 12px;
}

.reservation-hotel-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  padding: 12px 15px;
  color: #ffffff;
  background-color: #8b1e1e;
  border: 2px solid #8b1e1e;
  border-radius: 12px;
  font-size: 16px;
  line-height: 1.35;
  text-align: center;
  white-space: normal;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.reservation-hotel-btn:hover {
  color: #ffffff;
  background-color: #611515;
  border-color: #611515;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.reservation-hotel-btn:focus {
  color: #ffffff;
  background-color: #611515;
  border-color: #611515;
}

.reservation-hotel-btn:focus-visible {
  outline: 3px solid #000000;
  outline-offset: 3px;
}

.hotel-name {
  display: block;
  font-size: 13px;
  font-weight: 500;
}

.reservation-hotel-btn strong {
  display: block;
  font-size: 18px;
}

/* Tablet and Mobile */
@media (max-width: 991.98px) {
  .fixed-reservation-box {
    top: auto;
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: auto;
    padding: 12px;
    border: 1px solid #d9d9d9;
    border-top: 5px solid #8b1e1e;
    border-radius: 16px;
    transform: none;
  }

  .reservation-heading {
    margin-bottom: 10px;
  }

  .reservation-heading h2 {
    display: none;
  }

  .reservation-small-title {
    margin-bottom: 0;
    font-size: 13px;
  }

  .reservation-buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .reservation-hotel-btn {
    min-height: 58px;
    padding: 8px;
  }

  .hotel-name {
    font-size: 11px;
  }

  .reservation-hotel-btn strong {
    font-size: 15px;
  }
}

@media (max-width: 420px) {
  .fixed-reservation-box {
    right: 6px;
    bottom: 6px;
    left: 6px;
  }

  .hotel-name {
    display: none;
  }
}
/* About Us Section */
.about-us-section {
  overflow: hidden;
  background-color: #f8f5ef;
  color: #333333;
  font-family: Georgia, "Times New Roman", serif;
}

.about-image-wrapper {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
}

.about-image {
  width: 100%;
  min-height: 580px;
  object-fit: cover;
  border-radius: 8px 80px 8px 8px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}

.about-experience-box {
  position: absolute;
  right: -20px;
  bottom: 35px;
  min-width: 180px;
  padding: 22px 25px;
  color: #ffffff;
  background-color: #7a1f24;
  border: 5px solid #ffffff;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

.about-experience-box strong {
  display: block;
  margin-bottom: 3px;
  font-size: 27px;
  line-height: 1.2;
}

.about-experience-box span {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.about-content {
  padding-left: 20px;
}

.about-subtitle {
  display: inline-block;
  margin-bottom: 12px;
  color: #7a1f24;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2.5px;
}

.about-title {
  margin-bottom: 18px;
  color: #1d252c;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 700;
  line-height: 1.12;
}

.about-title span {
  display: block;
  color: #7a1f24;
  font-style: italic;
}

.about-divider {
  width: 85px;
  height: 4px;
  margin-bottom: 25px;
  background-color: #b5893f;
  border-radius: 10px;
}

.about-content p {
  color: #454545;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.about-lead {
  color: #252525 !important;
  font-size: 18px !important;
  font-weight: 600;
}

.about-feature {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 11px 14px;
  color: #252525;
  background-color: #ffffff;
  border-left: 4px solid #7a1f24;
  border-radius: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
}

.about-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  color: #ffffff;
  background-color: #7a1f24;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 800;
}

.about-room-info {
  padding: 22px;
  background-color: #ffffff;
  border: 1px solid #ddd5c8;
  border-radius: 8px;
}

.about-room-info h3 {
  margin-bottom: 8px;
  color: #7a1f24;
  font-weight: 700;
}

.about-closing {
  margin-top: 25px;
  padding: 18px 20px;
  color: #ffffff !important;
  background-color: #1d252c;
  border-radius: 6px;
  font-weight: 600;
}

/* Tablet and Mobile */
@media (max-width: 991.98px) {
  .about-content {
    padding-left: 0;
  }

  .about-image {
    min-height: 480px;
  }

  .about-experience-box {
    right: 15px;
  }
}

@media (max-width: 575.98px) {
  .about-us-section {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .about-image {
    min-height: 380px;
    border-radius: 8px 45px 8px 8px;
  }

  .about-experience-box {
    right: 10px;
    bottom: 15px;
    min-width: 150px;
    padding: 15px;
  }

  .about-experience-box strong {
    font-size: 22px;
  }

  .about-title {
    font-size: 34px;
  }

  .about-content p {
    font-size: 15px;
  }
}
/* Hotel Properties Section */
.hotel-properties-section {
  overflow: hidden;
  background-color: #f7f3ed;
  color: #292929;
}

.hotel-section-heading {
  max-width: 780px;
}

.hotel-section-subtitle {
  display: inline-block;
  margin-bottom: 10px;
  color: #7a1f24;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2.5px;
}

.hotel-section-title {
  margin-bottom: 16px;
  color: #17222b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 700;
  line-height: 1.15;
}

.hotel-section-title::after {
  display: block;
  width: 85px;
  height: 4px;
  margin: 20px auto 0;
  background-color: #9d702d;
  border-radius: 20px;
  content: "";
}

.hotel-section-description {
  color: #4a4a4a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.7;
}

.hotel-property-card {
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #e1d8ca;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(24, 30, 35, 0.12);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.hotel-property-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 50px rgba(24, 30, 35, 0.18);
}

.hotel-property-image {
  position: relative;
  overflow: hidden;
}

.hotel-property-image img {
  display: block;
  width: 100%;
  height: 330px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.hotel-property-card:hover .hotel-property-image img {
  transform: scale(1.05);
}

.hotel-location-badge {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 9px 18px;
  color: #ffffff;
  background-color: #7a1f24;
  border: 2px solid #ffffff;
  border-radius: 50px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.25);
}

.hotel-property-content {
  padding: 30px;
}

.hotel-brand-name {
  display: block;
  margin-bottom: 8px;
  color: #7a1f24;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hotel-property-title {
  margin-bottom: 10px;
  color: #17222b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.25;
}

.hotel-property-tagline {
  margin-bottom: 24px;
  color: #5a4630;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.hotel-contact-details {
  display: grid;
  gap: 16px;
  margin-bottom: 26px;
  color: #383838;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 1.6;
}

.hotel-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ece5db;
}

.hotel-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  background-color: #7a1f24;
  border-radius: 50%;
  font-size: 16px;
}

.hotel-contact-item a {
  color: #5f1519;
  font-weight: 700;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hotel-contact-item a:hover {
  color: #2f090b;
  text-decoration-thickness: 2px;
}

.hotel-contact-item a:focus-visible {
  outline: 3px solid #17222b;
  outline-offset: 3px;
}

.hotel-booking-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 52px;
  padding: 13px 25px;
  color: #ffffff;
  background-color: #7a1f24;
  border: 2px solid #7a1f24;
  border-radius: 50px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.hotel-booking-btn:hover,
.hotel-booking-btn:focus {
  color: #ffffff;
  background-color: #4f1014;
  border-color: #4f1014;
  transform: translateY(-2px);
}

.hotel-booking-btn:focus-visible {
  outline: 3px solid #17222b;
  outline-offset: 4px;
}

@media (max-width: 767.98px) {
  .hotel-properties-section {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .hotel-property-image img {
    height: 260px;
  }

  .hotel-property-content {
    padding: 24px 20px;
  }

  .hotel-property-title {
    font-size: 25px;
  }

  .hotel-booking-btn {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .hotel-property-image img {
    height: 220px;
  }

  .hotel-location-badge {
    right: 12px;
    bottom: 12px;
  }

  .hotel-contact-item {
    gap: 10px;
  }

  .hotel-contact-icon {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
  }
}
/* Footer Section */
.site-footer {
  position: relative;
  padding-top: 70px;
  color: #f7f7f7;
  background-color: #17212b;
  font-family: Arial, Helvetica, sans-serif;
}

.footer-heading {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 14px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
}

.footer-heading::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 58px;
  height: 3px;
  background-color: #d5a75f;
  border-radius: 20px;
  content: "";
}

.footer-heading span {
  display: block;
  margin-top: 3px;
  color: #f0c57f;
  font-size: 19px;
}

.footer-property-name {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.footer-contact {
  display: grid;
  gap: 17px;
  margin: 0;
  font-style: normal;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  color: #e9edf1;
  font-size: 15px;
  line-height: 1.65;
}

.footer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  color: #17212b;
  background-color: #f0c57f;
  border-radius: 50%;
  font-size: 15px;
}

.footer-contact a,
.footer-bottom a {
  color: #ffffff;
  font-weight: 600;
  text-decoration:none;
  text-decoration-color: #f0c57f;
  text-underline-offset: 4px;
  overflow-wrap: anywhere;
}

.footer-contact a:hover,
.footer-bottom a:hover {
  color: #f0c57f;
   text-decoration:none;
}

.footer-contact a:focus-visible,
.footer-links a:focus-visible,
.popular-tags a:focus-visible,
.footer-bottom a:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 4px;
}

/* Quick Links */
.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f2f4f6;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.footer-links a:hover {
  color: #f0c57f;
  transform: translateX(4px);
}

/* Popular Tags */
.popular-tags-section {
  margin-top: 55px;
  padding: 30px;
  background-color: #202d39;
  border: 1px solid #354657;
  border-radius: 14px 14px 0 0;
}

.popular-tags-title {
  margin-bottom: 20px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 700;
}

.popular-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.popular-tags a {
  display: inline-block;
  padding: 8px 13px;
  color: #ffffff;
  background-color: #344657;
  border: 1px solid #65788a;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.popular-tags a:hover {
  color: #17212b;
  background-color: #f0c57f;
  border-color: #f0c57f;
  transform: translateY(-2px);
}

/* Footer Bottom */
.footer-bottom {
  padding: 22px 0;
  color: #e8ebee;
  background-color: #0d151d;
  font-size: 14px;
}

.footer-policy-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

/* Back to Top */
.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  display: none;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  color: #17212b;
  background-color: #f0c57f;
  border: 2px solid #17212b;
  border-radius: 50%;
  font-size: 19px;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
  z-index: 1060;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease;
}

.back-to-top.show {
  display: inline-flex;
}

.back-to-top:hover {
  color: #ffffff;
  background-color: #7a1f24;
  transform: translateY(-4px);
}

.back-to-top:focus-visible {
  outline: 4px solid #ffffff;
  outline-offset: 3px;
}

@media (max-width: 991.98px) {
  .site-footer {
    padding-top: 55px;
  }

  .footer-policy-links {
    justify-content: center;
  }

  .popular-tags-section {
    margin-top: 40px;
  }
}

@media (max-width: 575.98px) {
  .site-footer {
    padding-top: 45px;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .popular-tags-section {
    padding: 22px 18px;
  }

  .popular-tags a {
    width: 100%;
    border-radius: 7px;
  }

  .footer-policy-links {
    flex-wrap: wrap;
  }

  .back-to-top {
    right: 14px;
    bottom: 14px;
    width: 46px;
    height: 46px;
  }
}
.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  color: #17212b;
  background-color: #f0c57f;
  border: 2px solid #17212b;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 99999;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  color: #ffffff;
  background-color: #7a1f24;
}

.back-to-top:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}
.footer-social-media {
  margin-top: 25px;
}

.footer-social-title {
  margin-bottom: 14px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
}

.footer-social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #17212b;
  background-color: #f0c57f;
  border: 2px solid #f0c57f;
  border-radius: 50%;
  font-size: 17px;
  text-decoration: none;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.footer-social-icons a:hover,
.footer-social-icons a:focus {
  color: #ffffff;
  background-color: #7a1f24;
  border-color: #ffffff;
  transform: translateY(-3px);
}

.footer-social-icons a:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}
/* Nearby Attractions Section */
.attractions-section {
  overflow: hidden;
  background-color: #f7f3ed;
  color: #292929;
}

.attractions-heading {
  max-width: 820px;
}

.attractions-subtitle {
  display: inline-block;
  margin-bottom: 10px;
  color: #751c22;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2.5px;
}

.attractions-title {
  margin-bottom: 17px;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 700;
  line-height: 1.15;
}

.attractions-title::after {
  display: block;
  width: 85px;
  height: 4px;
  margin: 20px auto 0;
  background-color: #a16f27;
  border-radius: 20px;
  content: "";
}

.attractions-description {
  color: #454545;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.7;
}

.attraction-card {
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #ddd4c8;
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(23, 33, 43, 0.12);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.attraction-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(23, 33, 43, 0.18);
}

.attraction-image {
  position: relative;
  overflow: hidden;
}

.attraction-image img {
  display: block;
  width: 100%;
  height: 265px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.attraction-card:hover .attraction-image img {
  transform: scale(1.06);
}

.attraction-distance {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 15px;
  color: #ffffff;
  background-color: #751c22;
  border: 2px solid #ffffff;
  border-radius: 50px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.attraction-content {
  padding: 27px 25px 30px;
}

.attraction-category {
  display: block;
  margin-bottom: 8px;
  color: #751c22;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.attraction-name {
  margin-bottom: 13px;
  color: #17212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.25;
}

.attraction-content p {
  margin-bottom: 22px;
  color: #474747;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.75;
}

.attraction-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 11px 19px;
  color: #ffffff;
  background-color: #751c22;
  border: 2px solid #751c22;
  border-radius: 50px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.attraction-link:hover,
.attraction-link:focus {
  color: #ffffff;
  background-color: #461014;
  border-color: #461014;
  transform: translateY(-2px);
}

.attraction-link:focus-visible {
  outline: 3px solid #17212b;
  outline-offset: 4px;
}

@media (max-width: 767.98px) {
  .attractions-section {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .attraction-image img {
    height: 240px;
  }

  .attraction-content {
    padding: 24px 20px 27px;
  }

  .attraction-name {
    font-size: 24px;
  }

  .attraction-link {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 420px) {
  .attraction-image img {
    height: 215px;
  }

  .attraction-distance {
    right: 10px;
    bottom: 10px;
  }
}
 .amenity-card {
      border: none;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      background-color: #f8f9fa;
    }
    .amenity-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
    }
    .icon-wrapper {
      width: 60px;
      height: 60px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
    }
    .list-amenity-item {
      border: none;
      padding: 0.75rem 1rem;
      background: transparent;
    }
	.attraction-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  .attraction-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  }
  .icon-wrapper {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(13, 110, 253, 0.1);
  }
  .nav-pills .nav-link {
    color: #495057;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px 20px;
  }
  .nav-pills .nav-link.active {
    background-color: #0d6efd;
    color: #ffffff;
  }
  .direction-step {
    border-left: 3px solid #0d6efd;
    padding-left: 15px;
  }
  .directions-bar {
    background-color: #d8dbde;
    border-radius: 8px;
  }
  .btn-custom-dark {
    background-color: #6c757d;
    color: white;
    border: none;
  }
  .btn-custom-dark:hover {
    background-color: #5a6268;
    color: white;
  }
  .map-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    border-radius: 8px;
  }
  .map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .attraction-card {
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.08);
  }
  .attraction-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.12) !important;
    border-color: #0d6efd;
  }
  .number-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    background-color: #e7f1ff;
    color: #0d6efd;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
  }
  .icon-box {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0d6efd, #0b5ed7);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    overflow: hidden;
  }
  .contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.12) !important;
  }
  .card-img-wrapper {
    position: relative;
    height: 220px;
    overflow: hidden;
  }
  .card-img-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
  }
  .contact-card:hover .card-img-wrapper img {
    transform: scale(1.05);
  }
  .location-badge {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
  }
  .info-icon-box {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #e7f1ff;
    color: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .sitemap-link-card {
    transition: all 0.25s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0.08);
    text-decoration: none !important;
  }
  .sitemap-link-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.1) !important;
    border-color: #0d6efd;
  }
  .sitemap-icon-box {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background-color: #e7f1ff;
    color: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    transition: all 0.25s ease-in-out;
  }
  .sitemap-link-card:hover .sitemap-icon-box {
    background-color: #0d6efd;
    color: #ffffff;
  }
  /* Gallery Item Container */
  .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    cursor: pointer;
  }

  /* Zoom Effect on Hover */
  .gallery-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }

  .gallery-item:hover img {
    transform: scale(1.1);
  }

  /* Overlay Mask & Icon */
  .gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .gallery-item:hover .gallery-overlay {
    opacity: 1;
  }

  .gallery-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0d6efd;
    transform: translateY(20px);
    transition: transform 0.3s ease;
  }

  .gallery-item:hover .gallery-icon {
    transform: translateY(0);
  }

  /* Modal Carousel Image Heights */
  .lightbox-img {
    max-height: 80vh;
    object-fit: contain;
  }

  /* Custom Carousel Nav Controls */
  .custom-carousel-btn {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    backdrop-filter: blur(4px);
    transition: background-color 0.2s ease;
  }

  .custom-carousel-btn:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }#8b1e1e;
  #more {display: none;}
  .faq {color:#000000; text-decoration: none;}
   .faq a{color:#8b1e1e; text-decoration: none;}
   .faq a:hover{color:#8b1e1e; text-decoration: none;}
   .navbar .dropdown-menu {
  border: 0;
  border-radius: 0;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.navbar .dropdown-item {
  padding: 10px 20px;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
  color: #fff;
  background-color:#8b1e1e;
}
 