/*
Theme Name: Builder
Description: Builder
Author: Dtee Digital
Author URI: https://dteedigital.com.au/
Author Email: junmarkmoreno751@gmail.com
Version: 1.0.0
Text Domain: hello-elementor-child
Template: hello-elementor
*/
/*
Add your custom styles here
*/


.faqsection .e-n-accordion-item{
    border-radius: 10px;
    background: #f4f4f4 !important;
}
.faqsection .elementor-tab-title {
    align-items: flex-start !important;
}
.faqsection .elementor-tab-title .elementor-accordion-icon {
    margin-top: 4px; 
}

/* Elementor Nested Accordion - Top Align Icon */
.faqsection .e-n-accordion-item-title {
    align-items: flex-start !important;
}

/* Icon positioning to match the first line of text */
.faqsection .e-n-accordion-item-title-icon {
    align-self: flex-start !important;
    margin-top: 6px !important; /* Adjust this value (e.g., 2px - 8px) based on your font's line-height */
}