    
 /* 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;
    }

/* JUMBOTRON */

.jumbotron {
    
    background-size: cover;
    color: #fff; /* Text color for better visibility on the background */
    padding: 100px 0; /* Add padding to center the content vertically */
}

.jumbotron-heading {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 16px;
}

.jumbotron-caption {
    font-size: 24px; 
    font-weight: lighter;
    padding-bottom: 16px;
}

.mini-button-group {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
    vertical-align:middle;
}

.mini-button {
    background-color: #000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    padding: 10px;
    border-radius: 24px;
    vertical-align:middle;
    
}


.mini-img-1 {
    width: 35px; /* Adjust image size */
    height: 40px;
    margin-right: 10px;
}

.mini-img-2 {
    width: 40px; /* Adjust image size */
    height: 40px;
    margin-right: 10px;
}

.mini-button-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.mini-caption {
    font-size: 0.75rem; /* Adjust mini caption font size */
    margin-bottom: 0px;
}

.mini-heading {
    font-size: 24px; /
}

.image-column img {
    width: 100%;
    height: auto;
    margin-bottom: 60px;
    
}

.custom-card {
    background-color: #4C5C51;
    padding: 20px;
    height: 200px;
    width: 350px;
    border-color: #4C5C51;
    margin-top: 60 px;
    display: flex; /* Use flexbox */
    flex-direction: column; /* Stack content vertically */
    justify-content: center; /* Vertically center content */
    align-items: center; /* Horizontally center content */
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
 } 

.custom-card-img {
    width: 50%;
    height: auto;
    font-weight: bolder;
}

.card-rating {
    font-size: 44px;
    color: #FFF;
    margin-top: 16px;
}

.card-users {
    font-size: 44px;
    color: #FFF;
    margin-top: 16px;
}

.card-plants {
    font-size: 44px;
    color: #FFF;
    margin-top: 16px;
}

.card-user-text,
.card-plants-text {
    font-size: 24px;
    color: #FFF;
}


/* FEATURES */

.row-1{
    padding-top: 24px;
}
.row-2{
    padding-top: 24px;
}
.features-section {
    background-color: #fff; /* Set the background color to white */
    padding: 50px 0; /* Adjust padding as needed */
    margin-right: -100px;
    margin-left: -100px;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feature-heading {
    font-size: 24px;
    margin: 20px 0;
    font-weight: 600;
    color: #56765F;
}

.feature-images {
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-image,
.right-image {
    width: 30px; /* Adjust image size */
    height: auto;
    margin: 0 10px;
}

.feature-heading {
    font-size: 32px;
    margin: 0 20px; /* Adjust spacing between heading and images */
    margin-bottom: 32px;
    margin-top: 32px;
}

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

.feature-card-img {
    width: 80px ;
    height: auto;
    margin-bottom: 0px;
    margin-top: 24px;
}

.feature-card-heading {
    font-size: 20px;
    margin: 10px 0;
    color: #56765F;
    margin-bottom: 24px;
}

.feature-card-caption {
    font-size: 14px;
    color: #777;
}


/* RATINGS */

.new-content-section {
    background-color:#3B3B3B; /* Set the 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;
}

.new-content-heading {
    font-size: 32px;
    margin: 20px 0;
    font-weight: 600;
}

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

.new-card {
    border-radius: 24px;
    padding: 20px;
    text-align:left;
    box-shadow: 0 4px 10px rgba(0, 0, 3, 0.3);
    color: #fff;
    width: 367px;
    background-color: #56765F; /* Default green background */
}

.white-card {
    background-color: #fff; /* Override background color for white card */
    color: #000; /* Change text color for white card */
}

.card-date {
    font-size: 12px;
    margin: 10px 0;
    margin-left: 16px;
}

.card-heading {
    font-size: 24px;
    margin: 10px 0;
    font-style: italic;
    margin-left: 16px
}

.card-text {
    font-size: 14px;
    margin: 10px 0;
    margin-left: 16px;
    margin-top: 24px;
}

.card-image {
    width: 226px;
    height: auto;
    margin-top: 20px;
    margin-left: -16px;
    margin-bottom: 10px;
}

/* DEMO*/

.demo-section {
    background-color: #fff; /* Set the background color */
    padding: 50px 0; /* Adjust padding as needed */
}

.demo-image-column {
    display: flex;
    justify-content: center;
    align-items: center;
}

.demo-image {
    max-width: 75%;
    height: auto;
}

.demo-content-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.demo-heading {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #000; /* Change text color */
}

.demo-button {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #FBBC04; /* Button background color */
    border: none;
    color: #000; /* Button text color */
    border-radius: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1)
}

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

/* 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: 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 */
}