 @media (max-width: 768px) {
    .process-heading h2 {
        font-size: 48px;
        line-height: 58px;
    }
    
    
    .navmodularscroll.usp-section {
    background: #f7f4ef!important;
        padding: 50px 20px 10px 20px!important;
    }
    
}
    
nav{
    margin-left:80px;
}

.header .cta-btn{
    
    margin-left:20px;
}
    



.navmodularscroll.usp-section {
    background: #f7f4ef!important;
        padding: 50px 0px 10px 0px!important;
    }
    
    .filter-label {
  padding: 8px 18px;
  border: 1px solid #ccc;
  border-radius: 999px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.filter-label input {
  display: none;
}

.filter-label:hover {
  border-color: #f97316;
}

.filter-label.active {
  background: #6d1f60;
  color: #fff;
  border-color: #6d1f60;
}

/* GALLERY */
/*.gallery-img {*/
/*  width: 100%;*/
/*  height: 260px;*/
/*  object-fit: cover;*/
/*  border-radius: 16px;*/
/*  transition: 0.5s;*/
/*}*/

.gallery-item:hover .gallery-img {
  transform: scale(1.05);
}
    
    
  .nav-wrap {
  display: flex;
  justify-content: center; /* ðŸ‘ˆ CENTER WHOLE NAV */
  margin: 40px 0;
}

.nav-scroll {
  position: relative;
  display: flex;
  gap: 30px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-behavior: smooth;
}

.nav-scroll::-webkit-scrollbar {
  display: none;
}

.nav-item {
  position: relative;
  font-size: 16px;
  color: #555;
  text-decoration: none;
  white-space: nowrap;
  padding-bottom: 6px;
  transition: 0.3s;
}

.nav-item:hover {
  color: #000;
}

/* ACTIVE TEXT */
.nav-item.active {
  color: #000;
  font-weight: 500;
}

/* UNDERLINE */
.nav-underline {
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #6d1f60;
  border-radius: 2px;
  transition: all 0.3s ease;
}


    @media (max-width: 768px) {
    .process-heading h2 {
        font-size: 48px;
        line-height: 58px;
    }
}
    
nav{
    margin-left:80px;
}

.header .cta-btn{
    
    margin-left:20px;
}
    
    
    .gallery-item {
  overflow: hidden;
  border-radius: 12px;
}

.gallery-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

/* 👇 Soft hover only */
.gallery-item:hover .gallery-img {
  transform: scale(1.05); /* reduced from heavy zoom */
}



/* REELS */


/*mobile reel*/



/* IMAGE / VIDEO */
/*.reel-slide img,*/
/*.reel-slide video{*/
/*  width:100%;*/
/*  height:100%;*/

/*  object-fit:cover;*/
/*}*/




@keyframes swipeUpDown {

  0% {
    transform:translateX(-50%) translateY(0);
    opacity:.5;
  }

  50% {
    transform:translateX(-50%) translateY(-10px);
    opacity:1;
  }

  100% {
    transform:translateX(-50%) translateY(0);
    opacity:.5;
  }

}

.reel-slide{
  width:100%;
  height:100vh;
  scroll-snap-align:start;
}

#reelViewer{
  overflow-y:auto;
  scroll-snap-type:y mandatory;
  -webkit-overflow-scrolling:touch;
}

</style>
/* CLOSE BUTTON */
#reelClose{
  position:fixed;
  top:20px;
  right:20px;
  z-index:100000;

  width:45px;
  height:45px;

  border:none;
  border-radius:50%;

  background:rgba(0,0,0,.6);
  color:#fff;

  font-size:22px;
  cursor:pointer;

  backdrop-filter:blur(10px);
}

#reelClose {
  /*top: env(safe-area-inset-top, 16px);*/
  right: 16px;
}


#reelViewer {
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
}

.reel-slide {
  height: 100vh;
  width: 100%;
  scroll-snap-align: start;
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
}

.reel-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* 🔥 IMPORTANT */
}

/* Hide scrollbar (mobile feel) */
#reelViewer::-webkit-scrollbar {
  display: none;
}


.fancybox__caption .fancybox-btn{
    display:inline-block;
    margin-top:12px;
    padding:12px 22px;
    background:#6d1f60;
    color:#fff;
    border-radius:999px;
    text-decoration:none;
    font-size:14px;
    font-weight:700;
}

/*reel end*/

/*horizontally vertically gallery image  start*/


/*       @media (max-width: 768px) {*/
 
/*    .navmodularscroll.usp-section {*/
/*    background: #f7f4ef!important;*/
/*        padding: 50px 20px 10px 20px!important;*/
/*    }*/
    
/*}*/
/*        .gallery-item {*/
/*  position: relative;*/
/*  overflow: hidden;*/
/*  border-radius: 20px;*/
/*}*/


/*.gallery-img {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  object-fit: cover;*/
/*  border-radius: 16px;*/
/*  display: block;*/
/*}*/

/*.gallery-img {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  object-fit: cover;*/
/*  transition: transform 0.6s ease;*/
/*}*/

/* PREMIUM HOVER */
/*.gallery-item:hover .gallery-img {*/
/*  transform: scale(1.08);*/
/*}*/

/*@media (max-width: 768px) {*/
/*  .fancybox__container {*/
/*    touch-action: pan-y !important;*/
/*  }*/
/*}*/



/* ---------- MOBILE FIX (IMPORTANT) ---------- */

/* MOBILE (default) */
/*#gallery {*/
/*  grid-template-columns: repeat(2, 1fr);*/
/*  grid-auto-rows: 160px;*/
/*}*/

/* Make ALL items vertical on mobile */
/*@media (max-width: 639px) {*/
/*  .gallery-item {*/
/*    grid-column: span 1 !important;*/
    grid-row: span 2 !important; /* force vertical */
/*  }*/
/*}*/

/* TABLET */
/*@media (min-width: 640px) {*/
/*  #gallery {*/
/*    grid-template-columns: repeat(2, 1fr);*/
/*    grid-auto-rows: 180px;*/
/*  }*/

/*  .gallery-item {*/
/*    grid-column: span 1;*/
/*    grid-row: span 1;*/
/*  }*/
/*}*/

/* DESKTOP (your original mixed layout works here) */
/*@media (min-width: 1024px) {*/
/*  #gallery {*/
/*    grid-template-columns: repeat(3, 1fr);*/
/*    grid-auto-rows: 250px;*/
/*  }*/

/*  .gallery-item.row-span-2 {*/
/*    grid-row: span 2;*/
/*  }*/

/*  .gallery-item.col-span-2 {*/
/*    grid-column: span 2;*/
/*  }*/
/*}*/

/*end*/
