.zest-india {
    background-color: rgb(30 186 104 / 30%);
    padding: 5rem 0rem 5rem;
}

.zest-inner {
    width: 60%;
    margin: 0px auto;
    text-align: center;
}

.zest-inner h2 {
    padding: 1.5rem 0rem 1.5rem;
}

.buy-text-gray {
    background: linear-gradient(90deg, #A3F05A, #58B770, #1E4A49, #A3F05A);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
    animation: textLightning 12s linear infinite;
}

.zest-inner p {
    padding-bottom: 3rem;
}

.zest-inner a {
    position: relative;
    background: linear-gradient(90deg, #89F336 0%, #1EBA68 63%, #004B49 100%);
    border-radius: 30px;
    color: var(--white);
    text-decoration: none;
    padding: 0.5rem 4rem;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
}

.zest-inner img:last-child {
    padding-top: 2rem;
}

.user-count-parent {
    padding: 3rem 0rem 4rem;
    display: flex;
}

.user-count-child {
    width: 25%;
    text-align: center;
    border-right: 1px solid #315a45;
}

.user-count-child h2 {
    color: #82D35B;
}

.user-count-parent .user-count-child:last-child {
    border-right: none;
}

.online-parent {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    padding-bottom: 4rem;
}

.online-child {
    width: 33%;
    background: linear-gradient(#FFFFFF, #FFFFFF) padding-box,
        linear-gradient(90deg, #89F336 0%, #1EBA68 37%, #004B49 100%) border-box;
    box-shadow: 0px 10px 20px #00000026;
    border-radius: 10px;
    border-top: 5px solid transparent;
    padding: 3%;
}

.online-child h3 {
    color: #000201;
    padding-bottom: 1rem;
}

.online-child p {
    color: #1E4A49;
    padding-bottom: 2rem;
}

.multi-text {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.multi-text p {
    color: var(--black);
    border: 1px solid #58B770;
    border-radius: 50px;
    padding: 0.2rem 1rem;
}

.download-parent {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
}

.download-child {
    width: 33%;
    background: linear-gradient(rgba(1, 4, 3, 0.8), rgba(1, 4, 3, 0.8)) padding-box,
        linear-gradient(90deg, #89F336, #1EBA68, #004B49, #89F336) border-box;
    background-size: 100% 100%, 300% 300%;
    box-shadow: 0px 10px 20px #00000026;
    border-radius: 15px;
    border: 5px solid transparent;
    padding: 1.5rem 2rem 1.5rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    animation: borderLightning 8s linear infinite;
}

@keyframes borderLightning {
    0% {
        background-position: 0% 50%, 0% 50%;
    }

    50% {
        background-position: 0% 50%, 100% 50%;
    }

    100% {
        background-position: 0% 50%, 0% 50%;
    }
}

.zero-one {
    width: 80%;
}

.zero-image {
    width: 15%;
    text-align: center;
}

.zero-one h2 {
    padding-bottom: 1rem;
}

.zero-one h3 {
    padding-bottom: 0.5rem;
}

.down-inner {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.lets-build {
    background-color: rgba(1, 4, 3, 0.92);
    padding: 6rem 0rem;
}

.to-gether {
    background: linear-gradient(90deg, #7BFA65, #02524B, #7BFA65);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
    animation: textLightning 12s linear infinite;
}

@keyframes textLightning {
    0% {
        background-position: 0% center;
    }

    100% {
        background-position: 0% center;
    }
}

.contact-text h2 {
    padding: 0.5rem 0rem 1.5rem;
}

.contact-text p {
    font-weight: 300;
    width: 38%;
    padding-bottom: 4rem;
}

.form-inner-parent {
    display: flex;
    justify-content: space-between;
}

.form-inner-child1 {
    width: 30%;
}

.email-text {
    border-bottom: 2px solid #45E588;
    margin-bottom: 1.5rem;
}

.email-text h3 {
    padding: 0.4rem 0rem 1.5rem;
}

.email-text h3 a {
    text-decoration: none;
}

.form-inner-child1 .email-text:last-child {
    margin-bottom: 0rem;
}

.form-inner-child2 {
    width: 60%;
}

.contact-from {
    margin-top: 2.7rem;
}

.contact-from .name-parent {
    margin-bottom: 2rem;
}

.contact-from .name-parent .name-parent-child {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
}

.contact-from .name-parent input {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: #ffffff;
    font-weight: 300;
    border: none;
    background: none;
    border-bottom: 1px solid rgb(69 229 136 / 50%);
    padding: 0.6rem 0rem;
    width: 100%;
}

.contact-from .name-parent textarea {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: #ffffff;
    font-weight: 300;
    border: none;
    background: none;
    border-bottom: 1px solid rgb(69 229 136 / 50%);
    padding: 0.6rem 0rem;
    width: 100%;
    resize: none;
    min-height: 7vw;
}

.contact-from .name-parent input:focus-visible,
.contact-from .name-parent textarea:focus-visible {
    outline: none;
}

/* Standard */
.contact-from .name-parent input::placeholder,
.contact-from .name-parent textarea::placeholder {
    font-family: 'Poppins', sans-serif;
}

/* Chrome, Safari, Edge */
.contact-from .name-parent input::-webkit-input-placeholder,
.contact-from .name-parent textarea::-webkit-input-placeholder {
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    font-weight: 300;
}

/* Firefox */
.contact-from .name-parent input::-moz-placeholder,
.contact-from .name-parent textarea::-moz-placeholder {
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    font-weight: 300;
}

/* Internet Explorer */
.contact-from .name-parent input:-ms-input-placeholder,
.contact-from .name-parent textarea:-ms-input-placeholder {
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    font-weight: 300;
}

/* Old Edge */
.contact-from .name-parent input::-ms-input-placeholder,
.contact-from .name-parent textarea::-ms-input-placeholder {
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    font-weight: 300;
}

.contact-from .name-parent .name-parent-child input {
    width: 50%;
}

.contact-from .get-submit {
    font-family: "Poppins", sans-serif;
    font-size: var(--text-24);
    color: #ffffff;
    font-weight: 600;
    background: transparent linear-gradient(90deg, #89F336 0%, #1EBA68 37%, #004B49 100%) 0% 0% no-repeat padding-box;
    border-radius: 50px;
    border: none;
    padding: 0.5rem 0rem;
    width: 350px;
    margin-top: 2rem;
    height: 3.125vw;
}

.what-drives-us {
    background-color: rgba(30, 186, 104, 0.15);
}

.us-forward {
    background: linear-gradient(90deg, #FFFFFF, #ECFCEF, #78E58F, #FFFFFF);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
    animation: textLightning 12s linear infinite;
}

.what-drives-us .contact-text p {
    padding-bottom: 3rem;
}

.what-drives-slider {
    margin-left: 0rem !important;
    margin-left: -10px;
    margin-right: -10px;
}

.what-drives-slider .slick-track {
    display: flex !important;
    align-items: stretch;
}

.what-drives-slider .slick-slide {
    height: auto !important;
    display: flex !important;
    padding: 0 10px;
}

.innov-box {
    padding: 2rem;
    width: 35vw !important;
    height: 100%;
    /* Stretch to fill slide height */
    display: flex;
    flex-direction: column;
    margin-right: 0rem;
    background: linear-gradient(#FFFFFF, #FFFFFF) padding-box, linear-gradient(90deg, #89F336 0%, #1EBA68 37%, #004B49 100%) border-box;
    box-shadow: 0px 10px 20px #00000026;
    border-radius: 10px;
    border-top: 5px solid transparent;
}

.innov-box .innov-img {
    display: flex;
    justify-content: flex-end;
}

.innov-box h3 {
    padding-bottom: 0.5rem;
}

.innov-box p {
    color: #1D4948;
    padding-right: 0rem;
}

.glimmer-white p {
    padding-top: 1rem;
    width: 65%;
}

.adv-right {
    display: flex;
    gap: 1.5rem;
    height: 100%;
    align-items: flex-end;
    justify-content: flex-end;
}

.adv-right-child {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;

    border-radius: 10px;
    width: 230px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid transparent;
    background: linear-gradient(#010403, #010403) padding-box, linear-gradient(90deg, #89F336, #1EBA68, #004B49, #89F336) border-box;
    background-size: 100% 100%, 300% 300%;
    border-radius: 20px;
    animation: borderLightning 8s linear infinite;
}

.adv-right-child img {
    width: 80px;
}

.adv-right a:nth-child(1) .adv-right-child img {
    width: 150px;
}

.in-expert {
    background: linear-gradient(90deg, #FFFFFF, #58B770, #85FF11, #FFFFFF);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
    animation: textLightning 12s linear infinite;
}

.indus-tab-parent-desktop .nav-pills {
    background: #2e2f2e 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 0.8rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.indus-tab-parent-desktop .nav-pills .nav-item {
    flex: 1;
}

.indus-tab-parent-desktop .nav-pills .nav-link {
    margin: 0 0vw;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: var(--black) m !important;
    background: #FFFFFF;
    border-radius: 3px;
    width: 100% !important;
    height: 3.5vw;
}

.indus-tab-parent-desktop .nav-pills .nav-link:hover {
    opacity: 1;
}

.indus-tab-parent-desktop .nav-pills .nav-link.active {
    background: transparent linear-gradient(90deg, #89F336 0%, #1EBA68 37%, #004B49 100%) 0% 0% no-repeat padding-box;
    color: #FFFFFF !important;
}

.banking-parent {
    position: relative;
    border-radius: 10px;
}

.banking-image img {
    width: 100%;
}

.banking-text {
    position: absolute;
    top: 3rem;
    left: 4rem;
    width: 35%;
}

.banking-text h3 {
    background: transparent linear-gradient(270deg, #78E58F 50%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
    padding-bottom: 1rem;
}

.banking-text .multi-text {
    margin-top: 3rem;
    width: 65%;
}

.banking-text .multi-text p {
    color: var(--black);
    border: 0px solid #58B770;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 18px;
    padding: 0.2rem 1rem;
}

.contact-from .name-parent {
    position: relative;
}

.contact-from .name-parent .error {
    position: absolute;
}

.contact-from .name-parent:nth-child(1) .name-parent-child {
    position: relative;
}

.contact-from .name-parent:nth-child(1) .name-parent-child #nameError, .contact-from  .name-parent-child #phoneError {
    position: absolute;
    bottom: -1.5rem;
}

.contact-from .name-parent:nth-child(1) .name-parent-child #emailError, .contact-from  .name-parent-child #companyError {
    position: absolute;
    bottom: -1.5rem;
    right: 0 !important;
}

.innov-img img {
    width: 5vw;
    height: 5vw;
}

.adv-right a:nth-child(1) .adv-right-child img {
    width: 125px;
}
/*breakpoints*/
@media screen and (max-width: 1680px) {
    .indus-tab-parent-desktop .nav-pills .nav-link {
        width: 225px;
    }

    .contact-from {
        margin-top: 2.2rem;
    }

    .what-drives-slider {
        margin-left: 7rem;
    }

    .contact-from .name-parent:nth-child(1) .name-parent-child #emailError, .contact-from  .name-parent-child #companyError {
        right: 20.5rem;
    }
}

@media screen and (max-width: 1600px) {

    .indus-tab-parent-desktop .nav-pills .nav-link {
        width: 210px;
    }

    .contact-from .name-parent:nth-child(1) .name-parent-child #emailError, .contact-from  .name-parent-child #companyError {
        right: 19.2rem;
    }
}

@media screen and (max-width: 1540px) {
    .contact-from .name-parent textarea {
        min-height: 6.7vw;
    }

    .what-drives-slider {
        margin-left: 6.2rem;
    }

    .indus-tab-parent-desktop .nav-pills .nav-link {
        width: 203px;
    }

    .innov-box p {
        min-height: 3vw;
    }

    .contact-from .name-parent:nth-child(1) .name-parent-child #emailError, .contact-from  .name-parent-child #companyError {
        right: 18.2rem;
    }
}

@media screen and (max-width: 1440px) {
    .zest-india {
        padding: 4rem 0rem 4rem;
    }

    .zest-inner img:nth-child(1) {
        width: 280px;
    }

    .zest-inner h2 {
        padding: 1.2rem 0rem 1.2rem;
    }

    .zest-inner p {
        padding-bottom: 2.5rem;
    }

    .zest-inner a {
        padding: 0.5rem 3.5rem;
    }

    .online-parent {
        padding-bottom: 3rem;
    }

    .lets-build {
        padding: 4rem 0rem;
    }

    .contact-text h2 {
        padding: 0.5rem 0rem 1rem;
    }

    .contact-text p {
        padding-bottom: 3rem;
    }

    .contact-from .name-parent input,
    .contact-from .name-parent textarea {
        font-size: 18px;
    }

    .contact-from {
        margin-top: 2rem;
    }

    .contact-from .name-parent textarea {
        min-height: 7vw;
    }

    .contact-from .get-submit {
        font-size: 22px;
        width: 285px;
        margin-top: 1rem;
    }

    .indus-tab-parent-desktop .nav-pills .nav-link {
        width: 190px;
    }

    .innov-box {
        width: 500px;
    }

    .contact-from .name-parent:nth-child(1) .name-parent-child #emailError, .contact-from  .name-parent-child #companyError {
        right: 16.5rem;
    }
}

@media screen and (max-width: 1399px) {
    .zest-inner img:nth-child(1) {
        width: 250px;
    }

    .online-child h3 {
        padding-bottom: 0.7rem;
    }

    .zero-one {
        width: 95%;
    }

    .download-child {
        gap: 1rem;
        padding: 1rem 1.5rem 1rem 1.5rem;
    }

    .down-inner {
        gap: 0.7rem;
    }

    .down-inner img {
        width: 35px;
    }

    .zero-one p {
        min-height: 4vw;
    }

    .contact-from .name-parent input,
    .contact-from .name-parent textarea {
        font-size: 16px;
    }

    .contact-from .get-submit {
        font-size: 20px;
        width: 250px;
    }

    .contact-from .name-parent textarea {
        min-height: 7.3vw;
    }



    .what-drives-slider {
        margin-left: 6rem;
    }

    .indus-tab-parent-desktop .nav-pills .nav-link {
        width: 178px;
    }


    .contact-from .name-parent:nth-child(1) .name-parent-child #emailError, .contact-from  .name-parent-child #companyError {
        right: 15.3rem;
    }
}

@media screen and (max-width: 1280px) {
    .zest-inner img:nth-child(1) {
        width: 200px;
    }

    .online-child {
        padding: 1.4rem 1.5rem 1.2rem 1.5rem;
    }

    .online-child p:nth-child(2) {
        padding-bottom: 1.5rem;
    }

    .multi-text p,
    .multi-text p:nth-child(2) {
        padding: 0.2rem 1rem;
    }

    .contact-text p,
    .what-drives-us .contact-text p {
        padding-bottom: 2rem;
    }

    .contact-from .get-submit {
        font-size: 18px;
        width: 230px;
    }

    .indus-tab-parent-desktop .nav-pills .nav-link {
        width: 165px;
        height: 40px;
    }

    .what-drives-slider {
        margin-left: 5.5rem;
    }

    .banking-text {
        left: 3rem;
    }

    .contact-from .name-parent:nth-child(1) .name-parent-child #emailError, .contact-from  .name-parent-child #companyError {
        right: 14rem;
    }
}

@media screen and (max-width: 1199px) {
    .zest-india {
        padding: 3rem 0rem 3rem;
    }

    .zest-inner {
        width: 80%;
    }

    .zest-inner img:nth-child(1) {
        width: 180px;
    }

    .down-inner {
        gap: 0.5rem;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .contact-from {
        margin-top: 3rem;
    }

    .contact-from .name-parent textarea {
        min-height: 10vw;
    }

    .indus-tab-parent-desktop .nav-pills .nav-link {
        width: 150px;
        height: 40px;
        font-size: 13px;
        line-height: 16px;
        padding-top: 5px;
    }

    .banking-text {
        top: 1.5rem;
        left: 2rem;
        width: 50%;
    }

    .banking-text .multi-text {
        margin-top: 2rem;
    }

    .contact-from .name-parent:nth-child(1) .name-parent-child #emailError, .contact-from  .name-parent-child #companyError {
        right: 14.8rem;
    }

    .glimmer-white p span
    {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1025px) and (min-width: 992px) {
    .zest-inner {
        width: 90%;
    }

    .zest-inner h2 {
        padding: 1rem 0rem 1rem;
        font-size: 2rem;
    }

    .zest-inner p {
        padding-bottom: 2rem;
        font-size: 1rem;
    }

    .zest-inner a {
        padding: 0.5rem 3rem;
        font-size: 20px;
    }

    .user-count-child h2 {
        font-size: 2.4rem;
    }

    .user-count-child p {
        font-size: 1.3rem;
    }

    .online-child h3 {
        font-size: 1.2rem;
    }

    .online-child p {
        font-size: 14px;
    }

    .multi-text p {
        font-size: 13px;
    }

    .multi-text {
        gap: 0.5rem;
    }

    .zero-one h2 {
        font-size: 1.5rem;
    }

    .zero-one p {
        font-size: 14px;
    }

    .contact-text h2 {
        font-size: 2rem;
    }

    .contact-text p,
    .what-drives-us .contact-text p {
        padding-bottom: 1.5rem;
        font-size: 1rem;
    }

    .email-text p {
        font-size: 16px;
    }

    .email-text h3 {
        font-size: 20px;
    }

    .contact-from {
        margin-top: 2rem;
    }

    .innov-box {
        width: 450px;
        padding: 1.5rem;
    }

    .indus-tab-parent-desktop .nav-pills {
        justify-content: center;
    }

    .banking-text h3 {
        font-size: 20px;
    }

    .banking-text p {
        font-size: 15px;
    }

    .banking-text .multi-text p {
        font-size: 13px;
    }

    .banking-text .multi-text {
        margin-top: 1.5rem;
    }

    .glimmer-white p {
        font-size: 15px;
    }

    .adv-right-child {
        height: 80px;
    }

    .adv-right .adv-right-child:nth-child(1) img {
        width: 100px;
    }

    .contact-from .name-parent:nth-child(1) .name-parent-child #emailError, .contact-from  .name-parent-child #companyError  {
        right: 11.5rem;
    }

    .glimmer-white p span
    {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .zest-inner {
        width: 100%;
    }

    .user-count-child h2 {
        font-size: 2rem;
    }

    .user-count-child p {
        font-size: 1rem;
    }

    .online-child {
        padding: 1.2rem;
    }

    .online-child h3 {
        padding-bottom: 0.5rem;
        font-size: 20px;
    }

    .online-child p {
        font-size: 15px;
    }

    .multi-text p {
        font-size: 13px;
    }

    .zero-one h2 {
        font-size: 20px;
    }

    .zero-one p {
        font-size: 14px;
    }

    .down-inner img {
        width: 25px;
    }

    .lets-build {
        padding: 3rem 0rem;
    }

    .contact-text h2 {
        padding: 0.5rem 0rem 0.5rem;
        font-size: 32px;
    }

    .contact-text p,
    .what-drives-us .contact-text p {
        padding-bottom: 1.5rem;
        width: 65%;
    }

    .contact-from .name-parent input,
    .contact-from .name-parent textarea,
    .email-text p {
        font-size: 15px;
    }

    .email-text h3 {
        font-size: 20px;
    }

    .contact-from {
        margin-top: 2rem;
    }

    .contact-from .name-parent textarea {
        min-height: 14vw;
    }

    .contact-from .get-submit {
        font-size: 16px;
        width: 200px;
        height: 40px;
    }

    .what-drives-slider {
        margin-left: 1rem;
    }

    .innov-img img {
        width: 50px;
        height: auto;
        margin-bottom: 10px;
    }

    .innov-box p {
        min-height: 40px;
    }

    .indus-tab-parent-desktop .nav-pills .nav-link {
        line-height: 11px;
    }

    .indus-tab-parent-desktop .nav-pills {
        justify-content: center;
    }

    .banking-text h3 {
        padding-bottom: 0.5rem;
        font-size: 17px;
    }

    .banking-text p {
        font-size: 14px;
    }

    .banking-text .multi-text {
        margin-top: 1rem;
    }

    .banking-text .multi-text p {
        font-size: 12.5px;
    }

    .banking-text .multi-text {
        margin-top: 1rem;
        width: 85%;
        gap: 0.5rem;
    }

    .adv-right {
        justify-content: center;
        flex-wrap: wrap;
    }

    .adv-right-child {
        width: 150px;
        height: 75px;
    }

    .glimmer-white p {
        width: 80%;
        font-size: 14px;
    }

    .contact-from .name-parent:nth-child(1) .name-parent-child #emailError, .contact-from  .name-parent-child #companyError  {
        right: 7rem;
    }

    .glimmer-white p span
    {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .zest-inner {
        text-align: inherit;
    }

    .zest-inner img:nth-child(1) {
        width: 120px;
    }

    .buy-text-gray {
        display: inline-block;
    }

    .zest-inner a {
        padding: 0.5rem 3rem;
    }

    .user-count-child {
        width: 50%;
        border-right: 0px solid #315a45;
        text-align: inherit;
    }

    .user-count-parent {
        flex-wrap: wrap;
    }

    .user-count-parent .user-count-child:nth-child(1),
    .user-count-parent .user-count-child:nth-child(2) {
        margin-bottom: 2rem;
    }

    .online-parent {
        flex-direction: column;
        gap: 1rem;
    }

    .online-child {
        width: 100%;
    }

    .download-parent {
        gap: 1rem;
        flex-direction: column;
    }

    .download-child {
        padding: 1rem 1rem 1rem 1rem;
        width: 100%;
    }

    .contact-text p,
    .what-drives-us .contact-text p {
        padding-bottom: 1.5rem;
        width: 100%;
    }

    .form-inner-parent {
        flex-direction: column;
    }

    .form-inner-child1,
    .form-inner-child2 {
        width: 100%;
    }

    .email-text h3 {
        padding: 0.4rem 0rem 1rem;
    }

    .form-inner-child1 {
        margin-bottom: 2rem;
    }

    .contact-from .name-parent input,
    .contact-from .name-parent textarea,
    .email-text p {
        font-size: 14px;
    }

    .email-text {
        margin-bottom: 1rem;
    }

    .contact-from .name-parent {
        margin-bottom: 1rem;
    }

    .contact-from .name-parent .name-parent-child input {
        width: 100%;
    }

    .contact-from .name-parent .name-parent-child {
        gap: 1rem;
        flex-direction: column;
    }

    .contact-from .get-submit {
        font-size: 15px;
        width: 180px;
        height: 40px;
    }

    .innov-box {
        padding: 1rem;
        width: 55vw !important;
        margin-right: 00px;
    }

    .innov-box p {
        min-height: auto;
        padding-right: 0rem;
    }

    .glimmer-white {
        text-align: center;
        margin-bottom: 2rem;
    }

    .glimmer-white p {
        width: 100%;
    }

    .adv-right {
        gap: 1rem;
    }

    .down-inner {
        justify-content: flex-end;
    }

    .zero-one p {
        min-height: auto;
    }

    .contact-from .name-parent:nth-child(1) .name-parent-child #nameError, .contact-from #phoneError {
        bottom: 2.4rem !important;
    }

    .contact-from .name-parent:nth-child(1) .name-parent-child #emailError, .contact-from  .name-parent-child #companyError  {
        bottom: -1.4rem;
        right:  inherit !important;
    }

    .banner-slider .slick-dots {
        display: none !important;
    }

}

/* Accordion Styles for Mobile Industries Section */
.indus-tab-parent-mobile .accordion {
    --bs-accordion-bg: transparent;
    --bs-accordion-border-color: transparent;
}

.indus-tab-parent-mobile .accordion-item {
    border: none;
    margin-bottom: 1rem;
    border-radius: 10px !important;
    overflow: hidden;
}

.indus-tab-parent-mobile .accordion-button {
    background-color: #ffffff;
    color: #000000;
    font-weight: 500;
    border-radius: 10px !important;
    box-shadow: none;
    padding: 1rem 1.2rem;
    font-family: "Poppins", sans-serif;
    border: 5px solid #2e2f2e;
}

.indus-tab-parent-mobile .accordion-button:not(.collapsed) {
    background: transparent linear-gradient(90deg, #89F336 0%, #1EBA68 37%, #004B49 100%) 0% 0% no-repeat padding-box;
    color: #ffffff;
    box-shadow: none;
}

/* Right down arrow styling */
.indus-tab-parent-mobile .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    background-size: 1.25rem;
    transition: transform 0.3s ease;
}

.indus-tab-parent-mobile .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    transform: rotate(-180deg);
}

.indus-tab-parent-mobile .accordion-body {
    padding: 0;
    margin-top: 0.5rem;
}

.indus-tab-parent-mobile .banking-parent {
    border-radius: 0;
}

.indus-tab-parent-mobile .banking-text {
    width: 100%;
    padding: 1.5rem;
    top: inherit;
    bottom: 1rem;
    left: 0rem;
}

.indus-tab-parent-mobile .banking-text h3 {
    font-size: 24px !important;
    margin-bottom: 0.8rem;
    background: transparent linear-gradient(270deg, #78E58F 50%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.indus-tab-parent-mobile .banking-text p {
    font-size: 16px !important;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.indus-tab-parent-mobile .banking-text .multi-text {
    width: 100%;
    gap: 0.5rem;
}

.indus-tab-parent-mobile .banking-text .multi-text p {
    background: #FFFFFF;
    color: #000000;
    border-radius: 20px;
    padding: 0.3rem 1rem;
    font-size: 13px !important;
    border: none;
}

/* --- Ecosystem Text Reveal Animation --- */
.ecosystem-reveal-section {
    background-color: var(--black);
    padding: 10rem 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
}

.reveal-content-wrap {
    text-align: center;
}

.reveal-title-large {
    font-size: clamp(3rem, 8vw, 10rem);
    line-height: 0.9;
    font-weight: 800;
    color: #1a1a1a;
    /* Darker gray for the "unlit" state */
    text-transform: uppercase;
    position: relative;
    margin: 0;
}

.spotlight-text {
    display: block;
    background: radial-gradient(circle 200px at var(--x, 50%) var(--y, 50%),
            #A3F05A 0%,
            #58B770 50%,
            rgba(26, 26, 26, 0) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    transition: background 0.1s ease-out;
}

/* Fallback for browsers that don't support bg-clip text well */
@supports not (-webkit-background-clip: text) {
    .spotlight-text {
        color: #58B770;
    }
}

/* --- Dynamic Cursor Glow Effect --- */
.glow-card {
    position: relative;
    overflow: hidden;
}

.glow-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
            rgba(163, 240, 90, 0.15),
            transparent 40%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    z-index: 1;
}

.glow-card:hover::before {
    opacity: 1;
}

/* For darker cards, make the glow more vibrant */
.ai-cap-box.glow-card::before {
    background: radial-gradient(400px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
            rgba(163, 240, 90, 0.25),
            transparent 40%);
}

.error {
    color: red;
    font-size: 12px;
    display: block;
    margin-top: 5px;
}