#banner{
  height: 95vh;
  min-height: 700px; 
  background-size: cover;
  position: relative;
  .home-banner{
    height: 100%;
    
  }
  .owl-carousel .owl-stage-outer,.owl-carousel .owl-stage,.owl-carousel.owl-drag .owl-item{
    height: 100%;
  }
  .owl-carousel.owl-drag .owl-item div{
    height: 100%;
    background-size: cover!important;
    position: relative;
  }
  // .owl-carousel.owl-drag .owl-item div::after{
  //   content: '';
  //   position: absolute;
  //   top: 0;
  //   bottom: 0;
  //   left: 0;
  //   right: 0;
  //   box-shadow: inset 312px 215px 58px #00000073;
  // }
  .banner-text-content{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    color: #FFF;
    h1{
      font-size: 64px;
      font-weight: bold;
    }
    h3{
      font-size: 50px;
      font-weight: 300;
    }
    a{
      color: #FFF;
      text-decoration: none;
      display: inline-block;
      padding: 5px 30px;
      border: 1px solid #FFF;
      border-radius: 3px;
      font-size: 20px;
      min-width: 200px;
      text-align: center;
      margin-right: 20px;
      margin-top: 30px;
    }
  }
  .owl-dots{
    position: absolute;
    bottom: 30px;
    z-index: 20;
    width: 100%;
    text-align: center;
    .owl-dot{
      cursor: pointer;
      background: #FFF;
      width: 12px;
      height: 12px;
      border-radius: 12px;
      display: inline-block;
      margin: 0 5px;
      &.active{
        background: #A78034;
      }
    }
  }
  &::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  
    background-size: cover;
  }
  .banner-text{
    font-size: 52px;
    height: 100%;
    font-weight: $font-weight-thin;
  }
}
header{
  background: transparent;
  margin-top: 25px;
  .nav-link{
    color: #FFF;
    padding: 0 20px;
    font-size: 15px;
    &:hover{
      color: #E7AC45;
    }
    &:focus{
      color: #E7AC45;
    }
  }
}
#home-about{
 
  padding: 90px 0;
  
  h3{
    font-weight: $font-weight-light;
    color: #0D2D40;
    font-size: 24px;
  }
  p{
    color: #3C3C3B;
  }
  a{
    text-decoration: underline;
    color: #3C3C3B;
    font-size: 14px;
    &:hover{
      text-decoration: none;
    }
  }
}
#glance{
  padding-top: 50px;
  background: #002837;
  h2{
    border-bottom: 1px solid #3D5766; 
    font-weight: $font-weight-light;  
  }
  .box{
    border-left: 1px solid #3D5766;
    height: 250px;
    color: #FFF;
    
  }
  .col-md-3   { 
    &:first-child{
      .box{
      border-left: none;
      }
    }
  }
  .count{
    color: #3D5766;
    font-size: 60px;
     font-weight: 300;
     span{
      font-size: 16px;
     }
  }
}
.business-list{
  color: #FFF;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding-bottom: 60px;
    
  a{
    color: #FFF;
    font-size: 14px;
    
  }
    ul{
    list-style: none;
      li{
        a{
          display: inline-block;
          min-width: 135px;
          padding: 5px 0;
          border: 1px solid #E7AC45;
          text-align: center;
          border-radius: 20px;
          font-size: 12px;
          
          &:hover,&.active{
            background: #E7AC45;
            text-decoration: none;
          }
        }
      }
  }
  
}
.business{
  color: #FFF;
  background-repeat: no-repeat;
  background-position: bottom;
    background-size: cover;
   padding-top: 100px;
 
  a{
    color: #FFF;
    font-size: 14px;
    
  }
 .read{
  text-decoration: underline;
  &:hover{
    text-decoration: none;
  }
 }
  h4{
    font-weight: $font-weight-light;
    font-size: 24px;
  }
  h1{
    font-weight: $font-weight-light;
    font-size: 60px;
    padding-bottom: 100px;
    position: relative;
    &::after{
      content: '';
      width: 50px;
      height: 1px;
      border-top: 2px solid #E7AC45;
      position: absolute;
      left: 0;
      bottom: 50px;
    }
  }
  
}
#goods-green{
  padding: 70px 0;
  h3{
    color: #FFF;
    font-weight: $font-weight-light;
    font-size: 55px;
  }
  .subtext,a{
    color: #FFF;
    font-size: 21px;
  }
  .img-box{
    min-height: 100px;
    display: flex;
    align-items: center;
    
  }
  .col-md-3{
    border-right: 1px solid #FFF;
  }
  .padding-10{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .sst-top-m{
    margin-top: 70px;
    margin-bottom: 30px;
  }
  .green{
    padding: 0;
    margin: 0;
    list-style: none;
  }
  figure{
    position: relative;
    figcaption{
      position: absolute;
      z-index: 1;
      bottom: 80px;
      left: 20px;
      color: #FFF;
      font-size: 16px;
      max-width: 300px;
    }
    a{
      color: #FFF;
      font-size: 14px;
      text-decoration: underline;
      &:hover{
        text-decoration: none;
      }
    }
  }
  .owl-nav{
    position: absolute;
    bottom: 50px;
    left: 20px;
  }
}
#bgVideo {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
       display: none;
  }
#video{
  position: relative;
  min-height: 600px;
 
  background: url(images/video.png);
   background-size: cover;
   color: #FFF;
   h3{
    font-weight: $font-weight-light;
    letter-spacing: 7px;
    padding: 250px 0;
   }
   .play{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
   }
   a{
        display: inline-block;
        min-width: 120px;
        padding: 3px 20px;
        border: 1px solid #E7AC45;
        background: #E7AC45;
        text-align: center;
        border-radius: 20px;
        font-size: 14px;
        
        
        &:hover{
          color: #FFF;
          text-decoration: none;
        }
      }
}
#latest{
  padding: 90px 0 100px 0;
  .box{
    border: 1px solid #E6E6E6;
  }
  h1{
    font-weight: $font-weight-light;
    font-size: 30px;
    color: #0D2D40;
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative;
    &::after{
      content: '';
      position: absolute;
      border-bottom: 1px solid #E6E6E6;
          height: 1px;
      z-index: 2;
      width: 100%;
      left: 0;
      bottom: 0;
    }
  }
  .box{
    $color:#1A1A1A;
    small{
      font-size: 10px;
      color: #4D4D4D;
    }
    h3{
      color: $color;
      font-size: 14px;
      font-weight: bold;
    }
    p{
      font-size: 12px;
      color: $color;
    }
    a{
      display: inline-block;
      background: #3D5766;
      padding: 3px 15px;
      border-radius: 20px;
      color: #FFF;
      text-decoration: none;
      font-size: 9.28px;
      font-weight: $font-weight-light;
      margin-bottom: 15px;
      &:hover{
        text-decoration: underline;
      }
    }
  }
  .latest-kundan{
    position: relative;
    .owl-nav.disabled{
      display: block!important;
      position: absolute;
      right: 0;
      top: -70px;
      .owl-prev{
        margin-right: 20px;
      }
    }
  }
  .content{
    position: relative!important;
  }
}
#membership{
  background:#F2F2F2;
  padding: 70px 0 130px 0;
  h1{
    font-size: 30px;
    color: #0D2D40;
    font-weight: $font-weight-light;
  }
  h4{
    font-size:16px ;
    color: #1A1A1A;
     font-weight: $font-weight-light;
  }
  .certifcations{
    width: 100%;
    height: 245px;
    border: 1px solid #E6E6E6;
  }
  p{
    margin-top: 10px;
    font-size: 12px;
    color: #3C3C3B;
  }

}
footer{
  background: #0D2D40;
  padding: 50px 0 0px 0;
  color: #FFF;
  font-size: 14px;
  font-weight: 100;
  .newsletter{
   width: 80%;
    input[type="email"]{
     background: #D9D9D9;
     width: 100%;
     border: 0; 
      border-radius: 5px;
      font-size: 12px;
      padding: 7px 10px;
     &::placeholder {
        color: white;
        opacity: 1; /* ensures full white visibility */
      }
      &:focus{
        outline: none;
      }
    }
    button{
      border: 0;
      background: #B6852E;
      border-radius: 5px;
      width: 35px;
      margin-left: -10px;
    }
    form{
       display: flex;
    }
  }
  .address{
    line-height: 28px;
  }
  h3{
    font-size: 18px;
  }
  .business-link{
    li{
       margin-bottom: 17px;
    }   
  }
  .copy{
    margin-top: 10px;
    text-align: right;
    position: relative;
    span{
      display: inline-block;
      background: #0D2D40;
      z-index: 111;
      position: relative;
      padding: 0 20px;
    }
    &::before{
      position: absolute;
      content: '';
      width: 100%;
      border-top: 1px solid #FFF;
      left: 0;
      bottom: 12px;
    }
  }
 ul{
  list-style: none;padding: 0;
  margin: 0;
  li{
    margin-bottom: 10px;
    span{
      border-bottom: 1px solid #FFF;
      display: inline-block;
      font-weight: 300;
    }
  }
 }
 a{
  color: #FFF;
  font-weight: 100;
  &:hover{
    color: #b6892f;
  }
 }
 ul.social{
  li{
    display: inline-block;
    margin-right: 10px;
  }
 }
}

 .scroll-section {
      display: flex;
      min-height: 600vh;
      background: #000;
    }

    .sticky-bg {
      position: sticky;
      top: 0;
      width: 100%;
      height: 100vh;
      background-size: cover;
      background-position: center;
      transition: background-image 0.6s ease;
      display: flex;
      align-items: center;
    }

    .content {
      width: 100%;
      background: transparent;
      position: absolute;
    }

    .item {
      min-height: 100vh;     
      display: flex;
      flex-direction: column;
      justify-content: center;
      color: #FFF;
    }

   

    /* Mobile fallback */
    @media (max-width: 768px) {
      .scroll-section {
        flex-direction: column;
        min-height: auto;
      }

      .sticky-bg {
        position: relative;
        width: 100%;
        height: 50vh;
      }

      .content {
        width: 100%;
        color: #FFF;
      }

      .item {
        min-height: 60vh;
        padding: 40px;
      }

      .normal-section {
        padding: 60px 30px;
      }
    }

    .business{
      h1{
        font-weight: 300;
        font-size: 60px;
        padding-bottom: 50px;
        position: relative;
        &::after{
          content: "";
          width: 50px;
          height: 1px;
          border-top: 2px solid #E7AC45;
          position: absolute;
          left: 0;
          bottom: 30px;
        }
      }
      .read {
          text-decoration: underline;
          color: #FFF;
          font-size: 14px;
      }
    }

 header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;

  background: rgba(255, 255, 255, 0);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

header.scrolled {
  background: rgba(255, 255, 255, 0.61);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  margin-top: 0px;
  .nav-link{
    color: #000;
  }
}

/* Logo default size */
.site-logo {
  width: 115px;
  height: auto;
  transition: width 0.3s ease;
}

/* Logo smaller on scroll */
header.scrolled .site-logo {
  width: 60px;
}


.fade-section {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.fade-section.active {
  opacity: 1;
}

.contact__bg{
      background: url(images/contact.jpg) no-repeat center;
    background-size: cover;
   
}
