.yujawards-wrapper .row {
  display: flex;
  margin: 0;
}
.yujawards-wrapper .award-box {
  width: 29%;
  padding-right: 10px;
}
.yujawards-wrapper .award-details {
  padding: 0;
}
.yujawards {
  margin: 48px 0 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgb(0 0 0 / 20%);
}
.yujawards .img-wrap {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.yujawards .img-wrap img {
  max-width: 90px;
  max-height: 110px;
}
.yujawards h3 {
  margin: 14px 0px 10px 0px;
}
.awards-name h5.greyHead {
  color: #000;
}
.award-box {
  padding-right: 20px;
}
.award-details {
  display: flex;
  flex-direction: column;
  padding-right: 80px;
}
/* New YUJ design global css start 7 may 2026 */
/* 	common */
.heading-with-link {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.heading-with-link.light {
  color: #fff;
}
.heading-with-link p {
  margin-bottom: 0;
}
.heading-with-link .link-with-icon {
  margin: 0 0 6px 0;
  align-self: flex-end;
  font-size: 24px;
  margin-top: 16px;
  color: #fff;
  font-family: "Figtree", "sans-serif";
  font-weight: 700;
  flex-shrink: 0;
}

.link {
  font-size: 14px;
  margin-top: 16px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Figtree", "sans-serif";
  font-weight: 700;
}
.link:hover {
  color: #fff;
}

.link-with-icon .icon::before {
  background: #4b3bc4;
}
.link-with-icon.black,
.link-with-icon.black span {
  color: #000;
}
.heading-with-link h3 {
  font-weight: 600;
  margin-bottom: 6px;
}
.highlight.accent-color {
  color: #4b3bc4;
}
/* Testimonials */

.client-speak-sec.client-speak-desk-sec {
  margin-top: 36px;
}
.client-speak-sec .review-items {
  margin: 0 -10px;
}
.review-item-col.review-item-big-col {
  width: 100%;
}
.review-item-col {
  width: 33.33%;
}
.testimonial-outer-wrap {
  display: flex;
  gap: 140px;
  justify-content: space-between;
}
.testimonial-outer-wrap .testimonial-wrap,
.testimonial-outer-wrap .testimonial-stats {
  flex: 1;
}
.testimonial-outer-wrap .stats-wrap {
  background: #ffffff08;
  border-radius: 12px;
  padding: 16px;
  border: 1px solid #ffffff07;
}
.testimonial-outer-wrap .testimonial-stats {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.client-speak-sec .testimonial-outer-wrap .testimonial-stats h2 {
  margin-bottom: 0px;
  color: #f59301;
}
.testimonial-outer-wrap .stats-wrap span {
  font-size: 14px;
  font-family: "Figtree", "sans-serif";
  font-weight: 400;
  color: #cac8d1;
}

/* 	Awards */
.veritlcal-cards {
  display: flex;
  gap: 60px;
  margin: 46px 0 70px;
  flex-wrap: wrap;
}
.card-list {
  flex: 1;
  display: flex;
  gap: 16px;
  flex-direction: column;
  position: relative;
}
.card-list h4 {
  color: #fff;
}
.card-list p {
  color: #c5c5c5;
  margin-bottom: 0px;
}
.card-list img {
  width: max-content;
}
.card-list .badge {
  padding: 6px 10px;
  background: #f5930121;
  border: 1px solid #f5930142;
  border-radius: 40px;
  color: #f59301;
  width: max-content;
  text-transform: uppercase;
  font-family: "Figtree", "sans-serif";
  font-weight: 700;
}

.card-list::before {
  content: "";
  width: 15px;
  height: 100%;
  display: block;
  background: url(https://staging.yujdesigns.com/yujliverebranding/wp-content/uploads/2026/05/border-line1.svg)
    no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -36px;
}
.card-list:last-child::before {
  content: none;
}

.light.yujawards h3 {
  color: #fff;
}
.light.yujawards .awards-name h5 {
  color: #c5c5c5;
}
.yujawards {
  margin: 46px 0 0 0;
  padding: 0;
}

/* Portfolio	 */
.portfolio-wrap {
  display: flex;
  margin-top: 46px;
  gap: 32px;
}
.portfolio-wrap .wrap {
  flex: 1;
  cursor: pointer;
}
.portfolio-wrap .wrap .img-wrap {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
.portfolio-wrap .wrap .badge {
  padding: 6px 10px;
  background: rgba(75, 59, 196, 0.1);
  border: 1px solid rgba(75, 59, 196, 0.5);
  border-radius: 40px;
  color: #6356d6;
  width: max-content;
  text-transform: uppercase;
}
.portfolio-wrap .wrap h5 {
  color: #000000;
  margin: 8px 0px;
}
.portfolio-wrap .wrap p {
  margin: 0;
  color: #5e5e5e;
}

/* Services	 */
.card-style-1 {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 24px;
  border: 1px solid transparent;
  background: #fff;
  flex: 1;
  transition: all 0.3s linear;
  justify-content: space-between;
  height: 100%;
}
.card-style-1 .grouped {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.card-style-1 img {
  width: 62px;
  height: 62px;
}
.card-style-1 h4 {
  max-width: 100%;
}
.card-style-1 p {
  margin-bottom: 0;
  min-height: 100px;
}
.card-style-1 .link-with-icon {
  align-self: flex-end;
  color: #000;
  font-family: "Figtree", "sans-serif";
  font-weight: 700;
}
.card-style-1 .link-with-icon span {
  opacity: 0;
  font-size: 18px;
  transition: all 0.3s linear;
}
.card-style-1:hover .link-with-icon span {
  opacity: 1;
}
.card-style-1:hover {
  background: #fffcf7;
  border-color: #f59301;
}
.service-slider-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.service-slider-track {
  display: flex;
  transition: transform 0.5s ease;
  touch-action: pan-y;
  margin-top: 46px;
}
.service-slide {
  width: 25%;
  box-sizing: border-box;
  padding: 12px;
  flex-shrink: 0;
}
.service-slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
.service-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ccc;
  background-clip: border-box;
  cursor: pointer;
  transition: 0.3s;
  padding: 0px !important;
  box-sizing: content-box;
  background-clip: content-box;
  margin: 0px;
}
.service-dot.active {
  background: #4b3bc4;
}
/* 	CTAS */
.cta-section {
  margin-top: 42px;
  padding: 50px 32px;
  border: 1px solid transparent;
  border-radius: 16px;
}
.cta-section.yoxa-redirect {
  background: url("https://staging.yujdesigns.com/yujliverebranding/wp-content/uploads/2026/05/desktop-yoxa-banner.webp")
    no-repeat;
  background-position: center center;
  background-size: cover;
}
.cta-section.yoxa-redirect h3 {
  color: #fff;
  margin-bottom: 16px;
  max-width: 40%;
}
.cta-section.yoxa-redirect p {
  color: #fff;
}
.yujawards-wrapper.homepage-marquee-wrap .award-box {
  width: 85%;
  text-align: left;
  padding-right: 0px;
}
.marquee_wrapper {
  overflow: hidden;
  position: relative;
}
.marquee {
  animation: marquee 60s linear infinite;
  width: fit-content;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  padding: 16px;
}
.marquee:hover {
  animation-play-state: paused;
}
.marquee__inner {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: 80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.marquee__inner > div {
  display: flex;
  align-items: center;
  gap: 18px;
}

.marquee__inner img {
  height: 52px;
  width: auto;
  max-width: none; /* 🔥 MOST IMPORTANT */
  display: block;
}
.marc-item {
  position: relative;
  text-align: center;
  gap: 18px;
}
.marc-item::before {
  content: "";
  width: 2px;
  height: 54px;
  display: flex;
  background: url(https://staging.yujdesigns.com/yujliverebranding/wp-content/uploads/2026/01/Vector-3445.svg)
    no-repeat center;
  background-size: contain;
  left: -40px;
  position: absolute;
}
.homepage-marquee .marquee__inner img {
  margin: 0 auto;
  max-height: 80px;
  height: 80px;
}
.homepage-marquee .marquee__inner {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-right: 40px;
}
.homepage-marquee .marquee__inner > div {
  gap: 0px;
}
.homepage-marquee .marc-item {
  gap: 0px;
  flex-shrink: 0;
  width: max-content;
}
.homepage-marquee .marquee {
  background: unset;
  box-shadow: unset;
}
.homepage-marquee .marc-item::before {
  content: none;
}
@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(calc(-50% - 16px), 0, 0);
  }
}
.contact-cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.contact-cta-wrap h2 {
  color: #fff;
}
.contact-cta-wrap h4 {
  margin-bottom: 26px;
  font-family: "Figtree", "sans-serif";
  color: #dedede;
  font-weight: 400;
  max-width: 55%;
  text-align: center;
}
.contact-cta-wrap .button-group {
  transition: none !important;
  will-change: unset;
  display: flex;
  gap: 16px;
  transform: none !important;
  opacity: 1 !important;
}
.contact-cta-wrap .button-group a {
  width: auto;
}
.home #custom_html-15 {
  display: none;
}
.awards-name h4 {
  margin-bottom: 10px;
}
.mh-100vh {
  min-height: 100vh;
}
.home-baner-section .pills {
  display: inline-block;
  color: #f59301;
  border-radius: 20px;
  border: none;
  margin-bottom: 20px;
  position: relative;
  font-size: 16px;
  font-family: "Figtree", "sans-serif";
  font-weight: 700;
}
.home-baner-section .pills::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #f59301;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  animation: pulse 2s infinite;
}
.home-baner-section h1 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 80px;
  max-width: 90%;
  line-height: normal;
}
.home-baner-section h1 em {
  color: #f59301;
  font-style: normal;
}
.home-baner-section p {
  color: #fff;
}
.home-baner-section .button-group {
  display: flex;
  gap: 16px;
  padding-top: 8px;
}
.home-baner-section .button-group button,
.home-baner-section .button-group a {
  width: auto;
}
.link-with-icon:hover .underlink::before {
  visibility: visible;
  opacity: 1;
}
/* Heading */
.stag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
}
.stag::before {
  content: "";
  width: 16px;
  height: 2px;
  background: #f59301;
  border-radius: 2px;
  display: block;
}

.stag span {
  font-size: 14px;
  color: #f59301;
  font-family: "Figtree", "sans-serif";
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

/* List */
.client-list-dynamic {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
  color: #fff;
  width: 100%;
}

.client-list-dynamic .client-item {
  position: relative;
  padding: 8px 0;
  font-size: 14px;
  transition: all 0.3s ease;
  overflow: hidden;
  display: flex;
  gap: 16px;
  align-items: center;
  color: #b0b0b5;
  font-family: "Figtree", "sans-serif";
  font-weight: 400;
}

/* Main text */
.client-list-dynamic .client-list {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
  width: auto;
  margin: 0;
  padding: 0;
  color: #b0b0b5;
}

/* Hidden category label */
.client-list-dynamic .client-meta {
  font-size: 14px;
  letter-spacing: 0;
  color: #ff9d00;
  opacity: 0;
  transition: all 0.3s ease;
  cursor: pointer;
  text-transform: uppercase;
}
/* INITIAL HIDDEN STATE */
.trusted-by,
.home-baner-section,
.home-baner-section .pills,
.home-baner-section p,
.home-baner-section .button-group,
.home-baner-section .line {
  opacity: 1;
}
/* SPLITTYPE FIX */
.home-baner-section h1,
.home-baner-section .line {
  overflow: hidden;
}
/* PERFORMANCE */
.client-item,
.home-baner-section p,
.home-baner-section .button-group,
.home-baner-section,
.trusted-by {
  will-change: transform, opacity;
}
/* Hover effects */

.client-item:hover .client-list {
  font-size: 16px;
  color: #fff;
}
.client-item:hover .client-meta {
  opacity: 1;
  transform: translateX(10px);
}
/* 	stats */
.h-stats {
  margin-top: 45px;
  padding-top: 60px;
  border-top: 1px solid #585858;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
}
.hst {
  padding: 14px 16px;
  border-right: 1px solid rgba(75, 59, 196, 0.12);
  text-align: left;
}
.hstv {
  font-size: 32px;
  font-family: "Figtree", "sans-serif";
  font-weight: 700;
  color: #f59301;
}
.hstl {
  font-size: 16px;
  font-family: "Figtree", "sans-serif";
  font-weight: 400;
  color: #eee;
  margin-top: 12px;
}
.review-items {
  display: flex;
  margin: 0px -10px;
  flex-wrap: wrap;
  margin-bottom: -70px;
}
.review-item-col {
  min-height: 380px;
  height: auto;
  padding: 10px 10px;
}
.review-item-small-col {
  height: 400px;
}
.review-col {
  position: relative;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  padding: 46px 30px 30px;
}
.review-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.review-content {
  position: relative;
  z-index: 2;
  height: 100%;
  color: #fff;
}
.review-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.star-icon {
  background: url(https://staging.yujdesigns.com/yujliverebranding/wp-content/uploads/2023/10/star-icon.png)
    no-repeat 0 0 / cover;
  width: 19px;
  height: 18px;
  display: block;
  margin-right: 10px;
}
.rated {
  display: flex;
  margin-bottom: 16px;
}
.client-detail {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.client-position {
  font-size: 14px;
  font-weight: 400;
  font-family: "Figtree", "sans-serif";
}
.client-name {
  font-family: "Caveat", "cursive";
  font-weight: 400;
}
.review-item-col .btn-secondary {
  background: #f59300;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  font-weight: 700;
  width: max-content;
}
.client-speak-sec h2 {
  margin-bottom: 48px;
}
.client-speak-mob-sec {
  display: none;
}
/* Keyframes */
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@media only screen and (max-width: 991px) {
  .client-speak-mob-sec {
    display: block;
  }
  .client-speak-sec {
    margin-top: 30px;
  }
  .client-speak-desk-sec {
    display: none;
  }
  .review-items {
    flex-wrap: nowrap;
  }
  .client-arrow,
  .review-item-col.talk-item-col {
    margin-bottom: 0;
  }
  .client-arrow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .client-arrow .swiper-button-prev,
  .client-arrow .swiper-button-next:hover {
    background-image: url("https://www.yujdesigns.com/wp-content/uploads/2023/10/client-left-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
  }
  .client-arrow .swiper-button-next,
  .client-arrow .swiper-button-next:hover {
    background-image: url("https://www.yujdesigns.com/wp-content/uploads/2023/10/client-right-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
  }
  .client-arrow .swiper-button-next,
  .client-arrow .swiper-button-prev {
    position: relative;
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.45);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
    border-radius: 50%;
    margin: 0 5px;
  }
  .client-arrow .swiper-button-next:after,
  .client-arrow .swiper-button-prev:after {
    font-size: 0;
    width: 24px;
    height: 24px;
  }
  .client-arrow .swiper-button-prev:after {
    background: url(https://www.yujdesigns.com/wp-content/uploads/2023/10/client-left-arrow.svg)
      no-repeat center center / cover;
  }
  .client-arrow .swiper-button-next:after {
    background: url(https://www.yujdesigns.com/wp-content/uploads/2023/10/client-right-arrow.svg)
      no-repeat center center / cover;
  }
}
@media all and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .home-baner-section h1 {
    font-size: 60px;
  }
  .home-baner-sm-device {
    min-height: auto;
  }
  .client-item:hover .client-list,
  .client-item:hover .client-meta {
    transform: translateX(0);
  }
  .cta-section.yoxa-redirect p,
  .cta-section.yoxa-redirect h3 {
    max-width: 50%;
  }
  .trusted-by{
    padding-top: 30px;
  }
}
@media all and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* New YUJ design global css start 7 may 2026 */
  .heading-with-link .link-with-icon {
    font-size: 20px;
  }
  .client-arrow {
    margin-top: 20px;
  }
  .home-baner-sm-device {
    flex-direction: column-reverse;
    min-height: auto;
  }
  .home-baner-section {
    margin-top: 50px;
  }
  .home-baner-section h1 {
    font-size: 60px;
  }
  .home-baner-section .button-group {
    margin-bottom: 30px;
  }
  .home-baner-sm-device .panel-grid-cell {
    width: 100% !important;
  }
  .client-list-dynamic {
    display: flex;
    gap: 35px;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .client-list-dynamic .client-item {
    flex-direction: column;
    flex-shrink: 0;
    gap: 10px;
    align-items: flex-start;
  }
  .h-stats {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 40px;
  }
  .client-list-dynamic .client-meta {
    opacity: 1;
  }
  .card-list,
  .card-style-1 {
    min-width: 250px;
  }
  .client-item:hover .client-list,
  .client-item:hover .client-meta {
    transform: translateX(0);
  }
  .service-slide {
    min-width: 50%;
  }
  .card-style-1 {
    padding: 22px;
  }
  .cta-section.yoxa-redirect p,
  .cta-section.yoxa-redirect h3 {
    max-width: 50%;
  }
  /* New YUJ design global css ends 7 may 2026 */
}
@media only screen and (max-width: 767px) {
  .h-stats {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    flex-wrap: nowrap;
    display: flex;
    margin-top: 15px;
    padding-top: 35px;
  }
  .h-stats::-webkit-scrollbar {
    display: none;
  }
  .hst {
    flex: 0 0 auto;
    width: 180px;
    text-align: left;
  }
  .heading-with-link {
    flex-direction: column;
  }
  .heading-with-link .link-with-icon {
    align-self: flex-end;
  }
  .card-style-1 {
    min-width: 250px;
  }
  .heading-with-link .link-with-icon {
    font-size: 18px;
  }
  .card-list {
    min-width: 250px;
    flex: 0 0 auto;
    width: 220px;
    text-align: left;
  }
  .veritlcal-cards {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    flex-wrap: nowrap;
  }
  .veritlcal-cards::-webkit-scrollbar {
    display: none;
  }
  .home-baner-sm-device {
    gap: 40px;
    flex-direction: column-reverse !important;
  }
  .home-baner-section {
    padding-top: 65px;
  }
  .home-baner-section .button-group {
    flex-direction: column;
    align-items: flex-start;
  }
  .home-baner-section .button-group button {
    width: 100%;
  }
  .home-baner-section h1 {
    font-size: 36px;
  }
  .homepage-marquee .marquee__inner {
    gap: 40px;
  }
  .yujawards-wrapper.homepage-marquee-wrap .award-box {
    width: 100%;
  }
  .client-list-dynamic .client-item {
    justify-content: space-between;
    border-bottom: 1px solid #1c1c1c;
    padding: 12px 0;
  }
  .client-list-dynamic .client-meta {
    opacity: 1;

    background: rgba(75, 59, 196, 0.1);
    border: 1px solid rgba(75, 59, 196, 0.5);
    color: #6356d6;
    padding: 4px 12px;
    border-radius: 40px;
    font-size: 10px;
  }
  .client-list-dynamic .client-item:last-child {
    border: none;
  }
  .client-item:hover .client-list,
  .client-item:hover .client-meta {
    transform: translateX(0);
  }
  .service-slide {
    min-width: 100%;
  }
  .card-style-1 {
    padding: 20px;
  }
  .card-style-1 h4 {
    max-width: 100%;
  }
  .service-slider-dots {
    margin-top: 20px;
  }
  .card-style-1 p {
    min-height: 80px;
  }
  .grouped h4 {
    font-size: 20px;
  }
  .client-speak-sec .review-items {
    margin: 0px;
  }
  .client-arrow {
    margin-top: 20px;
  }
  .contact-cta-wrap h4 {
    max-width: 100%;
  }
  .contact-cta-wrap .button-group {
    flex-direction: column;
  }
  .cta-section.yoxa-redirect {
    height: 460px;
    padding: 24px 30px;
    background: url("/wp-content/uploads/2026/05/mob-yoxa-banner.webp")
      no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .cta-section.yoxa-redirect h3 {
    max-width: 100%;
  }
  .review-item-small-col,
  .review-item-col {
    height: 300px;
  }
  .review-item-col {
    padding: 0;
  }
}
