/*
Theme Name: 	betheme-child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */


.home .accordion .question > .title,
.home .accordion .question .answer {
    box-shadow: none !important;
 }
.home .accordion .question .title:before {
    border-width: 0px !important;
}
.home .accordion .question > .title {
    padding: 30px 14px 30px 0px;
}
.home .accordion .question > .answer {
    padding: 10px 40px 30px 0px;
}
.home .accordion .question > .title > .acc-icon-plus, 
.home .accordion .question .title > .acc-icon-minus {
	left: auto;
    right: 0;
}
/* .home .content_slider.carousel .content_slider_ul .content_slider_li .title {
    display: none;
}
.home .slick-initialized .slick-slide {
    width: 225px !important;
}
.home .content_slider.carousel .content_slider_ul .content_slider_li {
    padding: 0 5px;
} */

.home-faq-section .mfn-queryloop-item-wrapper .title {
  cursor: pointer;
}
.mfn-queryloop-item-wrapper.active .title {
  color: #fff; /* your accent color */
}
.home-faq-section .mfn-queryloop-item-wrapper h3.title:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/10/plus.svg);
    background-size: contain;
    width: 40px !important;
    height: 40px;
    position: absolute;
    right: 0;
}

.home-faq-section .mfn-queryloop-item-wrapper.active h3.title:before {
    background-image: url(/wp-content/uploads/2025/10/minus.svg);
}

.addtoany_share_save_container {
    position: absolute;
    top: 0;
    left: 128px;
    width: 170px;
    height: 170px;
    margin: 0;
    transform: translateY(-50%);
}

.addtoany_share_save_container .addtoany_list a {
    padding: 0;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.4,0.2,0.2,1);
}

.addtoany_share_save_container .addtoany_list a:hover {
  transform: rotate(360deg) scale(1.08);
}

.addtoany_share_save_container .addtoany_list a:hover img {
    opacity: 1;
}

.addtoany_share_save_container a.a2a_button_facebook{
    display: none !important;
}



@media only screen and (max-width: 959px) {
    .addtoany_share_save_container {
		width: 140px;
        height: 140px;
		left: unset;
		right: 40px;
    }

}

@media only screen and (max-width: 767px) {
    .home-faq-section .mfn-queryloop-item-wrapper h3.title:before {
        width: 32px !important;
        height: 32px;
        font-size: 32px;
    }
	
	.addtoany_share_save_container {
		width: 120px;
        height: 120px;
	}
}
