/*.dynamic-faq-section{*/
/*background:red !important;*/
/*padding: 30px 0 30px;*/
/*margin-top:1.5rem !important;*/
/*}*/



.dynamic-faq-section .sp-one.first_item{
    padding: 20px 0 !important;
}


.dynamic-faq-section {
padding: 60px 0;
}

.third_item .link-btn{
    margin-top:15px !important;
}

.dynamic-faq-section .second_item .col-lg-6{
    padding-right: 30px;
    padding-left: 30px;
}


.faq-item {
background: #ffffff;
border-radius: 5px;
margin-bottom: 30px;
/*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);*/
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
overflow: hidden;
transition: box-shadow 0.3s ease;
}

.faq-item:hover {
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.faq-header {
display: flex;
align-items: center;
padding: 20px 24px;
cursor: pointer;
user-select: none;
transition: background-color 0.3s ease;
}

.faq-header:hover {
background-color: #f8f9fa;
}

.faq-icon {
width: 18px;
height: 18px;
min-width: 18px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 16px;
font-size: 36px;
font-weight: 700;
color: #e6202d;
transition: transform 0.3s ease, color 0.3s ease;
}

.faq-item.active .faq-icon {
transform: rotate(180deg);
}

.faq-item.active .faq-header {
background:#F7F7F7;
}

.faq-item.active .faq-question{
    color:#e6202d;
}

.faq-question {
font-size: 18px;
font-weight: 500;
color: #222222;
flex: 1;
text-transform:capitalize;
}

.faq-content {
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.active .faq-content {
max-height: 500px;
}

.faq-answer {
/*padding: 0 24px 20px 64px;*/
padding: 24px 24px 0px 60px;
color: #000000 !important;
line-height: 1.7;
font-size: 16px;
font-weight:300;
}

@media (max-width: 768px) {
.dynamic-faq-section .second_item .col-lg-6 {
    padding-right: 15px;
    padding-left: 15px;
}
    
.faq-icon{
    font-size: 28px !important;
}

    
.row {
    grid-template-columns: 1fr;
    /*gap: 20px;*/
}

.faq-question {
    font-size: 16px;
}

.faq-answer {
    padding: 20px 20px 0 58px;
    font-size: 14px;
}

.faq-header {
    padding: 16px 20px;
}
}