/* Start custom CSS *//* =============================================
   KASURI OUD — CONTACT PAGE FULL WIDTH CSS
   WordPress Advanced CSS mein paste karein
   ============================================= */

/* --- FULL WIDTH: WordPress sidebar/container remove --- */
.page-template-contact .site-main,
.page-template-contact .entry-content,
.page-template-contact .wp-block-group,
body.page .entry-content,
body.page .site-main > article,
.elementor-section-boxed > .elementor-container,
.wp-site-blocks > *,
.entry-content > *:not(.alignfull) {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Agar theme container restrict karta hai */
.container,
.container-fluid,
.content-area,
#primary,
#content,
.site-content {
  max-width: 100% !important;
  padding: 0 !important;
}

/* =============================================
   HERO SECTION
   ============================================= */
.hero {
  width: 100vw !important;
  min-height: 55vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 40px 80px;
  border-bottom: 1px solid #f0ebe0;
  background: #fff;
  position: relative;
  overflow: hidden;
  margin-left: calc(-50vw + 50%) !important;
  box-sizing: border-box;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 60% 50%, #fdf8f0 0%, #fff 70%);
  z-index: 0;
}

.hero-inner {
  position: relative;
  z-index: 1;
}

.hero-tag {
  font-size: 11px;
  letter-spacing: 6px;
  color: #C9A96E;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}

.hero-title {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 300;
  color: #1a1a1a;
  font-family: Georgia, serif;
  line-height: 1.1;
  margin-bottom: 16px;
}

.hero-title em {
  color: #C9A96E;
  font-style: italic;
}

.hero-sub {
  font-size: 13px;
  letter-spacing: 3px;
  color: #aaa;
  text-transform: uppercase;
}

.gold-line {
  width: 48px;
  height: 2px;
  background: #C9A96E;
  margin: 24px auto;
}

/* =============================================
   OUR STORY SECTION
   ============================================= */
.section {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  padding: 88px 8vw !important;
  background: #fff;
  box-sizing: border-box;
}

.sec-label {
  font-size: 11px;
  letter-spacing: 5px;
  color: #C9A96E;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.sec-gline {
  width: 36px;
  height: 2px;
  background: #C9A96E;
  margin-bottom: 28px;
}

.sec-h2 {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 300;
  color: #1a1a1a;
  font-family: Georgia, serif;
  line-height: 1.2;
  margin-bottom: 24px;
}

.sec-h2 em {
  color: #C9A96E;
  font-style: italic;
}

.sec-p {
  font-size: 15px;
  color: #555;
  line-height: 1.95;
  margin-bottom: 18px;
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}

.story-img {
  width: 100%;
  height: clamp(320px, 40vw, 520px);
  object-fit: cover;
  border-radius: 2px;
  border: 1px solid #f0ebe0;
}

.story-quote {
  border-left: 3px solid #C9A96E;
  padding: 20px 24px;
  margin: 32px 0;
  background: #fdf8f0;
}

.story-quote p {
  font-size: 17px;
  color: #C9A96E;
  font-family: Georgia, serif;
  font-style: italic;
  line-height: 1.7;
}

.story-quote span {
  font-size: 11px;
  letter-spacing: 3px;
  color: #aaa;
  text-transform: uppercase;
  display: block;
  margin-top: 10px;
}

.explore-btn {
  display: inline-block;
  margin-top: 8px;
  padding: 14px 40px;
  border: 1px solid #C9A96E;
  color: #C9A96E;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  transition: all 0.3s;
  text-decoration: none;
}

.explore-btn:hover {
  background: #C9A96E;
  color: #fff;
}

/* =============================================
   CONTACT SECTION
   ============================================= */
.contact-section {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  padding: 88px 8vw !important;
  background: #faf8f4;
  border-top: 1px solid #f0ebe0;
  box-sizing: border-box;
}

.contact-top {
  text-align: center;
  margin-bottom: 60px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: stretch;
}

/* Founder Row */
.founder-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid #f0ebe0;
}

.founder-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #C9A96E;
  flex-shrink: 0;
}

.founder-name-txt {
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: 1px;
}

.founder-role-txt {
  font-size: 10px;
  letter-spacing: 3px;
  color: #C9A96E;
  text-transform: uppercase;
  margin-top: 3px;
}

/* Info Items */
.info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid #f0ebe0;
}

.info-icon {
  width: 42px;
  height: 42px;
  background: #fff;
  border: 1px solid #f0ebe0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 2px;
}

.info-icon svg {
  width: 19px;
  height: 19px;
}

.info-text-label {
  font-size: 10px;
  letter-spacing: 4px;
  color: #C9A96E;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.info-text-val {
  font-size: 14px;
  color: #1a1a1a;
}

.info-text-sub {
  font-size: 12px;
  color: #aaa;
  margin-top: 2px;
}

/* Social Buttons */
.social-row {
  display: flex;
  gap: 12px;
  padding-top: 24px;
  flex-wrap: wrap;
}

.soc-btn {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 18px;
  border: 1px solid #f0ebe0;
  background: #fff;
  font-size: 11px;
  letter-spacing: 2px;
  color: #555;
  text-transform: uppercase;
  text-decoration: none;
  transition: border-color 0.3s, color 0.3s;
  border-radius: 2px;
}

.soc-btn svg {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
}

.soc-btn:hover {
  border-color: #C9A96E;
  color: #C9A96E;
}

/* Map */
.map-wrap {
  width: 100%;
  height: 100%;
  min-height: 500px;
  border: 1px solid #f0ebe0;
  border-radius: 2px;
  overflow: hidden;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 500px;
  border: 0;
  display: block;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 900px) {
  .section,
  .contact-section {
    padding: 64px 6vw !important;
  }

  .story-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .map-wrap,
  .map-wrap iframe {
    min-height: 340px;
  }

  .hero-title {
    font-size: 40px;
  }
}

@media (max-width: 540px) {
  .section,
  .contact-section {
    padding: 48px 5vw !important;
  }

  .hero {
    padding: 80px 20px 60px;
  }

  .story-img {
    height: 300px;
  }

  .social-row {
    gap: 8px;
  }

  .soc-btn {
    padding: 9px 12px;
    font-size: 10px;
  }
}/* End custom CSS */