/* Florya Doğa Footer */
.fdfooter-wrap,
.fdfooter-wrap * {
    box-sizing: border-box;
}

.fdfooter-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 72px 48px 24px;
    background: #F7FCFB;
    color: #475467;
}

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

.fdfooter-wrap::before {
    width: 460px;
    height: 460px;
    left: -220px;
    top: 100px;
    background: rgba(11,138,130,.12);
}

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

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

.fdfooter-paw {
    position: absolute;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    border-radius: 999px;
    color: #fff;
    background: #0B8A82;
    opacity: .08;
    font-size: 34px;
    transform: rotate(-16deg);
}

.fdfooter-paw-one {
    left: 6%;
    bottom: 34px;
}

.fdfooter-paw-two {
    right: 8%;
    top: 46px;
    transform: rotate(18deg);
}

.fdfooter-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 26px;
    align-items: center;
    margin-bottom: 26px;
    padding: 30px 32px;
    border: 1px solid rgba(11,138,130,.18);
    border-radius: 28px;
    background: #0B8A82;
    color: #fff;
    box-shadow: 0 24px 70px -48px rgba(11,138,130,.85);
}

.fdfooter-cta-title {
    margin: 0;
    color: #fff;
    font-size: clamp(24px, 2.2vw, 38px);
    line-height: 1.12;
    letter-spacing: -.035em;
    font-weight: 800;
}

.fdfooter-cta-desc {
    margin: 10px 0 0;
    color: rgba(255,255,255,.86);
    font-size: 16px;
    line-height: 1.55;
}

.fdfooter-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 56px;
    padding: 16px 24px;
    border-radius: 999px;
    color: #0B8A82 !important;
    background: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 18px 38px -24px rgba(0,0,0,.35);
    transition: transform .25s ease, box-shadow .25s ease;
}

.fdfooter-cta-button:hover {
    transform: translateY(-2px);
    background: #fff !important;
    color: #075F5A !important;
    box-shadow: 0 22px 46px -24px rgba(0,0,0,.42);
}

.fdfooter-grid {
    display: grid;
    grid-template-columns: 1.35fr .82fr 1.05fr 1.1fr;
    gap: 44px;
    align-items: stretch;
}

.fdfooter-card {
    min-width: 0;
    padding: 30px 28px;
    border: 1px solid rgba(11,138,130,.14);
    border-radius: 26px;
    background: rgba(255,255,255,.78);
    box-shadow: 0 20px 54px -42px rgba(16,24,40,.36), inset 0 1px 0 rgba(255,255,255,.82);
    backdrop-filter: blur(16px) saturate(150%);
    -webkit-backdrop-filter: blur(16px) saturate(150%);
}

.fdfooter-brand-card {
    display: flex;
    flex-direction: column;
}

.fdfooter-logo {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    text-decoration: none !important;
}

.fdfooter-logo img {
    display: block;
    width: 230px;
    max-width: 100%;
    height: auto;
}

.fdfooter-brand-text {
    margin: 22px 0 0;
    max-width: 430px;
    color: #475467;
    font-size: 16px;
    line-height: 1.7;
}

.fdfooter-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: auto;
    padding-top: 24px;
}

.fdfooter-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    color: #fff !important;
    background: #0B8A82;
    text-decoration: none !important;
    transition: transform .25s ease, box-shadow .25s ease;
}

.fdfooter-social-link:hover {
    transform: translateY(-2px);
    color: #fff !important;
    box-shadow: 0 14px 28px -18px rgba(11,138,130,.75);
}

.fdfooter-social-icon i,
.fdfooter-social-icon svg {
    width: 19px;
    height: 19px;
    font-size: 19px;
}

.fdfooter-column-title {
    margin: 0 0 20px;
    color: #101828;
    font-size: 19px;
    line-height: 1.25;
    letter-spacing: -.02em;
    font-weight: 800;
}

.fdfooter-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 11px;
}

.fdfooter-services-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
}

.fdfooter-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #475467;
    text-decoration: none !important;
    font-size: 15px;
    line-height: 1.35;
    transition: color .2s ease, transform .2s ease;
}

.fdfooter-link::before {
    content: "";
    width: 6px;
    height: 6px;
    margin-right: 9px;
    border-radius: 999px;
    background: #0B8A82;
    opacity: .32;
    transition: opacity .2s ease, transform .2s ease;
}

.fdfooter-link:hover {
    color: #0B8A82;
    transform: translateX(2px);
}

.fdfooter-link:hover::before {
    opacity: 1;
    transform: scale(1.2);
}

.fdfooter-contact-list {
    display: grid;
    gap: 15px;
}

.fdfooter-contact-row {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.fdfooter-contact-icon {
    display: inline-flex;
    justify-content: center;
    color: #0B8A82;
    font-size: 18px;
    line-height: 1.4;
}

.fdfooter-contact-text,
.fdfooter-contact-link {
    color: #475467;
    font-size: 15px;
    line-height: 1.55;
    text-decoration: none !important;
    overflow-wrap: anywhere;
}

.fdfooter-contact-link:hover {
    color: #0B8A82;
}

.fdfooter-map-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    color: #fff !important;
    background: #0B8A82;
    border-radius: 999px;
    min-height: 44px;
    padding: 12px 18px;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .03em;
    transition: transform .25s ease, box-shadow .25s ease;
}

.fdfooter-map-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px -20px rgba(11,138,130,.74);
}

.fdfooter-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 26px;
    padding: 22px 0 0;
    border-top: 1px solid rgba(11,138,130,.14);
    color: #667085;
    font-size: 14px;
    line-height: 1.5;
}

.fdfooter-bottom strong {
    color: #0B8A82;
}

@media (max-width: 1200px) {
    .fdfooter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .fdfooter-wrap {
        padding: 58px 28px 22px;
    }

    .fdfooter-cta {
        grid-template-columns: 1fr;
    }

    .fdfooter-cta-button {
        width: fit-content;
    }
}

@media (max-width: 767px) {
    .fdfooter-wrap {
        padding: 42px 18px 18px;
    }

    .fdfooter-paw {
        display: none;
    }

    .fdfooter-cta {
        padding: 24px 20px;
        border-radius: 22px;
    }

    .fdfooter-cta-button {
        width: 100%;
        white-space: normal;
        text-align: center;
    }

    .fdfooter-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .fdfooter-card {
        padding: 24px 20px;
        border-radius: 22px;
    }

    .fdfooter-logo img {
        width: 210px;
    }

    .fdfooter-services-list {
        grid-template-columns: 1fr;
    }

    .fdfooter-bottom {
        flex-direction: column;
        align-items: flex-start;
        font-size: 13px;
    }
}
