@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&family=Inter:wght@400;500;600&display=swap');

.header-35 {
  position: absolute!important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
     font-family: 'Quicksand', sans-serif!important;

}
 .header-35 .main-navigation > li > a{
font-size: 18px !important;
  font-weight: 500;
 }
/* Top Bar */
.header-35-top-bar {
  background: #392e2e45;
  padding: 14px 0;
  font-size: 13px;
  color: #fff;
}

.header-35-bar-list {
  margin: 0;
}

.header-35-bar-list i {
  margin-right: 4px;
}

/* Logo and Navigation Holder */
.header-35-holder {
  background: rgba(0, 0, 0, 0);
  padding: 12px 0;
}

.header-35-logo img {
  max-height: 46px;
}

.header-35-navbar {
  background: transparent;
  border: none;
  margin: 0;
}

.header-35-menu > li > a {
  color: #5b5b5b !important;
   font-family: 'Quicksand', sans-serif!important;
  font: 14px!important;
  padding: 10px 15px;
  position: relative;
  transition: color 0.3s ease, transform 0.3s ease;
}

.header-35-menu > li.active > a,
.header-35-menu > li > a:hover,
.header-35-menu > li > a:focus {
  color: #a3d200!important;
}

/* Underline Hover */
.header-35-menu > li > a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background: #a3d200;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.header-35-menu > li > a:hover::before,
.header-35-menu > li.active > a::before {
  transform: scaleX(1);
}

/* Quote Button */
.header-35-btn-quote {
  background: #a3d200;
  border: none;
  color: #fff !important;
  padding: 9px 20px;
  margin-left: 8px;
}

.header-35-btn-quote:hover {
  background: #a3d200;
}

/* Search Icon */
.header-35-search-li a {
  padding: 10px 10px 10px 5px;
}
  .header-35 #nav .navbar-collapse {
  z-index: 999;
}
  ───────────────────────────────────────────── */
.header-35.header-35--sticky {
  position: fixed;        /* take header out of normal flow */
  top: 0; left: 0; width: 100%;
  background: #fff;       /* solid white */
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
  z-index: 1000;
  transition: background .3s ease, box-shadow .3s ease;
}

/* hide the black top‑bar once we’re sticky */
.header-35.header-35--sticky .header-35-top-bar {
  display: none;
}

.header-35.header-35--sticky .header-35-holder {
  background: transparent;
}

.header-35.header-35--sticky .header-35-menu   > li > a,
.header-35.header-35--sticky .header-35-search-li a,
.header-35.header-35--sticky .header-35-bar-list,
.header-35.header-35--sticky .ri-phone-line,
.header-35.header-35--sticky .ri-map-pin-line,
.header-35.header-35--sticky .ri-mail-line {
  color: #000 ;
}


.header-35.header-35--sticky .header-35-menu > li > a::before {
  background:#a3d200;
}

.header-35.header-35--sticky .header-35-btn-quote {
  background:#a3d200;
  color:#fff !important;
}

.header-35-hero-image {
  position: relative;
  width: 100%;
  max-width: 500px;
  z-index: 1; /* Image container */
}

.header-35-blob {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 120%;
  z-index: 0; /* Blob behind image */
  pointer-events: none;
}

.header-35-hero-image img {
  position: relative;
  z-index: 2; /* Image in front of blob */
  max-width: 100%;
  height: auto;
}
.header-35-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  z-index: 5;
}

.header-35-carousel .owl-nav button.owl-prev,
.header-35-carousel .owl-nav button.owl-next {
  background: #a1a1a1;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  color: #333;
  font-size: 24px;
  transition: 0.3s;
}

.header-35-carousel .owl-nav button:hover {
  background: #76b947;
  color: #fff;
}

/* ===============================
   HERO SECTION
   =============================== */
.header-35-hero {
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 660px;
  background: center/cover no-repeat;
  color: #fff;
  display: flex;
  align-items: flex-start;
  font-family: 'Quicksand', sans-serif !important;
  padding: 120px 0px;
}

.header-35-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 28, 20, 0.55); /* earthy dark green overlay */
}

.header-35-hero-content {
  position: relative;
  z-index: 2;
  padding: 60px 0px;
}

.header-35-hero-title {
  font-weight: 800;
  font-size: 58px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #5b5b5b;
  font-family: 'Quicksand', serif !important;
}

.header-35-highlight {
  color: #fff; /* Herbal green */
  text-shadow: 1px 1px 1px #0000002e;
}

.header-35-hero-sub {
  font-size: 18px;
  margin-bottom: 30px;
  max-width: 600px;
  color: #393939;
  font-family: 'Quicksand', sans-serif;
}

.header-35-btn-primary {
padding: 14px 36px;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(122, 167, 28, 0.3);
  transition: all 0.3s ease;
color: #151515;
  border: 2px solid #fff;
  background: white;
}

.header-35-btn-primary:hover {
  background:#a3d200;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(74, 105, 0, 0.5);
}

/* Responsive */
@media (max-width: 767px) {

  .header-35-hero-title {
    font-size: 34px;
  }

  .header-35-hero-sub {
    font-size: 15px;
  }

  .header-35-btn-primary {
    padding: 12px 28px;
    font-size: 14px;
  }
}


.header-35-carousel .owl-item .radio-holder {
  display: block !important;
}

.header-35-carousel .owl-item .owl-next,.header-35-carousel .owl-item .owl-prev{
  color: #bdbdbd!important;
  font-size: 52px;
}
.header-35-carousel .owl-item .owl-next:hover,.header-35-carousel .owl-item .owl-prev:hover{
  color: #000000!important;
}

.header-35-hero-subtitle{
   color: #fd6419 !important;
}
.header-35-hero-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header-35-hero-content {
  flex: 1 1 50%;
  padding-right: 30px;
}

.header-35-hero-image {
  flex: 1 1 50%;
  text-align: right;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .header-35-hero-flex {
    flex-direction: column;
    text-align: center;
  }

  .header-35-hero-content {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .header-35-hero-image {
    text-align: center;
  }
}
