
.sticky-card-wrp {
    padding: 80px 0;
    position: relative;
     overflow: hidden;
}

.sticky-card-wrp .content-header {
    margin-bottom: 30px;
    text-align: center;
}
.top-bar li a.email1.chat {
    text-transform: none;
}

.cards-col {
    width:100%;
    position: relative;
     display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1140px;
    margin: 0 auto;
}

.cards-wrpper-2 {
    position: absolute;
    left: 36.8%;
    top: 10%;
     width: 310px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(22, 24, 26, .08);
    border-radius: 15px;
    padding: 30px;
    transition: all 0.3s ease;
    opacity: 1;
    transform: translateY(20px);
}

.cards-wrpper-2._1 {
    z-index: 40;
}

.cards-wrpper-2._2 {
    z-index: 30;
}

.cards-wrpper-2._3 {
    z-index: 20;
}

.cards-wrpper-2._4 {
    z-index: 10;
}

.card-content h3 {
    margin-bottom: 10px;
    font-size: 20px;
     color: #333;
}

.card-content p {
    margin: 0;
    color: #666;
    font-size: 15px;
     line-height: 1.6;
}

@media(max-width:991px) {
    .cards-col {
        width: 100%;
        height: auto;
    }

    .cards-wrpper-2 {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        margin-bottom: 18px;
    }
     .cards-wrapper-2 {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        margin-bottom: 18px;
    }
}

/* small hover shadow used by JS when hovering a single card */
.cards-wrpper-2._hover-shadow {
    box-shadow: 0 40px 80px rgba(22, 24, 26, .12) !important;
}
.cards-wrapper-2._hover-shadow {
    box-shadow: 0 40px 80px rgba(22, 24, 26, .12) !important;
}

/* card image inside stacked card */
.card-img {
    display: block;
    max-width: 120px;
    margin-bottom: 14px;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.cards-wrpper-2 .card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
img.money_seal{
  
  animation: moneySeal-spin 6s linear infinite;
}

/* keyframes */
@keyframes moneySeal-spin{
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}



.content-header {
    text-align: center;
    margin-bottom: 60px;
}



.content-header p {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.sticky-cards-inner {
    position: relative;
    min-height: 100vh; /* Ensures enough scroll room for pinning */
    height: fit-content;
    display: flex;
    justify-content: center;
}




.cards-wrpper-2.active {
    opacity: 1;
    transform: translateY(0);
}

.cards-wrpper-2:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.client-reviews .content-header h2, .client-reviews .content-header p {
    color: #fff;
}
.sticky-card-wrap {
    overflow: hidden;
    position: relative;
}
.cards-wrapper-2 {
    transition: all 0.3s ease;
    opacity: 1;
    transform: translateY(20px);
     position: absolute;
    left: 38%;
    top: 10%;
    width: 290px;
    box-shadow: 0 24px 60px rgba(22, 24, 26, .08);
    border-radius: 15px;
}

.cards-wrapper-2.active {
    opacity: 1;
    transform: translateY(0);
}

.cards-wrapper-2:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.cards-wrapper-2:hover .review-vid{
    transform: scale(1.05);
    transition: .3s;
}

.cards-wrapper-2._1 {
    z-index: 40;
}

.cards-wrapper-2._2 {
    z-index: 30;
}

.cards-wrapper-2._3 {
    z-index: 20;
}

.cards-wrapper-2._4 {
    z-index: 10;
}

/* Animation classes */
.cards-wrapper-2._1 { --delay: 0s; }
.cards-wrapper-2._2 { --delay: 0.2s; }
.cards-wrapper-2._3 { --delay: 0.4s; }
.cards-wrapper-2._4 { --delay: 0.6s; }





.card-content {
    text-align: center;
}



.cards-wrpper-2:hover .card-img {
    transform: scale(1.05);
}





/* Animation classes */
.cards-wrpper-2._1 { --delay: 0s; }
.cards-wrpper-2._2 { --delay: 0.2s; }
.cards-wrpper-2._3 { --delay: 0.4s; }
.cards-wrpper-2._4 { --delay: 0.6s; }

.carousel-review {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  transform: rotateX(-20deg) translateY(-70px);
  transform-style: preserve-3d;
  perspective: 600px;
  user-select: none;
  cursor: grab;
}

.review-carousel-image {
      border: 1px solid rgba(255, 255, 255, 0.25);
        border-radius: 12px;
        position: absolute;
        top: 50%;
        filter: drop-shadow(0px 20px 40px rgba(0, 0, 0, 0.25));
        left: 50%;
        margin: -100px 0 0 -100px;
        width: 200px;
        height: 200px;
        transform: translate3d(0, 0, -10px);
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        transform-origin: 50% 50%;
}
.review-carousel-image:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
  z-index: -1;
}


.banner-left {
  position: relative;
  z-index: 5;
  

}

.banner-right {
  position: relative;
  height: 100vh;
  overflow: hidden;
}


.ban-images {
 
  position: relative;
  width: 100%;
  
  margin: 0 auto;
  min-height: 100vh;
  height: 100%;
  display: grid;
grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(6, 1fr);
  justify-content: center;
  justify-items: center;
  align-items: center;
  z-index: 1;
  object-fit: cover;
  gap: 10px;
}
.ban-images img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}
.ban-images img:nth-child(1) {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}

.ban-images img:nth-child(2) {
  grid-column: 3 / 5;
  grid-row: 1 / 3;
}

.ban-images img:nth-child(3) {
  grid-column: 5 / 7;
  grid-row: 2 / 4;
}

.ban-images img:nth-child(4) {
  grid-column: 2 / 4;
  grid-row: 3 / 5;
}

.ban-images img:nth-child(5) {
  grid-column: 4 / 6;
  grid-row: 4 / 6;
}



.ban-images img {
  animation: floatEffect 8s ease-in-out infinite;
  will-change: transform, opacity, filter;
}

/* Base animation (no translate) */
@keyframes floatEffect {
  0%, 100% {
    scale: 0.8;

    opacity: 1;
    filter: brightness(1);
  }
  50% {
    scale: 1;

    opacity: 0.9;
    filter: brightness(1.1);
  }
}

/* Different timings for depth effect */
.ban-images img:nth-child(1) {
  animation: floatEffect1 7s ease-in-out infinite;
}
.ban-images img:nth-child(2) {
  animation: floatEffect2 6s ease-in-out infinite;
}
.ban-images img:nth-child(3) {
  animation: floatEffect3 8s ease-in-out infinite;
}
.ban-images img:nth-child(4) {
  animation: floatEffect4 9s ease-in-out infinite;
}
.ban-images img:nth-child(5) {
  animation: floatEffect5 10s ease-in-out infinite;
}

/* Slightly varied keyframes for realism */
@keyframes floatEffect1 {
  0%, 100% { scale: 0.9; rotate: 0deg; opacity: 1; filter: brightness(1); }
  50% { scale: 1; rotate: 1deg; opacity: 0.9; filter: brightness(1.1); }
}
@keyframes floatEffect2 {
  0%, 100% { scale: 0.9; rotate: 0deg; opacity: 1; filter: brightness(1); }
  50% { scale: 1; rotate: -1deg; opacity: 0.95; filter: brightness(1.05); }
}
@keyframes floatEffect3 {
  0%, 100% { scale: 0.9; rotate: 0deg; opacity: 1; filter: brightness(1); }
  50% { scale: 1; rotate: 1deg; opacity: 0.9; filter: brightness(1.15); }
}
@keyframes floatEffect4 {
  0%, 100% { scale: 0.9; rotate: 0deg; opacity: 1; filter: brightness(1); }
  50% { scale: 1; rotate: -1.5deg; opacity: 0.92; filter: brightness(1.1); }
}
@keyframes floatEffect5 {
  0%, 100% { scale: 0.9; rotate: 0deg; opacity: 1; filter: brightness(1); }
  50% { scale: 1; rotate: 2deg; opacity: 0.85; filter: brightness(1.2); }
}


cite{
  font-style: normal !important;
}
.port {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  left: 50%;
  top: unset;
    transform: translate(-50%, 0%);
    bottom: -95%;
    opacity: 0.6;
}
.port svg { z-index: 0; }
.combo-inner .row { z-index: 2; position: relative; background-color: rgba(0, 0, 0, 0.541);}


.cwa-logo-canvas {
  width: 100%;
  height: 100%;
  min-height: 75vh;
  position: relative;
  overflow: hidden;
}

section.horizontal {
  overflow-x: hidden;
  background: linear-gradient(180deg, #070024e0, #00082f33, #070024e0);
}
section.horizontal .content-header {
margin:60px auto;

}
section.horizontal .content-header h2,section.horizontal .content-header p{
color: #fff;
}


section.horizontal .pin-wrap,
section.horizontal .animation-wrap {
    display: flex;
    position: relative;
    z-index: 1;  
    height: 100vh;
}


section.horizontal .item {
    position: relative;
    padding: 0px 0px 0px 10px;
    flex: 0 0 auto;
    height: 100vh;
    display: flex;
    align-items: start;
    line-height: 1.7;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-right: 1px solid rgba(0, 0, 0, 0.06);
    background-color: transparent;
}
.review-vid {
  width: 100%;
  height: auto; 
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  transition: .3s;
}

.review-vid video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

section.horizontal .item:before {
    position: absolute;
    font-size: 100px;
    opacity: .13;
    font-weight: bold;    
    z-index: -1;
    -webkit-transform: translate(-30px, -50px);
    transform: translate(-30px, -50px);
    line-height: 1;
}



section.horizontal .item:hover .review-vid {
    transform: scale(0.9) translateY(-3%);
    transition: .3s;
}
section.horizontal .item,section.horizontal .item .review-vid{
    transition:.3s;
}
/* section.horizontal .animation-wrap.to-right {
    counter-reset: item;
    
}

section.horizontal .animation-wrap.to-left {
    counter-reset: item 11;
    float: right; 
}

section.horizontal .animation-wrap.to-right .item:before {
    counter-increment: item;
    content: counter(item);
}

section.horizontal .animation-wrap.to-left .item:before {
    counter-increment: item -1;
    content: counter(item);
} */



/* section.horizontal .animation-wrap .item:nth-child(2n+2) {
    align-items: flex-start;
}

section.horizontal .animation-wrap .item:nth-child(4n+4) {
    align-items: flex-end;
} */

.vid-cards {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-bottom: 90px;
}
.vid-custom-card {
  position: absolute;
  width: 80%;
  top: 0px;
  height: 70vh;
  background: -webkit-linear-gradient(
    130deg,
    #C277D7 0%,
    #7729C6 67%,
    #EF9C49 100%
  );
  background: linear-gradient(-40deg, #C277D7 0%, #7729C6 67%, #EF9C49 100%);
  color: #fff;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
.vid-card1 {
}
.vid-card2 {
  top: 30px;
}
.vid-card3 {
  top: 60px;
}
.vid-card4 {
  top: 90px;
}
.vid-opacity {
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  opacity: 0.6;
}
.vid-scale {
  moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  width: 95%;
} 



/* project video sec */


.project-section{
  --gap: 1.25rem;
  --speed: 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --closed: 7rem;
  --open: 40rem;
  --accent: #EF9C49;
}
.project-section .head {
  max-width: 1400px;
  margin: auto;
  padding: 70px 20px 40px;
  display: flex;
         flex-direction: column;
        align-items: flex-end;
  gap: 2rem;
}


.project-section .nav-btn {
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.project-section .nav-btn:hover {
  background: var(--accent);
  transform: scale(2);
}
.project-section .nav-btn:disabled {
  opacity: 0.5;
  cursor: default;
}

.project-section .slider {
  max-width: 1400px;
  margin: auto;
  overflow: hidden;
}

.project-section .controls {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.project-section .track {
  display: flex;
  gap: var(--gap);
  align-items: flex-start;
  justify-content: center;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding-bottom: 40px;
}
.project-section .track::-webkit-scrollbar {
  display: none;
}

.project-section .project-card {
  position: relative;
  flex: 0 0 var(--closed);
  height: 26rem;
  border-radius: 1rem;
  overflow: hidden;
  cursor: pointer;
  transition: flex-basis var(--speed), transform var(--speed);
}
.project-card .review-vid{
  height: 100%;
}
.project-section .project-card[active] {
  flex-basis: var(--open);
  transform: translateY(-6px);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.45);
}
.project-section .project-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.75) saturate(75%);
  transition: filter 0.3s, transform var(--speed);
}
.project-section .project-card:hover .project-card__bg {
  filter: brightness(0.9) saturate(100%);
  transform: scale(1.06);
}

.project-section .project-card__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  padding: 0;
  background: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 2;
}
.project-section .project-card__title {
  color: #fff;
  font-weight: 700;
  font-size: 1.35rem;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.project-section .project-card__thumb,
.project-section .project-card__desc,
.project-section .project-card__btn {
  display: none;
}

.project-section .project-card[active] .project-card__content {
  flex-direction: row;
  align-items: center;
  padding: 1.2rem 2rem;
  gap: 1.1rem;
}
.project-section .project-card[active] .project-card__title {
  writing-mode: horizontal-tb;
  transform: none;
  font-size: 2.4rem;
}
.project-section .project-card[active] .project-card__thumb,
.project-section .project-card[active] .project-card__desc,
.project-section .project-card[active] .project-card__btn {
  display: block;
}

.project-section .project-card__thumb {
  width: 133px;
  height: 269px;
  border-radius: 0.45rem;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
.project-section .project-card__desc {
  color: #ddd;
  font-size: 1rem;
  line-height: 1.4;
  max-width: 16rem;
}
.project-section .project-card__btn {
  padding: 0.55rem 1.3rem;
  border: none;
  border-radius: 9999px;
  background: var(--accent);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
}
.project-section .project-card__btn:hover {
  background: #ff824f;
}

.project-section .dots {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  padding: 20px 0;
}
.project-section .proj-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: 0.3s;
}
.project-section .proj-dot.active {
  background: var(--accent);
  transform: scale(1.2);
}
.project-section .project-card[active] .review-vid video {
    object-fit: contain;
}

.project-section .project-card .review-vid video {
    object-fit: cover;
}

video.banvid {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.5;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
  .project-section {
    --closed: 4rem;
    --open: 22rem;
  }
  .project-section .head {
    padding: 50px 20px 30px;
  }
  .project-section .track {
    flex-direction: column;
    scroll-snap-type: y mandatory;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 0;
  }
  .project-section .project-card {
    height: 20rem;
  }
  .project-section  .project-card__title {
    font-size: 1.1rem;
    writing-mode: horizontal-tb;
    transform: none;
    text-align: center;
    padding-inline: 0.3rem;
  }
  .project-section  .nav-btn {
    width: 2rem;
    height: 2rem;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .project-section {
    --closed: 100%;
    --open: 100%;
    --gap: 0.8rem;
  }

  .project-section .head {
    padding: 30px 15px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .project-section .slider {
    padding: 0 15px;
  }

  .project-section .track {
    flex-direction: column;
    scroll-snap-type: y mandatory;
    gap: 0.8rem;
    padding-bottom: 20px;
  }

 .project-section .project-card {
    height: auto;
    min-height: 80px;
    flex: 0 0 auto;
    width: 100%;
    scroll-snap-align: start;
  }

 .project-section .project-card[active] {
    /* min-height: 300px; */
    transform: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  }

  .project-section .project-card__content {
    flex-direction: row;
    justify-content: flex-start;
    padding: 1rem;
    align-items: center;
    gap: 1rem;
  }

   .project-section .project-card__title {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 1.2rem;
    margin-right: auto;
  }

  .project-section .project-card__thumb,
  .project-section .project-card__desc,
  .project-section .project-card__btn {
    display: none;
  }

 .project-section .project-card[active] .project-card__content {
    align-items: flex-start;
    padding: 1.5rem;
  }

  .project-section .project-card[active] .project-card__title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
  }

  .project-section .project-card[active] .project-card__thumb {
    width: 200px;
    height: 267px;
    border-radius: 0.35rem;
    margin-bottom: 1rem;
  }

  .project-section .project-card[active] .project-card__desc {
    font-size: 0.95rem;
    max-width: 100%;
    margin-bottom: 1rem;
  }

 .project-section .project-card[active] .project-card__btn {
    align-self: center;
    width: 100%;
    text-align: center;
    padding: 0.7rem;
  }

  .project-section .dots {
    display: none;
  }

 .project-section .controls {
    width: 100%;
    justify-content: space-between;
    padding: 0 15px 20px;
    display: none;
  }

  .project-section .nav-btn {
    position: static;
    transform: none;
  }
}


/* project sec end */



.cwa-gif{
  
    width: 90%;
    
    opacity: 0.4;
}


.cwa-vid{
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: darken;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media (max-width: 600px) {
  .carousel-review {
    transform: rotateX(-10deg) scale(.3) translateY(-60px);
  }
}


@media (max-width: 768px) {
    .sticky-card-wrp {
        padding: 60px 0;
    }

    .content-header h2 {
        font-size: 32px;
    }

    .content-header p {
        font-size: 16px;
    }

    .cards-col {
        gap: 30px;
    }

    .card-content h3 {
        font-size: 20px;
    }

    .card-content p {
        font-size: 14px;
    }
     .cards-wrpper-2 {
    max-width: 90%;
    margin: 20px auto;
    text-align: center;
  }
  .review-vid {
    height: 250px;
  }
  .cards-wrapper-2{
     position: relative;
    left: 0;
         margin: auto;
  }
  .client-reviews .cards-col{
    height: fit-content;
  }
  
}
@media(min-width:767px){
  a:hover {
      transform: scale(1.05);
      transition: 500ms;
    }
            a {
             
              transition: 500ms;
            }
}