/** Shopify CDN: Minification failed

Line 128:8 Expected identifier but found whitespace
Line 128:10 Unexpected "{"
Line 128:19 Expected ":"
Line 135:8 Expected identifier but found whitespace
Line 135:10 Unexpected "{"
Line 135:19 Expected ":"
Line 143:8 Expected identifier but found whitespace
Line 143:10 Unexpected "{"
Line 143:19 Expected ":"
Line 147:8 Expected identifier but found whitespace
... and 11 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom-contact-map (INDEX:16) */
/* 1. Reset Global Section Restrictions */
#MainContent > * {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.custom-contact {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
}

/* 2. Content Grid (Isse 1200px mein center rakhein taaki text kone mein na chipke) */
.custom-contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto !important;
  padding: 60px 20px !important;
  align-items: start;
}

/* 3. Map Full Width Fix (Edge-to-Edge) */
.custom-contact-map {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
  border-radius: 0 !important; /* Full width mein rounded corners nahi hote */
}

.custom-contact-map iframe {
  width: 100% !important;
  height: 500px !important; /* Image ke hisaab se height */
  border: 0 !important;
  display: block;
}

/* 4. Typography & Color Fixes (Aapki Image ke according) */
.custom-contact-info h2 {
  color: #0b7a75 !important;
  font-family: "Jost", sans-serif !important;
  font-size: 38px !important;
  font-weight: 700 !important;
}

.custom-contact-form {
  background: #ffffff;
  padding: 40px;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.custom-contact-form button {
  background: #ffd666 !important; /* Yellow button as per image */
  color: #0b3d34 !important;
  width: auto;
  min-width: 150px;
}

/* 5. Responsive Adjustment */
@media (max-width: 989px) {
  .custom-contact-grid {
    grid-template-columns: 1fr;
    padding: 40px 20px !important;
    gap: 30px;
  }
  
  .custom-contact-map iframe {
    height: 350px !important;
  }
}
#shopify-section-template--25037551272237__main .main-page-title,
#shopify-section-template--25037551272237__main .page-title {
  font-family: "Jost", sans-serif !important;
  font-weight: 600;
}

/* Contact page content text */
#shopify-section-template--25037551272237__main .rte,
#shopify-section-template--25037551272237__main p,
#shopify-section-template--25037551272237__main h2,
#shopify-section-template--25037551272237__main h3,
#shopify-section-template--25037551272237__main h4 {
  font-family: "Jost", sans-serif !important;
}
.custom-contact {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.custom-contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: start;
}

/* LEFT CONTENT */
.custom-contact-info h2 {
  font-size: 36px;
  font-weight: 700;
  color: {{ section.settings.heading_color }};
  margin-bottom: 20px;
}

.custom-contact-info p {
  font-size: 16px;
  line-height: 1.7;
  color: {{ section.settings.text_color }};
  margin-bottom: 18px;
}

.custom-contact-info h4 {
  /* margin-top: 28px; */
  margin-bottom: 8px;
  font-weight: 600;
  color: {{ section.settings.heading_color }};
}

.custom-contact-info a {
  color: {{ section.settings.link_color }};
  text-decoration: none;
}

/* FORM CARD */
.custom-contact-form {
  background: #ffffff;
  padding: 40px;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.custom-contact-form h3 {
  margin-bottom: 20px;
  color: {{ section.settings.heading_color }};
}

.custom-contact-form .field {
  margin-bottom: 18px;
}

.custom-contact-form input,
.custom-contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
}

.custom-contact-form textarea {
  min-height: 150px;
}

.custom-contact-form button {
  background: {{ section.settings.button_bg }};
  color: {{ section.settings.button_text }};
  border: none;
  padding: 12px 28px;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
}

.custom-contact-form button:hover {
  opacity: 0.9;
}

/* MAP */
.custom-contact-map {
  margin-top: 60px;
  border-radius: 14px;
  overflow: hidden;
}

.custom-contact-map iframe {
  width: 100%;
  height: 380px;
  border: 0;
}

/* RESPONSIVE */
@media (max-width: 989px) {
  .custom-contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
/* ===============================
   CONTACT PAGE FONT & COLOR FIX
   =============================== */

/* Global font for contact section */
.custom-contact,
.custom-contact * {
 font-family: "Jost", sans-serif;;
}

/* Main heading */
.custom-contact-info h2 {
  color: #0b7a75 !important;
  font-size: 38px !important;
  font-weight: 700 !important;
  letter-spacing: -0.3px;
}

/* Paragraph text */
.custom-contact-info p {
  color: #333333 !important;
  font-size: 16.5px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
}

/* Address / Call / Email labels */
.custom-contact-info h4 {
  color: #0b7a75 !important;
  font-size: 17px !important;
  font-weight: 600 !important;
}

/* Phone & email link */
.custom-contact-info a {
  color: #1a73e8 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}

/* Form heading */
.custom-contact-form h3 {
 font-family: "Jost", sans-serif;;
  color: #0b7a75 !important;
  font-size: 22px !important;
  font-weight: 600 !important;
}

/* Input text */
.custom-contact-form input,
.custom-contact-form textarea {
 font-family: "Jost", sans-serif;;
  font-size: 14.5px !important;
}

/* Button */
.custom-contact-form button {
 font-family: "Jost", sans-serif;;
  font-size: 15px !important;
  font-weight: 600 !important;
}
/* END_SECTION:custom-contact-map */