.bg-color{
    background-image: url(../bg.png);
}

.slider-section {
    padding: 5px 0;
}
.slider-description {
    text-align: center;
    margin-top: 10px;
}
.carousel-item img {
    max-height: 500px;
    object-fit: cover;
}

.carousel-caption-custom {
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  border-radius: 10px; /* Rounded corners */
  padding: 10px; /* Padding around the text */
}
.notice-section{
     padding: 5px 0px;
     margin-bottom: 0 !important;
}
.speech{
    padding: 5px 0;
}

.video-title {
  text-align: center;
  margin-top: 10px;
  font-size: 1.2rem;
}

.custom-card {
    min-height: 363px; /* Set your desired minimum height here */
}

.facebook-card{
    min-height: 280px !important;
    
}
.footer {
    background-color: #f8f9fa;
    padding: 20px 0;
}
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    opacity: 0;
    transition: opacity 0.3s;
}
.scroll-to-top.show {
    opacity: 1;
}
.footer-text {
    margin: 0;
}


 .custom-section {
    background-color: #ebfcfc; /* Light grey background */
    padding: 40px 0;
}
.logo-description {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: justify;
}
.logo-description img {
    max-width: 100px;
    height: auto;
}
.section-title {
    font-weight: bold;
    margin-bottom: 20px;
}
.useful-links ul,
.contact-info ul {
    list-style-type: none;
    padding: 0;
}
.useful-links ul li,
.contact-info ul li {
    margin-bottom: 15px;
}
.useful-links ul li a,
.contact-info ul li a {
    text-decoration: none;
    color: #007bff;
    display: flex;
    align-items: center;
}
.useful-links ul li a:hover,
.contact-info ul li a:hover {
    text-decoration: underline;
}
.useful-links .fa,
.contact-info .fa {
    margin-right: 10px;
    color: #007bff;
}

.top-header {
   background-color: #343a40; /* Adjust the background color */
  color: white;
  padding: 10px 0;
}
.top-header a {
  color: white;
  text-decoration: none;
}
 .btn-apply {
    background-color: #ffc107; /* Yellow background for Apply button */
    color: #000; /* Black text color */
    border: none; /* Remove default border */
}
.btn-apply:hover {
    background-color: #e0a800; /* Darker yellow for hover effect */
}
.btn-login {
    background-color: #28a745; /* Green background for Login button */
    color: #fff; /* White text color */
    border: none; /* Remove default border */
}
.btn-login:hover {
    background-color: #218838; /* Darker green for hover effect */
} 

 .header-bg {
        background-color: #0DCAF0; /* Background color for the header */
        color: white;
        padding: 8px;
        border-radius: 5px;
        margin-bottom: 15px;
    }
    .profile-card {
        background-color: #f8f9fa; /* Background color for profile cards */
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 15px;
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        text-align: center;
    }
    .profile-photo {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        object-fit: cover;
        margin-right: 15px;
    }
    .profile-info {
        flex-grow: 1;
        text-align: left;
    }
    .profile-name {
        font-weight: bold;
        font-size: 1rem;
    }
    .profile-designation {
        color: #666;
        font-size: .95rem;
    }
    .profile-mobile {
        color: #333;
        font-size: 0.9rem;
    }


li::marker {
  color: red;
}

/*photo gallery*/
  .gallery-container {
      position: relative;
      overflow: hidden;
    }

    .gallery-images {
      display: flex;
      overflow-x: auto;
      scroll-behavior: smooth;
      padding: 10px;
    }

    .gallery-images::-webkit-scrollbar {
      display: none;
    }

    .gallery-item {
      position: relative;
      flex: 0 0 auto;
    }

    .gallery-item img {
      height: 200px; /* বা আপনার পছন্দমতো */
      width: 100%;
      border-radius: 8px;
      cursor: pointer;
      object-fit: cover; /* ছবির aspect ratio বজায় রেখে crop করে দেয় */
    }

    .overlay-text {
      position: absolute;
      bottom: 8px;
      left: 8px;
      background-color: rgba(0, 0, 0, 0.6);
      color: #fff;
      padding: 4px 8px;
      font-size: 14px;
      border-radius: 4px;
    }

    .scroll-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: rgba(0,0,0,0.5);
      border: none;
      color: white;
      padding: 10px 15px;
      cursor: pointer;
      z-index: 2;
    }

    .scroll-left {
      left: 0;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
    }

    .scroll-right {
      right: 0;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
    }

    @media (max-width: 576px) {
      .gallery-item img {
        height: 140px;
      }
    }
	/* End gallery  */ 


   .teacher-img-speech {
      width: 100px;
      height: 100px;
      object-fit: cover;
      border-radius: 50%;
      border: 3px solid #ddd;
    }
    .card-header {
      background-color: #f8f9fa;
    }

    /*Calendar*/
  .profile-card-teacher {
      background: #ffffff;
      border: none;
      border-radius: 12px;
      padding: 25px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
    }

    .profile-card-teacher:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    }

    .profile-img-techer {
      width: 100px;
      height: 100px;
      object-fit: cover;
      border-radius: 50%;
      border: 4px solid #0d6efd;
      margin-bottom: 15px;
    }

    .name-teacher {
      font-size: 0.85rem;
      font-weight: bold;
      color: #343a40;
    }

    .designation-teacher {
      font-size: 0.80rem;
      color: #6c757d;
      /*margin-bottom: 10px;*/
    }

    .contact-info-teacher {
      font-size: 0.75rem;
      color: #495057;
    }

    .btn-details-teacher {
      margin-top: 15px;
      font-size: 0.875rem;
    }

/*Photo GallerY*/

/*Notice marquee */
#noticeList li:hover {
        background-color: #e9f5ff;
    }