:root {
  --bs-primary: #8e0591;
  --bs-secondary: #6c757d;
  --bs-light: #fff;
  --bs-dark: #212529;
  --bs-border: #e9ecef;
  --bs-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  --bs-shadow-hover: 0 20px 40px rgba(0, 0, 0, 0.12);
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  padding-top: 7.5rem; /* Account for fixed header */
  font-size: 1rem;
}
.sections-title-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(142, 5, 145, 0.1);
  color: var(--bs-primary);
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.sections-title-badge i {
  margin-right: 0.5rem;
}
/*** Topbar Start ***/
.fixed-top {
  box-shadow: 0 0.125rem 0.9375rem rgba(0, 0, 0, 0.1);
}

.fixed-top .container {
  transition: 0.5s;
}

.topbar {
  padding: 0.5rem 0;
  background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
  transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
  color: var(--bs-light) !important;
}

@media (max-width: 48rem) {
  /* 768px */
  .topbar {
    display: block;
    padding: 0.5rem 0;
  }
}

/* Top Bar Styles */
.topbar-container {
  background-color: var(--bs-primary);
  color: var(--bs-light);
  padding: 0.3125rem 0;
  font-size: 0.9rem;
}

.topbar-logo {
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--bs-light);
  text-decoration: none;
}

.topbar-logo:hover {
  color: var(--bs-light);
}

.topbar-search-container {
  position: relative;
  max-width: 18.75rem;
}

.topbar-search-input {
  border-radius: 1.25rem;
  padding-left: 2.5rem;
  background-color: rgba(255, 255, 255, 0.15);
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
  color: var(--bs-light);
  transition: all 0.3s;
  font-size: 0.9rem;
}

.topbar-search-input:focus {
  background-color: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
  color: var(--bs-light);
}

.topbar-search-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.topbar-search-icon {
  position: absolute;
  left: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.7);
  z-index: 5;
}

.topbar-join-btn {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
  border-radius: 1.25rem;
  padding: 0.375rem 1.25rem;
  color: var(--bs-light);
  font-weight: 500;
  transition: all 0.3s;
  font-size: 0.9rem;
}

.topbar-join-btn:hover {
  background-color: var(--bs-light);
  color: var(--bs-primary);
  transform: translateY(-0.125rem);
}

.topbar-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  color: var(--bs-light);
  transition: all 0.3s;
  text-decoration: none;
  font-size: 0.9rem;
}

.topbar-social-icon:hover {
  background-color: var(--bs-light);
  color: var(--bs-primary);
  transform: translateY(-0.125rem);
}

/* Mobile Topbar Layout */
@media (max-width: 48rem) {
  /* 768px */
  .topbar-logo {
    display: none !important;
  }

  .topbar-container .container {
    padding: 0 0.9375rem;
  }

  .topbar-search-container {
    margin: 0;
    max-width: none;
  }

  .topbar-mobile-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .topbar-mobile-search {
    flex-grow: 1;
    margin-right: 0.625rem;
  }

  .topbar-mobile-actions {
    display: flex;
    align-items: center;
    gap: 0.625rem;
  }

  .topbar-join-btn {
    margin-right: 0.625rem;
    white-space: nowrap;
  }

  .social-dropdown .dropdown-menu {
    min-width: 10rem;
    padding: 0.5rem;
  }

  .social-dropdown .dropdown-item {
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
  }

  .social-dropdown .dropdown-item i {
    width: 1.25rem;
    margin-right: 0.625rem;
  }
}

/* Desktop Topbar Layout */
@media (min-width: 48.0625rem) {
  /* 769px */
  .topbar-mobile-row {
    display: none;
  }
}

/* Responsive adjustments */
@media (max-width: 48rem) {
  .topbar-search-container {
    margin: 0;
  }

  .topbar-join-btn {
    margin: 0;
  }
}
/*** Topbar End ***/

/*** Navbar Start ***/
.navbar {
  padding: 0;
  background-color: var(--bs-light);
}

.navbar .navbar-nav .nav-link {
  padding: 0.625rem 0.9375rem;
  font-size: 1rem;
  transition: 0.5s;
  color: var(--bs-dark);
  font-weight: 500;
  position: relative;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top.bg-white .navbar .navbar-nav .nav-link:hover,
.sticky-top.bg-white .navbar .navbar-nav .nav-link.active {
  color: var(--bs-primary);
}

.navbar .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0.125rem;
  bottom: 0;
  left: 0.9375rem;
  background-color: var(--bs-primary);
  transition: width 0.3s;
}

.navbar .navbar-nav .nav-link:hover::after,
.navbar .navbar-nav .nav-link.active::after {
  width: calc(100% - 1.875rem);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  margin-left: 0.5rem;
}

@media (min-width: 75rem) {
  /* 1200px */
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    transition: 0.5s;
    opacity: 0;
    box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.1);
    border-radius: 0.625rem;
    padding: 0.625rem 0;
  }
}

@media (max-width: 75rem) {
  .navbar .collapse.navbar-collapse .btn-hover-bg.btn {
    margin-bottom: 1.25rem;
  }
}

.dropdown .dropdown-menu a {
  padding: 0.5rem 1.25rem;
  transition: all 0.3s;
}

.dropdown .dropdown-menu a:hover {
  background: var(--bs-primary);
  color: var(--bs-light);
  padding-left: 1.5rem;
}

.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  background: var(--bs-light) !important;
  transition: 0.5s;
  opacity: 1;
}

.navbar-brand img {
  max-width: 11.25rem;
  height: auto;
}

.navbar-toggler {
  border: none;
  padding: 0.5rem 0.75rem;
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* Hide logo in navbar on larger screens */
@media (min-width: 75rem) {
  /* 1200px */
  .navbar .navbar-brand {
    display: block;
  }
}

/* Show logo in navbar on smaller screens */
@media (max-width: 74.9375rem) {
  /* 1199px */
  .navbar .navbar-brand {
    display: block;
  }
}

@media (max-width: 61.9375rem) {
  /* 991px */
  .navbar-collapse {
    padding: 0.9375rem 0;
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
  }

  .navbar-nav .nav-item {
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.05);
  }

  .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }

  .dropdown-menu {
    border: none;
    box-shadow: none;
    padding-left: 1.25rem;
  }
}
/*** Navbar End ***/

/***breadcumbs start***/
.breadcrumb-section {
  background: linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0.65) 100%
    ),
    url("../img/6706198c18d758.79936972.jpg");

  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: var(--bs-light);
  padding: 1.5rem 0;
  position: relative;
  overflow: hidden;
  min-height: 10rem;
  display: flex;
  align-items: center;
}

.breadcrumb-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}

.breadcrumb-content {
  text-align: center;
  animation: fadeInUp 0.8s ease-out;
}

.page-title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1.1;
  color: var(--bs-primary);
  letter-spacing: -0.02em;
}

.breadcrumb-nav {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.1rem;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  padding: 0.8rem 1.5rem;
}

.breadcrumb-nav a {
  color: var(--bs-light);
  text-decoration: none;
  transition: all 0.3s ease;
  opacity: 0.9;
}

.breadcrumb-nav a:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.breadcrumb-nav .separator {
  opacity: 0.5;
  color: var(--bs-light);
}

.breadcrumb-nav .current-page {
  font-weight: 600;
  opacity: 1;
}

/* Decorative Elements */
.breadcrumb-decoration {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}

.breadcrumb-decoration::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  animation: float 8s ease-in-out infinite;
}

.breadcrumb-decoration::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.02);
  animation: float 6s ease-in-out infinite reverse;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .breadcrumb-section {
    padding: 2.5rem 0 1.5rem;
  }

  .page-title {
    font-size: 2.5rem;
  }

  .breadcrumb-nav {
    font-size: 1rem;
    padding: 0.6rem 1.2rem;
  }

  .breadcrumb-container {
    padding: 0 1.5rem;
  }
}

@media (max-width: 480px) {
  .breadcrumb-section {
    padding: 2rem 0 1.25rem;
  }

  .page-title {
    font-size: 1.5rem;
  }

  .breadcrumb-nav {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    gap: 0.5rem;
  }

  .breadcrumb-container {
    padding: 0 1rem;
  }
}
/***breadcumbs end***/

/* Owl Carousel Custom Styles */

.hero-container {
  max-width: 87.5rem;
  width: 100%;
  background-color: var(--bs-light);
  overflow: hidden;
  box-shadow: var(--bs-shadow);
  margin-bottom: 1.2rem;
}

/* Hero Section - FIXED: Added explicit height management */
.hero-section {
  display: flex;
  min-height: 43.75rem;
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("https://images.unsplash.com/photo-1519389950473-47ba0277781c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1770&q=80");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--bs-light);
}

/* Content Area */
.hero-content {
  flex: 1;
  padding: 0 3.125rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}

.hero-content h1 {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  background: linear-gradient(to right, #fff, #f0e6f1);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-content p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 2.25rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 37.5rem;
}

/* Subscription Form - Updated to always keep button appended */
.hero-subscription-form {
  display: flex;
  margin-bottom: 1.875rem;
  max-width: 31.25rem;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: var(--bs-shadow);
  flex-wrap: nowrap; /* Prevent wrapping */
}

.hero-subscription-form input {
  flex: 1;
  border-radius: 0.5rem 0 0 0.5rem;
  padding: 1.125rem 1.25rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.15);
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.08);
  color: var(--bs-light);
  min-width: 0; /* Allows input to shrink if needed */
}
.hero-subscription-form input::placeholder {
  color: var(--bs-light);
}
.hero-subscription-form input:focus {
  outline: none;
}

.hero-subscription-form button {
  background-color: var(--bs-primary);
  color: white;
  border: none;
  border-radius: 0 0.5rem 0.5rem 0;
  padding: 0 1.875rem;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap; /* Prevent button text from wrapping */
  flex-shrink: 0; /* Prevent button from shrinking */
}

.hero-subscription-form button:hover {
  background-color: #7a047d;
}

/* Action Buttons - Updated to always stay in row */
.hero-action-buttons {
  display: flex;
  gap: 1.25rem;
  margin-top: 0.625rem;
  flex-wrap: nowrap; /* Prevent wrapping */
}

.hero-btn {
  padding: 1rem 2rem;
  border-radius: 0.625rem;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap; /* Prevent button text from wrapping */
  flex-shrink: 0; /* Prevent buttons from shrinking */
}

.hero-btn-primary {
  background-color: var(--bs-primary);
  color: white;
  border: 0.125rem solid var(--bs-primary);
}

.hero-btn-primary:hover {
  background-color: #7a047d;
  border-color: #7a047d;
  transform: translateY(-0.188rem);
  box-shadow: var(--bs-shadow-hover);
}

.hero-btn-outline {
  background-color: transparent;
  color: white;
  border: 0.125rem solid white;
}

.hero-btn-outline:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-0.188rem);
  box-shadow: var(--bs-shadow-hover);
}

/* Banner Carousel Area - FIXED: Explicit height chain */
.hero-banner {
  flex: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: stretch; /* Stretch to fill height */
  min-height: 43.75rem; /* Match parent min-height */
}

.hero-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(142, 5, 145, 0.1),
    rgba(0, 0, 0, 0.4)
  );
  z-index: 1;
}

/* FIXED: Ensure all carousel elements inherit height properly */
.owl-carousel,
.owl-stage-outer,
.owl-stage,
.owl-item {
  height: 100% !important;
  min-height: inherit; /* Inherit from parent */
}

.hero-banner-slide {
  height: 100% !important; /* Force full height */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 2.5rem 1.25rem;
  position: relative;
}

.hero-banner-content {
  text-align: center;
  z-index: 2;
  max-width: 80%;
}

.hero-banner-slide h3 {
  font-size: 1.5rem;
  color: #fff;
  background: linear-gradient(114deg, rgb(142 5 145 / 37%), rgba(0, 0, 0, 0.4));
  padding: 0.6rem 1rem;
  margin-bottom: 0.938rem;
  font-weight: 700;
}

.hero-banner-slide p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.563rem;
  font-size: 1.1rem;
}

.hero-btn-explore {
  background-color: transparent;
  color: white;
  border: 0.125rem solid white;
  padding: 0.75rem 1.75rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hero-btn-explore:hover {
  background-color: var(--bs-primary);
  color: var(--bs-light);
  transform: translateY(-0.188rem);
}

/* Owl Carousel Dots */
.owl-dots {
  position: absolute;
  bottom: 1.25rem;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0.625rem;
  z-index: 3;
}

.owl-dot {
  width: 0.75rem !important;
  height: 0.75rem !important;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5) !important;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.owl-dot.active {
  background-color: var(--bs-primary) !important;
  transform: scale(1.2);
}

/* Responsive Design - FIXED: Better mobile height handling */
@media (max-width: 75rem) {
  .hero-content h1 {
    font-size: 2.7rem;
  }

  .hero-subscription-form button {
    padding: 0 1.563rem;
  }
}

@media (max-width: 62rem) {
  .hero-section {
    flex-direction: column;
    min-height: 100vh; /* Use viewport height on mobile */
  }

  .hero-content {
    padding: 2.5rem 1.875rem;
    flex-shrink: 0; /* Don't grow on mobile */
  }

  .hero-banner {
    min-height: 40vh; /* Flexible height on mobile */
    flex: 1; /* Fill remaining space */
    width: 100%;
  }

  .hero-subscription-form {
    max-width: 100%;
  }

  /* Ensure height inheritance on mobile */
  .hero-banner-slide {
    min-height: 300px; /* Fallback for mobile */
  }
}

@media (max-width: 48rem) {
  .hero-content h1 {
    font-size: 2.5rem;
  }

  .hero-content p {
    font-size: 1.1rem;
  }

  /* Make form responsive while keeping button appended */
  .hero-subscription-form {
    flex-direction: row; /* Keep row layout */
    overflow: visible; /* Allow overflow on small screens */
  }

  .hero-subscription-form input {
    padding: 1rem 0.938rem;
    font-size: 0.95rem;
  }

  .hero-subscription-form button {
    padding: 0 1.25rem;
    font-size: 0.95rem;
  }

  /* Action buttons remain in row but can scroll if needed */
  .hero-action-buttons {
    padding-bottom: 0.313rem; /* Space for scrollbar */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on mobile */
  }

  .hero-action-buttons::-webkit-scrollbar {
    height: 0.25rem;
  }

  .hero-action-buttons::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.125rem;
  }

  .hero-action-buttons::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 0.125rem;
  }

  .hero-btn {
    padding: 0.875rem 1.5rem;
    font-size: 0.95rem;
  }

  .hero-banner-slide h3 {
    font-size: 1.2rem;
  }

  /* Mobile height adjustments */
  .hero-banner {
    min-height: 35vh;
  }
}

@media (max-width: 36rem) {
  body {
    display: block; /* Change from flex to block for better integration */
  }

  .hero-container {
    max-width: 100%;
    box-shadow: none;
  }

  .hero-content {
    padding: 1.875rem 1.25rem;
  }

  .hero-content h1 {
    font-size: 2rem;
  }

  .hero-banner {
    min-height: 30vh;
  }

  /* Further adjustments for very small screens */
  .hero-subscription-form input {
    padding: 0.875rem 0.75rem;
    font-size: 0.9rem;
    min-width: 9.375rem; /* Ensure input doesn't get too small */
  }

  .hero-subscription-form button {
    padding: 0 0.938rem;
    font-size: 0.9rem;
  }

  .hero-btn {
    padding: 0.75rem 1.25rem;
    font-size: 0.9rem;
  }

  .hero-action-buttons {
    gap: 0.938rem;
  }
}

@media (max-width: 25rem) {
  /* For very small screens, ensure everything stays usable */
  .hero-subscription-form input {
    min-width: 7.5rem;
    padding: 0.75rem 0.625rem;
  }

  .hero-subscription-form button {
    padding: 0 0.75rem;
  }

  .hero-btn {
    padding: 0.625rem 1rem;
    font-size: 0.85rem;
  }

  .hero-banner {
    min-height: 25vh;
  }
}

/* About Section */
.about-section {
  position: relative;
  /*  overflow: hidden;*/
}

.sticky-sidebar {
  position: sticky;
  top: 8rem;
  height: fit-content;
  transition: all 0.3s ease;
}

@media (max-width: 991.98px) {
  .sticky-sidebar {
    position: relative;
    top: 0;
  }
}

.about-image {
  width: 100%;
  height: 25rem;
  object-fit: cover;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}

.quote-card {
  background: linear-gradient(135deg, var(--bs-primary) 0%, #7a047a 100%);
  color: white;
  padding: 2rem;
  box-shadow: 0 1rem 2rem rgba(142, 5, 145, 0.2);
  position: relative;
  overflow: hidden;
}

.quote-card::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 1rem;
  font-size: 8rem;
  color: rgba(255, 255, 255, 0.1);
  font-family: Georgia, serif;
  line-height: 1;
}

.quote-text {
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 2;
}

.quote-author {
  font-weight: 600;
  font-size: 1rem;
  text-align: right;
  position: relative;
  z-index: 2;
}

/* Content Section */
.about-content {
  padding-left: 0.5rem;
}

@media (max-width: 991.98px) {
  .about-content {
    padding-left: 0;
  }
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--bs-dark);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.lead-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--bs-secondary);
  margin-bottom: 2rem;
}

/* Modern Tabs */
.modern-tabs {
  background: white;
  border-radius: 0;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
}

.tab-header {
  display: flex;
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  position: sticky;
  top: 8rem;
  background: white; /* MUST */
  z-index: 50;
}

.tab-header::-webkit-scrollbar {
  display: none;
}

.tab-btn {
  flex: 1;
  min-width: 8rem;
  padding: 1rem 1.5rem;
  background: transparent;
  border: none;
  font-weight: 600;
  color: var(--bs-secondary);
  transition: all 0.3s ease;
  position: relative;
  /* white-space: nowrap;*/
}

.tab-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0.2rem;
  background: var(--bs-primary);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.tab-btn.active {
  color: var(--bs-primary);
}

.tab-btn.active::after {
  width: 80%;
}

.tab-btn:hover {
  color: var(--bs-primary);
  background: rgba(142, 5, 145, 0.05);
}

.tab-content {
  padding: 2rem;
}

.tab-pane {
  display: none;
  animation: fadeIn 0.5s ease;
}

.tab-pane.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tab-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--bs-dark);
  margin-bottom: 1.5rem;
}

.objective-list {
  list-style: none;
  padding: 0;
}

.objective-list li {
  padding: 0.75rem 0;
  border-bottom: 1px solid #f1f3f4;
  position: relative;
  padding-left: 2rem;
  line-height: 1.6;
}

.objective-list li:last-child {
  border-bottom: none;
}

.objective-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  background: var(--bs-primary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: bold;
}

.value-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}

.value-item:hover {
  transform: translateY(-0.2rem);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.value-icon {
  width: 3rem;
  height: 3rem;
  background: var(--bs-primary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
}

.value-content h6 {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--bs-dark);
}

.value-content p {
  margin: 0;
  color: var(--bs-secondary);
  line-height: 1.5;
}

/* Mission & Vision Cards */
.mission-vision-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 2rem;
  border-radius: 1rem;
  border-left: 0.3rem solid var(--bs-primary);
}

.mission-vision-card h5 {
  color: var(--bs-primary);
  margin-bottom: 1rem;
}

.mission-vision-card p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .tab-btn {
    min-width: 1rem;
    padding: 0.75rem 0rem;
    font-size: 0.9rem;
  }

  .tab-content {
    padding: 1.5rem;
  }

  .about-image {
    height: 20rem;
  }
}

@media (max-width: 576px) {
  .tab-header {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0.1rem, 1fr));
    width: 100%;
    position: sticky;
    top: 8rem;
    background: white; /* MUST */
    z-index: 50; /* MUST */
  }

  .tab-btn {
    border-bottom: 1px solid #e9ecef;
  }

  .tab-btn:last-child {
    border-bottom: none;
  }
}

/* Counter Section */
.counter-section {
  padding: 0.5rem;
  background: linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0.65) 100%
    ),
    url("../img/6706198c18d758.79936972.jpg") center center / cover fixed;
  color: var(--bs-light);
  text-align: center;
  margin-top: 1rem;
}

.counter-title-wrapper {
  max-width: 700px;
  margin: 0 auto 2rem;
}

.counter-title {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--bs-light);
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
}

.counter-subtitle {
  font-size: 1rem;
  opacity: 0.9;
}

/* Default: Phones */
.counter-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 0; /* phones = no padding */
  margin: 0.5rem 0rem; /* phones = no margin */
}

/* Tablets */
@media (min-width: 768px) {
  .counter-grid {
    grid-template-columns: repeat(3, 1fr);
    padding: 0; /* still no padding */
    margin: auto;
  }
}

/* Desktops */
@media (min-width: 992px) {
  .counter-grid {
    grid-template-columns: repeat(4, 1fr);
    padding: 2rem; /* now apply padding */
    margin: 0 auto; /* optional centering */
  }
}

/* Counter Item */
.counter-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  backdrop-filter: blur(4px);
  transition: 0.3s ease;
  background: var(--bs-primary);
  border: 1px solid var(--bs-light);
  border-radius: 0.5rem;
  padding: 0.5rem 0.5rem;
}

.counter-item {
  transition: 0.3s ease;
}

.counter-item:hover {
  transform: translateY(-5px);
  background: var(--bs-light);
  color: var(--bs-primary);
}

/* Make ALL child elements turn white on hover */
.counter-item:hover i,
.counter-item:hover h3,
.counter-item:hover .counter-number,
.counter-item:hover .counter-number span,
.counter-item:hover p {
  color: var(--bs-primary);
}

.counter-item i {
  font-size: 3rem;
  color: var(--bs-light);
  margin-bottom: 1rem;
}

.counter-item h3 {
  margin: 0.5rem 0 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--bs-light);
}

.counter-number {
  font-size: 2.2rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  color: var(--bs-light);
}

.counter-number span {
  margin-left: 0.25rem;
  font-size: 2rem;
  color: var(--bs-light);
}

/* Button */
.counter-btn-wrap {
  text-align: center;
}

.counter-btn {
  background: var(--bs-primary);
  color: var(--bs-light);
  padding: 0.7rem 1.7rem;
  font-weight: 600;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
}

.counter-btn:hover {
  background: #740479;
  transform: translateY(-3px);
}
/* Causes Section */
.causes-section {
  padding: 1rem 0;
  position: relative;
}

.causes-container {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 0.3rem;
}
.causes-grid {
  display: grid;
  grid-template-columns: 0.4fr 0.6fr;
  gap: 1rem;
  align-items: start;
}

@media (max-width: 991.98px) {
  .causes-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

/* Content Side */
.causes-content {
  position: sticky;
  top: 0;
  padding-right: 0.2rem;
}

@media (max-width: 991.98px) {
  .causes-content {
    padding-right: 0;
    text-align: center;
    position: relative;
  }
}
@media (max-width: 768px) {
  .causes-content {
    position: relative;
  }
}

.causes-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--bs-dark);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .causes-title {
    font-size: 1rem;
  }
}

.causes-lead {
  font-size: 1.2rem;
  line-height: 1.7;
  color: var(--bs-secondary);
  margin-bottom: 0.3rem;
}

.causes-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  margin: 0.5rem 0;
}

/*@media (max-width: 576px) {
        .causes-stats {
          grid-template-columns: 1fr;
        }
      }*/

.causes-stat {
  background: white;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease;
}

.causes-stat:hover {
  transform: translateY(-0.5rem);
}

.causes-stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--bs-primary);
  display: block;
  line-height: 1;
}

.causes-stat-label {
  font-size: 0.9rem;
  color: var(--bs-secondary);
  margin-top: 0.5rem;
}

.causes-cta {
  display: inline-flex;
  align-items: center;
  background: var(--bs-primary);
  color: white;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 0.5rem 1.5rem rgba(142, 5, 145, 0.3);
}

.causes-cta:hover {
  transform: translateY(-0.2rem);
  box-shadow: 0 0.8rem 2rem rgba(142, 5, 145, 0.4);
  color: white;
}

.causes-cta i {
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}

.causes-cta:hover i {
  transform: translateX(0.3rem);
}

/* Cards Side - Two Cards Per Row */
.causes-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

@media (max-width: 768px) {
  .causes-cards {
    gap: 0.5rem;
  }
}

.causes-card {
  background: white;
  border-radius: 0.4rem;
  overflow: hidden;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
}

.causes-card:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
}

.causes-card-image {
  position: relative;
  height: 12rem;
  overflow: hidden;
}

.causes-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.causes-card:hover .causes-card-img {
  transform: scale(1.1);
}

.causes-card-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: var(--bs-primary);
  color: white;
  padding: 0.3rem 0.8rem;
  border-radius: 2rem;
  font-size: 0.7rem;
  font-weight: 600;
}

.causes-card-content {
  padding: 0.4rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
/* Parent wrapper - always horizontal */
.causes-header {
  display: flex;
  align-items: center;
  gap: 1rem; /* space between icon + title */
  margin-bottom: 1rem; /* optional spacing */
}

/* Icon */
.causes-card-icon {
  width: clamp(1.5rem, 3vw, 3.2rem);
  height: clamp(1.5rem, 3vw, 3.2rem);
  background: var(--bs-primary);
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
  font-size: clamp(1rem, 2vw, 1.4rem);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

/* Title */
.causes-card-title {
  font-size: clamp(0.7rem, 2.8vw, 0.7rem);
  font-weight: 600;
  color: var(--bs-dark);
  line-height: 1.2;
  margin: 0; /* remove bottom margin to align perfectly */
}

/*.causes-card-text {
        color: var(--bs-secondary);
        line-height: 1.6;
        margin-bottom: 1rem;
      }*/

/* Read More Toggle System */
.causes-toggle {
  display: none;
}

.causes-toggle-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  color: var(--bs-secondary);
  line-height: 1.6;
}

.causes-toggle:checked ~ .causes-toggle-content {
  max-height: 20rem;
  margin-bottom: 1.5rem;
}

.causes-toggle-label {
  display: inline-flex;
  align-items: center;
  color: var(--bs-primary);
  font-size: 0.7rem;
  cursor: pointer;
  transition: color 0.3s ease;
}

.causes-toggle-label:hover {
  color: #7a047a;
}

.causes-toggle-label i {
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}

.causes-toggle:checked ~ .causes-toggle-label i {
  transform: rotate(180deg);
}

.causes-card-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch; /* key */
  padding-top: 0.3rem;
  border-top: 1px solid #f1f3f4;
  width: 100%; /* full width */
}

.causes-progress-bar {
  height: 0.4rem;
  background: #e9ecef;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.causes-progress-fill {
  height: 100%;
  background: var(--bs-primary);
  border-radius: 1rem;
}

.causes-progress-text {
  font-size: 0.8rem;
  color: var(--bs-secondary);
}

.causes-card-action {
  background: transparent;
  border: 1px solid var(--bs-primary);
  color: var(--bs-primary);
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
  text-decoration: none;
  font-size: 0.6rem;
  font-weight: 600;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .causes-card-action {
    padding: 0.2rem 0.5rem;
  }
}
.causes-card-action:hover {
  background: var(--bs-primary);
  color: white;
}

/* Impact Section */
.causes-impact {
  background: var(--bs-primary);
  color: white;
  padding: 4rem 0;
  margin-top: 5rem;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

.causes-impact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("https://images.unsplash.com/photo-1551836026-d5c8c1a5c8c3?ixlib=rb-4.0.3&auto=format&fit=crop&w=1200&q=80")
    center/cover;
  opacity: 0.1;
}

.causes-impact-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 50rem;
  margin: 0 auto;
}

.causes-impact-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.causes-impact-text {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.causes-impact-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .causes-impact-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .causes-impact-stats {
    grid-template-columns: 1fr;
  }
}

.causes-impact-stat {
  text-align: center;
}

.causes-impact-number {
  font-size: 2.5rem;
  font-weight: 800;
  display: block;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.causes-impact-label {
  font-size: 0.9rem;
  opacity: 0.8;
}

/* Animation Classes */
.causes-fade-in {
  animation: causesFadeIn 0.8s ease forwards;
}

@keyframes causesFadeIn {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.causes-stagger-1 {
  animation-delay: 0.1s;
}
.causes-stagger-2 {
  animation-delay: 0.2s;
}
.causes-stagger-3 {
  animation-delay: 0.3s;
}
.causes-stagger-4 {
  animation-delay: 0.4s;
}

/*team section */
.team-section {
  padding: 2rem 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.team-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Header Section */
.team-header {
  text-align: center;
  margin-bottom: 2rem;
}

.team-subtitle {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  color: var(--bs-primary);
  margin-bottom: 0.75rem;
  display: inline-block;
  padding: 0.5rem 1.25rem;
  background: rgba(142, 5, 145, 0.1);
  border-radius: 2rem;
}

.team-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--bs-dark);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.team-title span {
  color: var(--bs-primary);
  position: relative;
}

.team-title span::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 6px;
  background: rgba(142, 5, 145, 0.2);
  z-index: -1;
  border-radius: 3px;
}

.team-description {
  font-size: 1rem;
  color: var(--bs-secondary);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Main Layout */
.team-main-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 2rem;
  align-items: start;
}

/* Left Content Card */
.team-banner {
  width: 100%;
  height: 180px;
  object-fit: cover;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
}

.team-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.team-stat {
  text-align: center;
  padding: 0.75rem;
  background: rgba(142, 5, 145, 0.05);
  border-radius: 0.5rem;
}

.team-stat-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--bs-primary);
  line-height: 1;
  margin-bottom: 0.25rem;
}

.team-stat-label {
  font-size: 0.75rem;
  color: var(--bs-secondary);
  font-weight: 500;
}

.team-cta {
  background: linear-gradient(
    135deg,
    var(--bs-primary) 0%,
    var(--bs-dark) 100%
  );
  color: var(--bs-light);
  padding: 1.25rem;
  border-radius: 0.5rem;
  text-align: center;
  margin-top: 1.5rem;
}

.team-cta h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.team-cta p {
  margin-bottom: 1rem;
  opacity: 0.9;
  font-size: 0.9rem;
}

.team-cta-btn {
  background: var(--bs-light);
  color: var(--bs-primary);
  border: none;
  padding: 0.625rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}

.team-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Team Cards Grid */
.team-cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

/* Team Cards - UPDATED LAYOUT */
.team-card {
  background: var(--bs-light);
  border-radius: 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
}

.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  border-color: rgba(142, 5, 145, 0.2);
}

/* Top Section: Image + Name/Role in Flexbox */
.team-card-top {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  margin-bottom: 1rem;
}

/* Circular Image - LEFT SIDE */
.team-image-container {
  flex-shrink: 0;
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.team-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid var(--bs-primary);
  box-shadow: 0 5px 15px rgba(142, 5, 145, 0.15);
  transition: all 0.4s ease;
}

.team-card:hover .team-image {
  transform: scale(1.05);
  border-color: var(--bs-dark);
  box-shadow: 0 8px 20px rgba(142, 5, 145, 0.25);
}

/* Content Area - RIGHT SIDE */
.team-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.team-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--bs-dark);
  margin-bottom: 0.5rem;
}

.team-role {
  font-size: 0.875rem;
  color: var(--bs-primary);
  font-weight: 600;
  margin-bottom: 0.75rem;
  display: inline-block;
  padding: 0.25rem 0.875rem;
  background: rgba(142, 5, 145, 0.1);
  border-radius: 1rem;
  align-self: flex-start;
}

/* Read More Section - BELOW TOP SECTION */
.team-read-more-section {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.team-read-more,
.team-read-more1 {
  color: var(--bs-primary);
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  align-items: center;
  gap: 0.375rem;
  transition: all 0.3s ease;
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
  cursor: pointer;
  background: rgba(142, 5, 145, 0.05);
}

.team-read-more:hover {
  color: var(--bs-dark);
  background: rgba(142, 5, 145, 0.1);
}

.team-read-more[aria-expanded="true"] .team-chevron {
  transform: rotate(180deg);
}

.team-chevron {
  transition: transform 0.3s ease;
  font-size: 0.75rem;
}

/* Collapsible Content */
.collapse {
  margin-top: 0.75rem;
}

.collapse p {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--bs-secondary);
  margin-bottom: 0.75rem;
}

.team-social {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-start;
  margin-top: 0.75rem;
}

.team-social-link {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--bs-light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-primary);
  text-decoration: none;
  font-size: 0.875rem;
  border: 1px solid rgba(142, 5, 145, 0.1);
  transition: all 0.3s ease;
}

.team-social-link:hover {
  background: var(--bs-primary);
  color: var(--bs-light);
  transform: translateY(-2px);
  border-color: var(--bs-primary);
}
.team-read-more1 {
  display: inline-flex;
}
.team-read-more {
  display: none;
}
/* Responsive Design */
@media (max-width: 992px) {
  .team-main-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .team-cards-grid {
    gap: 1.25rem;
  }
}

@media (max-width: 768px) {
  .team-section {
    padding: 1.5rem 0;
  }
  .team-read-more1 {
    display: none;
  }
  .team-read-more {
    display: inline-flex;
  }
  .team-title {
    font-size: 1.75rem;
  }

  .team-card {
    padding: 1.25rem;
  }

  .team-card-top {
    gap: 1rem;
  }

  .team-image-container {
    width: 120px;
    height: 120px;
  }

  .team-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}

@media (max-width: 576px) {
  .team-title {
    font-size: 1.5rem;
  }
  .team-read-more1 {
    display: none;
  }
  .team-read-more {
    display: inline-flex;
  }
  .team-description {
    font-size: 0.9rem;
  }

  .team-card {
    padding: 1rem;
  }

  .team-card-top {
    flex-direction: row;
    align-items: center;
    text-align: center;
  }

  .team-image-container {
    width: 140px;
    height: 140px;
  }

  .team-card-content {
    width: 100%;
    align-items: center;
  }

  .team-role {
    align-self: center;
  }

  .team-read-more-section {
    text-align: center;
  }

  .team-social {
    justify-content: center;
  }

  .team-stat {
    padding: 0.5rem;
  }

  .team-stat-number {
    font-size: 1.25rem;
  }
}
/*events section*/
.events-section {
  padding: 5rem 1rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.events-container {
  max-width: 75rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 2rem;
  align-items: start;
}

.events-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.events-subtitle {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  color: var(--bs-primary);
  margin-bottom: 0.75rem;
}

.events-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--bs-dark);
  line-height: 1.2;
}

.events-description {
  font-size: 1.125rem;
  color: var(--bs-secondary);
  line-height: 1.6;
}

.events-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.events-feature {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
}

.events-feature-icon {
  width: 3rem;
  height: 3rem;
  background: var(--bs-primary);
  color: var(--bs-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.25rem;
}

.events-feature-content h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--bs-dark);
}

.events-feature-content p {
  color: var(--bs-secondary);
  line-height: 1.6;
}

.events-image {
  width: 100%;
  border-radius: 0.5rem;
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.1);
}

.events-cta {
  background: var(--bs-primary);
  color: var(--bs-light);
  padding: 1rem;
  border-radius: 1rem;
  text-align: center;
}

.events-cta h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.events-cta p {
  margin-bottom: 1.5rem;
  opacity: 0.9;
}

.events-cta-btn {
  background: var(--bs-light);
  color: var(--bs-primary);
  border: none;
  padding: 0.875rem 2rem;
  border-radius: 0.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.events-cta-btn:hover {
  transform: translateY(-0.125rem);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

/* Events Cards Grid */
.events-cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.events-card {
  background: var(--bs-light);
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  position: relative;
}

.events-card:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.12);
}

.events-card-image-container {
  position: relative;
  height: 12.5rem;
  overflow: hidden;
}

.events-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.events-card:hover .events-card-image {
  transform: scale(1.05);
}

.events-card-featured-label {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: var(--bs-primary);
  color: var(--bs-light);
  padding: 0.3rem 0.8rem;
  border-radius: 2rem;
  font-size: 0.7rem;
  font-weight: 600;
  z-index: 2;
}

.events-card-content {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 0.5rem;
}

.events-date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--bs-primary);
  font-weight: 600;
  font-size: 0.875rem;
}

.events-card-title {
  font-weight: 700;
  color: var(--bs-dark);
  line-height: 1.3;
}

/* Read More Toggle System */
.events-read-more-section {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}

.events-read-more-section.expanded {
  grid-template-rows: 1fr;
}

.events-read-more-content {
  overflow: hidden;
}

.events-card-description {
  color: var(--bs-secondary);
  line-height: 1.6;
}

.events-read-more-btn {
  background: none;
  border: none;
  color: var(--bs-primary);
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}

.events-read-more-btn:hover {
  color: #6a046d;
}

.events-read-more-btn .events-chevron {
  transition: transform 0.3s ease;
}

.events-read-more-btn.expanded .events-chevron {
  transform: rotate(180deg);
}

.events-meta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  border-top: 1px solid #e9ecef;
}

.events-location,
.events-time {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--bs-secondary);
  font-size: 0.875rem;
}

.events-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.events-price {
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--bs-primary);
}

.events-price-free {
  color: #ff6b6b;
}

.events-btn {
  background: var(--bs-primary);
  color: var(--bs-light);
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  white-space: nowrap;
}

.events-btn:hover {
  background: #6a046d;
  transform: translateY(-0.125rem);
}

.events-btn-outline {
  background: transparent;
  color: var(--bs-primary);
  border: 2px solid var(--bs-primary);
}

.events-btn-outline:hover {
  background: var(--bs-primary);
  color: var(--bs-light);
}

/* Animation */
@keyframes events-fadeIn {
  from {
    opacity: 0;
    transform: translateY(1.25rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.events-card {
  animation: events-fadeIn 0.6s ease-out;
}

/* Responsive Design */
@media (max-width: 62rem) {
  .events-container {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .events-cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 48rem) {
  .events-cards-container {
    grid-template-columns: 1fr;
  }

  .events-title {
    font-size: 2rem;
  }

  .events-actions {
    flex-direction: row;
    align-items: stretch;
    gap: 0.75rem;
  }

  .events-btn {
    justify-content: center;
  }
}

@media (max-width: 36rem) {
  .events-section {
    padding: 3rem 1rem;
  }

  .events-title {
    font-size: 1.75rem;
  }

  .events-feature {
    grid-template-columns: auto 1fr;
    text-align: start;
    gap: 0.75rem;
  }
}
/* Testimonial Section */
.testimonial-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
}

/* Layout */
.testimonial-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: center;
}

/* Left Column */
.testimonial-left {
  position: sticky;
  top: 0;
}
@media (max-width: 768px) {
  .testimonial-left {
    position: relative;
  }
}
@media (max-width: 968px) {
  .testimonial-left {
    position: relative;
  }
}

.testimonial-image-container {
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(122, 167, 122, 0.15);
  height: 500px;
  background: linear-gradient(
    135deg,
    var(--primary-green),
    var(--secondary-green)
  );
}

.testimonial-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}

.testimonial-stat {
  position: absolute;
  top: 30px;
  right: 30px;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 25px;
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.testimonial-stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--bs-primary);
  line-height: 1;
}

.testimonial-stat-text {
  font-size: 0.9rem;
  color: var(--bs-secondary);
  font-weight: 600;
}

.testimonial-headline {
  margin-bottom: 40px;
}

.testimonial-headline h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--bs-dark);
}

.testimonial-headline .heart {
  color: var(--bs-primary);
  display: inline-block;
  margin-left: 8px;
}

/* Right Column */
.testimonial-right {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.testimonial-card {
  background: white;
  border-radius: 0.3rem;
  padding: 0.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.testimonial-card-primary {
  background: var(--bs-primary);
  color: white;
}

.testimonial-rating {
  color: #ffc107;
  margin-bottom: 0.2rem;
  font-size: 1.1rem;
}
.testimonial-quote-icon-left {
  color: var(--bs-primary);
  font-size: 2rem;
  line-height: 0;
}

.testimonial-quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonial-quote {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 0.3rem;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.testimonial-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--bs-primary);
}

.testimonial-author-info h4 {
  font-weight: 600;
  margin-bottom: 5px;
}

.testimonial-author-info p {
  font-size: 0.9rem;
  opacity: 0.8;
}

.testimonial-card-primary .testimonial-author-info p {
  opacity: 0.9;
}

/* CTA Section */
.testimonial-cta {
  background: var(--bs-primary);
  border-radius: 0.3rem;
  padding: 0.5rem 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}

.testimonial-cta-text {
  font-size: 1.3rem;
  font-weight: 700;
}

.testimonial-cta-button {
  background: white;
  color: var(--bs-primary);
  border: none;
  padding: 0.5rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.testimonial-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Responsive Design */
@media (max-width: 968px) {
  .testimonial-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .testimonial-headline h2 {
    font-size: 2rem;
  }

  .testimonial-cta {
    flex-direction: row;
    text-align: center;
  }

  .testimonial-cta-text {
    font-size: 1.7rem;
  }
}

@media (max-width: 640px) {
  .testimonial-section {
    padding: 1rem 0.5rem;
  }

  .testimonial-headline h2 {
    font-size: 1.8rem;
  }

  .testimonial-card {
    padding: 25px;
  }

  .testimonial-cta-text {
    font-size: 0.7rem;
  }

  .testimonial-image-container {
    height: 350px;
  }
}

/* ===========================
   SUBSCRIBE MAIN WRAPPER
   =========================== */
.sub-wrapper {
  background: url("../img/6706198c18d758.79936972.jpg") center/cover no-repeat
    fixed;
  padding: 0rem 0rem;
  border-top: 0.3rem solid var(--bs-light);
}

/* ===========================
   SUBSCRIBE BOX
   =========================== */
.sub-section {
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  padding: 1rem;
  max-width: 1300px;
  margin: auto;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.1);
}

/* ===========================
   GRID LAYOUT
   =========================== */
.sub-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}

@media (min-width: 992px) {
  .sub-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* ===========================
   LEFT TEXT CONTENT
   =========================== */
.sub-badge {
  display: inline-flex;
  align-items: center;
  background: var(--bs-primary);
  color: var(--bs-light);
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.3rem;
}

.sub-title {
  font-size: 2.7rem;
  font-weight: 800;
  color: var(--bs-light);
  margin-bottom: 1rem;
}

.sub-text {
  font-size: 1.2rem;
  color: var(--bs-light);
  line-height: 1.6;
  max-width: 480px;
}

/* ===========================
   RIGHT FORM AREA
   =========================== */
.sub-form-box {
  align-content: center;
}

/* FORM TITLES */
.sub-form-title {
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.4rem;
  color: var(--bs-primary);
}

.sub-form-subtitle {
  text-align: center;
  margin-bottom: 1.5rem;
  color: var(--bs-light);
}

/* INLINE FORM WRAPPER */
.sub-inline-form {
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
  flex-wrap: nowrap;
}

/* INPUT */
.sub-input {
  flex: 1;
  padding: 1rem 1.2rem;
  border: 1px solid var(--bs-primary);
  border-radius: 0.9rem 0 0 0.9rem;
  background: #fff;
  font-size: 1rem;
  transition: 0.3s ease;
  min-width: 0;
}

.sub-input:focus {
  border-color: var(--bs-primary);
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(142, 5, 145, 0.15);
}

/* BUTTON */
.sub-btn {
  padding: 1rem 0.3rem;
  border-radius: 0 0.9rem 0.9rem 0;
  border: 1px solid var(--bs-primary);
  background: var(--bs-primary);
  color: var(--bs-light);
  font-weight: 600;
  font-size: 1rem;
  transition: 0.3s ease;
  white-space: nowrap;
  box-shadow: 0 0.4rem 1rem rgba(142, 5, 145, 0.25);
}

.sub-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.6rem 1.4rem rgba(142, 5, 145, 0.35);
}

.sub-form-note {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 0.8rem;
  color: var(--bs-secondary);
}

.sub-form-note a {
  color: var(--bs-primary);
  text-decoration: none;
  font-weight: 500;
}
/* RESPONSIVE */
@media (max-width: 480px) {
  .sub-btn {
    padding: 0.9rem 0.3rem;
    font-size: 0.9rem;
  }

  .sub-input {
    padding: 0.9rem 1rem;
    font-size: 0.95rem;
  }
}

/* SUCCESS MESSAGE */
.sub-success {
  display: none;
  text-align: center;
  padding: 2rem;
}

.sub-success-title {
  font-size: 1.4rem;
  font-weight: 600;
}

.sub-success-text {
  color: var(--bs-dark);
}

/* MOBILE TWEAKS */
@media (max-width: 576px) {
  .sub-title {
    font-size: 2rem;
  }
}

/* ===========================
   CTA SECTION (PARENT)
=========================== */
.cta-section {
  position: relative;
  min-height: 60vh;
  background: linear-gradient(
      135deg,
      rgba(142, 5, 145, 0.9) 0%,
      rgba(106, 4, 109, 0.85) 100%
    ),
    url("../img/6706198c18d758.79936972.jpg") center/cover fixed no-repeat;
  display: flex;
  align-items: center;
  padding: 3rem 1rem;
  color: var(--bs-light);
}

/* ===========================
   CTA - CONTAINER
=========================== */
.cta-section .cta-container {
  width: 100%;
  margin: auto;
  text-align: center;
}

/* ===========================
   BADGE
=========================== */
.cta-section .cta-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  color: var(--bs-light);
  padding: 0.5rem 1.2rem;
  border-radius: 2rem;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ===========================
   TITLES
=========================== */
.cta-section .cta-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.cta-section .cta-subtitle {
  font-size: 1.1rem;
  max-width: 500px;
  margin: 0 auto 2rem;
  opacity: 0.9;
}

/* ===========================
   GRID
=========================== */
.cta-section .cta-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 1rem;
  gap: 0.5rem;
}

/* CARD */
.cta-section .cta-card {
  /* background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);*/
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.8rem;
  padding: 0.5rem;
  transition: all 0.3s ease;
}

.cta-section .cta-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.4);
}

.cta-section .cta-card-icon {
  width: 3rem;
  height: 3rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.2rem;
}

.cta-section .cta-card-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.cta-section .cta-card-text {
  font-size: 0.9rem;
  opacity: 0.8;
  line-height: 1.5;
}

/* ===========================
   ACTION BUTTONS
=========================== */
.cta-section .cta-action-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: nowrap;
}

.cta-section .cta-btn-primary,
.cta-section .cta-btn-secondary {
  padding: 0.5rem 0.5rem;
  border: none;
  border-radius: 2rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* Primary Button */
.cta-section .cta-btn-primary {
  background: var(--bs-light);
  color: var(--bs-primary);
}
.cta-section .cta-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Secondary Button */
.cta-section .cta-btn-secondary {
  background: transparent;
  color: var(--bs-light);
  border: 2px solid var(--bs-light);
}
.cta-section .cta-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}

/* ===========================
   RESPONSIVE
=========================== */
@media (max-width: 768px) {
  .cta-section {
    min-height: 50vh;
    padding: 1rem 0.7rem;
  }

  .cta-section .cta-title {
    font-size: 1.8rem;
  }

  .cta-section .cta-subtitle {
    font-size: 1rem;
  }

  .cta-section .cta-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .cta-section .cta-action-buttons {
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
  }

  .cta-section .cta-btn-primary,
  .cta-section .cta-btn-secondary {
    width: 100%;
    max-width: 250px;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .cta-section .cta-title {
    font-size: 1.5rem;
  }
}

/* Contact Section Styles */
.contact-section {
  background: linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0.65) 100%
    ),
    url("../img/6706198c18d758.79936972.jpg") center/cover fixed no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 2rem 1rem;
  color: var(--bs-light);
}

.contact-container {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 1.5rem;
  max-width: 75rem;
  width: 100%;
  /*background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(0.625rem);*/
  border-radius: 0.3rem;
  overflow: hidden;
  box-shadow: 0 1.5625rem 3.125rem -0.75rem rgba(0, 0, 0, 0.15);
}

/* Contact Info Section */
.contact-info {
  background: var(--bs-primary);
  color: white;
  padding: 2.5rem 2rem;
  position: relative;
  overflow: hidden;
}

.contact-info::before {
  content: "";
  position: absolute;
  top: -3.125rem;
  right: -3.125rem;
  width: 12.5rem;
  height: 12.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.contact-info::after {
  content: "";
  position: absolute;
  bottom: -5rem;
  left: -5rem;
  width: 15.625rem;
  height: 15.625rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}

.contact-subtitle {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  color: var(--bs-light);
  padding: 0.5rem 1.2rem;
  border-radius: 2rem;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  line-height: 1.2;
}

.contact-description {
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
  opacity: 0.9;
  max-width: 90%;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
  margin-bottom: 3.125rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.9375rem;
}

.contact-icon {
  width: 3.125rem;
  height: 3.125rem;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.contact-text h3 {
  font-size: 1.2rem;
  margin-bottom: 0.3125rem;
}

.contact-text p {
  opacity: 0.9;
}

.contact-social-links {
  display: flex;
  gap: 0.9375rem;
}

.contact-social-link {
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: var(--bs-light);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.contact-social-link:hover {
  background: var(--bs-light);
  color: var(--bs-primary);
  transform: translateY(-0.1875rem);
}

/* Contact Form Section */
.contact-form-container {
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-form-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.875rem;
  color: var(--bs-light);
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.contact-form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9375rem;
}

.contact-form-label {
  font-weight: 600;
  color: var(--bs-light);
  font-size: 0.95rem;
}

.contact-form-control {
  padding: 0.9375rem 1.25rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.15);
  border-radius: 0.75rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.08);
  color: var(--bs-light);
}

.contact-form-control::placeholder {
  color: var(--bs-light);
  opacity: 0.7;
}

.contact-form-control:focus {
  outline: none;
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 0.1875rem rgba(99, 102, 241, 0.1);
}

textarea.contact-form-control {
  min-height: 8.75rem;
  resize: vertical;
}

.contact-submit-btn {
  background: var(--bs-primary);
  color: white;
  border: none;
  padding: 1rem 1.875rem;
  border-radius: 0.75rem;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 0.625rem;
}

.contact-submit-btn:hover {
  transform: translateY(-0.1875rem);
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.2);
}

.contact-submit-btn:active {
  transform: translateY(-0.0625rem);
}

/* Success Message */
.contact-success-message {
  display: none;
  background: var(--bs-secondary);
  color: white;
  padding: 0.9375rem 1.25rem;
  border-radius: 0.75rem;
  margin-bottom: 1.25rem;
  text-align: center;
  font-weight: 600;
}

/* Animation */
@keyframes contact-fadeIn {
  from {
    opacity: 0;
    transform: translateY(1.25rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.contact-info,
.contact-form-container {
  animation: contact-fadeIn 0.8s ease-out;
}

/* Responsive Design */
@media (max-width: 62rem) {
  .contact-container {
    grid-template-columns: 1fr;
    max-width: 45rem;
  }

  .contact-info {
    padding: 2rem 1.5rem;
  }

  .contact-form-container {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 48rem) {
  .contact-form-row {
    grid-template-columns: 1fr;
  }

  .contact-title {
    font-size: 1.75rem;
  }

  .contact-info,
  .contact-form-container {
    padding: 1.5rem 1.25rem;
  }

  .contact-details {
    gap: 1.25rem;
  }
}

@media (max-width: 36rem) {
  .contact-section {
    padding: 1rem 0.5rem;
  }

  .contact-title {
    font-size: 1.5rem;
  }

  .contact-form-title {
    font-size: 1.5rem;
  }

  .contact-info,
  .contact-form-container {
    padding: 1.25rem 1rem;
  }
}

/* Join Us Modal style*/

/* Modal Styles */
.joinus-modal .modal-content {
  border-radius: 2px;
  border: none;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.joinus-modal .modal-header {
  background: linear-gradient(
    135deg,
    var(--bs-primary) 0%,
    var(--bs-primary) 100%
  );
  color: var(--bs-light);
  border-bottom: none;
  padding: 2rem 2rem 1rem;
  position: relative;
}

.joinus-modal .modal-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
}

.joinus-modal-title {
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.joinus-modal-subtitle {
  font-size: 1rem;
  opacity: 0.9;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

.joinus-modal .btn-close {
  filter: invert(1);
  opacity: 0.8;
  position: relative;
  z-index: 2;
}

.joinus-modal .btn-close:hover {
  opacity: 1;
}

.joinus-modal .modal-body {
  padding: 2rem;
}

.joinus-form-label {
  font-weight: 600;
  color: var(--bs-dark);
  margin-bottom: 0.5rem;
  display: block;
}

.joinus-form-control,
.joinus-form-select {
  border: 2px solid var(--bs-secondary);
  border-radius: 12px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  width: 100%;
}

.joinus-form-control:focus,
.joinus-form-select:focus {
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 0.2rem rgba(142, 5, 145, 0.1);
  outline: none;
}

.joinus-input-group {
  position: relative;
  display: flex;
  align-items: center;
}

.joinus-input-icon {
  position: absolute;
  left: 1rem;
  color: var(--bs-secondary);
  z-index: 3;
}

.joinus-input-with-icon {
  padding-left: 3rem !important;
}

.joinus-textarea {
  min-height: 120px;
  resize: vertical;
}

/* Side-by-side form layout */
.joinus-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.joinus-form-full-width {
  grid-column: 1 / -1;
}

/* Custom Select with Icon */
.joinus-select-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}

.joinus-select-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--bs-primary);
  pointer-events: none;
  z-index: 2;
}

.joinus-form-select {
  appearance: none;
  background: var(--bs-light);
  cursor: pointer;
  padding-right: 3rem;
}

/* Role Selection with Enhanced Select */
.joinus-role-select-wrapper {
  position: relative;
}

.joinus-role-select-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--bs-primary);
  z-index: 3;
}

.joinus-role-select {
  padding-left: 3rem !important;
  background-color: rgba(142, 5, 145, 0.05);
  border-color: var(--bs-primary);
  font-weight: 600;
}

.joinus-role-select option {
  padding: 0.5rem;
  display: flex;
  align-items: center;
}

.joinus-role-select option::before {
  content: "•";
  color: var(--bs-primary);
  margin-right: 0.5rem;
}

.joinus-modal .modal-footer {
  border-top: none;
  padding: 1.5rem 2rem 2rem;
  background: var(--bs-light);
}

.joinus-submit-btn {
  background: var(--bs-primary);
  color: var(--bs-light);
  border: none;
  padding: 1rem 2rem;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  width: 100%;
  cursor: pointer;
}

.joinus-submit-btn:hover {
  background: var(--bs-primary);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(142, 5, 145, 0.3);
}

.joinus-submit-btn:active {
  transform: translateY(0);
}

/* Success Modal */
.joinus-success-modal .modal-content {
  border-radius: 20px;
  text-align: center;
  padding: 2rem;
}

.joinus-success-icon {
  width: 80px;
  height: 80px;
  background: var(--bs-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-light);
  font-size: 2rem;
  margin: 0 auto 1.5rem;
}

/* Role Description Box */
.joinus-role-description {
  background: rgba(142, 5, 145, 0.05);
  border: 1px solid rgba(142, 5, 145, 0.2);
  border-radius: 12px;
  padding: 1rem 1.5rem;
  margin-top: 0.5rem;
  display: none;
}

.joinus-role-description.active {
  display: block;
  animation: joinus-fadeIn 0.3s ease;
}

.joinus-role-description-title {
  font-weight: 600;
  color: var(--bs-primary);
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.joinus-role-description-text {
  color: var(--bs-secondary);
  font-size: 0.85rem;
  line-height: 1.4;
  margin: 0;
}

/* Animation */
@keyframes joinus-fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.joinus-modal .modal-content {
  animation: joinus-fadeIn 0.3s ease;
}

/* Responsive Design */
@media (max-width: 768px) {
  .joinus-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .joinus-modal .modal-header {
    padding: 1.5rem 1.5rem 1rem;
  }

  .joinus-modal .modal-body {
    padding: 1.5rem;
  }

  .joinus-modal .modal-footer {
    padding: 1rem 1.5rem 1.5rem;
  }
}

/*donation styles*/
.donation-container {
  max-width: 1400px;
  margin: 1rem auto;
}

/* Header */

.donation-header {
  text-align: center;
  margin-bottom: 3rem;
}

.donation-subtitle {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  color: var(--bs-primary);
  margin-bottom: 0.75rem;
}

.donation-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--bs-dark);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.donation-description {
  font-size: 1.125rem;
  color: var(--bs-secondary);
  max-width: 43.75rem;
  margin: 0 auto;
  line-height: 1.6;
}

/* Main Layout */
.donation-main {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

/* Vertical Tabs */
.donation-tabs-vertical {
  position: sticky;
  top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 260px;
  background: var(--bs-light);
  box-shadow: var(--bs-shadow);
  overflow: hidden;
  height: auto;
}

.donation-tab-vertical-btn {
  padding: 1rem 1.2rem;
  background: transparent;
  border: none;
  border-left: 4px solid transparent;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--bs-secondary);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
}

.donation-tab-vertical-btn:last-child {
  border-bottom: none;
}

.donation-tab-vertical-btn:hover {
  background-color: rgba(142, 5, 145, 0.05);
  color: var(--bs-primary);
}

.donation-tab-vertical-btn.active {
  color: var(--bs-primary);
  border-left-color: var(--bs-primary);
  background-color: rgba(142, 5, 145, 0.08);
}

.donation-tab-vertical-btn .donation-tab-badge {
  margin-left: auto;
  background: rgba(142, 5, 145, 0.1);
  color: var(--bs-primary);
  padding: 0.15rem 0.5rem;
  border-radius: 15px;
  font-size: 0.7rem;
  font-weight: 600;
}

.donation-tab-vertical-btn .donation-tab-badge.popular {
  background: #28a745;
  color: white;
}

.donation-tab-vertical-btn .donation-tab-badge.international {
  background: #00a896;
  color: white;
}

/* Payment Method Display Area - Full Width */
.donation-payment-method-display {
  flex: 1;
  background: var(--bs-light);
  box-shadow: var(--bs-shadow);
  padding: 1.5rem;
  min-height: 350px;
  display: none;
}

.donation-payment-method-display.active {
  display: block;
  animation: donation-fadeIn 0.4s ease;
}

.donation-payment-method-title {
  color: var(--bs-primary);
  margin-bottom: 1.2rem;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.donation-payment-method-banner {
  background: linear-gradient(135deg, rgba(142, 5, 145, 0.1), white);
  border-radius: 8px;
  padding: 1.2rem;
  margin-bottom: 1.2rem;
  border: 1px solid rgba(142, 5, 145, 0.1);
}

.donation-payment-method-icon {
  font-size: 2.5rem;
  color: var(--bs-primary);
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.donation-payment-method-banner h3 {
  color: var(--bs-primary);
  margin-bottom: 0.4rem;
  font-size: 1.2rem;
}

.donation-payment-method-banner p {
  color: var(--bs-secondary);
  margin-bottom: 0.8rem;
  font-size: 0.9rem;
}

.donation-payment-details {
  margin-bottom: 1.2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.donation-payment-detail-item {
  background: #f8f9fa;
  border-radius: 6px;
  padding: 1rem;
  margin-bottom: 0.8rem;
}

.donation-payment-detail-label {
  font-weight: 600;
  color: var(--bs-secondary);
  margin-bottom: 0.3rem;
  font-size: 0.9rem;
}

.donation-payment-detail-value {
  font-size: 1rem;
  font-weight: 700;
  color: var(--bs-primary);
  word-break: break-all;
  font-size: 0.95rem;
}

.donation-copy-btn {
  background-color: rgba(142, 5, 145, 0.1);
  color: var(--bs-primary);
  border: 1px solid var(--bs-primary);
  padding: 0.4rem 0.8rem;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.4rem;
  font-size: 0.85rem;
}

.donation-copy-btn:hover {
  background-color: var(--bs-primary);
  color: white;
}

.donation-payment-action-btn {
  background: linear-gradient(135deg, #00a896, #008a7a);
  color: white;
  border: none;
  padding: 0.8rem 1.2rem;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  margin-top: 0.8rem;
  font-size: 0.95rem;
}

.donation-payment-action-btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--bs-shadow-hover);
}

/* Compact Donation Form */
.donation-form-container {
  background: var(--bs-light);
  border-radius: 10px;
  box-shadow: var(--bs-shadow);
  padding: 1.5rem;
  margin-top: 1.5rem;
  width: 100%;
}

.donation-form-title {
  color: var(--bs-primary);
  margin-bottom: 1.2rem;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid rgba(142, 5, 145, 0.1);
  font-size: 1.3rem;
}

.donation-form-group {
  margin-bottom: 1rem;
}

.donation-form-label {
  display: block;
  margin-bottom: 0.3rem;
  font-weight: 600;
  color: var(--bs-secondary);
  font-size: 0.9rem;
}

.donation-form-input {
  width: 100%;
  padding: 0.8rem;
  border: 2px solid var(--bs-border);
  border-radius: 6px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.donation-form-input:focus {
  outline: none;
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 3px rgba(142, 5, 145, 0.1);
}

.donation-form-select {
  width: 100%;
  padding: 0.8rem;
  border: 2px solid var(--bs-border);
  border-radius: 6px;
  font-size: 0.9rem;
  background-color: var(--bs-light);
  cursor: pointer;
  transition: all 0.3s ease;
}

.donation-form-select:focus {
  outline: none;
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 3px rgba(142, 5, 145, 0.1);
}

.donation-btn {
  background: linear-gradient(135deg, var(--bs-primary), #6d046f);
  color: white;
  border: none;
  padding: 0.9rem 1.5rem;
  border-radius: 6px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 0.8rem;
}

.donation-btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--bs-shadow-hover);
}

/* Compact Impact Section */

.impact-section {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../img/6706198c18d758.79936972.jpg") center/cover fixed;
  padding: 3rem 1.5rem;
  color: var(--bs-light);
  margin-top: 1.5rem;
}

.impact-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}

.impact-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

/* Card */
.impact-card {
  padding: 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%; /* keeps equal height */
}

.impact-card:hover {
  transform: translateY(-0.3rem);
  background: rgba(255, 255, 255, 0.18);
}

.impact-card-icon {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  color: var(--bs-primary);
}

.impact-card-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.impact-card-description {
  line-height: 1.55;
  opacity: 0.9;
}

/* Tablets */
@media (max-width: 992px) {
  .impact-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .impact-section {
    padding: 2rem 1rem;
  }

  .impact-cards {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .impact-card {
    padding: 1.2rem;
  }
}

/* Responsive Design - MOBILE FIRST */
@media (max-width: 768px) {
  /* Mobile layout: 40% tabs, 60% display */
  .donation-main {
    flex-direction: row;
  }
  .donation-payment-details {
    margin-bottom: 1.2rem;
    flex-direction: column;
  }
  .donation-tabs-vertical {
    width: 100%;
    flex-direction: row;
    overflow-x: auto;
    padding: 0.4rem;
    flex-wrap: nowrap;
  }

  .donation-tab-vertical-btn {
    flex: 0 0 auto;
    border-left: none;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
    padding: 0.8rem;
    font-size: 0.85rem;
    min-width: 100px;
  }

  .donation-tab-vertical-btn.active {
    border-left: none;
    border-bottom-color: var(--bs-primary);
  }

  .donation-tab-vertical-btn .donation-tab-badge {
    display: none;
  }

  .donation-payment-method-display {
    min-height: 300px;
    padding: 1.2rem;
  }

  .donation-payment-method-title {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }

  .donation-payment-method-banner {
    padding: 1rem;
  }

  .donation-payment-method-icon {
    font-size: 2rem;
  }

  .donation-payment-method-banner h3 {
    font-size: 1.1rem;
  }

  .donation-payment-detail-item {
    padding: 0.8rem;
  }

  /* Compact form for mobile */
  .donation-form-container {
    padding: 1.2rem;
  }

  .donation-form-title {
    font-size: 1.1rem;
  }

  .donation-form-input,
  .donation-form-select {
    padding: 0.7rem;
    font-size: 0.85rem;
  }

  .donation-btn {
    padding: 0.8rem;
    font-size: 0.9rem;
  }

  /* Stack form fields vertically on mobile */
  .donation-form-container .row > div {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .donations-help-grid {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .donation-use-card {
    padding: 0.8rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  /* Tablet layout */
  .donation-tabs-vertical {
    width: 220px;
    height: auto;
  }

  .donation-tab-vertical-btn {
    padding: 0.9rem 1rem;
    font-size: 0.9rem;
  }

  .donation-payment-method-display {
    padding: 1.2rem;
  }

  .donation-form-container {
    padding: 1.5rem;
  }
}

@media (max-width: 576px) {
  /* Small mobile screens */
  /*body {
    padding: 0.5rem;
  }*/

  .donation-header {
    padding: 0.8rem;
    margin-bottom: 1rem;
  }

  .donation-header h1 {
    font-size: 1.6rem;
  }

  .donation-header p {
    font-size: 0.9rem;
  }

  .donation-main {
    gap: 0;
  }

  /* Mobile tabs layout: 40% width */
  .donation-tabs-vertical {
    flex-direction: column;
    width: 35%;
    height: auto;
  }

  .donation-tab-vertical-btn {
    width: 100%;
    border-left: 4px solid transparent;
    border-bottom: 1px solid #f0f0f0;
    padding: 0.7rem 0.8rem;
    font-size: 0.8rem;
  }

  .donation-tab-vertical-btn.active {
    border-left-color: var(--bs-primary);
    border-bottom: 1px solid #f0f0f0;
  }

  /* Payment display: 60% width */
  .donation-payment-method-display {
    width: 60%;
    padding: 1rem;
    min-height: auto;
  }

  .donation-payment-method-title {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }

  .donation-payment-method-banner {
    padding: 0.8rem;
    margin-bottom: 0.8rem;
  }

  .donation-payment-method-icon {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .donation-payment-method-banner h3 {
    font-size: 1rem;
  }

  .donation-payment-detail-item {
    padding: 0.6rem;
    margin-bottom: 0.6rem;
  }

  .donation-payment-detail-label {
    font-size: 0.8rem;
  }

  .donation-payment-detail-value {
    font-size: 0.85rem;
  }

  .donation-copy-btn {
    padding: 0.3rem 0.6rem;
    font-size: 0.75rem;
  }

  .donation-payment-action-btn {
    padding: 0.6rem 0.8rem;
    font-size: 0.85rem;
  }

  /* Ultra-compact form for small screens */
  .donation-form-container {
    padding: 1rem;
    margin-top: 1rem;
  }

  .donation-form-title {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }

  .donation-form-group {
    margin-bottom: 0.7rem;
  }

  .donation-form-label {
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
  }

  .donation-form-input,
  .donation-form-select {
    padding: 0.6rem;
    font-size: 0.8rem;
  }

  .donation-btn {
    padding: 0.7rem;
    font-size: 0.85rem;
  }

  /* Reduce spacing in form rows */
  .donation-form-container .row {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
  }

  .donation-form-container .row > div {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }

  /* Hide checkboxes labels on very small screens */
  .form-check-label {
    font-size: 0.75rem;
  }

  .donation-footer {
    padding: 1rem;
    font-size: 0.7rem;
  }
}

/* Animations */
@keyframes donation-fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Utility Classes */
.donation-hidden {
  display: none;
}
.donation-alert {
  padding: 0.8rem;
  border-radius: 6px;
  margin-bottom: 0.8rem;
  font-size: 0.85rem;
}
.donation-alert-success {
  background-color: #d4edda;
  color: #155724;
  border-color: #c3e6cb;
}
.donation-alert-info {
  background-color: #d1ecf1;
  color: #0c5460;
  border-color: #bee5eb;
}

/* Compact form layout */
.donation-compact-form .form-group {
  margin-bottom: 0.5rem;
}

/* Amount presets styling */
.donation-amount-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.5rem;
}

.donation-amount-preset-btn {
  padding: 0.3rem 0.6rem;
  border: 1px solid var(--bs-primary);
  background: var(--bs-light);
  color: var(--bs-primary);
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.8rem;
  transition: all 0.3s ease;
}

.donation-amount-preset-btn:hover {
  background: rgba(142, 5, 145, 0.1);
}

.donation-amount-preset-btn.active {
  background: var(--bs-primary);
  color: white;
}

/* Maintenance Page Styles */

.main-maintenance-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.maintenance-container {
  max-width: 600px;
  width: 100%;
  padding: 3rem 2rem;
  text-align: center;
  background: var(--bs-light);
  position: relative;
  overflow: hidden;
}

.maintenance-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
}

.maintenance-icon {
  font-size: 5rem;
  color: var(--bs-primary);
  margin-bottom: 1.5rem;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.maintenance-title {
  font-size: 2.5rem;
  color: var(--bs-primary);
  margin: 0 0 1rem 0;
  font-weight: 700;
  line-height: 1.2;
}

.maintenance-description {
  font-size: 1.2rem;
  color: var(--bs-text-light);
  margin-bottom: 2.5rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.maintenance-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: nowrap;
}

.maintenance-button {
  padding: 1rem 2rem;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
  font-size: 1rem;
  flex: 1;
  max-width: 200px;
  justify-content: center;
}

.maintenance-button-primary {
  background: var(--bs-primary);
  color: var(--bs-light);
  box-shadow: 0 4px 15px rgba(142, 5, 145, 0.3);
}

.maintenance-button-primary:hover {
  background: var(--bs-primary);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(142, 5, 145, 0.4);
}

.maintenance-button-secondary {
  background: transparent;
  color: var(--bs-primary);
  border: 2px solid var(--bs-primary);
}

.maintenance-button-secondary:hover {
  background: var(--bs-primary);
  color: var(--bs-light);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(142, 5, 145, 0.3);
}

.maintenance-social {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.maintenance-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--bs-light);
  color: var(--bs-primary);
  border: solid 1px var(--bs-primary);
  font-size: 1.3rem;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.maintenance-social-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--bs-primary), var(--bs-secondary));
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 50%;
}

.maintenance-social-link:hover::before {
  opacity: 1;
}

.maintenance-social-link:hover {
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 8px 25px rgba(142, 5, 145, 0.3);
  color: var(--white);
}

.maintenance-social-link i {
  position: relative;
  z-index: 2;
}

.maintenance-progress {
  margin: 2rem 0;
}

.maintenance-progress-bar {
  height: 6px;
  background: var(--bs-light);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.maintenance-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--bs-primary), var(--bs-primary));
  border-radius: 3px;
  width: 65%;
  animation: progress 2s ease-in-out infinite;
}

@keyframes progress {
  0%,
  100% {
    transform: translateX(-10%);
  }
  50% {
    transform: translateX(100%);
  }
}

.maintenance-progress-text {
  font-size: 0.9rem;
  color: var(--text-light);
}

/* Responsive Design */
@media (max-width: 768px) {
  .maintenance-container {
    padding: 2.5rem 1.5rem;
  }

  .maintenance-title {
    font-size: 2rem;
  }

  .maintenance-description {
    font-size: 1.1rem;
  }

  .maintenance-buttons {
    gap: 0.75rem;
  }

  .maintenance-button {
    padding: 0.875rem 1.5rem;
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .maintenance-container {
    padding: 2rem 1rem;
  }

  .maintenance-title {
    font-size: 1.75rem;
  }

  .maintenance-description {
    font-size: 1rem;
  }

  .maintenance-buttons {
    flex-direction: row;
    gap: 0.5rem;
  }

  .maintenance-button {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    max-width: none;
  }

  .maintenance-social {
    gap: 1rem;
  }

  .maintenance-social-link {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
  }
}

@media (max-width: 360px) {
  .maintenance-buttons {
    flex-wrap: wrap;
  }

  .maintenance-button {
    flex: 1 1 100%;
    max-width: none;
    margin-bottom: 0.5rem;
  }
}

/*===========================
   GALLERY STYLES
============================*/

.gallery-header {
  background: linear-gradient(135deg, var(--bs-primary) 0%, #6a046d 100%);
  color: var(--bs-light);
  padding: 2rem 0;
  text-align: center;
}

.gallery-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.gallery-subtitle {
  font-size: 1.1rem;
  opacity: 0.9;
}

.gallery-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 2rem;
}

/* Sidebar Categories */
.gallery-sidebar {
  background: var(--bs-light);
  padding: 0.5rem;
  box-shadow: var(--bs-shadow);
  height: fit-content;
  position: sticky;
  top: 2rem;
}

.gallery-sidebar-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--bs-primary);
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--bs-primary);
}

.gallery-category-list {
  list-style: none;
  padding: 0;
}

.gallery-category-item {
  margin-bottom: 0.75rem;
}

.gallery-category-btn {
  width: 100%;
  background: transparent;
  border: 2px solid transparent;
  padding: 0.5rem 0.3rem;
  border-radius: 10px;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  color: var(--bs-dark);
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.gallery-category-btn:hover,
.gallery-category-btn.active {
  background: var(--bs-primary);
  color: var(--bs-light);
  border-color: var(--bs-primary);
  transform: translateX(5px);
}

.gallery-category-icon {
  width: 24px;
  text-align: center;
}

.gallery-category-count {
  margin-left: auto;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.25rem 0.5rem;
  border-radius: 15px;
  font-size: 0.8rem;
}

/* Gallery Grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.gallery-item {
  position: relative;
  border-radius: 0.3rem;
  overflow: hidden;
  box-shadow: var(--bs-shadow);
  transition: all 0.3s ease;
  aspect-ratio: 1;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--bs-shadow-hover);
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-image {
  transform: scale(1.1);
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    transparent 40%,
    rgba(0, 0, 0, 0.8) 100%
  );
  color: var(--bs-light);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transition: all 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-item-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.gallery-item-date {
  font-size: 0.9rem;
  opacity: 0.8;
  margin-bottom: 1rem;
}

.gallery-expand-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  background: var(--bs-primary);
  color: var(--bs-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  transform: scale(0.8);
}

.gallery-item:hover .gallery-expand-btn {
  transform: scale(1);
}

.gallery-expand-btn:hover {
  background: #ffd700;
  color: var(--bs-dark);
}

/* GLightbox Customization */

.gclose {
  background: var(--bs-primary) !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  top: 20px !important;
  right: 20px !important;
}

.gclose:hover {
  background: #ffd700 !important;
}

.gnext,
.gprev {
  background: var(--bs-primary) !important;
  border-radius: 50% !important;
  width: 50px !important;
  height: 50px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.gnext:hover,
.gprev:hover {
  background: #ffd700 !important;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .gallery-container {
    grid-template-columns: 1fr 1.5fr;
    gap: 1.5rem;
  }

  .gallery-sidebar {
    z-index: 1000;
  }

  .gallery-category-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.5rem;
  }

  .gallery-category-btn {
    text-align: center;
    justify-content: center;
    font-size: 0.8rem;
  }

  .gallery-category-btn:hover,
  .gallery-category-btn.active {
    transform: translateY(-2px);
  }
}

@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .gallery-header {
    padding: 1.5rem 0;
  }

  .gallery-title {
    font-size: 2rem;
  }

  .gallery-container {
    padding: 1rem;
  }

  .gallery-overlay {
    padding: 1rem;
    opacity: 1;
    background: linear-gradient(
      to bottom,
      transparent 20%,
      rgba(0, 0, 0, 0.8) 100%
    );
  }

  .gallery-item-title {
    font-size: 1rem;
  }

  .gallery-item-date {
    font-size: 0.8rem;
  }

  /* Mobile lightbox adjustments */
  .gslide-image img {
    max-width: 98vw !important;
    max-height: 98vh !important;
  }

  .gslide-description {
    padding: 1rem !important;
    margin: 10px auto !important;
    max-width: 90% !important;
  }
}

@media (max-width: 480px) {
  .gallery-sidebar {
    top: 7rem;
  }
  .gallery-grid {
    gap: 0.5rem;
  }

  .gallery-category-list {
    grid-template-columns: 1fr;
  }

  .gallery-title {
    font-size: 1.75rem;
  }

  .gallery-subtitle {
    font-size: 1rem;
  }
}

/* Loading Animation */
.gallery-item {
  animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Filter Animation */
.gallery-item {
  transition: all 0.3s ease;
}

.gallery-item.hidden {
  display: none;
}

/*GALLERY END=======================*/

/* ===========================
   FOOTER STYLES
      /* MAIN FOOTER WRAPPER */
.footer-modern-footer {
  background: var(--bs-primary);
  color: var(--footer-text);
  margin-top: auto;
}

/* TOP SECTION */
.footer-top {
  padding: 0;
  border-bottom: 0.2rem solid rgba(255, 255, 255, 0.1);
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0rem;
}

/* NAVIGATION LINKS */
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 1rem 0;
  justify-content: center;
  margin-bottom: 0.3rem;
}

.footer-nav a {
  color: var(--bs-light);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  opacity: 0.85;
  transition: all 0.3s ease;
  position: relative;
}

.footer-nav a:hover {
  opacity: 1;
}

.footer-nav a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1.5px;
  background: var(--bs-primary);
  transition: width 0.3s ease;
}

.footer-nav a:hover::after {
  width: 100%;
}

/* SEPARATOR */
.footer-separator {
  height: 1px;
  background: var(--bs-light);
  margin-bottom: 1.5rem;
  width: 100%;
}

/* NEWSLETTER */
.footer-newsletter-section {
  background: linear-gradient(
    135deg,
    rgba(142, 5, 145, 0.08),
    rgba(142, 5, 145, 0.03)
  );
  border-radius: 1rem;
  padding: 1rem;
  margin-top: 0.1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-newsletter-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.footer-newsletter-text h4 {
  color: var(--bs-light);
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
  font-weight: 700;
}

.footer-newsletter-text p {
  font-size: 1rem;
  opacity: 0.85;
  color: var(--bs-light);
}

/* FORM */
.footer-newsletter-form {
  display: flex;
  flex: 1;
  max-width: 400px;
}

.footer-newsletter-input {
  flex: 1;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.5rem 0 0 0.5rem;
  background: rgba(255, 255, 255, 0.08);
  color: var(--bs-light);
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.footer-newsletter-input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.18);
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 2px var(--bs-primary);
}

.footer-newsletter-btn {
  padding: 0.8rem 1.5rem;
  background: linear-gradient(135deg, var(--bs-primary), #6d046f);
  color: white;
  border: none;
  border-radius: 0 0.5rem 0.5rem 0;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  letter-spacing: 0.5px;
}

.footer-newsletter-btn:hover {
  background: #7a047a;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(142, 5, 145, 0.4);
}

/* FOOTER BOTTOM */
.footer-bottom {
  padding: 1.5rem 0;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.footer-copyright,
.footer-developer {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
}

.footer-developer a {
  color: var(--bs-light);
  text-decoration: none;
  font-weight: 600;
}

.footer-developer a:hover {
  color: var(--footer-hover);
  text-decoration: underline;
}

/* SOCIAL LINKS */
.footer-social-links {
  display: flex;
  gap: 1rem;
}

.footer-social-link {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.footer-social-link:hover {
  background: var(--bs-light);
  color: var(--bs-primary);
  transform: translateY(-4px);
  box-shadow: 0 4px 14px rgba(142, 5, 145, 0.4);
}

.footer-social-link i {
  position: relative;
  z-index: 2;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .footer-nav {
    gap: 1rem;
  }

  .footer-newsletter-content {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }

  .footer-newsletter-form {
    width: 100%;
  }

  .footer-bottom-content {
    flex-direction: column;
    text-align: center;
  }

  .footer-social-links {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .footer-nav {
    flex-direction: row;
    gap: 0.75rem;
  }
}
