.about-modern-section {
    padding: 70px 0 20px 0;
}

.about-modern-title {
    font-size: 48px;
    font-weight: 700;
    color: #2D373C;
    margin-bottom: 20px;
    text-align: center;
}

.about-modern-text {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto 50px auto;
    color: #515154;
    font-size: 16px;
    line-height: 1.8;
}

.about-modern-text p {
    margin-bottom: 15px;
}

/* Accordion Styles */
.about-accordion .accordion-item {
    border: 1px solid #eee;
    margin-bottom: 10px;
    border-radius: 5px !important;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.about-accordion .accordion-button {
    background-color: #f9f9f9;
    color: #2D373C;
    font-weight: 600;
    font-size: 18px;
    padding: 20px 25px;
    box-shadow: none;
}

.about-accordion .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #ce1446;
}

.about-accordion .accordion-button::after {
    background-size: 1.5rem;
}

.about-accordion .accordion-body {
    padding: 10px 15px;
    color: #515154;
    line-height: 1.6;
    background: #fff;
}

/* Why Erbay Box */
.why-erbay-box {
    background: #ce1446;
    padding: 30px;
    border-radius: 5px;
    color: #fff;
    height: 100%;
    position: relative;
    overflow: hidden;
}

/* Background pattern/icon for visual interest */
.why-erbay-box::before {
    content: '\f0c0';
    /* font awesome users icon example */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    bottom: -30px;
    right: -30px;
    font-size: 200px;
    opacity: 0.1;
    transform: rotate(-15deg);
}

.why-erbay-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.why-erbay-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

.why-erbay-list li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
}

.why-erbay-list li i {
    margin-right: 15px;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.2);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}