#hero-6 {
    position: relative;
    min-height: 760px;
    background: linear-gradient(
        180deg,
        #FCFDFE 0%,
        #F4F7FB 45%,
        #EEF3F9 78%,
        #FBFBFD 100%
    );
    padding-top: 115px;
    padding-bottom: 120px;
    overflow: hidden;
}
#hero-6 .container {
    position: relative;
    z-index: 3;
}

.hero-6-txt {
    padding-left: 20px;
    padding-right: 0;
}

.m34-hero-eyebrow {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    color: #3873FF;
    margin-bottom: 28px;
}

.m34-hero-title,
.hero-6-txt h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #0B1C30;
    margin-bottom: 24px;
}

.m34-hero-title div {
    white-space: nowrap;
}

.m34-hero-title span {
    color: #124ACC;
}

.m34-hero-desc,
.hero-6-txt p {
    max-width: 548px;
    margin-top: 0;
    color: #45464D;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

/* FORM */

.quick-form {
    margin-top: 38px;
    max-width: 540px;
}

.quick-form .input-group {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: nowrap;
}

.quick-form input[type="email"] {
    width: 339px;
    height: 54px;
    border-radius: 6px !important;
    border: 0;
    padding: 0 20px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.05);
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    color: #333;
}

.quick-form input[type="email"]::placeholder {
    color: #CCCCCC;
}

.quick-form input[type="submit"],
.quick-form .btn {
    width: 183px;
    height: 54px;
    border-radius: 6px !important;
    background: #124ACC;
    border: 1px solid #124ACC;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    padding: 0;
}

/* TRUST FEATURES */

.m34-hero-features {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 16px 86px;
    max-width: 584px;
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid #E2E8F0;
    color: #334155;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.m34-hero-features span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.m34-hero-features i {
    color: #175CFF;
    font-size: 16px;
}

/* HERO IMAGE */

.hero-6-img {
    padding-left: 0;
    margin-bottom: 0;
}

.hero-6-img img {
    width: 711px;
    max-width: 711px;
    transform: translate(-10px, -50px);
}

/* WAVE */

.wave-shape-bottom {
    position: absolute;
    left: 0;
    bottom: -35px;
    width: 100%;
    height: 220px;
    z-index: 1;
    pointer-events: none;
}

.wave-shape-bottom svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* HEADER HERO BACKGROUND */

.m34-site-header,
.m34-site-header .navbar,
.m34-site-nav,
.m34-site-nav > .container {
    background: rgba(221, 230, 241, 0.1) !important;
    box-shadow: none !important;
    border: 0 !important;
}

/* HERO PURPLE DOTS */

#hero-6::after {
    content: "";
    position: absolute;

    width: 110px;
    height: 106px;

    right: 220px;
    top: 80px;

    background: url('/img/help-desk/purple-dots.png') no-repeat center;
    background-size: contain;

    z-index: 2;
    pointer-events: none;
}

/* Hero görseli üstte kalsın */
.hero-6-img {
    position: relative;
    z-index: 3;
}

/* Mobilde gizle */
@media (max-width: 991px) {
    #hero-6::after {
        display: none;
    }
}

/* MOBILE */

@media (max-width: 991px) {
    #hero-6 {
        min-height: auto;
        padding-top: 120px;
        padding-bottom: 150px;
    }

    .hero-6-txt {
        padding-left: 0;
        text-align: center;
    }

    .m34-hero-title,
    .hero-6-txt h1 {
        font-size: 34px;
        line-height: 42px;
    }

    .m34-hero-title div {
        white-space: normal;
    }

    .m34-hero-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .quick-form {
        margin-left: auto;
        margin-right: auto;
    }

    .quick-form .input-group {
        justify-content: center;
    }

    .m34-hero-features {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        gap: 14px 32px;
    }

    .hero-6-img {
        margin-top: 60px;
    }

    .hero-6-img img {
        width: 100%;
        max-width: 620px;
        transform: none;
    }
}

@media (max-width: 576px) {
    .quick-form .input-group {
        display: block;
    }

    .quick-form input[type="email"],
    .quick-form input[type="submit"] {
        width: 100%;
    }

    .quick-form input[type="submit"] {
        margin-top: 10px;
    }

    .m34-hero-features {
        grid-template-columns: 1fr;
        text-align: left;
    }
}