.elementor-1317 .elementor-element.elementor-element-9c30751{--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-1317 .elementor-element.elementor-element-c12a76d{--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-1317 .elementor-element.elementor-element-8bbd260{--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-1317 .elementor-element.elementor-element-e922282{--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;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1317 .elementor-element.elementor-element-55c461f .elementskit-section-title-wraper .elementskit-section-title{color:#FF7A3C;margin:0px 0px 25px 0px;font-family:"Montserrat", Sans-serif;font-size:36px;font-weight:700;text-transform:capitalize;line-height:27px;}.elementor-1317 .elementor-element.elementor-element-55c461f .elementskit-section-title-wraper .elementskit-section-title:hover{color:#FF7A3C;}.elementor-1317 .elementor-element.elementor-element-55c461f .elementskit-section-title-wraper .elementskit-section-title > span{color:#000000;}.elementor-1317 .elementor-element.elementor-element-55c461f .elementskit-section-title-wraper .elementskit-section-title:hover > span{color:#000000;}.elementor-1317 .elementor-element.elementor-element-64eb0c4{--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;}@media(max-width:1024px){.elementor-1317 .elementor-element.elementor-element-55c461f .elementskit-section-title-wraper .elementskit-section-title{font-size:32px;}}@media(max-width:767px){.elementor-1317 .elementor-element.elementor-element-55c461f .elementskit-section-title-wraper .elementskit-section-title{font-size:25px;}}/* Start custom CSS for html, class: .elementor-element-8c527a8 */.faq-wrap-exact{
  max-width:1100px;
  margin:40px auto;
  font-family:Poppins, sans-serif;
}

.faq-item-exact {
  margin-bottom: 12px; /* yahin se space control hoga */
}


.faq-head{
  background:#8cc63e;
  color:#ffffff;
  padding:10px 22px;
  font-size:18px;
  font-weight:600;
  display:flex;
  justify-content:space-between;
  align-items:center;
  cursor:pointer;
}

.faq-arrow{
  width:22px;
  height:22px;
  fill:none;
  stroke:#ffffff;
  stroke-width:2.5;
}

.faq-body{
  display:none;
  background:#ffffff;
  padding:22px;
  font-size:16px;
  color:#222;
  line-height:1.7;
}

/* OPEN STATE */
.faq-item-exact.open .faq-body{
  display:block;
}

.faq-item-exact.open .faq-arrow{
  transform:rotate(180deg);
}

.faq-footer-exact{
  margin:18px;
  padding:3px;
  border:2px dashed #ff6a00;
  text-align:center;
  font-weight:600;
  color:#ff6a00;
  border-radius: 8px;
}/* End custom CSS */