.shree-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.shree-booking-wrap {
  width: 100%;
}

.shree-booking-form {
  color: #071426;
}

.sc-hero .shree-booking-form {
  padding: 0;
  color: #132238;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.sc-hero .shree-booking-form .sc-field label,
.sc-hero .shree-booking-form .shree-addons label {
  color: #ffffff;
}

.sc-hero .shree-booking-form .sc-form-note {
  color: rgba(255, 255, 255, 0.78);
}

.shree-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.shree-quote {
  width: min(100%, 920px);
  margin: 0 auto;
}

.shree-quote__intro {
  margin-bottom: 24px;
  text-align: center;
}

.shree-quote__intro > span {
  display: block;
  margin-bottom: 8px;
  color: #075ac9;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.shree-quote__intro h2 {
  margin-bottom: 10px;
  color: #071426;
  font-size: clamp(1.85rem, 3vw, 2.55rem);
  font-weight: 800;
}

.shree-quote__intro p {
  color: #26384d;
  font-size: 1.05rem;
}

.shree-progress {
  display: inline-grid;
  grid-template-columns: 34px 72px 34px 72px 34px;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}

.shree-progress span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #607083;
  background: #e7edf5;
  border-radius: 999px;
  font-weight: 800;
}

.shree-progress span.is-active {
  color: #fff;
  background: #075ac9;
}

.shree-progress i {
  height: 3px;
  background: #d9e2ed;
}

.shree-quote-card,
.shree-details-card,
.shree-quote-summary {
  background: #fff;
  border: 1px solid #dce5ee;
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(7, 20, 38, 0.08);
}

.shree-quote-card {
  min-height: 390px;
  max-width: 820px;
  padding: clamp(20px, 3vw, 30px);
  margin: 0 auto;
}

.shree-quote-card h3,
.shree-details-card h3 {
  margin-bottom: 16px;
  color: #071426;
  font-size: 1.35rem;
  font-weight: 800;
}

.shree-service-tiles,
.shree-package-tiles {
  display: grid;
  gap: 10px;
}

.shree-service-tiles {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shree-service-tile,
.shree-package-tile {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 10px 14px;
  align-items: center;
  width: 100%;
  padding: 12px;
  color: #071426;
  text-align: left;
  background: #fff;
  border: 1px solid #d8e2ec;
  border-radius: 12px;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.shree-package-tile {
  grid-template-columns: 1fr auto;
}

.shree-service-tile:hover,
.shree-service-tile.is-selected,
.shree-package-tile:hover,
.shree-package-tile.is-selected {
  background: #f7fbff;
  border-color: #075ac9;
  box-shadow: 0 12px 26px rgba(7, 90, 201, 0.12);
}

.shree-service-tile span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #075ac9;
  background: #eef5ff;
  border: 1px solid #d9e7fb;
  border-radius: 12px;
}

.shree-service-tile span svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.shree-service-tile span::before {
  content: none;
}

.shree-service-tile.is-selected span {
  color: #071426;
  background: #f0d984;
  border-color: #d7b858;
}

.shree-service-tile strong,
.shree-package-tile strong {
  display: block;
  font-weight: 700;
}

.shree-service-tile small,
.shree-package-tile small {
  display: block;
  grid-column: 2 / -1;
  color: #52657a;
  font-size: 0.94rem;
}

.shree-package-tile small {
  grid-column: 1 / -1;
}

.shree-package-tile span {
  color: #075ac9;
  font-size: 1.1rem;
  font-weight: 800;
}

.shree-quote-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #edf1f5;
}

.shree-link-button,
.shree-back-to-quote {
  color: #52657a;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-weight: 600;
}

.shree-panel-label {
  display: block;
  margin-bottom: 10px;
  color: #26384d;
  font-weight: 700;
}

.shree-segmented {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 22px;
}

.shree-segmented button {
  min-height: 54px;
  color: #071426;
  background: #fff;
  border: 1px solid #d8e2ec;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 700;
}

.shree-segmented button.is-selected {
  background: #f7fbff;
  border-color: #075ac9;
}

.shree-counter-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.shree-counter label {
  display: block;
  margin-bottom: 10px;
  color: #26384d;
  font-weight: 700;
}

.shree-counter div {
  display: flex;
  align-items: center;
  gap: 18px;
}

.shree-counter button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  background: #fff;
  border: 1px solid #d8e2ec;
  border-radius: 10px;
  cursor: pointer;
}

.shree-counter strong {
  min-width: 34px;
  color: #071426;
  font-size: 1.8rem;
  font-weight: 800;
  text-align: center;
}

.shree-site-visit {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 26px 20px;
  text-align: center;
}

.shree-site-visit > span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: #075ac9;
  background: #eef5ff;
  border: 1px solid #d9e7fb;
  border-radius: 999px;
}

.shree-site-visit > span svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.shree-outline-button {
  display: inline-flex;
  justify-content: center;
  min-width: 260px;
  padding: 12px 18px;
  color: #071426;
  background: #fff;
  border: 1px solid #d8e2ec;
  border-radius: 8px;
  font-weight: 800;
}

.shree-inclusions {
  display: grid;
  gap: 12px;
  padding: 16px;
  margin-bottom: 14px;
  background: #f6fbff;
  border: 1px solid #d9e7fb;
  border-radius: 12px;
}

.shree-inclusions div {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 8px;
  align-items: start;
  color: #17364f;
  font-weight: 600;
}

.shree-inclusions div::before {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: #fff;
  background: #12805f;
  border-radius: 999px;
  content: "\2713";
  font-size: 0.72rem;
  line-height: 1;
}

.shree-inclusions .is-not-included {
  color: #8898aa;
}

.shree-inclusions .is-not-included::before {
  color: #b42318;
  background: #ffe8e5;
  content: "\00D7";
}

.shree-not-included {
  color: #52657a;
  font-size: 0.9rem;
}

.shree-extra-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0 18px;
}

.shree-extra-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid #d8e2ec;
  border-radius: 10px;
  font-weight: 700;
}

.shree-extra-option span {
  flex: 1;
}

.shree-extra-option strong {
  color: #075ac9;
}

.shree-estimate {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  color: #fff;
  background: linear-gradient(135deg, #075ac9, #071426);
  border-radius: 12px;
  box-shadow: 0 14px 26px rgba(7, 90, 201, 0.2);
}

.shree-estimate strong,
.shree-estimate small {
  display: block;
}

.shree-estimate span {
  font-size: 2rem;
  font-weight: 800;
}

.shree-estimate__button {
  grid-column: 1 / -1;
  min-height: 44px;
  color: #071426;
  background: #fff;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
}

.shree-booking-details {
  width: min(100%, 1120px);
  margin: 0 auto;
}

.shree-back-to-quote {
  margin-bottom: 24px;
}

.shree-booking-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 22px;
  align-items: start;
}

.shree-quote-summary,
.shree-details-card {
  padding: 24px;
}

.shree-quote-summary dl {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px 18px;
  padding: 18px 0;
  margin: 18px 0;
  border-top: 1px solid #edf1f5;
  border-bottom: 1px solid #edf1f5;
}

.shree-quote-summary dt {
  color: #52657a;
}

.shree-quote-summary dd {
  margin: 0;
  color: #071426;
  font-weight: 700;
  text-align: right;
}

.shree-summary-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.shree-summary-total strong {
  color: #075ac9;
  font-size: 1.6rem;
  text-align: right;
}

.shree-details-card h4 {
  margin: 24px 0 12px;
  padding-bottom: 10px;
  color: #26384d;
  border-bottom: 1px solid #dce5ee;
  font-size: 1rem;
}

.shree-time-options {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 0;
  margin: 0;
  border: 0;
}

.shree-time-options legend {
  width: 100%;
  margin-bottom: 8px;
  font-weight: 700;
}

.shree-full-day-note {
  padding: 12px;
  color: #52657a;
  background: #f4f8fb;
  border-radius: 8px;
}

.shree-confirm-button {
  width: 100%;
  margin-top: 18px;
  background: #075ac9;
  border-color: #075ac9;
}

.shree-terms-note {
  margin-top: 16px;
  color: #8898aa;
  font-size: 0.82rem;
  text-align: center;
}

.shree-addons {
  display: grid;
  gap: 8px;
}

.shree-addons label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #26384d;
  font-weight: 700;
}

.shree-price-summary {
  padding: 14px 16px;
  color: #132238;
  background: #f4f8fb;
  border: 1px solid #dce5ee;
  border-radius: 8px;
  font-weight: 700;
}

.shree-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.shree-price-card {
  padding: 24px;
  background: #ffffff;
  border: 1px solid #dce5ee;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(7, 20, 38, 0.06);
}

.shree-price-card p {
  color: #607083;
}

.shree-price-card strong {
  display: block;
  margin-top: 18px;
  color: #075ac9;
  font-size: 1.8rem;
}

.shree-faq-list {
  display: grid;
  gap: 12px;
}

.shree-faq {
  padding: 18px 20px;
  background: #ffffff;
  border: 1px solid #dce5ee;
  border-radius: 8px;
}

.shree-faq summary {
  color: #132238;
  cursor: pointer;
  font-weight: 700;
}

.shree-faq div {
  margin-top: 12px;
  color: #607083;
}

@media (max-width: 820px) {
  .shree-form-grid,
  .shree-price-grid,
  .shree-segmented,
  .shree-service-tiles,
  .shree-counter-grid,
  .shree-extra-grid,
  .shree-booking-layout {
    grid-template-columns: 1fr;
  }

  .shree-progress {
    grid-template-columns: 32px 44px 32px 44px 32px;
  }

  .shree-service-tile,
  .shree-package-tile {
    grid-template-columns: 48px 1fr;
  }

  .shree-package-tile {
    grid-template-columns: 1fr auto;
  }

  .shree-package-tile span {
    grid-column: 2;
  }

  .shree-estimate {
    grid-template-columns: 1fr;
  }
}
