.elementor-526 .elementor-element.elementor-element-708cc3b{--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-65f8201 *//* ===== 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-0e34e52 *//* ============================
   PROJECT PAGE – SECTION 2
   FILTER BY CATEGORY
   ============================ */

.pr-sec-2 {
  padding: 30px 16px;
  display: flex;
  justify-content: center;
}

.pr-sec-2__inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;

  background: #fff;
  padding: 20px 20px;

  /* SHADOW + BORDER OFF (CLEAN LOOK) */
  box-shadow: none !important;
  border: none !important;

  text-align: center;
}

/* Heading */
.pr-sec-2__title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
}

.pr-sec-2__hint {
  margin: 6px 0 10px;
  font-size: 14px;
  color: #64748b;
}

/* Count text */
.pr-sec-2__count {
  font-size: 13px;
  color: #475569;
}

.pr-sec-2__count-value {
  font-weight: 600;
  color: #0f172a;
}

/* Button wrapper */
.pr-sec-2__filters {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* Filter pill buttons */
.pr-filter-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;

  background: #f1f5f9;
  border: 1px solid #d1d5db;
  color: #0f172a;

  cursor: pointer;
  transition: all 0.20s ease-in-out;
}

.pr-filter-pill:hover {
  background: #e0e7ff;
  border-color: #3b82f6;
}

/* ACTIVE PILL — CLEAN + PREMIUM */
.pr-filter-pill--active {
  background: #3b82f6 !important;
  border-color: #3b82f6 !important;
  color: #fff !important;
  box-shadow: none !important;
}

@media (max-width: 600px) {
  .pr-sec-2__inner {
    padding: 22px 16px;
  }

  .pr-filter-pill {
    padding: 7px 14px;
    font-size: 13px;
  }
}

/* ============================
   PROJECT PAGE – SECTION 3
   FEATURED PROJECTS
   ============================ */

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

.pr-sec-3__inner {
  width: 100%;
  max-width: 1100px;
}

/* Intro block */
.pr-sec-3__intro {
  text-align: center;
  margin-bottom: 24px;
}

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

.pr-sec-3__desc {
  margin: 0 auto;
  max-width: 620px;
  font-size: 14px;
  line-height: 1.6;
  color: #64748b;
}

/* Grid */
.pr-sec-3__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

/* Single project card */
.pr-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 18px 16px 16px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Hide when filtered */
.pr-card--hidden {
  display: none;
}

/* Card badge */
.pr-card__badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0369a1;
  margin-bottom: 8px;
}

/* Heading */
.pr-card__heading {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
}

/* Meta line */
.pr-card__meta {
  margin: 0 0 10px;
  font-size: 13px;
  color: #6b7280;
}

/* Bullet list */
.pr-card__list {
  margin: 0 0 14px;
  padding-left: 0;
  list-style-position: inside;
  font-size: 13px;
  color: #4b5563;
  text-align: left;
}

/* Footer (tag + button) */
.pr-card__footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-top: auto;
}

.pr-card__tag {
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  border: 1px solid rgba(16, 185, 129, 0.4);
}

/* CTA button on card */
.pr-card__btn {
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 13px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #3b82f6;
  color: #ffffff;
  font-weight: 500;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.15s ease;
}

.pr-card__btn:hover {
  background: #2563eb;
  transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 900px) {
  .pr-sec-3__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .pr-sec-3 {
    padding: 30px 14px 40px;
  }

  .pr-card {
    padding: 16px 14px 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bdff82b *//* ========== SECTION 4 : BEFORE & AFTER RESULTS ========== */

.pr-sec-4 {
  background: #f7fbff;
  padding: 48px 0;
}

.pr-sec-4__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Heading block */
.pr-sec-4__intro {
  text-align: center;
  margin-bottom: 32px;
}

.pr-sec-4__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}

.pr-sec-4__desc {
  max-width: 620px;
  margin: 0 auto;
  font-size: 0.98rem;
  line-height: 1.6;
  color: #64748b;
}

/* Cards grid */
.pr-sec-4__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

/* Single card */
.ba-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 18px 16px 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

/* Card header */
.ba-card__header {
  text-align: center;
  margin-bottom: 14px;
}

.ba-card__tag {
  display: inline-block;
  padding: 3px 10px;
  font-size: 0.7rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0369a1;
  font-weight: 600;
  margin-bottom: 6px;
}

.ba-card__title {
  font-size: 0.98rem;
  font-weight: 600;
  color: #0f172a;
  margin: 0;
}

/* BEFORE + AFTER images pair */
.ba-card__images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

/* Image box */
.ba-img {
  position: relative;
  background: #f1f5f9;
  border-radius: 16px;
  padding: 12px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* BEFORE / AFTER badges */
.ba-label {
  position: absolute;
  top: 8px;
  left: 10px;
  padding: 3px 10px;
  font-size: 0.68rem;
  font-weight: 600;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #e5e7eb;
  color: #111827;
}

.ba-label--before {
  background: #fee2e2;
  color: #b91c1c;
}

.ba-label--after {
  background: #dcfce7;
  color: #15803d;
}

/* Images */
.ba-img img {
  width: 100%;
  border-radius: 12px;
  display: block;
  object-fit: cover;
}

/* Single description for the whole pair */
.ba-card__summary {
  margin-top: 12px;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #475569;
  text-align: center;
}

/* ------- Responsive ------- */
@media (max-width: 1024px) {
  .pr-sec-4__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .pr-sec-4__grid {
    grid-template-columns: 1fr;
  }

  .ba-card__images {
    grid-template-columns: 1fr;  /* mobile par upar-niche jaisa aapne photo bheja */
  }

  .pr-sec-4 {
    padding: 36px 0;
  }

  .pr-sec-4__title {
    font-size: 1.45rem;
  }
}


/* Mobile par bhi BEFORE & AFTER ek hi line me */
@media (max-width: 700px) {
  .ba-card__images {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;              /* thoda chhota gap mobile ke liye */
  }

  .ba-card {
    padding: 16px 14px 18px;
  }

  .ba-card__title {
    font-size: 0.95rem;
  }

  .ba-card__summary {
    font-size: 0.82rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8e15a10 *//* ========== SECTION 5 : FINAL PROJECTS CTA ========== */

.pr-sec-5 {
  padding: 3.5rem 1.25rem 4rem;
  background: #f5fbff; /* halka blue backdrop, projects page se match */
}

.pr-sec-5__inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  background: #ffffff;
  border-radius: 24px;
  padding: 2.5rem 1.75rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.35);
}

.pr-sec-5__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.pr-sec-5__title span {
  display: block;
  font-weight: 600;
  color: #0f766e; /* thoda greenish trust tone */
}

.pr-sec-5__desc {
  font-size: 0.98rem;
  line-height: 1.6;
  color: #4b5563;
  max-width: 680px;
  margin: 0.5rem auto 1.75rem;
}

.pr-sec-5__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
  margin-bottom: 1.75rem;
}

.pr-sec-5__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 0.7rem 1.6rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}

/* Primary blue button */
.pr-sec-5__btn--primary {
  background: #007bff;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.35);
}

.pr-sec-5__btn--primary:hover {
  background: #005fd1;
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(37, 99, 235, 0.45);
}

/* Outline / ghost button */
.pr-sec-5__btn--ghost {
  background: #ffffff;
  color: #0f766e;
  border-color: rgba(34, 197, 94, 0.45);
}

.pr-sec-5__btn--ghost:hover {
  background: #ecfdf5;
  transform: translateY(-1px);
}

/* Bullet points under buttons */
.pr-sec-5__points {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
  color: #6b7280;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.pr-sec-5__points li::before {
  content: "✓";
  color: #10b981;
  font-weight: 700;
  margin-right: 0.35rem;
}

/* -------- Tablet & Desktop Tweaks -------- */
@media (min-width: 768px) {
  .pr-sec-5 {
    padding: 4rem 1.5rem 4.5rem;
  }

  .pr-sec-5__inner {
    padding: 3rem 2.5rem 2.75rem;
  }

  .pr-sec-5__title {
    font-size: 1.85rem;
  }

  .pr-sec-5__desc {
    font-size: 1rem;
  }

  .pr-sec-5__points {
    flex-direction: row;
    justify-content: center;
    gap: 1.5rem;
  }
}
/* ========== / SECTION 5 : FINAL PROJECTS CTA ========== *//* End custom CSS */
/* Start custom CSS */body {
  background: #F7F7F7 !important;  /* yahan apna brown colour dalna */
}
section {
  background: #F7F7F7 !important;
}/* End custom CSS */