.elementor-520 .elementor-element.elementor-element-8a23f35{--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-9a06818 *//* ===== 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-c7f825d *//* ===============================
   SERVICE AREAS – SECTION 2
   CITIES WE SERVE (sa2)
   =============================== */

.sa2 {
  padding: 40px 20px;
  display: flex;
  justify-content: center;
}

.sa2__wrapper {
  width: 100%;
  max-width: 1100px;
}

.sa2__card {
  background: #ffffff;
  border-radius: 18px;
  padding: 28px 26px 30px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(148, 163, 184, 0.35);
  text-align: center;
}

/* title & description */
.sa2__title {
  margin: 0 0 8px 0;
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
}

.sa2__desc {
  margin: 0 0 22px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #64748b;
}

/* city grid */
.sa2__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

/* single city */
.sa2__city {
  background: #f8fafc;
  border-radius: 12px;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: 600;
  color: #1f2933;
  border: 1px solid rgba(148, 163, 184, 0.7);
  box-shadow: 0 3px 10px rgba(15, 23, 42, 0.06);
  text-align: center;
  transition: all 0.18s ease;
}

/* hover only on desktop */
@media (hover:hover) {
  .sa2__city:hover {
    border-color: rgba(37, 99, 235, 0.9);
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.28);
    transform: translateY(-2px);
  }
}

/* tablet */
@media (max-width: 900px) {
  .sa2__card {
    padding: 24px 20px 26px;
  }
  .sa2__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
}

/* mobile */
@media (max-width: 600px) {
  .sa2 {
    padding: 32px 16px;
  }
  .sa2__title {
    font-size: 20px;
  }
  .sa2__desc {
    font-size: 13px;
  }
  .sa2__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .sa2__city {
    padding: 10px 8px;
    font-size: 13px;
  }
}

/* very small mobile */
@media (max-width: 400px) {
  .sa2__grid {
    grid-template-columns: 1fr;
  }
}

/* TABLET FIX: last city (jaise Raurkela) ko bhi center row me lane ke liye */
@media (min-width: 600px) and (max-width: 900px) {

  .sa2__grid {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;  /* poori row center */
    gap: 12px !important;
  }

  .sa2__city {
    flex: 0 1 calc(33.333% - 12px) !important;  /* 3 box per row */
    max-width: 230px !important;
    text-align: center !important;
    margin: 0 !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b936278 *//* ===============================
   SERVICE AREAS – SECTION 3
   LOCAL AREAS WE COVER (sa3)
   =============================== */

.sa3 {
  padding: 40px 20px 50px 20px;
  display: flex;
  justify-content: center;          /* section centre */
}

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

/* title + description centre */
.sa3__title {
  margin: 0 0 8px 0;
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  text-align: center;
}

.sa3__desc {
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #64748b;
  text-align: center;
}

/* cards grid */
.sa3__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 900px;                 /* grid ko thoda chhota + centre */
  margin: 0 auto;
  justify-items: center;            /* har card centre */
}

/* single city card */
.sa3-card {
  background: #f9fafb;
  border-radius: 14px;
  padding: 14px 14px 12px 14px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
  width: 100%;
  max-width: 320px;                 /* clean fixed width */
  text-align: center;
}

.sa3-card__city {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

/* tags list */
.sa3-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;          /* pills centre */
}

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

/* special tag for "+ More areas" */
.sa3-tag--more {
  background: #eff6ff;
  color: #2563eb;
  border-color: rgba(37, 99, 235, 0.85);
  font-weight: 600;
  cursor: default;
}

@media (hover:hover) {
  .sa3-tag--more:hover {
    background: #dbeafe;
    box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.25);
  }

  .sa3-card:hover {
    border-color: rgba(37, 99, 235, 0.85);
    box-shadow: 0 8px 22px rgba(37, 99, 235, 0.30);
    transform: translateY(-2px);
    transition: all 0.18s ease;
  }
}

/* tablet & small laptop */
@media (max-width: 900px) {
  .sa3__inner {
    padding: 22px 18px 24px 18px;
  }
  .sa3__grid {
    grid-template-columns: 1fr;     /* ek card per row, centre */
    gap: 12px;
    max-width: 480px;
  }
}

/* small mobile */
@media (max-width: 480px) {
  .sa3 {
    padding: 30px 16px 40px 16px;
  }
  .sa3__title {
    font-size: 20px;
  }
  .sa3__desc {
    font-size: 13px;
  }
  .sa3-card {
    padding: 12px 12px 10px 12px;
  }
  .sa3-tag {
    font-size: 11px;
    padding: 3px 8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-65be8b9 *//* ===============================
   SERVICE AREAS – SECTION 4
   PIN CODES WE COVER (sa4)
   =============================== */

.sa4 {
  padding: 40px 20px 60px;
  display: flex;
  justify-content: center;
}

.sa4__inner {
  width: 100%;
  max-width: 1100px;
  background: #ffffff;
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 8px 24px rgba(15,23,42,0.06);
  border: 1px solid rgba(15,23,42,0.04);
}

/* title + description */
.sa4__title {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  text-align: center;
  margin: 0 0 8px 0;
}

.sa4__desc {
  font-size: 14px;
  line-height: 1.6;
  color: #64748b;
  text-align: center;
  margin: 0 0 22px 0;
}

/* grid wrapper */
.sa4__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 960px;
  margin: 0 auto;
  justify-items: center;      /* sab card centre */
}

/* individual city card */
.sa4-card {
  background: #f9fafb;
  width: 100%;
  max-width: 280px;
  padding: 14px 12px 12px;
  border-radius: 14px;
  text-align: center;
  border: 1px solid rgba(148,163,184,0.4);
  box-shadow: 0 4px 14px rgba(15,23,42,0.04);
}

.sa4-card__city {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

/* PIN list pills */
.sa4-card__pins {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

.sa4-pin {
  padding: 4px 9px;
  font-size: 12px;
  border-radius: 999px;
  background: #ecfeff;
  color: #0369a1;
  border: 1px solid rgba(56,189,248,0.8);
}

/* special pill for "+ More PINs" */
.sa4-pin--more {
  background: #eff6ff;
  color: #2563eb;
  border-color: rgba(37,99,235,0.9);
  font-weight: 600;
}

/* footnote message */
.sa4__note {
  margin: 22px auto 0;
  max-width: 720px;
  font-size: 13px;
  line-height: 1.6;
  color: #475569;
  text-align: center;
}

/* hover on desktop only */
@media (hover:hover) {
  .sa4-card:hover {
    border-color: rgba(37,99,235,0.85);
    box-shadow: 0 8px 22px rgba(37,99,235,0.25);
    transform: translateY(-2px);
    transition: all 0.18s ease;
  }
}

/* Tablet layout */
@media (max-width: 900px) {
  .sa4__grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 640px;
  }
}

/* Mobile layout */
@media (max-width: 600px) {
  .sa4 {
    padding: 32px 16px 48px;
  }

  .sa4__inner {
    padding: 22px 18px 26px;
  }

  .sa4__grid {
    grid-template-columns: 1fr;
    max-width: 360px;
  }

  .sa4-card {
    max-width: 100%;
  }

  .sa4__desc {
    font-size: 13px;
  }

  .sa4__note {
    font-size: 12px;
  }

  .sa4-pin {
    font-size: 11px;
    padding: 3px 8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8dc854d *//* ===============================
   SERVICE AREAS – SECTION 5
   FINAL CTA (sa5)
   =============================== */

.sa5 {
  padding: 32px 20px 60px;
  display: flex;
  justify-content: center;
}

.sa5__inner {
  width: 100%;
  max-width: 900px;
  background: #eff6ff;
  border-radius: 18px;
  padding: 26px 24px 24px;
  border: 1px solid rgba(37,99,235,0.20);
  box-shadow: 0 8px 24px rgba(15,23,42,0.08);
  text-align: center;
}

.sa5__title {
  margin: 0 0 10px 0;
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
}

.sa5__desc {
  margin: 0 0 16px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #475569;
}

/* small bullet-style lines */
.sa5__points {
  margin: 0 0 18px 0;
  font-size: 13px;
  line-height: 1.5;
  color: #4b5563;
}

.sa5__points p {
  margin: 2px 0;
}

/* buttons row */
.sa5__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 14px;
}

.sa5-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.18s ease;
}

/* primary button */
.sa5-btn--primary {
  background: #2563eb;
  color: #ffffff;
  border: 1px solid #1d4ed8;
}

.sa5-btn--primary:hover {
  background: #1d4ed8;
  box-shadow: 0 8px 20px rgba(37,99,235,0.35);
}

/* outline button */
.sa5-btn--outline {
  background: transparent;
  color: #1d4ed8;
  border: 1px solid rgba(37,99,235,0.7);
}

.sa5-btn--outline:hover {
  background: rgba(239,246,255,0.9);
  box-shadow: 0 6px 16px rgba(37,99,235,0.25);
}

.sa5__small {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  color: #64748b;
}

/* responsive */
@media (max-width: 600px) {
  .sa5 {
    padding: 28px 16px 44px;
  }

  .sa5__inner {
    padding: 22px 18px 22px;
  }

  .sa5__title {
    font-size: 20px;
  }

  .sa5__desc {
    font-size: 13px;
  }

  .sa5-btn {
    width: 100%;
    min-width: 0;
    font-size: 13px;
    padding: 9px 12px;
  }

  .sa5__/* End custom CSS */
/* Start custom CSS */body {
  background: #F7F7F7 !important;  /* yahan apna brown colour dalna */
}
section {
  background: #F7F7F7 !important;
}/* End custom CSS */