.hero-video-grid-wrap {display:grid; grid-template-columns:1fr 1fr; align-items:center;
  justify-content:center; gap:70px;}
.hero-video-grid-lft-btn {margin-top:60px;}
.hero-video-client-testi {cursor:pointer;}
.hero-video-grid-lft-heading h1 { font-size:65px; margin-bottom:15px;}
}
.hero-video-grid-lft-heading h2 {font-size:30px;}
.hero-video-grid-footnote {font-size:10px; text-align:right; color:white;
  font-style:italic;}
.hero-video-grid-rgt {
  display: flex;
  flex-wrap: wrap;
  gap: 30px; /* space between items */
  justify-content: flex-end; /* Align items to the right */
}

/* Modal Overlay (Background) */
.hero-video-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: opacity 0.3s ease;
}

/* Modal */
.hero-video-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 800px;
  background: #fff;
  padding: 20px;
  display: none;
  z-index: 1001;
}

/* When Modal is Active */
.hero-video-modal.show,
.hero-video-modal-overlay.show {
  opacity: 1;
  visibility: visible;
  display: block;
}

/* Disable body scroll when modal is open */
body.modal-open {
  overflow: hidden;
}

.hero-video-client-testi {
  flex: 0 1 calc(50% - 15px); 
  display: flex; 
  justify-content: flex-end; 
  box-sizing: border-box;
}

.hero-video-client-testi img {
  max-width: 100%;
  height: auto;     object-fit: cover;
  width: 100%;
}
.hero-video-grid-right-btn {display:none;}

.hvg-rgt {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%; 
  overflow: hidden;
}

.hero-video-grid-rgt.hvgrgt-slick {
  width: 100%;
}

.hvgrgt-slick ul.slick-dots {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  gap: 10px;
}
.hvgrgt-slick ul.slick-dots li {
  display: flex;
}
.hvgrgt-slick ul.slick-dots li button {
  padding: 0 !important;
  border: 0 !important;
  font-size: 0 !important;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.hvgrgt-slick ul.slick-dots li.slick-active button {
  background-color: #db864e;
}
@media (max-width:1024px) {
  .hero-video-grid-wrap {display:flex; flex-direction:column; gap:40px;}
  .hero-video-grid-lft-btn {display:none;}
  .hero-video-grid-right-btn {display:block; margin:30px 0;}
  .hero-video-grid-rgt {justify-content:flex-start;}
  .hero-video-grid-footnote {display:center;}
  .hero-video-grid-foot-wrap {width: 100%; display: flex; margin-top: 15px;
    align-items: center; justify-content: center; flex-direction: column;}
}

@media (max-width:650px) {
  .hero-video-grid-rgt {flex-direction:column;}
  .hero-video-grid-lft-heading h2 { font-size: 19px !important; margin-bottom: 5px;}
  .hero-video-grid-lft-heading h1 {margin-bottom:8px; font-size: 30px !important;}
  .hero-video-grid-rgt.hvgrgt-slick { 
    flex-direction: row;
  }
}
