/* =====================================================================
   AS Innovative Labs — Brand Customizations
   Layered on top of style.css (do not edit the theme core).
   Brand: #fa5b29  |  Gradient: #fa5b29 -> #ff8a3d
   ===================================================================== */

:root{
  --brand-color   : #fa5b29;
  --brand-color-2 : #ff8a3d;
  --brand-gradient: linear-gradient(135deg, #fa5b29 0%, #ff8a3d 100%);
}

/* ---------- Logo sizing (new horizontal PNG logo) ---------- */
.header-logo img,
.header-logo .logo{ height:46px; width:auto; max-width:220px; }
.footer-logo img{ height:46px; width:auto; max-width:230px; }
.mobile-logo .logo,
.mobile-logo img{ height:40px; width:auto; max-width:200px; }
.preloader-inner img{ height:54px; width:auto; max-width:240px; }
.sidemenu-content .vs-widget-about img{ height:44px; width:auto; max-width:210px; }
@media (max-width:575px){
  .header-logo img,.header-logo .logo{ height:38px; }
  .mobile-logo .logo,.mobile-logo img{ height:34px; }
}

/* =====================================================================
   SERVICES MEGA MENU (desktop)
   ===================================================================== */
.main-menu ul.mega-menu.as-mega,
.menu-style2 ul.mega-menu.as-mega{
  display:grid;
  grid-template-columns:repeat(5, minmax(0,1fr));
  gap:2px 20px;
  width:100%;
  max-width:var(--main-container3);      /* 1410px */
  padding:30px 34px 26px;
  background-color:var(--smoke-color);
  border-radius:16px;
  border-bottom:3px solid var(--brand-color);
  box-shadow:0 30px 70px rgba(0,0,0,.55);
  max-height:min(78vh, 660px);
  overflow-y:auto;
  overscroll-behavior:contain;
}
.as-mega .as-mega-col{ width:100%; padding:8px 2px; }
.as-mega .as-mega-col > a.menu-title{
  display:flex; align-items:center; gap:10px;
  font-family:var(--title-font);
  font-size:15px; font-weight:700; line-height:1.2;
  color:var(--white-color);
  padding:0 0 10px; margin:0 0 8px;
  border-bottom:1px solid rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.08);
  text-transform:none; letter-spacing:.2px;
}
.as-mega .as-mega-col > a.menu-title i{
  flex:0 0 34px; width:34px; height:34px;
  display:inline-flex; align-items:center; justify-content:center;
  font-size:14px; color:#fff; border-radius:9px;
  background:var(--brand-gradient);
  box-shadow:0 6px 16px rgba(250,91,41,.35);
}
.as-mega .as-mega-col > a.menu-title:hover{ color:var(--brand-color); padding-left:0; }
.as-mega .as-mega-col ul{ margin:0; padding:0; }
.as-mega .as-mega-col ul li{ display:block; width:100%; margin:0; padding:2.5px 0; }
.as-mega .as-mega-col ul li a{
  display:block; position:relative;
  font-size:13.5px; line-height:1.4; font-weight:500;
  color:var(--text-color);
  padding-left:14px;
  transition:color .25s ease, padding .25s ease;
}
.as-mega .as-mega-col ul li a::before{
  content:"\f105"; font-family:var(--icon-font); font-weight:400;
  position:absolute; left:0; top:1px; font-size:12px;
  color:var(--brand-color); opacity:.55;
  transition:transform .25s ease, opacity .25s ease;
}
.as-mega .as-mega-col ul li a:hover{ color:var(--white-color); padding-left:18px; }
.as-mega .as-mega-col ul li a:hover::before{ opacity:1; transform:translateX(3px); }

/* custom scrollbar for the mega panel */
.as-mega::-webkit-scrollbar{ width:8px; }
.as-mega::-webkit-scrollbar-track{ background:rgba(255,255,255,.05); border-radius:8px; }
.as-mega::-webkit-scrollbar-thumb{ background:var(--brand-gradient); border-radius:8px; }

@media (max-width:1400px){
  .main-menu ul.mega-menu.as-mega{ padding:26px 26px 22px; gap:2px 14px; }
}
@media (max-width:1199px){
  .main-menu ul.mega-menu.as-mega{ grid-template-columns:repeat(4, minmax(0,1fr)); }
}

/* =====================================================================
   MOBILE MENU — services accordion icons
   ===================================================================== */
.vs-mobile-menu .sub-menu .fa-solid{
  color:var(--brand-color);
  font-size:13px;
  width:18px; text-align:center;
}
.vs-mobile-menu > ul > li > .sub-menu .menu-item-has-children > a{
  font-weight:600;
}

/* =====================================================================
   TASTEFUL BRAND GRADIENT ACCENTS (used sparingly)
   ===================================================================== */
/* Primary CTA in header */
.vs-btn2.custom-btn{
  background:var(--brand-gradient);
  border:none;
}
.vs-btn2.custom-btn::before{ display:none; }

/* Scroll progress / back-to-top ring uses theme color already (now brand) */

/* Gradient hover underline accent already brand via --theme-color swap */

/* keep gradients from looking flat on cards that use solid theme bg */
.as-gradient-bg{ background:var(--brand-gradient) !important; }

/* =====================================================================
   CLIENTS & CAREER PAGE COMPONENTS
   ===================================================================== */
.title-area .sec-text{ color:var(--text-color); margin-top:16px; margin-bottom:0; }

/* Client logo wall */
.as-logo-card{
  display:flex; align-items:center; justify-content:center;
  height:110px; padding:22px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.07);
  border-radius:14px;
  transition:transform .3s ease, border-color .3s ease, background .3s ease;
}
.as-logo-card img{
  max-height:100%; max-width:100%; width:auto;
  filter:grayscale(1) brightness(1.6); opacity:.7;
  transition:filter .3s ease, opacity .3s ease;
}
.as-logo-card:hover{ transform:translateY(-6px); border-color:rgba(250,91,41,.5); background:rgba(250,91,41,.06); }
.as-logo-card:hover img{ filter:none; opacity:1; }

/* Stats band */
.as-stats-section{
  position:relative; padding:70px 0;
  background-size:cover; background-position:center;
}
.as-stats-section::before{
  content:""; position:absolute; inset:0;
  background:linear-gradient(90deg, rgba(10,7,8,.92), rgba(10,7,8,.78));
}
.as-stats-section .container{ position:relative; z-index:1; }
.as-stat-num{
  font-family:var(--title-font); font-weight:800; font-size:46px; line-height:1;
  margin:0 0 8px;
  background:var(--brand-gradient);
  -webkit-background-clip:text; background-clip:text;
  -webkit-text-fill-color:transparent; color:transparent;
}
.as-stat-label{ color:#fff; font-weight:600; margin:0; font-size:16px; }

/* Testimonial cards */
.as-testi-card{
  position:relative; height:100%;
  padding:34px 30px;
  background:var(--smoke-color);
  border:1px solid rgba(255,255,255,.06);
  border-radius:16px;
  transition:transform .3s ease, border-color .3s ease;
}
.as-testi-card:hover{ transform:translateY(-6px); border-color:rgba(250,91,41,.45); }
.as-testi-quote{
  font-size:26px; color:var(--brand-color); margin-bottom:16px; display:inline-block;
}
.as-testi-text{ color:var(--text-color); font-size:15.5px; line-height:1.7; margin-bottom:24px; }
.as-testi-author{ display:flex; align-items:center; gap:14px; }
.as-testi-author img{ width:54px; height:54px; border-radius:50%; object-fit:cover; }
.as-testi-name{ color:#fff; margin:0 0 2px; font-size:17px; }
.as-testi-role{ color:var(--brand-color); font-size:13px; }

/* Benefit cards (career) */
.as-benefit-card{
  height:100%; padding:34px 30px; text-align:center;
  background:var(--smoke-color);
  border:1px solid rgba(255,255,255,.06);
  border-radius:16px;
  transition:transform .3s ease, border-color .3s ease;
}
.as-benefit-card:hover{ transform:translateY(-6px); border-color:rgba(250,91,41,.45); }
.as-benefit-icon{
  display:inline-flex; align-items:center; justify-content:center;
  width:70px; height:70px; margin-bottom:22px; border-radius:18px;
  font-size:26px; color:#fff;
  background:var(--brand-gradient);
  box-shadow:0 12px 26px rgba(250,91,41,.32);
}
.as-benefit-title{ color:#fff; margin:0 0 12px; font-size:20px; }
.as-benefit-text{ color:var(--text-color); margin:0; font-size:15px; line-height:1.65; }

/* Job cards (career) */
.as-job-card{
  display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap;
  padding:26px 32px;
  background:var(--smoke-color);
  border:1px solid rgba(255,255,255,.06);
  border-left:4px solid var(--brand-color);
  border-radius:14px;
  transition:transform .3s ease, box-shadow .3s ease;
}
.as-job-card:hover{ transform:translateX(6px); box-shadow:0 16px 40px rgba(0,0,0,.35); }
.as-job-title{ color:#fff; margin:0 0 10px; font-size:21px; }
.as-job-meta{ display:flex; flex-wrap:wrap; gap:22px; }
.as-job-meta span{ color:var(--text-color); font-size:14px; }
.as-job-meta i{ color:var(--brand-color); margin-right:7px; }
.as-job-btn{ font-size:15px !important; padding:13px 26px !important; white-space:nowrap; }
@media (max-width:575px){
  .as-job-card{ padding:22px; }
  .as-job-btn{ width:100%; }
}

/* =====================================================================
   FOOTER CONTACT LIST + SOCIAL (real details)
   ===================================================================== */
.footer-contact-list{ margin:0; padding:0; list-style:none; }
.footer-contact-list li{
  position:relative; display:flex; gap:12px; align-items:flex-start;
  color:var(--text-color); font-size:14.5px; line-height:1.6;
  padding:0 0 14px; margin:0; font-weight:500;
}
.footer-contact-list li i{
  color:var(--brand-color); font-size:15px; margin-top:4px; flex:0 0 18px; text-align:center;
}
.footer-contact-list li a{ color:var(--text-color); transition:color .25s ease; }
.footer-contact-list li a:hover{ color:var(--brand-color); }
.footer-layout2 .social-links{ margin-top:22px; display:flex; gap:10px; flex-wrap:wrap; padding:0; }
.footer-layout2 .social-links li{ list-style:none; padding:0; margin:0; }
.footer-layout2 .social-links a{
  display:inline-flex; align-items:center; justify-content:center;
  width:40px; height:40px; border-radius:10px;
  background:rgba(255,255,255,.06); color:#fff; font-size:15px;
  transition:all .3s ease;
}
.footer-layout2 .social-links a:hover{ background:var(--brand-gradient); transform:translateY(-4px); }

/* =====================================================================
   SERVICE PAGE COMPONENTS (93 pages)
   ===================================================================== */
.as-overview-img{ position:relative; border-radius:18px; overflow:hidden; }
.as-overview-img img{ width:100%; height:auto; display:block; border-radius:18px; }
.as-overview-badge{
  position:absolute; left:24px; bottom:24px;
  width:64px; height:64px; border-radius:16px;
  display:inline-flex; align-items:center; justify-content:center;
  font-size:26px; color:#fff; background:var(--brand-gradient);
  box-shadow:0 12px 28px rgba(250,91,41,.4);
}
.as-placeholder-note{
  display:flex; gap:12px; align-items:flex-start;
  background:rgba(250,91,41,.08); border:1px dashed rgba(250,91,41,.5);
  border-radius:12px; padding:14px 18px; margin-top:24px;
  color:var(--text-color); font-size:14px;
}
.as-placeholder-note i{ color:var(--brand-color); margin-top:3px; }
.as-placeholder-note strong{ color:#fff; }

/* Process cards */
.as-process-card{
  position:relative; height:100%; padding:34px 26px 30px; text-align:center;
  background:var(--smoke-color); border:1px solid rgba(255,255,255,.06);
  border-radius:16px; transition:transform .3s ease, border-color .3s ease;
}
.as-process-card:hover{ transform:translateY(-6px); border-color:rgba(250,91,41,.45); }
.as-process-num{
  display:inline-flex; align-items:center; justify-content:center;
  font-family:var(--title-font); font-weight:800; font-size:20px; color:#fff;
  width:58px; height:58px; border-radius:50%; margin-bottom:20px;
  background:var(--brand-gradient); box-shadow:0 10px 24px rgba(250,91,41,.32);
}
.as-process-title{ color:#fff; font-size:19px; margin:0 0 10px; }
.as-process-text{ color:var(--text-color); font-size:14.5px; line-height:1.6; margin:0; }

/* Related service cards */
.as-related-card{
  display:block; height:100%; padding:32px 28px; text-align:center;
  background:var(--smoke-color); border:1px solid rgba(255,255,255,.06);
  border-radius:16px; transition:transform .3s ease, border-color .3s ease;
}
.as-related-card:hover{ transform:translateY(-6px); border-color:rgba(250,91,41,.45); }
.as-related-icon{
  display:inline-flex; align-items:center; justify-content:center;
  width:62px; height:62px; border-radius:16px; margin-bottom:18px;
  font-size:24px; color:#fff; background:var(--brand-gradient);
  box-shadow:0 10px 24px rgba(250,91,41,.3);
}
.as-related-title{ color:#fff; font-size:18px; margin:0 0 14px; }
.as-related-link{ color:var(--brand-color); font-weight:600; font-size:14px; }
.as-related-link i{ margin-left:6px; transition:transform .3s ease; }
.as-related-card:hover .as-related-link i{ transform:translateX(5px); }

/* Service page contact form */
.as-service-form .form-control{ margin-bottom:20px; }

/* =====================================================================
   SEO AUDIT TOOL — hero input + hint
   ===================================================================== */
.as-seo-form input[type="text"]{ text-transform:none; }
.as-seo-hint{ color:var(--text-color); font-size:14px; margin-top:16px; }
.as-seo-hint i{ color:var(--brand-color); margin-right:6px; }
.as-seo-error{ display:none; color:#ff6b5b; font-size:13px; margin-top:10px; font-weight:500; }
.as-seo-form button.is-loading{ opacity:.75; pointer-events:none; }
.as-seo-form button.is-loading::after{
  content:""; width:16px; height:16px; margin-left:8px; border-radius:50%;
  border:2px solid rgba(255,255,255,.4); border-top-color:#fff;
  display:inline-block; animation:as-spin .7s linear infinite;
}
@keyframes as-spin{ to{ transform:rotate(360deg); } }

/* =====================================================================
   SEO REPORT PAGE
   ===================================================================== */
.as-report-section{ min-height:60vh; }
.as-report-empty{ max-width:640px; margin:0 auto; text-align:center; }
.as-report-form{ display:flex; gap:12px; margin-top:24px; flex-wrap:wrap; }
.as-report-form input{
  flex:1 1 260px; min-width:0; padding:16px 20px; border-radius:12px;
  background:var(--smoke-color); border:1px solid rgba(255,255,255,.1); color:#fff; font-size:15px;
}
.as-report-head{
  display:flex; justify-content:space-between; align-items:flex-end; gap:20px;
  flex-wrap:wrap; padding-bottom:22px; margin-bottom:8px; border-bottom:1px solid rgba(255,255,255,.08);
}
.as-report-label{ color:var(--brand-color); font-weight:600; font-size:13px; text-transform:uppercase; letter-spacing:1px; }
.as-report-domain{ color:#fff; margin:6px 0 4px; word-break:break-word; }
.as-report-date{ color:var(--text-color); font-size:13px; }
.as-report-actions{ display:flex; gap:12px; flex-wrap:wrap; }
.as-report-actions .vs-btn,.as-report-actions .vs-btn2{ padding:14px 24px; font-size:15px; }
.as-btn-outline{ background:transparent !important; border:1px solid rgba(255,255,255,.2) !important; }
.as-demo-flag{
  display:flex; gap:10px; align-items:flex-start; margin:26px 0 30px;
  background:rgba(250,91,41,.08); border:1px dashed rgba(250,91,41,.45); border-radius:12px;
  padding:14px 18px; color:var(--text-color); font-size:13.5px; line-height:1.6;
}
.as-demo-flag i{ color:var(--brand-color); margin-top:3px; }

/* score gauges */
.as-scorecards{ margin-bottom:20px; }
.as-gauge-card{
  background:var(--smoke-color); border:1px solid rgba(255,255,255,.06); border-radius:16px;
  padding:26px 16px; text-align:center; height:100%;
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:12px;
}
.as-gauge{ position:relative; width:120px; height:120px; }
.as-gauge svg{ width:120px; height:120px; transform:rotate(-90deg); }
.as-gauge-bg{ fill:none; stroke:rgba(255,255,255,.08); stroke-width:10; }
.as-gauge-fg{ fill:none; stroke-width:10; stroke-linecap:round; }
.as-gauge-val{ position:absolute; inset:0; display:flex; align-items:center; justify-content:center; font-family:var(--title-font); font-weight:800; font-size:30px; }
.as-gauge-label{ color:#fff; font-weight:600; font-size:14.5px; }
.as-ssl-card{ gap:16px; }
.as-ssl-icon{ width:70px; height:70px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center; font-size:28px; color:#fff; }
.as-ssl-icon.ok{ background:linear-gradient(135deg,#27c093,#1fa87e); }
.as-ssl-icon.bad{ background:linear-gradient(135deg,#ff5b5b,#e23b3b); }

/* metric tables */
.as-metric-block{ margin-top:34px; }
.as-block-title{ color:#fff; font-size:20px; margin:0 0 16px; display:flex; align-items:center; gap:10px; }
.as-block-title i{ color:var(--brand-color); }
.as-table-wrap{ overflow-x:auto; border-radius:14px; border:1px solid rgba(255,255,255,.06); }
.as-metric-table{ width:100%; border-collapse:collapse; background:var(--smoke-color); }
.as-metric-table td{ padding:14px 20px; border-bottom:1px solid rgba(255,255,255,.05); font-size:14.5px; vertical-align:middle; }
.as-metric-table tr:last-child td{ border-bottom:none; }
.as-m-name{ color:#fff; font-weight:600; width:40%; }
.as-m-val{ color:var(--text-color); width:35%; }
.as-m-st{ text-align:right; white-space:nowrap; }
.as-pill{ display:inline-flex; align-items:center; gap:6px; padding:5px 12px; border-radius:20px; font-size:12.5px; font-weight:600; }
.as-pill.pass{ background:rgba(39,192,147,.14); color:#3ddca9; }
.as-pill.fail{ background:rgba(255,91,91,.14); color:#ff7a7a; }
.as-pill.warn{ background:rgba(255,176,32,.14); color:#ffc157; }

/* recommendations */
.as-reco-wrap{ margin-top:40px; background:var(--smoke-color); border:1px solid rgba(255,255,255,.06); border-radius:16px; padding:30px 32px; }
.as-reco-list{ list-style:none; margin:0; padding:0; }
.as-reco-list li{ color:var(--text-color); font-size:15px; line-height:1.6; padding:12px 0; border-bottom:1px solid rgba(255,255,255,.05); display:flex; gap:12px; }
.as-reco-list li:last-child{ border-bottom:none; }
.as-reco-list li i{ color:var(--brand-color); margin-top:4px; }

.as-report-cta{
  margin-top:40px; padding:34px; border-radius:18px;
  background:var(--brand-gradient); color:#fff;
  display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap;
}
.as-report-cta h3{ color:#fff; margin:0 0 6px; }
.as-report-cta p{ margin:0; opacity:.92; }
.as-report-cta .vs-btn{ background:#fff !important; color:var(--brand-color) !important; }
.as-report-cta .vs-btn::before{ display:none !important; }
@media (max-width:575px){
  .as-report-head{ align-items:flex-start; }
  .as-gauge,.as-gauge svg{ width:96px; height:96px; }
  .as-gauge-val{ font-size:24px; }
}

/* =====================================================================
   DIGITAL MARKETPLACE (Shop) COMPONENTS
   ===================================================================== */
.as-store-toolbar{ display:flex; justify-content:space-between; align-items:center; gap:20px; flex-wrap:wrap; margin-bottom:34px; }
.as-chips{ display:flex; gap:10px; flex-wrap:wrap; }
.as-chip{ background:var(--smoke-color); border:1px solid rgba(255,255,255,.08); color:var(--text-color);
  padding:9px 18px; border-radius:30px; font-size:13.5px; font-weight:600; cursor:pointer; transition:all .25s ease; }
.as-chip:hover{ color:#fff; border-color:rgba(250,91,41,.5); }
.as-chip.active{ background:var(--brand-gradient); color:#fff; border-color:transparent; }
.as-store-tools{ display:flex; gap:12px; flex-wrap:wrap; }
.as-search-input,.as-sort{ background:var(--smoke-color); border:1px solid rgba(255,255,255,.1); color:#fff;
  padding:11px 16px; border-radius:10px; font-size:14px; }
.as-search-input{ min-width:220px; }

.as-prod-card{ background:var(--smoke-color); border:1px solid rgba(255,255,255,.06); border-radius:16px; overflow:hidden;
  height:100%; transition:transform .3s ease, border-color .3s ease; }
.as-prod-card:hover{ transform:translateY(-6px); border-color:rgba(250,91,41,.45); }
.as-prod-thumb{ position:relative; aspect-ratio:16/10; overflow:hidden; }
.as-prod-thumb img{ width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.as-prod-card:hover .as-prod-thumb img{ transform:scale(1.06); }
.as-prod-badge{ position:absolute; top:14px; left:14px; background:var(--brand-gradient); color:#fff;
  font-size:11px; font-weight:700; padding:5px 12px; border-radius:20px; z-index:2; text-transform:uppercase; letter-spacing:.5px; }
.as-wish-btn{ position:absolute; top:12px; right:12px; width:38px; height:38px; border-radius:50%; border:none;
  background:rgba(10,7,8,.6); color:#fff; cursor:pointer; z-index:2; transition:all .25s ease; }
.as-wish-btn:hover,.as-wish-btn.active{ background:var(--brand-color); color:#fff; }
.as-wish-btn.big{ position:static; width:52px; height:52px; border-radius:12px; background:var(--smoke-color); border:1px solid rgba(255,255,255,.1); }
.as-prod-body{ padding:22px; }
.as-prod-cat{ color:var(--brand-color); font-size:12px; font-weight:600; text-transform:uppercase; letter-spacing:.5px; }
.as-prod-name{ font-size:17px; margin:8px 0 10px; line-height:1.35; }
.as-prod-name a{ color:#fff; } .as-prod-name a:hover{ color:var(--brand-color); }
.as-stars{ color:#ffb020; font-size:13px; }
.as-prod-sales{ color:var(--text-color); font-size:12.5px; }
.as-prod-foot{ display:flex; justify-content:space-between; align-items:center; margin-top:16px; }
.as-prod-price{ color:#fff; font-weight:800; font-size:19px; font-family:var(--title-font); }
.as-prod-price del{ color:var(--text-color); font-weight:400; font-size:14px; margin-left:6px; }
.as-add-btn{ width:46px; height:46px; border-radius:12px; border:none; background:var(--brand-gradient); color:#fff; cursor:pointer; font-size:16px; transition:transform .25s ease; }
.as-add-btn:hover{ transform:translateY(-3px); }
.as-empty-msg{ text-align:center; color:var(--text-color); padding:40px 0; }

/* product detail */
.as-detail-img{ position:relative; border-radius:18px; overflow:hidden; }
.as-detail-img img{ width:100%; border-radius:18px; }
.as-detail-name{ color:#fff; margin:10px 0 14px; }
.as-detail-meta{ display:flex; gap:16px; align-items:center; flex-wrap:wrap; color:var(--text-color); font-size:14px; margin-bottom:18px; }
.as-instock{ color:#3ddca9; } .as-instock i{ margin-right:5px; }
.as-detail-price{ color:#fff; font-size:32px; font-weight:800; font-family:var(--title-font); margin-bottom:18px; }
.as-detail-price del{ color:var(--text-color); font-size:20px; font-weight:400; margin-left:10px; }
.as-detail-desc{ color:var(--text-color); line-height:1.7; margin-bottom:22px; }
.as-detail-list{ list-style:none; padding:0; margin:0 0 28px; }
.as-detail-list li{ color:var(--text-color); padding:7px 0; } .as-detail-list li i{ color:var(--brand-color); margin-right:10px; }
.as-detail-actions{ display:flex; gap:14px; flex-wrap:wrap; align-items:center; }
.as-related-products{ margin-top:70px; }

/* cart */
.as-cart-table,.as-metric-table{ width:100%; border-collapse:collapse; background:var(--smoke-color); }
.as-cart-table th{ background:rgba(255,255,255,.03); color:#fff; padding:16px 20px; text-align:left; font-size:14px; }
.as-cart-table td{ padding:16px 20px; border-top:1px solid rgba(255,255,255,.05); color:var(--text-color); vertical-align:middle; }
.as-ct-prod{ display:flex; gap:14px; align-items:center; }
.as-ct-prod img{ width:64px; height:64px; border-radius:10px; object-fit:cover; }
.as-ct-prod a{ color:#fff; font-weight:600; display:block; } .as-ct-prod span{ font-size:12px; color:var(--brand-color); }
.as-qty{ display:inline-flex; align-items:center; border:1px solid rgba(255,255,255,.1); border-radius:10px; overflow:hidden; }
.as-qty button{ width:34px; height:38px; background:transparent; color:#fff; border:none; cursor:pointer; }
.as-qty button:hover{ background:var(--brand-color); }
.as-qty input{ width:44px; height:38px; text-align:center; background:transparent; border:none; color:#fff; }
.as-ct-sub{ color:#fff; font-weight:700; }
.as-ct-rm{ background:transparent; border:none; color:var(--text-color); cursor:pointer; font-size:16px; }
.as-ct-rm:hover{ color:#ff5b5b; }
.as-summary{ background:var(--smoke-color); border:1px solid rgba(255,255,255,.06); border-radius:16px; padding:28px; }
.as-summary h3{ color:#fff; margin:0 0 18px; font-size:20px; }
.as-sum-row{ display:flex; justify-content:space-between; color:var(--text-color); padding:10px 0; border-bottom:1px solid rgba(255,255,255,.05); }
.as-sum-row.total{ color:#fff; font-weight:800; font-size:18px; border-bottom:none; margin-top:6px; }
.as-coupon{ display:flex; gap:8px; margin:16px 0; }
.as-coupon input{ flex:1; background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.1); border-radius:10px; color:#fff; padding:10px 14px; }
.w-100{ width:100%; } .mt-2{ margin-top:12px !important; }

/* checkout */
.as-panel{ background:var(--smoke-color); border:1px solid rgba(255,255,255,.06); border-radius:16px; padding:28px; }
.as-panel-title{ color:#fff; font-size:19px; margin:0 0 20px; }
.as-panel-head{ display:flex; justify-content:space-between; align-items:center; }
.as-co-item{ display:flex; justify-content:space-between; color:var(--text-color); padding:9px 0; border-bottom:1px solid rgba(255,255,255,.05); font-size:14px; }
.form-group label{ color:#fff; font-size:13.5px; margin-bottom:7px; display:block; font-weight:500; }
.as-pay-methods{ display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.as-pay-opt{ cursor:pointer; } .as-pay-opt input{ display:none; }
.as-pay-card{ display:flex; align-items:center; gap:10px; padding:15px 18px; border-radius:12px; background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.1); color:var(--text-color); font-weight:600; font-size:14px; transition:all .25s ease; }
.as-pay-card i{ color:var(--brand-color); font-size:18px; }
.as-pay-opt input:checked + .as-pay-card{ border-color:var(--brand-color); background:rgba(250,91,41,.08); color:#fff; }
.as-pay-note{ color:var(--text-color); font-size:13px; margin-top:16px; } .as-pay-note i{ color:#3ddca9; margin-right:6px; }
.as-order-success{ text-align:center; max-width:560px; margin:20px auto; }
.as-success-ic{ width:90px; height:90px; border-radius:50%; background:linear-gradient(135deg,#27c093,#1fa87e); color:#fff;
  display:inline-flex; align-items:center; justify-content:center; font-size:38px; margin-bottom:24px; }
.as-order-success h2{ color:#fff; } .as-order-success p{ color:var(--text-color); }
.as-success-actions{ display:flex; gap:14px; justify-content:center; margin-top:24px; flex-wrap:wrap; }

/* auth */
.as-auth-card{ background:var(--smoke-color); border:1px solid rgba(255,255,255,.06); border-radius:18px; padding:44px 40px; }
.as-auth-title{ color:#fff; text-align:center; margin:0 0 8px; }
.as-auth-sub{ color:var(--text-color); text-align:center; margin-bottom:28px; font-size:14.5px; }
.as-auth-form .form-group{ margin-bottom:18px; }
.as-auth-row{ display:flex; justify-content:space-between; align-items:center; margin-bottom:22px; flex-wrap:wrap; gap:8px; }
.as-check{ color:var(--text-color); font-size:14px; display:flex; align-items:center; gap:8px; cursor:pointer; }
.as-auth-link{ color:var(--brand-color); font-size:14px; }
.as-auth-alt{ text-align:center; color:var(--text-color); margin:22px 0 0; } .as-auth-alt a{ color:var(--brand-color); font-weight:600; }

/* dashboard (account + admin) */
.as-dash{ display:grid; grid-template-columns:280px 1fr; gap:26px; align-items:start; }
.as-dash-nav{ background:var(--smoke-color); border:1px solid rgba(255,255,255,.06); border-radius:16px; padding:24px; position:sticky; top:100px; }
.as-dash-user{ display:flex; gap:12px; align-items:center; padding-bottom:20px; margin-bottom:16px; border-bottom:1px solid rgba(255,255,255,.07); }
.as-avatar{ width:48px; height:48px; border-radius:12px; background:var(--brand-gradient); color:#fff; display:inline-flex; align-items:center; justify-content:center; font-weight:800; }
.as-dash-user strong{ color:#fff; display:block; font-size:15px; } .as-dash-user span{ color:var(--text-color); font-size:12.5px; }
.as-dash-nav ul{ list-style:none; margin:0; padding:0; }
.as-dash-nav li{ padding:12px 14px; border-radius:10px; color:var(--text-color); cursor:pointer; font-weight:600; font-size:14.5px; transition:all .2s ease; margin-bottom:4px; }
.as-dash-nav li i{ margin-right:10px; width:18px; text-align:center; color:var(--brand-color); }
.as-dash-nav li:hover{ background:rgba(255,255,255,.04); color:#fff; }
.as-dash-nav li.active{ background:var(--brand-gradient); color:#fff; } .as-dash-nav li.active i{ color:#fff; }
.as-dash-nav li a{ color:inherit; display:block; }
.as-dash-main{ min-width:0; }
.as-stat-row{ display:grid; grid-template-columns:repeat(auto-fit,minmax(160px,1fr)); gap:16px; margin-bottom:30px; }
.as-stat-card{ background:var(--smoke-color); border:1px solid rgba(255,255,255,.06); border-radius:14px; padding:22px; display:flex; align-items:center; gap:16px; }
.as-stat-ic{ width:52px; height:52px; border-radius:12px; background:var(--brand-gradient); color:#fff; display:inline-flex; align-items:center; justify-content:center; font-size:20px; }
.as-stat-card strong{ color:#fff; font-size:24px; font-family:var(--title-font); display:block; } .as-stat-card span{ color:var(--text-color); font-size:13px; }
.as-metric-table thead th{ background:rgba(255,255,255,.03); color:#fff; padding:14px 18px; text-align:left; font-size:13.5px; }
.as-dl-link{ color:var(--brand-color); font-weight:600; }
.as-icon-btn{ width:34px; height:34px; border-radius:8px; border:1px solid rgba(255,255,255,.1); background:transparent; color:var(--text-color); cursor:pointer; }
.as-icon-btn:hover{ color:#fff; border-color:var(--brand-color); } .as-icon-btn.danger:hover{ color:#ff5b5b; border-color:#ff5b5b; }
.as-admin-bars{ background:var(--smoke-color); border:1px solid rgba(255,255,255,.06); border-radius:16px; padding:28px; margin-top:6px; }
.as-admin-bars h4{ color:#fff; margin:0 0 20px; }
.as-bar-row{ display:flex; align-items:center; gap:14px; margin-bottom:14px; }
.as-bar-row span{ width:140px; color:var(--text-color); font-size:13.5px; flex-shrink:0; }
.as-bar-track{ flex:1; height:10px; background:rgba(255,255,255,.06); border-radius:6px; overflow:hidden; }
.as-bar-fill{ height:100%; background:var(--brand-gradient); border-radius:6px; }
.as-bar-row b{ color:#fff; font-size:13px; width:40px; text-align:right; }

/* empty + toast */
.as-empty-state{ text-align:center; padding:60px 20px; }
.as-empty-state span{ font-size:54px; color:var(--brand-color); display:block; margin-bottom:18px; }
.as-empty-state h3{ color:#fff; margin-bottom:24px; }
.as-toast{ position:fixed; bottom:30px; left:50%; transform:translateX(-50%) translateY(20px); background:#fff; color:#13171d;
  padding:13px 24px; border-radius:30px; font-weight:600; font-size:14px; box-shadow:0 12px 40px rgba(0,0,0,.4); z-index:9999; opacity:0; transition:all .3s ease; }
.as-toast::before{ content:"\\f058"; font-family:var(--icon-font); color:#27c093; margin-right:8px; }
.as-toast.show{ opacity:1; transform:translateX(-50%) translateY(0); }

@media (max-width:991px){ .as-dash{ grid-template-columns:1fr; } .as-dash-nav{ position:static; } }
@media (max-width:767px){ .as-pay-methods{ grid-template-columns:1fr; } .as-store-toolbar{ flex-direction:column; align-items:stretch; } .as-search-input{ min-width:0; width:100%; } }

/* header cart count badge */
.cart-btn{ position:relative; }
.as-cart-badge{ position:absolute; top:-8px; right:-8px; min-width:18px; height:18px; padding:0 5px;
  background:var(--brand-gradient); color:#fff; font-size:11px; font-weight:700; border-radius:10px;
  display:inline-flex; align-items:center; justify-content:center; line-height:1; }

/* =====================================================================
   FOOTER REVISIONS (normal text, no arrows, tidy spacing)
   ===================================================================== */
/* normal paragraph weight throughout footer */
.footer-layout2 .footer-text,
.footer-layout2 .footer-contact-list li,
.footer-layout2 .footer-widget ul li,
.footer-layout2 .footer-widget ul li a,
.footer-layout2 .copyright-text{
  font-weight:400 !important;
  text-transform:none;
}
.footer-layout2 .footer-text{ line-height:1.7; }

/* remove arrow icons before footer link names */
.footer-layout2 .footer-widget ul li::after{ content:none !important; display:none !important; }
.footer-layout2 .footer-widget ul li{ padding-left:0 !important; }
.footer-layout2 .footer-widget ul li:hover{ transform:translateX(4px); }

/* both phone numbers on a single line */
.footer-contact-list li.as-phones{ align-items:center; }
.footer-contact-list li.as-phones .as-phone-nums{ white-space:nowrap; }
.footer-contact-list li.as-phones a{ display:inline; }

/* tidy footer spacing + remove extra blank space below */
.footer-layout2 .widget-area{ padding:70px 0 40px !important; }
.footer-layout2 .footer-widget{ margin-bottom:0; }
.footer-layout2 .copyright-wrap{ padding:0; }
.footer-layout2 .copyright-wrap .container > .row{ padding:20px 0; }
.footer-layout2 .copyright-text{ margin:0; }
footer.footer-wrapper{ overflow:hidden; }
body{ overflow-x:hidden; }

/* footer socials — clean, no arrows, tidy alignment */
.footer-layout2 .social-links{ margin-top:20px; gap:10px; }
@media (max-width:991px){
  .footer-layout2 .widget-area{ padding:56px 0 30px !important; }
  .footer-layout2 .footer-widget{ margin-bottom:26px; }
}
@media (max-width:575px){
  .footer-contact-list li.as-phones .as-phone-nums{ white-space:normal; }
}

/* =====================================================================
   AI CHATBOT WIDGET (site-wide)
   ===================================================================== */
#asChat{ position:fixed; right:24px; bottom:24px; z-index:9998; font-family:var(--body-font); }
.asc-toggle{ position:relative; width:62px; height:62px; border-radius:50%; border:none; cursor:pointer;
  background:var(--brand-gradient); color:#fff; font-size:24px; box-shadow:0 12px 30px rgba(250,91,41,.45);
  display:flex; align-items:center; justify-content:center; transition:transform .3s ease; }
.asc-toggle:hover{ transform:scale(1.06); }
.asc-toggle .asc-ic-close{ display:none; }
#asChat.open .asc-toggle .asc-ic-chat{ display:none; }
#asChat.open .asc-toggle .asc-ic-close{ display:block; }
.asc-dot{ position:absolute; top:6px; right:6px; width:12px; height:12px; background:#27c093; border:2px solid #fff; border-radius:50%; }
#asChat.open .asc-dot{ display:none; }
.asc-panel{ position:absolute; right:0; bottom:78px; width:370px; max-width:calc(100vw - 32px); height:540px; max-height:calc(100vh - 130px);
  background:var(--smoke-color); border:1px solid rgba(255,255,255,.08); border-radius:18px; overflow:hidden;
  display:flex; flex-direction:column; opacity:0; transform:translateY(20px) scale(.96); pointer-events:none;
  transition:all .3s cubic-bezier(.2,.8,.2,1); box-shadow:0 30px 70px rgba(0,0,0,.55); }
#asChat.open .asc-panel{ opacity:1; transform:translateY(0) scale(1); pointer-events:auto; }
.asc-head{ display:flex; align-items:center; gap:12px; padding:16px 18px; background:var(--brand-gradient); color:#fff; }
.asc-av{ width:42px; height:42px; border-radius:50%; background:rgba(255,255,255,.2); display:flex; align-items:center; justify-content:center; font-size:18px; }
.asc-head-t{ flex:1; } .asc-head-t strong{ display:block; font-size:15px; } .asc-head-t span{ font-size:12px; opacity:.9; display:flex; align-items:center; gap:6px; }
.asc-online{ width:8px; height:8px; background:#8affc9; border-radius:50%; display:inline-block; }
.asc-min{ background:rgba(255,255,255,.15); border:none; color:#fff; width:30px; height:30px; border-radius:8px; cursor:pointer; }
.asc-lead{ display:flex; gap:6px; padding:10px 12px; background:rgba(255,255,255,.03); border-bottom:1px solid rgba(255,255,255,.06); }
.asc-lead.captured{ display:none; }
.asc-lead input{ flex:1; min-width:0; background:#100d0e; border:1px solid rgba(255,255,255,.1); color:#fff; border-radius:8px; padding:8px 10px; font-size:12px; }
.asc-lead input:focus{ outline:none; border-color:var(--brand-color); }
.asc-body{ flex:1; overflow-y:auto; padding:18px; display:flex; flex-direction:column; gap:12px; }
.asc-body::-webkit-scrollbar{ width:6px; } .asc-body::-webkit-scrollbar-thumb{ background:rgba(255,255,255,.15); border-radius:6px; }
.asc-msg{ max-width:82%; display:flex; flex-direction:column; }
.asc-msg.me{ align-self:flex-end; align-items:flex-end; }
.asc-msg.bot{ align-self:flex-start; }
.asc-bubble{ padding:11px 15px; border-radius:14px; font-size:13.5px; line-height:1.5; }
.asc-msg.me .asc-bubble{ background:var(--brand-gradient); color:#fff; border-bottom-right-radius:4px; }
.asc-msg.bot .asc-bubble{ background:rgba(255,255,255,.06); color:var(--text-color); border-bottom-left-radius:4px; }
.asc-msg time{ font-size:10.5px; color:var(--text-color); opacity:.6; margin-top:4px; }
.asc-typing{ display:none; gap:4px; padding:0 20px 6px; }
.asc-typing.show{ display:flex; }
.asc-typing span{ width:7px; height:7px; background:var(--brand-color); border-radius:50%; animation:ascb 1s infinite; }
.asc-typing span:nth-child(2){ animation-delay:.2s; } .asc-typing span:nth-child(3){ animation-delay:.4s; }
@keyframes ascb{ 0%,60%,100%{ transform:translateY(0); opacity:.4; } 30%{ transform:translateY(-5px); opacity:1; } }
.asc-input{ display:flex; gap:8px; padding:12px; border-top:1px solid rgba(255,255,255,.06); background:rgba(0,0,0,.15); }
.asc-input input{ flex:1; background:#100d0e; border:1px solid rgba(255,255,255,.1); color:#fff; border-radius:24px; padding:12px 18px; font-size:13.5px; }
.asc-input input:focus{ outline:none; border-color:var(--brand-color); }
.asc-input button{ width:46px; height:46px; border-radius:50%; border:none; background:var(--brand-gradient); color:#fff; cursor:pointer; font-size:15px; flex-shrink:0; }
@media (max-width:480px){
  #asChat{ right:16px; bottom:16px; }
  .asc-panel{ width:calc(100vw - 24px); height:calc(100vh - 110px); bottom:76px; }
}

/* form response messages */
.as-form-msg{ margin-top:18px; padding:13px 18px; border-radius:10px; font-size:14px; font-weight:500; }
.as-form-msg.success{ background:rgba(39,192,147,.12); border:1px solid rgba(39,192,147,.4); color:#3ddca9; }
.as-form-msg.error{ background:rgba(255,91,91,.12); border:1px solid rgba(255,91,91,.4); color:#ff7a7a; }
