.elementor-1193 .elementor-element.elementor-element-5b27161{--display:flex;}/* Start custom CSS *//* ===== Base ===== */
html{scroll-behavior:smooth}
.aseeri-services.light{
  font-family:system-ui,-apple-system,"Segoe UI",sans-serif;
  background:
    radial-gradient(circle at 12% 0%, rgba(245,196,110,.38), transparent 46%),
    radial-gradient(circle at 88% 10%, rgba(179,122,44,.18), transparent 44%),
    radial-gradient(circle at 50% 120%, rgba(59,130,246,.08), transparent 55%),
    #f7f6f3;
  color:#2a1a0c;
  padding:80px 15px;
}
.aseeri-services .wrap{max-width:1200px;margin:0 auto}

/* ===== Hero ===== */
.aseeri-services .hero{text-align:center;margin-bottom:28px}
.aseeri-services .hero-badge{
  display:inline-flex;align-items:center;gap:10px;
  padding:8px 16px;border-radius:999px;
  background:rgba(179,122,44,.10);
  color:#8b5a22;font-weight:1000;letter-spacing:.7px;
  box-shadow:0 14px 30px rgba(0,0,0,.06);
  border:1px solid rgba(179,122,44,.18);
  margin-bottom:12px;
}
.aseeri-services .brand-dot{
  width:12px;height:12px;border-radius:999px;
  background:linear-gradient(135deg,#f5c46e,#b37a2c);
  box-shadow:0 0 0 6px rgba(245,196,110,.18);
}
.aseeri-services .hero h1{margin:0 0 8px;font-size:42px;color:#4a2b0f}
.aseeri-services .hero p{
  margin:0 auto 18px;max-width:820px;
  color:#6e5a47;line-height:1.9;font-size:15px;
}
.aseeri-services .hero-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:12px}

/* ===== Stats ===== */
.aseeri-services .stats{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:6px}
.aseeri-services .stat{
  background:#fff;border-radius:18px;padding:14px 18px;min-width:170px;
  box-shadow:0 18px 44px rgba(0,0,0,.08);
  border:1px solid rgba(179,122,44,.16);
  position:relative;overflow:hidden;
}
.aseeri-services .stat:before{
  content:"";position:absolute;inset:-10px;
  background:radial-gradient(circle at 18% 0%, rgba(245,196,110,.26), transparent 60%);
  pointer-events:none;
}
.aseeri-services .stat strong{display:block;font-size:23px;font-weight:1000;color:#b37a2c;position:relative}
.aseeri-services .stat span{font-size:13px;color:#6e5a47;position:relative}

/* ===== Sections ===== */
.aseeri-services .section{margin-top:26px}
.aseeri-services .section-head{text-align:center;margin-bottom:14px}
.aseeri-services .section-head h2{margin:0 0 6px;color:#4a2b0f;font-size:26px}
.aseeri-services .section-head p{margin:0 auto;max-width:760px;color:#6e5a47;line-height:1.9;font-size:14px}

/* ===== Grid ===== */
.aseeri-services .grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:18px;
  margin-top:14px;
}

/* ===== Cards ===== */
.aseeri-services .card{
  background:#fff;border-radius:22px;
  padding:18px 18px 16px;
  border:1px solid rgba(179,122,44,.14);
  box-shadow:0 18px 44px rgba(0,0,0,.10);
  position:relative;overflow:hidden;
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.aseeri-services .card:after{
  content:"";position:absolute;top:-70%;left:-60%;
  width:70%;height:240%;
  background:linear-gradient(120deg, transparent, rgba(255,255,255,.75), transparent);
  transform:translateX(-140%) rotate(15deg);
  opacity:0;transition:.55s ease;pointer-events:none;
}
.aseeri-services .card:hover{
  transform:translateY(-8px) scale(1.02);
  border-color:rgba(245,196,110,.60);
  box-shadow:0 28px 64px rgba(0,0,0,.14);
}
.aseeri-services .card:hover:after{opacity:1;transform:translateX(240%) rotate(15deg)}
.aseeri-services .top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}

/* Chip + SVG */
.aseeri-services .chip{
  display:inline-flex;align-items:center;gap:8px;
  padding:7px 10px;border-radius:999px;
  background:rgba(179,122,44,.10);
  color:#8b5a22;font-size:12px;font-weight:1000;
}
.aseeri-services .ico{
  width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;
  border-radius:8px;background:rgba(179,122,44,.14);
}
.aseeri-services .ico svg{width:16px;height:16px;color:#b37a2c}

.aseeri-services .card h3{margin:0 0 8px;color:#4a2b0f;font-size:18px;letter-spacing:.1px}
.aseeri-services .card p{margin:0;color:#6e5a47;font-size:14px;line-height:1.9}

/* Bullets */
.aseeri-services .bullets{margin:12px 0 0;padding:0 18px 0 0;color:#6e5a47;line-height:1.9;font-size:13px}
.aseeri-services .bullets li{margin:6px 0}

/* Status */
.aseeri-services .status{
  font-size:12px;padding:7px 10px;border-radius:999px;
  font-weight:1000;white-space:nowrap;
}
.aseeri-services .status.done{background:#22c55e;color:#fff}
.aseeri-services .status.soon{background:#3b82f6;color:#fff}
.aseeri-services .status.gold{background:linear-gradient(135deg,#f5c46e,#b37a2c);color:#2a1a0c}

/* Actions + Buttons */
.aseeri-services .actions{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}
.aseeri-services .btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:9px 14px;border-radius:999px;font-weight:1000;font-size:13px;
  text-decoration:none;border:1px solid rgba(179,122,44,.22);
  background:#fff;color:#8b5a22;
  box-shadow:0 14px 30px rgba(0,0,0,.06);
  transition:.2s ease;
}
.aseeri-services .btn:hover{transform:translateY(-1px)}
.aseeri-services .btn.primary{
  background:linear-gradient(135deg,#f5c46e,#b37a2c);
  border-color:transparent;color:#2a1a0c;
}
.aseeri-services .btn.ghost{background:transparent}

/* Highlight / Featured */
.aseeri-services .highlight{outline:2px solid rgba(245,196,110,.45)}
.aseeri-services .card.featured{
  border:2px solid rgba(245,196,110,.78);
  box-shadow:0 0 0 4px rgba(245,196,110,.14), 0 28px 70px rgba(0,0,0,.16);
  background:radial-gradient(circle at top, rgba(245,196,110,.18), transparent 62%), #fff;
}
.aseeri-services .card.featured:before{
  content:"⭐";position:absolute;top:16px;right:16px;font-size:18px;opacity:.9
}

/* ===== Pricing ===== */
.aseeri-services .pricing{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:16px;
  margin-top:14px;
}
.aseeri-services .price-card{
  background:#fff;border-radius:20px;
  padding:16px;border:1px solid rgba(179,122,44,.14);
  box-shadow:0 18px 44px rgba(0,0,0,.08);
}
.aseeri-services .price-card.best{
  border:2px solid rgba(245,196,110,.78);
  box-shadow:0 0 0 4px rgba(245,196,110,.14), 0 28px 70px rgba(0,0,0,.12);
}
.aseeri-services .price-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}
.aseeri-services .tag{
  font-size:12px;padding:6px 10px;border-radius:999px;
  background:rgba(179,122,44,.10);color:#8b5a22;font-weight:1000;
}
.aseeri-services .tag.gold{background:linear-gradient(135deg,#f5c46e,#b37a2c);color:#2a1a0c}
.aseeri-services .price-desc{color:#6e5a47;font-size:13px;line-height:1.9;margin:0 0 10px}
.aseeri-services .mini{margin:0 0 12px;padding:0 18px 0 0;color:#6e5a47;font-size:13px;line-height:1.9}
.aseeri-services .mini li{margin:6px 0}

/* ===== Contact ===== */
.aseeri-services .contact{margin-top:28px}
.aseeri-services .contact-card{
  width:min(820px,100%);
  margin:0 auto;
  background:#fff;border-radius:22px;
  padding:18px 18px 16px;
  border:1px solid rgba(179,122,44,.16);
  box-shadow:0 18px 44px rgba(0,0,0,.08);
  position:relative;overflow:hidden;
}
.aseeri-services .contact-card:before{
  content:"";position:absolute;inset:-10px;
  background:radial-gradient(circle at 18% 0%, rgba(245,196,110,.22), transparent 60%);
  pointer-events:none;
}
.aseeri-services .contact-head{position:relative;text-align:center;margin-bottom:8px}
.aseeri-services .contact-head h2{margin:0 0 6px;color:#4a2b0f}
.aseeri-services .contact-head p{margin:0;color:#6e5a47;line-height:1.9;font-size:14px}
.aseeri-services .note{position:relative;margin-top:10px;color:#8a7662;font-size:12px;text-align:center}

/* Flash effect */
.aseeri-services .flash{
  outline:2px solid rgba(59,130,246,.35);
  box-shadow:0 0 0 6px rgba(59,130,246,.12);
  transition:.2s ease;
}

/* ===== Visitor Counter ===== */
.aseeri-services .visitor-wrap{display:flex;justify-content:center;margin-top:34px}
.aseeri-services .visitor-card{
  width:min(650px,100%);
  background:#fff;border-radius:20px;
  padding:16px 16px 14px;
  border:1px solid rgba(179,122,44,.16);
  box-shadow:0 18px 44px rgba(0,0,0,.08);
  text-align:center;position:relative;overflow:hidden;
}
.aseeri-services .visitor-card:before{
  content:"";position:absolute;inset:-10px;
  background:radial-gradient(circle at 18% 0%, rgba(245,196,110,.22), transparent 60%);
  pointer-events:none;
}
.aseeri-services .visitor-title{font-weight:1000;color:#4a2b0f;margin-bottom:10px;position:relative}
.aseeri-services .visitor-number{
  position:relative;
  font-size:28px;
  font-weight:1000;
  color:#b37a2c;
  letter-spacing:.3px;
  margin-bottom:6px;
}
.aseeri-services .visitor-note{font-size:12px;color:#8a7662;margin-top:6px;position:relative}

/* ===== Footer ===== */
.aseeri-services .page-footer{text-align:center;margin-top:22px;color:#8a7662;font-size:13px}

/* ===== Back to top ===== */
.aseeri-services .to-top{
  position:fixed;bottom:18px;left:18px;
  width:46px;height:46px;border-radius:999px;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#f5c46e,#b37a2c);
  color:#2a1a0c;
  box-shadow:0 18px 44px rgba(0,0,0,.18);
  border:1px solid rgba(179,122,44,.35);
  text-decoration:none;z-index:9999;
  transition:transform .2s ease, filter .2s ease;
}
.aseeri-services .to-top:hover{transform:translateY(-2px) scale(1.04);filter:brightness(1.03)}
.aseeri-services .to-top svg{width:22px;height:22px}

/* Responsive */
@media (max-width:520px){
  .aseeri-services .hero h1{font-size:34px}
  .aseeri-services .stat{min-width:150px}
}/* End custom CSS */