.elementor-719 .elementor-element.elementor-element-6fc2f3c{--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-039a936 *//* ===== 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-2244b21 *//* SECTION 2: BRANDS GRID */
.brand-grid {
  padding: 30px 20px;
  display: flex;
  justify-content: center;
}

.brand-grid__inner {
  width: 100%;
  max-width: 1100px;
  background: #ffffff;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 8px 28px rgba(2, 6, 23, 0.05);
}

/* Header */
.brand-grid__head {
  text-align: center;
  margin-bottom: 25px;
}

.brand-grid__title {
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px 0;
}

.brand-grid__desc {
  font-size: 14px;
  color: #64748b;
  margin: 0;
}

/* Grid layout */
.brand-grid__list {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

/* Grid Items */
.brand-item {
  background: #f9fafb;
  border-radius: 14px;
  padding: 18px 10px;
  text-align: center;
  border: 1px solid rgba(15, 23, 42, 0.05);
  transition: 0.2s;
}

.brand-item:hover {
  background: #eef4ff;
  transform: translateY(-2px);
}

/* Logo */
.brand-logo img {
  width: 44px;
  height: auto;
  object-fit: contain;
  margin-bottom: 8px;
}

/* Name */
.brand-name {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #0f172a;
}

/* Button */
.brand-grid__cta {
  text-align: center;
  margin-top: 20px;
}

.brand-grid__btn {
  background: #2563eb;
  color: #ffffff;
  padding: 10px 22px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: 0.2s;
}

.brand-grid__btn:hover {
  background: #1d4ed8;
}

/* Legal Disclaimer */
.brand-grid__disclaimer {
  margin-top: 20px;
  font-size: 11px;
  line-height: 1.5;
  color: #9ca3af;
  text-align: center;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .brand-grid__list {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .brand-grid__list {
    grid-template-columns: repeat(3, 1fr);
  }

  .brand-logo img {
    width: 38px;
  }

  .brand-grid__desc {
    font-size: 13px;
  }
}

@media (max-width: 520px) {
  .brand-grid__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .brand-grid__inner {
    padding: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e33e6d6 *//* ==========================================
   SECTION 3 – BRAND-WISE APPLIANCE REPAIR
   ========================================== */

.brand-detail{
  padding: 10px 20px 60px 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.brand-detail__inner{
  width: 100%;
  max-width: 1100px;
  background: #ffffff;
  border-radius: 18px;
  padding: 26px 26px 28px;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.05);
  border: 1px solid rgba(15, 23, 42, 0.03);
}

/* Section heading */
.brand-detail__head{
  text-align: center;
  margin-bottom: 18px;
}

.brand-detail__title{
  margin: 0 0 6px 0;
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
}

.brand-detail__desc{
  margin: 0;
  font-size: 14px;
  color: #6b7280;
}

/* Card list */
.brand-detail__list{
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

/* Single card */
.brand-detail__item{
  background: #f9fafb;
  border-radius: 14px;
  padding: 14px;
  border: 1px solid rgba(148, 163, 184, 0.4);
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Card header */
.brand-detail__item-head{
  margin-bottom: 4px;
}

.brand-detail__item-title{
  margin: 0 0 4px 0;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

.brand-detail__item-sub{
  margin: 0;
  font-size: 13px;
  color: #6b7280;
}

/* Tags list */
.brand-detail__tags{
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 4px;
}

.brand-tag{
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 11px;
  background: #eef2ff;
  color: #1e3a8a;
  border: 1px solid rgba(129, 140, 248, 0.6);
}

/* Note text */
.brand-detail__note{
  margin: 0;
  font-size: 12px;
  color: #6b7280;
  line-height: 1.6;
}

/* Hover (desktop only) */
@media (hover:hover){
  .brand-detail__item:hover{
    border-color: rgba(37, 99, 235, 0.75);
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.16);
    transition:
      border-color 0.16s ease,
      transform 0.16s ease,
      box-shadow 0.16s ease;
  }
}

/* CTA button */
.brand-detail__cta{
  margin-top: 20px;
  text-align: center;
}

.brand-detail__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border-radius: 999px;
  background: #2563eb;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.35);
  transition:
    background 0.16s ease,
    transform 0.12s ease,
    box-shadow 0.16s ease;
}

.brand-detail__btn:hover{
  background: #1d4ed8;
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(37, 99, 235, 0.45);
}

/* Footnote */
.brand-detail__footnote{
  margin: 14px 0 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: #9ca3af;
  text-align: center;
}

/* Responsive */
@media (max-width: 900px){
  .brand-detail__inner{
    padding: 22px 18px 24px;
  }

  .brand-detail__list{
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .brand-detail__title{
    font-size: 18px;
  }

  .brand-detail__desc{
    font-size: 13px;
  }
}

@media (max-width: 480px){
  .brand-detail{
    padding: 10px 16px 50px 16px;
  }

  .brand-detail__item{
    padding: 12px 10px 12px;
  }

  .brand-tag{
    font-size: 10px;
  }

  .brand-detail__note{
    font-size: 11.5px;
  }

  .brand-detail__footnote{
    font-size: 11px;
  }
}










/* MOBILE ONLY: center align brand detail cards */
@media (max-width: 480px){

  /* grid ke items ko center pe lao */
  .brand-detail__list{
    justify-items: center;
  }

  /* card ko centre + full width feel */
  .brand-detail__item{
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    align-items: center;   /* flex items center */
  }

  /* headings & text centre */
  .brand-detail__item-title,
  .brand-detail__item-sub,
  .brand-detail__note{
    text-align: center;
  }

  /* tags ko beech me lao */
  .brand-detail__tags{
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3eeacb2 *//* ==========================================
   SECTION 4 – FINAL CTA (BOOK SERVICE)
   ========================================== */

.brand-cta{
  padding: 10px 20px 70px 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.brand-cta__inner{
  width: 100%;
  max-width: 900px;
  background: #ffffff;
  border-radius: 18px;
  padding: 26px 26px 28px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(15, 23, 42, 0.04);
  text-align: center;
}

.brand-cta__title{
  margin: 0 0 8px 0;
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
}

.brand-cta__desc{
  margin: 0 0 14px 0;
  font-size: 14px;
  line-height: 1.7;
  color: #6b7280;
}

/* bullet points */
.brand-cta__points{
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
}

.brand-cta__points li{
  font-size: 13px;
  color: #4b5563;
  padding-left: 18px;
  position: relative;
}

.brand-cta__points li::before{
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #2563eb;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
}

/* button */
.brand-cta__actions{
  margin-bottom: 14px;
}

.brand-cta__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 26px;
  border-radius: 999px;
  background: #2563eb;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(37, 99, 235, 0.45);
  transition:
    background 0.16s ease,
    transform 0.12s ease,
    box-shadow 0.16s ease;
}

.brand-cta__btn:hover{
  background: #1d4ed8;
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.55);
}

.brand-cta__note{
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  color: #9ca3af;
}

/* responsive */
@media (max-width: 768px){
  .brand-cta__inner{
    padding: 22px 18px 24px;
  }
  .brand-cta__title{
    font-size: 19px;
  }
  .brand-cta__desc{
    font-size: 13px;
  }
  .brand-cta__points li{
    font-size: 12.5px;
  }
}

@media (max-width: 480px){
  .brand-cta{
    padding: 10px 16px 60px 16px;
  }
  .brand-cta__btn{
    width: 100%;
    max-width: 260px;
  }
  .brand-cta__note{
    font-size: 11.5px;
  }
}/* End custom CSS */
/* Start custom CSS */body {
  background: #F7F7F7 !important;  /* yahan apna brown colour dalna */
}
section {
  background: #F7F7F7 !important;
}/* End custom CSS */