/* ============================================================
   SHIVRAJ AGRO TECH — CONTACT PAGE
   Scoped to .shb-contact-* only. Global style.css untouched.
   ============================================================ */
.shb-contact-page { --ct-ease: cubic-bezier(0.22, 0.61, 0.36, 1); }
/* Reveal */
.shb-contact-reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.65s var(--ct-ease), transform 0.65s var(--ct-ease); }
.shb-contact-reveal.shb-contact-visible { opacity: 1; transform: translateY(0); }
.shb-contact-d1 { transition-delay: 0.08s; } .shb-contact-d2 { transition-delay: 0.16s; } .shb-contact-d3 { transition-delay: 0.24s; }
/* Shared */
.shb-contact-section { padding: 80px 0; }
.shb-contact-h2 { font-family: 'Poppins', sans-serif; font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 800; color: #17211B; margin: 0 0 14px; }
.shb-contact-label-sm { display: block; font-family: 'Poppins', sans-serif; font-size: 0.7rem; font-weight: 600; letter-spacing: 3.4px; color: #138A4B; margin-bottom: 12px; }
.shb-contact-body { font-size: 0.97rem; line-height: 1.8; color: #55605A; margin: 0 0 22px; }
.shb-contact-req { color: #d9534f; }
/* ---------- Hero ---------- */
.shb-contact-hero {
  position: relative; background: linear-gradient(135deg, #075B3A 0%, #0d7548 55%, #138A4B 100%);
  padding: 150px 0 110px; overflow: hidden;
}
.shb-contact-blob, .shb-contact-hb-1 { position: absolute; width: 460px; height: 460px; top: -180px; right: -130px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0) 70%); pointer-events: none; }
.shb-contact-leaf { position: absolute; color: rgba(255,255,255,0.08); animation: shbCtFloat 7s ease-in-out infinite; pointer-events: none; }
.shb-contact-fl-1 { top: 16%; right: 12%; font-size: 92px; }
.shb-contact-fl-2 { bottom: 12%; left: 6%; font-size: 62px; animation-delay: 2.4s; }
@keyframes shbCtFloat { 0%,100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-14px) rotate(5deg); } }
.shb-contact-eyebrow { display: inline-flex; align-items: center; gap: 12px; font-family: 'Poppins', sans-serif; font-size: 0.7rem; font-weight: 600; letter-spacing: 4px; color: rgba(255,255,255,0.65); margin-bottom: 16px; }
.shb-contact-eyebrow-line { display: inline-block; width: 34px; height: 2px; background: #43A047; border-radius: 2px; }
.shb-contact-title { font-family: 'Poppins', sans-serif; font-size: clamp(2.1rem, 4.6vw, 3.4rem); font-weight: 800; line-height: 1.12; color: #FFFFFF; margin: 0 0 16px; }
.shb-contact-accent { color: #7fd6a0; }
.shb-contact-desc { font-size: 1.02rem; line-height: 1.8; color: rgba(255,255,255,0.78); max-width: 600px; margin: 0 0 26px; }
.shb-contact-hero-badges { display: flex; flex-wrap: wrap; gap: 10px; }
.shb-contact-hero-badge {
  display: inline-flex; align-items: center; gap: 9px; background: rgba(255,255,255,0.12); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.18); color: #FFFFFF; font-family: 'Poppins', sans-serif;
  font-size: 0.72rem; font-weight: 600; letter-spacing: 1.6px; padding: 10px 18px; border-radius: 50px;
}
.shb-contact-hero-badge i { color: #7fd6a0; }
@media (max-width: 767.98px) { .shb-contact-hero { padding: 120px 0 84px; } .shb-contact-fl-1 { display: none; } }
/* ---------- Main / Info ---------- */
.shb-contact-main { background: #F7FAF8; padding: 84px 0; margin-top: -34px; position: relative; z-index: 2; }
.shb-contact-info-list { display: flex; flex-direction: column; gap: 14px; }
.shb-contact-info-card {
  display: flex; align-items: flex-start; gap: 16px; background: #FFFFFF;
  border: 1px solid rgba(7,91,58,0.08); border-radius: 14px; padding: 20px;
  transition: transform 0.3s var(--ct-ease), box-shadow 0.3s var(--ct-ease);
}
.shb-contact-info-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(7,91,58,0.11); }
.shb-contact-info-icon {
  flex: 0 0 46px; width: 46px; height: 46px; border-radius: 12px; background: #EAF5EE; color: #075B3A;
  display: flex; align-items: center; justify-content: center; font-size: 1.15rem;
  transition: background 0.3s ease, color 0.3s ease;
}
.shb-contact-info-card:hover .shb-contact-info-icon { background: #075B3A; color: #fff; }
.shb-contact-info-title { font-family: 'Poppins', sans-serif; font-size: 0.7rem; font-weight: 700; letter-spacing: 2px; color: #7d8782; margin: 0 0 5px; }
.shb-contact-info-text { font-size: 0.9rem; line-height: 1.6; color: #17211B; margin: 0; }
.shb-contact-info-text a { color: #17211B; text-decoration: none; transition: color 0.25s ease; }
.shb-contact-info-text a:hover { color: #138A4B; }
/* ---------- Form ---------- */
.shb-contact-form-card {
  background: #FFFFFF; border: 1px solid rgba(7,91,58,0.09); border-radius: 18px; padding: 36px;
  box-shadow: 0 12px 40px rgba(7,91,58,0.1);
}
.shb-contact-form-title { font-family: 'Poppins', sans-serif; font-size: 1.3rem; font-weight: 800; color: #17211B; margin: 0 0 6px; }
.shb-contact-form-sub { font-size: 0.82rem; color: #7d8782; margin-bottom: 22px; }
.shb-contact-label { display: block; font-family: 'Poppins', sans-serif; font-size: 0.76rem; font-weight: 600; letter-spacing: 0.6px; color: #17211B; margin-bottom: 6px; }
.shb-contact-input {
  width: 100%; background: #F7FAF8; border: 1.5px solid rgba(7,91,58,0.14); border-radius: 8px;
  padding: 12px 15px; font-family: 'Inter', sans-serif; font-size: 0.9rem; color: #17211B;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.shb-contact-input:focus { outline: none; border-color: #138A4B; background: #FFFFFF; box-shadow: 0 0 0 3px rgba(19,138,75,0.12); }
.shb-contact-input.shb-contact-invalid { border-color: #d9534f; box-shadow: 0 0 0 3px rgba(217,83,79,0.1); }
.shb-contact-input:disabled { background: #EAF5EE; color: #7d8782; cursor: not-allowed; }
.shb-contact-error { display: block; font-size: 0.76rem; color: #d9534f; margin-top: 4px; min-height: 14px; }
.shb-contact-check { display: flex; align-items: flex-start; gap: 10px; }
.shb-contact-check-input { width: 18px; height: 18px; margin-top: 2px; accent-color: #075B3A; cursor: pointer; flex-shrink: 0; }
.shb-contact-check-label { font-size: 0.85rem; color: #55605A; cursor: pointer; }
.shb-contact-submit-row { display: flex; flex-wrap: wrap; gap: 12px; }
.shb-contact-btn-send, .shb-contact-btn-wa {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: 'Poppins', sans-serif; font-size: 0.85rem; font-weight: 600; letter-spacing: 1px;
  padding: 14px 28px; border-radius: 8px; cursor: pointer; border: 2px solid transparent;
  transition: background 0.3s ease, transform 0.25s ease, box-shadow 0.3s ease;
}
.shb-contact-btn-send { background: #075B3A; color: #fff; border-color: #075B3A; flex: 1; min-width: 200px; }
.shb-contact-btn-send:hover:not(:disabled) { background: #138A4B; border-color: #138A4B; transform: translateY(-2px); box-shadow: 0 10px 26px rgba(19,138,75,0.3); }
.shb-contact-btn-send:disabled { opacity: 0.7; cursor: wait; }
.shb-contact-btn-wa { background: #25D366; color: #fff; border-color: #25D366; }
.shb-contact-btn-wa:hover { background: #1eae54; border-color: #1eae54; transform: translateY(-2px); box-shadow: 0 10px 26px rgba(37,211,102,0.35); }
.shb-contact-spinner {
  display: inline-block; width: 15px; height: 15px; border: 2px solid rgba(255,255,255,0.4);
  border-top-color: #fff; border-radius: 50%; animation: shbCtSpin 0.7s linear infinite;
}
@keyframes shbCtSpin { to { transform: rotate(360deg); } }
.shb-contact-form-success {
  display: flex; align-items: flex-start; gap: 10px; background: #EAF5EE; border: 1px solid rgba(19,138,75,0.25);
  border-radius: 10px; padding: 14px 16px; font-size: 0.87rem; color: #075B3A; margin-bottom: 14px;
  animation: shbCtPop 0.4s var(--ct-ease);
}
.shb-contact-form-success i { color: #138A4B; font-size: 1.1rem; flex-shrink: 0; margin-top: 2px; }
.shb-contact-form-error-box {
  background: #fdf1f0; border: 1px solid rgba(217,83,79,0.3); color: #b02a37;
  border-radius: 10px; padding: 12px 16px; font-size: 0.85rem; margin-bottom: 14px;
}
@keyframes shbCtPop { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 575.98px) { .shb-contact-form-card { padding: 24px 20px; } .shb-contact-submit-row { flex-direction: column; } }
/* ---------- Product shortcuts ---------- */
.shb-contact-products { background: #FFFFFF; }
.shb-contact-product-card {
  background: #F7FAF8; border: 1px solid rgba(7,91,58,0.08); border-radius: 14px; padding: 24px 20px;
  text-align: center; height: 100%; transition: transform 0.3s var(--ct-ease), box-shadow 0.3s var(--ct-ease), border-color 0.3s ease;
}
.shb-contact-product-card:hover { transform: translateY(-5px); box-shadow: 0 12px 30px rgba(7,91,58,0.12); border-color: rgba(19,138,75,0.3); }
.shb-contact-product-card i { font-size: 1.7rem; color: #138A4B; display: block; margin-bottom: 12px; transition: transform 0.3s var(--ct-ease); }
.shb-contact-product-card:hover i { transform: scale(1.1); }
.shb-contact-product-card h3 { font-family: 'Poppins', sans-serif; font-size: 0.8rem; font-weight: 700; letter-spacing: 1px; color: #17211B; margin: 0 0 14px; line-height: 1.45; }
.shb-contact-product-btn {
  display: inline-flex; align-items: center; gap: 7px; background: transparent; color: #075B3A;
  font-family: 'Poppins', sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 1.4px;
  border: 1.5px solid rgba(7,91,58,0.3); border-radius: 8px; padding: 9px 18px; cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.shb-contact-product-btn:hover { background: #075B3A; border-color: #075B3A; color: #fff; }
/* ---------- Why ---------- */
.shb-contact-why { background: #F7FAF8; }
.shb-contact-why-item {
  background: #FFFFFF; border: 1px solid rgba(7,91,58,0.07); border-radius: 14px; padding: 26px 22px;
  height: 100%; text-align: center; transition: transform 0.3s var(--ct-ease), box-shadow 0.3s var(--ct-ease);
}
.shb-contact-why-item:hover { transform: translateY(-5px); box-shadow: 0 12px 30px rgba(7,91,58,0.11); }
.shb-contact-why-item i { font-size: 1.6rem; color: #138A4B; display: block; margin-bottom: 12px; }
.shb-contact-why-item h3 { font-family: 'Poppins', sans-serif; font-size: 0.8rem; font-weight: 700; letter-spacing: 1px; color: #17211B; margin: 0 0 8px; }
.shb-contact-why-item p { font-size: 0.84rem; line-height: 1.6; color: #55605A; margin: 0; }
/* ---------- Map ---------- */
.shb-contact-map-sec { background: #FFFFFF; }
.shb-contact-map-placeholder {
  background: linear-gradient(135deg, #EAF5EE 0%, #dcefe2 100%); border: 2px dashed rgba(19,138,75,0.3);
  border-radius: 16px; min-height: 300px; display: flex; flex-direction: column; align-items: center;
  justify-content: center; text-align: center; padding: 40px 20px;
}
.shb-contact-map-placeholder i { font-size: 2.6rem; color: #075B3A; margin-bottom: 12px; }
.shb-contact-map-placeholder h3 { font-family: 'Poppins', sans-serif; font-size: 0.9rem; font-weight: 700; letter-spacing: 2px; color: #075B3A; margin: 0 0 6px; }
.shb-contact-map-placeholder p { font-size: 0.86rem; color: #55605A; margin: 0; }
/* ---------- FAQ ---------- */
.shb-contact-faq { background: #F7FAF8; }
.shb-contact-accordion .shb-contact-acc-item {
  border: 1px solid rgba(7,91,58,0.08); border-radius: 12px !important; overflow: hidden;
  margin-bottom: 10px; background: #FFFFFF;
}
.shb-contact-accordion .shb-contact-acc-btn {
  font-family: 'Poppins', sans-serif; font-size: 0.9rem; font-weight: 600; color: #17211B;
  background: #FFFFFF; padding: 16px 20px; box-shadow: none;
}
.shb-contact-accordion .shb-contact-acc-btn:not(.collapsed) { background: #EAF5EE; color: #075B3A; }
.shb-contact-accordion .shb-contact-acc-btn:focus { box-shadow: 0 0 0 3px rgba(19,138,75,0.15); border-color: transparent; }
.shb-contact-accordion .shb-contact-acc-btn::after { background-size: 18px; }
.shb-contact-acc-body { font-size: 0.9rem; line-height: 1.7; color: #55605A; padding: 16px 20px; }
/* ---------- CTA ---------- */
.shb-contact-cta { position: relative; background: linear-gradient(135deg, #075B3A 0%, #0d7548 60%, #138A4B 100%); padding: 92px 0; overflow: hidden; }
.shb-contact-cta-leaf { position: absolute; color: rgba(255,255,255,0.07); animation: shbCtFloat 7s ease-in-out infinite; pointer-events: none; }
.shb-contact-cl-1 { top: 14%; left: 7%; font-size: 92px; }
.shb-contact-cl-2 { bottom: 12%; right: 6%; font-size: 112px; animation-delay: 2.5s; }
.shb-contact-cta-title { font-family: 'Poppins', sans-serif; font-size: clamp(1.6rem, 3.6vw, 2.5rem); font-weight: 800; color: #FFFFFF; margin: 0 0 16px; }
.shb-contact-cta-desc { font-size: 1rem; line-height: 1.8; color: rgba(255,255,255,0.82); max-width: 600px; margin: 0 auto 32px; }
.shb-contact-cta-btns { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.shb-contact-cta-btn1, .shb-contact-cta-btn2 {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: 'Poppins', sans-serif; font-size: 0.88rem; font-weight: 600; letter-spacing: 1.2px;
  padding: 15px 34px; border-radius: 8px; text-decoration: none; cursor: pointer; border: 2px solid #FFFFFF;
  transition: background 0.3s ease, color 0.3s ease, transform 0.25s ease, box-shadow 0.3s ease;
}
.shb-contact-cta-btn1 { background: #FFFFFF; color: #075B3A; }
.shb-contact-cta-btn1:hover { background: #EAF5EE; border-color: #EAF5EE; color: #075B3A; transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,0,0,0.18); }
.shb-contact-cta-btn2 { background: transparent; color: #FFFFFF; border-color: rgba(255,255,255,0.5); }
.shb-contact-cta-btn2:hover { background: #FFFFFF; border-color: #FFFFFF; color: #075B3A; transform: translateY(-2px); }
@media (max-width: 767.98px) { .shb-contact-cta { padding: 70px 0; } .shb-contact-cl-1, .shb-contact-cl-2 { font-size: 60px; } }
@media (max-width: 420px) { .shb-contact-cta-btns { flex-direction: column; } }
/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .shb-contact-reveal { opacity: 1; transform: none; transition: none; }
  .shb-contact-leaf, .shb-contact-cta-leaf { animation: none; }
}
