:root{
    --bg-1:#120a28;
    --bg-2:#1c1044;
    --panel:#1a1140;
    --panel-soft:rgba(255,255,255,.045);
    --panel-border:rgba(255,255,255,.09);
    --gold:#e5bd74;
    --gold-deep:#c99a4c;
    --gold-soft:rgba(229,189,116,.14);
    --ink:#f3efe4;
    --ink-muted:#b6aed6;
    --ink-faint:#8a82ac;
    --emerald:#4fd39a;
    --line:rgba(255,255,255,.08);
    --radius-lg:18px;
    --radius-md:12px;
  }

  *{box-sizing:border-box;}
#google_translate_element{ min-width:150px !important;}
.pkg-body {
    padding: 0.5rem;
}
.pkg-img-wrap{ position:absolute; width:100%; top:0;}
.pkg-card-top{ min-height:165px; text-align: center;}
input.error, select.error, textarea.error{ border:1px solid #c00;}
.ct-field label { text-transform:none;}
nav a.nav-link.active{ color:#f0c96a !important;}
#successs,#tanc{width:100%;position:fixed;height:100%;z-index:99999;color:red;top:0;left:0;background:rgba(0,0,0,.8)}.customalert{padding:30px;outline:transparent solid 10px;max-width:500px;margin:10% auto;font-size:26px;display:table}.customalert-success,.customalert-tanc{outline-color:rgba(36,4,96,.5);border:5px dashed rgba(255,255,255,.2);color:#fff;background-color:#34096d}.customalert-success{font-size:30px;text-align:center}.customalert-tanc{font-size:16px;line-height:1.6em;text-align:left}.customclose{font-size:36px;color:#fff;border:none;background-color:#34096d;position:absolute;right:0;top:0}.ale-success,.cclose{background-color:#fff;text-align:center}.ale-success{color:#111;outline-color:rgba(132,130,130,.17);border:2px dashed rgba(255,154,209,.54);font-size:15px}.cclose{font-size:20px;color:#232222;border:none;position:absolute;right:-15px;top:-15px;border-radius:50%;width:30px;height:30px}.tc{font-size:9px;text-align:right}
.pkg-icon-wrap a{ text-decoration:none;}
.step-wrapper{
            position: relative;
            margin:20px 0 0 0px;
        }

        .step-wrapper::before{
            content:"";
            position:absolute;
            top:18px;
            left:10%;
            right:10%;
            height:2px;
            background:#d9d9d9;
            z-index:1;
        }

        .step{
            position:relative;
            z-index:2;
            text-align:center;
            flex:1;
        }

        .step-circle{
            width:36px;
            height:36px;
            border-radius:50%;
            background:#fff;
            border:2px solid #d9d9d9;
            color:#666;
            display:flex;
            align-items:center;
            justify-content:center;
            font-weight:600;
            margin:0 auto 10px;
        }

        .step.active .step-circle{
            background:#f0c96a;
            border-color:#f0c96a;
            color:#fff;
        }

        .step.completed .step-circle{
            background:#22b573;
            border-color:#22b573;
            color:#fff;
        }

        .step-title{
            font-size:16px;
            color:#666;
            font-weight:500;
        }

        .step.active .step-title{
            color:#fff;
            font-weight:600;
        }
	
  .eyebrow-rule{
    display:inline-block;
    width:46px;
    height:2px;
    background:linear-gradient(90deg,var(--gold),transparent);
    margin-top:8px;
  }

  h1,h2,h3,h4,.font-display{
    font-family:'Cinzel', serif;
    letter-spacing:.02em;
  }

  .page-wrap{
    max-width:1180px;
    margin:0 auto;
    padding:42px 20px 90px;
  }

  /* ---------- status strip ---------- */
  .status-strip{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:rgba(79,211,154,.10);
    border:1px solid rgba(79,211,154,.35);
    color:var(--emerald);
    font-size:.82rem;
    font-weight:500;
    padding:6px 14px;
    border-radius:999px;
    margin-bottom:16px;
  }
  .status-strip i{font-size:.95rem;}

  .section-title{
    font-size:1.55rem;
    color:var(--ink);
    font-weight:600;
    margin-bottom:0;
  }
  .section-title small{
    display:block;
    font-family:'Poppins',sans-serif;
    font-weight:400;
    color:var(--ink-muted);
    font-size:.7rem;
    letter-spacing:.14em;
    text-transform:uppercase;
    margin-top:6px;
  }

  /* ---------- offering card ---------- */
  .offer-card{
    background:var(--panel-soft);
    border:1px solid var(--panel-border);
    border-radius:var(--radius-lg);
    padding:20px;
    margin-bottom:16px;
    transition:border-color .2s ease, transform .2s ease, background .2s ease;
  }
  .offer-card:hover{
    border-color:rgba(229,189,116,.4);
    background:rgba(255,255,255,.06);
  }

  .offer-badge{
    display:inline-block;
    background:linear-gradient(120deg,#f0c877,var(--gold-deep));
    color:#241605;
    font-size:.62rem;
    font-weight:700;
    letter-spacing:.06em;
    text-transform:uppercase;
    padding:4px 10px;
    border-radius:6px;
    margin-bottom:8px;
  }

  .offer-title{
    font-family:'Poppins',sans-serif;
    font-weight:600;
    font-size:1.02rem;
    color:var(--ink);
    margin-bottom:4px;
  }
  .offer-desc{
    color:var(--ink-muted);
    font-size:.86rem;
    line-height:1.45;
    margin-bottom:10px;
  }

  .offer-price{
    font-weight:700;
    font-size:1.05rem;
    color:var(--gold);
  }
  .offer-price .strike{
    font-weight:400;
    font-size:.82rem;
    color:var(--ink-faint);
    text-decoration:line-through;
    margin-right:6px;
  }

  .offer-icon-wrap{
    width:100%;
    aspect-ratio:1/1;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:2.2rem;
    background:
      radial-gradient(circle at 30% 25%, rgba(229,189,116,.25), transparent 60%),
      linear-gradient(150deg, rgba(255,255,255,.07), rgba(255,255,255,.02));
    border:1px solid var(--panel-border);
    margin-bottom:12px;
  }

  .btn-add{
    width:100%;
    background:transparent;
    border:1.5px solid var(--gold);
    color:var(--gold);
    font-weight:600;
    font-size:.85rem;
    border-radius:9px;
    padding:7px 0;
    transition:all .2s ease;
  }
  .btn-add:hover{
    background:linear-gradient(120deg,#f0c877,var(--gold-deep));
    color:#241605;
    border-color:transparent;
  }
  .btn-add i{margin-right:5px;}

  /* ---------- dakshina panel ---------- */
  .dakshina-panel{
    background:var(--panel-soft);
    border:1px solid var(--panel-border);
    border-radius:var(--radius-lg);
    padding:22px;
    margin:8px 0 34px;
  }
  .dakshina-panel h5{
    font-family:'Cinzel',serif;
    color:var(--ink);
    font-size:1.05rem;
    margin-bottom:2px;
  }
  .amount-pill{
    background:rgba(255,255,255,.05);
    border:1px solid var(--panel-border);
    color:var(--ink);
    border-radius:9px;
    padding:8px 18px;
    font-weight:600;
    font-size:.9rem;
    position:relative;
  }
  .amount-pill:hover{border-color:var(--gold);}
  .amount-pill.popular{border-color:var(--gold);}
  .popular-tag{
    position:absolute;
    top:-11px;
    left:50%;
    transform:translateX(-50%);
    background:linear-gradient(120deg,#f0c877,var(--gold-deep));
    color:#241605;
    font-size:.58rem;
    font-weight:700;
    padding:2px 8px;
    border-radius:6px;
    letter-spacing:.05em;
    white-space:nowrap;
  }
  .amount-pill.own{
    color:var(--gold);
    border-style:dashed;
    border-color:rgba(229,189,116,.5);
    background:transparent;
  }

  /* ---------- sidebar ---------- */
  .sidebar-sticky{position:sticky; top:24px;}

  .puja-card{
    background:linear-gradient(160deg, rgba(229,189,116,.14), rgba(255,255,255,.03));
    border:1px solid rgba(229,189,116,.35);
    border-radius:var(--radius-lg);
    padding:16px;
    margin-bottom:18px;
    display:flex;
    gap:14px;
    align-items:center;
    position:relative;
    overflow:hidden;
  }
  .puja-avatar{
    width:56px; height:56px;
    border-radius:50%;
    flex:none;
    background:radial-gradient(circle at 35% 30%, #3a2764, #17102f);
    border:1px solid rgba(229,189,116,.5);
    display:flex; align-items:center; justify-content:center;
    font-size:1.5rem;
    color:var(--gold);
  }
  .puja-card h6{
    font-family:'Poppins',sans-serif;
    font-weight:600;
    color:var(--ink);
    margin-bottom:2px;
    font-size:.95rem;
  }
  .puja-card .sub{
    color:var(--ink-muted);
    font-size:.8rem;
    margin-bottom:6px;
  }
  .slots-tag{
    display:inline-block;
    background:linear-gradient(120deg,#f0c877,var(--gold-deep));
    color:#241605;
    font-size:.66rem;
    font-weight:700;
    padding:3px 10px;
    border-radius:999px;
  }

  .info-row{
    background:var(--panel-soft);
    border:1px solid var(--panel-border);
    border-radius:var(--radius-md);
    padding:13px 16px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:12px;
    cursor:pointer;
    color:var(--ink);
    font-size:.9rem;
    font-weight:500;
  }
  .info-row:hover{border-color:rgba(229,189,116,.4);}
  .info-row i.leading{color:var(--gold); font-size:1rem;}
  .info-row .chev{color:var(--ink-faint); transition:transform .2s ease;}
  .info-row[aria-expanded="true"] .chev{transform:rotate(180deg);}

  .total-value{color:var(--gold); font-weight:700;}

  .btn-next{
    width:100%;
    background:linear-gradient(120deg,#f0c877,var(--gold-deep));
    color:#241605;
    font-weight:700;
    font-size:1rem;
    border:none;
    border-radius:11px;
    padding:13px 0;
    box-shadow:0 10px 24px -8px rgba(229,189,116,.55);
    transition:transform .2s ease, box-shadow .2s ease;
  }
  .btn-next:hover{
    transform:translateY(-2px);
    box-shadow:0 14px 28px -8px rgba(229,189,116,.7);
    color:#241605;
  }

  .other-places-title{
    margin-top:36px;
    margin-bottom:18px;
  }
#loadingDiv {
  position:fixed;
  top:0;
  right:0;
  width:100%;
  height:100%;
  background-color:#666;
  background-image:url(../images/ajax-loader.gif);
  background-repeat:no-repeat;
  background-position:center;
  z-index:10000000;
  opacity:.4;
  filter:alpha(opacity=40);
  display:none
  }
.qty-stepper {
  background: linear-gradient(135deg, #f7941d, #f15a29); /* orange gradient like screenshot 2 */
  border-radius: 50px;
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: 100%;
}

.qty-stepper .btn-qty {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  width: 22px;
  height: 22px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qty-stepper .btn-qty:hover {
  opacity: 0.85;
}

.qty-stepper .btn-qty:focus {
  outline: none;
  box-shadow: none;
}

.qty-stepper .qty-value {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  min-width: 14px;
  text-align: center;
}
.btn-add {
  background: #fff;
  border: 2px solid #f15a29;
  color: #f15a29;
  border-radius: 50px;
  padding: 6px 18px;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.btn-add:hover {
  background: #fff5f0;
}

.btn-add i {
  font-size: 12px;
}

.puja-slider {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #1a0f3d;
}

.puja-slide-track {
  position: relative;
  aspect-ratio: 16 / 11;
}

.puja-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out;
}

.puja-slide.active {
  opacity: 1;
  visibility: visible;
}

.puja-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.puja-slider-prev,
.puja-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.85);
  color: #1a0f3d;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition: background 0.2s;
}

.puja-slider-prev:hover,
.puja-slider-next:hover {
  background: #fff;
}

.puja-slider-prev { left: 16px; }
.puja-slider-next { right: 16px; }

.puja-slider-dots {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 5;
}

.puja-slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  padding: 0;
  transition: all 0.25s ease;
}

.puja-slider-dot.active {
  width: 22px;
  border-radius: 5px;
  background: #f0c96a;
}
.ud-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
  @media (max-width:991px){
    .sidebar-sticky{position:static; margin-top:34px;}
  }	