@import url('https://fonts.cdnfonts.com/css/aktiv-grotesk-cd-trial');

/* 

font-family: 'Aktiv Grotesk Cd Trial', sans-serif;
font-family: 'Aktiv Grotesk Ex Trial', sans-serif;
font-family: 'Aktiv Grotesk VF Trial', sans-serif;
font-family: 'Aktiv Grotesk Trial', sans-serif;

 */

/*
 *****************************************
    >>> | 01 Browser Reset & Common CSS|
 *****************************************
*/

html,
body {
  height: 100%;
}

body {
  font-family: 'Aktiv Grotesk Trial', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  color: #797979;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:focus,
a:hover,
a:visited,
input,
.bootstrap-select > .dropdown-toggle,
input:hover,
.bootstrap-select > .dropdown-toggle:hover,
input:focus,
.bootstrap-select > .dropdown-toggle:focus,
input:active,
.bootstrap-select > .dropdown-toggle:active,
select {
  text-decoration: none;
  outline: none;
}

button:focus {
  outline: 0px;
}

img {
  max-width: 100%;
}

a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Aktiv Grotesk Trial', sans-serif;
  margin: 0 0 15px;
}

.container {
  max-width: 1580px;
}

/*
 *****************************************
 >>> | 03. navigation css Start
 *****************************************
*/

#sync1 .item {
  padding: 80px 0px;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

#sync2 .item {
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
#sync2 .item h1 {
  font-size: 18px;
}

.owl-theme .owl-nav [class*='owl-'] {
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #d6d6d6;
}

#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
#sync1.owl-theme .owl-prev {
  left: 10px;
}
#sync1.owl-theme .owl-next {
  right: 10px;
}

/* Container */
.video-gallery-container {
  display: flex;
  flex-direction: column; /* stack rows */
  gap: 20px;
  background-color: #a8c29e;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.main-video-box {
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio */
  position: relative;
  background: #000;
}

.main-video-box video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Thumbnails */
.video-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 12px;
}

/* Thumb item */
.vid-item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  height: 100%;
  min-height: 120px;
}

.vid-item.active {
  border-color: #fff;
}

.vid-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.vid-item:hover video {
  transform: scale(1.1);
}

/* Dark overlay */
.vid-item .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}

/* The Orange Play Button */
.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #e86c1f; /* Orange color */
  width: 40px;
  height: 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none; /* Let click pass through to parent */
  z-index: 2;
}

/* FontAwesome Play Icon Triangle */
.play-icon i {
  color: white;
  font-size: 14px;
}

.headerArea {
  background: #2a4e0f;
  /* padding: 5px 0px; */
  height: 60px;
}

.headerRight {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  text-align: right;
}

.headerSocial {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.headerBtn {
  text-align: center;
  gap: 20px;
  display: flex;
  margin-top: 10px;
}

.socialfbicon {
  /* margin-top: -6px; */
}

.btnContact {
  border-radius: 5px;
  background: #ed691d;
  display: inline-block;
  padding: 5px 40px;
  color: #fff !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /* margin-top: 8px; */
}

.btnContact:hover {
  color: #ed691d !important;
  background: #fff;
}

button.menuBar {
  background: none;
  border: none;
  display: none;
}

.headerEmail {
  text-align: center;
  padding-right: 20px;
}

.headerLogoTop img {
  height: auto;
  display: block;
  position: relative;
  z-index: 20;
}

/* .headerLogoTop {
  padding: 10px 0;
} */

ul.disc {
  list-style: disc;
  margin-left: 40px;
}

.headerTxt li {
  color: #fff;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px; /* 121.053% */
  letter-spacing: -1.14px;
  /* background: linear-gradient(90deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 100%); */
}

.headerTxt {
  padding-top: 55vh;
}

.headerTxt ul {
  margin-bottom: 60px;
}

.heroArea {
  position: relative;
  z-index: 1;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.heroArea:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 260px;
  width: 50%;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: -1;
  content: '';
}

.ourServicesPage .heroArea:after {
  height: 100%;
  width: 100%;
  background: none;
}

.content h1 {
  color: #ed691d;
  font-size: 76px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -2.28px;
}

.content h4 {
  color: #484848;
  font-size: 37px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px; /* 135.135% */
  letter-spacing: -1.11px;
}

.green {
  color: #08782d;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: -1.11px;
}

.red {
  color: #ed691d;
  font-style: normal;
  font-weight: 800;

  letter-spacing: -0.87px;
}

.who-we-area {
  /* padding-top: 50px; */
}

.why-selectus {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 50px 0px;
}

.why-selectus li {
  font-weight: 500;
  font-size: 26px;
  padding: 4px 0px;
}

.projectArea {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 70px 0px;
}

.wrapProject {
  border: 10px solid #fff;
  background: #2a4e0f;
}

.content.txtWhite h1 {
  color: #fff;
  font-size: 65px;
}

.content.txtWhite li {
  color: #fff;
  font-size: 28px;
  padding: 15px 0px;
  margin-left: 20px;
  line-height: 1.4;
}

.wrapProject .content {
  padding: 0px 55px;
  padding-top: 70px;
}

.serviceArea {
  padding: 50px 0px;
}

.serviceGrid {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr 2fr 2fr 2fr;
  justify-content: center;
  text-align: center;
  gap: 10px;
}

.serviceTxt h4 {
  color: #08782d;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.2px;
  margin-top: 23px;
  margin-bottom: 0;
}

.serviceGrid {
  border-bottom: 2px solid #08782d;
  padding-bottom: 50px;
  padding-top: 50px;
}

.singleService {
  border-right: 2px solid #ed691d;
  padding: 0px 30px;
}

.singleService:last-child {
  border: none;
}

#sync1 .item {
  padding: 0;
}

.photoGallery .owl-nav div {
  position: absolute;
  bottom: 0;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  top: auto;
  z-index: 22222;
  padding: 0;
  margin: 0;
  background: none;
  color: #ed691d;
  bottom: 50%;
  font-size: 100px;
}

#sync1.owl-theme .owl-next {
  right: 20px;
}

#sync1.owl-theme .owl-prev {
  left: 20px;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

div#sync2 {
  position: relative;
  z-index: 1;
  padding-top: 20px;
}

#sync2 .item {
  position: relative;
  z-index: 22;
}

.owl-theme .owl-nav .disabled {
  opacity: 1;
  cursor: pointer;
}
#sync2 .current .item:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background: #000000a6;
}

.videoWrap {
  background: #afc4a0;
  padding: 50px 0px;
  margin-top: 50px;
}

.video-gallery-container {
  max-width: 1580px;
}

.footer {
  background: #2a4e0f;
  padding: 20px 0px;
}

.footerTxt p {
  margin: 0;
  color: #fff;
  padding-top: 15px;
}

.logo365 {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
}

.navMenu {
  position: absolute;
  right: 0;
  top: 30px;
  width: 280px;
  padding: 20px;
  background: #2a4e0f;
  z-index: 2;
  border-radius: 10px;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}

.navMenu a {
  color: #fff;
  display: block;
  padding: 10px 0px;
  font-weight: 600;
}

.navMenu li {
  display: block;
}

.navMenu a:hover {
  color: #ed691c;
}
.navMenuWrap {
  position: relative;
}

button.menuBar i {
  color: #fff;
  font-size: 54px;
  transition: 0.4s;
}
.navMenuWrap.active .navMenu {
  opacity: 1;
  visibility: visible;
  top: -10px;
}

button.menuBar.CloseBar i::before {
  content: '\f136';
}

.heroArea.inner:after {
  background: none;
}

.heroArea.inner {
  min-height: 916px;
}

z {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.serviceArea.v2:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  z-index: -1;
  background: rgba(42, 78, 15, 0.85);
  mix-blend-mode: multiply;
}

.serviceArea.v2 {
  position: relative;
  z-index: 1;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat;
}

.serviceArea.v2 .serviceGrid {
  grid-template-columns: 4fr 4fr 4fr;
  border: none;
}

.serviceArea.v2 .singleService {
  margin: 50px 0px;
}

.v2 .serviceTxt h4 {
  color: #ddd721;
}

.v2 .serviceTxt p {
  color: #fff;
}

.v2 .singleService {
  border-color: #fff;
}

.v2 .serviceIcon {
  height: 180px;
}

.serviceIcon img {
  width: 155px;
  height: 155px;
  object-fit: contain;
}
.v2 .content h1,
.v2 .content p {
  color: #fff;
}

.serviceMap {
  padding: 70px 0px;
}

.maptxt h4 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.9px;
  margin-bottom: 30px;
}

.maptxt h4 {
}

.green2 {
  color: #2a4e0f;
}

.maptxt li {
  color: #2a4e0f;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 160% */
  letter-spacing: -0.9px;
  margin-left: 20px;
}

.aboutArea {
  background: url(assets/img/about-bg.png);
  background-size: cover;
  background-position: center;
  padding: 70px 0px;
}

.aboutArea hr {
  border-color: #08782d;
}

.leftRightgap {
  padding: 0px 10%;
  margin-bottom: 40px;
}

.leftRightgap p {
  color: #313131;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.72px;
}

.aboutGrid {
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: 10px;
}

.aboutText p {
  font-size: 20px;
  line-height: 1.4;
  color: #000;
}

.aboutPhoneEmail a {
  display: block;
  color: #000000;
  font-weight: 600;
  margin: 10px 0px;
}

.aboutText.v3 {
  margin-top: 177px;
}

/* Responsive: Stack on mobile */
@media (max-width: 768px) {
  .video-gallery-container {
    flex-direction: column;
  }
  .main-video-box {
    padding-bottom: 56.25%; /* 16:9 for mobile */
  }
}

.heroArea {
  position: relative;
  overflow: hidden;
}

/* Background Video */
.heroVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -2;
}

/* Dark gradient overlay (improves text readability) */
.heroOverlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.15) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: -1;
}

/* Keeps hero content above video */
.heroContent {
  position: relative;
  z-index: 2;
}

.lightbox-260355327459058 {
  cursor: pointer;
}

/* MAIN GALLERY (sync1) */
#sync1 .item {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#sync1 .item img {
  max-height: 500px;
  height: 500px;
  width: auto;
  object-fit: contain;
}

/* THUMBS (auto-width filmstrip) */
#sync2 .owl-stage-outer {
  overflow: hidden;
}

#sync2 .owl-item {
  /* IMPORTANT: don't force auto widths here */
}

#sync2 .item {
  height: 110px;
  overflow: hidden;
}

#sync2 .item img {
  height: 110px;
  width: auto; /* width follows photo ratio */
  display: block;
  object-fit: cover;
}

/* ===== MOBILE MENU FIX ===== */
@media (max-width: 767px) {
  .navMenuWrap {
    position: relative;
  }

  .navMenu {
    position: fixed; /* instead of absolute */
    top: 60px; /* height of header bar */
    right: 10px;
    width: 90%;
    max-width: 320px;
    background: #2a4e0f;
    border-radius: 10px;
    padding: 20px;
    z-index: 9999;

    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
  }

  .navMenuWrap.active .navMenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .navMenu a {
    font-size: 20px;
    padding: 12px 0;
    display: block;
  }
}

/* ===== Force mobile menu above hero video ===== */
@media (max-width: 767px) {
  /* Put header + menu system on top of everything */
  .headerArea,
  .navMenuWrap {
    position: relative;
    z-index: 10000;
  }

  /* The dropdown itself */
  .navMenu {
    position: fixed;
    top: 60px; /* header height */
    right: 10px;
    width: 90%;
    max-width: 320px;
    z-index: 10001; /* higher than hero/video */
  }

  /* Ensure hero doesn't create a higher stacking layer */
  .heroArea {
    position: relative;
    z-index: 1;
  }

  /* Video + overlay must stay behind everything */
  .heroVideo,
  .heroOverlay {
    z-index: -1 !important;
  }
}

@media (max-width: 767px) {
  .headerArea .row {
    align-items: center;
  }

  .btnContact {
    font-size: 16px;
    line-height: inherit;
  }

  .headerBtn {
    margin-top: -25px;
    gap: 5px;
    margin-left: 20px;
  }

  /* keep logo left */
  .headerLogoTop {
    margin: 0;
  }
  .headerLogoTop img {
    max-height: 95px;
    width: auto;
  }

  /* keep controls (contact + burger) on the right */
  .headerRight {
    /* display: flex !important;
    justify-content: flex-end !important;
    align-items: center;
    gap: 12px;
    text-align: right; */
  }

  .headerMenuBar {
    margin-left: 8px;
    display: none;
  }

  /* dropdown anchored under header, top-right */
  .navMenuWrap {
    position: relative;
    z-index: 10000;
  }
  .navMenu {
    top: 60px; /* stays under header */
    right: 10px; /* top-right */
  }
}
