/* Global variables */
.mt__3 {
  margin-top: -3rem;
}


/* ==============header=========== */

/*

header.store-header {
    box-shadow: 0px 4.38px 4.38px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
}
*/




/*========main banner======  */
@media(max-width: 768px){
  .s-block--full-bg:first-of-type {
    /* margin-top: 7.5rem !important; */
}
}



/* ======features===== */
section.s-block.s-block--features.angel-features{
    background-color: #FFFFFF !important;
}
/*=====ques=======  */
.faqs-list__item.bg-gray-100.da-bgg.relative.overflow-hidden.rounded-md.border-2.border-transparent {
    background-color: #353535 !important;
}
label.block.cursor-pointer.p-6.ltr\:mr-16.rtl\:ml-16.text-sm.font-primary.leading-6.transition {
    color: #ffff;
}
i.faq-item.open-badge.sicon-add.absolute.top-5.ltr\:right-4.rtl\:left-4.h-8.w-8.flex-center.rounded-full.bg-white.da-bgm.transition-colors.duration-300 {
    background-color: #282828 !important;
}

section.s-block.s-block--faqs.in-view
  .answer-container p {
    color: #fff;
}

.faqs-list__item .dark .da-tm , 
section.s-block.s-block--faqs.in-view .answer-container p{
    color: #fff !important;
}
/*======opnion=====  */
.flex.h-full.transition-shadow.duration-500.hover\:shadow-default.bg-white.da-bgg.rounded-lg.relative {
    background-color: #353535 !important;
}
p.text-base.da-tm.leading-6.w-full.da-tm.text-center.my-2 {
    color: #fff !important;
}
h4.text-lg.leading-none.da-tm.my-2 {
    color: #fff !important;
}