        .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: #ffc000  !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: #e4ae0d57;
  padding: 14px 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{
background-color: transparent !important;
border-bottom: 2px solid #ffc000;
}
    .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: transparent;
      }

      .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 {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.header-39-section-video-wrapper {
  position: absolute;   /* stretch inside parent */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header-39-section-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;   /* ensures full cover like a background */
  transform: translate(-50%, -50%);
  z-index: 0;
}

/* Dark overlay */
.header-39-section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;

background: linear-gradient(to bottom, rgb(68 68 68 / 57%) 0%, rgb(20 40 70 / 0%) 35%, rgb(0 0 0 / 5%) 100%);

  z-index: 1;
}

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

.header-39-section-title {
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #fff;
  word-wrap: break-word;   /* allow long text to wrap */
  white-space: normal;     /* allow multiple lines */
  line-height: 1.2;        /* better spacing for two lines */
  text-align: center;      /* center on screen */
}


/* CSS typing effect */
.header-39-section-typing {
  display: inline-block;
  overflow: hidden;
  border-right: 3px solid #fff;
  white-space: nowrap;
}
/* First line typing */
.header-39-section-typing.line1 {
  animation: typing1 6s steps(30, end), blink .8s step-end infinite;
}

/* Second line typing starts after the first finishes */
.header-39-section-typing.line2 {
  opacity: 0;
  animation: typing2 6s steps(30, end) 6s forwards, blink .8s step-end infinite 6s;
}

.header-39-section-subtitle{font-size: 25px;
  color: #ffc000;
}



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

@keyframes typing2 {
  from { width: 0; opacity: 1 }
  to { width: 100%; opacity: 1 }
}

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

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








    .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: -moz-available!important;
    }

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

    .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;
    }

    /* 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;
        }
    }
