/**================================
* Website Name: Edunova365
* Website URI: https://edunova365.com/
* Version: 4.0.1
* Author: Md. Naiem Hossain
* Description: School College Management Software - Edunova365 Website
* Tags: Edunova365 is the best school college management software in Bangladesh. It's cloud based school, college management software developed by TechXpert IT Limited.
=================================**/
:root {
  --theme-color: #0088a2;
  --theme-color-dark: #006666;
  --theme-hover: #f7b008;
  --nav-bg: #fdfdfd;
  --menu-text: #b35100;
  --slogan-green: #2c8e44;
  --btn-lang: #e67e22 !important;
  --btn-login: rgb(236, 23, 23);
  --btn-student: #1e8449 !important;
  --hlt-bg-soft: #f4fbfc;
  --hlt-border: #cbd5e1;
  --bg-light: #fdfdfd;
  --theme-dark: #34495e;
  --theme-footer: #0b0a0a;
  --stf-shadow: 0 10px 25px rgba(0,0,0,0.05);
  --pass-color: #28a745;
  --fail-color: #dc3545;
}

body {
  font-family: "Hind Siliguri", sans-serif;
  background: url("../image/bg_main.gif") repeat-y scroll center top rgba(0, 0, 0, 0);
  margin: 0;
}

.main-wrapper {
  max-width: 1020px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.top-bar {
  background: var(--theme-color);
  color: white;
  padding: 7px 15px;
}

.tx-branch-wrapper {
    display: inline-flex;
    align-items: center;
    margin: 0 10px;
}

.tx-branch-select {
    background-color: rgba(255, 255, 255, 0.15); 
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    padding: 3px 28px 3px 10px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.tx-branch-select:hover,
.tx-branch-select:focus {
    background-color: rgba(255, 255, 255, 0.25);
    border-color: #ffffff;
    color: #ffffff;
    outline: none;
    box-shadow: none;
}

.tx-branch-select option {
    background-color: #005a70; 
    color: #ffffff;
    padding: 8px;
}
.text-primary-color {
  color: var(--theme-color);
}
.text-bg-color {
  background: var(--theme-color);
}
  
.btn-outline-color {
  --bs-btn-color: var(--theme-color);
  --bs-btn-border-color: var(--theme-color);
}
.btn:hover {
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
ul { list-style-type: square; }
.emergency { font-weight: bold; color: #c9302c; }
.auth-group {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.auth-group a {
  color: white !important;
  text-decoration: none;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 4px;
  border: none !important; 
  font-weight: 500;
  transition: 0.3s;
  display: inline-block;
}

.btn-lang {
  background-color: var(--btn-lang);
}
.btn-lang:hover {
  background-color: var(--theme-hover);
}

.btn-login {
  background-color: var(--btn-login);
}
.btn-login:hover {
  background-color: var(--theme-hover);
}

.btn-student {
  background-color: var(--btn-student);
}
.btn-student:hover {
  background-color: var(--theme-hover);
}

@media (max-width: 576px) {
  .auth-group a {
    font-size: 10px;
    padding: 3px 6px;
  }
  .top-bar .container-fluid {
    flex-direction: column; 
    gap: 8px;
    text-align: center;
  }
  .date-eiin {
    font-size: 11px;
  }
}

.news-ticker {
  background: #f8f9fa;
  border: 1px solid #ddd;
  overflow: hidden;
  height: 40px;
}
.ticker-title {
  background: var(--theme-color);
  color: white;
  padding: 0 20px;
  height: 100%;
  line-height: 40px;
  font-weight: bold;
  white-space: nowrap;
}
.news-ticker marquee {
  color: #333;
  font-weight: 500;
}

.ticker-content {
  flex: 1;
  overflow: hidden; 
  white-space: nowrap;
  position: relative;
  background: #fff;
  height: 45px;
  display: flex;
  align-items: center;
}

.ticker-scroll {
  display: inline-block;
  padding-left: 100%; 
  animation: news-move 25s linear infinite; 
}

.ticker-content:hover .ticker-scroll {
  animation-play-state: paused;
}

@keyframes news-move {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.ticker-item {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  padding-right: 50px; 
  display: inline-block;
}

/*  ব্যানার ও স্লোগান */
.header-banner {
  position: relative;
  /* Fallback height + backdrop so the layout holds even when the tenant
     has no slider photos yet (empty carousel = zero height otherwise,
     which makes the absolute overlay crash into the topbar). */
  min-height: 230px;
  background: linear-gradient(135deg, var(--theme-color) 0%, #005f73 100%);
}
.header-banner img {
  height: 230px;
  object-fit: cover;
}
.banner-overlay {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  z-index: 10;
  width: 90%;
}
.branding {
  display: flex;
  align-items: center;
}
.logo-box {
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.logo-box img {
  width: 90px;
  height: 90px;
}
.titles {
  margin-left: 20px;
  color: white;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}
.titles h1 {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}
.slogan-green {
  background: var(--slogan-green);
  color: white;
  padding: 6px 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 15px 15px 0 0;
  z-index: 11;
  font-weight: 500;
  white-space: nowrap;
}

.slider-image-wrapper {
  width: 100%;
  height: 400px; 
  overflow: hidden;
  position: relative;
}

.slider-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 8s ease-out;
}

.carousel-item.active .slider-image-wrapper img {
  transform: scale(1.15);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 1.2s; 
  transition-property: opacity;
}

.carousel-fade .carousel-item.active {
  opacity: 1;
}

.custom-nav-btn {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: 0.3s;
}

.custom-nav-btn:hover {
  background: var(--theme-color);
}

.desktop-nav {
  background: var(--nav-bg);
  padding: 0 !important;
  border-bottom: 3px solid var(--theme-color);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-size: 15px;
}
.navbar-nav .nav-link {
  color: var(--menu-text) !important;
  font-weight: 600;
  padding: 7px 5px !important;
  border-right: 1px solid #eee;
  /* Keep the label and its dropdown "⌄" arrow together on a single line. */
  white-space: nowrap;
}
.navbar-nav .nav-link:hover {
  background: var(--theme-hover);
  color: white !important;
}
.home-btn {
  background: var(--theme-color);
  width: 60px;
  text-align: center;
}
.home-btn .nav-link {
  color: white !important;
  border: none;
}

.dropdown-menu {
  display: none;
  position: absolute;
  border-radius: 0;
  border: 1px solid #ddd;
  margin: 0;
}
.nav-item:hover > .dropdown-menu {
  display: block;
}
.dropend {
  position: relative;
}
.sub-menu {
  top: 0;
  left: 100% !important;
  display: none;
  position: absolute;
}
.dropend:hover > .sub-menu {
  display: block;
}

.mobile-menu-bar {
  background: var(--theme-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  font-weight: bold;
  padding: 5px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.offcanvas-header {
  background: var(--theme-color);
}
.mobile-nav-list a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid #f0f0f0 !important;
  display: block;
}
.mobile-nav-list .collapse a {
  background: #f9f9f9;
}
.notice-head {
  background: var(--theme-color);
  color: white;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 18px;
}
.notice-body a {
  text-decoration: none;
  color: #444;
  transition: 0.2s;
}
.notice-body a:hover {
  color: var(--theme-color);
}

.notice-animation-container {
  height: 320px;
  overflow: hidden;
  position: relative;
  background: #fff;
}

.notice-scroll-wrapper {
  position: absolute;
  width: 100%;
  animation: notice-up-move 15s linear infinite; 
}

.notice-animation-container:hover .notice-scroll-wrapper {
  animation-play-state: paused;
}

@keyframes notice-up-move {
  0% {
    top: 100%;
  }
  100% {
    top: -100%;
  }
}

.notice-item {
  background: white;
}
.notice-item:hover {
  background: #fdfdfd;
}

.btn-view {
  background-color: #17a2b8;
  color: white !important;
  padding: 2px 8px;
}
.btn-download {
  background-color: #28a745;
  color: white !important;
  padding: 2px 8px;
}
.btn-view:hover,
.btn-download:hover {
  opacity: 0.8;
}

.btn-all-notice {
  background-color: var(--theme-color);
  color: white !important;
  font-weight: 600;
  font-size: 13px;
  padding: 5px 20px;
  border-radius: 20px;
}
.btn-all-notice:hover {
  background-color: #2c3e50;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .notice-item {
    text-align: center;
  }
  .col-md-2.border-end {
    border-end: none !important;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
  }
  .notice-actions {
    text-align: center !important;
    margin-top: 10px;
  }
}

.important-links-list .list-group-item {
  border: none;
  border-bottom: 1px dashed #ddd;
  padding: 10px 15px;
  transition: all 0.3s ease;
}

.important-links-list .list-group-item:last-child {
  border-bottom: none;
}

.important-links-list .list-group-item a {
  text-decoration: none;
  color: #444;
  font-size: 14px;
  font-weight: 500;
  display: block;
  transition: 0.3s;
}

.important-links-list .list-group-item i {
  color: var(--theme-color);
  font-size: 12px;
}

.important-links-list .list-group-item:hover {
  background-color: #f8f9fa;
  padding-left: 20px;
}

.important-links-list .list-group-item a:hover {
  color: var(--theme-color);
}

.hotline-container {
  display: flex;
  flex-direction: column;
}

.hotline-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 12px 0;
  border-bottom: 1px solid #f1f1f1;
  transition: 0.3s;
}

.hotline-item:hover {
  background-color: #f9f9f9;
  padding-left: 5px;
}

.hotline-icon {
  width: 60px;
  margin-right: 15px;
}

.hotline-icon img {
  width: 100%;
  height: auto;
}

.hotline-text {
  display: flex;
  flex-direction: column;
}

.service-name {
  color: #444;
  font-size: 15px;
  font-weight: 600;
}

.service-number {
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  margin-top: 2px;
}

.card-header-custom {
  background: var(--theme-color);
  color: white;
  padding: 8px 15px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
.profile-img {
  width: 150px;
  height: 200px;
  border-radius: 5px;
  object-fit: cover;
}
.btn-detail {
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  font-weight: 600;
  transition: 0.3s;
}
.btn-detail:hover {
  background: var(--theme-color);
  color: white;
}

.carousel-fade .carousel-item {
  transition-duration: 1.5s;
}

/* সাইডবার কার্ড */
.sidebar-title {
  color: var(--theme-color);
  border-bottom: 2px solid var(--theme-color);
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.btn-detail {
  border: 1px solid var(--theme-color);
  color: #555;
  transition: 0.3s;
}
.btn-detail:hover {
  background: var(--theme-color);
  color: white;
}

/* রেসপন্সিভ অ্যাডজাস্টমেন্ট */
@media (max-width: 768px) {
  .branding {
    flex-direction: column;
    text-align: center;
  }
  .titles {
    margin-left: 0;
    margin-top: 15px;
  }
  .titles h1 {
    font-size: 20px;
  }
  .header-banner img {
    height: 350px;
  }
  .header-banner {
    min-height: 350px;
  }
  .logo-box {
    width: 85px;
    height: 85px;
  }
  .logo-box img {
    width: 65px;
    height: 65px;
  }
  .slogan-green {
    font-size: 14px;
    padding: 5px 25px;
  }
}
.v-count {
  font-family: "Segoe UI", Roboto, sans-serif;
  min-width: 60px;
  text-align: right;
}

.anim-blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.visitor-item:hover {
  background-color: #f1f8ff !important;
  transition: 0.3s;
}

/* মেইন কার্ড স্টাইল */
.info-card {
  background: #fff;
  border-radius: 15px;
  border-top: 4px solid var(--theme-color);
  padding: 20px;
  height: 100%;
  transition: transform 0.3s ease;
}

.info-title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.info-content {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* আইকন এনিমেশন */
.info-icon {
  font-size: 60px;
  color: var(--theme-color);
  opacity: 0.8;
  transition: all 0.4s ease;
}

.info-card:hover .info-icon {
  transform: scale(1.2) rotate(10deg);
  color: var(--theme-color);
  opacity: 1;
  text-shadow: 0 0 20px rgba(0, 195, 255, 0.4);
}

.info-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info-links li {
  margin-bottom: 8px;
}

.info-links a {
  text-decoration: none;
  color: #444;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-block;
}

.info-links a i {
  font-size: 12px;
  color: var(--theme-color);
  margin-right: 5px;
}

.info-links a:hover {
  color: #0088a2;
  transform: translateX(10px); 
}

.info-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

/* টিচার কার্ড প্রিমিয়াম ডিজাইন */
.teacher-card {
  border: 1px solid var(--theme-color);
  padding: 25px 15px;
  border-radius: 12px;
  background: #fff;
  transition: all 0.4s ease;
  height: 100%; 
}

.teacher-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-color: var(--theme-color);
}

/* ইমেজ জুম ও এনিমেশন */
.teacher-img {
  width: 105px;
  height: 105px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid #f1f1f1;
  transition: 0.4s;
}

.teacher-card:hover .teacher-img {
  transform: scale(1.1) rotate(3deg);
  border-color: var(--theme-color);
}

.teacher-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* টেক্সট ও বাটন স্টাইল */
.teacher-name {
  transition: 0.3s;
}

.teacher-card:hover .teacher-name {
  color: var(--theme-color);
}

.btn-detail {
  border-radius: 20px;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  background: transparent;
  font-weight: 500;
  padding: 3px 15px;
  transition: 0.3s;
}

.btn-detail:hover {
  background: var(--theme-color);
  color: #fff;
}

.slider-controls .btn-light {
  color: #0088a2;
  font-size: 11px;
}
/* ভিডিও কার্ড ডিজাইন */
.video-card {
  transition: 0.3s;
  background: #fff;
}

.video-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}

.video-thumbnail img {
  width: 100%;
  transition: transform 0.5s ease;
}

/* প্লে বাটন ওভারলে */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 60px;
  height: 60px;
  background: rgba(0, 136, 162, 0.9);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 2;
}

/* হোভার এনিমেশন */
.video-card:hover .video-thumbnail img {
  transform: scale(1.1);
  filter: brightness(0.7);
}

.video-card:hover .play-btn {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.video-info {
  background: #fff;
  transition: 0.3s;
}

.video-card:hover .video-info {
  border-color: #0088a2 !important;
}

.video-info h6 {
  color: #333;
  transition: 0.3s;
}

.video-card:hover .video-info h6 {
  color: #0088a2;
}

/* থাম্বনেইল ডিজাইন */
.gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 8px;
  height: 180px;
  border: 3px solid #fff;
  transition: 0.3s;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 136, 162, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  opacity: 0;
  transition: 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

/* স্লাইডার বাটন স্টাইল */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #0088a2;
  border-radius: 50%;
  padding: 15px;
}

/* ব্লগ কার্ড স্টাইল */
.blog-card {
  transition: all 0.4s ease;
  background: #fff;
  border-color: #f1f1f1 !important;
}

.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 20px rgba(0, 136, 162, 0.15) !important;
  border-color: var(--theme-color) !important;
}

/* ব্লগ ইমেজের ওপরের ডিজাইন */
.blog-img-box {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.blog-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.blog-card:hover .blog-img-box img {
  transform: scale(1.1);
}

.blog-category {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--theme-color);
  color: #fff;
  padding: 2px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: bold;
}

/* টাইটেল ও বাটনের কালার */
.blog-title {
  font-size: 18px;
  color: #333;
  margin-bottom: 12px;
  transition: 0.3s;
}

.blog-card:hover .blog-title {
  color: var(--theme-color);
}

.btn-read-more {
  color: var(--theme-color);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s;
}

.btn-read-more:hover {
  color: var(--theme-color);
  padding-left: 5px;
}

/* কোর্স কার্ড ডিজাইন */
.course-card {
  transition: all 0.3s ease-in-out;
  background: #fff;
}

.course-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 10px 20px rgba(0, 136, 162, 0.2) !important;
  border-color: #0088a2 !important;
}

/* ইমেজের ওপর ব্যাজ */
.course-img-box {
  position: relative;
  height: 180px;
  overflow: hidden;
}

.course-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.course-card:hover .course-img-box img {
  transform: scale(1.1);
}

.course-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #f42a41; /* লাল রঙের ব্যাজ */
  color: #fff;
  padding: 2px 10px;
  font-size: 11px;
  border-radius: 3px;
  font-weight: bold;
}

/* বাটন ডিজাইন */
.btn-course {
  background-color: var(--theme-color);
  color: #fff;
  border-radius: 4px;
  font-weight: bold;
  transition: 0.3s;
  border: none;
}

.btn-course:hover {
  background-color: #005a6d;
  color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.course-title {
  font-size: 17px;
  color: #333;
  min-height: 42px; /* টাইটেল যেন সমান থাকে */
}



/* উইজেট হেডার */
.tx-attendance-widget .tx-widget-header {
    background-color: var(--theme-color) !important;
    font-size: 0.95rem;
}

/* সেকশন টাইটেল */
.tx-attendance-widget .section-title {
    font-size: 0.82rem;
    color: var(--theme-dark);
    letter-spacing: 0.3px;
}

/* পিল ব্যাজ কাস্টমাইজেশন */
.tx-attendance-widget .stat-box {
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    transition: transform 0.2s ease;
}

.tx-attendance-widget .stat-box:hover {
    transform: translateY(-2px);
}

.tx-attendance-widget .stat-box small {
    font-size: 0.75rem;
    font-weight: 600;
}

/* ব্যাজ এরিয়া Custom Gradient / Solid Color */
.tx-attendance-widget .bg-primary {
    background-color: var(--theme-color) !important;
}

.tx-attendance-widget .bg-success {
    background-color: #00875a !important;
}

.tx-attendance-widget .bg-danger {
    background-color: #de350b !important;
}

.tx-attendance-widget .bg-warning {
    background-color: #ffab00 !important;
}


/* ফুটার এরিয়া*/
.footer-top-image {
  width: 100%;
  line-height: 0; 
  margin-top: 30px; 
  background-color: #fff; 
}

.footer-top-image img {
  display: block;
  height: auto;
  max-height: 150px; 
  object-fit: contain; 
}

.footer-area {
  margin-top: 0 !important;
  background-color: var(--theme-footer);
  border-top: 3px solid var(--theme-color);
  color: #ecf0f1;
}

.footer-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.footer-hr {
  width: 50px;
  border: 2px solid var(--theme-color);
  opacity: 1;
  margin: 0 0 20px 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #bdc3c7;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}

.footer-links a:hover {
  color: var(--theme-color);
  padding-left: 5px;
}

.footer-links i {
  font-size: 10px;
  margin-right: 8px;
  color: var(--theme-color);
}

.contact-info li {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}

.contact-info i {
  margin-right: 12px;
  color: var(--theme-color);
  font-size: 16px;
  margin-top: 3px;
}

/* সোশ্যাল মিডিয়া আইকন */
.social-links a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-align: center;
  line-height: 35px;
  border-radius: 4px;
  margin-right: 8px;
  transition: 0.3s;
}

.social-links a:hover {
  background: var(--theme-color);
  transform: translateY(-3px);
}

/* কপিরাইট বার */
.copyright-bar {
  background-color: #1a252f;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #95a5a6;
}

/* মোবাইল রেসপন্সিভ */
@media (max-width: 768px) {
  .footer-area {
    text-align: center;
  }
  .footer-hr {
    margin: 0 auto 20px auto;
  }
  .contact-info li {
    justify-content: center;
  }
}
/* Back to Top Button */
#btnTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: var(--theme-color);
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 30px;
  cursor: pointer;
  z-index: 1000;
  transition: 0.3s;
}
#btnTop:hover {
  background: var(--theme-hover);
}

/* Student Profile One - Loading Style */
.sp1-loading-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px;
    background: #ffffff;
    border-radius: 15px;
}

.sp1-loader {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid var(--theme-color);
    border-radius: 50%;
    animation: sp1-spin 1s linear infinite;
}

@keyframes sp1-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.sp1-loading-text {
    margin-top: 15px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #007a8a;
    letter-spacing: 1px;
}





