* {
    margin: 0;
    padding: 0;  
}
body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background-color: white;
    scroll-behavior: smooth;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10;
}
.logo {
    width: 200px;
}
.hamburger-menu {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    cursor: pointer;
}
.hamburger-menu span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #333;
    border-radius: 3px;
    transition: 0.3s ease;
}
.nav-menu {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
}
.nav-menu li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    padding: 8px 15px;
    transition: color 0.3s, background-color 0.3s;
}
.nav-menu li a:hover {
    background-color: #28a745;
    color: white;
    border-radius: 5px;
}
.desktop-getstared {
    display: flex;
}
.ourproductscontainer{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}
.ourproducts{
    font-size: 1em;
    color: #036803;
    border: 1.52px solid #036803;
    background-color: transparent;
    border-radius: 100px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    align-items: center;
}
.ourproducts:hover {
    background-color: #036803;
    color: white;
}
.mainproductscontainer{
    margin: 10px;
}
.smallhero-desktop {
    display: block;
}
.smallhero-mobile {
    display: none;
}
.mobile-text {
    display: none;
  }
@media (max-width: 768px) {
    .hamburger-menu {
        display: flex;
    }
    .nav-menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 20px;
        background-color: white;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        width: 200px;
        padding: 10px 0;
        z-index: 100;
    }
    .nav-menu.active {
        display: flex;
    }
    .nav-menu li {
        margin: 10px 0;
        text-align: center;
    }
    .desktop-getstared {
        display: none;
    }
    .home-h1{
        font-size: 32px;
        white-space: nowrap;
    }
    .home-p {
        display: none;
      }
      .mobile-text {
        display: block;
      }
    .green-button {
        width: 100%;
        font-size: 1rem;
        padding: 12px;
    }
    .image-section {
        visibility: hidden;
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    .image {
        width: 100%;
        height: auto;
        max-width: 100%;
        margin: 0 auto;
        border-radius: 10px;
    }
    .rating-text {
        font-size: 1rem;
    }
    .stars img {
        width: 100px;
    }
    .review-count {
        font-size: 0.85rem;
    }
    .trustpilot-logo img {
        width: 20px;
        height: 20px;
    }
    .trustpilot-txt {
        font-size: 0.85rem;
    }
    .smallhero-desktop {
        display: none;
    }
    .smallhero-mobile {
        display: block;
    }
}
.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 30px auto;
    padding: 20px;
    gap: 20px;
    width: 100%;
}
.text-section {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
h1 {
    font-size: 2.5em;
    color: #036803;
}
p {
    font-size: 1.1em;
    line-height: 1.6;
    color: #333;
}
.green-button {
    font-size: 1em;
    padding: 12px 20px;
    color: #036803;
    border: 2px solid #036803;
    background-color: transparent;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.green-button:hover {
    background-color: #036803;
    color: white;
}
.image-section {
    width: 50%;
    display: flex;
    justify-content: center;
}
.image {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 10px;
}
.getstartedyopbyttons {
    font-size: 18px;
    color: white;
    background-color: #036803;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
}
.getstartedyopbyttons:hover {
    box-shadow: 0 0 15px rgba(142, 242, 164, 0.6), 
                0 0 30px rgba(171, 255, 188, 0.4), 
                0 0 45px rgba(139, 255, 139, 0.772);
}
.trustpilot-review {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px 0;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
.rating-text {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
}
.stars img {
    width: 120px;
    height: auto;
    display: inline-block;
}
.review-count {
    color: #666;
    font-size: 1rem;
    margin: 0 10px;
}
.trustpilot-logo img {
    width: 24px;
    height: 24px;
}
.trustpilot-txt {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
}
.my-6 {
    margin-top: 24px;
    margin-bottom: 24px;
}

