.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.seprator{
  border-top: 10px solid #efefef;
}
#slider {
  cursor: pointer;
}
.slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity .6s ease;
}
button#slickNextBtn {
  font-size: 40px;
  font-weight: 300;
  padding-bottom: 4px;
  padding-left: 1px;
  display: flex;
}
button#slickPrevBtn {
  font-size: 40px;
  font-weight: 300;
  padding-bottom: 4px;
  padding-right: 1px;
  display: flex;
}
.slide.active {
  opacity: 1;
}

.thumb {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  border: 1px solid #ddd;
  cursor: pointer;
  box-sizing: content-box;
}

.thumb:hover {
  border: 2px solid #000;
}

.specialTag {
  font-size: 16px;
  width: fit-content;
}

.specialTag:after {
  content: "";
  display: block;
  width: 100%;
  height: 2.5px;
  margin-top: 6px;
  background: linear-gradient(to right, transparent, #fb840a, transparent);
}

.timer-box {
  background: #dcfce7;
  padding: 14px 20px;
  border-radius: 14px;
  text-align: center;
  width: 100px;
  position: relative;
}

.timer-box:after {
  content: "";
  position: absolute;
  background: url("../Images/devide_430x.png");
  height: 100%;
  width: 20px;
  top: 12px;
  right: -10px;
  background-repeat: no-repeat;
  z-index: 1;
  background-size: contain;
}

.timer-box span {
  font-size: 20px;
  font-weight: 600;
}

.timer-box small {
  display: block;
  font-size: 12px;
  color: #555;
}

.select-mob {
  display: none;
}

.select-desk {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.package-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* HEADER */
.package-header {
  background-color: #fdecc8;
  padding: 16px;
  min-height: 130px;
  border-radius: 14px 14px 0 0;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto;
}

.package-header .content {
  max-width: 65%;
}

.package-header h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
}

.package-header .sub {
  font-size: 13px;
  color: #555;
  margin-top: 2px;
}

.package-header .price {
  font-size: 26px;
  font-weight: 700;
  color: #ff7a00;
  margin-top: 6px;
}

/* BACKGROUND IMAGES */
.bg-img-1 {
  background-image: url("../Images/1-desk.avif");
}

.bg-img-2 {
  background-image: url("../Images/2-desk.avif");
}

.bg-img-3 {
  background-image: url("../Images/3-desk.avif");
}

.bg-img-4 {
  background-image: url("../Images/4-desk.jpg");
}

/* LIST */
.package-list {
  padding: 18px;
  font-size: 14px;
  color: #555;
  flex-grow: 1;
}

.package-list li {
  margin-bottom: 12px;
  padding-left: 18px;
  position: relative;
}

.package-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #ff7a00;
  font-size: 22px;
  line-height: 1;
}

/* BUTTON */
.package-btn1 {
  margin: 16px;
  background: #ff7a00;
  color: #fff;
  padding: 12px;
  border-radius: 10px;
  font-weight: 600;
  transition: background .2s ease;
  display: block;
  text-align: center;
}

/* BENEFITS */
.benefit-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 20px;
}

.benefit-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.benefit-header h3 {
  font-size: 16px;
  font-weight: 600;
}

.benefit-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* OM ICON */
.om-icon {
  width: 36px;
  height: 36px;
  background: url("../Images/mantra.svg") no-repeat center;
  background-size: contain;
  flex-shrink: 0;
}

/* PROCESS */
.process-item {
  display: flex;
  /* gap: 12px;
  align-items: flex-start; */
}

.process-item h4 {
  font-weight: 600;
  font-size: 15px;
}

.process-item p {
  font-size: 14px;
  color: #666;
  margin-top: 4px;
}

/* STEP NUMBER (AS PROVIDED) */
.step-number {
  background: url("../Images/puja-step-icon_430x.png"); 
  color: #fff;
  /* display: inline-block; */
  /* padding: 4px 0px 0px 8px; */
  padding-left: 6px;
  ;
  font-weight: 500;
  border-radius: 4px;
  /* margin: 0px 15px 0px 0px; */
  height: fit-content;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 20px;
  width: 72px;
}

.process-item div {
  width: 100%;
}

.review-item {
  padding: 20px 0;
  border-top: 1px solid #f2f2f2;
  border: none;
}

.stars {
  color: #f5b301;
  font-size: 16px;
}

.date {
  font-size: 13px;
  color: #888;
}

.user {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
}

.avatar {
  background: #f3f3f3;
  border-radius: 4px;
  padding: 4px;
  font-size: 14px;
}

.name {
  color: #ff7a00;
  font-weight: 500;
}

.review-text {
  font-size: 14px;
  color: #555;
  margin-top: 8px;
  line-height: 1.6;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
}

.pagination button {
  font-size: 14px;
  color: #ff7a00;
}

.pagination .active {
  font-weight: 600;
  color: #000;
}

/* FAQ Layout */
.faq-item {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

/* Question Row */
.faq-question {
  width: 100%;
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.arrow {
  font-size: 18px;
  color: #666;
  transition: transform 0.3s ease;
}

.faq-question.active .arrow {
  transform: rotate(180deg);
}

/* Answer */
.faq-answer {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding-right: 32px;
}

.faq-answer.open {
  max-height: 200px;
  padding-bottom: 16px;
}

/* Pagination */
.faq-page {
  font-size: 14px;
  color: #ff7a00;
}

.faq-page.active {
  font-weight: 600;
  color: #000;
}

.chadhawa-footer-price{
  width: 1900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  /* padding: 1rem 0; */
}

#enter-details-btn{
  font-size: 17px;
}

#chadhawa-footer{
  border-top: 1px solid #FF7000;
}

#slickLikeTrack {
  touch-action: pan-y;
}

.zoom-wrapper {
  position: relative;
  overflow: hidden;
  touch-action: none;
}

.zoomable-image {
  width: 100%;
  transition: transform 0.25s ease;
  transform-origin: center center;
  user-select: none;
}

.zoomed {
  cursor: grab;
}

.zoom-wrapper {
  overflow: hidden;
}

@media (min-width: 769px) {
  .pkg-card {
    display: flex;
    justify-content: space-between;
  }
}

.see-toggle{
  display:none;
}

@media (max-width: 768px) {
  footer.site-footer {
    margin-bottom: 92px;
  }
  #slider {
    height: 30dvh;
  }

  .select-mob {
    display: block;
  }

  .selectBtn{
    display: none;
  }

  #packages h2{
    display: none;
  }
  /* .selectBtn {
    background: #fff;
    position: fixed;
    bottom: 0;
    width: calc(100% - 30px);
    display: block;
    z-index: 20;
    margin: 0 auto;
  } */
 
  .pkg-card {
    display: none;
  }

  .pkg-card.active {
    display: block;
  }

  .title-font {
    font-size: 18px;
  }

  #packages .ch-head-container {
    margin-top: 1rem;
  }

  #packages .ch-header {
    font-size: 18px;
    font-weight: 600;
  }

  #packages .ch-subheader {
    font-size: 14px;
    line-height: 1rem;
  }

  #packages .ch-descr{
    font-size: 14px;
  }

  #packages .ch-price{
    font-size: 16px;
  }

  #packages .description-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  #packages .description-text.expanded {
    -webkit-line-clamp: unset;
  }

   .see-toggle.show{
    display:block;
  }

  .pkg-tab {
    position: relative;
    height: 70px;
    border-radius: 6px;
    font-weight: 700;
    color: #ff7a00;
    background-color: #fff1e6;
    border: 1px solid #ff7a00;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: center 6px;
    background-size: 75px auto;
    width: 100%;
  }

  .price-span{
    position: absolute;
    bottom: -20px;
    background: #ff7a00;
    padding: 4px 10px 0px;
    border-radius: 8px;
    z-index: 1;
    color:#fff;
  }

  /* Background images */
  .pkg-1 {
    background-image: url("../Images/1-mob.webp");
  }

  .pkg-2 {
    background-image: url("../Images/2-mob.webp");
  }

  .pkg-3 {
    background-image: url("../Images/3-mob.webp");
  }

  .pkg-4 {
    background-image: url("../Images/4-mob.webp");
  }

  /* Active state */
  /* .pkg-tab.active {
    background-color: #ff7a00;
    color: #fff;
  } */

  .pkg-tab.active::before {
    content: "";
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ff7a00;
  }
  .pkg-tab.active::after {
    position: absolute;
    top: 4px;
    left: 5px;
    content: "";
    background-image: url("../Images/pkg-tab.png");;
    color: #fff;
    border: none;
    background-size: contain;
    z-index: 1;
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
  }
}

@media (max-width: 500px) {
    .timer-box {
        padding: 16px 10px;
        width: 23vw;
    }
}

#mobilePackageCTA.hidden {
    display: none !important ;
}

#gallerySlides {
  display: flex;
  justify-content: center;
}
button#lightboxShare {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background-color: #25D366;
  color: #fff;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: transform 0.15s ease, background-color 0.15s ease;
}
.carousel-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 15px;
}

.nav-btn {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f97316;
  color: white;
  border: none;
  font-size: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background 0.2s ease;
}

.nav-btn:hover {
  background: #f97316;
  transform: scale(1.1);
}

.nav-dots {
  display: flex;
  gap: 8px;
}

.nav-dots span {
  width: 8px;
  height: 8px;
  background: #555;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.2s ease;
}

.nav-dots span.active {
  background: #f97316;
  opacity: 1;
  transform: scale(1.3);
}
.galleryBtn {
    padding: 10px 25px;
    font-size: 16px;
}
.gallery-modal {
  position: fixed;
  inset: 0;
  background: black;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100dvh;
  min-height: 100%;
}

.gallery-modal.hidden {
  display: none;
}

.gallery-close {
  position: absolute;
  top: 20px;
  left: 20px;
  color: white;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

.gallery-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-slide {
  max-width: 90%;
  max-height: 80vh;
  display: none;
}

.gallery-slide.active {
  display: block;
}

.gallery-slide img,
.gallery-slide video {
  max-width: 100%;
  max-height: 80vh;
  border-radius: 12px;
}

.gallery-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 10px;
}

.gallery-nav button:first-child {
  left: 20px;
}
.gallery-nav button:last-child {
  right: 20px;
}

.gallery-thumbs {
  display: flex;
  gap: 10px;
  padding: 15px;
  justify-content: center;
  overflow-x: auto;
}

.gallery-thumbs img {
  width: 70px;
  height: 50px;
  object-fit: cover;
  border-radius: 6px;
  opacity: 0.6;
  cursor: pointer;
}

.gallery-thumbs img.active {
  opacity: 1;
  outline: 2px solid orange;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Mobile-first slick-like behavior */
.slick-slide-custom {
  flex: 0 0 90%;
  height: 100%;
  padding-right: 12px;
}

.slick-dot {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: #d1d5db;
  cursor: pointer;
}

.slick-dot.active {
  background: #f97316;
}

/* When last slide is active, peek previous on LEFT */
.slick-track-left-peek {
  justify-content: flex-end;
}

/* Dots */
.slick-dot {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: #d1d5db;
  cursor: pointer;
}

.slick-dot.active {
  background: #f97316;
}
.mt-neg15{
  margin-top: -15px;
}

/* Desktop */
@media (min-width: 768px) {
  .slick-slide-custom {
    flex: 0 0 100%;
    height: 100%;
    padding-right: 0;
  }
  .slickBtns{
    display: none !important;
  }
}
