.hero-header {
  background: linear-gradient(90deg, #b615fa 0%, #3604a5 65.33%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lighthouse-header,
.distribution-exc-header {
  background: linear-gradient(90deg, #b615fa 0%, #3604a5 65.33%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lighthouse-desc {
  background: linear-gradient(270deg, #3604a5 33.2%, #b415f9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 24px;
}

.btn-gradient-bg::before,
.btn-black-hover::before,
.btn-gradient::before {
  background-color: #9611e5;
}

.btn-gradient-bg::after,
.btn-gradient {
  background: linear-gradient(90deg, #9611e5 0%, #3604a5 100%);
}

.blog-blur {
  background: rgba(205, 152, 237, 0.73);
}

.services-blur,
.testimonials-blur,
.blog-blur,
.about-blur,
.work-blur,
.faq-blur,
.address-blur,
.security-blur {
  border-radius: 9999px;
  filter: blur(72.5px);
}

.security-blur {
  background: rgba(188, 22, 254, 0.1);
  width: 442px;
  height: 116px;
}

.address-blur-1 {
  background: rgba(188, 22, 254, 0.73);
}

.address-blur-2 {
  background: rgba(188, 22, 254, 0.35);
}

.faq-blur {
  width: 409px;
  height: 409px;
}

.faq-blur-1 {
  background: rgba(203, 150, 234, 0.36);
}

.faq-blur-2 {
  background: rgba(203, 152, 234, 0.59);
}

.work-blur {
  width: 246px;
  height: 246px;
}

.about-blur-1 {
  background: rgba(205, 152, 237, 0.43);
}

.about-blur-2 {
  background: rgba(205, 152, 237, 0.61);
}

.blog-blur-1 {
  background: #cd98ed;
}

.blog-blur-2 {
  background: rgba(205, 152, 237, 0.36);
}

.services-blur-1 {
  background: rgba(188, 22, 254, 0.46);
}

.services-blur-2 {
  background: rgba(188, 22, 254, 0.52);
}

.services-blur-3 {
  background: rgba(188, 22, 254, 0.46);
}

.testimonials-blur {
  background: rgba(188, 22, 254, 0.15);
}

.work-blur-1 {
  background: rgba(188, 22, 254, 0.39);
}

.work-blur-2 {
  background: rgba(188, 22, 254, 0.59);
}

.team-blur-1 {
  background: rgba(205, 152, 237, 0.38);
}

.team-blur-2 {
  background: rgba(205, 152, 237, 0.43);
}

.social-link li svg {
  cursor: pointer;
  height: 28px;
  width: auto;
}

.social-link li {
  transition: transform 0.3s;
}

.social-link li:hover {
  transform: scale(1.2);
}

.line-border {
  height: 28px;
}

/* .social-link li svg path:first-child:hover{
  fill: var(--bg-secondary);
} */
/* .line-border {
  display: inline-block;
  height: 30px;
  width: 1px;
  background: rgba(209, 92, 255, 0.42);
} */

/* .de-black {
  background-color: rgb(33 34 32 / var(--tw-bg-opacity));
}

.de-size {
  height: 94px;
  width: 342px;
} */

/* .de-span {
  color: #cd98ed;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.de-span-light {
  color: #7e0dd5;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.de-p {
  color: #cd98ed;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
} */

/* .cb-p {
  color: #cd98ed;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}

.cb-p-light {
  color: #7e0dd5;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
}

.de-p-light {
  color: #7e0dd5;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
} */

.blog-links {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.blog-link-box {
  border-radius: 25px;
  border: 3px solid #3604a5;
  background: #fff;
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  column-gap: 14px;
  padding: 12px;
}

.blog-link-box img {
  width: 40px;
  height: 40px;
}

.blog-links-p {
  color: #3604a5;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}

.two-col-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 14px;
}

.subscribe-box {
  width: 100%;
  border-radius: 25px;
  border: 3px solid #3604a5;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px;
  gap: 12px;
  margin-top: 32px;
}

.subscribe-box h3 {
  color: #3604a5;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.name-style {
  color: var(--bg-primary);
}

.main-nav li a {
  padding: 1px;
  background: transparent;
}

.nav-gradient-border {
  background: linear-gradient(
    148deg,
    #bc16fe 0%,
    #3604a500 43%,
    #3604a500 64%,
    #9611e533 100%
  );
  border-radius: 50px;
  display: inline-block;
  font-size: 20px;
  padding: 1px;
  text-decoration: none;
}

.nav-gradient-border a {
  border: none;
}

.gradient-border-box {
  width: 100%;
  background: linear-gradient(
    163deg,
    #9611e5 0%,
    #3604a500 33.5%,
    #3604a500 67%,
    #9611e5 100%
  );
  border-radius: 25px;
  color: #122dff;
  display: inline-block;
  font-size: 20px;
  padding: 7px;
  text-decoration: none;
}

.gradient-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 18px;
  padding: 32px 64px;
}

.lighthouse-main-h {
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(90deg, #3704a6 0%, #9110e1 44.85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lighthouse-p {
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.team-single-photo {
  margin-top: -50px;
}

.solutions-section {
  margin-top: -53.5rem;
}

.services-section {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: rgb(25 26 23 / var(--tw-bg-opacity));
}

/* .tech-stack div img{
  width: auto;
}

.tech-stack div .aws{
  max-height: 170px;
}

.tech-stack div .datab{
  max-height: 150px;
} */

.summary-section {
  top: -435px;
}

.loyalty-key-pts{
    top: -560px;
}

.rgm-section {
  top: -230px;
}

.dist_exc_inner_box {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.dist_exc_box img {
  width: 34px;
  height: 34px;
}

.dist_exc_box a h3 {
  color: #18181b;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.3px;
}

.dist_exc_box .btn-outline {
  margin-top: auto;
}

.software-inner-round {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-img-mt {
  margin-bottom: 75px;
}

.blog-pag:hover {
  color: var(--bg-white);
  background-color: var(--bg-primary);
}

.blog-pag.prev-arr:hover i,
.blog-pag.next-arr:hover i {
  color: #ffffff;
}

.group.page-active .blog-pag {
  color: #ffffff;
  background-color: var(--bg-primary);
}

.about-articles-left {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
  gap: 24px;
  padding: 0;
  bottom: 60px;
}

.articles-pagination {
  grid-column: 2;
  align-items: start;
  margin: 40px 0;
  margin-bottom: 0;
}

.articles-pagination .next-arr,
.articles-pagination .prev-arr {
  color: #ffffff;
}

.articles-pagination a {
  color: #ffffff;
}

.why-us-header {
  background: rgba(255, 255, 255, 1);
}

.header-nav-bg {
  background: rgba(255, 255, 255, 1);
}

.solutions-images {
  grid-column: 1/-1;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.commercial-img {
  background-image: url(../images/solution/commercial-excellence.png);
}

.rgm-img {
  background-image: url(../images/solution/revenue-growth-management.png);
}

.rtm-img {
  background-image: url(../images/solution/route-to-market.png);
  background-position: center bottom;
}

.cs_images {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 430px;
}

.movit-img {
  background-image: url(/images/blog/movit-cs/movit.jpg);
}

.press-releases,
.team-section-wrapper {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.press-releases > div,
.team-section-wrapper > div {
  transition: 0.2s transform ease-in-out;
  min-width: 100%;
}

.team-section .group.item span {
  color: var(--default-text);
}

.team-section .group.item:hover span {
  color: #fff;
}

.team-section .group.item.page-active span {
  color: #fff;
}

.group.item span {
  color: #fff;
}

.group.item,
.group.prev,
.group.next {
  cursor: pointer;
}

.team-member-img img {
  height: 385px;
  width: auto;
}

/* .contact-us-sect {
  padding: 138px 20px;
} */

.our-team-grid {
  padding-right: 0;
}

.services-section img:not(.services-section .bullet-points img),
.why_services img:not(.why_services .bullet-points img),
.security_services img:not(.security_services .bullet-points img),
.about_services img:not(.about_services .bullet-points img) {
  height: 75px;
  width: auto;
}

.blog-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1rem;
}

.blog-title img {
  height: 40px;
}

.blog-details-body div.blog-quote {
  display: flex;
  align-items: end;
  margin-top: 2rem;
  margin-bottom: 2rem;
  gap: 12px;
}

.blog-quote h3 {
  margin: 0;
}

.blog-quote svg {
  height: 40px;
}

.max-1048 {
  max-width: 1048px;
}

.max-h-430 {
  max-height: 430px;
}

.blog-details-body div.blog-non-quote {
  margin-top: 0;
  margin-bottom: 1rem;
}

.blog-details-body div.blog-non-quote h3 {
  margin-top: 0;
  padding-bottom: 4px;
}

.highlight-box {
  border-color: var(--bg-primary);
}

.highlight-box ul li {
  padding-left: 0;
  margin-left: 40px;
  font-weight: 400;
  margin-bottom: 8px !important;
}

.highlight-box ul {
  list-style: disc;
}

.blog-details-body ul li::before {
      content: "";
}

.blog-details-body ul li:before {
  --tw-content: none;
}

.highlight-box h3 {
  margin-bottom: 1.5rem;
}

.highlight-box p {
  margin-bottom: 2rem;
}

.highight-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
}

.quote-icon-wrapper {
  display: flex;
  gap: 10px;
}

.quote-icon-wrapper img {
  height: 100px;
  width: auto;
}

p.highlight-testimonial {
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 24px;
}

.numbers_list {
  list-style: decimal;
}

.disc_list {
  list-style: disc;
}

.blog-details-body ul.numbers_list li,
.blog-details-body ul.disc_list li {
  padding: 0;
  margin-bottom: 0;
  font-weight: normal;
  margin-left: 30px;
}

.blog-details-body div.blog-quote.align-start {
  align-items: start;
}

.marquee-content-list {
  padding: 16px 18px;
}

.span-max {
  display: inline-block;
  height: max-content;
}

.client-grid {
  display: grid;
  place-items: center;
  overflow: auto;
}

.marquee-content-list img.h-75 {
  height: 75px;
}

.marquee-content-list img.h-90 {
  height: 90px;
}

.bullet-points {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bullet-points li {
  display: flex;
  align-items: start;
  gap: 8px;
}

.bullet-points span {
  margin-top: -4px;
}

.security-z-grid {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.security-z-grid img {
  height: auto;
  max-width: 320px;
}

.transition-icon {
  width: 280px;
  height: auto;
}

.lighthouse-hero {
  max-width: 600px;
  height: auto;
  margin-top: 20px;
}

.banner {
  background-color: var(--bg-black);
  padding: 24px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in;
}

.banner.active {
  transform: translateY(0%);
  position: relative;
}

.banner p {
  color: #fff;
}

.banner .popup-btn {
  border: 2px solid #fff;
}

.banner .close-btn {
  position: absolute;
  top: 12px;
  right: 20px;
}

.banner .close-btn i {
  color: #fff;
}

/* .security_services div h3{
  min-height: 84px;
} */

.email-box::before {
  font-size: 4rem;
  color: var(--bg-primary);
}

input[type="file"]::file-selector-button {
  display: none;
}

/* Custom scrollbar  */
.client-grid::-webkit-scrollbar {
  width: 6px;
}

.client-grid::-webkit-scrollbar-track {
  background: #e3e3e3;
  /* box-shadow: inset 0 0 5px grey; */
  border-radius: 6px;
}

/* Handle */
.client-grid::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: linear-gradient(180deg, #b615fa 0%, #4005ab 100%);
}

.contact-field,
.contact-field-txta {
  position: relative;
}

.input {
  height: 40px;
  padding: 0 10px;
  outline: none;
}

.contact-field-txta textarea.input {
  height: 200px;
  padding-top: 10px;
}

.placeholder {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  font-size: 13px;
  padding: 0 5px;
  color: #666;
  transition: 0.3s;
  pointer-events: none;
}

.contact-field-txta .placeholder {
  top: 20px;
}

.input:focus ~ .placeholder,
.input:not(:placeholder-shown) ~ .placeholder {
  top: 0;
  color: var(--bg-primary);
  background-color: #fff;
}

.popup-container {
  max-width: 920px;
}

.inner-popup-body {
  max-height: calc(100vh - 220px);
  overflow-y: auto;
}

.inner-popup-body::-webkit-scrollbar {
  display: none;
}

.inner-popup-body {
  scrollbar-width: none; /* For Firefox */
}

.lighthouse-wordmark {
  width: 300px;
  height: auto;
  margin-bottom: 2rem;
}

#blog-feature .swiper-wrapper {
  transition-timing-function: ease-in-out;
}

/* .event-summary{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 24px;
  background-color: var(--bg-main-content);
  border-radius: 20px;
} */

.event-summary .num {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.genai-imgs-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
}

.post-author-avartar {
  border: 3px solid rgb(217, 224, 197);
  border-radius: 50%;
  overflow: hidden;
}

.blog-date-wrapper {
  padding-top: 30px;
}
.blog-date-wrapper {
  text-align: center;
  line-height: 1;
}

.icon-calendar-empty {
  color: #dedede;
}

.icon-calendar-empty {
  margin-bottom: 25px !important;
  margin-right: 0;
  display: inline-block;
}

.blog-date-day {
  color: #1b1b1b;
  border-bottom-color: #1b1b1b;
}

.blog-date-day {
  font-size: 44px;
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 12px !important;
}

.blog-date-month {
  color: #8c8c8c;
}
.blog-date-month {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 10px !important;
}

.blog-date-year {
  color: #a2a2a2;
}

.blog-date-year {
  font-size: 12px;
  letter-spacing: 4px;
}

.blog-date-mob.blog-date-wrapper {
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
  margin-top: -1.5rem;
  gap: 8px;
}

.blog-date-mob.blog-date-wrapper .icon-calendar-empty {
  margin: 0 !important;
}

.emp_team_img {
  width: 56px;
  height: 56px;
}

.emp_team_block{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.table-container {
  overflow-x: auto;
  margin: auto;
}
table {
  width: 100%;
  border-collapse: collapse;
  min-width: 320px;
}
th, td {
  border: 1px solid #000000;
  padding: 10px;
  text-align: left;
}
td:first-child {
  font-weight: bold;
}

.blog-info{
  flex-wrap: wrap;
  gap: 8px;
}

.carousel-mobile {
  display: none;
}

#vxceedLogoContainer {
  display: flex;
  align-items: center;
  height: 40px; /* adjust as needed */
}

.white-logo,
.colored-logo {
  height: 100%;
}

.colored-logo {
  display: none;
}

.logo-colored .white-logo {
  display: none;
}

.logo-colored .colored-logo {
  display: block;
}

.disabled-nav {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Prevent hover background/color changes */
.disabled-nav:hover {
  background-color: inherit !important;
  color: inherit !important;
}

/* If using nested icons or elements with hover color */
.disabled-nav:hover i {
  color: inherit !important;
}

.filter-container label {
  font-weight: 600;
  margin-right: 10px;
}

/* Style the select dropdown */
.filter-container select {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: border-color 0.3s, box-shadow 0.3s;
}

/* Hover effect */
.filter-container select:hover {
  border-color: #888;
}

/* Focus effect */
.filter-container select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 3px rgba(0, 123, 255, 0.5);
}

.grid-4{
    grid-template-columns: 1fr;
  }

  .loyalty-key-pts .grid-4 .right-dashed-border{
    padding-right: 0;
    border-bottom: 2px dashed rgba(0, 0, 0, 0.1);
    border-right: none;
    padding-bottom: 16px;
  }

  .loyalty-key-pts .grid-4 .right-dashed-border:last-child{
      border-bottom: none;
      padding-bottom: 0;
  }

 .custom-icon-class,
.custom-icon-ln-class {
  border: 1px solid #dce0d3;
  padding: 8px;
  border-radius: 50%;
  transition: background-color 0.3s ease; /* container bg transition */
}

.custom-icon-class svg rect,
.custom-icon-ln-class svg rect {
  fill: black; 
  transition: fill 0.3s ease; /* rect bg transition */
}

.custom-icon-class svg path,
.custom-icon-ln-class svg path {
  fill: white; 
  transition: fill 0.3s ease; /* logo color transition */
}

.custom-icon-class:hover,
.custom-icon-ln-class:hover {
  background-color: var(--bg-primary); /* container bg change */
}

.custom-icon-class:hover svg rect,
.custom-icon-ln-class:hover svg rect {
  fill: white; /* rect bg on hover */
}

.custom-icon-class:hover svg path,
.custom-icon-ln-class:hover svg path {
  fill: var(--bg-primary); /* logo color on hover */
}

.carousel-container,
      .carousel-mobile {
      position: relative;
      width: 100%;
      overflow: hidden;
      }

      .carousel-slide,
      .carousel-slide-mobile {
      display: flex;
      width: 300%; 
      transition: transform 1s ease-in-out;
      }

      .carousel-item {
      width: 100%; 
      }



      .carousel-indicators {
        position: absolute;
        bottom: 20px;
        right: 20px;
        display: flex;
        gap: 10px;
      }

      .indicator {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #ccc; 
        cursor: pointer;
      }

      .indicator.active {
        background-color: var(--bg-primary); 
      }

      .loyalty-background {
        position: relative;
        background-image: url(/images/loyalty/happy-shopkeeper.jfif);
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
        display:grid;
        place-items:center;
      }

      .overlay {
        position: absolute;
        inset: 0; /* same as top: 0; right: 0; bottom: 0; left: 0; */
        background: rgba(0, 0, 0, 0.5); /* semi-transparent black overlay */
        z-index: 0;
      }

      .white-btn-border::after{
        background:none;
        border:2px solid #fff;
      }

      .gif-abs-pos{
        position:absolute;
        top:70%;
        transform:translate(-50%,-50%) !important;
      }

      .carousel-slide .carousel-item iframe,
      .carousel-slide-mobile .carousel-item iframe {
        width: 100%;
        height: calc(100% - 80px);
        border: none;
      }

      #mask0_1320_25732{
        mask-type: alpha
      }

      .singlePage ul {
        list-style: disc;
      }

      .singlePage ul li::before {
        content: "";
      }

      .singlePage ul li {
        padding-left: 0;
        margin-left: 40px;
        font-weight: 400;
        color: var(--bg-grey);
      }

      .blog-quote{
            display: flex;
            align-items: end;
            margin-top: 2rem;
            margin-bottom: 2rem;
            gap: 12px;
        }

      .loyalty-z-grid{
        display: flex;
        flex-direction: column;
        gap: 50px;
      }

      .loyalty-z-grid img {
        height: 100%;
        width: 100%;
      }

      .content-container{
        align-items: stretch;
      }

      .step-text-box{
        flex: 0 0 60%;
        box-sizing: border-box;
      }

      .step-img-box {
        flex: 0 0 40%;
        box-sizing: border-box;
        overflow: hidden;
      }

      .step-img-box img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; /* optional, explained below */
      }

      .z-pat-left{
        background: #f3e8fb;
        padding: 30px 60px;
        border-radius: 18px;
      }

      .z-pat-right{
        /* padding: 30px 60px; */
        border-radius: 18px;
        overflow: hidden;
        max-width: 40%;
        min-width: 40%;
      }

      .loyalty-z-grid .z-box-reverse .z-pat-left{
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
      }

      .loyalty-z-grid .z-box-reverse .z-pat-right{
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
      }

      .loyalty-z-grid .z-box .z-pat-left{
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
      }

      .loyalty-z-grid .z-box .z-pat-right{
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
      }

      /* .loyalty-z-grid .z-box .step-text-box{
        text-align: right;
      } */

      .z-pat-no{
        background-color: #ffffff;
        color: #7e0ed5;
        /* padding: 12px 24px; */
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: grid;
        place-items: center;
        font-size: 24px;
      }

      .no-gap{
        gap: 0 !important;
      }

      .video-container {
  position: relative;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: #000;
  height: calc(100% - 80px);
}

.youtube-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 48px;
  background: url('/images/homepage/play.svg') no-repeat center;
  background-size: contain;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
}

.video-container:hover .play-button {
  transform: translate(-50%, -50%) scale(1.1);
}