/* GLOBAL CONFIGURATION & CORE THEMES */
body {
  font-family: "Poppins", sans-serif;
  background-color: #fcf9f5;
  color: #333333;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
.marcellus-font {
  font-family: "Marcellus", serif;
}

.text-navy {
  color: #06163b;
}

.text-orange {
  color: #df6828;
}

/* CUSTOM BUTTONS */
.btn-orange {
  background-color: #df6828;
  color: #ffffff;
  border: none;
  font-weight: 500;
  transition: all 0.3s ease;
}
.btn-orange:hover {
  background-color: #be531b;
  color: #ffffff;
}

.btn-outline-brown {
  border: 1px solid #7d4427;
  color: #7d4427;
  background: transparent;
  font-weight: 500;
}
.btn-outline-brown:hover {
  background-color: #7d4427;
  color: #ffffff;
}

/* TOP PRE HEADER */
.top-header {
  background-color: #06163b;
}
.top-contact-links a {
  text-decoration: none;
  font-size: 0.85rem;
}

/* MAIN NAVBAR */
.logo-img {
  max-height: 60px;
}
.navbar .nav-link {
  color: #444;
  font-weight: 500;
  padding: 0.5rem 1rem !important;
}
.navbar .nav-link.active,
.navbar .nav-link:hover {
  color: #df6828 !important;
}

/* HERO SECTION */
.hero-section {
  background: linear-gradient(135deg, #fef8f3 0%, #fff1e5 100%);
}
.badge-verified {
  background-color: #e3f2fd;
  color: #0d6efd;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
}
.hero-title {
  font-size: 3.5rem;
  color: #06163b;
  line-height: 1.2;
}
.hero-title span {
  color: #df6828;
}
.hero-subtitle {
  color: #666;
  font-size: 1.1rem;
}

/* STATISTICS BAR */
.border-start-md {
  border-left: 1px solid #dee2e6;
}
@media (max-width: 767.98px) {
  .border-start-md {
    border-left: none;
    border-top: 1px solid #dee2e6;
    padding-top: 15px;
  }
}

/* DYNAMIC SECTION LABELS */
.section-title h2 {
  color: #06163b;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.section-title h2 span {
  color: #df6828;
  font-size: 1.2rem;
}

/* BACKGROUND UTILITIES */
.bg-light-orange-tn {
  background-color: #fdf5ee;
}

/* EXTRA BOOTSTRAP GRID COLUMNS FOR 5 CARDS IN A ROW */
@media (min-width: 992px) {
  .col-lg-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/* POOJA SERVICE CARDS */
.pooja-card {
  transition: transform 0.3s ease;
}
.pooja-card:hover {
  transform: translateY(-5px);
}
.pooja-card .card-title {
  color: #06163b;
  font-size: 0.95rem;
  height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* PROCESS INFOGRAPHIC STEPS */
.process-wrapper {
  background: #fff;
}
.step-icon-box {
  width: 65px;
  height: 65px;
  background: #fff8f2;
  border: 2px dashed #df6828;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.step-num {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #df6828;
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

/* DECORATION UNDERLINES */
.line-under {
  position: relative;
  padding-bottom: 10px;
}
.line-under::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, #06163b, #df6828);
}

.why-list li {
  margin-bottom: 12px;
  font-size: 0.95rem;
}

.service-list-links li {
  margin-bottom: 12px;
}
.service-list-links a {
  text-decoration: none;
  color: #444;
  transition: color 0.2s;
}
.service-list-links a:hover {
  color: #df6828;
}

/* TESTIMONIAL CONFIG */
.testimonial-card {
  border-top: 4px solid #df6828;
}
.quote-mark {
  font-size: 4rem;
  color: #fdf5ee;
  position: absolute;
  top: -10px;
  right: 20px;
  font-family: serif;
  line-height: 1;
}

/* INSIGHTS / BLOG */
.blog-card img {
  height: 180px;
  object-fit: cover;
}
.read-more-btn {
  text-decoration: none;
  color: #df6828;
  font-weight: 500;
  font-size: 0.85rem;
}

/* PROMOTIONAL CTA BANNER */
.cta-banner {
  background: linear-gradient(135deg, #df6828 0%, #a8420e 100%);
}
.cta-abs-img {
  position: absolute;
  right: 20px;
  bottom: -10px;
  max-height: 140px;
  opacity: 0.3;
}

/* MAIN FOOTER DESIGN */
.main-footer {
  background-color: #ffffff;
  border-top: 1px solid #eaeaea;
}
.footer-logo {
  max-height: 50px;
}
.social-circle {
  width: 35px;
  height: 35px;
  background-color: #f5f5f5;
  color: #06163b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition:
    background 0.3s,
    color 0.3s;
}
.social-circle:hover {
  background-color: #df6828;
  color: #fff;
}
.footer-links a {
  text-decoration: none;
  color: #666;
  display: inline-block;
  margin-bottom: 8px;
  font-size: 0.9rem;
}
.footer-links a:hover {
  color: #df6828;
  padding-left: 4px;
  transition: all 0.2s;
}

/* MINI TYPE UTILITIES */
.fs-7 {
  font-size: 0.87rem;
}
.fs-8 {
  font-size: 0.78rem;
}
.extra-small {
  font-size: 0.75rem;
  line-height: 1.4;
}
.shadow-xs {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}
/* HERO SECTION - FOR DESKTOP & MOBILE BOTH */
.hero-section {
  /* आपकी इमेज का नाम */
  background-image: url("swaha-bg-hero.png");
  background-repeat: no-repeat;
  background-position: right center; /* डेस्कटॉप पर इमेज को राइट में रखेगा */
  background-size: cover; /* यह इमेज को बिना किसी वाइट गैप के पूरी स्क्रीन पर फैलाएगा */
  min-height: 85vh; /* अच्छी हाइट देने के लिए */
  display: flex;
  align-items: center;
  position: relative;
  background-color: #fff1e5;
}

/* ताकि टेक्स्ट इमेज के ऊपर साफ दिखाई दे */
.z-index-2 {
  position: relative;
  z-index: 2;
}

.badge-verified {
  background-color: #e3f2fd;
  color: #0d6efd;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
}

.hero-title {
  font-size: 3.5rem;
  color: #06163b;
  line-height: 1.2;
}

.hero-title span {
  color: #df6828;
}

.hero-subtitle {
  color: #666;
  font-size: 1.1rem;
}

/* RESPONSIVE: SPECIAL STYLING FOR MOBILE PHONES */
@media (max-width: 991.98px) {
  .hero-section {
    background-position: center center; /* मोबाइल में इमेज को सेंटर में ले आएगा */
    background-size: cover; /* मोबाइल स्क्रीन पर भी इमेज फुल विड्थ (पूरी चौड़ाई) में रहेगी */
    min-height: 70vh; /* मोबाइल के हिसाब से हाइट */
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    text-align: center; /* टेक्स्ट को सेंटर अलाइन करेगा */
  }

  /* मोबाइल में टेक्स्ट के पीछे हल्का वाइट शेड ताकि टेक्स्ट इमेज के ऊपर बिल्कुल साफ पढ़े जा सके */
  .hero-content {
    background: rgba(253, 245, 238, 0.85);
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }

  .hero-title {
    font-size: 2.2rem; /* मोबाइल पर फॉन्ट साइज थोड़ा छोटा */
  }

  /* बटन्स को मोबाइल में सेंटर करने के लिए */
  .hero-content .d-flex {
    justify-content: center;
  }
}

/* RESPONSIVE: SPECIAL STYLING FOR MOBILE PHONES */
@media (max-width: 991.98px) {
  .hero-section {
    /* 85% करने से इमेज का राइट साइड (पूजा थाली) मोबाइल स्क्रीन के सेंटर में आ जाएगा */
    background-position: 85% center;
    background-size: cover;
    min-height: 80vh; /* मोबाइल में थोड़ा ज्यादा स्पेस ताकि थाली और टेक्स्ट दोनों दिखें */
    padding-top: 40px !important;
    padding-bottom: 340px !important; /* नीचे एक्स्ट्रा पैडिंग ताकि थाली बिना छुपे साफ दिखे */
    text-align: center;
    display: flex;
    align-items: flex-start; /* टेक्स्ट को ऊपर रखेगा */
  }

  .hero-content {
    /* हल्का पारदर्शी बैकग्राउंड ताकि इमेज के ऊपर टेक्स्ट पढ़ने में आसानी हो */
    background: rgba(253, 245, 238, 0.9);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    width: 100%;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-content .d-flex {
    justify-content: center;
  }

  /* FOOTER MOBILE CENTER ALIGNMENT CATCH-UP */
  .main-footer .footer-links,
  .main-footer .footer-contact-info {
    padding: 0;
    list-style: none;
  }
}

/* RESPONSIVE: SPECIAL STYLING FOR MOBILE PHONES */
@media (max-width: 991.98px) {
  .hero-section {
    background-position: 78% center; /* थाली को बिल्कुल बीच में रखेगा */
    background-size: cover;
    /* एक्स्ट्रा पैडिंग हटा दी है ताकि इमेज नीचे न भागे */
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    min-height: 90vh; /* स्क्रीन के हिसाब से फिक्स्ड हाइट */
    text-align: center;
    display: flex;
    align-items: center; /* टेक्स्ट और बैकग्राउंड दोनों को वर्टिकली सेंटर रखेगा */
    justify-content: center;
  }

  .hero-content {
    /* थोड़ा ज़्यादा ट्रांसपेरेंट बैकग्राउंड ताकि पीछे की थाली और ॐ साफ दिखे */
    background: rgba(253, 245, 238, 0.75);
    padding: 25px 20px;
    border-radius: 15px;
    backdrop-filter: blur(
      3px
    ); /* पीछे की इमेज को हल्का सा स्मूथ ब्लर देगा जिससे टेक्स्ट एकदम क्रिस्प दिखेगा */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    width: 92%;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-content .d-flex {
    justify-content: center;
  }
}

/* STATS BAR CLEAN STYLE */
.stats-bar {
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.layout-num {
  font-family: "Marcellus", serif;
  color: #06163b;
  font-size: 1.8rem;
}

.stat-icon i {
  transition: transform 0.3s ease;
}

/* हल्का सा होवर इफ़ेक्ट जो लुक को अच्छा बनाएगा */
.stats-bar .col-6:hover .stat-icon i {
  transform: scale(1.1);
}

@media (max-width: 767.98px) {
  .layout-num {
    font-size: 1.5rem;
  }
}
/* 5 COLUMNS SYSTEM FOR BIG SCREENS */
@media (min-width: 992px) {
  .col-lg-2-4 {
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
}

/* FEATURE CARD STYLING */
.feature-card {
  border: 1px solid rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(223, 104, 40, 0.05);
}

.feature-icon-wrapper {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-card h6 {
  font-size: 0.95rem;
  line-height: 1.4;
}

.extra-small {
  font-size: 0.8rem;
  line-height: 1.4;
}

/* RESPONSIVE LAYOUT ADJUSTMENTS FOR TABLETS/MOBILE */
@media (max-width: 991.98px) {
  .feature-card {
    padding: 20px !important;
  }
}
