
/* make adjustments for the home screen.  TODO: the other screens do not need this for some reason */
#main_content {
    padding: 0;
    margin: 0;
}




.home-content {
    background-color: #f9f9f9;
    padding: 0;
    color: rgb(127, 127, 127);
    line-height: 1.5;
    color: rgb(89, 89, 89);
    font-size: 1rem;
}
/* Ensure the background section stretches full width */
.full-width-background {
    width: 100%; /* Full width */
}

/* Centered content with max-width constraint */
.content-container {
    max-width: 1200px; /* Constrain content to 1280px */
    margin: 0 auto; /* Center horizontally */
    padding: 20px; /* Optional padding for content */
    box-sizing: border-box; /* Include padding and border in element's total width and height */
    text-align: center;
}






#hero1 {
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100vw;
    min-height: 100vh;
    color: rgb(var(--color-wolf-always-light));
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    box-sizing: border-box;
    /**/
    display: flex;
    flex-direction: column; /* Align the content side by side */
    width: 100%;
    height: 100vh; /* Full viewport height */
}

    #hero1 h1 {
        font-size: calc(1.5rem + 2vw); /* Responsive font size */
        line-height: 1.2em; /* Adjust line-height to maintain readability */
        margin: 0;
        width: 100%;
        max-width: 600px;
        overflow-wrap: break-word; /* Prevent text overflow */
        color: #007bff;
    }

    #hero1 p {
        font-size: calc(1rem + 0.7vw); /* Responsive font size */
        width: 100%;
        max-width: 600px;
        overflow-wrap: break-word; /* Prevent text overflow */
    }

    #hero1 i {
        font-size: 36px; /* Icon size */
        color: #ffffff; /* White color for icon */
    }

    #hero1 img {
        border-radius: 2rem;
    }

#hero1 {
    display: flex;
    flex-direction: row; /* Align the content side by side */
    width: 100%;
    height: 100vh; /* Full viewport height */
}

    #hero1 .content-container {
        display: flex;
        flex-grow: 1; /* Allow the container to fill available space */
        width: 100%;
        justify-content: center;
        align-items: stretch; /* Stretch children to fill the height */
        height: 100%;
    }

    #hero1 .text-content {
        flex-shrink: 0; /* Prevent the text content from shrinking */
        width: 40%; /* Adjust based on your layout */
        padding: 20px;
        box-sizing: border-box;
    }

    #hero1 .image-container {
        flex-grow: 1; /* Make the image container take up the remaining space */
        display: flex;
        justify-content: center;
        align-items: center;
    }

        #hero1 .image-container img {
            max-width: 100%;
            height: auto; /* Maintain aspect ratio */
            object-fit: cover; /* Ensure the image covers the area while maintaining aspect ratio */
        }


.hero {
    background-image: url('src/views/pages/images/kid-thumbs-up.jpeg');
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100vw;
    min-height: 100vh;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('src/views/pages/images/kid-thumbs-up.jpeg');
        background-size: cover;
        background-position: center;
        opacity: 0.5; /* adjust opacity */
        z-index: -1;
    }


    .hero h1 {
        font-size: calc(1.5rem + 2vw); /* Responsive font size */
        line-height: 1.2em; /* Adjust line-height to maintain readability */
        margin: 0;
        width: 100%;
        max-width: 600px;
        overflow-wrap: break-word; /* Prevent text overflow */
    }

    .hero p {
        font-size: calc(1rem + 1vw); /* Responsive font size */
        width: 100%;
        max-width: 600px;
        overflow-wrap: break-word; /* Prevent text overflow */
    }

    .hero i {
        font-size: 36px; /* Icon size */
        color: #ffffff; /* White color for icon */
    }


.container-hero {
    z-index: 1;
    padding: 20px;
}

#quote0 {
}

#quote0 {
    background-size: cover;
    background-position: center;
    background-color: #007bff;
    position: relative;
    width: 100vw;
    color: rgb(var(--color-wolf-always-light));
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}




    #quote0 h1 {
        font-size: calc(1.5rem + 2vw); /* Responsive font size */
        line-height: 1.2em; /* Adjust line-height to maintain readability */
        margin: 0;
        width: 100%;
        max-width: 600px;
        overflow-wrap: break-word; /* Prevent text overflow */
    }

    #quote0 p {
        font-size: calc(1rem + 1vw); /* Responsive font size */
        width: 100%;
        max-width: 600px;
        overflow-wrap: break-word; /* Prevent text overflow */
    }

    #quote0 i {
        font-size: 36px; /* Icon size */
        color: #ffffff; /* White color for icon */
    }




.cta-button {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    background: #FF5733; /* Vibrant Orange for buttons */
    background: #007bff; /* Vibrant Orange for buttons */
    color: #FFFFFF; /* White text for buttons */
    text-decoration: none;
    border-radius: 5px;
    padding: 0.75rem 1.5rem;
    max-width: 82%;
}

.get-started .cta-button {
    margin: 0;
    padding: 10px 18px;
    font-size: 0.85rem;
}

/* Section styling */
    .section-background {
    width: 100%; /* Full width for section background */
}

.introduction, .how-it-works, .success-stories, .pricing, .faq, .contact {
    padding: 10px 0px;
    text-align: center;
}

.introduction {
    background: #F5F5F5; /* Light Gray for background */
}

.subhead {
    font-size: 1.45rem;
    font-weight: bold;
}

.fas {
    font-size: 2.9rem;
}

.quote-text {
    font-size: 1.5rem;
    font-weight: bold;
}


.feature-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    /*NEW*/
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-content: space-between;
}

#hero1 .left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    /*new*/
    flex: 1; /* Allow text to take up available space */
}

#hero1 .left-bot {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    #hero1 .left-bot .sign-in {
        font-size: 14px;
        color: #6c757d; /* A common dark gray color */
        text-decoration: none;
        margin-top: 10px;
        display: block;
    }

    #hero1 .left-bot .sign-in:hover {
        color: #0056b3; /* Darker blue for hover effect */
        text-decoration: underline; /* Underline on hover to indicate it's clickable */
    }

        #hero1 .left-bot .sign-in:focus {
            outline: none; /* Remove focus outline (optional) */
        }

        #hero1 .left-bot .cta-button {
            width: 100%;
        }

#hero1 .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*new*/
    flex: 1;
    align-items: center;
}
#hero1 img {
    transition: transform 0.3s ease;
    border-radius: 2rem;
    width: 100%;
    object-fit: cover;
}

/* How It Works Section */
.how-it-works {
    background: #CDE7FF; /* Soft Blue for background */
    padding: 40px 20px;
    text-align: center;
    background: #ffffff;
}

    .how-it-works h2 {
        margin-bottom: 20px;
    }

    .how-it-works img {
        width: 100%;
        max-width: 400px;
    }

.steps {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center; /* Centering steps horizontally */
    font-size: 1.3rem;
}

.step {
    flex: 1;
    min-width: 200px;
    background: #FFFFFF; /* White for step background */
    padding: 20px;
    border-radius: 10px; /* Rounded corners */
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/ /* Subtle shadow */
    display: flex;
    align-items: center;
    gap: 10px; /* Space between icon and text */
    flex-direction: column;
    justify-content: space-evenly;
    height: auto;
}

    .step i {
        font-size: 24px; /* Icon size */
        color: #007bff; /* Blue color for icons */
        font-size: 2rem;
    }

    .step p {
        margin: 0;
    }
    .step h3 {
        color: #007bff;
    }

.success-stories, .benefits-kids, .benefits-parents, .faqs {
    background: #F5F5F5; 
}

.pricing {
    background: #CDE7FF; /* Soft Blue for background */
}
    .pricing .content-container h2 {
        /*color: #007bff; */
    }
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 123, 255, 0.7);
    background-color: #007bff;
    opacity: 0.5;
}

#benefits-kids .content-container {
    z-index:2;
}
#benefits-kids .content-container .cta-button{
    display: flex;
    max-width: 300px;
    margin: auto;
    justify-content: center;
}
#benefits-kids .left  {
    display: flex;
    flex-direction: column;
}}
.benefits-kids {
    background: #A3CFFF; /* Very Light Blue for background */
    background-image: url(src/views/pages/images/guy-thumbsup.png);
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100vw;
    min-height: 100vh;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

#parent-rewards {
    background: #ffffff;
}

    #parent-rewards img {
        background: #ffffff;
        border-radius: 10rem;
    }


#quote3 {
    background: #CDE7FF;
}

.faqs {
    background: #A3CFFF; /* Very Light Blue for background */
}

.faq:not(:last-child) { 
  border-bottom: gray solid 1px;
}

/* FAQ Section Styling */
#faqs {
    background-color: #f4f7fc; /* Light background color */
    padding: 40px 0; /* Space around the section */
    font-family: 'Arial', sans-serif;
}

    #faqs .content-container {
        width: 80%;
        margin: 0 auto;
        max-width: 1200px; /* Max width for large screens */
    }

    #faqs h2 {
        text-align: center;
        font-size: 2rem;
        color: #2a2a2a;
        margin-bottom: 30px;
    }

.faq {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Soft shadow */
    transition: all 0.3s ease-in-out; /* Smooth transition for hover effect */
}

    .faq:hover {
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); /* More intense shadow on hover */
        transform: translateY(-5px); /* Slight raise on hover */
    }

    .faq h4 {
        font-size: 1.3rem;
        font-weight: 600;
        color: #1c3d58;
        margin-bottom: 10px;
    }

    .faq p {
        font-size: 1rem;
        color: #555;
        line-height: 1.6;
    }

    .faq:last-child {
        margin-bottom: 0;
    }

    /* Optional: Add a subtle separator between FAQs */
    .faq + .faq {
        /*border-top: 1px solid #ddd;*/
    }

/* Mobile Responsiveness */
@media (max-width: 768px) {
    #faqs .content-container {
        width: 90%;
    }

    #faqs h2 {
        font-size: 1.8rem;
    }

    .faq h4 {
        font-size: 1.1rem;
    }

    .faq p {
        font-size: 0.95rem;
    }
}


.testimonial p {
    display: flex;
    align-items: center; /* Ensures the icon and text are vertically aligned */
    text-align: left;
}

.testimonial i {
    margin-right: 20px; /* Adds space between the icon and the text */
    font-size: 24px; /* Adjusts the size of the icon */
    color: #FFD700; /* Gold color for the icon, or you can change this */
}


.hamburger-menu {
    flex-direction: column;
    cursor: pointer;
}

    .hamburger-menu span {
        display: block;
        width: 25px;
        height: 3px;
        background: #2b0f4c;
        margin: 3px 0;
        transition: 0.3s;
    }


/* Responsive styling for narrow screens */
@media (max-width: 768px) {
    .feature-box {
        flex-direction: column;
    }

    .left, .right {
        flex-basis: 100%;
        margin-right: 0;
    }

        .right img {
            max-width: 100%;
        }
}

/* Responsive Design */
@media (max-width: 768px) {
    .navbar-links {
        display: none; /* Hide menu links on mobile */
        position: absolute;
        top: var(--navbar-height);
        right: 0;
        background: #FFFFFF;
        width: 100%;
        z-index: 1000;
        box-sizing: border-box;
        max-height: 0; /* Start with height of 0 */
        overflow: hidden; /* Hide overflow when collapsed */
    }

        .navbar-links.active {
            display: flex;
            flex-direction: column;
            max-height: 300px; /* Adjust height as needed */
            padding-right: 40px;
            align-items: flex-end;
        }

    .button-group {
        display: none; /* Hide buttons on mobile */
    }

    .hamburger-menu {
        display: flex; /* Show hamburger menu on mobile */
    }

    .navbar-menu {
        justify-content: flex-end; /* Move hamburger menu to the right */
    }

    .view-dashboard, .start-now {
        width: 100%; /* Full width buttons for mobile view */
        margin-bottom: 10px;
    }

    #hero1 .feature-box {
        display: flex;
        flex-direction: column;
    }
    #hero1 h1 {
        font-size: calc(1.5rem + 2vw); /* Responsive font size */
        line-height: 1.2em; /* Adjust line-height to maintain readability */
        margin: 0;
        width: 100%;
        max-width: 600px;
        overflow-wrap: break-word; /* Prevent text overflow */
    }


    .hero {
        padding: 0px; /* Adjust padding for better fit */
    }

        .hero h1 {
            font-size: calc(1.5rem + 4vw); /* Responsive font size */
            line-height: 1.2em; /* Adjust line-height to maintain readability */
        }

        .hero p {
            font-size: calc(1rem + 1vw); /* Responsive font size */
        }
}

/* General Responsive Font Size Adjustments */
html {
    font-size: calc(1rem + 0.5vw); /* Base font size adjusts with viewport width */
}

#cta {
    background: #fff;
}

    #cta img {
        /*transform: rotate(2deg);*/ /* Rotate 45 degrees */
        transition: transform 0.3s ease; /* Optional: adds smooth transition */
        border-radius: 2rem;
    }



#benefits-kids  img {
    border-radius: 2rem;
}


