html {
    scroll-behavior: smooth;
}
body {
    font-family: "Red Hat Display";
    scroll-behavior: smooth;
}

.container-80 {
    width: 80%;
    max-width: 100%; /* Prevents overflowing on small screens */
}

.navbar {
    background: transparent !important;
    transition: background 0.3s;
    padding:32px 0;
}
.navbar.scrolled {
    background: #000 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}
.navbar-brand img {
    height: 70px;
}
.nav-link {
    color: #fff !important;
    font-weight: 500;
    margin-right: 20px;
}
.nav-link:hover {
    color: #d1e8ff !important;
}
.navbar.scrolled .nav-link {
    color: #fff !important;
}
.navbar.scrolled .nav-link:hover {
    color: #4a90e2 !important;
}
.hero-section {
    color: white;
    padding: 150px 0 50px;
    min-height: 95vh;
    display: flex;
    align-items: center;
    background: url('../img/hero-background-shade.png');
    background-size: cover;
    background-position: center;
}
.hero-section h1 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom:40px
}
.hero-section p {
    font-size: 1.05rem;
    margin-bottom: 2rem;
}
.btn-custom-green {
    background-color: #84CC16;
    color: white;
    border-radius: 12px;
    padding: 10px 30px;
    font-weight: 500;
    border: none;
}
.btn-custom-green:hover {
    background-color: #84CC16;
    color: white;
}
.btn-custom-white {
    background-color: #fff;
    color: #4a90e2;
    border-radius: 12px;
    padding: 10px 30px;
    font-weight: 500;
    margin-left: 10px;
}
.btn-custom-white:hover {
    background-color: #f1faff;
}
.mockup-img {
    max-width: 100%;
    position: relative;
}
.phone-mockup {
    position: absolute;
    right: 0;
    bottom: -10%;
    width: 30%;
}
.features, .testimonials, .cta-section, .faq-section {
    padding: 50px 0;
}
.why-choose {
    padding: 83px 0;
}

.why-choose .row {
    margin-top: 80px;
}

.why-choose h2{
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #84CC16;
    margin-bottom:42px;
}

.why-choose .card {
    border: none;
    border-radius: 15px;
    box-shadow: 0px 30px 70px 0px #3B82F633;
    position:relative;
    padding:60px 40px 40px;
    border-radius:19px
}

.why-choose span{
    width: 70px;
    height: 70px;
    background: #037FF7;
    color: white;
    font-weight: bold;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(
        30% 0%, 70% 0%,
        100% 30%, 100% 70%,
        70% 100%, 30% 100%,
        0% 70%, 0% 30%
    );
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: -35px;
    left: calc(50% - 40px);
}

.why-choose span.bg-green{
    background: #84CC16;
}

.why-choose h5{
    font-weight: 700;
    font-size: 20px;
    color: #84CC16;
    margin-bottom:16px;
}

.why-choose h5.text-blue{
    color: #037FF7;
}

.how-it-works {
    padding: 25px 0 50px;
    background-color: #fff;
}

.how-it-works h2{
    font-weight: 900;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #037FF7;
    margin-bottom:20px;
}

.how-it-works p{
    font-weight: 400;
    font-size: 20px;
    color: #696969;
    margin-bottom:50px;
}

.how-it-works .card{
    padding:40px 34px;
    border: 2px solid #84CC164D;
    display: flex;
    align-items: center;
    box-shadow: 0px 30px 70px 0px #3B82F633;
    border-radius:19px
}

.how-it-works .card img{
    width:78px;
    margin-bottom:0px !important;
}

.how-it-works .card h5{
    margin-top:50px;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -3%;
    text-align: center;
    margin-bottom:0px;
    color:#193766
}

.features {
    background-color: #fff;
}

.features h2{
    font-weight: 900;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #84CC16;
    margin-bottom:30px;
}

.features p{
    font-weight: 400;
    font-size: 20px;
    color: #696969;
    margin-bottom:40px !important;
}

.gradient-border {
    background: linear-gradient(180deg, #84CC16, #037FF7);
    padding: 1px;
    border-radius: 19px;
    display: flex;

}

.features .card{
    padding:30px;
    display: flex;
    align-items: flex-start;
    box-shadow: 0px 30px 70px 0px #3B82F633;
    border-radius:19px;
    border: unset;
        flex: 1 1 auto;
}

.features .card h5{
    margin-bottom:15px !important;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -3%;
    margin-bottom:0px;
    color:#84CC16
}

    .features .card p{
    font-weight: 400;
    font-size: 14px;
    color: #696969;
    margin-bottom:0px !important;
}

.testimonials {
    background-color: #fff;
}

.testimonials h2{
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #037FF7;
    margin-bottom:50px;
}

.testimonials .card{
    padding:30px;
    display: flex;
    align-items: flex-start;
    box-shadow: 0px 30px 70px 0px #3B82F633;
    border-radius:19px;
    border: unset;
    flex: 1 1 auto;
    margin-bottom:20px;
}

.testimonials .card p {
    font-size:14px;
    color:#696969;
}

.testimonials .img-box {
    margin-right:15px
}

.testimonials .author-box h6 {
    font-weight: 700;
    font-size: 14px;
    color: #84CC16;
    margin-bottom:0px;
}

.testimonials .author-box small {
    font-weight: 400;
    font-size: 14px;
    color: #696969;
}

.cta-section .cta-box{
    color: white;
    background: linear-gradient(180deg, rgba(3, 127, 247, 0.9) 0%, rgba(2, 75, 145, 0.9) 100%), 
    url('../img/cta.png');
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    padding: 58px 0;
}

.cta-section h2{
    font-weight: 700;
    font-size: 46px;
    line-height: 70px;
    letter-spacing: 0%;
    text-align: center;
}

    .faq-section .heading{
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #84CC16;
    margin-bottom:60px;
}

.accordion-item {
    box-shadow: 0px 30px 70px 0px #3B82F633;
    margin-bottom: 20px;
    padding: 24px;
    border: unset;
    border-radius: 10px !important;
}

.accordion-item button{
    padding: 0px;
}

.accordion-button:not(.collapsed) {
    background: white;
    border: unset !important;
    box-shadow: unset !important;
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: unset !important;
}

.accordion-body{
    padding-bottom:0px !important
}

.list {
    list-style: number;
    padding-left: 20px;
}

.list li {
    margin-bottom: 5px;
}

.app-download {
    background-color: #84CC16;
    color: white;
    padding: 50px 0;
}

.app-download h2{
    font-weight: 900;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 48px !important;

}

footer {
    background-color: #84CC16;
    color: white;
    padding: 30px 0;
}

#how-it-works,#features,#help {
  scroll-margin-top: 90px; /* adjust to your header height */
}

.usernameForm{
    display: inline;
}

.usernameForm input{
    border: 0px;
    color: #403D3D !important;
    padding-top: 10px !important;
    padding-bottom: 11px !important;
    border-radius: 12px;
    margin-bottom: -2px;
    margin-left: 14px;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler {
  border: var(--bs-border-width) solid #fff;
}

.normal-header {
  padding: 15px 0 !important;
  background: black !important;
  margin-bottom:20px;
}

.contact-form {
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  margin: 50px auto;
}

.contact-form  label {
  display: inline-block;
  margin-bottom: .5rem;
}

.contact-form  .form-group {
  margin-bottom: 1rem;
}

.login-btn{
    min-width: 130px;
}

.navbar .nav-link,
.navbar .nav-link:visited,
.navbar .nav-link:hover,
.navbar .nav-link:active {
  text-decoration: none !important;
}

@media (min-width: 1025px) and (max-width: 1399px) {
    .hero-section h1 {
        font-size: 3.5rem;
    }

    .btn-custom-green{
        padding: 10px 15px;
    }

    .username{
        width: 185px;
        margin-left:10px
    }
}

@media (max-width: 1199px) {
    .hero-section h1 br{
        display:none
    }
}

@media (max-width: 1024px) {
    .navbar-collapse {
        background: #000;
        padding: 12px;
        border-radius: 12px;
    }

    .mockup-img{
        padding-right:20px
    }

    .claim-your-everBio{
        text-align: center;
    }

    .navbar {
        padding: 12px 10px;
    }

    .navbar.scrolled {
        padding: 12px 10px;
    }

    .hero-section h1 {
        font-size: 40px;
    }

    .usernameForm input {
        margin-bottom: 25px;
        margin-left: 0px;
        margin-top: 20px;
    }

    .hero-section{
        padding: 150px 10px 50px;
    }

    .why-choose{
        padding: 83px 10px 0px;
    }

    .how-it-works {
        padding: 25px 10px 50px;
    }

    .features, .testimonials, .cta-section, .faq-section {
        padding: 50px 10px;
    }

    .why-choose h2, .how-it-works h2, .features h2, .testimonials h2, .faq-section h2{ 
        font-size:48px !important;
    }

    .why-choose .card{
        margin-bottom:60px
    }

    .how-it-works, .features, .testimonials, .cta-section{
        padding-bottom:0px
    }

    .how-it-works p, .features p {
        font-size:16px;
    }

    .how-it-works p br,.features p br{
        display:none
    }

    .how-it-works .card, .features .gradient-border{
        margin-bottom:20px;
    }

    .cta-section h2 {
        font-size: 30px;
        line-height: unset;
    }

    .app-download h2 {
        font-size: 32px;
    }

}