/*
CreaLabs Agency Coding
ASEL Turizm V43.7.0 Dynamic Premium Footer
*/

.as-v4370-footer {
    width: 100%;
    margin: 0;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 86% 5%,
            rgba(67, 211, 255, .12),
            transparent 29%
        ),
        linear-gradient(
            145deg,
            #021126,
            #052b52
        );
}

.as-v4370-shell {
    width: min(1580px, calc(100% - 64px));
    margin-inline: auto;
}

.as-v4370-footer-top {
    border-bottom: 1px solid rgba(120, 191, 236, .12);
    background:
        linear-gradient(
            90deg,
            rgba(11, 140, 255, .10),
            rgba(67, 211, 255, .04)
        );
}

.as-v4370-footer-callout {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 38px;
    padding: 28px 0;
}

.as-v4370-footer-callout span,
.as-v4370-developer-copy > span {
    color: #50dcff;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .16em;
}

.as-v4370-footer-callout h2 {
    max-width: 840px;
    margin: 10px 0 0;
    font-size: clamp(29px, 3.2vw, 48px);
    line-height: 1.03;
    letter-spacing: -.052em;
}

.as-v4370-footer-callout > a {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 0 20px;
    border-radius: 13px;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            #0b8cff,
            #075bd6
        );
    font-size: 11px;
    font-weight: 900;
    white-space: nowrap;
    box-shadow:
        0 18px 40px rgba(11, 140, 255, .23);
}

.as-v4370-footer-grid {
    display: grid;
    grid-template-columns:
        minmax(270px, 1.18fr)
        minmax(170px, .64fr)
        minmax(170px, .64fr)
        minmax(360px, 1.28fr)
        minmax(270px, .92fr);
    gap: clamp(34px, 4vw, 76px);
    padding: 72px 0 58px;
}

.as-v4370-footer-brand,
.as-v4370-footer-column,
.as-v4370-footer-contact {
    min-width: 0;
}

.as-v4370-footer-logo {
    display: inline-flex;
}

.as-v4370-footer-logo img {
    width: 220px;
    max-height: 76px;
    object-fit: contain;
}

.as-v4370-footer-brand > strong {
    display: block;
    max-width: 320px;
    margin-top: 22px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.4;
}

.as-v4370-footer-brand > p {
    max-width: 330px;
    margin: 10px 0 0;
    color: #9eb4ca;
    font-size: 11px;
    line-height: 1.7;
}

.as-v4370-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 24px;
}

.as-v4370-socials a {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(117, 190, 237, .19);
    border-radius: 12px;
    color: #cce9f9;
    background: rgba(6, 39, 77, .62);
    transition:
        transform .2s ease,
        border-color .2s ease,
        color .2s ease,
        background .2s ease;
}

.as-v4370-socials a:hover {
    color: #ffffff;
    border-color: rgba(67, 211, 255, .44);
    background: rgba(11, 140, 255, .24);
    transform: translateY(-3px);
}

.as-v4370-socials svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.as-v4370-footer-column h3,
.as-v4370-footer-contact h3 {
    position: relative;
    margin: 0 0 22px;
    padding-bottom: 13px;
    color: #ffffff;
    font-size: 14px;
}

.as-v4370-footer-column h3::after,
.as-v4370-footer-contact h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 34px;
    height: 2px;
    border-radius: 99px;
    background:
        linear-gradient(
            90deg,
            #43d3ff,
            #1268ff
        );
}

.as-v4370-footer-column nav {
    display: grid;
    gap: 11px;
}

.as-v4370-footer-column nav a {
    color: #9fb7cc;
    font-size: 10px;
    line-height: 1.4;
    transition:
        color .2s ease,
        transform .2s ease;
}

.as-v4370-footer-column nav a:hover {
    color: #55dcff;
    transform: translateX(3px);
}

.as-v4370-footer-policies nav {
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 11px 20px;
}

.as-v4370-footer-contact {
    display: flex;
    flex-direction: column;
}

.as-v4370-contact-item {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: start;
    gap: 11px;
    margin-bottom: 13px;
}

.as-v4370-contact-item > span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(117, 190, 237, .17);
    border-radius: 11px;
    color: #4fdcff;
    background: rgba(6, 39, 77, .55);
}

.as-v4370-contact-item svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.as-v4370-contact-item a,
.as-v4370-contact-item p {
    margin: 8px 0 0;
    color: #a9bfd3;
    font-size: 10px;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.as-v4370-contact-cta {
    width: max-content;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: auto;
    padding: 11px 14px;
    border: 1px solid rgba(67, 211, 255, .26);
    border-radius: 10px;
    color: #55dcff;
    font-size: 10px;
    font-weight: 900;
}

.as-v4370-developer-card {
    display: grid;
    grid-template-columns:
        82px minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    padding: 20px 22px;
    border: 1px solid rgba(117, 190, 237, .15);
    border-radius: 18px;
    background:
        radial-gradient(
            circle at 96% 0%,
            rgba(67, 211, 255, .15),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            rgba(5, 38, 75, .78),
            rgba(3, 23, 48, .88)
        );
}

.as-v4370-developer-logo {
    width: 82px;
    height: 82px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 50%;
    background: #ffffff;
    box-shadow:
        0 14px 32px rgba(0, 11, 34, .24);
}

.as-v4370-developer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.as-v4370-developer-copy {
    min-width: 0;
}

.as-v4370-developer-copy strong {
    display: block;
    margin-top: 7px;
    color: #ffffff;
    font-size: 18px;
}

.as-v4370-developer-copy p {
    max-width: 820px;
    margin: 6px 0 0;
    color: #9eb5ca;
    font-size: 10px;
    line-height: 1.6;
}

.as-v4370-developer-link {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 0 14px;
    border: 1px solid rgba(67, 211, 255, .22);
    border-radius: 10px;
    color: #58dcff;
    font-size: 10px;
    font-weight: 900;
    white-space: nowrap;
}

.as-v4370-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 28px;
    padding: 25px 0 30px;
    border-top: 1px solid rgba(117, 190, 237, .12);
}

.as-v4370-footer-bottom > span {
    color: #7892aa;
    font-size: 9px;
}

.as-v4370-footer-bottom nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 16px;
}

.as-v4370-footer-bottom nav a {
    color: #819bb3;
    font-size: 9px;
}

.as-v4370-footer-bottom nav a:hover {
    color: #55dcff;
}

@media (max-width: 1260px) {
    .as-v4370-footer-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .as-v4370-footer-brand,
    .as-v4370-footer-policies {
        grid-column: 1 / -1;
    }

    .as-v4370-footer-policies nav {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .as-v4370-shell {
        width: calc(100% - 28px);
    }

    .as-v4370-footer-callout {
        align-items: flex-start;
        flex-direction: column;
        min-height: auto;
        padding: 34px 0;
    }

    .as-v4370-footer-callout h2 {
        font-size: 31px;
    }

    .as-v4370-footer-callout > a {
        width: 100%;
        justify-content: center;
    }

    .as-v4370-footer-grid {
        grid-template-columns: 1fr;
        gap: 38px;
        padding: 52px 0 42px;
    }

    .as-v4370-footer-brand,
    .as-v4370-footer-policies {
        grid-column: auto;
    }

    .as-v4370-footer-policies nav {
        grid-template-columns: 1fr;
    }

    .as-v4370-developer-card {
        grid-template-columns:
            64px minmax(0, 1fr);
        gap: 14px;
        padding: 16px;
    }

    .as-v4370-developer-logo {
        width: 64px;
        height: 64px;
    }

    .as-v4370-developer-link {
        grid-column: 1 / -1;
        width: 100%;
        justify-content: center;
    }

    .as-v4370-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .as-v4370-footer-bottom nav {
        justify-content: flex-start;
    }
}
