Theme Name: Astha Bajar
Text Domain: astha-bajar


.ab-header{
    background:#ffffff;
    border-bottom:1px solid #e5e5e5;
    padding:16px 0;
}

.ab-container{
    width:min(1200px,92%);
    margin:auto;

    display:flex;
    justify-content:space-between;
    align-items:center;
}

.ab-logo h2{
    color:#2E7D32;
    font-size:28px;
}

.ab-menu ul{
    display:flex;
    gap:25px;
    list-style:none;
}

.ab-menu a{
    color:#222;
    font-weight:600;
}

.ab-actions{
    display:flex;
    gap:15px;
    font-size:24px;
}



.hero{
    background:#F4FBF4;
    padding:80px 0;
}

.hero-content{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:40px;
}

.hero-text{
    width:50%;
}

.hero-text h1{
    font-size:54px;
    color:#2E7D32;
    margin:20px 0;
}

.hero-text p{
    font-size:20px;
    color:#555;
}

.badge{
    display:inline-block;
    background:#E8F5E9;
    color:#2E7D32;
    padding:8px 16px;
    border-radius:50px;
    font-weight:bold;
}

.btn{
    display:inline-block;
    margin-top:25px;
    padding:15px 35px;
    background:#2E7D32;
    color:#fff;
    border-radius:8px;
    font-weight:bold;
}

.btn:hover{
    background:#256528;
}

.hero-image{
    width:50%;
}

.hero-image img{
    width:100%;
    max-width:550px;
}