/* ==================== Hero section ==================== */

.ayodhya_accom_hero_section {
  width: 100%;
  min-height: 500px;
  background-size: cover !important;
  background-position: center center !important;
}

@media (max-width: 768px) {
  .ayodhya_accom_hero_section {
    min-height: 250px;
  }
}

/* ==================== festival highlight section ==================== */

.ayodhya_accom_img_wrapper {
  height: 250px;
}

.ayodhya_accom_zoom_effect {
  transition: transform 0.5s ease;
}

.ayodhya_accom_festival_card:hover .ayodhya_accom_zoom_effect {
  transform: scale(1.1);
}

/* ==================== stay near the temples section ==================== */

.ayodhya_accom_stays_section .row::-webkit-scrollbar {
  display: none;
}

.btn-primary {
  background-color: #5e2d45;
  border-color: #5e2d45;
}

.btn-primary:hover {
  background-color: #ff8c52 !important;
  border-color: #ff8c52 !important;
}

@media (max-width: 767px) {
  .ayodhya_accom_stays_section .col-10 {
    flex: 0 0 85%;
    max-width: 85%;
  }
}

.ayodhya_accom_stays_section .card {
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.ayodhya_accom_stays_section .card:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-10px);
}

.ayodhya_accom_stays_section .card img {
  transition: transform 0.5s ease-in-out;
}

.ayodhya_accom_stays_section .card:hover img {
  transform: scale(1.08);
}

/* ==================== why book with us section ==================== */

.ayodhya_accom_feature_card {
  transition: all 0.4s ease-in-out;
}

.ayodhya_accom_feature_card:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
  transform: translateY(-10px);
  border-color: #ff8c52;
}

.ayodhya_accom_feature_card:hover .ayodhya_accom_icon_wrapper {
  background-color: #ff8c52 !important;
  color: #ffffff !important;
  transform: scale(1.1);
}

/* ==================== temple timings & info section ==================== */

.ayodhya_accom_timing_card {
  border-top: 6px solid #ff8c52 !important;
  transition: all 0.4s ease-in-out;
}

.ayodhya_accom_timing_card:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
  transform: translateY(-10px);
}

/* ==================== puja & rituals section ==================== */

.ayodhya_accom_puja_card {
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.ayodhya_accom_puja_card:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-10px);
}

.ayodhya_accom_puja_card img {
  transition: transform 0.5s ease-in-out;
}

.ayodhya_accom_puja_card:hover img {
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .ayodhya_accom_puja_section .col-10 {
    flex: 0 0 85%;
    max-width: 85%;
  }
}

/* ==================== tour packages section ==================== */

.ayodhya_accom_tour_card {
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.ayodhya_accom_tour_card:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-10px);
}

.ayodhya_accom_tour_card img {
  transition: transform 0.5s ease-in-out;
}

.ayodhya_accom_tour_card:hover img {
  transform: scale(1.1);
}

.text-orange {
  color: #ff8c52 !important;
}

@media (max-width: 767px) {
  .ayodhya_accom_tours_section .col-10 {
    flex: 0 0 85%;
    max-width: 85%;
  }
}

/* ==================== special offerings section ==================== */

.ayodhya_accom_special_card {
  transition: all 0.4s ease-in-out;
}

.ayodhya_accom_special_card:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
  transform: translateY(-10px);
}

@media (max-width: 767px) {
  .ayodhya_accom_special_section .col-10 {
    flex: 0 0 85%;
    max-width: 85%;
  }
}

/* ==================== pilgrim stories section ==================== */

.ayodhya_accom_pilgrim_card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}

.ayodhya_accom_p_top {
  background-color: #f4f4f4;
  flex: 0 0 auto;
  border-radius: 12px;
}

.ayodhya_accom_u_icon {
  font-size: 1.4rem;
  color: #5d1229;
}

.ayodhya_accom_rating_container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -15px;
  position: relative;
  z-index: 10;
}

.ayodhya_accom_rating_box {
  background: white;
  padding: 2px 12px;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #f1f1f1;
  transition: all 0.3s ease;
}

.ayodhya_accom_star_text {
  color: #ffc107;
  font-size: 1rem;
  letter-spacing: 2px;
}

.ayodhya_accom_p_bottom {
  background-color: #ffffff;
  flex: 1 1 auto;
}

.ayodhya_accom_pilgrim_card:hover {
  transform: translateY(-8px);
  border: 1px solid #5d1229;
  box-shadow: 0 10px 25px rgba(93, 18, 41, 0.12);
}

.ayodhya_accom_pilgrim_card:hover .ayodhya_accom_rating_box {
  border: 1px solid #5d1229;
}

.ayodhya_accom_pilgrim_card:hover .ayodhya_accom_p_top {
  border-style: solid;
  border-color: #5d1229;
  border-width: 0px 0px 1px 0px;
}

/* ==================== festival & city gallery section ==================== */

.ayodhya_accom_gallery_img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

@media (min-width: 992px) {
  .ayodhya_accom_gallery_img {
    height: 250px;
  }

  .col-lg-6 > .ayodhya_accom_gallery_img {
    height: 515px;
  }
}

.ayodhya_accom_gallery_img:hover {
  transform: scale(1.03);
}

/* ==================== plan your visit section ==================== */

.ayodhya_accom_scroll_container {
  overflow-x: auto;
  padding: 20px 10px;
}

.ayodhya_accom_plan_card {
  background: #fff;
  border-top: 6px solid #ff7f50 !important;
  transition: all 0.3s ease;
}

.ayodhya_accom_plan_card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important;
}

.ayodhya_accom_icon {
  font-size: 2rem;
  color: #ff7f50;
}

@media (min-width: 768px) {
  .ayodhya_accom_scroll_container {
    overflow-x: visible;
    padding: 20px 0;
  }
}

/* ==================== yatradham banner section ==================== */

.ayodhya_accom_app_download_sec {
  background-color: #ffffff;
  padding: 60px 0;
  overflow: hidden;
}

.ayodhya_accom_custom_app_container {
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 40px 40px 0px 40px;
  max-width: 1200px;
}

@media (max-width: 768px) {
  .ayodhya_accom_custom_app_container {
    padding: 30px 20px 0px 20px;
  }
}

.ayodhya_accom_app_main_heading {
  color: #5d1229;
  font-weight: 700;
  font-size: 2.5rem;
}

.ayodhya_accom_app_sub_text {
  color: #555;
  font-size: 1.1rem;
}

.ayodhya_accom_app_stat_icon_circle {
  width: 60px;
  height: 60px;
  background-color: #5d1229;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ayodhya_accom_app_stat_icon_circle img {
  width: 100%;
  height: auto;
}

.ayodhya_accom_app_stat_label .fw-bold {
  color: #333;
  font-size: 1.2rem;
}

.ayodhya_accom_small_text {
  color: #777;
  font-size: 0.9rem;
}

.ayodhya_accom_app_mobile_img {
  position: relative;
  z-index: 2;
  max-height: 500px;
}

.ayodhya_accom_orange_bg_circle {
  position: absolute;
  width: 350px;
  height: 350px;
  background-color: #ff7d32;
  border-radius: 50%;
  right: 10%;
  top: 55%;
  transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 991px) {
  .ayodhya_accom_app_main_heading {
    font-size: 2rem;
  }

  .ayodhya_accom_orange_bg_circle {
    width: 250px;
    height: 250px;
    right: 20%;
  }

  .ayodhya_accom_app_mobile_img {
    margin-top: 2rem;
  }
}

@media (max-width: 576px) {
  .ayodhya_accom_app_stat_item {
    justify-content: flex-start;
  }
}

.ayodhya_accom_custom_btn {
  background-color: #fffaf5;
  color: #ff7f50;
  border: 2px solid #ff7f50;
  padding: 12px 30px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.ayodhya_accom_custom_btn:hover {
  background-color: #ff7f50;
  color: #ffffff;
}
