/* Florya Doğa Hero Banner - stable no-overlap version */
.fdhb-hero {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 620px;
    overflow: hidden;
    background: #070707;
    isolation: isolate;
}

.fdhb-hero,
.fdhb-hero * {
    box-sizing: border-box;
}

.fdhb-hero__media,
.fdhb-hero__content {
    min-width: 0;
}

.fdhb-hero__media {
    flex: 0 0 50%;
    position: relative;
    overflow: hidden;
    background: #eef7f5;
}

.fdhb-hero__media-bg {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transform: none;
    z-index: 1;
}

/* Default width is 0 from Elementor. Increase only if a slight dark edge is wanted. */
.fdhb-hero__media::after {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    width: 0;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(
        to right,
        rgba(7, 7, 7, 0) 0%,
        rgba(7, 7, 7, 0.40) 60%,
        rgba(7, 7, 7, 1) 100%
    );
    z-index: 2;
}

.fdhb-hero__content {
    flex: 1 1 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #070707;
    position: relative;
    z-index: 3;
}

.fdhb-hero__content-inner {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 60px 48px;
}

.fdhb-hero__content-box {
    width: 100%;
    max-width: 650px;
}

.fdhb-hero__eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: #78D9CC;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.fdhb-hero__line {
    display: block;
    width: 58px;
    height: 3px;
    margin: 0 auto 28px;
    border-radius: 99px;
    background: #78D9CC;
}

.fdhb-hero__title {
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(42px, 5vw, 78px);
    line-height: .95;
    letter-spacing: -.045em;
    font-weight: 800;
    text-wrap: balance;
}

.fdhb-hero__description {
    margin: 0 auto;
    max-width: 760px;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(16px, 1.35vw, 22px);
    line-height: 1.65;
}

.fdhb-hero__actions {
    margin-top: 34px;
    display: flex;
}

.fdhb-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 58px;
    padding: 16px 30px;
    border: 2px solid #5CD3C6;
    border-radius: 0;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .14em;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: background-color .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}

.fdhb-hero__button:hover,
.fdhb-hero__button:focus {
    background: #5CD3C6;
    color: #0d0d0d;
    transform: translateY(-1px);
}

.fdhb-hero__wa-icon {
    font-size: 16px;
    line-height: 1;
}

@media (max-width: 1200px) {
    .fdhb-hero__title {
        font-size: clamp(38px, 5vw, 64px);
    }
}

@media (max-width: 1024px) {
    .fdhb-hero {
        min-height: 520px;
    }

    .fdhb-hero__content-inner {
        padding: 44px 34px;
    }

    .fdhb-hero__title {
        font-size: clamp(34px, 5.4vw, 52px);
    }
}

@media (max-width: 767px) {
    .fdhb-hero {
        display: flex;
        flex-direction: column;
        min-height: auto !important;
    }

    .fdhb-hero__media,
    .fdhb-hero__content {
        width: 100%;
        flex: none !important;
        flex-basis: auto !important;
    }

    .fdhb-hero__media {
        min-height: 300px;
    }

    .fdhb-hero__media::after {
        display: none;
    }

    .fdhb-hero__media-bg {
        background-position: center top;
    }

    .fdhb-hero__content-inner {
        padding: 30px 22px 34px;
        justify-content: flex-start;
    }

    .fdhb-hero__content-box {
        max-width: 100%;
    }

    .fdhb-hero__eyebrow {
        margin-bottom: 8px;
        font-size: 12px;
        letter-spacing: .09em;
    }

    .fdhb-hero__line {
        width: 46px;
        height: 2px;
        margin-bottom: 20px;
    }

    .fdhb-hero__title {
        margin-bottom: 14px;
        font-size: clamp(30px, 10vw, 42px);
        line-height: 1.02;
        letter-spacing: -.035em;
        text-wrap: pretty;
    }

    .fdhb-hero__description {
        font-size: 15px;
        line-height: 1.65;
    }

    .fdhb-hero__actions {
        margin-top: 22px;
        width: 100%;
    }

    .fdhb-hero__button {
        width: 100%;
        min-height: 52px;
        padding: 15px 18px;
        font-size: 12.5px;
        letter-spacing: .09em;
    }
}
