/** Shopify CDN: Minification failed

Line 78:19 Expected identifier but found whitespace
Line 78:21 Unexpected "{"
Line 78:30 Expected ":"
Line 167:12 Expected identifier but found whitespace
Line 167:14 Unexpected "{"
Line 167:23 Expected ":"
Line 167:47 Expected ":"
Line 204:13 Expected identifier but found whitespace
Line 204:15 Unexpected "{"
Line 204:24 Expected ":"
... and 5 more hidden warnings

**/


/* CSS from section stylesheet tags */
.contact-section {
  padding: 50px 0;
}
.contact-heading {
  font-size: 40px;
  margin-bottom: 40px;
  font-weight: 700;
  text-align: center;
}
.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.contact-left {
  flex: 1 1 50%;
}
.contact-subheading {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
.contact-description {
  font-size: 23px;
  line-height: 1.6;
}
.contact-right {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contact-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8f9fa;
  padding: 15px 20px;
  border-radius: 8px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.contact-link:hover {
  background: #eceff1;
}
.contact-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.arrow {
  margin-left: auto;
  font-size: 18px;
  font-weight: bold;
}
.contact-info-section {
  padding: 50px 0;
  background-color: {{ section.settings.bg_color }};
}
.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.contact-info-card {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 8px;
  text-align: center;
}
.contact-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}
.contact-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.contact-text {
  font-size: 14px;
  color: #000;
}
.contact-map-form {
  padding: 50px 0;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: flex-start;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 350px;
  border: none;
  border-radius: 8px;
}
.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contact-form label {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}
.btn-submit {
  background: #4a2c18;
  color: #fff;
  padding: 12px 20px;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
}
.btn-submit:hover {
  background: #3a2112;
}
@media(max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}
.testimonial-section {
  background: #f5f5f5;
  padding: 60px 20px;
  overflow-x: hidden; /* ✅ Mobile side scroll fix */
}

.boxed-container {
  margin: 0 auto;
  max-width: {{ section.settings.max_width }}px;
}

.testimonial-header {
  text-align: left;
  margin-bottom: 30px;
}
.testimonial-header h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}
.testimonial-header p {
  font-size: 16px;
  color: #555;
  margin-top: 8px;
}

.testimonial-slider {
  margin: 40px 0;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%; /* ✅ Swiper handle karega slidesPerView */
  max-width: 100%;
  box-sizing: border-box;
}

.testimonial-card {
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  min-height: {{ section.settings.card_height }}px;
  max-width: {{ section.settings.card_width }}px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #000;
}
.testimonial-card h3 {
  font-weight: bold;
  margin-bottom: 6px;
}
.testimonial-card .rating {
  color: #f59e0b;
  margin-bottom: 8px;
}
.testimonial-card .review {
  font-style: italic;
  margin-bottom: 15px;
  line-height: 1.5;
}
.testimonial-card .author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}
.testimonial-card .author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-card .name {
  font-weight: 600;
}
.testimonial-card .designation {
  font-size: 14px;
  color: #444;
}

/* Background colors */
.card-1 { background: #ffffff; margin-top: 100px; }
.card-2 { background: #d4a373; margin-top: 50px; color: #fff; }
.card-3 { background: #7ca982; color: #fff; }
.card-4 { background: #ffffff; margin-top: 100px; }
.card-5 { background: #d4a373; margin-top: 50px; color: #fff; }
.card-6 { background: #7ca982; color: #fff; }
.card-7 { background: #ffffff; margin-top: 100px; }
.card-8 { background: #d4a373; margin-top: 50px; color: #fff; }
.card-9 { background: #7ca982; color: #fff; }
.card-10 { background: #ffffff; margin-top: 100px; }
.card-11 { background: #d4a373; margin-top: 50px; color: #fff; }
.card-12 { background: #7ca982; color: #fff; }
.card-13 { background: #ffffff; margin-top: 100px; }
.card-14 { background: #d4a373; margin-top: 50px; color: #fff; }
.card-15 { background: #7ca982; color: #fff; }
.card-16 { background: #ffffff; margin-top: 100px; }
.card-17 { background: #d4a373; margin-top: 50px; color: #fff; }
.card-18 { background: #7ca982; color: #fff; }
.card-19 { background: #ffffff; margin-top: 100px; }
.card-20 { background: #d4a373; margin-top: 50px; color: #fff; }
.card-21 { background: #7ca982; color: #fff; }


.card-2 h3,
.card-2 .review,
.card-2 .name,
.card-2 .designation,
.card-3 h3,
.card-3 .review,
.card-3 .name,
.card-3 .designation {
  color: #fff;
}

/* ✅ Pagination dots only */
.swiper-pagination {
  margin-top: 25px;
  text-align: center;
  position: relative !important;
}
.swiper-pagination-bullet {
  background: #999;
  opacity: 0.7;
  transition: all 0.3s ease;
}
.swiper-pagination-bullet-active {
  background: #333;
  opacity: 1;
  transform: scale(1.2);
}