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


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

.AllProductsSubDiv {
    width: 100%;
    min-width: 1200px;
    max-width: 1400px;
    margin-top: 75px;
    padding: 0px 70px 0px 70px;
}

.AllProductsSubDiv2 {
    width: 100%;
    min-width: 1200px;
    max-width: 1400px;
    padding: 0px 100px 0px 100px;
}

.ReachParentDiv {
    width: 100%;
    display: flex;
}

.ProductMainHeadingDiv {
    width: 50%;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.ProductMainHeadingDivMob {
    display: none;
}

.ProductMainImagesDiv {
    width: 50%;
    overflow: hidden;
    position: relative;
    padding: 30px;
    margin-top: 30px;
}


/* Slideshow container */

.slideshow-container {
    margin: auto;
    max-width: 1000px;
    display: flex;
    position: relative;
    overflow: hidden;
    transition: transform 1s ease;
    border-radius: 40px;
}

.mySlides {
    flex: 0 0 100%;
    transition: transform 1s ease;
    width: 100%;
}

.ProductMainImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dots-container {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
}

.dot {
    height: 8px;
    width: 8px;
    margin: 0 2px;
    background-color: #595959;
    border-radius: 50%;
    display: inline-block;
    /* transition: background-color 0.6s ease; */
    transition: background-color 0.6s ease, width 0.6s ease, border-radius 0.6s ease;
    cursor: pointer;
}

.dot.active {
    height: 8px;
    width: 24px;
    border-radius: 12px;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}


.ProductHeadText1 {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #595959;
}

.ProductHeadText2 {
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    background-color: #5E94FF;
    letter-spacing: 0.5px;
    padding: 0px 18px;
    border-radius: 16px;
    height: 50px;
}

.SmartFmLiteTextDiv {
    display: flex;
    gap: 10px;
    align-items: center;
}

.ProductHeadContentText {
    font-size: 1.1rem;
    margin-top: 12px;
    line-height: 2;
    width: 80%;
}

.PropertyHeadContentText {
    font-size: 1.1rem;
    margin-top: 12px;
    line-height: 2;
    width: 100%;
}

.ProductAboutMainDiv {
    width: 100%;
    margin-top: 60px;
}

.XceedProductAboutMainDiv {
    width: 100%;
}

.ProductAboutTextDiv {
    display: flex;
    gap: 10px;
    align-items: center;
}

.XceedProductAboutTextDiv {
    display: flex;
    gap: 10px;
    align-items: center;
}

.ProductAboutText1 {
    font-size: 1.5rem;
    color: #595959;
    font-weight: 500;
    letter-spacing: 0.5px;
    /* color: rgba(20, 24, 31, 0.92); */
}

.XceedProductAboutText1 {
    font-size: 1.2rem;
    color: #53595e;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.XceedProductAboutText2 {
    font-size: 1.2rem;
    color: #595959;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.ProupMultipleViewHead {
    font-size: 1.1rem;
    color: #595959;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.ProductAboutText2 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    background-color: #5E94FF;
    letter-spacing: 0.5px;
    padding: 0px 18px;
    border-radius: 16px;
    height: 40px;
}

.ProductAboutContentDiv {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.XceedProductAboutContentDiv {
    margin-top: 6px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.XceedProductDashContentDiv {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ProductAboutContent {
    font-size: 1rem;
    width: 100%;
    text-align: justify;
    line-height: 1.7;
}

.ProductKeyFeaturesMainDiv {
    width: 100%;
    margin-top: 60px;
}

.ProductKeyFeatureText {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #595959;
}

.ProductKeyFeatureContent {
    font-size: 1rem;
    width: 100%;
    text-align: justify;
    line-height: 1.7;
    padding-top: 7px;
}

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

.KeyFeatureSliderDivForMobile {
    display: none;
}

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

.LeftRightArrow {
    font-size: 4rem;
}

.KeyFeaturesCardParentDiv {
    width: 80%;
}

.KeyFeaturesCardParentSubDiv {
    width: 100%;
    display: flex;
    gap: 30px;
    overflow: hidden;
    scroll-behavior: smooth;
    padding: 10px;
}

.KeyCardsDiv {
    width: 31%;
    min-height: 280px;
    max-height: 280px;
    border-radius: 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 50px 30px 10px 30px;
}


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


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

.XceedProductCoreModuleParentDiv {
    width: 100%;
    margin-top: 40px;
}

.ProductCoreModuleParentSub {
    width: 100%;
    display: flex;
}

.ProCoreModuleImageSectionLeft {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}

.RetailCoreModuleImgSectionLeft {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

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

.ProupKeyFeatureImgSectionLeft {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.ProupKeyFeatureImgDashLeft {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ProCoreModuleImageSectionRight {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30px;
}

.ProupKeyFeatureImgSectionRight {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
}

.ProCoreModuleImageSectionRightMob {
    display: none;
}

.ProCoreModuleContentSection {
    width: 50%;
    display: flex;
    align-items: center;
}

.XceedModuleContentSection {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.CoreContentSubDiv {
    width: 100%;
    display: flex;
    align-items: baseline;
}

.CoreContentText {
    font-size: 1rem;
    line-height: 1.6;
}

.CoreContentArrow::before {
    position: relative;
    top: 0px;
    margin-right: 10px;
    content: '\f105';
    font: 400 14px/24px 'FontAwesome';
}

.SmartFmLiteCoreImg1 {
    max-width: 520px;
}

.Property360CoreImg {
    max-width: 570px;
}

.XceedSecondImage {
    width: 550px;
    height: 320px;
}

.WhyProupImage {
    width: 580px;
}

.WhyRetailImage {
    width: 560px;
}

.ProupSecondImage {
    width: 550px;
    transition: transform 0.5s ease-in-out;
}

.ProupSecondImage:hover {
    transform: scale(1.05);
}

.ReachCoreImage {
    max-width: 520px;
}

.PMSCoreImage {
    max-width: 600px;
}

.ProupFirstImage {
    max-width: 600px;
    transition: transform 0.3s ease-in-out;
}

.ProupFirstImage:hover {
    transform: scale(1.05);
}

.SmartFmLiteCoreImg2 {
    max-width: 600px;
}

.SmartFmLiteCoreImg3 {
    max-width: 520px;
}

.ProductCoreModuleText {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #595959;
}

.ProductCoreModuleText2 {
    font-size: 1.2rem;
    font-weight: 500;
    padding: 6px 0px 0px 0px;
}

.ProductCoreModuleText3 {
    font-size: 1.2rem;
    font-weight: 500;
    padding: 20px 0px 0px 0px;
}

.ProductModuleParentDiv {
    width: 100%;
    margin-top: 40px;
}

.productModuleListDiv {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 14px;
    gap: 20px;
}

.ModuleListText {
    width: 32%;
    font-size: 1rem;
    line-height: 1.6;
}

.ModuleListText60 {
    width: 60%;
    font-size: 1rem;
    line-height: 1.6;
}

.ModuleListText::before {
    position: relative;
    top: 0px;
    margin-right: 10px;
    content: '\f105';
    font: 400 14px/24px 'FontAwesome';
}

.ModuleListText60::before {
    position: relative;
    top: 0px;
    margin-right: 10px;
    content: '\f105';
    font: 400 14px/24px 'FontAwesome';
}

.NextProductMainDiv {
    width: 100%;
    display: flex;
    gap: 40px;
    margin-top: 30px;
}

.NextProduct1 {
    width: 30%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 12px;
}

.NextProduct2 {
    width: 30%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 12px;
}

.LiteNextproductImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.keyFeactureLogo {
    width: 60px;
    height: 60px;
}

.CoreContentMainDiv {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0px 20px 0px 0px;
}

.MiddleContentParent {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #3973BC;
    margin: 60px 0px 0px 0px;
}

.MiddleContentSubDiv {
    min-width: 1200px;
    max-width: 1400px;
    height: auto;
    min-height: 100px;
    padding: 35px 0px;
}

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

.SMARTFMgoesText {
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.5;
}

.SMARTFMgoesText2 {
    width: 85%;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.8;
    margin-top: 10px;
}

.SMARTFMgoesText3 {
    width: 75%;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.8;
}

.SMARTFMgoesText4 {
    width: 85%;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.8;
    margin-top: 10px;
}

#ui-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 35px;
    right: 25px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: 50% 48%;
    background: linear-gradient(to right, #00aafc, #00caad);
    transition: all 400ms ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    z-index: 20;
}

.ArrowColor {
    color: white;
    font-size: 18px;
}

#WhatsAppTop {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 110px;
    right: 25px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: 50% 48%;
    background: #3EAA51;
    transition: all 400ms ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    cursor: pointer;
    z-index: 20;
}

.WhatsAppLinkColor {
    color: white;
    font-size: 26px;
}

/* Helpdesk */

.HelpdeskParentDiv {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    padding: 40px 0px 30px 0px;
}

.HelpdeskParentDivMob {
    display: none;
}


.helpdeskImgStyle {
    width: 1260px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.helpdeskImgStyleMob {
    height: auto;
    min-width: 320px;
    max-width: 320px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.HelpdeskContentsMainDiv {
    width: 100%;
    height: auto;
    display: flex;
    gap: 0px;
    padding: 30px 0px;
}

.HelpdeskContentSubDiv1 {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.HelpdeskImage2 {
    border-radius: 12px;
}

.HelpdeskContentSubDiv2 {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.HelpdeskContentsText {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.HDContText {
    font-size: 1rem;
    letter-spacing: 0.3px;
    line-height: 1.7;
}

.HDchecklistsMainDiv {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 30px 0px 0px 0px;
}

.HDchecklistSubDiv {
    width: 100%;
    display: flex;
    gap: 30px;
}

.HDchecklistContentDiv {
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.HdcheclistText1 {
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.3px;
    padding-top: 10px;
    color: #595959;
}

.HdcheclistText2 {
    width: 80%;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-align: center;
    padding-top: 5px;
}

.HDicondWidth {
    width: 50px;
    height: 50px;
}

/* ************************ Supervisors ************************ */

.ProductsPageParentDiv {
    display: flex;
    padding-top: 50px;
}

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

.XceeDProductImageDiv {
    width: 55%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.ProductImageDiv {
    width: 55%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ProupProductImageDiv {
    width: 52%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
}

.EncodeProductImageDiv {
    width: 55%;
    display: flex;
    justify-content: end;
    align-items: center;
}


.ProductImageDiv2 {
    display: none;
}

.ProductImageStyle {
    width: 800px;
    border-radius: 16px;
}

.XceeDProductImageStyle {
    width: 630px;
    border-radius: 16px;
}

.ProupHomeImg {
    width: 500px;
}


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

.ProupProductDetailDiv {
    width: 48%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ProductDetailSubDiv {
    width: 100%;
    height: auto;
}

.ProductName1 {
    font-size: 1.2rem;
    color: #595959;
    font-weight: 500;
    padding-bottom: 4px;
}

.ProductName2 {
    font-size: 1.5rem;
    color: #595959;
    font-weight: 500;
}

.ProductName3 {
    font-size: 1.5rem;
    color: #3973BC;
    font-weight: 500;
}

.ProductContentText {
    font-size: 1.1rem;
    margin-top: 6px;
    font-family: 'Rubik', sans-serif;
    color: #6c757d;
    line-height: 1.6666;
    font-weight: 400;
    text-align: justify !important;
}

.InfographicImgDiv {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 30px 0px;
}

.InfographicImgDivMob {
    display: none;
}


.ProductFunctionalitiesParent {
    width: 100%;
    padding-top: 30px;
}

.ProductFunctionHead {
    color: #555d69;
    font-size: 1.2rem;
    font-weight: 500;
    padding-bottom: 3px;
}

.ProductFunctionHead1 {
    width: 100%;
    text-align: center;
    color: #555d69;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 20px 0px 6px 0px;
}

.ProupFunctionHead {
    width: 100%;
    text-align: center;
    color: #555d69;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 20px 0px 6px 0px;
}

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

.RetailFunctionHead {
    width: 100%;
    text-align: center;
    color: #555d69;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 30px 0px 6px 0px;
}

.RetailFunctionHead2 {
    width: 50%;
    text-align: center;
    color: #555d69;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 30px 0px 6px 0px;
}

.ProUpSubHead {
    width: 100%;
    color: #555d69;
    font-size: 1.1rem;
    font-weight: 500;
}

.EncodeFunctionHead1 {
    width: 100%;
    text-align: center;
    color: #555d69;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 8px 0px 24px 0px;
}


.ProductContentListsDiv {
    padding: 0px 0px 0px 30px;
}

.ProductDotListsContent {
    font-size: 1rem;
    padding-top: 6px;
    line-height: 1.8;
    list-style: initial;
}

.SupervisorCountsParent {
    margin-top: 5px;
}

.RetailXptCountsParentDiv {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.RetailXptCountsParent {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0.5% 1%;
}

.SupervisorCountsDiv {
    width: 100%;
}

.CountText1 {
    font-size: 2.5rem;
    font-weight: 300;
    color: orange;
    letter-spacing: 0.5px;
}

.CountText2 {
    font-size: 2.5rem;
    font-weight: 300;
    color: purple;
    letter-spacing: 0.5px;
}

.CountText3 {
    font-size: 2.5rem;
    font-weight: 300;
    color: deeppink;
    letter-spacing: 0.5px;
}

.CountText4 {
    font-size: 2.5rem;
    font-weight: 300;
    color: green;
    letter-spacing: 0.5px;
}

.CountText5 {
    font-size: 2.5rem;
    font-weight: 300;
    color: rgb(59, 62, 227);
    letter-spacing: 0.5px;
}

.CountText6 {
    font-size: 2.5rem;
    font-weight: 300;
    color: brown;
    letter-spacing: 0.5px;
}

.CountHeader {
    color: #555d69;
    font-size: 1.2rem;
    font-weight: 500;
}

.CountContents {
    font-size: 1rem;
    padding-top: 6px;
    line-height: 1.8;
}

.RetailCountContents {
    font-size: 1.1rem;
    font-weight: 400;
    color: #6c757d;
}

/* ********************** Reach-2 Page Styles ********************** */

.Reach2HeadingSection {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding-top: 50px;
}

.reach2heading {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #595959;
}

.MultilingualText {
    font-size: 1.4rem;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    color: #3973BC;
    letter-spacing: 0.5px;
    line-height: 1.9;
}

.MultilingualDes {
    font-size: 1.1rem;
    font-family: 'Rubik', sans-serif;
    color: #595959;
    letter-spacing: 0.5px;
    line-height: 1.9;
}

.Reach2IntroSection {
    width: 100%;
    display: flex;
    margin-top: 30px;
}

.Reach2IntroCont {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    gap: 12px;
}

.Reach2KeyFeature {
    font-size: 1.2rem;
    font-weight: 500;
    color: #595959;
}

.Reach2KeyFeatureUL {
    width: 100%;
    padding: 4px 0px 0px 18px;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.Reach2KeyFeatureUL2 {
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.Reach2LanguageList {
    width: 100%;
    display: flex;
    padding-left: 18px;
    padding-top: 10px;
    gap: 60px;
}

.Reach2DetailSection {
    width: 100%;
    margin-top: 30px;
}

.reachlanguageImgDiv {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.reachlanguageImg {
    width: 1100px;
}

.reachlanguageIntroDiv {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin-top: 22px;
}

.reachlanguageIntro {
    font-size: 1.1rem;
    font-family: 'Rubik', sans-serif;
    color: #595959;
    letter-spacing: 0.5px;
    line-height: 1.9;
    width: 100%;
    text-align: center;
}

.ReachLanHead {
    width: 100%;
    text-align: center;
    color: #555d69;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 4px 0px 6px 0px;
}

.ProductDotListContent {
    font-size: 1rem;
    padding-top: 10px;
    font-family: 'Rubik', sans-serif;
    color: #6c757d;
    line-height: 1.6666;
    font-weight: 400;
    list-style: initial;
}

.RetailDotListContent {
    font-size: 1.1rem;
    padding-top: 10px;
    font-family: 'Rubik', sans-serif;
    color: #6c757d;
    line-height: 1.6666;
    font-weight: 400;
    list-style: initial;
}

.ProductPagesSubContentListDiv {
    padding: 0px 0px 0px 18px;
}

.CMSContentListDiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 0px 0px 18px;
}

.SubHeadingText {
    color: #555d69;
    font-size: 1.1rem;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 3px;
}

.ProjectRolesListDiv {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    margin-top: 4px;
    flex-wrap: wrap;
}

.ProjectRolesListData1 {
    width: auto;
    height: auto;
    padding: 4px 18px;
    border-radius: 4px;
    letter-spacing: 0.4px !important;
    background-color: #00aa5b26;
    color: green;
    font-size: 16px;
    font-weight: 400;
}

.ProjectRolesListData2 {
    width: auto;
    height: auto;
    padding: 4px 18px;
    border-radius: 4px;
    letter-spacing: 0.4px !important;
    background-color: #88007c1c;
    color: purple;
    font-size: 16px;
    font-weight: 400;
}

.ProjectRolesListData3 {
    width: auto;
    height: auto;
    padding: 4px 18px;
    border-radius: 4px;
    letter-spacing: 0.4px !important;
    background-color: #a52a2a2b;
    color: brown;
    font-size: 16px;
    font-weight: 400;
}

.KeyFeaturesParentDiv {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px 0px;
}

.KeyFeaturesCardsParentDiv {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}

.ProupKeyFeaturesCardsParentDiv {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}

.KeyFeaturesCardsSubDiv {
    width: 23%;
    cursor: pointer;
    padding: 0px;
    min-height: 120px;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    transition: transform 0.3s ease-in-out;
}

.KeyFeaturesCardsSubDiv:hover {
    transform: scale(1.05);
}

.ProupKeyFeaturesCardsDiv {
    width: 23%;
    padding: 0px;
    min-height: 120px;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.KeyFeaturesContentText {
    font-size: 1rem;
    color: #595959;
    text-align: center;
}

.KeyFeatureSvg {
    width: 40px !important;
    height: 40px !important;
    margin-top: 6px !important;
}

.ProupKeyFeatureSvg {
    width: 50px !important;
}

.ProupKeyFeatureSvg2 {
    width: 45px !important;
}

.ProupWhoItsSvg {
    width: 70px !important;
    margin-top: 6px !important;
}

.ProupSubContentText {
    text-align: center;
    font-size: 1.1rem;
    font-family: 'Rubik', sans-serif;
    color: #595959;
    letter-spacing: 0.5px;
    line-height: 1.5;
    padding-top: 3px;
}

.ProupMultipleViewParent {
    width: 100%;
    display: flex;
    gap: 4%;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

.ProupMultipleViewCard {
    width: 48%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
}

.ProupDocDownloadParent {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}

.Documents-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 46px;
    border: none;
    outline: none;
    padding: 0px 16px;
    border-radius: 6px;
    background-color: rgb(49, 49, 83);
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 12px;
}

.folderContainer {
    width: 36px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.fileBack {
    z-index: 1;
    width: 80%;
    height: auto;
}

.filePage {
    width: 50%;
    height: auto;
    position: absolute;
    z-index: 2;
    transition: all 0.3s ease-out;
}

.fileFront {
    width: 85%;
    height: auto;
    position: absolute;
    z-index: 3;
    opacity: 0.95;
    transform-origin: bottom;
    transition: all 0.3s ease-out;
}

.ProupDownloadText {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.6px;
}

.Documents-btn:hover .filePage {
    transform: translateY(-5px);
}

.Documents-btn:hover {
    background-color: rgb(58, 58, 94);
}

.Documents-btn:active {
    transform: scale(0.95);
}

.Documents-btn:hover .fileFront {
    transform: rotateX(30deg);
}

.ProupChatImgWeb {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.ProupChatImgMob {
    display: none;
}

.ProupChatImgWebSty {
    width: 100%;
    margin-top: 35px;
}

.ProupCmsImgWebSty {
    width: 80%;
    margin-top: 10px;
}

.ProUpWhoItsHead {
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.6px;
    color: #4b4b4b;
    text-align: center;
    margin-top: 16px;
}

.ProUpWhoItsHeadContent {
    font-size: 1rem;
    color: #595959;
    text-align: center;
    margin-top: 6px;
}

.ProupWhoItsCardsDiv {
    width: 22%;
    padding: 0px;
    min-height: 120px;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.RetailXPTHomeImg {
    width: 500px;
}

.SISparentDiv {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
}

.SISContentCard1 {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 10px 10px 16px 10px;
}

.SISContentCard2 {
    width: 40%;
    border-left: 2px solid #e8e8e8;
    border-right: 2px solid #e8e8e8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 10px 10px 16px 10px;
}

.SISiconDiv {
    width: 100%;
    min-height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.RetailXPTSISicon {
    height: 100px;
}

.RetailXPTSISicon2 {
    height: 90px;
}

.SISheadText {
    color: #555d69;
    font-size: 1.3rem;
    font-weight: 500;
}

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

.SISpointsText {
    font-size: 1.1rem;
    font-family: 'Rubik', sans-serif;
    color: #6c757d;
    letter-spacing: 0.5px;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
}

.AutomaticData {
    width: 60%;
    margin-top: 10px;
}

.SolutionComponentImgDiv {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.SolutionComponentImgDiv2 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.SolutionComponentImg {
    width: 96%;
}

.AnalyticsVsCompetitorsImg {
    width: 100%;
}

.RetailAutomaticDataDiv {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    padding: 40px 100px 50px 100px;
    gap: 100px;
}

.RetailAutomaticCardsDiv {
    width: 100%;
    height: auto;
    padding: 50px 40px;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.RetailAutomaticCardsDiv:hover {
    transform: scale(1.05);
}

.FinanceCardsDiv2 {
    width: 100%;
    height: auto;
    padding: 50px 40px;
    border-radius: 20px;
    box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, .05);
    border: 1px solid #efefef;
    cursor: pointer;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.FinanceCardsDiv2:hover {
    transform: scale(1.05);
}

.FinanceDataTwo {
    text-align: center;
    font-size: 1.1rem;
    padding-top: 20px;
    font-family: 'Rubik', sans-serif;
    color: #555d69;
    line-height: 1.6666;
    font-weight: 400;
}

.RetailDataTwo {
    text-align: center;
    font-size: 1.1rem;
    padding-top: 20px;
    font-family: 'Rubik', sans-serif;
    color: #6c757d;
    line-height: 1.6666;
    font-weight: 400;
}

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

.FinLogoBg1 {
    width: 90px;
    height: 90px;
    background: #EBFAF2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.LogoStyleForRetailAutomatic1 {
    width: 46px;
    color: #0fbc49;
}

.FinLogoBg2 {
    width: 90px;
    height: 90px;
    background: #F4EFFC;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.LogoStyleForRetailAutomatic2 {
    width: 48px;
    color: #6a26da;
}


.FinLogoBg3 {
    width: 90px;
    height: 90px;
    background: #FFF3EE;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.LogoStyleForRetailAutomatic3 {
    width: 46px;
    color: #ff6b0f;
}

.ClientsContentDiv {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 10px;
}

.ClientsListsDiv {
    min-width: 20%;
    min-height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 14px;
}

.ClientImgDiv {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #fff;
    border-radius: 14px;
}

.ClientImg {
    max-width: 200px;
    max-height: 100px;
}

/* ****************** Ecological Asset Management ****************** */

.EamSMARTFMgoesText {
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.5;
}

.EAMContentHeadingDiv {
    width: 100%;
    height: auto;
    padding-top: 30px;
}

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

.EAMContentParentDiv2 {
    width: 100%;
    height: auto;
    padding-top: 70px;
}

.EAMContentHeadingText {
    text-align: center;
    font-size: 1.7rem;
    color: #595959;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    letter-spacing: 0.6px;
}

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

.EAMSubContentTextWidthTenant {
    width: 90%;
    text-align: center;
    font-size: 1.2rem;
    font-family: 'Rubik', sans-serif;
    color: #595959;
    letter-spacing: 0.6px;
    line-height: 1.9;
    padding-top: 6px;
}

.EAMRequestDemoParent {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
}

.EAMMidRequestDemoParent {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 16px;
}

.EAMRequestDEmoBtn {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 0.9rem;
    letter-spacing: 0.6px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-decoration: none !important;
    color: #fff;
    cursor: pointer;
    width: auto;
}

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

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

.EAMRequestDEmoBtn:hover {
    color: #fff;
}

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

.EAMRequestDEmoBtnText {
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.EAMMidRequestDEmoBtn {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 0.9rem;
    letter-spacing: 0.6px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-decoration: none !important;
    color: #fff;
    cursor: pointer;
    width: auto;
}

.EAMMidRequestDEmoBtn:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #41B152;
    color: #fff;
    border-radius: 8px;
    z-index: -2;
}

.EAMMidRequestDEmoBtn:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #fff;
    color: #3973BC;
    transition: all 0.3s;
    border-radius: 8px;
    z-index: -1;
}

.EAMMidRequestDEmoBtn:hover {
    color: #3973BC;
}

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

.EAMMidRequestDEmoBtnText {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.EAMConParentDiv {
    width: 100%;
    display: flex;
    gap: 30px;
    padding: 20px 10px;
}

.EAMContentDiv1 {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: start;
}

.EAMContentDiv2 {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.EAMContentDiv3 {
    display: none;
}

.EAMSubHeadingContents {
    font-size: 1rem;
    font-family: 'Rubik', sans-serif;
    color: #6c757d;
    line-height: 1.8;
    font-weight: 400;
    list-style: none;
}

.EAMSubHeadingSubText {
    color: #555d69;
    font-size: 1.1rem;
    font-weight: 500;
}

.EAMQuestionsSection {
    width: 100%;
    display: flex;
    gap: 30px;
    padding: 30px 50px;
}

.EAMQuestionsDiv1 {
    width: 65%;
    padding: 30px;
}

.EAMQuestionsDiv2 {
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.EAMQuestionsDiv3 {
    display: none;
}

.EAMQuestionsHeadingText {
    color: #555d69;
    font-size: 1.4rem;
    font-weight: 500;
    padding-bottom: 6px;
    letter-spacing: 0.5px;
}

.EAMQuestionsHeadingSubText {
    color: #6c757d;
    font-size: 1.1rem;
    font-weight: 400;
    padding-bottom: 6px;
}

.EAMQuestionContentsParent {
    padding-left: 26px;
}

.EAMQuestionContents {
    font-size: 1rem;
    font-family: 'Rubik', sans-serif;
    color: #6c757d;
    line-height: 2;
    font-weight: 400;
    list-style: initial;
}

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

.EAMIntelligenceHeadingSubText {
    width: 90%;
    text-align: center;
    font-size: 1.2rem;
    font-family: 'Rubik', sans-serif;
    color: #595959;
    letter-spacing: 0.6px;
    line-height: 1.9;
    padding-top: 6px;
}

.EAMIntellPointsParent {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    gap: 4px;
}

.EAMIntellPointsContents {
    font-size: 1.1rem;
    font-family: 'Rubik', sans-serif;
    color: #6c757d;
    font-weight: 400;
    list-style: none;
    letter-spacing: 0.4px;
}

.EAMIntellPointsContentsHead {
    color: #555d69;
    font-weight: 500;
}

.IntelligenceImgParentWeb {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}

.IntelligenceImgParentMob {
    display: none;
}

.EAMIntelligenceImg {
    width: 95%;
}

.EAMKeyFeatParent {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    padding: 30px 0px;
}

.EAMKeyFeatCardParent {
    width: 25%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 10px 14px;
}

.EAMKeyFeatCardTitle {
    font-size: 1rem;
    color: #595959;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.EAMKeyFeatCardImgParent {
    width: 100%;
    height: 250px;
}

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

.EAMKeyCardContentParent {
    width: 100%;
    min-height: 78px;
    font-size: 0.95rem;
    color: #616161;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.EAMFinanceDataDiv {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    padding: 55px 100px 40px;
    gap: 100px;
}

.EAMFinanceCardsDiv {
    width: 100%;
    height: auto;
    padding: 50px;
    border-radius: 20px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.EAMFinanceCardsDiv:hover {
    transform: scale(1.05);
}

.EAMFinanceCardsDiv2 {
    width: 100%;
    height: auto;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, .05);
    border: 1px solid #f5f5f5;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.EAMFinanceCardsDiv2:hover {
    transform: scale(1.05);
}

.EAMFinanceDataOne {
    color: #555d69;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 500;
    padding-top: 16px;
    font-family: 'Rubik', sans-serif;
}

.EAMFinanceDataTwo {
    text-align: center;
    font-size: 1rem;
    padding-top: 5px;
    font-family: 'Rubik', sans-serif;
    color: #6c757d;
    line-height: 1.6666;
    font-weight: 400;
}

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

.EAMFinLogoBg1 {
    width: 75px;
    height: 75px;
    background: #EBFAF2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.EAMLogoStyleForFinance1 {
    font-size: 32px;
    color: #0fbc49;
}

.EAMFinLogoBg2 {
    width: 75px;
    height: 75px;
    background: #F4EFFC;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.EAMLogoStyleForFinance2 {
    font-size: 32px;
    color: #6a26da;
}


.EAMFinLogoBg3 {
    width: 75px;
    height: 75px;
    background: #FFF3EE;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.EAMLogoStyleForFinance3 {
    font-size: 32px;
    color: #ff6b0f;
}

.EAMServicesCardsParentDiv {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: center;
    align-items: start;
    margin: 40px 0px;
}

.EAMServiceMainCard1Div {
    width: 400px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.EAMServiceMainCard2Div {
    width: 400px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.EAMServiceCard1 {
    border-radius: 30px;
    width: 100%;
    height: 232px;
    padding: 25px 30px;
    box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, .05);
    border: 1px solid #f1f1f1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.EAMServiceCard2 {
    border-radius: 30px;
    width: 100%;
    height: 260px;
    padding: 25px 30px;
    box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, .05);
    border: 1px solid #f1f1f1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.EAMServiceCard3 {
    border-radius: 30px;
    width: 100%;
    height: 260px;
    padding: 25px 30px;
    box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, .05);
    border: 1px solid #f1f1f1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.EAMServiceCard4 {
    border-radius: 30px;
    width: 100%;
    height: 232px;
    padding: 25px 30px;
    box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, .05);
    border: 1px solid #f1f1f1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.EAMServiceCardLogoDiv {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.EAMServiceCardHeading {
    font-size: 1.1rem;
    color: #595959;
    font-weight: 500;
    padding-top: 6px;
}

.EAMServiceCardContentLists {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 6px;
}

.EAMSerCardConListText {
    font-size: 0.95rem;
    font-weight: 400;
}

.EAMSerCardConListText::before {
    position: relative;
    top: 0px;
    margin-right: 10px;
    content: '\f105';
    font: 400 14px/24px 'FontAwesome';
    color: #3873BB;
}

.EAMSerCardConListText1 {
    font-size: 0.95rem;
    font-weight: 400;
}

.EAMSerCardConListText1::before {
    position: relative;
    top: 0px;
    margin-right: 10px;
    content: '\f105';
    font: 400 14px/24px 'FontAwesome';
    color: #41B152;
}

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

.EAMParentDiv {
    min-width: 1200px;
    max-width: 1400px;
    height: auto;
    margin-top: 95px;
    padding-left: 25px;
    padding-right: 25px;
}

.EAMParentDiv2 {
    min-width: 1200px;
    max-width: 1400px;
    height: auto;
    padding-left: 25px;
    padding-right: 25px;
}

.EAMBlogCardParentSec {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3%;
    padding: 50px 0px 30px 0px;
}

.EAMBlogCardParent {
    width: 25%;
    height: auto;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: transform 0.3s ease;
    border: 1px solid #f1f1f1;
}

.EAMBlogCardParent:hover {
    transform: translateY(-10px);
}

.EAMBlogCardTitle {
    font-size: 1.1rem;
    color: #5b5b5b;
    font-weight: 500;
    letter-spacing: 0.5px;
    min-height: 60px;
}

.EAMBlogCardContent {
    font-size: 0.95rem;
    color: #6b6b6b;
    font-weight: 400;
    letter-spacing: 0.5px;
    min-height: 80px;
}

.EAMReadMoreBtn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 1px 16px;
    border-radius: 4px;
    border: none;
    overflow: hidden;
    background: #333;
    color: #fff;
    width: 140px;
    cursor: pointer;
    margin-top: 10px;
    text-decoration: none !important;
}

.EAMReadMoreBtnText {
    transform: translateX(16px);
    font-size: 0.95rem;
    font-weight: 400;
    letter-spacing: 0.4px;
    transition-duration: 0.3s;
    color: #fff;
}

.EAMReadMoreBtnIconer {
    transform: translateX(-8px);
    transition-duration: 0.1s;
    visibility: hidden;
    margin-top: 8px;
}

.EAMReadMoreBtn:hover .EAMReadMoreBtnText {
    transform: translateX(0px);
}

.EAMReadMoreBtn:hover .EAMReadMoreBtnIconer {
    transform: translateY(0px);
    visibility: visible !important;
    transition-duration: 0.3s;
}

.EAMIntellImg1{
    width: 45px;
}

.EAMIntellImg2{
    width: 50px;
}

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

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

    #ui-to-top {
        display: none !important;
    }

    .ClientImg {
        max-width: 150px;
        max-height: 70px;
    }

    .ClientsListsDiv {
        min-width: 33%;
        min-height: 80px;
    }

    .ClientsContentDiv {
        margin-bottom: 20px;
        gap: 0px;
    }

    .RetailXPTSISicon2 {
        height: 80px;
    }

    .SISparentDiv {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        margin-top: 10px;
    }

    .SISContentCard1 {
        width: 100%;
    }

    .SISContentCard2 {
        width: 100%;
        border: none;
    }

    .RetailXPTSISicon {
        height: 80px;
    }

    .SISheadText {
        font-size: 1.2rem;
    }

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

    .SolutionComponentImgDiv {
        width: 100%;
        display: flex;
        justify-content: start;
        margin-top: 10px;
        overflow-x: auto;
    }

    .SolutionComponentImgDiv2 {
        width: 100%;
        display: flex;
        justify-content: start;
        margin-top: 20px;
        overflow-x: auto;
    }

    .SolutionComponentImg {
        width: 1000px;
    }

    .AnalyticsVsCompetitorsImg {
        width: 100%;
    }

    .RetailAutomaticCardsDiv {
        padding: 10px 40px;
    }

    .AutomaticData {
        width: 100%;
    }

    .RetailXptCountsParent {
        width: 100%;
        padding: 2% 1%;
    }

    .FinLogoBg1 {
        width: 80px;
        height: 80px;
    }

    .FinLogoBg2 {
        width: 80px;
        height: 80px;
    }

    .FinLogoBg3 {
        width: 80px;
        height: 80px;
    }

    .LogoStyleForRetailAutomatic1 {
        width: 40px;
    }

    .LogoStyleForRetailAutomatic2 {
        width: 40px;
    }

    .LogoStyleForRetailAutomatic3 {
        width: 40px;
    }

    .RetailXptCountsParentDiv {
        margin-top: 15px;
    }

    .RetailCountContents {
        font-size: 1rem;
    }

    .RetailAutomaticDataDiv {
        display: flex;
        flex-direction: column;
        padding: 20px 10px 20px 10px;
        gap: 10px;
    }

    .FinanceCardsDiv2 {
        box-shadow: none;
        border: none;
    }

    .FAEnhanceTxt {
        font-size: 1rem;
    }

    .FAConParentDiv {
        display: flex;
        flex-direction: column;
        padding: 0px;
    }

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

    .FAContentDiv3 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 10px;
    }

    .FAContentDiv2 {
        display: none;
    }

    .Facilityimage1,
    .Facilityimage2 {
        min-width: 320px;
        width: 100%;
        padding: 10px 0px;
    }

    .ProUpWhoItsHead {
        font-size: 1rem;
    }

    .ProupWhoItsCardsDiv {
        width: 100%;
    }

    .ProupChatImgWeb {
        display: none;
    }

    .ProupChatImgWebSty {
        margin-top: 10px;
    }

    .ProupCmsImgWebSty {
        width: 100%;
        margin-top: 10px;
    }

    .ProupChatImgMob {
        width: 100%;
        min-width: 310px;
        height: auto;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .ProupDocDownloadParent {
        justify-content: center;
    }

    .KeyFeaturesParentDiv {
        gap: 14px;
        padding: 15px 0px;
    }

    .ProjectRolesListData1 {
        padding: 4px 12px;
        font-size: 14px;
    }

    .ProjectRolesListData2 {
        padding: 4px 12px;
        font-size: 14px;
    }

    .ProjectRolesListData3 {
        padding: 4px 12px;
        font-size: 14px;
    }

    #WhatsAppTop {
        display: none !important;
    }

    .ProupMultipleViewCard {
        width: 100%;
        margin-top: 20px;
    }

    .ProupKeyFeaturesCardsParentDiv {
        flex-wrap: wrap;
        gap: 40px;
    }

    .ProupKeyFeaturesCardsDiv {
        width: 100%;
    }

    .ProductsPageParentDiv {
        display: flex;
        padding-top: 25px;
    }

    .ProupHomeImg {
        display: none;
    }

    .RetailXPTHomeImg {
        display: none;
    }

    .ProductDotListContent {
        font-size: 0.9rem;
        padding-top: 4px;
        line-height: 1.8;
    }

    .RetailDotListContent {
        font-size: 1rem;
        padding-top: 4px;
        line-height: 1.8;
    }

    .ProductPagesSubContentListDiv {
        padding: 0px 0px 0px 16px;
    }

    .SubHeadingText {
        font-size: 1rem;
        padding-bottom: 3px;
    }

    .ProupSubContentText {
        font-size: 1rem;
    }

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

    .SMARTFMgoesText {
        font-size: 1.2rem;
    }

    .SMARTFMgoesText2 {
        font-size: 1.1rem;
    }

    .SMARTFMgoesText4 {
        font-size: 1.1rem;
    }


    .SMARTFMgoesText3 {
        font-size: 1.1rem;
    }

    .AllProductsSubDiv {
        width: 100%;
        min-width: 320px;
        max-width: none;
        margin-top: 75px;
        margin-bottom: 20px;
        padding: 0px 20px;
    }

    .AllProductsSubDiv2 {
        width: 100%;
        min-width: 320px;
        max-width: 360px;
        margin-bottom: 20px;
        padding: 0px 15px;
    }

    .ReachParentDiv {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .ProductMainHeadingDiv {
        display: none;
    }

    .ProductMainHeadingDivMob {
        width: 100%;
        min-height: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px 0px;
    }

    .ProductHeadContentText {
        font-size: 0.95rem;
        text-align: center;
        padding-top: 2px;
    }

    .PropertyHeadContentText {
        font-size: 0.95rem;
        text-align: center;
        padding-top: 2px;
    }


    .ProductHeadText1 {
        font-size: 1.3rem;
    }

    .ProductHeadText2 {
        font-size: 1.3rem;
        font-weight: 500;
        color: #fff;
        background-color: #5E94FF;
        padding: 0px 16px;
        border-radius: 10px;
        height: auto;
    }

    .SmartFmLiteTextDiv {
        gap: 6px;
    }

    .ProductMainImagesDiv {
        width: 100%;
        overflow: none;
        position: none;
        padding: 10px 0px;
        margin: 5px 0px;
    }

    .ProductAboutMainDiv {
        width: 100%;
        margin-top: 10px;
    }

    .ProductAboutTextDiv {
        gap: 6px;
        justify-content: center;
    }

    .XceedProductAboutTextDiv {
        display: flex;
        gap: 10px;
        justify-content: flex-start;
        align-items: center;
    }

    .ProductAboutText1 {
        font-size: 1.2rem;
        text-align: center;
    }

    .ProductAboutText2 {
        font-size: 1.3rem;
        font-weight: 500;
        color: #fff;
        background-color: #5E94FF;
        padding: 0px 16px;
        border-radius: 10px;
        height: auto;
    }

    .ProductAboutContent {
        font-size: 0.9rem;
        width: 100%;
        text-align: justify;
        line-height: 1.6;
    }

    .ProductKeyFeaturesMainDiv {
        margin-top: 30px;
    }

    .ProductKeyFeatureText {
        font-size: 1.3rem;
        text-align: center;
    }

    .ProductKeyFeatureContent {
        font-size: 0.9rem;
    }

    .ProductCoreModuleText {
        font-size: 1.2rem;
        text-align: center;
    }

    .ProductCoreModuleParentDiv {
        margin-top: 60px;
    }

    .XceedProductCoreModuleParentDiv {
        margin-top: 20px;
    }

    .ProductCoreModuleParentSub {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .ProCoreModuleImageSectionLeft {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 15px;
    }

    .RetailCoreModuleImgSectionLeft {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
    }

    .ProupKeyFeatureImgSectionLeft {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 15px;
    }

    .ProupKeyFeatureImgDashLeft {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 15px;
    }

    .SmartFmLiteCoreImg1 {
        max-width: none;
        min-width: 320px;
        width: 100%;
        padding: 15px 0px;
    }

    .Property360CoreImg {
        max-width: none;
        min-width: 320px;
        width: 100%;
        padding: 15px 0px;
    }

    .XceedSecondImage {
        max-width: none;
        min-width: 320px;
        width: 100%;
        height: auto;
    }

    .ProupSecondImage {
        max-width: none;
        min-width: 300px;
        width: 100%;
        height: auto;
    }

    .WhyProupImage {
        max-width: none;
        min-width: 320px;
        width: 100%;
        height: auto;
    }

    .WhyRetailImage {
        max-width: none;
        min-width: 320px;
        width: 100%;
        height: auto;
    }

    .ProCoreModuleContentSection {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .CoreContentText {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .ProCoreModuleImageSectionRight {
        display: none;
    }

    .ProupKeyFeatureImgSectionRight {
        display: none;
    }

    .ProCoreModuleImageSectionRightMob {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
    }

    .SmartFmLiteCoreImg2,
    .SmartFmLiteCoreImg3,
    .ReachCoreImage {
        max-width: none;
        min-width: 320px;
        width: 100%;
        padding: 15px 0px;
    }

    .productModuleListDiv {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 8px;
        flex-wrap: wrap;
        gap: 6px;
    }

    .ModuleListText {
        width: 100%;
        font-size: 0.9rem;
        line-height: 2;
    }

    .ProductModuleParentDiv {
        margin-top: 40px;
    }

    .NextProductMainDiv {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 60px;
        padding: 0px 0px 70px 0px;
    }

    .NextProduct1 {
        width: 100%;
        min-height: 0px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 12px;
    }

    .NextProduct2 {
        width: 100%;
        min-height: 0px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 12px;
    }

    .slideshow-container {
        border-radius: 20px;
    }

    .KeyFeatureSliderDiv {
        display: none;
    }

    .KeyFeatureSliderDivForMobile {
        display: block;
    }

    .LeftRightArrowDiv {
        width: 15%;
    }

    .KeyFeaturesCardParentDiv {
        width: 100%;
        margin-top: 25px;
    }


    .KeyCardsDiv {
        width: 100%;
        min-height: 220px;
        max-height: 220px;
        border-radius: 12px;
        gap: 15px;
        padding: 0px 30px;
        justify-content: center;
    }

    .KeyFeatureCardContent {
        font-size: 0.95rem;
        text-align: center;
    }

    .keyFeactureLogo {
        width: 50px;
        height: 50px;
    }

    .keyFeatureArrowHeight {
        width: 30px;
    }

    .KeyFeaturesCardParentSubDiv {
        flex-direction: column;
    }

    .ProductCoreModuleText2 {
        font-size: 1rem;
    }

    .ProductCoreModuleText3 {
        font-size: 1rem;
    }

    .ModuleListText60 {
        width: 100%;
        font-size: 0.9rem;
        line-height: 2;
    }

    .CoreContentMainDiv {
        display: flex;
        flex-direction: column;
        gap: 6px;
        padding: 0px;
    }

    .dots-container {
        bottom: 15px;
    }

    .HelpdeskContentsMainDiv {
        display: flex;
        flex-direction: column;
        padding: 0px;
    }

    .HelpdeskImage2 {
        min-width: 310px;
        max-width: 310px !important;
        height: auto;
    }


    .HelpdeskContentSubDiv1 {
        /* width: 100%;
    justify-content: center; */
        display: none;
    }

    .HelpdeskContentSubDiv2 {
        width: 100%;
        justify-content: flex-start;
        padding: 20px 5px;
    }

    .HDContText {
        font-size: 0.9rem;
    }

    .HDchecklistSubDiv {
        flex-direction: column;
    }

    .HDchecklistContentDiv {
        width: 100%;
    }

    .MiddleContentParent {
        margin: 20px 0px 0px 0px;
    }

    .InfographicImgDiv {
        display: none;
    }

    .InfographicImgDivMob {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 30px 0px;
    }

    .HelpdeskParentDiv {
        display: none;
    }

    .HelpdeskParentDivMob {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        padding: 30px 0px 10px 0px;
    }

    .ProductImageStyleMob {
        max-width: none;
        min-width: 320px;
        width: 100%;
    }

    .RetailHomeImageStyleMob {
        max-width: none;
        min-width: 320px;
        width: 100%;
    }

    .XceeDProductImageStyleMob {
        max-width: none;
        min-width: 320px;
        width: 100%;
    }

    .ProductImageDiv,
    .ProupProductImageDiv,
    .XceeDProductImageDiv,
    .EncodeProductImageDiv {
        display: none;
    }

    .ProductImageDiv2 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ProductContMainDiv {
        flex-direction: column;
    }

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

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

    .ProductName2 {
        font-size: 1.3rem;
        text-align: center;
    }

    .ProductName3 {
        font-size: 1.3rem;
        text-align: center;
    }

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

    .ProductFunctionHead {
        font-size: 1.1rem;
        padding-bottom: 8px;
    }

    .ProductDotListsContent {
        font-size: 0.9rem;
    }

    .ProductFunctionHead1 {
        font-size: 1.2rem;
        padding: 0px 0px 6px 0px;
    }

    .ProupFunctionHead {
        font-size: 1.2rem;
        padding: 10px 0px 6px 0px;
    }

    .RetailFunctionHead {
        font-size: 1.2rem;
        padding: 20px 0px 6px 0px;
    }

    .RetailFunctionHead2 {
        width: 100%;
        font-size: 1.2rem;
        padding: 12px 0px 6px 0px;
    }

    .ProUpSubHead {
        font-size: 1rem;
        padding: 0px 0px 0px 0px;
    }

    .EncodeFunctionHead1 {
        font-size: 1.2rem;
        padding: 0px 0px 6px 0px;
    }

    .ReachLanHead {
        font-size: 1.2rem;
        padding: 0px 0px 12px 0px;
    }

    .CountContents {
        font-size: 0.9rem;
    }

    .CountHeader {
        font-size: 1.1rem;
    }

    .CountText1,
    .CountText2,
    .CountText3,
    .CountText4,
    .CountText5,
    .CountText6 {
        font-size: 2rem;
    }

    .ProductFunctionalitiesParent {
        width: 100%;
        padding: 10px 0px 20px 0px;
    }


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

    .XceedProductAboutText1 {
        font-size: 1.2rem;
    }

    .XceedProductAboutText2 {
        font-size: 1.1rem;
    }

    .ProupMultipleViewHead {
        font-size: 1rem;
    }

    .ProductAboutContentDiv {
        margin-top: 6px;
    }

    .reachlanguageImg {
        max-width: 360px;
    }

    .MultilingualText {
        font-size: 1.2rem;
        text-align: center;
    }

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

    .Reach2IntroSection {
        flex-direction: column;
        margin-top: 20px;
    }

    .Reach2KeyFeature {
        font-size: 1.1rem;
    }

    .Reach2IntroCont {
        width: 100%;
        height: auto;
    }

    .Reach2LanguageList {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .reachlanguageIntro {
        font-size: 1rem;
        letter-spacing: 0px;
        line-height: 1.6;
        margin-bottom: 10px;
    }

    .EAMKeyFeatCardParent {
        width: 100%;
    }

    .EAMRequestDemoParent {
        gap: 12px;
        margin-top: 10px;
    }

    .EAMContentParentDiv2 {
        padding: 10px 0px;
    }

    .EAMParentDiv2 {
        width: 100%;
        min-width: 320px;
        margin-top: 30px;
        padding: 0px 15px;
    }

    .EAMParentDiv {
        width: 100%;
        min-width: 320px;
        margin-top: 70px;
        padding: 0px 15px;
    }

    .EAMSerCardConListText1 {
        font-size: 0.9rem;
    }

    .EAMSerCardConListText {
        font-size: 0.9rem;
    }

    .EAMServiceCardHeading {
        font-size: 1rem;
    }

    .EAMServiceMainCard2Div {
        width: 100%;
        gap: 20px;
    }

    .EAMServiceMainCard1Div {
        width: 100%;
        gap: 20px;
    }

    .EAMServicesCardsParentDiv {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: 20px 0px 0px 0px;
        gap: 20px;
    }

    .EAMFinanceDataDiv {
        display: flex;
        flex-direction: column;
        padding: 20px 10px 0px 10px;
        gap: 10px;
    }

    .EAMFinanceCardsDiv2 {
        box-shadow: none;
        border: none;
        padding: 16px 30px;
    }

    .EAMFinanceCardsDiv {
        padding: 16px 30px;
    }

    .EAMIntelligenceHeadingSubText {
        width: 100%;
        font-size: 1rem;
        line-height: 1.7;
    }

    .EAMIntelligenceHeadingText {
        font-size: 1.2rem;
    }

    .EAMFinanceDataOne {
        font-size: 1rem;
        padding-top: 12px;
    }

    .EAMQuestionContents {
        font-size: 0.9rem;
    }

    .EAMQuestionsHeadingSubText {
        font-size: 1rem;
        padding-bottom: 4px;
        text-align: center;
    }

    .EAMQuestionsHeadingText {
        font-size: 1.2rem;
        padding-bottom: 4px;
        text-align: center;
    }

    .EAMQuestionsDiv1 {
        width: 100%;
        padding: 10px 10px 20px 10px;
    }

    .EAMQuestionsDiv3 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 10px;
    }

    .EAMQuestionsDiv2 {
        display: none;
    }

    .EAMQuestionsSection {
        display: flex;
        flex-direction: column;
        padding: 0px;
        padding-top: 12px;
        gap: 6px;
    }

    .EAMSubHeadingSubText {
        font-size: 1rem;
    }

    .EAMSubHeadingContents {
        font-size: 0.9rem;
    }

    .EAMConParentDiv {
        display: flex;
        flex-direction: column;
        padding: 0px;
        gap: 12px;
        padding-top: 12px;
    }

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

    .EAMContentDiv3 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 10px;
    }

    .EAMContentDiv2 {
        display: none;
    }

    .EAMHeadingImage1 {
        min-width: 320px;
        width: 100%;
        padding: 10px 0px;
    }

    .EAMHeadingImage2 {
        min-width: 320px;
        width: 90%;
        padding: 10px 0px;
    }

    .EAMRequestDEmoBtnText {
        font-size: 0.85rem;
    }

    .EAMMidRequestDEmoBtnText {
        font-size: 0.95rem;
    }

    .EAMMidRequestDEmoBtn {
        margin-top: 0px;
        width: auto;
        padding: 8px 10px;
    }

    .EAMRequestDEmoBtn {
        margin-top: 0px;
        width: auto;
        padding: 7px 13px;
    }

    .EAMSubContentTextWidthTenant {
        width: 100%;
        font-size: 1rem;
        line-height: 1.7;
    }

    .EAMContentHeadingText {
        font-size: 1.3rem;
    }

    .EAMContentHeadingDiv {
        padding-top: 20px;
    }

    .EAMContentParentDiv {
        padding: 20px 0px;
    }

    .EAMServiceCard1 {
        height: auto;
        padding: 20px;
    }

    .EAMServiceCard2 {
        height: auto;
        padding: 20px;
    }

    .EAMServiceCard3 {
        height: auto;
        padding: 20px;
    }

    .EAMServiceCard4 {
        height: auto;
        padding: 20px;
    }

    .EamSMARTFMgoesText {
        font-size: 1.5rem;
    }

    .EAMBlogCardParentSec {
        gap: 18px;
        padding: 16px 0px 10px 0px;
        flex-direction: column;
    }

    .EAMBlogCardParent {
        width: 100%;
        padding: 20px;
        flex-direction: column;
        gap: 4px;
        border: 1px solid #f1f1f1;
    }

    .EAMBlogCardContent {
        min-height: 0px;
    }

    .EAMBlogCardTitle {
        min-height: 0px;
    }

    .EAMMidRequestDemoParent {
        gap: 10px;
        margin-top: 10px;
    }

    .EAMIntellPointsContents {
        font-size: 0.9rem;
        text-align: center;
    }

    .EAMFinanceDataTwo {
        font-size: 0.9rem;
    }

    .EAMKeyFeatParent {
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .EAMDivForpadding {
        padding: 20px 0px 30px 0px;
    }

    .IntelligenceImgParentWeb {
        display: none;
    }
    
    .IntelligenceImgParentMob {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 20px;
    }

    .EAMIntelligenceImg {
        width: 100%;
    }

    .EAMQuestionContentsParent {
        padding-left: 12px;
    }

    .EAMKeyCardContentParent {
        font-size: 0.9rem;
        min-height: 0px;
    }

    .EAMKeyFeatCardTitle {
        font-size: 0.95rem;
    }

    .EAMKeyFeatCardImgParent {
        width: 100%;
        height: auto;
    }
}