/* =============================================
   AARUDHRA ENTERPRISES — Premium Website Styles
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,600&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
  --green-dark:  #1a4a2e;
  --green-mid:   #2d7a4f;
  --green-light: #74c69d;
  --gold:        #c9922a;
  --gold-light:  #f4c430;
  --cream:       #fffbf0;
  --dark:        #0f1c12;
  --text:        #2c3e30;
  --muted:       #7a8a7d;
  --white:       #ffffff;
  --border:      #e0ebe3;
  --shadow-sm:   0 2px 10px rgba(15,28,18,.07);
  --shadow-md:   0 6px 24px rgba(15,28,18,.11);
  --shadow-lg:   0 12px 48px rgba(15,28,18,.16);
  --transition:  all .3s cubic-bezier(.4,0,.2,1);
  --radius:      20px;
}

/* ============ RESET ============ */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Inter',sans-serif;color:var(--text);background:var(--white);overflow-x:hidden;line-height:1.6}
h1,h2,h3,h4,h5{font-family:'Playfair Display',serif;line-height:1.2}
a{text-decoration:none;transition:var(--transition)}
img{max-width:100%;height:auto;display:block}

/* ============ UTILITIES ============ */
.section-pad    { padding: 90px 0 }
.section-pad-sm { padding: 64px 0 }

.section-tag{
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(201,146,42,.1);color:var(--gold);
  font-size:.72rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;
  padding:6px 16px;border-radius:100px;border:1px solid rgba(201,146,42,.25);
  margin-bottom:14px
}

.section-title{
  font-size:clamp(2rem,4vw,2.75rem);color:var(--dark);
  margin-bottom:14px;font-weight:800
}
.section-title span{color:var(--green-mid)}
.section-desc{font-size:1.02rem;color:var(--muted);max-width:560px;margin:0 auto;line-height:1.72}

/* ============ BUTTONS ============ */
.btn-primary-custom{
  display:inline-flex;align-items:center;gap:8px;
  background:linear-gradient(135deg,var(--gold),#e0a835);
  color:var(--dark);font-weight:700;font-size:.9rem;
  padding:13px 28px;border-radius:50px;border:none;cursor:pointer;
  transition:var(--transition);box-shadow:0 4px 18px rgba(201,146,42,.35)
}
.btn-primary-custom:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(201,146,42,.45);color:var(--dark)}

.btn-outline-custom{
  display:inline-flex;align-items:center;gap:8px;
  background:transparent;color:var(--white);font-weight:600;font-size:.9rem;
  padding:12px 28px;border-radius:50px;border:2px solid rgba(255,255,255,.45);cursor:pointer;
  transition:var(--transition)
}
.btn-outline-custom:hover{background:rgba(255,255,255,.1);border-color:var(--white);color:var(--white)}

.btn-green{
  display:inline-flex;align-items:center;gap:8px;
  background:linear-gradient(135deg,var(--green-dark),var(--green-mid));
  color:var(--white);font-weight:600;font-size:.9rem;
  padding:12px 26px;border-radius:50px;border:none;cursor:pointer;
  transition:var(--transition);box-shadow:0 4px 18px rgba(26,74,46,.3)
}
.btn-green:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(26,74,46,.4);color:var(--white)}

.btn-whatsapp{
  display:inline-flex;align-items:center;gap:10px;
  background:#25D366;color:var(--white);font-weight:700;font-size:.95rem;
  padding:14px 30px;border-radius:50px;border:none;cursor:pointer;
  transition:var(--transition);box-shadow:0 4px 20px rgba(37,211,102,.4)
}
.btn-whatsapp:hover{background:#1ebe5e;transform:translateY(-2px);box-shadow:0 8px 32px rgba(37,211,102,.5);color:var(--white)}

/* ============ LOADER ============ */
.page-loader{
  position:fixed;inset:0;background:var(--dark);z-index:99999;
  display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;
  transition:opacity .5s ease,visibility .5s ease
}
.page-loader.hidden{opacity:0;visibility:hidden;pointer-events:none}
.loader-logo{font-family:'Playfair Display',serif;font-size:1.6rem;font-weight:800;color:var(--white);letter-spacing:.5px}
.loader-logo span{color:var(--gold-light)}
.loader-bar{width:180px;height:3px;background:rgba(255,255,255,.1);border-radius:2px;overflow:hidden;margin-top:4px}
.loader-bar-fill{height:100%;background:linear-gradient(90deg,var(--green-mid),var(--gold));border-radius:2px;animation:loadBar 1.3s ease-in-out forwards}
@keyframes loadBar{0%{width:0}100%{width:100%}}

/* ============ NAVBAR ============ */
.navbar-custom{
  position:fixed;top:0;left:0;right:0;z-index:1000;
  padding:18px 0;transition:all .4s ease;background:transparent
}
.navbar-custom.scrolled{
  background:rgba(15,28,18,.97);padding:11px 0;
  box-shadow:0 4px 30px rgba(0,0,0,.3);backdrop-filter:blur(12px)
}
.navbar-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}

.navbar-logo{display:flex;align-items:center;gap:12px;flex-shrink:0}
.navbar-logo img{height:50px;width:50px;border-radius:50%;object-fit:cover;border:2px solid rgba(201,146,42,.5)}
.brand-text{display:flex;flex-direction:column;line-height:1.15}
.brand-name{font-family:'Playfair Display',serif;font-size:1.08rem;font-weight:700;color:var(--white);letter-spacing:.3px}
.brand-sub{font-size:.62rem;color:var(--gold-light);letter-spacing:1.8px;text-transform:uppercase;font-weight:500}

.nav-links{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0}
.nav-links li a{
  color:rgba(255,255,255,.82);font-size:.88rem;font-weight:500;
  padding:8px 16px;border-radius:8px;transition:var(--transition);position:relative
}
.nav-links li a:hover,.nav-links li a.active{color:var(--gold-light);background:rgba(255,255,255,.07)}

/* Hamburger */
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px;z-index:1001}
.hamburger span{display:block;width:26px;height:2px;background:var(--white);border-radius:2px;transition:var(--transition)}
.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.hamburger.open span:nth-child(2){opacity:0;transform:translateX(-10px)}
.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}

/* Mobile Menu */
.mobile-menu{
  display:none;position:fixed;inset:0;background:var(--dark);z-index:999;
  flex-direction:column;align-items:center;justify-content:center;
  gap:8px;padding:90px 40px 40px
}
.mobile-menu.open{display:flex}
.mobile-menu a{
  color:var(--white);font-size:1.4rem;font-family:'Playfair Display',serif;font-weight:600;
  padding:14px 0;border-bottom:1px solid rgba(255,255,255,.08);width:100%;text-align:center;
  transition:var(--transition)
}
.mobile-menu a:hover,.mobile-menu a.active{color:var(--gold-light)}
.mobile-menu .btn-whatsapp-mobile{
  background:#25D366!important;color:var(--white)!important;
  border-radius:50px!important;border:none!important;margin-top:16px;
  font-family:'Inter',sans-serif!important;font-size:1rem!important
}

/* ============ HERO ============ */
.hero-section{height:100vh;min-height:640px;position:relative;overflow:hidden}
.hero-swiper{height:100%}
.hero-slide{position:relative;height:100%;background-size:cover;background-position:center}
.hero-slide::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(135deg,rgba(10,25,15,.82) 0%,rgba(26,74,46,.5) 55%,rgba(10,25,15,.35) 100%)
}
.hero-content{
  position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;
  justify-content:center;padding:0 8%;padding-top:90px
}
.hero-tag{
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(201,146,42,.18);border:1px solid rgba(201,146,42,.4);
  color:var(--gold-light);font-size:.72rem;font-weight:700;letter-spacing:2px;
  text-transform:uppercase;padding:6px 18px;border-radius:100px;
  margin-bottom:20px;width:fit-content
}
.hero-title{
  font-size:clamp(2.4rem,6vw,4.6rem);font-weight:800;color:var(--white);
  line-height:1.1;margin-bottom:18px;max-width:720px
}
.hero-title .accent{color:var(--gold-light);font-style:italic}
.hero-subtitle{font-size:clamp(.98rem,2vw,1.2rem);color:rgba(255,255,255,.72);margin-bottom:36px;max-width:520px;line-height:1.7}
.hero-btns{display:flex;gap:16px;flex-wrap:wrap}

/* Swiper dots */
.hero-swiper .swiper-pagination-bullet{background:rgba(255,255,255,.45);width:8px;height:8px;opacity:1}
.hero-swiper .swiper-pagination-bullet-active{background:var(--gold-light);width:30px;border-radius:4px}

/* Scroll cue */
.scroll-indicator{
  position:absolute;bottom:30px;left:50%;transform:translateX(-50%);z-index:10;
  display:flex;flex-direction:column;align-items:center;gap:7px;
  color:rgba(255,255,255,.55);font-size:.68rem;letter-spacing:1px
}
.scroll-mouse{width:22px;height:36px;border:2px solid rgba(255,255,255,.4);border-radius:12px;position:relative}
.scroll-mouse::after{
  content:'';position:absolute;top:5px;left:50%;transform:translateX(-50%);
  width:3px;height:8px;background:rgba(255,255,255,.55);border-radius:2px;
  animation:scrollPulse 1.9s infinite
}
@keyframes scrollPulse{0%,100%{opacity:1;top:5px}50%{opacity:0;top:16px}}

/* ============ TRUST BAR ============ */
.trust-bar{background:var(--green-dark);padding:13px 0;overflow:hidden}
.trust-ticker{display:flex;white-space:nowrap;animation:ticker 35s linear infinite}
.trust-ticker:hover{animation-play-state:paused}
.trust-item{
  display:inline-flex;align-items:center;gap:9px;
  color:rgba(255,255,255,.8);font-size:.8rem;font-weight:500;
  padding:0 36px;letter-spacing:.3px
}
.trust-item i{color:var(--gold-light);font-size:.85rem}
.trust-item .dot{width:4px;height:4px;background:var(--gold-light);border-radius:50%;margin-left:36px}
@keyframes ticker{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* ============ PRODUCTS ============ */
.products-section{background:#f7faf8}

.product-tabs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:center;margin-bottom:44px}
.product-tab{
  padding:9px 22px;border-radius:50px;border:1.5px solid var(--border);
  background:var(--white);color:var(--text);font-size:.84rem;font-weight:600;
  cursor:pointer;transition:var(--transition)
}
.product-tab:hover,.product-tab.active{
  background:var(--green-dark);border-color:var(--green-dark);color:var(--white);
  box-shadow:0 4px 16px rgba(26,74,46,.25)
}

.product-grid{
  display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));
  gap:26px
}
.product-card{
  background:var(--white);border-radius:var(--radius);overflow:hidden;
  box-shadow:var(--shadow-sm);transition:var(--transition);border:1px solid transparent
}
.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:rgba(201,146,42,.22)}
.product-card.hidden{display:none}

.product-img-wrap{position:relative;height:240px;overflow:hidden;background:var(--cream)}
.product-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.product-card:hover .product-img-wrap img{transform:scale(1.06)}

.product-badge{
  position:absolute;top:14px;left:14px;
  background:var(--green-dark);color:var(--white);
  font-size:.68rem;font-weight:700;padding:4px 12px;border-radius:100px;letter-spacing:.5px
}

.product-img-placeholder{
  width:100%;height:100%;display:flex;flex-direction:column;align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,var(--green-dark),var(--green-mid));
  color:rgba(255,255,255,.7);gap:14px;padding:20px;text-align:center
}
.product-img-placeholder i{font-size:3rem;color:rgba(244,196,48,.65)}
.product-img-placeholder span{font-size:.84rem;font-weight:500;line-height:1.35}

.product-body{padding:22px}
.product-category{font-size:.68rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--gold);margin-bottom:7px}
.product-name{font-family:'Playfair Display',serif;font-size:1.04rem;font-weight:700;color:var(--dark);margin-bottom:9px;line-height:1.3}
.product-desc{font-size:.83rem;color:var(--muted);margin-bottom:16px;line-height:1.56}
.product-footer{display:flex;align-items:center;justify-content:space-between;gap:10px}

.product-enquire{
  display:inline-flex;align-items:center;gap:6px;background:var(--green-dark);
  color:var(--white);font-size:.8rem;font-weight:600;padding:9px 18px;
  border-radius:50px;transition:var(--transition);border:none;cursor:pointer
}
.product-enquire:hover{background:var(--green-mid);color:var(--white);transform:translateY(-1px)}

.product-whatsapp{
  display:inline-flex;align-items:center;justify-content:center;
  width:37px;height:37px;background:rgba(37,211,102,.1);color:#25D366;
  border-radius:50%;transition:var(--transition);font-size:1.05rem
}
.product-whatsapp:hover{background:#25D366;color:var(--white)}

/* ============ WHY CHOOSE ============ */
.why-section{background:var(--white)}

.feature-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:26px;margin-top:52px}
.feature-card{
  text-align:center;padding:38px 26px;border-radius:var(--radius);
  background:var(--white);border:1px solid var(--border);
  transition:var(--transition);position:relative;overflow:hidden
}
.feature-card::before{
  content:'';position:absolute;top:0;left:0;right:0;height:3px;
  background:linear-gradient(90deg,var(--green-dark),var(--gold));
  transform:scaleX(0);transition:var(--transition)
}
.feature-card:hover{box-shadow:var(--shadow-md);transform:translateY(-5px);border-color:transparent}
.feature-card:hover::before{transform:scaleX(1)}

.feature-icon{
  width:70px;height:70px;border-radius:18px;display:flex;align-items:center;justify-content:center;
  margin:0 auto 18px;font-size:1.75rem;
  background:rgba(26,74,46,.07);color:var(--green-mid);transition:var(--transition)
}
.feature-card:hover .feature-icon{background:linear-gradient(135deg,var(--green-dark),var(--green-mid));color:var(--white)}
.feature-title{font-family:'Playfair Display',serif;font-size:1.08rem;font-weight:700;color:var(--dark);margin-bottom:10px}
.feature-desc{font-size:.85rem;color:var(--muted);line-height:1.62}

/* ============ ABOUT ============ */
.about-section{background:var(--cream)}

.about-img-wrap{position:relative;border-radius:24px;overflow:hidden;box-shadow:var(--shadow-lg)}
.about-img-wrap img{width:100%;height:100%;object-fit:cover;min-height:460px}

.about-est-badge{
  position:absolute;bottom:-20px;right:-20px;width:110px;height:110px;
  background:var(--gold);border-radius:50%;display:flex;flex-direction:column;
  align-items:center;justify-content:center;box-shadow:0 8px 32px rgba(201,146,42,.4);
  color:var(--dark);text-align:center
}
.est-label{font-size:.52rem;font-weight:800;letter-spacing:1.2px;text-transform:uppercase}
.est-year{font-family:'Playfair Display',serif;font-size:1.55rem;font-weight:800;line-height:1}

.about-content{padding-left:20px}

.about-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin:32px 0}
.stat-card{padding:20px;border-radius:16px;background:var(--white);border:1px solid var(--border);text-align:center}
.stat-number{font-family:'Playfair Display',serif;font-size:2.1rem;font-weight:800;color:var(--green-dark);line-height:1;margin-bottom:5px}
.stat-number sup{font-size:1rem;font-weight:700}
.stat-label{font-size:.77rem;color:var(--muted);font-weight:500}

/* ============ PROCESS ============ */
.process-section{background:var(--white)}
.process-steps{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:28px;margin-top:52px;position:relative
}
.process-steps::before{
  content:'';position:absolute;top:44px;
  left:calc(16.67% + 20px);right:calc(16.67% + 20px);
  height:2px;background:linear-gradient(90deg,var(--green-dark),var(--gold),var(--green-dark));opacity:.2
}
.process-step{text-align:center;padding:32px 20px}
.step-num{
  width:66px;height:66px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  margin:0 auto 18px;font-family:'Playfair Display',serif;font-size:1.5rem;font-weight:800;position:relative;z-index:1
}
.step-num-1{background:var(--green-dark);color:var(--white)}
.step-num-2{background:var(--gold);color:var(--dark)}
.step-num-3{background:var(--green-mid);color:var(--white)}
.step-title{font-family:'Playfair Display',serif;font-size:1.12rem;font-weight:700;color:var(--dark);margin-bottom:10px}
.step-desc{font-size:.86rem;color:var(--muted);line-height:1.62}

/* ============ CTA SECTION ============ */
.cta-section{
  background:linear-gradient(135deg,var(--green-dark) 0%,#0d3320 100%);
  position:relative;overflow:hidden
}
.cta-section::before{
  content:'';position:absolute;top:-60px;right:-60px;width:320px;height:320px;
  border-radius:50%;background:rgba(201,146,42,.07)
}
.cta-section::after{
  content:'';position:absolute;bottom:-80px;left:-40px;width:260px;height:260px;
  border-radius:50%;background:rgba(201,146,42,.05)
}
.cta-content{position:relative;z-index:1}

/* ============ CONTACT ============ */
.contact-section{background:#f7faf8}

.contact-form-card{background:var(--white);border-radius:24px;padding:40px;box-shadow:var(--shadow-md)}
.form-group{margin-bottom:18px}
.form-label{display:block;font-size:.82rem;font-weight:600;color:var(--text);margin-bottom:7px}
.form-control-custom{
  width:100%;padding:12px 18px;border:1.5px solid var(--border);border-radius:12px;
  font-family:'Inter',sans-serif;font-size:.88rem;color:var(--text);background:var(--white);
  transition:var(--transition);outline:none
}
.form-control-custom:focus{border-color:var(--green-mid);box-shadow:0 0 0 3px rgba(45,122,79,.1)}
.form-control-custom::placeholder{color:var(--muted)}
textarea.form-control-custom{resize:vertical;min-height:130px}

.contact-info-card{background:var(--green-dark);border-radius:24px;padding:40px;color:var(--white);height:100%}
.contact-info-title{font-family:'Playfair Display',serif;font-size:1.8rem;font-weight:800;margin-bottom:8px}
.contact-info-desc{color:rgba(255,255,255,.6);font-size:.88rem;margin-bottom:34px;line-height:1.65}

.contact-info-item{display:flex;align-items:flex-start;gap:14px;margin-bottom:22px}
.contact-info-icon{
  width:44px;height:44px;min-width:44px;border-radius:12px;
  background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;
  font-size:.95rem;color:var(--gold-light)
}
.contact-info-text .label{font-size:.7rem;letter-spacing:1.2px;text-transform:uppercase;color:rgba(255,255,255,.45);font-weight:700;display:block;margin-bottom:2px}
.contact-info-text .value{font-size:.9rem;color:rgba(255,255,255,.88);line-height:1.45}

.contact-socials{display:flex;gap:10px;margin-top:32px}
.contact-socials a{
  width:40px;height:40px;border-radius:10px;background:rgba(255,255,255,.09);
  display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.65);
  font-size:.95rem;transition:var(--transition)
}
.contact-socials a:hover{background:var(--gold);color:var(--dark);transform:translateY(-2px)}

/* ============ FOOTER ============ */
.footer{background:var(--dark);padding:72px 0 0}

.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.footer-logo img{height:45px;width:45px;border-radius:50%;border:2px solid rgba(201,146,42,.4);object-fit:cover}
.footer-logo-text{font-family:'Playfair Display',serif;font-size:1.1rem;font-weight:700;color:var(--white)}

.footer-desc{font-size:.84rem;color:rgba(255,255,255,.45);line-height:1.75;margin-bottom:24px}

.footer-heading{
  font-family:'Playfair Display',serif;font-size:.98rem;font-weight:700;color:var(--white);
  margin-bottom:20px;position:relative;padding-bottom:12px
}
.footer-heading::after{
  content:'';position:absolute;bottom:0;left:0;width:28px;height:2px;background:var(--gold);border-radius:1px
}

.footer-links{list-style:none;padding:0}
.footer-links li{margin-bottom:9px}
.footer-links a{font-size:.83rem;color:rgba(255,255,255,.45);display:flex;align-items:center;gap:8px;transition:var(--transition)}
.footer-links a:hover{color:var(--gold-light);padding-left:4px}
.footer-links a i{font-size:.62rem;color:var(--gold)}

.footer-contact-item{display:flex;gap:10px;margin-bottom:13px;font-size:.82rem;color:rgba(255,255,255,.5);line-height:1.55}
.footer-contact-item i{color:var(--gold);margin-top:2px;flex-shrink:0}

.footer-bottom{
  border-top:1px solid rgba(255,255,255,.06);padding:20px 0;margin-top:50px;
  display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px
}
.footer-bottom p{font-size:.8rem;color:rgba(255,255,255,.3)}
.footer-bottom a{color:var(--gold)}

/* ============ FLOATING WHATSAPP ============ */
.whatsapp-float{position:fixed;bottom:28px;right:28px;z-index:9998}
.whatsapp-float a{
  display:flex;align-items:center;justify-content:center;
  width:60px;height:60px;background:#25D366;color:var(--white);
  border-radius:50%;font-size:1.75rem;box-shadow:0 6px 26px rgba(37,211,102,.45);
  transition:var(--transition);position:relative
}
.whatsapp-float a:hover{transform:scale(1.1);box-shadow:0 10px 36px rgba(37,211,102,.55);color:var(--white)}
.whatsapp-float a::before{
  content:'';position:absolute;inset:-5px;border-radius:50%;
  border:2px solid rgba(37,211,102,.38);animation:waPulse 2.2s infinite
}
@keyframes waPulse{0%,100%{transform:scale(1);opacity:.55}50%{transform:scale(1.18);opacity:0}}

/* ============ PRODUCTS PAGE ============ */
.products-page-hero{
  background:linear-gradient(135deg,var(--green-dark),#0d3320);
  padding:140px 0 80px;text-align:center;position:relative;overflow:hidden
}
.products-page-hero::before{
  content:'';position:absolute;top:-80px;right:-80px;width:400px;height:400px;
  border-radius:50%;background:rgba(201,146,42,.07)
}
.products-page-hero h1{font-size:clamp(2.2rem,5vw,3.5rem);color:var(--white);font-weight:800}
.products-page-hero p{color:rgba(255,255,255,.65);font-size:1.05rem;margin-top:12px;max-width:500px;margin-left:auto;margin-right:auto}

/* ============ ABOUT PAGE ============ */
.about-page-hero{
  background:linear-gradient(135deg,var(--green-dark),#0d3320);
  padding:140px 0 80px;text-align:center
}
.about-page-hero h1{font-size:clamp(2.2rem,5vw,3.5rem);color:var(--white);font-weight:800}
.about-page-hero p{color:rgba(255,255,255,.65);font-size:1.05rem;margin-top:12px}

/* ============ CONTACT PAGE ============ */
.contact-page-hero{
  background:linear-gradient(135deg,var(--green-dark),#0d3320);
  padding:140px 0 80px;text-align:center
}
.contact-page-hero h1{font-size:clamp(2.2rem,5vw,3.5rem);color:var(--white);font-weight:800}
.contact-page-hero p{color:rgba(255,255,255,.65);font-size:1.05rem;margin-top:12px}

/* ============ BREADCRUMB ============ */
.breadcrumb-custom{
  display:flex;align-items:center;gap:8px;justify-content:center;
  margin-top:20px;flex-wrap:wrap
}
.breadcrumb-custom a{color:rgba(255,255,255,.5);font-size:.82rem}
.breadcrumb-custom a:hover{color:var(--gold-light)}
.breadcrumb-custom span{color:rgba(255,255,255,.25);font-size:.75rem}
.breadcrumb-custom .current{color:var(--gold-light);font-size:.82rem;font-weight:600}

/* ============ ALERTS ============ */
.alert{padding:14px 18px;border-radius:12px;font-size:.88rem;font-weight:500}
.alert-success{background:rgba(74,196,42,.1);color:#2d7a1e;border:1px solid rgba(74,196,42,.25)}
.alert-danger{background:rgba(220,53,69,.1);color:#c0392b;border:1px solid rgba(220,53,69,.2)}

/* ============ RESPONSIVE ============ */
@media(max-width:991px){
  .nav-links,.nav-cta{display:none}
  .hamburger{display:flex}
  .process-steps{grid-template-columns:1fr}
  .process-steps::before{display:none}
  .about-content{padding-left:0;margin-top:40px}
}

@media(max-width:767px){
  .section-pad{padding:64px 0}
  .hero-content{padding:0 5%;padding-top:88px}
  .hero-btns{flex-direction:column;align-items:flex-start}
  .hero-btns a,.hero-btns button{width:100%;justify-content:center;max-width:280px}
  .about-img-wrap{margin-bottom:60px}
  .about-est-badge{right:0;bottom:-14px}
  .contact-form-card,.contact-info-card{padding:26px}
  .product-grid{grid-template-columns:1fr 1fr}
  .footer-bottom{flex-direction:column;text-align:center}
  .about-stats{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:540px){
  .product-grid{grid-template-columns:1fr}
  .feature-cards{grid-template-columns:1fr 1fr}
  .feature-card{padding:24px 14px}
  .hero-btns a,.hero-btns button{max-width:100%}
}
