
    body {
      background: #f4f4f4;
    }
    /* Top Bar Styles */
.topbar {
    background-image: linear-gradient(90deg, #ff3f04, #3f726e);
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid #dee2e6;
}

.topbar a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.topbar a:hover {
  color: #0056b3;
}

.topbar i {
  font-size: 16px;
  color: #abf746;

  transition: color 0.3s;
}

.topbar i:hover {
  color: #007bff;
}

/* For spacing consistency */
.topbar .me-2 {
  margin-right: 0.5rem !important;
}

/* Responsive alignment */
@media (max-width: 768px) {
  .topbar .text-center,
  .topbar .text-end,
  .topbar .text-start {
    text-align: center !important;
  }

  .topbar .row {
    flex-direction: column;
  }

  .topbar .col-4 {
    width: 100%;
    margin-bottom: 5px;
  }
}

    .slider {
      height: 400px;
      overflow: hidden;
    }
    .slider img {
      height: 100%;
      width: 100%;
      object-fit: cover;
    }
    .feature-box {
      background: #ffffff;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 0 8px rgba(0,0,0,0.05);
    }
    .main-content {
      min-height: 300px;
      background: #ffffff;
      padding: 20px;
      border-radius: 8px;
    }
    .sidebar {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #009182;
    text-align: center;
}
    footer {
      background: #eaeaea;
      padding: 20px;
      margin-top: 40px;
      text-align: center;
    }
    .mi-sec {
      margin-bottom: 4px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }
    .mi-sec .card-body {
      padding: 15px;
    }


.mi-footersec {
       background-image: linear-gradient(90deg, #ff3f04, #3f726e);
        color: #ffffff;           
    }

    .mi-footersec small {
        color: #fff;            
    }

/* Main Menu Custom Styles */

.mi-menu-item {
  padding: 10px 20px;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-weight: 500;
  color: #000;
  display: inline-block;
}

/* Hover colors for each item */
.navbar-nav li:nth-child(1) .mi-menu-item:hover {
  background-color: #ff2d03; 
  color: #b30000;
}

.navbar-nav li:nth-child(2) .mi-menu-item:hover {
  background-color: #84154D; 
  color: #fff;
}

.navbar-nav li:nth-child(3) .mi-menu-item:hover {
  background-color: #0f19ab;
  color: #ffffff;
}

.navbar-nav li:nth-child(4) .mi-menu-item:hover {
  background-color: #fff5e5; /* light orange */
  color: #805500;
}

.navbar-nav li:nth-child(5) .mi-menu-item:hover {
  background-color: #f5e5ff; /* light purple */
  color: #660066;
}

.navbar-nav li:nth-child(6) .mi-menu-item:hover {
  background-color: #e5ffff; /* light teal */
  color: #006666;
}

/* Active menu item */
.nav-link.active {
  background-color: #0d6efd;
  color: #fff !important;
  border-radius: 5px;
  font-weight: 600;
}

/* Optional: spacing between nav items */
.navbar-nav .nav-item {
  margin: 0 5px;
}

/* home notice section*/

ul.list-unstyled {
  margin: 0;
  padding: 0;
}

ul.list-unstyled li a {
  word-break: break-word;
  white-space: normal;
  display: inline;
}

ul.list-unstyled li {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.notice-home-readmore {
background: linear-gradient(to right, #ff3f04, #3f726e);  /* নীল গ্র্যাডিয়েন্ট */
  color: white;
  border: none;
  border-radius: 4px;
  padding: 6px 14px;
  font-size: 0.875rem;
  transition: 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.notice-home-readmore:hover {
  background: linear-gradient(to right, #0083b0, #00b4db); /* হোভার ইফেক্ট */
  box-shadow: 0 4px 10px rgba(0, 132, 176, 0.4);
  color: white;
  text-decoration: none;
}
.boxsexhome {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 15px;
}

.boxsexhome .notice-icon {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}

.boxsexhome .card-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.boxsexhome .notice-links {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.boxsexhome .notice-links li {
  font-size: 16px;
  margin-bottom: 4px;
}

.boxsexhome .arrow {
  color: green;
  margin-right: 5px;
}
