.elementor-3455 .elementor-element.elementor-element-00a98a4{--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;}.elementor-3455 .elementor-element.elementor-element-846fc08{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for html, class: .elementor-element-846fc08 *//* ===== BLOG HERO — FULL WIDTH + INNER BORDER CARD ===== */

.as-sec-1{
  width:100%;
  background:#f5f7fb;
  padding:42px 0 54px;     /* outer section same */
}

/* INNER CARD STRIP */
.as-sec-1__inner{
  max-width:1200px;
  width:100%;
  margin:0 auto;

  background:#ffffff;

  padding:36px 40px;      /* ✅ LEFT–RIGHT SPACE BADHA DIYA (28px → 40px) */

  border-radius:20px;
  border:1px solid rgba(0,0,0,0.06);

  text-align:center;

  box-shadow:
    0 8px 22px rgba(0,0,0,0.08),
    0 20px 45px rgba(0,0,0,0.06);
}

/* TITLE */
.as-sec-1 .as-title{
  font-size:34px;
  font-weight:800;
  color:#0f172a;
  margin-bottom:14px;
}

/* DESCRIPTION */
.as-sec-1 .as-desc{
  max-width:760px;
  margin:0 auto;

  font-size:15.8px;
  line-height:1.65;
  color:#475569;
}

/* MOBILE */
@media(max-width:768px){
  .as-sec-1{
    padding:28px 0 40px;
  }

  .as-sec-1__inner{
    padding:26px 22px;    /* ✅ mobile me bhi thoda zyada side space */
    border-radius:18px;
  }

  .as-sec-1 .as-title{
    font-size:28px;
  }

  .as-sec-1 .as-desc{
    font-size:14.8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-176708a *//* ===== ARCHIVE SECTION 3 — BLOG CARD GRID (FINAL + GLOW) ===== */

.as-sec-3{
  width:100%;
  background:#f3f6fb;
  padding:56px 24px;          /* 🔧 side padding thoda balanced */
}

/* GRID WRAPPER */
.as-sec-3__inner{
  max-width:1200px;
  margin:0 auto;

  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(260px, 1fr));
  gap:26px;

  box-sizing:border-box;     /* ✅ overflow safe */
}

/* ===== CARD ===== */
.as-blog-card{
  background:#ffffff;
  border-radius:10px;
  overflow:hidden;
  border:1px solid #e5e7eb;
  transition:all .25s ease;
  box-sizing:border-box;

  /* subtle default depth */
  box-shadow:
    0 2px 6px rgba(15,23,42,0.04);
}

/* Hover effect — soft glow + lift */
.as-blog-card:hover{
  transform:translateY(-4px);

  box-shadow:
    0 14px 30px rgba(15,23,42,0.12),
    0 0 0 1px rgba(37,99,235,0.18);
}

/* ===== IMAGE ===== */
.as-blog-card__img{
  width:100%;
  height:170px;
  object-fit:cover;
  display:block;
}

/* ===== BODY ===== */
.as-blog-card__body{
  padding:16px 16px 18px;
}

.as-blog-card__title{
  font-size:15.5px;
  font-weight:700;
  color:#0f172a;
  margin-bottom:8px;
  line-height:1.4;
}

.as-blog-card__excerpt{
  font-size:13.8px;
  color:#475569;
  line-height:1.55;
  margin-bottom:14px;
}

/* ===== BUTTON ===== */
.as-blog-card__btn{
  display:inline-block;
  padding:8px 14px;
  font-size:13px;
  font-weight:600;
  color:#ffffff;
  background:#2563eb;
  border-radius:6px;
  text-decoration:none;
  transition:background .2s ease, box-shadow .2s ease;
}

.as-blog-card__btn:hover{
  background:#1d4ed8;
  box-shadow:0 6px 14px rgba(37,99,235,0.35);
}

/* ===== MOBILE PERFECT ALIGNMENT ===== */
@media(max-width:768px){
  .as-sec-3{
    padding:40px 14px;      /* 🔧 mobile me equal left-right */
  }

  .as-sec-3__inner{
    gap:18px;               /* 🔧 cards thode paas */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-431915f *//* ===== ARCHIVE SECTION 4 — PAGINATION (FINAL LOCK) ===== */

.as-sec-4{
  width:100%;
  padding:40px 16px 64px;
  background:#f3f6fb; /* same as card section */
}

/* Pagination wrapper */
.as-pagination{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  white-space:nowrap;          /* 🔒 ek line me rakhne ke liye */
  overflow-x:auto;             /* 🔒 mobile me overflow safe */
  -webkit-overflow-scrolling:touch;
}

/* Hide scrollbar (clean look) */
.as-pagination::-webkit-scrollbar{
  display:none;
}

/* ===== PAGE BUTTON ===== */
.as-page{
  min-width:38px;
  height:38px;
  padding:0 14px;

  display:inline-flex;
  align-items:center;
  justify-content:center;

  font-size:14px;
  font-weight:600;
  color:#334155;

  background:#ffffff;
  border:1px solid #e5e7eb;
  border-radius:8px;

  text-decoration:none;
  cursor:pointer;

  transition:
    background .2s ease,
    color .2s ease,
    border-color .2s ease,
    box-shadow .2s ease,
    transform .15s ease;
}

/* Hover (desktop) */
.as-page:hover{
  background:#eff6ff;
  color:#2563eb;
  border-color:#c7d2fe;

  box-shadow:
    0 6px 14px rgba(37,99,235,0.18); /* soft glow */
}

/* Active / Current page */
.as-page--current{
  background:#2563eb;
  color:#ffffff;
  border-color:#2563eb;
  cursor:default;

  box-shadow:
    0 6px 16px rgba(37,99,235,0.35); /* strong but clean */
}

/* Prev / Next buttons */
.as-page--prev,
.as-page--next{
  font-weight:600;
}

/* Click / touch feedback */
.as-page:active{
  transform:scale(0.96);
}

/* Disabled state */
.as-page.is-disabled{
  opacity:.45;
  pointer-events:none;
}

/* Mobile tweaks */
@media(max-width:768px){
  .as-sec-4{
    padding:28px 12px 48px;
  }

  .as-page{
    height:36px;
    font-size:13.5px;
  }
}/* End custom CSS */
/* Start custom CSS */body {
  background: #F7F7F7 !important;  /* yahan apna brown colour dalna */
}
section {
  background: #F7F7F7 !important;
}/* End custom CSS */