:root {
  --theme-color: #85bf18;
  --theme-shade-color: #99ef68;
  --theme-color-2: #ffe175;
  --theme-color-3: #004540;
  --title-color: #15161c;
  --body-color: #868681;
  --gray-color: #383838;
  --warning-color: #ffb539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --light-color: #f5f5f5;
  --dark-color: #15161c;
  --white-color: #fff;
  --black-color: #000;
  --hr-color: #000;
  --outfit-font: "Outfit", sans-serif;
  --dm-sans-font: "DM Sans", sans-serif;
  --albert-sans-font: "Albert Sans", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --body-fz: 16px;
}

.logo-Meghdoot {
  width: 200px !important;
}

.logo-ekrishi {
  width: 100px !important;

  img {
    width: 100%;
  }
}

.logo-wrap-2 {
  height: 75px !important;
  padding: 0px 20px !important;
  background-color: var(--light-color) !important;
}

/* CARD */
.glass-card {
  position: relative;
  height: 420px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
  transition: all 0.4s ease;
}

.glass-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* HOVER EFFECT */
.glass-card:hover {
  transform: translateY(-10px);
}

.header-bar-3 {
  height: 75px !important;
}

/* BADGE */
.card-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 8px 14px;
  border-radius: 30px;
  font-size: 13px;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
}

/* GLASS CONTENT */
.glass-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  padding: 22px;
  border-radius: 20px;
  color: #fff;

  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* TEXT */
.glass-content h4 {
  font-size: 20px;
  margin-bottom: 8px;
}

.glass-content h4.accent {
  color: #ffd66b;
}

.glass-content p {
  font-size: 14px;
  opacity: 0.85;
}

/* BUTTON (HIDDEN BY DEFAULT) */
.glass-btn {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 40px;
  background: #ffd66b;
  color: #000;
  font-size: 14px;
  text-decoration: none;

  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: all 0.35s ease;
}

/* BUTTON APPEARS ON HOVER */
.glass-card:hover .glass-btn {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* BUTTON ICON */
.glass-btn span {
  width: 28px;
  height: 28px;
  background: #0b5c4b;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.camp-par {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 20px;
}

.camp-1 {
  width: 300px !important;
  height: 300px !important;
  background-color: #00000030 !important;

  h3 {
    font-size: 20px !important;

    a {
      color: #ffd66b !important;
    }
  }

  p {
    font-size: 14px !important;
    line-height: 16px !important;
    color: aliceblue;
  }

  .content-top {
    padding: 10px !important;
  }
}

@media screen and (max-width: 1200px) {
  .camp-par {
    flex-wrap: wrap;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-content-1 .title h1 {
    font-size: 56px;
    line-height: 1.1;
  }
}

@media (min-width: 100px) and (max-width: 1200px) {
  .hero-content-1 .title h1 {
    font-size: 48px;
    line-height: 1.1;
  }
}

/* .purecounter {
  font-size: 22px !important;
} */
.achievement h2 {
  font-size: 30px !important;
}

.achievement p {
  font-size: 16px !important;
}

.camping-card-1 .content {
  height: 180px !important;
}

.camping-card-1 .content .text p {
  font-size: 14px !important;
  line-height: 18px;
}

.camping-card-1 .content .title h3 {
  font-size: 18px;
  line-height: 28px;
}

.common-title h3 {
  color: #063c3c !important;
  font-size: 32px !important;
}

.footer-logo {
  img {
    width: 250px !important;
  }

  p {
    font-size: 14px !important;
    font-style: italic;
    color: #e2e2e2;
  }
}

.Login-btn {
  background-color: #ffffff !important;
}

.scrolled {
  .header-bottom-layout-2 {
    z-index: 999 !important;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }

  .header-bottom-layout-2 {
    .header-left {
      z-index: 999 !important;
      /* background-color: #fff; */
      border-radius: 0 0 20px 0;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
      overflow: hidden;
    }

    .header-middle {
      z-index: 999 !important;
      /* background-color: #fff; */
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);

      li a {
        color: var(--dark-color);
      }
    }

    .header-right {
      z-index: 999 !important;
      /* background-color: #fff; */
      border-radius: 0 0 0 20px;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);

      .header-bar-3 .bar {
        background-color: var(--dark-color) !important;
      }
    }
  }
}

.header-main {
  z-index: 999 !important;
}

.completed-project-bottom {
  z-index: 999 !important;
}

/* =====================================================
   GLOBAL NAVBAR Z-INDEX & STACKING FIX
   ===================================================== */
.scrolled {

  /* 1. FORCE HEADER ABOVE EVERYTHING */
  .header-main,
  .header-section-1 {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999 !important;
  }

  /* 2. FIX SCROLL STATE (PURE CSS – NO SCSS NESTING) */
  .header-bottom-layout-2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999 !important;
  }

  .header-left,
  .header-middle,
  .header-right {
    /* background-color: #ffffff; */
    z-index: 999 !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    background-color: var(--light-color);
  }

  .header-middle li a {
    color: var(--dark-color);
  }

  .header-bar-3 .bar {
    background-color: var(--dark-color) !important;
  }

  .Login-btn {
    background-color: var(--theme-color-2);
  }
}

/* 4. DEMOTE ALL PROJECT / SLIDER SECTIONS */
.completed-project-section,
.completed-project-bottom,
.completed-project-slider-active,
.project-card {
  position: relative;
  z-index: 1 !important;
}

/* 5. NEUTRALIZE SWIPER STACKING CONTEXT */
.swiper,
.swiper-wrapper,
.swiper-slide {
  z-index: auto !important;
}

.off-canvas-sidebar {
  z-index: 999 !important;
}