
body {
    font-family: 'Poppins', sans-serif !important;
}

.ctmpadding-25 {
    padding: 0px 75px;
}

.logo-text__text {
    display: block;
    color: #252326;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 0 0 0;
}

.parallax {
    background-image: url('../Images/ambassadorbg.jpg');
    height: 751px;
    object-fit: cover;
    object-position: 50% 50%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    position: relative;
    padding-top: 30px;
}

    .parallax::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(28, 177, 206, 0.84);
        z-index: 1;
    }

.overlay {
    text-align: center;
    color: white;
    position: relative;
    z-index: 2;
}

.slider-text h2 {
    font-size: 72px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.slider-text p {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}

.slider-container {
    padding-bottom: 50px;
}
/* -----------------------------imagesection--------------------------------- */

.image-section {
    padding-top: 50px;
}

    .image-section .text-side h3 {
        font-size: 36px;
        color: #fff;
        font-weight: 600;
        text-align: left;
    }

    .image-section .text-side p {
        font-size: 24px;
        color: #fff;
        font-weight: 600;
        text-align: left;
    }

.downloadicon {
    display: flex;
    gap: 15px;
    align-items: center;
}

    .downloadicon img {
        height: 81px;
    }

.mob-img {
    position: relative;
}

    .mob-img img {
        position: absolute;
        top: -90px;
        left: 38px;
    }
/* ---------------------------testimonial-------------------section-------------- */
.updatetestimonials {
    margin: 0;
    background: #0be3af !important;
    padding-top: 0 !important;
    padding-bottom: 20px;
}

    .updatetestimonials .testimonial-card {
        background: none !important;
        border: none !important;
    }

        .updatetestimonials .testimonial-card .testimonial-text {
            color: #fff !important;
            font-size: 40px !important;
            font-weight: 700 !important;
            display: flex;
            gap: 5px;
        }

.quote-mark svg {
    height: 100px;
    width: 100px;
}

.qoutetext {
    width: auto !important;
    display: inline-block;
}

.updatetestimonials .testimonial-card .author-info {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 20px;
    border-top: none !important;
}

.updatetestimonials .testimonial-card .author-info {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 20px;
    border-top: none !important;
}

.testimonials .testimonial-card .author-info .author-img {
    width: 170px !important;
    height: 170px !important;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid color-mix(in srgb, #ffffff, #ffffff 75%) !important;
}

.testimonials .testimonial-card .author-info .author-details h5 {
    font-size: 24px !important;
    font-weight: 400 !important;
    color: #fff !important;
    margin: 0 0 4px;
    font-style: italic;
}


.testimonials .testimonial-card .author-info .author-details span {
    font-style: italic;
    display: block;
    width: 100%;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #fff !important;
}

.rightslidebtn, .leftslidebtn {
    color: #fff !important;
}

.rightslidebtn {
    right: 90px;
}

.leftslidebtn {
    left: 90px;
}



/* -----------------------------------------------------------join us ------------------------------- */
#join-us {
    position: relative;
    background-image: url("../Images/ambassadorbg.jpg"); /* Your background image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    padding: 2rem;
    box-sizing: border-box;
    width: 100%;
    height: 653px;
    object-fit: cover;
    object-position: 50% 50%;
    background-attachment: scroll;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

    #join-us::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(28, 177, 206, 0.84);
        z-index: 1;
    }

    #join-us > * {
        position: relative;
        z-index: 2;
        max-width: 600px;
    }

    #join-us h2 {
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 34px;
        line-height: 1.2;
        color: #fff;
    }

    #join-us .join-us-subHeading {
        font-size: 22px;
        text-align: center;
        margin-bottom: 38px;
        display: block;
        max-width: 780px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }



.btn-join-us {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #141617;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 0.1em;
    border: 1px solid #fff;
    width: 249px;
    height: 49px;
    transition: all 0.2s ease;
    font-weight: 400;
    cursor: pointer;
}

    .btn-join-us:hover {
        background-color: #aee9f4;
        border: 1px solid #141617;
        color: #141617;
    }



/*vivek working*/

.open-btn {
    padding: 12px 24px;
    border-radius: 10px;
    border: none;
    background: #007bff;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.25s ease;
    z-index: 1000;
}

    .modal-overlay.active {
        opacity: 1;
        pointer-events: auto;
    }

.form-wrapperinner {
    background: #fff;
    width: 90%;
    max-width: 700px;
    padding: 30px 70px;
    border-radius: 20px;
    position: fixed;
    text-align: center;
    height: auto;
    max-height: 96vh;
    overflow-y: auto;
    margin: auto;
    top: 50%;
    left: 50%;
    scrollbar-width: thin;
    transform: translate(-50%, -50%);
}
/* .form-wrapper {
  background: #fff;
  width: 90%;
  max-width: 520px;
  padding: 40px 32px 48px;
  border-radius: 20px;
  position: relative;
  text-align: center;
  margin-top: 100px;
} */

.form-close {
    position: absolute;
    right: 16px;
    top: 12px;
    font-size: 26px;
    cursor: pointer;
}

.form-textarea {
    width: 100%;
    min-height: 110px;
    border-radius: 18px;
    padding: 16px;
    margin-bottom: 14px;
    resize: none;
}

.modal-overlay {
    position: fixed;
    inset: 0;
    background: #0a7bd8;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.25s ease;
    z-index: 1000;
}

    .modal-overlay.active {
        opacity: 1;
        pointer-events: auto;
    }

/* .form-wrapper {
  background: #fff;
  width: 90%;
  max-width: 520px;
  padding: 30px 24px 36px;
  border-radius: 20px;
  position: relative;
  text-align: center;
} */

/* Inputs default = black border */
.form-wrapperinner .form-input,
.form-wrapperinner .form-textarea {
    width: 100%;
    padding: 14px 18px;
    border-radius: 999px;
    border: 2px solid transparent;
    background-color: #aee9f445;
    outline: none;
    margin-bottom: 14px;
    transition: border-color 0.2s ease;
    border-radius: 20px;
}

.form-input:hover,
.form-input:focus,
.form-textarea:hover,
.form-textarea:focus {
    border-color: #000;
}

.form-input.error,
.form-textarea.error {
    border-color: red;
}

.form-textarea {
    border-radius: 18px;
    min-height: 110px;
    resize: none;
}

.form-submit {
    background: #0a7bd8;
    color: #ffff;
    border-color: #0a7bd8;
    padding: 12px 32px;
    border-radius: 10px;
    cursor: pointer;
}

.portfolio {
    padding-bottom: 100px;
    padding-top: 70px;
}


/* ----------------------------------------------------right left box------------------- */
.main-box {
    margin: 120px 20px;
    display: inline-flex;
    align-items: center;
    position: relative;
}

    .main-box .image-box {
        background: #0be3af;
        max-width: 700px;
        border-radius: 30px;
        position: relative;
        height: 250px;
        display: flex;
        justify-content: space-between;
    }

        .main-box .image-box .imagediv {
            flex: 1;
        }

        .main-box .image-box .textimg {
            flex: 1;
        }

.imagediv img {
    position: absolute;
    bottom: 0;
}

.textimg {
    text-align: center;
    padding: 0 15px;
}

    .textimg h3 {
        margin: 40px 0 30px 0;
        font-size: 30px;
        color: #fff;
        font-weight: 600;
    }

    .textimg p {
        font-size: 18px;
        color: #fff;
        font-weight: 400;
    }

.main-box .arrowrightdown img {
    width: 300px;
    height: 184px;
    margin: 84px 0 0 18px;
}


.howdoeswork {
    padding-top: 150px;
}

.mainboxleft {
    /* margin: 90px 20px; */
    margin: 120px 20px 120px 116px;
    display: inline-flex;
    align-items: center;
    position: relative;
}

    .mainboxleft .image-box {
        background: #5dd2e9;
        max-width: 700px;
        border-radius: 30px;
        position: relative;
        height: 250px;
        display: flex;
        justify-content: space-between;
    }

        .mainboxleft .image-box .imagediv {
            flex: 1;
        }

        .mainboxleft .image-box .textimg {
            flex: 1;
        }

    .mainboxleft .imagediv img {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .mainboxleft .arrowrightdown img {
        width: 300px;
        height: 184px;
        margin: 84px 18px 0 0px;
    }


/*----------Contact Popup----------------------*/


.modal-overlay {
    position: fixed;
    inset: 0;
    background: #1cb1ce;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
    width: 100%;
}

    .modal-overlay.active {
        display: flex;
    }

.form-wrapper {
    background: #fff;
    padding: 100px;
    width: 650px;
    max-width: 95%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
}

    .form-wrapper h2 {
        display: flex;
        justify-content: center;
        font-weight: 700;
    }

    .form-wrapper p {
        margin-top: 0;
        margin-bottom: 1rem;
        display: flex;
        justify-content: center;
    }

.form-close {
    position: absolute;
    right: 33px;
    top: 30px;
    font-size: 50px;
    cursor: pointer;
}

.form-input,
.form-textarea {
    width: 100%;
    padding: 12px;
    margin-top: 12px;
    border-radius: 20px;
    outline: none;
    background: #aee9f445;
    border: 2px solid transparent;
    transition: border-color 0.2s ease;
}

    .form-input:hover,
    .form-textarea:hover,
    .form-input:focus,
    .form-textarea:focus {
        border-color: #222;
    }

    .form-input.error,
    .form-textarea.error {
        border-color: red !important;
    }


.form-textarea {
    height: 100px;
    resize: none;
    background: #e9f9fc;
    border: 2px solid transparent;
    background: #e9f9fc;
}

.form-submit {
    margin: 20px auto 0;
    padding: 10px 50px;
    width: auto;
    background: #0b74de;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: block;
}


.error {
    color: red;
    font-size: 12px;
    margin-left: 10px;
}

.contact-text {
    margin: 10px 0 4px;
    font-size: 14px;
    text-align: center;
}

.social-text {
    margin: 0 0 15px;
    font-size: 14px;
    text-align: center;
}

.social-icons {
    display: inline-flex;
    gap: 8px;
    vertical-align: middle;
    margin-left: 6px;
}

    .social-icons img {
        width: 18px;
        height: 18px;
        object-fit: contain;
        cursor: pointer;
    }



/*----------------------Pravicy policy-------------------*/

.privacy-section {
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    font-weight: 300; /* This gives you the "Light" look */
}

    .privacy-section p {
        font-size: 18px;
        line-height: 28px;
        margin: 0;
        margin-bottom: 36px;
        text-align: justify;
    }

    .privacy-section h2 {
        font-size: 22px;
    }

    .privacy-section li {
        font-size: 18px;
        line-height: 28px;
        margin: 0;
    }

    .privacy-section a {
        text-decoration: underline;
        color: inherit;
    }

/*-------------------Terms and Services------------------------*/

.tnc-section {
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    font-weight: 300; /* This gives you the "Light" look */
}

    .tnc-section p {
        font-size: 18px;
        line-height: 28px;
        margin: 0;
        margin-bottom: 36px;
        text-align: justify;
    }

    .tnc-section h2 {
        font-size: 22px;
    }

    .tnc-section li p {
        font-size: 18px;
        line-height: normal;
        margin: 0;
    }

    .tnc-section a {
        text-decoration: underline;
        color: inherit;
    }

/* ------------------------------------------responsive added----------------------------------------- */

@media (min-width: 320px) and (max-width: 768px) {
    .ctmpadding-25 {
        padding: 0px 15px;
    }

    .parallax {
        height: 100%;
        display: block;
    }

    .mob-img img {
        position: static;
    }

    .slider-container {
        padding-bottom: 15px;
    }

    .image-section {
        padding-top: 0px;
    }

    .downloadicon img {
        height: 50px;
    }

    .image-section .text-side h3 {
        font-size: 22px;
        color: #fff;
        font-weight: 600;
        text-align: left;
        margin-top: 15px;
    }

    .image-section .text-side p {
        font-size: 14px;
        color: #fff;
        font-weight: 500;
        text-align: left;
    }

    .slider-text h2 {
        font-size: 36px;
        font-weight: 600;
        color: #fff;
        margin: 0;
    }

    .slider-text p {
        font-size: 22px;
        font-weight: 600;
        color: #fff;
    }

    /* -------------------testimonial------------------ */
    .updatetestimonials .testimonial-card .testimonial-text {
        color: #fff !important;
        font-size: 22px !important;
        font-weight: 600 !important;
        display: flex;
        gap: 5px;
    }

    .quote-mark svg {
        height: 50px;
        width: 50px;
    }

    .qoutetext {
        width: auto !important;
        display: inline-block;
    }

    .swiper-button-next.rightslidebtn {
        right: 25px;
    }

        .swiper-button-next.rightslidebtn::after {
            font-size: 25px !important;
        }

    .swiper-button-prev.leftslidebtn {
        left: 25px;
    }

        .swiper-button-prev.leftslidebtn::after {
            font-size: 25px !important;
        }

    .testimonials .testimonial-card .author-info .author-img {
        width: 100px !important;
        height: 100px !important;
    }

    .testimonials .testimonial-card .author-info .author-details h5 {
        font-size: 17px !important;
        font-weight: 400 !important;
        color: #fff !important;
        margin: 0 0 4px;
        font-style: italic;
    }

    .portfolio section {
        padding-bottom: 78px;
        padding-top: 15px;
    }
    /* -------------------testimonial end---------------------- */
    .howdoeswork {
        padding-top: 0;
    }

    /* -----------------------join us ----------------------- */
    #join-us .join-us-subHeading {
        font-size: 22px;
        text-align: center;
        margin-bottom: 38px;
        display: block;
        max-width: 780px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        font-weight: 500;
    }
    /* -----------------------join us ----------------------- */
    .mainboxleft .arrowrightdown img, .main-box .arrowrightdown img {
        display: none;
    }

    .social-links {
        justify-content: center !important;
    }

    .footer {
        padding: 20px 0px;
    }

    .imagediv img {
        position: static;
    }

    .main-box {
        margin: 15px 0;
        display: block;
        position: relative;
    }

        .main-box .image-box {
            display: block;
            background: none;
            width: 100%;
            height: auto;
            text-align: center;
        }

            .main-box .image-box .imagediv img {
                z-index: 1;
                position: relative;
            }

            .main-box .image-box .textimg {
                background: #0be3af;
                max-width: 700px;
                border-radius: 30px;
                padding: 15px;
                position: relative;
                bottom: 71px;
            }

    .mainboxleft {
        margin: 15px 0;
        display: block;
        position: relative;
    }

        .mainboxleft .image-box {
            display: flex;
            background: none;
            width: 100%;
            height: auto;
            text-align: center;
            flex-direction: column-reverse;
        }

            .mainboxleft .image-box .imagediv img {
                z-index: 1;
                position: relative;
            }

            .mainboxleft .image-box .textimg {
                background: #5dd2e9;
                max-width: 700px;
                border-radius: 30px;
                padding: 15px;
                position: relative;
                bottom: 71px;
            }

    .textimg h3 {
        margin: 40px 0 10px 0;
        font-size: 30px;
        color: #fff;
        font-weight: 600;
    }
    .btn-join-us {
        padding: 10px;
    }
}
