header {
  padding: 1rem 0;
}

.nav-link {
  font-size: 1rem;
  font-weight: 500;
  text-transform: capitalize;
  transition: 0.3s;
}

.nav-link:hover {
  color: var(--primary-color);
}

/* === HERO === */
.hero-section {
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  position: relative;
  margin-top: -55px !important; /* Adjust this value to move the hero section up */
  /* padding-top: 8rem;
  padding-bottom: 8rem; */
  color: #fff; /* Force all text to white by default */
}

.hero-section h1 {
  font-size: 30px;
  line-height: 1.2;
}

.hero-section p {
  font-size: 1.25rem;
}

.hero-section .text-center h4 {
  font-size: 2rem;
  font-weight: 700;
}

.hero-section .text-center p {
  font-size: 1rem;
}

.hero-sub {
  color: #87cd6e;
    font-size: 35px;

  /* color: #125221;  */
  /* text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000; */  
}

/* === BUTTONS === */
.btn-success,
.btn-outline-dark {
  padding: 12px 30px;
  font-size: 1rem;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}

.btn-success:hover,
.btn-outline-dark:hover {
  transform: translateY(-3px);
}

/* === CATEGORY SECTION === */
.wrapper h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.img-fluid.rounded-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #c8e6c9;
  transition: 0.3s ease-in-out;
  display: block;
  margin: 0 auto;
}

.img-fluid.rounded-circle:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* === STATS (14k+, 50k+) === */
.hero-section .text-center h4 {
  font-size: 2rem;
  font-weight: 700;
  /* color: #2e7d32; */
}

.hero-section .text-center p {
  font-size: 1rem;
  /* color: #666; */
  color: #ffffff;
}

#navbar {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: transform 0.3s ease-in-out;
  background: #fff; /* Optional: solid white navbar */
}

.margin-left {
  margin-left: 95px !important;
}

/* .menu-right {
  margin-right: 95px !important;
} */

/* === FOOTER === */

.extra-padding {
  padding-left: 200px !important;
}

/* sweet alert */
.swal2-container {
  z-index: 9999 !important;
}
