@media (max-width: 768px) {
    p {
        font-size: 25px;   /* adjust as needed */
        line-height: 1.7;  /* improves readability */
    }
}

*{ font-family: 'Jost', sans-serif; }

.top-bar {
  background-color: #1f2f4d;
  padding: 8px 0;
  font-size: 14px;
}

.top-bar a {
  color: #ffffff;
  text-decoration: none;
  margin-right: 10px;
}

.top-bar i {
  margin-right: 5px;
}

.social-icons a {
  color: #ffffff;
  margin-left: 12px;
  font-size: 15px;
}

.social-icons a:hover,
.top-bar a:hover {
  color: #f5c400;
}
@media (max-width: 767px) {
  .top-bar {
    display: none;
  }
}
  


/* nav bar */
 
.navbar-nav .nav-link{
  font-weight: 600;
  color: #1f2a44;
  margin: 0 12px;
  position: relative;
}
 
.navbar-nav .nav-link:hover{
  color: #13A2CD;
}
 
/* ACTIVE LINK */
.navbar-nav .nav-link.active{
  color: #8EC147;
}
 
/* BLUE UNDERLINE */
.navbar-nav .nav-link.active::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 3px;
  background-color: #8EC147
}
 
/* LOGO SIZE */
.navbar-brand img{
  height: 80px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  display: none;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}


/* Slider */

.hero-slide {
  min-height: 40vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.40);
}

.hero-slide .container {
  position: relative;
  z-index: 2;
}

.welcome-text {
  color: #00c4cc;
  font-weight: 600;
  letter-spacing: 1px;
}

.hero-title {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.2;
}

.hero-buttons .btn {
  border-radius: 30px;
  padding: 12px 30px;
  font-weight: 600;
}

/* Mobile */
@media (max-width: 767px) {
  .hero-title {
    font-size: 36px;
  }
  p{
    font-size: 20px !important; 
  }
  .hero-slide {
    text-align: center;
  }
}

/* About  */
.about-section {
  background: #f6fff8;
}

.about-tag {
  color: #16c1d6;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 6px;
  display: inline-block;
}
.img-fluidd{
  /* height:200px; */
  width:400px;
}

.about-tag::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: #dcdcdc;
}

.about-title {
  font-family: 'Poppins', sans-serif;
  font-size: 44px;
  font-weight: 800;
  color: #1f2a44;
}

.about-text {
  font-size: 20px;
  color: #6c757d;
  line-height: 1.7;
}

/* Heading */
/* Heading */
.py-6 {
  background: #f6fff8;
}
.section-tag {
  color: #00bcd4;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.section-tag::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #d9d9d9;
  margin: 6px auto 0;
}

.section-title {
  font-size: 52px;
  font-weight: 800;
  color: #1f2a4a;
  line-height: 1.2;
}

/* footer css */

.neuro-footer {
  background: #0b2b4b;
}

.footer-title {
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-links {
  list-style: none;
  padding-left: 0;
}

.footer-links li {
  margin-bottom: 8px;
  font-size: 15px;
}

.footer-bottom {
  background: #ffffff;
  color: #000;
  text-decoration-line: none;
  font-size: 16px;
}

/* Product css */
/* About  */
.about-section 
  {
  background: #f6fff8;
};


.about-tag {
  
  color: #16c1d6;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 6px;
  display: inline-block;
}

.about-tag::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: #dcdcdc;
}

.about-title {
  font-family: 'Poppins', sans-serif;
  font-size: 44px;
  font-weight: 800;
  color: #1f2a44;
}

.about-text {
  font-size: 16px;
  color: #6c757d;
  line-height: 1.7;
  text-align: justify;
}



/* Responsive */
@media (max-width: 767px) {
  .about-title {
    font-size: 32px;
    
  }
}
@media (max-width: 767px){
    
.about-text {
  font-size: 25px;
  color: #6c757d;
  line-height: 1.7;
}
    
}

@media (max-width: 576px) {
  .about-section .about-text {
    font-size: 19px !important;
  }
}


/* Dosage */
.benefits-section {
      background-color: #f6fff8;
      padding: 20px 0;
    }

    .benefits-title {
      font-size: px;
      font-weight: 700;
      color: #1f2937;
      margin-bottom: 25px;
    }
    .benefits-list {
      padding-left: 20px;
    }
    .benefits-list li {
      font-size: 16px;
      font-weight: 700;
      color: #111827;
      margin-bottom: 12px;
      list-style-type: disc;
    }

/* gallery */
.gallery-section {
  padding: 60px 0;
  background: #fff;
}

.gallery-box {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.gallery-box img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* ZOOM IN EFFECT */
.gallery-box:hover img {
  transform: scale(1.15);
}

/* company */

.company-info-section {
  position: relative;
  padding: 100px 0;
  background: url("../images/Home/farmer-with-basket-harvested-vegetables-sunset.png")
              center/cover no-repeat;
}

/* Dark overlay */
.company-info-section .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

/* Individual box */
.info-box {
  background:  rgba(0, 128, 0, 0.6);
  padding: 35px 25px;
  border-radius: 18px;
  color: #fff;
  height: 100%;
  box-shadow: 0 12px 30px rgba(0,0,0,0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-box h4 {
  font-weight: 700;
  margin-bottom: 12px;
}

.info-box p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Hover effect */
.info-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.4);
}

/* Mobile */
@media (max-width: 768px) {
  .company-info-section {
    padding: 60px 0;
  }

  .info-box {
    padding: 25px 20px;
  }
}


/* Image */
/* Image wrapper */
.profile-image {
  width: 100%;
  max-width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Image itself */
.profile-image img {
  width: 100%;
  height: auto;          /* Desktop height */
  object-fit: cover;     /* Crop without stretch */
  object-position: center top; /* Face stays visible */
  display: block;
}

/* Tablet */
@media (max-width: 1024px) {
  .profile-image img {
    height: auto;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .profile-image img {
    height: 700px;        /* Smaller for mobile */
    object-position: center;
  }
}

/* Top content */
.profile-summary {
  background: #ffffff;
  padding: 35px;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.profile-summary h2 {
  font-weight: 700;
  margin-bottom: 15px;
}

/* Bottom section */
.profile-details {
  background: #f8f9fa;
}

.details-card {
  margin-top: -70px;
  background: #ffffff;
  padding: 40px;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.details-card h3 {
  color: #1f2937;
  font-weight: 600;
  margin-bottom: 15px;
}

.details-card ul {
  padding-left: 18px;
}

.details-card ul li {
  margin-bottom: 10px;
  font-size: 16px;
}


/* MOBILE FIX */
@media (max-width: 768px) {
  .profile-summary,
  .details-card {
    padding: 25px 20px;
  }
}

/* Contact page form */
/* Dealer Section Base */
.dealer-section h2 {
  font-size: 50px;
}

.dealer-section p {
  font-size: 20px;
  line-height: 1.7;
}

.dealer-section h3 {
  font-size: 35px;
}

.dealer-section .form-control,
.dealer-section .form-select {
  font-size: 18px;
  padding: 14px;
}

.dealer-section button {
  font-size: 20px;
  padding: 14px;
}

/* Tablets */
@media (max-width: 991px) {
  .dealer-section h2 {
    font-size: 36px;
  }

  .dealer-section h3 {
    font-size: 26px;
  }

  .dealer-section p {
    font-size: 17px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .dealer-section h2 {
    font-size: 28px;
  }

  .dealer-section h3 {
    font-size: 22px;
  }

  .dealer-section p {
    font-size: 16px;
  }

  .dealer-section .form-control,
  .dealer-section .form-select {
    font-size: 16px;
    padding: 12px;
  }

  .dealer-section button {
    font-size: 17px;
    padding: 12px;
  }
}

.success-message {
  margin-top: 15px;
  padding: 12px;
  background: #d1e7dd;
  color: #0f5132;
  border-radius: 6px;
  font-size: 15px;
}
.iframe1{
  height: 530px;
}


.whatsapp-right {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 55px;
    height: 55px;
    background: #25D366;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 999;
}

.whatsapp-right img {
    width: 30px;
    margin-top: 12px;
}
 

/*====================== distributor page css ==========================*/

/* Section */
.partner-section{
padding:60px 20px;
}

.partner-container{
max-width:1100px;
margin:auto;
}

/* Title */
.partner-title{
text-align:center;
margin-bottom:40px;
}

.partner-title h2{
font-size:32px;
color:#222;
margin-bottom:10px;
}

.partner-title p{
color:#666;
font-size:16px;
}

/* Card */
.partner-card{
background:#fff;
padding:35px;
border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,0.05);
margin-bottom:25px;
}

.partner-card h3{
font-size:22px;
margin-bottom:20px;
color:#222;
}

/* Benefit list */
.benefit-list{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:20px;
}

.benefit-item{
display:flex;
gap:15px;
align-items:flex-start;
}

.benefit-icon{
width:45px;
height:45px;
background:#e8f5e9;
border-radius:8px;
display:flex;
align-items:center;
justify-content:center;
color:#2e7d32;
font-size:18px;
flex-shrink:0;
}

.benefit-item h4{
font-size:16px;
margin-bottom:5px;
color:#222;
}

.benefit-item p{
font-size:14px;
color:#666;
}

/* Who Apply */
.apply-box{
display:flex;
gap:20px;
flex-wrap:wrap;
}

.apply-item{
background:#f9fbff;
padding:12px 18px;
border-radius:6px;
font-weight:500;
color:#333;
}

/* CTA */
.cta-box{
text-align:center;
}

.cta-title{
font-size:20px;
margin-bottom:15px;
color:#222;
}

.cta-buttons{
display:flex;
justify-content:center;
gap:15px;
flex-wrap:wrap;
margin-top:15px;
}

.btn{
padding:12px 20px;
border-radius:6px;
text-decoration:none;
font-size:14px;
font-weight:500;
display:inline-block;
}

.btn-primary{
background:#2e7d32;
color:#fff;
}

.btn-outline{
border:1px solid #2e7d32;
color:#2e7d32;
}

.btn:hover{
opacity:.9;
}

/* Responsive */
@media(max-width:768px){

.benefit-list{
grid-template-columns:1fr;
}

.partner-card{
padding:25px;
}

.partner-title h2{
font-size:26px;
}

}


/*====================================== Farmer page css ==================================*/

.farmer-section{
padding:60px 20px;
}

.farmer-container{
max-width:1100px;
margin:auto;
}

/* Banner */
.farmer-banner{
width:100%;
height:300px;
border-radius:10px;
overflow:hidden;
margin-bottom:30px;
}

.farmer-banner img{
width:100%;
height:100%;
object-fit:cover;
}

/* Title */
.farmer-title{
text-align:center;
margin-bottom:40px;
}

.farmer-title h2{
font-size:32px;
color:#222;
margin-bottom:10px;
}

.farmer-title p{
color:#666;
}

/* Card */
.farmer-card{
background:#fff;
padding:30px;
border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,0.05);
margin-bottom:25px;
}

/* Grid */
.farmer-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:25px;
}

.farmer-item{
display:flex;
gap:15px;
}

.farmer-item img{
width:60px;
height:60px;
border-radius:8px;
object-fit:cover;
}

.farmer-item h4{
font-size:17px;
margin-bottom:6px;
}

.farmer-item p{
font-size:14px;
color:#666;
line-height:1.6;
}

@media(max-width:768px){
.farmer-grid{
grid-template-columns:1fr;
}
}