.header-31 {
  font-family: 'Bebas Neue', sans-serif!important;
}

.header-31 {
      position: absolute !important;
      top: 0; left: 0; width: 100%;
      z-index: 1000;
      background: transparent;
    }

    /* --- top bar --- */
    .header-31-top-bar {
      background: #fff6;;
      padding: 14px 0;
      font-size: 13px;
      color: var(--light);
    }
    .header-31-bar-list { margin: 0; }
    .header-31-bar-list i { margin-right: 4px; }

    /* --- logo + nav holder --- */
    .header-31-holder {
      padding: 12px 0;
    }
    .header-31-logo img { max-height: 60px; }

    .header-31-navbar { background: transparent; border: none; margin: 0; }
.header-31 .navbar-default .navbar-nav > li > a {
    color: #fff !important;
}
    .header-31-menu > li > a {
      color: #fff !important;
      font-size: 16px!important;
      padding: 10px 10px!important;
      font-weight: bold!important;
      position: relative;
      transition: color .3s ease, transform .3s ease;
      line-height: 4.154!important;
    }
    .header-31-menu > li.active > a,
    .header-31-menu > li > a:hover { color: #3ee1ca !important; }

    /* underline hover */
    .header-31-menu > li > a::before {
content: '';
  position: absolute;
  left: 0px;
  bottom: 43px;
  width: 100%;
  height: 22px;
  background: #fff;
  transform: scaleX(0);
  transition: transform .3s ease;
  border-radius: 0px 0px 19px 21px;
    }
    .header-31-menu > li > a:hover::before,
    .header-31-menu > li.active > a::before { transform: scaleX(1); }

    /* CTA button */
    .header-31-btn-quote {
      background: #3ee1ca;
      border: none;
      color: var(--light) !important;
      font-weight: 600;
      padding: 9px 20px;
      margin-left: 8px;
    }
    .header-31-btn-quote:hover { background: darken(#3ee1ca,10%); }

    /* search icon */
    .header-31-search-li a { padding: 10px 10px 10px 5px; }
  .header-31 #nav .navbar-collapse {
  z-index: 999;
}
    /* ===============================
       HERO SECTION
       =============================== */
    .header-31-hero {
      min-height: 640px;
      position: relative;
      color: var(--light);
      display: flex;
      align-items: flex-start;
      background: center/cover no-repeat;
    }
    .header-31-hero-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0,0,0,.75) 100%);

    }

.header-23-hero-content {
  position: relative;
  z-index: 2;
  padding: 175px 80px 100px 80px;
}

.header-23-hero-title {
  font-weight: 800;
  font-size: 78px;
  line-height: 1.2;
  margin-bottom: 25px;
  color: #ffffff;
  font-family: 'Bebas Neue', sans-serif!important;
  letter-spacing: 15px;
}



.header-23-highlight {
  color: #000; /* red-500 */
}

.header-23-hero-sub {
  font-size: 18px;
  margin-bottom: 35px;
  max-width: 540px;
  color: #e5e7eb;
}

.header-23-btn-primary {
  background: #000;
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 12px 28px;
  transition: all 0.3s ease;
border-radius: 54px;
letter-spacing: 5.3px;
}

.header-23-btn-primary:hover {
  background: #dc2626;
  transform: translateY(-3px);
}

    /* ===============================
       STICKY STATE
       =============================== */
    .header-31.header-31--sticky {
      position: fixed;
      top: 0; left: 0; width: 100%;
      background: var(--light);
      box-shadow: 0 2px 8px rgba(0,0,0,.05);
      transition: background .3s ease, box-shadow .3s ease;
    }
    .header-31.header-31--sticky .header-31-top-bar { display: none; }
    .header-31.header-31--sticky .header-31-holder { background: #fff;}
    .header-31.header-31--sticky .header-31-menu > li > a,
    .header-31.header-31--sticky .header-31-search-li a { color: #000 !important; }
    .header-31.header-31--sticky .header-31-menu > li > a::before { background: #3ee1ca; }
    .header-31.header-31--sticky .header-31-btn-quote {
      background: #3ee1ca; color: var(--light) !important;
    }

    /* ----------------------
       RESPONSIVE
       ---------------------- */
    @media (max-width: 767px) {
      .header-31-bar-list { text-align: center; }
      .header-31-hero-content { padding-top: 230px; }
      .header-31-hero-title { font-size: 34px; }
    }
    @media (max-width: 480px) {
      .header-31-bar-list { font-size: 10px; }
      .header-31-hero-sub { font-size: 13px; }
    }
@media (max-width: 768px) {
   .header-31 .main-navigation.navbar-right > li > a {
        background-color: #222222;
    }
}
    .custom-hero-section {
  position: relative;
  min-height: 640px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: #fff;
}

.custom-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.4), rgba(0,0,0,0));
  z-index: 1;
}

.custom-hero-content {
  position: relative;
  z-index: 2;
  padding: 60px 30px;
}

.custom-hero-title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 20px;
}

.custom-hero-title span {
  color: #d1d1d1;
  font-weight: 400;
}

.custom-hero-subtitle {
  font-size: 16px;
  max-width: 480px;
  color: #f0f0f0;
  line-height: 1.6;
}
