.navbar-brand span {
      color: #002f86;
      font-weight: bold;
      font-size: 24px;
}
.navbar-brand .orange-dot {
      color: orange;
}
.nav-link {
      margin-right: 15px;
      font-weight: 500;
      color: #000 !important;
}
.btn-contact {
      background-color: #0038a8;
      color: #fff;
      font-weight: 500;
      padding: 6px 16px;
      border-radius: 20px;
}
/* Hero section  */
.hero-section {
  height: 60vh;
  position: relative;
  background-position: center;
  background-size: cover;
  background-image: url('images/about_us_breadcrumbs.jpg');
}

.hero-section .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);

}

.hero-section .content {
  z-index: 1;
}
/* Abot us page start */

body {
      font-family: Arial, sans-serif;
      /* background-color: #f8f9fa; */
    }
    .section-title {
      font-weight: bold;
      color: #1d3e8a;
    }
    .service-card {
      background: #fff;
      border-radius: 8px;
      padding: 25px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      transition: all 0.3s ease-in-out;
      height: 100%;
      border-right: 3px solid #ffc107;
    }
    .service-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 16px rgba(0,0,0,0.15);
    }
    .highlight-card {
      background: linear-gradient(135deg, #0056d2, #0d6efd);
      color: #fff;
    }
.service-heading {
      color: #1d3e8a;
      font-weight: bold;
      margin-bottom: 8px;
    }
    .service-text {
      color: #333;
      margin-bottom: 30px;
    }
    .service-section {
      padding: 60px 0;
    }
    .service-img {
      border-radius: 8px;
      max-width: 100%;
      height: auto;
    }
.section-title {
      color: #1d3e8a;
      font-weight: bold;
    }
    .sub-title {
      font-weight: bold;
      margin-bottom: 8px;
    }
    .choose-section {
      padding: 60px 0;
    }
    .info-box {
      background: #f8f9fa;
      border-radius: 8px;
      padding: 20px;
      min-height: 200px;
      text-align: left !important;
    }
    .icon-box {
      text-align: center;
      padding: 20px;
    }
    .icon-box img {
      width: 60px;
      margin-bottom: 10px;
    }
    .icon-box h6 {
      font-weight: bold;
      color: #1d3e8a;
    }
    .team-img {
      border-radius: 12px;
      max-width: 100%;
    }
    .service-card h5 {
      font-weight: 550;
}

/* Abot us page end*/
footer h6, footer h5 {
  font-weight: 600;
}
    ul {
      padding-left: 20px;
    }
    .service-icon {
      font-size: 1.2rem;
      color: #198754;
    }
    .highlight {
      color: #0d6efd;
      font-weight: 600;
    }


.social_media_icon i {
    margin: 15px;
    font-size: 25px;
}

a {
  color: inherit;   
  text-decoration: none; 
}

ul.list-unstyled a li {
    margin-top: 5px;
}

footer {
  background: linear-gradient(to right, #00a8ff, #0046ad);
}

a.nav-link.header {
  font-size: 18px;
  padding: 10px;
}
a.nav-link.header:hover {
   border-bottom: 3px solid #ffc107;
}

.list-unstyled i.fa-solid.fa-greater-than {
    font-size: 10px;
    color: #ffc107;
}
.col-md-4.mb-3 p i {
    color: #ffc107;
}
.social_media_icon i:hover {
color: #ffc107;
}