.snap-card .img-box {
  height: 475px;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.snap-card .image1 {
  border-radius: 1rem;
  position: relative;
  transition: 0.5s ease-in-out;
}

.snap-card.image2 {
  position: absolute;
  border-radius: 1rem;
  transition: 0.5s ease-in-out;
  opacity: 0;
}

.snap-card .img-box:hover .image1 {
  opacity: 0;
}

.snap-card .img-box:hover .image2 {
  opacity: 100%;
}

.snap-card .watermark {
  position: absolute;
  margin-top: 25rem;
}

.left_column {
  height: 500px;
}


.phone-wrap {
  z-index: 1;
  display: block;
  position: relative;
}


.phone-wrap .phone {
  z-index: 1;
  height: 100vh;
  /* margin-bottom: -125vh; */
  position: relative;
}

.phone-sticky {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  /* overflow: hidden; */
  transform: translate(0);
}

.phone-sticky__bg {
  z-index: -1;
  grid-column-gap: 1.51515rem;
  grid-row-gap: 1.51515rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.phone-sticky__bg-line {
  grid-column-gap: 1.51515rem;
  grid-row-gap: 1.51515rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 40vh;
  display: flex;
}

.phone-sticky__bg-line.is-1,
.phone-sticky__bg-line.is-3 {
  justify-content: flex-start;
  align-items: center;
}

.phone-sticky__bg-img {
  border-radius: 2rem;
  height: 100%;
  transform: translate(0);
}

.phone-sticky__device {
  height: 65vh;
  overflow: visible;
}

.phone-sticky__device-img {
  height: 75vh;
  position: relative;
  overflow: visible;
}

.phone-sticky__img {
  z-index: 2;
  object-fit: contain;
  height: 100%;
  position: relative;
  overflow: visible;
}

.phone-sticky__video {
  z-index: 1;
  border-radius: 3vw;
  width: 95%;
  height: 98%;
  position: absolute !important;
  inset: 1% auto auto 2%;
  overflow: hidden;
  box-shadow: 0 3rem 5rem #0000004d;
}


.phone__scroll-trigger {
  z-index: 5;
  width: var(--triggers);
  background-color: red;
  position: absolute;
  inset: 100vh auto 100vh 0%;
}

.w-background-video {
  color: #fff;
  height: 74vh;
  position: relative;
  overflow: hidden;
}

.w-background-video>video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%;
}

.w-background-video>video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.w-background-video--control {
  background-color: #0000;
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.w-background-video--control>[hidden] {
  display: none !important;
}

.Highlight iframe {
  height: 100%;
  width: 100%;
  object-fit: cover !important;
}


.mobile-vertical-option-mob {
  padding: 16px 0;
}

.mobile-vertical-option-mob .mob-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 14px;
}

.mobile-vertical-option-mob .mob-card-img {
  width: auto;
  height: 300px;
  object-fit: contain;
  border-radius: 12px;
  margin: auto;
  margin-bottom: 40px;
}

.mobile-vertical-option-mob .mob-card-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.3;
}

.mobile-vertical-option-mob .mob-card-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  padding-bottom: 40px;
}

.mobile-vertical-option-mob .swiper-pagination-bullet {
  background: #000 !important;
  opacity: 0.3;
  position: relative;
}

.mobile-vertical-option-mob .swiper-pagination-bullet-active {
  opacity: 1;
}

.mobile-vertical-option-mob .owl-theme .owl-dots .owl-dot.active span {
  width: 17px;
  height: 10px;
  margin: 5px 7px;
  background: #fb0e3f;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}





.portfolio__detail-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.portfolio__detail-btns .wc-btn-primary {
  width: 200px;
  height: 200px;
  margin: 0 -10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  padding: 14px;
  text-transform: capitalize;
  color: #000;
  border: 1px solid #d0d0d0;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio__detail-btns .wc-btn-primary .icon {
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.portfolio__detail-btns .wc-btn-primary .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.portfolio__detail-btns .wc-btn-primary .content {
  width: 100%;
  padding: 10px;
  text-align: center;
}

.portfolio__detail-btns .wc-btn-primary .icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Highlight .swiper-button-next,
.swiper-button-prev {
  svg {
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    width: 100%;
    fill: transparent;
    pointer-events: none;

  }
}

.Highlight .swiper-button-next,
.Highlight .swiper-button-prev {
  top: 50%;
  width: 44px;
  height: 44px;
  background-color: #fb0e3f;
  box-sizing: content-box;
  background-size: 44px 44px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 100px;
}

.Highlight .swiper-button-next svg,
.Highlight .swiper-button-prev svg {
  color: #fff;
  padding: 5px;
}

.Highlight .swiper-button-next {
  right: 45%;
  top: 95%;
}

.Highlight .swiper-button-prev {
  left: 45%;
  top: 95%;
}

.Highlight .swiper-wrapper {
  padding-bottom: 80px;
}

.Highlight .swiper-pagination {
  display: none;
}



/* industry  */
#c6 .owl-item .industries {
  padding: 40px 20px 10px 20px;
  margin-left: -17%;
  min-height: 370px;
}

#c6 .owl-item .industries h3 {
  position: relative;
  padding: 20px 0 10px 0;
  z-index: 999;
  font-size: 24px;
  border-top: 1px solid #242424;
}

#c6 .owl-item p {
  opacity: 0;
  z-index: 999;
}

#c6 .owl-item a {
  opacity: 0;
  position: absolute;
  bottom: 30px;
}

#c6 .owl-item.active.center p {
  opacity: 1;
}

#c6 .owl-item.active.center a {
  opacity: 1;
}

#c6 .owl-item.active.center .item h3 {
  font-size: 32px;
}

#c6 .owl-item.active.center .item {
  width: 100% !important;
  vertical-align: baseline;
  margin-left: -30%;
  position: relative;
  z-index: 1;
}

#c6 .owl-item.active.center .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -90px;
  height: 280px;
  width: 60%;
  background-color: #ffffff;
  z-index: -1;
}

#c6 .owl-item.active.center .item::after {
  content: "";
  position: absolute;
  top: 0;
  right: -85%;
  height: 400px;
  width: 75%;
  background: linear-gradient(to right, transparent 0%, #ffffffc0 14%);
  z-index: -1;
}

.industries_image {
  height: 300px;
  width: 100%;
  z-index: 99;
  position: relative;
}

.industries_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 99;
}

#c6 {
  margin-left: 0%;
  z-index: 1;

}

.progress {
  height: 5px;
  margin-bottom: 20px;
  width: 74%;
  margin-left: 5%;
}

.progress-bar {
  background-image: radial-gradient(circle, #998eff, #dbbdf9 55%, #eba6ff);
  border-radius: 3px;
}


.carousel-content .owl-prev {
  position: absolute;
  bottom: -0%;
  right: 8%;
  color: #000000;
  border-radius: 50% !important;
  font-size: 16px;
  padding: 0px 7px 7px 7px !important;
  height: 40px;
  width: 40px;
  background-color: transparent;
  border: 1px solid #ff0059a8 !important;
}

.carousel-content .owl-prev i {
  color: #ff00598c;
}

.carousel-content .owl-next {
  position: absolute;
  bottom: -0%;
  right: 0%;
  color: #000000;
  border-radius: 50% !important;
  font-size: 16px;
  padding: 0px 7px 7px 7px !important;
  height: 40px;
  width: 40px;
  background-color: transparent;
  border: 1px solid #ff0059a8 !important;
}

.carousel-content .owl-next i {
  color: #ff00598c;
}

.carousel-content .owl-nav [class*="owl-"]:hover {
  background-color: var(--theme-pink);
  color: #fff !important;
  text-decoration: none;
}

.carousel-content .owl-nav [class*="owl-"]:hover i {
  color: #fff !important;
}


/* process */

.process-item {
  border-right: 1px solid #ccc9c9;
  padding: 20px 20px 10px 20px;
  height: 100%;
  border-bottom: 1px solid #ccc9c9;
}

.process-item.last-row,
.w-list-item.last {
  border-bottom: none;
}

.process-item.last {
  border-right: none;
}

.process-item .process-image {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  min-height: 88px;
}

.process-item .process-image img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  object-position: left;
}

.process-item .process-image h4 {
  font-size: 20px;
  text-align: end;
}

.process-item .content {
  color: #000;
  padding-top: 20px;
}

.process-item .content ul {
  list-style: none;
  padding-left: 0;
}

.process-item .content ul li {
  display: flex;
  align-items: flex-start;
  padding: 3px 0;
}

.process-item .content ul li img {
  width: 13px;
  margin-right: 14px;
  margin-top: 5px;
  transform: rotate(45deg);
}





/* ===============================
   BACKGROUND OVERLAY
================================ */

.sticky_bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.bg_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  /* darkness level */
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}

/* Ensure image stays below overlay */
.sticky_bg img {
  position: relative;
  z-index: 0;
}

.wrapper_catering_cards {
  border: 1px solid #d8cbb859;
  border-radius: 10px;
  width: 30em;
  height: 34em;
  overflow: hidden;
  margin-left: auto;
  margin-bottom: 20px;
  backdrop-filter: blur(2px);
}

.service-sticky {
  position: relative;
  overflow: hidden;
}

.sticky_bg {
  position: absolute;
  inset: 0;
}

.content-left {
  position: relative;
}

.content-right {
  position: relative;
}

.number_catering {
  color: white;
  font-size: 1.25em;
  font-weight: 300
}

.header_card {
  border-bottom: 1px solid #d8cbb859;
  padding: 16px 20px
}

.box_inside {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 88%;
  padding: 20px;
  display: flex
}

.desc_catering_card {
  width: 100%;
  margin-top: 0
}


.slide-img {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide-img.active {
  opacity: 1;
}


@media (max-width: 767px) {
  .d-flex.navigation {
    align-items: center;
  }

  #header,
  #DubaiHeader,
  #californiaHeader {
    min-height: 60px !important;
    padding-top: 10px;
  }

  #header.fixed-me,
  #DubaiHeader.fixed-me,
  #californiaHeader.fixed-me {
    top: 0;
    padding: 10px 10px;
  }

  .wrapper_catering_cards {
    border: 1px solid #d8cbb859;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-bottom: 20px;
    backdrop-filter: blur(2px);
  }

  .sticky_bg img {
    height: 100%;
    object-fit: cover;
  }

  .progress {
    margin-bottom: 10px;
    width: 70%;
    margin-left: 0%;
  }

  #c6 .owl-item.active.center .item h3 {
    font-size: 24px;
  }

  #c6 .owl-item.active.center .item {
    margin-left: 0%;
  }

  #c6 .owl-item .industries {
    padding: 20px 10px 0 10px;
    margin-left: 0%;
  }

  .carousel-content .owl-prev {
    position: absolute;
    bottom: 6%;
    right: 12%;
  }

  .carousel-content .owl-next {
    position: absolute;
    bottom: 6%;
    right: -4%;
  }

  .industries_image {
    height: 200px;
    width: 100%;
  }

  .service_list {
    display: none;
  }

}

@media only screen and (max-width: 767px) {
  .portfolio__detail-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .portfolio__detail-btns .wc-btn-primary {
    margin-top: -12px;
  }

  .phone-sticky__bg {
    z-index: -1;
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .phone-sticky__bg-line {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 23vh;
    display: flex;
  }

  .phone-sticky__bg-img {
    border-radius: 1rem;
    height: 100%;
    transform: translate(0);
  }

  .phone-sticky__device-img {
    height: 63vh;
    position: relative;
    overflow: visible;
  }

  .w-background-video {
    color: #fff;
    height: 62vh;
    position: relative;
    overflow: hidden;
  }

  .phone-sticky__video {
    z-index: 1;
    border-radius: 5vw;
  }

  .w-background-video>video {
    border-radius: 30px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .wrapper_catering_cards {
    border: 1px solid #d8cbb859;
    border-radius: 10px;
    width: 48%;
    height: 30em;
    overflow: hidden;
    margin-left: auto;
    margin-bottom: 20px;
    backdrop-filter: blur(2px);
  }

  .sticky_bg img {
    height: 100%;
    object-fit: cover;
  }

  .phone-sticky__bg {
    z-index: -1;
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .phone-sticky__bg-line {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 23vh;
    display: flex;
  }

  .phone-sticky__bg-img {
    border-radius: 1rem;
    height: 100%;
    transform: translate(0);
  }

  .phone-sticky__device-img {
    height: 62vh;
    position: relative;
    overflow: visible;
  }

  .w-background-video {
    color: #fff;
    height: 61vh;
    position: relative;
    overflow: hidden;
  }

  .phone-sticky__video {
    z-index: 1;
    border-radius: 5vw;
  }

  .w-background-video>video {
    border-radius: 30px;
  }

}

@media only screen and (min-width: 1023px) and (max-width: 1280px) {
  .wrapper_catering_cards {
    border: 1px solid #d8cbb859;
    border-radius: 10px;
    height: 30em;
    overflow: hidden;
    margin-left: auto;
    margin-bottom: 20px;
    backdrop-filter: blur(2px);
  }

  .sticky_bg img {
    height: 100%;
    object-fit: cover;
  }

}