﻿
.landingPage-body {
    /*background: linear-gradient(111.19deg,#5180f3 6%,#3d5fe6 96.67%)*/
    
}

.wrapper {
    max-width: 100%;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.header_body {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 105px;
}

.container {
    width: 100%;
    max-width: 1170px;
    min-width: 280px;
    margin: 0 auto;
}

.col-12 {
    width: 100%;
}

.login_header_body {
    color: white;
    border-bottom: 1px;
    border-color: white;
}

.header__body {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 105px;
}

.header__user {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
    max-width: 100%;
}

ol[class], ul[class] {
    list-style: none;
    padding: 0;
    color: white;
}

a:link {
    text-decoration: none;
    font-weight: 500;
}

.header_menu {
    display: block;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    background: #fff;
    font-family: "Poppins", sans-serif;
}

.main-menu--header {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 35px;
    list-style: none;
    padding: 0;
}

.header-menu-text {
    color: white;
}

    .header-menu-text:hover {
        color: #0a58ca;
    }

.main-menu {
    display: flex;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.list {
    margin-left: 15px;
}

.btn-login {
    position: relative;
    top: 0;
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1.4375rem;
    font-weight: 500;
    color: black;
    margin-right: 28px;
    transition: color .1s ease-in-out,top .2s ease-in-out;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}

.hero:before {
    content: "";
    position: absolute;
    top: -100px;
    left: -200px;
    width: calc(100% + 400px);
    height: calc(100% + 100px);
    background: #212529;
    background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
    transform: rotate(-3deg);
}

.btn-signup {
    position: relative;
    display: inline-block;
    height: 50px;
    max-width: 300px;
    padding: 0 20px;
    font-size: 1.125rem;
    font-weight: 500;
    text-align: left;
    color: white;
    font-weight: 600;
    line-height: 48px;
    border: 1.5px solid white;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

.btn--white {
    transition: background .2s ease-in-out,border .2s ease-in-out,color .1s ease-in-out;
}

    .btn--white:hover {
        border-color: #fff;
        background: #fff;
        color: #2c354d;
    }

.btn--green-white:hover {
    padding-right: 54px;
    border-color: #fff;
    background: #fff;
    color: #2c354d;
}

.btn-login:hover {
    top: -2px;
    color: #fff;
}

.hamburger {
    display: none;
    cursor: pointer;
    transition-property: opacity,filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    margin-left: 30px;
    overflow: visible;
    line-height: 0;
    outline: 0;
}

.hamburger-box {
    width: 35px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 35px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.hamburger-inner:after, .hamburger-inner:before {
    content: '';
    display: block;
}

.main-menu li {
    margin-left: 40px;
}

body {
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    background: #fff;
}

.hero {
    position: relative;
    width: 100%;
}

/*.hero__scroll-icon {
    display: flex;
    position: absolute;
    top: 20px;*/ /* distance from the top */
    /*left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .hero__scroll-icon svg {
        width: 23px;
        height: 34px;
    }

.hero__scroll-text {
    font-size: 12px;
    margin-top: 8px;
    color: #666;
    
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(10px);
    }

    60% {
        transform: translateY(5px);
    }
}

.hero__scroll-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 500px;
    animation: bounce 2s infinite;
}

.arrow-border {
    border: 2px solid #33cccc;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@keyframes floatAround {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(5px, -5px);
    }

    50% {
        transform: translate(0, -10px);
    }

    75% {
        transform: translate(-5px, -5px);
    }

    100% {
        transform: translate(0, 0);
    }
}

.hero__image img {
    animation: floatAround 6s ease-in-out infinite;
}

.hero__image img {
    animation-duration: 3s;
    
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0);
    }
}

.features-det__item-image img {
    animation: floatUpDown 4s ease-in-out infinite;
}

.animated-image img {
    width: 40%;
    border: 2px solid #ccc;
    border-radius: 8px;
    animation: floatLeftRight 2s ease-in-out infinite alternate;
}

@keyframes floatLeftRight {
    from {
        transform: translateX(0px);
    }

    to {
        transform: translateX(20px);*/ /* Adjust movement distance */
    /*}
}


.hero__scroll-text {
    margin-top: 8px;
    font-size: 14px;
    color: #666;
}

.hero__scroll-text {
    margin-top: 8px;
    font-size: 14px;
    color: #666;
}*/


.hero__inner {
    position: relative;
    display: flex;
    align-items: center;
    height: 75vh;
    min-height: 600px;
    padding-top: 40px;
}

    .hero__inner > .container {
        position: relative;
    }

.container {
    width: 100%;
    max-width: 1170px;
    min-width: 280px;
    margin: 0 auto;
}

.hero__text {
    margin-top: 40px;
}

.hero__text-sub {
    display: block;
    max-width: 480px;
    margin-bottom: 40px;
    font-size: 1.4375rem;
    line-height: 2.1875rem;
    color: #fff;
    opacity: .8;
}

.hero__text h1 {
    margin: 0 0 25px;
    font-size: 3.625rem;
    font-weight: 600;
    color: #fff;
    line-height: 3.875rem;
    letter-spacing: -.02em;
}



.btn--green {
    padding: 0 28px;
    background: #fe7109;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 50px;
    border: 0;
    transition: background .2s ease-in-out,color .1s ease-in-out;
}

.btn-signup-color {
    position: relative;
    display: inline-block;
    height: 50px;
    max-width: 300px;
    padding: 0 20px;
    font-size: 1.125rem;
    font-weight: 500;
    text-align: left;
    color: #dbe3fc;
    line-height: 48px;
    border: 1.5px solid #dbe3fc;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

.features__buttons a, .features__buttons button {
    margin: 0 15px;
}

.btn-start {
    position: relative;
    display: inline-block;
    height: 50px;
    max-width: 300px;
    padding: 0 20px;
    font-size: 1.125rem;
    font-weight: 500;
    text-align: left;
    background: #fe7109;
    color: #dbe3fc;
    line-height: 48px;
    border: 1.5px solid #fe7109;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

.btn--green-white {
    position: relative;
    transition: padding-right .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out,color .1s ease-in-out;
}

.features {
    margin-top: -100px;
    padding: 200px 0 90px;
    background: #ffffff;
}

.section-title--center {
    text-align: center;
}

section-title-features {
    margin: 0 0 25px;
    font-size: 2.8125rem;
    font-weight: 600;
    letter-spacing: -.02em;
    color: black;
    line-height: 3.375rem;
}

.section-title {
    margin: 0 0 25px;
    font-size: 2.8125rem;
    font-weight: 600;
    letter-spacing: -.02em;
    color: #ffffff;
    line-height: 3.375rem;
}

.section-description--center {
    text-align: center;
    margin-bottom: 40px;
}

section-description-features {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.4375rem;
    color: gray;
    line-height: 2.1875rem;
    opacity: .5;
}

.section-description {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.4375rem;
    color: #ffffff;
    line-height: 2.1875rem;
    opacity: .5;
}

.features-item {
    display: block;
    text-decoration: none;
    padding: 16px 20px;
    margin: 10px 0;
    background-color: #f9f9f9; /* optional: add light background */
    border-radius: 8px;
    font-size: 0.9rem;
    color: #333;
    transition: background-color 0.2s ease;
}

    .features-item:hover {
        background-color: #f0f0f0; /* optional: subtle hover effect */
    }

    .features-item h3 {
        margin: 0 0 8px;
        font-size: 1.5rem;
        font-weight: 600;
    }

.features-item__title {
    margin-bottom: 5px;
    font-size: 1rem;
    line-height: 2.5rem;
    letter-spacing: -.02em;
    color: #2c354d;
    font-weight: bold;
}

/*.features-item__text {
    font-size: 1.25rem;
    line-height: 1.6875rem;
    color: #111;
    opacity: .5;
    font-weight: 400;
}
*/
.features-item__text {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 8px;
}



.features__buttons {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.btn--green--pricing {
    padding: 0 28px;
    background: #20469b;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 50px;
    border: 0;
    transition: background .2s ease-in-out,color .1s ease-in-out;
}

.btn--pricing {
    position: relative;
    display: inline-block;
    height: 50px;
    max-width: 300px;
    padding: 0 20px;
    font-size: 1.125rem;
    font-weight: 500;
    text-align: left;
    color: #dbe3fc;
    line-height: 48px;
    border: 1.5px solid #dbe3fc;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

.section-title--margin {
    margin-bottom: 0;
}

.section-title--center {
    text-align: center;
}

.section-title--center {
    text-align: center;
}

.features-det__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.features-det__item-text {
    width: 48.5%;
}

.section-description--margin {
    margin-bottom: 40px;
}

section-description-features {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.4375rem;
    color: gray;
    line-height: 2.1875rem;
    opacity: .5;
}

.section-description {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.4375rem;
    color: #ffffff;
    line-height: 2.1875rem;
    opacity: .5;
}

.features-det {
    padding: 100px 0 160px;
    background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
    
}

.features-det__item--second {
    margin-top: 0;
}

    .features-det__item--second .features-det__item-image {
        order: 2;
    }

.features-det__item-image {
    position: relative;
    width: 48.5%;
}

.features-det__item--second .features-det__item-text {
    order: 1;
}

.features-det__item-text {
    width: 48.5%;
}

.reports {
    background: #f4f9fe;
    overflow: hidden;
   
}

.reports__body {
    position: relative;
    padding: 100px 0;
    text-align: center;
}

.section-description--margin {
    margin-bottom: 40px;
}

.section-title--center {
    text-align: center;
}

.section-title {
    margin: 0 0 25px;
    font-size: 2.8125rem;
    font-weight: 600;
    letter-spacing: -.02em;
    color: #ffffff;
    line-height: 3.375rem;
}

.reports__body .section-description {
    max-width: 930px;
    margin: 0 auto 40px;
}

.reports__image {
    margin-top: 60px;
}

.reports__bottom-img {
    position: absolute;
    bottom: -125px;
    right: -95px;
}

.features-list {
   background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
    padding: 120px 0;
}

.features-list-item {
    text-align: center;
}

.features-list-item--poppin .features-list-item__icon {
    background: #ffe6df;
}

.features-list-item__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 65px;
    margin: 0 auto;
    border-radius: 22px;
}

.features-list-item--water .features-list-item__icon {
    background: #d5e8f2;
}

.icon-workers {
    width: 23px;
    height: 24px;
}

.features-list-item--pearl .features-list-item__icon {
    background: #fcecda;
}

.features-list-item__title {
    margin: 40px 0 30px;
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -.02em;
    color: #ffffff;
}

.features-list-item__text {
    font-size: 1.25rem;
    line-height: 27px;
    color: #ebebeb;
    opacity: .5;
}

.footer {
    background: #2b2a44;
    background: radial-gradient(circle,rgba(0, 0, 0, 0.99609375) 0,#000000 100%);
    overflow: hidden;
}

.main-content-inner {
    flex: 1;
    display: flex;
    padding-top: 105px;
}

.flex-vertical-center {
    align-items: center;
}

.white-panel__title {
    margin-bottom: 30px;
    color: #2c354d;
    font-size: 1.625rem;
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 2rem;
    text-align: center;
}

.btn--full {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: center;
}

.white-panel {
    width: 100%;
    max-width: 445px;
    margin: 50px auto 60px;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
}

.white-panel__title {
    margin-bottom: 30px;
    color: #2c354d;
    font-size: 1.625rem;
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 2rem;
    text-align: center;
}

.page-inner-blue {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    /*   background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(33,0,82,1) 100%)*/
    background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
}

.form-group {
    position: relative;
    margin-bottom: 15px;
}

    .form-group label.is-icon {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
        height: 50px;
        width: 45px;
    }

.form_input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 46px;
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #848485;
    outline: 0;
    transition: border .15s ease-in-out;
    -webkit-appearance: none;
}

.form_remember_me {
    position: relative;
    display: block;
    padding-bottom: 5px;
    padding-left: 35px;
    color: #888;
    font-size: 1rem;
    line-height: 1.5625rem;
    cursor: pointer;
}

    .form_remember_me:before {
        content: "";
        position: absolute;
        top: 3px;
        left: 0;
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 3px;
        /*background: #f0f2f1;*/
    }

.form_checkbox {
    display: none;
}

.forgot-link {
    color: #7acb59;
    font-size: 1rem;
}

    .forgot-link:hover {
        color: #2c354d;
    }

.white-panel__body-desc {
    margin-top: 15px;
    color: #888;
    font-size: .875rem;
    line-height: 1.5625rem;
    text-align: center;
}

    .white-panel__body-desc a:hover {
        color: #2c354d;
    }

    .white-panel__body-desc a {
        color: #39FF14;
    }

.big-title {
    margin: 50px auto 15px;
    color: #fff;
    font-size: 2.8125rem;
    font-weight: 600;
    line-height: 3.375rem;
    letter-spacing: -.02em;
}

.subtitle {
    display: block;
    color: #cbd7dc;
    font-size: 1.25rem;
    line-height: 1.6875rem;
}

.page-inner-blue .header__body:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: .2;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px;
    border-radius: 0.25rem;
}

.logon-main {
    box-shadow: none;
    border: none;
}
/*-----------------footer-----------*/
.footer__body {
    position: relative;
    padding-top: 45px;
}

.footer-bottom-line {
    position: relative;
    padding-top: 40px;
    padding-bottom: 70px;
    margin-bottom: 40px;
}

.footer-links {
    padding: 0 0 45px;
}

.footer__text {
    text-align: center;
}

.footer__text-sub {
    display: block;
    margin-top: 12px;
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: -.015em;
    color: #fff;
    opacity: .5;
}

.footer__text-sub {
    display: block;
    margin-top: 12px;
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: -.015em;
    color: #fff;
    opacity: .5;
}

.footer__socials {
    display: flex;
    justify-content: flex-end;
}

.rotalic {
    display: inline-block;
}

.footer__text h4 {
    margin: 0 0 40px;
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 4.5rem;
    letter-spacing: -.02em;
    color: #fff;
}

.footer_item__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 5px 20px;
    border-radius: 22px;
}
/*Pricing Css page*/

@media only screen and (max-width: 1023px) {
    .hamburger {
        display: block;
    }

    .main-menu--header {
        padding: 0 15px !important;
    }

    .main-menu--header {
        position: absolute;
        top: 18px;
        right: 40px;
        flex-flow: row wrap;
        align-items: center;
        margin: 0;
        background: #fff;
        border-radius: 5px;
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s ease-in-out,visibility .3s ease-in-out,right .3s ease-in-out,top .3s ease-in-out;
        z-index: 20;
    }
}

@media only screen and (max-width: 1170px) {
    .header__logo {
        width: 42px;
        overflow: hidden;
        display: none;
    }
}
@media only screen and (max-width: 1023px) {
    .hero__image img {
        margin: 0 auto;
        width: auto;
        max-width: 100%;
    }
}

@media only screen and (max-width: 1023px) {
    .hero__image {
        display: block;
        margin: 20px auto 80px;
    }

    .features-det__item {
        flex-flow: column;
    }

    .hero__text-sub {
        margin-top: 0;
        text-align: center;
    }

    .hero__inner {
        height: auto;
        
    }

    .hero__text {
        text-align: center;
    }

    .features-item {
        min-height: auto;
        padding: 25px 150px 25px 25px;
    }

    .features-item__icon {
        height: 55px;
    }
    .icon-insights {
        width: 25px;
        height: 30px;
    }
}
@media only screen and (max-width: 1023px) {
    .features-item__button {
        left: unset;
        bottom: unset;
        top: 50%;
        margin-top: -32px;
        right: 25px;
    }
}

.features-item__button {
    position: absolute;
    left: 25px;
    bottom: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 65px;
    background: #f8f8f8;
    border: 2px solid #f8f8f8;
    border-radius: 50%;
    transition: border-color .3s ease;
}

    .features-item__button:before {
        content: '';
        position: relative;
        width: 17px;
        height: 15px;
        background-position: -5px -241px;
        left: -1px;
        transition: transform .2s ease-in-out;
    }
    .btn--green-white:after, .features-item__button:before {
        display: inline-block;
       
        background-size: 560px 287px;
    }
  

.features-item:hover .features-item__button {
    border-color: #7acb59;
}
.features-item__icon {
    height: 55px;
}
.btn--green-white:after, .features-item__button:before {
    display: inline-block;
    background-image: url(../images/icons/sprite-bg.svg);
    background-size: 560px 287px;
}

@keyframes pressAnimation {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.9);
    }
}

.btn-wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.btn-start {
    background-color: #007bff;
    color: white;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    text-decoration: none;
    transition: transform 0.1s ease, box-shadow 0.2s ease;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

    .btn-start:active {
        transform: scale(0.96);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    }

.pressing-icon {
    width: 40px;
    height: 40px;
    animation: pressAnimation 0.6s ease-in-out infinite;
    transform-origin: center;
    margin-top: -12px; /* overlap upward */
    position: relative; /* needed for z-index to apply */
    z-index: 2; /* higher than the button */
}

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

.navbar {
    background: transparent;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.navbar-container {
    max-width: 1100px;
    margin: auto;
    padding: 0.65rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-logo {
    font-size: 1.85rem;
    font-weight: 700;
    color: #ff6f61;
    text-decoration: none;
    letter-spacing: 2px;
    margin-right: 2.2rem;
}

.navbar-menu {
    list-style: none;
    display: flex;
    gap: 2rem;
}

    .navbar-menu li a {
        color: white;
        text-decoration: none;
        font-size: 1rem;
        padding: 0.6rem 0;
        transition: color 0.3s ease, border-bottom 0.3s ease;
        border-bottom: 2px solid transparent;
        letter-spacing: 0.05em;
         border-bottom: none; 
    }
        .navbar-menu li a:hover,
        .navbar-menu li a:focus {
            color: cyan;
            border-bottom: 2px solid cyan;
        }

/* Mobile toggle button */
/*.navbar-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    align-self: stretch;*/ /* Make toggle vertically aligned */
    /*justify-content: center;
}

    .navbar-toggle .bar {
        width: 28px;
        height: 3px;
        background-color: white;
        border-radius: 2px;
    }*/

/* Responsive styles */
@media (max-width: 768px) {

    .navbar-menu {
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        background: transparent;
        flex-direction: column;
        gap: 1.3rem;
        padding: 1.25rem 1.8rem;
        display: none;
    }

        .navbar-menu.active {
            display: flex;
        }

    .navbar-toggle {
        display: flex;
    }
}
/*Login Css page*/
.white-panel {
    position: relative;
    background: rgba(255, 255, 255, 0.1); /* Transparent white */
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #fff;
    animation: fadeInUp 1s ease-out;
    transition: background 0.3s ease, border 0.3s ease;
}

.white-panel__title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: center;
    animation: fadeIn 1.2s ease forwards;
}

.white-panel__body {
    animation: slideIn 1.4s ease forwards;
}

/* Optional: animate input focus for effect */
.form_input:focus {
    outline: none;
    box-shadow: 0 0 8px rgba(0, 255, 255, 0.3);
    border-color: rgba(0, 255, 255, 0.5);
}

/* Animations */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.white-panel__title {
    color: #ffffff; /* Set text color to white */
}

/* icons for signup */
.form-group {
    position: relative;
}

.form_input {
    padding-right: 2.5rem; /* leave space on the right for the icon */
    height: 40px;
    width: 100%;
}

.is-icon {
    position: absolute;
    right: 10px; /* move to right */
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #000000; /* black icon */
}

.form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.form_input {
    padding: 0 1rem; /* no extra padding for icon */
    /* keep all the glass styles */
    width: 100%;
    height: 44px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.07);
}



    .form_input::placeholder {
        color: rgba(255, 255, 255, 0.7); /* white placeholder */
    }

    .form_input:focus {
        outline: none;
        border-color: rgba(122, 203, 89, 0.8);
        background: rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 8px rgba(122, 203, 89, 0.6);
    }

.is-icon {
    position: absolute;
    left: 10px; /* icon on left */
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #000;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .is-icon svg {
        width: 20px;
        height: 20px;
        stroke: currentColor;
        fill: none;
    }
/* text color for signup */
.text-white {
    color: white;
}

.text-blue {
    color: #39FF14; /* or your preferred blue color */
    text-decoration: underline;
    cursor: pointer;
}
.text-white {
  color: white;
}
/* text effect for signup */
.aurora-text {
  font-size: 2rem;
  font-weight: bold;
  background: linear-gradient(
    270deg,
    #00ffff,
    #7f00ff,
    #ff00ff,
    #00ffff
  );
  background-size: 600% 600%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: auroraGlow 8s ease infinite;
  text-align: center;
}

@keyframes auroraGlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.btn-start {
    font-weight: bold;
    padding: 12px 24px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    color: white;
    background: linear-gradient(135deg, #00ffcc, #007bff);
    transition: all 0.4s ease;
    box-shadow: 0 0 15px rgba(0, 255, 204, 0.2);
    position: relative;
    overflow: hidden;
}

    .btn-start::before {
        content: "";
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(255,255,255,0.2) 10%, transparent 10.01%);
        background-size: 20px 20px;
        animation: shimmer 2s linear infinite;
        opacity: 0.3;
        pointer-events: none;
    }

@keyframes shimmer {
    0% {
        transform: rotate(0deg) translateX(0);
    }

    100% {
        transform: rotate(360deg) translateX(0);
    }
}

.btn-start:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0, 255, 204, 0.6), 0 0 40px rgba(0, 123, 255, 0.4);
}

/* password effect for signup */
.form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    color: #333;
}

.form_input {
    width: 100%;
    padding: 12px 40px 12px 12px;
    font-size: 16px;
    border: 2px solid #ccc;
    border-radius: 6px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

    .form_input:focus {
        border-color: #007bff;
        box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.2);
        outline: none;
    }

.toggle-password {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    color: black;
}

.icon-fade {
    transition: opacity 0.3s ease;
}


/*sign up effect*/
.form-group {
    position: relative;
    margin-bottom: 20px;
}

.form_input {
    width: 100%;
    padding: 12px 40px 12px 12px; /* right padding for icon */
    font-size: 16px;
    border: 2px solid #ccc;
    border-radius: 6px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

    .form_input:focus {
        border-color: #007bff;
        box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.2);
        outline: none;
    }

.icon-inside-right {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    color: black;
    font-size: 18px;
    pointer-events: none; /* so icon doesn’t block clicks */
}
/*toggle effect*/
/*.form-agree-toggle {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
    font-size: 14px;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 22px;
}

    .toggle-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
}

    .slider::before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        transition: 0.4s;
        border-radius: 50%;
    }

.toggle-switch input:checked + .slider {
    background-color: #007bff;
}

    .toggle-switch input:checked + .slider::before {
        transform: translateX(20px);
    }

.form_remember_me {
    cursor: pointer;
    color: white;
}*/

/*.text-blue {
    color: #00BFFF;
    text-decoration: underline;
}
*/

/*landingpage image page*/

@media only screen and (max-width: 1023px) {
    .features-det__item--first .features-det__item-image img, .features-det__item--second .features-det__item-image img {
        top: 0;
        left: 0;
        width: 100%;
        margin: 0 auto;
    }
}
.features-det__item--first .features-det__item-image img {
    max-width: 660px;
    right: 0;
    top: -170px;
}
@media only screen and (max-width: 1023px) {
    .features-det__item-image img {
        position: relative;
        top: 0;
        left: 0;
    }
}
.features-det__item-image img {
    /* position: absolute; */
    z-index: 20;
}
img {
    display: block;
    max-width: 100%;
}
.center-image {
    display: flex;
    justify-content: center;
    align-items: center;
}
/*landingpage image page last image*/
.reports__body.horizontal-layout {
    display: flex;
    align-items: center;
    gap: 2rem; /* spacing between image and text */
}

.features-det__item-image {
    flex: 1;
}

.features-det__item-text {
    flex: 1;
}
.features-det__item-text {
    color: black;
}



.pricing-hero__image img {
    width: 100%;
    max-width: 300px;
    height: auto;
}
/*Aurora Text*/
.aurora-text-light {
    background: linear-gradient(90deg, #ffffff, #e0f7ff, #f0f8ff); /* Light gradient colors */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
