.organic-hero {
    padding: 0 0 4rem;
}

.hero-card {
    background: #2b9e4a; 
    background-size: cover;
    background-position: center;
    border-radius: 40px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: 60px 80px 0 80px; 
    position: relative;
    color: #fff;
}
.hero-card .sec-big-title{
        max-width: 85%;
}
.hero-content {
    flex: 1;
    padding-bottom: 60px; 
}

.sub-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    margin-bottom: 20px;
}

.hero-content h1 {
    font-size: 54px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 25px;
    max-width: 600px;
}

.hero-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 550px;
    opacity: 0.9;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 30px;
}

.btn-primary {
    background-color: #e9e07a; /* Yellowish button from image */
    color: #2d5a27;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}


.phone-text strong {
    font-size: 18px;
}

.hero-image {
    flex: 0 0 34%;
    display: flex;
    justify-content: flex-end;
}

.hero-image img {
    height: auto;
    display: block;
}
.hero-card .sec-big-title {
    max-width: unset;
}


.side-iconsz .call-us-icon{
    display:none;
}
.side-iconsz {
    position: fixed;
        right: 8px;
    top: 50%;
    z-index: 9999;
}


 .mobile-menu-top, 
    .mobile-menu-open {
    display:none;
    }