@font-face {
    font-family: 'Zoho Puvi Light';
    src: url('../fonts/Zoho\ Puvi\ Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
  font-family: 'Zoho Puvi Regular';
  src: url('../fonts/Zoho\ Puvi\ Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Zoho Puvi Medium';
  src: url('../fonts/Zoho\ Puvi\ Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Zoho Puvi Semibold';
  src: url('../fonts/Zoho\ Puvi\ SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
    font-family: 'Zoho Puvi Extrabold';
    src: url('../fonts/Zoho\ Puvi\ Extrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
  
body {
    font-family: "Zoho Puvi Regular";
    background-color: white;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
} 
.backdrop {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
} 
.indexHeader {
    position: absolute;
    top: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 7.6vh;
    padding: 0;
    margin: 0;
    background-color: transparent;
    transition: background-color 0.3s ease, position 0.3s ease;
}
.indexHeader.sticky {
    position: fixed; 
    background-color: white; 
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); 
}
.indexHeader .indexLogo {
    width: 10%;
    height: 100%;
    padding: 0;
    margin: 0;
    padding: 0.5rem 1rem;
    font-size: 1.5rem;
}
.indexHeader .indexLogo span {
    font-family: "Zoho Puvi Extrabold";
    background: linear-gradient(45deg, rgb(31, 117, 151), pink, yellow);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 1px;
}
.indexHeader .indexMenuContainer {
    width: 80%;
    height: 100%;
    padding: 0 1.5rem;
    margin: 0;
    margin-left: auto;
    display: flex;
    justify-content: right;
    align-items: center;
}
.indexHeader .indexMenuContainer .menuHeadingContainer {
    display: inline-block;
    padding: 0;
    height: 100%;
    position: relative;
}
.indexHeader .indexMenuContainer .menuHeadingContainer .menu-heading {
    font-family: "Zoho Puvi Medium";
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    padding: 0 1.5rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.indexHeader .indexMenuContainer .menuHeadingContainer .menu-heading i {
    font-size: 0.8rem;
}
.indexHeader .menuOptions {
    position: absolute;
    top: 3rem;
    left: 1rem;
    z-index: 1;
    display: none;
    border-radius: 3px;
    box-shadow: 0px 0px 7px 0px gainsboro;
    max-width: 25rem;
}
.indexHeader .menu-option {
    position: relative;
    background-color: white;
}
.indexHeader .menu-option .menu-eachOption {
    font-family: "Zoho Puvi Medium";
    cursor: pointer;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    width: 9rem;
}
.indexHeader .menu-option i {
    float: right;
}
.indexHeader .menu-option .menu-eachOption:hover {
    color: cornflowerblue;
}
.submenuOptions {
    position: absolute;
    left: 102%;
    top: 0;
    width: 12rem;
    display: none;
    background-color: white;
    border-radius: 3px;
    box-shadow: 0px 0px 7px 0px gainsboro;
}
.submenuOptions .submenu-option {
    font-family: "Zoho Puvi Medium";
    cursor: pointer;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
}
.submenuOptions .submenu-option:hover {
    color: cornflowerblue !important;
    font-weight: 550 !important;
}



.indexHeader .indexProfileContainer {
    width: 10%;
    height: 100%;
    padding: 0 1.5rem;
    margin: 0;
    margin-left: auto;
    display: flex;
    justify-content: right;
    align-items: center;
    position: relative;
}
.indexHeader .indexProfileContainer .profileLogin {
    font-family: "Zoho Puvi Medium";
    cursor: pointer;
    display: inline-block;
    color: indianred;
    font-size: 0.9rem;
    padding: 0.5rem 0.8rem;
}
.indexHeader .indexProfileContainer .profileImage {
    cursor: pointer;
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
}
.indexHeader .indexProfileContainer .profileImage img {
    width: 100%;
    height: 100%;
    background-color: whitesmoke;
    border-radius: 25px;
}
.indexHeader .profileOptions {
    font-family: "Zoho Puvi Medium";
    position: absolute;
    top: 3rem;
    right: 1rem;
    z-index: 1;
    display: none;
    background-color: white;
    width: 10rem;
    transition: right 0.3s ease-in-out;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0px 0px 7px 0px gainsboro;
}
.profileName {
    color:indianred;
    text-align: center;
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
}
.indexHeader .prof-option {
    cursor: pointer;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
}
.indexHeader .prof-option:hover {
    color: cornflowerblue;
}



.indexBG-image {
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom, rgb(225, 240, 252), rgba(72, 72, 80, 0));
    text-align: center;
}
.indexBG-image img {
    position: absolute;
    top: 12rem;
    left: 8%;
    width: 84%;
    height: 100%;
    z-index: 0;
}
.indexBG-image .centerPart {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: auto;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.indexBG-image .centerPart .bigText {
    font-family: "Zoho Puvi Medium";
    font-weight: 600;
    font-size: 3rem;
    text-align: center;
    line-height: normal;
    margin-bottom: 2rem;
}
.indexBG-image .centerPart .smallText {
    font-family: "Zoho Puvi Regular";
    font-size: 1.15rem;
    text-align: center;
    padding: 0 2rem;
    margin-bottom: 2rem;
}
.indexBG-image .centerPart #accessFormsBtn {
    cursor: pointer;
    font-family: "Zoho Puvi Medium";
    font-size: 1.2rem;
    background-color: indianred;
    color: white;
    padding: 0.75rem 3rem;
    transition: 0.2s ease-in-out;
}
.indexBG-image .centerPart #accessFormsBtn:hover {
    transform: scale(1.05);
}

.countingDiv {
    background-color: transparent;
    text-align: center;
    padding: 0rem 5rem;
}
.countingDiv .countingDivRow {
    background: linear-gradient(to right, rgb(42, 86, 120), rgb(1, 1, 60));
    border-radius: 50px;
    padding: 0 4rem;
}
.countingDiv .countingDivRow .each-counting {
    font-family: "Montserrat";
    padding: 5rem 3rem;
}
.countingDiv .countingDivRow .each-counting .title-content {
    color: yellow;
    font-size: 3rem;
}
.countingDiv .countingDivRow .each-counting .desc-content {
    color: white;
    font-size: 1.25rem;
}
.clientDiv {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 10rem;
}
.clientDiv .each-client {
    background-color: transparent;
    width: 14%;
    height: auto;
    padding: 0.5rem 1.5rem;
}
.clientDiv .each-client img {
    width: 100%;
    height: auto;
}

.forWhomDiv, .askQsnDiv {
    display: flex;
    align-items: center;
    justify-content: center;
}
.askQsnDiv-heading-content {
    font-family: "Zoho Puvi Medium";
    font-weight: 600;
    font-size: 3.25rem;
    margin-top: 5rem;
}
.forWhomDiv .each-forwhom, .askQsnDiv .each-askqsn { 
    margin: 1rem;
    padding: 2rem;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}
.forWhomDiv .each-forwhom { 
    padding: 2rem;
}
.askQsnDiv .each-askqsn { 
    padding: 0 2rem;
}
.forWhomDiv .each-forwhom {
    height: 25rem;
}
.askQsnDiv .each-askqsn {
    height: 40rem;
}
.forWhomDiv .each-forwhom img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: 80%;
    z-index: 0;
}
.askQsnDiv .each-askqsn img {
    width: 100%;
    height: auto;
    border-radius: 25px;
    margin-bottom: 2rem;
}
.forWhomDiv .each-forwhom .title-content, .askQsnDiv .each-askqsn .title-content {
    font-family: "Zoho Puvi Medium";
    font-size: 2.25rem;
    width: 65%;
    line-height: normal;
}
.forWhomDiv .each-forwhom .desc-content, .askQsnDiv .each-askqsn .desc-content {
    font-family: "Zoho Puvi Regular";
    font-size: 1.1rem;
    width: 65%;
    margin: 1rem 0;
}
.forWhomDiv .each-forwhom .btn-content, .askQsnDiv .each-askqsn .btn-content {
    font-family: "Zoho Puvi Medium";
    font-size: 1rem;
    width: fit-content;
    background-color: black;
    color: white;
    padding: 0.5rem 1rem;
    margin-top: 2rem;
    border-radius: 20px;
}
@media screen and (max-width: 767px) {
    .forWhomDiv, .askQsnDiv {
        padding: 3rem 4rem;
        flex-direction: column;
    }
}
@media screen and (min-width: 768px) {
    .forWhomDiv, .askQsnDiv {
        padding: 3rem 7rem;
        flex-direction: column;
    }
}
@media screen and (min-width: 992px) {
    .forWhomDiv, .askQsnDiv {
        padding: 3rem 9rem;
        flex-direction: row;
    }
}
@media screen and (min-width: 1200px) {
    .forWhomDiv, .askQsnDiv {
        padding: 3rem 12rem;
        flex-direction: row;
    }
}

.featuresDiv {
    background: rgb(2, 178, 93);
    margin: 1rem 5rem;
    padding: 1rem 0;
    border-radius: 25px;
}
.featuresDiv .row1 {
    padding: 3rem 0;
}
.featuresDiv .row1 .title-content {
    font-family: "Zoho Puvi Medium";
    font-size: 3rem;
    text-align: center;
    color: white;
    margin-bottom: 2rem;
    padding: 0 20rem;
    line-height: normal;
}
.featuresDiv .row1 .desc-content {
    font-family: "Zoho Puvi Regular";
    font-size: 1.1rem;
    text-align: center;
    color: white;
}
.featuresDiv .row2 {
    padding: 1rem;
}
.featuresDiv .row2 .each-content {
    padding: 1rem 4rem;
}
.featuresDiv .row2 .each-content .title-content {
    font-family: "Zoho Puvi Medium";
    font-size: 1.75rem;
    color: white;
    cursor: pointer;
}
.featuresDiv .row2 .each-content .title-content i {
    float: right;
    font-size: 1.5rem;
    padding: 0.25rem 0.5rem;
    border: 2px solid white;
    border-radius: 50px;
}
.featuresDiv .row2 .each-content .hidden-desc-content {
    font-family: "Zoho Puvi Regular";
    font-size: 1.1rem;
    color: white;
    text-align: justify;
    margin-top: 0.5rem;
    display: none;
}
.featuresDiv .row2 .each-content.active > .title-content {
    color: gold;
}
.featuresDiv .row2 .each-content.active > .title-content i {
    transform: rotate(90deg);
}
.featuresDiv .row2 .each-content.active > .hidden-desc-content {
    display: block;
}


.collectDataDiv {
    background: linear-gradient(to right, rgb(42, 86, 120), rgb(1, 1, 60));
    margin: 1rem 5rem 5rem 5rem;
    padding: 1rem 0 0 0;
    border-radius: 25px;
}
.collectDataDiv .row1 {
    padding: 3rem 0;
}
.collectDataDiv .row1 .title-content {
    font-family: "Zoho Puvi Medium";
    font-weight: 600;
    font-size: 3rem;
    text-align: center;
    color: white;
    margin-bottom: 2rem;
    padding: 0 20rem;
    line-height: normal;
}
.collectDataDiv .row2 {
    /* padding: 1rem; */
}
.collectDataDiv .row2 .column1 div, .collectDataDiv .row2 .column3 div {
    font-family: "Zoho Puvi Regular";
    font-size: 1.5rem;
    color: white;
    padding: 1rem 0 1rem 4rem;
}
.collectDataDiv .row2 .column1 div i, .collectDataDiv .row2 .column3 div i {
    color: gold;
    margin-right: 0.5rem;
}
.collectDataDiv .row2 .column3 {
    padding-bottom: 1rem;
}


.whyOnlineForms {
    background-color: rgb(237, 237, 237);
    padding: 2rem;
}
.whyOnlineForms .heading-content {
    font-family: "Zoho Puvi Medium";
    font-weight: 600;
    font-size: 3rem;
    text-align: center;
    margin: 3rem auto;
}
.whyOnlineForms .cardDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 1rem 3rem;
}
.whyOnlineForms .cardDiv .each-card {
    width: 30%;
    height: 400px;
    margin: 1rem;
    background-color: white;
    padding: 2.5rem 3rem;
    border-radius: 15px;
}
.whyOnlineForms .cardDiv .each-card .icon-content img {
    width: 50px;
    height: 50px;
}
.whyOnlineForms .cardDiv .each-card .title-content {
    font-family: "Zoho Puvi Regular";
    font-weight: 600;
    font-size: 1.5rem;
    margin: 1rem 0;
}
.whyOnlineForms .cardDiv .each-card .desc-content {
    font-family: "Zoho Puvi Regular";
    font-size: 1.1rem;
}




.faqDiv {
    background-color: #f5f5f5;
    padding: 5rem;
}
.faqDiv .heading-content {
    font-family: "Zoho Puvi Medium";
    font-weight: 600;
    font-size: 3rem;
    text-align: center;
    margin: 1rem 0 3rem 0;
}
.faqDiv .faqQuestionDiv {
    padding: 1rem auto;
}
.faqDiv .faqQuestionDiv .each-content {
    width: 70%;
    margin: 1rem auto;
    border: 1px solid gainsboro;
    padding: 1rem 2rem;
    border-radius: 15px;
    background-color: white;
}
.faqDiv .faqQuestionDiv .each-content .title-content {
    font-family: "Zoho Puvi Medium";
    font-size: 1.3rem;
    cursor: pointer;
}
.faqDiv .faqQuestionDiv .each-content .title-content i {
    float: right;
    font-size: 1.25rem;
    padding: 0.5rem 0.5rem;
}
.faqDiv .faqQuestionDiv .each-content .hidden-desc-content {
    font-family: "Zoho Puvi Regular";
    font-size: 1rem;
    text-align: justify;
    margin-top: 1rem;
    display: none;
    color: white;
}
.faqDiv .faqQuestionDiv .each-content.active {
    border: 1px solid yellowgreen;
}
.faqDiv .faqQuestionDiv .each-content.active > .title-content {
    color: yellowgreen;
}
.faqDiv .faqQuestionDiv .each-content.active > .title-content i {
    transform: rotate(90deg);
}
.faqDiv .faqQuestionDiv .each-content.active > .hidden-desc-content {
    display: block;
}




.beginDiv {
    background: linear-gradient(to right, rgb(42, 86, 120), rgb(1, 1, 60));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 5rem 15rem;
}
.beginDiv .title-content {
    font-family: "Zoho Puvi Medium";
    font-size: 3.5rem;
    line-height: normal;
    text-align: center;
    margin-bottom: 3rem;
    color: white;
}
.beginDiv .btn-content {
    cursor: pointer;
    font-family: "Zoho Puvi Medium";
    font-size: 1.2rem;
    background-color: red;
    color: white;
    padding: 0.75rem 3rem;
}