/********** Template CSS **********/
body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

:root {
  /* --primary: #E6FC81; */
  --primary: #39D353;
  --secondary: #101F10 !important;
  --light: #f8f8f8;
  --dark: #252525;
}

.text-secondary {
  color: var(--secondary) !important;
}

.bg-secondary {
  background: var(--secondary) !important;
}

.bg-second {
  background-color: #fafafa !important;
}

h1,
.h1 {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 700;
}

h2,
.h2 {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
}

p,
.p {
  color: #5a7a5a;
  font-family: 'Poppins', sans-serif;
}

ul,
li {
  color: #5a7a5a;
  font-family: 'Poppins', sans-serif;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

html,
body {
  width: 100%;
  overflow-x: clip;
}


/* Images Animation */

.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, .3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
}

.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  transform-origin: left;
}

.what-we-image-1 figure img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.what-we-image-1 figure img {
  aspect-ratio: 1 / 0.73;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  transition: 0.5s;
}

.btn.btn-primary {
  color: #000;
  background-color: var(--primary);
  border-radius: 10px;
  font-weight: 600;
}

.btn-secondary {
  color: #000;
  padding: 12px 40px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #fff;
  font-weight: 600;
  border-color: #fff;
}

.btn-secondary:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #000;
}

.btn-square {
  width: 38px;
  height: 38px;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.btn-outline-body {
  color: var(--primary);
  border-color: #777777;
}

.btn-outline-body:hover {
  color: #ffffff;
  background: var(--primary);
  border-color: var(--primary);
}

.shop-btn {
  padding: 10px 25px 10px 25px !important;
}


/* Title with underline */
.section-title-2 {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
}

.section-title-2::after {
  content: "";
  display: block;
  width: 200px;
  height: 5px;
  background-color: var(--primary);
  margin-top: 20px;
}

.section-title-3 {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  text-align: center;
}

.section-title-3::after {
  content: "";
  display: block;
  width: 200px;
  height: 5px;
  background-color: var(--primary);
  margin: 20px auto 0 auto;
}


/* **************************************** */
/* Responsive Screens */
/* **************************************** */

@media (max-width: 768px) {

  /* Globally Fonts */

  h1,
  .h1 {
    font-size: 24px;
  }

  h2,
  .h2 {
    font-size: 24px !important;
  }

  p,
  .p {
    font-size: 15px;
  }

  .section-title-2::after {
    width: 100px;
    margin-top: 10px !important;
  }

  .section-title-3::after {
    width: 100px;
    margin-top: 10px !important;
  }
}


/* ==========================================================================
   Luxury Dark Green Concept Rules
   ========================================================================== */

/* Overriding theme configuration for the layout space */
.luxury-hero-wrapper,
.site-header {
    --luxury-deep-green: #02140a;
    --luxury-gradient-canvas: radial-gradient(circle at center, #052c17 0%, #010d06 100%);
    --luxury-muted-green: #89a394;
    --luxury-border-glass: rgba(57, 211, 83, 0.12);
    --luxury-pill-bg: rgba(2, 20, 10, 0.65);
}

/* Header Base Transparent Configuration */
.site-header {
    background-color: transparent;
    border-bottom: 1px solid transparent;
    transition: all 0.4s ease-in-out;
    z-index: 1000;
}

/* Modifying styling behavior when scrolled via jQuery sticky addition */
.site-header.header-scrolled-active {
    background-color: rgba(1, 13, 6, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--luxury-border-glass);
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

/* Logo Styles */
.logo-brand .logo-circle-icon {
    width: 36px;
    height: 36px;
    background-color: var(--primary);
    color: var(--secondary) !important;
    border-radius: 50%;
    font-weight: 700;
    font-size: 1.1rem;
    font-family: 'ClashDisplay', sans-serif;
}
.logo-brand .logo-brand-text {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    font-family: 'ClashDisplay', sans-serif;
    letter-spacing: -0.5px;
}

/* Central Nav Capsule Bar */
.custom-nav-pill {
    background: var(--luxury-pill-bg);
    border: 1px solid var(--luxury-border-glass);
    padding: 5px 8px;
    border-radius: 40px;
    backdrop-filter: blur(8px);
}
.nav-link-anchor {
    color: var(--luxury-muted-green);
    font-weight: 500;
    font-size: 0.92rem;
    padding: 8px 18px;
    border-radius: 30px;
    transition: all 0.25s ease;
    display: inline-block;
}
.nav-link-anchor:hover, 
.nav-link-anchor.active {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.04);
}

/* Login Action Button */
.nav-login-btn {
    color: #ffffff;
    font-weight: 500;
    font-size: 0.95rem;
    padding: 8px 16px;
    transition: color 0.2s ease;
}
.nav-login-btn:hover {
    color: var(--primary);
}

/* Mobile Toggle Hamburger Button */
.mobile-menu-toggle-icon {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 1.4rem;
    cursor: pointer;
    padding: 4px;
}

/* ==========================================================================
   Luxury Dark Green Concept Rules
   ========================================================================== */
.luxury-hero-wrapper,
.site-header {
    --luxury-deep-green: #02140a;
    --luxury-gradient-canvas: radial-gradient(circle at center, #052c17 0%, #010d06 100%);
    --luxury-muted-green: #89a394;
    --luxury-border-glass: rgba(57, 211, 83, 0.12);
    --luxury-pill-bg: rgba(2, 20, 10, 0.65);
}

.site-header {
    background-color: transparent;
    border-bottom: 1px solid transparent;
    transition: all 0.4s ease-in-out;
    z-index: 1000;
}

.site-header.header-scrolled-active {
    background-color: rgba(1, 13, 6, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--luxury-border-glass);
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.logo-brand .logo-circle-icon {
    width: 36px;
    height: 36px;
    background-color: var(--primary);
    color: var(--secondary) !important;
    border-radius: 50%;
    font-weight: 700;
    font-size: 1.1rem;
    font-family: 'ClashDisplay', sans-serif;
}
.logo-brand .logo-brand-text {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    font-family: 'ClashDisplay', sans-serif;
    letter-spacing: -0.5px;
}

.custom-nav-pill {
    background: var(--luxury-pill-bg);
    border: 1px solid var(--luxury-border-glass);
    padding: 5px 8px;
    border-radius: 40px;
    backdrop-filter: blur(8px);
}
.nav-link-anchor {
    color: var(--luxury-muted-green);
    font-weight: 500;
    font-size: 0.92rem;
    padding: 8px 18px;
    border-radius: 30px;
    transition: all 0.25s ease;
    display: inline-block;
}
.nav-link-anchor:hover, 
.nav-link-anchor.active {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.04);
}

.nav-login-btn {
    color: #ffffff;
    font-weight: 500;
    font-size: 0.95rem;
    padding: 8px 16px;
    transition: color 0.2s ease;
}
.nav-login-btn:hover {
    color: var(--primary);
}

.mobile-menu-toggle-icon {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 1.4rem;
    cursor: pointer;
    padding: 4px;
}

/* ==========================================================================
   Hero Container Layout Area
   ========================================================================== */
.luxury-hero-wrapper {
    min-height: 100vh;
    background: var(--luxury-gradient-canvas);
    padding-top: 150px;
    padding-bottom: 80px;
    z-index: 2;
    overflow: hidden;
}

.hero-ambient-glow {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70vw;
    height: 50vh;
    background: radial-gradient(circle, rgba(57, 211, 83, 0.07) 0%, rgba(0,0,0,0) 70%);
    z-index: -1;
    pointer-events: none;
}

.hero-status-pill-badge {
    background-color: rgba(57, 211, 83, 0.05);
    border: 1px solid rgba(57, 211, 83, 0.25);
    color: var(--primary);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.8px;
    padding: 8px 16px;
    border-radius: 40px;
}
.status-live-dot {
    width: 6px;
    height: 6px;
    background-color: var(--primary);
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(57, 211, 83, 0.4);
    animation: luxuryPulse 2s infinite;
}

@keyframes luxuryPulse {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(57, 211, 83, 0.4); }
    70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(57, 211, 83, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(57, 211, 83, 0); }
}

.hero-display-title {
    font-size: 4.4rem;
    line-height: 1.15;
    letter-spacing: -1.5px;
    margin-bottom: 24px;
}
.hero-display-title .accent-highlight-color {
    color: var(--primary);
}
.hero-narrative-paragraph {
    font-size: 1.15rem;
    color: var(--luxury-muted-green) !important;
    max-width: 650px;
    line-height: 1.6;
    margin-bottom: 35px;
}

.hero-outline-action-btn {
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-weight: 500;
    font-size: 1rem;
    padding: 12px 30px;
    border-radius: 50px;
    transition: all 0.25s ease;
}
.hero-outline-action-btn:hover {
    background-color: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.25);
}
.style-arrow-mini {
    font-size: 0.7rem;
}

/* ==========================================================================
   Metrics Grid Rows
   ========================================================================== */
.hero-metrics-grid {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
.luxury-metric-box {
    background-color: rgba(2, 20, 10, 0.35);
    border: 1px solid rgba(57, 211, 83, 0.06);
    padding: 24px 16px;
    border-radius: 16px;
    backdrop-filter: blur(6px);
    transition: border-color 0.3s ease, background-color 0.3s ease;
}
.luxury-metric-box:hover {
    border-color: rgba(57, 211, 83, 0.15);
    background-color: rgba(2, 20, 10, 0.55);
}
.metric-count-number {
    color: var(--primary);
    font-size: 1.9rem;
    font-weight: 700;
}
.metric-subtitle-text {
    font-size: 0.85rem;
    color: var(--luxury-muted-green);
    font-family: 'Poppins', sans-serif;
}

/* ==========================================================================
   Bootstrap-Based Responsive Overlay Menu
   ========================================================================== */
.luxury-mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(1, 13, 6, 0.98);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 99999 !important;
    display: none; /* Controlled completely via Bootstrap .show class */
    align-items: start;
    justify-content: center;
	padding-top: 70px;
}

/* Overriding Bootstrap's default collapse display logic for full screen layout mapping */
.luxury-mobile-menu-overlay.show {
    display: flex !important;
}

.mobile-menu-content-card {
    width: 85%;
    max-width: 380px;
    position: relative;
}
.mobile-menu-close-btn {
    position: absolute;
    top: -50px;
    right: 0;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 1.8rem;
    cursor: pointer;
}
.mobile-anchor-item {
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--luxury-muted-green);
    padding: 10px 0;
    font-family: 'ClashDisplay', sans-serif;
}
.mobile-anchor-item:hover, 
.mobile-anchor-item.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .hero-display-title {
        font-size: 2.6rem;
        letter-spacing: -0.8px;
    }
    .hero-narrative-paragraph {
        font-size: 1rem;
    }
    .luxury-hero-wrapper {
        padding-top: 120px;
    }
}