/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.accordion__blog .elementor-accordion-title {
    position: relative;
}
.accordion__blog a.elementor-accordion-title:after {
    content: '';
    background: url(https://sample.ws:8086/afikim/wp-content/uploads/2024/11/faq-icon1.png) no-repeat;
    background-size: cover;
    background-position: right;
    width: 28px;
    height: 28px;
    position: absolute;
    right: -41px;
    top: 0;
}
.accordion__blog .elementor-tab-title{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
        border-radius: 6px;
}
.accordion__blog .elementor-accordion-item {
    margin-bottom: 10px;
}
.accordion__blog .elementor-accordion .elementor-accordion-item {
    border: 1px solid #d5d8dc;
    border-radius: 6px;
}
.accordion__blog .elementor-tab-content {
    border-width: 0px !important;
}
.accordion__blog .elementor-accordion-icon{
    padding-top: 5px;
}
.list__icon ul {
  list-style: none;
  padding-right: 0;
}
.list__icon ul li {
  position: relative;
  padding-right: 1.5em; 
	    line-height: 30px;
}

.list__icon ul li::before {
  content: "✔";
  position: absolute;
  right: 0;
  color: #ff9901;
  font-weight: bold;
}
  .faq-question {
	  cursor: pointer;
	  padding: 12px 65px 12px 12px;
	  background: #D1F1F1;
	  margin-bottom: 2px;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  position:relative;
	  border-radius: 6px;
	      font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 23.44px;
}
.faq-icon {
	display: flex;
	align-items: center;
}
.faq-icon svg {
	width: 14px;
	height: 14px;
	fill: #333;
	transition: opacity 0.3s ease;
}
.faq-question .icon-minus { display: none; }
.faq-question.active .icon-plus { display: none; }
.faq-question.active .icon-minus { display: inline; }
.faq-question:after {
    content: '';
    background: url(https://sample.ws:8086/afikim/wp-content/uploads/2024/11/faq-icon1.png) no-repeat;
    background-size: cover;
    background-position: right;
    width: 28px;
    height: 28px;
    position: absolute;
right: 15px;
    top: 10px;
}
.faq-answer-inner p:last-child {
    margin-bottom: 5px;
}
.faq-item {
    margin-bottom: 20px;
}
.faq-answer {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.4s ease;
	background: #fff;
}
.faq-answer-inner {
	padding: 2px 10px 5px 10px;
	border: 1px solid #D1F1F1;
	border-top: none;
	    color: #666666;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    line-height: 24px;
}
.faqs-accordion h2 {
    font-family: "Roboto", Sans-serif;
    font-size: 55px;
    font-weight: 600;
    color: #161941;
    text-align: center;
}
@media only screen and (max-width:767px){
	.faq-question {
    	padding: 12px 45px 12px 12px;
	}
	.faq-question:after {
		right: 10px;
		top: 16px;
	}
	.faqs-accordion h2 {
    font-family: "Roboto", Sans-serif;
    font-size: 32px;
}
}