﻿.home_page_banner .banner_block.padding_160 {
    /*padding-top: 160px;*/
}

.contactus-main-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .contactus-main-block .from-group-input {
        gap: 24px;
    }

    .contactus-main-block .banner_block {
        /*         padding: 72px 0px; */
        width: 100%;
    }

.home_page_banner .banner_block {
    padding: 80px 0 80px 0;
    position: relative;
    opacity: 0;
    transform: translateY(100px);
    transition: all 1s ease-out;
}

.banner_block.slide-up-on-load {
    transform: translateY(-100px);
    animation: slideUp 1s ease-out forwards;
}

.banner_block.slide-up-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contactus-main-block h2 {
    color: #1D2939;
    text-align: center;
    font-family: var(--font-dm);
    font-size: 64px;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
}

.contactus-main-block p {
    color: #475467;
    text-align: center;
    font-family: var(--font-Satoshi);
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
    max-width: 530px;
    margin: 20px auto;
}

.contactus-detail-block {
    display: flex;
    align-items: center;
    gap: 110px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-main-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .contact-main-left .contactus-left {
        display: flex;
        align-items: center;
        gap: 24px;
        padding: 24px 32px;
    }

.contactus-left:not(:last-child) {
    border-bottom: 1px solid var(--300, #D0D5DD);
}

.contactus-left img {
    object-fit: contain;
}

.contactus-left-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    align-items: flex-start;
}

    .contactus-left-content p {
        color: #000;
        font-family: Satoshi;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin: 0px;
    }

    .contactus-left-content span {
        color: #1D2939;
        font-family: "DM Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

.contact-main-right .contact_main_block {
    border-radius: 24px;
    border: 1px solid #ECEFF3;
    background: #FFF;
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.06);
    padding: 32px;
}

.contact_main_block .banner_title {
    color: #1D2939;
    font-family: "DM Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 40px;
}

.contact_left_div .panel_row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-self: stretch;
    padding: 0px;
}

.login_from .lbl_up {
    display: block;
    color: #1D2939;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 6px;
}

.login_from input {
    display: flex;
    padding: 12px 16px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid #ECEFF3;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    width: 100%;
}

.contact-main-right {
    max-width: 633px;
    width: 100%;
}

.contact_left_div .panel_row .n_d_div {
    max-width: 273px;
    width: 100%;
}

.login_from textarea {
    display: flex;
    height: 98px;
    padding: 12px 16px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid #ECEFF3;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    resize: none;
}

    .login_from input::placeholder,
    .login_from textarea::placeholder {
        color: var(--600, #475467);
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px; /* 144.444% */
    }

.login_from button {
    display: flex;
    height: 56px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #131B42;
    margin: 0px;
    margin-top: 15px;
}

.customer-support {
    display: flex;
    /* align-items: center; */
    gap: 32px;
    flex-wrap: wrap;
}

.customer-support-card {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    flex: 1 0 0;
    border-radius: 24px;
    border: 1px solid #ECEFF3;
    background: #FFF;
    box-shadow: 0px 2px 24px 0px rgb(0 0 0 / 6%);
    text-align: center;
    min-height: 265px;
}

.customer-card-img {
    display: flex;
    padding: 20px;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    border: 1px solid #131B42;
    width: 64px;
    height: 64px;
}

.customer-support-content h3 {
    color: #1D2939;
    text-align: center;
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    margin-bottom: 8px;
}

.customer-support-content p {
    color: #475467;
    text-align: center;
    font-family: Satoshi;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/***get started***/

.get-started {
    display: grid;
    grid-template-columns: auto auto;
    padding: 80px 0px 0px;
}

.get-started-left {
    display: flex;
    justify-content: center;
    background-image: url('../../img/demo/map-whole.webp');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.get-started-right {
    padding: 32px 16px;
}

    .get-started-right h3 {
        color: #1D2939;
        font-family: "DM Sans";
        font-size: 56px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
        margin: 0;
        max-width: 591px; /*new*/
    }

    .get-started-right p {
        color: #121D3F;
        font-family: Satoshi;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        margin: 0px;
        max-width: 591px; /*new*/
    }

.get-started .get-started-right p {
    text-align: left;
}

.get-started-btn {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: none;
    background: linear-gradient(270deg, #3ABAD5 0%, #CC50CC 100%);
    color: white;
    margin-top: 30px;
    font-family: var(--font-Satoshi);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    max-width: fit-content;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

    .get-started-btn::before {
        content: "";
        position: absolute;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.1);
        transform: skewX(-20deg);
        z-index: 1;
        transition: all 0.5s;
    }

    .get-started-btn:hover::before {
        left: 100%;
    }

.get-started-main-block {
    justify-content: space-between;
    /*padding-left: 80px;*/ /*new change*/
    padding-left: 250px;
    flex-wrap: nowrap;
}

.select-drop-arrow {
    width: 24px;
    height: 24px;
    position: absolute;
    background-position: -566px -115px;
    right: 16px;
    top: 10px;
    pointer-events: none;
}

.login_from select {
    position: relative;
    display: flex;
    padding: 12px 16px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid #ECEFF3;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    width: 100%;
    color: var(--600, #475467);
    font-family: "DM Sans";
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    cursor: pointer;
}
/*.get-started-banner p{
    max-width: 380px;
}
*/
@media (max-width: 1600px) {
    .get-started-main-block {
        padding-left: 60px; /*new change*/
    }
}

@media (max-width: 1200px) {
    .get-started-main-block {
        justify-content: center;
        flex-wrap: wrap;
        padding-left: 0;
    }

    .contactus-detail-block {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width:992px) {
    .get-started {
        grid-template-columns: 1fr;
    }

    .get-started-right {
        text-align: center;
    }

        .get-started-right h3 {
            margin: auto;
        }

    .get-started .get-started-right p {
        text-align: center;
        margin: auto;
    }

    .get-started-btn {
        margin: 20px auto;
    }

    .customer-support {
        flex-direction: column;
    }
    .contactus-main-block .from-group-input {
        gap: 12px;
    }
    .contact-main-right .contact_main_block {
        padding: 16px;
    }
}

@media (max-width:768px) {
    .contact-main-right {
        max-width: 633px;
        width: 100%;
        order: 1;
    }
    .get-started-left {
        order: 1;
    }
    .contact-main-left {
        order: 2;
    }

    .customer-support-content h3 {
        padding-top: 20px;
    }

    .contactus-main-block p {
        font-size: 16px;
    }

    .contactus-main-block h2 {
        font-size: 34px;
    }

    .contact_left_div .panel_row .n_d_div {
        max-width: unset;
    }

    .get-started-right h3 {
        font-size: 28px;
        margin: auto;
    }

    .get-started .get-started-right p {
        text-align: center;
        margin: auto;
        line-height: normal;
        margin-top: 5px;
        font-size: 14px;
    }

    .login_from .lbl_up {
        ;
        font-size: 14px;
    }

    .contact-main-left .contactus-left {
        padding: 20px 10px;
    }

    .contactus-main-block .banner_block {
        padding: 40px 0px 0px;
    }

    .n_d_div,
    .login_from input {
        width: 100%;
    }

    .contactus-main-block h2 {
        font-size: 32px;
    }

    .contact_main_block .banner_title {
        font-size: 32px;
        padding-bottom: 20px;
    }

    .login_from input::placeholder,
    .login_from textarea::placeholder {
        font-size: 14px;
    }

    .login_from button {
        height: 50px;
        padding: 10px 18px;
        font-size: 14px;
    }

    .login_from select {
        font-size: 14px;
    }

    .contactus-main-block p {
        font-size: 16px; /*NEW*/
        max-width: 303px;
    }

    .contactus-left-content span {
        font-size: 16px;
    }

    .contactus-detail-block {
        gap: 50px;
    }

    .customer-support-card {
        gap: 0px;
        min-height: unset;
    }

    .customer-support-content h3 {
        font-size: 24px;
    }
}
