 
 
 
 /* NAVIGATION BAR */



 body {
    margin: 0;
    padding: 0;
    background: url('../Images/background\ image.png') no-repeat center center;
    background-size: cover;
 }


 .navbar-custom {
    margin-top: 36px; 
    border-radius: 36px; 
    max-width: 1400px; 
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    
}

    .custom-button {
        color: #000; /* Text color */
        background-color: #FFF; /* Background color */
        border-color: #56765F;
        font-family: 'Arial', sans-serif; /* Change this to the desired font */
        font-size: 16px; /* Change this to the desired font size */
        border-radius: 16px;
        
    }

    .custom-button:hover {
        background-color: #56765F; /* Hover background color */
        border-color: #56765F;
        color: #FFF;
        border-radius: 16px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .green-thumb {
        color: #56765F; /* Change this to the desired color */
        font-weight: 600;
    }

/* About Section */

.about-section {
    padding: 50px 0;
    background-color: #fff;
    margin-top: 36;
 }
 
 .about-heading {
    font-size: 32px;
    font-weight:bolder;
    margin-bottom: 20px;
    color: #56765F;
 }
 
 .about-subheading {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #56765F;
    font-weight: bolder;
 }
 
 .about-text-column {
    padding-right: 40px; /* Add space between text and image column */
 }
 
 .about-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
 }
 
 .about-image-column {
    display: flex;
    align-items: center;
    justify-content:flex-end
    
 }
 
 .about-image {
    width: 75%;
    max-width: 600px; /* Adjust image width as needed */
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
 }


/* GOALS */


 .goal-list-section {
    background-color: #fff;
    padding: 50px 0;
    text-align: center;
    margin-top: -60;
}

.goal-list-heading {
    font-size: 32px;
    margin: 20px 0;
    font-weight: bold;
}

.goal-card-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap:nowrap;
    gap: 20px;
    margin-top: 24px;
    margin-left: 24px;
}

.goal-card {
    background-color: #fff;
    border-radius: 24px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 374px;
    height: 289px;
}

.goal-card-img {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
    margin-top: 40px;
}

.goal-card-heading {
    font-size: 20px;
    margin: 10px 0;
    color: #56765F;
    margin-top: 0;
  
}

/* FOOTER*/

.footer-section {
    background-color: #56765F; /* Footer background color */
    padding: 50px 0; /* Adjust padding as needed */
    color: #fff; /* Text color */
    width: 100%; /* Extend the background to cover the entire width */
    margin-top: 40px;
}

.footer-list-items li:hover {
    background-color: #56765F; /* Change color on hover */
    color: #44544F; /* Change text color on hover */
    cursor: pointer; /* Add pointer cursor on hover */
}

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

.footer-left {
    flex: 1;
}

.footer-heading {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #C7EED2;
}

.footer-right {
   
    display: flex;
    justify-content: space-between;
    margin-right: 24px;
}

.footer-list {
    margin-right: 64px;
}

.footer-list-heading {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-list-items {
    list-style: none;
    padding-left: 0;
}

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

.subscribe-section {
    margin-top: 60px;
    text-align: center;
    margin-right: -530px;
    
}

.subscribe-text {
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: 200px;
}

.newsletter-input {
    padding: 10px;
    border: none;
    border-radius: 16px;
    width: 500px;
    margin-top: 16px;

}

.newsletter-button {
    padding: 10px 20px;
    background-color: #C7EED2; /* Button background color */
    border: none;
    color: #000; /* Button text color */
    border-radius: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    
}

.newsletter-button:hover {
    background-color: #44544F; /* Hover background color */
}

/* FOOTER*/

.footer-section {
    background-color: transparent; /* Set background color to transparent or any other value */
    padding: 50px 0; /* Adjust padding as needed */
    color: #fff; /* Text color */
    width: 100%; /* Extend the background to cover the entire width */
    margin-top: 40px;
}

.footer-list-items li:hover {
    background-color: #56765F; /* Change color on hover */
    color: #44544F; /* Change text color on hover */
    cursor: pointer; /* Add pointer cursor on hover */
}

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

.footer-left {
    flex: 1;
}

.footer-heading {
    font-size: 62px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #C7EED2;
}

.footer-right {
   
    display: flex;
    justify-content: space-between;
    margin-right: 24px;
}

.footer-list {
    margin-right: 64px;
}

.footer-list-heading {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-list-items {
    list-style: none;
    padding-left: 0;
}

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

.subscribe-section {
    margin-top: 60px;
    text-align: center;
    margin-right: -530px;
    
}

.subscribe-text {
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: 200px;
}

.newsletter-input {
    padding: 10px;
    border: none;
    border-radius: 16px;
    width: 500px;
    margin-top: 16px;

}

.newsletter-button {
    padding: 10px 20px;
    background-color: #C7EED2; /* Button background color */
    border: none;
    color: #000; /* Button text color */
    border-radius: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    
}

.newsletter-button:hover {
    background-color: #44544F; /* Hover background color */
}