.card h5 {
  color: #0d6efd;
}
/* Custom Navbar Styles */
.mi-navbar {
  background-image: linear-gradient(90deg, #ff3f04, #3f726e);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 12px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.mi-navbar .navbar-brand {
  font-weight: bold;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 8px;
}

.mi-navbar .navbar-brand img {
  height: 40px;
  width: auto;
}

.mi-navbar .nav-link {
  color: #ffffff;
  font-weight: 500;
  transition: color 0.3s;
}

.mi-navbar .nav-link:hover,
.mi-navbar .nav-link:focus {
  color: #00c2cb; /* হোভার কালার */
}

.mi-navbar .dropdown-menu {
  background-color: #1b263b;
  border: none;
  border-radius: 0;
  padding: 0;
}

.mi-navbar .dropdown-item {
  color: #ffffff;
  padding: 10px 20px;
  transition: background-color 0.3s, color 0.3s;
}

.mi-navbar .dropdown-item:hover {
  background-color: #415a77;
  color: #fff;
}

/* Navbar-toggler icon customization */
.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.3);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.custom-footer {
  background: linear-gradient(90deg, #ff3f04, #3f726e);
}

.custom-footer h5 {
  margin-bottom: 1rem;
  font-weight: 600;
}

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

.custom-footer a {
  color: #fff;
  text-decoration: none;
}

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

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1rem;
  margin-top: 2rem;
}

.footer-bottom-bar {
  background-color: #285a66;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.9rem;
}

.footer-bottom-bar a {
  color: #ffffffcc;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-bottom-bar a:hover {
  color: #fff;
  text-decoration: underline;
}



   .mi-section {
    background: url('https://moinulit.com/img/mi-bg.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 1;
  }

  .mi-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* অর্ধস্বচ্ছ কালো শেড */
    z-index: -1;
  }

  .mi-section .container {
    position: relative;
    z-index: 2;
  }
 .Mi.contact {
  background-color: #f8f9fa;
  padding: 40px 20px;
  border-radius: 10px;
}

.Mi.contact .card {
  border: none;
  border-radius: 12px;
}

.Mi.contact .card-title {
  color: #0d6efd;
  margin-bottom: 20px;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 0;
  border-radius: 8px;
}
.mi-domain {
  background-color: #f4f7fa;
  padding: 40px 15px;
}

.mi-domain .card {
  border-radius: 12px;
  padding: 25px;
  background: #ffffff;
}

.mi-domain .form-label {
  font-weight: 500;
}

.mi-domain h2 {
  font-size: 28px;
  font-weight: 600;
}

.mi-domain .btn-primary {
  font-weight: bold;
  font-size: 16px;
}
.mi-service {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.mi-service:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.mi-service h5 {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #0d6efd;
    padding: 12px;
}

.mi-service ul li {
    margin-bottom: 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.mi-service ul li i {
    font-size: 20px;
    color: #198754;
    margin-right: 10px;
}
.mi-button-g {
  background-image: linear-gradient(to right, #ff3f04, #ff9900); /* 🔥 কমলা গ্র্যাডিয়েন্ট */
  color: white !important;
  border: none;
  transition: 0.3s ease;
}

.mi-button-g:hover {
  opacity: 0.9;
  transform: scale(1.03);
}