.section-description {
    background-color: rgba(255, 255, 255, 0.09);
    border-radius: 5px;
}

.section-title{
    background-color: rgba(39, 47, 66, 0.89);
    padding: 20px 0;
    border-radius: 5px;
}

.text-light {
    color: #ffffff;
}

.btn-outline-warning {
    border-color: #ffd700;
    color: #ffd700;
}

.btn-outline-warning:hover {
    background-color: #ffd700;
    color: #2e3b4e;
}
/* خط ظریف جداکننده */
.divider {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 80%;
    margin: 0 auto;
}

/* استایل آیکون‌ها */
.icon-box {
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.09);
    transition: transform 0.2s;
}

.icon-box:hover {
    transform: translateY(-5px);
}

/* استایل بخش‌ها */
.section-title,
.section-icons,
.section-description,
.section-product {
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.section-description {
    padding: 20px 0;
}

/* دکمه‌ها */
.btn-outline-warning {
    border-color: #ffd700;
    color: #ffd700;
}

.btn-outline-warning:hover {
    background-color: #ffd700;
    color: #2e3b4e;
}
