@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");
body {
  font-family: 'Nunito', sans-serif;
  color: #000000;
  background-color: #fefefe;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.layout_margin-top {
  margin-top: 90px;
}

.layout_margin-bottom {
  margin-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hero_area .hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  z-index: -1;
}

.hero_area .hero_bg_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom right;
     object-position: bottom right;
}

.sub_page .hero_area {
  min-height: auto;
  background-color: #1fab89;
}

.sub_page .hero_area .hero_bg_box {
  display: none;
}
header {
  background: linear-gradient(135deg, #004d40, #00bfa5);
}
.header_section {
  padding: 15px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
}
.navbar-brand{
  height: 75px;
  margin-right: 10px;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color: #62d2a2;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/

.services_container {
      max-width: 1200px;
      margin: 50px auto;
      padding: 0 20px;
    }

    h2 {
      color: black;
      padding-left: 10px;
      margin-bottom: 20px;
      font-size: 1.8rem;
    }

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

    .card {
      background: white;
      border-radius: 15px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      padding: 25px;
      transition: all 0.3s ease;
      border-left: 5px solid #1fab89;
    }

    .card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 20px rgba(31, 171, 137, 0.25);
    }

    .card h3 {
      color: #1fab89;
      font-size: 1.3rem;
      margin-bottom: 10px;
    }

    .card ul {
      list-style: none;
      padding: 0;
    }

    .card ul li {
      padding: 5px 0;
      font-size: 1rem;
      color: #444;
      position: relative;
    }

    .card ul li::before {
      content: "✔";
      color: #1fab89;
      margin-right: 10px;
    }

    /* ============ COMMON STYLES ============ */
    h2 {
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 40px;
      font-weight: 700;
      letter-spacing: 1px;
    }

    /* ============ KEY FEATURES SECTION ============ */
    .features-section {
      text-align: center;
      padding: 60px 20px;
    }

    .features-section h2 {
      color: black;
      font-size: 32px;
    }

    .features-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      max-width: 1000px;
      margin: 0 auto;
    }

    .feature-card {
      background-color: white;
      padding: 30px 20px;
      border-radius: 15px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .feature-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    }

    .feature-card i {
      font-size: 40px;
      color: #8bf0d7;
      margin-bottom: 15px;
    }

    .feature-card h3 {
      color: #333;
      font-size: 18px;
      font-weight: 600;
    }

    @media (max-width: 768px) {
      .feature-card {
        margin-left: 20px;
        margin-right: 20px;
      }
    }

    /* ============ STATE OF ART DIAGNOSTICS SECTION ============ */
    .diagnostics-section {
      padding: 60px 20px;
      background-color: #ffffff;
    }

    .diagnostics-section h2 {
      color: black;
      font-size: 32px;
    }

    .diagnostics-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      max-width: 1000px;
      margin: 0 auto;
    }

    .diagnostic-card {
      /* background: linear-gradient(135deg, white, #1fab89); */
      color: black;
      padding: 40px 20px;
      border-radius: 20px;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .diagnostic-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: -75%;
      width: 50%;
      height: 100%;
      background: rgba(255, 255, 255, 0.1);
      transform: skewX(-25deg);
      transition: 0.5s;
    }

    .diagnostic-card:hover::before {
      left: 125%;
    }

    .diagnostic-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 20px rgb(103, 229, 240);
    }

    .diagnostic-card i {
      font-size: 45px;
      margin-bottom: 20px;
      color: #8bf0d7;
    }

    .diagnostic-card h3 {
      font-size: 20px;
      font-weight: 600;
    }
    
    @media (max-width: 768px) {
  .diagnostic-card {
    margin-left: 20px;
    margin-right: 20px;
  }
}
    @media (max-width: 600px) {
      .features-section h2, .diagnostics-section h2 {
        font-size: 26px;
      }
    }

/*# sourceMappingURL=style.css.map */

/* ---------------------------
   Navbar & Logo Styling (Responsive Fix)
--------------------------- */
.header_section {
 
  padding: 10px 0;
}

.navbar {
  align-items: center !important;
}

.navbar-brand {
  display: flex;
  align-items: center;
  padding: 0;
}

.navbar-brand img.logo {
  /* height: 80px; */
  height: 50px;
  width: auto;
  max-height: 80px;
  object-fit: contain;
}

/* Adjust for smaller devices */
@media (max-width: 992px) {
  .navbar-brand img.logo {
    height: 65px;
  }
}

@media (max-width: 576px) {
  .navbar-brand img.logo {
    height: 55px;
  }
}
