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

html,
body {
    scroll-behavior: smooth;
}

body {
    font-family: "Questrial", sans-serif;
    line-height: 1.6;
    font-weight: 400;
}

:root {
    --WhiteBg: #fff;
    --BlackColor: #222;
    --LightColor: #dedede;
    --RedColor: #C30000;
}

.PageParentDiv {
    width: 100%;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--WhiteBg);
}

.PageParentSubDiv {
    width: 100%;
    max-width: 1400px;
    min-width: 1200px;
    padding: 75px 60px;
}

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

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

.LandingPageTitle {
    font-family: "Arimo", sans-serif;
    font-style: italic;
    font-size: 4rem;
    font-weight: 700;
    color: var(--BlackColor);
    text-decoration: line-through;
    text-decoration-thickness: 3px;
    text-underline-offset: 4px;
    text-decoration-color: var(--RedColor);
    text-align: center;
    line-height: normal;
}

.RoiLandingContentParent {
    width: 100%;
    display: flex;
    gap: 30px;
    padding-top: 50px;
}

.RoiLandingFrtSec {
    width: 27%;
    min-height: 470px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 20px;
}

.RoiExpText {
    font-size: 2.6rem;
    letter-spacing: 2px !important;
    color: var(--BlackColor);
    line-height: normal;
}

.RedLetter {
    color: var(--RedColor);
}

.RoiLandingSecondSec {
    width: 68%;
    position: relative;
    padding-top: 30px;
}

.RoiLandContentLight {
    position: absolute;
    width: 100%;
    color: var(--LightColor);
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.6px !important;
    display: flex;
    align-items: start;
    text-indent: 70px;
}

.RoiLandContentDark {
    position: absolute;
    width: 100%;
    color: var(--BlackColor);
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.6px !important;
    display: flex;
    align-items: start;
    text-indent: 70px;
}

.typewriter {
    overflow: hidden;
    white-space: normal;
}

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

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

.ExecutiveSummaryParent {
    width: 100%;
    height: auto;
    padding: 80px 0px 0px;
}

.ExecutiveSummaryText {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--BlackColor);
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 4px;
    text-decoration-color: var(--RedColor);
    text-align: center;
    letter-spacing: 2px;
    line-height: normal;
}

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

.ExecSumContentSubDiv {
    display: flex;
    align-items: start;
    gap: 10px;
}

.ExecSumContentText {
    color: var(--BlackColor);
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.6px !important;
}

.StarSvgStyle {
    width: 36px;
    margin-top: 4px;
}

.LineCSS {
    width: 5%;
    max-height: 470px;
}

.CAFMAdoptionContentText {
    width: 95%;
    text-align: center;
    color: var(--BlackColor);
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.6px !important;
}

.CAFMGeneratesTablePraents {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.CAFMGeneratesTable {
    width: 100%;
    border-collapse: collapse;
}

.CAFMGeneratesTable th,
.CAFMGeneratesTable td {
    border: 2px solid #dadada;
    padding: 12px;
}

.TableHeader {
    background: var(--BlackColor);
    color: #fff;
    text-align: left;
    font-size: 1.2rem;
    letter-spacing: 0.6px !important;
}

.TableHeaderText {
    font-weight: 500 !important;
}

.FirstColumn,
.SecondColumn,
.ThirdColumn {
    font-size: 1.1rem;
}

.FirstColumn {
    width: 23%;
}

.SecondColumn {
    width: 33%;
}

.ThirdColumn {
    width: 45%;
}

.TableIconDataParent {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 12px;
}

.BlueStarStyle {
    width: 40px;
    height: 40px;
}

.TableIconDataConSubParent {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.TableIconDataBlueCon1 {
    font-size: 0.95rem;
    color: #215DAC;
}

.TableIconDataBlueCon2 {
    font-size: 1.4rem;
    color: #215DAC;
    font-weight: 600;
}

.TableIconDataGreenCon1 {
    font-size: 0.95rem;
    color: #21AC4F;
}

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

.CAFMGeneratesTableInfoParent {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 12px;
}

.CAFMGeneratesInfoSubParent {
    width: auto;
    display: flex;
    align-items: center;
    gap: 12px;
}

.GeneratesTabInfoText {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.TableNoteCont {
    width: 100%;
    margin-top: 12px;
    font-size: 1.1rem;
    color: #ef0000;
}

.InvestmentsTable {
    width: 100%;
    border-collapse: collapse;
}

.InvestmentsTable th {
    border: 2px solid #dadada;
    padding: 12px;
}

.InvestmentsTable td {
    border: 2px solid #dadada;
    padding: 6px 12px;
}

.InvestmentsTableHeader {
    width: 100%;
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--BlackColor);
    letter-spacing: 1px;
    line-height: normal;
    margin-bottom: 12px;
    display: flex;
    align-items: end;
    gap: 24px;
}

.SmartCloudStyle {
    max-width: 180px;
}

.ConclusionContentSubDiv {
    width: auto;
}

.ConclusionContentText {
    color: var(--BlackColor);
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.6px !important;
    text-align: center;
}

.ArrowSvgStyle {
    width: 50px;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
}

.ConclusionHashDataDiv {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.ConclusionHashData {
    font-size: 1.1rem;
    background-color: var(--LightColor);
    color: var(--BlackColor);
    padding: 6px 12px;
    border-radius: 4px;
}

.MainMidContentParent {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    padding: 50px 0px;
    background-color: #3973BC;
}

.MainMidContentText {
    font-size: 2rem;
    color: var(--WhiteBg);
    letter-spacing: 1px;
    width: 70%;
    text-align: center;
    font-weight: 600;
    line-height: 1.8;
}

.NanoSoftLogoSty {
    min-width: 170px;
    max-width: 170px;
}

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

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

.CAFMAdoCaredsSubParent {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
}

.CAFMAdoMainCard {
    width: 23%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 24px 20px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    min-height: 220px;
}

.CAFMAdoMainBlueCard {
    width: 23%;
    background-color: #3973BC;
    padding: 24px 20px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-height: 220px;
}

.CAFMAdoIconDiv {
    width: 65px;
    height: 65px;
    background-color: #f4f4f4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.CAFMAdoWhiteIconDiv {
    width: 65px;
    height: 65px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.CAFMAdoText {
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-align: center;
}

.CAFMAdoWhiteText {
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-align: center;
    color: #fff;
}

.CAFMIcons1 {
    width: 40px;
}

.CAFMIcons2 {
    width: 34px;
}

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

.ExecSumImgParentMob {
    display: none;
}

.ExecutiveSummaryImg {
    width: 70%;
}

@media (min-width: 768px) and (max-width: 1024px) {}

@media (max-width: 767px) {

    .PageParentSubDiv {
        width: 100%;
        max-width: 768px;
        min-width: 320px;
        padding: 50px 20px 30px 20px;
    }

    .PageParentSubDiv2 {
        width: 100%;
        max-width: 768px;
        min-width: 320px;
        padding: 0px 20px 30px 20px;
    }

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

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

    .NanoSoftLogoSty {
        min-width: 150px;
        max-width: 150px;
    }

    .LandingPageTitle {
        font-size: 3.3rem;
    }

    .RoiLandingContentParent {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding-top: 10px;
    }

    .RoiLandingFrtSec {
        width: 100%;
        min-height: auto;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        gap: 16px;
    }

    .RoiExpText {
        font-size: 2rem;
    }

    .LineCSS {
        display: none;
    }

    .RoiLandingSecondSec {
        width: 100%;
        position: relative;
        padding-top: 0px;
    }

    .RoiLandContentLight {
        position: relative;
        display: none;
    }

    .RoiLandContentDark {
        position: relative;
        font-size: 1.1rem;
        text-indent: 0px;
    }

    .MidContentParent {
        padding: 0px;
    }

    .PosterImg {
        width: 100%;
        border-radius: 6px;
    }

    .ExecutiveSummaryParent {
        width: 100%;
        height: auto;
        padding: 40px 0px 0px;
    }

    .ExecutiveSummaryText {
        font-size: 1.4rem;
        text-decoration-thickness: 2px;
        line-height: 1.6;
    }

    .StarSvgStyle {
        width: 28px;
        margin-top: 4px;
    }

    .ExecSumContentText {
        font-size: 1rem;
    }

    .ExecutiveSummaryImgMob {
        width: 100%;
        margin: 20px 0px 10px 0px;
    }

    .ExecSumContentDiv {
        padding: 12px 0px;
        gap: 10px;
    }

    .CAFMAdoptionContentText {
        width: 100%;
        font-size: 1.05rem;
    }

    .CAFMAdoCaredsSubParent {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .CAFMAdoMainCard {
        width: 46%;
        padding: 16px 14px;
        border-radius: 8px;
        gap: 8px;
        min-height: 175px;
    }

    .CAFMAdoMainBlueCard {
        width: 47%;
        padding: 16px 12px;
        border-radius: 8px;
        align-items: center;
        justify-content: center;
        gap: 12px;
        min-height: 190px;
    }

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

    .CAFMIcons1 {
        width: 36px;
    }

    .CAFMIcons2 {
        width: 30px;
    }

    .CAFMAdoText {
        font-size: 0.95rem;
        letter-spacing: 0.4px;
    }

    .CAFMAdoWhiteText {
        font-size: 0.95rem;
        letter-spacing: 0.4px;
    }

    .CAFMGeneratesTableInfoParent {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 10px;
        align-items: start;
    }

    .CAFMGeneratesInfoSubParent {
        gap: 8px;
    }

    .BlueStarStyle {
        width: 30px;
        height: 30px;
    }

    .GeneratesTabInfoText {
        font-size: 1rem;
    }

    .CAFMGeneratesTablePraents {
        margin: 20px 0px;
        overflow-x: auto;
    }

    .TableHeader {
        font-size: 1rem;
    }

    .FirstColumn,
    .SecondColumn,
    .ThirdColumn {
        font-size: 1rem;
    }

    .TableIconDataParent {
        align-items: start;
        gap: 6px;
        padding-top: 12px;
        flex-direction: column;
    }

    .TableIconDataBlueCon2 {
        font-size: 1.1rem;
    }

    .AddDivForTableData {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 6px;
    }

    .TableNoteCont {
        font-size: 1rem;
        padding-bottom: 10px;
    }

    .InvestmentsTableHeader {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }

    .InvestmentsTableHeader {
        font-size: 1.1rem;
        align-items: start;
        flex-direction: column;
        gap: 12px;
    }

    .SmartCloudStyle {
        max-width: 140px;
    }

    .MainMidContentText {
        width: 100%;
        font-size: 1.5rem;
        line-height: 1.6;
    }

    .MainMidContentParent {
        padding: 40px 0px;
    }

    .ConclusionContentText {
        font-size: 1rem;
    }

    .ArrowSvgStyle {
        width: 36px;
    }

    .ConclusionHashDataDiv {
        justify-content: start;
        gap: 12px;
    }

    .ConclusionHashData {
        font-size: 0.9rem;
        padding: 6px 10px;
    }

    .ExecSumImgParent {
        display: none;
    }

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

}