/* Shurjo ফন্ট লোড */
@font-face {
  font-family: 'Shurjo';
  src: url('../fonts/Shurjo.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/* সব জায়গায় Shurjo ফন্ট প্রয়োগ */
* {
  font-family: 'Shurjo', sans-serif !important;
}

/* কিছু বেসিক স্টাইল (ইচ্ছা করলে বাদ দিতে পারো) */
body {
  background-color: #f8f9fa;
  color: #222;
  margin: 0;
  padding: 0;
  font-size: 18px
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

button, .btn {
  font-family: 'Shurjo', sans-serif !important;
  font-weight: bold;
  cursor: pointer;
}
 
  .reg-bg {
  margin-top: 0 !important;
  background: url("../img/s3.jpg") no-repeat center center;
  background-size: cover;
  padding: 50px 20px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

/* সামান্য হালকা ব্লার */ 
.reg-bg::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: inherit;
  filter: blur(1px); /* ব্লার খুবই subtle */
  z-index: 0;
}

/* কার্ডে কোন effect নেই */
.reg-bg .card {
  position: relative;
  z-index: 1;
  background: #ffffff;  /* সাধারণ সাদা কার্ড */
  border-radius: 10px;
  padding: 30px;
}

    /* Top Bar Styles */
.topbar {
    background-image: linear-gradient(90deg, #098725, #3f726e);
    font-size: 16px;
    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;
    }
    .carousel-indicators [data-bs-target] {
  background-color: #000; /* কালো রঙ */
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.carousel-indicators .active {
  background-color: #ff0000; /* Active হলে লাল */
}


/* ===============================
   Slider Text + Logo
================================= */
.slider-text {
  position: absolute;
  top: 18%;
  left: 7%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 200px;
  flex-wrap: wrap;
}

.slider-logo {
  position: relative;
  display: block !important;
  width: 90px !important;
  height: 90px !important;
  min-width: 90px !important;
  min-height: 90px !important;
  max-width: 90px !important;
  max-height: 90px !important;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
}
.slider-logo:hover {
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
}
.slider-heading {
  font-size:4rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
  margin: 0;
  line-height: 1.3;
}
/* ===============================
   Responsive
================================= */
@media (max-width: 992px) {
  .slider {
    height: 320px;
  }
  .slider-heading {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .slider {
    height: 250px;
  }
  .slider-text {
    left: 5%;
    top: 55%;
    transform: translateY(-55%);
    gap: 10px;
  }
  .slider-logo {
    width: 55px;
    height: 55px;
  }
  .slider-heading {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .slider {
    height: 200px;
  }
  .slider-heading {
    font-size: 1rem;
  }
}

    .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: 10px;
    border-radius: 8px;
    border: 1px solid #009182;
    
}

.scrolling-text {
  overflow: hidden;
  position: relative;
  height: 40px;
  line-height: 40px;
  border-radius: 0px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  background: linear-gradient(90deg, #13894c, #6610f2); /* Gradient ব্যাকগ্রাউন্ড */
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  padding-left: 10px;
}

.scroll-content {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  animation: scroll-left 40s linear infinite;
}
/* Hover করলে animation pause হবে */
.scrolling-text:hover .scroll-content {
  animation-play-state: paused;
}

@keyframes scroll-left {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

.sidebar img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sidebar h5{
    text-align:center;
}
.contact-info p {
  margin-bottom: 4px;
  line-height: 1.3;
}


/* Quick Links Sidebar */
.quicklink h5 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
    padding: 7px;
   background: linear-gradient(to right, #ff3f04, #3f726e);  /* নীল গ্র্যাডিয়েন্ট */
}
.sidebar.hotline h5 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
    padding: 7px;
    background: linear-gradient(to right, #ff3f04, #3f726e);  /* নীল গ্র্যাডিয়েন্ট */
}

.quicklink ul.sidebar-list {
    list-style: none; /* ডিফল্ট লিস্ট বুলেট মুছে যাবে */
    padding-left: 0;
    margin-bottom: 0;
}

.quicklink ul.sidebar-list li {
    margin-bottom: 2px;
}

.quicklink ul.sidebar-list li a {
    display: block;
    padding: 5px 8px 2px 36px; /* বাম দিকের ইমেজের জন্য জায়গা */
    background-color: #f8f9fa; /* হালকা ব্যাকগ্রাউন্ড */
    color: #131414;
    text-decoration: none; /* underline বাদ */
    border-radius: 5px;
    transition: all 0.3s ease;
    position: relative; /* ::before জন্য relative position */
}

.quicklink ul.sidebar-list li a:hover {
    background-color: #007bff;
    color: #fff;
    padding-left: 42px; /* hover effect */
}

.quicklink ul.sidebar-list li a::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url('../img/bg_block_list.png'); /* path ঠিক করুন আপনার ইমেজ অনুযায়ী */
    background-size: contain;
    background-repeat: no-repeat;
}

.quicklink ul.sidebar-list li a:hover::before {
    transform: translateY(-50%) translateX(6px); /* হালকা shift effect */
}


.mi-head5cc {
 background: linear-gradient(to right, #ff3f04, #3f726e); /* সুন্দর গ্রেডিয়েন্ট ব্যাকগ্রাউন্ড */
  color: white;                 /* টেক্সট সাদা */
  padding: 10px 15px;           /* ভেতরের ফাঁকা জায়গা */
  display: block;               /* পুরো লাইন জুড়ে */
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2); /* হালকা শ্যাডো */
  text-align: center !important; /* টেক্সট সেন্টার */
}

/* Footer Wrapper */
footer {
  margin-top: 40px;
  text-align: center;
}

/* Section Card */
.mi-sec {
  margin-bottom: 4px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  margin-top: 0 !important;
}
.mi-sec .card-body {
  padding: 15px;
}

/* Footer Gradient Section */
.mi-footersec {
    background-image: linear-gradient(90deg, #098725, #3f726e);
    color: #ffffff;
    padding: 40px 20px;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}

/* Small text inside footer */
.mi-footersec small {
  color: #f5f5f5;
}

/* Office address texts */
.mi-footersec p {
  margin-bottom: 8px;
  color: #fff;
}

/* Footer Headings */
.mi-footersec h5 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #fff;
  position: relative;
  text-align: left;
}

/* Heading underline effect */
.mi-footersec h5::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #ffdd57;
  position: absolute;
  left: 0;
  bottom: -6px;
}

/* Links */
.mi-footersec a {
  color: #f0f0f0;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 6px;
  transition: all 0.3s ease;
}
.mi-footersec a:hover {
  color: #ffdd57;
  transform: translateX(5px);
}

/* Footer Credit Section */
.mi-footer-credit {
    background: #098725;
    color: #fff;
    padding: 15px 7px;
    font-size: 15px;
    line-height: 16px;
}
.mi-footer-credit a {
  color: #ffdd57;
  text-decoration: none;
}
.mi-footer-credit a:hover {
  color: #fff;
  text-decoration: underline;
}



/* Social icons */
.mi-footersec .bi {
  color: #f0f0f0;
  transition: all 0.3s ease;
  font-size: 22px;
}
.mi-footersec .bi:hover {
  color: #ffdd57;
  transform: scale(1.2);
}
.visitor-counter {
    background: #2d7955;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 10px;
    margin-top: 15px;
}

.visitor-counter h6 {
    margin-bottom: 8px;
    font-weight: bold;
}

.visitor-counter p {
    margin: 0;
    font-size: 14px;
}

.mi-songit-sec {
  background: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mi-songit-sec:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* 🎵 অডিও প্লেয়ার বেস স্টাইল */
.songit-player {
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  border-radius: 8px;
  background: #e9ecef;
}

/* 🎧 Chrome, Edge, Opera এর জন্য */
.songit-player::-webkit-media-controls-panel {
  background: linear-gradient(90deg, #198754, #20c997);
  border-radius: 8px;
}

.songit-player::-webkit-media-controls-play-button {
  background-color: #fff;
  border-radius: 50%;
}

.songit-player::-webkit-media-controls-timeline {
  background: rgba(255,255,255,0.4);
  border-radius: 4px;
}

.songit-player::-webkit-media-controls-current-time-display,
.songit-player::-webkit-media-controls-time-remaining-display {
  color: #fff;
  font-weight: 600;
}

/* Firefox এর জন্য */
.songit-player::-moz-media-controls {
  background: #20c997;
  color: #fff;
  border-radius: 8px;
}

.mi-fb-sec {
  background: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mi-fb-sec:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.mi-fb-sec iframe {
  border-radius: 8px;
  overflow: hidden;
}

.mi-fb-sec h5 {
  color: #fff;
  font-weight: 600;
  border-bottom: 2px solid #0d6efd33;
  padding-bottom: 6px;
  display: inline-block;
}

.mi-team-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg, #198754, #20c997);
  display: inline-block; /* শুধু টেক্সটের চারপাশে ব্যাকগ্রাউন্ড */
  padding: 10px 25px;
  border-radius: 25px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  margin-bottom: 8px;
  text-align: center;
}


/* Main Menu Custom Styles */
/* Default background colors for each item */
.navbar-nav li:nth-child(1) .mi-menu-item {
  color: #b30000;
}
.navbar-nav li:nth-child(2) .mi-menu-item {
  color: #84154D;
}
.navbar-nav li:nth-child(3) .mi-menu-item {
  color: #f93f15;
}
.navbar-nav li:nth-child(4) .mi-menu-item {
  color: #154184;
}
.navbar-nav li:nth-child(5) .mi-menu-item {
  color: #14a94f;
}
.navbar-nav li:nth-child(6) .mi-menu-item {
  color: #5116df;
}
.navbar-nav li:nth-child(7) .mi-menu-item {
  color: #09a993;
}
.navbar-nav li:nth-child(8) .mi-menu-item {
  color: #b76117;
}
.navbar-nav li:nth-child(9) .mi-menu-item {
  color: #f70606;
}
.navbar-nav li:nth-child(10) .mi-menu-item {
  color: #000000;
}

.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: #c40a2a;
  color: #ffffff;
}

.navbar-nav li:nth-child(4) .mi-menu-item:hover {
  background-color: #84154d; /* light orange */
  color: #ffffff;
}

.navbar-nav li:nth-child(5) .mi-menu-item:hover {
  background-color: #1399be; /* light purple */
  color: #ffffff;
}

.navbar-nav li:nth-child(6) .mi-menu-item:hover {
  background-color: #000000; /* light teal */
  color: #ffffff;
}

.navbar-nav li:nth-child(7) .mi-menu-item:hover {
  background-color: #ff6600; /* light teal */
  color: #ffffff;
}
.navbar-nav li:nth-child(8) .mi-menu-item:hover {
  background-color: #6a0166; /* light teal */
  color: #ffffff;
}
.navbar-nav li:nth-child(9) .mi-menu-item:hover {
  background-color: #70bf42; /* light teal */
  color: #ffffff;
}
.navbar-nav li:nth-child(10) .mi-menu-item:hover {
  background-color: #9e5bba; /* light teal */
  color: #ffffff;
}


/* 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;
}

/* Dropdown menu box */
.dropdown-menu {
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
  border: none;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

/* Common style for items */
.dropdown-item {
  padding: 10px 20px;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* আলাদা আলাদা রঙ (ডিফল্ট ও হোভার) */
.dropdown-menu li:nth-child(1) .dropdown-item {
  background-color: #ffe5e0;
  color: #b30000;
}
.dropdown-menu li:nth-child(1) .dropdown-item:hover {
  background-color: #ff2d03;
  color: #fff;
}

.dropdown-menu li:nth-child(2) .dropdown-item {
  background-color: #f0d6ea;
  color: #84154D;
}
.dropdown-menu li:nth-child(2) .dropdown-item:hover {
  background-color: #84154D;
  color: #fff;
}

.dropdown-menu li:nth-child(3) .dropdown-item {
  background-color: #e9f0ff;
  color: #0d47a1;
}
.dropdown-menu li:nth-child(3) .dropdown-item:hover {
  background-color: #1565c0;
  color: #fff;
}

.dropdown-menu li:nth-child(4) .dropdown-item {
  background-color: #fdf3e6;
  color: #e65100;
}
.dropdown-menu li:nth-child(4) .dropdown-item:hover {
  background-color: #ef6c00;
  color: #fff;
}

.dropdown-menu li:nth-child(5) .dropdown-item {
  background-color: #e8f5e9;
  color: #1b5e20;
}
.dropdown-menu li:nth-child(5) .dropdown-item:hover {
  background-color: #2e7d32;
  color: #fff;
}

.dropdown-menu li:nth-child(6) .dropdown-item {
  background-color: #fff3e0;
  color: #e65100;
}
.dropdown-menu li:nth-child(6) .dropdown-item:hover {
  background-color: #fb8c00;
  color: #fff;
}

.dropdown-menu li:nth-child(7) .dropdown-item {
  background-color: #ede7f6;
  color: #4527a0;
}
.dropdown-menu li:nth-child(7) .dropdown-item:hover {
  background-color: #5e35b1;
  color: #fff;
}

.dropdown-menu li:nth-child(8) .dropdown-item {
  background-color: #fce4ec;
  color: #ad1457;
}
.dropdown-menu li:nth-child(8) .dropdown-item:hover {
  background-color: #c2185b;
  color: #fff;
}


.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;
}
.boxsechome {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 15px;
}

.boxsechome .notice-icon {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}

.boxsechome .card-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.boxsechome .notice-links {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.boxsechome .notice-links li {
  font-size: 17px;
  margin-bottom: 4px;
}

/* Links inside notice-links */
.boxsechome .notice-links li a {
  text-decoration: none; /* আন্ডারলাইন উঠাবে */
  color: inherit; /* মূল font color ধরে রাখবে */
  transition: color 0.3s ease;
}

/* Hover effect */
.boxsechome .notice-links li a:hover {
  color: #007bff; /* hover এ blue */
}

.mi-arrow {
  color: #28a745;  /* সব arrow green */
  font-size: 16px; /* সাইজ পরিবর্তন */
  margin-right: 5px; /* টেক্সটের সাথে gap */
}


  .slider img {
    height: auto !important;
    width: 100%;
    object-fit: cover;
  }
.banner-section {
  width: 100%;
  overflow: hidden;
}

.banner-section img {
  width: 100%;
  height: auto;       /* ইমেজ নিজের অনুপাত রেখে পুরো লোড হবে */
  display: block;     /* inline-gap দূর করার জন্য */
}

/* ফটো গ্যালারি শিরোনাম */
.mi-gallery-title {
  background: linear-gradient(135deg, #007bff, #00c6ff);
  color: white;
  padding: 10px 15px;
  border-radius: 8px;
  display: inline-block; /* শুধু টেক্সট অনুযায়ী */
  font-size: 24px;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  text-align: center;
}

/* গ্যালারি ইমেজ */
.mi-gallery-img {
  width: 350px;         /* কলামের সাথে মানিয়ে যাবে */
  height: 200px;       /* নির্দিষ্ট উচ্চতা */
  object-fit: cover;   /* ছবির আকার কেটে মানিয়ে নিবে */
  border-radius: 8px;
}

/* মোবাইলে slider এর height auto করে দিন */
@media (max-width: 767.98px) {
  .slider {
    height: auto !important;
    overflow: visible !important;
  }
}

/* ট্যাব (min-width: 768px) */
@media (min-width: 768px) {
  .banner-section {
    height: 180px;
  }
  .banner-section img {
    object-fit: cover;   /* ট্যাব থেকে উপরে ক্রপ করে সুন্দরভাবে ভরবে */
  }
}

/* ডেস্কটপ (min-width: 1200px) */
@media (min-width: 1200px) {
  .banner-section {
    height: 179px;
  }
}

