body {
  font-family: "Mukta", sans-serif;
  background-color: #f9f9f9;
  color: #333;
  line-height: 1.6;
  transition: all 0.3s ease;
}

.top-bar {
  background-color: #0d1140;
  color: rgb(255, 255, 255);
  padding: 8px 0;
  font-size: 14px;
}


.logo-header {
  background: linear-gradient(90deg, #ffffff, #ffffff);
  color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(219, 219, 219, 0.2);
  transition: all 0.3s ease;
  margin: 10px auto;  
  display: flex;      
  flex-direction: column; 
  align-items: center;
  justify-content: center; 
  padding: 15px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.logo {
  width: 100%;
  max-width: 253px;
  height: auto;
  max-height: 95px;
  object-fit: contain;   
  border-radius: 8px;   
  border: 2px solid #ffffff;
  transition: transform 0.3s ease;
  margin-bottom: 10px;   
}

.logo:hover {
  transform: scale(1.1); 
}


.logo-text h1 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #070202;
  text-align: center; 
}

.logo-text p {
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
}


.logo-header:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(205, 15, 15, 0.3);
}

.blogo {
  height: 120px;
}

.nav-bar {
  background-color: #0d1140;
  padding: 0;
}

.navbar-nav {
  display: flex;
  justify-content: right;
  text-align: center;
}

.navbar-nav .nav-link {
  color: rgb(255, 255, 255) !important;
  padding: 15px 20px;
  font-weight: 500;
}

.navbar-nav .nav-link:hover {
  background-color: #171b47;
}

.carousel-item {
  height: auto;
  overflow: hidden;
}

.carousel-item img {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

@media (max-width: 768px) {
  .carousel-item img {
    height: 300px;
  }
}

.section-title {
  color: #171b47;
  border-bottom: 2px solid #171b47;
  padding-bottom: 10px;
  margin: 30px 0 20px;
}

.card {
  box-shadow: 0 4px 8px rgba(197, 35, 35, 0.1);
  margin-bottom: 20px;
  border: none;
  border-radius: 5px;
}

.card-header {
  background-color: #171b47;
  color: white;
}

.footer {
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  color: #ffffff;
  padding: 60px 20px 20px;
  font-family: "Mukta", sans-serif;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,111,97,0.15) 0%, transparent 70%);
  transform: rotate(45deg);
  pointer-events: none;
}

.footer h5 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 700;
  position: relative;
}

.footer h5::after {
  content: '';
  width: 50px;
  height: 2px;
  background: #ff6f61;
  display: block;
  margin-top: 5px;
  transition: width 0.3s;
}

.footer h5:hover::after {
  width: 100px; /* Animated underline */
}

/* Footer links */
.footer p, .footer a {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none;
  transition: all 0.3s;
}

.footer a:hover {
  color: #ff6f61;
  transform: translateX(5px);
}

.footer .quick-links a {
  display: block;
  margin-bottom: 8px;
  transition: all 0.3s;
}

.footer .quick-links a:hover {
  padding-left: 10px;
  color: #ff6f61;
}

/* Contact info */
.footer .contact-info i {
  margin-right: 10px;
  color: #ff6f61;
  transition: transform 0.3s;
}

.footer .contact-info i:hover {
  transform: scale(1.2);
}

/* Social icons */
.footer .social-icons {
  margin-top: 20px;
}

.footer .social-icons a {
  display: inline-block;
  margin-right: 15px;
  color: white;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.1);
  transition: all 0.3s;
}

.footer .social-icons a:hover {
  background-color: #ff6f61;
  color: #fff;
  transform: scale(1.2);
}

/* Footer bottom */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.2);
  padding: 15px 0;
  text-align: center;
  margin-top: 30px;
  
}

.footer-bottom a {
  color: #ff6f61;
  font-weight: 500;
  transition: all 0.3s;
}

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

/* Footer grid */
.footer .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer .col {
  flex: 1 1 200px;
  margin-bottom: 20px;
}

/* Responsive footer */
@media (max-width: 768px) {
  .footer .row {
    flex-direction: column;
    text-align: center;
  }

  .footer .social-icons {
    justify-content: center;
  }

  .footer .quick-links a {
    display: inline-block;
    margin: 5px 10px;
  }
}



.notification {
  background-color: #fff8e1;
  border-left: 4px solid #c8a027;
  padding: 15px;
  margin: 20px 0;
  
}
.red-icon {
  color: red;     
  font-size: 15px; 
}

 .social-icons img {
      width: 40px;
      height: 40px;
      margin: 5px;
      transition: transform 0.3s;
    }
    .social-icons img:hover {
      transform: scale(1.4);
    }

.marquee {
  background-color: #ffffff;
  color: rgb(12, 6, 6);
  margin-top: 5px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  
  font-weight: bold;
  padding: 10px;
  overflow: hidden;
}

.gallery-card {
  overflow: hidden;
  cursor: pointer;
}

.hover-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  text-align: center;
  padding: 5px 0;
  opacity: 0;
  transition: 0.3s;
  font-size: 14px;
}

.gallery-card:hover .hover-caption {
  opacity: 1;
}

.gallery-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s;
  border-radius: 5px;
}

.gallery-card:hover .gallery-img {
  transform: scale(1.05);
}

/* --- Home Members (Shared from members.css) --- */

.icon-carousel {
  overflow: hidden;
  width: 100%;
  background-color: #e8e8e8;
  padding: 10px 0;
  border-radius: 8px;
}

.icon-track {
  display: flex;
  gap: 50px;
  width: max-content;
  animation: scroll 20s linear infinite;
}

.carousel-icon {
  height: 60px;
  width: 60px;
  flex-shrink: 0;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


.carousel-item {
  transition: transform 1.2s ease-in-out;
}


.google-translator {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
}


.gigw-compliance {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background-color: #0d1140;
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}


.counter {
  font-size: 2.5rem;
  font-weight: bold;
  color: #171b47;
}


.visitor-count {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 2px 8px;
  border-radius: 4px;
  margin-left: 10px;
}


.accessibility-panel {
  position: fixed;
  background-color: #0d1140;
  color: white;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 999;
  display: none;
  bottom: 70px;
  left: 20px;   /* instead of right */
  right: auto;
}

.accessibility-panel button {
  display: block;
  width: 90%;
  margin-bottom: 10px;
  background-color: white;
  color: #0d1140;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
  float: right;
  margin-left: 10px;
}

.accessibility-panel button:hover {
  background-color: #e9ecef;
}


body.dark-mode {
  background-color: #222;
  color: #f8f9fa;
}

body.dark-mode .card {
  background-color: #333;
  color: #f8f9fa;
}

body.dark-mode .card-header {
  background-color: #2c3380;
}

body.dark-mode .section-title {
  color: #aab3ff;
  border-bottom: 2px solid #aab3ff;
}

body.dark-mode .notification {
  background-color: #444;
  color: #f8f9fa;
}

body.text-large {
  font-size: 1.2rem;
}

body.text-xlarge {
  font-size: 1.4rem;
}

body.text-small {
  font-size: 0.9rem;
}


.dropdown-menu-custom {
  background-color: #0d1140;
  border: none;
  border-radius: 0;
  padding: 0;
}

.dropdown-item-custom {
  color: white !important;
  padding: 12px 20px;
  border-bottom: 1px solid #2a3173;
}

.dropdown-item-custom:hover {
  background-color: #171b47 !important;
  color: white !important;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.dropdown-toggle::after {
  margin-left: 5px;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; 
}


@media (max-width: 991px) {
  .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .dropdown-item-custom {
    padding-left: 40px;
  }
}

/* --- Drive Links Section --- */
.drive-links-container {
  padding: 20px 0;
}

.drive-link-card {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 15px;
  text-decoration: none !important;
  color: #171b47;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
  height: 100%;
}

.drive-link-card:hover {
  transform: translateY(-8px);
  background: linear-gradient(135deg, #171b47 0%, #0d1140 100%);
  color: #ffffff !important;
  box-shadow: 0 12px 20px rgba(13, 17, 64, 0.2);
  border-color: transparent;
}

.drive-icon {
  font-size: 2rem;
  margin-right: 15px;
  color: #ffc107;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.drive-link-card:hover .drive-icon {
  transform: scale(1.2) rotate(10deg);
  color: #ffffff;
}

.drive-info h5 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.drive-info p {
  margin: 0;
  font-size: 0.85rem;
  opacity: 0.7;
}

.drive-link-card:hover .drive-info p {
  opacity: 1;
}

@media (max-width: 768px) {
  .drive-link-card {
    padding: 12px;
  }
  .drive-icon {
    font-size: 1.5rem;
  }
  .drive-info h5 {
    font-size: 1rem;
  }
}