.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;
}
/* Contact Us  */
   body {
      font-family: 'Segoe UI', sans-serif;
    }

.contact-section {
      background-color: #f8f9fa;
      padding: 40px 0;
    }

    .contact-header {
      background-image: url('images/contact-us.jpg');
      background-size: cover;
      background-position: center;
      padding: 60px 20px;
      color: white;
      text-align: center;
    }

    .info-box {
      background: white;
      border-radius: 10px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
      padding: 20px;
      margin-bottom: 30px;
      text-align: center;
    }

    .info-box i {
      font-size: 30px;
      margin-bottom: 10px;
      color: #007bff;
    }

    .info-box a {
      color: #007bff;
      font-weight: bold;
      display: block;
      margin-top: 10px;
    }
    body {
      background-color: #fff;
      font-family: 'Segoe UI', sans-serif;
    }

    label {
      color: #0ea5e9;
      font-weight: 600;
      margin-bottom: 5px;
    }

    .form-control {
      border: 2px solid #0ea5e9;
      border-radius: 10px;
      box-shadow: none;
    }

    .form-control:focus {
      border-color: #0284c7;
      box-shadow: none;
    }

    .btn-custom {
      background: linear-gradient(to right, #0ea5e9, #0369a1);
      color: white;
      padding: 10px 30px;
      border: none;
      border-radius: 10px;
      font-weight: 600;
    }

    .btn-custom:hover {
      background: linear-gradient(to right, #0369a1, #0ea5e9);
    }

    .footer-text {
      margin-top: 30px;
      font-size: 14px;
      text-align: center;
      color: #444;
    }

.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;
}