
    body {
      font-family: 'Segoe UI', sans-serif;
    }
    .header-video {
      background: #000;
      text-align: center;
      padding: 0;
    }
    .about-section {
      padding: 60px 15px;
    }
    .life-section img,
    .culture-icons img {
      max-width: 100%;
      border-radius: 5px;
    }
    .section_title_t {
      font-size: 40px;
      font-weight: bold;
      margin-top: 30px;
      margin-bottom: 20px;
      text-align: center;
    }
    .leader-img {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      object-fit: cover;
    }
    .benefits-icons i {
      font-size: 24px;
      color: #9a6d00;
    }
    .footer {
      background: #222;
      color: #fff;
      padding: 30px 0;
    }
    .footer a {
      color: #fff;
      text-decoration: none;
    }
.search-section {
      background: url('../landingimg/img/category_cover.png') no-repeat center center/cover;
      padding: 100px 0px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      color: white;
      text-align: center;

    }
    .search-section::after{
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        position: absolute;
        top: 0px;
        left: 0px;
       
    }

    .search-content {
     z-index: 1;
      padding: 40px;
      border-radius: 12px;
      width: 100%;
      max-width: 800px;
    }

    .search-bar {
      background: white;
      border-radius: 40px;
      overflow: hidden;
      display: flex;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

    .search-bar input {
      border: none;
      padding: 15px 20px;
      flex: 1;
      outline: none;
      border-radius: 40px 0 0 40px;
    }

    .search-bar button {
      background: #ff4d1c;
      color: white;
      padding: 0 30px;
      border: none;
      border-radius: 0 40px 40px 0;
      font-weight: 600;
    }

    .product-count {
      background: #e5e5e5;
      color: #333;
      padding: 4px 12px;
      border-radius: 12px;
      font-size: 14px;
      margin-left: 10px;
      display: inline-block;
    }
    .info_image img{
        width: 100%;
        height: 250px;
       min-height: 250px;

    }
    .main_benefit_box i{
        font-size: 30px;
       margin-bottom: 15px;
    }
   .main_benefit_box h4{
    margin: 0px;
    font-size: 25px;
    padding-bottom: 10px;
   }
   .benefits-section{
   padding-bottom: 100px;
   padding-top: 80px;
   }
   .bg_info_edge{
    background-color: #ff4d1c0e;
    padding: 60px 0px;
   }
   .search-content h2{
       font-size: 35px !important;
   }
   
   
   .right_side_form input{
    width: 100%;
    padding: 10px;
    border: none;
    outline: none;
    border: 1px solid #ff4d1c46;
    margin-bottom: 20px;
    border-radius: 5px;
    font-size: 15px;
   }
   .right_side_form select{
    width: 100%;
    padding: 10px;
    border: none;
    outline: none;
    border: 1px solid #ff4d1c46;
    margin-bottom: 20px;
    border-radius: 5px;
    font-size: 15px;
   }
   .right_side_form button{
    padding: 8px 25px;
    font-weight: 600;
    background-color: #ff4d1c;
    color: #fff;
    border: none;
    outline: none;
    border: 1px solid #ff4d1c;
    margin-bottom: 20px;
    border-radius: 5px;
    font-size: 15px;
   }
   .right_side_form{
    border: 1px solid #ff4d1c;
    padding: 40px 30px 25px;
    border-radius: 10px;
   }
   .form_rightside_image img{
    width: 100%;
   }