@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Manrope:wght@300;400;500;600;700;800&display=swap');

:root {
  --lh-bg-900: #08140d;
  --lh-bg-850: #0d1b12;
  --lh-bg-800: #12241a;
  --lh-bg-700: #1a3022;
  --lh-text: #e8f1ea;
  --lh-text-soft: #b7c7bb;
  --lh-border: rgba(143, 171, 146, 0.25);
  --hero-black-tint: 0.44;
}

body {
  background: radial-gradient(circle at 18% 8%, #203927 0%, #0b1710 44%, #07120b 100%);
  color: var(--lh-text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.06em;
}

p,
a,
li,
span,
.column,
.project-name {
  font-family: "Manrope", sans-serif;
}

header .info {
  background: rgba(6, 16, 10, 0.85);
  border-bottom: 1px solid var(--lh-border);
}

header .info .column {
  color: #d5e2d8;
}

header.transparent {
  background: rgba(10, 20, 14, 0.8);
  backdrop-filter: blur(4px);
  border-bottom: 1px solid rgba(114, 144, 118, 0.18);
}

#logo img.logo {
  height: 48px;
  width: auto;
  max-width: 100%;
}

#mainmenu li a {
  color: #dce9de;
  font-weight: 600;
  letter-spacing: 0.045em;
}

#mainmenu li a:hover,
#mainmenu li a.active {
  color: #9ec8a4;
}

#section-slider {
  position: relative;
  overflow: hidden;
  background: #0d1c12 url("../09_images-garden/slider/wide1.jpg") center / cover no-repeat;
}

#revolution-slider {
  background: transparent;
}

#section-slider:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    /* Subtle atmosphere only; black tint is applied per-slide in fallback mode */
    linear-gradient(140deg, rgba(8, 18, 11, 0.2), rgba(18, 44, 25, 0.12)),
    radial-gradient(circle at 22% 30%, rgba(60, 120, 74, 0.08), rgba(8, 20, 12, 0.08) 58%, rgba(6, 14, 9, 0.1));
}

#section-slider li {
  position: relative;
}

#section-slider li > img,
#section-slider .tp-bgimg {
  filter: saturate(1) brightness(0.92) contrast(1.03);
}

#section-slider .tp-caption {
  z-index: 4 !important;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.45);
}

body.no-revslider #section-slider {
  min-height: 100vh;
}

body.no-revslider #revolution-slider,
body.no-revslider #revolution-slider > ul {
  position: relative;
  height: 100vh;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.no-revslider #revolution-slider > ul > li {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.8s ease;
  display: block;
}

body.no-revslider #revolution-slider > ul > li.is-active {
  opacity: 1;
  z-index: 3;
}

body.no-revslider #revolution-slider > ul > li > img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Guaranteed medium black tint on both slides (image < tint < text) */
body.no-revslider #revolution-slider > ul > li::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: rgba(0, 0, 0, var(--hero-black-tint));
}

body.no-revslider #revolution-slider .tp-caption {
  position: absolute !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  left: 8% !important;
  right: auto !important;
  transform: none !important;
  z-index: 5 !important;
}

body.no-revslider #revolution-slider .tp-caption.big-white {
  top: 26% !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
}

body.no-revslider #revolution-slider .tp-caption.ultra-big-white {
  top: 38% !important;
  max-width: 82vw;
  font-size: clamp(2.5rem, 7vw, 5.8rem) !important;
  line-height: 0.95 !important;
}

body.no-revslider #revolution-slider .tp-caption.sfb {
  top: 58% !important;
}

body.no-revslider #revolution-slider .tp-caption.sfb .btn-slider {
  display: inline-block;
}

.big-white,
.ultra-big-white {
  color: #eef5ef;
  background: transparent;
  padding: 0;
  border-radius: 0;
}

.btn-slider {
  border: 1px solid rgba(196, 220, 199, 0.5);
  background: rgba(8, 21, 13, 0.4);
  color: #edf4ee;
}

.btn-slider:hover {
  background: #c6d9c9;
  color: #0e1d13;
  border-color: #c6d9c9;
}

section {
  background: linear-gradient(180deg, var(--lh-bg-850), var(--lh-bg-900));
}

#section-about .img-responsive {
  border-radius: 10px;
  border: 1px solid var(--lh-border);
}

#section-about p,
#section-about,
#section-about .col-md-4 {
  color: var(--lh-text-soft);
}

.wm {
  color: rgba(112, 142, 118, 0.16);
}

.separator span i {
  color: #96bd9f;
}

#section-testimonial-coworking {
  position: relative;
}

#section-testimonial-coworking:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(7, 18, 11, 0.88), rgba(17, 44, 24, 0.75));
}

#section-testimonial-coworking > .container {
  position: relative;
  z-index: 2;
}

.testimonial-big.s2 {
  color: #e8f2ea;
}

.testimonial-big.s2 .title {
  color: #cde1d1;
}

#logo-carousel img {
  background: rgba(12, 28, 18, 0.65);
  border: 1px solid var(--lh-border);
  border-radius: 10px;
  padding: 12px;
  height: 64px;
  object-fit: contain;
}

#section-features[data-bgcolor="#f8f8f8"] {
  background: linear-gradient(180deg, #102216 0%, #0b1710 100%) !important;
}


.box-icon .text h3 {
  color: #e7f0e8;
}

.box-icon .text p {
  color: #b3c4b8;
}

#section-case {
  position: relative;
}

#section-case:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(7, 17, 11, 0.86), rgba(18, 42, 24, 0.78));
}

#section-case > .container {
  position: relative;
  z-index: 2;
}

#section-case .impact-box {
  max-width: 440px;
  min-height: 250px;
  margin: 0 auto;
  padding: 28px 24px !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#section-case .impact-box h3,
#section-case .impact-box p {
  text-align: center;
}

#section-portfolio .picframe.s2 {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(147, 174, 150, 0.28);
}

#section-portfolio .picframe.s2 img {
  filter: saturate(0.82) contrast(1.02);
}

#section-portfolio .project-name {
  color: #ecf5ee;
  letter-spacing: 0.05em;
}

.call-to-action.bg-color {
  background: linear-gradient(95deg, #254f31 0%, #2d673d 100%) !important;
}

.btn-line-white {
  border-color: rgba(233, 241, 235, 0.75);
  color: #f5f9f6;
}

.btn-line-white:hover {
  background: #d3e4d6;
  color: #122418;
}

footer.style-2 {
  background: #08140d;
  border-top: 1px solid rgba(124, 148, 128, 0.3);
  color: #b5c5b8;
}

footer.style-2 .logo-small {
  height: 38px;
  width: auto;
}

footer.style-2 .social-icons i {
  border-color: rgba(153, 176, 157, 0.45);
  color: #dde8df;
}

@media (max-width: 991px) {
  #logo img.logo {
    height: 42px;
  }

  header .info {
    display: none;
  }

  #section-slider .tp-caption.big-white {
    font-size: 18px !important;
    line-height: 22px !important;
  }

  #section-slider .tp-caption.ultra-big-white {
    font-size: 34px !important;
    line-height: 36px !important;
    letter-spacing: 0.04em !important;
  }

  body.no-revslider #revolution-slider .tp-caption.big-white {
    top: 24% !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
  }

  body.no-revslider #revolution-slider .tp-caption.ultra-big-white {
    top: 35% !important;
    font-size: clamp(2rem, 11vw, 3.4rem) !important;
    line-height: 0.95 !important;
  }

  body.no-revslider #revolution-slider .tp-caption.sfb {
    top: 56% !important;
  }

  #section-case .impact-box {
    min-height: 220px;
    padding: 24px 18px !important;
  }
}
