/*
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: white; */
  background: white
    url(https://foundations.d2cx.co/wp-content/uploads/2025/12/frame-bg-all.png);
  background-size: contain;
}

.single_footer ul {
    font-family: 'Suisse Int\'l';
}

/* hero  */

.hero-wrap {
    text-align: center;
    width: 100%;
    margin-right: auto;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 3rem;
    padding-top: 6rem;
    padding-bottom: 5rem;
}

.review-wrap p {
  color: black;
  font-family: "Suisse Int'l";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
}

.review-wrap .star {
  color: black;
  font-family: "Suisse Int'l";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.hero-heading {
  padding-bottom: 2rem;
  padding-top: 1rem;
  text-transform: none;
  color: black;
  text-align: center;
  font-family: "Clash Display";
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  width: 84%;
  margin: 0 auto;
  text-transform: capitalize;
}

.hero-heading p {
  color: black;
  font-family: "Suisse Int'l";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  padding: 10px 0;
  line-height: 150%;
}

.primary-color {
  color: #ffb534;
}

.primary-color.blue {
  color: #af5eff;
}

section#hero {
  /* background: url(https://d2cx.co/wp-content/uploads/2025/10/hero-banner-01.webp); */
  /* background: url(https://d2cx.co/wp-content/uploads/2025/10/hero-img1.png); */
  background: white
    url(https://foundations.d2cx.co/wp-content/uploads/2025/12/top-bg.png);
  background-size: cover;
  background-position: top;
  margin-top: -7rem;
  padding-bottom: 0;
}

.review-wrap img {
  width: 200px;
}

.review-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px 0 0 0;
}

.hero-button-wrap {
  display: flex;
  gap: 20px;
  justify-content: center;
}

/* stats  */
.stats-card-wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 38%;
  margin: 0 auto;
  padding: 1rem 0;
  /* border-radius: 6px; */
  /* border: 1px solid rgba(255, 181, 52, 0.24); */
  /* background: #fffaf2; */
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 6px;
  border: 1px solid rgba(255, 181, 52, 0.24);
  background: #fffaf2;
}

section.stats {
  padding: 0;
  padding-top: 2rem;
}

.stats-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: white;
  width: 200px;
  /* width: 150px; */
  flex-direction: column;
}

.stats-card p {
  width: 60%;
  text-transform: capitalize;
  color: #000;
  text-align: center;
  font-family: "Suisse Int'l";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.stats-card.card-1,
.stats-card.card-2 {
  /* border-right: 1px solid #ffffff1a; */
}

.stats-card.card-2 {
  border-right: 1px solid #f7ebd5;
  border-left: 1px solid #f7ebd5;
  padding: 0 1rem;
}

/* top voice  */
section.top-voice .swiper {
  width: 100%;
  height: fit-content;
  margin-top: 2rem;
  /* background: url(https://foundations.d2cx.co/wp-content/uploads/2025/12/shark-bg.png); */
  background-size: cover;
  padding: 0rem 3rem;
}

section.top-voice .swiper-slide {
  text-align: center;
  background: #6f2ead;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px;
  border-radius: 12px;
  min-height: 400px;
  max-height: 400px;
  position: relative;
}

section.top-voice .swiper-slide .top-voice-heading {
  display: flex;
  justify-content: space-between;
  width: 100%;
  /* position: relative; */
}

section.top-voice .swiper-slide .heading-content {
  display: flex;
  align-items: center;
  gap: 15px;
}

section.top-voice {
  text-align: center;
}

section.top-voice h2,
section.experience h2,
section.brands h2,
section.facts h2,
section.pitching h2,
section.community h2,
section.grapgh h2,
section.schedule h2,
section.mentor h2,
section.fellow h2,
section.apply h2,
section.d2cx-deals h2,
section.ultimate h2,
section.faq h2,
section.confused h2,
section.fellowship h2,
section.program h2 {
  margin: 0 auto;
  padding: 1rem 0;
  text-transform: capitalize;
  color: #000;
  text-align: center;
  font-family: "Clash Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

section.top-voice {
  text-align: center;
  padding: 4rem 0;
  background: url(https://foundations.d2cx.co/wp-content/uploads/2025/12/shark-bg.png);
  margin-top: 8rem;
  margin-bottom: 4rem;
}
section.top-voice .top-voice-heading img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: block;
}

section.top-voice .swiper-slide .heading-founder {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  color: white;
  font-family: "Suisse Int'l";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

section.top-voice .swiper-slide .heading-founder span {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Suisse Int'l";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

section.top-voice .shark-tank {
  position: absolute;
  right: 20px;
  top: 0px;
}

section.top-voice .top-voice-description p {
     color: white;
    font-family: "Suisse Int'l";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
}

/* section.top-voice .swiper-button-prev,
.swiper-button-next {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 50%;
} */

section.top-voice .swiper-button-prev,
.swiper-button-next {
  background: white;
  opacity: 1;
  border-radius: 50px;
  cursor: pointer;
  border: 1px solid black;
}

.growth-stories .founder-content p {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Suisse Int'l";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-align: left;
}
.swiper-button-next,
.swiper-button-prev {
  pointer-events: auto !important;
}

section.top-voice .swiper-button-prev svg,
.swiper-button-next svg {
  width: 10px;
  color: black;
}

/* experience  */
section.experience,
section.brands {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5rem 20px;
}

/* wrapper */
.hover-card-wrap {
  display: flex;
  width: 90%;
  height: 500px;
  overflow: hidden;
}

/* single card */
.hover-card {
  flex: 0.1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: flex 0.5s ease;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  margin: 0 5px;
  /* background: linear-gradient(to top, #ff512f, #dd2476); */
}

/* gradient variations */
/* Define 5 color patterns */
.hover-card:nth-child(5n + 1) {
  background: linear-gradient(180deg, #ff715d 0%, #713c9a 100%);
}

.hover-card:nth-child(5n + 2) {
  background: linear-gradient(180deg, #442925 0%, #ffedeb 100%);
}

.hover-card:nth-child(5n + 3) {
  background: linear-gradient(180deg, #713c9a 0%, #fff 100%);
}

.hover-card:nth-child(5n + 4) {
  background: linear-gradient(180deg, #2d183e 0%, #ffedeb 100%);
}

.hover-card:nth-child(5n + 5) {
  background: linear-gradient(180deg, #713c9a 0%, #fff 100%);
}

/* .hover-card img {
     width: 100%;
     height: 200px;

     border-radius: 10px;
 } */

.hover-card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  transition: opacity 0.3s ease;
  position: relative;
  z-index: 1;
}

.hover-card:hover img {
  opacity: 0;
}

.hover-card span {
  writing-mode: vertical-rl;
  transform: rotate(0deg);
  padding: 10px;
  text-align: center;
  color: white;
  font-family: "Suisse Int'l";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

/* expand effect */
.hover-card:hover {
  flex: 1.5;
}

.hover-card:not(:hover) {
  flex: 0.1;
  min-height: 450px;
}
.profile-icon-wrap {
  display: flex;
  align-items: center;
}
section.apply .primary-btn.blue {
  width: auto;
}

/* expanded content */
.hover-card-expanded {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  /* justify-content: space-between; */
  align-items: center;
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.3s ease;
  flex-direction: column;
  height: 100%;
  padding-bottom: 1rem;
}

section.top-voice.growth-stories .hover-card-expanded {
  opacity: 1;
}

section.top-voice.growth-stories .founder-logo {
  text-align: left;
  padding: 1rem 0px;
}

/* .hover-card-expanded {
 position: absolute;
 display: flex
;
 justify-content: space-between;
 align-items: center;
 border-radius: 8px;
 opacity: 0;
 transition: opacity 0.3s 
ease;
 flex-direction: column;
 height: 100%;
 padding-bottom: 1rem;
} */

.hover-card:hover .hover-card-expanded {
  opacity: 1;
  z-index: 999;
}

.hover-card-expanded iframe {
  width: 90%;
  height: 90%;
  border: none;
  border-radius: 8px;
}

.hover-card:hover img,
.hover-card:hover span {
  display: none;
}

.hover-card-outer-section {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

/* video  */
/* .video-wrapper {
position: relative;
width: 100%;
max-width: 800px;
margin: auto;
cursor: pointer;
}

.video-wrapper video {
width: 100%;
height: auto;
display: block;
border-radius: 10px;
background: black;
}

.play-button {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 60px;
color: white;
background: rgba(0,0,0,0.5);
width: 100px;
height: 100px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: background 0.3s ease, opacity 0.3s ease;
z-index: 2;
}

.play-button:hover {
background: rgba(0,0,0,0.7);
} */

.hover-video,
.video-wrapper {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

fig.hover-card-image {
  height: 32px;
  width: 100px;
}

.video-img-content {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 0 14px;
}

.video-img-description p.hover-card-name {
  color: black;
  font-family: "Suisse Int'l";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.video-img-description {
  /* color: #ffffffbf; */
  color: black;
  font-family: "Suisse Int'l";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.line-verticle {
  width: 1px;
  height: 50px;
  background-color: black;
  opacity: 0.6;
  margin: 10px auto;
}

/* brands  */
/* section.brands {
     display: flex;
     flex-direction: column;
     align-items: center;
     padding: 3rem;
 } */

.brand-row {
  display: flex;
  gap: 40px;
  padding: 2rem 0;
}

section.brands .line-seperator {
  width: 90%;
  margin-bottom: 4rem;
}

h3.sponsor-heading {
  color: black;
  font-family: "Suisse Int'l";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.sponsor-logos {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 2rem 0;
}

/* facts  */

section.facts {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 0;
}

/* Container to position video and button together */
.video-container {
  position: relative;
  display: inline-block;
}

/* Style for the overlay play/pause button */
.video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  background-color: transparent;
  color: white;
  border: none;
  border-radius: 50%;
  padding: 12px 20px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.video-button.hidden {
  opacity: 0;
  pointer-events: none;
}

button#toggleButton img {
  filter: invert(1);
}

/* .video-button:hover {
     background-color: rgba(0, 0, 0, 0.7);
 } */
.facts-card-wrap {
  text-align: center;
  width: 100%;
  /* margin-top: -4rem; */
  /* box-shadow: 0 -80px 70px #101010; */
  background: white;
  margin-bottom: 3rem;
}

.video-iframe-wrap {
  width: 100%;
  height: 1000px;
}

.fact-card-lists,
.fellow-card-lists {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 2rem 0;
}

.facts-card {
  background: #6f2ead;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 316px;
  max-width: 316px;
  padding: 40px;
}

.facts-card p,
.fellow-card p {
  color: white;
  font-family: "Suisse Int'l";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  text-align: left;
}

.facts-card p span,
.fellow-card p span {
  color: white;
  font-family: "Suisse Int'l";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
}

.fellow-card-wrap {
  text-align: center;
  width: 100%;
  margin-top: 2rem;
  background: #101010;
}

.fellow-card {
  background: #ffffff0d;
  border-radius: 8px;
  display: flex;
  align-items: baseline;
  gap: 20px;
  min-width: 200px;
  max-width: 316px;
  padding: 46px 30px;
  flex-direction: column;
  text-transform: capitalize;
  min-height: 260px;
}

.fellow-card p {
  gap: 10px;
}

/* marquee-container-wrap */
.marquee-container-wrap .marquee {
  display: flex;
  column-gap: 10px;
  margin: 10px 0;
  overflow: visible;
  animation: scroll-left 35s linear infinite;
}

.marquee-container-wrap .marquee-reverse {
  display: flex;
  width: 100%;
  column-gap: 10px;
  margin: 0 0 10px;
  animation: scroll-right 35s linear infinite;
}

.marquee-container-wrap .marquee-reverse img,
.marquee-container-wrap .marquee img {
  width: 2931px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* pitching */

section.schedule {
  margin-top: 2rem;
  text-align: center;
  width: 100%;
  background: transparent;
  padding: 3rem 0;
}
section.fellow {
  text-align: center;
  padding: 3rem 0;
  background: url(https://foundations.d2cx.co/wp-content/uploads/2025/12/shark-bg.png);
  margin-top: 3rem;
  margin-bottom: 3rem;
  background-repeat: no-repeat;
  background-size: cover;
}

section.pitching,
section.community,
section.grapgh,
section.mentor,
section.apply,
section.d2cx-deals,
section.ultimate,
section.faq,
section.confused,
section.fellowship,
section.program {
  text-align: center;
  width: 100%;
  margin-top: 0rem;
  background: transparent;
  padding: 3rem 0;
}

/* .pitch-slide,
div#community-slide {
  height: 400px;
  display: flex;
  align-items: end;
  padding: 1rem;
  border-radius: 12px;
} */

.pitch-slide,
div#community-slide {
  height: auto;
  display: flex;
  align-items: center;
  padding: 1rem;
  border-radius: 12px;
  flex-direction: column;
}

.pitch-slide .pitch-content {
  padding: 1rem 16px 1rem 8px;
}

.pitch-slide img {
  width: 100%;
  height: 100%;
}

.swiper.pitchSwipper .swiper-wrapper {
  justify-content: center;
}

.pitch-slide .pitch-content,
div#community-slide .community-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.pitch-slide .pitch-card-heading p,
div#community-slide .community-card-heading p {
  color: black;
  font-family: "Suisse Int'l";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  width: 70%;
  text-align: left;
}

.pitch-slide .card-number span,
div#community-slide .card-number span {
  color: black;
  text-align: right;
  font-family: "Suisse Int'l";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  opacity: 0.75;
}

.pitch-slider,
.community-slider {
  width: 94%;
  margin-top: 2rem;
  margin: 0 auto;
}

section.community .deals {
  border-radius: 8px;
  background: linear-gradient(180deg, #1e1e1e 0%, rgba(30, 30, 30, 0) 100%);
  width: 94%;
  margin: 2rem auto;
  border: 1px;
  padding-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

span.arrow-down-wrap {
  border-radius: 50px;
  background: #bb62ff;
  box-shadow: 0 4px 20px 2px rgba(187, 98, 255, 0.4);
  width: 48px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

span.arrow-down-wrap img {
  width: 30px;
}

.deals p {
  background: linear-gradient(95deg, #f6d0c1 0.6%, #ee8c6a 26%, #c7a2f8 70%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "Suisse Int'l";
  font-size: 128px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}

section.marquee-container-wrap {
  overflow: hidden;
}

/* grapgh  */

section.grapgh .line-seperator {
  width: 90%;
  margin: 0 auto;
  margin-top: 2rem;
}

.grapgh-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(0deg, #1e1e1e 0%, rgba(30, 30, 30, 0) 100%);
  backdrop-filter: blur(10px);
  width: 90%;
  margin: 0 auto;
}

.graph-image img {
  width: 90%;
  height: 100%;
  padding: 43px;
  object-fit: cover;
}

.graph-image {
  width: 100%;
  height: 100%;
}

.grapgh-wrap .line-verticle {
  margin: 0;
  background-color: #ffffff1a;
  height: 720px;
  width: 2px;
}

/* schedules  */

.schedule-wrap {
  width: 94%;
  gap: 10px;
  padding: 3rem 0;
  margin: 0 auto;
  justify-content: center;
}

.schedule-wrap .schedule-card {
  width: 430px;
  height: 100%;
  text-align: left;
  padding: 40px;
  border-radius: 10px;
}

.schedule-heading h3 {
  color: white;
  font-family: "Suisse Int'l";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.schedule-heading p {
  color: rgba(255, 255, 255, 0.75);
  font-family: "Suisse Int'l";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: 80%;
}

.schedule-heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.schedule-content {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.01);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  color: white;
  padding: 24px;
  margin-top: 30px;
}

/* mentor  */
.mentor-card {
  width: 300px;
  height: 334px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  /* padding: 15px 0; */
  border-radius: 10px;
}

section.mentor {
  width: 100%;
  padding: 4rem 4rem 8rem 4rem;
  margin: 0 auto;
  background: #fcf3f1;
}
.mentor-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding-top: 15px;
}

.mentor-card img {
  width: 100px;
}

.mentor-card span {
  color: #101010;
  text-align: center;
  font-family: "Suisse Int'l";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.mentor-card span.white {
  color: white;
}

.hidden-mentor {
  display: none;
}

.hidden-mentor.active {
  display: flex;
}

#hidden-mentor-mobile {
  display: none;
}

#hidden-mentor-mobile.active {
  display: block;
}

#hidden-fellowship {
  display: none;
}

#hidden-fellowship.active {
  display: flex;
}
#hidden_video {
  display: flex;
}

#hidden_video.active {
  display: flex;
}

#hidden-deals {
  display: none;
}

#hidden-deals.active {
  display: flex;
}

.mentor-mobile,
button#show_mentor_mobile {
  display: none;
}

button#show_mentor,
button#show_deals,
button#show_video,
button#show_fellowship,
button#show_mentor_mobile {
  padding: 1rem 4rem;
  margin-top: 2rem;
  color: black;
  text-align: center;
  font-family: "Suisse Int'l";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: capitalize;
  border-radius: 50px;
  border: 1px solid #000;
  background: #fff;
  box-shadow: 2px 4px 0 0 #000;
}

.swiper-button-lock {
  display: block !important;
}

/* fellow  */

.fellow-marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 400px;
  overflow-x: hidden;
  display: flex;
  align-items: center;
}

.fellow-track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: fellow-marquee 65s linear infinite;
}

@keyframes fellow-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

section.fellow .primary-btn.blue {
  margin-top: 2rem;
}

/* add the gradient overlay */
.fellow-marquee::before,
.fellow-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: 220px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  /* ensures it doesn’t block clicks */
}

/* left fade */
/* .fellow-marquee::before {
  left: 0;
  background: linear-gradient(to right, #000 0%, transparent 100%);
} */

/* right fade */
/* .fellow-marquee::after {
  right: 0;
  background: linear-gradient(to left, #000 0%, transparent 100%);
} */

/* convocation image */
section.convocation-img img {
  width: 100%;
}

/* apply now */
.apply-section {
  width: 60%;
  /* width: 94%; */
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
  text-transform: capitalize;
}

section.apply {
  text-align: center;
  padding: 6rem 0;
  background: url(https://foundations.d2cx.co/wp-content/uploads/2025/12/shark-bg.png);
  margin-top: 6rem;
  margin-bottom: 3rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.apply-now {
  text-align: left;
}

.apply-section .primary-btn:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 15px;
  margin-left: 2px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M1.5 6H10.5M10.5 6L6.42857 2.25M10.5 6L6.42857 9.75" stroke="%23101010" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  /* filter: invert(1); */
}

.apply-section .primary-btn {
  margin-top: 1rem;
  font-family: "Suisse Int'l";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.apply-section .review-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.apply-section .review-wrap p {
  text-transform: capitalize;
  color: #fff;
  font-family: "Suisse Int'l";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.apply-section .review-wrap .star {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Suisse Int'l";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.price-box-wrap {
  backdrop-filter: blur(10px);
  padding: 30px 40px;
  text-align: left;
  display: flex;
  gap: 30px;
  border-radius: 12px;
  border: 5px solid #9f3eff;
  background: #1f0b29;
  box-shadow: 0 12px 0 0 #9f3eff;
}

.price-box .price-content-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 12px;
  border: 1px solid #9f3eff;
  align-items: center;
  padding: 1.5rem 0;
}

.criteria-wrap .criteria-box {
  background: #1e1e1e;
  min-width: 310px;
  border-radius: 10px;
  padding: 40px 20px;
  color: white;
  max-width: 320px;
}

.criteria-wrap {
  display: flex;
  gap: 10px;
  padding-top: 3rem;
}

.criteria-wrap .criteria-box ul li {
  padding: 4px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.criteria-wrap .criteria-box ul li svg {
  min-width: 18px;
}

.criteria-wrap .criteria-box ul {
  list-style: none;
  padding: 0;
  color: black;
  font-family: "Suisse Int'l";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 30px 0 0 0;
}

span.criteria-span.red {
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.01);
  background: white;
  backdrop-filter: blur(10px);
  padding: 10px 15px;
  color: #000;
  font-family: "Suisse Int'l";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

span.criteria-span.white {
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.01);
  background: white;
  backdrop-filter: blur(10px);
  color: #101010;
  font-family: "Suisse Int'l";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  width: fit-content;
  padding: 10px 15px;
}

.price-box .price {
  margin-top: 8px;
  color: #fff;
  text-align: right;
  font-family: "Clash Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.price-box p.cross {
  color: rgba(255, 255, 255, 0.74);
  text-align: right;
  leading-trim: both;
  text-edge: cap;
  font-family: "Suisse Int'l";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.price-box p.cross span.cross-text {
  color: rgba(255, 255, 255, 0.74);
  text-decoration-line: line-through;
  background: transparent;
}

.price-box p.cross span {
  color: #000;
  text-align: right;
  leading-trim: both;
  text-edge: cap;
  font-family: "Clash Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  border-radius: 4px;
  background: #ffb534;
  padding: 5px 8px;
}
.price-box span.emi {
  color: black;
  font-family: "Suisse Int'l";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(10px);
  width: fit-content;
  padding: 10px 15px;
}

.price-box span.gst {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Suisse Int'l";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.price-box .price span {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Suisse Int'l";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* text-decoration-line: line-through; */
  padding: 8px;
}

.price-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 48%;
}

/* span.emi:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 15px;
  margin-left: 2px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="8" viewBox="0 0 4 8" fill="none"><path d="M0.5 7L3.5 4L0.5 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>')
    no-repeat center center;
} */

.price-box-wrap .line-verticle {
  height: 400px;
  margin-right: 40px;
  margin-left: 30px;
  background: #ffffff1a;
}

.growth-stories .hover-card img {
  width: 68px;
  /* width: 80px; */
  height: 360px;
}

.price-box-wrap .content-box .primary-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}

.price-box-wrap .content-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}
.price-box-content-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.price-box-content-list ul li {
  color: rgba(255, 255, 255, 0.75);
  font-family: "Suisse Int'l";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 4px 0;
}

.price-box-content-list ul li p {
    color: rgba(255, 255, 255, 0.75);
    font-family: "Suisse Int'l";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 0;
}

.price-box .review-wrap p {
  font-size: 16px;
}

/* d2cx deals  */

.d2cx-deals-cards,
.fellowship-cards {
  width: 94%;
  margin: 0 auto;
  padding: 1rem 0;
}

.d2cx-deals-cards .card-body {
  background: #502080;
  color: white;
  text-align: left;
  border: none;
  border-radius: 10px;
  padding: 30px;
}

.fellowship-cards .card-body {
  background: #1e1e1e;
  color: white;
  text-align: left;
  border: none;
  border-radius: 10px;
  padding: 30px;
}

.d2cx-deals-cards .card,
.fellowship-cards .card {
  border: none;
  border-radius: 10px;
  background: #1e1e1e;
  max-width: 530px;
}

.d2cx-deals-cards p.card-text,
.fellowship-cards p.card-tex {
  color: black;
  font-family: "Suisse Int'l";
  font-size: 20px;
  font-style: normal;
  font-weight: 450;
  line-height: 140%;
  margin-top: 1rem;
}

.d2cx-deals-cards span.deals-price {
  color: white;
  font-family: "Suisse Int'l";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.d2cx-deals-cards p.price-tagline {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Suisse Int'l";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

/* ultimate  */
section.ultimate p.section-tag-line {
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  font-family: "Suisse Int'l";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.ultimate-marquee .fellow-marquee {
  height: 600px;
}

.ultimate-marquee {
  height: fit-content;
  /* height: 100%; */
  padding: 2rem 0 0 0px;
}

/* faqs  */
.accordion-button:not(.collapsed) {
  color: white;
  background: transparent;
  box-shadow: none;
}

section#faq {
  padding: 0;
  padding-bottom: 5rem;
}

.contact-block h4.black {
  margin-bottom: 10px;
  color: #000;
  font-family: "Clash Display";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.8px;
  text-transform: capitalize;
}

.contact-block p {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Suisse Int'l";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.48px;
}

#faq p.faq-title {
  color: #20202b;
  font-family: "Suisse Int'l";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 2rem;
  line-height: 33px;
}

#faq button.accordion-button {
  background-color: transparent;
  padding: 10px 0;
  font-size: 16px !important;
  padding-right: 10px;
  color: #000;
  font-family: "Suisse Int'l";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

section#faq .tab-content > .tab-pane {
  display: block;
  opacity: 1;
}

section#faq ul#pills-tab {
  display: none;
}

#faq .accordion-body {
  padding: 10px 0;
  color: rgba(0, 0, 0, 0.75);
  font-family: "Suisse Int'l";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

#faq .accordion-item {
  border-radius: 12px;
  border: 1px solid #000;
  border-bottom: 1px solid black !important;
  background: #fff;
  padding: 0 1rem;
}
/* #faq .accordion-item {
    background: transparent;
    border-bottom: 1px solid #0000001A !important;
    border-radius: 0;
    padding: 0;
} */

#faq .accordion-button::after {
  background-color: transparent;
}

.accordion-body {
  color: rgba(255, 255, 255, 0.75);
  font-family: "Suisse Int'l";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 0 20px 20px 20px;
  text-align: left;
}

button.accordion-button {
  margin: 0;
  padding: 0 20px;
  background: transparent;
  color: white;
}

.faq-list {
  width: 70%;
  margin: 0 auto;
}

.accordion-header {
  margin-bottom: 0;
  padding: 0.5rem 0;
}

.accordion-button::after {
  /* filter: invert(1); */
}

.accordion-item {
  margin-top: 12px;
  border-radius: 10px;
  background: #1e1e1e;
  backdrop-filter: blur(10px);
  border: none;
}

.col-12.col-md-12.col-lg-6.faq-block {
  box-shadow: 0px 10px 0px 0px #000;
  padding: 20px 40px 40px;
  border-radius: 16px;
  border: 1px solid #000;
  background: #f5f0ff;
}

.seats {
  background: #1e1e1e;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 3rem 0;
  margin-top: 5rem;
}

.seats p {
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  font-family: "Suisse Int'l";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.seats .stats-card-wrap {
  width: 70%;
  padding: 0rem 0;
  margin-bottom: 2rem;
}

.seats .stats-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: white;
  flex-direction: column;
  width: 100%;
}

/* confused  */

.confused p {
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  font-family: "Suisse Int'l";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 1.5rem;
  /* 24px */
}

section.confused {
  background: url(https://d2cx.co/wp-content/uploads/2025/11/contact-us-com.png);
  height: 800px;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

/* fellowship  */
section.fellowship {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 5rem;
}

section.fellowship img.testimonial-profile {
  width: 200px;
  margin-top: 1rem;
}

section.fellowship p.card-text {
  color: white;
  font-family: "Suisse Int'l";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.profile-data .image-wrap p {
  color: white;
  font-family: "Suisse Int'l";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  flex-direction: column;
}

.profile-data .image-wrap span {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Suisse Int'l";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  display: inline-block;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  text-align: left;
}

.linkedin-wrap {
  padding: 1rem 0;
}

.profile-data .image-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.image-wrap img {
  width: 50px;
  border-radius: 50%;
}

.fellowship-cards .card-body {
  gap: 14px;
  display: flex;
  flex-direction: column;
  min-height: 375px;
  justify-content: space-between;
}

/* program popup  */
.program-card {
  padding: 20px 20px 20px 1px;
  position: relative;
  min-height: 102px;
  border-radius: 4px;
  border: 1px solid #000;
  background: #fff;
  box-shadow: 2px 4px 0 0 #000;
}

.program-card .week-section span.title {
  color: black;
  font-family: "Suisse Int'l";
  font-size: 13px;
  font-style: normal;
  font-weight: 450;
  line-height: 120%;
  margin-left: 1rem;
  width: 80%;
  display: block;
}

section.program .container {
  width: 90%;
  margin: 0 auto;
}

.program-card .week-section span.week {
  left: 0;
  color: #6f2ead;
  text-align: center;
  font-family: "Suisse Int'l";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding: 10px;
  position: absolute;
  border-radius: 0 50px 50px 0;
  background: #f5f0ff;
}
.profile-icon-wrap:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 15px;
  margin-left: 2px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="8" viewBox="0 0 4 8" fill="none"><path d="M0.5 7L3.5 4L0.5 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>')
    no-repeat center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 1rem;
  filter: invert(1);
}

.week-0.program-card {
  /* border-radius: 4px; */
  /* background: linear-gradient(95deg, #f6d0c1 0.6%, #ee8c6a 50%, #c7a2f8 99.4%); */
}

.week-0.program-card .week-section span.week {
  /* background: white; */
}

.week-0.profile-icon-wrap:after {
  filter: invert(1);
}

section.program {
  height: auto;
  margin-top: 0;
  /* height: 900px; */
}

section.program h2 span:before {
  content: "";
  background-image: url(https://foundations.d2cx.co/wp-content/uploads/2025/12/yellow-circle.png);
  width: 90%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  left: 6%;
}

section.program h2 span {
  background: transparent;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 4rem;
}

.week-section {
  width: 50%;
  margin-left: 4rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.heading-popup span.open-week {
  border-radius: 0 0 8px 8px;
  background: linear-gradient(
    95deg,
    #f6d0c1 0.6%,
    #ee8c6a 44.82%,
    #c7a2f8 99.4%
  );
  color: #101010;
  text-align: center;
  font-family: "Suisse Int'l";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding: 10px 7px;
  position: absolute;
  top: 0;
  left: 15px;
}

.heading-popup .modal-title {
  color: black;
  font-family: "Suisse Int'l";
  font-size: 28px;
  font-style: normal;
  text-align: left;
  font-weight: 500;
  line-height: 120%;
}

.heading-popup {
  text-align: left;
  padding-top: 2rem;
}

.modal-content {
  padding: 0 1rem;
  margin-top: 5rem;
  height: 100%;
  /* height: 80vh; */
  overflow-y: scroll;
}

.popup-list h3 {
  color: black;
  font-family: "Suisse Int'l";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  opacity: 0.6;
}

.modal-body {
  text-align: left;
}

.popup-list .list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  color: black;
  font-family: "Suisse Int'l";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.9;
}

.modal-content span.line-seperator {
  margin: 0;
}

.popup-card-wrap .card {
  padding: 10px;
  /* background: #ffffff0d; */
  background: linear-gradient(
    96deg,
    #ff7b3f -0.99%,
    #ee8c6a 61.44%,
    #c7a2f8 99.41%
  );
  color: white;
  gap: 10px;
  width: 100%;
}

.popup-card-wrap {
  display: flex;
  gap: 10px;
  padding: 1rem 0;
}

.popup-card-wrap .card span {
  color: #000;
  /* color: #FF715D; */
  font-family: "Suisse Int'l";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}

.popup-card-wrap .card p {
  color: black;
  font-family: "Suisse Int'l";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

span.speaker-heading-popup {
  color: black;
  font-family: "Suisse Int'l";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  opacity: 0.6;
}

.speakers-wrap .speaker-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.speakers-wrap .speaker-list ul li {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 7px 0;
}

.speakers-wrap .speaker-list ul li img {
  width: 40px;
  height: 40px;
  background: #ff715d;
  border-radius: 40px;
}

.popup-list .list ul li {
  padding: 3px 0;
  margin-top: 6px;
}

.speakers-wrap .speaker-list ul li p.speaker-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0;
  padding: 0;
  color: black;
  font-family: "Suisse Int'l";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  align-items: baseline;
  gap: 4px;
  margin: 0;
}

.speakers-wrap .speaker-list ul li p.speaker-title span {
  color: black;
  font-family: "Suisse Int'l";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
}

.hover-card:hover .hover-card-expanded {
  /* background: black; */
  background: linear-gradient(180deg, #ffd9d4 0%, #ebdafc 100%);
}

.video-img-description p.hover-card-name {
  font-size: 14px;
}

.video-img-description {
  font-size: 12x;
}

input#gform_submit_button_2 {
  background: #bb62ff;
  font-family: 'Suisse Int\'l';
}

.stats-card.card-3 p {
        width: 50%;
    }

.sponsor-logos .line-verticle {
  background: #ffffff1a;
}

.swiper.brandsSwiper .swiper-slide {
  text-align: center;
}

.brands-logo {
  width: 100%;
  padding: 2rem 0 0 0;
}
.swiper.brandsSwiper .swiper-slide img {
  width: 100%;
}

.swiper-pagination-bullet-active {
  background: white;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  margin-top: 1rem;
}

.apply-section .primary-btn:hover::after {
    filter: invert(1);
}
header.header .primary-btn:hover::after {
    filter: invert(1);
}

.brands-logo .fellow-marquee {
    height: 210px;
}

.swiper-pagination-bullet {
  background: black;
}

/* extra  */
.modal-body .popup-open.row > div.col-md-4.col-12:nth-child(2) {
  border-left: 1px solid #0000001a;
}

.modal-header {
  border-bottom: none;
}

.schedule-content .schedule-date span.day-tagline {
  border-radius: 50px;
  background: #fff;
  color: black;
  padding: 6px;
  color: #101010;
  font-family: "Suisse Int'l";
  font-size: 12px;
  font-style: normal;
  font-weight: 450;
  line-height: 120%;
  margin-left: 6px;
}

section.top-voice.growth-stories {
  background: transparent;
  margin: 0;
}

.schedule-date p {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.75);
      font-family: "Suisse Int'l";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.profile-icon-wrap img {
    width: 105px;
    height: 28px;
    object-fit: contain;
    text-align: left;
}

.d2cx-deals-cards .card-body {
  min-height: 240px;
}

.many-more-class {
  width: 100%;
  margin: 0 auto;
  color: white;
  text-transform: capitalize;
  box-shadow: 0 -88px 99px #ffffffd9;
  margin-top: -3rem;
  z-index: 9;
  position: relative;
  padding-bottom: 4rem;
  background: white;
  text-align: center;
}

.many-more-class p {
  border-radius: 50px;
  /* border: 1px solid rgba(255, 255, 255, 0.02); */
  margin: 0 auto;
  padding: 10px 18px;
  width: fit-content;
}

.profile-icon-wrap.week-0 img {
  width: 64px;
}

header.header .marquee .track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 12s linear infinite;
}

/* growth stories */
.growth-stories {
  margin-top: 5rem;
}

/* tabs  */
ul#pills-tab {
  background: #1e1e1e;
  padding: 7px 9px;
  border-radius: 30px;
}
.nav-pills .nav-link.active {
  background-color: white;
  border-radius: 30px;
  color: #101010;
  text-align: center;
  font-family: "Suisse Int'l";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding: 1rem 2rem;
}

.nav-pills .nav-link {
  background-color: transparent;
  color: white;
  text-align: center;
  font-family: "Suisse Int'l";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding: 1rem 2rem;
  border-radius: 30px;
}
.video-block iframe {
  border: 0;
  height: 330px !important;
  padding: 0 !important;
  border-radius: 23px !important;
  margin: 0 !important;
  width: 220px !important;
  margin-bottom: 2rem !important;
}
.video-block-wrap {
  display: flex;
  gap: 40px;
}

/* growth  */
.growth-stories .hover-card-wrap {
  justify-content: center;
}

.growth-stories .hover-card:not(:hover) {
  max-width: 65px;
  /* max-width: 80px; */
}

.growth-stories .hover-card:hover {
  flex: 0.3;
}

.growth-stories .hover-card-wrap {
  min-height: 340px;
  height: 355px;
}
.growth-stories
  .hover-card:hover
  .hover-card-expanded
  img.growth-stories-inner-img {
  display: block;
  opacity: 1;
  width: 44px;
  height: 40px;
  border-radius: 50%;
  background: red;
}
.growth-stories .hover-card-expanded {
  color: white;
}

.growth-stories .founder-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.growth-stories .growth-stories-popup {
  padding: 36px 26px 14px 26px;
  background: #1e1e1e;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  /* gap: 23px; */
  /* width: 90%; */
  width:440px;
  min-height: 410px;
      justify-content: space-between;
}
.growth-stories p.founder-descriptiopn {
  text-align: left;
  color: white;
  font-family: "Suisse Int'l";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.growth-stories .growth-stories-stats .stats-card-wrap {
  width: 100%;
  padding: 16px;
  background: transparent;
  border: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
/* .growth-stories .founder-content {
  color: white;
  font-family: "Suisse Int'l";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-align: left;
} */

.growth-stories .founder-content h5 {
  color: white;
  font-family: "Suisse Int'l";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-align: left;
}

section.growth-stories .swiper-slide {
  max-height: 420px;
  height: 420px;
  min-height: 420px;
  background: transparent;
}

.growth-stories section.stats {
  padding-top: 1rem;
}

.growth-stories .founder-content span {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Suisse Int'l";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  text-align: left;
}
.growth-stories .hover-card:hover .founder-logo img {
  width: 100px;
  background: transparent;
  display: block;
  opacity: 1;
  height: 50px;
  object-fit: contain;
}

section.slider-static {
  margin-bottom: 3rem;
}

.growth-stories-stats .stats-card {
  flex-direction: column;
  /* padding-right: 15px; */
  border-left: 0;
}

.growth-stories-stats .stats-card p.number {
  color: #ffb534;
  font-family: "Suisse Int'l";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.growth-stories .hover-card-outer-section {
  margin-top: 3rem;
}

.growth-stories-stats .stats-card p.content {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Suisse Int'l";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  width: 97%;
}

.video-wrap {
  padding: 3rem 0;
}

.growth-stories-stats .stats-card.no-border {
  border: none;
}

/* responsive  */

@media only screen and (min-width: 0px) and (max-width: 767px) {
  nav button.navbar-btn.primary-btn,
  section.top-voice .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }

  .growth-stories .growth-stories-stats .stats-card-wrap {
    justify-items: center;
  }

  .video-wrap {
    padding: 3rem 0 0 0;
  }

  .video-block-wrap {
    display: flex;
    gap: 0px;
    flex-direction: column;
    /* margin-top: 2rem; */
  }

  nav.navbar.navbar-expand-lg.navbar-light {
    background: transparent;
    margin-top: 0;
    box-shadow: none !important;
  }

  /* section#hero {
    margin-top: 0rem;
padding-top: 0 !important;
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
  } */

  section#hero {
    background: url(https://foundations.d2cx.co/wp-content/uploads/2025/12/hero-mob.png);
    /* background: transparent; */
    margin-top: -4rem;
    padding-top: 4rem !important;
    background-position: top;
    background-size: contain;
  }

  .hero-wrap {
    width: 100%;
  }

  header.header div#scroll-marquee {
    /* position: fixed;
    top: 0; */
    /* display: none; */
  }

  header.header.scrolled nav.navbar.navbar-expand-lg.navbar-light.shadow-sm {
    /* padding-top: 40px; */
  }

  body.custom-up header.header {
    /* position: relative; */
    position: sticky;
  }

  button.navbar-toggler {
    right: 4%;
    position: absolute;
  }

  .hover-card:not(:hover) {
    min-height: 250px;
  }

  .hero-wrap {
    height: auto;
    padding: 0rem 0.5rem 0 1rem;
  }

  .hero-heading {
    font-size: 36px;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .hero-button-wrap {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
  }

  .review-wrap {
    align-items: center;
    justify-self: center;
    padding: 2rem 0;
  }

  .stats-card-wrap {
    width: 92%;
    margin: 1.5rem auto;
    padding: 10px;
  }

  .stats-card,
  .fact-card-lists,
  .fellow-card-lists {
    flex-direction: column;
  }

  .modal.show .modal-dialog {
    transform: translate(0, -50px);
  }

  .stats-card p {
    text-align: center;
    font-size: 12px;
    width: 86%;
  }
  .stats-card.card-3 p {
        width: 50%;
    }

  .stats-card svg {
    width: 40px;
    height: 40px;
  }

  section.top-voice {
    padding: 3rem 0;
    margin-top: 5rem;
    background: url(https://foundations.d2cx.co/wp-content/uploads/2025/12/shark.png);
  }

  .facts-card {
    padding: 20px;
  }

  .fellow-card {
    padding: 25px 30px;
    min-height: 180px;
  }

  section.top-voice h2,
  section.experience h2,
  section.brands h2,
  section.facts h2,
  section.pitching h2,
  section.community h2,
  section.grapgh h2,
  section.schedule h2,
  section.mentor h2,
  section.fellow h2,
  section.apply h2,
  section.d2cx-deals h2,
  section.ultimate h2,
  section.faq h2,
  section.confused h2,
  section.fellowship h2,
  section.program h2 {
    font-size: 28px;
    width: 100%;
  }

  button.navbar-toggler {
    filter: brightness(0.7);
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .page-template-checkout section#hero {
    background: transparent;
    margin-top: -14rem;
  }

  .growth-stories .growth-stories-popup {
    gap: 6px;
    width: 290px;
  }
  .growth-stories p.founder-descriptiopn {
    font-size: 14px;
  }
  .growth-stories p.founder-descriptiopn {
    margin-top: 10px;
  }

  .growth-stories .growth-stories-stats .stats-card-wrap {
    width: 100%;
    padding: 16px;
    margin: 20px 0;
  }
  .growth-stories .growth-stories-stats .stats-card-wrap {
    width: 100%;
    padding: 12px 0;
    margin: 20px 0;
  }
  .growth-stories-stats .stats-card p.number {
    font-family: "Suisse Int'l";
    font-size: 21px;
  }

  section#faq .row {
    flex-direction: row;
  }

  .swiper.pitchSwipper .swiper-wrapper {
    justify-content: normal;
  }
  .growth-stories-stats .stats-card p.content {
    font-size: 10px;
  }
  span.heading-tag {
    font-size: 10px;
  }

  section.top-voice .swiper {
    padding: 0;
    width: 100%;
  }

  section.top-voice .top-voice-description p {
    font-size: 15px;
  }

  section.top-voice .swiper-slide {
    padding: 18px;
  }

  /* section#faq .tab-content>.tab-pane {
    display: none;
    opacity: 0;
} */

  section#faq .tab-content > .tab-pane {
    display: none;
  }
  section#faq .tab-content > .active {
    display: block;
    opacity: 1;
  }

  section#faq ul#pills-tab {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
        gap: 0px;
  }

section#faq .nav-pills .nav-link,section#faq .nav-pills .nav-link.active{
  font-size: 11px;
}



  section.top-voice .top-voice-heading img {
    width: 40px;
    height: 40px;
  }

  section.top-voice .swiper-slide .heading-founder {
    font-size: 14px;
  }

  section.top-voice .swiper-slide .heading-founder span {
    font-size: 12px;
  }

  .popup-card-wrap .card {
    flex-direction: row;
    padding: 1rem;
    align-items: center;
  }

  section.top-voice .shark-tank svg {
    width: 58%;
  }

  section.top-voice .shark-tank {
    top: -18px;
  }

  .swiper-pagination-bullet-active {
    background: black;
  }

  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    margin-top: 3rem;
  }

  .pitch-slider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    margin: 0;
}

  .contact-block .primary-btn.transparent {
    height: auto;
    min-width: fit-content;
    width: 100%;
  }

  .contact-block {
    padding: 20px;
    margin: 2rem 20px;
  }

  .contact-block h4.black {
    font-size: 28px;
  }

  .contact-block p {
    font-size: 16px;
  }

  section.faq {
    padding: 0rem 0 0 0;
  }

  header.header .marquee .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 5s linear infinite;
  }
  .swiper-pagination-bullet {
    /* background: #fffdfd9c; */
  }

  .col-12.col-md-12.col-lg-6.faq-block{
    padding: 20px 20px 20px;
    width: 95%;
    margin: 0 auto;
  }


  .pitch-slide .pitch-card-heading p,
  div#community-slide .community-card-heading p {
    font-size: 14px;
  }

  section.mentor .mentor-mobile section.marquee-container-wrap {
    padding: 0;
    width: 100%;
  }

  section.apply {
    background: url(https://foundations.d2cx.co/wp-content/uploads/2025/12/apply-bg-mob.png);
  }

  section.fellow {
    background: url(https://foundations.d2cx.co/wp-content/uploads/2025/12/fellow.png);
          background-repeat: no-repeat;
        background-size: cover;
  }

  section.top-voice.growth-stories {
    background: transparent;
    margin: 0;
  }

  section.fellowship ul#pills-tab {
    margin-top: 2rem;
  }

  .apply-section{
    width: 95%;
  }

  .clock-section {
    display: flex;
    justify-content: center;
}

  .apply-section .review-wrap {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 20px 0 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 1rem;
  }

  .price-box-wrap .content-box img {
    text-align: center;
    margin: 0 auto;
    padding: 1rem 0 0 0;
  }

  section.mentor {
    padding: 3rem 0rem 3rem 0rem;
  }

  .hover-card-wrap {
    display: flex;
    width: 100%;
    height: 400px;
    overflow-x: scroll;
  }

  section.experience,
  section.brands {
    padding: 2rem 20px;
  }

  .fellow-content img {
    width: auto;
  }
  .price-box span.criteria-span.red {
    width: fit-content;
  }
  .price-box-wrap {
    padding: 30px 26px;
  }
  .fellow-marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 210px;
  }
  .apply-content {
    width: 100%;
  }

  .brand-row {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
  }

  section.brands .line-seperator {
    width: 90%;
    margin-bottom: 2rem;
  }

  .brandsSwiperMob .swiper-slide img {
    width: 100%;
    filter: invert(1);
  }

  .video-iframe-wrap {
    height: 400px;
    width: 100%;
  }

  .sponsor-logos {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 1rem 0;
  }

  .sponsor-logos img {
    width: 120px;
  }

  .facts-card-wrap {
    /* margin-top: 1rem; */
    margin-bottom: 3rem;
  }

  .marquee-container-wrap .marquee-reverse img {
    width: 1000px;
  }

  .marquee-container-wrap .marquee img {
     width: 1000px;
  }
  .program-card .week-section {
    width: 100%;
    text-align: left;
  }

  .profile-icon-wrap {
    display: flex;
    align-items: center;
  }

  .program-card .week-section span.title {
    font-size: 13px;
    margin-left: 10px;
  }

  .heading-popup .modal-title {
    font-size: 18px;
    width: 80%;
  }

  .hover-card {
    overflow: hidden;
    min-width: 40px;
  }

  .hover-card:hover {
    flex: 1.5;
    min-width: 80vw;
  }

  .hover-card-expanded {
    justify-content: flex-start;
  }

  .video-img-content {
    margin-top: 2rem;
  }

  .growth-stories .hover-card-wrap {
    max-width: 1200px;
    min-height: 340px;
    height: 350px;
    width: 102000px;
    overflow: scroll;
    min-width: 800px;
    margin-left: 10rem;
  }
  .growth-stories .hover-card-outer-section {
    overflow-x: scroll;
  }
  .growth-stories .growth-stories-stats .stats-card-wrap {
    justify-content: center;
  }

  .brand-item img {
    width: 120px;
  }

  section.program {
    padding: 1rem 0 3rem 0;
  }

  .program-card {
    margin: 6px 6px;
    padding: 20px 6px 20px 1px;
    position: relative;
    min-height: auto;
    border-radius: 4px;
    border: 1px solid #000;
    background: #fff;
    box-shadow: 2px 4px 0 0 #000;
  }

  .profile-icon-wrap img {
    width: 60px;
  }

  section.schedule {
    padding-bottom: 1rem;
  }
  #hidden_video {
    display: none;
  }

  .profile-icon-wrap.week-0 img {
    width: 44px;
  }

  .popup-list .list ul li {
    padding: 3px 0;
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .popup-open.row,
  .popup-card-wrap {
    flex-direction: column;
  }

  .popup-card-wrap .card span {
    font-size: 23px;
  }

  /* .modal-content {
         height: 76vh;
         overflow-y: scroll;
         margin-top: 2rem;
     } */

  section.program .container {
    width: 100%;
    /* width: 90%; */
    margin: 0 auto;
    position: relative;
  }

  .modal-content {
    height: 88vh;
    overflow-y: scroll;
    margin-top: 4rem;
    position: absolute;
    top: 0;
  }

  .deals p {
    font-size: 80px;
  }

  .grapgh-wrap,
  .apply-section,
  .criteria-wrap,
  .price-box-wrap,
  .fellowship-cards row {
    flex-direction: column;
  }

  section.graph-mobile ul#pills-tab {
    justify-content: center;
    width: 77%;
    margin: 0 auto;
    border-radius: 100px;
  }

  section.graph-mobile {
    margin-bottom: 3rem;
  }

  section.graph-mobile .graph-image {
    width: 88%;
    height: fit-content;
    /* height: 100%; */
    margin: 0 auto;
  }

  section.graph-mobile .graph-image img {
    padding: 20px;
    width: 100%;
    margin: 0 auto;
    background: linear-gradient(0deg, #1e1e1e 0%, rgba(30, 30, 30, 0) 100%);
    border-radius: 10px;
    height: 400px;
    object-fit: contain;
  }

  .grapgh-wrap .line-verticle,
  .price-box-wrap .line-verticle {
    display: none;
  }
  .graph-image img {
    padding: 0px;
    width: 90%;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .popup-card-wrap .card p {
    color: black;
    font-family: "Suisse Int'l";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    width: 55%;
  }

  .schedule-wrap .schedule-card {
    background-position: right !important;
  }

  .mentor-wrap {
    display: none;
  }

  .mentor-mobile,
  button#show_mentor_mobile {
    display: block;
  }

  .show-mentor-button {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .criteria-wrap .criteria-box {
    max-width: 100%;
  }

  .heading-wrap,
  section.apply h2 {
    text-align: center;
  }

  .apply-section .primary-btn {
    font-size: 12px;
  }

  .price-box {
    width: 100%;
  }

  .ultimate-marquee .fellow-content img {
    width: 900px;
  }

  .ultimate-marquee .fellow-marquee {
    height: 200px;
  }

  section.faq h2 {
    width: 100%;
  }

  .faq-list {
    width: 90%;
    margin: 0 auto;
  }

  section.grapgh h2 {
    width: 70%;
  }
  .accordion-button:not(.collapsed) {
    line-height: normal;
  }

  .seats .stats-card-wrap {
    width: 100%;
    padding: 9px 0;
    margin-bottom: 2rem;
  }

  section.confused {
    height: 400px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 4rem;
  }

  div#navbarNav ul li {
    padding: 10px;
  }

  .schedule-content p {
    margin-top: 10px;
  }

  .price-box .review-wrap p {
    font-size: 14px;
  }

  .fellowship-cards .row > div {
    padding: 1rem;
  }

  .d2cx-deals-cards .card {
    margin: 1rem;
  }

  .accordion-header {
    padding: 1.5rem 0;
  }

  button.accordion-button.collapsed {
    line-height: normal;
  }

  /* sticky */
  .mobile-sticky {
    display: flex;
    justify-content: space-between;
    padding: 10px 1rem;
  }

  section.mobile-sticky-wrap {
    position: fixed;
    bottom: 0;
    background: rgb(29 28 29);
    z-index: 99;
  }

  .mobile-sticky .primary-btn.blue {
    width: max-content;
    font-size: 15px;
    padding: 18px 30px;
    height: auto;
  }

  .mobile-sticky .clock-sticky h3 {
    color:rgba(255, 255, 255, 0.74);
    font-family: "Suisse Int'l";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
  .mobile-sticky marquee.marq {
    background: linear-gradient(
      95deg,
      #f6d0c1 0.6%,
      #ee8c6a 50%,
      #c7a2f8 99.4%
    );
    color: #101010;
    font-family: "Suisse Int'l";
    font-size: 4px;
    font-style: normal;
    font-weight: 450;
    padding: 7px 0;
    line-height: normal;
  }
  .mobile-sticky .marquee-text {
    color: #101010;
    font-family: "Suisse Int'l";
    font-size: 13px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
  }
  .d-flex.marquee-sticky-mobile {
    align-items: center;
    gap: 10px;
  }

  .page-template-curriculum header.header div#scroll-marquee {
    display: none;
  }
}
