        .header-39{
      font-family: 'Quicksand';
    }


    header.header-39 {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1000;
      background: transparent;
      transition: all 0.3s ease;
    }
    header.header-39.sticky-active .st-top-header{
      background: #fbaa07  !important;
    }
    header.header-39.sticky-active {
      background: #fff !important;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    }
.header-39-top-bar {
  background: #fbaa07ba;
  padding: 8px 0;
  font-size: 13px;
  color: #fff;
}

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

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

    /* Top Bar */
    .header-39 .st-top-header {
      padding: 5px 9px;
      background: #8e8e8e30  !important;
      border: none;
    }

    .header-39 .st-top-header-list {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      padding: 0;
      margin: 0;
    }

    .header-39 .st-top-header-list li {
      display: flex;
      align-items: center;
      font-size: 14px;
      margin-right: 35px;
    }
.header-39.sticky-active .st-top-header-list li a {
      color: #fff;
    }
    .header-39 .st-top-header-list li a {
      color: #fff;
      text-decoration: none;
    }

    .header-39 .st-top-header-list svg {
      width: 18px;
      margin-right: 10px;
      fill: var(--secondary-color);
    }

    /* Logo & Nav */
    .header-39 .header-holder {
      background: transparent !important;
    }

    .header-39 .logo img {
      max-height: 50px;
    }

    .header-39 .main-navigation.navbar-right > li > a {
      font-weight: 800;
      font-size: 13px;
      color: #fff;
      font-family: 'Quicksand';
    }

    .header-39.sticky-active .main-navigation.navbar-right > li > a {
      color: #111 !important;
    }
.header-39 .main-navigation.navbar-right > li > a:hover,.header-39 .main-navigation.navbar-right > li > a.active{
background-color: transparent !important;
border-bottom: 2px solid #fbaa07;
}

    .header-39 .main-navigation.navbar-right > li {
      margin-left: 16px;
      padding: 5px 15px;
      border-radius: 20px;
    }

    /* Mobile nav style */
    @media (max-width: 768px) {
          header.header-39 {
      background:#fff;
    }

      .header-39 .navbar-collapse {
        background: #fff!important;
        width: 100%!important;
        min-width: 100vw!important;
        text-align: center!important;
      }

      .header-39 .navbar-collapse ul li a {
        color: #000000 !important;
        padding: 10px;
        display: block;
      }
      .header-39 .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #eee!important;
}
      .header-39 .navbar-nav {
  margin: 12px 0px;
}
header.header-39 .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  background-color: #e0e6de!important;
  border-radius: 12px;
}
      .header-39 .navbar-toggle {
        border: none;
        background: #eee;
        border-radius: 10px;
      }

      .header-39 .icon-bar {
        background-color: #fff;
      }

      .header-39.sticky-active .icon-bar {
        background-color: #111;
      }

      .header-39 .st-top-header-list {
        justify-content: space-between;
      }

      .header-39 .st-top-header-list li {
        font-size: 10px;
        margin-right: 15px;
      }


  .header-39 #nav {
    padding-top: 6px;
    padding-bottom: 8px;
  }



    }

  .header-39 #nav .navbar-collapse {
  z-index: 999;
}



.header-39-section {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.header-39-section-video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.header-39-section-video {
  position: absolute;
  top: -26px;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;   /* cover background */
  z-index: 1;
}

/* Dark overlay */
.header-39-section-overlay {
position: absolute;
  top: -26px;
  left: 0;
  height: 100%;
  width: 100%;
/* background: rgba(0, 0, 0, 0.19); */
background: linear-gradient(to right, rgba(255, 0, 0, 0.11), rgba(0, 0, 255, 0.07));
  z-index: 1;
}

/* Centered text */
.header-39-section-content {
  position: relative;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  padding: 0 15px;
}

.header-39-section-title {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  /* text-shadow: 0 0 20px rgba(0,0,0,0.7); */
   /* glow effect */
}

/* CSS typing effect */
.header-39-section-typing {
  display: inline-block;
  overflow: hidden;
  border-right: 3px solid #fbaa07;
  white-space: nowrap;
}

.header-39-section-typing.line1 {
  animation: typing1 6s steps(30, end), blink .8s step-end infinite;
}

.header-39-section-subtitle {
  font-size: 25px;
  font-weight: 500;
  color: #fbaa07;
  letter-spacing: 2px;
  margin-top: 10px;
  /* text-shadow: 0 0 10px rgba(0,0,0,0.6); */
}
.header-38-pagename-breadcrumb a{
  color: #fff!important;
}



@keyframes typing1 {
  from { width: 0 }
  to { width: 100% }
}

@keyframes blink {
  50% { border-color: transparent }
}

/* Mobile */
@media (max-width: 767px) {
  .header-39-section-title {
    font-size: 40px;
    line-height: 1.3;
  }
#header-logo{
  display: none!important;
}
#header-logo{
  display: none!important;
}

  .header-39-section-subtitle {
    font-size: 18px;
  }
}







    .header-39-pagename {
        padding: 120px 20px;
        position: relative;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        display: none;
        width: -webkit-fill-available;
        width: -moz-available;
    }

    /* Overlay */
    .header-39-pagename::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.09);
    }

    .header-39-pagename .container {
        position: relative;
        z-index: 2;
    }

    /* Title */
    .header-39-pagename-title {
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #fff !important;;
    }

    /* Breadcrumb */
    .header-39-pagename-breadcrumb {
        font-size: 16px;
        color: #f2f2f2;
    }

    .header-39-pagename-breadcrumb a {
        color: #ff3c3c;
        text-decoration: none;
    }

    .header-39-pagename-breadcrumb span {
        color: #fff;
    }

    /* Responsive styles */
    @media (max-width: 991px) {
        .header-39-pagename-title {
            font-size: 36px;
        }
        .header-39-pagename-breadcrumb {
            font-size: 15px;
        }
    }

    @media (max-width: 767px) {
        .header-39-pagename {
            padding: 80px 15px;
        }
        .header-39-pagename-title {
            font-size: 28px;
        }
        .header-39-pagename-breadcrumb {
            font-size: 14px;
        }
    }

    @media (max-width: 480px) {
        .header-39-pagename {
            padding: 60px 10px;
        }
        .header-39-pagename-title {
            font-size: 22px;
        }
        .header-39-pagename-breadcrumb {
            font-size: 13px;
        }
        .header-34-top-bar{
          display: none;
        }
    }


    .list-inline {
  margin-bottom: 0px;
}

.header-34-bar-list {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.header-34-bar-list .social-icon {
    color: #fff;
    margin-right: 8px;
    font-size: 13px;
    transition: color 0.3s;
}

.header-34-bar-list .social-icon:hover {
    color: #000000; /* Blue highlight on hover */
}
