: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;
}

.header-bottom {
  padding-top: 5px;
  padding-bottom: 5px;
}

.logo-Meghdoot {
  width: 100px !important;
}

.logo-ekrishi {
  width: 100px !important;

  img {
    width: 100%;
  }
}

.logo-wrap-2 {
  background: rgb(255, 255, 255);
}

.footer-logo {
  img {
    width: 180px !important;
  }

  p {
    font-size: 14px !important;
  }
}

.Login-btn {
  background-color: #ffffff !important;
}

.footer-section-2 {
  padding-top: 50px !important;
}

.services-4 .service-2 {
  p {
    font-size: 14px !important;
  }
}

.cta-banner {
  color: #004540;
}

.detail-text .icon-custom {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  margin-top: 10px !important;

  i {
    background-color: #004540;
    height: 18px;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 14px;
  }

  h4 {
    margin: 0px;
    padding: 0px;
    color: var(--theme-color-3);
    font-size: 20px;
    font-weight: 500;
  }
}

.common-services-title {
  h2 {
    margin-bottom: 0px !important;
  }
}

.blog-btn i {
  font-size: 12px;
}

.detail-text .head {
  font-size: 20px;
  color: #004540;
}

.detail-text .list-wrap li {
  list-style: none;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

.logo-Meghdoot {
  width: 150px !important;
}

.logo-ekrishi {
  width: 100px !important;

  img {
    width: 100%;
  }
}

.logo-wrap-2 {
  height: 75px !important;
  padding: 0px 20px !important;
}

.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);
  }

  .header-middle li a {
    color: var(--dark-color);
  }

  .header-bar-3 .bar {
    background-color: var(--dark-color) !important;
  }
}

/* 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;
}