/*
Theme Name: D2CX v2 rewamp
Description: Theme for D2CX website
Author: Anmol
Author URI: https://inc42.com
Version: 1.0
*/

/**
 * PROJECT SPECIFIC SECTION STYLING
 * Woocomerce........... Custom css for woocomerce styling.
 * Header section css..........This is for project specific navbar styling.
 * Hanner section................. main banner section design.
 * Text slide section................ In this section all text slide bottom to top.
 * Program section................ This section added the carousel for mobile device.
 * Speaker section css................ all card need to make dynamic color in background.
 * Who it section................ content overview.
 * 10 week section css................. All learning according to course.
 * Time line code...............APPLICATION PROCESS section.
 * FAQ section css...............faq section.
 * Footer section................ footer section.
 **/

body {
  background: #000233
    url(https://d2cx.ai//wp-content/uploads/2026/02/bg-1-scaled.png);
  background-position: top;
  background-size: auto;
  /* background-size: cover; */
  background-repeat: no-repeat;
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}

/* hero  */

.hero-section {
  text-align: center;
  width: var(--space);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 6rem 0 5rem 0rem;
}
.tag {
  color: #e9fe01;
  text-align: center;
  font-family: "DM Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.16px;
  text-transform: uppercase;
  border-radius: 50px;
  border: 1px solid rgba(233, 254, 1, 0.1);
  background: rgba(233, 254, 1, 0.1);
  padding: 5px 15px;
  width: max-content;
  margin: 0 auto;
}
.heading {
  color: rgb(255, 255, 255);
  text-align: center;
  font-family: "Krona One";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.48px;
  text-transform: uppercase;
}

.heading span {
  color: #e9fe01;
}
.hero-box-wrap {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(3px);
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  padding: 24px;
}

.hero-box-wrap .hero-box h3 {
  color: #fff;
  text-align: center;
  font-family: "Suisse Int'l";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.hero-box-wrap .hero-box .icon-span {
  background: #e9fe01;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.hero-box {
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.hero-box:nth-child(-n + 3) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.cta-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.cta-wrap span {
  color: #e9fe01;
  text-align: center;
  font-family: "Suisse Int'l";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

/* slider  */

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
@-webkit-keyframes scrollBrands {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-550px * 8));
  }
}

@keyframes scrollBrands {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-550px * 8));
  }
}

@-webkit-keyframes scroll-reverse {
  0% {
    transform: translateX(calc(-250px * 7));
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes scroll-reverse {
  0% {
    transform: translateX(calc(-250px * 7));
  }
  100% {
    transform: translateX(0);
  }
}

.slider {
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
/* .slider::before, .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100%;
  position: absolute;
  width: 200px;
  z-index: 2;
} */
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 18);
}

/* brand  */
.slider .slide-track.brand {
  width: calc(250px * 48);
  padding-bottom: 12px;
}

.slider .slide-track.brand.reverse {
  animation: scroll-reverse 40s linear infinite;
  -webkit-animation: scroll-reverse 40s linear infinite;
}
.slider.brand::before,
.slider.brand::after {
  background: linear-gradient(
    to right,
    #000233 0%,
    rgba(255, 255, 255, 0) 100%
  );
  content: "";
  height: 100%;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.top-brands {
  text-align: center;
  padding: 10rem 0 6rem 0;
}
.top-brands h2 {
  width: 70%;
  margin: 2rem auto;
}

/* ===== Falling Div Section ===== */
.falling-div {
  text-align: center;
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding-top: 4rem;
  background: url(https://d2cx.ai//wp-content/uploads/2026/02/drop-div.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.falling-div h1.heading {
  width: 80%;
  margin: 0 auto;
  padding: 2rem 0;
}

/* 
    .falling-div .tag {
        background: #EEFB53;
        color: #000233;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 6px 18px;
        border-radius: 50px;
        letter-spacing: 1.5px;
        display: inline-block;
        margin-bottom: 20px;
    }

    .falling-div .heading {
        color: #fff;
        font-size: clamp(28px, 5vw, 52px);
        font-weight: 800;
        text-transform: uppercase;
        line-height: 1.15;
        margin: 0 auto 50px;
        max-width: 750px;
        font-family: inherit;
    } */

/* .falling-div .heading span {
        color: #EEFB53;
        display: block;
    } */

/* Grid / Container */
.falling-container {
  position: relative;
  width: 100%;
  max-width: 1100px;
  height: 500px;
  margin: 0 auto;
  overflow: hidden;
}

/* Fall box base — JS controls position */
.fall-box,
.fall-alert {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
  will-change: transform;
}

/* Pill-shaped boxes */
.box-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px 10px 12px;
  border-radius: 50px;
  white-space: nowrap;
}

.box-white {
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.box-blue-border {
  background: #fff;
  /* border: 2px solid #4A7CFF; */
  box-shadow: 0 4px 20px rgba(74, 124, 255, 0.2);
}

.box-yellow {
  background: #eefb53;
  border: 1px solid #d4e040;
  box-shadow: 0 4px 20px rgba(238, 251, 83, 0.25);
}
.box-blue {
  background: #3c6cf5;
  border: 1px solid #3c6cf5;
  box-shadow: 0 4px 20px rgb(185 83 251 / 25%);
}

.box-text {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  color: #000233;
  line-height: 1.35;
  letter-spacing: 0.8px;
  text-align: left;
}

.box-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon-yellow {
  background: #ffd700;
}

.icon-yellow-dark {
  background: #f5c518;
}

.icon-dark {
  background: #000233;
}

.icon-orange {
  background: #ff6b35;
}

.icon-red {
  background: #ff4444;
}

.icon-green {
  background: #2d8b4e;
}

.icon-amber {
  background: #ffb020;
}

/* Alert indicators */
.fall-alert {
  z-index: 1;
}

/* Rotated boxes */
.rotated {
  transform-origin: center center;
}

.rotated-right {
  transform-origin: center center;
}

.falling-div-wrap .hero-box-wrap {
  width: 83%;
  margin-top: 0rem;
  border: none;
  border-radius: 32px;
  background: transparent;
  padding: 0rem 0rem;
}

.falling-div-wrap {
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.1);
  padding: 4rem 5rem;
  width: 1200px;
  /* width: 84%; */
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}

.falling-div-wrap span {
  color: #fff;
  text-align: center;
  font-family: "Krona One";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}

.falling-div-wrap .hero-box-wrap .hero-box .icon-span {
  background: #ff5e24;
}
.falling-div-wrap .hero-box:nth-child(-n + 4) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.falling-div-wrap .hero-box-wrap .hero-box .icon-span svg {
  width: 20px;
}
.falling-div-wrap .hero-box {
  gap: 10px;
}
/* ===== Shift Containered Section ===== */
.shift-containered {
  background: url(https://d2cx.ai//wp-content/uploads/2026/02/swicth-bg.png);
  padding: 60px 20px;
  /* max-width: 1200px; */
  margin: 0 auto;
  background-size: contain;
  margin-top: 4rem;
}

/* -- Desktop -- */
.shift-desktop {
  display: flex;
  align-items: center;
  gap: 50px;
  width: 1400px;
  margin: 0 auto;
}

.shift-left {
  /* flex: 0 0 420px; */
  width: 50%;
  display: flex;
  justify-content: center;
}

.shift-circle {
  width: 510px;
  height: 640px;
  position: relative;
  overflow: hidden;
}

.shift-circle .shift-img,
.shift-mob-circle .shift-img {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shift-circle .shift-img.active,
.shift-mob-circle .shift-img.active {
  opacity: 1;
}

.shift-img-label {
  background: rgba(0, 2, 51, 0.75);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 20px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  z-index: 2;
  position: relative;
}

.shift-circle .shift-img img,
.shift-mob-circle .shift-img img {
  width: 100%;
  height: 100%;
  /* object-fi/t: cover; */
  position: absolute;
  top: 0;
  left: 0;
  /* border-radius: 50%; */
}

.shift-right {
  /* flex: 1; */
  width: 40%;
  padding-top: 10px;
}

.shift-containered .tag {
  border-radius: 50px;
  border: 1px solid rgba(60, 108, 245, 0.1);
  background: rgba(60, 108, 245, 0.1);
  display: inline-block;
  margin-bottom: 16px;
  color: #3c6cf5;
  text-align: center;
  font-family: "DM Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.16px;
  text-transform: uppercase;
}

.shift-heading {
  margin: 0 0 16px;
  color: #000233;
  font-family: "Krona One";
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}

.shift-heading span {
  color: #3c6cf5;
}

.shift-tags {
  display: flex;
  gap: 8px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.shift-tag-pill {
  background: #eefb53;
  padding: 4px 12px;
  border-radius: 4px;
  letter-spacing: 0.8px;
  color: #5f641c;
  font-family: "DM Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}

/* List items */
.shift-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.shift-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 16px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  transition:
    background 0.3s,
    border-color 0.3s;
  margin-bottom: 2px;
  border-radius: 8px;
  border: 1px solid rgba(0, 2, 51, 0.1);
  background: #fff;
  filter: opacity(0.7);
  height: 86px;
  align-items: center;
}
.shift-item:hover {
  background: #f8f8ff;
}

.shift-item.active {
  border-color: #3b5bfe;
  border-bottom: 2px solid #3b5bfe;
  border-radius: 8px;
  border: 1px solid rgba(0, 2, 51, 0.1);
  background: #f5f7fe;
  filter: opacity(1);
}

.shift-item-icon {
  font-size: 22px;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f2ff;
  border-radius: 8px;
}

.shift-item.active .shift-item-icon {
  background: transparent;
}

.shift-item-content h4 {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  color: #000233;
  margin: 0 0 2px;
  letter-spacing: 0.6px;
}

.shift-item-content p {
  font-size: 12px;
  color: #666;
  margin: 0;
  line-height: 1.4;
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease,
    opacity 0.3s ease;
  opacity: 0;
}

.shift-item.active .shift-item-content p {
  max-height: 60px;
  opacity: 1;
}

/* -- Mobile -- */
.shift-mobile {
  display: none;
  text-align: center;
}

.shift-mob-circle {
  /* width: 280px; */
  /* height: 280px; */
  /* border-radius: 50%; */
  /* background: #3B5BFE; */
  position: relative;
  overflow: hidden;
  margin: 0 auto 30px;
  /* box-shadow: 0 6px 30px rgba(59, 91, 254, 0.3); */
}

.shift-mob-slider-wrap {
  position: relative;
  overflow: hidden;
  padding: 14px 0 40px;
}

.shift-mob-slider {
  display: flex;
  transition: transform 0.4s ease;
  gap: 0;
}

.shift-mob-card {
  flex: 0 0 60%;
  max-width: 60%;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 24px 16px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  margin: 0 4%;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  box-sizing: border-box;
}

.shift-mob-card.active {
  transform: scale(1.05);
  border-radius: 8px;
  border: 1px solid rgba(0, 2, 51, 0.1);
  background: #f5f7fe;
  box-shadow: 0 4px 20px rgba(59, 91, 254, 0.15);
}

.shift-mob-card-icon {
  font-size: 32px;
  display: block;
  margin-bottom: 10px;
}

.shift-mob-card h4 {
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  color: #000233;
  margin: 0 0 6px;
}

.shift-mob-card p {
  font-size: 12px;
  color: #666;
  margin: 0;
  line-height: 1.4;
}

.shift-mob-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.shift-mob-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ddd;
  transition:
    background 0.3s,
    transform 0.3s;
  cursor: pointer;
}

.shift-mob-dots .dot.active {
  background: #3b5bfe;
  transform: scale(1.3);
}

/* founder  */
.slide-track.brands {
  width: 8000px;
  /* width: calc(250px * 38); */
  animation: scrollBrands 60s linear infinite;
}
.slide-track.brands .slide img {
  width: 240px;
  height: 500px;
}
.founders {
  text-align: center;
  padding: 8rem 0;
}
.founders .heading {
  padding: 2rem 0 4rem 0;
}

.line-seperator {
  text-align: center;
}

/* ===== Curriculum Accordion ===== */
.curriculum {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  padding: 6rem 0 4rem 0;
}

.curriculum .heading {
  padding: 1.5rem 0;
}

.curriculum-icon {
  display: inline-block;
  margin-bottom: 2rem;
}

.curriculum-accordian {
  width: 76%;
  margin: 0 auto;
}

.curriculum-accordian .accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Accordion Item */
.ca-item {
  border: 2px solid #e9fe01 !important;
  border-radius: 12px !important;
  overflow: hidden;
  background: transparent !important;
}

/* Header */
.ca-header {
  background: #e9fe01 !important;
  border: none !important;
  padding: 20px 28px !important;
  display: flex !important;
  align-items: center !important;
  gap: 16px;
  box-shadow: none !important;
}

.ca-header::after {
  display: none !important;
}

.ca-header:not(.collapsed) {
  background: #e9fe01 !important;
}

.ca-header:not(.collapsed) .ca-num,
.ca-header:not(.collapsed) .ca-title {
  color: #000233;
}

.ca-header:not(.collapsed) .ca-chevron {
  color: #000233;
  transform: rotate(180deg);
}

.ca-num {
  font-family: "Krona One";
  flex-shrink: 0;
  color: #000233;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.16px;
  text-transform: uppercase;
  opacity: 0.6;
}

.ca-title {
  color: #000233;
  font-family: "Krona One";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.16px;
  text-transform: uppercase;
  text-align: left;
  flex: 1;
}

.ca-chevron {
  /* color: #E9FE01; */
  flex-shrink: 0;
  transition: transform 0.3s;
  display: flex;
  align-items: center;
}

/* Body */
.ca-body {
  background: #fff;
  padding: 32px !important;
  color: #000233;
}

/* Meta row */
.ca-meta {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 2, 51, 0.1);
  margin-bottom: 24px;
}

.ca-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.5px;
  color: #000233;
  font-family: "Suisse Int'l";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}

.ca-meta-icon {
  display: flex;
  align-items: center;
}

.ca-meta-icon svg {
  /* width: 20px; */
  height: 22px;
}

/* Content row — lessons + outcomes side by side */
.ca-content-row {
  display: flex;
  gap: 48px;
  margin-bottom: 28px;
}

.ca-lessons {
  flex: 1;
  border-right: 1px solid #0002331a;
}

.ca-outcomes {
  flex: 1;
}

.ca-section-title {
  margin-bottom: 16px;
  color: #000233;
  font-family: "Krona One";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.12px;
  text-transform: uppercase;
  text-align: left;
}

/* Lessons list */
.ca-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ca-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000233;
  font-family: "Suisse Int'l";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
}

.ca-list li svg {
  flex-shrink: 0;
  width: 14px;
  height: 20px;
}

/* Outcomes list */
.ca-outcome-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ca-outcome-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #000233;
  font-family: "Suisse Int'l";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
}

.ca-outcome-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ca-outcome-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Tools */
.ca-tools {
  border-top: 1px solid rgba(0, 2, 51, 0.1);
  padding-top: 24px;
}

.ca-tools-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ca-meta span.ca-meta-item:nth-child(-n + 2) {
  border-right: 1px solid #0002331a;
  padding-right: 1.8rem;
}

/* .ca-tool-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #F5F8D6;
    border-radius: 50px;
    padding: 8px 16px;
    font-family: "Suisse Int'l";
    font-size: 14px;
    font-weight: 600;
    color: #000233;
} */

.ca-tool-pill img {
  width: 100%;
  height: 40px;
  object-fit: contain;
}

/* ===== Up-Down Slider ===== */
.up-down-slider {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  padding: 6rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.uds-mobile-top {
  display: none;
}

.uds-mobile-bottom {
  display: none;
}

.uds-inner {
  display: flex;
  align-items: stretch;
  width: 1200px;
  margin: 0 auto;
  gap: 48px;
}

/* Left content */
.uds-left {
  flex: 0 0 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.uds-left .tag {
  margin: 0;
}

h2.heading.uds-heading {
  color: #fff;
  font-family: "Krona One";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  text-align: left;
  padding: 2rem 0;
}

.uds-divider {
  width: 100%;
  max-width: 400px;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  margin: 1rem 0 2rem 0;
}

.uds-subtitle {
  color: #fff;
  font-family: "Krona One";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
  letter-spacing: -0.12px;
  text-transform: uppercase;
}

.uds-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.uds-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.85);
  font-family: "Suisse Int'l";
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}

.uds-list li svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.uds-cta .cta-btn {
  display: inline-block;
  padding: 18px 32px;
}

.uds-cta-sep {
  opacity: 0.4;
  margin: 0 4px;
}

/* Right: 3-column vertical slider */
.uds-right {
  flex: 1;
  display: flex;
  gap: 14px;
  height: 900px;
  /* height: 680px; */
  overflow: hidden;
  /* mask-image: linear-gradient(
    to bottom,
    transparent,
    black 60px,
    black calc(100% - 60px),
    transparent
  ); */
  /* -webkit-mask-image: linear-gradient(
    to bottom,
    transparent,
    black 60px,
    black calc(100% - 60px),
    transparent
  ); */
}

.uds-col {
  flex: 1;
  overflow: hidden;
  position: relative;
}

/* Scroll UP animation */
@keyframes uds-scroll-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

/* Scroll DOWN animation */
@keyframes uds-scroll-down {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}

.uds-track {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.uds-track-up {
  animation: uds-scroll-up 90s linear infinite;
}

.uds-track-down {
  animation: uds-scroll-down 90s linear infinite;
}

.uds-track img {
  width: 100%;
  border-radius: 12px;
  display: block;
  object-fit: cover;
}

/* ===== Before / After ===== */
.before-after {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  padding: 6rem 0;
}

.before-after .heading {
  padding: 1.5rem 0 3rem 0;
  width: 90%;
  margin: 0 auto;
}

.ba-cards {
  display: flex;
  /* gap: 24px; */
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
}

.ba-card {
  flex: 1;
  /* border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1); */
  background: rgba(255, 255, 255, 0.04);
  padding: 0 28px 32px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.ba-tag {
  background: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 9px 22px;
  display: inline-block;
  margin-bottom: 20px;
  color: #000233;
  text-align: center;
  font-family: "Krona One";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}

.ba-card.ba-before .ba-title {
  color: #9eb4f8;
  text-align: center;
  font-family: "Krona One";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  width: 70%;
}
.ba-card.ba-after .ba-title {
  color: #e9fe01;
  text-align: center;
  font-family: "Krona One";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: -0.4px;
  text-transform: uppercase;
  width: 65%;
}

.ba-point:nth-child(2) {
  border-left: 1px solid #ffffff1a;
  border-right: 1px solid #ffffff1a;
}
.ba-card.ba-before {
  border-right: 1px solid #ffffff1a;
}

.ba-line {
  /* width: 2px;
    height: 28px;
    background: rgba(255, 255, 255, 0.2); */
  margin: 16px auto;
}

.ba-card.ba-before .ba-points-tag {
  border-radius: 16px;
  background: #3c6cf5;
}
.ba-card.ba-after .ba-points-tag {
  border-radius: 16px;
  background: #e9fe01;
  color: black;
}

.ba-points-tag {
  border-radius: 50px;
  padding: 8px 18px;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 12px;
  color: #fff;
  text-align: center;
  font-family: "Krona One";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.12px;
  text-transform: uppercase;
}

.ba-points {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-bottom: 24px;
  border-top: 1px solid #ffffff1a;
  border-bottom: 1px solid #ffffff1a;
  padding: 1rem 0;
}

.ba-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 110px;
}

.ba-point-icon {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  background: #3c6cf5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ba-card.ba-after .ba-point-icon {
  background: #eefb53;
}

.ba-point-text {
  color: rgba(255, 255, 255, 0.75);
  font-family: "Suisse Int'l";
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
}

.ba-image {
  /* width: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(180deg, #3B6DE8 0%, #E9FE01 100%);
    padding: 3px; */
  padding: 0 5rem;
}

.ba-image img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

.ba-caption {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Suisse Int'l";
  font-size: 14px;
  font-weight: 400;
  margin-top: 14px;
}

/* ===== Clients Swiper ===== */
/* .clients {
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    padding: 6rem 0;
}

.clients .heading {
    padding: 1.5rem 0 3rem 0;
}
*/
.swipper-slider-clients {
  width: 100%;
}

.client-card-top img {
  width: 1000px;
  margin: 0 auto;
}

.clients {
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  padding: 5rem 0;
}
.clients h2.heading {
  padding: 2rem 0 3rem 0;
}

.client-card-top {
  margin: 0 auto;
  width: 100%;
  display: flex;
}

/* .client-card {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    padding: 32px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
} */

/* .client-card-top {
    display: flex;
    align-items: center;
    gap: 14px;
}

.client-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(233, 254, 1, 0.3);
} */

/* .client-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.client-name {
    color: #fff;
    font-family: "Suisse Int'l";
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
}

.client-role {
    color: rgba(255, 255, 255, 0.5);
    font-family: "Suisse Int'l";
    font-size: 13px;
    font-weight: 400;
}

.client-text {
    color: rgba(255, 255, 255, 0.75);
    font-family: "Suisse Int'l";
    font-size: 15px;
    font-weight: 400;
    line-height: 170%;
    font-style: italic;
    margin: 0;
} */

.clients-pagination {
  margin-top: 2rem;
  position: relative !important;
  bottom: auto !important;
}

.clients-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
}

.clients-pagination .swiper-pagination-bullet-active {
  background: #e9fe01;
}

/* ===== Guarantee ===== */
.guarantee {
  /* background: url(https://d2cx.ai//wp-content/uploads/2026/02/swicth-bg.png) center center / cover no-repeat; */
  padding: 5rem 0;
}

.guarantee-inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 48px 60px 48px 150px;
  border-radius: 800px;
  background: #f8fca6;
}

.guarantee-left {
  flex: 1;
  text-align: left;
}

.guarantee-left .tag {
  margin: 0;
  color: #000233;
  font-family: "DM Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  border-radius: 50px;
  border: 1px solid rgba(0, 2, 51, 0.1);
  background: rgba(0, 2, 51, 0.1);
}

.guarantee-heading {
  padding: 1.5rem 0 1rem 0;
  color: #000233;
  font-family: "Krona One";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.4px;
  width: 70%;
  text-transform: uppercase;
}

.guarantee-heading span {
  color: rgba(0, 2, 51, 0.5);
}

.guarantee-text {
  max-width: 480px;
  margin-bottom: 3rem;
  color: #000233;
  font-family: "Suisse Int'l";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.guarantee-cta .cta-btn.primary-btn {
  background: #3c6cf5;
  color: white;
}

.guarantee-right {
  flex: 0 0 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.guarantee-right img {
  width: 100%;
  /* max-width: 260px; */
}

/* ===== Why Us ===== */
.why-us {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  padding: 6rem 0;
}

.why-us .heading {
  padding: 1.5rem 0 1rem 0;
}

.why-us-desc {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Suisse Int'l";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  width: 35%;
  margin: 0 auto 1.5rem auto;
}

.why-us-star {
  display: block;
  margin-bottom: 1rem;
}

.why-us-built {
  color: #e9fe01;
  font-family: "DM Mono";
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 2.5rem;
}

/* Why Us 3-column grid */
.why-us-grid {
  display: flex;
  gap: 20px;
  align-items: stretch;
  margin-bottom: 2rem;
}

.why-us-col {
  flex: 1;
}

/* Left — stat circle */
/* .why-us-circle-stat {
    background: #E9FE01;
    border-radius: 50%;
    width: 100%;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
} */

.why-us-circle-stat img {
  width: 400px;
}

.wu-program-card svg {
  background: white;
  border-radius: 50px;
  padding: 6px;
}
.why-us-avatars-ring {
  position: absolute;
  width: 100%;
  height: 100%;
}

.ring-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #e9fe01;
  position: absolute;
  object-fit: cover;
}

.ra-1 {
  top: 8%;
  left: 20%;
}
.ra-2 {
  top: 5%;
  right: 20%;
}
.ra-3 {
  top: 35%;
  left: 5%;
}
.ra-4 {
  top: 35%;
  right: 5%;
}
.ra-5 {
  bottom: 12%;
  left: 15%;
}
.ra-6 {
  bottom: 12%;
  right: 15%;
}

.stat-number {
  color: #000233;
  font-family: "Krona One";
  font-size: 48px;
  font-weight: 400;
  margin: 0;
  position: relative;
  z-index: 1;
}

.stat-label {
  color: #000233;
  font-family: "Suisse Int'l";
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 140%;
  max-width: 160px;
  margin: 0;
  position: relative;
  z-index: 1;
}

/* Center — programs grid */
.why-us-programs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  height: 100%;
  position: relative;
}

.wu-program-card {
  background: #3b6de8;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.wu-program-card span {
  color: #fff;
  font-family: "Krona One";
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 140%;
}

.wu-center-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #e9fe01;
  color: #000233;
  font-family: "Krona One";
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  line-height: 140%;
  padding: 12px 14px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

/* Right — reports */
/* .why-us-reports {
    background: #E9FE01;
    border-radius: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
} */

.why-us-reports img {
  width: 400px;
}

.wu-reports-tag {
  color: #000233;
  font-family: "DM Mono";
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: rgba(0, 2, 51, 0.1);
  border-radius: 50px;
  padding: 5px 14px;
  margin-bottom: 12px;
}

.wu-reports-text {
  color: #000233;
  font-family: "Krona One";
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 160%;
  margin: 0;
}

/* Bottom bar */
.why-us-bottom-bar {
  padding: 16px 32px;
  border-radius: 100px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    #fff 50%,
    rgba(255, 255, 255, 0) 100%
  );
}

.why-us-bottom-bar p {
  margin: 0;
  color: #000233;
  text-align: center;
  font-family: "Krona One";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.16px;
  text-transform: uppercase;
}

/* ===== FAQs ===== */
.faqs {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  padding: 4rem 0;
}

.faqs .heading {
  padding: 1.5rem 0 3rem 0;
  width: 54%;
  margin: 0 auto;
}

.faq-accordion {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.03) !important;
  overflow: hidden;
}

.faq-btn {
  background: transparent !important;
  line-height: 150% !important;
  padding: 18px 24px !important;
  box-shadow: none !important;
  text-align: left;
  color: #fff !important;
  font-family: "Krona One" !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  letter-spacing: -0.16px;
  text-transform: uppercase;
}

.faq-btn::after {
  filter: brightness(0) invert(1);
}

.faq-btn:not(.collapsed) {
  background: rgba(255, 255, 255, 0.04) !important;
  color: #fff !important;
  font-family: "Krona One" !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  letter-spacing: -0.16px;
  text-transform: uppercase;
}
.faq-body {
  padding: 0 24px 18px 24px !important;
  color: #fff;
  font-family: "Suisse Int'l";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
  margin-top: 1rem;
}

/* ===== Let's Talk ===== */
.lets-talk {
  padding: 2rem 0;
  background: #3c6cf5;
}

.lets-talk-inner {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lets-talk-heading {
  color: white;
  font-family: "Krona One";
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}

.lets-talk-btn {
  color: #e9fe01;
  font-family: "DM Mono";
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #000233;
  border-radius: 4px;
  padding: 18px 32px;
  border: 2px solid #000233;
  transition: all 0.3s;
  text-decoration: none;
}

.lets-talk-btn:hover {
  background: transparent;
  color: #000233;
}

/* ===== Compared Section ===== */
.compared-section {
  /* width: 80%; */
  width: 1300px;
  margin: 0 auto;
  padding: 6rem 0;
}

/* -- Agency Compare -- */
.cs-compare {
  text-align: center;
  margin-bottom: 5rem;
}

.cs-compare .heading {
  padding: 1.5rem 0 3rem 0;
}

.cs-circles {
  display: flex;
  justify-content: center;
  gap: 180px;
  /* margin-bottom: 2rem; */
  position: relative;
  padding: 3rem 0 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: 80%;
  margin: 0 auto;
}

.cs-circles::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: -11rem;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(-0.5px);
}

.cs-circle-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.cs-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cs-circle-blue {
  background: #3b6de8;
}

.cs-circle-blue img {
  width: 70%;
  object-fit: contain;
}

.cs-circle-white {
  background: #fff;
}

.cs-circle-white span {
  color: #000233;
  font-family: "Krona One";
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.cs-circle-tag {
  color: #000233;
  text-align: center;
  font-family: "Krona One";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid rgba(233, 254, 1, 0.2);
  padding: 5px 16px;
  border-radius: 16px;
  background: #e9fe01;
}

/* Comparison rows */
.cs-rows {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  position: relative;
  /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
  padding-top: 16px;
}

.cs-row {
  display: flex;
  align-items: center;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.08); */
  border-radius: 500px;
  background: rgba(60, 108, 245, 0.1);
}

/* .cs-rows:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0px;
    bottom: -2rem;
    width: 1px;
    transform: translateX(-0.5px);
    background: rgba(255, 255, 255, 0.1);
    z-index: -9;
} */

.cs-val {
  flex: 1;
  color: #fff;
  font-family: "Suisse Int'l";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.cs-val-left {
  text-align: center;
  padding-right: 24px;
}

.cs-val-right {
  text-align: center;
  padding-left: 24px;
}

.cs-badge {
  flex-shrink: 0;
  padding: 6px 20px;
  border-radius: 500px;
  color: #fff;
  text-align: center;
  font-family: "Krona One";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 118%;
  letter-spacing: -0.12px;
  text-transform: uppercase;
  background: #3c6cf5;
  width: 120px;
}

/* -- Fit or Not -- */
.cs-fit {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

  .cs-fit-left {
    width: 40%;
    text-align: left;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05) url(https://d2cx.ai/wp-content/uploads/2026/03/fit-not-fit.png);
    padding: 2rem 1rem;
    background-size: 100% 100%;
}

.cs-fit-left .tag {
  margin: 0;
}

.cs-fit-heading {
  text-align: left !important;
  font-size: 48px !important;
  padding: 0 0 0 0 !important;
  margin: 0 !important;
}

.cs-fit-heading span {
  color: #C3FF35 !important;
}

.cs-fit-divider {
  border: none;
  border-top: 1px solid rgb(255 255 255 / 66%);
  margin: 24px 0 32px;
}

.cs-fit-cards {
  display: flex;
  gap: 16px;
}

.cs-fit-card {
  flex: 1;
  border-radius: 0;
  border: none;
  background: transparent;
  padding: 0;
}

.cs-fit-tag {
  border-radius: 50px;
  padding: 8px 16px;
  display: inline-block;
  margin-bottom: 20px;
  font-family: "Krona One";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.12px;
  text-transform: uppercase;
}
.cs-fit-tag-green {
  color: white;
  background: #3c6cf5;
}

.cs-fit-tag-red {
  color: #fff;
  background: #e85c3b;
}

.cs-fit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cs-fit-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Suisse Int'l", "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.cs-fit-list li svg {
  flex-shrink: 0;
  margin-top: 3px;
}

.cs-fit-list li strong {
  color: #fff;
  font-weight: 600;
}

/* -- Pricing Card -- */
.cs-pricing {
  border: 1px solid rgba(59, 109, 232, 0.4);
  padding: 32px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  height: 100%;
  border-radius: 8px;
  background: #E9FE01;
  /* background: #3c6cf5; */
  min-height: 410px;
  width: 60%;
  justify-content: space-between;
}

.cs-pricing-label {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50px;
  padding: 6px 18px;
  display: inline-block;
  width: max-content;
  color: white;
  font-family: "Suisse Int'l";
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: 120%;
  letter-spacing: -0.42px;
  text-transform: uppercase;
  border-radius: 800px;
  background: black;
  
}

.cs-pricing-price {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cs-price-main {
  color: #3C6CF5;
  font-family: "Suisse Int'l";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.cs-price-old-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cs-price-old {
  text-decoration: line-through;
 color: #000000bd;
  font-family: "Suisse Int'l";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration-line: line-through;
}

.compared-section .cs-pricing-content .d2cx-countdown {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: "Suisse Int'l", sans-serif;
    color: #3C6CF5;
    font-weight: 700;
}

.compared-section .cs-pricing-content .d2cx-countdown .cd-sep {
    opacity: 1;
    margin: 0 2px;
    border-right: 1px solid #3C6CF5;
    height: 20px;
}

.compared-section .cs-pricing-content .d2cx-countdown .cd-label{
  color: black;
}


.compared-section .cs-pricing-content .cs-social-text{
  color: black  ;
}
.cs-price-off {
    background: #3C6CF5;
    border-radius: 50px;
    padding: 3px 10px;
    color: white;
  font-family: "Suisse Int'l";
  font-size: 12px;
  font-style: normal;
  font-weight: 450;
  line-height: 120%;
  letter-spacing: -0.12px;
  text-transform: uppercase;
}

/* Countdown */
.cs-countdown {
  display: flex;
  gap: 12px;
}

.cs-pricing-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.cs-pricing-features {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 1px solid rgb(255 255 255 / 32%);
  padding-left: 2rem;
  text-align: left;
}

.cs-countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 56px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 10px 8px;
}

.cs-cd-num {
  color: #fff;
  font-family: "Suisse Int'l";
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.cs-cd-label {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Suisse Int'l";
  font-size: 11px;
  font-weight: 400;
  text-transform: capitalize;
}

/* Pricing list */
.cs-pricing-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cs-pricing-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.85);
  font-family: "Suisse Int'l";
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.compared-section .cs-pricing-list li {
  color: black;
}

.cs-pricing-list li svg {
  flex-shrink: 0;
}

/* Social proof */
.cs-pricing-social {
  display: flex;
  gap: 12px;
  padding-top: 8px;
  /* border-top: 1px solid rgba(255, 255, 255, 0.08); */
  flex-direction: column;
  align-items: flex-start;
}

.cs-avatars {
  display: flex;
}

/* .cs-avatars img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #000233;
    margin-left: -8px;
    object-fit: cover;
} */

.cs-avatars img:first-child {
  /* margin-left: 0; */
}

.cs-social-text {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Suisse Int'l";
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}

.cs-social-text span {
  color: #e9fe01;
  font-weight: 500;
}

.cs-pricing-btn {
  text-align: center;
  display: block;
  width: 100%;
  padding: 20px;
}
.cs-pricing-features a.cta-btn.primary-btn.cs-pricing-btn {
  width: 100%;
}

/* ===== Why D2C ===== */
.why {
  text-align: center;
  padding: 6rem 0;
  background: url(https://d2cx.ai//wp-content/uploads/2026/02/swicth-bg.png)
    center center / cover no-repeat;
}

.why .tag {
  color: #3c6cf5;
  font-family: "DM Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  border-radius: 50px;
  border: 1px solid rgba(60, 108, 245, 0.1);
  background: rgba(60, 108, 245, 0.1);
}

.why .heading {
  padding: 1.5rem 0 3rem 0;
  max-width: 800px;
  margin: 0 auto;
  color: black;
}

.why .heading span {
  color: #3b6de8;
}

.why-table {
  display: flex;
  /* width: 70%; */
  width: 1000px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  gap: 20px;
}

.why-col {
  display: flex;
  flex-direction: column;
}

/* Features column */
.why-col-features {
  flex: 0 0 280px;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  border: 1px solid rgba(0, 2, 51, 0.1);
  background: #fff;
}

.why-col-features .why-cell {
  text-align: left;
  padding: 25px 28px;
  color: #000233;
  font-family: "Suisse Int'l";
  font-size: 15px;
  font-weight: 500;
  line-height: 140%;
}

.why-col-features .why-cell-head {
  font-family: "Krona One";
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000233;
  padding: 20px 28px;
}

/* D2CX column — blue body, yellow header */
.why-col-d2cx {
  flex: 1;
  border-radius: 16px;
  border: 1px solid rgba(0, 2, 51, 0.1);
  background: #e9fe01;
}

.why-col-d2cx .why-cell-head {
  background: #e9fe01;
  color: #000233;
  font-family: "Krona One";
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 20px 24px;
  border-radius: 16px 16px 0 0;
}

.why-col-d2cx .why-cell:not(.why-cell-head) {
  background: #3b6de8;
  padding: 20px 24px;
}

.why-col-d2cx .why-cell:not(.why-cell-head):last-child {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.why-col-generic .why-cell:not(.why-cell-head):last-child {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

/* Generic column — light yellow body, yellow header */
.why-col-generic {
  flex: 1;
  border: 1px solid rgba(0, 2, 51, 0.1);
  background: #e9fe01;
  border-radius: 16px;
}

.why-col-generic .why-cell-head {
  background: #e9fe01;
  color: #000233;
  font-family: "Krona One";
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 20px 24px;
  border-radius: 16px 16px 0 0;
}

.why-col-generic .why-cell:not(.why-cell-head) {
  background: #f5f7a8;
  padding: 20px 24px;
}

/* Row borders */
.why-cell {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.why-cell:last-child {
  border-bottom: none;
}

/* Check / Cross icons */
.why-check,
.why-cross {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.why-check svg,
.why-cross svg {
  width: 28px;
  height: 28px;
}

/* instructor  */
.instructor {
  text-align: center;
  padding: 6rem 0 4rem 0;
  width: 1200px;
  margin: 0 auto;
}

.instructor .instructor-description {
  margin: 0 auto;
  padding: 1rem 0 3rem 0;
  color: #fff;
  text-align: center;
  font-family: "Suisse Int'l";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  width: 42%;
}

.instructor .heading {
  padding: 2rem 0;
  width: 80%;
  margin: 0 auto;
}

.instructor .instructor-description span {
  color: #e9fe01;
  font-weight: 600;
}

.instructor-stats .hero-box-wrap {
  width: 100%;
  border: none;
  box-shadow: none;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  padding: 1rem 0;
  gap: 15px;
  justify-content: flex-start;
}

.instructor-stats .hero-box {
  flex-direction: row;
  gap: 10px;
  text-align: left;
  justify-content: flex-start;
  width: fit-content;
  padding-right: 1rem;
}

.instructor-stats .hero-box-wrap .hero-box h3 {
  text-align: left;
}

.instructor-stats .hero-box:nth-child(-n + 2) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.instructor-stats .hero-box:nth-child(3) {
  border-right: 0;
}

.instructor-card {
  display: flex;
  gap: 40px;
  background: url(https://d2cx.ai//wp-content/uploads/2026/02/instructor-bg.png);
  /* background: #b6b1b126 url(https://d2cx.ai//wp-content/uploads/2026/02/instructor-bg.png); */
  /* padding: 40px; */
  text-align: left;
  border-radius: 28px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  flex-direction: column;
}

.instructor-card-inner {
  display: flex;
  padding: 40px 40px 0px 40px;
  gap: 30px;
}

.instructor-card-left {
  flex: 0 0 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.instructor-img-wrap {
  width: 380px;
  height: 380px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border: 0;
  transition: border-color 0.3s;
  pointer-events: none;
}
.instructor-img-wrap:hover {
  border-color: #e9fe01;
  border: 1px solid #e9fe01;
}

.instructor-card-right .cta-btn.primary-btn {
  padding: 15px 40px;
}

.instructor-img-wrap:hover .play-overlay {
  background: rgba(0, 0, 0, 0.25);
}

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

.play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.15);
  transition: background 0.3s;
}

.instructor-card-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

.instructor-quote {
  color: #fff;
  font-family: "Krona One";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.24px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  width: 70%;
}

.instructor-stats {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.instructor-stat {
  display: flex;
  align-items: center;
  gap: 12px;
}

.stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.stat-text {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Suisse Int'l";
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.stat-text strong {
  color: #fff;
  font-weight: 600;
}

.instructor-cta {
  padding-top: 8px;
}

.instructor-cta .cta-btn {
  display: inline-block;
  padding: 16px 40px;
}

/* Worked With */
.worked-with {
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
  /* padding: 24px 40px; */
  display: flex;
  align-items: center;
  gap: 32px;
  background: rgba(0, 0, 0, 0.13);
}

.worked-with-label {
  white-space: nowrap;
  border-radius: 0 50px 50px 0;
  background: #3c6cf5;
  color: #fff;
  font-family: "Krona One";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  padding: 20px;
  border-radius: 0px 46px 50px;
  background: #3c6cf5;
}

@keyframes worked-with-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.333%);
  }
}

.worked-with-slider {
  flex: 1;
  overflow: hidden;
  mask-image: linear-gradient(
    to right,
    transparent,
    black 40px,
    black calc(100% - 40px),
    transparent
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    black 40px,
    black calc(100% - 40px),
    transparent
  );
}

.worked-with-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: worked-with-scroll 40s linear infinite;
}

.worked-with-track img {
  height: 24px;
  flex-shrink: 0;
  padding-right: 0px;
}

/* Video Modal */
.video-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.video-modal-overlay.active {
  display: flex;
}

.video-modal-content {
  position: relative;
  width: 90%;
  max-width: 900px;
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}

.video-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  z-index: 10;
  line-height: 1;
}

.video-modal-player {
  width: 100%;
  height: 100%;
}

.video-modal-player iframe {
  width: 100%;
  height: 100%;
}

/* team  */

.team {
  background: rgba(255, 255, 255, 0.05);
  text-align: center;
  padding: 5rem 0;
}
.team h2.heading {
  width: 60%;
  margin: 0 auto;
  padding: 2rem 0 3rem 0;
}

.team img.desktop {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 3rem;
}

.perfect-for .hero-box-wrap {
  background: transparent;
  border: 0;
  width: 1000px;
  margin-top: 2rem;
  /* width: 70%; */
}

.perfect-for .hero-box-wrap .hero-box h3 {
  width: 200px;
  font-size: 14px;
}
.reach-out {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
}

.reach-out .cs-pricing {
  width: 900px;
  justify-content: space-between;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
}
.reach-out span.cs-pricing-label {
     border-radius: 50px;
    background: #3c6cf5;
    color: white;
    color: #FFF;
    font-family: "DM Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
}
.reach-out span.cs-price-main {
  color: #fff;
  font-family: "Suisse Int'l";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  text-align: left;
}

.reach-out .cs-social-text {
  text-align: left;
}

/* ========== Upgrade Section ========== */
.upgrade-section {
  background: #000233;
  padding: 6rem 0;
}

.upgrade-left span.tag {
  text-align: left;
  margin: inherit;
}
.upgrade-inner {
  width: 1300px;
  max-width: 95%;
  margin: 0 auto;
  display: flex;
  gap: 48px;
  align-items: center;
}

.upgrade-left {
  /* flex: 0 0 380px; */
  display: flex;
  flex-direction: column;
  width: 38%;
  gap: 28px;
}

.upgrade-heading {
  font-family: "Krona One", sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  line-height: 1.25;
}

.upgrade-heading span {
  color: #e9fe01;
}

.upgrade-social-proof {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.upgrade-avatars {
  display: flex;
}

.upgrade-avatars img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #000233;
  margin-right: -10px;
  object-fit: cover;
}

.upgrade-nps {
  font-family: "Suisse Intl", sans-serif;
  font-size: 14px;
  color: #fff;
  margin: 0;
}

.upgrade-rating {
  font-family: "Suisse Intl", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.upgrade-rating .stars {
  color: #facc15;
  letter-spacing: 1px;
}

.upgrade-price-bar {
  display: flex;
  align-items: center;
  gap: 0;
  background: #e9fe01;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 8px;
}

.upgrade-cta {
  flex: 1;
  background: #e9fe01 !important;
  color: #000233 !important;
  font-family: "Suisse Intl", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 18px 20px;
  text-align: center;
  text-decoration: none;
  border: none;
  border-right: 2px solid rgba(0, 2, 51, 0.1);
  white-space: nowrap;
}

.upgrade-price-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 20px;
  gap: 2px;
}

.upgrade-price {
  white-space: nowrap;
  color: #000233;
  font-family: "Suisse Int'l";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.upgrade-price small {
  color: #000233;
  font-family: "Suisse Int'l";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}

.upgrade-old-price {
  text-decoration: line-through;
  color: rgba(0, 2, 51, 0.75);
  font-family: "Suisse Int'l";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}
.upgrade-discount {
  background: white;
  padding: 2px 8px;
  border-radius: 50px;
  margin-top: 2px;
  color: #000233;
  font-family: "Suisse Int'l";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}

/* Right: Cards */
.upgrade-right {
  /* flex: 1; */
  display: flex;
  align-items: stretch;
  gap: 0;
  position: relative;
  width: 60%;
  margin: 0 0 0 auto;
}

.upgrade-left .cs-social-text span {
  font-weight: 500;
  color: inherit;
}

.upgrade-left .cs-pricing-social {
  display: flex;
  gap: 12px;
  padding-top: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 2rem;
}

.upgrade-card {
  flex: 1;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  /* padding: 10px; */
}

.upgrade-card-brand {
  background: #3b6de8
    url(https://d2cx.ai//wp-content/uploads/2026/02/blue.png);
  background-size: 100% 100%;
}

.upgrade-card-content {
  background: #e9fe01
    url(https://d2cx.ai//wp-content/uploads/2026/02/yellow.png);
  background-size: 100% 100%;
}

.upgrade-card-tag {
  font-family: "DM Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 6px 14px;
  border-radius: 6px;
  display: inline-block;
  margin: 16px 16px 0;
  width: fit-content;
}

.brand-tag {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.content-tag {
  background: rgba(0, 2, 51, 0.08);
  color: #000233;
}

.upgrade-card-hero {
  position: relative;
  /* margin: 12px 16px 0; */
  border-radius: 12px;
  overflow: hidden;
  /* aspect-ratio: 16/10; */
}

.upgrade-card-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.upgrade-card-hero-text {
  /* position: absolute; */
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
}

.upgrade-card-hero-text h3 {
  margin: 0;
  color: #fff;
  font-family: "Krona One";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  width: 60%;
}
.upgrade-card-hero-text h3 span {
  color: #e9fe01;
}

.upgrade-card-content .upgrade-card-hero-text h3 {
  color: #000233;
}

.upgrade-card-content .upgrade-card-hero-text h3 span {
  color: #3b6de8;
}

.upgrade-card-features {
  display: flex;
  gap: 12px;
  padding: 10px;
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
  margin: 10px;
}

.upgrade-feature-circle {
  flex: 1;
  text-align: center;
}

.ufc-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
}

.upgrade-card-brand .ufc-icon {
  background: #e9fe01;
}

.upgrade-feature-circle:nth-child(2) {
  border-left: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
}

h4.uds-subtitle {
  margin-bottom: 1rem;
}

.upgrade-card-content .ufc-icon {
  background: #3c6cf5;
}

.ufc-icon img {
  width: 22px;
  height: 22px;
}

.upgrade-feature-circle p {
  color: #fff;
  text-align: center;
  font-family: "Suisse Int'l";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  width: 90%;
  margin: 0 auto;
}

.upgrade-card-content .upgrade-feature-circle p {
  color: #000233;
}

.upgrade-card-learn {
  padding: 0 16px 16px;
}

.upgrade-card-learn h4 {
  font-family: "Suisse Intl", sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 10px;
}

.upgrade-card-brand .upgrade-card-learn h4 {
  color: #fff;
  font-family: "Suisse Int'l";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.18px;
  text-transform: uppercase;
  margin-top: 1rem;
}

.upgrade-card-content .upgrade-card-learn h4 {
  color: #000233;
  color: #000233;
  font-family: "Suisse Int'l";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.18px;
  text-transform: uppercase;
  margin-top: 1rem;
}

.upgrade-card-learn ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.upgrade-card-learn ul li {
  font-family: "Suisse Intl", sans-serif;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.upgrade-card-brand .upgrade-card-learn ul li {
  color: rgba(255, 255, 255, 0.85);
}

.upgrade-card-content .upgrade-card-learn ul li {
  color: rgba(0, 2, 51, 0.85);
}

.check-green {
  color: #22c55e;
  font-size: 14px;
  flex-shrink: 0;
}

.upgrade-card-tools {
  /* padding: 0 16px 16px; */
}

.upgrade-card-tools .worked-with {
  background: transparent;
  border-radius: 0;
}

.upgrade-card-tools .worked-with-track img {
  height: 100%;
}

.upgrade-card-tools h4 {
  font-family: "Suisse Intl", sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin: 0 15px 10px;
}

.upgrade-card-brand .upgrade-card-tools h4 {
  color: #e9fe01;
}

.upgrade-card-content .upgrade-card-tools h4 {
  color: #000233;
}

.upgrade-tools-scroll {
  overflow: hidden;
  position: relative;
}

.upgrade-tools-track {
  display: flex;
  width: max-content;
  animation: upgrade-tools-scroll 20s linear infinite;
}

.upgrade-tools-track img {
  height: 28px;
  width: auto;
  flex-shrink: 0;
}

@keyframes upgrade-tools-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Plus Circle */
.upgrade-plus {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: white;
  border: 3px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
}

.upgrade-plus span {
  font-family: "Krona One", sans-serif;
  font-size: 22px;
  color: black;
  line-height: 1;
}

.mobile-sticky {
    display: none;
}

.cs-fit-title h2 {
    background: #3C6CF5;
    color: #FFF;
    font-family: "Krona One";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.228px;
    text-transform: uppercase;
    padding: 14px 40px;
    margin-top: 8rem;
    margin-bottom: 3rem;
}


input#input_1_1 {
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.00);
}

input#gform_submit_button_1 {
    border-radius: 4px;
    background: #E9FE01;
    color: black;
}

label.gfield_label.gform-field-label {
    color: white;
}

/* responsive  */

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }

  p.header-bar-text span.header-bar-span:last-child {
    display: none;
  }
  /* nav.navbar {
    width: 100%;
}
 */

  .hero-section {
    width: 100%;
    padding: 4rem 1rem 5rem 1rem;
  }

  .tag {
    font-size: 12px;
  }

  .heading {
    font-size: 24px;
  }
  .hero-box-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* gap: 24px; */
    width: 100%;
  }

  .hero-box {
    width: 100%;
    padding: 16px;
  }
  .hero-box:nth-child(2) {
    border: none;
  }

  .hero-box:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .hero-box-wrap .hero-box h3 {
    font-size: 10px;
  }

  .cta-wrap span {
    font-size: 16px;
  }
  .slide-track.hero img {
    width: 300px;
  }

  .top-brands {
    padding: 6rem 0 6rem 0;
  }
  /* .falling-div {
    width: 100%;
} */
  .hero-box.last {
    grid-column: 1 / -1;
    justify-self: center;
    text-align: center;
  }
  .falling-div-wrap .hero-box:nth-child(2) {
    border: none;
  }
  .falling-div-wrap .hero-box:nth-child(4) {
    border-right: none;
  }
  .shift-heading {
    text-align: center;
    font-size: 24px;
  }
  .shift-tag-pill {
    padding: 4px 6px;
  }
  .shift-tags {
    justify-content: center;
  }
  .shift-mob-circle .shift-img img {
    width: 100%;
    height: 450px;
  }

  .founders {
    padding: 6rem 0;
  }
  .slide-track.brands .slide img {
    width: 180px;
    height: 400px;
  }
  .instructor .heading {
    padding: 2rem 0;
    width: 100%;
    margin: 0 auto;
  }
  .instructor-card-inner {
    flex-direction: column;
    padding: 20px;
  }

  .instructor-stats .hero-box:nth-child(2) {
    border: 0;
  }

  .instructor-stats .hero-box:nth-child(3) {
    border-right: 0;
    border-top: 0;
  }
  .instructor-stats .hero-box {
    padding: 0;
  }
  .worked-with-label {
    font-size: 10px;
    border-radius: 0 0 23px 23px;
  }

  .instructor-stats .hero-box-wrap {
    border-bottom: 0;
  }
  .worked-with-slider {
    width: 300px;
  }

  .uds-subtitle {
    margin-bottom: 20px;
  }
  .ba-image {
    padding: 0;
  }
  .cs-pricing-features {
    border-left: 0px solid #ffffff1a;
    padding-left: 0rem;
    gap: 30px;
  }

  .cs-pricing-features .cs-pricing-social {
    padding-top: 2rem;
    border-top: 1px solid #ffffff1a;
  }

  .team h2.heading {
    width: 90%;
  }

  .team {
    display: flex;
    padding: 5rem 20px;
    flex-direction: column;
  }
  .team span.tag {
    margin-top: 2rem;
  }

  .perfect-for .hero-box-wrap {
    width: 100%;
  }

  .perfect-for .hero-box-wrap .hero-box h3 {
    width: 100%;
  }

  .reach-out .cs-pricing {
    width: 100%;
  }

  .reach-out span.cs-price-main {
    font-size: 32px;
  }

  .upgrade-inner h2.upgrade-heading {
    text-align: center;
  }
  .upgrade-card-tools .worked-with {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }


.why-us-circle-stat img {
    width: 100%;
}

.why-us-reports img {
    width: 100%;
}
button:focus:not(:focus-visible) {
    outline: 0;
    border: 0 !important;
    box-shadow: none !important;
}

.cs-pricing-label{
  width: 100%;
}


.mobile-sticky {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #000233;
    border-top: 1px solid rgba(59,109,232,0.4);
    padding: 0 0 15px 0px;
    flex-direction: column;
    gap: 8px;
}
.ms-label {
  margin: 0;
    color: #FFF;
    font-family: "DM Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
            margin-top: 10px;
        padding: 0 15px;
}
.ms-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 15px;
}
.ms-countdown {
    display: flex;
    gap: 6px;
    flex: 1;
}
.ms-cd-item {
    background: rgba(59,109,232,0.25);
    border: 1px solid rgba(59,109,232,0.5);
    border-radius: 6px;
    padding: 6px 8px;
    text-align: center;
    min-width: 52px;
}
.ms-cd-num {
    font-family: 'Krona One', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    display: block;
    line-height: 1;
}
.ms-cd-label {
    font-family: 'Suisse Intl', sans-serif;
    font-size: 8px;
    font-weight: 500;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    margin-top: 2px;
}
/* .ms-apply-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 16px 24px;
    border-radius: 8px;
    white-space: nowrap;
    letter-spacing: 0.5px;
    transition: background 0.3s;
    color: #000233;
    font-family: "Suisse Int'l";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;
}
 */

 .mobile-sticky span {
    /* color: #FFF;
    font-family: "Suisse Int'l";
    font-size: 12px;
    font-style: normal;
    font-weight: 450;
    line-height: normal; */
    color: #FFF;
        font-family: "Krona One";
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: -0.16px;
        text-transform: uppercase;
}

.slide-track.mobileSticly {
    background: #3C6CF5;
    padding: 0;
}





}

/* Responsive */
@media (max-width: 768px) {
  .falling-container {
    height: 420px;
  }

  .box-pill {
    padding: 7px 14px 7px 9px;
    gap: 7px;
  }

  .box-text {
    font-size: 9px;
  }

  .box-icon {
    width: 28px;
    height: 28px;
  }

  .box-icon svg {
    width: 14px;
    height: 14px;
  }

  .fall-alert svg {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 480px) {
  .falling-container {
    height: 380px;
  }

  .box-pill {
    padding: 5px 10px 5px 7px;
    gap: 5px;
  }

  .box-text {
    font-size: 7.5px;
    letter-spacing: 0.4px;
  }

  .box-icon {
    width: 24px;
    height: 24px;
  }
}

/* Responsive */
@media (max-width: 900px) {
  .shift-desktop {
    display: none;
  }

  .shift-mobile {
    display: block;
  }
}

@media (max-width: 480px) {
  .shift-mob-circle {
    width: 100%;
    height: 450px;
  }

  .shift-mob-card {
    flex: 0 0 65%;
    max-width: 65%;
    margin: 0 3%;
    padding: 20px 12px;
  }
}

/* Instructor responsive */
@media (max-width: 900px) {
  .instructor {
    width: 90%;
    padding: 4rem 0 3rem 0;
  }

  .instructor-card {
    flex-direction: column;
    align-items: center;
    padding: 32px 24px;
    gap: 28px;
    text-align: center;
  }

  .instructor-card-left {
    flex: none;
  }

  .instructor-img-wrap {
    width: 220px;
    height: 220px;
  }

  .instructor-quote {
    border-left: none;
    padding-left: 0;
    /* border-top: 2px solid #E9FE01; */
    padding-top: 16px;
    text-align: center;
    font-size: 16px;
    width: 100%;
  }

  .instructor-stats {
    align-items: center;
  }

  .instructor-cta {
    text-align: center;
  }

  .worked-with {
    flex-direction: column;
    text-align: center;
    padding: 0px 24px 50px 24px;
    background: transparent;
    gap: 36px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .worked-with-track img {
    height: 20px;
  }

  .instructor .heading {
    font-size: 24px;
  }

  .instructor .instructor-description {
    font-size: 15px;
    padding: 0rem 0 2rem 0;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .instructor-img-wrap {
    width: 180px;
    height: 180px;
  }

  .instructor-card {
    padding: 24px 16px 40px 16px;
    background: #b6b1b126;
    gap: 0;
  }

  .instructor-quote {
    font-size: 14px;
    gap: 10px;
  }

  .stat-text {
    font-size: 14px;
  }

  .worked-with-track img {
    height: 16px;
  }

  .play-overlay svg {
    width: 36px;
    height: 36px;
  }
}

/* Curriculum Accordion responsive */
@media (max-width: 900px) {
  .curriculum {
    width: 90%;
    padding: 4rem 0 3rem 0;
  }

  .curriculum .heading {
    font-size: 20px;
  }

  .ca-meta span.ca-meta-item:nth-child(-n + 2) {
    border-right: 1px solid #0002331a;
    padding-right: 0.8rem;
  }

  .ca-outcome-icon img {
    width: 20px;
    height: 20px;
    object-fit: cover;
  }

  .ca-outcome-icon {
    width: max-content;
    justify-content: flex-start;
  }
  .ca-outcome-list li {
    gap: 8px;
  }

  .ca-meta span.ca-meta-item:nth-child(3) {
    margin-left: -4px;
  }

  .curriculum-accordian {
    width: 100%;
  }

  .ca-header {
    padding: 16px 20px !important;
  }

  .ca-title {
    font-size: 13px;
  }

  .ca-num {
    font-size: 14px;
  }

  .ca-body {
    padding: 24px 20px !important;
  }

  .ca-content-row {
    flex-direction: column;
    gap: 28px;
  }

  .ca-meta {
    flex-wrap: wrap;
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .ca-header {
    padding: 14px 16px !important;
  }

  .ca-title {
    font-size: 12px;
  }

  .ca-num {
    font-size: 12px;
  }

  .ca-body {
    padding: 20px 16px !important;
  }

  .ca-meta-item {
    font-size: 12px;
  }

  .ca-list li,
  .ca-outcome-list li {
    font-size: 14px;
  }

  /* .ca-tool-pill {
            padding: 6px 12px;
            font-size: 12px;
        } */

  .ca-tool-pill img {
    width: 100%;
    height: 40px;
  }
}

/* Up-Down Slider responsive */
@media (max-width: 900px) {
  .up-down-slider {
    padding: 4rem 0;
  }

  .uds-left {
    display: none;
  }

  .uds-mobile-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    padding: 0 5% 2rem 5%;
  }

  .uds-mobile-top .heading {
    font-size: 28px;
  }

  .uds-mobile-bottom {
    display: block;
    padding: 2rem 5% 0 5%;
  }

  .uds-inner {
    width: 100%;
    gap: 0;
  }

  .uds-right {
    flex: 1;
    height: 500px;
    gap: 10px;
    width: 100%;
    mask-image: none;
    -webkit-mask-image: none;
  }

  .uds-track img {
    border-radius: 8px;
  }
}

@media (max-width: 480px) {
  .uds-mobile-top .heading {
    font-size: 24px;
  }

  .uds-right {
    height: 400px;
    gap: 8px;
  }

  .uds-track {
    gap: 8px;
  }

  .uds-track img {
    border-radius: 6px;
  }

  .uds-list li {
    font-size: 14px;
  }

  .uds-mobile-bottom .uds-cta .cta-btn {
    width: 100%;
    text-align: center;
    display: block;
  }
}

/* Before/After responsive */
@media (max-width: 900px) {
  .before-after {
    width: 90%;
    padding: 4rem 0;
  }

  .before-after .heading {
    font-size: 28px;
    padding: 1rem 0 2rem 0;
  }

  .ba-cards {
    flex-direction: column;
    gap: 20px;
  }

  .ba-title {
    font-size: 16px;
  }

  .ba-points {
    gap: 20px;
  }

  .ba-card {
    padding: 28px 20px;
  }
}

@media (max-width: 480px) {
  .before-after .heading {
    font-size: 22px;
  }

  .ba-title {
    font-size: 14px;
  }

  .ba-points {
    gap: 14px;
  }

  .ba-point {
    width: 90px;
  }

  .ba-point-text {
    font-size: 12px;
  }

  .ba-point-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }

  .ba-point-icon svg {
    width: 22px;
    height: 22px;
  }

  .ba-card {
    padding: 24px 16px;
  }
}

/* Why D2C responsive */
@media (max-width: 900px) {
  .why {
    padding: 4rem 5%;
  }

  .why .heading {
    font-size: 28px;
    padding: 1rem 0 2rem 0;
  }

  .why-table {
    width: 100%;
    gap: 5px;
  }

  .why-col-features {
    flex: 0 0 38%;
  }

  .why-col-features .why-cell {
    font-size: 13px;
    padding: 16px 14px;
  }

  .why-col-features .why-cell-head {
    font-size: 13px;
    padding: 16px 14px;
  }

  .why-col-d2cx .why-cell-head,
  .why-col-generic .why-cell-head {
    font-size: 11px;
    padding: 16px 12px;
  }

  .why-col-d2cx .why-cell:not(.why-cell-head),
  .why-col-generic .why-cell:not(.why-cell-head) {
    padding: 16px 12px;
  }

  .why-check svg,
  .why-cross svg {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 480px) {
  .why .heading {
    font-size: 22px;
  }

  .why-col-features .why-cell {
    font-size: 12px;
    padding: 14px 10px;
  }

  .why-col-features .why-cell-head {
    font-size: 11px;
    padding: 14px 10px;
  }

  .why-col-d2cx .why-cell-head,
  .why-col-generic .why-cell-head {
    font-size: 10px;
    padding: 14px 8px;
    min-height: 59px;
  }

  .why-col-d2cx .why-cell:not(.why-cell-head),
  .why-col-generic .why-cell:not(.why-cell-head) {
    padding: 14px 8px;
  }

  .why-check svg,
  .why-cross svg {
    width: 20px;
    height: 20px;
  }
}

/* Compared Section responsive */
@media (max-width: 900px) {
  .compared-section {
    width: 90%;
    padding: 4rem 0;
  }

  .cs-compare .heading {
    font-size: 28px;
  }

  .cs-circles {
    gap: 60px;
  }

  .cs-circle {
    width: 90px;
    height: 90px;
  }

  .cs-circle-white span {
    font-size: 13px;
  }

  .cs-val {
    font-size: 13px;
  }

  .cs-val-left {
    padding-right: 12px;
  }

  .cs-val-right {
    padding-left: 12px;
  }

  .cs-badge {
    font-size: 10px;
    padding: 5px 12px;
  }

  .cs-fit {
    flex-direction: column-reverse;
  }

  .cs-fit-heading {
    font-size: 32px !important;
    text-align: left !important;
  }

  .cs-fit-left .tag {
    margin: 0;
  }

  .cs-fit-left {
    text-align: left;
    width: 100%;
  }
  .cs-fit-card {
    text-align: left;
  }

  .cs-fit-cards {
    flex-direction: column;
  }

  .cs-pricing {
    flex: none;
    flex-direction: column;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .cs-compare .heading {
    font-size: 22px;
  }

  .cs-circles {
    gap: 40px;
  }

  .cs-circle {
    width: 80px;
    height: 80px;
  }

  .cs-circle-white span {
    font-size: 11px;
  }

  .cs-circle-tag {
    font-size: 10px;
    padding: 4px 16px;
    width: 75%;
  }

  .cs-circles::after {
    bottom: -18rem;
  }

  .cs-val {
    font-size: 12px;
  }

  .cs-row {
    padding: 14px 18px;
  }

  .cs-fit-heading {
    font-size: 24px !important;
  }

  .cs-price-main {
    font-size: 28px;
  }

  .cs-countdown-item {
    min-width: 48px;
    padding: 8px 6px;
  }

  .cs-cd-num {
    font-size: 20px;
  }
}

/* Clients Swiper responsive */
@media (max-width: 900px) {
  .clients {
           width: 100%;
        margin: 0 auto;
        padding: 4rem 1rem;
  }

  .client-card-top img{
    width: 100%;
  }

}

@media (max-width: 480px) {
  .client-card {
    padding: 20px;
  }
}

/* Guarantee responsive */
@media (max-width: 900px) {
  .guarantee-inner {
    width: 90%;
    flex-direction: column;
    text-align: center;
    padding: 32px 24px;
    gap: 32px;
  }
  .guarantee-left {
    text-align: center;
  }
  .guarantee-left .tag {
    margin: 0 auto;
  }
  .guarantee-heading {
    font-size: 28px;
  }
  .guarantee-text {
    max-width: 100%;
  }
  .guarantee-right {
    flex: none;
  }
  .guarantee-right img {
    max-width: 100%;
  }

  .why-us-desc{
    width: 90%;
  }

.why-us-built{
        width: 88%;
    margin: 0 auto;
}

}
@media (max-width: 480px) {
  .guarantee-heading {
    font-size: 24px;
            width: 100%;
        text-align: center;
  }
  .guarantee-text {
    font-size: 14px;
  }
  .guarantee-inner {
      padding: 6rem 27px;
  }
}

/* Why Us responsive */
@media (max-width: 900px) {
  .why-us {
    width: 90%;
    padding: 4rem 0;
  }
  .why-us .heading {
    font-size: 28px;
  }
  .why-us-grid {
    flex-direction: column;
    gap: 16px;
  }
  .why-us-circle-stat {
    max-width: 100%;
    margin: 0 auto;
  }
  .stat-number {
    font-size: 36px;
  }
  .ring-avatar {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 480px) {
  .why-us .heading {
    font-size: 22px;
  }
  .why-us-circle-stat {
    max-width: 100%;
  }
  .stat-number {
    font-size: 28px;
  }
  .wu-program-card {
    padding: 14px;
  }
  .wu-program-card span {
    font-size: 10px;
            width: 68%;
  }
  .why-us-bottom-bar p {
    font-size: 12px;
  }




  
}

/* FAQs responsive */
@media (max-width: 900px) {
  .faqs {
    width: 90%;
    padding: 4rem 0;
  }
  .faqs .heading {
    font-size: 28px;
  }
  .faq-btn {
    font-size: 14px !important;
    padding: 16px 20px !important;
  }
  .faq-body {
    font-size: 13px;
    padding: 0 20px 16px 20px !important;
  }
}
@media (max-width: 480px) {
  .faqs .heading {
    font-size: 22px;
  }
  .faq-btn {
    font-size: 13px !important;
    padding: 14px 16px !important;
  }
}

/* Let's Talk responsive */
@media (max-width: 900px) {
  .lets-talk-inner {
    width: 90%;
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .lets-talk-heading {
    font-size: 32px;
  }
  .lets-talk-btn {
    width: 100%;
    text-align: center;
    display: block;
  }
}
@media (max-width: 480px) {
  .lets-talk-heading {
    font-size: 28px;
  }
  .lets-talk {
    padding: 2rem 0;
  }
}

/* Upgrade Section responsive */
@media (max-width: 1400px) {
  .upgrade-inner {
    width: 95%;
  }
  .upgrade-left {
    flex: 0 0 340px;
  }
}

@media (max-width: 900px) {
  .upgrade-section {
    padding: 4rem 0;
  }
  .upgrade-inner {
    width: 90%;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .upgrade-left {
    flex: none;
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .upgrade-left .tag {
    margin: 0 auto;
  }
  .upgrade-heading {
    font-size: 26px;
  }
  .upgrade-avatars {
    justify-content: center;
  }
  .upgrade-social-proof {
    align-items: center;
  }
  .upgrade-right {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  .upgrade-plus {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: -20px auto;
    z-index: 2;
  }
  .upgrade-price-bar {
    flex-direction: column-reverse;
    width: 100%;
    background: transparent;
    border-radius: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: -1rem;
  }

  .upgrade-cta {
    border-right: none;
    border-bottom: 2px solid rgba(0, 2, 51, 0.1);
    padding: 16px;
  }
  .upgrade-price-info {
    padding: 16px;
  }

  .upgrade-price-bar a.cta-btn.primary-btn {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
}


  .upgrade-inner .cs-pricing-social {
    text-align: center;
    align-items: center;
}



}

@media (max-width: 480px) {
  .upgrade-heading {
    font-size: 22px;
  }
  .upgrade-card-hero-text h3 {
    font-size: 14px;
  }
  .upgrade-feature-circle p {
    font-size: 10px;
  }
  .upgrade-card-learn ul li {
    font-size: 11px;
  }
  .upgrade-price {
    font-size: 32px;
    color: white;
  }
  .upgrade-price small {
    color: white;
  }
  .upgrade-old-price{
    color: rgba(255, 255, 255, 0.60);
  }
}

/* Falling Div responsive */
@media (max-width: 900px) {
  .falling-div {
    width: 94% !important;
    padding-top: 3rem;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
  }
  .falling-div h1.heading {
    width: 90%;
    font-size: 28px;
    padding: 1.5rem 0;
  }
  .falling-div {
    overflow: visible;
  }
  .falling-container {
    max-width: 100%;
    height: 550px;
    overflow: visible;
  }
  .falling-div-wrap {
    width: 96% !important;
    padding: 2rem 1.5rem;
    border-radius: 16px;
  }
  .falling-div-wrap span {
    font-size: 22px;
  }
  .falling-div-wrap .hero-box-wrap {
    width: 100%;
  }
  .box-pill {
    padding: 8px 14px 8px 10px;
    gap: 8px;
  }
  .box-pill svg {
    width: 24px;
    height: 24px;
  }
  .box-text {
    font-size: 9px;
    letter-spacing: 0.5px;
  }
  .fall-alert img {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 480px) {
  .falling-div h1.heading {
    font-size: 22px;
    padding: 1rem 0;
  }
  .falling-container {
    height: 460px;
    overflow: visible;
  }
  .falling-div-wrap {
    padding: 1.5rem 1rem;
  }
  .falling-div-wrap span {
    font-size: 18px;
  }
  .box-pill {
    padding: 6px 10px 6px 8px;
    gap: 5px;
  }
  .box-pill svg {
    width: 20px;
    height: 20px;
  }
  .box-text {
    font-size: 8px;
    letter-spacing: 0.3px;
  }
  .fall-alert img {
    width: 40px;
    height: 40px;
  }
  .box-icon {
    width: 24px;
    height: 24px;
  }
}
