/*@import url('https://fonts.googleapis.com/css?family=Noto+Serif');*/
/*@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css?family=Lato:300:400');*/

* {
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

button {
    cursor: pointer;
}

a {
    cursor: pointer;
}

#itemListElement {
    display: none;
}

img {
    width: 100%;
    max-width: 100%;
}

video {
    width: 100%;
    height: auto;
}

.ecrpt-app {
    background: url(./img/android_icon.avif);
    float: left;
    position: fixed;
    left: -10px;
    width: 60px;
    height: 40px;
    margin-top: 20%;
    z-index: 9;
    border: 0;
    overflow: hidden;
}

.deifinesec {
    margin-top: 50px;
    height: auto;
}

@media screen and (max-width:500px) {
    .deifinesec {
        margin-top: 10px;
    }
}

.rowdefine {
    margin: 0 5px;
}

.sectiondefine {
    width: 100%;
    align-items: center;
    /* height: 300px; */
    height: auto;
    display: inline-flex;
    position: relative;
    word-wrap: break-word;
}

.cardreview {
    box-shadow: 0 4px 8px 0 rgba(196, 196, 196, 0.2), 0 6px 20px 0 rgba(171, 171, 171, 0.791);
    padding-left: 16px;
    padding-right: 16px;
    height: 250px;
    color: rgb(25, 25, 25);
    display: block;
    /* margin-left: 20px;
            margin-right: 20px; */
    text-align: center;
    /* background-color: #005DA4; */
    background-color: rgb(236, 236, 236);
}

.cardreviewp {
    padding-top: 10px;
    font-size: 20px;
    /*color: rgb(255, 255, 255);*/
    font-style: normal;
    color: rgb(0, 18, 120);
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
}

@media screen and (max-width: 500px) {
    .sectiondefine {
        display: block;
    }
}

.textdefine {
    /* color: rgb(10, 71, 161); */
    color: rgb(9, 109, 238);
    font-size: 25px;
    margin-top: 25px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: left;
}

.textdefinep {
    color: black;
    font-size: 15px;
    padding-top: 10px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: left;
}

@media screen and (max-width:500px) {
    .ecrpt-app {
        margin-top: 40%;
        width: 40px;
    }
}

.cardproduct {
    height: 300px;
    border: 1px solid rgb(14, 134, 233);
    background-color: white;
    margin: 10px 10px 10px 10px;
    border-radius: 10px;
}

.latest_highlight {
    height: 40px;
    width: 200px;
    text-align: center;
    margin-top: -20px;
    font-size: 15px;
    border-radius: 25px;
    background: linear-gradient(-45deg, #095190, #2aafd8, #6da4f6, #08b181);
    animation: gradient 15s ease infinite;
    color: white;
    padding-top: 10px;
    font-family: 'Times New Roman', Times, serif;
    background-size: 400% 400%;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

@media screen and (max-width:500px) {
    .latest_highlight {
        margin-top: 30px;
    }
}

@media screen and (max-width:500px) {
    .cardproduct {
        height: auto;
    }
}

.ecrpt-app:hover {
    content: "Download it from play store";
}

/* //////////////////////////////////////////////////////////// */

.circle {
    background: lightblue;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.close {
    position: absolute;
    right: 24px;
    top: 5px;
    width: 20px;
    height: 20px;
    opacity: 0.3;
}

.close:hover {
    opacity: 1;
}

.close:before,
.close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #333;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

*:focus {
    outline: none;
}

/* ///////////////////////////////////////////////////////////////// */

div.disabled {
    overflow-x: hidden;
    overflow-y: scroll;
}

#logoutid {
    display: none;
}

#commonprob {
    display: none;
}

.h2-fo {
    font-size: 30px;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

@media screen and (max-width:500px) {
    .h2-fo {
        width: 96%;
        padding-left: 2%;
        padding-right: 2%;
        font-size: 18px;
    }
#frmdemo{
font-size:12px !important;
}

}

.media {
    display: flex;
    flex-wrap: wrap;
}

.media>* {
    flex: 1 1 250px;
}

.row1 {
    overflow: hidden;
}

/* ///////////////////////////////////// Navbar start//////////////////////////////////////// */
/* ///////////////////////////////////// Features cardview //////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////// */
/* style="font-size: 13px;color: black; text-decoration: none;" */
/* //////////////////////////////// navbar end//////////////////////////////////////////////////// */

.content {
    display: inline-flex;
    justify-content: center;
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .content {
        margin-top: 30px;
        flex-direction: column;
    }
#frmdemo{
font-size:12px !important;
}


    .card {
        width: 100%;
        max-width: 100%;
        min-width: 200px;
        height: 300px;
        background-color: #87CEFA;
        margin: 10px;
        border-radius: 10px;
        box-shadow: 3px 2px 10px rgba(76, 93, 238, 0.24);
        border: 2px solid rgba(7, 7, 7, 0.12);
        font-size: 16px;
        transition: all 0.3s ease;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        cursor: pointer;
        transition: all 0.3s ease;
    }
}

.icon {
    margin: 0 auto;
    width: 100%;
    height: 90px;
    max-width: 90px;
    /* border-radius: 50%; */
    background: linear-gradient(90deg, #FFF 0%, rgb(241, 231, 231) 40%, rgb(245, 234, 234) 60%);
    border-radius: 50%;
    padding-top: 20px;
    margin-bottom: 20px;
    display: flex;
    padding-bottom: 20px;
    justify-content: center;
    align-items: center;
    color: white;
    transition: all 0.8s ease;
    background-position: 0px;
    background-size: 200px;
}

@media screen and (max-width: 500px) {
    .icon {
        width: 90px;
        height: 90px;
        padding-top: 15px;
        background-size: 200px;
        /* margin-bottom: 5px; */
        padding-bottom: 10px;
        /* margin-bottom: 10px;   */
    }
}

@media screen and (max-width: 500px) {
    .header a {
        float: none;
        display: block;
        text-align: left;
    }

    .header-right {
        float: none;
    }
}

@media screen and (max-width: 500px) {
    .header a {
        float: none;
        display: block;
        text-align: left;
    }

    .header-right {
        float: none;
    }
}

@media screen and (max-width: 600px) {
    .header a {
        float: none;
        display: block;
        text-align: left;
    }

    .header-right {
        float: none;
    }
}

@media screen and (max-width: 768px) {
    .header a {
        float: none;
        display: block;
        text-align: left;
    }

    .header-right {
        float: none;
    }
}

.columneinvoice {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

@media screen and (max-width:500px) {
    .columneinvoice {
        width: 95%;
        display: block;
        /* margin-top: -50px; */
        margin-bottom: 20px;
    }
}

.imgdefine {
    max-width: 250px;
    max-height: 250px;
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 5%;
}

@media all and (max-width: 500px) {
    .imgdefine {
        width: 90%;
        margin-left: auto;
        margin-right: 0%;
        margin-right: auto;
        float: none;
        justify-content: center;
    }
}

@media screen and (max-width: 320px) {
    .header a {
        float: none;
        display: block;
        text-align: left;
    }

    .header-right {
        float: none;
    }
}

.card {
    width: 100%;
    max-width: 33%;
    min-width: 200px;
    height: 300px;
    background-color: #0276FD;
    /* margin: 10px; */
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
    box-shadow: 3px 2px 10px rgba(76, 93, 238, 0.24);
    border: 2px solid rgba(7, 7, 7, 0.12);
    font-size: 16px;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.3s ease;
}

@media screen and (max-width: 500px) {
    .card {
        width: 90%;
        max-width: 100%;
        min-width: 200px;
        height: 300px;
        background-color: #0276FD;
        margin: 10px 20px;
        border-radius: 10px;
        box-shadow: 3px 2px 10px rgba(76, 93, 238, 0.24);
        border: 2px solid rgba(7, 7, 7, 0.12);
        font-size: 16px;
        transition: all 0.3s ease;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        cursor: pointer;
        transition: all 0.3s ease;
    }
}

.card .title {
    width: 100%;
    margin: 0;
    text-align: center;
    margin-top: 5px;
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.card:hover .title {
    width: 100%;
    text-align: center;
    margin-top: -10px;
    color: white;
    font-size: 17px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    /* font-size: small; */
    /* font-weight: 600; */
    text-transform: capitalize;
    letter-spacing: 1px;
}

.card .text {
    width: 90%;
    margin: 0px auto;
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
    color: white;
    font-weight: 500;
    margin-top: 10px;
    /* font-family: Georgia, 'Times New Roman', Times, serif; */
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-bottom: 10px;
    letter-spacing: 1px;
    opacity: 0;
    max-height: 0;
    background-color: transparent;
    /* transition: all 0.3s ease; */
}

.card:hover {
    height: 300px;
    background-color: #2387fa;
}

.card:hover .info {
    height: 70%;
}

.card:hover .text {
    /* transition: all 0.9s ease; */
    opacity: 1;
    font-size: 15px;
    text-align: center;
    max-height: 110px;
}

.card:hover .icon {
    /* padding-top: -50px; */
    width: 75px;
    height: 75px;
    background-position: -150px;
    transition: all 0.6s ease;
}

.cardimg {
    width: 65px;
    height: 65px;
}

.card:hover .cardimg {
    width: 60px;
    height: 60px;
}

@media screen and (max-width:500px) {
    .card:hover .icon {
        width: 90px;
        height: 90px;
        background-position: -100px;
        transition: all 0.3s ease;
    }
}

@media screen and (max-width:500px) {
    .card:hover .text {
        /* transition: all 0.9s ease; */
        opacity: 1;
        font-size: 15px;
        text-align: center;
        max-height: 100px;
    }
}

.card:hover .icon i {
    -webkit-background-clip: text;
    margin-top: -30px;
    -webkit-text-fill-color: transparent;
    opacity: 1;
    transition: all 0.3s ease;
}

/* /////////////////////////////////////////////////////// */

.box {
    width: 300px;
    height: 300px;
    box-shadow: 2px 2px 30px rgb(187, 215, 241);
    border-radius: 10px;
    overflow: hidden;
    margin: 25px;
}

.type {
    display: flex;
    flex-direction: column;
}

.type a {
    color: #222222;
    margin: 5px 0px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding-right: 8px;
}

.type span {
    color: rgba(26, 26, 26, 0.5);
}

.video-card {
    margin-top: 30px;
    clear: both;
    text-align: center;
}

@media screen and (max-width:500px) {
    .video-card {
        margin-top: 30px;
        width: 95%;
    }
}

.video-card-top {
    border-radius: 10px;
    border-top: 10px solid #c4d3f0;
    box-shadow: 16px 13px 42px -17px rgba(0, 0, 0, 0.69);
    height: 350px;
    width: 600px;
}

@media screen and (max-width:768px) {
    .video-card-top {
        width: 98%;
        height: 250px;
    }
}

@media screen and (max-width:500px) {
    .video-card-top {
        width: 98%;
        height: 250px;
    }
}

.price {
    color: #333333;
    font-weight: 600;
    font-size: 1.1rem;
    font-family: poppins;
    letter-spacing: 0.5px;
}

.overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(44, 107, 201, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.buy-btn {
    width: 160px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    color: #252525;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: calibri;
    border-radius: 20px;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2);
}

.buy-btn:hover {
    color: #FFFFFF;
    background-color: #00bdff;
    transition: all ease 0.3s;
}

.overlay {
    visibility: hidden;
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.heading-top {
    margin-top: 50px;
    width: auto;
    height: auto;
}

@media screen and (max-width:768px) {
    .heading-top {
        margin-top: 70px;
        width: auto;
        align-items: center;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }
}

@media screen and (max-width:500px) {
    .heading-top {
        margin-top: 100px;
        width: auto;
        align-items: center;
        font-family: Georgia, 'Times New Roman', Times, serif;
        color: rgb(58, 57, 131);
    }
}

@media screen and (max-width:360px) {
    .heading-top {
        margin-top: 100px;
        width: auto;
        align-items: center;
        font-family: Georgia, 'Times New Roman', Times, serif;
        color: rgb(58, 57, 131);
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* ///////////////////// social media icon///////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////// */

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.button3 {
    font-size: 16px;
    border-radius: 5px;
    background-color: rgb(0, 128, 9);
}

.form-container1 {
    max-width: 300px;
    background-color: white;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animated {
    display: none;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.container-img {
    position: relative;
    text-align: center;
    color: white;
}

.container_left {
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: 5px;
    border: 1px solid red;
    overflow: hidden;
}

.bottom-left {
    position: relative;
    /* margin-left: 25%; */
    text-align: center;
    margin-top: 20px;
    align-items: center;
    margin-bottom: 2.5%;
}

@media all and (max-width: 500px) {
    .bottom-left {
        position: relative;
        bottom: 8px;
        margin-top: 10px;
    }
}

.top-left {
    position: absolute;
    top: 30px;
    left: 25px;
}

.top-left-p {
    position: absolute;
    top: 60px;
    left: 25px;
}

@media screen and (max-width:360px) {
    .top-left {
        position: absolute;
        top: 20%;
        text-align: center;
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width:360px) {
    .top-left-p {
        position: absolute;
        top: 20%;
        text-align: center;
        transform: translate(-50%, -50%);
    }
}

.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

.centered {
    position: absolute;
    top: 70%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.button {
    border-radius: 4px;
    background-color: #3cb648;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    align-self: center;
    width: 200px;
    height: 50px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button:hover span {
    padding-right: 25px;
}

.button:hover span:after {
    opacity: 1;
    right: 0;
}

/* Set a style for the submit/login button */

input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px solid;
    border-radius: 50px;
}

@media screen and (max-width:768px) {
    input[type=text] {
        max-width: 100%;
        /*padding: 12px 20px;*/
        width: 100%;
        box-sizing: border-box;
        /*border: 2px solid rgb(20, 19, 19);*/
        border-radius: 50px;
    }
}

.formclass {
    /*style="margin-left: 100px;margin-bottom: 50px;   margin-top: 10px; width:40%; height: 400px; border-radius: 10px"*/
    margin-left: 100px;
    margin-bottom: 50px;
    margin-top: 10px;
    max-width: 40%;
    align-items: center;
    height: auto;
    border-radius: 10px;
}

@media screen and (max-width:500px) {
    .formclass {
        margin-bottom: 30px;
        margin-top: 10px;
        width: 100%;
        max-width: 100%;
        align-items: center;
        height: auto;
    }
}

.formdiv {
    /*style=" margin-left: 20px; margin-right:30px; margin-top: 10px;"*/
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
}

@media screen and (max-width:500px) {
    .formdiv {
        width: 100%;
        max-width: 100%;
    }
}

.input-align {
    display: flex;
    align-items: center
}

.inputleft {
    float: left;
    width: 50%;
    margin: auto;
}

.inputright {
    margin-left: 10px;
    width: 50%;
    float: right;
    margin: auto;
}

@media screen and (max-width:500px) {
    .input-align {
        flex-direction: column;
        align-items: stretch;
    }
}

/* Add a red background color to the cancel button */
/* Float four columns side by side */

.column {
    float: left;
    width: 33%;
    padding: 0 10px;
    border-color: blue;
    /* box-shadow: blue; */
}

.column:hover {
    border-color: blue;
}

.columnprice {
    float: left;
    width: 33%;
    padding: 0 10px;
    border-color: blue;
}

.columnprice:hover {
    border-color: blue;
}

.rectangle {
    border-radius: 10px;
    background: #083c6d;
    border: 2px solid #FFF;
    margin-bottom: 5px;
    padding: 5px;
    width: 100px;
    height: 40px;
}

.head-text {
    /*font-size: 30px;text-align:center;*/
    font-size: 30px;
    text-align: center;
    margin-top: 100px;
}

@media screen and (max-width:600px) {
    .head-text {
        /*font-size: 30px;text-align:center;*/
        font-size: 30px;
        text-align: center;
        margin-top: 100px;
        position: absolute;
    }
}

@media screen and (max-width:768px) {
    .head-text {
        /*font-size: 30px;text-align:center;*/
        margin-top: 8%;
        font-size: 14px;
        text-align: center;
        position: absolute;
    }
}

.card-text {
    width: 100%;
    color: white;
    text-align: center;
}

.price-text {
    width: 100%;
    height: 30%;
    color: rgb(13, 73, 70);
    font-style: italic;
    font-size: 2rem;
    text-align: center;
}

.rectangle-img {
    display: inline;
    color: #FFF;
    height: 100%;
    width: 100%;
}

.img1 {
    border-radius: 50%;
}

.video {
    width: 100%;
    margin-top: 100px;
    margin-left: 30%;
    margin-right: 30%;
    margin-bottom: 100px;
}

.row {
    margin: 0 -5px;
    /* margin-left: 50px;

            margin-right: 50px; */
}

/*Clear floats after the columns */

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive columns */

@media screen and (max-width: 600px) {
    .column {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 600px) {
    .columnprice {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
}

/* Responsive desktop */
/* Style the counter cards */

.card1 {
    padding: 16px 20px 0px 10px;
    height: 300px;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 10px;
    margin: 20px 10px 10px 20px;
    background-color: #addde9;
}

.card2 {
    height: 300px;
    margin-top: 50px;
    margin-bottom: 20px;
    border-color: blue;
    text-align: center;
    border-color: gray;
    border-radius: 10px;
    background-color: #F0F8FF;
}

.text {
    background-color: rgb(169, 221, 245);
    text-align: center;
    font-size: 15rem;
    width: 30%;
}

/* //////////////////////////////////////////////////////////////////////////// */

.formdivimg {
    width: 100%;
    height: auto;
    display: inline;
}

@media screen and (max-width:600px) {
    .formdivimg {
        width: 100%;
        height: auto;
        display: block;
        align-items: center;
    }
}

.text1 {
    color: black;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 30%;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.divimg {
    width: 92px;
    height: 92px;
    margin-left: auto;
    margin-right: auto;
}

/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {
    .text1 {
        font-size: 14px
    }
}

/* ////////////////////////////////////////////////////////////////////////////// */

* {
    box-sizing: border-box;
}

body {
    font-family: Verdana, sans-serif;
}

/* .active {
            background-color: rgb(135, 211, 194);
            color: #001733;
        } */

img:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.rowfet {
    margin: 0 -5px;
}

/* Clear floats after the columns */

.rowfet:after {
    content: "";
    display: table;
    clear: both;
}

.columnfet {
    float: left;
    width: 33%;
    padding: 0 5px;
}

@media screen and (max-width: 600px) {
    .columnfet {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
}

.cardfet {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding-left: 16px;
    padding-right: 16px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 300px;
    color: rgb(25, 25, 25);
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    /* background-color: #005DA4; */
    background-color: rgb(246, 250, 250);
}

.cardfet:hover {
    box-shadow: none;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
    /* padding: 5px; */
    text-align: center;
    background-color: rgb(213, 233, 252);
    color: black;
    height: 300px;
    border: 1px solid rgb(22, 160, 240);
    transition: .5s ease-out;
}

.cardfet:hover .cardfetp {
    padding-top: 10px;
}

.cardfetp {
    padding-top: 30px;
    font-size: 25px;
    /*color: rgb(255, 255, 255);*/
    font-style: normal;
    color: blue;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
}

.cardfetspan {
    font-size: 17px;
    text-align: justify;
    /*color: white;*/
    font-family: "Arial Narrow", Arial, sans-serif;
    font-style: normal;
    margin-right: 5px;
    padding-bottom: 20px;
}

@media screen and (max-width:500px) {
    .cardfetspan {
        padding-bottom: 30px;
        font-size: 15px;
    }
}

.containercover1 {
    position: relative;
    text-align: center;
    color: white;
}

/*////////////////////////////////////////////////////////////////////*/

.img2 {
    max-width: 400px;
    max-height: 400px;
}

.img2_1 {
    margin-top: 20px;
    max-width: 50%;
    max-height: 500px;
}

.img2left {
    max-width: 400px;
    max-height: 400px;
}

.img2right {
    max-width: 400px;
    max-height: 400px;
}

.navbar-brand {
    margin-left: 1%;
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 500px) {
    .navbar-brand {
        margin-left: 5%;
    }
}

@media all and (max-width: 500px) {
    .img2 {
        display: inline-block;
        width: 90%;
        margin-top: 10px;
        height: auto;
    }

    .img2_1 {
        display: inline-block;
        width: 90%;
        margin-left: 2%;
        margin-top: 10px;
        height: auto;
    }
}

.partnercoverimg {
    width: 100%;
    height: auto;
}

@media screen and (max-width:768px) {
    .partnercoverimg {
        width: 100%;
        margin-top: 8%;
        height: auto;
        display: inline-block;
        /*background-color:blue;*/
    }
}

.partnercoverimg {
    max-width: 100%;
    float: right;
    /* max-height: auto; */
    /*max-width:200px;*/
}

@media screen and (max-width: 360px) {
    .partnercoverimg {
        width: 100%;
        float: none;
        height: auto;
    }
}

#whatsappimg_bg,
#gmailimg_bg,
#smsimg_bg {
    display: none;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* animation */

@keyframes slide {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.animatedtext {
    /* color: rgb(10, 71, 161); */
    color: rgb(39, 39, 156);
    font-size: 35px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: left;
    margin-left: 2%;
    /* height: 80px; */
}

.animatedtextp {
    color: rgb(30, 76, 213);
    font-size: 18px;
    /* padding-top: 60px; */
    font-family: 'Roboto', sans-serif;
    text-align: left;
    padding-top: 10px;
    margin-right: 50px;
    margin-left: 2%;
}

.animatedtextp_oth {
    color: rgb(55, 124, 229);
    font-size: 18px;
    padding-top: 5px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.animatedtextbill {
    color: rgb(115, 117, 123);
    font-size: 20px;
    padding-top: 5px;
    padding-left: 10%;
    padding-right: 10%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
}

@media screen and (max-width: 500px) {
    .animatedtextp {
        width: 95%;
        padding-top: 5px;
        color: rgb(115, 117, 123);
        font-size: 15px;
    }

    .animatedtextp_oth {
        font-size: 15px;
        text-align: left;
    }
}

@media screen and (max-width: 500px) {
    .animatedtextbill {
        width: 95%;
        padding-top: 5px;
        padding-left: 4px;
        padding-right: 4px;
        color: rgb(115, 117, 123);
        font-size: 15px;
    }
}

@media screen and (max-width: 500px) {
    .animatedtext {
        width: 100%;
        margin-top: -10%;
        color: rgb(10, 71, 161);
        font-size: 14px;
    }
}

.imgbtn {
    width: auto;
    height: 35px;
    font-size: 16px;
    font-family: Aravo;
    align-items: center;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-decoration: none;
    /* border: 1px solid rgb(133, 176, 231); */
    border-radius: 50px 50px;
    background: linear-gradient(to right, rgb(10, 77, 201) 50%, rgb(25, 25, 112) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    /* background: rgb(25, 25, 112); */
    color: white;
}

@media screen and (max-width: 500px) {
    .imgbtn {
        width: 70%;
        font-size: 12px;
    }
}

.imgbtn:hover {
    /* background-color: #c73804;*/
    color: white;
    background-position: left bottom;
}

.nav-link {
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: inherit;
}

.nav-link:hover {
    text-decoration: underline;
    text-decoration-color: navy;
    text-underline-offset: 5px;
    text-decoration-thickness: 3px;
    /* transform: 1s; */
}

/* //////////////////////////// Wave ////////////////////////// */

body {
    margin: 0;
}

/*.flex {*/
/*Flexbox for containers*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    text-align: center;*/
/*}*/

.open-gstimg {
    display: none;
}

.readmore {
    display: inline-block;
    width: 120px;
    height: 35px;
    background: #14398a;
    text-align: center;
    box-shadow: 0 0 5px gray;
    border-radius: 5px;
}

.readmore:hover {
    background: rgb(6, 65, 128);
}

#tile01 {
    margin: auto;
    /* width:200px; height:100px;  */
}

/* #mask {
            position: relative;
            top: 5px;
            margin: auto;
            width: 100%;
            font-size: 60px;
            font-weight: 700;
            font-family: 'Times New Roman', Times, serif;
            text-align: center;
            line-height: 90px;
            text-shadow: 0px 2px 2px white, 0px 2px 0px white;
           
            background-size: 40px 110px;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            -webkit-animation-name: wave-animation;
            -webkit-animation-duration: 8s;
            -webkit-animation-iteration-count: infinite;
            -webkit-animation-timing-function: linear;
        }*/

@keyframes wave-shine {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.1);
    }

    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

/* Box container */

#box {
    margin: 100px auto;
    width: 100%;
    opacity: 0.95;
    background: linear-gradient(90deg, rgba(35, 195, 255, 1) 0%, rgba(51, 145, 238, 1) 50%, rgba(35, 195, 255, 1) 86%);
    border-top: 2px solid rgb(225, 225, 225);
    border-bottom: 2px solid rgb(225, 225, 225);
    padding: 15px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Text styling */

#mask .h1wave {
    font-size: 35px;
    font-weight: 300;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    line-height: 50px;
    color: white;
    position: relative;
    display: inline-block;
    overflow: hidden;
    letter-spacing: 2px;
    margin: auto;
}

/* Apply wave animation to each letter */

.h1wave span {
    display: inline-block;
    margin: 2px;
    /* Give same margin to all letters */
    animation: wave-shine 1.5s infinite ease-in-out;
}

/* Stagger the animation for each letter */

.h1wave span:nth-child(2) {
    animation-delay: 0s;
}

.h1wave span:nth-child(3) {
    animation-delay: 0.3s;
}

.h1wave span:nth-child(5) {
    animation-delay: 0.6s;
}

.h1wave span:nth-child(9) {
    animation-delay: 0.9s;
}

/* Responsive text adjustments */

@media screen and (max-width: 500px) {
    .h1wave {
        font-size: 22px;
        letter-spacing: 1px;
        font-weight: 150;
    }
}

/* @-webkit-keyframes 'wave-animation' {
            0% {
                background-position: 200px 10px;
            }
            50% {
                background-position: 100px -20px;
            }
            100% {
                background-position: 0px -40px;
            }
        } */
/* //////////////////////////////////////////////////////// */

#text {
    z-index: 100;
    position: absolute;
    color: rgb(6, 67, 146);
    font-size: 18px;
    font-weight: bold;
    margin-left: -80px;
    text-align: center;
    margin-top: 90px;
}

.tpccls {
    margin-left: 4%;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 35px;
}

@media screen and (max-width:697px) {
    .tpccls {
        margin-bottom: 5px;
        margin-top: 5px;
    }
}

.container-text-img {
    height: 400px;
    width: 400px;
    position: relative;
}

@media screen and (max-width:500px) {
    .container-text-img {
        height: auto;
        width: 90%;
        position: relative;
    }
}

@media screen and (max-width:500px) {
    #text {
        z-index: 100;
        position: absolute;
        color: rgb(6, 67, 146);
        /* font-size: 24px; */
        font-weight: bold;
        left: 50px;
        margin-top: 80px;
    }
}

#typewriter {
    font-size: 18px;
    margin: 0;
    background: none;
    border: none;
    color: rgb(10, 52, 129);
    font-family: Georgia, 'Times New Roman', Times, serif;
}

@media screen and (max-width:500px) {
    #typewriter {
        font-size: 13px;
        margin: 0;
        background: none;
        border: none;
    }
}

pre::after {
    content: "";
    animation: blink 1000ms linear infinite;
}

@keyframes blink {
    60% {
        opacity: 0;
    }
}

@media screen and (max-width:768px) {
    #lapdvanim {
        display: none;
    }
}

.object {
    animation: moveupdown 3.5s linear infinite;
}

.hdtext_val {
    font-size: 25px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(39, 39, 156)
}

.hdtext_val_p {
    font-size: 25px;
    /*color: rgb(217, 12, 12);*/
    text-align: center;
    padding-top: 20px;
}

@media screen and (max-width:500px) {
    .hdtext_val {
        font-size: 20px;
    }

    .hdtext_val_p {
        font-size: 20px;
        padding-top: 40px;
    }
}

@keyframes moveupdown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.othhd {
    width: 80%;
    margin-left: 10%;
    text-align: center;
}

.rdmore {
    text-decoration: none;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
    color: white;
    border-radius: 20px;
    height: 40px;
    text-align: center;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: rgb(4, 133, 232);
}

.hiddenHindiEnglish {
    display: none;
}

#switch-button {
    background: #00d9f6;

    background: -moz-linear-gradient(top, #00d9f6 0%, #00a4df 100%);

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00d9f6), color-stop(100%, #00a4df));

    background: -webkit-linear-gradient(top, #00d9f6 0%, #00a4df 100%);

    background: -o-linear-gradient(top, #00d9f6 0%, #00a4df 100%);

    background: -ms-linear-gradient(top, #00d9f6 0%, #00a4df 100%);

    background: linear-gradient(to bottom, #00d9f6 0%, #00a4df 100%);

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00d9f6', endColorstr='#00a4df', GradientType=0);

    border: 1px solid #06f;
    box-shadow: inset 1px 1px 2px #fff;
    border-radius: 5px;
    float: right;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 10px;
}

/* Hero Image Section */
.hero-image-section {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    position: relative;
}

/* Responsive Hero Image Section */
.responsive-hero-section {
    margin: 0;
    padding: 0;
    width: 100vw;
    background-color: #f8f9fa;
    border-top: 2px solid #dee2e6;
}

.valuesoft-section {
    margin: 0;
    padding: 0;
}

.image-container {
    position: relative;
    width: 100vw;
    /* Full viewport width */
    height: 100vh;
    /* Full viewport height */
    overflow: hidden;
}

.image-container img {
    width: 100vw;
    /* Stretch full width */
    height: 100vh;
    /* Stretch full height */
    object-fit: cover;
    /* Keep aspect ratio and cover area */
    display: block;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Center horizontally and vertically */
    color: #fff;
    text-align: center;
    padding: 20px;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.overlay-text h1 {
    font-size: 90px;
    position: relative;align-items: center;text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-bottom: 10px;

}
@font-face {
  font-family: "MinionBold";
  src: url("MinionPro-Bold.woff2");
  font-weight: 2005 !important;
  
}

.overlay-text h2 {
    font-size: 70px;
    font-family: "Source Sans Variable", sans-serif;
    font-style: italic;
    color: #fff;
    margin-bottom: 10px;
}

.overlay-text p {
    font-size: 25px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
}

.overlay-text button {
    padding: 12px 24px;
    font-size: 16px;
    border: none;
    border-radius: 250px;
    background-color: #FFF;
    color: #000;
    cursor: pointer;
    width: 25%;
}

/* Responsive for smaller devices */
@media (max-width: 768px) {
    .overlay-text h1 {
        font-size: 32px;
    }

    .overlay-text h2 {
        font-size: 26px;
    }

    .overlay-text p {
        font-size: 14px;
    }

    .overlay-text {
        width: 90%;
        padding: 15px;
    }

    .image-container img {
        content: url("/img/w1-mobile.avif");
    }
}

@media (max-width: 768px) {

    /* Keep overlay centered on even smaller screens */
    .overlay-text {
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        padding: 15px;
    }

    .overlay-text h1 {
        font-size: 25px;
    }

    .overlay-text h2 {
        font-size: 23px;
    }

    .overlay-text p {
        font-size: 14px;
    }

    .overlay-text button {
        width: 80%;
    }

    .image-container img {
        content: url("./img/w1-mobile.avif");
        /* Change the image for mobile */
    }
}

#type-text {
    display: inline-block;
    font-weight: bold;
    color: #00bdff;
    padding-right: 5px;
    white-space: nowrap;

}

/* Keyframe Animation
@keyframes spinText {
    0%, 20% { content: "GST Billing"; }
    25%, 45% { content: "E-Invoicing"; }
    50%, 70% { content: "Accounting"; }
    75%, 95% { content: "Inventory"; }
    100% { content: "GST BILLING"; }
} */
.demo-section {
    margin-top: 30px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    width: 70%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Demo Section Headings */
.demo-section h3 {
    font-size: 24px;
    color: #0B5478;
    margin-bottom: 5px;
}

.demo-section p {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

/* Form Container */
.form-container {
    width: 100%;
}

/* Form Row for Input Fields */
.form-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 15px;
}

/* Input Fields */
.form-container input {
    width: 33%;
    padding: 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: all 0.3s ease;
}

/* Focus Effect on Input */
.form-container input:focus {
    border-color: #0276FD;
    outline: none;
}

/* Book Demo Button */
.btn-book-demo {
    background-color: #00c6ff;
    color: #000;
    padding: 12px 20px;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-book-demo:hover {
    background-color: #0056d6;
}

@media (max-width: 992px) {
    .demo-section {
        width: 90%;
    }

    .form-row {
        flex-direction: column;
        gap: 10px;
    }

    .form-container input {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .demo-section {
        width: 95%;
    }

    .form-container input {
        width: 100%;
    }
}

.banner-sec {
    background: linear-gradient(to right, #007bff, #00c6ff);
    padding: 60px 20px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    margin: 20px auto;
    max-width: 1000px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Banner content container */
.banner-content {
    max-width: 950px;
    margin: 0 auto;
    padding: 20px;
}

/* Main heading with a modern font */
.banner-title {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}


.banner-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 1.9;
    margin-bottom: 50px;
    text-align:center;
    color: #f8f9fa;
    max-width: 800px;
}


.highlight-text {
    background: linear-gradient(to right, #d6fb06, #edb40a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

/* Read more button with modern hover */
.banner-btn {
    display: inline-block;
    background-color: #1e427d;
    color: #fff;
    padding: 6px 24px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 25px;
    transition: background 0.3s, transform 0.2s;
}

/* Hover effect for button */
.banner-btn:hover {
    background-color: #00bdff;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(255, 145, 77, 0.4);
}

/* Key Features Section */
.key-features {
    display: inline-flex;
    justify-content: space-around;
    margin-top: 30px;
    gap: 20px;
    flex-wrap: wrap;
}

/* Feature Box Styling */
.feature-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
    width: 290px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease-in-out;
}

/* Hover Effect on Feature Box */
.feature-item:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.2);
}

/* Font Awesome Icon Styling */
/* .feature-icon {
    font-size: 50px;
    color: #ff914d;
    margin-bottom: 10px;
} */

/* Feature Text */
.feature-item p {
    font-size: 18px;
    color: #f8f9fa;
    margin: 0;
}

/* Responsive Design for Smaller Screens */
@media (max-width: 768px) {
    .key-features {
        flex-direction: column;
        gap: 15px;
    }

    .feature-item {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
}

.cta-container {
    margin-top: 30px;
}

/* Responsive styles */
@media (max-width: 768px) {
    .banner-title {
        font-size: 26px;
    }

    .banner-text {
        font-size: 16px;
    }

    .banner-btn {
        font-size: 14px;
        padding: 10px 20px;
    }
}


/* Optional: Add a subtle inner shadow effect */
/* .features-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.6) 10%, rgba(245, 250, 255, 0.9) 80%);
    z-index: -1;
    border-radius: 12px;
} */

.features-section {
    margin-top: -40px;
    padding: 60px 10%;
    background: linear-gradient(to bottom right, #f7faff, #eef5ff);
    /* Soft gradient */
    background-size: cover;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    animation: fadeInDown 2s ease forwards;
    /* Light shadow for depth */
}
@keyframes fadeInDown {
    0% {
        transform: translateY(-99px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Consistent Spacing and Better Visual Flow */
.feature-section {
    margin-bottom: 40px;
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
    display: flex;
    position: sticky;
}
.carousel-indicators > li {
  height:10px !important;
  width:20px !important;
  border-radius: 0.7em !important;
  background-color: rgba(104, 195, 255, 0.475) !important;
  border-color: #000;
}

/* .carousel-indicators > li   active {
    background-color: #000 !important;
} */


/* .feature-section {
    align-items: center;
    justify-content: space-between;



} */
/* Hover Effect for Sections */


.feature-title {
    font-family: 'Poppins', sans-serif;

    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    color: #000;
}

.feature-title .highlight {
    color: #0073e6;
}

/* Feature Section Layout */



.feature-section.feature-reverse {
    flex-direction: row-reverse;
}

/* Hover Animation for Section */

/* Feature Content Styles */
.feature-content-left,
.feature-content-right {
    width: 50%;
    padding: 20px;
}

.feature-heading {
    font-family: 'Nunito', sans-serif;
    /* Clean, modern, and smooth */
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #2d3e50;
    /* Dark Slate Blue for a professional touch */
    letter-spacing: 0.5px;
    line-height: 1.4;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: color 0.3s ease-in-out;
}

/* On Hover - Slightly Different Shade */
.feature-heading:hover {
    color: #0073e6;
    /* Highlighted with theme blue */
    text-shadow: 0 3px 8px rgba(0, 115, 230, 0.2);
}

/* Paragraph Styles */
.feature-content-left p,
.feature-content-right p {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 12px;
}

/* Icon Styles */
.feature-content-left p i,
.feature-content-right p i {
    margin-right: 10px;
    font-size: 19px;
    color: #0073e6;
}

/* Media Section */
.feature-media-right,
.feature-media-left {
    width: 50%;
    height: 350px;
    text-align: center;
    position: relative;
}

/* Video and Image Styles */
.feature-video,
.feature-img {
    width: 90%;
    height: 350px;
    width: 350px;
    margin-left: 20px;
    margin-right: 20px;

    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    cursor: pointer;
}

/* Hover Effect on Media */
.feature-video:hover,
.feature-img:hover {
    transform: scale(1.07) rotate(1deg);
    box-shadow: 0 8px 18px rgba(0, 115, 230, 0.2);
    border: 3px solid #0073e6;
}

/* Sale and Purchase Section Highlight */
.feature-section.feature-blue-bg {
    background: linear-gradient(135deg, #e6f0ff, #cce5ff);
}

/* Blue Text for Sale and Purchase Section */
.feature-blue-text {
    color: #0073e6;
}

/* Responsive Design */
@media (max-width: 992px) {
    .feature-section {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .feature-section.feature-reverse {
        flex-direction: column;
    }

    .feature-content-left,
    .feature-content-right,
    .feature-media-right,
    .feature-media-left {
        width: 100%;
        margin-bottom: 20px;
    }

    .feature-video,
    .feature-img {
        width: 100%;
    }
}

/* Smooth Hover Animation */
.feature-content-left p:hover,
.feature-content-right p:hover {
    color: #0073e6;
    transition: color 0.3s ease-in-out;
}

/* Link Styles */
.feature-content-left a,
.feature-content-right a {
    text-decoration: none;
    color: #0073e6;
    font-weight: bold;
}

.feature-content-left a:hover,
.feature-content-right a:hover {
    text-decoration: underline;
}

/* Special Highlight for Blue Sections */
.feature-content-left.feature-blue-bg,
.feature-content-right.feature-blue-bg {
    background: #0073e6;
    padding: 20px;
    border-radius: 12px;
}

.welcome-section {
    background: linear-gradient(135deg, #1e427d 0%, #397deb 50%, #0073e6 100%);
    color: white;
    padding: 80px 20px;
    margin-top: 0;
    font-size: 32px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    position: relative;
    overflow: hidden;
    
    /* Separate from hero image */
    border-top: 3px solid #ffffff20;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
}

/* Background Design */
.welcome-section::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    top: -30px;
    left: 20%;
    animation: float 6s ease-in-out infinite;
}

.welcome-section::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    bottom: -50px;
    right: 15%;
    animation: float 8s ease-in-out infinite reverse;
}

/* Floating animation for decorative elements */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

/* Main Section Design */




/* Main Section */
#why-valuesoft {
    position: relative;
    background: linear-gradient(to bottom right, #f5f7fa, #e2e8f0);
    /* Soft gradient */
    padding: 80px 10%;
    text-align: center;
    overflow: hidden;
}

/* Bubble Animation */
/* #why-valuesoft::before,
#why-valuesoft::after {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    animation: bubble-move 12s infinite alternate ease-in-out;
} */

/* Left Bubble */
#why-valuesoft::before {
    top: 10%;
    left: -100px;
    animation-delay: 0s;
}

/* Right Bubble */
#why-valuesoft::after {
    bottom: 10%;
    right: -100px;
    animation-delay: 3s;
}

.square {
    position: absolute;
    width: 60px;
    /* Default Square Size */
    height: 60px;
    background: rgba(255, 255, 255, 0.6);
    /* Light White with Transparency */
    border-radius: 5px;
    /* Slightly Rounded Corners */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    /* Soft Shadow */
    animation: square-move 12s infinite alternate ease-in-out;
}

/* Adding Multiple Squares */
.square:nth-child(1) {
    top: 20%;
    left: 10%;
    width: 80px;
    height: 80px;
    animation-duration: 10s;
}

.square:nth-child(2) {
    top: 40%;
    left: 20%;
    width: 60px;
    height: 60px;
    animation-duration: 12s;
}

.square:nth-child(3) {
    bottom: 20%;
    right: 15%;
    width: 90px;
    height: 90px;
    animation-duration: 14s;
}

.square:nth-child(4) {
    bottom: 30%;
    left: 10%;
    width: 70px;
    height: 70px;
    animation-duration: 8s;
}

.square:nth-child(5) {
    top: 20%;
    right: 7%;
    width: 100px;
    height: 100px;
    animation-duration: 15s;
}

.square:nth-child(6) {
    top: 20%;
    right: 10%;
    width: 50px;
    height: 50px;
    animation-duration: 15s;
}

.square:nth-child(7) {
    bottom: 40%;
    right: 10%;
    width: 60px;
    height: 60px;
    animation-duration: 15s;
}

/* Animation for Moving Squares */
@keyframes square-move {
    0% {
        transform: translateY(0) translateX(0) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) translateX(20px) rotate(10deg);
    }

    100% {
        transform: translateY(-40px) translateX(-20px) rotate(-10deg);
    }
}

/* Multiple Moving Bubbles */
.bubble {
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    animation: bubble-move 12s infinite alternate ease-in-out;
}

/* Adding Multiple Bubbles */
.bubble:nth-child(1) {
    top: 20%;
    left: 10%;
    width: 80px;
    height: 80px;
    animation-duration: 10s;
}

.bubble:nth-child(2) {
    top: 40%;
    left: 20%;
    animation-duration: 12s;
}

.bubble:nth-child(3) {
    bottom: 20%;
    right: 15%;
    animation-duration: 14s;
}

.bubble:nth-child(4) {
    bottom: 30%;
    left: 5%;
    animation-duration: 8s;
    width: 70px;
    height: 70px;
}

.bubble:nth-child(5) {
    top: 50%;
    right: 10%;
    width: 90px;
    height: 90px;
    animation-duration: 15s;
}

/* Bubble Animation */
@keyframes bubble-move {
    0% {
        transform: translateY(0) translateX(0) scale(1);
    }

    50% {
        transform: translateY(-20px) translateX(20px) scale(1.1);
    }

    100% {
        transform: translateY(-40px) translateX(-20px) scale(0.9);
    }
}

/* Responsive Design */

/* Tablet Screens */
@media (max-width: 1024px) {
    .bubble {
        width: 50px;
        height: 50px;
    }

    .square {
        width: 60px;
        height: 60px;
    }

    #why-valuesoft::before,
    #why-valuesoft::after {
        width: 120px;
        height: 120px;
    }
}

/* Mobile Screens */
@media (max-width: 768px) {
    .bubble {
        width: 40px;
        height: 40px;
    }

    .square {
        width: 50px;
        height: 50px;
    }

    #why-valuesoft::before,
    #why-valuesoft::after {
        width: 100px;
        height: 100px;
    }
}

/* Small Mobile Screens */
@media (max-width: 480px) {
    .bubble {
        width: 30px;
        height: 30px;
    }

    .square {
        width: 40px;
        height: 40px;
    }

    #why-valuesoft::before,
    #why-valuesoft::after {
        width: 80px;
        height: 80px;
    }
}

/* Features Container */
.features-container {
    margin-bottom: 40px;
}

/* Heading Design */
.features-title {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #1d3557;
    margin-bottom: 20px;
}

/* Highlight Text */
.highlight {
    color: #0276FD;
}

/* Description Design */
.features-description {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 40px;
}

/* Features Grid Design */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 10px;
}

/* Feature Card */
.feature-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Icon Styling Whatsapp sms email icon */  
.feature-icon {
    font-size: 50px;
    color: #19c2ff;
    margin-bottom: 20px;
    transition: transform 0.3s ease, color 0.3s ease;
}

/* Icon Hover Effect */
.feature-card:hover .feature-icon {
    transform: rotate(15deg) scale(1.2);
    color: #1d3557;
}

/* Feature Title */
.feature-title {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

/* Title Hover Effect */
.feature-card:hover .feature-title {
    color: #0276FD;
}

/* Feature Text */
.feature-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

/* Card Hover Effect */
.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(2, 118, 253, 0.2);
    background: linear-gradient(to bottom right, #f8fbff, #e6f0ff);
}

/* Responsive Design */
@media (max-width: 992px) {
    #why-valuesoft {
        padding: 50px 5%;
    }

    .features-title {
        font-size: 28px;
    }

    .features-description {
        font-size: 16px;
    }

    .features-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
    }

    .features-title {
        font-size: 26px;
    }

    .features-description {
        font-size: 15px;
    }
}

/* Main Section */
.biz-features-section {
    padding: 60px 10%;
    background: linear-gradient(to right, #0073e6, #004a99);
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Creating Moving Rectangles */
/*.biz-features-section::before,
.biz-features-section::after {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    animation: moveRect 15s linear infinite;
}*/

/* Second Rectangle with Different Speed */
/*.biz-features-section::after {
    top: auto;
    bottom: -100px;
    left: auto;
    right: -100px;
    width: 200px;
    height: 200px;
    animation: moveRect2 18s linear infinite;
}*/

/* Animation for the First Rectangle */
/*@keyframes moveRect {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(50px, 50px) rotate(15deg);
    }
    50% {
        transform: translate(100px, -50px) rotate(30deg);
    }
    75% {
        transform: translate(-50px, 50px) rotate(45deg);
    }
    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}*/

/* Animation for the Second Rectangle */
/*@keyframes moveRect2 {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(-60px, -40px) rotate(-15deg);
    }
    50% {
        transform: translate(-120px, 30px) rotate(-30deg);
    }
    75% {
        transform: translate(40px, -40px) rotate(-45deg);
    }
    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}*/

/* Heading */
.biz-features-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #FFF;
}

/* Highlighted Text */
.biz-highlight {
    color: #FFF;
}

/* Grid Layout */
.biz-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

/* Feature Card Design */
.biz-feature-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* Hover Effect */
.biz-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

/* Icon Styling */
.biz-feature-icon {
    font-size: 40px;
    color: #0276fd;
    margin-bottom: 15px;
    transition: color 0.3s ease-in-out;
}

/* Hover Effect on Icon */
.biz-feature-card:hover .biz-feature-icon {
    color: #153568;
}

/* Title Styling */
.biz-feature-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

/* Description Styling */
.biz-feature-description {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

/* ============================= */
/* Media Queries for Responsiveness */
/* ============================= */

/* Desktop */
@media (min-width: 1200px) {
    .biz-features-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Laptop and Small Desktops */
@media (max-width: 1199px) and (min-width: 992px) {
    .biz-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Tablet */
@media (max-width: 991px) {
    .biz-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .biz-features-heading {
        font-size: 28px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .biz-features-grid {
        grid-template-columns: 1fr;
    }

    .biz-features-heading {
        font-size: 24px;
    }

    .biz-feature-card {
        padding: 15px;
    }
}

/* Testimonial Section */
.testimonial-section {
    padding: 60px 5%;
    background: linear-gradient(135deg, #f5f7fa, #e3e9f0);
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Moving Background Bubbles */
.testimonial-section::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.7) 20%, rgba(239, 246, 255, 0.8) 60%);
    top: -50%;
    left: -50%;
    animation: moveBubbles 30s linear infinite;
    z-index: -1;
}

/* Keyframes for Moving Bubbles */
@keyframes moveBubbles {
    0% {
        transform: translate(0, 0) rotate(0);
    }

    50% {
        transform: translate(10px, 10px) rotate(180deg);
    }

    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

/* Testimonial Heading */
.testimonial-title {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    color: #3a3a8e;
    font-weight: 700;
    margin-bottom: 10px;
}

.testimonial-subtitle {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}

/* Wrapper for Testimonials */
.testimonial-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

/* Testimonial Card */
.testimonial-card {
    width: 32%;
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
}

/* Card Hover Animation */
.testimonial-card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Testimonial Header */
.testimonial-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

/* Icon Styles */
.testimonial-icon {
    background: linear-gradient(to right, #0276FD, #00aaff);
    color: #fff;
    padding: 12px;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Testimonial Name */
.testimonial-name {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

/* Video Container */
.testimonial-content {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
}

/* Frame Customization */
.testimonial-content iframe {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease-in-out;
}

/* Frame Hover Animation */
.testimonial-content iframe:hover {
    transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .testimonial-card {
        width: 48%;
        margin-bottom: 20px;
    }

    .testimonial-title {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .testimonial-card {
        width: 100%;
    }

    .testimonial-title {
        font-size: 26px;
    }

    .testimonial-content {
        height: 180px;
    }
}

@media (max-width: 480px) {
    .testimonial-title {
        font-size: 22px;
    }

    .testimonial-name {
        font-size: 16px;
    }

    .testimonial-content {
        height: 150px;
    }
}

/* Pricing Section */
.pricing-section {
    position: relative;
    padding: 60px 5%;
    background: linear-gradient(to right, #f5f9ff, #eef5ff);
    text-align: center;
    overflow: hidden;
}

/* Animated Background Pattern */
.pricing-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 300%;
    height: 300%;

    animation: move-pattern 20s linear infinite;
    opacity: 0.4;
    z-index: 0;
}

/* Background Animation */
@keyframes move-pattern {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-50px, -50px);
    }

    100% {
        transform: translate(0, 0);
    }
}

/* Pricing Header */
.pricing-title {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    color: #3a3a8e;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;

}

.pricing-title .highlight {
    color: #0276FD;
}

.pricing-subtitle {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
    position: relative;

}

/* Wrapper for Pricing Cards */
.pricing-wrapper {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    gap: 5;
    flex-wrap: wrap;
    position: relative;

}

/* Pricing Cards */
.pricing-card {
    box-sizing: border-box;
    width: 23%;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;

}

/* Basic, Standard, Premium Card Colors */
.basic-card:hover {
    background: linear-gradient(to bottom right, #f0f9ff, #e0f2fe);
    transform: translateY(-10px) scale(1.03);
}

.highlight-card:hover {
    background: linear-gradient(to bottom right, #0276FD, #00aaff);
    transform: translateY(-10px) scale(1.03);
    color: white;
}

.premium-card:hover {
    background: linear-gradient(to bottom right, #c4eefd, #cfeefb);
    transform: translateY(-10px) scale(1.03);
}

/* Pricing Tag */
.pricing-tag {
    position: absolute;

    left: 50%;
    transform: translateX(-50%);
    background: #0276FD;
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    /*text-transform: uppercase;*/
}

/* Pricing Price */
.pricing-price h3 {
    font-size: 28px;
    color: #8e6e3a;
    margin-top: 40px;
}

.price-note {
    font-size: 14px;
    color: #666;
}

/* Pricing Features List */
.pricing-features {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: left;
}

.pricing-features li {
    font-size: 14px;
    padding: 3px 0;
    color: #333;
}

.pricing-features li i {
    color: #0276FD;
    margin-right: 10px;
}

/* Button Styles */
.pricing-btn {
    padding: 12px 20px;
    width: 100%;
    background: #0276FD;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.pricing-btn:hover {
    background: #0056d6;
}

/* Pricing Footer */
.pricing-footer {
    margin-top: 40px;
    font-size: 14px;
    color: #666;
}

.pricing-footer a {
    color: #0276FD;
    text-decoration: none;
}

/* Responsive Design */

/* Tablet Screen */
@media (max-width: 1024px) {
    .pricing-card {
        width: 48%;
        margin-bottom: 20px;
    }

    .pricing-title {
        font-size: 28px;
    }
}

/* Mobile Screen */
@media (max-width: 768px) {
    .pricing-card {
        width: 100%;
        margin-bottom: 20px;
    }

    .pricing-title {
        font-size: 24px;
    }
}

/* Small Mobile Screens */
@media (max-width: 480px) {
    .pricing-title {
        font-size: 20px;
    }

    .pricing-price h3 {
        font-size: 22px;
    }

    .pricing-btn {
        font-size: 14px;
    }
}

/* Video Section */
#video-section {
    position: relative;
    background: linear-gradient(to bottom right, #f5f9ff, #eef5ff);
    /* Light blue gradient */
    padding: 80px 10%;
    text-align: center;
    overflow: hidden;
}

/* Moving Light Blue Video Recording Pattern */
#video-section::before {
    content: '';
    position: absolute;
    width: 300%;
    height: 300%;
    background:
        radial-gradient(circle at 20% 20%, rgba(2, 118, 253, 0.1) 10%, rgba(255, 255, 255, 0) 30%) 50px 50px,
        radial-gradient(circle at 40% 60%, rgba(2, 118, 253, 0.2) 10%, rgba(255, 255, 255, 0) 30%) 150px 150px,
        radial-gradient(circle at 80% 40%, rgba(2, 118, 253, 0.15) 10%, rgba(255, 255, 255, 0) 30%) 250px 250px,
        radial-gradient(circle at 60% 80%, rgba(2, 118, 253, 0.1) 10%, rgba(255, 255, 255, 0) 30%) 350px 350px;
    background-size: 200px 200px;
    animation: moveRecording 40s linear infinite;
    top: -100%;
    left: -100%;
    z-index: 0;
    opacity: 0.3;
}

/* Slow Pattern Animation */
@keyframes moveRecording {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    50% {
        transform: translate(25px, 25px) rotate(180deg);
    }

    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

/* Recording Indicator */
.recording-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    background: red;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.8);
    animation: pulseRecording 1.5s infinite alternate ease-in-out, bounceRecording 10s infinite alternate ease-in-out;
}

/* Pulse Animation */
@keyframes pulseRecording {
    0% {
        transform: scale(1);
        box-shadow: 0 0 10px rgba(255, 0, 0, 0.8);
    }

    50% {
        transform: scale(1.3);
        box-shadow: 0 0 20px rgba(255, 0, 0, 1);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 10px rgba(255, 0, 0, 0.8);
    }
}

/* Floating Animation for Recording Indicator */
@keyframes bounceRecording {
    0% {
        transform: translateY(0) translateX(0);
    }

    50% {
        transform: translateY(-30px) translateX(20px);
    }

    100% {
        transform: translateY(0) translateX(-20px);
    }
}

/* Position Multiple Recording Icons */
.recording-icon:nth-child(1) {
    top: 20%;
    left: 15%;
    animation-duration: 8s;
}

.recording-icon:nth-child(2) {
    top: 40%;
    left: 25%;
    animation-duration: 10s;
}

.recording-icon:nth-child(3) {
    bottom: 20%;
    right: 20%;
    animation-duration: 12s;
}

.recording-icon:nth-child(4) {
    bottom: 30%;
    left: 5%;
    animation-duration: 7s;
}

.recording-icon:nth-child(5) {
    top: 50%;
    right: 10%;
    animation-duration: 14s;
}

/* Video Container */
.video-container {
    position: relative;

    max-width: 800px;
    margin: 0 auto;
}

/* Video Title */
.video-title {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #3a3a8e;
    margin-bottom: 15px;
}

/* Highlight Text */
.video-title .highlight {
    color: #0276FD;
}

/* Video Description */
.video-description {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
}

/* Video Card */
.video-card {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to bottom right, #f0f9ff, #e0f2fe);
    position: relative;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* Video Frame */
.video-card-top {
    width: 100%;
    height: 315px;
    border: none;
    border-radius: 12px;
    transition: transform 0.4s ease-in-out;
}

/* Hover Effect */
.video-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 12px 30px rgba(2, 118, 253, 0.2);
    background: linear-gradient(to bottom right, #e6f4ff, #d0e9ff);
}

/* Hover Zoom for Video */
.video-card:hover .video-card-top {
    transform: scale(1.05);
}

/* Responsive Design */

/* Tablet Screens */
@media (max-width: 768px) {
    .video-container {
        width: 90%;
    }

    .video-card-top {
        height: 250px;
    }

    .video-title {
        font-size: 28px;
    }

    .video-description {
        font-size: 16px;
    }
}

/* Small Mobile Screens */
@media (max-width: 480px) {
    .video-container {
        width: 100%;
    }

    .video-card-top {
        height: 200px;
    }

    .video-title {
        font-size: 24px;
    }

    .video-description {
        font-size: 14px;
    }
}

/* FAQ Section */
.containerfaq {
    max-width: 900px;
    margin: 50px auto;
    padding: 40px 20px;
    background: linear-gradient(135deg, #d9f3ff, #f0f9ff);
    border-radius: 12px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

/* Subtle Moving Wave Background */
.containerfaq::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgba(2, 118, 253, 0.2) 20%, rgba(255, 255, 255, 0.9) 80%);
    opacity: 0.8;
    animation: moveWaves 15s linear infinite alternate;
    z-index: 0;
}

/* Wave Animation */
@keyframes moveWaves {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    50% {
        transform: translate(-10px, 10px) rotate(180deg);
    }

    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

/* Heading Styles */
.h2-fo {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    color: #0276FD;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    z-index: 2;
}

/* Language Switch Button */
#switch-button {
    padding: 12px 24px;
    background: linear-gradient(135deg, #ff4d4d, #ff1a1a);
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    cursor: pointer;
    display: block;
    margin: 0 auto 20px auto;
    transition: background 0.3s, transform 0.2s;
    position: relative;
    z-index: 2;
}

#switch-button:hover {
    background: linear-gradient(135deg, #ff1a1a, #e60000);
    transform: scale(1.05);
}

/* Accordion Styles */
.accordion {
    background: #f9fafe;
    /* Soft Blue-Gray Background */
    padding: 18px 20px;
    margin-top: 15px;
    border: 1px solid rgba(0, 123, 255, 0.15);
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease-in-out;
    position: relative;
    box-shadow: 0 6px 18px rgba(0, 123, 255, 0.06);
    /* Light Glow Effect */
}

/* Accordion Hover Effect */
.accordion:hover {
    background: #edf4ff;
    /* Slightly Darker Blue */
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.12);
    transform: translateY(-2px) scale(1.02);
    /* Smooth Lift Effect */
}

/* Heading Inside Accordion */
.accordion h5 {
    margin: 0;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #333;
    transition: color 0.3s ease-in-out;
}

/* Accordion Icons */
.accordion i {
    font-size: 18px;
    color: #0276FD;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* Accordion Active State */
.accordion.active {
    background: #0276FD;
    /* Solid Primary Blue for Active */
    color: #fff;
    box-shadow: 0 10px 30px rgba(2, 118, 253, 0.25);
    /* Enhanced Glow */
    border: 1px solid rgba(255, 255, 255, 0.4);
}

/* Active State Text and Icon Colors */
.accordion.active h5 {
    color: #fff;
}

.accordion.active i {
    transform: rotate(180deg);
    color: #fff;
}

/* Accordion Panel Content */
.panal {
    background: #f5f9ff;
    /* Light Blue Background */
    padding: 15px 20px;
    margin-top: 5px;
    border-radius: 8px;
    border: 1px solid rgba(0, 123, 255, 0.1);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.05);
}


/* Updated Panel Content */
/*.panal {*/
/* // background: linear-gradient(135deg, rgba(235, 245, 255, 0.9), rgba(255, 255, 255, 0.95)); */
/* Soft Blue Gradient */
/*    padding: 15px 20px;*/
/*    border-radius: 8px;*/
/*    margin-top: 5px;*/
/*    font-family: 'Poppins', sans-serif;*/
/*    font-size: 16px;*/
/*    color: #333;*/
/*    line-height: 1.6;*/
/*    display: none;*/
/*    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);*/
/*    animation: fadeIn 0.4s ease-in-out;*/
/*}*/


/* Panel Animation */
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hindi/English Content Handling */
.hiddenHindiEnglish {
    display: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .h2-fo {
        font-size: 28px;
    }

    .accordion h5 {
        font-size: 16px;
    }

    .panal {
        font-size: 14px;
    }

    #switch-button {
        font-size: 12px;
        padding: 10px 18px;
    }
}

.img-fluid-gif {
    max-height: 500px;
    width: 500px;
    transition: transform 0.3s ease-in-out;
}

.img-fluid-gif:hover {
    transform: scale(1.05);
    /* Slight zoom effect */

}

.smart-form-section {
    text-align: center;
    margin-top: 50px;

    border: 5px solid #0a73f8;
    color: #fff;
    padding: 40px 20px;

}

/* .smart-form-section::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    top: -30px;
    left: 20%;
}

.smart-form-section::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(230, 9, 9, 0.2);
    border-radius: 50%;
    bottom: -50px;
    right: 15%;
} */

/* Section Title */
.smart-title {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.5;
}

/* Highlighted Text with Lighter Golden */
.gold-highlight {
    background: linear-gradient(to right, #FFD700, #FFC107);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Form Container */
.smart-form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 20px;
    width: 100%;
}

/* Form Group */
.smart-form-group {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 20px;
}

/* Icon inside Input */
.smart-icon {
    position: absolute;
    left: 12px;
    padding-left: 12px;
    color: #888;
    font-size: 16px;
}

/* Country Code Style */
.country-code {
    font-size: 14px;
    font-weight: 600;
    margin-left: 28px;
    color: #333;
}

/* Input Fields */
.smart-input {
    width: 100%;
    border: none;
    outline: none;

    padding: 8px 10px 8px 50px;
    padding-left: 15px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

/* Book Now Button */
.smart-btn {
    background-color: #FFD700;
    color: #333;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
}

/* Hover Effect for Button */
.smart-btn:hover {
    background-color: #FFA500;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(255, 165, 0, 0.4);
}

/* Responsive Design */
@media (max-width: 768px) {
    .smart-form-container {
        flex-direction: column;
        gap: 12px;
    }

    .smart-form-group {
        width: 100%;
        max-width: 400px;
    }

    .smart-btn {
        width: 100%;
        max-width: 400px;
    }

    .smart-title {
        font-size: 24px;
    }
}

/* Section background and heading */
.customized-app-section {
  padding: 60px 5%;
  background: linear-gradient(to right, rgba(124, 200, 223, 0.25), #bae5ff);
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.customized-app-section h1 {
  font-size: 3.5rem;
  margin-bottom: 40px;
  color: #003366;
  font-family: MinionBold, serif;
}

/* Flex card container */
.card-container-app {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

/* Individual card styling */
.customized-app-card {
  background: #ffffff;
  color: #003d66;
  border-radius: 16px;
  box-shadow: 2px 6px 18px rgba(215, 236, 125, 0.851);
  padding: 30px;
  max-width: 600px;
  flex: 1 1 400px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.customized-app-card:hover {
  transform: translateY(-8px);
  box-shadow: 3px 10px 24px rgba(129, 238, 152, 0.893);
}

/* .customized-app-card  i  {
  font-size: 43px;
  margin-bottom: 20px;
} */

.android-icon {
  font-size: 45px !important;
  color: #3DDC84; /* Android Green */
  margin-bottom: 20px;
}

.chrome-icon {
  font-size: 40px !important;
  color: #4285F4; /* Chromium Blue */
  margin-bottom: 20px;
}

.customized-app-card h2 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

/* Content container */
.customized-app-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Two-column layout for text and list */
.customized-app-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.left-text {
  flex: 1 1 50%;
  text-align: left;
}

.right-list {
  flex: 1 1 45%;
}

.right-list ul {
  margin: 0;
  padding-left: 20px;
  font-size: 1.4rem !important;
  text-align: left;
  line-height: 1.1;
}

.right-list ul li {
  margin-bottom: 8px;
}

/* Read More button */
.read-more-btn {
  align-self: center;
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #00aaff;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.read-more-btn:hover {
  background-color: #0077cc !important;
  color:#FFF;
}

/* Responsive stacking */
@media (max-width: 768px) {
  .customized-app-inner {
    flex-direction: column;
  }

  .left-text,
  .right-list {
    flex: 1 1 100%;
  }

  .right-list {
    text-align: left;
  }
}





