.elementor-13862 .elementor-element.elementor-element-9c468ae{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13862 .elementor-element.elementor-element-0564a69{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-fb13824 */.hero-section {
  font-family: 'Hind Siliguri', sans-serif;
  background: linear-gradient(135deg, #e50914, #000000);
  color: #ffffff;
  text-align: center;
  padding: 80px 20px;
}

.hero-section h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

.hero-section p {
  font-size: 18px;
  margin-bottom: 30px;
}

.hero-section .cta-btn {
  background: #ffffff;
  color: #e50914;
  padding: 15px 40px;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hero-section .cta-btn:hover {
  background: #000000;
  color: #ffffff;
}

.hero-section .hero-video iframe {
  width: 100%;
  max-width: 500px;
  height: 280px;
  margin-top: 40px;
  border-radius: 15px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cf392d3 */.problem-section {
  font-family: 'Hind Siliguri', sans-serif;
  background: linear-gradient(135deg, #000000, #e50914);
  color: #ffffff;
  text-align: center;
  padding: 60px 20px;
}

.problem-section h2 {
  font-size: 28px;
  margin-bottom: 40px;
}

.problems {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.problem-card {
  background: #ffffff;
  color: #000000;
  padding: 30px;
  border-radius: 20px;
  max-width: 300px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.problem-card h3 {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .problems {
    flex-direction: column;
    align-items: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-deb1aaa */.solution-section {
  font-family: 'Hind Siliguri', sans-serif;
  background: linear-gradient(135deg, #e50914, #ffffff);
  text-align: center;
  padding: 80px 20px;
  color: #000000;
}

.solution-section h2 {
  font-size: 32px;
  margin-bottom: 50px;
}

.solution-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

.solution-card {
  background: #000000;
  color: #ffffff;
  padding: 30px;
  border-radius: 20px;
  transition: transform 0.3s;
}

.solution-card:hover {
  transform: translateY(-10px);
  background: linear-gradient(135deg, #e50914, #000000);
}

.solution-card h3 {
  margin-bottom: 10px;
}

.solution-card p {
  font-size: 16px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fee5b98 */.howtouse-section {
  font-family: 'Hind Siliguri', sans-serif;
  background: linear-gradient(135deg, #000000, #e50914);
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
}

.howtouse-section h2 {
  font-size: 30px;
  margin-bottom: 40px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 30px;
}

.step {
  background: #ffffff;
  color: #000000;
  border-radius: 20px;
  padding: 25px;
}

.step h3 {
  font-size: 28px;
  margin-bottom: 10px;
}

.step p {
  font-size: 15px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6f3ba58 */.testimonial-section {
  font-family: 'Hind Siliguri', sans-serif;
  background: linear-gradient(135deg, #e50914, #000000);
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
}

.testimonial-section h2 {
  font-size: 30px;
  margin-bottom: 50px;
}

.testimonial-slider {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.testimonial {
  flex: 0 0 auto;
  background: #ffffff;
  color: #000000;
  border-radius: 20px;
  padding: 20px;
  min-width: 250px;
  scroll-snap-align: start;
}

.testimonial img {
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2dbe9b8 */.offer-section {
  font-family: 'Hind Siliguri', sans-serif;
  background: linear-gradient(135deg, #000000, #e50914);
  color: #ffffff;
  text-align: center;
  padding: 80px 20px;
}

.offer-section h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.offer-section p {
  font-size: 18px;
  margin-bottom: 30px;
}

#countdown {
  font-size: 26px;
  margin-bottom: 30px;
  font-weight: bold;
}

.offer-section .cta-btn {
  background: #ffffff;
  color: #e50914;
  padding: 15px 40px;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a5cef96 */.faq-section {
  font-family: 'Hind Siliguri', sans-serif;
  background: linear-gradient(135deg, #000000, #e50914);
  color: #ffffff;
  padding: 80px 20px;
}

.faq-section h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
}

.faq-item {
  background: #ffffff;
  color: #000000;
  padding: 20px 30px;
  border-radius: 12px;
  margin-bottom: 20px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.faq-item h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.faq-item p {
  font-size: 16px;
}/* End custom CSS */