.whole-contacy-bdy {
    padding-top: 130px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.whole-contacy-bdy::before {
    content: "";
    top: 0px;
    left: -40px;
    position: absolute;
    z-index: -1;
    width: 500px;
    height: 100vh;
    background-image: url(../img/contact/contact-bg-1.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.whole-contacy-bdy::after {
    content: "";
    top: 185px;
    right: -120px;
    position: absolute;
    z-index: -1;
    width: 645px;
    height: 100%;
    background-image: url(../img/contact/contact-bg-2.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.contact-us-heading h2 {
    background: var(--Fourchain, linear-gradient(92deg, #0460E9 -14.55%, #0AB9F8 59.9%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
}

.contact-us-heading p {
    color: #272727;
    font-size: 16px;
    font-weight: 400;
}

.contact-us-new {
    position: relative;
    z-index: 1;
}


.contact-us-new::after {
    content: "";
    right: 20px;
    top: 12px;
    position: absolute;
    z-index: -1;
    width: 212px;
    height: 160px;
    background-image: url(../img/contact/contact-form-arow.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.contact-us-new::before {
    content: "";
    bottom: 0;
    right: 0px;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 290px;
    opacity: 0.3;
    background-image: url(../img/contact/contact-form-bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.contact-us-new button {
    width: 220px;
    padding: 10px;
    font-weight: 700;
    font-size: 18px;
    margin: 0 auto;
}


/* section-six-start */
section.section-six {
    padding: 40px 0px;
}

.section-six-box {
    position: relative;
    z-index: 1;
    padding: 60px 20px;
    border-radius: 20px;
    max-width: 1200px;
}

.section-six-box::before {
    content: "";
    top: 0px;
    right: 0px;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url(../img/contact/cta-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

section.section-six h2 {
    color: #000;
    font-size: 42px;
    font-weight: 700;
    max-width: 720px;
    margin: 0 auto;
}

section.section-six h2 span {
    background: var(--Fourchain, linear-gradient(92deg, #0460E9 -14.55%, #0AB9F8 59.9%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-six-box a {
    display: inline-block;
    /* width: 200px; */
    padding: 10px;
    font-size: 18px;
}

.social-icon {
    background: #1515151c;
    /* padding: 10px; */
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

.social-icon:hover {
    transform: scale(1.2);
}

.social-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 30px;
}

@media (max-width: 768px) {
    section.section-six {
        padding: 0px 0px;
    }
}



/* section-six-end */

section.section-help {
    padding: 40px;
}

.help-icon-main {
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 8px;
    background: #F4FAFF;
    padding: 25px;
    width: 400px;
    margin-top: 30px;
    height: 100px;
}

.help-icon-text h3 {
    color: #0460E9;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
}

.help-icon-text a {
    color: #565656;
    font-size: 15px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .help-icon-main {
        gap: 10px;
        width: 100%;
        height: auto;
        flex-direction: column;
        text-align: center;
    }
}