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

.header-47 {
    font-family: 'Montserrat', sans-serif;
}
    header.header-47 {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1000;
      background: transparent;
      transition: all 0.3s ease;
    }
    header.header-47.sticky-active .st-top-header{
      background: #8bc34a  !important;
    }
    header.header-47.sticky-active {
      background: #fff !important;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    }

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

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

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

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

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

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

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

    .header-47.sticky-active .main-navigation.navbar-right > li > a {
      color: #111 !important;
    }
.header-47 .main-navigation.navbar-right > li > a:hover{
background-color: transparent !important;
border-bottom: 2px solid rgb(245, 166, 35);
}
    .header-47 .main-navigation.navbar-right > li {
      margin-left: 16px;
      padding: 5px 15px;
      border-radius: 20px;
    }

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

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

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

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

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

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

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


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



    }

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

    /* Container */
.slider-47 .carousel {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  height: 100vh !important;
  font-family: 'Quicksand';
  margin-bottom: -10px;
}

/* Carousel Inner */
.slider-47 .carousel-inner {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease;
  height: 100%;
  transition: opacity 0.5s ease-in-out;
}

/* Each Item */
.slider-47 .carousel-item {
  flex: 0 0 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Image Styling with Zoom Animation */
.slider-47 .carousel-item img {
  width: 100%;
  height: 100vh !important;
  object-fit: cover;
  animation: zoomInOut 6s ease-in-out infinite;
  transition: transform 1s ease-in-out;
}

/* Overlay over image */
.slider-47 .carousel-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1); /* Dark overlay */
  z-index: 1;
}

/* Caption Wrapper */
/* Caption Text Style */
.slider-47 .carousel-caption {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  text-align: left;
  width: 60%;
  color: #fff;
}
.slider-47 .carousel-caption span{
  color: #e0a04e;
}
.slider-47 .carousel-caption h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 18px;
  text-shadow: 2px 3px 9px rgba(0,0,0,0.7);
    color: #fff;
}

/* Caption Heading */
.slider-47 .carousel-caption h2 {
  font-size: 44px;
  font-weight: bold;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
  margin-bottom: 15px;
  color: #fff;
    font-family: 'Quicksand';

}

.slider-47 .carousel-caption p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 25px;
  text-shadow: 1px 2px 6px rgba(0,0,0,0.7);
}


/* Button */

.slider-47 .carousel-caption {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: #ffffff;
  text-align: center;
  max-width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px; /* space between heading, paragraph and button */
}

.slider-47 .carousel-caption h2 {
  font-size: 44px;
  font-weight: bold;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.64);
    margin: 0;
}

.slider-47 .carousel-caption p {
  font-size: 18px;
  margin: 0;
  font-weight: 500;
}

.slider-47 .button-container {
  display: flex;
  justify-content: center;
}

/* Button */
.slider-47 .btn-teo-caption-47 {
  padding: 14px 32px;
background: #c87b05;
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  border: none;
  transition: 0.3s;
}
.slider-47 .btn-teo-caption-47:hover {
  background: #d6d6d6;
}

@media(max-width:768px){
  .slider-47 .carousel-caption {
    width: 85%;
    top: 45%;
    text-align: center;
  }
  .slider-47 .carousel-caption h1 {
    font-size: 32px;
  }
  .slider-47 .carousel-caption p {
    font-size: 16px;
  }
}
/* Carousel Controls (Arrows) */
.slider-47 .carousel-buttons {
  position: absolute;
  top: 50% !important;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 3;
  padding: 0 20px;
}

.slider-47 .prev,
.slider-47 .next {
  font-size: 57px;
  color: #fff;
  cursor: pointer;
  transition: color 0.3s;
  background-color: transparent!important;
}

.slider-47 .prev:hover,
.slider-47 .next:hover {
  color: #f5a623;
}

/* Carousel Indicators */
.slider-47 .carousel-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 3;
}

.slider-47 .carousel-indicators li {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.slider-47 .carousel-indicators .active {
  background-color: #f5a623;
}

/* Zoom Animation */
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}

/* Responsive Typography */
@media screen and (max-width: 768px) {
  .slider-47 .btn-teo-caption-47 {
  top: auto;
}
.slider-47 .carousel-caption{
max-width: 55%;
}
  .slider-47 .carousel-caption h2 {
    font-size: 28px;
  }

  .slider-47 .carousel-caption p {
    font-size: 16px;
  }

  .slider-47 .btn-teo-caption-47 {
    padding: 10px 20px;
    font-size: 14px;
  }

  .slider-47 .prev,
  .slider-47 .next {
    font-size: 40px;
  }
  .slider-47 .carousel-caption {
  position: absolute;
  top: 35%;}


}


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

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

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

    /* Title */
    .header-47-pagename-title {
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 15px;
    }

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

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

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

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

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

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