* {
    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;
}

.main {
    background-size: cover;
    overflow: hidden !important;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

.ContactParentDiv {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 75px;
    height: auto;
    min-height: 100vh;
    background-image: url(../ContactUsImage//RequestedDemoBG.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

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

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

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

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

.ContactWidthDiv {
    width: 100%;
}

.ContactUsSubSection {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ContactText1 {
    font-weight: 500;
    font-size: 1.8rem;
    color: #494949;
    text-align: center;
}

.ContactText2 {
    font-weight: 400;
    font-size: 1.1rem;
    color: #595959;
    text-align: center;
}

.ContactText4 {
    font-size: 1rem;
    font-weight: 400;
    color: #5f6168;
    text-align: center;
}

.ContactText5 {
    font-size: 1rem;
    font-weight: 500;
    color: #5f6168;
    text-align: center;
}

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

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

.ContactusMainImg {
    width: 360px;
}

.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: 124%;
    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;
    z-index: 1;
}

.InputButtonStyle {
    width: 100%;
    min-height: 40px;
    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: center;
    gap: 16px;
    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;
}

.TrustedByParentDiv {
    width: 100%;
    border-radius: 30px;
}

.TrustHeadingDiv {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}

.SectionHeadingText {
    text-align: center;
    font-size: 1.5rem;
    color: #494949;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.SectionHeadingText2 {
    text-align: center;
    font-family: 'Rubik', sans-serif;
    color: #5f6168;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
}

.client-section {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    background-color: #fff;
    padding: 35px 0px 20px 0px;
}

.client-slider {
    display: flex;
    align-items: center;
    width: max-content;
}

.client-slide {
    display: flex;
    gap: 20px;
    align-items: center;
    animation: scroll 160s linear infinite;
}

.client-slide img {
    margin: 0 15px;
    max-height: 90px;
    max-width: 160px;
    object-fit: contain;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

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

.RDwhyUsMainContainer {
    width: 100%;
    display: flex;
    justify-content: center;
    background-image: linear-gradient(228deg, #95BAFF 0%, #CDFFD8 100%);
}

.HomeContentsSubContainer {
    width: 100%;
    min-width: 1024px;
    max-width: 1400px;
    height: auto;
    padding: 50px 25px;
}

.HomeContentsSubContainer2 {
    width: 100%;
    min-width: 1024px;
    max-width: 1400px;
    height: auto;
    padding: 60px 25px 0px 25px;
}

/* Achievement Section */

.AchievementMainContainer {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #3973BC;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.AchievementDivScroll {
    background-attachment: fixed !important;
}

.AchievementDivScroll {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


.AchievementSubContainer {
    width: 100%;
    min-width: 1024px;
    max-width: 1400px;
    height: auto;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.AchieveContentParent {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
    padding: 15px 0px;
}

.AchieveParentSubDiv {
    width: 25%;
}


.AchieveCountsStyle {
    font-size: 2.3rem;
    font-weight: 500;
    color: #fff;
}

.AchievementText {
    font-size: 1.3rem;
    font-weight: 400;
    color: #fff;
}

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

.WithSmartFMsubContainer {
    width: 100%;
    min-width: 1024px;
    max-width: 1400px;
    height: auto;
    padding-left: 25px;
    padding-right: 25px;
}

.WithSmartFMParentDiv {
    width: 100%;
}


.WithSmartFMHeadingDiv {
    width: 100%;
    height: auto;
    padding: 50px 0px 30px 0px;
}

.WithSmartFMHeadingDiv2 {
    width: 100%;
    height: auto;
    padding: 15px 0px;
}

.WithSmartFMDataDiv {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    padding: 30px 10px 50px 10px;
    gap: 25px;
}

.WithSmartFMCardsDiv {
    flex: 0 0 calc(25% - 22.5px);
    min-width: 230px;
    width: 100%;
    height: auto;
    border-radius: 16px;
    background-image: linear-gradient(180deg, rgba(244, 244, 249, .8) 90%, rgba(244, 244, 249, .05) 100%);
    cursor: pointer;
    text-align: center;
}

.WithSmartFMDataOne {
    color: #5f6168;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    padding: 10px;
    font-family: 'Rubik', sans-serif;
}

.WithSmartFmLogosImg {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.ReqDemoCanImgDiv {
    width: 100%;
    height: 190px;
    border-radius: 8px;
}

.RDWhyUsParent {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0px;
}

.RDWhyUsLeft {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.RDWhyUsRight {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.RDWhyUsTxt {
    font-size: 2.8rem;
    color: #494949;
}

.RDWhyRightConParent {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
}

.RDWhyRightConLeft {
    width: 65px;
    margin-top: 8px;
}

.RDWhyRightConRight {
    width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
}


.RDWhyRightConHeadTxt {
    font-size: 1.3rem;
    color: #4b4b4b;
    letter-spacing: 0.4px;
    font-weight: 500;
}

.RDWhyRightConTxt {
    font-size: 1.1rem;
    color: #595959;
    letter-spacing: 0.4px;
}

.RDWhyUsLogo {
    width: 60px;
}

.RDWhyUsLogo2 {
    width: 55px;
}

.CustomeSoftWareHead {
    text-align: center;
    font-size: 1.5rem;
    color: #494949;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.5;
}

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

.CustomeSoftWareCon {
    width: 85%;
    text-align: center;
    font-size: 1.1rem;
    color: #5f6168;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.RDKeyFeatureSliderDiv {
    width: 100%;
    display: flex;
    margin: 40px 0px;
    overflow: hidden;
    position: relative;
}

.RDLeftRightArrowDiv {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.RDKeyFeaturesCardParentDiv {
    width: 80%;
    overflow: hidden;
}

.RDKFCardParentSubDiv {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.RDKFCardParentSubDiv::-webkit-scrollbar {
    display: none;
}

.RDkeyFeatureArrowHeight {
    width: 24px;
}

.RQYouTubeVideoDiv{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 700px;
}

.RQYouTubeVideo{
    width: 900px;
    height: 500px;
}


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

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

    .RQYouTubeVideoDiv{
        width: 100%;
        height: auto;
        padding: 40px 15px;
    }

    .RQYouTubeVideo{
        max-width: 100%;
        height: auto;
    }

    .RDLeftRightArrowDiv {
        display: none;
    }

    .RDKeyFeaturesCardParentDiv {
        width: 100%;
    }

    .RDKeyFeatureSliderDiv {
        margin: 20px 0px;
    }

    .RDKFCardParentSubDiv {
        flex-direction: column;
    }

    .WithSmartFMDataDiv {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0px;
        gap: 25px;
    }

    .WithSmartFMsubContainer {
        width: 100%;
        min-width: 320px;
        max-width: 360px;
        height: auto;
        padding: 0px;
    }

    .AchievementSubContainer {
        width: 100%;
        min-width: 320px;
        max-width: 360px;
        height: auto;
        padding: 40px 15px;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .AchieveContentParent {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px;
        gap: 30px;
    }

    .AchieveParentSubDiv {
        width: 100%;
        text-align: center;
    }

    .AchieveCountsStyle {
        font-size: 2rem;
    }

    .AchievementText {
        font-size: 1.2rem;
    }

    .AchievementMainContainer {
        margin-top: 40px;
        margin-bottom: 0px;
    }

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

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

    .TrustedByParentDiv {
        width: 100%;
        margin-top: 50px;
    }

    .client-slide img {
        margin: 0 8px;
        max-height: 70px;
        max-width: 140px;
    }

    .client-section {
        padding: 20px 0px;
    }

    .SectionHeadingText {
        font-size: 1.3rem;
    }

    .SectionHeadingText2 {
        font-size: 1rem;
    }

    .WithSmartFMDataOne {
        color: #5f6168;
        text-align: center;
        font-size: 1rem;
        font-weight: 400;
        padding: 10px 10px 20px 10px;
        font-family: 'Rubik', sans-serif;
    }

    .WithSmartFMmainContainer {
        padding: 30px 0px 50px 0px;
    }

    .RDWhyUsParent {
        flex-direction: column;
        gap: 30px;
        padding: 30px 0px 60px 0px;
    }

    .RDWhyRightConParent {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .RDWhyRightConRight {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }

    .RDWhyRightConTxt {
        font-size: 1rem;
        color: #595959;
        letter-spacing: 0.4px;
        text-align: center;
    }


    .RDWhyRightConHeadTxt {
        font-size: 1.2rem;
    }

    .RDWhyUsLeft {
        width: 100%;
    }

    .RDWhyUsRight {
        width: 100%;
    }

    .RDWhyUsTxt {
        font-size: 1.8rem;
        font-weight: 500;
    }

    .CustomeSoftWareHead {
        font-size: 1.3rem;
    }

    .CustomeSoftWareConParent {
        padding-bottom: 60px;
    }

    .CustomeSoftWareCon {
        width: 100%;
        font-size: 0.95rem;
    }

    .TrustHeadingDiv {
        padding-bottom: 20px;
    }

    .WithSmartFmLogosImg {
        width: 100%;
    }

    .WithSmartFMCardsDiv {
        width: 100%;
    }

    .ReqDemoCanImgDiv {
        height: auto;
    }

    .InputStyles3 {
        width: 208%;
    }

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

    .EmailAlertText {
        width: 208%;
    }

    .ContactMainDiv {
        flex-direction: column;
        gap: 2%;
    }

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

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

    .ContactUsSubSection {
        padding: 0px 10px;
    }

    .ContactText1 {
        font-size: 1.3rem;
        text-align: center;
        letter-spacing: 0.3px;
        line-height: 1.5;
    }

    .ContactText2 {
        font-size: 1.1rem;
        font-weight: 500;
        margin-top: 4px;
        line-height: 1.5;
        text-align: center;
    }

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

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

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

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

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

    .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: 40px;
        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;
    }

}