/* Wieved  Case study Section css start here */
.wieved-wrapper {
  padding-top: 65px;
  overflow-x: clip;
}

.common-btn-yellow {
  background: #f7a800 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50px !important;
  padding: 15px 32px !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  font-family: "Figtre-600";
  width: max-content;
}

.common-btn-yellow svg {
  position: relative;
  top: 1px;
}

.common-btn-yellow:hover svg path {
  stroke: #fff !important;
}

.common-btn-yellow:hover {
  color: #fff !important;
  transform: translateY(-2px);
  text-decoration: none;
}

.wieved-title {
  font-size: 70px;
  color: #000;
  line-height: 1.1;
  font-family: "Manrope-600";
  letter-spacing: -2.68px;
}

.wieved-wrapper .wrapmxwd {
  position: relative;
  max-width: 1920px !important;
}

.wieved-hero-section {
  position: relative;
  padding: 240px 0 150px;
  background: #000000ab;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.video-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #000000ab;
  z-index: 1;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  color: #fff;
}

.wieved-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  /* subtle dark overlay */
  z-index: 1;
}

.wieved-hero-section .wrapmxwd {
  z-index: 2;
  position: relative;
}

.wieved-hero-content .wieved-logo {
  margin-bottom: 40px;
}

.wieved-hero-content .wieved-logo img {
  width: auto;
  height: 56px;
}

.wieved-hero-content .wieved-title {
  font-size: 85px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 50px;
  position: relative;
  letter-spacing: -1px;
}

.wieved-title .wieved-text-white {
  color: #fff;
}

.wieved-title .wieved-highlight {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.wieved-title .wieved-highlight-text {
  background-color: #f7a800;
  /* Yellow highlight */
  color: #fff;
  padding: 2px 20px;
  border-radius: 12px;
  display: inline-block;
  margin-bottom: 8px;
  position: relative;
}

.wieved-title .wieved-play-btn:hover {
  background-color: #f7a800;
  transform: translate(-50%, -50%) scale(1.05);
}

.wieved-title .wieved-play-icon {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #fff;
  margin-left: 5px;
}

.wieved-btn-row .yellow-pill-btn .common-get-arrow {
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-left: 5px;
}

/* Wieved Stats Section */
.wieved-stats-section {
  background-color: #fdf5e6;
  /* light beige background */
  padding: 80px 0;
}

.wieved-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.wieved-stat-card {
  background-color: #fff;
  border-radius: 26px;
  padding: 40px 40px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease;
  border: 2.12px solid #ffffff33;
}

.wieved-stat-card:hover {
  transform: translateY(-5px);
}

.wieved-stat-card .stat-number {
  font-size: 85px;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
  font-family: "Space-Grotesk-600";
  line-height: 1.1;
  text-align: left;
}

.wieved-stat-card .stat-label {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  color: #626262;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Inter-600";
}

/* Wieved Overview Section */
.wieved-overview-section {
  position: relative;
  background-color: #fdf5e6;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.overview-slide {
  background-color: #fdf5e6;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0;
  overflow: hidden;
  min-height: 700px;
}

.bg-slide-1 {
  background-image: url("../../images/case-studies/wieved/over-view-banner-bg-1.webp");
  background-repeat: no-repeat;
}

.bg-slide-2 {
  background-image: url("../../images/case-studies/wieved/over-view-banner-bg-2.webp");
  background-repeat: no-repeat;
}

.overview-text-content {
  padding-right: 30px;
  position: relative;
}

.overview-badge {
  background: #00000021;
  color: #000;
  padding: 14px 44px;
  border-radius: 30px;
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 30px;
  font-family: "Inter-500";
}

.overview-logo-box {
  margin-bottom: 30px;
}

.overview-logo-box img {
  width: 240px;
}

.overview-text-content p {
  font-size: 30px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 25px;
  font-weight: 500;
  letter-spacing: -1.9px;
  font-family: "Manrope-600";
}

.overview-text-content .highlight-pale {
  background-color: #ffecc9;
  padding: 2px 6px;
  border-radius: 0px;
}

.overview-list {
  display: block;
  list-style-type: none;
  margin-top: 120px;
  padding: 0;
  margin: 0;
}

.overview-list li {
  font-size: 24px;
  font-family: "Manrope-600";
  color: #000;
  line-height: 1.5;
  margin-bottom: 15px;
  background-color: #ebeaea;
  border-radius: 30px;
  padding: 14px 30px;
  width: max-content;
  min-width: 420px;
  letter-spacing: -1.23px;
}

/* Custom Carousel Indicators for Overview */

/* Make fade transition extremely smooth */
#wievedOverviewCarousel.carousel-fade .carousel-item {
  transition: opacity 1.2s ease-in-out !important;
}

.custom-wieved-indicators {
  position: absolute;
  bottom: 60px;
  left: 80px;
  margin: 0;
  justify-content: flex-start;
}

.custom-wieved-indicators li {
  width: 40px;
  height: 4px;
  background-color: #e0e0e0;
  border: none;
  border-radius: 2px;
  margin-right: 8px;
  transition: 0.3s ease;
  cursor: pointer;
}

.custom-wieved-indicators li.active {
  background-color: #f7a800;
}

.overview-image-content {
  position: relative;
  min-height: 700px;
}

.overview-image-content img {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

/* Wieved Vision Section */
.wieved-vision-section {
  background-color: #fdf5e6;
  padding: 100px 0;
}

.vision-title {
  font-size: 85px;
  color: #000;
  line-height: 1.1;
  margin-bottom: 40px;
  font-family: "Manrope-600";
  letter-spacing: -5.38px;
}

.vision-title .text-yellow {
  color: #ffb700;
}

.vision-target-img img {
  max-width: 270px;
  height: auto;
  transform: scaleX(-1);
}

.vision-right-content {
  padding-left: 100px;
}

.vision-right-content p {
  font-size: 21px;
  color: #333;
  margin-bottom: 25px;
  font-family: "Manrope-400";
  line-height: 35.85px;
}

.vision-btn-wrap {
  margin-top: 40px;
}

/* Wieved Solving Section */
.wieved-solving-section {
  background-color: #fff;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  background-image: url("../../images/case-studies/wieved/solving-banner.webp");
  background-position: top right;
  background-repeat: no-repeat;
}

.wieved-solving-section .wieved-title .text-red {
  color: #ff5a5f;
}

.solving-content {
  padding-left: 30px;
}

.solving-image img {
  border-radius: 20px;
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.solving-list-grid {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}

.solving-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}

.solving-list li {
  font-size: 22px;
  color: #1a1a1a;
  font-family: "Manrope-600";
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.solving-list li .check-icon {
  margin-right: 15px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.solving-list li .check-icon img {
  max-width: 27px;
  margin-left: 0px;
}

.solving-desc {
  font-size: 22px;
  color: #7e7a7a;
  line-height: 1.6;
  font-family: "Manrope-500";
}

/* Wieved Understanding + MIRA Section */
.wieved-understanding-section {
  background-color: #fdf5e6;
  background-image: url("../../images/case-studies/wieved/understanding-banner.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
}

.understanding-title {
  font-size: 60px;
  font-weight: 500;
  color: #000;
  line-height: 1.1;
  font-family: "Inter", sans-serif;
  letter-spacing: -1px;
}

.understanding-subtitle {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  padding-top: 20px;
  max-width: 480px;
  margin: 0 auto;
  margin-left: auto;
}

.audience-cards-row,
.mira-capabilities-row {
  display: flex;
  gap: 25px;
  margin-top: 40px;
}

/* Marquee / Infinite Scroll */
.marquee-wrapper {
  overflow: hidden;
  margin-top: 40px;
  width: 100%;
  position: relative;
}

.marquee-track {
  display: flex;
  gap: 25px;
  width: max-content;
}

.marquee-left .marquee-track {
  animation: marqueeScrollLeft 20s linear infinite;
}

.marquee-right .marquee-track {
  animation: marqueeScrollRight 20s linear infinite;
}

@keyframes marqueeScrollLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes marqueeScrollRight {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

.marquee-wrapper:hover .marquee-track {
  animation-play-state: paused;
}

.audience-card {
  background: #fff;
  border-radius: 40px;
  padding: 35px 30px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 1;
  flex-shrink: 0;
  min-width: 320px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease;
  max-width: 420px;
}

.audience-card:hover {
  transform: translateY(-4px);
}

.audience-card-icon {
  width: 55px;
  height: 55px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}

.audience-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.audience-card-text {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  font-family: "Manrope-600";
  line-height: 1.3;
}

/* MIRA Block */
.mira-block {
  margin-top: 80px;
  margin-bottom: 20px;
}

.mira-text-content p {
  font-size: 22px;
  color: #333;
  line-height: 1.6;
  font-family: "Manrope-400";
  margin-bottom: 25px;
}

.mira-capabilities-label {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  font-family: "Manrope-600";
}

.mira-title-wrap .wieved-title {
  text-align: right;
}

/* Wieved Integrations Section */
.wieved-integrations-section {
  /* background-color: #fdf5e6; */
  padding: 100px 0;
}

.integrations-title {
  font-size: 55px;
  font-weight: 500;
  color: #000;
  line-height: 1.15;
  font-family: "Inter", sans-serif;
  letter-spacing: -1px;
}

.integrations-desc {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  font-family: "Inter", sans-serif;
  padding-left: 20px;
}

.integrations-box {
  background-color: #fff;
  border-radius: 58px;
  padding: 50px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.integrations-tabs {
  /* border-left: 3px solid #f7a800; */
  padding-left: 15px;
  gap: 15px;
}

.integrations-tabs .nav-link {
  border: 1px solid #9f9f9f;
  background-color: transparent;
  color: #9f9f9f;
  border-radius: 30px;
  padding: 16px 25px;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  transition: all 0.3s ease;
  font-family: "Manrope-700";
  width: 80%;
}

.integrations-tabs .nav-link.active {
  background-color: #f7a800;
  border-color: #f7a800;
  color: #000;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(247, 168, 0, 0.3);
}

.integrations-content-wrapper {
  padding: 20px 40px;
}

.integration-content {
  padding-left: 20px;
  padding-top: 40px;
}

.integration-logo {
  height: 110px;
  object-fit: contain;
}

.integration-name {
  font-size: 40px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
}

.integration-features {
  list-style: none;
  padding: 0 !important;
  margin: 0;
}

.integration-features li {
  display: flex;
  gap: 15px;
  font-size: 18px;
  color: #515f74;
  margin-bottom: 15px;
  position: relative;
  padding-left: 0px;
  font-family: "Inter", sans-serif;
}

.integration-features li img {
  position: relative;
  top: 4px;
  width: 12px;
  height: 12px;
}

/* Wieved Customised Features Section */
.wieved-features-section {
  padding: 100px 0;
  overflow: hidden;
}

.features-title {
  font-size: 55px;
  font-weight: 600;
  color: #000;
  line-height: 1.15;
  font-family: "Inter", sans-serif;
  letter-spacing: -1px;
  margin-bottom: 50px;
}

.features-title em {
  font-style: italic;
}

.features-title .text-yellow {
  color: #f7a800;
}

.features-mockup-wrap {
  position: relative;
  width: 100%;
  height: 450px;
}

.mockup-img {
  border-radius: 20px;
  position: absolute;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.mockup-back {
  width: 220px;
  height: auto;
  top: 0;
  left: 0;
  z-index: 1;
}

.mockup-front {
  width: 200px;
  height: auto;
  top: 30px;
  left: 140px;
  z-index: 2;
}

.features-intro-text {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  font-family: "Inter", sans-serif;
  margin-bottom: 50px;
}

.features-scroll-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 0;
  border-bottom: 0px solid #e5e5e5;
  transition: all 0.3s ease;
}

.feature-item:first-child {
  border-top: 0px solid #e5e5e5;
}

.feature-arrow {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.4s ease;
}

.feature-arrow img {
  width: 44px;
  height: auto;
}

.feature-item.active .feature-arrow {
  opacity: 1;
  transform: translateX(0);
}

.feature-label {
  font-size: 32px;
  font-weight: 500;
  color: #ccc;
  font-family: "Inter", sans-serif;
  transition: all 0.3s ease;
}

.feature-item.active .feature-label {
  font-size: 40px;
  color: #000;
  font-weight: 600;
}

/* Wieved  Case study Media */
@media (max-width: 1680px) {
  .process-sub-title {
    font-size: 28px !important;
  }

  .process-card-content h3 {
    font-size: 22px !important;
  }

  .process-card-content p {
    font-size: 18px !important;
  }

  .timeline-sticky-container {
    padding: 60px 0 0px 0 !important;
  }

  .timeline-card-wrapper {
    height: 440px !important;
  }

  .results-card-title {
    font-size: 24px !important;
  }

  .results-card-desc {
    padding: 20px 0 0px !important;
  }

  .results-card-desc {
    font-size: 18px !important;
    line-height: 30px !important;
  }

  .timeline-card-image img {
    height: 120px !important;
  }

  .wieved-title,
  .wieved-process-section .wieved-title {
    font-size: 50px !important;
  }

  .wieved-hero-content .wieved-title {
    font-size: 70px !important;
  }

  .integrations-tabs .nav-link {
    width: 85% !important;
  }

  .solving-list li,
  .solving-desc,
  .mira-text-content p {
    font-size: 18px !important;
  }

  .common-btn-yellow {
    font-size: 18px !important;
  }

  .wieved-stat-card .stat-number {
    font-size: 40px;
  }

  .overview-badge {
    font-size: 18px;
  }

  .overview-list li {
    font-size: 20px;
  }

  .overview-text-content p {
    font-size: 24px !important;
  }

  .wieved-stat-card .stat-label {
    font-size: 18px;
  }

  .understanding-title {
    font-size: 55px;
  }

  .mira-title {
    font-size: 52px;
  }

  .features-title {
    font-size: 50px;
  }

  .integrations-title {
    font-size: 50px;
  }

  .integration-name {
    font-size: 28px;
  }

  .feature-label {
    font-size: 28px !important;
  }

  .wieved-features-section {
    padding: 0px 0 50px 0 !important;
  }
}

@media (max-width: 1480px) {
  .wieved-hero-content .wieved-title {
    font-size: 55px;
  }

  .wieved-features-section {
    padding: 0px 0 50px 0 !important;
  }

  .wieved-vision-section,
  .wieved-solving-section,
  .wieved-understanding-section,
  .wieved-process-section,
  .wieved-results-section,
  .wieved-cta-section {
    padding: 60px 0 !important;
  }

  .wieved-hero-content .wieved-title {
    font-size: 60px !important;
    letter-spacing: -2.58px !important;
  }

  .audience-card-text {
    font-size: 16px !important;
  }

  .wieved-stat-card .stat-label {
    font-size: 16px !important;
  }

  .overview-text-content p {
    font-size: 22px !important;
  }

  .overview-list li,
  .features-intro-text {
    font-size: 18px !important;
  }

  .features-sticky-container {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .solving-list li,
  .solving-desc,
  .mira-text-content p {
    font-size: 16px !important;
  }

  .wieved-integrations-section {
    padding: 60px 0;
  }

  .timeline-card-title,
  .results-banner-desc {
    font-size: 20px !important;
  }

  .results-card-title {
    font-size: 22px !important;
  }

  .results-card-title {
    margin-bottom: 0 !important;
  }

  .timeline-sticky-container {
    padding: 0px 0 0px 0 !important;
  }

  .integrations-tabs .nav-link {
    width: 100% !important;
  }

  .process-sub-title {
    font-size: 24px !important;
    letter-spacing: -1.51px !important;
  }

  .wieved-title .wieved-play-btn {
    width: 70px;
    height: 70px;
  }

  .wieved-stat-card .stat-number {
    font-size: 45px;
  }

  .vision-title {
    font-size: 55px;
  }

  .solving-main-title {
    font-size: 55px;
  }

  .understanding-title {
    font-size: 50px;
  }

  .mira-title {
    font-size: 48px;
  }

  .features-title {
    font-size: 45px;
  }

  .integrations-title {
    font-size: 45px;
  }

  .integration-name {
    font-size: 26px;
  }

  .feature-label {
    font-size: 26px !important;
  }

  .feature-item {
    font-size: 30px;
  }

  .features-mockup-wrap {
    max-width: 420px;
    height: 480px;
  }
}

@media (max-width: 1380px) {
  .wieved-hero-section {
    padding: 200px 0 120px;
  }

  .features-mockup-wrap {
    max-width: 390px;
    height: 450px;
  }

  .feature-item {
    font-size: 28px;
  }

  .overview-list li,
  .features-intro-text {
    font-size: 17px !important;
  }

  .feature-label {
    font-size: 24px !important;
  }

  .wieved-title .wieved-highlight-text {
    padding: 8px 20px !important;
  }

  .wieved-hero-content .wieved-title {
    font-size: 50px !important;
    letter-spacing: -2.58px !important;
  }

  .wieved-btn-row .yellow-pill-btn {
    font-size: 17px;
    padding: 14px 35px;
  }

  .wieved-stats-section {
    padding: 70px 0;
  }

  .wieved-stats-grid {
    gap: 25px;
  }

  .wieved-stat-card {
    padding: 35px 15px;
  }

  .wieved-stat-card .stat-number {
    font-size: 42px;
  }

  .wieved-overview-section {
    padding: 0px 0;
  }

  .overview-text-content p {
    font-size: 20px !important;
    letter-spacing: -0.9px !important;
  }

  .wieved-vision-section,
  .wieved-solving-section,
  .wieved-understanding-section,
  .wieved-process-section,
  .wieved-results-section,
  .wieved-cta-section {
    padding: 50px 0 !important;
  }

  .vision-right-content {
    padding-left: 0 !important;
  }

  .overview-slide {
    padding: 80px 0;
  }

  .wieved-title,
  .wieved-process-section .wieved-title {
    font-size: 40px !important;
  }
}

@media (max-width: 1280px) {
  .wieved-hero-content .wieved-title {
    font-size: 45px;
  }

  .wieved-title .wieved-highlight-text {
    padding: 2px 16px;
  }

  .wieved-title .wieved-play-btn {
    width: 65px;
    height: 65px;
  }

  .wieved-title .wieved-play-icon {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
  }

  .wieved-stats-grid {
    gap: 20px;
  }

  .wieved-stat-card .stat-number {
    font-size: 38px;
  }

  .wieved-stat-card .stat-label {
    font-size: 13px;
  }

  .vision-title {
    font-size: 45px;
  }

  .vision-right-content p {
    font-size: 17px;
  }

  .solving-main-title {
    font-size: 45px;
  }

  .solving-list li {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .understanding-title {
    font-size: 45px;
  }

  .mira-title {
    font-size: 42px;
  }

  .audience-card-text {
    font-size: 16px;
  }

  .features-title {
    font-size: 40px;
  }

  .integrations-title {
    font-size: 40px;
  }

  .integrations-box {
    padding: 30px;
  }

  .feature-label {
    font-size: 24px;
  }
}

@media (max-width: 1080px) {
  .wieved-hero-content .wieved-title {
    font-size: 40px;
  }

  .wieved-stats-section {
    padding: 60px 0;
  }

  .wieved-stats-grid {
    gap: 15px;
  }

  .wieved-stat-card {
    padding: 30px 10px;
  }

  .wieved-stat-card .stat-number {
    font-size: 34px;
  }

  .wieved-stat-card .stat-label {
    font-size: 12px;
  }

  .overview-text-content p {
    font-size: 17px;
    letter-spacing: 1.1px;
  }

  .vision-title {
    font-size: 40px;
  }

  .solving-main-title {
    font-size: 40px;
  }

  .understanding-title {
    font-size: 40px;
  }

  .mira-title {
    font-size: 38px;
  }

  .features-title {
    font-size: 38px;
  }
}

@media (max-width: 991px) {
  .wieved-hero-section {
    padding: 180px 0 100px;
  }

  .wieved-hero-content .wieved-title {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .wieved-title .wieved-highlight-text {
    padding: 2px 14px;
    border-radius: 8px;
  }

  .wieved-title .wieved-play-btn {
    width: 60px;
    height: 60px;
  }

  .wieved-btn-row .yellow-pill-btn {
    font-size: 16px;
    padding: 12px 30px;
  }

  .wieved-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .wieved-stat-card {
    padding: 35px 20px;
  }

  .wieved-stat-card .stat-number {
    font-size: 40px;
  }

  .wieved-stat-card .stat-label {
    font-size: 14px;
  }

  .wieved-overview-section {
    padding: 0px 0;
  }

  .wieved-vision-section {
    padding: 4px 0 40px 0 !important;
  }

  .overview-text-content {
    padding-right: 0;
  }

  .custom-wieved-indicators {
    position: relative;
    bottom: 45px !important;
    left: 20px !important;
    transform: none !important;
  }

  .overview-image-content {
    margin-top: 50px;
    text-align: center !important;
  }

  .custom-wieved-indicators {
    left: 50%;
    transform: translateX(-50%);
  }

  .wieved-vision-section {
    padding: 80px 0;
  }

  .solving-content {
    padding-left: 10px;
  }

  .vision-left-content {
    margin-bottom: 20px;
    text-align: center;
    padding-top: 40px;
  }

  .vision-title {
    font-size: 45px;
  }

  .vision-title br {
    display: none;
  }

  .vision-target-img img {
    max-width: 60%;
  }

  .wieved-solving-section {
    padding: 80px 0;
    background-image: none;
  }

  .solving-main-title {
    font-size: 40px;
    text-align: center;
  }

  .solving-main-title br {
    display: none;
  }

  .wieved-understanding-section {
    padding: 80px 0;
  }

  .understanding-title {
    font-size: 38px;
  }

  .understanding-title br {
    display: none;
  }

  .audience-cards-row,
  .mira-capabilities-row {
    flex-wrap: wrap;
  }

  .audience-card {
    flex: 1 1 calc(50% - 15px);
  }

  .mira-block {
    margin-top: 60px;
  }

  .mira-title {
    font-size: 34px;
  }

  .wieved-features-section {
    padding: 80px 0;
  }

  .wieved-integrations-section {
    padding: 80px 0;
  }

  .integrations-title {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .integrations-content-wrapper {
    padding: 30px 10px 10px;
  }

  .features-title {
    font-size: 36px;
  }

  .features-mockup-wrap {
    height: 380px;
  }

  .mockup-back {
    width: 190px;
  }

  .mockup-front {
    width: 170px;
    left: 120px;
  }
}

@media (max-width: 767px) {
  .wieved-hero-section {
    padding: 0px 0 80px;
    height: auto;
  }

  .wieved-integrations-section {
    padding: 40px 0 60px 0;
  }

  .timeline-card-wrapper {
    height: 410px !important;
  }

  .timeline-card {
    width: 92%;
    background: transparent !important;
    left: 0px !important;
  }

  .wieved-hero-content .wieved-logo {
    margin-bottom: 30px;
  }

  .wieved-hero-content .wieved-logo img {
    width: 130px;
    height: auto;
  }

  .wieved-hero-content .wieved-title {
    font-size: 34px !important;
    line-height: 46px !important;
    margin-bottom: 15px;
    letter-spacing: -1.58px !important;
  }

  .common-btn-yellow {
    font-size: 14px !important;
  }

  .wieved-title .wieved-highlight-text {
    padding: 2px 10px;
    border-radius: 6px;
    margin-bottom: 5px;
  }

  .wieved-title .wieved-play-btn {
    width: 50px;
    height: 50px;
  }

  .wieved-title .wieved-play-icon {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #fff;
  }

  .wieved-btn-row .yellow-pill-btn {
    font-size: 15px;
    padding: 10px 25px;
  }

  .wieved-stats-section {
    padding: 40px 0 40px 0;
  }

  .overview-slide {
    padding: 50px 0;
    background-image: none;
    background-color: #fff;
  }
  .overview-list li {
    min-width: 100%;
  }
  .wieved-stats-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .wieved-title,
  .wieved-process-section .wieved-title {
    font-size: 30px !important;
    letter-spacing: -0.68px;
  }

  .process-card-content h3 {
    font-size: 22px !important;
  }

  .tech-logo-row {
    gap: 20px;
    justify-content: center !important;
  }

  .process-card-success {
    border-radius: 20px;
    padding: 20px;
  }

  .icon-box {
    padding: 24px 14px;
    border-radius: 15px;
  }

  .process-card-content p {
    font-size: 18px !important;
  }

  .mira-title-wrap .wieved-title,
  .mira-capabilities-label {
    text-align: center;
  }

  .mira-capabilities-label {
    margin-bottom: 30px;
  }

  .audience-card {
    border-radius: 20px;
    padding: 30px 25px;
    gap: 15px;
  }

  .overview-text-content p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .vision-right-content {
    padding-left: 0px;
  }

  .overview-badge {
    font-size: 14px;
    padding: 6px 20px;
    margin-bottom: 20px;
  }

  .overview-logo-box {
    margin-bottom: 20px;
  }

  .custom-wieved-indicators li {
    width: 30px;
    height: 3px;
  }

  .wieved-vision-section {
    padding: 60px 0;
  }

  .vision-title {
    font-size: 36px;
  }

  .vision-right-content p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .vision-btn-wrap {
    margin-top: 30px;
  }

  .vision-target-img {
    position: relative;
    top: 20px;
  }

  .vision-target-img img {
    max-width: 50%;
  }

  .wieved-solving-section {
    padding: 60px 0;
  }

  .solving-main-title {
    font-size: 32px;
    text-align: left;
  }

  .solving-list-grid {
    flex-direction: column;
    gap: 0;
  }

  .solving-list li {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .solving-desc {
    font-size: 15px;
  }

  .wieved-understanding-section {
    padding: 60px 0;
  }

  .understanding-title {
    font-size: 32px;
  }

  .understanding-subtitle {
    font-size: 16px;
    padding-top: 10px;
  }

  .audience-cards-row,
  .mira-capabilities-row {
    flex-direction: column;
    gap: 15px;
  }

  .audience-card {
    flex: 1 1 100%;
  }

  .mira-block {
    margin-top: 50px;
  }

  .mira-title {
    font-size: 28px;
    margin-top: 30px;
  }

  .mira-capabilities-label {
    font-size: 20px;
  }

  .mira-text-content p {
    font-size: 16px;
  }

  .wieved-features-section {
    padding: 60px 0;
  }

  .wieved-integrations-section {
    padding: 40px 0 60px 0 !important;
  }

  .integrations-title {
    font-size: 32px;
  }

  .timeline-cards-wrap {
    margin-top: 0;
  }

  .integrations-desc {
    padding-left: 0;
    margin-bottom: 0px !important;
  }

  .integrations-box {
    padding: 20px;
    border-radius: 20px;
  }

  .timeline-card-title,
  .results-banner-desc {
    font-size: 18px !important;
  }

  .wieved-results-section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .integrations-tabs .nav-link {
    width: fit-content;
    font-size: 16px;
  }

  .integrations-tabs {
    border-left: none;
    padding-left: 0;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    flex-direction: row !important;
  }

  .integration-content {
    padding-left: 0px;
    padding-top: 0px;
  }

  .integration-features li {
    justify-content: left;
  }

  .integration-name {
    text-align: left;
  }

  .integration-logo {
    margin: 0 auto;
  }

  .features-title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .features-title br {
    display: none;
  }

  .features-mockup-wrap {
    height: auto !important;
    margin-bottom: 20px !important;
  }

  .features-sticky-container {
    top: 0px !important;
  }

  .process-sub-title {
    font-size: 24px !important;
    letter-spacing: -1.51px;
  }

  .wieved-process-section {
    padding: 40px 0 40px 0 !important;
  }

  .process-desc {
    font-size: 18px !important;
    padding-left: 0px !important;
  }

  .feature-item .feature-arrow {
    opacity: 1 !important;
    transform: translateX(2px) !important;
  }

  .features-mockup-wrap {
    display: none;
  }

  .feature-item {
    color: #000000 !important;
  }

  .wieved-features-section {
    padding: 60px 0 !important;
  }

  .features-intro-text {
    font-size: 16px !important;
    margin-bottom: 30px;
  }

  .feature-item {
    padding: 14px 0;
  }

  .feature-label {
    font-size: 20px !important;
    color: #000000 !important;
  }

  .features-right-content {
    padding-bottom: 0px !important;
  }

  .feature-item.active .feature-label {
    font-weight: 500 !important;
  }

  .features-intro-text {
    margin-bottom: 20px !important;
  }
}

/* Wieved  Case study Section css end here */
/* Project Execution Timeline Section */
.wieved-timeline-section {
  position: relative;
  background-color: #fdf3e2;
  padding: 80px 0 0px 0;
}

.timeline-sticky-container {
  padding: 0;
}

.timeline-desc {
  font-size: 18px;
  color: #000000;
  line-height: 1.65;
  font-family: "Manrope-400";
}

.timeline-cards-overflow-wrap {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
}

/* Owl Carousel timeline — custom dots */
.timeline-owl-carousel {
  margin-top: 40px;
  padding-bottom: 20px;
}

.timeline-owl-carousel .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.timeline-owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #d4c9b8;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.3s ease;
  display: block;
}

.timeline-owl-carousel .owl-dots .owl-dot.active span,
.timeline-owl-carousel .owl-dots .owl-dot:hover span {
  background: #f7a800;
  width: 28px;
  border-radius: 10px;
}

/* Outer wrapper — holds the background shadow graphic */
.timeline-card-wrapper {
  position: relative;
  min-width: 0;
  max-width: 520px;
  height: 480px;
  background-size: 100% 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 30px;
  padding: 30px 0 0 30px;
  box-sizing: border-box;
}

/* Card shadow background images per variant */
.timeline-card-wrapper.card-shadow-1 {
  background: url("../../images/case-studies/wieved/project-card-bg-1.webp");
}

.timeline-card-wrapper.card-shadow-2 {
  background: url("../../images/case-studies/wieved/project-card-bg-2.webp");
}

.timeline-card-wrapper.card-shadow-3 {
  background: url("../../images/case-studies/wieved/project-card-bg-3.webp");
}

.timeline-card-wrapper.card-shadow-4 {
  background: url("../../images/case-studies/wieved/project-card-bg-4.webp");
}

.timeline-card-wrapper.card-shadow-5 {
  background: url("../../images/case-studies/wieved/project-card-bg-5.webp");
}

/* Inner white/cream card */
.timeline-card {
  position: relative;
  z-index: 1;
  width: 92%;
  border-radius: 24px;
  padding: 22px;
  box-shadow: none;
  left: 12px;
  top: 10px;
}

/* Header row: icon left, badge right */
.timeline-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}

.timeline-icon {
  width: 55px;
  height: 55px;
  flex-shrink: 0;
}

.timeline-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Coloured duration badge */
.timeline-badge {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  padding: 8px 18px;
  border-radius: 20px;
  white-space: nowrap;
  font-family: "Manrope-700";
  letter-spacing: 0.2px;
  align-self: flex-start;
}

.timeline-badge.badge-bg-1 {
  background: #ff656f;
}

.timeline-badge.badge-bg-2 {
  background: #f2a84a;
}

.timeline-badge.badge-bg-3 {
  background: #2289ff;
}

.timeline-badge.badge-bg-4 {
  background: #d365ff;
}

.timeline-badge.badge-bg-5 {
  background: #007832;
}

@media (max-width: 991px) {
  .wieved-timeline-section {
    height: auto;
    padding: 0px 0;
  }

  .timeline-sticky-container {
    position: relative;
    top: 0;
    padding: 0;
  }

  .timeline-card-image img {
    width: 100%;
    height: 100px;
  }

  .timeline-badge {
    font-size: 12px;
  }

  .timeline-icon {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
  }

  .timeline-card-title {
    font-size: 18px !important;
  }

  .timeline-sticky-container .row.mb-5.align-items-center {
    margin-bottom: 0 !important;
  }

  .timeline-cards-wrap {
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .timeline-cards-wrap::-webkit-scrollbar {
    display: none;
  }

  .timeline-card-wrapper {
    flex: 0 0 320px;
    min-width: 320px;
  }
}

/* Card title */
.timeline-card-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #111111;
  font-family: "Manrope-700";
  line-height: 1.3;
  letter-spacing: -0.3px;
}

/* Card image */
.timeline-card-image {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  margin-top: 40px;
}

.timeline-card-image img {
  width: 100%;
  height: 165px;
  object-fit: cover;
  display: block;
  border-radius: 18px;
}

@media (max-width: 1200px) {
  .timeline-card-wrapper {
    width: 290px;
  }
}

@media (max-width: 991px) {
  .wieved-timeline-section .wieved-title {
    font-size: 38px;
    margin-bottom: 20px;
  }

  .timeline-desc {
    margin-top: 20px;
  }

  .timeline-card-wrapper {
    width: 270px;
  }

  .timeline-owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
  }
}

@media (max-width: 575px) {
  .timeline-card-wrapper {
    width: 100%;
    height: 450px;
  }

  .timeline-cards-wrap {
    gap: 20px;
  }
}

/* Results Section */
.sections-bg-wrap {
  background-image: url("../../images/case-studies/wieved/understanding-banner.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fdf3e2;
}

.wieved-results-section {
  background-color: #fdf3e2;
  padding: 60px 0 40px;
}

.results-banner-card {
  background-image: url("../../images/case-studies/wieved/about-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 58px;
  padding: 60px 50px;
  text-align: center;
  margin-bottom: 25px;
  box-shadow: 0 10px 30px rgba(255, 220, 100, 0.25);
}

.worth-badge {
  background: #ffb13b;
  color: #ffffff;
  padding: 4px 22px;
  border-radius: 22px;
  display: inline-block;
  font-weight: 500;
  margin: 0 4px;
  vertical-align: middle;
}

.results-banner-desc {
  max-width: 980px;
  margin: 40px auto 0 auto;
  font-size: 22px;
  color: #222222;
  line-height: 35.85px;
  font-family: "Manrope-400";
}

.results-grid {
  margin-top: 10px;
}

.results-card {
  background: #ffffff;
  backdrop-filter: blur(84.9386978149414px);
  border-radius: 25px;
  padding: 30px 24px;
  height: 100%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
  border: 2.12px solid #ffffff33;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.results-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.results-card-title {
  font-size: 30px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 14px;
  line-height: 1.3;
  font-family: "Space-Grotesk-700";
  letter-spacing: -0.4px;
}

.results-card-desc {
  font-size: 20px;
  color: #696969;
  line-height: 35.98px;
  font-family: "Manrope-400";
  margin: 0;
}

/* CTA Vision Section */
.wieved-cta-section {
  background-color: #fdf3e2;
  padding: 80px 0 100px;
  background-image: url("../../images/case-studies/wieved/vision-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fdf3e2;
}

.wieved-cta-section .common-btn-yellow {
  margin: 0 auto;
}

.cta-vision-title {
  font-size: 54px;
  font-weight: 700;
  color: #000000;
  line-height: 1.25;
  font-family: "Inter", "Plus Jakarta Sans", sans-serif;
  letter-spacing: -1.8px;
}

.vision-highlight {
  background: #ffffff;
  color: #ffb13b;
  padding: 4px 26px;
  border-radius: 26px;
  display: inline-block;
  font-weight: 500;
  margin: 0 6px;
  vertical-align: middle;
}

.target-icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.target-icon-wrap img {
  width: 150px;
}

.cta-yellow-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #ff9e00;
  color: #000000;
  font-size: 14.5px;
  font-weight: 700;
  padding: 14px 34px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(255, 158, 0, 0.35);
  transition: all 0.3s ease;
  font-family: "Inter", sans-serif;
}

.cta-yellow-btn:hover {
  background: #e68e00;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(255, 158, 0, 0.45);
  text-decoration: none;
  color: #000000;
}

@media (max-width: 991px) {
  .results-banner-title {
    font-size: 36px;
  }

  .cta-vision-title {
    font-size: 36px;
  }

  .results-banner-card {
    padding: 35px 25px;
  }
}

/* Wieved Process Section */

.wieved-process-section {
  background-color: #fff3da;
  padding: 80px 0;
}

.process-desc {
  font-size: 18px;
  color: #333333;
  line-height: 1.6;
  font-family: "Manrope-400";
  padding-left: 20px;
}

.process-sub-title {
  font-size: 32px;
  font-weight: 600;
  color: #000000;
  font-family: "Manrope-600";
  letter-spacing: -2.51px;
}

.process-card-success {
  background: #ffffff;
  border-radius: 29px;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  gap: 22px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  height: 100%;
}

.process-card.card-highlight {
  border: 1px solid #4fc3f7;
}

.process-card .icon-box {
  width: 70px;
  height: 70px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon-box {
  padding: 40px 18px;
  border-radius: 20px;
}

.icon-box img {
  width: 40px;
}

.icon-box.icon-box-1 {
  background-color: #eff7ff;
}

.icon-box.icon-box-2 {
  background-color: #ffe9ec;
}

.icon-box.icon-box-3 {
  background-color: #fdf5e6;
}

.icon-box.icon-box-4 {
  background-color: #fff5ee;
}

.icon-box.icon-box-5 {
  background-color: #e9fff4;
}

.icon-box.icon-box-6 {
  background-color: #f0faff;
}

.process-card-content h3 {
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
  font-family: "Manrope-600";
}

.process-card-content p {
  font-size: 22px;
  color: #555555;
  line-height: 1.5;
  margin: 0;
  font-family: "Manrope-400";
}

/* Wieved Technologies Section */
.wieved-technologies-section {
  background-color: #fff3da;
  padding: 0;
}

.wieved-technologies-section .wieved-title {
  margin-bottom: 50px;
  text-align: center;
  font-size: 75px;
}

.tech-logos-strip {
  background-color: #ffffff;
  padding: 40px 0;
}

.tech-logo-row {
  gap: 30px;
}

/* Integrations Tab Pane Toggle Fix */
.integrations-content-wrapper .tab-pane {
  display: none !important;
}

.integrations-content-wrapper .tab-pane.active {
  display: block !important;
}

/* Wieved Customised Features Sticky Track */
.features-scroll-track {
  position: relative;
  width: 100%;
  height: 350vh;
}

.wieved-features-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  background-color: #ffffff;
  overflow: hidden;
  padding: 50px 0 20px 0;
  z-index: 5;
}

.wieved-features-section.is-fixed {
  position: fixed !important;
  top: 80px;
  left: 0;
  bottom: auto !important;
  z-index: 100;
}

.wieved-features-section.is-bottom {
  position: absolute !important;
  top: auto !important;
  bottom: 0 !important;
  z-index: 5;
}

.features-sticky-container {
  position: relative;
  z-index: 10;
  width: 100%;
}

.text-yellow {
  color: #ffb13b;
  font-style: normal;
}

.features-left-content .wieved-title {
  font-size: 50px;
  line-height: 1.15;
}

.features-mockup-wrap {
  position: relative;
  width: 100%;
  max-width: 440px;
  height: 520px;
  margin-top: 30px;
}

.mockup-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  border-radius: 0px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) scale(0.98);
  z-index: 1;
  transition:
    opacity 0.45s cubic-bezier(0.25, 0.8, 0.25, 1),
    transform 0.45s cubic-bezier(0.25, 0.8, 0.25, 1),
    visibility 0.45s ease;
}

.mockup-img.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  z-index: 2;
}

.features-intro-text {
  font-size: 20px;
  color: #9f9f9f;
  line-height: 1.65;
  font-family: "Manrope-400";
  margin-bottom: 40px;
}

.features-scroll-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.feature-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 8px 0;
  font-size: 32px;
  font-weight: 500;
  color: #c2c2c2;
  cursor: pointer;
  transition:
    color 0.45s cubic-bezier(0.25, 0.8, 0.25, 1),
    font-weight 0.3s ease,
    font-size 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-family: "Manrope-500";
}

.feature-item .feature-arrow {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(-24px);
  transition:
    opacity 0.45s cubic-bezier(0.34, 1.56, 0.64, 1),
    transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
  flex-shrink: 0;
}

.feature-item .feature-arrow img {
  width: 100%;
  height: auto;
}

.feature-item.active {
  color: #000000;
  font-weight: 700;
  font-family: "Manrope-700";
}

.feature-item.active .feature-arrow {
  opacity: 1;
  transform: translateX(0);
}

/* Wieved Hero Title & Highlight Badge Exact Match */
.wieved-hero-content .wieved-title {
  font-size: 85px;
  line-height: 1.05;
  font-family: "Manrope-600";
  color: #ffffff;
  margin-bottom: 40px;
  letter-spacing: -5.58px;
}

.wieved-title .wieved-text-white {
  position: relative;
  z-index: 2;
  color: #ffffff !important;
  display: inline;
}

.wieved-title .wieved-highlight {
  display: inline !important;
  position: relative;
  z-index: 1;
}

.wieved-title .wieved-highlight-text {
  background-color: #f7a800 !important;
  color: #ffffff !important;
  padding: 10px 20px !important;
  border-radius: 14px !important;
  display: inline-block !important;
  font-weight: 600 !important;
  margin-top: 0 !important;
  margin-bottom: -12px !important;
  line-height: 1.05 !important;
  vertical-align: top !important;
  box-shadow: 0 4px 15px rgba(247, 168, 0, 0.25);
}

.wieved-btn-row .common-btn-yellow {
  margin: 0 auto;
}

/* Pay4Payments CSS  Start Here */
.pay4payments-wrapper {
  /* overflow-x: hidden; */
  padding-top: 70px;
}

.pay4payments-wrapper .wrapmxwd {
  max-width: 1920px;
}

.p4p-hero-wrapper .wrapmxwd {
  padding: 0;
}

.pay-4-title {
  font-size: 70px;
  color: #ffffff;
  line-height: 1.1;
  font-family: "Manrope-600";
  letter-spacing: -2.68px;
}

.pay-4-title span {
  color: #418fde;
}

/* ══════════════════════════════════════════════
   PAY4PAYMENTS — HERO SECTION (Scroll Scale)
══════════════════════════════════════════════ */

.p4p-hero-wrapper {
  position: relative;
  height: 220vh;
  background-color: #418fde;
}

.p4p-hero-section {
  background-color: #418fde;
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0 60px;
  overflow: hidden;
}

/* ── Video Scaler ── */
.p4p-video-scaler {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.18);
  width: 95%;
  height: 90%;
  border-radius: 60px;
  overflow: hidden;
  will-change: transform, border-radius;
  z-index: 0;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.p4p-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p4p-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(10, 20, 60, 0.55) 0%,
    rgba(10, 20, 60, 0.35) 50%,
    rgba(10, 20, 60, 0.6) 100%
  );
  z-index: 1;
}

/* ── Hero Content ── */
.p4p-hero-content {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.p4p-hero-title {
  font-size: 100px;
  font-weight: 600;
  color: #ffffff;
  line-height: 96px;
  letter-spacing: -6.13px;
  font-family: "Manrope-600";
  margin: 0 auto 40px auto;
}

.p4p-highlight {
  color: #f7ff1a;
  font-style: normal;
}

.p4p-hero-desc {
  font-size: 18px;
  color: #dedede;
  line-height: 27px;
  max-width: 70%;
  margin: 0 auto 40px;
  font-family: "Manrope-500";
}

.p4p-hero-btn-row {
  display: flex;
  justify-content: center;
}

.p4p-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  font-family: "Figtree";
  padding: 24px 45px;
  border: 2px solid #ffffff;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: 0.2px;
}

.p4p-cta-btn:hover {
  background: #418fde;
  color: #ffffff;
  border-color: #ffffff;
  text-decoration: none;
}

.p4p-cta-btn:hover svg path {
  fill: #ffffff !important;
}

.p4p-cta-btn svg path {
  fill: #000000;
}

.p4p-cta-btn svg {
  transition: transform 0.3s ease;
}

.p4p-cta-btn:hover svg {
  transform: translateX(3px);
}

/* ══════════════════════════════
   RESPONSIVE MEDIA QUERIES
══════════════════════════════ */

@media (max-width: 1680px) {
  .p4p-hero-title {
    font-size: 54px;
  }
}

@media (max-width: 1480px) {
  .p4p-hero-title {
    font-size: 50px;
  }
}

@media (max-width: 1380px) {
  .p4p-hero-title {
    font-size: 46px;
  }
}

@media (max-width: 1280px) {
  .p4p-hero-title {
    font-size: 42px;
  }

  .p4p-hero-content {
    max-width: 800px;
  }
}

@media (max-width: 1080px) {
  .p4p-hero-title {
    font-size: 38px;
  }

  .p4p-hero-section {
    padding: 120px 0 70px;
  }
}

@media (max-width: 991px) {
  .p4p-hero-title {
    font-size: 34px !important;
    line-height: 40px !important;
  }
  .pay4payments-wrapper {
    padding-top: 65px;
  }
  .p4p-hero-section {
    padding: 110px 0 60px;
    min-height: auto;
  }

  .p4p-hero-desc {
    font-size: 14px;
    max-width: 560px;
  }

  .p4p-letsbuild-section {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .p4p-hero-title {
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 0.87px;
  }

  .p4p-hero-section {
    padding: 100px 20px 50px;
  }

  section.is-bottom {
    min-height: 740px;
  }

  .p4p-hero-desc {
    font-size: 13px;
    max-width: 100%;
  }

  .p4p-cta-btn {
    font-size: 14px;
    padding: 12px 24px;
  }
}

/* ══════════════════════════════════════════════
   PAY4PAYMENTS — CHALLENGE SECTION
══════════════════════════════════════════════ */

.p4p-challenge-section {
  position: relative;
  padding: 250px 0 0px;
  background-image: url(../../images/case-studies/pay4payments/challange-bg.webp);
  background-size: inherit;
  background-repeat: no-repeat;
  background-color: #418fde;
  background-position: center 100px;
}

.p4p-challenge-section .pay-4-title {
  text-align: center;
}

.p4p-challenge-section .wrapmxwd {
  padding-right: 0px;
}

.p4p-challenge-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.p4p-challenge-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.p4p-challenge-section .wrapmxwd {
  position: relative;
  z-index: 1;
}

.p4p-challenge-heading {
  font-size: 56px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  font-family: "Figtree", sans-serif;
  margin-bottom: 55px;
  letter-spacing: -0.5px;
}

.p4p-challenge-row {
  align-items: flex-end !important;
}

/* Left White Card */
.p4p-challenge-card {
  background: #ffffff;
  border-radius: 42px;
  padding: 50px 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  margin-bottom: -30;
}

.p4p-challenge-card-title {
  font-size: 50px;
  font-weight: 600;
  color: #000000;
  line-height: 1.35;
  font-family: "Manrope-600";
  margin-bottom: 22px;
}

.p4p-challenge-highlight {
  color: #418fde;
}

.p4p-challenge-card-desc {
  font-size: 21px;
  color: #000000;
  line-height: 1.75;
  margin-bottom: 14px;
  font-family: "Manrope-400";
}

.p4p-challenge-card-desc:last-child {
  margin-bottom: 0;
}

/* Right Banner */
.p4p-challenge-banner {
  position: relative;
  bottom: -55px;
  padding-left: 0px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}

.p4p-challenge-banner .p4p-challenge-banner-img {
  width: 100%;
  border-radius: 16px 16px 0 0;
  display: block;
}

/* ══════════════════════════════════════════════
   CHALLENGE SECTION — RESPONSIVE
══════════════════════════════════════════════ */

@media (max-width: 1680px) {
  .p4p-challenge-heading {
    font-size: 52px;
  }

  .p4p-challenge-card-title {
    font-size: 24px;
  }
}

@media (max-width: 1480px) {
  .p4p-challenge-heading {
    font-size: 48px;
  }

  .p4p-challenge-card {
    padding: 38px 34px;
  }
}

@media (max-width: 1380px) {
  .p4p-challenge-heading {
    font-size: 44px;
  }

  .p4p-challenge-card-title {
    font-size: 22px;
  }
}

@media (max-width: 1280px) {
  .p4p-challenge-heading {
    font-size: 40px;
  }

  .p4p-challenge-card {
    padding: 32px 28px;
  }
}

@media (max-width: 1080px) {
  .p4p-challenge-heading {
    font-size: 36px;
  }

  .p4p-challenge-section {
    padding: 70px 0 0;
  }

  .p4p-challenge-bg {
    width: 65%;
  }
}

@media (max-width: 991px) {
  .p4p-challenge-heading {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .p4p-challenge-row {
    align-items: flex-start !important;
  }

  .p4p-challenge-card {
    padding: 28px 24px;
    margin-bottom: 30px;
  }

  .p4p-challenge-card-title {
    font-size: 20px;
  }

  .p4p-challenge-banner {
    padding-left: 0;
  }

  .p4p-challenge-bg {
    width: 100%;
    opacity: 0.3;
  }
}

@media (max-width: 767px) {
  .p4p-challenge-heading {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .p4p-challenge-section {
    padding: 40px 0 0;
  }

  .p4p-challenge-section .pay-4-title {
    margin-bottom: 30px;
  }

  .p4p-challenge-card {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .p4p-challenge-card-title {
    font-size: 18px;
  }

  .p4p-challenge-card-desc {
    font-size: 13px;
  }

  .p4p-challenge-banner-img {
    border-radius: 12px 12px 0 0;
  }

  .features-scroll-track {
    height: auto !important;
  }

  .wieved-features-section {
    position: relative;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

/* ══════════════════════════════════════════════
   PAY4PAYMENTS — SOLUTION SECTION
══════════════════════════════════════════════ */

.p4p-solution-section {
  background-color: #418fde;
  padding: 80px 0 90px;
  position: relative;
  overflow: hidden;
}

.p4p-solution-section .pay-4-title {
  text-align: center;
  margin-bottom: 30px;
}

.p4p-solution-deco {
  position: absolute;
  top: 90px;
  right: -30px;
  width: 290px;
  pointer-events: none;
  z-index: 0;
}

.p4p-solution-deco-img {
  width: 100%;
  height: auto;
}

.p4p-solution-section .wrapmxwd {
  position: relative;
  z-index: 1;
}

.p4p-solution-heading {
  font-size: 56px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  font-family: "Figtree", sans-serif;
  margin-bottom: 55px;
  letter-spacing: -0.5px;
}

.p4p-solution-row {
  align-items: center;
}

.p4p-solution-left {
  padding-right: 20px;
}

.p4p-solution-badge {
  display: inline-block;

  color: #ffffff;
  font-size: 50px;
  font-weight: 600;
  font-family: "Manrope";
  line-height: 1.3;
  padding: 18px 0px;
  border-radius: 14px;
  margin-bottom: 24px;
}

.p4p-solution-badge u {
  text-decoration: underline;
}

.p4p-solution-badge .green-color {
  background-color: #1a8c3a;
  color: #ffffff;
  padding: 10px;
  border-radius: 10px;
  display: block;
  width: max-content;
}

.p4p-solution-badge-underline {
  position: relative;
  display: inline-block;
}

.p4p-underline-img {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.p4p-solution-left-desc {
  font-size: 21px;
  color: #ffffff;
  line-height: 1.75;
  margin-bottom: 30px;
  font-family: "Manrope-400";
}

.p4p-solution-btn-row {
  display: flex;
}

.p4p-solution-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Figtree", sans-serif;
  padding: 13px 28px;
  border-radius: 50px;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: all 0.3s ease;
}

.p4p-solution-btn:hover {
  background: #ffffff;
  color: #418fde;
  border-color: #ffffff;
  text-decoration: none;
}

.p4p-solution-btn:hover svg path {
  fill: #418fde;
}

.p4p-solution-btn svg {
  transition: transform 0.3s ease;
}

.p4p-solution-btn:hover svg {
  transform: translateX(3px);
}

.p4p-solution-divider {
  width: 1px;
  height: 280px;
  background: rgba(255, 255, 255, 0.3);
  align-self: center;
}

.p4p-solution-right {
  padding-left: 20px;
}

.p4p-solution-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.p4p-solution-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 400;
  font-family: "Manrope-400";
  margin-bottom: 18px;
  padding-bottom: 18px;
}

.p4p-solution-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.p4p-bullet-icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  object-fit: contain;
}

.p4p-solution-right-desc {
  font-size: 21px;
  font-weight: 400;
  font-family: "Manrope-400";
  color: #ffffff;
  line-height: 1.75;
  margin: 0;
  margin-top: 30px;
}

/* Solution Responsive */
@media (max-width: 1680px) {
  .p4p-solution-heading {
    font-size: 52px;
  }

  .p4p-solution-badge,
  .p4p-aitech-subtitle {
    font-size: 24px !important;
  }

  .p4p-step-label {
    font-size: 24px !important;
  }

  .p4p-aitech-desc {
    font-size: 20px !important;
  }

  .p4p-solution-deco {
    width: 200px;
  }

  .p4p-results-badge {
    font-size: 22px;
  }

  .p4p-challenge-section {
    position: relative;
    padding: 150px 0 0px;
  }

  .p4p-solution-list li {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .p4p-process-badge,
  .p4p-testimonial-quote {
    font-size: 22px !important;
  }

  .p4p-testimonial-quote,
  .p4p-howyenom-desc {
    font-size: 20px !important;
  }

  .p4p-solution-left-desc {
    font-size: 18px;
  }

  .p4p-author-name {
    font-size: 20px;
  }

  .p4p-hero-title {
    font-size: 54px;

    line-height: 60px;
    letter-spacing: -0.13px;
  }

  .p4p-challenge-card-descm .p4p-solution-right-desc {
    font-size: 18px;
  }

  .p4p-cta-btn {
    font-size: 18px;
  }
}

@media (max-width: 1480px) {
  .p4p-solution-heading {
    font-size: 48px;
  }

  .p4p-solution-badge {
    font-size: 22px !important;
  }

  .p4p-challenge-card-desc,
  .p4p-solution-right-desc {
    font-size: 16px;
  }
}

@media (max-width: 1380px) {
  .p4p-solution-heading {
    font-size: 44px;
  }

  .p4p-solution-badge {
    font-size: 22px;
    padding: 15px 18px;
  }
}

@media (max-width: 1280px) {
  .p4p-solution-heading {
    font-size: 40px;
  }

  .p4p-solution-deco {
    width: 170px;
  }
}

@media (max-width: 1080px) {
  .p4p-solution-heading {
    font-size: 36px;
  }

  .p4p-solution-badge {
    font-size: 20px;
  }

  .p4p-solution-list li {
    font-size: 15px;
  }

  .p4p-solution-deco {
    width: 150px;
  }
}

@media (max-width: 991px) {
  .p4p-challenge-section {
    padding: 50px 15px 0 0px;
  }

  .p4p-solution-heading {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .p4p-solution-left {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .p4p-solution-right {
    padding-left: 0;
  }

  .p4p-solution-badge {
    font-size: 20px;
  }

  .p4p-solution-deco {
    width: 130px;
    top: -10px;
  }
}

@media (max-width: 767px) {
  .p4p-solution-heading {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .p4p-solution-section {
    padding: 60px 0 70px;
  }

  .p4p-solution-badge {
    font-size: 18px;
    padding: 14px 0px;
    border-radius: 10px;
  }

  .p4p-solution-list li {
    font-size: 14px;
    gap: 10px;
  }

  .p4p-bullet-icon {
    width: 22px;
    height: 22px;
  }

  .p4p-solution-btn {
    font-size: 13px;
    padding: 11px 22px;
  }

  .p4p-solution-deco {
    width: 100px;
    right: -10px;
  }
}

/* ══════════════════════════════════════════════
   PAY4PAYMENTS — HOW IT WORKS SECTION
══════════════════════════════════════════════ */

.p4p-howyenom-outer {
  background-color: #418fde;
  padding: 0 0 20px;
}

.p4p-howyenom-card {
  background: #07091c;
  border-radius: 24px;
  padding: 56px 52px 48px;
  overflow: hidden;
}

/* Header row */
.p4p-howyenom-header {
  margin-bottom: 40px;
}

.p4p-howyenom-title {
  font-size: 55px;
  color: #ffffff;
  line-height: 1.25;
  font-family: "Manrope-600";
  margin: 0;
  position: relative;
  display: inline-block;
}

.p4p-howyenom-underline {
  display: block;
  margin-top: 6px;
  text-align: right;
}

.p4p-howyenom-underline img {
  width: 180px;
  height: auto;
}

.p4p-howyenom-desc {
  font-size: 22px;
  color: #ffffff;
  line-height: 1.75;
  margin: 0;
  padding-top: 6px;
  font-family: "Manrope-400";
  padding-bottom: 24px;
  border-bottom: 1px solid #2c2c2c;
}

/* Steps */
.p4p-steps-row {
  margin-top: 10px;
  align-items: flex-start;
}

.p4p-step-item {
  padding: 20px 30px 20px 0;
}

/* Center column: left+right borders */

/* Big gradient numbers */
.p4p-step-number {
  font-size: 180px;
  font-weight: 700;
  font-family: "Manrope-700";
  line-height: 1;
  margin-bottom: 16px;
  background: linear-gradient(180deg, #ffffff 28.46%, rgba(0, 0, 0, 0) 72.41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -4px;
  user-select: none;
  text-align: center;
}

/* Step label with blue dot */
.p4p-step-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  font-family: "Manrope-600";
  margin-bottom: 10px;
  justify-content: center;
}

.p4p-step-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #418fde;
  flex-shrink: 0;
  display: inline-block;
}

.p4p-step-desc {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.7;
  margin: 0;
  font-family: "Manrope-400";
  text-align: center;
}

/* ══════════════════════════════════════════════
   PAY4PAYMENTS — AI/TECH SECTION
══════════════════════════════════════════════ */

.p4p-aitech-section {
  background-color: #418fde;
  padding: 0px 0 80px;
}

.p4p-aitech-row {
  align-items: center;
  background-color: #0e36b9;
  border-radius: 20px;
  padding: 50px 40px;
}

.p4p-aitech-left {
  padding-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.p4p-aitech-title {
  font-size: 80px;
  font-weight: 600;
  color: #f6ff00;
  font-family: "Manrope-600";
  line-height: 1;
  margin-bottom: 14px;
  letter-spacing: -1px;
}

.p4p-aitech-subtitle {
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  font-family: "Manrope-600";
  line-height: 1.4;
  margin: 0;
}

.p4p-aitech-right {
  padding-left: 40px;
}

.p4p-aitech-desc {
  font-size: 21px;
  color: #ffffff;
  line-height: 1.8;
  margin: 0;
  font-family: "Manrope-400";
}

/* ══════════════════════════════════════════════
   HOW IT WORKS + AI/TECH — RESPONSIVE
══════════════════════════════════════════════ */

@media (max-width: 1680px) {
  .p4p-howyenom-title {
    font-size: 32px;
  }

  .p4p-step-number {
    font-size: 90px;
  }

  .p4p-aitech-title {
    font-size: 48px;
  }
}

@media (max-width: 1480px) {
  .p4p-howyenom-title {
    font-size: 30px;
  }

  .p4p-step-number {
    font-size: 80px;
  }

  .p4p-howyenom-card {
    padding: 48px 44px 40px;
  }

  .p4p-aitech-title {
    font-size: 44px;
  }
}

@media (max-width: 1380px) {
  .p4p-howyenom-title {
    font-size: 28px;
  }

  .p4p-step-number {
    font-size: 72px;
  }

  .p4p-aitech-title {
    font-size: 40px;
  }

  .p4p-aitech-subtitle {
    font-size: 20px !important;
  }
}

@media (max-width: 1280px) {
  .p4p-howyenom-card {
    padding: 40px 36px 34px;
  }

  .p4p-step-number {
    font-size: 64px;
  }

  .p4p-step-label {
    font-size: 16px;
  }

  .p4p-aitech-title {
    font-size: 36px;
  }
}

@media (max-width: 1080px) {
  .p4p-howyenom-title {
    font-size: 26px;
  }

  .p4p-step-number {
    font-size: 56px;
    letter-spacing: -2px;
  }

  .p4p-howyenom-card {
    padding: 34px 28px 28px;
  }

  .p4p-aitech-title {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  .p4p-howyenom-title {
    font-size: 24px;
  }

  .p4p-steps-row .col-md-4 {
    margin-bottom: 20px;
  }

  .p4p-step-bordered {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 20px 0;
  }

  .p4p-step-item {
    padding: 20px 0;
  }

  .p4p-step-number {
    font-size: 64px;
  }

  .p4p-aitech-left {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-right: 0;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  .p4p-aitech-right {
    padding-left: 0;
  }

  .p4p-aitech-title {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .p4p-howyenom-outer {
    padding: 0 0 40px;
  }

  .p4p-howyenom-card {
    padding: 28px 22px 24px;
    border-radius: 16px;
  }

  .p4p-howyenom-title {
    font-size: 22px;
  }

  .p4p-howyenom-desc {
    font-size: 12px;
  }

  .p4p-step-number {
    font-size: 52px;
  }

  .p4p-step-label {
    font-size: 15px;
  }

  .p4p-challenge-banner {
    bottom: 0;
  }

  .p4p-solution-left-desc {
    font-size: 18px;
  }

  .p4p-solution-right-desc {
    font-size: 15px;
  }

  .p4p-hero-section {
    height: auto;
  }

  .p4p-aitech-section {
    padding: 40px 15px 40px;
  }

  .p4p-aitech-title {
    font-size: 32px;
  }

  .p4p-aitech-subtitle {
    font-size: 15px;
  }

  .p4p-aitech-desc {
    font-size: 12px;
  }
}

/* Pay4Payments CSS  End Here */

/* ══════════════════════════════════════════════
   PAY4PAYMENTS — THE PROCESS SECTION
══════════════════════════════════════════════ */

.p4p-process-section {
  background-color: #418fde;
  padding: 40px 0 80px;
}

.p4p-process-section .pay-4-title {
  text-align: center;
}

.p4p-process-heading {
  font-size: 56px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  font-family: "Figtree";
  margin-bottom: 18px;
  letter-spacing: -0.5px;
}

.p4p-process-badge-row {
  text-align: center;
  margin-bottom: 12px;
}

.p4p-process-badge {
  display: inline-block;
  background: #3a81c8;
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  font-family: "Manrope-600";
  padding: 8px 20px;
  border-radius: 50px;
  margin: 15px auto 25px auto;
  display: table;
  gap: 45px;
}

.p4p-process-subdesc {
  text-align: center;
  font-size: 21px;
  color: rgba(255, 255, 255, 0.75);
  font-family: "Manrope-400";
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto 50px auto;
}

.p4p-process-row {
  margin-bottom: 20px;
}

.p4p-process-row--center {
  justify-content: center;
  margin-bottom: 0;
}

/* Base card */
.p4p-process-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 32px 28px;
  height: 100%;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.p4p-process-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #f0f4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  flex-shrink: 0;
}

.p4p-process-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

/* Pink card */
.p4p-process-card--pink .p4p-process-icon {
  background: #fff0f3;
}

/* Purple card */
.p4p-process-card--purple .p4p-process-icon {
  background: #f0eeff;
}

/* Green card */
.p4p-process-card--green .p4p-process-icon {
  background: #edfaf0;
}

/* Yellow card */
.p4p-process-card--yellow .p4p-process-icon {
  background: #fffbea;
}

.p4p-process-card-title {
  font-size: 18px;
  font-weight: 800;
  color: #1a1a1a;
  font-family: "Figtree", sans-serif;
  margin-bottom: 10px;
}

.p4p-process-card-desc {
  font-size: 12.5px;
  color: #666666;
  line-height: 1.7;
  margin: 0;
  font-family: "Manrope-400", sans-serif;
  flex: 1;
}

/* ══════════════════════════════════════════════
   PAY4PAYMENTS — THE RESULTS SECTION
══════════════════════════════════════════════ */

.p4p-results-section {
  background-color: #418fde;
  padding: 80px 0 0;
  overflow: hidden;
}

.p4p-results-top-row {
  margin-bottom: 20px;
  align-items: center !;
}

.p4p-results-top-row .pay-4-title {
  text-align: left !important;
}

.p4p-results-top-row .pay-4-title .pay-4-green-title {
  color: #70ff50;
}

/* Left: Big title */
.p4p-results-title {
  font-size: 80px;
  font-weight: 900;
  color: #ffffff;
  font-family: "Figtree", sans-serif;
  line-height: 1;
  letter-spacing: -3px;
  margin: 0;
}

.p4p-results-title-green {
  color: #2ecc40;
}

/* Right: badge + desc */
.p4p-results-right-block {
  padding-left: 20px;
  background-color: #5096dd;
  padding: 10px;
  border-radius: 60px;
  padding: 30px;
}

.p4p-results-badge {
  display: inline-block;
  background: #07091c;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  font-family: "Manrope-600";
  padding: 9px 20px;
  border-radius: 50px;
  margin-bottom: 14px;
}

.p4p-results-badge-desc {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  margin: 0;
  font-family: "Manrope-400";
  max-width: 480px;
}

/* Stats numbers */
.p4p-stats-row {
  margin-bottom: 0;
  padding: 30px 0 0px;
}

.p4p-stat-item {
  padding: 10px 0;
}

.p4p-stat-number {
  font-size: 180px;
  font-weight: 700;
  font-family: "Manrope-700";
  line-height: 1;
  letter-spacing: -4px;
  background: linear-gradient(180deg, #ffffff 28.46%, #418fde 72.41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
  user-select: none;
}

.p4p-stat-label {
  font-size: 24px;
  color: #ffffff;
  line-height: 1.5;
  margin: 0;
  font-family: "Manrope-600";
}

/* Results banner at bottom */
.p4p-results-banner-wrap {
  text-align: right;
  margin-top: 30px;
}

.p4p-results-banner-img {
  max-width: 100%;
  border-radius: 12px 12px 0 0;
  display: inline-block;
  vertical-align: bottom;
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.2);
}

/* ══════════════════════════════════════════════
   PROCESS + RESULTS — RESPONSIVE
══════════════════════════════════════════════ */

@media (max-width: 1680px) {
  .p4p-process-heading {
    font-size: 52px;
  }

  .p4p-results-title {
    font-size: 72px;
  }

  .p4p-stat-number {
    font-size: 84px;
  }
}

@media (max-width: 1480px) {
  .p4p-process-heading {
    font-size: 48px;
  }

  .p4p-results-title {
    font-size: 64px;
  }

  .p4p-stat-number {
    font-size: 76px;
  }
}

@media (max-width: 1380px) {
  .p4p-process-heading {
    font-size: 44px;
  }

  .p4p-process-card {
    padding: 28px 24px;
  }

  .p4p-results-title {
    font-size: 58px;
    letter-spacing: -2px;
  }

  .p4p-stat-number {
    font-size: 68px;
  }
}

@media (max-width: 1280px) {
  .p4p-process-heading {
    font-size: 40px;
  }

  .p4p-results-title {
    font-size: 52px;
  }

  .p4p-stat-number {
    font-size: 60px;
    letter-spacing: -2px;
  }

  .p4p-results-banner-img {
    max-width: 70%;
  }
}

@media (max-width: 1080px) {
  .p4p-process-heading {
    font-size: 36px;
  }

  .p4p-process-section {
    padding: 70px 0 80px;
  }

  .p4p-results-title {
    font-size: 46px;
  }

  .p4p-stat-number {
    font-size: 52px;
    letter-spacing: -1px;
  }
}

@media (max-width: 991px) {
  .p4p-process-heading {
    font-size: 32px;
    margin-bottom: 14px;
  }

  .p4p-process-row {
    margin-bottom: 10px;
  }

  .p4p-results-title {
    font-size: 52px;
  }

  .p4p-results-right-block {
    margin-top: 20px;
    border-radius: 20px;
  }

  .p4p-process-badge {
    font-size: 20px;
    text-align: center;
  }

  .p4p-process-subdesc {
    font-size: 18px;
    margin-bottom: 0;
  }

  .p4p-results-badge-desc {
    font-size: 16px;
  }

  .p4p-results-badge {
    text-align: center;
    font-size: 18px;
  }

  .p4p-stat-number {
    font-size: 52px;
  }

  .p4p-results-banner-img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .p4p-process-heading {
    font-size: 28px;
  }

  .p4p-process-section {
    padding: 0px;
  }

  .p4p-process-section {
    margin-bottom: 20px;
  }

  .p4p-testimonial-section .pay-4-title img {
    width: 24px;
  }

  .p4p-testimonial-section .pay-4-title {
    text-align: center !important;
  }

  .p4p-process-card {
    padding: 24px 20px;
    min-height: auto;
    border-radius: 16px;
  }

  .p4p-process-card-title {
    font-size: 16px;
  }

  .p4p-results-section {
    padding: 60px 0 0;
  }

  .p4p-results-title {
    font-size: 52px;
    letter-spacing: -2px;
  }

  .p4p-stat-number {
    font-size: 44px;
  }

  .p4p-stat-label {
    font-size: 11px;
  }

  .p4p-results-banner-img {
    max-width: 100%;
    border-radius: 8px 8px 0 0;
  }
}

/* ══════════════════════════════════════════════
   PAY4PAYMENTS — TESTIMONIAL SECTION
══════════════════════════════════════════════ */

.p4p-testimonial-section {
  background-color: #07091c;
  padding: 80px 0 0px;
}

.p4p-testimonial-section .pay-4-title {
  margin-bottom: 70px;
}

.p4p-testimonial-section .pay-4-title span {
  position: relative;
  top: 20px;
  display: inline-block;
  margin: 0 30px;
  color: #fff;
}

.p4p-testimonial-inner {
  position: relative;
}

/* Corner quote icons */
.p4p-quote-icon {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.p4p-quote-icon img {
  width: 36px;
  height: auto;
  opacity: 0.4;
}

.p4p-quote-tl {
  top: 0;
  left: 0;
}

.p4p-quote-tr {
  top: 0;
  right: 0;
  transform: scaleX(-1);
}

.p4p-testimonial-heading {
  font-size: 48px;
  font-weight: 800;
  color: #ffffff;
  font-family: "Figtree", sans-serif;
  margin-bottom: 48px;
  letter-spacing: -0.5px;
}

.p4p-testimonial-row {
  position: relative;
  z-index: 1;
}

/* Left avatar */
.p4p-testimonial-avatar {
  background: #13152e;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
  height: auto;
  display: flex;
  align-items: flex-end;
}

.p4p-testimonial-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

/* Right content */
.p4p-testimonial-content {
  padding-left: 30px;
  max-width: 700px;
  margin: 0 auto;
}

.p4p-testimonial-quote {
  font-size: 28px;
  color: #ffffff;
  line-height: 1.8;
  font-family: "Manrope-400", sans-serif;
  margin-bottom: 30px;
}

.p4p-testimonial-author {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  padding: 10px 20px;
}

.p4p-author-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #418fde;
  flex-shrink: 0;
}

.p4p-author-name {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  font-family: "Manrope-400";
}

/* ══════════════════════════════════════════════
   PAY4PAYMENTS — LET'S BUILD CTA SECTION
══════════════════════════════════════════════ */

.p4p-letsbuild-section {
  background: #418fde;
  padding: 80px 0 80px;
}

.p4p-letsbuild-card {
  background-image: url(../../images/case-studies/pay4payments/let-build-bg.webp);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  border-radius: 60px;
  padding: 70px 60px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Background image */
.p4p-letsbuild-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.p4p-letsbuild-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
}

/* Small icon card top-left */
.p4p-letsbuild-icon-wrap {
  position: absolute;
  top: 30px;
  left: 40px;
  z-index: 1;
}

.p4p-letsbuild-icon-card {
  width: 90px;
  height: 90px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.p4p-letsbuild-icon-inner {
  width: 48px;
  height: 38px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
}

/* Content */
.p4p-letsbuild-content {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.p4p-letsbuild-badge-row {
  margin-bottom: 20px;
}

.p4p-letsbuild-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff1a;

  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  font-weight: 700;
  font-family: "Manrope-700";
  padding: 7px 16px;
  border-radius: 50px;
  letter-spacing: 0.5px;
  border: 1.48px solid #ffffff33;
  backdrop-filter: blur(17.781204223632812px);
}

.p4p-lb-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2ecc40;
  display: inline-block;
  flex-shrink: 0;
}

.p4p-letsbuild-title {
  font-size: 70px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Manrope-700";
  line-height: 1.3;
  margin-bottom: 18px;
  letter-spacing: -0.5px;
}

.p4p-letsbuild-highlight {
  color: #f4e000;
}

.p4p-letsbuild-desc {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  margin-bottom: 32px;
  font-family: "Manrope-400";
}

.p4p-letsbuild-btn-row {
  display: flex;
  justify-content: center;
}

.p4p-letsbuild-btn {
  display: inline-block;
  background: #ffffff;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 700;
  font-family: "Figtree", sans-serif;
  padding: 14px 36px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: 0.2px;
}

.p4p-letsbuild-btn:hover {
  background: #f4e000;
  color: #1a1a1a;
  text-decoration: none;
  transform: translateY(-2px);
}

/* ══════════════════════════════════════════════
   TESTIMONIAL + LET'S BUILD — RESPONSIVE
══════════════════════════════════════════════ */

@media (max-width: 1680px) {
  .p4p-testimonial-heading {
    font-size: 44px;
  }

  .pay-4-title {
    font-size: 60px;
  }

  .p4p-letsbuild-title {
    font-size: 34px;
  }
}

@media (max-width: 1480px) {
  .p4p-testimonial-heading {
    font-size: 40px;
  }

  .pay-4-title {
    font-size: 50px;
  }

  .p4p-letsbuild-title {
    font-size: 32px;
  }

  .p4p-letsbuild-card {
    padding: 60px 50px;
  }
}

@media (max-width: 1380px) {
  .p4p-testimonial-heading {
    font-size: 36px;
  }

  .p4p-letsbuild-title {
    font-size: 30px;
  }

  .p4p-testimonial-quote {
    font-size: 15px;
  }
}

@media (max-width: 1280px) {
  .p4p-testimonial-heading {
    font-size: 32px;
  }

  .pay-4-title {
    font-size: 40px;
  }

  .p4p-letsbuild-card {
    padding: 55px 44px;
  }

  .p4p-letsbuild-title {
    font-size: 28px;
  }
}

@media (max-width: 1080px) {
  .p4p-testimonial-section {
    padding: 70px 0 80px;
  }

  .pay-4-title {
    font-size: 35px;
    letter-spacing: -0.68px;
  }

  .p4p-testimonial-heading {
    font-size: 30px;
    margin-bottom: 36px;
  }

  .p4p-aitech-row {
    padding: 30px 20px;
  }

  .p4p-testimonial-quote {
    font-size: 14px;
  }

  .p4p-letsbuild-card {
    padding: 50px 36px;
  }

  .p4p-letsbuild-title {
    font-size: 26px;
  }

  .p4p-letsbuild-icon-wrap {
    display: none;
  }
}

@media (max-width: 991px) {
  .p4p-testimonial-section {
    padding: 60px 0 70px;
  }

  .p4p-testimonial-heading {
    font-size: 28px;
  }

  .p4p-testimonial-content {
    padding-left: 0;
    margin-top: 28px;
  }

  .p4p-testimonial-avatar {
    height: 220px;
  }

  .p4p-letsbuild-card {
    padding: 50px 30px;
    border-radius: 22px;
  }

  .p4p-letsbuild-title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .p4p-testimonial-section {
    padding: 50px 0 60px;
  }

  .p4p-testimonial-heading {
    font-size: 26px;
    margin-bottom: 28px;
  }

  .p4p-testimonial-quote {
    font-size: 13px;
  }

  .p4p-testimonial-avatar {
    height: 200px;
  }

  .p4p-quote-icon img {
    width: 26px;
  }

  .p4p-letsbuild-section {
    padding: 40px 0 60px;
  }

  .p4p-author-name {
    font-size: 14px;
  }

  .p4p-letsbuild-card {
    padding: 40px 24px;
    border-radius: 18px;
    min-height: auto;
  }

  .p4p-letsbuild-title {
    font-size: 22px;
  }

  .p4p-letsbuild-badge {
    font-size: 10px;
    padding: 6px 12px;
  }

  .p4p-letsbuild-btn {
    font-size: 13px;
    padding: 12px 28px;
  }
}

/* ----------------------------------------------
   VIDEO TESTIMONIALS SECTION (TECHUGO DESIGN)
---------------------------------------------- */
.video-testimonials-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.video-testi-header {
  margin-bottom: 40px;
}

.video-testi-header h2 {
  font-size: 52px;
  font-weight: 800;
  color: #1a1c1f;
  font-family: "Figtree", sans-serif;
  margin-bottom: 5px;
  letter-spacing: -1px;
}

.video-testi-header h2 .blue-text {
  color: var(--primary-color-text);
}

.video-testi-header p {
  font-size: 22px;
  color: #6b7280;
  margin: 0;
  font-family: "Manrope-400", sans-serif;
}

.video-testi-nav {
  display: flex;
  gap: 15px;
}

.vt-nav-btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #d1d5db;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #1a1c1f;
  font-size: 20px;
}

.vt-nav-btn:hover {
  border-color: #1a1c1f;
}

.video-testi-card {
  position: relative;
  border-radius: 36px;
  cursor: pointer;
  background: #e8eaed;
  padding: 0;
  transition: all 0.3s ease;
  height: 380px;
  overflow: hidden;
}

.video-testi-card .vt-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vt-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: var(--primary-color-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.video-testi-card:hover .vt-play-btn {
  background-color: #418fde;
  transform: translate(-50%, -50%) scale(1.1);
}

.vt-play-btn .play-icon {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #ffffff;
  margin-left: 5px;
}

/* Hover Quote Overlay */
.vt-quote-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color-bg);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 20px 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 3;
  border-radius: 36px;
}

.video-testi-card:hover .vt-quote-overlay {
  opacity: 1;
  visibility: visible;
}

.video-testi-card:hover .vt-play-btn {
  opacity: 0;
}

.vt-quote-overlay .vt-quote {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 400;
}

.vt-quote-overlay .vt-quote-img {
  width: 100%;
  height: 160px;
  border-radius: 20px;
  overflow: hidden;
}

.vt-quote-overlay .vt-quote-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Author Info under cards */
.vt-author-info {
  text-align: center;
  margin-top: 20px;
}

.vt-author-info h4 {
  font-size: 18px;
  font-weight: 700;
  color: #01152a;
  margin-bottom: 4px;
}

.vt-author-info p {
  font-size: 15px;
  color: #7b8898;
  margin-bottom: 0;
}

/* Hover Play Text Button */
.vt-play-text-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #02244a;
  border-radius: 30px;
  padding: 10px 25px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s ease;
}

.video-testi-card:hover .vt-play-text-btn {
  background-color: #033266;
}

.vt-small-play-icon {
  width: 24px;
  height: 24px;
  background-color: #3b71ca;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  position: relative;
}

.vt-small-play-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #ffffff;
  margin-left: 2px;
}

/* Modal for video */
.video-modal .modal-content {
  background: transparent;
  border: none;
}

.video-modal .modal-body {
  padding: 0;
  position: relative;
}

.video-modal .close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  opacity: 1;
  text-shadow: none;
  font-size: 30px;
}

.video-modal iframe,
.video-modal video {
  width: 100%;
  border-radius: 12px;
}

@media (max-width: 991px) {
  .video-testi-header h2 {
    font-size: 38px;
  }

  .video-testi-header p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .video-testi-header h2 {
    font-size: 32px;
  }

  .video-testi-header p {
    font-size: 16px;
  }

  .video-testi-header.d-flex {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .video-testi-nav {
    margin-top: 20px;
  }
}

/* ----------------------------------------------
   VIDEO TESTIMONIALS SECTION (TECHUGO DESIGN)
---------------------------------------------- */

/* Yenom Case Study Start here */
.pillars-wrapper.yenom-wrapper {
  padding-top: 70px;
}

.pillars-wrapper.yenom-wrapper .wrapmxwd {
  max-width: 1920px;
  margin: 0 auto;
}

.yenom-wrapper .yenom-hero-section {
  position: relative;
  width: 100%;
  background-color: #0d100e;
  padding: 160px 0 0px;
  overflow: hidden;
  z-index: 1;
  background-image: url("../../images/case-studies/yenom/yenom-banner.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.yenom-wrapper .yenom-hero-section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10%;
  width: 60%;
  height: 80%;
  background: radial-gradient(
    circle,
    rgba(165, 232, 68, 0.15) 0%,
    rgba(13, 16, 14, 0) 70%
  );
  transform: translateY(-50%);
  z-index: -1;
  pointer-events: none;
}

.yenom-wrapper .yenom-hero-content {
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
}

.yenom-wrapper .yenom-title {
  font-size: 56px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.25;
  font-family: "Manrope-700";
  margin: 0;
  letter-spacing: -1px;
}

.yenom-wrapper .yenom-title .yenom-green {
  color: #a5e844;
}

.yenom-wrapper .yenom-hero-img-box {
  position: relative;
  z-index: 2;
  text-align: left;
}

.yenom-wrapper .yenom-hero-img-box .banner-content-box {
  position: absolute;
  right: 0;
  width: 100%;
  top: 0;
}

.yenom-wrapper .yenom-hero-img-box .banner-content-box .ai-icons {
  position: absolute;
  right: 310px;
  top: 0;
  display: flex;
  gap: 30px;
}

.yenom-wrapper .yenom-hero-img-box .banner-content-box .ai-icons .icon-1 {
  position: relative;
  top: 5px;
}

.yenom-wrapper .yenom-hero-img-box .banner-content-box .ai-icons .icon-2 {
  position: relative;
  top: -30px;
}

.yenom-wrapper .yenom-hero-img-box .banner-content-box .ai-icons img {
  width: 70px;
}

.yenom-wrapper .yenom-hero-img-box .banner-content-box ul {
  padding-left: 0;
  position: absolute;
  top: 100px;
  right: 0px;
  list-style-type: none;
}

.yenom-wrapper .yenom-hero-img-box .banner-content-box ul li {
  position: relative;
  margin-bottom: 14px;
  padding: 20px 20px 20px 20px;
  border: 1.17px solid;
  background: #ffffff1a;
  border-image-source: linear-gradient(
    180deg,
    rgba(181, 247, 98, 0.12) 0%,
    rgba(13, 14, 14, 0) 100%
  );
  box-shadow: 0px -7.03px 23.44px 0px #b5f76233 inset;
  border-radius: 12px;
  max-width: 520px;
}

.yenom-wrapper .yenom-hero-img-box .banner-content-box ul li p {
  position: relative;
  font-size: 20px;
  font-family: "Manrope-700";
  font-weight: 700;
  color: #ffffff;
  line-height: 1.25;
  margin: 0;
  padding-left: 20px;
  margin-bottom: 10px;
}

.yenom-wrapper .yenom-hero-img-box .banner-content-box ul li p img {
  position: absolute;
  left: -15px;
  top: -2px;
  width: 55px;
}

.yenom-wrapper .yenom-hero-img-box .banner-content-box ul li span {
  font-size: 18px;
  font-family: "Manrope-500";
  font-weight: 500;
  color: #ffffff;
  line-height: 1.25;
  margin: 0;
}

.yenom-wrapper .yenom-hero-img {
  max-width: 550px;
  height: auto;
  display: inline-block;
}

@media (max-width: 1199px) {
  .yenom-wrapper .yenom-title {
    font-size: 46px;
  }
}

@media (max-width: 991px) {
  .yenom-wrapper .yenom-hero-section {
    padding: 120px 0 80px;
  }

  .yenom-wrapper .yenom-title {
    font-size: 40px;
  }

  .yenom-wrapper .yenom-hero-img-box {
    margin-top: 40px;
    text-align: center;
  }

  .yenom-wrapper .yenom-hero-img-box .banner-content-box ul {
    padding-bottom: 70px;
    top: 40px;
  }

  .yenom-wrapper .yenom-hero-img-box .banner-content-box .ai-icons {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .yenom-wrapper .yenom-hero-section {
    padding: 65px 0 0px;
  }

  .yenom-wrapper .yenom-title {
    font-size: 34px;
    text-align: center;
  }

  .yenom-wrapper .yenom-hero-img {
    max-width: 150px;
  }

  .yenom-wrapper .yenom-hero-img-box .banner-content-box .ai-icons,
  .yenom-wrapper .yenom-hero-img-box .banner-content-box ul,
  .yenom-wrapper .yenom-hero-img-box .banner-content-box {
    position: relative !important;
    left: auto;
    right: auto;
  }

  .yenom-wrapper .yenom-hero-img-box .banner-content-box ul li p,
  .yenom-wrapper .yenom-hero-img-box .banner-content-box ul li span {
    text-align: left;
    display: block;
  }

  .yenom-wrapper .yenom-overview-desc-wrap {
    max-width: 100% !important;
  }
}

/* Yenom Overview & Project at a Glance Section */
.yenom-wrapper .yenom-overview-section {
  position: relative;
  width: 100%;
  background-color: #0b0d0c;
  background-image: url(../../images/case-studies/yenom/challange-bg.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  padding: 60px 0 100px;
  overflow: hidden;
}

.yenom-wrapper .yenom-overview-desc-wrap {
  max-width: 85%;
  margin: 0 auto 60px;
  text-align: center;
}

.yenom-wrapper .yenom-overview-desc {
  font-size: 20px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  font-family: "Manrope-400";
  font-weight: 400;
  margin: 0;
}

.yenom-wrapper .yenom-glance-card {
  background-color: #a5e844;
  border-radius: 36px;
  padding: 45px 40px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  color: #000000;
}

.yenom-wrapper .yenom-glance-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.yenom-wrapper .glance-title-col {
  flex: 0 0 18%;
  max-width: 18%;
}

.yenom-wrapper .glance-ind-col {
  flex: 0 0 10%;
  max-width: 10%;
}

.yenom-wrapper .glance-plat-col {
  flex: 0 0 18%;
  max-width: 18%;
}

.yenom-wrapper .glance-int-col {
  flex: 0 0 24%;
  max-width: 24%;
}

.yenom-wrapper .glance-feat-col {
  flex: 0 0 26%;
  max-width: 26%;
}

.yenom-wrapper .yenom-glance-divider {
  width: 1px;
  border-right: 1.5px dotted #000000;
  margin: 0 10px;
  flex-shrink: 0;
  align-self: stretch;
  height: auto;
}

.yenom-wrapper .glance-main-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  color: #000000;
  font-family: "Manrope-700";
  letter-spacing: -0.5px;
  margin: 0;
}

.yenom-wrapper .glance-underline {
  position: relative;
  display: inline-block;
}

.yenom-wrapper .glance-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 4px;
  background-color: #000000;
  border-radius: 2px;
}

.yenom-wrapper .glance-label {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 12px;
  display: block;
  font-family: "Manrope-500";
}

.yenom-wrapper .glance-value {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  line-height: 1.55;
  display: block;
  text-transform: uppercase;
  font-family: "Manrope-700";
  letter-spacing: 0.3px;
}

/* Media queries for Yenom Overview & Glance Section */
@media (max-width: 1199px) {
  .yenom-wrapper .yenom-glance-card {
    padding: 35px 30px;
    border-radius: 28px;
  }

  .yenom-wrapper .glance-main-title {
    font-size: 20px;
  }

  .yenom-wrapper .glance-label {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .yenom-wrapper .glance-value {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .yenom-wrapper .yenom-glance-card {
    flex-wrap: wrap;
    gap: 15px 0;
    padding: 30px 30px;
  }

  .yenom-wrapper .glance-title-col,
  .yenom-wrapper .glance-ind-col,
  .yenom-wrapper .glance-plat-col,
  .yenom-wrapper .glance-int-col,
  .yenom-wrapper .glance-feat-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .yenom-wrapper .yenom-glance-divider {
    width: 100%;
    height: 1px;
    border-right: none;
    border-bottom: 1.5px dotted rgba(0, 0, 0, 0.4);
    margin: 5px 0;
  }

  .yenom-wrapper .yenom-overview-desc {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .yenom-wrapper .yenom-overview-section {
    padding: 50px 0 0px;
  }

  .yenom-wrapper .yenom-overview-desc-wrap {
    margin-bottom: 40px;
  }

  .yenom-wrapper .yenom-overview-desc {
    font-size: 15px;
    text-align: left;
  }

  .yenom-wrapper .yenom-glance-card {
    padding: 28px 22px;
    border-radius: 24px;
  }

  .yenom-wrapper .glance-main-title {
    font-size: 20px;
  }
}

/* Yenom Challenges Section */
.yenom-wrapper .yenom-challenges-section {
  position: relative;
  width: 100%;
  background-color: #08090a;
  padding: 80px 0 0px 0;
  overflow: hidden;
}

.challenge-box-wrap {
  position: relative;
}

.yenom-wrapper .yenom-challenges-section .wrapmxwd .row {
  position: relative;
}

.yenom-wrapper .yenom-challenges-section .wrapmxwd .row .col-lg-12 {
  position: relative;
  display: flex;
}

.yenom-wrapper .yenom-challenges-section .wrapmxwd .row ul {
  position: absolute;
  left: -100px;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.yenom-wrapper .yenom-challenges-section .wrapmxwd .row ul li {
  margin-bottom: 10px;
}

.yenom-wrapper .yenom-challenges-section .wrapmxwd .row ul li:nth-child(2) {
  position: relative;
  left: 250px;
}

.yenom-wrapper .yenom-challenges-section .wrapmxwd .row ul li:nth-child(3) {
  position: relative;
  left: 350px;
}

.yenom-wrapper .yenom-challenge-title {
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Manrope-700";
  letter-spacing: -0.5px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.yenom-challenge-head {
  max-width: fit-content;
  display: inline-block;
}

.yenom-wrapper .yenom-challenge-title .yenom-green {
  color: #a5e844;
}

.yenom-wrapper .yenom-challenge-sub {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Manrope-400";
  max-width: 460px;
  margin: 0;
}

.yenom-wrapper .yenom-challenge-box {
  position: relative;
  display: inline-block;
  max-width: 600px;
  border-radius: 0;
  background: rgba(13, 16, 14, 0.6);
  border: 1px solid rgba(165, 232, 68, 0.4);
  padding: 30px 35px;
  backdrop-filter: blur(10px);
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 0.6s ease-out,
    transform 0.6s ease-out;
  z-index: 2;
}

.yenom-wrapper .yenom-challenge-box.revealed {
  opacity: 1;
  transform: translateY(0);
}

.yenom-wrapper
  .yenom-challenges-section
  .wrapmxwd
  .row
  ul
  li:nth-child(2)
  .yenom-challenge-box {
  transition-delay: 0.15s;
}

.yenom-wrapper
  .yenom-challenges-section
  .wrapmxwd
  .row
  ul
  li:nth-child(3)
  .yenom-challenge-box {
  transition-delay: 0.3s;
}

.challange-blank-bg {
  background-image: url(../../images/case-studies/yenom/challangr-baaner-2.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  min-height: 500px;
  width: 700px;
}

.challange-border-line {
  position: relative;
  text-align: center;
  top: 0px;
  background-color: black;
}

.challange-border-line img {
  position: relative;
  left: -30px;
  top: -50px;
}

.yenom-wrapper .yenom-challenge-box p {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  font-family: "Inter", sans-serif;
  margin: 0;
}

.yenom-wrapper .yenom-challenge-graphic-wrap {
  position: relative;
  margin-top: -50px;
}

.yenom-wrapper .yenom-challenge-img {
  max-width: 90%;
  width: 100%;
  height: auto;
  border-radius: 24px;
  display: inline-block;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}

/* Media Queries for Yenom Challenges Section */
@media (max-width: 1199px) {
  .yenom-wrapper .yenom-challenge-title {
    font-size: 40px;
  }

  .yenom-wrapper .yenom-challenge-sub,
  .yenom-wrapper .yenom-challenge-box p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .yenom-wrapper .yenom-challenges-section {
    padding: 70px 0;
  }

  .yenom-wrapper .yenom-challenge-box {
    margin-top: 20px;
  }

  .yenom-wrapper .yenom-challenge-graphic-wrap {
    margin-top: 140px;
  }
}

@media (max-width: 767px) {
  .yenom-wrapper .yenom-challenges-section {
    padding: 50px 0;
  }

  .yenom-wrapper .yenom-challenge-title {
    font-size: 32px;
  }

  .yenom-wrapper .yenom-challenge-sub,
  .yenom-wrapper .yenom-challenge-box p {
    font-size: 15px;
  }
}

/* Yenom Solution Section */
.yenom-wrapper .yenom-solution-section {
  position: relative;
  width: 100%;
  background-color: #08090a;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  padding: 80px 0 80px;
  overflow: hidden;
}

.yenom-wrapper .yenom-solution-title {
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Manrope-700", sans-serif;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.yenom-wrapper .yenom-solution-title .yenom-green {
  color: #a5e844;
}

.yenom-wrapper .yenom-solution-sub {
  font-size: 18x;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Manrope-400", sans-serif;
  margin-bottom: 40px;
}

.yenom-wrapper .yenom-solution-card {
  background: #1f231a;
  border-radius: 44px;
  padding: 40px 30px 0px 30px;
  backdrop-filter: blur(10px);
}

.challange-2 img {
  position: relative;
  top: -10px;
}

.yenom-wrapper .yenom-solution-phone {
  max-width: 320px;
  width: 100%;
  height: auto;
  display: inline-block;
  filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.5));
}

.yenom-wrapper .yenom-solution-list {
  padding-left: 20px;
}

.yenom-wrapper .yenom-solution-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 35px;
}

.yenom-wrapper .yenom-solution-item:last-child {
  margin-bottom: 0;
}

.yenom-wrapper .solution-check-icon {
  flex-shrink: 0;
  margin-top: 2px;
}

.yenom-wrapper .solution-check-icon img {
  width: 24px;
  height: 24px;
}

.yenom-wrapper .solution-item-text p {
  font-size: 20px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  font-family: "Manrope-400", sans-serif;
  font-weight: 400;
  margin: 0;
}

.yenom-solution-section .solution-floating-icon {
  position: absolute;
  left: -20px;
  bottom: -50px;
  width: 180px;
  z-index: 2;
  pointer-events: none;
}

.yenom-fits-content-card-wrap {
  background-image: url(../../images/case-studies/yenom/challange-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

/* Media Queries for Yenom Solution Section */
@media (max-width: 1199px) {
  .yenom-wrapper .yenom-solution-title {
    font-size: 38px;
  }

  .yenom-wrapper .yenom-solution-sub {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .yenom-wrapper .solution-item-text p {
    font-size: 15px;
  }

  .yenom-wrapper .solution-floating-icon {
    width: 100px;
    right: 0;
    bottom: -40px;
  }
}

@media (max-width: 991px) {
  .yenom-wrapper .yenom-solution-section {
    padding: 0px 0 50px 0;
  }

  .yenom-wrapper .yenom-solution-card {
    margin-bottom: 50px;
  }

  .yenom-wrapper .yenom-solution-list {
    padding-left: 0;
  }

  .yenom-wrapper .solution-floating-icon {
    display: none;
  }
}

@media (max-width: 767px) {
  .yenom-wrapper .yenom-solution-section {
    padding: 40px 0 50px 0;
  }

  .yenom-wrapper .yenom-solution-title {
    font-size: 30px;
  }

  .yenom-wrapper .yenom-solution-sub {
    font-size: 15px;
  }

  .yenom-wrapper .yenom-solution-card {
    padding: 25px 20px 0px 20px;
    border-radius: 20px;
  }

  .yenom-wrapper .yenom-solution-phone {
    max-width: 240px;
  }

  .yenom-wrapper .yenom-solution-item {
    gap: 14px;
    margin-bottom: 25px;
  }

  .yenom-wrapper .solution-item-text p {
    font-size: 14px;
  }
}

/* Yenom Fits Section */
.yenom-wrapper .yenom-fits-section {
  position: relative;
  width: 100%;
  background-color: #08090a;
  padding: 80px 0 40px;
  overflow: hidden;
}

.yenom-wrapper .yenom-fits-head {
  max-width: 100%;
  margin: 0 auto 60px;
}

.yenom-wrapper .yenom-fits-title {
  font-size: 60px;
  font-weight: 500;
  color: #ffffff;
  font-family: "Manrope-500", sans-serif;
  letter-spacing: -0.5px;
  margin-bottom: 15px;
  line-height: 1.25;
  text-transform: uppercase;
}

.yenom-wrapper .yenom-fits-title .yenom-green {
  color: #a5e844;
}

.yenom-wrapper .yenom-fits-sub {
  font-size: 20px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Manrope-400", sans-serif;
  margin: 0;
}

.yenom-wrapper .yenom-fits-content-wrap {
  position: relative;
  max-width: 75%;
  margin: 0 auto;
  min-height: 520px;
}

.yenom-wrapper .yenom-fits-cards-row {
  position: relative;
  z-index: 2;
  min-height: 400px;
  margin-top: 180px;
}

.yenom-wrapper .yenom-fit-card {
  position: absolute;
  width: 340px;
}

.yenom-wrapper .yenom-fit-card:hover {
  transform: translateY(-5px);
  border-color: #a5e844;
}

.yenom-wrapper .card-connect {
  left: 4%;
  top: 130px;
}

.yenom-fit-card .yenom-fit-card-box {
  position: relative;
  border-radius: 0px;
  padding: 24px 28px;
  background: linear-gradient(90deg, #141811 0%, #000000 100%);
  z-index: 2;
}

.yenom-fit-card .yenom-fit-card-box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  /* border thickness */
  border-radius: 0px;
  background: linear-gradient(90.75deg, #b5f762 0.56%, #000000 101.33%);

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;

  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;

  pointer-events: none;
}

.yenom-wrapper .card-understand {
  left: 50%;
  top: -100px;
  transform: translateX(-50%);
}

.yenom-wrapper .card-understand:hover {
  transform: translate(-50%, -5px);
}

.yenom-wrapper .card-improve {
  right: 4%;
  top: 140px;
}

.yenom-wrapper .fit-card-title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  margin-bottom: 8px;
}

.yenom-wrapper .fit-card-desc {
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Inter", sans-serif;
  margin: 0;
}

/* Connecting Lines */
.yenom-wrapper .fit-line {
  position: absolute;
  pointer-events: none;
}

.yenom-wrapper .line-understand {
  left: 50%;
  bottom: -115px;
  width: 2px;
  height: 115px;
}

.yenom-wrapper .line-connect {
  right: -110px;
  bottom: -200px;
  width: 60px;
}

.yenom-wrapper .line-improve {
  left: -168px;
  bottom: -200px;
  width: 60px;
}

.yenom-wrapper .yenom-fits-circle-wrap {
  position: relative;
  z-index: 3;
  margin-top: 60px;
}

.yenom-wrapper .yenom-circle-img {
  max-width: 480px;
  width: 100%;
  height: auto;
  display: inline-block;
  filter: drop-shadow(0 20px 50px rgba(165, 232, 68, 0.2));
}

/* Media Queries for Yenom Fits Section */
@media (max-width: 1199px) {
  .yenom-wrapper .yenom-fits-title {
    font-size: 36px;
  }

  .yenom-wrapper .yenom-fit-card {
    width: 300px;
    padding: 20px 22px;
  }

  .yenom-wrapper .card-connect {
    left: 1%;
  }

  .yenom-wrapper .card-improve {
    right: 1%;
  }
}

@media (max-width: 991px) {
  .yenom-wrapper .yenom-fits-content-wrap {
    min-height: auto;
  }

  .yenom-wrapper .yenom-fits-cards-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: auto;
  }

  .yenom-wrapper .yenom-fit-card {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .yenom-wrapper .fit-line {
    display: none;
  }

  .yenom-wrapper .yenom-fits-circle-wrap {
    margin-top: 40px;
    text-align: center;
  }

  .yenom-wrapper .yenom-circle-img {
    max-width: 360px;
  }
}

@media (max-width: 767px) {
  .yenom-wrapper .yenom-fits-section {
    padding: 50px 0 40px;
  }

  .yenom-wrapper .yenom-fits-title {
    font-size: 24px;
  }

  .yenom-wrapper .yenom-fits-sub {
    font-size: 15px;
  }

  .yenom-wrapper .fit-card-title {
    font-size: 19px;
  }

  .yenom-wrapper .fit-card-desc {
    font-size: 14px;
  }

  .yenom-wrapper .yenom-circle-img {
    max-width: 280px;
  }
}

/* Yenom Process Section */
.yenom-wrapper .yenom-process-section {
  position: relative;
  width: 100%;
  background-color: #08090a;
  padding: 60px 0 80px;
  overflow: hidden;
}

.yenom-wrapper .yenom-process-card {
  background-color: #a5e844;
  background-image: url("../../images/case-studies/yenom/process-bg-pattern.webp");
  background-size: 600px;
  background-position: left bottom;
  background-repeat: no-repeat;
  border-radius: 33px;
  padding: 60px 50px;
  color: #000000;
}

.yenom-wrapper .yenom-process-left {
  padding-right: 20px;
}

.yenom-wrapper .yenom-process-title {
  font-size: 50px;
  font-weight: 500;
  color: #000000;
  font-family: "Manrope-500", sans-serif;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.yenom-wrapper .yenom-process-pill {
  background-color: #000000;
  color: #ffffff;
  border-radius: 30px;
  padding: 10px 24px;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  font-family: "Manrope-600", sans-serif;
  margin-bottom: 25px;
}

.yenom-wrapper .yenom-process-desc {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.85);
  font-family: "Manrope-400", sans-serif;
  margin: 0;
  max-width: 420px;
}

.yenom-wrapper .yenom-process-timeline-wrap {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 40px;
  padding-left: 20px;
}

.yenom-wrapper .process-white-bar {
  position: relative;
  width: 36px;
  background: linear-gradient(180deg, #b5f762 0%, #ffffff 100%);

  border-radius: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0;
  flex-shrink: 0;
  min-height: 520px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.yenom-wrapper .process-dot {
  width: 20px;
  height: 20px;
  background-color: #000000;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.yenom-wrapper .process-dot::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 50%;
}

.yenom-wrapper .process-steps-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px 0;
}

.yenom-wrapper .process-step-item {
  margin-bottom: 18px;
}

.yenom-wrapper .process-step-item:last-child {
  margin-bottom: 0;
}

.yenom-wrapper .step-title {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  font-family: "Manrope-700", sans-serif;
  margin-bottom: 6px;
}

.yenom-wrapper .step-desc {
  font-size: 16px;
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.85);
  font-family: "Manrope-400", sans-serif;
  margin: 0;
  max-width: 460px;
}

/* Media Queries for Yenom Process Section */
@media (max-width: 1199px) {
  .yenom-wrapper .yenom-process-card {
    padding: 50px 40px;
    border-radius: 28px;
  }

  .yenom-wrapper .yenom-process-title {
    font-size: 34px;
  }

  .yenom-wrapper .yenom-process-desc {
    font-size: 15px;
  }

  .yenom-wrapper .step-title {
    font-size: 18px;
  }

  .yenom-wrapper .step-desc {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .yenom-wrapper .yenom-process-left {
    margin-bottom: 40px;
    padding-right: 0;
  }

  .yenom-wrapper .yenom-process-timeline-wrap {
    padding-left: 0;
  }

  .yenom-wrapper .process-white-bar {
    min-height: 480px;
  }
}

@media (max-width: 767px) {
  .yenom-wrapper .yenom-process-section {
    padding: 40px 0 0px;
  }

  .yenom-wrapper .yenom-process-card {
    padding: 35px 25px;
    border-radius: 24px;
  }

  .yenom-wrapper .yenom-process-title {
    font-size: 28px !important;
  }

  .yenom-wrapper .yenom-process-pill {
    font-size: 12px;
    padding: 8px 18px;
    text-align: center;
  }

  .yenom-wrapper .yenom-process-timeline-wrap {
    gap: 20px;
  }

  .yenom-wrapper .process-white-bar {
    width: 28px;
    padding: 20px 0;
  }

  .yenom-wrapper .process-dot {
    width: 16px;
    height: 16px;
  }

  .yenom-wrapper .process-dot::after {
    width: 4px;
    height: 4px;
  }
}

/* Yenom Result Section */
.yenom-wrapper .yenom-result-section {
  position: relative;
  width: 100%;
  background-color: #08090a;
  padding: 60px 0 50px;
  overflow: hidden;
}

.yenom-wrapper .yenom-result-head {
  margin: 0 auto 50px;
}

.yenom-wrapper .yenom-result-title {
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Manrope-700", sans-serif;
  letter-spacing: -0.5px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.yenom-wrapper .yenom-result-title .yenom-green {
  color: #a5e844;
}

.yenom-wrapper .yenom-result-sub {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Manrope-400", sans-serif;
  margin: 0;
}

.yenom-wrapper .yenom-result-stats-list {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
}

.yenom-wrapper .yenom-result-stat-item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.yenom-wrapper .yenom-result-stat-item:last-child {
  border-bottom: none;
}

.yenom-wrapper .result-stat-icon {
  width: 45px;
  height: 45px;
  background: rgba(18, 22, 19, 0.8);
  border: 0.4px solid #ffffff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  backdrop-filter: blur(10px);
}

.yenom-wrapper .result-stat-icon img {
  width: 100%;
}

.yenom-wrapper .stat-number {
  font-size: 32px;
  font-weight: 500;
  color: #a5e844;
  font-family: "Manrope-500", sans-serif;
  line-height: 1.1;
  margin-bottom: 4px;
}

.yenom-wrapper .stat-label {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  font-family: "Manrope-500", sans-serif;
}

.yenom-wrapper .yenom-result-card {
  position: relative;
  border-radius: 32px;
  padding: 12px;
  background: #08090a;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(165, 232, 68, 0.15);
}

.yenom-wrapper .yenom-result-img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
}

/* Media Queries for Yenom Result Section */
@media (max-width: 1199px) {
  .yenom-wrapper .yenom-result-title {
    font-size: 36px;
  }

  .yenom-wrapper .stat-number {
    font-size: 28px;
  }

  .yenom-wrapper .stat-label {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .yenom-wrapper .yenom-result-stats-list {
    padding-right: 0;
    margin-bottom: 50px;
  }

  .yenom-wrapper .yenom-result-card {
    border-radius: 24px;
    padding: 8px;
  }
}

@media (max-width: 767px) {
  .yenom-wrapper .yenom-result-section {
    padding: 60px 0 0px;
  }

  .yenom-wrapper .yenom-result-title {
    font-size: 28px;
    margin-top: 0;
  }

  .yenom-wrapper .yenom-result-sub {
    font-size: 15px;
  }

  .yenom-wrapper .yenom-result-stat-item {
    gap: 16px;
    padding: 18px 0;
  }

  .yenom-wrapper .result-stat-icon {
    width: 44px;
    height: 44px;
  }

  .yenom-wrapper .result-stat-icon svg {
    width: 20px;
    height: 20px;
  }

  .yenom-wrapper .stat-number {
    font-size: 24px;
  }

  .yenom-wrapper .stat-label {
    font-size: 14px;
  }
}

/* Yenom Testimonial Section */
.yenom-wrapper .yenom-testimonial-section {
  position: relative;
  width: 100%;
  background-color: #08090a;
  padding: 60px 0 80px;
  overflow: hidden;
}

.yenom-wrapper .yenom-testimonial-avatars {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.yenom-wrapper .avatar-card {
  border-radius: 16px;
  overflow: hidden;
  opacity: 0.65;
  transition: all 0.3s ease;
  width: 220px;
  height: 90px;
}

.yenom-wrapper .avatar-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yenom-wrapper .avatar-card.active {
  opacity: 1;
  width: 260px;
  height: 170px;
  border-radius: 24px;
  border: 2.5px solid #a5e844;
  box-shadow: 0 10px 30px rgba(165, 232, 68, 0.2);
}

.yenom-wrapper .yenom-testimonial-title {
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  font-family: "Manrope-500", sans-serif;
  letter-spacing: -0.5px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.yenom-wrapper .yenom-testimonial-title .yenom-green {
  color: #a5e844;
}

.yenom-wrapper .yenom-testimonial-quote {
  font-size: 20px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Manrope-400", sans-serif;
  font-style: italic;
  margin-bottom: 35px;
  max-width: 720px;
}

.yenom-wrapper .yenom-testimonial-author-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.yenom-wrapper .author-name {
  font-size: 18px;
  font-weight: 400;
  color: #a5e844;
  font-family: "Manrope-400", sans-serif;
}

.yenom-wrapper .author-stars {
  color: #a5e844;
  font-size: 20px;
  letter-spacing: 3px;
}

.yenom-wrapper .yenom-testimonial-divider {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
}

/* Media Queries for Yenom Testimonial Section */
@media (max-width: 1199px) {
  .yenom-wrapper .yenom-testimonial-title {
    font-size: 32px;
  }

  .yenom-wrapper .yenom-testimonial-quote {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .yenom-wrapper .yenom-testimonial-avatars {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 40px;
  }

  .yenom-wrapper .avatar-card {
    width: 140px;
    height: 80px;
  }

  .yenom-wrapper .avatar-card.active {
    width: 180px;
    height: 110px;
  }
}

@media (max-width: 767px) {
  .yenom-wrapper .yenom-testimonial-section {
    padding: 60px 0 50px;
  }

  .yenom-wrapper .yenom-testimonial-title {
    font-size: 26px;
  }

  .yenom-wrapper .yenom-testimonial-quote {
    font-size: 15px;
  }

  .yenom-wrapper .author-name {
    font-size: 15px;
  }

  .yenom-wrapper .author-stars {
    font-size: 16px;
  }
}

/* Yenom CTA Section */
.yenom-wrapper .yenom-cta-section {
  position: relative;
  width: 100%;
  background-color: #08090a;
  padding: 40px 0 80px;
  overflow: hidden;
}

.yenom-wrapper .yenom-cta-card {
  background-color: #a5e844;
  background-image: url("../../images/case-studies/yenom/finance-banner.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 36px;
  padding: 60px 50px 0 50px;
  color: #000000;
  position: relative;
  overflow: hidden;
}

.yenom-wrapper .yenom-cta-pill {
  display: inline-block;
  border-radius: 20px;
  padding: 6px 18px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 25px;
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
  backdrop-filter: blur(17.781204223632812px);
  border: 1.48px solid #00000033;
}

.yenom-wrapper .pill-dot {
  margin-right: 4px;
}

.yenom-wrapper .yenom-cta-heading {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 500;
  color: #000000;
  font-family: "Manrope-400", sans-serif;
  margin-bottom: 35px;
  max-width: 580px;
}

.yenom-wrapper .yenom-cta-heading strong {
  font-family: "Manrope-700", sans-serif;
}

.yenom-wrapper .yenom-cta-btn {
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 30px;
  display: inline-block;
  font-family: "Manrope-700", sans-serif;
  text-decoration: none;
  box-shadow: 0px 37.04px 74.09px -17.78px #00000033;
  transition: all 0.3s ease;
  margin-bottom: 50px;
}

.yenom-wrapper .yenom-cta-btn:hover {
  background-color: #000000;
  color: #ffffff;
  transform: translateY(-2px);
}

.yenom-wrapper .yenom-cta-graphic {
  position: relative;
  text-align: center;
  margin-top: -20px;
}

.yenom-wrapper .cta-circle-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  width: 320px;
  height: 320px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  z-index: 1;
}

.yenom-wrapper .cta-logo-badge {
  position: absolute;
  top: 20px;
  left: 40px;
  width: 44px;
  height: 44px;
  background: #004d40;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 800;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  z-index: 3;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.yenom-wrapper .cta-phone-img {
  max-width: 290px;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  margin-bottom: -40px;
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.25));
}

/* Media Queries for Yenom CTA Section */
@media (max-width: 1199px) {
  .yenom-wrapper .yenom-cta-heading {
    font-size: 28px;
  }

  .yenom-wrapper .cta-circle-bg {
    width: 260px;
    height: 260px;
  }

  .yenom-wrapper .cta-phone-img {
    max-width: 240px;
  }
}

@media (max-width: 991px) {
  .yenom-wrapper .yenom-cta-card {
    padding: 40px 30px 0 30px;
  }

  .yenom-wrapper .yenom-cta-btn {
    margin-bottom: 30px;
  }

  .yenom-wrapper .yenom-cta-graphic {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .yenom-wrapper .yenom-cta-section {
    padding: 30px 0 60px;
  }

  .yenom-wrapper .yenom-cta-card {
    padding: 30px 20px 0 20px;
    border-radius: 24px;
  }

  .yenom-wrapper .yenom-cta-heading {
    font-size: 18px;
  }

  .yenom-wrapper .yenom-cta-card {
    background-size: inherit;
  }

  .yenom-wrapper .yenom-cta-btn {
    font-size: 14px;
    padding: 12px 24px;
  }

  .yenom-wrapper .cta-circle-bg {
    width: 220px;
    height: 220px;
  }

  .yenom-wrapper .cta-phone-img {
    max-width: 200px;
  }

  .yenom-wrapper .yenom-challenge-box {
    padding: 22px 20px;
  }

  .challange-border-line img {
    width: 100%;
    display: none;
  }

  .yenom-wrapper .yenom-fits-head {
    margin-bottom: 0;
  }

  .yenom-wrapper .yenom-fits-head {
    margin-bottom: 0;
  }

  .yenom-wrapper .yenom-fits-cards-row {
    margin-top: 30px;
  }

  .yenom-wrapper .yenom-challenges-section .wrapmxwd .row ul {
    left: 0;
    padding: 15px 15px;
    gap: 0;
  }

  .yenom-wrapper .yenom-fit-card {
    padding: 0;
  }

  .yenom-wrapper .yenom-fits-content-wrap {
    max-width: 100%;
  }

  .yenom-wrapper .yenom-challenges-section .wrapmxwd .row ul li:nth-child(2),
  .yenom-wrapper .yenom-challenges-section .wrapmxwd .row ul li:nth-child(3) {
    position: relative;
    left: 0;
    right: 0;
  }
}

/* Yenom Case Study End here */

/* ==========================================
   Case Study Main Page Styles
   ========================================== */
.case-study-main-wrapper {
  background-color: #fff;
  padding-top: 70px;
}

.case-study-main-wrapper .wrapmxwd {
  max-width: 1920px;
}

/* CS Hero Section */
.case-study-main-wrapper .cs-hero-section {
  position: relative;
  width: 100%;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #030a1a;
  padding: 140px 0 120px;
  overflow: hidden;
}

.case-study-main-wrapper .hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
  opacity: 0.9;
}

.case-study-main-wrapper .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(3, 10, 26, 0.2) 0%,
    rgba(3, 10, 26, 0.75) 85%
  );
  z-index: 2;
  pointer-events: none;
}

.case-study-main-wrapper .cs-hero-content {
  position: relative;
  z-index: 10;
}

.case-study-main-wrapper .cs-hero-badge {
  display: inline-block;
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 30px;
  padding: 8px 26px;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  font-family: "Manrope-700", "Inter", sans-serif;
  margin-bottom: 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.case-study-main-wrapper .cs-hero-title {
  font-size: 80px;
  font-weight: 700;
  line-height: 1.25;
  font-family: "Manrope-700", "Inter", sans-serif;
  letter-spacing: -0.5px;
  margin-bottom: 22px;
}

.case-study-main-wrapper .cs-hero-title .text-cyan {
  color: #009dff;
}

.case-study-main-wrapper .cs-hero-title .text-white {
  color: #ffffff;
}

.case-study-main-wrapper .cs-hero-title .text-gold {
  color: #ffe66c;
}

.case-study-main-wrapper .cs-hero-subtitle {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  font-family: "Manrope-600", "Inter", sans-serif;
  max-width: 720px;
  margin: 0 auto 35px;
}

.case-study-main-wrapper .cs-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0253db;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 32px;
  border-radius: 30px;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.case-study-main-wrapper .cs-hero-btn:hover {
  background: #0052cc;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 102, 255, 0.7);
  color: #ffffff;
}

/* Media Queries for CS Hero Section */
@media (max-width: 1199px) {
  .case-study-main-wrapper .cs-hero-title {
    font-size: 44px;
  }
}

@media (max-width: 767px) {
  .case-study-main-wrapper .cs-hero-section {
    padding: 80px 0 60px;
  }

  .case-study-main-wrapper .cs-hero-title {
    font-size: 30px;
  }

  .case-study-main-wrapper .cs-hero-subtitle {
    font-size: 15px;
  }

  .case-study-main-wrapper .cs-hero-btn {
    padding: 12px 26px;
    font-size: 14px;
  }
}

/* CS Cards Grid Section */
.case-study-main-wrapper .cs-grid-section {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding: 80px 0 80px;
}

.case-study-main-wrapper .cs-card {
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  min-height: 460px;
  position: relative;
  margin-bottom: 20px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.cs-grid-section .wrapmxwd .col-lg-6 {
  margin-bottom: 30px;
}

.case-study-main-wrapper .cs-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.case-study-main-wrapper .cs-card-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  padding: 40px 30px 40px 40px;
  position: relative;
}

.case-study-main-wrapper .cs-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 2;
  padding-right: 20px;
}

.case-study-main-wrapper .cs-card-badge {
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 7px 16px;
  border-radius: 20px;
  margin-bottom: 25px;
  display: inline-block;
  font-family: "Manrope-600", "Inter", sans-serif;
  backdrop-filter: blur(8px);
}

.case-study-main-wrapper .cs-card-logo {
  margin-bottom: 15px;
  min-height: 35px;
  display: flex;
  align-items: center;
}

.case-study-main-wrapper .cs-logo-img {
  max-height: 50px;
  width: auto;
}

.case-study-main-wrapper .yenom-logo-text {
  font-size: 32px;
  font-weight: 600;
  color: #a5e844;
  font-family: "Manrope-600", "Inter", sans-serif;
  letter-spacing: -1px;
  margin: 0;
}

.case-study-main-wrapper .pay4pay-badge {
  color: #00e5ff;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid rgba(0, 229, 255, 0.3);
}

.case-study-main-wrapper .cs-card-title {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  font-family: "Manrope-800", sans-serif;
  margin-bottom: 10px;
}

.case-study-main-wrapper .cs-card-desc {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  font-family: "Manrope-500", "Inter", sans-serif;
  margin-bottom: 25px;
  max-width: 50%;
}

.case-study-main-wrapper .cs-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
}

.case-study-main-wrapper .cs-tag {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 20px;
  font-family: "Manrope-500", sans-serif;
  backdrop-filter: blur(5px);
}
.case-study-main-wrapper .cs-card.card-bg-4 .cs-tag {
  background: rgb(47 61 101 / 73%);
}
.case-study-main-wrapper .cs-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-family: "Manrope-600", sans-serif;
  transition: all 0.3s ease;
  margin-top: auto;
}

.case-study-main-wrapper .cs-card-btn svg path {
  transition: fill 0.3s ease;
}

.case-study-main-wrapper .cs-card-btn:hover {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
}

.case-study-main-wrapper .cs-card-btn svg {
  position: relative;
  top: 2px;
  width: 15px;
}

.case-study-main-wrapper .cs-card-btn:hover svg path {
  fill: #000000;
}

.case-study-main-wrapper .cs-card-img-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
}

.case-study-main-wrapper .cs-card-img {
  max-width: 250px;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.3));
  transition: transform 0.4s ease;
}

.case-study-main-wrapper .cs-card:hover .cs-card-img {
  transform: scale(1.05);
}

/* Card Specific Gradients */
.case-study-main-wrapper .cs-card.card-bg-1 {
  background-image: url(../../images/case-studies/case-sutdy-main/case-study-1.webp);
}

.case-study-main-wrapper .cs-card.card-bg-2 {
  background-image: url(../../images/case-studies/case-sutdy-main/case-study-2.webp);
}

.case-study-main-wrapper .cs-card.card-bg-3 {
  background-image: url(../../images/case-studies/case-sutdy-main/case-study-3.webp);
}

.case-study-main-wrapper .cs-card.card-bg-4 {
  background-image: url(../../images/case-studies/case-sutdy-main/case-study-4.webp);
}

.case-study-main-wrapper .cs-card {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Media Queries for CS Cards Grid Section */

@media (max-width: 1580px) {
  .case-study-main-wrapper .cs-hero-title {
    font-size: 70px;
  }

  .case-study-main-wrapper .cs-cta-title {
    font-size: 55px;
  }

  .case-study-main-wrapper .cs-hero-badge {
    font-size: 18px;
  }

  .case-study-main-wrapper .cs-logo-img {
    max-height: 45px;
  }

  .case-study-main-wrapper .cs-card-title {
    font-size: 26px;
  }
}

@media (max-width: 1480px) {
  .case-study-main-wrapper .cs-hero-title {
    font-size: 60px;
  }

  .case-study-main-wrapper .cs-card-title {
    font-size: 24px;
  }

  .case-study-main-wrapper .cs-logo-img {
    max-height: 40px;
  }

  .case-study-main-wrapper .cs-cta-title {
    font-size: 50px;
  }

  .case-study-main-wrapper .cs-hero-subtitle {
    font-size: 16px;
  }

  .case-study-main-wrapper .cs-cta-btn {
    font-size: 16px !important;
    padding: 16px 20px !important;
  }
}

@media (max-width: 1380px) {
  .case-study-main-wrapper .cs-hero-title {
    font-size: 50px;
  }

  .case-study-main-wrapper .cs-card-btn {
    font-size: 14px;
  }

  .case-study-main-wrapper .cs-cta-title {
    font-size: 45px;
  }

  .case-study-main-wrapper .cs-hero-btn {
    font-size: 16px !important;
    padding: 14px 20px !important;
  }
}

@media (max-width: 1280px) {
  .case-study-main-wrapper .cs-hero-title {
    font-size: 40px;
  }
}

@media (max-width: 1199px) {
  .case-study-main-wrapper .cs-card-inner {
    padding: 30px 20px;
  }

  .case-study-main-wrapper .cs-card-img {
    max-width: 190px;
  }
}

@media (max-width: 991px) {
  .case-study-main-wrapper .cs-card-inner {
    flex-direction: column;
  }

  .case-study-main-wrapper .cs-card-content {
    padding-right: 0;
    margin-bottom: 0px;
    width: 100%;
  }

  .case-study-main-wrapper .cs-logo-img {
    max-height: 30px;
  }

  .case-study-main-wrapper .cs-card-badge {
    font-size: 10px !important;
    margin-bottom: 10px !important;
  }

  .case-study-main-wrapper .cs-card-img {
    max-width: 260px;
  }

  .case-study-main-wrapper .cs-card-desc {
    max-width: 100%;
  }

  .case-study-main-wrapper .cs-card-logo {
    margin-bottom: 5px;
    min-height: auto;
  }

  .case-study-main-wrapper .cs-hero-badge {
    font-size: 15px;
    padding: 8px 18px;
  }

  .case-study-main-wrapper .cs-card {
    min-height: auto;
    margin-bottom: 15px !important;
  }

  .case-study-main-wrapper .cs-card-tags {
    margin-bottom: 0;
    gap: 5px;
  }

  .case-study-main-wrapper .cs-card.card-bg-1 {
    background-image: url(../../images/case-studies/case-sutdy-main/mob-case-study-1.webp);
  }

  .case-study-main-wrapper .cs-card.card-bg-2 {
    background-image: url(../../images/case-studies/case-sutdy-main/mob-case-study-2.webp);
  }

  .case-study-main-wrapper .cs-card.card-bg-3 {
    background-image: url(../../images/case-studies/case-sutdy-main/mob-case-study-3.webp);
  }

  .case-study-main-wrapper .cs-card.card-bg-4 {
    background-image: url(../../images/case-studies/case-sutdy-main/mob-case-study-4.webp);
  }

  .case-study-main-wrapper .cs-card-inner {
    padding: 20px 15px !important;
  }
}

@media (max-width: 767px) {
  .case-study-main-wrapper .cs-grid-section {
    padding: 40px 0 0px;
  }

  .case-study-main-wrapper .cs-card-btn svg {
    top: 1px;
    width: 12px;
    height: 12px;
  }

  .case-study-main-wrapper .cs-cta-pill {
    font-size: 14px !important;
  }

  .case-study-main-wrapper .cs-card-title {
    font-size: 16px;
  }

  .case-study-main-wrapper .cs-card-desc {
    font-size: 9px;
    margin-bottom: 10px;
    max-width: 55%;
  }

  .case-study-main-wrapper .cs-tag {
    font-size: 9px;
    padding: 6px 6px;
  }

  .case-study-main-wrapper .cs-card-btn {
    padding: 10px 20px;
    font-size: 9px;
  }

  .case-study-main-wrapper .cs-card-btn svg {
    top: 1px;
    width: 6px;
    height: 8px;
  }
}

/* Case Study Main CTA Section */
.case-study-main-wrapper .cs-main-cta-section {
  background-image: url(../../images/case-studies/case-sutdy-main/like-banner.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 100px 20px;
  text-align: center;
  overflow: hidden;
  margin: 0;
}

.case-study-main-wrapper .cs-cta-content {
  position: relative;
  z-index: 1;
  max-width: 100%;
  margin: 0 auto;
}

.case-study-main-wrapper .cs-cta-pill {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 28px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 35px;
  font-family: "Manrope-700", "Inter", sans-serif;
}

.case-study-main-wrapper .cs-cta-pill .pill-dot {
  margin-right: 6px;
  font-size: 16px;
}

.case-study-main-wrapper .cs-cta-title {
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 25px;
  font-family: "Manrope-500", "Inter", sans-serif;
  letter-spacing: -1.5px;
}
.case-study-main-wrapper .cs-main-cta-section p {
  font-family: "Manrope-500", "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  max-width: 560px;
  margin: 0 auto 30px auto;
}
.case-study-main-wrapper .cs-cta-title .cs-text-yellow {
  color: #ffd631;
  font-weight: 500;
}

.case-study-main-wrapper .cs-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: rgba(0, 0, 0, 0.15);
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 40px;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "Manrope-600", "Inter", sans-serif;
}

.case-study-main-wrapper .cs-cta-btn:hover {
  background-color: rgba(0, 0, 0, 0.25);
  color: #ffffff;
  transform: translateY(-2px);
  text-decoration: none;
}
@media (max-width: 1440px) {
  .case-study-main-wrapper .cs-main-cta-section p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .case-study-main-wrapper .cs-cta-title {
    font-size: 42px;
  }

  .case-study-main-wrapper .cs-hero-title {
    font-size: 36px;
  }

  .case-study-main-wrapper .cs-main-cta-section {
    padding: 80px 20px;
  }
  .case-study-main-wrapper .cs-main-cta-section p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .case-study-main-wrapper .cs-main-cta-section {
    padding: 60px 20px;
  }

  .case-study-main-wrapper .cs-cta-title {
    font-size: 32px;
  }

  .case-study-main-wrapper .cs-cta-btn {
    padding: 15px 30px !important;
    font-size: 15px;
  }
}

/* Case Study Main Page End */

/* Gilligans Case Study Start here */
.gilligans-case-study-main-wrapper {
  padding-top: 80px;
}

.gilligans-case-study-main-wrapper .wrapmxwd {
  max-width: 1920px !important;
  margin: auto;
  padding: 0 40px;
}

.gilligans-hero-section {
  position: relative;
  background-image: url("../../images/case-studies/gilligans/home-banner.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0 80px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.gilligans-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgb(0 0 0 / 72%) 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
  z-index: 1;
}

.gilligans-hero-section .wrapmxwd {
  z-index: 2;
  position: relative;
  width: 100%;
}

.gilligans-hero-content {
  margin-bottom: 120px;
}

.gilligans-title {
  font-size: 75px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 45px;
  letter-spacing: -2px;
  font-family: "Manrope-500", "Inter", sans-serif;
}

.gilligans-orange {
  color: #e25224;
}

.gilligans-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #e25224;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 36px;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "Manrope-600", "Inter", sans-serif;
}

.gilligans-hero-btn:hover {
  background-color: #c9461d;
  color: #ffffff;
  text-decoration: none;
}

.gilligans-hero-stats {
  padding-top: 40px;
}

.gilligans-hero-stats .stat-col {
  position: relative;
}

.gilligans-hero-stats .has-divider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}

.gilligans-hero-stats .stat-number {
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 8px;
  font-family: "Manrope-500", "Inter", sans-serif;
  letter-spacing: -1px;
}

.gilligans-hero-stats .stat-text {
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  font-family: "Manrope-600", "Inter", sans-serif;
}

.gilligans-hero-stats .stat-dot {
  display: inline-block;
  width: 7.87px;
  height: 7.87px;
  background-color: #e25224;
  border-radius: 50%;
}

@media (max-width: 1580px) {
  .gilligans-title {
    font-size: 70px;
  }

  .gilligans-hero-stats .stat-number {
    font-size: 30px;
  }

  .gilligans-section-title {
    font-size: 55px;
  }
}

@media (max-width: 1480px) {
  .gilligans-title {
    font-size: 65px;
  }

  .gilligans-hero-stats .stat-number {
    font-size: 28px;
  }

  .gilligans-section-title {
    font-size: 50px !important;
  }

  .gilligans-hero-section {
    padding: 160px 0 60px;
  }

  .gilligans-glance-list .glance-value {
    font-size: 22px;
  }
}

@media (max-width: 1199px) {
  .gilligans-title {
    font-size: 55px;
  }

  .gilligans-hero-stats .stat-number {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .gilligans-title {
    font-size: 45px;
  }
  .gilligans-case-study-main-wrapper {
    padding-top: 65px;
  }
  .gilligans-title br {
    display: none;
  }

  .gilligans-hero-stats .has-divider::before {
    display: none;
  }

  .gilligans-hero-stats .stat-col {
    margin-bottom: 30px;
  }

  .gilligans-hero-content {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .gilligans-hero-section {
    padding: 60px 0 40px;
  }

  .gilligans-title {
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: -1px;
  }

  .gilligans-hero-btn {
    font-size: 15px;
    padding: 14px 28px;
  }

  .gilligans-hero-stats .stat-number {
    font-size: 22px;
  }

  .gilligans-hero-stats .stat-text {
    font-size: 11px;
  }
}

/* Gilligans Intro Section Start */
.gilligans-intro-section {
  background-color: #fdf1ea;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.gilligans-intro-section .intro-section-bg {
  min-height: 900px;
  background-image: url("../../images/case-studies/gilligans/intro-banner.webp");
  background-size: 700px;
  background-position: left;
  background-repeat: no-repeat;
  margin: 0 auto;
  max-width: 1920px;
}

.gilligans-intro-img-col {
  position: relative;
  text-align: center;
}

.gilligans-intro-img-wrap {
  position: relative;
  display: inline-block;
}

.intro-img-glow {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  background: radial-gradient(
    circle,
    rgba(226, 82, 36, 0.25) 0%,
    rgba(253, 241, 234, 0) 70%
  );
  z-index: 0;
  filter: blur(50px);
}

.gilligans-intro-img-wrap img {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.gilligans-intro-text-col {
  padding: 80px 80px 0 5%;
}

.gilligans-section-title {
  font-size: 60px;
  font-weight: 600;
  color: #1a1a1a;
  font-family: "Manrope-600", "Inter", sans-serif;
  margin-bottom: 30px;
  letter-spacing: -2px;
}

.gilligans-intro-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #4a4a4a;
  font-family: "Manrope-500", "Inter", sans-serif;
  margin-bottom: 30px;
}

.gilligans-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #e25224;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 36px;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "Manrope-600", "Inter", sans-serif;
  margin-top: 15px;
}

.gilligans-btn:hover {
  background-color: #c9461d;
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 1480px) {
  .gilligans-section-title {
    font-size: 50px;
  }
}

@media (max-width: 1199px) {
  .gilligans-section-title {
    font-size: 45px;
  }

  .gilligans-intro-desc {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .gilligans-intro-section {
    padding: 80px 0;
  }

  .gilligans-section-title {
    font-size: 40px;
  }

  .gilligans-intro-text-col {
    margin-top: 0px;
    text-align: center;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .gilligans-intro-section {
    padding: 40px 0;
  }

  .gilligans-section-title {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .gilligans-intro-desc {
    font-size: 15px;
    text-align: left;
  }

  .gilligans-intro-text-col {
    text-align: left;
    padding-top: 0;
    padding-right: 0;
  }

  .gilligans-btn {
    padding: 14px 28px;
    font-size: 15px;
  }
}

/* Gilligans Intro Section End */

/* Gilligans Glance Section Start */
.gilligans-glance-section {
  background-color: #fdf1ea;
  padding: 80px 50px 110px;
}

.gilligans-glance-text-col {
  padding-right: 5%;
}

.gilligans-glance-list {
  margin-top: 50px;
}

.gilligans-glance-list .glance-item {
  margin-bottom: 40px;
}

.gilligans-glance-list .glance-item:last-child {
  margin-bottom: 0;
}

.gilligans-glance-list .glance-label {
  display: block;
  font-size: 18px;
  color: #8c8c8c;
  margin-bottom: 12px;
  font-family: "Manrope-500", "Inter", sans-serif;
}

.gilligans-glance-list .glance-value {
  font-size: 24px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.4;
  margin: 0;
  font-family: "Manrope-500", "Inter", sans-serif;
  letter-spacing: -0.5px;
}

.gilligans-glance-img-col {
  position: relative;
  text-align: right;
}

.gilligans-glance-img-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}

.gilligans-glance-img-wrap {
  text-align: right;
}

.gilligans-glance-img-wrap img {
  position: relative;
  z-index: 1;
  max-width: 80%;
  padding: 40px 0px 0 0;
  /* padding so it overlaps bottom and left */
}

@media (max-width: 1199px) {
  .gilligans-glance-list .glance-value {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .gilligans-glance-section {
    padding: 80px 0;
  }

  .gilligans-glance-text-col {
    padding-right: 15px;
    margin-bottom: 40px;
  }

  .gilligans-ai-tech-sub,
  .gilligans-glance-list .glance-value,
  .gilligans-hero-stats .stat-number {
    font-size: 18px !important;
  }

  .gilligans-intro-section .intro-section-bg {
    background-image: none;
    min-height: auto;
  }

  .gilligans-glance-img-wrap img {
    padding: 20px 20px 0 0;
  }

  .glance-orange-bg {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .gilligans-glance-section {
    padding: 0px 0 40px 0;
  }

  .gilligans-challenge-left .challenge-title-wrap {
    left: 20px !important;
  }

  .gilligans-challenge-left .challenge-title-wrap .challenge-icon img {
    width: 40px !important;
  }

  .gilligans-glance-list {
    margin-top: 30px;
  }

  .gilligans-glance-list .glance-item {
    margin-bottom: 25px;
  }

  .gilligans-glance-list .glance-label {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .gilligans-glance-list .glance-value {
    font-size: 18px;
  }

  .glance-orange-bg {
    border-radius: 20px;
  }

  .gilligans-glance-img-wrap img {
    padding: 15px 15px 0 0;
    max-width: 100%;
  }
}

/* Gilligans Glance Section End */

/* Gilligans Challenge Section Start */
.gilligans-challenge-section {
  background-color: #fdf1ea;
  padding: 0 0 100px;
}

.gilligans-challenge-card {
  background-color: #ffffff;
  border-radius: 40px;
  padding: 80px 80px 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.gilligans-challenge-left {
  position: relative;
  z-index: 2;
}

.gilligans-challenge-left .challenge-title-wrap {
  position: absolute;
  left: 0;
  top: 0;
}

.gilligans-challenge-left .challenge-title-wrap .challenge-icon img {
  width: 60px;
}

.gilligans-challenge-title {
  font-size: 80px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -2px;
  font-family: "Manrope-500", "Inter", sans-serif;
}

.gilligans-challenge-title .text-coral {
  color: #ff5a5f;
}

.challenge-icon {
  margin-bottom: 40px;
}

.challenge-img-wrap {
  position: relative;
  text-align: left;
}

.gilligans-challenge-right {
  padding-left: 5%;
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
}

.gilligans-challenge-heading {
  font-size: 32px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.4;
  margin-bottom: 40px;
  font-family: "Manrope-600", "Inter", sans-serif;
  letter-spacing: -1px;
}

.gilligans-challenge-desc {
  font-size: 18px;
  line-height: 1.7;
  color: #8c8c8c;
  margin-bottom: 25px;
  font-family: "Manrope-500", "Inter", sans-serif;
}

.gilligans-challenge-desc:last-child {
  margin-bottom: 0;
}

@media (max-width: 1480px) {
  .gilligans-challenge-title {
    font-size: 65px;
  }
}

@media (max-width: 1199px) {
  .gilligans-challenge-card {
    padding: 60px 40px 0;
  }

  .gilligans-challenge-right {
    padding-bottom: 60px;
  }

  .gilligans-challenge-title {
    font-size: 55px;
  }

  .gilligans-challenge-heading {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .gilligans-challenge-card {
    padding: 50px 30px 0;
  }

  .gilligans-challenge-right {
    padding-left: 15px;
    margin-top: 40px;
    padding-bottom: 50px;
  }

  .gilligans-challenge-heading {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .gilligans-challenge-section {
    padding: 0 0 40px;
  }

  .gilligans-challenge-card {
    padding: 40px 20px 0;
    border-radius: 20px;
  }

  .gilligans-challenge-right {
    padding-bottom: 40px;
  }

  .gilligans-challenge-title {
    font-size: 45px;
  }

  .challenge-icon {
    margin-bottom: 25px;
  }

  .challenge-icon svg {
    width: 45px;
    height: 45px;
  }

  .gilligans-challenge-desc {
    font-size: 15px;
  }
}

/* Gilligans Challenge Section End */

/* Gilligans Solution Section Start */
.gilligans-solution-section {
  background-color: #fdf1ea;
  padding: 0 0 100px;
}

.gilligans-solution-card {
  background-color: #ffffff;
  border-radius: 40px;
  padding: 80px 80px 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.gilligans-solution-left {
  position: relative;
  z-index: 2;
}

.gilligans-solution-title {
  font-size: 80px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -2px;
  font-family: "Manrope-500", "Inter", sans-serif;
}

.gilligans-section-title .text-green {
  color: #2b8c00;
}

.solution-img-wrap {
  position: relative;
  text-align: left;
}

.gilligans-solution-right {
  padding-left: 5%;
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
}

.gilligans-solution-heading {
  font-size: 32px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.4;
  margin-bottom: 30px;
  font-family: "Manrope-600", "Inter", sans-serif;
  letter-spacing: -1px;
}

.gilligans-solution-desc {
  font-size: 18px;
  line-height: 1.7;
  color: #8c8c8c;
  margin-bottom: 20px;
  font-family: "Manrope-500", "Inter", sans-serif;
}

.gilligans-solution-desc:last-of-type {
  margin-bottom: 30px;
}

.solution-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.solution-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution-icon img {
  width: 80px;
}

@media (max-width: 1480px) {
  .gilligans-solution-title {
    font-size: 65px;
  }
}

@media (max-width: 1199px) {
  .gilligans-solution-card {
    padding: 60px 40px 0;
  }

  .gilligans-solution-right {
    padding-bottom: 60px;
  }

  .gilligans-solution-title {
    font-size: 55px;
  }

  .gilligans-solution-heading {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .gilligans-solution-card {
    padding: 50px 30px 0;
  }

  .gilligans-solution-right {
    padding-left: 15px;
    margin-top: 40px;
    padding-bottom: 50px;
  }

  .gilligans-solution-heading {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .solution-bottom-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .gilligans-solution-section {
    padding: 0 0 60px;
  }

  .gilligans-solution-card {
    padding: 40px 20px 0;
    border-radius: 20px;
  }

  .gilligans-solution-right {
    padding-bottom: 40px;
  }

  .gilligans-solution-title {
    font-size: 45px;
  }

  .gilligans-solution-desc {
    font-size: 15px;
  }

  .solution-bottom-row {
    align-items: center;
    text-align: center;
  }
}

/* Gilligans Solution Section End */

/* Gilligans Journey Section Start */
.gilligans-journey-section {
  background-color: #fdf1ea;
  padding: 0 0 100px;
}

.gilligans-journey-title {
  font-size: 80px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 20px;
  letter-spacing: -2px;
  font-family: "Manrope-500", "Inter", sans-serif;
}

.gilligans-journey-sub {
  font-size: 32px;
  color: #1a1a1a;
  font-family: "Manrope-500", "Inter", sans-serif;
  letter-spacing: -1px;
  margin-bottom: 60px;
}

.gilligans-journey-img-wrap {
  position: relative;
  border-radius: 40px;
}

.gilligans-journey-img-wrap img {
  border-radius: 40px;
  width: 100%;
}

@media (max-width: 1480px) {
  .gilligans-journey-title {
    font-size: 65px;
  }

  .gilligans-journey-sub {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .gilligans-journey-title {
    font-size: 45px;
  }

  .gilligans-journey-sub {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .gilligans-journey-section {
    padding: 0 0 60px;
  }

  .gilligans-journey-title {
    font-size: 36px;
  }

  .gilligans-journey-sub {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .gilligans-journey-img-wrap img {
    border-radius: 20px;
  }
}

/* Gilligans Journey Section End */

/* Gilligans AI Tech Section Start */
.gilligans-ai-tech-section {
  background-color: #fdf1ea;
  padding: 0 0 40px;
}

.gilligans-ai-tech-card {
  background-color: #ffffff;
  border-radius: 40px;
  padding: 100px 80px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.gilligans-ai-tech-left {
  position: relative;
  z-index: 2;
  padding-right: 5%;
}

.ai-glow-bg {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  background: radial-gradient(
    circle,
    rgba(226, 82, 36, 0.15) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  z-index: -1;
  filter: blur(40px);
}

.gilligans-ai-tech-title {
  font-size: 80px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -2px;
  font-family: "Manrope-500", "Inter", sans-serif;
}

.gilligans-section-title .text-orange {
  color: #e25224;
}

.gilligans-ai-tech-sub {
  font-size: 24px;
  color: #8c8c8c;
  font-family: "Manrope-500", "Inter", sans-serif;
  margin-bottom: 30px;
  max-width: 90%;
  line-height: 1.4;
}

.gilligans-ai-tech-right {
  position: relative;
  z-index: 2;
}

.gilligans-ai-tech-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #4a4a4a;
  margin-bottom: 30px;
  font-family: "Manrope-500", "Inter", sans-serif;
}

.gilligans-ai-tech-desc:last-child {
  margin-bottom: 0;
}

/* Gilligans AI Tech Section End */

/* Gilligans Process Section Start */
.gilligans-process-section {
  background-color: #fdf1ea;
  padding: 50px 0 100px;
}

.process-header {
  margin-bottom: 60px;
}

.gilligans-process-title {
  font-size: 70px;
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: -2px;
  font-family: "Manrope-500", "Inter", sans-serif;
  margin: 0;
}

.gilligans-process-sub {
  font-size: 20px;
  color: #1a1a1a;
  margin: 0;
  padding-bottom: 10px;
  font-family: "Manrope-500", "Inter", sans-serif;
}

.process-cards-row .col-lg-4.col-md-6 {
  margin-bottom: 30px;
}

.gilligans-process-card {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 35px 30px;
  height: 100%;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.03);
  gap: 25px;
  transition: transform 0.3s ease;
}

.gilligans-process-card:hover {
  transform: translateY(-5px);
}

.process-icon-box {
  width: 90px;
  min-height: 120px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.process-icon-box img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.bg-light-blue {
  background-color: #f0f6ff;
}

.bg-light-pink {
  background-color: #fff0f4;
}

.bg-light-purple {
  background-color: #ece9ff;
}

.bg-light-yellow {
  background-color: #fff8e5;
}

.bg-light-green {
  background-color: #eafaf4;
}

.process-content .process-name {
  font-size: 26px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 15px;
  font-family: "Manrope-600", "Inter", sans-serif;
}

.process-content .process-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a4a;
  margin: 0;
  font-family: "Manrope-500", "Inter", sans-serif;
  padding-left: 0 !important;
}

@media (max-width: 1480px) {
  .gilligans-ai-tech-title {
    font-size: 65px;
  }

  .gilligans-process-title {
    font-size: 60px;
  }
}

@media (max-width: 1199px) {
  .gilligans-ai-tech-card {
    padding: 60px 40px;
  }

  .gilligans-ai-tech-title {
    font-size: 55px;
  }

  .gilligans-ai-tech-sub {
    font-size: 20px;
  }

  .gilligans-process-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
  }

  .process-icon-box {
    width: 70px;
    min-height: 70px;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .gilligans-ai-tech-card {
    padding: 50px 30px;
  }

  .gilligans-ai-tech-left {
    margin-bottom: 40px;
  }

  .gilligans-ai-tech-title {
    font-size: 45px;
  }

  .gilligans-process-title {
    font-size: 45px;
    text-align: center;
  }

  .gilligans-process-sub {
    text-align: center;
    margin-top: 15px;
  }

  .gilligans-process-sub {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .gilligans-ai-tech-section {
    padding: 0 0 10px;
  }

  .gilligans-ai-tech-card {
    padding: 40px 20px;
    border-radius: 20px;
  }

  .gilligans-ai-tech-title {
    font-size: 40px;
  }

  .gilligans-ai-tech-sub {
    font-size: 18px;
  }

  .gilligans-ai-tech-desc {
    font-size: 15px;
  }

  .gilligans-process-section {
    padding: 40px 0 60px;
  }

  .gilligans-process-title {
    font-size: 36px;
  }

  .gilligans-process-card {
    border-radius: 20px;
  }
}

/* Gilligans Process Section End */

/* Gilligans Results Section Start */
.gilligans-results-section {
  background-color: #000000;
  padding: 120px 0;
  color: #ffffff;
}

.gilligans-results-title {
  font-size: 70px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: -2px;
  font-family: "Manrope-500", "Inter", sans-serif;
  margin: 0;
}

.gilligans-results-sub {
  font-size: 16px;
  line-height: 1.6;
  color: #cccccc;
  margin: 0;
  font-family: "Manrope-500", "Inter", sans-serif;
  max-width: 650px;
  margin-left: auto;
}

.gilligans-stat-num {
  font-size: 120px;
  font-weight: 700;
  margin: 0 0 10px;
  font-family: "Manrope-700", "Inter", sans-serif;
  letter-spacing: -3px;
  line-height: 1;
  background: linear-gradient(180deg, #ff6a1a 28.46%, #220c00 72.41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.gilligans-stat-text {
  font-size: 16px;
  color: #d1d1d1;
  font-family: "Manrope-500", "Inter", sans-serif;
  margin: 0;
}

.gilligans-results-img-wrap {
  position: relative;
  right: -20px;
}

/* Gilligans Results Section End */

/* Gilligans Testimonial Section Start */
.gilligans-testimonial-section {
  background-color: #000000;
  padding: 0 0 120px;
  color: #ffffff;
}

.gilligans-testimonial-section .gilligans-section-title {
  text-align: left;
  color: #ffffff;
}

.gilligans-section-title span.title-text {
  margin: 0 15px;
  display: inline-block;
  color: #fff;
}

.quote-squares {
  display: inline-flex;
  gap: 6px;
}

.quote-squares img {
  position: relative;
  z-index: 2;
  top: -10px;
  width: 60px;
  height: 60px;
}

.gilligans-testimonial-img-wrap img {
  border-radius: 40px;
  width: 100%;
}

.gilligans-testimonial-content {
  padding-left: 8%;
}

.gilligans-testimonial-quote {
  font-size: 22px;
  line-height: 1.6;
  color: #e0e0e0;
  font-family: "Manrope-400", "Inter", sans-serif;
  margin-bottom: 40px;
}

.gilligans-testimonial-author {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 16px;
  font-family: "Manrope-500", "Inter", sans-serif;
}

.author-dot {
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 50%;
}

/* Gilligans Testimonial Section End */

/* Gilligans CTA Section Start */
.gilligans-cta-section {
  background-image: url("../../images/case-studies/gilligans/idea-banner.webp");
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.gilligans-cta-content {
  position: relative;
  z-index: 2;
  padding-right: 5%;
}

.gilligans-cta-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-family: "Manrope-700", "Inter", sans-serif;
}

.cta-pill-dot {
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 50%;
}

.gilligans-cta-title {
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 40px;
  font-family: "Manrope-500", "Inter", sans-serif;
  letter-spacing: -1px;
}

.gilligans-cta-btn {
  display: inline-block;
  background-color: #ffffff;
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 600;
  padding: 18px 36px;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "Manrope-600", "Inter", sans-serif;
}

.gilligans-cta-btn:hover {
  background-color: #f0f0f0;
  color: #1a1a1a;
  text-decoration: none;
}

.gilligans-cta-img-col {
  position: static;
}

.cta-hand-img {
  position: absolute;
  bottom: -10px;
  right: 5%;
  max-height: 110%;
  z-index: 1;
}

@media (max-width: 1480px) {
  .gilligans-stat-num {
    font-size: 100px;
  }
}

@media (max-width: 1199px) {
  .gilligans-results-title {
    font-size: 55px;
  }

  .gilligans-stat-num {
    font-size: 80px;
  }

  .gilligans-testimonial-title {
    font-size: 45px;
  }

  .gilligans-cta-title {
    font-size: 34px;
  }
}

@media (max-width: 991px) {
  .gilligans-results-sub {
    margin-left: 0;
    max-width: 100%;
    text-align: left !important;
  }

  .gilligans-results-img-wrap {
    right: 0;
    margin-top: 40px;
  }

  .gilligans-testimonial-content {
    padding-left: 0;
    margin-top: 40px;
  }

  .gilligans-testimonial-quote {
    font-size: 18px;
  }

  .cta-hand-img {
    position: relative;
    right: auto;
    bottom: -20px;
    max-height: 400px;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .gilligans-results-section {
    padding: 60px 0;
  }

  .gilligans-results-title {
    font-size: 40px;
  }

  .gilligans-stat-num {
    font-size: 65px;
  }

  .gilligans-testimonial-section {
    padding: 0 0 60px;
  }

  .gilligans-testimonial-title {
    font-size: 32px;
  }

  .quote-squares::before,
  .quote-squares::after {
    width: 14px;
    height: 18px;
  }

  .gilligans-cta-section {
    padding: 60px 30px 30px;
  }

  .gilligans-cta-title {
    font-size: 28px;
  }

  .gilligans-cta-btn {
    font-size: 16px;
    padding: 15px 30px;
  }
}

/* Gilligans CTA Section End */
@media (max-width: 1680px) {
  .wieved-hero-content .wieved-title {
    font-size: 60px;
  }

  .process-content .process-name {
    font-size: 24px;
  }

  .gilligans-testimonial-quote {
    font-size: 20px;
  }

  .gilligans-section-title {
    font-size: 55px;
  }

  .gilligans-ai-tech-sub,
  .gilligans-glance-list .glance-value,
  .gilligans-hero-stats .stat-number {
    font-size: 22px;
  }

  .gilligans-journey-sub,
  .gilligans-solution-heading {
    font-size: 30px;
  }

  .gilligans-stat-num {
    font-size: 100px;
  }

  .wieved-hero-content .wieved-title {
    font-size: 60px;
  }

  .process-content .process-name {
    font-size: 24px;
  }

  .gilligans-stat-num {
    font-size: 100px;
  }

  .gilligans-cta-title {
    font-size: 36px;
  }
}

@media (max-width: 1480px) {
  .gilligans-journey-sub,
  .gilligans-solution-heading {
    font-size: 28px;
  }

  .process-content .process-name {
    font-size: 22px;
  }

  .gilligans-stat-num {
    font-size: 80px;
  }

  .gilligans-testimonial-quote {
    font-size: 18px;
  }

  .gilligans-cta-title {
    font-size: 30px;
  }

  .gilligans-ai-tech-sub,
  .gilligans-glance-list .glance-value,
  .gilligans-hero-stats .stat-number {
    font-size: 20px;
  }

  .case-study-main-wrapper .cs-card-inner {
    padding: 30px 30px 30px 30px;
  }

  .case-study-main-wrapper .cs-tag {
    font-size: 14px;
    padding: 8px 15px;
  }
}

@media (max-width: 991px) {
  .gilligans-case-study-main-wrapper .wrapmxwd {
    padding: 0 20px;
  }

  .gilligans-section-title {
    font-size: 30px !important;
  }

  .process-content .process-desc {
    font-size: 16 !important;
  }

  .gilligans-journey-sub,
  .gilligans-solution-heading {
    font-size: 20px !important;
  }

  .gilligans-stat-num {
    font-size: 60px;
  }

  .gilligans-stat-num {
    font-size: 60px;
  }

  .gilligans-cta-title {
    font-size: 20px;
  }

  .quote-squares img {
    width: 24px;
    height: 24px;
  }

  .gilligans-testimonial-quote {
    font-size: 16px;
  }
}

/* Gilligans Case Study End here */
