.heading.other-destination {
    font-family: 'Poppins SemiBold';
    font-size: 24px;
    line-height: 100%;
    padding-top: 30px !important;
}
.srp_footer_content ul li a {
  color: #da2100;
}

.srp_footer_content ul li {
  
}

#SeoOtherContentSectionDarshan a{
color: #da2100;
}

article#SeoOtherContentSectionDarshan {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

/* H1 */
article#SeoOtherContentSectionDarshan h1 {
    font-family: 'Poppins SemiBold';
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 24px;
}

/* H2 */
article#SeoOtherContentSectionDarshan h2 {
  font-size:22px;
  font-family: 'Poppins SemiBold';
    
    letter-spacing: 0%;
}

/* H3 */
article#SeoOtherContentSectionDarshan h3 {
  font-size: 20px;
  font-family: 'Poppins SemiBold';

    letter-spacing: 0%;
  margin: 36px 0 16px;
}

/* H4 */
article#SeoOtherContentSectionDarshan h4 {
  font-size: 18px;
  font-family: 'Poppins SemiBold';
   
    letter-spacing: 0%;
  margin: 28px 0 12px;
}

/* Paragraph */
article#SeoOtherContentSectionDarshan p {
  font-size: 1rem;
  font-family: 'Poppins Regular';
    letter-spacing: 0%;
  margin-bottom: 18px;
}

/* Lists */
article#SeoOtherContentSectionDarshan ul,
article#SeoOtherContentSectionDarshan ol {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 20px;
  padding-left: 24px;
}

/* Strong */
article#SeoOtherContentSectionDarshan strong {
  font-weight: 600;
}

.srp_footer_content ul li::marker {
  color: #da2100;
}

table.table.sotc_table_srp tr td a {
  color: #000;
}

.package_sub_section.readmore_section.seo_content_section .seo-preview {
  position: relative;
  line-height: 1.6;
  overflow: hidden;
}

.package_sub_section.readmore_section.seo_content_section .seo-read-more {
  color: #da2100;
  font-weight: 600;
  cursor: pointer;
}

.package_sub_section p {
  font-size: 16px;
}

.darshan-page .container,
.darshan-page .SOTC_Container {
  padding: 0 54px;
  max-width: 1350px !important;
}

.darshan-page .page_header .container {
  max-width: none !important;
  width: 100% !important;
  padding: 0 40px;
}

#toggleMore img {
  transition: transform 0.3s ease;
}

#toggleMore img.rotate {
  transform: rotate(180deg);
}

.About-Darshan-section .heading.mb-3 {
  font-family: 'Poppins SemiBold';
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  padding-top: 8px;
  color: #1E0001;
}

/*other destination css*/
.Other-Destinations {
  padding-top: 20px;
}

.Other-Destinations .relative.basis-auto.flex-col.-mb-\(--composer-overlap-px\).pb-\(--composer-overlap-px\).\[--composer-overlap-px\:28px\].grow.flex {
  display: none;
}

.Other-Destinations div#thread-bottom-container {
  display: none;
}

.heading.container {
  font-family: 'Poppins SemiBold';
  font-size: 24px;
  line-height: 100%;
  padding-top: 3rem;
}

/* Container upgrade */
#SeoOtherContentSection {
  position: relative;
  margin-top: 1rem;
  font-family: inherit;
}

/* Hide original H2 visually but keep for SEO (alternative: style them minimally and not hide) */
#SeoOtherContentSection .srp_footer_content h2 {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: hidden;
}

/* Build new tab bar wrapper */
#seoTabsBarWrapper {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: 1rem;
}

/* Arrow buttons */
.seo-tab-arrow {
  border: none;
  background: none;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  color: #666;
  padding: .25rem .4rem;
  transition: color .25s;
}

.seo-tab-arrow:disabled {
  opacity: .3;
  cursor: default;
}

.seo-tab-arrow:hover:not(:disabled) {
  color: #EC1C24;
}

/* Scroll area */
#seoTabsScroller {
  position: relative;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex: 1;
}

#seoTabsScroller::-webkit-scrollbar {
  display: none;
}

#seoTabsBar {
  position: relative;
  display: inline-flex;
  border-bottom: 2px solid #ddd;
  white-space: nowrap;
  padding: 0 .25rem;
}

/* Individual tab buttons */
.seo-tab-btn {
  background: none;
  border: none;
  /* cursor: pointer; */
  font-size: 1.06rem;
  color: #444444;
  padding: 12px 0;
  margin: 0 1.2rem;
  position: relative;
  transition: color .3s ease;
  white-space: nowrap;
  font-family: 'Poppins Medium';
}

.seo-tab-btn:focus-visible {
  outline: 2px solid #EC1C24;
  outline-offset: 2px;
}

.seo-tab-btn.active {
  color: #EC1C24;
}

/* Indicator */
#seoTabIndicator {
  position: absolute;
  bottom: -2px;
  height: 3px;
  background: #EC1C24;
  left: 0;
  width: 0;
  transition: all .35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Section content wrapper */
.seo-section-panel {
  display: none;
  animation: fadeIn .35s ease;
}

.seo-section-panel.active {
  display: block;
  margin-top: -20px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Pill-style links */
.seo-section-panel p a {
  display: inline-block;
  border: 0.5px solid #FFC0C3;
  background: #FFF3F4;
  border-radius: 8px;
  padding: 10px 16px;
  margin: 12px 12px 0 0;
  font-size: .85rem;
  line-height: 1.2;
  color: #333;
  text-decoration: none;
  transition: all .28s ease;
  vertical-align: top;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.seo-section-panel p a:hover,
.seo-section-panel p a:focus {
  background: #fbeaea;
  border-color: #EC1C24;
  color: #000;
}

/* Remove stray &nbsp; spacing if present */
.seo-section-panel p {
  margin: 0 0 42px;
  line-height: 1.35;
}

/* Optional: overall heading replaced by tab bar semantics */
#seoTabsBarWrapper[role="tablist"] {
  /* assistive styling if needed */
}

/* Responsive tweaks */
@media (max-width: 600px) {
  .seo-tab-btn {
    margin: 0 .75rem;
    font-size: .95rem;
  }

  .seo-section-panel p a {
    font-size: .8rem;
    padding: 6px 10px;
  }
}

/*other destination css End */
.darshan-form-right form#darshanForm .col-md-4 {
  max-width: 215px;
}

/*Ezy code css*/
div#otpdiv.form_control_grp.agentOtpShow {
  display: block !important;
}

a.stickey_show {
  float: left;
  margin: 10px 0 0;
  padding-top: 0;
  position: absolute;
  display: none;
}

.chatBoatSectionNew {
  position: relative;
  z-index: 90;
  display: block !important;
}

#popupIframe {
  width: 100%;
  height: 100%;
  border: none;
}

.minimize-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  border: none;
  padding: 5px;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #da2128;
}

.chatBoatNewUI {
  position: fixed;
  right: 31px;
  bottom: 30px;
  text-align: center;
}

.chatBoatNewUI button#chatButton {
  background: 0 0;
  border: none;
}

span.chatBoatNewUISmallText {
  display: block;
  text-align: center;
  font-weight: 700;
  background: #fff;
  border-radius: 4px;
  padding: 0 0 2px;
  width: 40px;
  margin: 0 0 0 7px;
  font-size: 11px;
}

.tacy-container:hover .chatBoatNewUIText {
  transform: translateX(0);
  opacity: 1
}

.tacy-container:not(:hover) .chatBoatNewUIText {
  transform: translateX(100%);
  opacity: 0;
}

.chatBoatNewUIText {
  position: absolute;
  top: 10%;
  right: 60px;
  background: #fff;
  color: #000;
  padding: 8px 12px;
  border-radius: 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  white-space: nowrap;
  transform: translateX(100%);
  opacity: 0;
  transition: transform .5s ease-in-out, opacity .5s ease-in-out;
}

.chatBoatNewUIText::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

#popupContainer {
  position: fixed;
  bottom: -100vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  box-shadow: -3px 0 10px rgba(0, 0, 0, .3);
  z-index: 10000;
  transition: bottom .5s ease-in-out;

}

/*Ezy end*/
a {
  text-decoration: none !important;
}

/* ============================================================
   BANNER SECTION
   ============================================================ */
.banner-carousel .item {
  min-height: 22.18rem;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to right, #7f7fd5, #91eae4);
}

.banner-carousel .owl-prev,
.banner-carousel .owl-next {
  position: absolute;
  top: 47%;
  border-radius: 50%;
  border: none;
  z-index: 1
}

.banner-carousel .owl-prev {
  background: url('/images/homePageRevamp/homepageIcon_sprite.png') no-repeat -152px 0 !important;
  width: 36px;
  height: 36px;
  left: 6px
}

.banner-carousel .owl-next {
  background: url('/images/homePageRevamp/homepageIcon_sprite.png') no-repeat -228px 0 !important;
  width: 36px;
  height: 36px;
  right: 6px
}

.owl-carousel .owl-nav button.owl-next {
  outline: none
}

.banner-carousel .owl-dots {
  position: absolute;
  bottom: 16.59px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 4px
}

.banner-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin: 0
}

.banner-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 5px;
  display: block;
  transition: background 0.3s;
  background: silver;
  border: 1px solid #444444;
}

.banner-carousel .owl-dots .owl-dot.active span {
  background: #fff;
  width: 24px;
  height: 8px;
  border-radius: 5px;
  border: none;
  border: 1px solid #444444
}

.banner-carousel .owl-nav {
  visibility: hidden
}

.banner-carousel:hover .owl-nav {
  visibility: visible
}

.banner-carousel a {
  display: block;
  width: 100%;
  height: 100%;
}

.banner-carousel img.img-fluid {
  width: 100%;
  object-fit: cover;
  background: none;
  height: unset !important;
}

.banner-carousel picture,
.banner-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Caption */
.banner-carousel .banner-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  animation: fadeInUp 1s ease-in-out;
}

.banner-carousel .banner-caption h2 {
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 0.125rem 0.125rem 0.375rem rgba(0, 0, 0, 0.5);
}

.banner-carousel .banner-caption p {
  font-size: 1.2rem;
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate(-50%, -40%);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

/* Dots */
.banner-carousel .owl-dots {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.banner-carousel .owl-dot span {
  width: 0.75rem;
  height: 0.75rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.banner-carousel .owl-dot.active span {
  width: 1rem;
  height: 1rem;
  background: #ff4d4d;
  box-shadow: 0 0 0.625rem rgba(255, 77, 77, 0.7);
}

/* ============================================================
   BANNER SECTION END
   ============================================================ */

/* ============================================================
   breadcrum % destination text
   ============================================================ */

.darshan-page .breadcrumb {
  font-family: 'Poppins Regular';
  font-size: 0.87rem;
  line-height: 120%;
  color: #5E5873;
}

.breadcrumb a {
  color: #0094DA;
  text-decoration: none;
}


.breadcrumb ul {
  padding: 0;
}

.breadcrumb a span {
  padding: 0;
  font-family: 'Poppins Regular';
  font-size: 14px !important;
  line-height: 120%;
  letter-spacing: 0%;
}

.breadcrumb .text-capitalize.breadcrumb_prev_links {
  color: #5E5873;
  font-family: 'Poppins Regular';
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
}

.breadcrumb_links ul li:first-child a span {
  color: #0094DA;
}

.Darshan-section {
  padding-top: 40px;
  position: relative;
  padding-bottom: 10px;
}

.Darshan-section .top-logo {
  position: absolute;
  top: -30px;
  right: 0;
  width: 110px;
  height: 109px;
}

/* ============================================================
   breadcrum % destination END
   ============================================================ */

/* ============================================================
   FAQ-section start
   ============================================================ */

.FAQ-section .faq {
  padding-top: 60px;
}

.faq .faq_content {
  background: #ffffff;
  border: 1px solid #ebebeb;
  opacity: 1;
  border-radius: 16px;
  padding: 36px;
}

.faq .accordion-item {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0 !important;
}

.faq .accordion-button {
  background: none;
  box-shadow: none !important;
  font-weight: 600;
  color: #1E0001;
  padding: 1rem 0;
  font-family: 'Poppins SemiBold';
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button::after {
  /* content: "\276F"; */
  font-size: 1rem;
  /* transform: rotate(90deg); */
  transition: transform 0.3s ease;
}

.faq .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}

.faq .accordion-body {
  padding: 0 0 1rem 0;
  color: #5C5C5C;
  font-family: 'Poppins Regular';
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
}

.faq h4.faq-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #444;
}

/* Read More Button */
.faq .read-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #d32f2f;
  user-select: none;
  font-family: 'Poppins Medium';
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
}

.faq .read-more-btn img {
  transition: transform 0.35s ease-in-out !important;
}

.faq .read-more-btn.active img {
  transform: rotate(180deg);
}

#moreFaq {
  overflow: hidden;
  transition: max-height 0.6s ease, opacity 0.6s ease;
}

.hidden-faq {
  display: none;
}

.read-more-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}

.read-more-btn.rotate img {
  transform: rotate(180deg);
  transition: 0.3s ease;
}

/* ============================================================
   FAQ-section end
   ============================================================ */

/* ============================================================
   Top Trending Group Darshan Yatras section start
   ============================================================ */

/* ================= GLOBAL ================= */
.yatra-wrapper {
  font-family: 'Poppins', sans-serif;
}

/* ================= HEADER ================= */
.yatra-wrapper .yatra-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  /* padding-bottom: 24px; */
  align-items: center;
}

.yatra-wrapper .yatra-title {
  font-family: 'Poppins Semibold';
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1E0001;
  margin: 0;
}

/* ================= TABS ================= */
.yatra-wrapper .yatra-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-top: 0 !important;
}

.yatra-wrapper .yatra-tab {
  min-width: 100px;
  border-radius: 31px;
  background: #fff;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.3s;
  border: 1px solid #333333;
  backdrop-filter: blur(60px);
  color: #333333;
  padding: 8px 16px;
  font-family: 'Poppins Medium';
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
}

.yatra-wrapper .yatra-tab.active {
  color: #EB1C23;
  background: #FDE8E9;
  border: 1px solid #EB1C23;
  backdrop-filter: blur(60px);
}

/* ================= CARD ================= */
.yatra-wrapper .yatra-card {
  border: 1px solid #eee;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  cursor: pointer;
}

.yatra-wrapper .yatra-card:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-6px);
}

/* ================= IMAGE ================= */
.yatra-wrapper .yatra-img {
  width: 100%;
  min-height: 260px;
  max-height: 260px;
  background: #f2f2f2;
  position: relative;
  overflow: hidden;
}

.yatra-wrapper .yatra-img img {
  width: 100%;
  min-height: 260px;
  max-height: 260px;
  object-fit: cover;
  transition: 0.4s;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}

.yatra-wrapper .yatra-card:hover .yatra-img img {
  transform: scale(1.08);
}

/* fallback */
.yatra-wrapper .yatra-img img[src=""] {
  display: none;
}


/* badge */
.yatra-wrapper .yatra-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  backdrop-filter: blur(6px);
  color: #fff;
  padding: 4px 8px;
  border-radius: 8px;
  border: 0.2px solid #FFFFFF;
  background: #46464633;
  font-family: 'Poppins SemiBold';
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
}

/* ================= BODY ================= */
.yatra-wrapper .yatra-body {
  padding: 12px 16px 16px 16px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* title */
.yatra-wrapper .yatra-name {
  font-family: 'Poppins SemiBold';
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}

/* ================= DATES ================= */
.yatra-wrapper .yatra-dates {
  /* min-height: 30px; */
  display: flex;
  align-items: center;
  gap: 8px;
}

.yatra-wrapper .date-item {
  position: relative;
  background: #FAE8E9;
  border: 1px solid #EEB7BA;
  border-radius: 31px;
  padding: 4px 10px 4px 26px;
  /* 🔥 left space for icon */
  font-family: 'Poppins Regular';
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #8E1017;
}

.yatra-wrapper .date-item::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url('/images/Darshan/icons/calender-red.svg') no-repeat center;
  background-size: contain;
}

/* ================= DESCRIPTION ================= */
.yatra-wrapper .yatra-desc {
  background: #fff5ef;
  padding: 10px 10px;
  border-radius: 8px;
  margin: 16px 0px;
  font-family: 'Poppins Regular';
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #35475A;
}

/* dot separator */
.yatra-wrapper .desc-item::after {
  content: " • ";
  width: 4px;
  height: 4px;
  display: inline-block;
  margin: 0px 0px 0px 3px;
}

.yatra-wrapper .desc-item:last-of-type::after {
  content: "";
}

/* ================= TOOLTIP ================= */
.yatra-wrapper .more-tooltip {
  color: #35475A;
  cursor: pointer;
  position: relative;
  font-family: 'Poppins SemiBold';
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0%;
}

/* tooltip box */
.yatra-wrapper .more-tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(6px);
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  width: 220px;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 10;
}

/* arrow */
.yatra-wrapper .more-tooltip::before {
  content: "";
  position: absolute;
  bottom: 115%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

/* show */
.yatra-wrapper .more-tooltip:hover::after,
.yatra-wrapper .more-tooltip:hover::before {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* ================= FOOTER ================= */
.yatra-wrapper .yatra-footer {
  margin-top: auto;
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #C0C0C0;
}

.yatra-wrapper .yatra-footer small {
  font-family: 'Poppins Regular';
  font-size: 15px;
  line-height: 18.33px;
  letter-spacing: 0%;
  color: #35475A;
}

.yatra-wrapper .yatra-footer b {
  font-family: 'Poppins Bold';
  font-size: 24px;
  line-height: 25px;
  letter-spacing: 0%;
  color: #1E0001;
}

/* button */
.yatra-wrapper .yatra-btn {
  border-radius: 8px;
  transition: 0.3s;
  background: #EB1C23;
  border: 1px solid #EB1C23;
  padding: 12px 16px;
  color: #FFFFFF;
  font-family: 'Poppins Medium';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  min-width: 171px;
}

.yatra-wrapper .yatra-btn:hover {
  transform: scale(1.05);
}

/* ================= NAV ================= */
.yatra-wrapper .owl-nav button {
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
}

.yatra-wrapper .owl-prev {
  left: -20px;
}

.yatra-wrapper .owl-next {
  right: -20px;
}

.yatra-wrapper .owl-nav img {
  /* width: 32px; */
}

.yatra-carousel .owl-stage {
  padding-right: 0px !important;
  padding-left: 0px !important;
  padding-top: 24px;
}

/* ============================================================
   Top Darshan Trails
   ============================================================ */

.Top-Darshan-Trails {
  padding-top: 60px;
}

/* ===== TOP SECTION ===== */
.darshan-section {
  position: relative;
  padding: 71px 0 180px;
  background: url('https://devastra2.sotc.in/images/Darshan/top-darshan-background.png') center/cover no-repeat;
}

/* OVERLAY */
.darshan-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(156, 45, 0, 0.95));
}

/* DECOR IMAGES */
.decor-left,
.decor-right {
  position: absolute;
  top: 0;
  /* width: 220px; */
  z-index: 2;
}

.decor-left {
  left: 0;
}

.decor-right {
  right: 0;
}

/* CONTENT */
.darshan-section .container {
  position: relative;
  z-index: 2;
}

/* TITLE */
.section-title {
  color: #fff;
  font-family: 'Poppins SemiBold';
  font-size: 25px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 40px;
}

/* CARD */
.darshan-card {
  border-radius: 24px;
  width: 100%;
  min-height: 341.99542236328125px;
  cursor: pointer;
}

.darshan-card .card-content h5.heding {
  font-family: 'Poppins SemiBold';
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #FFFFFF;
}

.darshan-card img {
  width: 100%;
  object-fit: cover;
  min-height: 270px;
  max-height: 270px;
  border-radius: 16px;
}


.card-content {
  margin-top: 18px;
}

.card-content .price-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #fff;
}

.card-content .price-row span {
  font-family: 'Poppins Regular';
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #E4E4E4;
}

.card-content .price-row b {
  font-family: 'Poppins SemiBold';
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
}

/* OWL */
.owl-nav button {
  position: absolute;
  top: 40%;
  width: 46px;
  height: 46px;
}

section.darshan-section .owl-stage {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.darshan-section .owl-prev {}

.darshan-section .owl-next {
  right: -30px;
}

/* ===== CTA FLOAT ===== */

.floating-group {
  position: relative;
}

/* Input & Select */
.floating-group input,
.floating-group select {
  width: 100%;
  height: 50px;
  padding: 14px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
  background: transparent;
  cursor: pointer;
}

/* Label default (center) */
.floating-group label {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  padding: 0 5px;
  font-family: 'Poppins Regular';
  font-size: 14px;
  color: #616161;
  transition: 0.25s ease;
  pointer-events: none;
}

/* 🔥 ONLY ON FOCUS OR VALUE */
.floating-group input:focus+label,
.floating-group input.filled+label,
.floating-group select:focus+label,
.floating-group select.filled+label {
  top: 0;
  transform: translateY(-50%) scale(0.9);
  font-size: 12px;
  color: #d11;
}

/* Focus border */
.floating-group input:focus,
.floating-group select:focus {
  border-color: #d11;
}

.darshan-form-section {
  margin-top: -90px;
  position: relative;
  z-index: 2;
}

/* BOX */
.darshan-form-box {
  position: relative;
  /* IMPORTANT */
  display: flex;
  align-items: center;
  border-radius: 24px;
  overflow: hidden;
  background: #FFF;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.darshan-form-box::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 220px;
  height: 100%;
  background: url('/images/Darshan/form-right.png') no-repeat right center;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}

/* LEFT IMAGE */
.darshan-form-left {
  width: 320px;
  height: 180px;
  background:
    linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)),
    url('https://devastra2.sotc.in/images/Darshan/form-img.jpg') center/cover no-repeat;
}

/* RIGHT */
.darshan-form-right {
  flex: 1;
  padding: 30px;
  position: relative;
}

.darshan-form-left,
.darshan-form-right {
  position: relative;
  z-index: 2;
}

/* TITLE */
.darshan-form-right h3 {
  text-align: start;
  font-size: 24px;
  font-weight: 600;
}

/* INPUT */
.form-control,
.form-select {
  height: 52px;
  border-radius: 12px;
}

/* BUTTON */
#darshanForm .submit-btn {
  height: 52px;
  border-radius: 12px;
  background: #ff2d2d;
  color: #fff;
  border: none;
  transition: all 0.3s ease;
}

#darshanForm .submit-btn:hover {
  background: #e60000;
  /* thoda dark red */
  transform: translateY(-2px);
  /* thoda upar move */
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  /* soft shadow */
  transition: all 0.3s ease;
}

#darshanForm .input-error {
  border: 1px solid red !important;
}

#darshanForm .input-success {
  border: 1px solid green !important;
}

/* ERROR */
#darshanForm .error-msg {
  font-size: 12px;
  color: red;
  position: absolute;
  top: auto;
  bottom: auto;
  margin-top: 4px;
  display: none;
}

/* SUCCESS */
.success-msg {
  border-radius: 8px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.darshan-form-section .thanks-gif {
  width: 100px;
  height: 100px;
}

.darshan-form-section .thanks-content {
  margin-top: 10px;
  max-width: 475px;
}

.darshan-form-section .heding {
  text-align: start;
  font-family: 'Poppins SemiBold';
  font-size: 25px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #1E0001;
}

.darshan-form-section .subheading {
  text-align: start;
  color: #566575;
  font-family: 'Poppins Regular';
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}

/* why chose us start*/

.darshan-why {
  position: relative;
  padding: 60px 0;
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

/* HEADER */
.darshan-why .header h2 {
  color: #1E0001;
  font-family: 'Poppins SemiBold';
  font-size: 28px;

  letter-spacing: 0%;
}

.darshan-why .header p {
  max-width: 700px;
  margin: 10px auto 0;
  color: #444444;
  font-family: 'Poppins Regular';
  font-size: 15px;
  letter-spacing: 0%;
  text-align: center;
}

.darshan-why .header a {
  color: #EB1C23;
  text-decoration: none;
  font-family: 'Poppins Regular';
  font-size: 15px;
}

/* DECOR IMAGES */
.darshan-why .decor {
  position: absolute;
  top: 0;
  width: 204px;
  height: 192px;
  background-size: contain;
  background-repeat: no-repeat;
}

.darshan-why .decor-left {
  left: 54px;
  background-image: url('/images/Darshan/region-wise-left.png');
}

.darshan-why .decor-right {
  right: 54px;
  background-image: url('/images/Darshan/region-wise-right.png');
}

/* CARD */
.darshan-why .why-card {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 14px;
  padding: 16px;
  height: 100%;
  transition: 0.3s ease;
}

/* HOVER */
.darshan-why .why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* ICON */
.darshan-why .icon {
  font-size: 36px;
  color: #ff2a2a;
  margin-bottom: 15px;
}

.darshan-why .icon img {
  width: 43.597923278808594px;
  height: 43.597923278808594px;
  opacity: 1;
}

.darshan-why .row.cards {
  padding-top: 85px;
}

/* TITLE */
.darshan-why .why-card h5 {
  color: #444444;
  margin-bottom: 10px;
  font-family: 'Poppins SemiBold';
  font-size: 20px;

  letter-spacing: 0%;
}

/* TEXT */
.darshan-why .why-card p {
  color: #444444;
  font-family: 'Poppins Regular';
  font-size: 15px;
  letter-spacing: 0%;
}

/* ================= Tips for Planning Your Darshan ================= */

.darshan-ui {
  padding-top: 6px;
}

.darshan-ui .tips-title {
  font-size: 24px;
  font-family: 'Poppins SemiBold';
  color: #1E0001;
}

.darshan-ui .tips-subtitle {
  color: #444444;
  margin-bottom: 30px;
  font-family: 'Poppins Regular';
  font-size: 14px;
  line-height: 18.33px;
  letter-spacing: 0%;
}

.darshan-ui .accordion-box {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.darshan-ui .acc-item {
  border: 1px solid #d6d6d6;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
}

.darshan-ui .acc-header {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.darshan-ui .left {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #1E0001;
  font-family: 'Poppins SemiBold';
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
}

.darshan-ui .icon {
  font-size: 20px;
  margin: 0;
}

.darshan-ui span {
  font-family: 'Poppins SemiBold';
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #1E0001;
}

/* ARROW */
.darshan-ui .arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid #2b0f0a;
  border-bottom: 2px solid #2b0f0a;
  transform: rotate(45deg);
  transition: 0.3s ease;
}

/* BODY */
.darshan-ui .acc-body {
  border-top: 1px solid #d6d6d6;
  padding: 16px;
  color: #444444;
  display: none;
  border: 1px solid #B1B8BF;
  background: #B1B8BF;
  font-family: 'Poppins Regular';
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0%;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
}

/* ACTIVE */
.darshan-ui .acc-item.active .arrow {
  transform: rotate(-135deg);
}

/* HOVER */
.darshan-ui .acc-item:hover {
  border-color: #bdbdbd;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
}

/* testimonial section start from here */

.discover-what-our-travelers-have-to-say-section {
  margin-top: 60px;
}

.darshan-review {
  position: relative;
  background: #e6cdb7;
  padding: 100px 0;
  overflow: hidden;
  padding-bottom: 50px;
}

.darshan-review h2.heding.text-center {
  padding-bottom: 20px;
  padding-top: 10px;
  margin: 0;
  font-family: 'Poppins SemiBold';
  font-size: 25px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #1E0001;
}

.darshan-review .testimonial-carousel .owl-item.active {
  max-width: 328px;
}

/* Parent ko relative karo */
.darshan-review .testimonial-carousel {
  position: relative;
}

/* Nav positioning center */
.darshan-review .testimonial-carousel .owl-nav {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;

  opacity: 0;
  transition: 0.3s ease;
  pointer-events: none;
}

/* ✅ Hover on FULL carousel */
.darshan-review .testimonial-carousel:hover .owl-nav {
  opacity: 1;
  pointer-events: auto;
}

/* Buttons styling */
.darshan-review .testimonial-carousel .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Left / Right adjust */
.darshan-review .testimonial-carousel .owl-prev {
  margin-left: -20px;
  left: 0;
}

.darshan-review .testimonial-carousel .owl-next {
  margin-right: -20px;
  right: 0;
}


.darshan-review .testimonial-carousel .review-card {
  border: 1px solid #EBEBEB;
  background: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  max-width: 328px;
  cursor: pointer;
}

.darshan-review .testimonial-carousel .content {
  padding: 24px 12px 15px 12px;
}

.testimonial-carousel .content h2.heding {
  font-family: 'Poppins SemiBold';
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #444444;
  margin: 0;
  padding-bottom: 15px;
}

.testimonial-carousel .content .rating {
  padding-bottom: 16px;
}

.testimonial-carousel .content p.sub-text {
  font-family: 'Poppins Regular';
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  margin: 0;
  padding-bottom: 24px;
}

.testimonial-carousel .content .profile-info {
  margin: 0;
}

.testimonial-carousel .content .profile-info img {
  width: 43px;
  height: 43px;
  border-radius: 50%;
}

.testimonial-carousel .content .user-info {}

.testimonial-carousel .content strong.heading {
  font-family: 'Poppins SemiBold';
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
}

.testimonial-carousel .content smallcl.sub-text {
  font-family: 'Poppins Regular';
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0%;
}

/* =========================
TOP GARLAND IMAGE
========================= */
.darshan-review .top-decor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  background: url('/images/Darshan/testimonial-backgring-up.png') repeat-x center;
  background-size: contain;
  z-index: 1;
}

/* =========================
BOTTOM LEFT / RIGHT PATTERN
========================= */
.darshan-review .bottom-decor {
  position: absolute;
  bottom: 0;
  width: 394px;
  height: 300px;
  background: url('/images/Darshan/testimonial-background.png') no-repeat;
  background-size: contain;
  opacity: 1;
  z-index: 1;
}

/* LEFT */
.darshan-review .bottom-decor.left {
  left: 0;
}

/* RIGHT */
.darshan-review .bottom-decor.right {
  right: 0;
  transform: scaleX(-1);
  /* mirror */
}

/* =========================
CONTENT ABOVE DECOR
========================= */
.darshan-review .testimonial-carousel {
  position: relative;
  z-index: 2;
}

.darshan-review .text-center {
  margin-top: 48px;
}

/* BUTTON */
.darshan-review .view_all {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #FF0000;
  border-radius: 4px;
  color: #EB1C23;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  transition: all 0.3s ease-out;
  /* 🔥 Smart animate feel */
}

/* HOVER (MAIN EFFECT) */
.darshan-review .view_all:hover {
  background: #EB1C23;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(235, 28, 35, 0.3);
}

/* CLICK (PRESS EFFECT) */
.darshan-review .view_all:active {
  transform: scale(0.96);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.darshan-review .img-grid {
  height: 220px;
  display: grid;
  gap: 3px;
}

/* GRID 1 (LEFT COLLAGE) */
.darshan-review .grid-1 {
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.darshan-review .grid-1 .big {
  grid-row: 1 / span 2;
}

.darshan-review .grid-1 .top {
  grid-row: 1;
}

.darshan-review .grid-1 .bottom {
  grid-row: 2;
}

/* GRID 2 (FULL IMAGE) */
.darshan-review .grid-2 {
  grid-template-columns: 1fr;
}

.darshan-review .grid-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* GRID 3 (RIGHT MIXED) */
.darshan-review .grid-3 {
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.darshan-review .grid-3 .left {
  grid-row: 1 / span 2;
}

.darshan-review .grid-3 .right.top {
  grid-row: 1;
}

.darshan-review .grid-3 .right.bottom {
  grid-row: 2;
}

/* COMMON IMAGE */
.darshan-review .img-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  max-height: 220px;
}


/* ============================================================
     4. Region-wise Yatras Carousel
  ============================================================ */

.Region-wise-Yatras {
  margin-top: -90px;
}

.darshan-region {
  background: #F5DECB;
  padding-top: 180px;
  padding-bottom: 10px;
}

/* TABS */
.darshan-region .tabs button {
  border: 1px solid #333333;
  padding: 8px 16px;
  border-radius: 25px;
  background: #F5DECB;
  color: #031931;
  font-family: 'Poppins Medium';
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
}

.darshan-region .tabs .active {
  border-color: #EB1C23;
  color: #EB1C23;
  background: #FDE8E9;
}

/* TAB */
.darshan-region .tab-pane {
  display: none;
}

.darshan-region .tab-pane.active {
  display: block;
}

/* CARD */
.darshan-region .region-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.darshan-region .img-box {
  position: relative;
}

/* CONTENT */
.darshan-region .content {
  padding: 16px;
}

.darshan-region h5 {
  font-family: 'Poppins SemiBold';
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

/* TAGS */
.darshan-region .tags {
  margin: 10px 0;
}

.darshan-region .tags span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
}

.darshan-region .tags span img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

.darshan-region .green {
  background: #e6f4ea;
  color: green;
  border: 1px solid #B0E3C9;
}

.darshan-region .blue {
  background: #e6f0fa;
  color: #007bff;
  border: 1px solid #B0DEF4;
}

/* BOTTOM */
.darshan-region .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.darshan-region .bottom p {
  margin: 0;
  font-family: 'Poppins Regular';
  font-size: 15px;
  line-height: 18.33px;
  letter-spacing: 0%;
  color: #35475A;
}

.darshan-region .bottom h4 {
  font-family: 'Poppins Bold';
  font-size: 20px;
  line-height: 25.66px;
  letter-spacing: 0%;
  color: #1E0001;
  padding-top: 3px;
}

/* BUTTON */
.darshan-region .btn-view {
  background: red;
  color: #fff;
  padding: 12px 16px;
  border-radius: 8px;
  text-decoration: none;
  width: 164px;
  height: 50px;
  text-align: center;
  font-family: 'Poppins Medium';
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
}




.darshan-region .img-box img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.darshan-region .badge {
  position: absolute;
  top: 10px;
  right: 10px;
  backdrop-filter: blur(6px);
  color: #fff;
  padding: 4px 8px;
  border-radius: 8px;
  border: 0.2px solid #FFFFFF;
  background: #46464633;
  font-family: 'Poppins SemiBold';
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  width: 100%;
  max-width: 65px;
}

.darshan-region .content {
  padding: 15px;
}

.darshan-region .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* FIX HEIGHT + ALIGN */
.darshan-region .owl-stage {
  display: flex;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.darshan-region .region-card {
  height: 100%;
  cursor: pointer;
}

/* CUSTOM ARROWS */
.darshan-region .owl-nav button {
  position: absolute;
  top: 40%;
  width: 42px;
  height: 42px;
}

.darshan-region .owl-prev {
  left: -20px;
}

.darshan-region .owl-next {
  right: -20px;
}

/* Default hidden */
.Region-wise-Yatras .region-carousel .owl-nav {
  visibility: hidden;
}

/* Hover pe visible */
.Region-wise-Yatras .region-carousel:hover .owl-nav {
  visibility: visible;
}

/* Default hidden */
.Top-Darshan-Trails .Top-Darshan-Trails-carousel .owl-nav {
  visibility: hidden;
}

/* Hover pe visible */
.Top-Darshan-Trails .Top-Darshan-Trails-carousel:hover .owl-nav {
  visibility: visible;
}

/* Default hidden */
.Top-Trending-Group-Darshan-Yatras .yatra-carousel .owl-nav {
  visibility: hidden;
}

/* Hover pe visible */
.Top-Trending-Group-Darshan-Yatras .yatra-carousel:hover .owl-nav {
  visibility: visible;
}

.Region-wise-Yatras .title {
  font-family: 'Poppins SemiBold';
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1E0001;
  margin: 0;
}

.Region-wise-Yatras .sub-heading.read-more-content {
  font-family: 'Poppins Regular';
  font-size: 14px;
  line-height: 18.33px;
  letter-spacing: 0%;
  color: #444444;
  padding-top: 24px;
  padding-bottom: 34px;
  margin: 0;
}

.Region-wise-Yatras .d-flex.justify-content-between.flex-wrap {
  align-items: center;
}

.Explore.text-center .Explore_Packages {
  border: 1px solid #FF0000;
  border-radius: 4px;
  transition: all 0.3s ease-out;
  padding: 8px 16px;
  color: #EB1C23;
  font-family: 'Poppins Medium';
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
}

.Explore.text-center .Explore_Packages:hover {
  transform: scale(1.05);
  background: #FFF;
  color: #000;
}

.darshan-region .Explore.text-center {
  padding-top: 60px;
  padding-bottom: 80px;
}

.About-Darshan-section .description.read-more-content {
  margin-bottom: 3rem !important;
}

h2.faq-title {
  font-family: 'Poppins SemiBold';
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1E0001;
}