/*
CreaLabs Coding
ASEL Turizm V43.6.7 Definitive UI
*/

.as-v4367-header {
    position: sticky;
    top: 0;
    z-index: 5000;
    overflow: visible;
}

.as-v4367-nav {
    position: relative;
    overflow: visible;
}

.as-v4367-desktop-nav {
    display: flex;
    align-items: center;
    gap: clamp(22px, 2.4vw, 42px);
}

.as-v4367-desktop-nav > a,
.as-v4367-menu > button {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 72px;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.as-v4367-menu {
    position: static;
    display: inline-flex;
}

.as-v4367-menu > button svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    transition: transform .2s ease;
}

.as-v4367-menu.is-open > button svg {
    transform: rotate(180deg);
}

.as-v4367-mega {
    position: absolute;
    top: 100%;
    left: 50%;
    width: min(1480px, calc(100vw - 40px));
    display: grid;
    grid-template-columns: minmax(310px, .72fr) minmax(0, 2.28fr);
    gap: 18px;
    padding: 20px;
    border: 1px solid rgba(108, 196, 246, .18);
    border-radius: 0 0 26px 26px;
    color: #fff;
    background:
        radial-gradient(circle at 90% 0%, rgba(67, 211, 255, .16), transparent 30%),
        linear-gradient(135deg, rgba(3, 19, 41, .995), rgba(6, 48, 92, .995));
    box-shadow: 0 40px 110px rgba(0, 8, 27, .5);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 16px);
    transition: .22s ease;
}

.as-v4367-menu.is-open .as-v4367-mega {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.as-v4367-mega-feature {
    padding: 32px;
    border: 1px solid rgba(118, 200, 249, .16);
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(9, 70, 132, .96), rgba(4, 29, 59, .96));
}

.as-v4367-mega-feature > span {
    color: #59ddff;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .15em;
}

.as-v4367-mega-feature h3 {
    margin: 16px 0;
    font-size: clamp(32px, 2.6vw, 44px);
    line-height: 1.02;
    letter-spacing: -.055em;
}

.as-v4367-mega-feature h3 em {
    color: #66e0ff;
}

.as-v4367-mega-feature p {
    color: #afc5d9;
    font-size: 12px;
    line-height: 1.7;
}

.as-v4367-mega-feature > a {
    display: inline-flex;
    margin-top: 24px;
    padding: 13px 16px;
    border-radius: 11px;
    background: linear-gradient(135deg, #0b8cff, #075bd6);
    font-size: 10px;
    font-weight: 900;
}

.as-v4367-mega-metrics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
    margin-top: 22px;
}

.as-v4367-mega-metrics article {
    padding: 13px;
    border: 1px solid rgba(133, 202, 245, .15);
    border-radius: 12px;
    background: rgba(3, 25, 51, .43);
}

.as-v4367-mega-metrics b {
    display: block;
    font-size: 22px;
}

.as-v4367-mega-metrics small {
    color: #8fa9c1;
}

.as-v4367-service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.as-v4367-service-grid a {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) 24px;
    align-items: center;
    gap: 12px;
    padding: 15px;
    border: 1px solid rgba(117, 183, 228, .12);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(7, 43, 82, .72), rgba(4, 27, 55, .64));
}

.as-v4367-service-grid a:hover {
    border-color: rgba(67, 211, 255, .34);
    background: rgba(9, 61, 116, .86);
}

.as-v4367-service-grid a > span,
.as-v4367-policy-grid a > span {
    color: #4fdcff;
    font-size: 9px;
    font-weight: 900;
}

.as-v4367-service-grid b {
    display: block;
    font-size: 13px;
}

.as-v4367-service-grid small {
    display: block;
    margin-top: 4px;
    color: #94aac0;
    font-size: 9px;
    line-height: 1.45;
}

.as-v4367-corporate-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) minmax(220px, .8fr);
    gap: 12px;
}

.as-v4367-corporate-columns > section {
    padding: 21px;
    border: 1px solid rgba(117, 183, 228, .12);
    border-radius: 17px;
    background: linear-gradient(145deg, rgba(7, 43, 82, .72), rgba(4, 27, 55, .64));
}

.as-v4367-corporate-columns header {
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(133, 194, 235, .13);
}

.as-v4367-corporate-columns header span {
    color: #4fdcff;
    font-size: 8px;
    font-weight: 900;
}

.as-v4367-corporate-columns h4 {
    margin: 5px 0 0;
    font-size: 17px;
}

.as-v4367-corporate-columns nav {
    display: grid;
    gap: 5px;
    margin-top: 12px;
}

.as-v4367-corporate-columns nav a {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-radius: 9px;
    color: #b8cadc;
    font-size: 10px;
    font-weight: 800;
}

.as-v4367-corporate-columns nav a:hover {
    color: #fff;
    background: rgba(11, 140, 255, .1);
}

.as-v4367-mega-cta {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.as-v4367-mega-cta > span {
    color: #59ddff;
    font-size: 8px;
    font-weight: 900;
}

.as-v4367-mega-cta a {
    margin-top: 18px;
    color: #59ddff;
    font-size: 10px;
    font-weight: 900;
}

.as-v4367-policy-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
}

.as-v4367-policy-grid a {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 9px;
    min-height: 56px;
    padding: 11px;
    border: 1px solid rgba(117, 183, 228, .12);
    border-radius: 12px;
    background: rgba(7, 43, 82, .62);
}

.as-v4367-policy-grid b {
    font-size: 10px;
    line-height: 1.35;
}

.as-v4367-mobile-nav {
    display: none;
}

/* Footer */
.as-v4367-footer {
    width: 100%;
    margin: 0;
    background:
        radial-gradient(circle at 85% 0%, rgba(67, 211, 255, .11), transparent 30%),
        linear-gradient(145deg, #031329, #06294f);
}

.as-v4367-footer-shell {
    width: min(1540px, calc(100% - 56px));
    margin-inline: auto;
    padding: 78px 0 26px;
}

.as-v4367-footer-grid {
    display: grid;
    grid-template-columns:
        minmax(260px, 1.2fr)
        minmax(170px, .72fr)
        minmax(170px, .72fr)
        minmax(360px, 1.35fr)
        minmax(240px, .9fr);
    gap: clamp(28px, 3.8vw, 66px);
}

.as-v4367-footer-grid section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
}

.as-v4367-footer-grid h4 {
    margin: 0 0 10px;
    color: #fff;
}

.as-v4367-footer-grid a,
.as-v4367-footer-grid span,
.as-v4367-footer-grid p {
    color: #9fb4c9;
    font-size: 10px;
    line-height: 1.5;
}

.as-v4367-footer-brand img {
    width: 210px;
}

.as-v4367-footer-policies > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 18px;
}

.as-v4367-footer-quote {
    margin-top: 12px;
    color: #59ddff !important;
    font-weight: 900;
}

.as-v4367-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 52px;
    padding-top: 22px;
    border-top: 1px solid rgba(115, 185, 230, .12);
}

.as-v4367-footer-bottom div {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.as-v4367-footer-bottom a,
.as-v4367-footer-bottom span {
    color: #8299b0;
    font-size: 9px;
}

/* References + testimonials */
.as-v4367-social-proof {
    padding: 110px 0;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 92% 12%, rgba(67, 211, 255, .12), transparent 28%),
        #031329;
}

.as-v4367-social-shell {
    width: min(1540px, calc(100% - 56px));
    margin-inline: auto;
}

.as-v4367-social-head,
.as-v4367-testimonial-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
}

.as-v4367-social-head > div {
    width: min(780px, 100%);
}

.as-v4367-social-head span,
.as-v4367-testimonial-head span {
    color: #48d7ff;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .14em;
}

.as-v4367-social-head h2,
.as-v4367-testimonial-head h2 {
    margin: 12px 0 15px;
    font-size: clamp(42px, 4.8vw, 70px);
    line-height: 1;
    letter-spacing: -.058em;
}

.as-v4367-social-head p {
    color: #a9bed2;
    font-size: 13px;
    line-height: 1.7;
}

.as-v4367-social-head > a {
    color: #59ddff;
    font-size: 11px;
    font-weight: 900;
}

.as-v4367-logo-marquee {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 42px;
    scrollbar-width: none;
    mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.as-v4367-logo-marquee::-webkit-scrollbar {
    display: none;
}

.as-v4367-logo-track {
    width: max-content;
    display: flex;
    gap: 14px;
    animation: as-v4367-marquee 34s linear infinite;
}

.as-v4367-logo-marquee:hover .as-v4367-logo-track {
    animation-play-state: paused;
}

.as-v4367-logo-track a {
    width: 260px;
    height: 120px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    padding: 22px;
    border: 1px solid rgba(118, 190, 238, .15);
    border-radius: 17px;
    background: linear-gradient(145deg, rgba(10, 52, 96, .72), rgba(5, 30, 59, .74));
}

.as-v4367-logo-track img {
    max-width: 100%;
    max-height: 70px;
    object-fit: contain;
}

@keyframes as-v4367-marquee {
    to {
        transform: translateX(-50%);
    }
}

.as-v4367-testimonials {
    margin-top: 95px;
}

.as-v4367-slider-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.as-v4367-slider-controls button {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(112, 190, 238, .22);
    border-radius: 50%;
    color: #fff;
    background: rgba(7, 46, 88, .72);
    cursor: pointer;
}

.as-v4367-slider-counter {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-right: 8px;
}

.as-v4367-slider-counter b {
    color: #fff;
    font-size: 19px;
}

.as-v4367-slider-counter i {
    color: #7893ae;
    font-size: 10px;
    font-style: normal;
}

.as-v4367-testimonial-viewport {
    overflow: hidden;
    margin-top: 34px;
}

.as-v4367-testimonial-track {
    display: flex;
    gap: 18px;
    transition: transform .45s cubic-bezier(.22, .61, .36, 1);
    will-change: transform;
}

.as-v4367-testimonial-card {
    position: relative;
    min-width: calc((100% - 36px) / 3);
    min-height: 350px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    border: 1px solid rgba(110, 188, 238, .16);
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(10, 52, 96, .75), rgba(5, 30, 59, .78));
}

.as-v4367-quote {
    color: #0b8cff;
    font-size: 52px;
    line-height: .8;
}

.as-v4367-stars {
    margin-top: 15px;
    color: #37cfff;
    letter-spacing: .1em;
}

.as-v4367-testimonial-card > p {
    margin: 25px 0 34px;
    color: #c1d0df;
    font-size: 13px;
    line-height: 1.75;
}

.as-v4367-testimonial-card footer {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: auto;
}

.as-v4367-testimonial-card footer img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
}

.as-v4367-testimonial-card footer b {
    display: block;
    font-size: 13px;
}

.as-v4367-testimonial-card footer span {
    display: block;
    margin-top: 4px;
    color: #809bb5;
    font-size: 9px;
}

.as-v4367-testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 25px;
}

.as-v4367-testimonial-dots button {
    width: 28px;
    height: 6px;
    padding: 0;
    border: 0;
    border-radius: 99px;
    background: rgba(112, 188, 236, .18);
}

.as-v4367-testimonial-dots button.is-active {
    background: #0b8cff;
}

@media (max-width: 1180px) {
    .as-v4367-desktop-nav {
        display: none;
    }

    .as-v4367-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .as-v4367-testimonial-card {
        min-width: calc((100% - 18px) / 2);
    }
}

@media (max-width: 760px) {
    html,
    body {
        overflow-x: hidden;
    }

    .as-v4367-header {
        position: sticky;
    }

    .as-v4367-mobile-toggle {
        display: inline-grid !important;
    }

    .as-v4367-mobile-nav {
        position: fixed;
        z-index: 4999;
        top: 72px;
        right: 0;
        bottom: 0;
        left: 0;
        display: none;
        width: 100vw;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 16px;
        background: #031329;
    }

    .as-v4367-mobile-nav.is-open {
        display: block;
    }

    .as-v4367-mobile-nav > a,
    .as-v4367-mobile-group > button {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 15px 6px;
        border: 0;
        border-bottom: 1px solid rgba(117, 183, 228, .13);
        color: #fff;
        background: transparent;
        font: inherit;
        font-weight: 800;
    }

    .as-v4367-mobile-group > div {
        display: none;
        padding: 8px 10px 12px;
        border-radius: 0 0 12px 12px;
        background: rgba(7, 45, 86, .55);
    }

    .as-v4367-mobile-group.is-open > div {
        display: grid;
    }

    .as-v4367-mobile-group > div a {
        padding: 11px;
        color: #b9ccdf;
        font-size: 11px;
    }

    .as-v4367-footer-shell,
    .as-v4367-social-shell {
        width: calc(100% - 28px);
    }

    .as-v4367-footer-grid {
        grid-template-columns: 1fr;
    }

    .as-v4367-footer-policies > div {
        grid-template-columns: 1fr;
    }

    .as-v4367-footer-bottom,
    .as-v4367-social-head,
    .as-v4367-testimonial-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .as-v4367-social-proof {
        padding: 82px 0;
    }

    .as-v4367-logo-marquee {
        mask-image: none;
        scroll-snap-type: x mandatory;
    }

    .as-v4367-logo-track {
        animation: none;
    }

    .as-v4367-logo-track a {
        width: 225px;
        scroll-snap-align: start;
    }

    .as-v4367-testimonial-viewport {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .as-v4367-testimonial-track {
        transform: none !important;
    }

    .as-v4367-testimonial-card {
        min-width: calc(100vw - 52px);
        scroll-snap-align: center;
    }
}
