/* -------------------------------------------------------
-------------- wellness-home.css file -----------------
------------------------------------------------------- */
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/pxiEyp8kv8JHgFVrJJbecmNE.woff2') format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/pxiEyp8kv8JHgFVrJJnecmNE.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/pxiEyp8kv8JHgFVrJJfecg.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  /* Primary Colors */
  --color-primary: #632240;
  --color-primary-dark: #6a0031;
  --color-primary-light: #953561;
  --color-secondary: #ff7733;
  --color-secondary-light: #ff894e;

  /* Additional color */
  --color-success: #27ae60;

  /* Text Colors */
  --color-text-dark: #18171d;
  --color-text-medium: #27262b;
  --color-text-light: #52525c;
  --color-text-muted: #71717b;
  --color-text-lighter: #3f3f47;

  /* Background Colors */
  --bg-light-peach: #fff0e8;
  --bg-light-pink: #fff5f8;
  --bg-white: #ffffff;
  --gradient-start: #fff;
  --gradient-end: #fff0e8;
  --light-orange: #fff0e8;
  --border-color: #d6d3d1;
  --border: #e3e3e3;
  --light-pink: #fbd7e8;
  --bg-puja-benefite: #fff6f8;

  /* --text-muted: #78716c; */

  /* Gradients */
  --gradient-header: linear-gradient(180deg, #8e355e 0%, #632240 100%);
  --gradient-button: linear-gradient(225deg, #953561 0%, #6a0031 100%);
  --gradient-orange: linear-gradient(180deg, #ff8f57 0%, #f50 100%);
  --gradient-booking: linear-gradient(
    90deg,
    #fff5ef 0%,
    #ffefe5 50%,
    #fff5ef 100%
  );

  /* Font Families */
  --font-poppins: "Poppins", sans-serif;

  /* Spacing */
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 1.5rem;
  --spacing-lg: 2rem;
  --spacing-xl: 3rem;

  /* Border Radius */
  --radius-sm: 0.5rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;
  --radius-xl: 1.25rem;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-poppins);
  color: var(--color-text-dark);
  background-color: var(--bg-white);
  overflow-x: hidden;
  line-height: 1.6;
  top: 0px !important;
}

.skiptranslate {
  display: none !important;
}

/* REMOVE GOOGLE TOP BANNER COMPLETELY */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: flex;
  align-items: center;
}

.hero-content {
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  color: white;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.begyou {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}

.begyou2 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
}

.BigLat {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 57.6px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
}

.OranLat {
  color: var(--secondary, #ff7733);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 57.6px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .zero-content {
    padding: 20px;
  }

  .BigLat {
    font-size: 17px !important;
    line-height: 23px !important;
  }

  .OranLat {
    font-size: 20px !important;
    line-height: 1px !important;
  }

  .begyou2 {
    font-size: 12px !important;
  }
}

@media (max-width: 576px) {
  .zero-content {
    padding: 4px !important;
    max-width: 900px !important;
    top: 50% !important;
  }

  .BigLat {
    font-size: 24px !important;
  }

  .begyou {
    font-size: 10px !important;
    padding-top: 5px !important;
    line-height: 1px !important;
  }

  .BigLat {
    font-size: 8px !important;
    line-height: 1px !important;
  }

  .OranLat {
    font-size: 8px !important;
    line-height: 1px !important;
  }

  .begyou2 {
    font-size: 7px !important;
  }

  .book-btn-hero {
    font-size: 8px !important;
    padding: 10px 20px !important;
  }
}

#h1img {
  width: 70px;
  height: 70px;
}

.book-btn-hero {
  background: linear-gradient(225deg, #953561 0%, #6a0031 100%);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-style: "SemiBold";
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  padding: 15px 25px 15px 25px;
}

.book-btn-heroONE.active {
  margin-right: 7px;
  background: linear-gradient(225deg, #953561 0%, #6a0031 100%);
  color: #ffffff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  padding: 10px;
  margin: 5px;
}

.book-btn-heroONE {
  margin-right: 7px;
  background: var(--bg-white);
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: var(--Color-3, #52525c);
  border-radius: 4px;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  padding: 10px;
  margin: 5px;
}

@media (max-width: 786px) {
  .input-with-suggestions {
    flex-direction: column;
    gap: 10px;
  }

  .search-input-group,
  .search-input-icon,
  .search-input {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .input-with-suggestions {
    flex-direction: column;
    gap: 10px;
  }

  .search-input-group,
  .search-input-icon,
  .search-input {
    width: 100%;
  }
}

.search-label {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: bottom;
  margin-bottom: 8px;
  color: var(--primary, #632240);
}

.temple-list-section {
  background: #fff0e8;
}

@media (max-width: 770px) {
  .search-section-wellness {
    padding-bottom: 60px;
  }
}

.fiststatic {
  background: linear-gradient(225deg, #953561 0%, #6a0031 100%);
  padding: 15px 0px 0px 0px;
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
}

.fiststaticFILTERS {
  background: transparent;
  padding: 15px;
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
}

.scroll-row {
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scroll-row::-webkit-scrollbar {
  display: none;
}

.book-btn-heroTWO.active {
  margin-right: 11px;
  background: linear-gradient(225deg, #953561 0%, #6a0031 100%);
  color: #fff0e8;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  font-style: SemiBold;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
}

.book-btn-heroTWO {
  margin-right: 11px;
  background: #fff0e8;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #632240;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
  flex: 0 0 auto;
  white-space: nowrap;
  padding: 10px 25px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
}

.iconcolor {
  color: var(--Color-3, #52525c);
  font-size: 15px;
}

.card-priceONE {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  /* line-height: 120%; */
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 0 !important;
}

.per-pers {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  /* line-height: 120%; */
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--Color-3, #52525c);
}

.static-spanONE {
  color: var(--Color-4, #71717b);
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
}

.Stay-badge {
  position: absolute;
  right: 1px;
  background: #632240;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 8px 13px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  top: 167px;
  margin-top: -7px;
  border-top-left-radius: 15px;
}

.view-all-wrapper a {
  color: #632240;
}

.view-all-wrapper a:hover {
  color: #632240;
}

.yd_class_slide {
  flex: 0 0 calc(33.333% - 13.33px);
  max-width: 33.333%;
}

@media (max-width: 991px) {
  .yd_class_slide {
    flex: 0 0 calc(50% - 17px);
    max-width: 50%;
  }
}

@media (max-width: 576px) {
  .yd_class_slide {
    flex: 0 0 calc(100% - 17px);
    max-width: 100%;
  }
  
}

.newstat-cardsL img {
  width: 65px;
}

.newstat-cardsL {
  border: 1px solid #00000014;
  gap: 8px;
  padding-top: 18px;
  padding-right: 20px;
  padding-bottom: 18px;
  padding-left: 20px;
  border-width: 1px;
  border-radius: 12px;
}

.newstat-cardsL-P {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  line-height: 100%;
  color: var(--Color, #18171d);
}

.newstat-cardsL-S {
  color: var(--Color-3, #52525c);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
}

@media (max-width: 430px) {
  .newstat-cardsL-S {
    font-size: 14px;
  }

  .newstat-cardsL-P {
    font-size: 16px;
  }

  .search-label {
    font-size: 18px;
  }
}

.stat-white-cols {
  background-color: white;
  border-radius: 12px;
  padding: 20px;
}

.stat-white-cols img {
  width: 70px;
}

.fiststaticONEONE {
  overflow-x: auto;
  background: linear-gradient(225deg, #953561 0%, #6a0031 100%);
  padding: 35px;
  padding-top: 50px;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
}

.nubs {
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.nubs-span {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.stats-row {
  justify-content: center;
  align-items: center;
}

.stat-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 140px;
}

@media (max-width: 768px) {
  .stats-row {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .stats-row::-webkit-scrollbar {
    display: none;
  }

  .fiststaticONEONE {
    padding: 15px;
    padding-top: 20px;
    font-weight: 400;
    font-size: 14px;
  }

  .nubs {
    font-size: 25px;
  }

  .nubs-span {
    font-size: 14px;
    line-height: 20px;
  }

  .stat-item {
    min-width: 154px;
  }
}

@media (max-width: 430px) {
  .fiststaticONEONE {
    padding: 15px;
    padding-top: 20px;
    font-weight: 400;
    font-size: 14px;
  }

  .nubs {
    font-size: 25px;
  }

  .nubs-span {
    font-size: 14px;
    line-height: 20px;
  }

  .stat-item {
    min-width: 154px;
  }
}

.hero-bg-desktop {
  background: #00000080;
  width: 100%;
  object-fit: cover;
}

.hero-bg-mobile {
  display: none;
}

.ypj-search-card,.ypj-search-card-ai {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 2rem;
  border: none;
  position: relative;
  z-index: 10;
}

.ypj-search-card-ai {
      margin-top: -225px;
}
.search-cards {
  margin-top: 40px !important;
  margin-bottom: -40px !important;
}

.ypj-location-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
}

.ypj-highlight {
  font-weight: 500;
}

.ypj-v-line {
  width: 3px;
  background: var(--border-color);
  border-radius: 8px;
  height: 18px;
}

.ypj-v-lineONE {
  width: 3px;
  background: var(--border-color);
  border-radius: 8px;
  height: 55px;
}

.ypj-h-line {
  width: auto;
  background: #e9e9e9;
  border-radius: 8px;
  height: 1px;
  margin: 5px 0 5px 0;
}

.yp-footer-container {
  display: flex;
  background: var(--color-primary);
  flex-direction: column;
  justify-content: flex-end;
}

.breadcrumb-section {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 240, 232, 1) 100%
  );
  padding: 18px 0px 10px 0px;
  margin-top: -24px;
}

.breadcrumb {
  font-size: 1rem;
  align-items: center;
}

.breadcrumb-item a {
  color: var(--color-text-dark);
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
  color: var(--color-primary);
}

.breadcrumb-item.active {
  color: var(--color-text-light);
}

.heading-box h5 {
  color: var(--color-text-lighter);
}

.ypd-v-line {
  width: 3px;
  background: var(--border-color);
  border-radius: 8px;
}

.accommodation-image {
  width: 100%;
  height: 225px;
  object-fit: cover;
}

.accommodation-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  color: var(--color-text-dark);
  margin-bottom: 4px;
}

.accommodation-location {
  font-size: 16px;
  line-height: 150%;
  color: #3f3f3f;
}

.accommodation-amenities {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.amenity {
  display: flex;
  align-items: center;
  gap: 8px;
}

.amenity-icon {
  width: 24px;
  height: 24px;
}

.booknow-btn a {
  text-decoration: none;
}

@media (max-width: 769px) {
  .heading-box h5 {
    font-size: 16px;
  }

  .ypd-icon-container img {
    width: 36px;
  }

  .ypd-icon-container {
    width: 60px;
    height: 60px;
    border-radius: 8px;
  }

  .ypd-feature-title {
    font-size: 18px;
  }

  .ypj-search-card,.ypj-search-card-ai {
    margin-top: 16px;
  }
}

@media (max-width: 576px) {
  .ypj-search-card,.ypj-search-card-ai {
    padding: 1.2rem;
  }

  .ypd-puja-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .accommodation-name {
    font-size: 18px;
  }

  .ypj-name {
    font-size: 20px;
  }

  .breadcrumb-item a,
  .breadcrumb-item.active {
    font-size: 14px;
  }

  .breadcrumb-section {
    padding: 12px 0px 6px 0px;
  }

  .hero-bg-desktop {
    display: none;
  }

  .hero-bg-mobile {
    display: block;
    width: -webkit-fill-available;
  }

  .hero-bg {
    min-height: 175px;
  }
}

@media (max-width: 426px) {
  .ypd-icon-container img {
    width: 28px;
  }

  .ypd-icon-container {
    width: 50px;
    height: 50px;
  }

  .ypd-v-line {
    display: none;
  }

  .accommodation-image {
    height: 190px;
  }
}

/* -------------------------------------------------------
-------------- wellness-home-pages.css file -----------------
------------------------------------------------------- */

img {
  max-width: 100%;
  height: auto;
}

.yd-nav {
  z-index: 1000;
  top: 0;
}

.nav-link-2:hover {
  text-decoration: none;
  color: #632240;
  opacity: 1;
}

a:focus,
a:hover {
  color: #632240;
  text-decoration: none;
}

.yd-navbar-brand img {
  max-width: 250px;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgb(255 255 255) !important;
  z-index: 1000;
  position: relative;
}

.navbar {
  height: 90px;
  border-radius: 0px 0px 16px 16px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 0px;
}

.navbar-expand-lg .navbar-collapse {
  display: flex;
  flex-basis: auto;
  justify-content: flex-end;
}

.navbar-expand-lg .navbar-nav {
  height: fit-content;
  align-items: center;
  gap: 12px;
}

.h-btn {
  /* color: rgba(99, 34, 64, 0.6); */
  color: var(--color-primary) !important;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  position: relative;
  padding: 12px 6px;
  text-decoration: none;
}

.link-btn {
  color: #18171d !important;
  text-decoration: none;
}

.nav-item a:hover {
  color: #632240;
}

.nav-active {
  color: #632240 !important;
  font-weight: bold !important;
}

.nav-active::before {
  color: #632240;
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0px;
  display: block;
  background-color: #f73;
  opacity: 1;
}

.nav-item {
  padding: 0 5px;
  list-style: none;
}

.h-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0px;
  display: block;
  background-color: var(--color-secondary);
  opacity: 1;
}

.btn-center::after {
  transform: scale(0, 1);
  transition: transform 0.3s ease;
}

.btn-center:hover::after {
  transform: scale(1, 1);
}

.login-btn {
  color: var(--color-secondary) !important;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  padding: 2px 12px !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 2px solid #ff8f57;
  background: #fff0e8;
  margin: 0px 10px 0px 10px;
}

.login-btn i {
  font-size: 24px;
}

a.dropdown-toggle,
span.dropdown-toggle {
  /* color: rgba(99, 34, 64, 0.6); */
  color: var(--color-primary);
  padding: 12px 6px;
  text-decoration: none;
  line-height: normal;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.25px;
}

a.dropdown-toggle-primary,
span.dropdown-toggle-primary {
  /* color: rgba(99, 34, 64, 0.6); */
  color: #ff7733 !important;
  padding: 12px 6px;
  text-decoration: none;
  line-height: normal;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.25px;
}

.navbar-brand {
  margin-right: auto;
}

.dropdown-menu {
  width: 320px;
  max-height: 350px;
  overflow-y: auto;
  border-radius: 12px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  padding: 0;
}

.dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 8px;
}

.dropdown-header {
  background-color: #f9f6f7;
  color: var(--main-color);
  font-weight: 600;
  padding: 10px 15px;
  font-size: 15px;
  border-bottom: 1px solid #eee;
}

.dropdown-search {
  position: sticky;
  top: 0;
  background: #fff;
  padding: 10px;
  border-bottom: 1px solid #eee;
  z-index: 10;
}

.dropdown-search input {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 14px;
}

.dropdown-item {
  padding: 10px 15px;
  transition: background 0.2s;
}

.dropdown-item.active {
  background-color: #f5ebf0 !important;
  color: var(--main-color) !important;
}

.dropdown-item:hover {
  background-color: #f5ebf0 !important;
  color: var(--main-color) !important;
}

.sub-headerbox {
  z-index: 999;
  position: relative;
  white-space: nowrap;
  background: linear-gradient(180deg, #8e355e 0%, #632240 100%);
  border-radius: 0px 0px 16px 16px;
}

.Sub-heading {
  display: flex;
  gap: 30px;
  overflow: auto;
  padding: 32px 0px 12px 0px;
  margin-top: -20px;
  justify-content: center;
}

.sub-nav a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.sub-nav img {
  width: 24px;
}

.sub-nav {
  align-items: center;
  display: flex;
  gap: 5px;
}

.offer-section {
  background: #ff77331c;
  padding: 20px 0 12px;
  overflow: hidden;
  position: relative;
  margin-top: -26px;
}

.offer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  animation: marquee 20s linear infinite;
  font-size: 18px;
  color: var(--color-secondary);
}

.offer-content:hover {
  animation-play-state: paused;
}

.highlight {
  font-weight: 500;
}

.app-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 119, 51, 0.1);
  padding: 4px 8px;
  border-radius: 4px;
  margin: 0 5px;
}

.promo-code {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 119, 51, 0.1);
  padding: 4px 8px;
  border-radius: 4px;
  margin: 0 5px;
  font-weight: 500;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.hero-slide {
  height: 316px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

@media (max-width: 991px) {
  .hero-slide {
    height: 170px;
    border-radius: 12px;
  }
}

@media (max-width: 576px) {
  .hero-slide {
    height: 150px;
    border-radius: 8px;
  }

  .yd_class_slider_arrow {
    min-width: 30px !important;
    height: 30px !important;
    font-size: 8px;
  }

  .carousel-indicators [button] {
    width: 20px;
    height: 3px;
  }
}

.search-section {
  background-color: var(--light-orange);
}

.search-card {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 2rem;
  border: none;
}

.search-input-group {
  position: relative;
  display: flex;
  align-items: center;
}

.search-input {
  background-color: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 0.75rem 1rem 0.75rem 1rem;
  height: 60px;
  width: 100%;
  font-size: 1rem;
  transition: all 0.3s ease;
  color: #333;
}

.search-input-icon {
  background-color: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 0.75rem 1rem 0.75rem 3rem;
  height: 60px;
  width: 100%;
  font-size: 1rem;
  transition: all 0.3s ease;
  color: #333;
}

.search-input::placeholder,
.search-input-icon::placeholder {
  color: var(--color-text-muted);
}

.search-input:focus,
.search-input-icon:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 2px rgba(255, 119, 51, 0.1);
  outline: none;
}

.search-icon {
  position: absolute;
  left: 1rem;
  color: var(--color-text-muted);
  font-size: 1.2rem;
  z-index: 2;
}

.search-btn {
  background: var(--gradient-orange);
  border: none;
  border-radius: 8px;
  color: white;
  font-weight: 600;
  font-size: 18px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  width: 100%;
}

.search-btn:hover {
  transform: translateY(-2px);
  color: white;
}

.search-btn:active {
  transform: translateY(0);
}

.suggestions-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid var(--border-color);
  border-radius: 0 0 8px 8px;
  border-top: none;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.suggestion-item {
  padding: 0.75rem 1rem;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s;
}

.suggestion-item:hover {
  background-color: #f8f8f8;
}

.suggestion-item:last-child {
  border-bottom: none;
}

.input-with-suggestions {
  position: relative;
}

.popular-puja-section {
  padding: 16px 0;
  background-color: var(--white);
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.heading-box img {
  width: 70px;
}

.heading {
  color: #632240;
  font-weight: 600;
  letter-spacing: -1px;
  padding-left: 30px;
  margin-top: -12px;
}

.nav-buttons {
  display: flex;
  gap: 12px;
}

.nav-btn {
  width: 38px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  border: 1.3px solid var(--light-pink);
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-btn:hover {
  background-color: var(--light-pink);
}

.nav-btn svg {
  width: 17px;
  height: 12px;
  fill: var(--primary-color);
}

.cities-container {
  position: relative;
  overflow: hidden;
}

.cities-scroll {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.cities-scroll::-webkit-scrollbar {
  display: none;
}

.city-card {
  flex: 0 0 auto;
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 0;
}

.city-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 16px;
}

.city-image:hover {
  scale: 0.9;
  border-radius: 50%;
  transition: all 0.3s ease-in;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}

.city-name {
  font-weight: 600;
  color: var(--color-text-dark);
  font-size: 16px;
  text-align: center;
  margin: 0;
}

.search-btn img {
  width: 24px;
}

.modal-content {
  border-radius: 16px;
  border: none;
  padding: 24px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}

.modal-header,
.modal-body {
  padding: 12px 0px;
}

.modal-footer {
  padding: 0px;
}

.filter-tabs {
  border-right: 1px solid #f1e6ea;
  min-width: 140px;
}

.filter-tabs .nav-link {
  color: #632240 !important;
  font-weight: 500;
  border-radius: 8px 0px 0px 8px;
  text-align: left;
  margin-bottom: 6px;
}

.filter-tabs .nav-link.active {
  background-color: #fcebf0;
  color: #632240;
  font-weight: 600;
}

.filter-icons {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(98px, 1fr));
  gap: 16px;
  padding: 10px;
  height: 350px;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.filter-item {
  position: relative;
  text-align: center;
  width: fit-content;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease;
  background: #fff;
  border: 1px solid transparent;
}

.filter-item img {
  width: 170px;
  height: 145px;
  border-radius: 8px;
  object-fit: cover;
  margin-bottom: 6px;
}

.filter-item:hover {
  border-color: #632240;
  background-color: #fdf4f6;
}

.filter-item span {
  font-size: 14px;
  font-weight: 500;
  color: #632240;
  display: block;
}

.filter-checkbox {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 20px;
  height: 20px;
  accent-color: #632240;
  z-index: 10;
  cursor: pointer;
}

.btn-clear {
  background: #f5e1e8;
  color: #632240;
  font-weight: 500;
  border-radius: 8px;
  padding: 10px 56px;
  border: none;
}

.btn-apply {
  background: var(--gradient-button);
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  padding: 10px 56px;
  border: none;
}

.location-option {
  position: relative;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  gap: 12px;
  color: #3d3a35;
}

.list-unstyled {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.location-option input[type="radio"] {
  display: none;
}

.location-option:hover {
  border-color: #e8bacb;
  background-color: #fbf8f3;
}

.location-option input[type="radio"]:checked+.location-label {
  color: var(--color-primary);
  font-weight: 600;
}

.location-option input[type="radio"]:checked~.location-option {
  border-color: #e8bacb;
}

.location-option input[type="radio"]:checked+.location-label::after {
  content: "✓";
  margin-left: 8px;
  color: var(--color-primary);
  font-weight: bold;
}

#location,
#pujaType {
  height: 350px;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.filter-btn {
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid var(--border);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  color: #18171d;
  transition: all 0.3s;
}

.filter-btn:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.puja-card {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid var(--border);
  overflow: hidden;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  height: 100%;
}

.puja-card:hover {
  transform: translateY(-3px);
  border: 1px solid #632240;
}

.puja-image {
  width: 100%;
  height: 225px;
  object-fit: cover;
}

.puja-content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 200px);
}

.puja-title {
  font-weight: 600;
  font-size: 18px;
  color: #18171d;
}

.puja-description {
  padding: 8px 0px;
  border-radius: 5px;
  font-size: 16px;
  background: linear-gradient(225deg, #953561, #6a0031);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.4;
}

.puja-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.yajman-count {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  color: #3f3f47;
}

.puja-price {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
}

.puja-price span {
  color: var(--color-text-light);
}

.price-amount {
  font-size: 22px;
  font-weight: 600;
  color: #18171d !important;
}

.yajman-count i {
  font-size: 20px;
}

.book-btn {
  background: var(--gradient-button);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  transition: all 0.3s;
}

@media (max-width: 430px) {
  .book-btn {
    padding: 8px 18px;
  }
}

@media (max-width: 330px) {
  .fas.fa-arrow-right {
    display: none;
  }

  .book-btn {
    padding: 8px 18px;
  }
}

.duration-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
}

.pagination-container {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.pagination-v3 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-item {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.page-item.active {
  background: var(--gradient-button);
  color: white;
}

.page-item:not(.active) {
  background-color: #fff;
  border: 1px solid var(--border);
}

.page-item:not(.active):hover {
  background-color: #f1f1f1;
}

.page-item.control {
  width: 60px;
}

.page-item.control.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.tabs-section {
  background-color: var(--bg-white);
  position: sticky;
  top: 0;
  z-index: 1020;
}

.tabs-wrapper {
  background: var(--gradient-orange);
  border-radius: var(--radius-md);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.nav-item a {
  /* color: #000; */
  text-decoration: none;
}

.custom-tabs {
  background: transparent;
  border: none;
  padding: 0 2rem;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  gap: 12px;
}

.custom-tabs::-webkit-scrollbar {
  display: none;
}

.custom-tabs .nav-item {
  flex-shrink: 0;
}

.custom-tabs .nav-link {
  background: transparent;
  border: none;
  border-bottom: 4px solid transparent;
  border-radius: 0;
  color: white;
  font-family: var(--font-roboto);
  font-size: 1.125rem;
  padding: 0.625rem 1rem;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.custom-tabs .nav-link:hover {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}

.custom-tabs .nav-link.active {
  background: transparent;
  border-bottom-color: white;
  font-weight: 500;
}

.puja-section,
.faq-container {
  background-color: var(--light-orange);
  padding: 80px 0;
}

.features-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.feature-item {
  flex: 1 1 calc(50% - 24px);
  min-width: 300px;
  display: flex;
  align-items: flex-start;
  padding: 20px;
  border-radius: 12px;
  background: white;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.icon-container {
  width: 75px;
  height: 75px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  border: 1px solid var(--border);
  color: var(--primary-color);
  flex-shrink: 0;
}

.icon-container img {
  width: 50px;
}

.feature-content {
  flex: 1;
}

.feature-title {
  font-weight: 600;
  color: var(--color-text-dark);
  margin-bottom: 2px;
  font-size: 1.25rem;
}

.feature-description {
  color: var(--color-text-light);
  line-height: 1.6;
  margin: 0;
}

.wellness-pack-section,
.pack-center-section {
  background: var(--bg, #fff0e8);
}

.in-pack-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e4e6e8;
  max-height: 81%;
}

.in-pack-card:hover,
.in-pack-card.active {
  background: linear-gradient(225deg, #953561, #6a0031);
}

.in-pack-img-img {
  width: 100% !important;
  object-fit: cover;
  min-height: 325px;
  max-height: 325px;
}

.in-pack-text {
  position: relative;
  padding: 10px;
  background: #ffffff;
  bottom: 100px;
  right: -11px;
  border-radius: 8px;
  border: 1px solid #e4e6e8;
  width: 252px;
}

.in-pack-text img {
  width: 50px;
}

.pack-scroll {
  overflow-x: auto;
  margin-bottom: -50px;
}

@media (min-width: 992px) and (max-width: 1398px) {
  .in-pack-text {
    width: 160px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .in-pack-text {
    width: 220px;
  }

  .in-pack-text img {
    width: 35px;
  }
}

@media (max-width: 322px) {
  .in-pack-text {
    width: 239px;
  }
}

.SrtBy {
  margin-top: 6px;
  margin-right: 11px;
  font-family: Poppins;
  font-weight: 600;
  font-style: Medium;
  font-size: 18px;
  line-height: 24px;
  text-transform: capitalize;
  color: var(--primary, #632240);
}

.HtoL {
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 12px;
  gap: 8px;
  border-width: 1px;
  border-radius: 50px;
  border: 1px solid #0000001a;
  background-color: white;
  transition: all 0.3s ease-out;
}

.HtoL:hover {
  color: var(--primary, #632240);
  font-weight: 500;
  background-color: #fdeeef;
  border: 2px solid #ffd8db;
  animation-timing-function: ease-out;
  animation-duration: 300ms;
}

.LtoH {
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 12px;
  gap: 8px;
  border-width: 1px;
  border-radius: 50px;
  border: 1px solid #0000001a;
  background-color: white;
  transition: all 0.3s ease-out;
}

.LtoH:hover {
  color: var(--primary, #632240);
  font-weight: 500;
  background-color: #fdeeef;
  border: 2px solid #ffd8db;
  animation-timing-function: ease-out;
  animation-duration: 300ms;
}

@media (max-width: 767px) {
  .container-sm button {
    margin-bottom: 8px;
    width: 100%;
  }
}

.cards-container {
  display: flex;
  gap: 20px;
  overflow-x: auto;
}

.benefit-card {
  border: 1px solid #00000014;
  background-color: var(--bg-white);
  border-radius: 16px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  min-width: 280px;
  max-width: calc(25% - 15px);
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 8px;
}

.benefit-title {
  color: var(--color-text-dark);
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
}

.benefit-description {
  color: var(--color-text-light);
  font-size: 16px;
  line-height: 1.4;
  margin: 0px;
}

.carousel-container {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 30px;
}

.carousel-card {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.carousel-indicators {
  margin: 0px 0px 12px 0px;
  justify-content: center;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  margin: 0 6px;
  transition: all 0.3s ease;
}

.carousel-indicators .active {
  background-color: var(--color-secondary);
  transform: scale(1.2);
}

.carousel-control-prev,
.carousel-control-next {
  display: none;
}

.review-card:hover {
  border: 1px solid #e8bacb;
  transition: all 0.3s ease;
}

.avatar i {
  font-size: 35px;
}

.reviewer-info {
  flex: 1;
}

.reviewer-name {
  font-size: 18px;
  font-weight: 500;
  color: #27262b;
  margin: 0;
  margin-bottom: 4px;
}

.review-date {
  font-size: 14px;
  color: #52525c;
  margin: 0;
}

.review-text {
  font-size: 16px;
  color: #71717b;
  margin: 0;
  flex-grow: 1;
  height: 70px;
}

.stars {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-start;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #632240;
}

.faq-outer-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.faq-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.faqAccordian {
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
}

.faqQuestion {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faqAccordian.f-active {
  max-height: fit-content;
  background: #fff5ed;
  transition: all 0.7s cubic-bezier(0.36, 0.01, 1, 0.06);
}

.faqAnswer.f-active {
  max-height: fit-content;
  display: contents;
  transition: all 0.7s cubic-bezier(0.36, 0.01, 1, 0.06);
}

.icon.f-active {
  transform: rotate(180deg);
}

.faqQuestion i {
  font-size: 25px;
  color: #440c06;
}

.faqQuestion h5,
.faqQuestion .h5 {
  color: var(--color-primary);
  font-weight: 600;
  width: 100%;
}

.faqAnswer {
  color: var(--color-text-light);
  display: none;
}

.faqAnswer h5 {
  padding-top: 10px;
  margin: 0px;
}

.destination-outer-container {
  width: 100%;
}

.destination-box {
  height: fit-content;
  border-radius: 10px;
  border: 1.5px solid var(--UI-300, #ffa971);
  background: var(--UI-50, #fff5ed);
  margin: 0px auto 0px;
}

.destination-box h2 {
  color: var(--Solids-Saffron, #f73);
  text-align: center;
  font-weight: 600;
}

.d-search {
  padding: 14px;
  display: flex;
  align-items: center;
  height: 48px;
  border-radius: 8px;
  background: #fff;
  margin: auto;
  box-shadow: 0px 0px 3px 0px rgba(47, 22, 4, 0.1);
}

.d-search i {
  font-size: 22px;
  padding-right: 10px;
  color: #78716c;
}

.d-search input::placeholder {
  color: var(--color-text-muted);
}

.d-search input {
  border: none;
  outline: none;
  width: 100%;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.25px;
}

li::marker {
  color: #78716c;
}

.city {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  list-style: disc;
  column-gap: 40px;
  height: 300px;
  overflow-y: auto;
}

.city a {
  color: #78716c;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.city a:hover {
  color: #440c06;
  transition: all 0.3s cubic-bezier(0.36, 0.01, 1, 0.06);
}

.footer-container {
  height: 615px;
  display: flex;
  background: var(--Solids-Mulberry, #632240);
  margin-top: -260px;
  flex-direction: column;
  justify-content: flex-end;
}

.footer-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer li {
  list-style: none;
}

.footer {
  display: flex;
  gap: 30px;
  padding: 40px 0px 25px 0px;
  margin: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  cursor: pointer;
  flex-wrap: wrap;
  justify-content: center;
}

.footer a {
  color: #fff;
}

.social-icon {
  display: flex;
  gap: 16px;
}

.social-m-icon {
  display: flex;
  gap: 10px;
}

.f-h-line {
  width: 40px;
  background-color: #fff;
  height: 2px;
  margin: 18px 0px;
}

.footer-content p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 0%;
  padding-bottom: 16px;
}

.payment-img {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  padding-bottom: 20px;
  justify-content: center;
}

.payment-img img {
  width: 50px;
}

.sub-footer {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background: var(
    --gradients-mulberry-gradient,
    linear-gradient(225deg, #953561 0%, #6a0031 100%)
  );
}

.sub-footer p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  opacity: 0.8;
  margin: 0px;
}

.footer-text a {
  color: #fff;
}

.login-left img {
  border-radius: 12px;
  position: relative;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.login-right {
  background: #fff;
  padding: 0px 25px;
  position: relative;
}

.close-btn {
  position: absolute;
  top: -15px;
  right: 0px;
  border: none;
  background: transparent;
  font-size: 24px;
  cursor: pointer;
  color: var(--color-text-muted);
}

.close-btn-login {
  position: absolute;
  top: -15px;
  right: 0px;
  border: none;
  background: transparent;
  font-size: 24px;
  cursor: pointer;
  color: var(--color-text-muted);
}

.ypl-review-tabs {
  background-color: var(--bg-light-peach);
  border-radius: 6px;
  padding: 6px;
  width: fit-content;
}

.ypl-review-tabs button {
  background: none;
  border: none;
  border-radius: 5px;
  padding: 6px 40px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.ypl-review-tabs button.active,
.ypl-review-tabs button:hover {
  background-color: #fff;
  color: var(--color-primary);
  font-weight: 500;
  box-shadow: 0 4px 10px rgba(99, 34, 64, 0.08);
}

.puja-type-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 2px solid #e3cfd8;
  border-radius: 8px;
  padding: 8px 16px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
  background-color: #fff;
  color: var(--text-color);
  font-size: 14px;
}

.puja-type-btn.active {
  background-color: var(--bg-light-peach);
  color: var(--color-primary);
  border-color: var(--color-primary);
  font-weight: 500;
}

.puja-type-btn input[type="radio"] {
  accent-color: var(--color-primary);
  width: 16px;
  height: 16px;
  pointer-events: none;
}

#openRegister,
#openRegister2,
#backLogin1,
#backLogin2 {
  color: var(--color-secondary);
}

.otp-box input {
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 18px;
  margin-right: 5px;
}

.otp-method label {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
}

.otp-method label.active {
  border: 2px solid var(--color-primary);
  background-color: #fef6ff;
}

.countdown {
  color: var(--color-primary);
  font-weight: 600;
  font-size: 14px;
}

.success-popup {
  text-align: center;
  padding: 30px;
}

.success-popup i {
  font-size: 50px;
  color: var(--color-success);
  margin-bottom: 15px;
}

@media (max-width: 1200px) {
  .yd-navbar-brand img {
    max-width: 216px;
  }
}

@media (max-width: 992px) {

  a.dropdown-toggle,
  .h-btn {
    padding: 0px 0px 8px 0px;
  }

  .search-card {
    padding: 1.5rem;
  }

  .search-btn {
    width: 100%;
  }

  .city a {
    font-size: 14px;
  }

  .section-title {
    font-size: 28px;
    padding-left: 60px;
  }

  .section-title::before {
    width: 50px;
    height: 35px;
    background-size: contain;
  }

  .benefit-card {
    min-width: 300px;
    flex: 1;
    max-width: calc(25% - 15px);
  }

  .yd-section-title {
    font-size: 2rem;
  }

  .main-image {
    height: 350px;
    margin-bottom: 1rem;
  }

  .navbar-expand-lg .navbar-nav {
    align-items: flex-start;
    gap: 20px;
  }

  .video-title {
    font-size: 1.1rem;
  }

  .navbar-toggler {
    border: 0px !important;
    padding: 8px !important;
    font-size: medium !important;
    box-shadow: 0px 0px 4px 0px #cecece !important;
    border-radius: 50% !important;
  }

  .carousel-control-prev {
    left: -15px;
  }

  .carousel-control-next {
    right: -15px;
  }

  .modal-body {
    flex-direction: column;
  }

  .modal-header {
    padding: 0px 0px 8px 0px;
  }

  .filter-tabs {
    flex-direction: row !important;
    min-width: 0px;
    border-right: none;
    gap: 12px;
  }

  .filter-tabs .nav-link {
    border-radius: 8px;
    border: 1px solid #ececec;
  }

  .filter-icons {
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    height: 300px;
  }

  .location-option {
    padding: 8px 12px;
  }

  .custom-tabs .nav-link {
    padding: 10px;
    font-size: 16px;
  }

  .custom-tabs {
    gap: 0px;
    padding: 0 1rem;
  }

  #location,
  #pujaType {
    height: 300px;
  }

  .puja-title,
  .price-amount {
    font-size: 18px;
  }

  .puja-location,
  .puja-description,
  .yajman-count,
  .duration-badge {
    font-size: 14px;
  }

  .puja-description {
    padding: 4px 0px;
  }

  .icon-container {
    margin-right: 16px;
  }
}

@media (max-width: 768px) {
  .search-card {
    padding: 1.25rem;
  }

  .search-field {
    height: 55px;
  }

  .offer-content {
    font-size: 16px;
    animation-duration: 15s;
  }

  .yd-section-title {
    font-size: 1.8rem;
  }

  .timings-section {
    padding: 1.5rem;
  }

  .timing-category {
    font-size: 1.2rem;
  }

  .timing-detail {
    font-size: 1rem;
  }

  .nav-link.active::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .video-thumbnail {
    height: 180px;
  }

  .control-btn {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }

  .Sub-heading {
    justify-content: flex-start;
    gap: 40px;
  }

  h2 {
    font-size: 24px;
  }

  .footer {
    gap: 12px;
    padding: 20px 0px 15px 0px;
    font-size: 14px;
  }

  .f-h-line {
    margin: 15px 0px;
  }

  .payment-img {
    padding-bottom: 20px;
  }

  .sub-footer p {
    font-size: 12px;
  }

  .destination-outer-container {
    width: 90%;
    margin: auto;
  }

  .section-title {
    font-size: 28px;
    text-align: center;
    padding-left: 0;
  }

  .step-number {
    width: 60px;
    height: 60px;
  }

  .puja-section {
    padding: 50px 0;
  }

  .features-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 20px;
    scrollbar-width: thin;
    scrollbar-color: var(--primary-color) var(--secondary-color);
    justify-content: flex-start;
  }

  .features-container::-webkit-scrollbar {
    height: 8px;
  }

  .features-container::-webkit-scrollbar-track {
    background: var(--secondary-color);
    border-radius: 10px;
  }

  .features-container::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: 10px;
  }

  .feature-item {
    flex: 0 0 280px;
    flex-direction: column;
    text-align: center;
    padding: 25px;
  }

  .icon-container {
    margin: 0px auto 12px;
  }

  .custom-tabs {
    padding: 0 1rem;
  }

  .custom-tabs .nav-link {
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
  }

  .section-title::before {
    display: none;
  }

  .sub-nav a {
    font-size: 16px;
  }

  .heading {
    padding-left: 20px;
  }

  .heading-box img {
    width: 46px;
  }

  .feature-title {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .footer-container {
    height: 600px;
  }

  .login-left {
    display: none;
  }

  .login-right {
    padding: 0px;
  }
}

@media (max-width: 576px) {
  .search-label {
    font-size: 1rem;
  }

  .search-placeholder {
    font-size: 0.9rem;
  }

  .offer-content {
    font-size: 14px;
    animation-duration: 12s;
  }

  .offer-section {
    padding: 10px 0;
  }

  .yd-section-title {
    font-size: 22px;
  }

  .product-title {
    font-size: 1.3rem;
  }

  .card-title {
    font-size: 1.3rem;
  }

  .yd-temple-content h5 {
    color: #f73;
    font-size: 16px;
  }

  .upi-img img {
    width: 16%;
  }

  .section-subtitle {
    font-size: 1rem;
  }

  .form-label {
    font-size: 0.95rem;
  }

  .testimonial-text {
    font-size: 0.95rem;
  }

  .client-avatar {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }

  .carousel-control-prev {
    left: -10px;
  }

  .carousel-control-next {
    right: -10px;
  }

  .Sub-heading {
    justify-content: flex-start;
  }

  .step-number {
    align-self: flex-start;
  }

  .section-title {
    font-size: 24px;
    padding-left: 50px;
  }

  .section-title::before {
    width: 40px;
    height: 28px;
  }

  .benefit-card,
  .timing-card {
    padding: 20px 15px;
  }

  .custom-tabs {
    padding: 0 0.5rem;
  }

  .custom-tabs .nav-link {
    font-size: 0.9rem;
    padding: 0.5rem;
  }

  .tabs-wrapper {
    border-radius: var(--radius-sm);
  }

  .faqQuestion h5 {
    font-size: 16px;
  }

  .faqAnswer h6 {
    font-size: 14px;
  }

  .faqQuestion i {
    font-size: 18px;
    color: #440c06;
  }

  .filter-icons {
    grid-template-columns: repeat(2, 1fr);
  }

  .city-card {
    width: 80px;
  }

  .city-image {
    margin-bottom: 12px;
    width: 60px;
    height: 60px;
  }

  .city-name {
    font-size: 14px;
  }

  .filter-btn {
    font-size: 14px;
    padding: 8px 12px;
    gap: 8px;
  }

  .filter-section {
    gap: 12px;
    margin-bottom: 18px;
  }

  .nav-btn svg {
    width: 14px;
  }

  .nav-btn {
    width: 36px;
    height: 32px;
  }

  .puja-content {
    padding: 12px;
  }

  .search-input-icon,
  .search-input {
    height: 50px;
  }

  .search-btn {
    height: 50px;
    font-size: 1rem;
  }

  .puja-image {
    height: 190px;
  }

  .modal-dialog {
    margin: 12px !important;
  }
}

@media (max-width: 426px) {
  .offer-content {
    font-size: 13px;
    animation-duration: 10s;
  }

  .faqQuestion h5 {
    font-size: 14px;
  }

  h2 {
    font-size: 18px;
  }

  .step-number {
    width: 50px;
    height: 50px;
  }

  .login-btn span {
    display: none;
  }
}

@media (max-width: 376px) {
  .yd-navbar-brand img {
    max-width: 175px;
  }

  .login-btn {
    font-size: 16px;
    padding: 0px 8px;
    margin: 0%;
  }

  .page-item {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }

  .pagination-v3 {
    gap: 8px;
  }

  .footer-container {
    height: 665px;
  }

  .ypl-review-tabs button {
    padding: 6px 28px;
  }
}

.zero-content {
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  color: white;
  max-width: 700px;
  padding: 20px;
}

.ypr-filter-tabs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 10px;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.ypr-filter-tabs .book-btn-heroONE {
  flex: 0 0 auto;
  white-space: nowrap;
}

.ypr-filter-tabs::-webkit-scrollbar {
  display: none;
}

.puja-location img {
  width: 20px;
}


/* Dots */
.owl-dots {
  text-align: center;
  margin-top: 30px;
}

.owl-dot span {
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
  margin: 5px;
  transition: background 0.3s ease;
}

.owl-dot.active span {
  background: var(--color-primary);
}

.breadcrumb-item+.breadcrumb-item::before {
  content: url("../images/icons/breadcrumbarrow.svg") !important;
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
}

.temple-name {
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 2rem;
  text-transform: capitalize;
}

.main-image {
  border-radius: 10px;
  height: 365px;
  object-fit: cover;
  width: 100%;
}

.gallery-thumb {
  border-radius: 10px;
  height: 175px;
  object-fit: cover;
  width: 100%;
}

.view-more-overlay {
  position: relative;
  cursor: pointer;
}

.view-more-overlay::after {
  content: "View More";
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  bottom: 0;
  background-color: rgba(99, 34, 64, 0.7);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 1.2rem;
  transition: opacity 0.3s;
  pointer-events: none;
}

.view-more-overlay:hover::after {
  opacity: 0.9;
}

.yd-temple-content h5 {
  color: #f73;
}

.yd-events-section {
  background-color: #fff;
}

.ytd-features-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.timing-content {
  display: flex;
  gap: 28px;
  margin-top: 26px;
}

.timing-left {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.readmore-btn, .readmore_btn {
  border: none;
  padding: 0px;
  background: #fff;
  width: fit-content;
  font-weight: 600;
  font-size: 18px;
  /* color: var(--color-primary); */
  color: var(--Accents-Blue, #0088ff);
}

.read-more-new {
  color: #0d6efd;
  font-size: 14px;
  text-decoration: none;
}

.read-more-new:focus {
  color: #0d6efd !important;
  text-decoration: none;
}

.read-more-new:hover {
  color: #f73 !important;
}

.ytd-about-temple p {
  color: var(--color-text-light);
  font-size: 20px;
}

.ytd-puja-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.ytd-puja-card {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid var(--border);
  overflow: hidden;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  height: 100%;
  min-width: 300px;
}

.ytd-puja-card:hover {
  transform: translateY(-3px);
  border: 1px solid #632240;
}

@media (max-width: 992px) {
  .owl-item.center .puja-card {
    transform: scale(1.05);
  }

  .owl-dots {
    text-align: center;
    margin-top: -10px;
  }
}

@media (max-width: 769px) {
  .owl-dots {
    text-align: center;
    margin-top: -16px;
  }

  .ydp-yajman-count span {
    font-size: 14px;
  }

  .ypj-v-line {
    width: 2px;
  }

  .ytd-about-temple p {
    color: var(--color-text-light);
    font-size: 16px;
  }

  .main-image {
    height: 265px;
  }

  .tONE {
    display: none;
  }

  .gallery-thumb {
    height: 125px;
  }
}

@media (max-width: 576px) {

  .timing-title,
  .detail-label {
    font-size: 18px;
  }

  .timing-details p,
  .detail-value {
    font-size: 16px;
  }

  .breadcrumb-item a,
  .breadcrumb-item.active {
    font-size: 14px;
  }

  .breadcrumb-section {
    padding: 12px 0px 6px 0px;
  }

  .main-image {
    height: 165px;
    margin: 0px;
  }
}

@media (max-width: 426px) {
}

.form-select-sm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  border-radius: var(--bs-border-radius-sm);
}

.yp-puja-book {
  color: var(--bg-white);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  display: inline-flex;
  padding: 15px 18px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: var(--gradient-button);
  border: none;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.yp-puja-book img {
  width: 28px;
}

.yp-puja-book:hover {
  transform: translateY(-3px);
  box-shadow: var(--box-shadow);
}

.yp-puja-bookTWO {
  color: var(--bg-white);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  display: inline-flex;
  padding: 15px 18px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: var(--gradient-button);
  border: none;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.form-control-date {
  padding: 16px 16px !important;
}

.main-money {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary, #632240);
}

.package-over-out {
  border: 1px solid #00000014;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 32px;
  border-width: 1px;
  border-radius: 16px;
}

@media (max-width: 768px) {
  .package-over-out {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
  }
}

@media (max-width: 450px) {
  .package-over-out {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
}

.submit-btn {
  background: var(--gradient-button);
  color: white;
  border: none;
  padding: 12px 0;
  font-weight: 600;
  border-radius: 8px;
  width: 100%;
  transition: 0.3s;
}

.submit-btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.yp-benefite-box i {
  font-size: 24px;
  color: var(--color-success);
}

.yp-benefite-box h5 {
  color: var(--color-text-medium);
}

.yp-benefite {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.yp-benefite-box:hover {
  box-shadow: 0 4px 10px rgba(99, 34, 64, 0.08);
}

@media (max-width: 992px) {
  .yp-benefite {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .yp-benefite-box h5 {
    font-size: 16px;
  }
}

.yp-v-line {
  width: 3px;
  background: var(--border-color);
  border-radius: 8px;
}

.well-cent {
  background-color: #fff0e8;
}

.card-img-ONE img {
  width: 270px;
  height: 190px;
  border-radius: 11px;
  object-fit: cover;
  object-position: center;
}

.n-txt {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  text-transform: capitalize;
  color: #212123;
}

@media (max-width: 430px) {
  .n-txt {
    font-size: 16px;
  }
}

.light-bor {
  border: 1px solid #00000014;
}

.card-img-out {
  display: flex;
  gap: 20px;
  align-items: center;
}

@media (max-width: 767px) {
  .card-img-out {
    flex-direction: column;
    align-items: flex-start;
  }

  .card-img-ONE img {
    width: 100%;
    height: auto;
  }

  .mbscroll {
    overflow-x: auto;
  }
}

.center-image {
  width: 30%;
}

.incusion {
  background-color: #fff0e8;
  overflow-x: hidden;
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.review-tabs {
  background-color: var(--bg-light-peach);
  border-radius: 6px;
  padding: 6px;
}

.review-tabs button {
  background: none;
  border: none;
  border-radius: 5px;
  padding: 8px 20px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.review-tabs button.active,
.review-tabs button:hover {
  background-color: #fff;
  color: var(--color-primary);
  font-weight: 500;
  box-shadow: 0 4px 10px rgba(99, 34, 64, 0.08);
}

.review-card {
  border-radius: 16px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 16px;
  
}

.yp-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #f8e9ef;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #632240;
  font-size: 22px;
}

.yp-avatar i {
  font-size: 28px;
}

.yp-review-card {
  margin: 0px auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

label {
  font-weight: 500;
  color: var(--color-text-medium);
  margin-bottom: 6px;
}

.form-control {
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  box-shadow: none;
  height: 48px;
  resize: none;
  padding: 10px 16px !important;
}

.form-control:focus {
  border-color: #632240;
  box-shadow: 0 0 0 0.2rem rgba(99, 34, 64, 0.1);
}

.yp-stars {
  display: flex;
  gap: 16px;
  font-size: 32px;
  cursor: pointer;
}

.yp-stars i {
  color: #ccc;
  transition: color 0.25s ease;
}

.yp-stars i.hover,
.yp-stars i.active {
  color: #f5b301;
}

.bottom-book-bar.show {
  transform: translateY(0);
}

.bottom-book-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.1);
  z-index: 1050;
  padding: 10px 0;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

@media (max-width: 450px) {
  /* .bottom-book-bar {
    width: 96%;
  } */

  .main-money {
    font-size: 18px;
  }

  .yp-puja-bookTWO {
    font-size: 16px;
    padding: 10px 10px;
  }
}

.main-infos {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.main-infos>div {
  flex: 0 0 auto;
  white-space: nowrap;
}

.main-infos::-webkit-scrollbar {
  display: none;
}

.days-to-inner-button.active {
  background: linear-gradient(360deg, #632240 0%, #c94582 100%);
  border-radius: 4px;
  padding-top: 4px;
  padding-right: 16px;
  padding-bottom: 4px;
  padding-left: 16px;
  border: none;
  color: #ffffff;
  margin: 5px;
}

.days-to-inner-button {
  background: white;
  border-radius: 4px;
  padding: 4px 16px;
  border: 1px solid transparent;
  background-image:
    linear-gradient(white, white),
    linear-gradient(225deg, #ffe5f1 0%, #b4507e 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  margin: 5px;
}

.new-day {
  border: 1px solid #00000014;
  border-radius: 16px;
  border-width: 1px;
  padding: 32px;
}

.rounn {
  border-radius: 24.58px;
  padding-top: 5.46px;
  padding-right: 10.93px;
  padding-bottom: 5.46px;
  padding-left: 10.93px;
  background: linear-gradient(360deg, #632240 0%, #c94582 100%);
  color: #ffffff;
}

.rounn-side-text {
  color: var(--Color, #18171d);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
}

.final-info-txt {
  font-size: 18px;
  color: var(--Color-3, #52525c);
}

.Pack-detail {
  background: white;
  border-radius: 12px;
  border: 1px solid #eee;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.Pack-detail table {
  width: 100%;
  table-layout: fixed;
}

.Pack-detail th,
.Pack-detail td {
  word-break: break-word;
  white-space: normal;
}

@media (max-width: 380px) {
  .rounn-side-text {
    font-size: 16px;
  }

  .final-info-txt {
    font-size: 16px;
  }
}

/* -------------------------------------------------------
-------------- style.css file -----------------
------------------------------------------------------- */

#lancolor {
  color: #ff7733;
}

.yp-benefit-card {
  background-color: var(--bg-white);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  min-width: 280px;
  border: 1px solid #ececec;
}

.yp-benefit-card:hover {
  border: 1px solid #e8bacb;
  transition: all 0.3s ease;
}

.yp-benefit-title {
  color: var(--color-text-dark);
  font-weight: 600;
}

.yp-benefit-description {
  color: var(--color-text-light);
  font-size: 16px;
}

.yp-benefit-icon {
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 8px;
}

.yp-benefit-card a {
  font-weight: 600;
  color: #440c06;
  text-decoration: none;
}

.arrow-img {
  width: 24px;
  height: 24px;
}

.yph-height {
  background-color: #fff;
  font-size: 20px;
  color: var(--color-primary);
  border-radius: 8px;
  width: fit-content;
}

.yph-pra {
  color: var(--color-text-dark);
  font-size: 18px;
}

.yph-puja-details i {
  font-size: 24px;
  color: var(--color-success);
}

.yph-puja-details p {
  font-size: 18px;
  color: var(--color-text-light);
}

.yph-details-1 {
  background-color: #fff;
  border-radius: 8px;
  min-width: 150px;
}

.yph-details-1 i {
  font-size: 24px;
  color: var(--color-primary);
}

.yph-details-1 p {
  color: var(--color-text-dark);
}

.yph-details-1 span {
  color: var(--color-text-light);
}

.yph-p img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.yph-details-1 img {
  width: 30px;
  height: 30px;
}

.yph-app img:hover {
  transform: scale(1.03);
  transition: all 0.3s ease-in;
}

.yph-app-container {
  display: flex;
  background-color: #fff;
  border-radius: 16px;
}

.yph-heading {
  color: var(--color-primary);
  letter-spacing: -1px;
  padding-left: 30px;
  margin-top: -12px;
}

.yph-heading span {
  font-weight: 700;
}

.yph-sub-details img {
  width: 55px;
  height: 55px;
}

.yph-details h4 {
  font-weight: 700;
  color: var(--color-primary);
}

.yph-details span {
  color: var(--color-primary);
  font-weight: 500;
}

.yph-new-in-app {
  background-color: var(--bg-light-peach);
  border-radius: 8px;
  width: fit-content;
}

.yph-app img {
  width: 230px;
}

.yph-benefit-card {
  background-color: var(--bg-white);
  border-radius: 16px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  min-width: 240px;
  max-width: calc(25% - 15px);
}

.yph-benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.yph-benefit-icon {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 8px;
}

.yph-benefit-title {
  color: var(--color-primary);
  font-weight: 600;
  font-size: 32px;
  margin: 0px;
}

@media (max-width: 1200px) {
  .yph-heading {
    font-size: 28px;
  }

  .yph-details h4 {
    font-size: 20px;
  }

  .yph-sub-details img {
    width: 50px;
    height: 50px;
  }

  .yph-new-in-app h5 {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .yph-container {
    display: flex;
    flex-direction: column;
  }

  .yph-p img {
    height: 375px;
  }

  .yph-app-container {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .yph-app img {
    width: 200px;
  }

  .yph-heading {
    padding-left: 18px;
    font-size: 24px;
  }

  .yph-sub-details img {
    width: 46px;
    height: 46px;
  }

  .yph-about-app {
    flex-wrap: wrap;
  }

  .yph-p img {
    height: 300px;
  }
}

@media (max-width: 568px) {
  .yph-wrapper {
    overflow-x: auto;
    scroll-behavior: smooth;
  }

  .yph-height,
  .yph-pra,
  .yph-puja-details p {
    font-size: 16px;
  }

  .yp-benefit-icon {
    width: 55px;
  }

  .yp-benefit-title {
    font-size: 18px;
  }
}

@media (max-width: 425px) {
  .yph-details span {
    font-size: 14px;
  }

  .yph-details h4 {
    font-size: 18px;
  }

  .yph-heading {
    font-size: 20px;
  }

  .yph-app {
    flex-direction: column;
    align-items: center;
  }
}

/* -------------------------------------------------------
-------------- wellness-review.css file -----------------
------------------------------------------------------- */

.ypr-highlight h4 {
  font-weight: 600;
  color: var(--color-primary);
}

.ypr-review-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.2s ease-in-out;
  border: 1px solid var(--border);
}

.ypr-review-card:hover {
  border: 2px solid #e8bacb;
  background-color: #e8bacb19;
}

.ypr-review-header {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.ypr-yp-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #f8e9ef;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #632240;
  font-size: 22px;
}

.ypr-reviewer-name {
  margin: 0;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.ypr-review-date {
  font-size: 13px;
  color: var(--color-text-muted);
  margin: 0;
}

.ypr-review-text {
  font-size: 16px;
  color: var(--color-text-light);
  flex-grow: 1;
}

.ypr-yp-avatar i {
  font-size: 28px;
}

.ypr-wreview-tabs {
  background-color: var(--bg-light-peach);
  border-radius: 6px;
  padding: 6px;
  width: fit-content;
}

.ypr-wreview-tabs button {
  background: none;
  border: none;
  border-radius: 5px;
  padding: 8px 28px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.ypr-wreview-tabs button.active,
.ypr-wreview-tabs button:hover {
  background-color: #fff;
  color: var(--color-primary);
  font-weight: 500;
  box-shadow: 0 4px 10px rgba(99, 34, 64, 0.08);
}

.upload-box {
  border: 2px dashed #632240;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  color: #632240;
  background: #fdf5f7;
  cursor: pointer;
  transition: 0.3s;
}

.upload-box:hover {
  background: #f9ebf0;
}

@media (max-width: 576px) {
  .ypr-highlight h4 {
    font-size: 18px;
  }

  .hero-bg-desktop {
    display: none;
  }

  .hero-bg-mobile {
    display: block;
    width: -webkit-fill-available;
  }
}

@media (max-width: 376px) {
  .ypr-wreview-tabs button {
    padding: 8px 12px;
    font-size: 15px;
  }

  .review-tabs button {
    padding: 8px 12px;
    font-size: 15px;
  }
}

.yd_class_scroll_container {
  overflow-x: auto;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.yd_class_scroll_container::-webkit-scrollbar {
  display: none;
}

.yd_class_slider_arrow {
  min-width: 45px;
  height: 45px;
  background-color: #632240;
  color: white;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}

/* -------------------------------------------------------
-------------- succ-fail.css file -----------------
------------------------------------------------------- */
.ck {
  color: var(--primary, #632240);
  font-weight: 600;
  font-style: Semi Bold;
  line-height: 100%;
  letter-spacing: 0%;
}

.success-ids-info {
  color: var(--primary, #632240);
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: 0%;
  text-align: center;
}

@media (max-width: 376px) {
  .success-ids-info {
    font-size: 25px;
  }
}

.book-id-is p {
  color: #646464;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.book-id-is span {
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
}

.after-info {
  background: #e5f3fe;
}

.noteONE img {
  width: 22px;
  height: 22px;
}

.Main-p-info p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #3f3f47;
}

.noteONE {
  font-weight: 500;
  font-size: 22px;
  line-height: 150%;
}

@media (max-width: 770px) {
  .noteONE {
    font-size: 18px;
  }

  .Main-p-info p {
    font-size: 14px;
  }
}

.need-help {
  background: var(--BG-p-1, #fbf1f4);
}

.pON {
  color: #212123;
  font-weight: 400;
  font-size: 22.53px;
}

.pTO {
  color: #9d9da1;
  font-weight: 400;
  font-size: 18.02px;
  line-height: 100%;
  letter-spacing: 0%;
}

.new-cc {
  overflow-x: auto;
}

.help-cards {
  width: 383px;
  height: 190px;
  border: 1px solid #6322408a;
  border-radius: 12px;
}

.view-all-btn {
  border-radius: 8px;
  border-width: 1px;
  padding-top: 10px;
  padding-right: 24px;
  padding-bottom: 10px;
  padding-left: 24px;
  border: 1px solid var(--BG-p-2, #f3d5e0);
  color: var(--primary, #632240);
  background-color: white;
}

.view-all-btn:hover {
  border: 2px solid var(--BG-p-2, #f3d5e0);
  background-color: #f3d5e037;
}

.fail-img {
  width: 35%;
}

.tOp,
.eNd {
  font-weight: 400;
  font-size: 13.12px;
  vertical-align: middle;
  color: #632240cc;
}

.mId {
  color: var(--primary, #632240);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 21.87px;
  line-height: 100%;
  vertical-align: middle;
}

.price-and-btn {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

/* Mobile */
@media (max-width: 767px) {
  .price-and-btn {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .price-and-btn button {
    width: 100%;
  }
}

.img-ONE img {
  object-fit: cover;
  border-radius: 1rem;
}

.name {
  color: var(--Text-Color-1, #18171d);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  line-height: 28.44px;
}

.desc {
  color: var(--primary, #632240);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
}

.nameONE {
  color: var(--Text-Color-1, #18171d);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 28.44px;
}

.headdi {
  color: #632240;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  letter-spacing: 0%;
  text-transform: capitalize;
  line-height: 28.44px;
}

.start-from {
  font-weight: 600;
}

.yth-v-line {
  margin-top: 2px;
  width: 3px;
  background: var(--border-color);
  border-radius: 8px;
  height: 40px;
}

.yth-H-line {
  margin-top: 2px;
  width: auto;
  background: var(--border-color);
  border-radius: 8px;
  height: 1px;
}

.cus-lab {
  color: #27262b;
  font-weight: 400;
  font-style: Regular;
  font-size: 17px;
  line-height: 120%;
  letter-spacing: 0%;
}

.traveller-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.traveller-body, .traveller_det_body {
  display: none;
  padding-top: 6px;
}

.traveller-card.active .traveller-body,
.trv_head.active .traveller_det_body {
  display: block;
}

.arrow, .arrow_main {
  transition: transform 0.3s ease;
}

.traveller-card.active .arrow, .trv_head.active .arrow_main {
  transform: rotate(180deg);
}

.trip-info img {
    width: 40% !important;
}
.trip-info-head {
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
}

.all-det {
  color: var(--primary, #632240);
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}

.view-arrow.rotate {
  transform: rotate(180deg);
}

input[type="radio"] {
  /* transform: scale(1.9); */
  cursor: pointer;
  accent-color: var(--primary, #632240);
}

input[type="checkbox"] {
  transform: scale(1.5);
  cursor: pointer;
  accent-color: #632240;
}

.checkChecked {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  color: var(--Color-4, #71717b);
}

.check-btn {
  gap: 5px;
  border-radius: 8px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  background: linear-gradient(225deg, #953561 0%, #6a0031 100%);
}

.step-wizard {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.step-item {
  text-align: center;
  position: relative;
  flex: 1;
  color: #ccc;
  max-width: 200px;
}

.step-item.active {
  color: var(--primary-maroon);
  font-weight: 600;
}

.step-circle {
  width: 100px;
  height: 40px;
  border-radius: 9px;
  background: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  z-index: 2;
  position: relative;
  color: #666;
  transition: 0.3s;
}

.step-item.active .step-circle {
  background: var(--primary-maroon);
  color: white;
}

.step-item:not(:last-child):after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #e0e0e0;
  top: 20px;
  left: 50%;
  z-index: 1;
}

.Pack-detail {
  background: white;
  border-radius: 12px;
  border: 1px solid #eee;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.btn-maroon {
  background-color: var(--primary-maroon);
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  font-weight: 600;
}

.btn-maroon:hover {
  background-color: #601838;
  color: white;
}

.step-section {
  display: none;
}

.step-section.active {
  display: block;
  animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.payment-option {
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.payment-option.active-payment {
  border: 1px solid var(--BG-p-3, #e8bacb);
  background: linear-gradient(135deg, #f3e8ff8b 0%, #faf5ff74 100%);
  box-shadow: 0 6px 18px rgba(128, 32, 74, 0.15);
}

.clickable-img {
  cursor: pointer;
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}

.clickable-img:hover {
  transform: scale(1.02);
  filter: brightness(0.9);
}

@media (max-width: 767px) {

  .gallery-mobile-scroll {
    display: block !important;
  }

  .gallery-mobile-scroll .gallery-thumb {
    height: 350px !important;
    margin-bottom: 0;
  }

  .gallery-mobile-scroll .tONE {
    display: block !important;
  }

  .gallery-mobile-scroll .row.g-3 {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 12px;
  }
}

.main-infos-grid {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.main-infos-grid>div {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  border: 1px solid #00000014;
  border-radius: 8px;
  background-color: #fff;
}

.main-infos-horizontal {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.main-infos-horizontal>div {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: 8px 15px;
  border: 1px solid #00000014;
  border-radius: 8px;
  background-color: #fff;
}

.main-infos-horizontal::-webkit-scrollbar {
  display: none;
}

.yd_class_itinerary_item {
  overflow: hidden;
}

.yd_class_itinerary_btn {
  padding: 1.25rem;
  background-color: #fff !important;
  color: #333 !important;
  box-shadow: none !important;
}

.yd_class_itinerary_btn::after {
  background-image: none !important;
  font-family: "Font Awesome 6 Free";
  content: "\f078";
  font-weight: 900;
  font-size: 1.2rem;
  color: #8a1d41;
}

.yd_class_itinerary_btn:not(.collapsed)::after {
  transform: rotate(180deg);
}

.yd_class_day_circle {
  min-width: 40px;
  height: 40px;
  background-color: #8a1d41;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1.1rem;
}

.yd_class_day_info strong {
  font-size: 1.1rem;
}

.yd_class_itinerary_body {
  background-color: #fff;
  padding: 1.5rem;
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}

.yd_class_itinerary_body img {
  max-height: 180px;
  object-fit: cover;
}

@media (max-width: 576px) {
  .yd_class_day_info strong {
    font-size: 0.95rem;
  }

  .yd_class_itinerary_btn {
    padding: 1rem;
  }
}

.yd_class_inner_filters .nav-link {
  color: #666;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  margin-right: 20px;
}

.yd_class_inner_filters .nav-link.active {
  color: #0d6efd !important;
  border-bottom-color: #0d6efd !important;
  background: none !important;
}

.yd_class_write_review_btn {
  background-color: #83272d;
  border: none;
}

.yd_class_itinerary_body ul li {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #444;
}

@media (max-width: 576px) {
  .yd_class_itinerary_body ul li {
    font-size: 0.95rem;
  }
}

.yd_class_policy_tabs .nav-link {
  color: #444;
  font-weight: 600;
  background: none;
  border: 1px solid transparent;
  padding: 8px 25px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.yd_class_policy_tabs .nav-link.active {
  background-color: transparent !important;
  color: #8a1d41 !important;
  border: 1px solid #8a1d41 !important;
}

.yd_class_policy_list li {
  padding: 10px 0;
  color: #555;
  font-size: 0.95rem;
  display: flex;
  align-items: baseline;
}

.yd_class_policy_list li i {
  color: #777;
  font-size: 8px;
}

.yd_class_inner_acc_btn {
  background-color: transparent !important;
  color: #444 !important;
  font-weight: 600 !important;
  box-shadow: none !important;
  padding: 15px 0 !important;
}

.yd_class_inner_acc_btn::after {
  filter: grayscale(1);
  background-size: 1.2rem;
}

.yd_class_inner_acc_btn:not(.collapsed) {
  color: #8a1d41 !important;
}

@media (max-width: 768px) {
  .yd_class_policy_tabs {
    flex-direction: column;
    border-bottom: none;
  }

  .yd_class_policy_tabs .nav-item {
    width: 100%;
    margin-bottom: 10px;
  }

  .yd_class_tab_btn {
    width: 100%;
    text-align: center;
  }
}

/* .form-control:read-only:not([type="file"]) {
  background-color: #f0f0f0 !important;
  color: #666 !important;
  cursor: not-allowed !important;
} */

input.form-control:read-only:not([type="file"]),
textarea.form-control:read-only {
  background-color: #f0f0f0 !important;
  color: #666 !important;
  cursor: not-allowed !important;
}

/* start by mr 08-04-2026 */
.underline {
  cursor: pointer;
  text-decoration-line: underline;
}

.pck-includ {
  height: 105px;
  overflow-x: auto;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.nav-btn-custom {
  width: 45px;
  height: 45px;
  z-index: 100;
}

.slide-icon {
  color: var(--color-primary) !important;
}

.catheading {
  color: var(--color-primary) !important;
}

.new-card {
  background: white;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 912px) {
  .nav-btn-custom {
    width: 45px;
    height: 45px;
    margin-left: -25px;
    margin-right: -10px;
  }

  .slide-icon {
    font-size: 45px;
  }
}

@media (max-width: 540px) {
  .nav-btn-custom {
    width: 40px;
    height: 40px;
    margin-left: -25px;
  }

  .slide-icon {
    font-size: 40px;
  }
}

@media (max-width: 412px) {
  .help-cards {
    width: 290px;
  }

  .help_block{
    justify-content: center;
  }

  .pON {
    font-size: 17.53px;
  }
  .pTO {
    font-size: 15.02px;
  }

  .nav-btn-custom {
    width: 30px;
    height: 30px;
    margin-left: -18px;
    margin-right: -1px;
  }

  .slide-icon {
    font-size: 30px;
  }
  .in-pack-text{
    width: 220px !important;
  }
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 15px;
  border: none;
  background: transparent;
  font-size: 24px;
  cursor: pointer;
  color: var(--color-text-muted);
}

/* ===== Overlay ===== */
.global-loader-overlay {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}

.modal-content .img {
  width: 17%;
}

/* ===== Card ===== */
.global-loader-card {
  background: #fff;
  padding: 30px 40px;
  border-radius: 16px;
  text-align: center;
  width: 280px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

/* ===== Loader Text ===== */
.loader-text p {
  margin: 0;
}

.bar-loader {
  display: flex;
  gap: 6px;
  height: 30px;
  align-items: flex-end;
  margin-bottom: 16px;
  justify-content: center;
}

.bar-loader span {
  width: 6px;
  background: #6366f1;
  animation: pulse 1s infinite ease-in-out;
}
.bar-loader span:nth-child(1) { height: 30%; }
.bar-loader span:nth-child(2) { height: 50%; animation-delay: .1s; }
.bar-loader span:nth-child(3) { height: 70%; animation-delay: .2s; }
.bar-loader span:nth-child(4) { height: 90%; animation-delay: .3s; }

@keyframes pulse {
    0%, 100% { height: 30%; }
    50% { height: 100%; }
}

/* end by mr */

/* DL Select dropdown */
span.select2-dropdown.select2-dropdown--below,
span.select2-dropdown.select2-dropdown--above {
  max-height: 350px !important;
  overflow-y: auto;
  border-radius: 12px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  padding: 0;
}

.select2-search--dropdown {
  padding: 10px !important;
  position: sticky;
  top: 0;
  background: #fff;
  padding: 10px;
  border-bottom: 1px solid #eee;
  z-index: 10;
}

input.select2-search__field {
  width: 100% !important;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 8px 10px !important;
  font-size: 14px;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #f5ebf0 !important;
  color: #632240 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected="true"] {
  background-color: #f5ebf0 !important;
  color: #632240 !important;
}

.has-icon+.select2 .select2-selection {
  padding-left: 2rem !important;
}

.select2-container .select2-selection--single {
  height: 34px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px !important;
  font-size: 18px !important;
}

.select2-results__option {
  padding: 10px 15px !important;
  transition: background 0.2s !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px !important;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 350px !important;
  overflow-y: visible !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e0e0e0 !important;
  color: #000000 !important;
}

#language_search+.select2-container {
  border: none !important;
  padding: 0.75rem 0rem !important;
  height: 55px !important;
}

.select2 {
  width: 100% !important;
}

.search-input+.select2-container {
  background-color: #ffffff !important;
  border: 1px solid var(--border-color) !important;
  border-radius: 8px !important;
  padding: 0.75rem 1rem 0.75rem 1rem !important;
  height: 60px !important;
  width: 100% !important;
  font-size: 1rem !important;
  transition: all 0.3s ease !important;
  color: #333 !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid transparent !important;
}

.text-muted {
  font-size: 13px;
  color: #6b7280;
}

.ytd-wrapper {
  overflow: scroll;
}

.gallery-container {
  display: flex;
  gap: 8px;
}

.gallery-container:hover {
  cursor: pointer;
}

.large-image {
  width: calc(60% - 8px);
  height: 360px;
  border-radius: 20px 7px 7px 20px;
  overflow: hidden;

  /* width: 760px;
  height: 360px;
  border-radius: 20px 7px 0px 0px;
  overflow: hidden;
  margin-right: 8px; */
}

.defualt-large-image {
  width: auto;
  height: 300px;
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
  /* margin-right: 8px; */
}

.small-images-column {
  display: grid;
  flex-direction: column;
  width: 40%;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  height: 360px;
  gap: 8px;

  /* display: flex;
  flex-direction: column;
  width: calc(18% - 5px);
  height: 360px; */
}

.small-image {
  /*height: calc(50% - 4px);*/
  overflow: hidden;
  border-radius: 7px;
  /* width: 100%;
  height: 300px;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 8px; */
}

.small-image:last-child {
  margin-bottom: 0;
}

.overlay-image {
  position: relative;
}

.overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  font-weight: bold;
}

.mainimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1024px) {
  .large-image {
    /* width: 150px; */
    height: 240px;
  }

  .large-image {
      width: calc(65% - 8px);
  }

  .small-images-column {
    display: flex;
    flex-direction: column;
    width: calc(30% - 4px);
    height: 240px;
  }

  .small-images-column .small-image:nth-child(n+3) {
    display: none;
  }

  .small-image {
    width: 100%;
    height: 115px;
  }

  .pswp__tion__top {
    font-size: 12px;
  }

  .hide-img-mobile {
    display: none;
  }
}

.pswp__caption__center {
  text-align: center;
}

.pswp__tion__top {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  text-align: center;
  /* font-weight: bold; */
  z-index: 10;
}

.display-none {
  display: none !important;
}

.large-image-mobile {
  width: 600px;
}

.button-marign-mobile {
  margin: 0 0 0 -15px;
}

@media (max-width: 768px) {
  .view-more-overlay::after {
    font-weight: 600;
    font-size: 1rem !important;
  }

  .large-image {
    width: calc(70% - 6px);
    height: 220px;
  }

  .small-images-column {
    width: 30%;
    height: 220px;
  }

  .small-image {
    height: calc(50% - 4px);
  }
  .small-images-column .small-image:nth-child(n+3) {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .card-img-out {
    flex-wrap: wrap !important;
  }
}

input#package_date {
  height: 56px;
}

/* pagination */

.pagination-wrapper .pagination li+li {
  margin-left: 20px !important;
}

.pagination-wrapper .pagination {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}

.pagination-wrapper .pagination li a {
  font-size: 16px;
  font-weight: 600;
  /* background-color: rgba(255,153,36,0.7); */
  border: 1px solid #6F6F6F;
  height: 40px;
  width: 40px;
  font-weight: 600;
  border-radius: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #313131;
  transition: all 0.5s;
  text-decoration: none;
}

.pagination-wrapper .pagination li.next-page a em img {
  transform: rotate(180deg);
}

.pagination-wrapper .pagination li a em {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.pagination-wrapper .pagination li:not(.next-page, .prev-page) a:hover {
  background-color: #f1f1f1;
  color: #000;
}

.active.open_page {
  border-radius: 25% !important;
  background: var(--gradient-button) !important;
}

a.book-btn-heroTWO {
  text-decoration: none;
}

.tab-outer-wrapper.tab-wrapper.description_div {
  box-shadow: 0px 0px 9px #00000070;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #000;
  overflow-x: auto;
}

.read_more {
  float: right;
  text-decoration: none;
  color: #632240b5;
  font-size: 14px;
  cursor: pointer;
}

.read_more:hover {
  color: #74294C;
}

.over_flow {
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}

.div_Dis .over_flow {
  overflow: hidden !important;
}

.tab-outer-wrapper.tab-wrapper.description_div {
    background: #fff !important;
}

.in_excl_description li p{
    margin-bottom:0 !important;
}

.in_excl_description li {
    list-style: none;
    /*font-size: 20px;*/
    color: var(--color-text-light);
    position: relative;
    padding-left: 30px;
    margin-bottom: 1rem;
}

.in_excl_description li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.inclus_img li::before {
    background-image: url('/assets/images/icons/icons_success-16.svg');
}

.exclus_img li::before {
    background-image: url('/assets/images/icons/VectorXXX.svg');
}

.short_readmore_content {
    max-height: 200px;
    overflow: hidden;
}

.yd_class_policy_content .short_readmore_content {
    max-height: 400px !important;
    overflow: hidden;
}

.short_readmore_content.expanded {
    max-height: 100% !important;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    border-color: transparent !important;
}

.is_checked_error {
    display: none;
    color: red;
    font-size: 16px;
}
.error, .trv_error {
    color: red;
    font-size: 16px;
    display: none;
}
.Pack-detail:has(input[type="radio"]:checked), 
.Pack-detail:has(input[type="radio"]:hover) {  
    border: 2px solid #E8BACB;  
}
.booking_with{
    transform: scale(1.5);
}
.radio-point {
    cursor: pointer;
}
.cla-sub {
    font-size: 12px;
    font-weight: 500;
    color: #71717b;
}
.form-check-input:checked {
    background-color: #720A3A !important;
    border-color: #720A3A !important;
}
p.tOp, p.start-from, p.headdi, p.nameONE {
    margin-bottom: 0 !important;
}
.heading-box p {
    color: var(--Solids-Mulberry, #632240);
    opacity: 0.8;
    padding-left: 30px;
}
.yd_img_fluid{
  width:85%;
}

.segment-box {
    background: #fff;
    border: 3px solid #D6D3D1;
    border-radius: 10px;
    padding: 6px;
    display: inline-flex;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

span.select2-selection.select2-selection--single:focus-visible {
  outline: transparent !important; 
}

.custom-tooltip {
    position: absolute;
    background: #000;
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 5px;
    z-index: 9999999999999999;
    white-space: nowrap;
}

.search-section-wellness {
    background: #f7f7f7;
}

/* Main Card */
.ypj-search-card-ai {
    background: linear-gradient(
            96.91deg,
            rgba(255, 217, 192, 0.2) 5.96%,
            rgba(236, 235, 224, 0.2) 20.65%
        ),
        linear-gradient(
            180deg,
            #FFF1EA 0%,
            #FBFBFB 100%
        );

    border-radius: 14px;
    padding: 35px 40px;
}

/* Header */
.ai-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.ai-icon {
    width: 44px;
    height: 44px;
    background: #ff7733;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

.ai-title {
    margin: 0;
    /*font-size: 48px;*/
    font-weight: 700;
    color: #27262B;
    line-height: 1;
}

.ai-subtitle {
    margin: 5px 0 0;
    font-size: 14px;
    color: #52525C;
}

/* Search Area */
.ai-search-wrapper {
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding: 14px 18px 48px;
}

/* Input */
.ai-search-input {
    width: 100%;
    border: none;
    outline: none;
    padding: 0 60px;
    font-size: 14px;
    color: #52525C;
    height: 42px;
    background: transparent;
}

/* Left Icon */
.ai-search-btn {
    position: absolute;
    left: 15px;
    top: 14px;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 12px;
    background: #2F5846;
    color: #fff;
    cursor: pointer;
}

/* Right Arrow */
.ai-submit-btn {
    position: absolute;
    right: 15px;
    top: 14px;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: #f2f2f2;
    color: #2F5846;
    font-size: 18px;
    cursor: pointer;
}

.ai-submit-btn:disabled{
  cursor: not-allowed;
}
/* Tags */
.ai-tags {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    padding-left: 60px;
}

.ai-tag {
    padding: 4px 12px;
    border-radius: 20px;
    border: 1px solid #ff7733;
    background: #fff5ed;
    color: #ff7733;
    font-size: 12px;
    line-height: 1.2;
    cursor: pointer;
}

.ai-tag.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}
@media (max-width: 768px) {

    .ypj-search-card-ai {
        padding: 25px 20px;
    }

    .ai-title {
        font-size: 32px;
    }

    .ai-search-wrapper {
        padding: 14px 12px 55px;
    }

    .ai-search-input {
        padding: 0 50px;
        font-size: 13px;
    }

    .ai-tags {
        flex-wrap: wrap;
        padding-left: 50px;
    }
}

.ai-bot-container{
    background:#fdf6f2;
    border-radius:16px;
    display:flex;
    flex-direction:column;
}

.ai-bot-cont
{
  padding:20px;
  height:70vh !important;
}

/* AI Question */
.ai-question-row{
    display:flex;
    align-items:flex-start;
    gap:10px;
    margin-bottom:25px;
}

.ai-avatar{
    width:30px;
    height:30px;
    border-radius:50%;
    background:#7b284c;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
}

.question-card{
    background:#fff;
    border-radius:10px;
    padding:12px;
    max-width:85%;
}

.question-title{
    color:#ff7733;
    font-size:14px;
    margin-bottom:10px;
}

.option-list{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.option-btn{
    border:1px solid #ffb088;
    background:#fff5ed;
    color:#ff7733;
    border-radius:20px;
    padding:5px 12px;
    cursor:pointer;
    font-size:12px;
}

.option-btn:hover{
    background:#ff7733;
    color:#fff;
}

/* User Answer */
.user-answer-row{
    display:flex;
    justify-content:flex-end;
    /*align-items:center;*/
    align-items:self-start;
    gap:10px;
    margin:20px 0;
}

.user-answer{
    background:#ff7733;
    color:#fff;
    padding:8px 18px;
    border-radius:8px;
    font-size:13px;
}

.user-dot{
    width:30px;
    height:30px;
    border-radius:50%;
    background:#7b284c;
}


/* Scrollable Chat Section */
.typing-indicator {
  display: flex;
  gap: 5px;
  padding: 10px 16px;
  background: #ebdfbd;
  border-radius: 24px;
  width: fit-content;
}
.typing-indicator span {
  width: 8px;
  height: 8px;
  background: #5e5a44;
  border-radius: 50%;
  animation: blink 1.3s infinite;
}
.typing-indicator span:nth-child(2) { animation-delay: 0.2s; }
.typing-indicator span:nth-child(3) { animation-delay: 0.4s; }
@keyframes blink { 0%, 100% { opacity: 0.2; } 50% { opacity: 1; } }
.chat-area{
    flex:1;
    overflow-y:auto;
    overflow-x:hidden;
    padding-right:10px;
    scrollbar-width: none;
     -ms-overflow-style: none;
}

.chat-area::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}
@media(max-width:768px){

    .ai-bot-container{
        height:80vh;
        padding:15px;
    }

}