/* لون العناوين العامة */
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  color: #9f844d;
}

/* عنوان الهيرو فقط */
.flat-slider.home-3 .slider-content .heading .title {
    color: #2b2b2b !important; /* اللون الجديد */
    padding-inline-end: 0%;
}

/* الوصف (Subtitle) */
.flat-slider.home-3 .slider-content .heading .subtitle {
    color: #2b2b2b !important;
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.9;
    text-align: right;
    padding-inline-end: 0%;
}

/* تنسيق الوصف على الموبايل */
@media only screen and (max-width: 575px) {
    .flat-slider.home-3 .slider-content .heading .subtitle {
        font-size: 14px;
        line-height: 1.8;
        padding-inline-start: 10px;
        padding-inline-end: 10px;
        text-align: right;
    }
}

/* عناوين الموبايل */
@media only screen and (max-width: 575px) {
    h1, h2, h3 {
        font-size: 30px;
        line-height: 58px;
    }
}