/* =========================================================
   DirectoryFire direct hero title color fix
========================================================= */

.df-hero-main-title-fixed {
    margin: 0 0 26px !important;
    font-size: clamp(52px, 5.1vw, 92px) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.055em !important;
    font-weight: 900 !important;
    background: none !important;
    color: #f1f5f9 !important;
    -webkit-text-fill-color: initial !important;
    text-shadow: none !important;
}

.df-hero-main-title-fixed span {
    display: inline-block !important;
    background: none !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    text-shadow: none !important;
}

.df-hero-main-title-fixed .df-hero-line-soft {
    color: #e5e7eb !important;
    -webkit-text-fill-color: #e5e7eb !important;
}

.df-hero-main-title-fixed .df-hero-line-gold {
    color: #ff9d00 !important;
    -webkit-text-fill-color: #ff9d00 !important;
}

.df-hero-main-title-fixed .df-hero-line-red {
    color: #ff1308 !important;
    -webkit-text-fill-color: #ff1308 !important;
}

@media (max-width: 900px) {
    .df-hero-main-title-fixed {
        font-size: clamp(42px, 12vw, 64px) !important;
    }
}
