body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 1.125rem;
}
.dropdown-item:focus, .dropdown-item:hover {
    font-weight: 700;
    color: #226087;
    background-color: #e9ecef26;
}.btn-outline-primary:hover {
    color: #fff;
    background-color: #339dc0;
    border-color: #173761;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(45 150 186) !important;
    font-weight: 600 !important;
}
ul li span {
  font-weight: bold;
  font-size: 1.2rem;
}
.header-border {
  
    border-top: 4px solid #2d88ac;
}
img {
  object-fit: cover;
}

.abt {
  background-color: #000000c7;
}

body {
  font-family: 'Segoe UI', sans-serif;
}

.hero-section {
  background: linear-gradient(to bottom, #ffffff, #e6f6fd);
  text-align: center;
  padding: 1rem 1rem;
}

.hero-section h1 {
  color: #99c7de;
  font-weight: 700;
  font-size: 3rem;
}

.hero-section h5 {
  color: #444;
  font-weight: 500;
  margin-top: 1rem;
}

.hero-subsection {
  background-color: #d8f1fb;
  padding: 3rem 1rem;
}

.hero-text {
  font-size: 0.95rem;
  color: #444;
  max-width: 700px;
  margin: 0 auto;
}

.dna-img {
  width: 80px;
}




.expertise-section {
  background-color: #ffffff;
  padding: 1rem 1rem;
}

.expertise-title {
      text-align: start;
  color: #add8e6;
  font-size: 3rem;
  font-weight: 700;
}

.expertise-subtitle {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 2px solid #add8e6;
  max-width: 280px;
  margin-bottom: 1rem;
}

.icon-circle {
  width: 120px;
  height: 120px;
  border: 2px dashed #add8e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.icon-circle img {
  width: 60px;
  height: auto;
}

.expertise-icons .col {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .expertise-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .expertise-text {
    max-width: 40%;
  }

  .expertise-icons {
    max-width: 55%;
  }
}

@media (min-width: 768px) {
  .hero-subsection {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 4rem;
  }

  .hero-text {
    margin: 0;
    max-width: 60%;
    text-align: left;
  }
}


  .section-title {
      font-weight: 700;
      text-align: center;
      margin-bottom: 2rem;
      color: #7bbcd6;
    }

    .products-section {
      
      padding: 2rem 1rem;
    }

    .product-card {
      border: none;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }

    .product-card:hover {
      transform: translateY(-5px);
    }

    .product-card img {
      height: 180px;
      object-fit: cover;
      width: 100%;
    }

    .product-title {
      padding: 1rem;
      font-weight: 500;
      text-align: center;
      font-size: 0.95rem;
    }

    .services-section {
      background-color: #ffffff;
      padding: 1rem 1rem;
    }

    .service-box {
      border: 1px solid #add8e6;
      padding: 2rem;
      border-radius: 8px;
      height: 100%;
      background-color: #fff;
    }

    .service-icon {
      font-size: 2.5rem;
      color: #7bbcd6;
      margin-bottom: 1rem;
    }

    .service-title {
      font-weight: 600;
      font-size: 1.2rem;
      margin-bottom: 1rem;
    }

    .service-list {
      font-size: 0.95rem;
      color: #333;
    }

    @media (max-width: 767.98px) {
      .product-card img {
        height: 150px;
      }
    }

      .footer {
      background-color: #1c1b2f;
      color: #cfd1d4;
      padding: 4rem 1rem 2rem;
    }

    .footer h5 {
      color: #ffffff;
      font-weight: 600;
      margin-bottom: 1.2rem;
    }

    .footer a {
      color: #cfd1d4;
      text-decoration: none;
      display: block;
      margin-bottom: 0.5rem;
      font-size: 0.95rem;
    }

    .footer a:hover {
      text-decoration: underline;
    }

    .footer .contact-icon {
      margin-right: 0.5rem;
    }

    .footer .logo {
      font-size: 2rem;
      font-weight: bold;
      color: #ffffff;
    }

    .footer-bottom {
      background-color: #11101a;
      color: #cfd1d4;
      padding: 1rem;
      text-align: center;
      font-size: 0.9rem;
    }

    .social-icons a {
      color: #ffffff;
      margin: 0 10px;
      font-size: 1.2rem;display: inline;
    }

    .footer .map-icon {
      font-size: 1.5rem;
      color: #ffffff;
    }

    @media (max-width: 576px) {
      .footer .col-md-3, .footer .col-md-6 {
        margin-bottom: 2rem;
      }
    }


    /* about */

    
    h2, h3 {
      color: #219ebc;
      font-weight: 700;
      margin-bottom: 1rem;
    }

    .about-section {
      padding: 2rem 1rem;
    }

.icon-img{
  width: 50%;
}

    .icon-column {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .bullet-list {
      margin-top: 1rem;
      padding-left: 1rem;
    }

    @media (min-width: 768px) {
      .icon-column {
        justify-content: end;
      }
    }

    @media (max-width: 767px) {
      .icon-column {
        margin-bottom: 1rem;
      }
    }

    .section-title {
      font-size: 2rem;
      font-weight: 700;
      color: #219ebc;
      margin-bottom: 1.5rem;
      text-align: center;
    }

    .expertise-text {
      max-width: 900px;
      margin: 0 auto 3rem auto;
      text-align: center;
      color: #444;
    }

    .icon-circle {
      width: 120px;
      height: 120px;
      border: 2px dashed #7bbcd6;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: auto;
      background-color: #fff;
      box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    }

    .icon-circle img {
      width: 50px;
      height: auto;
    }

    .expertise-icons .col {
      margin-bottom: 2rem;
    }

    .expertise-subsection h4 {
      font-weight: 700;
      color: #219ebc;
      margin-top: 2rem;
    }

    .expertise-subsection p {
      color: #444;
    }

    @media (min-width: 768px) {
      .icon-circle {
        width: 140px;
        height: 140px;
      }
      .icon-circle img {
        width: 60px;
      }
    }


    .section-title {
      font-size: 2rem;
      font-weight: 700;
      color: #219ebc;
      margin-bottom: 1.5rem;
      text-align: center;
    }

    .section-desc {
      max-width: 900px;
      margin: 0 auto 2rem auto;
      text-align: center;
      font-size: 0.95rem;
    }

    .accordion-button {
      background-color: #e3f2f9;
      color: #0077b6;
      font-weight: 600;
    }

    .accordion-button:not(.collapsed) {
      background-color: #caf0f8;
      color: #023e8a;
    }

    .accordion-item {
      border: none;
      border-bottom: 1px solid #dee2e6;
    }

    .accordion-body ul {
      padding-left: 1.5rem;
    }

    .accordion-body li {
      margin-bottom: 0.5rem;
      color: #555;
    }




     .products-services-section {
      padding: 1rem 1rem;
    }

    .section-title {
      font-size: 2rem;
      font-weight: 700;
      color: #219ebc;
      margin-bottom: 2rem;
      text-align: center;
    }

    .custom-service-card {
      background: url('/assets/img/services/bg-1.png') no-repeat center center/cover;
      border-radius: 0.5rem;
      position: relative;
      overflow: hidden;
      color: white;
      padding: 2rem;
      display: flex;
      align-items: center;
      min-height: 400px;
    }

    .custom-service-card::before {
      content: '';
      position: absolute;
      inset: 0;
      background-color: rgba(0, 80, 120, 0.65); /* Overlay */
      z-index: 1;
    }

    .custom-service-content {
      position: relative;
      z-index: 2;
      
    }

    .custom-service-content h3 {
      font-size: 1.5rem;
      font-weight: 600;
      margin-bottom: 1rem;
    }

    .custom-service-content ul {
      list-style: disc;
      padding-left: 1.5rem;
      margin-bottom: 1rem;
    }

    .custom-service-content ul li {
      margin-bottom: 0.5rem;
    }

    .custom-service-icon {
      font-size: 3rem;
      margin-bottom: 1rem;
    }

    @media (max-width: 768px) {
      .custom-service-card {
        padding: 2rem 1rem;
        text-align: center;
        flex-direction: column;
        justify-content: center;
      }
    }



    
    .contact-section {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      padding: 2rem 1rem;
      gap: 2rem;
    }

    .contact-left {
      background-color: #d2effb;
      padding: 2rem;
      border-radius: 1rem;
      text-align: center;
    }

    .contact-left h2 {
      font-size: 2.5rem;
      font-weight: bold;
      color: #1d7fa8;
    }

    .contact-left img {
      max-width: 180px;
      margin-top: 1rem;
    }

    .contact-form {
      background: #fff;
      padding: 2rem;
      border-radius: 1rem;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
      width: 100%;
      max-width: 800px;
    }

    .form-title {
      font-weight: 600;
      font-size: 1.5rem;
      margin-bottom: 1.5rem;
    }

    .form-control,
    .form-select {
      border-radius: 0.375rem;
      padding: 0.75rem;
    }

    .form-check {
      margin-top: 1rem;
    }

    .submit-btn {
      background: linear-gradient(to right, #003049, #2ec4b6);
      color: #fff;
      padding: 0.75rem 2rem;
      border: none;
      border-radius: 0.375rem;
      font-weight: 600;
      margin-top: 1rem;
      transition: background 0.3s ease;
    }

    .submit-btn:hover {
      background: linear-gradient(to right, #002538, #1fb2a6);
    }

    @media (max-width: 767px) {
      .contact-left {
        flex: 1 1 100%;
      }
      .contact-form {
        flex: 1 1 100%;
      }
    }

    @media (min-width: 768px){
.why-choose-us {
          position: relative;
    margin-top: -90px;
    z-index: 1;
    background-color: #ffffffa1;
    box-shadow: 12px 15px 10px #14131314;
    }
    }
    