
/*
Theme Name: Anant AirComfort Theme
Theme URI: https://anantaircomfort.in/
Author: AirVibe Solution
Author URI: https://anantaircomfort.in/
Description: Professional AC service booking theme with Homepage, Checkout, and Booking Confirmation. Mobile-first, banner slider, cart, and email on booking.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: anant-aircomfort
*/
:root{
  --primary:#0A63FF; --primary2:#4F8BFF; --accent:#22D3EE;
  --text:#0a1a33; --muted:#66738f; --line:#e8eef9; --bg:#F4F7FF; --card:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:'Inter',system-ui,Segoe UI,Roboto,Arial}
.container{max-width:1180px;margin:auto;padding:0 16px}
/* Header */
header.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #e9effc;box-shadow:0 8px 22px rgba(10,99,255,.06)}
.head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 0}
.brand img{height:90px;width:auto;display:block}
.cart-bubble{position:relative}
.cart-btn{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff;font-weight:800;padding:10px 14px;border-radius:999px;text-decoration:none}
.cart-count{position:absolute;top:-8px;right:-8px;background:#fff;color:#0A63FF;font-weight:800;border-radius:999px;min-width:22px;height:22px;display:flex;align-items:center;justify-content:center;border:2px solid #0A63FF;font-size:12px}
/* Banner slider */
.banner-wrap{background:#fff;border-bottom:1px solid var(--line)}
.banner{position:relative;overflow:hidden;border-radius:12px;margin:12px auto}
.banner-track{display:flex;transition:transform .6s ease;will-change:transform}
.banner img{width:100%;height:240px;object-fit:cover;flex:0 0 100%;user-select:none;pointer-events:none;border:1px solid var(--line);border-radius:12px}
.banner-dots{display:flex;gap:6px;justify-content:center;align-items:center;margin:8px 0 2px}
.dot{width:8px;height:8px;border-radius:50%;background:#c7d6ff;transition:transform .2s,background .2s}
.dot.active{background:var(--primary);transform:scale(1.2)}
/* Headline */
.hero{padding:6px 0 14px}
.hero h1{font-size:28px;margin:0 0 8px;font-weight:800;color:#0a2260}
.hero p{margin:0;color:#4b5a78}
/* Cards & services */
.card{background:var(--card);border:1px solid var(--line);border-radius:18px;
  box-shadow:0 8px 26px rgba(10,99,255,.06);padding:18px;margin:14px 0}
.card h2{margin:0 0 12px;font-weight:800}
.service{background:#fff;border:1px solid #edf2fd;border-radius:16px;padding:14px;margin:12px 0;
  box-shadow:0 8px 18px rgba(10,99,255,.05)}
.s-row{display:grid;grid-template-columns:72px 1fr auto auto;gap:14px;align-items:center}
.s-img{width:72px;height:72px;border-radius:12px;object-fit:cover;border:1px solid #eef3ff}
.s-title{font-weight:800;font-size:18px}
.s-sub{font-size:12px;color:var(--muted);margin-top:2px}
.s-price{font-weight:900;color:#10B981;min-width:100px;text-align:right;font-size:18px}
.btn{background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff;font-weight:800;border:0;border-radius:12px;padding:10px 14px;cursor:pointer;box-shadow:0 8px 18px rgba(10,99,255,.25);text-decoration:none;display:inline-block}
.btn:active{transform:scale(.98)}
.btn-ghost{background:#fff;border:2px solid var(--primary);color:#0A63FF;border-radius:12px;padding:10px 14px;font-weight:800}
/* Show more */
.s-toggle{display:inline-flex;gap:6px;align-items:center;color:#1e3a8a;font-weight:700;font-size:14px;cursor:pointer;margin-top:10px}
.s-toggle .chev{transition:transform .25s ease}
.s-details{border:1px solid #e9eef9;background:#fff;border-radius:12px;padding:12px;margin-top:10px;
  box-shadow:0 8px 18px rgba(10,99,255,.05);
  overflow:hidden;max-height:0;opacity:0;transition:max-height .35s ease,opacity .25s ease}
.s-details.open{max-height:560px;opacity:1}
.s-details h4{margin:8px 0 6px;font-size:14px;color:#0c2258}
.list{margin:0;padding:0 0 0 18px}
.list li{margin:4px 0;color:#334259;font-size:14px}
.kv{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.kv div{background:#f6f9ff;border:1px solid #e7effc;border-radius:10px;padding:8px;font-size:13px;color:#213357}
/* Checkout layout */
.grid{display:grid;gap:16px}
.grid-2{grid-template-columns:2fr 1fr}
@media(max-width:960px){.grid-2{grid-template-columns:1fr}}
label{font-weight:800;color:#13284b;font-size:14px}
input,select,textarea{width:100%;padding:12px;border:1px solid var(--line);border-radius:12px;font-size:15px;background:#fff}
.item{display:grid;grid-template-columns:1fr auto auto;gap:10px;align-items:center;border:1px solid #edf2fd;border-radius:14px;padding:10px;margin:8px 0;background:#fff}
.price{font-weight:900;color:#10B981;min-width:86px;text-align:right}
.qty{display:flex;align-items:center;gap:8px}
.qbtn{width:36px;height:36px;border-radius:50%;border:2px solid #0A63FF;background:#fff;color:#0A63FF;font-size:18px;font-weight:900;cursor:pointer}
.qnum{width:28px;text-align:center;font-weight:800}
.summary .row{display:flex;justify-content:space-between;margin:8px 0;color:#24324d}
.summary .total{font-size:20px;font-weight:800;color:#0a2a66}
.coupon{display:flex;gap:8px}
.coupon input{flex:1}
/* Footer Light */
footer{margin-top:32px;background:#eaf1ff;color:#0a2248;border-top:1px solid #dbe6ff}
footer .inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;padding:24px 16px}
footer a{color:#0a2a66;text-decoration:none}
.copy{background:#dce8ff;text-align:center;padding:12px;margin-top:6px;font-size:14px}
