* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #1e3c72 100%);
  min-height: 100vh;
  padding: 20px;
}

.header-main {
  background: linear-gradient(135deg, rgba(30,60,114,0.95) 0%, rgba(42,82,152,0.95) 100%);
  padding: 30px 20px;
  margin-bottom: 20px;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
  backdrop-filter: blur(10px);
}

.header-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.logo-section {
  margin-bottom: 20px;
}

.main-title {
  color: white;
  font-size: 2.5rem;
  margin-bottom: 5px;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
  font-weight: 700;
  letter-spacing: 1px;
}

.sub-title {
  color: rgba(255,255,255,0.95);
  font-size: 1.4rem;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.hindi-title {
  color: rgba(255,255,255,0.9);
  font-size: 1.2rem;
  margin: 0;
  font-weight: 500;
}

.tagline-section {
  margin-top: 15px;
  padding: 15px;
  background: rgba(255,255,255,0.1);
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.2);
}

.tagline {
  color: rgba(255,255,255,0.95);
  font-size: 1rem;
  margin-bottom: 8px;
  font-weight: 500;
}

.tagline-hindi {
  color: rgba(255,255,255,0.9);
  font-size: 0.9rem;
  margin: 0;
  font-weight: 400;
}

.whatsapp-banner {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  padding: 20px;
  margin-bottom: 25px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(37,211,102,0.3);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.banner-content {
  text-align: center;
}

.banner-text {
  color: white;
  font-size: 1rem;
  margin-bottom: 8px;
  font-weight: 600;
}

.banner-text-hindi {
  color: rgba(255,255,255,0.95);
  font-size: 0.9rem;
  margin-bottom: 15px;
  font-weight: 500;
}

.whatsapp-btn {
  display: inline-block;
  background: white;
  color: #25d366;
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.whatsapp-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
  background: #f8f9fa;
}

.c-stone {
  background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 10px;
  padding: 15px;
  margin: 12px auto;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1), 0 2px 6px rgba(0,0,0,0.08);
  border: 1px solid rgba(255,255,255,0.8);
}

.c-stone h2 {
  color: #1e3c72;
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.c-stone > div {
  color: #2a5298;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: 0.2px;
}

.c-stone p {
  color: #333;
  font-size: 0.85rem;
  line-height: 1.5;
  margin-bottom: 8px;
}

.c-stone ul {
  list-style: none;
  padding: 0;
}

.c-stone li {
  padding: 6px 0;
  border-bottom: 1px solid #e9ecef;
  color: #333;
  font-size: 0.85rem;
}

.c-stone li:last-child {
  border-bottom: none;
}

.be-stone {
  background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 10px;
  padding: 15px;
  margin: 12px auto;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1), 0 2px 6px rgba(0,0,0,0.08);
  border: 1px solid rgba(255,255,255,0.8);
  max-width: 800px;
}

.be-stone .c-stone {
  background: linear-gradient(145deg, #1e3c72 0%, #2a5298 100%);
  color: white;
  padding: 8px 12px;
  margin: 8px 0;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  text-align: center;
  border: none;
  box-shadow: 0 2px 8px rgba(30,60,114,0.2);
}

.be-stone p {
  color: #333;
  font-size: 0.8rem;
  line-height: 1.4;
  margin-bottom: 8px;
}

.be-stone h2 {
  color: #1e3c72;
  font-size: 1.1rem;
  margin-bottom: 10px;
  font-weight: 700;
}

.be-stone h3 {
  color: #2a5298;
  font-size: 1rem;
  margin-bottom: 8px;
  font-weight: 600;
}

.seo-content-box {
  background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 10px;
  padding: 15px;
  margin: 12px auto;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  border: 1px solid rgba(255,255,255,0.8);
  max-width: 800px;
}

.seo-content-box h2 {
  color: #1e3c72;
  font-size: 1.1rem;
  margin-bottom: 10px;
  font-weight: 700;
}

.seo-content-box h3 {
  color: #2a5298;
  font-size: 1rem;
  margin-bottom: 8px;
  font-weight: 600;
}

.seo-content-box p {
  color: #333;
  font-size: 0.8rem;
  line-height: 1.4;
  margin-bottom: 8px;
}

.seo-content-box ul {
  margin-left: 20px;
  margin-bottom: 8px;
}

.seo-content-box li {
  color: #333;
  font-size: 0.8rem;
  line-height: 1.4;
  margin-bottom: 4px;
}

.seo-faq {
  background: linear-gradient(145deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 8px;
  padding: 12px;
  margin: 10px 0;
  border: 1px solid #e9ecef;
}

.seo-faq h2 {
  color: #1e3c72;
  font-size: 1rem;
  margin-bottom: 8px;
  font-weight: 700;
}

.seo-faq h3 {
  color: #2a5298;
  font-size: 0.9rem;
  margin-bottom: 6px;
  font-weight: 600;
}

.seo-faq p {
  color: #333;
  font-size: 0.75rem;
  line-height: 1.3;
  margin-bottom: 6px;
}

.lst-sec {
  background: linear-gradient(145deg, rgba(255,255,255,0.95) 0%, rgba(248,249,250,0.95) 100%);
  border-radius: 12px;
  padding: 18px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  border: 1px solid rgba(255,255,255,0.8);
}

.lst-sec p {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #333;
}

.lst-sec span {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1e3c72;
  letter-spacing: 0.5px;
}

.lst-sec a {
  color: #2a5298;
  text-decoration: none;
  margin: 0 12px;
  font-size: 0.85rem;
  font-weight: 500;
  transition: color 0.3s ease;
}

.lst-sec a:hover {
  color: #1e3c72;
  text-decoration: underline;
}

/* Number button styles */
.number-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.number-btn:active {
  transform: scale(0.95);
}

/* FAQ Section Styles */
.qtn14 {
  background: linear-gradient(145deg, #f8f9fa 0%, #ffffff 100%);
  padding: 20px;
  margin: 20px auto;
  border-radius: 12px;
  max-width: 800px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  border: 1px solid rgba(255,255,255,0.8);
}

.qtn14 h6 {
  font-size: 1.3rem;
  margin-bottom: 12px;
  color: #1e3c72;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.qtn14 h7 {
  font-size: 1.1rem;
  margin-bottom: 12px;
  color: #2a5298;
  font-weight: 600;
}

.qtn14 p {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #333;
}

.q-crd {
  background: #fff;
  border: 1px solid #e9ecef;
  margin-bottom: 12px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.q-crd label {
  display: block;
  padding: 14px;
  background: linear-gradient(145deg, #f8f9fa 0%, #ffffff 100%);
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  color: #1e3c72;
  font-size: 0.9rem;
  letter-spacing: 0.3px;
  border-radius: 8px 8px 0 0;
}

.q-crd .g5v2a {
  padding: 14px;
  display: none;
  background: #fff;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #333;
  border-radius: 0 0 8px 8px;
}

.q-crd label span {
  color: #1e3c72;
}

.q-crd input[type="checkbox"] {
  display: none;
}

.q-crd input[type="checkbox"]:checked + .g5v2a {
  display: block;
}

.q-crd input[type="checkbox"]:checked + label {
  background: linear-gradient(145deg, #2a5298 0%, #1e3c72 100%);
  color: white;
}

.q-crd input[type="checkbox"]:checked + label span {
  color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
  .main-title {
    font-size: 1.8rem;
  }
  
  .sub-title {
    font-size: 1.2rem;
  }
  
  .hindi-title {
    font-size: 1rem;
  }
  
  .c-stone {
    padding: 12px;
  }
  
  .c-stone h2 {
    font-size: 1.1rem;
  }
  
  .be-stone {
    padding: 12px;
  }
  
  .seo-content-box {
    padding: 12px;
  }
  
  .qtn14 {
    padding: 15px;
  }
  
  .whatsapp-banner {
    padding: 15px;
  }
}
