/* RESET */
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/*different position ANIMATION*/
/*.reveal-left {*/
/*  transform: translateX(-50px);*/
/*}*/
/*.reveal-right {*/
/*  transform: translateX(50px);*/
/*}*/
/*.reveal-zoom {*/
/*  transform: scale(0.8);*/
/*}*/

/*.reveal.active {*/
/*  transform: translate(0) scale(1);*/
/*  opacity: 1;*/
/*}*/
/*<div class="reveal reveal-left">*/
/*<div class="reveal reveal-right">*/


/*global ANIMATION*/

.reveal {
  opacity: 0;
  transform: translateY(40px);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s ease;
}

/* 🔥 IMPORTANT fallback */
.no-js .reveal {
  opacity: 1;
  transform: none;
}




/* ================= NAVBAR ================= */

/* Default Navbar (visible from start) */
/* Navbar */
#navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;

  padding: 1px 0;
  transition: all 0.4s ease;

  background: #fff;
}

/* Scroll */
#navbar.scrolled {
  background: #fff;
  padding: 1px 0;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.navbar-toggler {
  border: 1px solid #000;
}

.navbar-toggler-icon {
  filter: invert(0); /* dark icon */
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Logo */


/* Nav Links */
.nav-link {
  color: #000 !important;
  margin: 0 12px;
  font-size:15px;
  font-weight: 530;
  position: relative;
}

.hero,
.carousel-item {
  margin-top: 80px; /* navbar height ke according adjust kar */
}



/* Hover underline */
.nav-link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #d4af37; 
  transition: 0.2s;
}

.nav-link:hover::after {
  width: 100%;
}

/* Button */
.volunteer-btn {
 background: #000;              /* Black background */
  color: #d4af37;               /* Golden text */
  border-radius: 25px;
  padding: 8px 18px;
  border: 1px solid #d4af37;    /* Golden border */
  transition: 0.3s;
}

.volunteer-btn:hover {
  background: #d4af37;          /* Golden bg */
  color: #000;                  /* Black text */
  transform: scale(1.05);
}

.navbar-brand img {
  height: 70px;
}

/*language*/
.lang-switch .lang-btn {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  font-size: 14px;
  padding: 5px 12px;
  transition: 0.3s;
}

/* Hover Effect */
.lang-switch .lang-btn:hover {
  background-color: black;
  color: #d4af37; /* golden */
  border-color: black;
}

/* Active Button */
.lang-switch .lang-btn.active {
  background-color: black;
  color: #d4af37;
  border-color: black;
}

@media (max-width: 768px) {

  .lang-switch {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

  .lang-switch .lang-btn {
    flex: 1;
    font-size: 13px;
    padding: 6px 10px;
  }

}

@media (max-width: 991px) {
  .navbar-collapse {
    background: #fff;  /* black se white kar */
    padding: 5px;
    border-radius: 10px;
  }

  .nav-link {
    color: black !important;
  }
  .navbar-brand img {
    height: 55px;   /* yaha size control kar sakta hai */
  }
  .hero,
.carousel-item {
  margin-top: 10px; /* navbar height ke according adjust kar */
}
}



/*///////////////////////////////////////////////////////volunteer_section//////////////////////////////////////////////*/

.volunteers-section{
      background: #f8f9fa;

}

.vol-title {
  font-size: 28px;
  margin-top: 100px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #1a1a1a;
}



.tl-badge{
  position:absolute;
  top:8px;
  left:8px;
  background:#28a745; /* green */
  color:#fff;
  font-size:12px;
  font-weight:600;
  padding:4px 8px;
  border-radius:4px;
  z-index:2;
}



.sticky-header img {
    height: auto !important;
    max-height: 60px !important;
}
  .profile-card {
    width: 350px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  }

  .profile-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
  }

  .profile-image-container img {
    width: 100%;
    height: auto;
  }

  .profile-overlay {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    width: 100%;
    padding: 10px;
    text-align: center;
  }

  .swiper-slide > .card-group {
    display: flex;
    gap: 20px;
    justify-content: center;
    
    padding: 20px 0;
  }
  
  /*top_volunteer_section ui*/
  
.volunteers-section {
  margin-top: -40px; /* upar ka gap kam karega */
  padding-top: 20px;
   margin-bottom: -90px;
}

.volunteers-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}

.volunteers-section h2 {
  font-weight: 600;
  margin-bottom: 30px;
  color: #1a1a1a;
}


/* Volunteer scroll container */
.volunteer-scroll {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 0;
  justify-content: flex-start;
}

/* Hide scrollbar */
.volunteer-scroll::-webkit-scrollbar {
  display: none;
}

.volunteer-item {
  flex: 0 0 auto;
  width: 100px;
  text-align: center;
}

.circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1.5px solid gray;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
  background-color: #fff;
}

.circle img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid white;
  object-fit: cover;
}

.volunteer-item p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #333;
}

/*all volunteer ui*/
/* Gold-black gradient for table header */
.table-gold {
  background: linear-gradient(45deg, #000000, #bfa76f, #333333);
}

/* Center align text & images */
.table th,
.table td {
  text-align: center;
  vertical-align: middle;
}

/* Gold border for volunteer images */
.table img {
  border: 2px solid #bfa76f;
  padding: 2px;
}

/* Gold-themed button */
.btn-outline-dark {
  border-color: #bfa76f;
  color: #bfa76f;
}
.btn-outline-dark:hover {
  background-color: #bfa76f;
  color: #fff;
}

/* ✅ Responsive: hide location column only */
@media (max-width: 768px) {
  .location-col {
    display: none;
  }

  .table img {
    width: 45px !important;
    height: 45px !important;
  }

  .btn-sm {
    padding: 4px 10px;
    font-size: 13px;
  }
  
  /*top volunteer 10*/
  
  .volunteer-scroll {
  display: flex;
  gap: 0px;
}


.circle {
  width: 70px;
  height: 70px;
 
}

.circle img {
  width: 65px;
  height: 65px;
 
}
.volunteer-scroll {
  display: flex;
  gap: 0px;
  
}


  
}

@media (max-width: 768px) {
  .modal-body img {
    width: 120px !important;
    height: auto !important;
  }

  .modal-body h4 {
    font-size: 18px;
  }

  .modal-body p {
    font-size: 13px;
    line-height: 1.3;
  }

  .modal-dialog {
    max-width: 90%;
  }
}


  
 @media (max-width: 768px) {
  .swiper {
    overflow: visible !important;
  }

  .swiper-wrapper {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    transform: none !important;
  }

  .swiper-slide,
  .card-group {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    width: 100% !important;
  }

  .profile-card {
    margin-bottom: 20px;
    width: 90%; /* or 100% if you want full width */
    max-width: 400px; /* control card size */
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
  
  
  
}

.modal-backdrop {
  display: none !important;
  background: none !important;
  opacity: 0 !important;
}









