/* Dream Section Styles */
.dream-section {
    background-color: #f9f9f9;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
}

.dream-toggle-read-more, .dream-toggle-read-less {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
}

.dream-toggle-read-more:hover, .dream-toggle-read-less:hover {
    background-color: #0056b3;
}




/* Info Section Styles */
.info-section {
    background-color: #f9f9f9;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
}

.text-content {
    margin-bottom: 20px;
}

.toggle-read-more, .toggle-read-less {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
}

.toggle-read-more:hover, .toggle-read-less:hover {
    background-color: #0056b3;
}





/* Contact Section Styles */
.contact-section {
    background-color: #f9f9f9;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
}

.contact-intro {
    margin-bottom: 20px;
}

.contact-us-button {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.contact-us-button:hover {
    background-color: #0056b3;
}

/* Modal Styles */
.contact-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.contact-modal-content {
    background-color: #fefefe;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    max-width: 500px;
    border-radius: 10px;
}

.contact-close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.contact-close-button:hover,
.contact-close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}





/* Style for the make-menu-button to remove underline */
.make-menu-button {
    background-color: #00796b;
    color: white;
    padding: 14px 28px;
    border: none;
    border-radius: 5px;
    margin: 20px 0;
    font-size: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-decoration: none; /* Remove underline */
    display: inline-block; /* Make it behave like a button */
}

.make-menu-button:hover {
    background-color: #004d40;
}

/* New Header styles */
.new-header {
    background-color: #c1ee94;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 10px 20px;
}

.new-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new-logo {
    height: 50px;
}

.new-business-name {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    flex-grow: 1;
}

.new-menu-button {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 24px;
}

.new-bar {
    width: 100%;
    height: 4px;
    background-color: #333;
    border-radius: 2px;
}

.new-menu {
    display: none;
    position: absolute;
    top: 60px;
    right: 20px;
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.new-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.new-menu ul li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.new-menu ul li:last-child {
    border-bottom: none;
}

.new-menu ul li a {
    text-decoration: none;
    color: #333;
}

.new-menu ul li a:hover {
    text-decoration: underline;
}

/* Media queries for mobile responsiveness */
@media (max-width: 768px) {
    .new-header-content {
        flex-direction: row;
        align-items: center;
    }

    .new-menu {
        width: 100%;
        top: 50px;
        right: 0;
    }

    .new-menu-button {
        width: 40px;
        height: 32px;
    }

    .new-bar {
        height: 5px;
    }
}

@media (max-width: 480px) {
    .new-header-content {
        padding: 10px;
    }

    .new-menu-button {
        width: 40px;
        height: 32px;
    }

    .new-bar {
        height: 5px;
    }
}

/* Media queries for mobile responsiveness */
@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .menu {
        width: 100%;
        top: 50px;
        left: 0;
    }
}

@media (max-width: 480px) {
    .header-content {
        padding: 10px;
    }

    .menu-button {
        width: 40px;
        height: 32px;
    }

    .bar {
        height: 5px;
    }
}

/* Dream Section - Mobile Friendly and Larger Text */
.dream-section {
    background-color: #6fe5fa;
    padding: 20px;
    text-align: center;
}

.dream-section h2 {
    font-size: 32px; /* Larger font size */
    margin-bottom: 20px;
    color: #00796b;
}

.dream-section .content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dream-section .left-content, .dream-section .right-image {
    width: 100%;
    padding: 10px;
}

.dream-section .right-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.dream-section .join-now-button {
    background-color: #00796b;
    color: white;
    padding: 14px 28px; /* Larger padding */
    border: none;
    border-radius: 5px;
    margin: 20px 0;
    font-size: 20px; /* Larger font size */
    cursor: pointer;
    transition: background-color 0.3s;
}

.dream-section .join-now-button:hover {
    background-color: #004d40;
}

.dream-section .description {
    text-align: left;
    max-width: 800px;
    margin: auto;
    font-size: 20px; /* Larger font size */
}

.dream-section #dreamIntroText {
    margin-bottom: 20px;
}

.dream-section #dreamExtended {
    display: none;
    margin-top: 20px;
}

.dream-section #dreamToggleBtn {
    background: none;
    border: none;
    color: #00796b;
    cursor: pointer;
    font-size: 18px; /* Larger font size */
    text-decoration: underline;
}

/* Mobile-friendly adjustments */
@media (max-width: 768px) {
    .dream-section h2 {
        font-size: 28px;
    }

    .dream-section .join-now-button {
        font-size: 18px;
        padding: 12px 24px;
    }

    .dream-section .description {
        font-size: 18px;
        padding: 0 10px;
    }

    .dream-section #dreamToggleBtn {
        font-size: 16px;
    }

    .dream-section .content-container {
        flex-direction: column;
    }

    .dream-section .left-content, .dream-section .right-image {
        width: 100%;
        padding: 10px 0;
    }
}

@media (max-width: 480px) {
    .dream-section h2 {
        font-size: 26px;
    }

    .dream-section .join-now-button {
        font-size: 16px;
        padding: 10px 20px;
    }

    .dream-section .description {
        font-size: 16px;
        padding: 0 5px;
    }

    .dream-section #dreamToggleBtn {
        font-size: 14px;
    }
}

/* Free Digital Food Menu Section */
.food-menu-section {
    background-color: #e0f7fa;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
}

.food-menu-section h2 {
    font-size: 32px; /* Larger font size */
    margin-bottom: 20px;
    color: #00796b;
}

.food-menu-section .content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.food-menu-section .image-container {
    width: 100%;
    max-width: 500px;
    margin-bottom: 20px;
}

.food-menu-section .image-container img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.food-menu-section .make-menu-button {
    background-color: #00796b;
    color: white;
    padding: 14px 28px; /* Larger padding */
    border: none;
    border-radius: 5px;
    margin: 20px 0;
    font-size: 20px; /* Larger font size */
    cursor: pointer;
    transition: background-color 0.3s;
}

.food-menu-section .make-menu-button:hover {
    background-color: #004d40;
}

.food-menu-section .description {
    text-align: left;
    max-width: 800px;
    margin: auto;
    font-size: 20px; /* Larger font size */
}

.food-menu-section #menuSummary {
    margin-bottom: 20px;
}

.food-menu-section #menuExtended {
    display: none;
    margin-top: 20px;
}

.food-menu-section #menuReadMoreBtn, 
.food-menu-section #menuReadLessBtn {
    background: none;
    border: none;
    color: #00796b;
    cursor: pointer;
    font-size: 18px; /* Larger font size */
    text-decoration: underline;
}

.food-menu-section #menuReadLessBtn {
    margin-top: 20px;
}

/* Mobile-friendly adjustments */
@media (max-width: 768px) {
    .food-menu-section h2 {
        font-size: 28px;
    }

    .food-menu-section .make-menu-button {
        font-size: 18px;
        padding: 12px 24px;
    }

    .food-menu-section .description {
        font-size: 18px;
        padding: 0 10px;
    }

    .food-menu-section #menuReadMoreBtn, 
    .food-menu-section #menuReadLessBtn {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .food-menu-section h2 {
        font-size: 26px;
    }

    .food-menu-section .make-menu-button {
        font-size: 16px;
        padding: 10px 20px;
    }

    .food-menu-section .description {
        font-size: 16px;
        padding: 0 5px;
    }

    .food-menu-section #menuReadMoreBtn, 
    .food-menu-section #menuReadLessBtn {
        font-size: 14px;
    }
}

/* General Styles */
body {
    margin: 0;
    font-family: Arial, sans-serif;
}

header {
    background-color: #c1ee94;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: relative;
    padding: 10px 20px;
}

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

.logo {
    height: 50px;
}

.business-name {
    font-size: 24px;
    font-weight: bold;
}

.menu-button {
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-around;
    height: 40px;
    width: 40px;
    background-color: none;
    padding: 5px;
    margin-right: 20px;
}

.bar {
    height: 5px;
    background-color: #333;
    width: 100%;
    border-radius: 10px;
}

.menu {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    background-color: #c1ee94;
    width: 200px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    z-index: 1;
}

.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu ul li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.menu ul li a {
    color: #333;
    text-decoration: none;
}

.menu ul li a:hover {
    text-decoration: underline;
}

/* Contact Section Styles */
.section4 {
    background-color: #c1d39b;
    text-align: center;
    margin: 0;
    padding: 10px 20px;
    border-radius: 5px;
}

.section4 .contact-intro {
    position: relative;
}

.section4 #readMoreBtn {
    position: absolute;
    right: 0;
    margin-right: 20px;
}

.section4 .contact-options {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
}

.section4 .contact-us-button {
    background-color: #4CAF50;
    color: white;
    padding: 12px 60px;
    border-radius: 5px;
    margin: 20px;
    font-size: 20px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

.section4 .contact-us-button:hover {
    background-color: #45a049;
}

/* Contact Form Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(24, 10, 10, 0.4);
}

.modal-content {
    background-color: #ddec7d;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    max-width: 450px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.close-button {
    color: #0b0101;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-button:hover,
.close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

input[type="text"], input[type="email"], textarea, input[type="submit"] {
    width: 100%;
    padding: 12px;
    margin-top: 6px;
    margin-bottom: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type="submit"] {
    background-color: #28a745;
    color: white;
    padding: 16px 24px;
    font-size: 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.2s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    width: auto;
    display: block;
    margin: 0 auto;
}

input[type="submit"]:hover {
    background-color: #218838;
}

@media screen and (max-width: 768px) {
    .modal-content {
        margin: 10% auto;
        width: 90%;
    }

    input[type="submit"] {
        padding: 15px;
    }
}

@media screen and (max-width: 480px) {
    .modal-content {
        margin: 15% auto;
    }
}

/* General Styles */
body {
    margin: 0;
    font-family: Arial, sans-serif;
}

header {
    background-color: #c1ee94;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: relative;
    padding: 10px 20px;
}

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

.logo {
    height: 50px;
}

.business-name {
    font-size: 24px;
    font-weight: bold;
}

.menu-button {
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-around;
    height: 40px;
    width: 40px;
    background-color: none;
    padding: 5px;
    margin-right: 20px;
}

.bar {
    height: 5px;
    background-color: #333;
    width: 100%;
    border-radius: 10px;
}

.menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #c1ee94;
    width: 200px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    z-index: 1;
}

.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu ul li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.menu ul li a {
    color: #333;
    text-decoration: none;
}

.menu ul li a:hover {
    text-decoration: underline;
}

.rainbow-text span {
    animation: flow 10s linear infinite;
    opacity: 0;
}

.r1 { color: green; }
.r2 { color: orange; }
.r3 { color: yellow; }
.r4 { color: red; }
.r5 { color: blue; }
.r6 { color: rgb(10, 0, 16); }
.r7 { color: violet; }

@keyframes flow {
    0% { opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { opacity: 0; }
}

/* Footer Styles */
footer {
    background-color: #c866e6;
    color: #333333;
    text-align: center;
    padding: 20px 10px;
}

.footer-content {
    max-width: 960px;
    margin: auto;
    padding: 0 15px;
}

footer a {
    color: #0066cc;
    text-decoration: none;
}

footer p {
    margin: 10px 0;
    font-size: 14px;
}

@media (max-width: 768px) {
    .menu-button {
        display: flex;
        height: 50px;
        width: 50px;
        margin-right: 10px;
    }

    .header-content {
        justify-content: space-between;
    }

    .logo, .business-name {
        margin-bottom: 0;
    }

    .menu {
        display: block;
        position: absolute;
        top: 60px;
        right: 0;
        background-color: #c1ee94;
        width: 100%;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .menu ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .menu ul li {
        padding: 10px;
        border-bottom: 1px solid #ccc;
        width: 100%;
    }

    .menu ul li a {
        width: 100%;
        display: block;
    }

    footer {
        padding: 15px 5px;
    }

    .footer-content {
        max-width: 100%;
    }

    footer p {
        font-size: 12px;
    }
}

/* Section1 - Dream Section */
.section1 {
    background-color: #6fe5fa;
    padding: 20px;
    text-align: center;
}

.section1 .content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section1 .join-now-button {
    display: inline-flex;
    background-color: #4CAF50;
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    margin: 10px;
    transition: background-color 0.3s, transform 0.3s;
}

.section1 .join-now-button:hover, .section1 .join-now-button:focus, .section1 #readMoreBtn:hover, .section1 #readMoreBtn:focus {
    background-color: #45a049;
    transform: scale(1.05);
    text-decoration: none;
    color: white;
}

.section1 .left-content, .section1 .right-image {
    width: 100%;
    padding: 10px;
}

.section1 .right-image img {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 769px) {
    .section1 .content-container {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
    }

    .section1 .left-content, .section1 .right-image {
        width: 50%;
        padding: 20px;
    }
}

/* Section2 - Info Section */
.section2 {
    padding: 20px;
    background-color: white;
    border-radius: 5px;
    text-align: center;
}

.section2 .content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section2 .image-container {
    width: 100%;
    padding: 10px;
}

.section2 .image-container img {
    width: 100%;
    height: auto;
}

.section2 .text-content {
    width: 100%;
    padding: 10px;
    font-size: 18px;
}

.section2 .signup-button {
    display: inline-block;
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}

@media screen and (min-width: 769px) {
    .section2 .content-container {
        flex-direction: row;
    }

    .section2 .image-container, .section2 .text-content {
        width: 50%;
        padding: 20px;
    }
}

/* Section3 - Join Our Journey Section */
.section3 {
    background-color: #b2a34f;
    font-family: Arial, sans-serif;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

.section3 .content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section3 .apply-now-button {
    background-color: #59ea79;
    padding: 10px 25px;
    border: none;
    cursor: pointer;
    display: inline-block;
    margin: 20px 10px;
    border-radius: 5px;
    transition: background-color 0.3s;
    text-decoration: none;
}

.section3 .text-content, .section3 .image-content {
    width: 100%;
    padding: 10px;
}

.section3 .image-content img {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 769px) {
    .section3 .content-container {
        flex-direction: row;
        text-align: left;
    }

    .section3 .text-content, .section3 .image-content {
        width: 50%;
        padding: 20px;
    }
}

/* Section4 - Contact Section */
.section4 {
    background-color: #c1d39b;
    text-align: center;
    margin: 0;
    padding: 10px 20px;
    border-radius: 5px;
}

.section4 .contact-intro {
    position: relative;
}

.section4 #readMoreBtn {
    position: absolute;
    right: 0;
    margin-right: 20px;
}

.section4 .contact-options {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
}

.section4 .contact-us-button {
    background-color: #4CAF50;
    color: white;
    padding: 12px 60px;
    border-radius: 5px;
    margin: 20px;
    font-size: 20px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

.section4 .contact-us-button:hover {
    background-color: #45a049;
}
