/*
Theme Name: Mighty Salt
Theme URI: https://digitalyalo.com
Author: Digital Yalo team
Author URI: https://digitalyalo.com
Description: Theme for Mighty Salt Flavors
Version: 1.0
Text Domain: mightysalt
*/
.accordion-content {
    max-height: 0; /* Initially hide content */
    overflow: hidden;
    transition: max-height 0.3s ease-out; /* Smooth transition for expand/collapse */
}

.accordion-item.active .accordion-content {
    max-height: 200px; /* Adjust as needed for content height */
}

.accordion-header {
    cursor: pointer;
    /* Add other styling for header like background, padding, etc. */
}
.faq-section .accordion-header {
    background: none;
    border: none;
    font-family: 'Teko', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 2%;
    margin-bottom: 12px;
    text-align: left;
    position: relative;
}
.faq-section .accordion-header i {
    position: absolute;
    left: 0;
    top: 0;
}
.faq-section .accordion-header .question {
    padding-left: 38px;
    display: block;
}
.faq-section .accordion-content {
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 164%;
    letter-spacing: 2%;
    padding-left: 46px;
}
