body{
margin:0;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
background:#f3f5f9;
}
a{
  color: #222 !important;
  text-decoration: none !important;
}
p{
  margin-bottom: 0 !important;
}
a{
  text-decoration: none;
}
ul{
  padding-left: 0px;
  margin: 0;
  list-style-type: none;
}
.sb-logo img {
  width: 135px;
}
/****** whatsapp ***/
.whatsapp_btn {
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  background: #1faf54 !important;
  font-size: 15px !important;
  padding-top: 9px;
  display: block;
  color: #fff !important;
  z-index: 99;
  width: 60px;
  height: 58px;
  box-shadow: 0 0 3px rgb(0 0 0 / .266);
  position: fixed;
padding-left: 15px;
}
.whastss {
  font-size: 38px !important;
  animation: 2s ease-out infinite rocking;
    animation-name: rocking;
  transition: 0.2s;
}




.mobile-menu-link{
  padding: 7px;
  border-bottom: 1px solid #d4d4d4;
  display: block;
  font-size: 15px;
  font-weight: 600;
}
.offcanvas-body {
  padding: 0px !important;
}
/* Scoped Wrapper */
.ybh-terms-wrapper {
    font-family: 'Segoe UI', sans-serif;
    background: #f7f9fb;
    padding: 40px 20px;
}

/* Container */
.ybh-terms-container {
    max-width: 900px;
    margin: auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

/* Heading */
.ybh-terms-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #1a1a1a;
}

/* Section */
.ybh-terms-section {
    margin-bottom: 25px;
}

.ybh-terms-section h2 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #2e7d32;
}

.ybh-terms-section p {
    font-size: 15px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 10px;
}

/* List */
.ybh-terms-list {
    padding-left: 20px;
}

.ybh-terms-list li {
    margin-bottom: 8px;
    color: #555;
    font-size: 15px;
}

/* Highlight */
.ybh-highlight {
    font-weight: 600;
    color: #000;
}

/* Responsive */
@media (max-width: 768px) {
    .ybh-terms-container {
        padding: 25px;
    }

    .ybh-terms-title {
        font-size: 26px;
    }
}
/* NAVBAR */

.sb-header{
background:white;
box-shadow:0 3px 15px rgba(0,0,0,0.08);
position:sticky;
top:0;
z-index:100;
}
.sb-navbar {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}
.contact-container {
  width: 50%;
  margin: auto;
  background: #fff;
  padding: 30px;
  border: 1px solid #dedede;
}
.sb-logo,.sb-logo a{
font-size:24px;
font-weight:700;
color:#2c7a2c !important;
}

.sb-menu a{
margin-left:25px;
text-decoration:none;
color:#333;
font-weight:500;
}

.sb-menu a:hover{
color:#2c7a2c;
}
.btn-baar{
    background-color: #fff;
    font-size: 25px !important;
    display: none !important;
}

.sb-hero{
    background-image: url(../images/banner3.webp);
    background-size: cover;
    width: 100%;
    height: 700px;
}
.b1 {
  font-size: 50px;
  font-weight: 700;
  margin-top: 190px;
  color: #2c7a2c;
}
.bct {
  display: inline-block !important;
  margin-top: 20px;
  padding: 5px 32px 8px 32px !important;
  color: #fff !important;
  background-color: #2c7a2c !important;
  position: relative;
}

.b2{font-size: 50px;
  font-weight: 600;
  margin-top: -20px;
}
.b3{font-size: 17px;
  padding-right: 60px;
  margin-top: 10px;
}
/***** about us *****/
.littlebold{
  font-weight: 600;
}
.yb-about-section {
  padding: 70px 20px;
  background: #ffffff;
  
}
.yb-about-container {
  max-width: 90%;
  margin: auto;
}
.yb-about-heading {
  text-align: center;
  margin-bottom: 25px;
}
.yb-about-heading span {
  font-weight: 600;
  font-size: 20px;
}
.yb-about-heading h2 {
  font-size: 27px;
  margin-top: 10px;
  color: #2c7a2c;
  font-weight: 600;
}
.yb-about-content{
    text-align:center;
}

.yb-about-content p{
    font-size:16px;
    color:#555;
    margin-top:25px;
}

.yb-about-highlight{
    margin-top:50px;
    display:flex;
    justify-content:center;
    gap:25px;
    flex-wrap:wrap;
}

.yb-highlight-box{
    background:#f7faf7;
    padding:25px 30px;
    border-radius:10px;
    text-align:center;
    width:220px;
}

.yb-highlight-box h3{
    color:#1f7a3d;
    font-size:18px;
    margin-bottom:8px;
}

.yb-highlight-box p{
    font-size:14px;
    color:#666;
}
/*** what we supply ***/


.ybh-vegetables-section{
padding:80px 20px;
background:#f6faf6;
font-family:Arial;
}

.ybh-veg-container{
max-width:1200px;
margin:auto;
}

.ybh-veg-title{
text-align:center;
margin-bottom:50px;
}

.ybh-veg-title h2 {
  font-size: 27px;
  color: #2c7a2c;
  margin-bottom: 10px;
  font-weight: 600;
}

.ybh-veg-title p{
max-width:700px;
margin:auto;
color:#666;
}

.ybh-veg-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:25px;
}

.ybh-veg-card{
background:white;
border-radius:12px;
overflow:hidden;
text-align:center;
box-shadow:0 6px 20px rgba(0,0,0,0.05);
transition:0.3s;
padding-bottom:18px;
}

.ybh-veg-card:hover{
transform:translateY(-6px);
}

.ybh-veg-card img{
width:100%;
height:180px;
object-fit:cover;
}

.ybh-veg-card h3{
margin:15px 0 8px;
font-size:18px;
}

.ybh-veg-card span{
background:#2c7a2c;
color:white;
padding:6px 14px;
font-size:13px;
border-radius:20px;
}
/***** our supply process *****/
.ybh-process-section{
padding:90px 20px;
background:#f7faf7;
font-family:Arial, sans-serif;
}

.ybh-process-container{
max-width:1200px;
margin:auto;
}

.ybh-process-heading{
text-align:center;
margin-bottom:60px;
}

.ybh-process-heading h2 {
  font-size: 27px;
  color: #2f7d32;
  margin-bottom: 10px;
  font-weight: 600;
}
.ybh-process-heading p{
max-width:700px;
margin:auto;
color:#666;
font-size:16px;
}

.ybh-process-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:30px;
}

.ybh-process-card{
background:white;
padding:35px 25px;
border-radius:12px;
box-shadow:0 8px 25px rgba(0,0,0,0.05);
transition:0.3s;
position:relative;
}

.ybh-process-card:hover{
transform:translateY(-8px);
}

.ybh-process-number{
position:absolute;
top:-15px;
left:25px;
background:#2f7d32;
color:white;
font-size:18px;
font-weight:bold;
padding:10px 16px;
border-radius:30px;
}

.ybh-process-card h3 {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
.ybh-process-card p{
font-size:15px;
color:#555;
line-height:1.6;
}

/***** Our farmer ****/

.ybhu-farm-network {
  padding: 40px 20px;
  background: #f6fff8;
}
 .ybhu-farm-header{
max-width:90%;
margin:auto;
text-align:center;
margin-bottom:70px;
}
.ybhu-farm-header h2 {
  font-size: 27px;
  color: #1b5e20;
  margin-bottom: 20px;
  font-weight: 600;
}
 .ybhu-farm-header p{
font-size:15px;
color:#555;
line-height:1.7;
}

/* STATS */

 .ybhu-farm-stats{
display:flex;
justify-content:center;
gap:40px;
margin-top:35px;
flex-wrap:wrap;
}
.ybhu-farm-stat {
  background: white;
  padding: 11px 35px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  font-size: 18px;
  font-weight: 600;
  color: #2c7a2c;
  border: 1px solid #ddd;
}
/* GRID */

 .ybhu-farm-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:30px;
}

 .ybhu-farm-card{
background:white;
border-radius:18px;
overflow:hidden;
box-shadow:0 15px 35px rgba(0,0,0,0.08);
transition:0.3s;
}

 .ybhu-farm-card:hover{
transform:translateY(-8px);
}

 .ybhu-farm-card img{
width:100%;
height:260px;
object-fit:cover;
}

 .ybhu-farm-content{
padding:22px;
}

 .ybhu-farm-content h3{
margin-bottom:10px;
color:#2c7a2c;
font-size:20px;
}
.ybhu-farm-content h3 {
  margin-bottom: 10px;
  color: #2c7a2c;
  font-size: 19px;
  font-weight: 600;
}
.ybhu-farm-content p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
/* PARTNERSHIP SECTION */
.partnership-section{
padding:120px 8%;
background:#f8fff9;
font-family:Arial, sans-serif;
}

.partnership-container{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
max-width:1200px;
margin:auto;
}

.partnership-left h2 {
  font-size: 27px;
  color: #1b5e20;
  margin-bottom: 20px;
  font-weight: 600;
}

.partnership-left p{
font-size:15px;
color:#555;
line-height:1.7;
margin-bottom:18px;
}
.partner-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 14px 32px;
  background: #2c7a2c;
  color: #fff !important;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 500;
}
.partnership-right{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:20px;
}
.partner-card {
  background: #fcfcfc;
  padding: 15px 15px;
  border-radius: 14px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08) !important;
  transition: 0.3s;
  border: 1px solid #d3d3d3;
  color: #2c7a2c;
}

.partner-card:hover{
transform:translateY(-6px);
box-shadow:0 18px 35px rgba(0,0,0,0.15);
}
/* responsive */
@media (max-width:900px){
.partnership-container{
grid-template-columns:1fr;
}
.partnership-right{
grid-template-columns:1fr 1fr;
}
}
@media (max-width:500px){
.partnership-right{
grid-template-columns:1fr;
}
}
/*** two forms ***/
.network-section {
  padding: 40px 20px;
  background: #f7fff8;
  
}
.network-header{
text-align:center;
max-width:90%;
margin:auto;
margin-bottom:60px;
}

.network-header h2{
font-size:27px;
color:#1b5e20;
margin-bottom:15px;
font-weight: 600;
}

.network-header p{
font-size:15px;
color:#555;
line-height:1.7;
}

/* FORM GRID */

.network-forms {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 80%;
  margin: auto;
}

/* FORM CARD */

.network-form-card{
background:white;
padding:40px;
border-radius:12px;
box-shadow:0 12px 30px rgba(0,0,0,0.08);
}
.network-form-card h3 {
  font-size: 23px;
  color: #2e7d32;
  font-weight: 600;
}
.form-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 25px !important;
}

/* FORM FIELDS */

.form-group{
display:flex;
flex-direction:column;
margin-bottom:15px;
}

.form-group label{
font-size:14px;
margin-bottom:6px;
color:#444;
}

.form-group input{
padding:12px;
border:1px solid #ddd;
border-radius:6px;
font-size:14px;
}

/* BUTTON */
.submit-btn {
  margin-top: 10px;
  padding: 10px 25px;
  border: none;
  background: #2e7d32;
  color: white;
  font-size: 15px;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.3s;
}

.submit-btn:hover{
background:#1b5e20;
}

/* RESPONSIVE */

@media (max-width:900px){

.network-forms{
grid-template-columns:1fr;
}
}
.mobilebanner{
  display: none;
}
/***** about us page *****/
.about-hero {
  padding: 40px 20px;
  background: linear-gradient(120deg,#f2fff4,#ffffff);
  text-align: center;
}

.about-hero h1{
font-size:35px;
color:#1b5e20;
margin-bottom:10px;
font-weight: 600;
}

.about-hero p{
margin:auto;
font-size:15px;
color:#555;
}



.about-story{
padding:100px 8%;
}

.about-container{
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
align-items:center;
}
.about-text h2 {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 600;
}
.about-text p{
color:#555;
margin-bottom:15px;
line-height:1.7;
}
.mission-card h3 {
  font-size: 25px;
  color: #0e0e0e;
  font-weight: 600;
  margin-bottom: 10px;
}
.about-image img{
width:100%;
border-radius:12px;
}



.about-mission{
padding:100px 8%;
background:#f8fff9;
}

.mission-container{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
max-width:900px;
margin:auto;
}

.stat-box {
  background: #f6fff8;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
}



.about-stats{
padding:100px 8%;
}

.stats-container{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
text-align:center;
}

.stat-box{
background:#f6fff8;
padding:35px;
border-radius:10px;
}

.stat-box h2 {
  color: #2e7d32;
  font-size: 30px;
  font-weight: 600;
}
.about-process {
  padding: 40px 20px;
  background: #fafafa;
}
.section-title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: 600;
}
.process-step h4{
  font-size: 20px;
  font-weight: 600;
  color: #1b5e20;
}
.process-step p{
  font-size: 15px;
}
.process-container{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.process-step{
background:white;
padding:30px;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,0.07);
}

.ybh-veg-title p {
  max-width: 90%;
  margin: auto;
  color: #666;
}

.about-why{
padding:100px 8%;
}

.why-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.why-card {
  background: #f6fff8;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  border: 1px solid #e0e0e0;
}


/* responsive */

@media (max-width:900px){

.about-container{
grid-template-columns:1fr;
}

.mission-container{
grid-template-columns:1fr;
}

.stats-container{
grid-template-columns:1fr 1fr;
}

.process-container{
grid-template-columns:1fr 1fr;
}

.why-grid{
grid-template-columns:1fr 1fr;
}

}

@media (max-width:500px){

.stats-container,
.process-container,
.why-grid{
grid-template-columns:1fr;
}

}
/***** contact us *****/
.contact-section {
  padding: 30px 20px;
  background: #f7fff8;
  font-family: Arial, sans-serif;
}
.uun {
  color: #1b1b1b;
}s
.contact-container{
max-width:900px;
margin:auto;
background:white;
padding:50px;
border-radius:12px;
box-shadow:0 15px 35px rgba(0,0,0,0.08);
}
.contact-intro{
text-align:center;
margin-bottom:40px;
}
.contact-intro h2{
font-size:36px;
color:#1b5e20;
margin-bottom:10px;
}
.contact-intro p{
color:#555;
font-size:16px;
line-height:1.6;
}

/* FORM */

.contact-form{
display:flex;
flex-direction:column;
gap:20px;
}

.form-row{
display:grid;
grid-template-columns:1fr 1fr;
gap:20px;
}

.form-group{
display:flex;
flex-direction:column;
}

.form-group label{
font-size:14px;
margin-bottom:6px;
color:#444;
}

.form-group input,
.form-group textarea{
padding:12px;
border:1px solid #ddd;
border-radius:6px;
font-size:14px;
outline:none;
}

.form-group input:focus,
.form-group textarea:focus{
border-color:#2e7d32;
}

/* BUTTON */

.contact-btn{
margin-top:10px;
padding:14px;
border:none;
background:#2e7d32;
color:white;
font-size:16px;
border-radius:6px;
cursor:pointer;
transition:0.3s;
}

.contact-btn:hover{
background:#1b5e20;
}

/* RESPONSIVE */

@media (max-width:700px){

.form-row{
grid-template-columns:1fr;
}

.contact-container{
padding:35px;
}

}

.toast{
position:fixed;
bottom:25px;
left:50%;
transform:translateX(-50%);
background:#28a745;
color:#fff;
padding:14px 28px;
border-radius:6px;
font-size:14px;
z-index:999999;
box-shadow:0 5px 20px rgba(0,0,0,0.2);
display:block;
opacity:1;
visibility:visible;
}

.toast.error{
background:#dc3545;
}

/**  CAPTCHA STYLING **/
.captcha-group{
background:#f9f9f9;
border:1px solid #ddd;
padding:12px;
border-radius:6px;
margin-top:15px;
}

.captcha-group label{
font-weight:600;
color:#333;
margin-bottom:8px;
display:block;
}

.captcha-group input{
background:#fff;
border:1px solid #ccc;
padding:8px 12px;
border-radius:4px;
width:100%;
max-width:150px;
font-size:16px;
}

.captcha-group input:focus{
border-color:#2c7a2c;
outline:none;
box-shadow:0 0 5px rgba(44,122,44,0.3);
}

/**** supply process *****/
.supply-process-section{
padding:120px 8%;
background:#f7fff8;
font-family:Arial, sans-serif;
}

.supply-header{
text-align:center;
max-width:800px;
margin:auto;
margin-bottom:80px;
}

.supply-header h1{
font-size:42px;
color:#1b5e20;
margin-bottom:15px;
}

.supply-header p{
font-size:17px;
color:#555;
line-height:1.7;
}



/* PROCESS STEPS */
.process-step {
  display: grid;
  align-items: center;
  margin-bottom: 100px;
}

.process-image img{
width:100%;
border-radius:12px;
}
.process-content h2 {
  font-size: 25px;
  margin-bottom: 12px;
  color: #2e7d32;
  font-weight: 600;
}
.process-content p{
color:#555;
margin-bottom:12px;
line-height:1.7;
}


/* REVERSE LAYOUT */

.reverse{
direction:rtl;
}

.reverse .process-content{
direction:ltr;
}



/* RESPONSIVE */

@media (max-width:900px){

.process-step{
grid-template-columns:1fr;
}

.reverse{
direction:ltr;
}

}
/**** Gallery  *****/
.gallery-section{
padding:30px 20px;
background:#f7fff8;
font-family:Arial, sans-serif;
}

.gallery-header {
  text-align: center;
  max-width: 100%;
  margin: auto;
    margin-bottom: auto;
  margin-bottom: 60px;
}

.gallery-header h1 {
  font-size: 27px;
  color: #1b5e20;
  margin-bottom: 15px;
  font-weight: 600;
}
.gallery-header p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

/* GRID */

.gallery-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}

/* SQUARE IMAGES */

.gallery-grid img{
width:100%;
aspect-ratio:1/1;
object-fit:cover;
border-radius:10px;
transition:0.3s;
}

.gallery-grid img:hover{
transform:scale(1.05);
}

/* RESPONSIVE */

@media (max-width:900px){

.gallery-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media (max-width:500px){

.gallery-grid{
grid-template-columns:1fr;
}

}
















/************************* 280 - 576  ************************************/
@media only screen and (min-width:280px) and (max-width:576px){
.sb-logo img {
  width: 120px;
}
.btn-baar{
    background-color: #fff;
    font-size: 25px !important;
    display: inline-block !important;
}
.sb-menu{
  display: none !important;
}
.sb-hero{
  display: none !important;
}
.mobilebanner{
  display: block;
  width: 100%;
}
.yb-about-section {
  padding: 40px 0px;
}
.yb-about-container {
  max-width: 90%;
  margin: auto;
}
.yb-about-heading h2 {
  font-size: 23px;
  margin-top: 5px;
}
.yb-about-heading span {
  font-size: 18px;
}
.yb-about-content p {
  font-size: 15px;
  margin-top: 15px;
}
.ybh-veg-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ybh-process-section {
  padding: 30px 10px;
}
.ybh-process-heading h2 {
  font-size: 25px;
}
.partnership-section {
  padding: 30px 10px;
}
.network-section {
  padding: 40px 10px;
}
.network-header h2 {
  font-size: 25px;
}
.network-forms {
  max-width: 95%;
}
.network-form-card h3 {
  font-size: 22px;
}
/****** supply ***/
.supply-header h1 {
  font-size: 25px;
  font-weight: 600;
}
.supply-process-section {
  padding: 30px 20px;
  background: #f7fff8;
  
}
/*** about us ***/
.about-hero h1 {
  font-size: 23px;
  font-weight: 600;
}
.section-title {
  font-size: 25px;
}
.process-step {
  margin-bottom: 40px;
}
.contact-container {
  width: 100%;
  margin: auto;
  background: #fff;
  padding: 30px;
  border: 1px solid #dedede;
}
.contact-intro h2 {
  font-size: 29px;
  color: #1b5e20;
  margin-bottom: 10px;
}
.ybh-vegetables-section {
  padding: 30px 20px;
  background: #f6faf6;
  font-family: Arial;
}
}
.mobileullia{
  padding-left: 0px !important;
}

#offcanvasExample {
  width: 85%;
}









/************************* 576 - 768  ************************************/
@media only screen and (min-width:576px) and (max-width:768px){

.btn-baar{
    background-color: #fff;
    font-size: 25px !important;
    display: inline-block !important;
}
.sb-menu{
  display: none !important;
}
.sb-hero{
  display: none !important;
}
.mobilebanner{
  display: block;
  width: 100%;
}
.yb-about-section {
  padding: 40px 0px;
}
.yb-about-container {
  max-width: 90%;
  margin: auto;
}
.yb-about-heading h2 {
  font-size: 23px;
  margin-top: 5px;
}
.yb-about-heading span {
  font-size: 18px;
}
.yb-about-content p {
  font-size: 15px;
  margin-top: 15px;
}
.ybh-veg-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ybh-process-section {
  padding: 30px 10px;
}
.ybh-process-heading h2 {
  font-size: 25px;
}
.partnership-section {
  padding: 30px 10px;
}
.network-section {
  padding: 40px 10px;
}
.network-header h2 {
  font-size: 25px;
}
.network-forms {
  max-width: 95%;
}
.network-form-card h3 {
  font-size: 22px;
}
/****** supply ***/
.supply-header h1 {
  font-size: 28px;
  font-weight: 600;
}
.supply-process-section {
  padding: 30px 20px;
  background: #f7fff8;
  
}

/*** about us ***/
.about-hero h1 {
  font-size: 23px;
  font-weight: 600;
}
.section-title {
  font-size: 25px;
}
.process-step {
  margin-bottom: 40px;
  gap: 10px;
}

.contact-container {
  width: 100%;
  margin: auto;
  background: #fff;
  padding: 30px;
  border: 1px solid #dedede;
}
.contact-intro h2 {
  font-size: 29px;
  color: #1b5e20;
  margin-bottom: 10px;
}
}




















/************************* 768 - 991  ************************************/
@media only screen and (min-width:768px) and (max-width:991px){

.btn-baar{
    background-color: #fff;
    font-size: 25px !important;
    display: inline-block !important;
}
.sb-menu{
  display: none !important;
}
.yb-about-section {
  padding: 40px 0px;
}
.sb-hero {
  background-image: url(../images/banner3.webp);
  background-size: cover;
  width: 100%;
  height: 429px;
}
.b1 {
    font-size: 30px;
    margin-top: 95px;
  }
.b3 {
  font-size: 15px;
  padding-right: 10px;
  margin-top: 10px;
}
.b2 {
  font-size: 30px;
  font-weight: 600;
  margin-top: -5px;
}
.yb-about-container {
  max-width: 90%;
  margin: auto;
}
.yb-about-heading h2 {
  font-size: 23px;
  margin-top: 5px;
}
.yb-about-heading span {
  font-size: 18px;
}
.yb-about-content p {
  font-size: 15px;
  margin-top: 15px;
}
.ybh-veg-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ybh-process-section {
  padding: 30px 10px;
}
.ybh-process-heading h2 {
  font-size: 25px;
}
.partnership-section {
  padding: 30px 10px;
}
.network-section {
  padding: 40px 10px;
}
.network-header h2 {
  font-size: 25px;
}
.network-forms {
  max-width: 95%;
}
.network-form-card h3 {
  font-size: 22px;
}

.contact-container {
  width: 75%;
  margin: auto;
  background: #fff;
  padding: 30px;
  border: 1px solid #dedede;
}
.contact-intro h2 {
  font-size: 29px;
  color: #1b5e20;
  margin-bottom: 10px;
}
}






/************************* 768 - 991  ************************************/
@media only screen and (min-width:991px) and (max-width:1200px){

.btn-baar{
    background-color: #fff;
    font-size: 25px !important;
    display: inline-block !important;
}
.sb-menu{
  display: none !important;
}
.yb-about-section {
  padding: 40px 0px;
}
.sb-hero {
  background-image: url(../images/banner3.webp);
  background-size: cover;
  width: 100%;
  height: 429px;
}
.b1 {
  font-size: 35px;
  margin-top: 100px;
}
.b2 {
  font-size: 35px;
  font-weight: 600;
  margin-top: -5px;
}
.yb-about-container {
  max-width: 90%;
  margin: auto;
}
.yb-about-heading h2 {
  font-size: 23px;
  margin-top: 5px;
}
.yb-about-heading span {
  font-size: 18px;
}
.yb-about-content p {
  font-size: 15px;
  margin-top: 15px;
}
.ybh-veg-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ybh-process-section {
  padding: 30px 10px;
}
.ybh-process-heading h2 {
  font-size: 25px;
}
.partnership-section {
  padding: 30px 10px;
}
.network-section {
  padding: 40px 10px;
}
.network-header h2 {
  font-size: 25px;
}
.network-forms {
  max-width: 95%;
}
.network-form-card h3 {
  font-size: 22px;
}
}






/************************* 768 - 991  ************************************/
@media only screen and (min-width:1200px) and (max-width:1400px){


.sb-hero {
  background-image: url(../images/banner3.webp);
  background-size: cover;
  width: 100%;
  height: 650px;
}
.b1 {
  font-size: 40px;
  margin-top: 140px;
}
.b2 {
  font-size: 40px;
  margin-top: -13px;
}
}






/************************* 768 - 991  ************************************/
@media only screen and (min-width:1400px) and (max-width:1500px){


.b1 {
  font-size: 40px;
  margin-top: 140px;
}
.b2 {
  font-size: 40px;
  margin-top: -13px;
}
}

























/****** footer ********/

/****** footer ****/
.sbfooter-section{
background:#111;
color:white;
padding:70px 20px 30px;
}

.sbfooter-container{
max-width:1200px;
margin:auto;
}

.sbfooter-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:40px;
}

.sbfooter-col{
display:flex;
flex-direction:column;
}

.sbfooter-logo{
font-size:24px;
font-weight:700;
color:#2c7a2c;
margin-bottom:15px;
}
.fem{
  color: #fff !important;
}
.sbfooter-about{
font-size:15px;
line-height:1.7;
  color: #fff !important;
margin-bottom:20px;
}

.sbfooter-contact{
font-size:14px;
  color: #fff !important;
margin-bottom:8px;
}

.sbfooter-heading{
font-size:18px;
font-weight:600;
margin-bottom:18px;
}

.sbfooter-link {
  color: #fff !important;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 14px;
}
.sbfooter-link:hover{
color:#2c7a2c;
}

.sbfooter-bottom{
margin-top:50px;
border-top:1px solid #333;
padding-top:20px;
text-align:center;
}

.sbfooter-copy{
font-size:14px;
color:#ffffff;
}



/* TABLET */

@media (max-width:900px){

.sbfooter-grid{
grid-template-columns:repeat(2,1fr);
}

}



/* MOBILE */

@media (max-width:500px){

.sbfooter-grid{
grid-template-columns:1fr;
}

.sbfooter-section{
text-align:center;
}

}