body {
  font-family: "Poppins", sans-serif;
}
.logo{
  width: 70px;  
    height: auto;  
    max-width: 100%;
}
nav {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

nav ul li a {
  font-size: 17px;
  font-weight: 600;
  color: #0B454F;
}

nav ul {
  gap: 25px;
}

.app_btn {
  font-weight: 500;
  color: white;
  background-color: #1d5b32;
  border-radius: 30px;
}

.banner,
.approach_section,
.footer {
  position: relative;
  width: 100%;
  height: auto;
}

.banner img,
.approach_section img {
  width: 100%;
  height: auto;
}

.approach_box,
.mobile_approach_box {
  background-color: #002530CC;
}

.mobile_approach_box {
  display: none !important;
}

.banner .after {
  padding: 3%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner .after h1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 1rem;
}

.banner .after h1 span {
  color: #6ccd56;
}

.banner .after p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.section_head {
  font-size: 40px;
  font-weight: 500;
  color: #1B7238;
  text-transform: uppercase;
}

.content {
  font-size: 16px;
  font-weight: 500;
}

.large_text {
  font-size: 17px;
  font-weight: 500;
}

.spacing {
  padding: 4% 8%;
}

.approach_section .after {
  padding: 10% 8%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  @media(max-width: 990px) {
    padding: 4% 1%;
  }}

  .row {
    align-items: center;
    justify-content: center;
  }

  .approach_section button {
    font-weight: 500;
    color: #1B7238;
    background-color: white;
    border-radius: 30px;
  }

  .toggle_div {
    background-color: green;
    flex-direction: column !important;
  }

  .card_head {
    font-weight: 600;
    font-size: 17px;
  }

  #company img {
    height: 450px;
    width: auto;
  }

  @media(max-width: 990px) {
    #company img {
      height: auto;
      width: 100%;
    }

  }
  .about-image {
    width: 100%;          
    height: auto;          
    object-fit: contain;   
}

  #contact {
    background-color: #F5F5F5;
    background-image: url("../image/contact_us_bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #contact ul li a {
    text-decoration: none;
    font-weight: 500;
    color: #0B454F;
  }

  #contact ul li a i {
    font-size: 20px;
    margin-right: 2px;
  }

  #contact ul {
    padding-left: 19%;
  }

  #contact ul li a:hover {
    text-decoration: underline;
  }

  .form_div {
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .contact_form label {
    font-weight: 500;
    font-size: 15px;
  }

  .contact_form input,
  .contact_form textarea {
    border-radius: 0px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #0A161366;
  }

  .contact_form label span {
    color: #c40000;
  }

  .footer .after {
    display: grid;
    align-items: self-start;
    padding: 2%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .footer .after ul li {
    list-style-type: none;
  }

  .footer .after ul li a {
    text-decoration: none;
    color: white;
  }

  .footer_logo {
    width: 100px;  
    height: auto;  
    max-width: 100%;
  }

  .desktop_footer {
    width: 100%;
    height: 400px;  /* Set the height as needed */
    object-fit: cover;
  }

  .social_media img {
    width: auto;
    height: 25px;
    margin: 10px;
  }

  .btn.app_btn {
    background-color: #1b5c31;
    color: #fff;
    border-radius: 5px;
  }
  
  .btn.app_btn:hover {
    background-color: #3e8e41;
  }
  
  /*=========== INNER PAGES ============*/

  .title {
    font-size: 20px;
    font-weight: 500;
  }


  @media(max-width:900px) {
    nav ul {
      gap: 0;
    }

    nav ul li a {
      font-size: 12px;
    }

    .app_btn {
      font-size: 12px;
      margin: 10px 0;
    }

    .banner .after h1 {
      font-size: 1.2rem;
    }

    .banner .after p {
      display: none;
    }

    .section_head {
      font-size: 1.1rem;
    }

    .contact_form label,
    .contact_form label span,
    .content,
    .contact_form input,
    .contact_form textarea {
      font-size: 12px;
    }

    .large_text {
      font-size: 10px;
    }

    #contact ul li a {
      font-size: 13px;
    }

    #approach .after {
      display: none !important;
    }

    .mobile_approach_box {
      display: block !important;
    }

    .approach_section img {
      height: 400px;
    }

    .approach_section .after {
      padding: 8% 4%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .approach_section button {
      font-size: 12px;
    }

    #contact ul {
      padding-left: 0;
    }

    .desktop_footer {
      display: none;
    }

    .footer {
      background-color: #002530;
    }

    .footer .after {
      padding: 20px;
      position: relative;
      background-color: #002530;
    }

    .footer .after ul li a {
      font-size: 12px;
    }

    .footer_logo {
      width: auto;
      height: 80px;
      margin: auto;
    }

    .footer_head {
      font-size: 11px;
    }

    .mobile_logo {
      display: block;
    }

    .footer p {
      font-size: 12px;
    }

    .title {
      font-size: 17px;
    }
  }
  @media (max-width: 768px) {
    .approach_section .row {
      flex-direction: column;
    }
  
    .footer .row {
      flex-wrap: wrap;
      text-align: center;
    }
  }
  