:root {
  --yd-orange: #ff8c52;
  --yd-maroon: #5a1832;
  --yd-light: #f8f9fa;
  --border-light: #e5e5e5;
  --text-muted: #6c757d;
  --card-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  --card-bg: #ffffff;
  --border-color: #f0f0f0;
  --yd-white: #ffffff;
  --overlay-grad: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.2) 60%,
    transparent 100%
  );
  --yatradham_saraswati_pushkaralu_gold: #f3b03f;
  --yatradham_saraswati_pushkaralu_text: #333;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
.yatradham_saraswati_pushkaralu_sub-headerbox {
  background-color: #622240;
  /* border-bottom: 1px solid #dee2e6; */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
  color: white;
  border-radius: 0 0 20px 20px;
  margin-top: -10px;
}

.yatradham_saraswati_pushkaralu_Sub-heading {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.yatradham_saraswati_pushkaralu_Sub-heading::-webkit-scrollbar {
  display: none;
}

.yatradham_saraswati_pushkaralu_sub-nav a {
  text-decoration: none;
  color: white;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 18px;
  display: block;
  transition: all 0.2s ease-in-out;
  border-bottom: 3px solid transparent;
}

.yatradham_saraswati_pushkaralu_sub-nav a:hover {
  color: white;
  border-bottom: 3px solid white;
}

@media (min-width: 992px) {
  .yatradham_saraswati_pushkaralu_Sub-heading {
    justify-content: center;
  }
}
#submenuubar,
.mobile-search-header {
  display: none !important;
}
/* 1. Marquee Helpline Styling */
.helpline-marquee-container {
  background: var(--yd-light);
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding: 8px 0;
  white-space: nowrap;
}

.marquee-text {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 20s linear infinite;
  font-weight: 600;
  color: #333;
}

.marquee-text:hover {
  animation-play-state: paused; /* Stops moving on hover */
}

.marquee-text a {
  color: var(--yd-orange);
  text-decoration: none;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

/* 2. Content Design */
.pushkaralu-header-img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
}

.accordion-button:not(.collapsed) {
  background-color: var(--yd-maroon);
  color: white;
}

.tooggel-design-p {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

/* 3. Horizontal Info Cards */
.info-card-scroll-wrapper {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  padding: 15px 5px;
  scrollbar-width: thin;
}

.info-card {
  min-width: 250px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
}

.info-card:hover {
  transform: translateY(-5px);
}

.info-card-image {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.info-card-p {
  font-weight: 700;
  color: var(--yd-orange);
  margin-bottom: 5px;
}

.info-card-p-info p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.4;
}

.day-plan-button {
  background-color: var(--yd-maroon);
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.3s;
  display: inline-block;
  margin-top: 20px;
}

.day-plan-button:hover {
  background-color: var(--yd-orange);
}

.day-plan-button-text {
  color: white !important;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
}
.yatradham_saraswati_pushkaralu_cmsBlockMainBox.yatradham_saraswati_pushkaralu_section-bg {
  background-color: var(--section-bg);
  padding: 60px 0;
}

/* Heading Styling */
.yatradham_saraswati_pushkaralu_ghat-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
}

.yatradham_saraswati_pushkaralu_pujas-h3 {
  color: var(--yd-maroon);
  font-weight: 700;
  font-size: 2rem;
  margin: 0;
}

/* Card Styling */
.yatradham_saraswati_pushkaralu_ghat-card {
  background: #fff;
  border: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  margin-bottom: 30px;
}

.yatradham_saraswati_pushkaralu_ghat-card:hover {
  transform: translateY(-5px);
}

.yatradham_saraswati_pushkaralu_image-ghat {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 220px;
}

.yatradham_saraswati_pushkaralu_visit-card-heading {
  color: var(--yd-orange);
  font-weight: 700;
  margin-bottom: 15px;
}

.yatradham_saraswati_pushkaralu_time-badge {
  display: inline-block;
  background-color: rgba(90, 24, 50, 0.1);
  color: var(--yd-maroon);
  padding: 6px 16px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
}

/* Map Styling */
.yatradham_saraswati_pushkaralu_map-container {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  height: 100%;
  min-height: 350px;
}

.yatradham_saraswati_pushkaralu_map-container iframe {
  border: 0;
  width: 100%;
  height: 100%;
}
/* Container for the header */
.yatradham_saraswati_pushkaralu_ghat-header {
  display: flex;
  flex-direction: column; /* Stacks icon on top of text */
  align-items: flex-start; /* Aligns both to the left */
  gap: 0px; /* Adjust gap if needed */
  margin-bottom: 30px;
  position: relative;
}

/* Positioning the icon image */
.yatradham_saraswati_pushkaralu_ghat-header img {
  width: 60px; /* Adjust size based on your image_c1801b.png preference */
  height: auto;
  margin-bottom: -15px; /* Pulls text up slightly to overlap as seen in image */
  margin-left: -5px;
}

/* Typography for the heading */
.yatradham_saraswati_pushkaralu_pujas-h3 {
  color: #5a1832; /* Deep maroon from image_c1801b.png */
  font-weight: 700;
  margin: 0;
  padding-left: 15px; /* Indents text relative to the icon edge */
  line-height: 1.2;
}
/* Header Styling based on your reference image */
.yatradham_saraswati_pushkaralu_event-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}

.yatradham_saraswati_pushkaralu_event-header img {
  width: 60px;
  height: auto;
  margin-bottom: -15px;
  margin-left: -5px;
}

.yatradham_saraswati_pushkaralu_event-h2 {
  color: var(--yd-maroon);
  font-weight: 700;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  padding-left: 15px;
  margin: 0;
}

/* Accordion Customization */
.yatradham_saraswati_pushkaralu_accordion .accordion-item {
  border: none;
  border-bottom: 1px solid var(--border-light);
  margin-bottom: 0;
}

.yatradham_saraswati_pushkaralu_accordion .accordion-button {
  padding: 1.25rem 1rem;
  background-color: transparent;
  box-shadow: none;
  display: flex;
  align-items: center;
  color: #333;
}

.yatradham_saraswati_pushkaralu_accordion .accordion-button:not(.collapsed) {
  color: var(--yd-maroon);
  border-bottom: 1px solid var(--border-light);
}

/* Number Circle Styling */
.yatradham_saraswati_pushkaralu_divine-circle {
  width: 35px;
  height: 35px;
  background-color: var(--yd-maroon);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 15px;
  flex-shrink: 0;
}

.yatradham_saraswati_pushkaralu_accordion .panel-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
}

.yatradham_saraswati_pushkaralu_accordion .accordion-body ul {
  padding-left: 1.2rem;
  margin-bottom: 0;
}

.yatradham_saraswati_pushkaralu_accordion .accordion-body li {
  margin-bottom: 8px;
  color: #555;
}

/* Button Styling */
.yatradham_saraswati_pushkaralu_day-plan-wrapper {
  text-align: center;
  margin-top: 30px;
}

.yatradham_saraswati_pushkaralu_btn-view-all {
  background-color: var(--yd-maroon);
  color: white !important;
  padding: 10px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: background 0.3s ease;
}

.yatradham_saraswati_pushkaralu_btn-view-all:hover {
  background-color: var(--yd-orange);
}

.hidden-panel {
  display: none;
}
.yatradham_pushkaralu_accommodation_section {
  margin-bottom: 40px;
}

/* Header Styling */
.yatradham_pushkaralu_header_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 25px;
}

.yatradham_pushkaralu_header_box img {
  width: 60px;
  height: auto;
  margin-bottom: -15px;
}

.yatradham_pushkaralu_header_box h2 {
  color: var(--yd-maroon);
  font-weight: 700;
  font-size: 1.75rem;
  padding-left: 10px;
  margin: 0;
}

/* Card Grid Layout */
.yatradham_pushkaralu_product_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

/* Individual Card Styling */
.yatradham_pushkaralu_product_card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  max-width: 350px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  box-shadow: var(--card-shadow);
}

.yatradham_pushkaralu_product_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.yatradham_pushkaralu_card_img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.yatradham_pushkaralu_card_content {
  padding: 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.yatradham_pushkaralu_card_name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.yatradham_pushkaralu_card_address {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 3.5em;
}

/* Facilities Section */
.yatradham_pushkaralu_facilities_box {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 0.85rem;
}

.yatradham_pushkaralu_facility_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}

.yatradham_pushkaralu_facility_label {
  font-weight: 600;
  color: #555;
}

.yatradham_pushkaralu_facility_val {
  color: var(--yd-maroon);
  font-weight: 700;
}

/* Button Styling */
.yatradham_pushkaralu_book_btn {
  background-color: var(--yd-maroon);
  color: #fff !important;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: background 0.3s ease;
}

.yatradham_pushkaralu_book_btn:hover {
  background-color: var(--yd-orange);
}

.yatradham_pushkaralu_book_btn img {
  width: 16px;
  filter: brightness(0) invert(1);
}

/* View All Button */
.yatradham_pushkaralu_view_all_container {
  margin-top: 30px;
  text-align: center;
}

.yatradham_pushkaralu_view_all_link {
  display: inline-block;
  border: 2px solid var(--yd-maroon);
  color: var(--yd-maroon) !important;
  padding: 10px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
}

.yatradham_pushkaralu_view_all_link:hover {
  background-color: var(--yd-maroon);
  color: #fff !important;
}
/* Section & Header Styling */
.yatradham_puja_section {
  margin-bottom: 40px;
}

.yatradham_puja_header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 25px;
}

.yatradham_puja_header img {
  width: 60px;
  height: auto;
  margin-bottom: -15px;
}

.yatradham_puja_header h2 {
  color: var(--yd-maroon);
  font-weight: 700;
  font-size: 1.75rem;
  padding-left: 10px;
  margin: 0;
}

/* Container for AJAX cards */
#puja-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

/* Puja Card Design */
.puja-card {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  max-width: 360px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.puja-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.puja-card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.puja-card-body {
  padding: 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.puja-card-name {
  font-size: 1.15rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.3;
}

.puja-card-paraghraph {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 15px;
  height: 2.8em;
  overflow: hidden;
}

/* Price & Button Footer */
.puja-card-price-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  border-top: 1px dashed #ddd;
  margin-top: auto;
}

.puja-card-price {
  font-size: 0.8rem;
  color: #777;
  display: flex;
  flex-direction: column;
}

.puja-card-price-ans {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--yd-maroon);
}

.puja-book-btn-style {
  background-color: var(--yd-maroon);
  padding: 8px 16px;
  border-radius: 6px;
  transition: background 0.3s ease;
}

.puja-book-btn-style:hover {
  background-color: var(--yd-orange);
}

.puja-book-btn-a-text {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.puja-book-btn-img {
  width: 14px;
  filter: brightness(0) invert(1);
}

/* Helper Classes */
.truncate {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.view-all-btn-wrapper {
  margin-top: 30px;
  text-align: center;
}

.puja-card-main-div-view-all-text {
  display: inline-block;
  border: 2px solid var(--yd-maroon);
  color: var(--yd-maroon) !important;
  padding: 10px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
}

.puja-card-main-div-view-all-text:hover {
  background: var(--yd-maroon);
  color: #fff !important;
}
.yatradham_package_section {
  margin-bottom: 40px;
}

/* Header Styling */
.yatradham_package_header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 25px;
}

.yatradham_package_header img {
  width: 60px;
  height: auto;
  margin-bottom: -15px;
}

.yatradham_package_header h2 {
  color: var(--yd-maroon);
  font-family: "serif", Georgia, serif;
  font-weight: 700;
  font-size: 1.75rem;
  padding-left: 10px;
  margin: 0;
}

/* Package Grid Layout */
#package-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

/* Individual Package Card (for JS injection) */
/* Update these specific sections in your CSS */

.package-card {
  position: relative; /* CRITICAL: Allows absolute children to stay inside */
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  max-width: 360px;
  height: 400px; /* Give it a fixed height so the image can fill it */
  transition: all 0.3s ease;
  box-shadow: var(--card-shadow);
}

.package-card-img {
  position: absolute; /* Set to absolute so it sits behind the text */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 1; /* Lowest layer */
}

.package-card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 2; /* Sits above the image */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.package-card a {
  display: block;
  width: 100%;
  height: 100%;
}
.package-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Package Details / Icons Row */
.package-card-meta {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 15px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* View All Button Styling */
.package-view-all-container {
  margin-top: 30px;
  text-align: center;
}

.package-card-main-div-view-all-text {
  display: inline-block;
  border: 2px solid var(--yd-maroon);
  color: var(--yd-maroon) !important;
  padding: 12px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
}

.package-card-main-div-view-all-text:hover {
  background-color: var(--yd-maroon);
  color: #fff !important;
}

/* Custom Prefixed Styles */

.yatradham_saraswati_pushkaralu_cmsBlockMainBox {
  margin: 0;
}

.yatradham_saraswati_pushkaralu_margin-50m {
  margin-top: 50px;
  margin-bottom: 50px;
}

.yatradham_saraswati_pushkaralu_pujas-h3 {
  margin: 0;
  font-weight: 700;
}

.yatradham_saraswati_pushkaralu_list {
  list-style: disc;
  padding-left: 20px;
}

.yatradham_saraswati_pushkaralu_list li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.yatradham_saraswati_pushkaralu_day-plan-button {
  display: inline-block;
  padding: 12px 30px;
  background-color: #ff5722; /* Example color, adjust to match your brand */
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.yatradham_saraswati_pushkaralu_day-plan-button:hover {
  background-color: #e64a19;
  color: #fff;
}

/* Maintain proper spacing on mobile */
@media (max-width: 768px) {
  .yatradham_saraswati_pushkaralu_heading {
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
  .yatradham_saraswati_pushkaralu_heading img {
    margin-bottom: 10px;
  }
}

/* Custom Prefixed Styles */

.yatradham_saraswati_pushkaralu_cmsBlockMainBox {
  margin: 0;
}

.yatradham_saraswati_pushkaralu_margin-50m {
  margin-top: 50px;
  margin-bottom: 50px;
}

.yatradham_saraswati_pushkaralu_pujas-h3 {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 700;
  color: #333;
}

.yatradham_saraswati_pushkaralu_description {
  line-height: 1.8;
  font-size: 16px;
  color: #444;
}

.yatradham_saraswati_pushkaralu_package-card-main-div-view-all-text {
  display: inline-block;
  padding: 10px 35px;
  background-color: #ff5722; /* Retaining themed orange */
  color: #ffffff !important;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.yatradham_saraswati_pushkaralu_package-card-main-div-view-all-text:hover {
  background-color: #e64a19;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .yatradham_saraswati_pushkaralu_heading {
    flex-direction: column;
    text-align: center;
  }
  .yatradham_saraswati_pushkaralu_heading h2 {
    margin-top: 15px;
    margin-left: 0 !important;
  }
}

/* Custom Prefixed Styles */

.yatradham_saraswati_pushkaralu_cmsBlockMainBox {
  margin: 0 0 40px 0;
}

.yatradham_saraswati_pushkaralu_margin-50m {
  margin-top: 50px;
  margin-bottom: 50px;
}

.yatradham_saraswati_pushkaralu_pujas-h3 {
  margin: 0;
  font-weight: 700;
  color: #333;
}

.yatradham_saraswati_pushkaralu_book-section-main {
  margin-bottom: 40px;
}

.yatradham_saraswati_pushkaralu_bookwith-image {
  width: 50px; /* Adjust based on original design */
  height: auto;
}

.yatradham_saraswati_pushkaralu_bookwith-heading-text {
  font-weight: 700;
  font-size: 1.1rem;
  color: #222;
}

.yatradham_saraswati_pushkaralu_bookwith-text {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}

.yatradham_saraswati_pushkaralu_book-section-card {
  padding: 10px 0;
}

/* Tablet and Mobile adjustments */
@media (max-width: 768px) {
  .yatradham_saraswati_pushkaralu_heading {
    justify-content: center;
    text-align: center;
  }
}
/* Custom Prefixed Styles */

.yatradham_saraswati_pushkaralu_cmsBlockMainBox {
  margin: 0 0 40px 0;
}

.yatradham_saraswati_pushkaralu_event-main {
  margin: 40px 0;
}

.yatradham_saraswati_pushkaralu_pujas-h3 {
  margin: 0;
  font-weight: 700;
}

/* Accordion Custom Styling */
.yatradham_saraswati_pushkaralu_visible-panel .accordion-item {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius: 8px !important;
  overflow: hidden;
}

.yatradham_saraswati_pushkaralu_hidden-panel {
  display: none;
  margin-bottom: 10px;
}
.yatradham_saraswati_pushkaralu_tooggel-design-p {
  color: #632240 !important;
  font-weight: 600;
  background-color: #fff !important;
  box-shadow: none !important;
}

.yatradham_saraswati_pushkaralu_tooggel-design-p:not(.collapsed) {
  border-bottom: 1px solid #eee;
}

.yatradham_saraswati_pushkaralu_panel-body p {
  margin-bottom: 0;
  color: #555;
  line-height: 1.6;
}

.yatradham_saraswati_pushkaralu_day-plan-button-text {
  display: inline-block;
  padding: 10px 25px;
  background-color: #ff5722;
  color: #ffffff !important;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: 0.3s;
}

.yatradham_saraswati_pushkaralu_day-plan-button-text:hover {
  background-color: #e64a19;
}

/* Mobile Alignment */
@media (max-width: 767px) {
  .yatradham_saraswati_pushkaralu_heading {
    flex-direction: column;
    text-align: center;
  }
  .yatradham_saraswati_pushkaralu_heading h3 {
    margin-left: 0 !important;
    margin-top: 10px;
  }
}
/* Container Spacing */
.yatradham_saraswati_pushkaralu_cmsBlockMainBox {
  margin: 0;
}

.yatradham_saraswati_pushkaralu_pujas-h3 {
  margin: 0;
  font-weight: 700;
}

/* Video Item Styling */
.yatradham_saraswati_pushkaralu_YT-video-item {
  padding: 10px;
}

.yatradham_saraswati_pushkaralu_video-link {
  text-decoration: none;
  display: block;
}

/* Thumbnail with Play Button Overlay */
.yatradham_saraswati_pushkaralu_video-thumbnail {
  position: relative;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yatradham_saraswati_pushkaralu_video-thumbnail:hover {
  transform: scale(1.03);
}

/* Custom YouTube Play Button */
.yatradham_saraswati_pushkaralu_play-button {
  width: 60px;
  height: 60px;
  background: rgba(255, 0, 0, 0.9);
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.yatradham_saraswati_pushkaralu_play-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #ffffff;
}

.yatradham_saraswati_pushkaralu_video-thumbnail:hover
  .yatradham_saraswati_pushkaralu_play-button {
  background: #ff0000;
  transform: scale(1.1);
  transition: 0.2s ease;
}

/* Mobile Adjustments */
@media (max-width: 767px) {
  .yatradham_saraswati_pushkaralu_heading {
    flex-direction: column;
    text-align: center;
  }
  .yatradham_saraswati_pushkaralu_heading h2 {
    margin-left: 0 !important;
    margin-top: 10px;
    font-size: 1.5rem;
  }
}
/* Container and Layout */
.yatradham_saraswati_pushkaralu_cmsBlockMainBox {
  margin: 0;
}

.yatradham_saraswati_pushkaralu_margin-50m {
  margin-top: 50px;
  margin-bottom: 50px;
}

.yatradham_saraswati_pushkaralu_pujas-h3 {
  margin: 0;
  font-weight: 700;
  color: #333;
}

/* Card Styling */
.yatradham_saraswati_pushkaralu_info-card {
  width: 300px; /* Slightly wider than the image to provide breathing room */
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  transition: transform 0.3s ease;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
}

.yatradham_saraswati_pushkaralu_info-card:hover {
  transform: translateY(-5px);
}

.yatradham_saraswati_pushkaralu_info-card-image {
  background: none;
  width: 200px;
  height: 200px;
  object-fit: contain;
  border-radius: 50%; /* Optional: makes them circular if background is removed */
}

.yatradham_saraswati_pushkaralu_info-card-p {
  font-weight: 600;
  font-size: 15px;
  color: #632240;
  line-height: 1.3;
}

/* Custom Scrollbar for the horizontal section */
.yatradham_saraswati_pushkaralu_custom-scrollbar::-webkit-scrollbar {
  height: 6px;
}

.yatradham_saraswati_pushkaralu_custom-scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.yatradham_saraswati_pushkaralu_custom-scrollbar::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.yatradham_saraswati_pushkaralu_custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #999;
}

/* Responsive Alignment */
@media (max-width: 767px) {
  .yatradham_saraswati_pushkaralu_heading {
    flex-direction: column;
    text-align: center;
  }
  .yatradham_saraswati_pushkaralu_heading h2 {
    margin-left: 0 !important;
    margin-top: 10px;
  }
}
/* Custom Prefixed Styles */

.yatradham_saraswati_pushkaralu_cmsBlockMainBox {
  position: relative;
  background-attachment: fixed; /* Optional: adds a nice parallax feel */
}

/* Ensure background image has an overlay for text readability */
.yatradham_saraswati_pushkaralu_cmsBlockMainBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.yatradham_saraswati_pushkaralu_cmsBlockMainBox > .container {
  position: relative;
  z-index: 1;
}

.yatradham_saraswati_pushkaralu_pujas-h3 {
  font-weight: 700;
}

/* Card Specifics */
.yatradham_saraswati_pushkaralu_info-card-big {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  transition: transform 0.3s ease;
}

.yatradham_saraswati_pushkaralu_info-card-big:hover {
  transform: translateY(-5px);
}

.yatradham_saraswati_pushkaralu_info-card-center {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 15px;
}

.yatradham_saraswati_pushkaralu_info-card-image {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-color: #ffc107 !important; /* Gold border for officials */
}
.yatradham_saraswati_pushkaralu_info-card-image_ias {
  width: 110px;
  height: 140px;
  object-fit: cover;
  border-color: #ffc107 !important; /* Gold border for officials */
}

.yatradham_saraswati_pushkaralu_info-card-p {
  font-weight: 700;
  color: #632240;
}

/* Typography */
.yatradham_saraswati_pushkaralu_event-title {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: 800;
  color: #632240;
  line-height: 1.2;
}

.yatradham_saraswati_pushkaralu_event-date {
  font-size: 1.05rem;
  color: #333;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .yatradham_saraswati_pushkaralu_info-card-image {
    width: 100px;
    height: 100px;
  }
  .yatradham_saraswati_pushkaralu_info-card-image_ias {
    width: 80px;
    height: 100px;
  }
}
/* Custom Prefixed Styles */

.yatradham_saraswati_pushkaralu_margin-50m {
  margin-top: 50px;
  margin-bottom: 50px;
}

.yatradham_saraswati_pushkaralu_pujas-h3 {
  margin: 0;
  font-weight: 700;
  color: #333;
}

.yatradham_saraswati_pushkaralu_help-section {
  background-color: #ffffff;
  /* Optional shadow if you want to re-enable it */
  /* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05); */
}

.yatradham_saraswati_pushkaralu_horizontal-line {
  height: 1px;
  background-color: #eee;
  width: 100%;
}

/* Support Boxes */
.yatradham_saraswati_pushkaralu_box {
  background: #fff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}

.yatradham_saraswati_pushkaralu_box:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.12);
}

.yatradham_saraswati_pushkaralu_box img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

/* Links and Typography */
.yatradham_saraswati_pushkaralu_contact-link {
  color: #632240;
  text-decoration: none;
  transition: color 0.2s;
}

.yatradham_saraswati_pushkaralu_contact-link:hover {
  color: #ff5722;
}

.yatradham_saraswati_pushkaralu_support-text {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

/* Mobile Alignment */
@media (max-width: 767px) {
  .yatradham_saraswati_pushkaralu_heading {
    flex-direction: column;
    text-align: center;
  }
  .yatradham_saraswati_pushkaralu_heading h2 {
    margin-left: 0 !important;
    margin-top: 10px;
  }
}

/* Container Spacing */
.yatradham_saraswati_pushkaralu_margin-50m {
  margin-top: 50px;
  margin-bottom: 50px;
}

.yatradham_saraswati_pushkaralu_pujas-h3 {
  margin: 0;
  font-weight: 700;
  color: #333;
}

/* Card Styling */
.yatradham_saraswati_pushkaralu_about-card-main {
  background-color: #ffffff;
  border-radius: 15px;
}

/* Date Bubble Styling */
.yatradham_saraswati_pushkaralu_divine-number-activities {
  background-color: #632240;
  color: #fff;
  min-width: 110px;
  height: 40px;
  border-radius: 20px;
  padding: 0 15px;
}

.yatradham_saraswati_pushkaralu_divine-number-text {
  font-size: 14px;
  letter-spacing: 0.5px;
}

.yatradham_saraswati_pushkaralu_panel-title {
  font-size: 1.1rem;
  color: #632240;
  font-weight: 600;
}

/* Buttons and Links */
.yatradham_saraswati_pushkaralu_day-plan-button-text {
  background-color: #ff5722;
  color: #fff !important;
  border-radius: 5px;
  font-weight: 600;
  transition: 0.3s;
}

.yatradham_saraswati_pushkaralu_day-plan-button-text:hover {
  background-color: #e64a19;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.yatradham_saraswati_pushkaralu_pdf-link {
  color: #ff7733;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}

.yatradham_saraswati_pushkaralu_pdf-link:hover {
  color: #e65100;
  border-bottom-color: #e65100;
}

/* Responsive Handling */
@media (max-width: 767px) {
  .yatradham_saraswati_pushkaralu_heading {
    flex-direction: column;
    text-align: center;
  }

  .yatradham_saraswati_pushkaralu_divine-inner-div {
    flex-direction: column;
    text-align: center;
  }

  .yatradham_saraswati_pushkaralu_panel-title {
    margin-top: 10px;
    margin-left: 0 !important;
  }
}
/* Prefix: yatradham_saraswati_pushkaralu_ */

.yatradham_saraswati_pushkaralu_margin-50m {
  margin: 50px 0;
}

.yatradham_saraswati_pushkaralu_packages-h2 {
  font-weight: 700;
  color: #333;
}

.yatradham_saraswati_pushkaralu_intro-text {
  color: #440c06;
  font-size: clamp(1rem, 2vw, 1rem); /* Adjusted for readability */
  line-height: 1.6;
  text-align: center;
}

.yatradham_saraswati_pushkaralu_reach-section-p {
  font-weight: 800;
  color: #632240;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Custom Table Styles */
.yatradham_saraswati_pushkaralu_custom-table td {
  padding: 10px !important;
  font-size: 14px;
  vertical-align: middle;
}

.yatradham_saraswati_pushkaralu_custom-table td:first-child {
  font-weight: 600;
  width: 40%;
}

/* Accordion Styling */
.yatradham_saraswati_pushkaralu_acc-btn {
  background-color: #f8f9fa !important;
  color: #632240 !important;
}

.yatradham_saraswati_pushkaralu_acc-btn:not(.collapsed) {
  background-color: #632240 !important;
  color: #ffffff !important;
}

/* Responsive Table Fixes */
@media (max-width: 768px) {
  .yatradham_saraswati_pushkaralu_heading {
    flex-direction: column;
    text-align: center;
  }
}
.goog-te-combo {
  flex: 0 0 calc(50% - 240px);
  /* width: 100%; */
  padding: 0px 15px;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  border: 2px solid #707070;
  border-radius: 8px;
  cursor: pointer;
  background: #fff;
  line-height: 1.3;
}
#google_translate_element span {
  display: none !important;
}
div.goog-te-gadget {
  color: transparent !important;
}
@media (max-width: 1199px) {
  .goog-te-combo {
    flex: 0 0 calc(50% - 240px);
    width: 160px;
    padding: 0px 15px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    border: 2px solid #707070;
    border-radius: 8px;
    cursor: pointer;
    background: #fff;
    line-height: 1.3;
  }
}
.skiptranslate iframe {
  display: none !important;
}
body {
  top: 0px !important;
}

/* Background and Container */
.yatradham_saraswati_pushkaralu_section-wrapper {
  background-color: #fff9f3;
  overflow: hidden;
}

.yatradham_saraswati_pushkaralu_event-title {
  color: #4a154b;
  font-weight: 700;
  font-size: 2.5rem;
}

.yatradham_saraswati_pushkaralu_description-text {
  color: #777;
  font-size: 1.15rem;
  line-height: 1.6;
}

/* Icon Circles */
.yatradham_saraswati_pushkaralu_icon-circle {
  background-color: #ff8243;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Price Card & Action Button */
.yatradham_saraswati_pushkaralu_price-card {
  border: 1px solid #eee;
  max-width: 550px;
}

.yatradham_saraswati_pushkaralu_price-text {
  color: #ff8243;
  font-weight: 800;
}

.yatradham_saraswati_pushkaralu_btn-orange {
  background-color: var(--yd-maroon);
  color: #fff !important;
  border-radius: 8px;
  font-weight: 600;
}

.yatradham_saraswati_pushkaralu_btn-orange:hover {
  background-color: var(--yd-orange);
}

/* Availability Badge */
.yatradham_saraswati_pushkaralu_availability-badge {
  position: absolute;
  top: 10%;
  right: 5%;
  background: #fff;
  padding: 12px 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  text-align: left;
  z-index: 5;
}

.yatradham_saraswati_pushkaralu_status-dot {
  height: 12px;
  width: 12px;
  background-color: #ff0000;
  border-radius: 50%;
  margin-right: 12px;
  display: inline-block;
}

.yatradham_saraswati_pushkaralu_main-img {
  margin-top: 40px;
  transform: scale(
    1.1
  ); /* Slightly enlarge to match the visual weight of image_b7c01f.jpg */
}

/* Responsive Fixes */
@media (max-width: 991px) {
  .yatradham_saraswati_pushkaralu_availability-badge {
    position: static;
    display: inline-flex;
    margin-bottom: 20px;
  }
  .yatradham_saraswati_pushkaralu_event-title {
    font-size: 2rem;
  }
}
.yatradham_saraswati_pushkaralu_section-wrapper {
  background-color: #fdf8f4; /* Subtle background color to make white cards pop */
}

.yatradham_saraswati_pushkaralu_event-h2 {
  color: #4a154b;
  font-weight: 700;
}

.yatradham_saraswati_pushkaralu_book-section-card {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border: 1px solid #eee;
}

.yatradham_saraswati_pushkaralu_book-section-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.yatradham_saraswati_pushkaralu_bookwith-image {
  max-width: 60px;
  height: auto;
}

.yatradham_saraswati_pushkaralu_bookwith-heading-text {
  color: #333;
  font-size: 1.1rem;
}

.yatradham_saraswati_pushkaralu_bookwith-text {
  line-height: 1.4;
}

/* Ensure cards are even on tablets/desktops */
@media (min-width: 768px) {
  .yatradham_saraswati_pushkaralu_book-section-card {
    min-height: 220px;
  }
}
/* Mobile Scroll Specific Logic */
@media (max-width: 767px) {
  .yatradham_saraswati_pushkaralu_mobile-scroll {
    overflow-x: auto;
    display: flex;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 15px; /* Space for shadow */
  }

  /* Hide Scrollbar for Chrome/Safari/Opera */
  .yatradham_saraswati_pushkaralu_mobile-scroll::-webkit-scrollbar {
    display: none;
  }

  /* Hide Scrollbar for IE/Edge/Firefox */
  .yatradham_saraswati_pushkaralu_mobile-scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  /* Ensure cards don't shrink and leave a little peek of the next card */
  .yatradham_saraswati_pushkaralu_mobile-scroll .col-10 {
    flex: 0 0 auto;
    width: 85%; /* Shows 85% of the card so the next one is visible */
  }
}

@media (min-width: 768px) {
  .yatradham_saraswati_pushkaralu_book-section-card {
    min-height: 220px;
  }
}
/* Horizontal Scroll Bar for Dates */
.yatradham_saraswati_pushkaralu_date-scroller-container {
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}

/* Hide Scrollbar for clean look but keep functionality */
.yatradham_saraswati_pushkaralu_date-scroller-container::-webkit-scrollbar {
  height: 5px;
}
.yatradham_saraswati_pushkaralu_date-scroller-container::-webkit-scrollbar-thumb {
  background: #ff8243;
  border-radius: 10px;
}

/* Date Pills Styling */
.yatradham_saraswati_pushkaralu_date-nav .nav-link {
  background: #f8f9fa;
  color: #4a154b;
  border: 1px solid #ddd;
  margin-right: 10px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 30px;
}

.yatradham_saraswati_pushkaralu_date-nav .nav-link.active {
  background-color: var(--yd-maroon) !important;
  border-color: var(--yd-maroon) !important;
  color: white !important;
}

/* Performance Item Styling */
/* .yatradham_saraswati_pushkaralu_icon-dot {
  width: 10px;
  height: 10px;
  background: #ff8243;
  border-radius: 50%;
  flex-shrink: 0;
} */

.yatradham_saraswati_pushkaralu_panel-title {
  font-size: 1rem;
  color: #333;
}

.yatradham_saraswati_pushkaralu_pdf-link {
  color: #ff8243;
  text-decoration: none;
  font-weight: 600;
}
.yatradham_saraswati_pushkaralu_date-nav .nav-link.active:hover {
  background-color: var(--yd-orange) !important;
  border-color: var(--yd-orange) !important;
  color: white !important;
}
/* Scroller Setup */
.yatradham_saraswati_pushkaralu_date-scroller-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 10px 0;
}

.yatradham_saraswati_pushkaralu_date-scroller-container::-webkit-scrollbar {
  height: 4px;
}

.yatradham_saraswati_pushkaralu_date-scroller-container::-webkit-scrollbar-thumb {
  background: #ff8243;
  border-radius: 10px;
}

/* Button Styling */
.yatradham_saraswati_pushkaralu_date-btn,
.yatradham_saraswati_pushkaralu_swamiji-btn {
  background: #fff;
  color: #4a154b;
  border: 1px solid #ddd !important;
  border-radius: 30px !important;
  padding: 8px 20px !important;
  margin-right: 10px;
  white-space: nowrap;
  font-weight: 600;
  transition: 0.3s;
}

/* When the button is clicked/active */
.yatradham_saraswati_pushkaralu_date-btn.active,
.yatradham_saraswati_pushkaralu_swamiji-btn.active {
  background-color: var(--yd-maroon) !important;
  color: #fff !important;
  border-color: var(--yd-maroon) !important;
}

.yatradham_saraswati_pushkaralu_icon-dot {
  width: 8px;
  height: 8px;
  background: #ff8243;
  border-radius: 50%;
}
/* Styling for the Tab Pills */
.yatradham_saraswati_pushkaralu_reach-container .nav-pills .nav-link {
  color: #4a154b;
  background: #fff;
  margin: 0 10px;
  border: 1px solid #dee2e6;
  border-radius: 50px;
  transition: all 0.3s ease;
}

/* Active Tab State */
.yatradham_saraswati_pushkaralu_reach-container .nav-pills .nav-link.active {
  background-color: var(--yd-maroon) !important;
  color: #fff !important;
  border-color: var(--yd-maroon) !important;
}

.yatradham_saraswati_pushkaralu_custom-table td {
  padding: 10px;
  vertical-align: middle;
}

/* Translator Styling */
.yatradham_saraswati_pushkaralu_translator {
  padding-left: 15px;
}

.yatradham_saraswati_pushkaralu_Sub-heading::-webkit-scrollbar {
  display: none;
}

/* Sticky Classes (Applied by jQuery) */
.fixed-top-bar {
  position: fixed;
  top: 0;
  left: 0;
}

.fixed-header {
  position: fixed;
  top: 10px; /* Adjust based on top-bar height */
  left: 0;
}

/* To prevent content jump when header becomes fixed */
body.sticky-padding {
  padding-top: 85px;
}
.yatradham_saraswati_pushkaralu_top-bar {
  color: white;
  z-index: 1030;
  width: 100%;
  background: var(--yd-light);
}

.yatradham_saraswati_pushakaralu_class_header {
  position: relative;
  padding-left: 30px; /* Space for the line */
}

.yatradham_saraswati_pushakaralu_class_header-line {
  width: 3px;
  height: 40px;
  background-color: #f7a14e; /* Top gold color */
  position: absolute;
  left: 0;
  top: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.yatradham_saraswati_pushakaralu_class_title {
  color: #5c203b; /* Dark purple/maroon title color */
  font-size: 32px;
  font-weight: 600;
}

.yatradham_saraswati_pushakaralu_class_highlight-card {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  padding: 10px;
  text-align: center;
  height: auto; /* Ensure cards are same height */
}

.yatradham_saraswati_pushakaralu_class_icon-wrapper {
  position: relative;
  display: inline-block;
  margin-top: -30px; /* Move up by half the radius + padding approx */
  /* margin-bottom: 20px; */
}

/* .yatradham_saraswati_pushakaralu_class_icon-circle {
  width: 60px;
  height: 60px;
  background-color: #f3833d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1; 
} */

.yatradham_saraswati_pushakaralu_class_highlight-icon {
  font-size: 24px;
  color: #fff; /* Icon color white */
}

.yatradham_saraswati_pushakaralu_class_card-title {
  color: #ec7737; /* Card title orange */
  /* font-size: 18px; */
  /* font-weight: 500; */
  margin-bottom: 10px;
}

.yatradham_saraswati_pushakaralu_class_card-text {
  color: #777; /* Subtitle color gray */
  font-size: 13px;
  line-height: 1.6;
}

.yatradham_saraswati_pushakaralu_class_desc-block {
  /* background-color: #fff8f3; */
  background-color: #fff; /* Light beige/peach background */
  border-left: 4px solid #ef8947; /* Thick left border in darker orange/gold */
  border-radius: 10px;
  padding: 10px;
  position: relative;
  margin-top: 30px;
}

.yatradham_saraswati_pushakaralu_class_desc-block::before {
  content: "";
  width: 4px;
  height: 10px;
  /* background-color: #f7a14e; */
  position: absolute;
  left: -4px;
  top: 0;
  border-top-left-radius: 4px;
}

.yatradham_saraswati_pushakaralu_class_desc-text {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  margin: 0;
}
/* Header Section */
.yatradham_saraswati_pushakaralu_class_header_wrapper {
  position: relative;
  margin-bottom: 40px;
}

.yatradham_saraswati_pushakaralu_class_header_icon {
  width: 40px;
  height: 25px;
  background: linear-gradient(to bottom, #ffc107, #ef7f1a);
  border-radius: 50% 50% 0 50%;
  display: block;
  margin-bottom: 10px;
}

.yatradham_saraswati_pushakaralu_class_main_title {
  color: var(--yd-maroon);
  font-weight: 600;
  font-size: 2.5rem;
}

/* Timeline / Timings Section */
.yatradham_saraswati_pushakaralu_class_timing_item {
  display: flex;
  margin-bottom: 30px;
  position: relative;
}

/* Vertical Line Logic */
/* .yatradham_saraswati_pushakaralu_class_timing_item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 45px;
  bottom: -35px;
  width: 1px;
  border-left: 1px dashed #ddd;
} */

.yatradham_saraswati_pushakaralu_class_icon_circle {
  width: 40px;
  height: 40px;
  background-color: var(--yd-orange);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 20px;
  z-index: 2;
}

.yatradham_saraswati_pushakaralu_class_time_label {
  font-weight: 600;
  color: #000;
  font-size: 1.05rem;
  margin-bottom: 5px;
}

.yatradham_saraswati_pushakaralu_class_event_title {
  color: #a54b4b;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 5px;
}

.yatradham_saraswati_pushakaralu_class_event_desc {
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.5;
}

/* Info Card Section */
.yatradham_saraswati_pushakaralu_class_info_card {
  background: white;
  border: 1px solid #fce4d2;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.yatradham_saraswati_pushakaralu_class_info_label {
  color: var(--yd-orange);
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.yatradham_saraswati_pushakaralu_class_info_value {
  color: #555;
  font-size: 1rem;
  margin-bottom: 15px;
}

.yatradham_saraswati_pushakaralu_class_temple_image {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.yatradham_saraswati_pushakaralu_class_section_container {
  /* padding: 50px 15px; */
  background-color: #fff;
}

.yatradham_saraswati_pushakaralu_class_header_wrapper {
  position: relative;
  padding-left: 20px;
  margin-bottom: 40px;
}

.yatradham_saraswati_pushakaralu_class_header_icon {
  width: 50px;
  height: 25px;
  background: linear-gradient(to right, #ffc107, #ef7f1a);
  border-radius: 50% 50% 0 50%;
  display: block;
  margin-bottom: 10px;
}

.yatradham_saraswati_pushakaralu_class_main_title {
  color: black;
  font-weight: 600;
  font-size: 2rem;
}

/* Card Styling */
.yatradham_saraswati_pushakaralu_class_attraction_card {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  transition: transform 0.3s ease;
  background-color: #fff;
}

.yatradham_saraswati_pushakaralu_class_card_img_wrapper {
  height: 200px;
  overflow: hidden;
}

.yatradham_saraswati_pushakaralu_class_card_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yatradham_saraswati_pushakaralu_class_card_body {
  padding: 20px;
}

.yatradham_saraswati_pushakaralu_class_location_header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.yatradham_saraswati_pushakaralu_class_location_icon {
  color: var(--yd-orange);
  font-size: 1.2rem;
}

.yatradham_saraswati_pushakaralu_class_card_title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  color: #333;
}

.yatradham_saraswati_pushakaralu_class_card_text {
  color: var(--text-muted);
  font-size: 0.85rem;
  line-height: 1.5;
  margin-left: 28px;
}

/* Mobile Horizontal Scroll Logic */
@media (max-width: 767px) {
  .yatradham_saraswati_pushakaralu_class_scroll_row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 20px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .yatradham_saraswati_pushakaralu_class_scroll_row::-webkit-scrollbar {
    height: 4px;
  }

  .yatradham_saraswati_pushakaralu_class_scroll_row::-webkit-scrollbar-thumb {
    background: var(--yd-orange);
    border-radius: 10px;
  }

  .yatradham_saraswati_pushakaralu_class_col_mobile {
    flex: 0 0 85%; /* Shows most of one card and a peek of the next */
    scroll-snap-align: start;
  }
}
/* Header Section */
.yatradham_saraswati_pushakaralu_class_header_container {
  position: relative;
  margin-bottom: 50px;
}

.yatradham_saraswati_pushakaralu_class_accent_shape {
  width: 50px;
  height: 25px;
  background: linear-gradient(to bottom, #ffc107, #ef7f1a);
  border-radius: 50% 50% 0 50%;
  display: block;
  margin-bottom: 10px;
}

.yatradham_saraswati_pushakaralu_class_main_title {
  color: var(--yd-maroon);
  font-weight: 600;
  font-size: 2.5rem;
  margin: 0;
}

/* Card Styling */
.yatradham_saraswati_pushakaralu_class_arrangement_card {
  background: white;
  border-top: 4px solid var(--yd-orange);
  border-radius: 12px;
  padding: 35px 25px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.yatradham_saraswati_pushakaralu_class_arrangement_card:hover {
  transform: translateY(-5px);
}

.yatradham_saraswati_pushakaralu_class_card_header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}

.yatradham_saraswati_pushakaralu_class_icon_img {
  width: 32px;
  height: auto;
  opacity: 0.8;
}

.yatradham_saraswati_pushakaralu_class_card_title {
  color: var(--yd-maroon);
  font-weight: 600;
  font-size: 1.25rem;
  margin: 0;
}

.yatradham_saraswati_pushakaralu_class_card_desc {
  color: var(--yatradham_saraswati_pushakaralu_class_text_gray);
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: center;
  margin: 0;
}
.yatradham_saraswati_pushkaralu_main_title {
  color: var(--yd-maroon);
  font-weight: bold;
  font-size: 2.2rem;
  margin-top: 20px;
}

.yatradham_saraswati_pushkaralu_sub_text {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 40px;
}

/* Timeline Container */
.yatradham_saraswati_pushkaralu_timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0;
}

/* Vertical Center Line */
.yatradham_saraswati_pushkaralu_timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #eee;
  transform: translateX(-50%);
}

/* Individual Step */
.yatradham_saraswati_pushkaralu_step {
  display: flex;
  justify-content: flex-end;
  padding-right: 50%;
  position: relative;
  margin-bottom: 40px;
}

.yatradham_saraswati_pushkaralu_step:nth-child(even) {
  justify-content: flex-start;
  padding-right: 0;
  padding-left: 50%;
}

/* The Date Pill Button Style */
.yatradham_saraswati_pushkaralu_date_pill {
  background: var(--yd-maroon);
  color: white;
  padding: 8px 24px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.25rem;
  display: inline-block;
  margin-bottom: 10px;
  box-shadow: 0 4px 10px rgba(74, 21, 44, 0.2);
}

/* The Content Card with Orange Border */
.yatradham_saraswati_pushkaralu_card {
  background: #fff;
  width: 85%;
  padding: 20px;
  border-radius: 12px;
  border-bottom: 4px solid var(--yd-orange);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  position: relative;
}

.yatradham_saraswati_pushkaralu_homam_name {
  color: var(--yd-maroon);
  font-size: 1.45rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.yatradham_saraswati_pushkaralu_purpose {
  color: var(--yd-orange);
  font-size: 1.01rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.yatradham_saraswati_pushkaralu_meta {
  font-size: 1.02rem;
  color: #888;
  border-top: 1px solid #f0f0f0;
  padding-top: 10px;
}

/* Center Dot */
.yatradham_saraswati_pushkaralu_dot {
  position: absolute;
  left: 50%;
  top: 15px;
  width: 14px;
  height: 14px;
  background: var(--yd-orange);
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

/* Responsive */
@media (max-width: 768px) {
  .yatradham_saraswati_pushkaralu_timeline::before {
    left: 20px;
  }
  .yatradham_saraswati_pushkaralu_step {
    justify-content: flex-start !important;
    padding-left: 45px !important;
    padding-right: 0 !important;
  }
  .yatradham_saraswati_pushkaralu_dot {
    left: 20px;
  }
  .yatradham_saraswati_pushkaralu_card {
    width: 100%;
  }
  .yatradham_saraswati_pushkaralu_main_title {
    font-size: 1.5rem;
  }
}

.yatradham_saraswati_pushkaralu_footer_link {
  text-decoration: none;
  color: var(--yd-orange);
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.yatradham_saraswati_pushkaralu_simple_wrapper {
  max-width: 550px;
  margin: 50px auto;
  text-align: center;
  padding: 30px;
  border-radius: 15px;
  background: #fff;
  /* Subtle orange glow shadow */
  box-shadow: 0 10px 30px rgba(255, 117, 33, 0.1);
  /* Maroon border on one side for accent */
  border-left: 5px solid var(--yd-maroon);
}

.yatradham_saraswati_pushkaralu_title_line {
  color: var(--yd-maroon);
  font-weight: 800;
  font-size: 1.8rem;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.yatradham_saraswati_pushkaralu_description_line {
  color: #555;
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 450px;
}
/* Floating Icon Container */
.yatradham_saraswati_pushkaralu_class_bot_float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  background-color: var(--yd-orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 1050;
  transition: transform 0.3s ease;
}

/* Responsive Chat Window */
.yatradham_saraswati_pushkaralu_class_chat_window {
  position: fixed;
  bottom: 90px;
  left: 20px;
  width: 380px; /* Default Desktop Width */
  max-width: calc(100% - 40px); /* Prevents overflow on small screens */
  height: 500px;
  max-height: 70vh; /* Responsive height based on screen size */
  background: var(--yd-white);
  border-radius: 15px;
  box-shadow: var(--card-shadow);
  display: none;
  flex-direction: column;
  overflow: hidden;
  z-index: 1050;
  border: 1px solid var(--border-light);
  transition: all 0.3s ease-in-out;
}

/* Header styling */
.yatradham_saraswati_pushkaralu_class_chat_header {
  background-color: var(--yd-maroon);
  color: white;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}

/* Body with smooth scrolling */
.yatradham_saraswati_pushkaralu_class_chat_body {
  flex: 1;
  padding: 15px;
  overflow-y: auto;
  background-color: var(--yd-light);
  display: flex;
  flex-direction: column;
  gap: 12px;
  scrollbar-width: thin;
}

/* Message styling */
.yatradham_saraswati_pushkaralu_class_msg {
  max-width: 85%;
  padding: 10px 14px;
  border-radius: 18px;
  font-size: 0.95rem;
  line-height: 1.4;
  word-wrap: break-word;
}

.yatradham_saraswati_pushkaralu_class_msg_bot {
  background-color: var(--yd-white);
  color: var(--yatradham_saraswati_pushkaralu_text);
  align-self: flex-start;
  border: 1px solid var(--border-color);
  border-bottom-left-radius: 4px;
}

.yatradham_saraswati_pushkaralu_class_msg_user {
  background-color: var(--yd-orange);
  color: white;
  align-self: flex-end;
  border-bottom-right-radius: 4px;
}

/* Button Group for Options */
.yatradham_saraswati_pushkaralu_class_btn_group {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px 5px;
  gap: 8px;
  scrollbar-width: none; /* Hides scrollbar for Firefox */
  -ms-overflow-style: none; /* Hides scrollbar for IE/Edge */
  -webkit-overflow-scrolling: touch; /* Smooth scroll for iOS */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.yatradham_saraswati_pushkaralu_class_btn_group::-webkit-scrollbar {
  display: none;
}

/* Styling the buttons */
.yatradham_saraswati_pushkaralu_class_chat_btn {
  flex: 0 0 auto; /* Prevents buttons from shrinking */
  background-color: #fff;
  border: 1px solid #f0821e; /* Saffron theme color */
  color: #f0821e;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.yatradham_saraswati_pushkaralu_class_chat_btn:hover {
  background-color: #f0821e;
  color: #fff;
}

/* Ensure the wrapper doesn't break layout */
.yatradham_input_wrapper {
  display: flex;
  align-items: center;
  padding: 5px;
  border-top: 1px solid #eee;
}

/* Responsive Footer Input */
.yatradham_saraswati_pushkaralu_class_chat_footer {
  padding: 12px;
  border-top: 1px solid var(--border-light);
  display: flex;
  align-items: center;
  gap: 10px;
  background: white;
}

.yatradham_saraswati_pushkaralu_class_input {
  border: 1px solid var(--border-light);
  border-radius: 25px;
  padding: 8px 18px;
  flex: 1;
  outline: none;
  font-size: 0.95rem;
}

.yatradham_saraswati_pushkaralu_class_input:focus {
  border-color: var(--yd-orange);
}

/* MOBILE SPECIFIC OVERRIDES */
@media (max-width: 576px) {
  .yatradham_saraswati_pushkaralu_class_chat_window {
    width: calc(100% - 30px);
    left: 15px;
    bottom: 85px;
    height: 60vh; /* Shorter height for mobile keyboards */
  }

  .yatradham_saraswati_pushkaralu_class_bot_float {
    width: 50px;
    height: 50px;
    bottom: 15px;
    left: 15px;
  }

  .yatradham_saraswati_pushkaralu_class_msg {
    font-size: 0.88rem;
  }
}
/* Styling for the loader dots */
.typing-dots {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
}

.typing-dots span {
  animation: blink 1.4s infinite both;
}

.typing-dots span:nth-child(2) {
  animation-delay: 0.2s;
}

.typing-dots span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes blink {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

/* Ensure the bot message bubble style applies to loader too */
.yatradham_saraswati_pushkaralu_class_msg_bot {
  border-radius: 10px;
  padding: 8px 12px;
  margin-bottom: 10px;
  width: fit-content;
}
.yatradham_msg_name {
  display: block;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 2px;
  text-transform: uppercase;
}

/* Ensure the message bubble is styled correctly */
.yatradham_saraswati_pushkaralu_class_msg {
  max-width: 80%;
  margin: 10px;
  padding: 8px 12px;
  border-radius: 10px;
  clear: both;
  position: relative;
  font-size: 14px;
  line-height: 1.4;
}
/* Clearfix for the container */
#chatContent::after {
  content: "";
  clear: both;
  display: table;
}

/* The Completed State */
.yatradham_saraswati_pushkaralu_step.is-completed {
  pointer-events: none; /* Disables clicks/buttons */
}

.yatradham_saraswati_pushkaralu_step.is-completed
  .yatradham_saraswati_pushkaralu_card {
  background-color: #f9f9f9 !important; /* White/Light Grey background */
  border: 1px solid #ddd;
  filter: grayscale(1); /* Makes emojis and colors grey */
  opacity: 0.7;
  position: relative;
}

.yatradham_saraswati_pushkaralu_step.is-completed
  .yatradham_saraswati_pushkaralu_dot {
  background-color: #ccc !important; /* Grey out the timeline dot */
}

/* The "Homam Sampan" Label */
.homam_sampan_label {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #000;
  color: #fff;
  padding: 2px 10px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 4px;
  text-transform: uppercase;
  z-index: 10;
}

/* Ensure the date pill doesn't stay bright */
.is-completed .yatradham_saraswati_pushkaralu_date_pill {
  background: #888 !important;
}
/* Container for the whole message */
.yd-message-container {
  line-height: 1.6;
  font-family: sans-serif;
}

/* Style for the "Action" buttons (Stay, Puja, Package) */
.yd-chat-btn {
  display: inline-block;
  background: #f0821e;
  color: #fff !important;
  padding: 6px 12px;
  margin-top: 5px;
  border-radius: 4px;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.yd-chat-btn:hover {
  background: #d46f14;
}

hr {
  opacity: 0.3;
}
/* Container styling */
.yatradham_saraswati_pushkaralu_event-row {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  border: 1px solid #eee;
}

.yatradham_saraswati_pushkaralu_event-row:hover {
  transform: translateY(16px);
  border-color: #ff9800;
}

/* Date Box */
.yatradham_saraswati_pushkaralu_date-box {
  display: flex;
  flex-direction: column;
}

.yatradham_saraswati_pushkaralu_day {
  font-size: 2.2rem;
  font-weight: 800;
  color: #ff9800;
  line-height: 1;
}

.yatradham_saraswati_pushkaralu_month {
  font-size: 0.85rem;
  font-weight: 600;
  color: #555;
}

/* Activity Details */
.yatradham_saraswati_pushkaralu_panel-title {
  font-size: 1.25rem;
  color: #333;
  font-weight: 500;
  margin-bottom: 8px;
}

/* Image Card Trigger */
.yatradham_saraswati_pushkaralu_image-trigger-card {
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 5px;
  background: #fff;
}

.yatradham_saraswati_pushkaralu_thumb {
  height: 80px;
  width: 100%;
  object-fit: contain;
  transition: opacity 0.3s;
}

.yatradham_saraswati_pushkaralu_image-trigger-card:hover
  .yatradham_saraswati_pushkaralu_thumb {
  opacity: 0.8;
}

.yatradham_saraswati_pushkaralu_performer-name {
  font-size: 0.8rem;
  font-weight: bold;
  margin-top: 5px;
  color: #ff9800;
}

/* Modal Styling */
.yatradham_saraswati_pushkaralu_modal .modal-content {
  border-radius: 20px;
  border: none;
}

.yatradham_saraswati_pushkaralu_modal-title {
  color: #333;
  font-weight: 700;
}

.yatradham_saraswati_pushkaralu_modal-performer {
  font-size: 1.1rem;
  color: #ff9800;
  font-style: italic;
}
/*****************************************************************/
/* List Styling */
.yatradham_saraswati_pushkaralu_activity-list {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}

.yatradham_saraswati_pushkaralu_activity-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 0.95rem;
  color: #444;
  line-height: 1.5;
}

.yatradham_saraswati_pushkaralu_activity-list li::before {
  content: "•";
  color: #ff9800;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.yatradham_saraswati_pushkaralu_time {
  font-weight: 700;
  color: #ff9800;
}

.yatradham_saraswati_pushkaralu_activity-heading {
  font-weight: 800;
  color: #333;
  margin-bottom: 15px;
  border-bottom: 2px solid #fff3e0;
  display: inline-block;
}

/* Note Box & Presence Tag */
.yatradham_saraswati_pushkaralu_note-box {
  background: #fff9f0;
  border-left: 4px solid #ff9800;
  padding: 10px 15px;
  font-size: 0.85rem;
  border-radius: 4px;
  margin-bottom: 12px;
  color: #6d4c41;
}

.yatradham_saraswati_pushkaralu_presence-tag {
  display: inline-block;
  background: #e8f5e9;
  color: #2e7d32;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

/* Image Card Enhancements */
.yatradham_saraswati_pushkaralu_img-container {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.yatradham_saraswati_pushkaralu_zoom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 152, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  opacity: 0;
  transition: 0.3s;
}

.yatradham_saraswati_pushkaralu_image-trigger-card:hover
  .yatradham_saraswati_pushkaralu_zoom-overlay {
  opacity: 1;
}

.yatradham_saraswati_pushkaralu_thumb {
  width: 100%;
  height: 150px; /* Consistent height */
  object-fit: cover;
}
/* List Container */
.yatradham_saraswati_pushkaralu_activity-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Folk Dance Item */
.yatradham_saraswati_pushkaralu_list-item-main {
  font-size: 1.15rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

/* Divine Presence Item */
.yatradham_saraswati_pushkaralu_list-item-sub {
  font-size: 1rem;
  font-weight: 600;
  color: #2e7d32; /* Spiritual Green */
  display: flex;
  align-items: center;
  background: #f1f8e9; /* Light green background badge style */
  padding: 6px 12px;
  border-radius: 6px;
  width: fit-content;
}

/* Icon colors */
.text-warning {
  color: #ff9800 !important;
}
.text-success {
  color: #2e7d32 !important;
}

/* Image Container Styling */
.yatradham_saraswati_pushkaralu_img-container {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.yatradham_saraswati_pushkaralu_thumb {
  width: 100%;
  height: 140px;
  object-fit: fill;
  transition: transform 0.3s ease;
}

.yatradham_saraswati_pushkaralu_image-trigger-card:hover
  .yatradham_saraswati_pushkaralu_thumb {
  transform: scale(1.05);
}
/***************************************************/
/* Card Container */
.yatradham_pushkaralu_details_card {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* Small Line Title (Labels) */
.yatradham_pushkaralu_label_line {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #888;
  letter-spacing: 1px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
}

/* The vertical accent line next to the label */
.yatradham_pushkaralu_label_line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 12px;
  background-color: #ff6600; /* Adjust to your brand color */
  border-radius: 2px;
}

/* Main Titles */
.yatradham_pushkaralu_main_title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}

/* Activity List Points */
.yatradham_pushkaralu_activity_list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.yatradham_pushkaralu_activity_list li {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  position: relative;
  padding-left: 20px;
}

/* Custom Bullet Point */
.yatradham_pushkaralu_activity_list li::before {
  content: "•";
  color: #ff6600;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.yatradham_pushkaralu_item_group {
  margin-bottom: 15px;
}
