
.hero {
    height: 100vh;
    background: url('plant2.png') center/cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center !important;
    color: #fff;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 40, 80, 0.75); /* #1A3263 overlay */
}

.hero-content {
    position: relative;
    z-index: 2;
}


/* .hero p {
    font-size: 1.2rem;
    margin-top: 15px;
    margin-bottom: 25px;
} */

.btn-custom {
    padding: 10px 25px;
    font-weight: 500;
}

.btn-primary {
    background-color: #ffffff;
    color: #1A3263;
    border: none;
}

.btn-primary:hover {
    background-color: #e6e6e6;
}

.btn-outline-light:hover {
    background-color: #ffffff;
    color: #1A3263;
}

@media (max-width: 768px) {
    .hero {
        text-align: center;
    }

    .res{
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .contactbtn{
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
    }
  
}


/* ////////////////////////////////////////////////////////////////////////////////// */

    .overview-section {
      padding: 80px 0;
      background: #f8f9fa;
    }

    .overview-img {
      width: 100%;
      border-radius: 20px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }

    .overview-title {
      font-size: 38px;
      font-weight: 700;
      color: #1A3263;
    }

    .overview-text {
      font-size: 16px;
      color: #555;
      line-height: 1.7;
      margin-top: 15px;
    }

    .btn-outline-light{
      color: #1A3263 !important;
      border: 2px solid #1A3263 !important;
    }


    @media (max-width: 768px) {
      .overview-title {
        font-size: 28px;
        text-align: center;
      }

      .overview-text {
        text-align: center;
      }

      
    }


    /*=================================================================================================*/
      .manufacturing-section {
    padding: 80px 0;
    background: #f8f9fa;
  }

  .section-title {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    color: #1A3263;
  }

  .section-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 50px;
  }

  .factory-img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  }

  .info-card {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
    height: 100%;
  }

  .info-card:hover {
    transform: translateY(-8px);
  }

  .icon-box {
    font-size: 40px;
    color: #1A3263;
    margin-bottom: 15px;
  }

  .info-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .info-text {
    font-size: 14px;
    color: #555;
  }

  @media(max-width:768px){
    .section-title {
      font-size: 28px;
    }
  }

  /*==========================================Why Choose Us=========================================*/
  .usp-section {
    padding: 70px 0;
    background: #ffffff;
  }

  .usp-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #1A3263;
  }

  .usp-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 40px;
  }

  .usp-card {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    transition: 0.3s;
    height: 100%;
  }

  .usp-card:hover {
    transform: translateY(-8px);
    background: #1A3263;
    color: #fff;
  }

  .usp-icon {
    font-size: 28px;
    margin-bottom: 10px;
    color: #1A3263;
  }

  .usp-card:hover .usp-icon {
    color: #fff;
  }

  .usp-heading {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
  }

  .usp-text {
    font-size: 13px;
    color: #555;
  }

  .usp-card:hover .usp-text {
    color: #ddd;
  }

  /* Mobile Optimization */
  @media(max-width:768px){
    .usp-title {
      font-size: 26px;
    }
    .usp-card {
      padding: 15px;
    }
    .usp-heading {
      font-size: 14px;
    }
    .usp-text {
      font-size: 12px;
    }
  }

  /*==================================Founder====================*/
  .team-section h5 {
    font-weight: 600;
    margin-bottom: 5px;
}
.team-section p {
    margin-bottom: 0;
}