.elementor-35 .elementor-element.elementor-element-cd85f7a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c6fb7a4 *//* ============================================================
   DEFENDER INDIA — CONTACT PAGE CSS
   Paste into: WP Admin → Appearance → Customize → Additional CSS
   OR use any "Custom CSS" plugin / Elementor's custom CSS panel
   ============================================================ */

/* Google Fonts — also add this to your theme's <head> if not already present */
/* @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=Barlow:wght@300;400;600;700&display=swap'); */



:root {
  --def-navy: #0d1b3e;
  --def-gold: #c8952a;
  --def-gold-light: #e8b84b;
  --def-green: #1a5c3a;
  --def-green-light: #2e7d52;
  --def-white: #ffffff;
  --def-offwhite: #f5f3ee;
  --def-muted: #5a5a5a;
}

/* ── PAGE HERO ── */
.def-page-hero {
  background: linear-gradient(135deg, var(--def-navy) 0%, #1a2f5e 60%, var(--def-green) 100%);
  padding: 120px 24px 80px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.def-page-hero::after {
  content: '';
  position: absolute; bottom: -1px; left: 0; right: 0; height: 60px;
  background: #fff;
  clip-path: ellipse(55% 100% at 50% 100%);
}
.def-hero-tag {
  font-size: 0.75rem; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: var(--def-gold-light); margin-bottom: 16px;
  display: block;
}
.def-page-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 5vw, 3.8rem); margin-bottom: 16px;
}
.def-page-hero p {
  font-size: 1.05rem; color: rgba(255,255,255,0.7);
  max-width: 560px; margin: auto; line-height: 1.7;
}

/* ── CONTACT SECTION WRAPPER ── */
.def-contact-section {
  padding: 80px 24px;
  font-family: 'Barlow', sans-serif;
}
.def-contact-inner { max-width: 1100px; margin: auto; }
.def-section-tag {
  font-size: 0.75rem; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: var(--def-gold); margin-bottom: 12px; display: block;
}
.def-section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  margin-bottom: 20px; line-height: 1.2; color: var(--def-navy);
}

/* ── CONTACT GRID ── */
.def-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
  margin-top: 56px;
  align-items: start;
}

/* ── INFO CARDS ── */
.def-contact-info { display: flex; flex-direction: column; gap: 20px; }
.def-info-card {
  background: #fff; border: 1px solid #e8e8e8; padding: 28px;
  border-radius: 4px; border-left: 4px solid var(--def-gold);
  transition: box-shadow .3s;
}
.def-info-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.08); }
.def-info-icon { font-size: 1.6rem; margin-bottom: 12px; display: block; }
.def-info-card h3 {
  font-size: 0.8rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 2px; color: var(--def-gold); margin-bottom: 8px;
}
.def-info-card p,
.def-info-card a {
  font-size: 0.95rem; color: var(--def-muted);
  line-height: 1.7; text-decoration: none; display: block;
  font-family: 'Barlow', sans-serif;
}
.def-info-card a:hover { color: var(--def-navy); }
.def-social-row { display: flex; gap: 12px; margin-top: 8px; flex-wrap: wrap; }
.def-social-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--def-navy); color: #fff;
  padding: 8px 16px; border-radius: 4px;
  font-size: 0.82rem; font-weight: 600;
  text-decoration: none; transition: all .2s;
  font-family: 'Barlow', sans-serif;
}
.def-social-btn:hover { background: var(--def-gold); color: var(--def-navy); }

/* ── CF7 FORM WRAPPER ── */
.def-cf7-wrap {
  background: var(--def-offwhite);
  padding: 40px;
  border-radius: 6px;
}
.def-cf7-wrap h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem; color: var(--def-navy); margin-bottom: 8px;
}
.def-cf7-wrap > p.def-form-intro {
  font-size: 0.9rem; color: var(--def-muted); margin-bottom: 28px;
  font-family: 'Barlow', sans-serif;
}

/* ── CF7 FIELD LABELS ── */
.wpcf7 label,
.wpcf7 .cf7-group label {
  display: block;
  font-size: 0.82rem; font-weight: 700;
  color: var(--def-navy);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Barlow', sans-serif;
}

/* ── CF7 ROW (two columns) ── */
.wpcf7 .cf7-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

/* ── CF7 GROUP (single field block) ── */
.wpcf7 .cf7-group {
  margin-bottom: 18px;
}

/* ── CF7 INPUTS, SELECT, TEXTAREA ── */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: 'Barlow', sans-serif;
  font-size: 0.95rem;
  color: #1c1c1c;
  background: #fff;
  transition: border-color .2s, box-shadow .2s;
  outline: none;
  appearance: auto;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  border-color: var(--def-gold);
  box-shadow: 0 0 0 3px rgba(200,149,42,0.12);
}
.wpcf7 textarea { height: 130px; resize: vertical; }

/* ── CF7 SUBMIT BUTTON ── */
.wpcf7 input[type="submit"],
.wpcf7 .wpcf7-submit {
  width: 100%;
  background: var(--def-navy);
  color: #fff;
  padding: 16px;
  border: none;
  border-radius: 4px;
  font-family: 'Barlow', sans-serif;
  font-size: 1rem; font-weight: 700;
  cursor: pointer;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all .3s;
  margin-top: 4px;
}
.wpcf7 input[type="submit"]:hover,
.wpcf7 .wpcf7-submit:hover {
  background: var(--def-gold);
  color: var(--def-navy);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

/* ── CF7 NOTE BELOW BUTTON ── */
.wpcf7 .cf7-note {
  font-size: 0.78rem;
  color: var(--def-muted);
  text-align: center;
  margin-top: 12px;
  font-family: 'Barlow', sans-serif;
}

/* ── CF7 VALIDATION ERRORS ── */
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.78rem; color: #c0392b;
  margin-top: 4px; display: block;
}
.wpcf7 .wpcf7-not-valid {
  border-color: #c0392b !important;
}

/* ── CF7 SUCCESS / SENDING MESSAGES ── */
.wpcf7 .wpcf7-response-output {
  margin-top: 16px; padding: 14px 18px;
  border-radius: 4px; font-size: 0.9rem;
  font-family: 'Barlow', sans-serif; border: none !important;
}
.wpcf7 .wpcf7-mail-sent-ok {
  background: #e8f5e9; color: #1a5c3a; border-left: 4px solid #1a5c3a !important;
}
.wpcf7 .wpcf7-mail-sent-ng,
.wpcf7 .wpcf7-spam-blocked {
  background: #fdecea; color: #c0392b; border-left: 4px solid #c0392b !important;
}
.wpcf7 .wpcf7-acceptance-missing {
  background: #fff8e1; color: #856404; border-left: 4px solid var(--def-gold) !important;
}

/* ── MAP SECTION ── */
.def-map-section { background: var(--def-offwhite); padding: 60px 24px 0; }
.def-map-header { max-width: 1100px; margin: 0 auto 32px; }
.def-map-visual {
  width: 100%; height: 360px;
  background: linear-gradient(135deg, #e8eaf0 0%, #d0d4e0 100%);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  font-family: 'Barlow', sans-serif;
  gap: 12px; text-align: center; padding: 24px;
}
.def-map-visual .map-pin { font-size: 3rem; }
.def-map-visual strong { color: var(--def-navy); font-size: 1.1rem; }
.def-map-visual p { font-size: 0.9rem; color: var(--def-muted); max-width: 300px; }
.def-map-visual a { color: var(--def-gold); font-weight: 700; text-decoration: none; }
.def-map-visual a:hover { text-decoration: underline; }

/* ── FAQ SECTION ── */
.def-faq-section { padding: 80px 24px; }
.def-faq-inner { max-width: 760px; margin: 48px auto 0; }
.def-faq-item { border-bottom: 1px solid #e8e8e8; }
.def-faq-q {
  width: 100%;
  text-align: left; 
  background: none !important; 
  border: none;
  padding: 22px 0;
  font-family: 'Barlow', sans-serif;
  font-size: 1rem; 
  font-weight: 700; 
  color: var(--def-navy);
  cursor: pointer; 
  display: flex; 
  justify-content: space-between;
  align-items: center; 
  transition: color .2s;
}
.def-faq-section .def-faq-inner .def-faq-q:hover,
.def-faq-section .def-faq-inner .def-faq-q:hover span {
  color: var(--def-gold) !important;
}
.def-faq-q span { font-size: 1.4rem; font-weight: 300; color: var(--def-gold); transition: transform .3s; }
.def-faq-q.open span { transform: rotate(45deg); }
.def-faq-a { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.def-faq-a-inner {
  padding: 0 0 20px; font-size: 0.95rem;
  /*color: var(--def-muted);*/ line-height: 1.8;
  font-family: 'Barlow', sans-serif;
}

/* ── CTA STRIP ── */
.def-cta-strip {
  background: var(--def-gold); padding: 48px 24px; text-align: center;
  font-family: 'Barlow', sans-serif;
}
.def-cta-strip h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem; color: var(--def-navy); margin-bottom: 8px;
}
.def-cta-strip p { color: rgba(0,0,0,0.6); font-size: 0.95rem; margin-bottom: 24px; }
.def-btn-navy {
  background: var(--def-navy); color: #fff;
  padding: 14px 32px; border-radius: 4px; font-weight: 700;
  font-size: 0.95rem; text-decoration: none;
  transition: all .3s; display: inline-block;
  font-family: 'Barlow', sans-serif;
}
.def-btn-navy:hover { background: #1a2f5e; transform: translateY(-2px); }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .def-contact-grid { grid-template-columns: 1fr; }
  .wpcf7 .cf7-row { grid-template-columns: 1fr; }
  .def-cf7-wrap { padding: 24px; }
}/* End custom CSS */