* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Rubik", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #6c757d;
    line-height: 1.6666;
    font-weight: 400;
}

.ContactParentDiv {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 110px;
}

.ContactParentSubDiv {
    min-width: 1200px;
    max-width: 1400px;
}

.ContactMainDiv {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}

.ContactUsParentSection {
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.ContactInputsParentSection {
    width: 60%;
    height: 100%;
    padding: 0px 0px 0px 40px;
    display: flex;
    align-items: center;
}

.ContactInputsParentSection1 {
    width: 60%;
    height: 100%;
    padding: 0px 0px 0px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ContactWidthDiv {
    width: 100%;
}

.ContactUsSubSection {
    display: flex;
    flex-direction: column;
}

.ContactText1 {
    font-weight: 400;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    color: #3973BC;
}

.ContactText2 {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.6;
    margin-top: 15px;
    color: #595959;
}

.ContactText3 {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.6;
    margin-top: 5px;
    color: #595959;
}

.ContactText4 {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.2px;
    color: #5f6168;
}

.ContactText3Div {
    display: flex;
    justify-content: flex-start;
}

.ContactImgDiv {
    width: 100%;
}

.InputsParentDiv {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.InputsParentSubDiv {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.InputStyles {
    width: 48%;
    height: 45px;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0px 16px;
    border: 0;
    outline: 0;
    box-shadow: inset 0 0 0 1px #e5e5e5;
    border-radius: 12px;
    letter-spacing: 0.4px;
}

.InputStyles3 {
    width: 100%;
    height: 45px;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0px 16px;
    border: 0;
    outline: 0;
    box-shadow: inset 0 0 0 1px #e5e5e5;
    border-radius: 12px;
    letter-spacing: 0.4px;
}

.InputStyles2 {
    width: 134%;
    height: 45px;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0px 16px;
    border: 0;
    outline: 0;
    box-shadow: inset 0 0 0 1px #e5e5e5;
    border-radius: 12px;
    letter-spacing: 0.4px;
}


.InputStyles1 {
    width: 100%;
    min-height: 100px;
    font-size: 0.9rem;
    font-weight: 400;
    padding: 16px;
    border: 0;
    outline: 0;
    box-shadow: inset 0 0 0 1px #e5e5e5;
    border-radius: 12px;
    letter-spacing: 0.4px;
    font-family: "Rubik", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.InputButtonDiv {
    width: 30%;
    display: flex;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
    border-radius: 40px;
}

.InputButtonStyle {
    width: 100%;
    min-height: 52px;
    border-radius: 40px;
    color: #fff;
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.8px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 12px 0;
}

.InputButtonDiv:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3973BC;
    border-radius: 40px;
    z-index: -2;
}

.InputButtonDiv:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #41B152;
    transition: all 0.3s;
    border-radius: 40px;
    z-index: -1;
}

.InputButtonDiv:hover:before {
    width: 100%;
}

.SocialMediaDiv {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
}

.SocialDiv {
    width: 50px;
    height: 50px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.SocialLogo {
    color: #5f6168;
    font-size: 22px;
}

.SocialDiv:hover {
    background: #3973BC;
    border: none;
}

.SocialDiv:hover .SocialLogo {
    color: white;
}

.iti--allow-dropdown .iti__flag-container {
    width: 320px;
    /* Adjust the width as needed */
}

.iti.iti--allow-dropdown .iti__country-list {
    width: 320px;
    /* Adjust the dropdown width as needed */
}

.iti__selected-flag {
    width: 15%;
}

.hidden {
    display: none;
}

.SuccessAlertMainDiv {
    width: 100%;
    height: 100vh;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.5);
}

.SuccessAlertPartnerDiv {
    width: 100%;
    height: 100vh;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 2;
}

.SuccessAlertPartnerSubDiv {
    width: 500px;
    height: 350px;
    background-color: #eeffee;
    border-radius: 20px;
}

.SuccessAlertSubDiv {
    width: 500px;
    height: 350px;
    background-color: #fff;
    border-radius: 20px;
}

.AlretContentDiv {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.AlretCloseDiv {
    background-color: #3973BC;
    border-radius: 12px;
    cursor: pointer;
    border: none !important;
    outline: none !important;
    width: 130px;
    height: 45px;
    margin-top: 0px;
}

.OkeyText {
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.3px;
}

.SuccessText {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin-top: 25px;
}

.SuccessText2 {
    font-size: 1.1rem;
    text-align: center;
    padding: 16px 32px;
}

.DoneImg {
    width: 70px;
    height: 70px;
}

.EmailValidationDiv {
    width: 48%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.EmailAlertText {
    font-size: 0.9rem;
    color: red;
    padding-left: 6px;
}

/* ************************* Media Query Section *************************** */

/* For screens smaller than 768px (phones) */
@media only screen and (max-width: 767px) {

    .InputStyles3 {
        width: 208%;
    }

    .ContactParentSubDiv {
        min-width: 320px;
        padding: 0px 0px;
    }

    .EmailAlertText {
        width: 208%;
    }

    .ContactMainDiv {
        flex-direction: column;
    }

    .ContactUsParentSection {
        width: 100%;
        gap: 30px;
    }

    .ContactParentDiv {
        padding-top: 90px;
        padding-bottom: 50px;
    }

    .ContactText1 {
        font-size: 1rem;
        text-align: center;
        letter-spacing: 0.3px;
    }

    .ContactText2 {
        font-size: 1.3rem;
        font-weight: 500;
        margin-top: 8px;
        line-height: 1.8;
        text-align: center;
    }

    .ContactText3 {
        font-size: 1.3rem;
        font-weight: 500;
    }

    .ContactText4 {
        font-size: 1rem;
        text-align: center;
    }

    .ContactText3Div {
        display: flex;
        justify-content: center;
    }

    .ContactInputsParentSection {
        width: 100%;
        padding: 40px 10px 0px 10px;
    }

    .ContactInputsParentSection1 {
        width: 100%;
        padding: 40px 0px 0px 0px;
    }

    .InputsParentSubDiv {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .InputStyles {
        width: 100%;
        height: 43px;
        font-size: 0.8rem;
        font-weight: 400;
        padding: 0px 14px;
    }

    .InputStyles2 {
        width: 100%;
        height: 43px;
        font-size: 0.8rem;
        font-weight: 400;
        padding: 0px 14px;
    }

    .InputStyles1 {
        width: 100%;
        min-height: 90px;
        font-size: 0.8rem;
        font-weight: 400;
        padding: 16px;
    }

    .iti__selected-flag {
        width: 20%;
    }

    .InputButtonStyle {
        width: 100%;
        min-height: 48px;
        font-size: 1rem;
    }

    .SocialMediaDiv {
        justify-content: center;
        gap: 15px;
    }

    .ContactImgDiv {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .ContactusMainImg {
        width: 100%;
        max-width: 320px;
    }

    .SocialDiv {
        width: 45px;
        height: 45px;
    }

    .SocialLogo {
        font-size: 20px;
    }

    .InputButtonDiv {
        width: 100%;
    }

    .SuccessAlertSubDiv {
        width: auto;
        height: auto;
        background-color: #fff;
        border-radius: 20px;
        padding: 25px;
        margin: 16px;
    }

    .SuccessText2 {
        font-size: 0.95rem;
        text-align: center;
        padding: 6px 0px;
    }

    .AlretCloseDiv {
        border-radius: 16px;
        width: 120px;
        height: 45px;
        margin-top: 0px;
    }

    .OkeyText {
        font-size: 1rem;
    }

}