/* ===================================================================================================================
================================================== About Us Page ==================================================
=================================================================================================================== */

/* ==================== universal formats ==================== */
@font-face {
  font-family: "bootstrap-icons";
  src:
    url("../fonts/bootstrap-icons.woff2") format("woff2"),
    url("../fonts/bootstrap-icons.woff") format("woff");
}
body {
  color: #444;
  background-color: #fff;
}

/* .heading-box h1,
        .h2 {
            color: #632240 !important;
            font-weight: 600 !important;
            line-height: 120% !important;
            letter-spacing: -1px !important;
            padding-left: 25px !important;
            margin-top: -20px !important;
            font-family: "Philosopher", sans-serif;
        } */

h1,
h2,
h3,
.brand-font {
  /* font-family: "Crimson Text", serif; */
  font-weight: 600;
}

/* ==================== hero section ==================== */
.hero-banner {
  background:
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../images/hero-image.jpg");
  background-size: cover;
  background-position: center;
  height: 500px;
  display: flex;
  align-items: center;
  color: white;
}

.hero-banner h1 {
  font-size: 3.5rem;
  line-height: 1.2;
}

.btn-orange {
  background-color: #e67e22;
  color: white;
  padding: 12px 30px;
  border-radius: 8px;
  border: none;
  font-weight: bold;
}

.btn-orange:hover {
  background: linear-gradient(90deg, #e67e22 70%, #ff9e6d 100%);
}

@media (max-width: 768px) {
  .hero-banner {
    height: 350px;
  }

  .hero-banner h1 {
    font-size: 2.2rem;
  }
}

@media (max-width: 576px) {
  .hero-banner {
    height: 300px;
  }
  .hero-banner h1 {
    font-size: 1.8rem;
  }
}

/* ==================== Timelines section ==================== */

.yd_class_timeline {
  position: relative;
  max-width: 1000px;
  margin: 40px auto;
}
.yd_class_timeline::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #ff7733;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.yd_class_timeline_item {
  padding: 15px 50px;
  position: relative;
  width: 50%;
  box-sizing: border-box;
}

.yd_class_icon {
  position: absolute;
  width: 45px;
  height: 45px;
  background-color: #ff7733;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 25px;
  z-index: 5;
  font-size: 20px;
}

.yd_class_left {
  left: 0;
  text-align: right;
}
.yd_class_right {
  left: 50%;
  text-align: left;
}

.yd_class_left .yd_class_icon {
  right: -22.5px;
}
.yd_class_right .yd_class_icon {
  left: -22.5px;
}

.yd_class_card_container {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.yd_class_year_badge {
  background-color: #fff8f0;
  color: #ff7d32;
  padding: 5px 15px;
  border-radius: 6px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
}

.yd_class_title {
  font-weight: 700;
  margin-bottom: 10px;
}
.yd_class_description {
  color: #666;
  margin-bottom: 15px;
}
.yd_class_divider {
  border: 0;
  border-top: 1px solid #a8a8a8;
  margin: 15px 0;
}
.yd_class_stats {
  color: #ff7d32;
  font-weight: 600;
}

@media (max-width: 768px) {
  .yd_class_timeline::after {
    left: 30px;
  }
  .yd_class_timeline_item {
    width: 100%;
    padding-left: 70px;
    padding-right: 20px;
  }
  .yd_class_left,
  .yd_class_right {
    left: 0;
    text-align: left;
  }
  .yd_class_left .yd_class_icon,
  .yd_class_right .yd_class_icon {
    left: 7px;
  }
}

/* ==================== services section ==================== */
.stat-card {
  border-color: transparent !important;
  transition: all 0.3s ease-in-out;
}

.stat-card:hover {
  border-color: #ff7d32 !important;
  box-shadow: 0 10px 20px rgba(255, 125, 50, 0.1) !important;
  transform: translateY(-5px);
}

.transition-all {
  transition: all 0.3s ease;
}

/* ==================== popular destination section ==================== */
.dest-slider-wrapper {
  position: relative;
  padding: 0 5px;
}

.dest-slider-container {
  display: flex;
  overflow-x: hidden;
  scroll-behavior: smooth;
  gap: 20px;
  padding: 15px 5px;
}

.dest-slide {
  min-width: calc(33.333% - 14px);
}

@media (max-width: 992px) {
  .dest-slide {
    min-width: calc(50% - 10px);
  }
}

@media (max-width: 576px) {
  .dest-slide {
    min-width: 100%;
  }
}

.dest-380-card {
  width: 100%;
  max-width: 380px;
  height: auto;
  min-height: 380px;
  margin: auto;
  border-radius: 15px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  background: #fff;
  overflow: hidden;
  transition: 0.3s;
}

.dest-380-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 12px 0px rgba(0, 0, 0, 0.15) !important;
}

.img-zoom-box {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.img-zoom-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: 0.6s ease;
}

.dest-380-card:hover .img-zoom-box img {
  transform: scale(1.1);
}

.nav-btn-custom {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: 0.3s ease;
  padding: 0;
}

.nav-btn-custom.prev {
  left: 0px;
}

.nav-btn-custom.next {
  right: 0px;
}

.nav-btn-custom i {
  font-size: 3rem;
  color: #5d1229;
  transition: 0.3s;
  line-height: 1;
}

.nav-btn-custom:hover i {
  color: #ff7d32;
  transform: scale(1.1);
}

.img-caption-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 15px 10px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
}

.view-link {
  color: #ff7d32;
  text-decoration: none;
  font-weight: 600;
}

/* ==================== service cards section ==================== */
.service-card-custom {
  border: 1px solid #ff7d32 !important;
  border-radius: 20px !important;
  transition: all 0.4s ease;
  min-height: 280px;
  display: flex;
  flex-direction: column;
}

.service-card-custom:hover {
  transform: translateY(-12px);
  box-shadow: 0 15px 30px rgba(255, 125, 50, 0.15) !important;
  background-color: #fff9f6;
}

.icon-box-custom {
  width: 60px;
  height: 60px;
  background-color: #fff5f0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box-custom i {
  font-size: 2rem;
  color: #ff7d32;
}

.service-title {
  color: #5d1229;
  font-size: 1.5rem;
  line-height: 1.2;
}

.service-desc {
  font-size: 1.1rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .service-title {
    font-size: 1.3rem;
  }

  .service-desc {
    font-size: 1rem;
  }
}

/* ==================== types of accommodation section ==================== */
.custom-hover-img img {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-hover-img:hover img {
  transform: scale(1.08);
}

.fs-5-custom {
  font-size: 1.05rem;
  line-height: 1.7;
}

@media (max-width: 991.98px) {
  .display-5 {
    font-size: 2.5rem;
  }
}

.custom-zoom-box img {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-zoom-box:hover img {
  transform: scale(1.08);
}

.fs-5-custom {
  font-size: 1.05rem;
  line-height: 1.7;
  text-align: justify;
}

@media (max-width: 991px) {
  .fs-5-custom {
    text-align: left;
  }
}

.custom-img-hover img {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-img-hover:hover img {
  transform: scale(1.08);
}

.fs-5-custom {
  font-size: 1.05rem;
  line-height: 1.7;
  text-align: justify;
}

@media (max-width: 991px) {
  .fs-5-custom {
    text-align: left;
  }

  .display-5 {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .custom-hover-img img,
  .custom-zoom-box img,
  .custom-img-hover img,
  .food-img-box img,
  .temple-img-box img {
    min-height: 250px !important;
  }
}

/* ==================== safety and trust section ==================== */
.trust-card-final {
  background-color: #fff7ed;
  border-style: solid;
  border-color: #ff7d32;
  border-width: 1px 1px 1px 6px;
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.trust-card-final:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.162);
}

.trust-card-final p {
  font-size: 1.05rem;
}

@media (max-width: 768px) {
  .display-6 {
    font-size: 1.8rem;
  }

  .trust-card-final {
    padding: 1.5rem !important;
  }

  h2,
  .display-5 {
    font-size: 2rem !important;
  }
}

@media (max-width: 576px) {
  h2,
  .display-5 {
    font-size: 1.75rem !important;
  }
}

/* ==================== our growth section ==================== */
.growth-icon-circle {
  width: 100px;
  height: 100px;
  border: 1px solid #ff7d32;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.4s ease;
  background-color: transparent;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.growth-icon-circle i {
  font-size: 2.2rem;
  color: #ff7d32;
  transition: all 0.4s ease;
}

.growth-item:hover .growth-icon-circle {
  background-color: #ff7d32;
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(255, 125, 50, 0.25);
}

.growth-item:hover .growth-icon-circle i {
  color: #ffffff;
  transform: scale(1.1);
}

.growth-item h6 {
  font-size: 0.95rem;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .growth-icon-circle {
    width: 85px;
    height: 85px;
  }

  .growth-icon-circle i {
    font-size: 1.8rem;
  }
}

@media (max-width: 576px) {
  .growth-icon-circle {
    width: 75px;
    height: 75px;
  }

  .growth-icon-circle i {
    font-size: 1.5rem;
  }

  .growth-item h6 {
    font-size: 0.85rem;
  }
}

/* ==================== beyond accommodation section ==================== */
.food-img-box img {
  transition: transform 0.6s ease;
}

.food-img-box:hover img {
  transform: scale(1.05);
}

.fs-5-custom {
  font-size: 1.05rem;
  line-height: 1.7;
}

.text-justify-custom {
  text-align: justify;
}

.italic {
  font-style: italic;
}

@media (max-width: 991px) {
  .text-justify-custom {
    text-align: left;
  }

  .display-5 {
    font-size: 2.5rem;
  }
}

.temple-img-box img {
  transition: transform 0.6s ease;
}

.temple-img-box:hover img {
  transform: scale(1.05);
}

.fs-5-custom {
  font-size: 1.05rem;
  line-height: 1.7;
  text-align: justify;
}

@media (max-width: 991px) {
  .fs-5-custom {
    text-align: left;
  }

  h2 {
    font-size: 2.2rem;
  }
}

/* ==================== testimonials section ==================== */
.pilgrim-card-final {
  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);
}

.p-top {
  background-color: #f4f4f4;
  flex: 0 0 auto;
  border-radius: 12px;
}

.u-icon {
  font-size: 1.4rem;
  color: #5d1229;
}

.rating-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -15px;
  position: relative;
  z-index: 10;
}

.rating-box-main {
  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;
}

.star-text {
  color: #ffc107;
  font-size: 1rem;
  letter-spacing: 2px;
}

.p-bottom {
  background-color: #ffffff;
  flex: 1 1 auto;
}

.pilgrim-card-final:hover {
  transform: translateY(-8px);
  border: 1px solid #5d1229;
  box-shadow: 0 10px 25px rgba(93, 18, 41, 0.12);
}

.pilgrim-card-final:hover .rating-box-main {
  border: 1px solid #5d1229;
}

.pilgrim-card-final:hover .p-top {
  border-style: solid;
  border-color: #5d1229;
  border-width: 0px 0px 1px 0px;
}

.pilgrim-card-final:hover .rating-line-left,
.pilgrim-card-final:hover .rating-line-right {
  background-color: #5d1229;
}

/* ==================== associated section ==================== */
.assoc-sec {
  background-color: #fff5ed;
}

.assoc-slider-wrapper {
  padding: 0 45px;
}

.assoc-slider-container {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  padding: 20px 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

.assoc-slide {
  flex: 0 0 calc(20% - 16px);
  min-width: 240px;
  height: 348px;
}

@media (max-width: 1200px) {
  .assoc-slide {
    flex: 0 0 calc(33.33% - 14px);
  }
}

@media (max-width: 768px) {
  .assoc-slide {
    flex: 0 0 calc(50% - 10px);
  }
}

@media (max-width: 480px) {
  .assoc-slide {
    flex: 0 0 100%;
  }
}

.partner-card {
  background: #fff5f0;
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  border: 1px solid transparent;
}

.partner-card:hover {
  background: var(
    --gradients-mulberry-gradient,
    linear-gradient(225deg, #953561 0%, #6a0031 100%)
  );
  border-bottom: 10px solid #f73;
}

.partner-card:hover img {
  width: 90% !important;
  height: auto;
  transition: 0.3s ease;
}

.partner-card:hover h6 {
  color: white;
}

.partner-card:hover .book-now-link {
  color: white;
}

.partner-card:hover .book-now-link i {
  color: white;
}

.partner-card img {
  border-radius: 50%;
  width: 100%;
  height: auto;
  transition: 0.3s ease;
}

.partner-logo-box {
  width: 140px;
  height: 140px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.partner-logo-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.book-now-link {
  color: #ff7d32;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  transition: 0.3s ease;
}

.assoc-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  z-index: 100;
  line-height: 1;
  padding: 0;
}

.assoc-nav-btn.prev {
  left: 0px;
}

.assoc-nav-btn.next {
  right: 0px;
}

.assoc-nav-btn i {
  font-size: 3rem;
  color: #6a0031;
}

.assoc-nav-btn:hover i {
  color: #ff7d32;
}

/* ==================== YD app banner section ==================== */
.app-download-sec {
  background-color: #ffffff;
  padding: 60px 0;
  overflow: hidden;
}

.custom-app-container {
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 40px 40px 0px 40px;
  max-width: 1200px;
}

@media (max-width: 768px) {
  .custom-app-container {
    padding: 30px 20px 0px 20px;
  }
}

.app-main-heading {
  color: #5d1229;
  font-weight: 700;
  font-size: 2.5rem;
}

.app-sub-text {
  color: #555;
  font-size: 1.1rem;
}

.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;
}

.app-stat-icon-circle img {
  width: 100%;
  height: auto;
}

.app-stat-label .fw-bold {
  color: #333;
  font-size: 1.2rem;
}

.app-stat-label .small-text {
  color: #777;
  font-size: 0.9rem;
}

.app-mobile-img {
  position: relative;
  z-index: 2;
  max-height: 500px;
}

.app-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) {
  .app-main-heading {
    font-size: 2rem;
  }

  .app-orange-bg-circle {
    width: 250px;
    height: 250px;
    right: 20%;
  }

  .app-mobile-img {
    margin-top: 2rem;
  }
}

@media (max-width: 576px) {
  .app-stat-item {
    justify-content: flex-start;
  }
}
.assoc-slider-container h3 {
  font-size: 16px;
}
