/* Florya Doğa About Bridge */
.fdab-wrap,
.fdab-wrap * {
    box-sizing: border-box;
}

.fdab-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 72px 56px 76px;
    background: #fff;
    border-radius: 34px;
}

.fdab-wrap::before,
.fdab-wrap::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 999px;
    filter: blur(50px);
    z-index: 0;
}

.fdab-wrap::before {
    width: 420px;
    height: 420px;
    left: -220px;
    top: 120px;
    background: rgba(11, 138, 130, .10);
}

.fdab-wrap::after {
    width: 520px;
    height: 520px;
    right: -240px;
    bottom: -240px;
    background: rgba(92, 211, 198, .13);
}

.fdab-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
}

.fdab-content {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr);
    gap: 54px;
    align-items: center;
}

.fdab-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    color: #0B8A82;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.fdab-eyebrow-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fdab-eyebrow-icon i,
.fdab-eyebrow-icon svg {
    width: 28px;
    height: 28px;
    font-size: 28px;
}

.fdab-title {
    margin: 0;
    color: #101828;
    font-size: clamp(42px, 5vw, 76px);
    line-height: 1.03;
    letter-spacing: -.055em;
    font-weight: 800;
}

.fdab-title-highlight {
    color: #0B8A82;
}

.fdab-desc {
    margin: 28px 0 0;
    max-width: 690px;
    color: #475467;
    font-size: clamp(17px, 1.22vw, 22px);
    line-height: 1.72;
}

.fdab-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 38px;
}

.fdab-feature-card {
    min-width: 0;
    min-height: 214px;
    padding: 24px 22px 22px;
    border: 1px solid rgba(11,138,130,.12);
    border-radius: 22px;
    background: rgba(255,255,255,.70);
    box-shadow: 0 20px 50px -38px rgba(16,24,40,.38), inset 0 1px 0 rgba(255,255,255,.86);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.fdab-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 22px;
    border-radius: 999px;
    background: #0B8A82;
    color: #fff;
    box-shadow: 0 16px 36px -24px rgba(11,138,130,.65);
}

.fdab-card-icon i,
.fdab-card-icon svg {
    width: 26px;
    height: 26px;
    font-size: 26px;
}

.fdab-card-title {
    margin: 0 0 12px;
    color: #101828;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: -.025em;
}

.fdab-card-desc {
    margin: 0;
    color: #667085;
    font-size: 15px;
    line-height: 1.6;
}

.fdab-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 26px;
    margin-top: 36px;
}

.fdab-primary-button,
.fdab-secondary-button {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    min-height: 68px;
    text-decoration: none !important;
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: transform .25s ease, box-shadow .25s ease, color .25s ease, background-color .25s ease;
}

.fdab-primary-button {
    min-width: 250px;
    padding: 20px 32px;
    border-radius: 20px;
    color: #fff;
    background: #0B8A82;
    box-shadow: 0 18px 40px -22px rgba(11,138,130,.75);
}

.fdab-primary-button:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 22px 48px -22px rgba(11,138,130,.88);
}

.fdab-secondary-button {
    color: #0B8A82;
}

.fdab-secondary-button:hover {
    color: #0B8A82;
    transform: translateY(-2px);
}

.fdab-right {
    min-width: 0;
}

.fdab-visual-card {
    position: relative;
    overflow: hidden;
    min-height: 700px;
    border: 1px solid rgba(11,138,130,.12);
    border-radius: 34px;
    background: #f8fbfa;
    box-shadow: 0 26px 70px -50px rgba(16,24,40,.42);
}

.fdab-main-image {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fdab-visual-card::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 32%;
    background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.64));
    pointer-events: none;
}

.fdab-stat-card {
    position: absolute;
    right: 26px;
    bottom: 8px;
    z-index: 4;
    width: min(350px, calc(100% - 52px));
    padding: 32px 32px 30px;
    border: 1px solid rgba(11,138,130,.12);
    border-radius: 24px;
    background: rgba(255,255,255,.70);
    box-shadow: 0 24px 64px -38px rgba(16,24,40,.44), inset 0 1px 0 rgba(255,255,255,.86);
    backdrop-filter: blur(22px) saturate(160%);
    -webkit-backdrop-filter: blur(22px) saturate(160%);
}

.fdab-stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin-bottom: 20px;
    border: 1px solid #0B8A82;
    border-radius: 999px;
    color: #0B8A82;
    background: rgba(11,138,130,.06);
}

.fdab-stat-icon i,
.fdab-stat-icon svg {
    width: 28px;
    height: 28px;
    font-size: 28px;
}

.fdab-stat-title {
    margin: 0;
    color: #101828;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: -.02em;
}

.fdab-stat-line {
    width: 100%;
    height: 1px;
    margin: 24px 0 24px;
    background: linear-gradient(90deg, rgba(11,138,130,.28), rgba(11,138,130,.06));
}

.fdab-stat-number-row {
    display: flex;
    align-items: center;
    gap: 18px;
}

.fdab-stat-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    color: #fff;
    background: #0B8A82;
    font-size: 54px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -.05em;
    -webkit-background-clip: initial;
}

.fdab-stat-number-text {
    color: #101828;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 500;
}

.fdab-stat-desc {
    margin: 20px 0 0;
    color: #667085;
    font-size: 16px;
    line-height: 1.55;
}

.fdab-bottom {
    position: relative;
    min-height: 80px;
    margin-top: 28px;
}

.fdab-decor-paw {
    position: absolute;
    left: 0;
    top: 18px;
    width: 38px;
    height: 38px;
    overflow: hidden;
    color: #0B8A82;
}

.fdab-decor-paw::before {
    content: "🐾";
    font-size: 33px;
    line-height: 1;
}

.fdab-path {
    position: absolute;
    left: 32px;
    right: 320px;
    top: 40px;
    height: 38px;
    border-bottom: 2px dashed rgba(11,138,130,.20);
    border-radius: 0 0 50% 50%;
}

.fdab-scroll {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border: 1px solid #0B8A82;
    border-radius: 999px;
    color: #0B8A82;
    background: rgba(255,255,255,.74);
    text-decoration: none !important;
    font-size: 30px;
    line-height: 1;
    box-shadow: 0 14px 34px -24px rgba(11,138,130,.70);
    transition: transform .25s ease, background-color .25s ease;
}

.fdab-scroll:hover {
    transform: translateX(-50%) translateY(3px);
    color: #0B8A82;
    background: #fff;
}

@media (max-width: 1200px) {
    .fdab-content {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .fdab-visual-card {
        min-height: 540px;
    }
}

@media (max-width: 1024px) {
    .fdab-wrap {
        padding: 58px 28px 66px;
        border-radius: 28px;
    }

    .fdab-features {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .fdab-feature-card {
        min-height: 198px;
        padding: 22px 18px 20px;
    }

    .fdab-card-title {
        font-size: 18px;
    }

    .fdab-card-desc {
        font-size: 14px;
    }

    .fdab-stat-card {
        width: min(330px, calc(100% - 44px));
        right: 22px;
        bottom: 6px;
    }
}

@media (max-width: 767px) {
    .fdab-wrap {
        padding: 42px 18px 52px;
        border-radius: 22px;
    }

    .fdab-eyebrow {
        margin-bottom: 18px;
        font-size: 12px;
        letter-spacing: .08em;
    }

    .fdab-eyebrow-icon i,
    .fdab-eyebrow-icon svg {
        width: 22px;
        height: 22px;
        font-size: 22px;
    }

    .fdab-title {
        font-size: clamp(34px, 11vw, 46px);
        line-height: 1.08;
    }

    .fdab-desc {
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.65;
    }

    .fdab-features {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 28px;
    }

    .fdab-feature-card {
        min-height: auto;
        padding: 20px;
    }

    .fdab-card-icon {
        width: 52px;
        height: 52px;
        margin-bottom: 16px;
    }

    .fdab-actions {
        gap: 14px;
        margin-top: 26px;
    }

    .fdab-primary-button,
    .fdab-secondary-button {
        width: 100%;
        min-height: 58px;
        font-size: 14px;
    }

    .fdab-visual-card {
        min-height: 420px;
        border-radius: 24px;
    }

    .fdab-stat-card {
        right: 14px;
        bottom: 4px;
        width: calc(100% - 28px);
        padding: 22px;
        border-radius: 20px;
    }

    .fdab-stat-icon {
        width: 54px;
        height: 54px;
        margin-bottom: 14px;
    }

    .fdab-stat-title {
        font-size: 18px;
    }

    .fdab-stat-line {
        margin: 16px 0;
    }

    .fdab-stat-number {
        min-width: 76px;
        font-size: 42px;
    }

    .fdab-stat-number-text {
        font-size: 17px;
    }

    .fdab-stat-desc {
        margin-top: 14px;
        font-size: 14px;
    }

    .fdab-bottom {
        display: none;
    }
}
