
.site-wrapper {
  overflow-x: hidden !important;
}

#mobile-menu button {
  color:#fff !important;
}
.interactive-demo-frame {
  height:700px;
  border:18px solid rgba(255,255,255,0.2);
  border-radius: 10px;
  overflow: hidden;
}

@media (min-width: 320px) and (max-width: 992px) {
  .offcanvas-active.navbar-expand-lg .navbar-collapse {
  }
  .offcanvas-active.navbar-expand-lg .main-menu li > a {
    color:#000 !important;
  }
  .offcanvas-active.navbar-expand-lg .header-btn a {
    background-color:#000 !important;
    color:#fff !important;
  }
  .gr-cross-icon:after, .gr-cross-icon:before {
    background-color:#000 !important;
  }
  .hamburger-icon .hamburger .hamburger-box .hamburger-inner, .hamburger-icon .hamburger .hamburger-box .hamburger-inner:after, .hamburger-icon .hamburger .hamburger-box .hamburger-inner:before {
    background-color:#333 !important;    
  }
  
}

.hero-banner h1 {
  font-size:80px;
  line-height: 92px;
}

.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
  max-width: 100%;
}

.video-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.video-thumbnail::after {
  content: '▶';
  position: absolute;
  font-size: 48px;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0 0 10px black;
  pointer-events: none;
}

#video-modal {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(200,200,200,0.3);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#video-modal video {
  max-width: 90%;
  max-height: 80%;
  border-radius: 10px;
}

.rewrd-panel {
  background: #1d1d1f;
}

.equal-height {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.row.align-items-stretch {
  display: flex;
  flex-wrap: wrap;
}
.grad-text {
background: #EDFD64;
background: linear-gradient(to right, #EDFD64 21%, #D57E7E 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.howitworks-counter {
  width:35px;
  height: 35px;
  background-color: #000;
  color:#fff;
  position: absolute;
  top:8px;
  left:7px;
  font-size: 18px;
  padding-top: 3px;
  border-radius: 50%;
  font-family: 'Be Vietnam Pro Bold';
}

.howitworks-wrapper .row {
  display: flex;
  flex-wrap: wrap;
}
.howitworks-wrapper .row .col-lg-3 div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
.howitworks-wrapper .row .col-lg-3 .p-8 {
  flex: 1; /* Ensures .p-8 div stretches to take up full height of parent */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; /* Centers content horizontally */
  text-align: center; /* Ensures text is centered */
}
.howitworks-wrapper .row .col-lg-3 .p-8 img {
  max-width: 80%; /* Ensure images are responsive and don't overflow */
  object-fit: contain; /* Ensure the image scales properly */
  margin-bottom:15px; /* Ensure it is centered horizontally */
}


.faq-container {
  width: 100%;
  border-radius: 0.375rem;
  border:0px;
}

.disclosure-question {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  width: 100%;
  padding: 0.95rem;
  color: #111827;
  border:0;
  font-family: 'Be Vietnam Pro Medium';  
  border-top:1px solid #666;
  background: transparent;
  cursor: pointer;
}

.chevron-icon {
  width: 1.5rem;
  height: 1.5rem;
  color:#fff;
  transition: all 0.3s ease-in-out;
}
.disclosure-answer {
  display: none;
  transition: all 0.3s ease-in-out;
}
.disclosure-answer.active {
  color:#fff;
  display: block;
  padding: 0.2rem 0.75rem 0.75rem;
  height: auto;
}

.hero-banner {
background-image:url('../image/hero-bg.jpg?v=12');
background-size:cover; 
background-repeat: no-repeat; 
}
.btn {
font-family: 'Be Vietnam Pro Bold';
}
.bg-yellow {
  background-color: #edfe64 !important;
}
.l3-feature-slider .slick-dots li, .l5-feature-slider .slick-dots li {
  background-color: #333;
}
.l3-feature-slider .slick-dots li.slick-active, .l5-feature-slider .slick-dots li.slick-active {
  background-color: #fff;
}

.naccs .menu div:first-child.active {
  background-color: #d7ebf3;
}
.naccs .menu div:nth-child(2).active {
  background-color: #f1d9b6;
}
.naccs .menu div:nth-child(3).active {
  background-color: #e1dcf4;
}
.naccs .menu div:nth-child(4).active {
  background-color: #e4eae8;
}
.customers-banner {
  width: 100%;
  height: 200px;
  background-image:url('../image/customer-rewards-banner.jpg');
  background-repeat: no-repeat;
  background-size:100% auto;
}
.site-header  {
background: rgba(255, 255, 255, 0.63);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.2);
background: rgba(255, 255, 255, 0.63);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.4); 
}

.single-feature {
  display: flex;
  gap: 20px;
}
.single-feature div {
  background-color:#333;
  flex: 1;
  display: flex;
  flex-direction: column;  
}

.l4-hero-image-group .img-2 img {
  width: 380px !important;
}

.l2-content-image-group-1 .img-group-content {
  left:-90px !important;
  right: auto;
  opacity: 0.9;
}
.l2-content-image-group-1 .img-customers {
  position:absolute;
  top:-30px;
  right:-50px;
  opacity: 0.9;
}

@media (max-width: 1200px) {
  .interactive-demo-frame {
    height:550px;
  }
  .hero-banner h1 {
    font-size:62px;
    line-height: 77px;
  }
}


@media (max-width: 992px) {

  .l4-hero-image-group .img-1 {
    position: absolute;
    left: -110px;
    right: 0;
    top:-20px;
    bottom: 0;
    width: 140%;
  }
  .l4-hero-image-group .img-2 img {
    width: 340px !important;
  }
  .l2-content-image-group-1 .img-group-content {
    top:220px !important;
  }
  #mobile-menu {
    position: fixed;
    top:-10px;
    right:0px;
    width: 270px;
    height: 110vh;
    background-color: rgba(255, 255, 255, 0.95); /* Optional: Different background for the menu */
    z-index: 9999; /* Ensure it is on top of other elements */
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.4);     
  }
  #mobile-menu.show {
    transform: translateX(-10px);
  }  
  .l4-hero-image-group .img-2 img {
    width: 280px !important;
  }

}

@media only screen and (max-width: 768px) {
  .hero-banner h1 {
    font-size:52px;
    line-height: 64px;
  }
  .interactive-demo-frame {
    height:385px;
  }
  .l2-content-image-group-1 .img-group-content {
    top:120px !important;
    transform: scale(0.8);
  }  
  .l2-content-image-group-1 .img-customers {
    transform: scale(0.8);
  }  
  .customers-banner {
    height: 200px;
    background-image:url('../image/customer-rewards-banner-mobile.jpg');
  }  
}

@media only screen and (max-width: 670px) {

}

@media (max-width: 580px) {
  .hero-banner h1 {
    font-size:44px;
    line-height: 50px;
  }
  .hero-banner {
    background-position:20%;
  }
  .l4-hero-image-group .img-1 {
    left:-100px;
    top:-10px;
  }
  .l4-hero-image-group .img-2 img {
    width: 250px !important;
    left:-80px;
    margin-left: 40px;
  }
  .l2-content-image-group-1 .img-group-content {
    top:100px !important;
    left:-75px !important;
    transform: scale(0.6);
  }    
  .interactive-demo-frame {
    height:350px;
  }
}

@media (max-width: 500px) {

  .hero-btns a {
    height:55px !important;
    min-width:150px !important;
    max-width:150px !important;
  }

  .interactive-demo-frame {
    height:320px;
  }
  .l2-content-image-group-1 .img-group-content {
    top:80px !important;
    left:-80px !important;
    transform: scale(0.6);
  }     
  .l2-content-image-group-1 .img-customers {
    transform: scale(0.7);
  }    
  
  .demo-features div {
    padding:2px !important;  
  }
  .demo-features span {
    font-size:12px !important;
  }
  .demo-features div i {
    margin-left:5px !important;
    margin-right:2px !important;
  }
}



@media (max-width: 480px) {
  .hero-banner {
    background-position:64%;
  }
  .l4-hero-image-group .img-1 {
    display: none;
    left:-80px;
    top:-130px;
    transform: scale(0.7);
  }
  .l4-hero-image-group .img-2 img {
    width: 200px !important;
    left:-60px;
    margin-left:30px;
    margin-top:-40px;
  }
  .interactive-demo-frame {
    height:270px;
  }
}

@media (max-width: 400px) {
 .interactive-demo-frame {
    height:250px;
  }
}