.section_testimonials {
    padding: 80px 0;
    width: 100%;
}

.padding-global {
    padding: 0 20px;
}

.container-large {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.container-6 {
    width: 100%;
}

.title-section-7 {
    text-align: left;
    margin-bottom: 60px;
    opacity: 1;
}

.text-52 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

.text-53 {
    font-size: 1.1rem;
    color: #666;
    max-width: 700px;
    line-height: 1.5;
}

.columns-21 {
    width: 100%;
    display: center;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.column-22 {
    width: 100%;
    opacity: 1;
}

.accordion-item {
    margin-bottom: 30px;
    background: transparent;
    overflow: hidden;
    transition: all 0.3s ease;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
}

.accordion-item:hover {
    
}

.accordion-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    cursor: pointer;
    transition: background-color 0.2s ease;
    background: transparent;
}

.accordion-toggle:hover {
    
}

.accordion-item.active .accordion-toggle {
    background: transparent;
}

.div-block-6, .div-block-7, .div-block-12 {
    flex: 1;
    padding-right: 15px;
}

.text-block-2 {
    font-size: 3.1rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.text-54 {
    font-size: 2.1rem;
    color: #666;
    line-height: 1.4;
}

.arrow {
    width: 16px;
    height: 16px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.accordion-item.active .arrow {
    transform: rotate(-135deg);
}

.dropdown-list-2 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: white;
    border-radius: 12px; /* You can adjust this value */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Optional: Adds subtle depth */
}


.accordion-item.active .dropdown-list-2 {
    max-height: 200px;
}

.text-block.desc {
    font-size: 2.1rem;
    line-height: 1.6;
    color: #555;
    padding: 15px 0 0 0;
}

.highlight {
    color: #2563eb;
    font-weight: 500;
}

/* Tablet and Mobile Responsive */
@media (max-width: 991px) {
    .main-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .title-section-7 {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .section_testimonials {
        padding: 60px 0;
    }

    .padding-global {
        padding: 0 15px;
    }

    .text-52 {
        font-size: 3.5rem;
    }

    .text-53 {
        font-size: 2.4rem;
    }

    .accordion-toggle {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        position: relative;
        padding-right: 50px;
    }

    .div-block-6, .div-block-7, .div-block-12 {
        padding-right: 0;
        width: 100%;
        margin-bottom: 12px;
    }

    .arrow {
        align-self: flex-end;
        position: absolute;
        right: 0;
        top: 5px;
    }

    .text-block-2 {
        font-size: 2.6rem;
    }

    .text-54 {
        font-size: 2.0rem;
    }

    .text-block.desc {
        font-size: 2.0rem;
    }
}

@media (max-width: 480px) {
    .section_testimonials {
        padding: 40px 0;
    }

    .text-52 {
        font-size: 2rem;
    }

    .text-53 {
        font-size: 1rem;
    }

    .text-block-2 {
        font-size: 2.5rem;
    }

    .text-54 {
        font-size: 1.5rem;
    }

    .text-block.desc {
        font-size: 1.3rem;
    }

    .accordion-item {
        margin-bottom: 25px;
    }
}