.elementor-832 .elementor-element.elementor-element-c564fd7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-a2afafc *//* ===== ABOUT US HERO — ULTRA CLEAN PREMIUM CARD (Final) ===== */

.as-sec-1{
  background:#ffffff !important;
  padding:70px 28px;
  border-radius:28px;                             /* larger premium curve */
  max-width:1100px;
  margin:45px auto;
  text-align:center;
  color:#111 !important;
  
  /* subtle premium shadow */
  box-shadow:
      0 4px 10px rgba(0,0,0,0.06),
      0 18px 45px rgba(0,0,0,0.06);               /* layered shadow = richer look */

  border:1px solid rgba(0,0,0,0.05);              /* barely visible, very classy */
}

/* inner container */
.as-sec-1__inner{
  max-width:820px;
  margin:0 auto;
}

/* heading */
.as-sec-1 .as-title{
  font-size:38px;
  font-weight:900;
  margin-bottom:14px;
  letter-spacing:0.5px;
  color:#000 !important;
}

/* paragraph text */
.as-sec-1 .as-desc{
  font-size:17px;
  color:#3a3a3a !important;
  line-height:1.7;
  max-width:720px;
  margin:0 auto;
}

/* Mobile Responsive */
@media(max-width:780px){
  .as-sec-1{
    padding:42px 18px;
    border-radius:22px;
    margin:28px 12px;
  }
  .as-title{ font-size:30px; }
  .as-desc{ font-size:15.8px; }
}

/* remove Elementor overlays */
.as-sec-1 .elementor-background-overlay{
  display:none !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c7e3516 *//* =========================================
   BOOK SERVICE – SECTION 2 (APPLIANCE GRID)
   ========================================= */

.bs-sec-2 {
  padding: 24px 16px 36px;
  display: flex;
  justify-content: center;
  background: #ffffff;
}

.bs-sec-2__inner {
  width: 100%;
  max-width: 980px;
}

/* Head block */
.bs-sec-2__head {
  text-align: center;
  margin-bottom: 18px;
}

.bs-sec-2__title {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
}

.bs-sec-2__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #64748b;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* Appliance grid */
.bs-appliance-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

/* Single appliance card */
.bs-appliance {
  border: 1px solid rgba(148, 163, 184, 0.7);
  border-radius: 16px;
  background: #f9fafb;
  padding: 14px 12px 12px;
  cursor: pointer;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: border-color 0.18s ease, box-shadow 0.18s ease,
              transform 0.16s ease, background 0.18s ease;
}

/* Inner layout */
.bs-appliance__top {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

/* Circle radio indicator */
.bs-appliance__radio {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 2px solid #cbd5e1;
  background: #e5f0ff;
  flex-shrink: 0;
  margin-top: 3px;
}

/* Text wrapper */
.bs-appliance__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* Appliance name */
.bs-appliance__name {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
}

/* Small description */
.bs-appliance__hint {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: #6b7280;
}

/* Hover state (desktop) */
@media (hover:hover) {
  .bs-appliance:hover {
    background: #ffffff;
    border-color: #2563eb;
    box-shadow: 0 8px 22px rgba(37, 99, 235, 0.20);
    transform: translateY(-2px);
  }
}

/* ACTIVE / SELECTED state */
.bs-appliance--active {
  background: #ffffff;
  border-color: #2563eb;
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.20);
}

.bs-appliance--active .bs-appliance__radio {
  border-color: #2563eb;
  background: #2563eb;
}

/* EXTRA cards (hidden by default) */
.bs-appliance--extra {
  display: none;
}

.bs-appliance--extra.bs-appliance--visible {
  display: flex;
}

/* Responsive – tablet */
@media (max-width: 900px) {
  .bs-appliance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Responsive – mobile */
@media (max-width: 600px) {
  .bs-sec-2 {
    padding: 20px 14px 30px;
  }

  .bs-sec-2__title {
    font-size: 20px;
  }

  .bs-sec-2__desc {
    font-size: 13px;
  }

  .bs-appliance-grid {
    grid-template-columns: 1fr;
  }

  .bs-appliance {
    text-align: left;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-636f91a *//* =========================================
   BOOK SERVICE – SECTION 3 (FORM + TRUST BOX)
   ========================================= */

.bs-sec-3 {
  padding: 28px 16px 40px;
  background: #f9fafb;
  display: flex;
  justify-content: center;
}

.bs-sec-3__inner {
  width: 100%;
  max-width: 980px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Main form card */
.bs-sec-3__card {
  background: #e0f2fe;
  border-radius: 22px;
  padding: 20px 18px 22px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.10);
}

/* Selected appliance line */
.bs-selected {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  font-size: 13px;
  margin-bottom: 10px;
}

.bs-selected__label {
  font-weight: 600;
  color: #0f172a;
}

.bs-selected__value {
  font-weight: 500;
  color: #2563eb;
}

/* Heading area */
.bs-sec-3__head {
  text-align: center;
  margin-bottom: 16px;
}

.bs-sec-3__title {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
}

.bs-sec-3__desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: #475569;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

/* Form layout */
.bs-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bs-form__row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bs-form__field {
  flex: 1 1 200px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.bs-form__field--full {
  flex: 1 1 100%;
}

.bs-form__field label {
  font-size: 13px;
  font-weight: 600;
  color: #0f172a;
}

.bs-form__field input,
.bs-form__field select,
.bs-form__field textarea {
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.9);
  padding: 8px 12px;
  font-size: 13px;
  outline: none;
  background: #ffffff;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

/* Textarea rounded but bigger radius */
.bs-form__field textarea {
  border-radius: 16px;
  resize: vertical;
}

/* Focus state */
.bs-form__field input:focus,
.bs-form__field select:focus,
.bs-form__field textarea:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.30);
}

/* Note text */
.bs-form__note {
  margin: 2px 0 10px;
  font-size: 11px;
  line-height: 1.6;
  color: #64748b;
}

/* Submit button */
.bs-form__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 28px;
  border-radius: 999px;
  border: none;
  background: #2563eb;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.16s ease, box-shadow 0.16s ease, transform 0.12s ease;
}

.bs-form__btn:hover {
  background: #1d4ed8;
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.35);
  transform: translateY(-1px);
}

/* TRUST CARD – always below form */
.bs-sec-3__trust {
  background: #dbeafe;
  border-radius: 22px;
  padding: 18px 18px 20px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.10);
  text-align: center;
}

.bs-info__title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
}

.bs-info_block + .bs-info_block {
  margin-top: 10px;
}

.bs-info__block h4 {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
}

.bs-info__block p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #475569;
}

/* ========== RESPONSIVE STYLES ========== */

/* Mobile */
@media (max-width: 600px) {
  .bs-sec-3 {
    padding: 22px 12px 30px;
  }

  .bs-sec-3__card,
  .bs-sec-3__trust {
    padding: 16px 14px 18px;
    border-radius: 18px;
  }

  .bs-sec-3__title {
    font-size: 18px;
  }

  .bs-form__btn {
    width: 100%;
  }
}

/* Tablet and small desktop */
@media (min-width: 601px) and (max-width: 1024px) {
  .bs-sec-3__card,
  .bs-sec-3__trust {
    padding: 18px 18px 20px;
  }
}

/* Large desktop – keep centered, no full-width stretch */
@media (min-width: 1200px) {
  .bs-sec-3__inner {
    max-width: 920px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e73b3c8 *//* SECTION 4 PERFECT CENTER & RESPONSIVE */
.bs-sec-4 {
  padding: 32px 16px 40px;
  background: #ffffff;
  display: flex;
  justify-content: center;
}

.bs-sec-4__inner {
  width: 100%;
  max-width: 900px;
}

/* Headline Centered */
.bs-sec-4__head {
  text-align: center;
  margin-bottom: 28px;
}

.bs-sec-4__title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 6px;
  color: #0f172a;
}

.bs-sec-4__desc {
  max-width: 520px;
  margin: 0 auto;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
}

/* GRID FIXED – Center perfectly */
.bs-trust-grid-center {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  justify-items: center;
}

/* Card */
.bs-trust {
  width: 100%;
  max-width: 360px;
  background: #f8fafc;
  padding: 16px;
  border-radius: 16px;
  text-align: center;
  border: 1px solid rgba(148,163,184,0.6);
  transition: 0.2s ease;
}

.bs-trust__icon {
  font-size: 22px;
  background: #e0f2fe;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px;
}

.bs-trust__title {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
}

.bs-trust__text {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.6;
}

/* Hover (Desktop Only) */
@media (hover:hover) {
  .bs-trust:hover {
    background: #ffffff;
    border-color: #2563eb;
    box-shadow: 0 8px 20px rgba(37,99,235,0.2);
    transform: translateY(-2px);
  }
}

/* MOBILE – FULL WIDTH CARDS */
@media (max-width: 600px) {
  .bs-trust-grid-center {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS */body {
  background: #F7F7F7 !important;  /* yahan apna brown colour dalna */
}
section {
  background: #F7F7F7 !important;
}/* End custom CSS */