/*
Theme Name: Anytime Bakra Theme
Theme URI: https://maaniweb.com
Author: ChatGPT
Description: Professional WordPress theme for Anytime Bakra goat booking, EMI, customer dashboard and admin panel. Designed to work with Anytime Bakra Complete Suite plugin.
Version: 1.0.0
License: GPLv2 or later
Text Domain: anytime-bakra
*/

:root{
  --ab-green:#078257;
  --ab-dark:#064b36;
  --ab-light:#eafff4;
  --ab-text:#111827;
  --ab-muted:#6b7280;
  --ab-bg:#f7f8fa;
}
*{box-sizing:border-box}
body{
  margin:0;
  font-family:Arial, sans-serif;
  color:var(--ab-text);
  background:#fff;
}
a{color:var(--ab-green)}
.ab-container{
  max-width:1180px;
  margin:0 auto;
  padding:0 20px;
}
.ab-site-header{
  background:#fff;
  border-bottom:1px solid #e5e7eb;
  position:sticky;
  top:0;
  z-index:999;
}
.admin-bar .ab-site-header{top:32px}
.ab-nav{
  height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.ab-logo{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  color:var(--ab-dark);
  font-weight:900;
  font-size:22px;
}
.ab-logo-mark{
  background:var(--ab-green);
  color:white;
  width:42px;
  height:42px;
  border-radius:12px;
  display:grid;
  place-items:center;
  font-weight:900;
}
.ab-menu{
  display:flex;
  align-items:center;
  gap:22px;
  list-style:none;
  margin:0;
  padding:0;
}
.ab-menu a{
  text-decoration:none;
  color:#172033;
  font-weight:700;
  font-size:14px;
}
.ab-menu a:hover{color:var(--ab-green)}
.ab-header-actions{
  display:flex;
  align-items:center;
  gap:10px;
}
.ab-btn{
  display:inline-block;
  background:var(--ab-green);
  color:#fff!important;
  padding:12px 18px;
  border-radius:10px;
  font-weight:800;
  text-decoration:none!important;
  border:none;
}
.ab-btn-outline{
  display:inline-block;
  border:1px solid var(--ab-green);
  color:var(--ab-green)!important;
  padding:11px 18px;
  border-radius:10px;
  font-weight:800;
  text-decoration:none!important;
  background:white;
}
.ab-hero{
  background:linear-gradient(180deg,#f0fff8 0%,#fff 100%);
  padding:70px 0 40px;
  text-align:center;
}
.ab-pill{
  display:inline-block;
  background:white;
  border:1px solid #cceede;
  color:var(--ab-green);
  padding:8px 16px;
  border-radius:999px;
  font-size:13px;
  font-weight:900;
  margin-bottom:18px;
}
.ab-hero h1{
  font-family:Georgia, serif;
  font-size:54px;
  line-height:1.08;
  margin:0 auto 18px;
  max-width:900px;
  color:#09251b;
}
.ab-hero p{
  font-size:18px;
  color:var(--ab-muted);
  max-width:780px;
  margin:0 auto 28px;
  line-height:1.7;
}
.ab-hero-actions{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}
.ab-section{
  padding:64px 0;
}
.ab-section.grey{
  background:var(--ab-bg);
}
.ab-section-head{
  text-align:center;
  margin-bottom:36px;
}
.ab-section-head h2{
  font-family:Georgia, serif;
  font-size:40px;
  margin:0 0 12px;
}
.ab-section-head p{
  color:var(--ab-muted);
  font-size:16px;
  max-width:720px;
  margin:0 auto;
  line-height:1.6;
}
.ab-feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.ab-feature{
  background:#fff;
  border-radius:16px;
  box-shadow:0 6px 22px rgba(0,0,0,.08);
  padding:28px;
}
.ab-feature-icon{
  width:48px;
  height:48px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:var(--ab-light);
  color:var(--ab-green);
  font-weight:900;
  margin-bottom:16px;
}
.ab-feature h3{
  font-size:20px;
  margin:0 0 10px;
}
.ab-feature p{
  color:var(--ab-muted);
  line-height:1.7;
  margin:0;
}
.ab-cta{
  background:var(--ab-dark);
  color:#fff;
  border-radius:24px;
  padding:46px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.ab-cta h2{
  font-family:Georgia, serif;
  font-size:36px;
  margin:0 0 10px;
}
.ab-cta p{
  color:#d4f8ec;
  margin:0;
  line-height:1.6;
}
.ab-main-content{
  min-height:600px;
  padding:50px 0;
}
.ab-card-page{
  background:#fff;
  border-radius:16px;
  box-shadow:0 6px 22px rgba(0,0,0,.08);
  padding:30px;
}
.ab-site-footer{
  background:#052f23;
  color:#dffdf4;
  padding:45px 0 20px;
}
.ab-footer-grid{
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:30px;
  margin-bottom:30px;
}
.ab-site-footer h3{
  color:#fff;
  margin-top:0;
}
.ab-site-footer a{
  color:#dffdf4;
  display:block;
  text-decoration:none;
  margin:8px 0;
}
.ab-copy{
  border-top:1px solid rgba(255,255,255,.12);
  padding-top:18px;
  color:#a7d8c8;
  font-size:13px;
  text-align:center;
}
.woocommerce .button,
.woocommerce button.button,
.woocommerce a.button{
  background:var(--ab-green)!important;
  color:#fff!important;
  border-radius:8px!important;
  font-weight:800!important;
}
.woocommerce div.product .product_title{
  font-family:Georgia, serif;
}
@media(max-width:900px){
  .ab-nav{height:auto;padding:16px 0;align-items:flex-start}
  .ab-menu{display:none}
  .ab-hero h1{font-size:38px}
  .ab-feature-grid,.ab-footer-grid{grid-template-columns:1fr}
  .ab-cta{display:block;text-align:center}
  .ab-cta .ab-btn{margin-top:18px}
}
@media(max-width:600px){
  .ab-hero{padding:45px 0 25px}
  .ab-hero h1{font-size:31px}
  .ab-section{padding:42px 0}
  .ab-section-head h2{font-size:30px}
  .ab-header-actions{display:none}
}
