@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Urbanist", sans-serif;
  font-style: normal;
}

.hero-section {
  position: relative;
  overflow: hidden;
  background-image: url(../images/hero-banner.png);
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 120px;
}

.logo img {
  max-width: 144px;
}

/* CONTAINER */
.container {
  width: 100%;
  max-width: 1680px;
  margin: auto;
  position: relative;
  padding: 0px 15px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 0px 15px;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #FFFFFF33;
  padding: 18px 0px;
}

/* .header .logo {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 1px;
} */

.header .nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header .nav a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: 0.38s ease-in-out 0s;
  font-weight: 400;
}

.header .nav a:hover {
  color: #fdc469;
}

.apply-btn {
  background: #FE7272;
  color: #fff;
  padding: 15px 24px;
  border-radius: 4px;
  font-weight: 600 !important;
  font-size: 18px;
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
}

.apply-btn:hover {
  background: #fdc469;
  color: #fff !important;
}

/* HAMBURGER */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.hamburger span {
  width: 28px;
  height: 3px;
  background: #fff;
  border-radius: 20px;
  transition: 0.3s;
}

.hero-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 46px;
  align-items: center;
  padding: 62px 0 0;
}

.hero-left h1 {
  font-size: 74px;
  line-height: 5.2rem;
  font-weight: 800;
  margin-bottom: 0;
}



.hero-right p {
  font-size: 18px;
  line-height: 1.6;
  color: #FFFFFF;
  margin-bottom: 15px;
  font-weight: 500;
}

.hero-buttons {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 35px;
}

.primary-btn {
  background: #FE7272;
  color: #fff;
  padding: 15px 24px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  font-size: 18px;
  transition: all 0.3s ease-in-out 0s;
}

.primary-btn:hover {
  background: #fdc469;
}

.secondary-btn {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.3s ease-in-out 0s;
}

.secondary-btn:hover {
  color: #fdc469;
}

.secondary-btn:hover img {
  filter: brightness(0) saturate(100%) invert(82%) sepia(38%) saturate(640%) hue-rotate(336deg) brightness(102%) contrast(98%);
}

.people-image {
  position: relative;
  margin-top: 50px;
  text-align: center;
  margin-bottom: -5px;
}

.people-image img {
  width: 100%;
  object-fit: contain;
}

.secondary-btn img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  transition: all 0.3s ease-in-out 0s;
}

.highlight-text {
  background-image: linear-gradient(180deg, #ffc280, #ff8080);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.counter-section {
  background-image: url(../images/counter-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 72px 0;
}

.counter-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 170px;
}

.heading-h2 {
  font-size: 62px;
  line-height: 1.2em;
  font-weight: 800;
}

.counter-container .counter-item p {
  font-size: 18px;
  line-height: 1.4;
  color: #333333;
  font-weight: 500;
}

.counter-container .counter-item h2 {
  margin-bottom: 24px;
  border-bottom: 1px solid #FDC469;
  padding-bottom: 10px;
}

.counter-container .counter-item h2 .highlight-text,
.batch-section .batch-container .highlight-text,
.kuzana-section .highlight-text,
.team-section .highlight-text,
.event-highlights-section .highlight-text,
.eligibility-section .highlight-text,
.timeline-section .timeline-header .highlight-text,
.workshops-section .workshops-header .heading-h2 .highlight-text,
.kuzana-program .heading-h2 .highlight-text {
  background-image: linear-gradient(180deg, #ff9e6d 10%, #ff626e 55%, #7a537d 100%);
}

.batch-header {
  text-align: center;
  margin-bottom: 60px;
  color: #333;
  position: relative;
}

/* .bg-text {
  font-size: 234px;
  white-space: nowrap;
  font-weight: 800;
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 2px #ffc280;
  background: linear-gradient(180deg, rgba(253, 196, 105, 0.30) -6.54%, rgba(255, 255, 255, 0.30) 85.18%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  line-height: 1;
} */

.batch-subtext {
  font-size: 18px;
  line-height: 1.4;
  color: #333333;
  font-weight: 500;
}

.batch-header-content {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}

.batch-header-content h2 {
  color: #4A6290;
  margin-bottom: 20px;
}

.batch-section {
  padding: 48px 0px 120px;
  position: relative;
}

.batch-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/scale-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.cards-stack {
  display: flex;
  flex-direction: column;
  gap: 84px;
}

/* CARD COMMON STYLES */
.cards-stack .card {
  position: sticky;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  width: 100%;
  border-radius: 0px 4px 4px 4px;
  padding: 68px;
  gap: 30px;
  top: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cards-stack .card.card-1 {
  background-image: url(../images/blue-bg.png);
  top: 160px;
  z-index: 1;
}

.cards-stack .card.card-2 {
  background-image: url(../images/pink-bg.png);
  top: 160px;
  z-index: 2;
}

.cards-stack .card.card-3 {
  background-image: url(../images/yellow-bg.png);
  top: 160px;
  z-index: 3;
}

.cards-stack .card.card-4 {
  background-image: url(../images/blue-bg.png);
  top: 160px;
  z-index: 4;
}

.card-badge {
  position: absolute;
  top: -59px;
  left: 0px;
  padding: 22px 24px 8px;
  font-weight: 800;
  font-size: 24px;
  color: #fff;
  line-height: normal;
  background-image: url(../images/Rectangle-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cards-stack .card.card-2 .card-badge {
  background-image: url(../images/Rectangle-2.png);
  left: 56px;
}

.cards-stack .card.card-3 .card-badge {
  background-image: url(../images/Rectangle-3.png);
  left: 117px;
}

.cards-stack .card.card-4 .card-badge {
  left: 177px;
}

.cards-stack .card .card-content .card-title {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #fff;
}

.cards-stack .card .card-content p {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}

.cards-stack .card .card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 110px;
  gap: 80px;
}

.card-image img {
  width: 100%;
  border-radius: 4px;
  height: 412px;
  object-fit: cover;
}

.result-tag a {
  padding: 10px 16px;
  background: #0A9100;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  border-radius: 4px;
}

.cards-stack .card .card-content p.result-text {
  font-size: 20px;
  font-style: italic;
}

.cards-stack .card .card-content p.result-text strong {
  font-weight: 900;
  font-style: normal;
}

.kuzana-section {
  padding: 120px 15px 0px 15px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.kuzana-section .kuzana-header {
  text-align: center;
  margin-bottom: 46px;
}

.kuzana-section .kuzana-header .heading-h2 {
  margin-bottom: 20px;
}

.chart-box {
  padding: 24px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 14px #00000026;
}

.chart-image-wrap img {
  width: 100%;
}

.chart-image-wrap {
  background: #F5F5F5;
  border-radius: 4px;
}

.chart-box .bottom-banner {
  text-align: center;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  padding: 10px 20px;
  background: #0A9100;
  color: #fff;
  border-radius: 0px 0px 4px 4px;
}

.call-to-action {
  padding: 80px 0px;
  background-image: url(../images/cta-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}

.call-to-action .heading-h2 {
  color: #fff;
  margin-bottom: 20px;
}

.call-to-action .cta-subtext {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}

.call-to-action .cta-subtext strong {
  font-weight: 800;
  font-style: italic;
}

.call-to-action .cta-bttn {
  color: #FE7272;
  background: #fff;
  margin-top: 10px;
  transition: all 0.3s ease-in-out 0s;
}

.call-to-action .cta-bttn:hover {
  background: #fdc469;
  color: #fff;
}

.footer-section {
  background-color: #fdf6ec;
  padding: 70px 0 0px 0;
  color: #333333;
}

.footer-container {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr 0.7fr 1.3fr;
  gap: 60px;
  align-items: flex-start;
}

.footer-column {
  width: 100%;
}

.footer-logo img {
  max-width: 212px;
  width: 100%;
  object-fit: contain;
  margin-bottom: 24px;
}

.footer-section .brand-description,
.footer-section .newsletter-sub {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  font-weight: 500;
}

.footer-section .social-media-wrapper h3 {
  font-size: 24px;
  color: #385a8a;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 30px;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.footer-section .social-icon {
  width: 40px;
  height: 40px;
  background-color: #FE7272;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.38s ease-in-out 0s;
}

.footer-section .social-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.footer-section .social-icon:hover {
  transform: translateY(-2px);
  background-color: #fdc469;
}

.footer-section .column-title {
  font-size: 24px;
  color: #4A6290;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 30px;
}

.footer-section .footer-links {
  list-style: none;
}

.footer-section .footer-links li {
  margin-bottom: 16px;
}

.footer-section .footer-links li:last-child {
  margin-bottom: 0;
}

.footer-section .footer-links a {
  text-decoration: none;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  display: block;
  line-height: 26px;
  transition: all 0.38s ease-in-out 0s;
}

.footer-links a:hover {
  color: #385a8a;
}



.subscribe-form {
  display: flex;
  gap: 10px;
  width: 100%;
  margin-bottom: 16px;
}

.subscribe-input {
  flex: 1;
  padding: 14px 17px;
  border: 0.5px solid #FE727233;
  border-radius: 4px;
  background-color: #ffffff;
  font-size: 16px;
  outline: none;
  color: #333333;
  font-weight: 500;
  font-family: "Urbanist", sans-serif !important;
}

.subscribe-input::placeholder {
  color: #33333380;
  font-family: "Urbanist", sans-serif !important;
}

.subscribe-btn {
  background-color: #FE7272;
  color: #ffffff;
  border: none;
  padding: 15px 24px;
  font-size: 18px;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 600;
  font-family: "Urbanist", sans-serif !important;
  line-height: normal;
  transition: all 0.3s ease-in-out 0s;
}

.subscribe-btn:hover {
  background-color: #fdc469;
}

.subscribe-btn:hover {
  opacity: 0.9;
}

.privacy-notice {
  font-size: 16px;
  line-height: 25px;
  color: #33333399;
  font-weight: 500;
}

.privacy-notice a {
  transition: all 0.38s ease-in-out 0s;
  color: #33333399;
  text-decoration: none;
}

.privacy-notice a:hover {
  color: #385a8a;
}

.footer-bottom {
  margin-top: 36px;
  border-top: 1px solid #4A629026;
  padding: 24px 15px;
  text-align: center;
}

.footer-bottom p {
  font-size: 18px;
  color: #1B1B1B99;
  line-height: 28px;
  font-weight: 500;
}

.footer-bottom a {
  color: #1B1B1B99;
  text-decoration: none;
  transition: all 0.38s ease-in-out 0s;
}

.footer-bottom a:hover {
  color: #385a8a;
}

.about-us {
  padding: 60px 0px;
}

.about-us .about-container img {
  width: 100%;
  border-radius: 4px;
}

.about-us .about-container,
.team-section .team-container {
  max-width: 1280px;
}

.about-us .about-container .about-content {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 46px;
}

.about-us .about-container .about-content .heading-h2,
.team-section .team-header .heading-h2 {
  color: #4A6290;
  margin-bottom: 24px;
}

.about-us .about-container .about-content .about-subtext {
  font-size: 18px;
  line-height: 1.4;
  color: #333333;
  font-weight: 500;
  margin-bottom: 12px;
}

.about-us .about-container .about-content .about-subtext:last-child {
  margin-bottom: 0;
}

.team-section {
  padding: 60px 0px 120px;
  text-align: center;
  background-color: #ffffff;
}

.team-section .team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 180px;
  margin: 0 auto;
  justify-items: center;
  padding-top: 22px;
}

.team-section .team-grid .team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-section .team-grid .team-card .image-wrapper img {
  width: 100%;
}



.team-section .team-grid .team-card:nth-child(2) {
  padding-top: 100px;
}

.team-section .team-grid .team-card .member-name {
  font-size: 32px;
  color: #4A6290;
  margin: 24px 0 6px 0;
  font-weight: 800;
  line-height: 1.3em;
}

.team-section .team-grid .team-card .member-role {
  font-size: 26px;
  color: #FDC469;
  font-style: italic;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1em;
}

.team-section .team-grid .team-card .member-links {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.4em;
}

.team-section .team-grid .team-card .member-links a {
  text-decoration: none;
  font-weight: 600;
}

.team-section .team-grid .team-card .member-links .link-email {
  color: #FE7272;
}

.team-section .team-grid .team-card .member-links .link-linkedin {
  color: #0D65C6;
}

.team-section .team-grid .team-card .member-links .separator {
  color: #4A62903D;
  font-style: normal;
}

.event-highlights-section {
  padding: 120px 0px 60px 0px;
}

.event-highlights-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
}

.event-highlights-section .video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  background-color: #000;
}

.video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.3s ease;
}

.play-btn-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: background 0.3s ease;
}

.yt-play-button {
  width: 64px;
  height: 46px;
}

.yt-play-bg {
  fill: #F61C0D;
  transition: fill 0.2s ease, fill-opacity 0.2s ease;
}

.yt-play-arrow {
  fill: #ffffff;
}

.video-wrapper:hover .yt-play-bg {
  fill: #ff0000;
}

.video-wrapper:hover .play-btn-overlay {
  background: rgba(0, 0, 0, 0.25);
}

.event-highlights-section .iframe-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.event-highlights-section .iframe-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.video-wrapper.video-active .video-thumbnail,
.video-wrapper.video-active .play-btn-overlay {
  display: none;
  pointer-events: none;
}

.event-highlights-section .content-wrapper {
  text-align: center;
  align-items: center;
}

.event-highlights-section .heading-h2 {
  color: #4A6290;
}

.event-highlights-section .content-wrapper img.event-highlight-icon {
  width: 100%;
  margin-bottom: -30px;
}

.batch-section .batch-header img.event-highlight-icon {
  width: 100%;
  margin-bottom: -60px;
}

.event-highlights-section .event-description {
  font-size: 18px;
  line-height: 1.4;
  color: #333333;
  font-weight: 500;
  margin: 24px 0px 32px 0px;
}

.founders-section {
  padding: 80px 0 80px 0;
  text-align: center;
  background-image: url(../images/founder-gradient-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.founders-section .heading-h2 {
  color: #ffffff;
  margin-bottom: 20px;
}


.founders-section .founders-subtitle {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}


.founder-card-outer .founder-card {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 32px;
  gap: 52px;
  display: grid;
  grid-template-columns: 300px 1fr;
  align-items: center;
}

.founder-card-outer {
  padding-top: 50px;
  border-bottom: 1px solid #FFFFFF33;
}

.founder-right-side .founder-info {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  text-align: left;
  justify-content: space-between;
}

.founder-card .founder-photo {
  width: 100%;
  border-radius: 4px;
}

.founder-name {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  line-height: 1.3em;
}

.founder-role {
  color: #FDC469;
  font-style: italic;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3em;
}

.founder-batch {
  color: #fff;
  font-style: italic;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3em;
}

.founder-quote {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  text-align: left;
}

.founder-quote p {
  margin-bottom: 12px;
}

.founder-quote p:last-child {
  margin-bottom: 0;
}

.founder-quote strong {
  font-weight: 800;
}

.founder-logo img {
  width: 96px;
  height: auto;
  background: #fff;
  padding: 14px;
}

.founder-left {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.founder-right-side {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.founder-card-outer:last-child {
  border-bottom: none;
}

.founder-card-outer:last-child .founder-card {
  padding-bottom: 0;
}

.founder-logo.nwidilogo img {
  width: 220px;
}

.eligibility-section {
  padding: 60px 0px 110px;
}

.eligibility-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  width: 100%;
  align-items: center;
}

.eligibility-content {
  text-align: left;
}

.eligibility-image-wrapper img {
  width: 100%;
  border-radius: 4px;
}

.eligibility-section .heading-h2 {
  color: #4A6290;
}

.criteria-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 16px 0;
}

.criteria-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.4;
  color: #333333;
  font-weight: 500;
}

.eligibility-footer-text {
  font-size: 18px;
  line-height: 1.4;
  color: #333333;
  font-weight: 500;
}

.criteria-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background-image: url('../images/tick.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.timeline-section {
  padding: 80px 0px 60px 0px;
  background-image: url('../images/program-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.timeline-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px auto;
}

.timeline-section .timeline-header .heading-h2 {
  color: #4A6290;
  margin-bottom: 20px;
}



.timeline-section .timeline-header .timeline-subtitle {
  font-size: 18px;
  line-height: 1.4;
  color: #333333;
  font-weight: 500;
}

.timeline-container {
  position: relative;
  max-width: 1480px;
  margin: 0 auto;
  display: grid;
  /* grid-template-columns: 1fr 1fr; */
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #4A629080;
  transform: translateX(-50%);
  z-index: 1;
}

.timeline-item {
  position: relative;
  width: 50%;
  z-index: 2;
  padding: 34px 45px;
}


.timeline-item .item-title {
  font-size: 32px;
  color: #4A6290;
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1.3em;
}

.timeline-item .item-desc {
  font-size: 18px;
  line-height: 1.4;
  color: #333333;
  font-weight: 500;
  margin-bottom: 15px;
}

.timeline-item .highlight-box {
  background-color: #FDC469;
  padding: 10px 18px;
  border-radius: 4px;
  font-style: italic;
  color: #000000;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}

.left-item {
  justify-self: start;
  text-align: right;
}


.right-item {
  justify-self: end;
  text-align: left;
}

.timeline-dot {
  position: absolute;
  top: 0px;
  width: 20px;
  height: 20px;
  z-index: 3;
}

.timeline-dot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.left-item .timeline-dot {
  right: 0;
  transform: translateX(50%);
  top: 0px;
}

.right-item .timeline-dot {
  left: 0;
  transform: translateX(-50%);
  top: 0px;
}

.timeline-dot.botom-dot {
  top: 100%;
}


.workshops-section {
  padding: 60px 0px;
  background-color: #ffffff;
}

.workshops-header {
  text-align: center;
  max-width: 1036px;
  margin-bottom: 46px;
  margin-left: auto;
  margin-right: auto;
}

.workshops-section .workshops-header .heading-h2 {
  color: #4A6290;
  margin-bottom: 20px;
}

.workshops-section .workshops-header .workshops-subtitle {
  font-size: 18px;
  line-height: 1.4;
  color: #333333;
  font-weight: 500;
}

.workshops-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 32px;
}

.workshop-card {
  background-color: #FEF6EA;
  padding: 24px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.card-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.workshop-card .card-icon {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.workshop-card .card-number img {
  width: 60px;
  height: 40px;
  object-fit: contain;
}

.workshop-card .card-title {
  font-size: 24px;
  font-weight: 800;
  color: #333333;
  margin-bottom: 12px;
  line-height: 1.4em;
  min-height: 68px;
  /* flex-grow: 1; */
}

.workshop-card .card-desc {
  font-size: 18px;
  line-height: 1.4;
  color: #333333;
  font-weight: 500;
}

.workshops-cta-ribbon {
  display: flex;
  justify-content: center;
  text-align: center;
}

.workshops-cta-ribbon a {
  background: linear-gradient(270deg, #FDC469 0%, #FE7272 50%, #4A6290 100%);
  padding: 10px 24px;
  text-align: center;
  border-radius: 4px;
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.38s ease-in-out 0s;
  color: #fff;
}

.team-section img.event-highlight-icon {
  width: 100%;
  margin-bottom: -60px;
}

.kuzana-program {
  text-align: center;
  padding: 60px 0px;
}

.kuzana-program .program-header .heading-h2 {
  color: #4A6290;
}

.kuzana-program .badge-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.kuzana-program .badge-container .badge-text {
  color: #4A6290;
  font-size: 22px;
  line-height: 1.3em;
  font-style: italic;
  font-weight: 800;
}

.kuzana-program .badge-container img {
  max-width: 14px;
  width: 100%;
}

.kuzana-program .stars img {
  max-width: 133px;
  width: 100%;
}

.kuzana-program .program-header {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.kuzana-program .program-header .description {
  font-size: 18px;
  line-height: 1.4;
  color: #333333;
  font-weight: 500;
}


.inspiration-board {
  background-color: #4A6290;
  color: #ffffff;
  border-radius: 4px;
  padding: 52px 60px;
}

.inspiration-board .board-title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  line-height: 1.4em;
}

.board-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 5px;
  background-image: linear-gradient(92.15deg, #FDC469 20.96%, #FE7272 51.81%);
}

.kuzana-program .grid-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 40px;
}

.inspiration-card {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0px 40px 15px;
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 12px;
}

.inspiration-card:last-child {
  border-right: none;
  padding-right: 0;
}

.inspiration-card:first-child {
  padding-left: 0;
}

.inspiration-card h3 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2em;
  /* flex-grow: 1;
  height: 100%; */
}

.inspiration-card p {
  font-size: 18px;
  line-height: 1.4em;
  color: #FFFFFFCC;
  font-weight: 500;
}

.process-section {
  padding: 60px 0px;
  text-align: center;
}

.process-section .process-container {
  max-width: 1280px;
}

.process-section .step-card {
  padding: 62px 24px 30px;
  border: 1px solid #4A6290;
  border-radius: 4px;
  position: relative;
}

.step-card.step-1 .step-heading {
  color: #4A6290;
}

.step-card.step-2 .step-heading {
  color: #FE7272;
}

.step-card.step-3 .step-heading {
  color: #FDC469;
}

.step-card.step-2 {
  border-color: #FE7272;
}

.step-card.step-3 {
  border-color: #FDC469;
}

.process-section .steps-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px;
  padding-top: 68px;
}

.process-section .steps-wrapper .step-card .step-heading {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3em;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #4A62903D;
}

.process-section .steps-wrapper .step-card .step-details {
  font-size: 18px;
  line-height: 1.4;
  color: #333333;
  font-weight: 600;
}

.step-icon img {
  width: 62px;
  height: 62px;
  margin-bottom: 20px;
  object-fit: contain;
}

.process-section .steps-wrapper .step-card .step-number {
  font-size: 24px;
  font-weight: 800;
  background: #4A6290;
  display: inline-flex;
  color: #fff;
  width: 72px;
  height: 72px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.process-section .steps-wrapper .step-card.step-2 .step-number {
  background: #FE7272;
}

.process-section .steps-wrapper .step-card.step-3 .step-number {
  background: #FDC469;
}

.process-section h2.section-title {
  font-weight: 800;
  color: #4A6290;
  font-size: 32px;
  line-height: 1.3em;
}


.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 24px;
  padding-top: 32px;
}

.feature-card {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 5px;
  padding: 24px;
  box-shadow: 0px 0px 10px 0px #00000026;
  gap: 16px;
}

.feature-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  margin-right: 15px;
}

.feature-card p.feature-text {
  font-size: 18px;
  line-height: 1.4;
  color: #333333;
  font-weight: 600;
  text-align: left;
}

.included-section {
  padding-top: 62px;
}

.feature-icon-box img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.process-btn p {
  background: linear-gradient(270deg, #FDC469 0%, #FE7272 50%, #4A6290 100%);
  padding: 10px 24px;
  text-align: center;
  border-radius: 4px;
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.38s ease-in-out 0s;
  color: #fff;
  display: inline-block;
}

.process-btn p a {
  color: #fff;
}

.step-card.step-1:after,
.step-card.step-2:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -65px;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.step-card.step-1:after {
  background-image: url('../images/pink-arrow.png');
}

.step-card.step-2:after {
  background-image: url('../images/yellow-arrow.png');
}

.header.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #4A6290;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 0px 15px;
  animation: slideDown 0.35s ease-out;
}

.header.sticky .header-container {
  border-bottom: none;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}





@media (min-width: 1200px) and (max-width: 1370px) {
  .workshop-card .card-title {
    font-size: 20px;
    min-height: 58px;
  }
}

/* Media Query start here */
@media (min-width: 1200px) and (max-width: 1499px) {
  .hero-left h1 {
    font-size: 60px;
    line-height: 1.2;
  }

  .hero-right p,
  .counter-container .counter-item p,
  .batch-subtext,
  .cards-stack .card .card-content p,
  .founder-quote,
  .inspiration-card p,
  .process-section .steps-wrapper .step-card .step-details,
  .feature-card p.feature-text,
  .criteria-list li,
  p.eligibility-footer-text,
  .timeline-item .item-desc,
  .timeline-item .highlight-box,
  .workshops-section .workshops-header .workshops-subtitle,
  .workshop-card .card-desc,
  .call-to-action .cta-subtext,
  .about-us .about-container .about-content .about-subtext {
    font-size: 16px;
  }

  .hero-content {
    gap: 30px;
    padding: 50px 0 0;
  }

  .primary-btn,
  .secondary-btn,
  .header .nav a,
  .cards-stack .card {
    font-size: 16px;
  }

  .counter-container {
    gap: 80px;
  }

  .counter-section {
    padding: 60px 0;
  }

  .heading-h2 {
    font-size: 52px;
  }

  .counter-container .counter-item h2 {
    margin-bottom: 20px;
  }

  .batch-section {
    padding: 20px 0px 80px;
  }

  .cards-stack .card .card-content .card-title {
    font-size: 36px;
  }

  .cards-stack .card {
    padding: 50px;
  }

  .cards-stack .card .card-content p.result-text {
    font-size: 18px;
  }

  .card-image img {
    object-fit: contain;
  }

  .kuzana-section {
    padding-top: 80px;
  }

  .kuzana-section .kuzana-header {
    margin-bottom: 40px;
  }

  .chart-box .bottom-banner {
    font-size: 16px;
    padding: 14px 15px;
  }

  .founder-name {
    font-size: 30px;
  }

  .founder-role,
  .founder-batch {
    font-size: 26px;
  }

  .founder-card-outer .founder-card {
    gap: 40px;
  }

  .event-highlights-section {
    padding: 80px 0px 40px 0px;
  }

  .kuzana-program,
  .process-section {
    padding: 40px 0px;
  }

  .inspiration-board {
    padding: 50px 30px;
  }

  .inspiration-card {
    padding: 0px 25px 15px;
  }

  .inspiration-card h3 {
    font-size: 24px;
  }

  .process-btn p {
    font-size: 20px;
  }

  .eligibility-section {
    padding: 40px 0px 80px;
  }

  .workshops-cta-ribbon a {
    font-size: 20px;
  }

  .about-us {
    padding: 40px 0px;
  }

  .team-section {
    padding: 60px 0px 80px;
  }

  .team-section .team-grid {
    gap: 100px;
  }

  .footer-section .brand-description,
  .footer-section .newsletter-sub,
  .footer-section .footer-links a,
  .footer-bottom p,
  .subscribe-btn {
    font-size: 16px;
  }

  .privacy-notice {
    font-size: 14px;
  }
}

@media(max-width:767px) {

  .hero-section {
    padding-top: 100px;
  }

  .hero-left h1 {
    font-size: 32px !important;
    line-height: 1.2em !important;
    text-align: center;
  }

  .hero-right p {
    font-size: 15px;
    text-align: center;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .header .nav {
    gap: 15px;
  }

  .header .nav a {
    font-size: 16px;
  }

  .apply-btn,
  .primary-btn {
    padding: 12px 18px;
    font-size: 16px;
  }

  .secondary-btn {
    font-size: 16px;
  }

  .counter-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .kuzana-program .grid-container,
  .footer-container,
  .team-section .team-grid,
  .workshops-grid,
  .features-grid,
  .process-section .steps-wrapper,
  .founder-card-outer .founder-card {
    grid-template-columns: repeat(1, 1fr);
  }

  .yt-play-button {
    width: 46px;
    height: 36px;
  }

  .right-item {
    justify-self: start;
  }

  .step-card.step-1:after,
  .step-card.step-2:after {
    top: auto;
    right: auto;
    bottom: -53px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }

  .hero-buttons {
    align-items: center;
  }

  .people-image {
    margin-top: 10px;
    margin-bottom: -2px;
  }

  .counter-section {
    padding: 30px 0;
  }

  .heading-h2 {
    font-size: 30px;
  }

  .counter-container .counter-item h2 {
    margin-bottom: 12px;
    padding-bottom: 8px;
    text-align: center;
  }

  .hero-right p,
  .counter-container .counter-item p,
  .batch-subtext,
  .cards-stack .card .card-content p,
  .founder-quote,
  .inspiration-card p,
  .process-section .steps-wrapper .step-card .step-details,
  .feature-card p.feature-text,
  .criteria-list li,
  p.eligibility-footer-text,
  .timeline-item .item-desc,
  .timeline-item .highlight-box,
  .workshops-section .workshops-header .workshops-subtitle,
  .workshop-card .card-desc,
  .call-to-action .cta-subtext,
  .about-us .about-container .about-content .about-subtext,
  .timeline-section .timeline-header .timeline-subtitle {
    font-size: 15px;
  }

  .counter-container .counter-item p {
    text-align: center;
  }

  .batch-section .batch-header img.event-highlight-icon {
    margin-bottom: -20px;
  }

  .batch-header-content {
    max-width: 100%;
  }

  .batch-section {
    padding: 15px 0px 30px;
  }

  .card-badge {
    top: -43px;
    padding: 18px 20px 8px;
    font-size: 16px;
  }

  .cards-stack .card {
    grid-template-columns: repeat(1, 1fr);
    padding: 30px 20px;
    gap: 20px;
  }

  .cards-stack .card .card-content {
    padding-right: 0;
    gap: 20px;
  }

  .cards-stack .card .card-content .card-title {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .cards-stack .card .card-content p.result-text {
    font-size: 16px;
  }

  .card-image img {
    height: 200px;
    object-fit: contain;
  }

  .cards-stack {
    gap: 60px;
  }

  .result-tag a {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .cards-stack .card.card-2 .card-badge {
    left: 46px;
  }

  .cards-stack .card.card-3 .card-badge {
    left: 95px;
  }

  .cards-stack .card .card-content p.result-text {
    min-height: 70px;
  }

  .cards-stack p.card-discription {
    min-height: 148px;
  }

  .cards-stack .card.card-4 .card-badge {
    left: 143px;
  }

  .kuzana-section {
    padding: 30px 15px 0px 15px;
    max-width: 100%;
  }

  .kuzana-section .kuzana-header {
    margin-bottom: 20px;
  }

  .chart-box {
    padding: 15px;
  }

  .chart-box .bottom-banner {
    font-size: 15px;
    padding: 10px 12px;
  }

  .kuzana-section .kuzana-header .heading-h2,
  .founders-section .heading-h2 {
    margin-bottom: 15px;
  }

  .founders-section {
    padding: 30px 0 30px 0;
  }

  .founder-card-outer {
    padding-top: 30px;
  }

  .founder-name {
    font-size: 20px;
  }

  .founder-role {
    font-size: 18px;
  }

  .founder-batch {
    font-size: 16px;
  }

  .founder-logo img {
    width: 70px;
    padding: 10px;
  }

  .founder-right-side {
    gap: 15px;
  }

  .founder-card-outer .founder-card {
    max-width: 100%;
    padding-bottom: 20px;
    gap: 20px;
  }

  .founder-logo.nwidilogo img {
    width: 150px;
  }

  .event-highlights-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .event-highlights-section .content-wrapper img.event-highlight-icon {
    margin-bottom: -18px;
  }

  .event-highlights-section {
    padding: 30px 0px 30px 0px;
  }

  .event-highlights-section .event-description {
    font-size: 15px;
    margin: 20px 0px 20px 0px;
  }

  .kuzana-program {
    padding: 0px;
  }

  .kuzana-program .program-header .description {
    font-size: 15px;
  }

  .kuzana-program .badge-container .badge-text {
    font-size: 18px;
  }

  .kuzana-program .program-header {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .inspiration-board {
    padding: 30px 20px;
  }

  .inspiration-card {
    border-right: none;
    padding: 20px 0px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    gap: 8px;
  }

  .inspiration-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .kuzana-program .grid-container {
    margin-top: 15px;
  }

  .inspiration-board .board-title {
    font-size: 24px;
  }

  .inspiration-card:first-child {
    padding-top: 15px;
  }

  .inspiration-card h3 {
    font-size: 22px;
  }

  .process-section {
    padding: 30px 0px;
  }

  .included-section {
    padding-top: 30px;
  }

  .process-section h2.section-title {
    font-size: 26px;
  }

  .process-section .step-card {
    padding: 45px 15px 20px;
  }

  .process-section .steps-wrapper .step-card .step-heading {
    font-size: 20px;
    padding-bottom: 12px;
    margin-bottom: 15px;
  }

  .process-section .steps-wrapper .step-card .step-number {
    font-size: 20px;
    width: 60px;
    height: 60px;
    top: -32px;
  }

  .process-section .steps-wrapper {
    padding-top: 50px;
  }

  .step-icon img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

  .step-details br {
    display: none;
  }

  .features-grid {
    gap: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .feature-card {
    padding: 20px;
    gap: 12px;
  }

  .process-btn p {
    padding: 10px 15px;
    font-size: 16px;
  }

  .eligibility-section {
    padding: 0px 0px 30px;
  }

  .eligibility-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .timeline-section {
    padding: 30px 0px 30px 0px;
  }

  .timeline-item {
    width: 100%;
    padding: 25px 0px 25px 20px;
  }

  .left-item {
    text-align: left;
  }

  .timeline-line {
    left: 0;
    width: 2px;
    transform: translateX(-0%);
  }

  .timeline-item .item-title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .timeline-dot {
    width: 16px;
    height: 16px;
  }

  .left-item .timeline-dot {
    right: auto;
    left: -7px;
    transform: translateX(0%);
    top: 0px;
  }

  .timeline-header {
    max-width: 100%;
    margin: 0 auto 20px auto;
  }

  .workshops-section {
    padding: 30px 0px;
  }

  .workshops-header {
    margin-bottom: 25px;
  }

  .workshop-card .card-title {
    font-size: 20px;
    margin-bottom: 10px;
    min-height: auto;
  }

  .card-header-row {
    margin-bottom: 20px;
  }

  .workshop-card .card-number img {
    width: 50px;
  }

  .workshop-card {
    padding: 20px;
  }

  .workshop-card .card-icon {
    width: 50px;
    height: 50px;
  }

  .workshops-grid {
    gap: 20px;
    margin-bottom: 25px;
  }

  .workshops-cta-ribbon a {
    padding: 10px 20px;
    font-size: 16px;
  }

  .about-us {
    padding: 0px 0px;
  }

  .team-section {
    padding: 30px 0px 30px;
  }

  .about-us .about-container .about-content .heading-h2,
  .team-section .team-header .heading-h2 {
    margin-bottom: 15px;
  }

  .about-us .about-container .about-content {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .team-section img.event-highlight-icon {
    margin-bottom: -20px;
  }

  .team-section .team-grid {
    padding-top: 20px;
    gap: 25px;
  }

  .team-section .team-grid .team-card .member-name {
    font-size: 22px;
    margin: 10px 0 6px 0;
  }

  .team-section .team-grid .team-card .member-role {
    font-size: 20px;
  }

  .team-section .team-grid .team-card .member-links {
    gap: 15px;
    font-size: 16px;
  }

  .team-section .team-grid .team-card:nth-child(2) {
    padding-top: 0;
  }

  .call-to-action {
    padding: 50px 0px;
  }

  .call-to-action .heading-h2 {
    margin-bottom: 15px;
  }

  .footer-section {
    padding: 30px 0 0px 0;
  }

  .footer-section .brand-description,
  .footer-section .newsletter-sub,
  .footer-section .footer-links a,
  .footer-bottom p,
  .subscribe-btn {
    font-size: 15px;
  }

  .footer-logo img {
    max-width: 185px;
    margin-bottom: 10px;
  }

  .footer-section .social-media-wrapper h3 {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .footer-section .footer-links li {
    margin-bottom: 10px;
  }

  .footer-container {
    gap: 25px;
  }

  .footer-section .brand-description,
  .footer-section .newsletter-sub {
    margin-bottom: 15px;
  }

  .privacy-notice {
    font-size: 14px;
    line-height: 1.5em;
  }

  .footer-bottom {
    margin-top: 30px;
    padding: 15px 15px;
  }

  .subscribe-input {
    font-size: 15px;
  }

  .logo img {
    max-width: 120px;
  }

  .hero-buttons {
    gap: 15px;
    margin-top: 20px;
  }

  .header-container {
    padding: 15px 0px;
  }

  .founders-section .founders-subtitle {
    font-size: 15px;
  }

  .subscribe-btn {
    padding: 15px 20px;
  }
}



@media (max-width: 991px) {
  .header .nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 70px 30px 40px;
    gap: 15px;
    z-index: 999;
    transition: right 0.4s ease;
    overflow-y: auto;
    background: linear-gradient(180deg, #143d82 0%, #12397a 40%, #0f2f66 100%);
  }

  .header .nav.active {
    right: 0;
  }

  .hamburger {
    width: 28px;
    height: 21px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 1001;
    position: relative;
  }

  .hamburger span {
    width: 100%;
    height: 3px;
    background: #ffffff;
    border-radius: 10px;
    transition: 0.3s ease;
  }


  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
  }

  body.menu-open {
    overflow: hidden;
    height: 100vh;
  }

  .apply-btn {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }

  .hero-content {
    grid-template-columns: 1fr;
    padding-top: 10px;
    gap: 35px;
  }

  .hero-left h1 {
    font-size: 52px;
    line-height: 4rem;
  }

  .hero-right {
    margin-top: -20px;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .counter-container {
    gap: 50px;
  }

  .hero-left h1 {
    font-size: 50px;
    line-height: 1.2em;
  }

  .hero-right p,
  .counter-container .counter-item p,
  .batch-subtext,
  .cards-stack .card .card-content p,
  .founder-quote,
  .inspiration-card p,
  .process-section .steps-wrapper .step-card .step-details,
  .feature-card p.feature-text,
  .criteria-list li,
  p.eligibility-footer-text,
  .timeline-item .item-desc,
  .timeline-item .highlight-box,
  .workshops-section .workshops-header .workshops-subtitle,
  .workshop-card .card-desc,
  .call-to-action .cta-subtext,
  .about-us .about-container .about-content .about-subtext {
    font-size: 16px;
  }

  .header .nav a {
    font-size: 16px;
  }

  .primary-btn,
  .secondary-btn {
    font-size: 16px;
  }

  .hero-content {
    gap: 30px;
    padding: 40px 0 0;
  }

  .heading-h2 {
    font-size: 46px;
  }

  .counter-section {
    padding: 50px 0;
  }

  .founder-card-outer .founder-card {
    padding-bottom: 25px;
    gap: 20px;
    grid-template-columns: 220px 1fr;
  }

  .footer-container {
    gap: 35px;
  }

  .subscribe-btn {
    padding: 15px 20px;
    font-size: 16px;
  }

  .footer-section .brand-description,
  .footer-section .newsletter-sub,
  .footer-section .footer-links a,
  .footer-bottom p,
  .subscribe-btn {
    font-size: 16px;
  }

  .privacy-notice {
    font-size: 14px;
  }

  .footer-section .column-title {
    font-size: 22px;
  }

  .footer-section {
    padding: 50px 0 0px 0;
  }

  .footer-section .footer-links li {
    margin-bottom: 10px;
  }

  .footer-section .brand-description,
  .footer-section .newsletter-sub {
    margin-bottom: 15px;
  }

  .footer-logo img {
    max-width: 160px;
    margin-bottom: 15px;
  }

  .footer-bottom {
    margin-top: 30px;
    padding: 20px 15px;
  }

  .footer-section .social-icon {
    width: 36px;
    height: 36px;
  }

  .footer-section .social-icon img {
    width: 18px;
    height: 18px;
  }

  .call-to-action {
    padding: 50px 0px;
  }

  .team-section .team-grid {
    gap: 60px;
    padding-top: 15px;
  }

  .team-section {
    padding: 50px 0px 50px;
  }

  .team-section .team-grid .team-card .member-name {
    font-size: 22px;
  }

  .team-section .team-grid .team-card .member-role {
    font-size: 18px;
  }

  .team-section .team-grid .team-card .member-links {
    gap: 10px;
    font-size: 16px;
  }

  .about-us {
    padding: 20px 0px;
  }

  .workshops-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .workshops-section {
    padding: 40px 0px;
  }

  .workshops-cta-ribbon a {
    font-size: 16px;
  }

  .timeline-section {
    padding: 50px 0px 50px 0px;
  }

  .timeline-section .timeline-header .timeline-subtitle,
  .process-btn p {
    font-size: 16px;
  }

  .timeline-item .item-title {
    font-size: 24px;
  }

  .timeline-item {
    padding: 40px 25px;
  }

  .eligibility-section {
    padding: 50px 0px 50px;
  }

  .eligibility-container {
    gap: 35px;
  }

  .heading-h2 br {
    display: none;
  }

  .process-section h2.section-title {
    font-size: 26px;
  }

  .process-section .steps-wrapper {
    gap: 40px;
  }

  .step-card.step-1:after,
  .step-card.step-2:after {
    right: -38px;
    width: 30px;
    height: 30px;
  }

  .process-section .steps-wrapper .step-card .step-heading {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .process-section .steps-wrapper .step-card .step-number {
    font-size: 22px;
    width: 65px;
    height: 65px;
  }

  .process-section {
    padding: 0px 0px 20px;
  }

  .included-section {
    padding-top: 50px;
  }

  .inspiration-board {
    padding: 40px 30px;
  }

  .inspiration-card {
    padding: 0px 15px 15px;
  }

  .inspiration-card h3 {
    font-size: 20px;
  }

  .inspiration-board .board-title {
    font-size: 24px;
  }

  .inspiration-card h3 {
    height: auto;
  }

  .kuzana-program {
    padding: 50px 0px;
  }

  .event-highlights-section {
    padding: 50px 0px 20px 0px;
  }

  .event-highlights-section .event-description {
    font-size: 16px;
    margin: 20px 0px 25px 0px;
  }

  .founders-section {
    padding: 50px 0 50px 0;
  }

  .founder-name {
    font-size: 26px;
  }

  .founder-role {
    font-size: 22px;
  }

  .founder-batch {
    font-size: 20px;
  }

  .founder-logo img {
    width: 80px;
    padding: 10px;
  }

  .founder-logo.nwidilogo img {
    width: 160px;
  }

  .batch-section {
    padding: 50px 0px 60px;
  }

  .kuzana-section {
    padding: 50px 15px 0px 15px;
  }

  .cards-stack .card .card-content {
    padding-right: 20px;
    gap: 60px;
  }

  .cards-stack .card {
    padding: 35px;
    gap: 30px;
  }

  .cards-stack .card .card-content .card-title {
    font-size: 32px;
  }

  .card-image img {
    height: auto;
  }

  .cards-stack .card .card-content p.result-text {
    font-size: 18px;
    min-height: 76px;
  }

  .card-discription {
    min-height: 150px;
  }

  .card-badge {
    top: -51px;
    padding: 20px 20px 8px;
    font-size: 20px;
  }

  .cards-stack .card.card-2 .card-badge {
    left: 47px;
  }

  .cards-stack .card.card-3 .card-badge {
    left: 99px;
  }

  .cards-stack .card.card-4 .card-badge {
    left: 149px;
  }

  .chart-box .bottom-banner {
    font-size: 18px;
  }

  .founder-right-side {
    gap: 25px;
  }

  .kuzana-program .program-header .description {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .header .nav a {
    font-size: 15px;
  }

  .header .nav {
    gap: 20px;
  }
}

@media (min-width: 768px) and (max-width: 890px) {
  .process-section .steps-wrapper .step-card .step-heading {
    min-height: 62px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hero-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    padding: 20px 0 0;
    text-align: center;
  }

  .hero-left h1 {
    font-size: 46px;
    line-height: 1.2em;
  }

  .hero-right p,
  .counter-container .counter-item p,
  .batch-subtext,
  .cards-stack .card .card-content p,
  .founder-quote,
  .inspiration-card p,
  .process-section .steps-wrapper .step-card .step-details,
  .feature-card p.feature-text,
  .criteria-list li,
  p.eligibility-footer-text,
  .timeline-item .item-desc,
  .timeline-item .highlight-box,
  .workshops-section .workshops-header .workshops-subtitle,
  .workshop-card .card-desc,
  .call-to-action .cta-subtext,
  .about-us .about-container .about-content .about-subtext {
    font-size: 16px;
  }

  .kuzana-program .program-header .description {
    font-size: 16px;
  }

  .chart-box .bottom-banner {
    font-size: 18px;
  }

  .hero-buttons {
    margin-top: 30px;
    justify-content: center;
  }

  .heading-h2 {
    font-size: 42px;
  }

  .counter-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    text-align: center;
  }

  .cards-stack .card {
    grid-template-columns: repeat(1, 1fr);
    padding: 40px;
    gap: 30px;
  }

  .card-image img {
    height: 364px;
  }

  .cards-stack .card .card-content {
    padding-right: 0;
    gap: 35px;
  }

  .cards-stack .card .card-content p.result-text {
    font-size: 18px;
    min-height: 52px;
  }

  .cards-stack .card .card-content .card-title {
    font-size: 30px;

  }

  .result-tag a {
    font-size: 16px;
  }

  .card-badge {
    top: -51px;
    padding: 22px 22px 8px;
    font-size: 20px;
  }

  .card-discription {
    min-height: 90px;
  }

  .cards-stack .card.card-2 .card-badge {
    left: 51px;
  }

  .cards-stack .card.card-3 .card-badge {
    left: 106px;
  }

  .cards-stack .card.card-4 .card-badge {
    left: 160px;
  }

  .counter-section {
    padding: 50px 0;
  }

  .batch-section {
    padding: 20px 0px 50px;
  }

  .kuzana-section {
    padding: 50px 15px 0px 15px;
  }

  .founder-card-outer .founder-card {
    padding-bottom: 25px;
    gap: 25px;
    grid-template-columns: 200px 1fr;
  }

  .founders-section {
    padding: 50px 0 50px 0;
  }

  .event-highlights-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .event-highlights-section {
    padding: 50px 0px 50px 0px;
  }

  .kuzana-program {
    padding: 10px 0px 50px;
  }

  .inspiration-board {
    padding: 40px 20px;
  }

  .inspiration-card {
    padding: 0px 15px 15px;
  }

  .inspiration-card h3 {
    font-size: 20px;
  }

  .inspiration-board .board-title {
    font-size: 24px;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 24px;
  }

  .process-btn p,
  .workshops-cta-ribbon a {
    font-size: 18px;
  }

  .eligibility-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .eligibility-section {
    padding: 0px 0px 50px;
  }

  .process-section {
    padding: 0px 0px 50px;
  }

  .timeline-item {
    padding: 34px 25px;
  }

  .timeline-item .item-title {
    font-size: 24px;
    line-height: 1.2em;
  }

  .workshops-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .workshops-section {
    padding: 50px 0px;
  }

  .about-us {
    padding: 0px 0px 30px;
  }

  .about-us .about-container .about-content {
    margin-bottom: 30px;
  }

  .team-section {
    padding: 30px 0px 50px;
  }

  .team-section .team-grid {
    gap: 35px;
  }

  .team-section .team-grid .team-card .member-name {
    font-size: 20px;
    margin: 10px 0 6px 0;
  }

  .team-section .team-grid .team-card .member-role {
    font-size: 16px;
  }

  .team-section .team-grid .team-card .member-links {
    gap: 12px;
    font-size: 16px;
  }

  .call-to-action {
    padding: 60px 0px;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-section {
    padding: 50px 0 0px 0;
  }

  .footer-section .brand-description,
  .footer-section .newsletter-sub,
  .footer-section .footer-links a,
  .footer-bottom p,
  .subscribe-btn {
    font-size: 16px;
  }

  .footer-logo img {
    max-width: 180px;
    margin-bottom: 15px;
  }

  .footer-section .brand-description,
  .footer-section .newsletter-sub {
    margin-bottom: 20px;
  }

  .footer-bottom {
    margin-top: 30px;
    padding: 20px 15px;
  }

  .primary-btn,
  .secondary-btn {
    font-size: 16px;
  }

  .secondary-btn img {
    width: 20px;
    height: 20px;
  }

  .founder-name {
    font-size: 22px;
  }

  .founder-role {
    font-size: 20px;
  }

  .founder-batch {
    font-size: 20px;
  }

  .founder-right-side {
    gap: 15px;
  }

  .founder-logo img {
    width: 80px;
    padding: 10px;
  }

  .founder-logo.nwidilogo img {
    width: 180px;
  }

  .founder-card-outer {
    padding-top: 40px;
  }

  .step-card.step-1:after,
  .step-card.step-2:after {
    width: 30px;
    height: 30px;
    right: -37px;
  }

  .process-section .steps-wrapper {
    gap: 40px;
  }

  .process-section .step-card {
    padding: 40px 15px 20px;
  }

  .process-section .steps-wrapper .step-card .step-heading {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .step-icon img {
    width: 45px;
    height: 45px;
    margin-bottom: 15px;
  }

  .process-section .steps-wrapper .step-card .step-number {
    font-size: 20px;
    width: 50px;
    height: 50px;
    top: -28px;
  }

  .workshop-card .card-title {
    font-size: 20px;
    min-height: 56px;
  }
}


/* Founder page css start */

.bottom-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-top: 32px;
}

.call-to-action .bottom-btn-wrapper .cta-bttn {
  margin-top: 0;
}

.cta-container {
  max-width: 1034px;
}

.founder_hero_section .hero-inner-content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45em;
}

.founder_hero_section .hero-inner-content {
  margin-top: 20px;
  padding-right: 50px;
}

.founder_hero_section .hero-left h1 {
  font-size: 64px;
}

.founder_hero_section .hero-content {
  grid-template-columns: 1.2fr 0.8fr;
  padding: 20px 0px 0px;
}

.founder_hero_section .hero-right img {
  width: 100%;
  margin-bottom: -5px;
}

.founder_hero_section .hero-left {
  padding: 60px 0px 142px;
}

.founder_counter_section .counter-container {
  grid-template-columns: repeat(3, 1fr);
  max-width: 1280px;
}

.event-highlights-section.founder_event_highlights {
  padding: 48px 0px 60px 0px;
}

.founder_event_highlights .content-wrapper {
  text-align: left;
}

.founder_event_highlights .event-highlights-container {
  gap: 122px;
}

.founder_event_highlights .event-description p {
  margin-bottom: 12px;
}

.founder_event_highlights .event-description p:last-child,
.founder_eligibility_section .eligibility-footer-text p:last-child {
  margin-bottom: 0;
}

.founder_event_highlights .event-description p strong {
  color: rgba(74, 98, 144, 1);
}

.founder_event_highlights .kenya-image {
  width: 100%;
}

.founder_eligibility_section .eligibility-footer-text {
  margin-top: 24px;
}

.founder_eligibility_section .eligibility-footer-text p {
  font-size: 18px;
  line-height: 1.4;
  color: #333333;
  font-weight: 500;
  margin-bottom: 12px;
}

.founder_eligibility_section .eligibility-container {
  gap: 106px;
}

.founder_workshops_section .workshops-header {
  max-width: 1120px;
}

.workshops-grid.founder_workshops_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-bottom: 0px;
}

.workshops-grid.founder_workshops_grid .workshop-card {
  width: calc(33% - 12px);
}

.workshops-grid.founder_workshops_grid .workshop-card .card-header-row {
  margin-bottom: 42px;
}

.workshops-grid.founder_workshops_grid .workshop-card .card-title {
  min-height: auto;
  margin-bottom: 16px;
}

.founder_process_section .heading-h2 .highlight-text {
  background-image: linear-gradient(180deg, #ff9e6d 10%, #ff626e 55%, #7a537d 100%);
}

.founder_process_section .heading-h2 {
  color: #4A6290;
  margin-bottom: 20px;
}

.founder_process_section .process-header p {
  font-size: 18px;
  line-height: 1.4;
  color: #333333;
  font-weight: 500;
  margin-bottom: 12px;
}

.founder_process_section .process-header strong {
  color: rgba(74, 98, 144, 1);
}

.founder_process_section .process-header {
  margin-bottom: 46px;
}

.founder_process_section .process-container {
  max-width: 1060px;
}

.founder_process_section .steps-wrapper {
  gap: 32px;
  padding-top: 40px;
}

.founder_process_section .steps-wrapper .step-card:after {
  display: none;
}

.founder_process_section .steps-wrapper .step-card .step-number img {
  height: 44px;
  width: 44px;
  object-fit: contain;
}

.founder_process_section .steps-wrapper .step-card {
  padding: 80px 32px 30px;
  border: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.founder_process_section .steps-wrapper .step-card .step-details {
  font-weight: 500;
}

.founder_process_section .steps-wrapper .step-card .step-heading {
  border-bottom: none;
  color: rgba(74, 98, 144, 1);
  position: relative;
}

.founder_process_section .steps-wrapper .step-card .step-heading:before {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 164px;
  ;
  height: 2px;
  background-color: rgba(74, 98, 144, 1);
  background: linear-gradient(92.15deg, #FDC469 20.96%, #FE7272 51.81%);
}

.founder-slider-wrapper {
  position: relative;
}

.card-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}



.founder-slider-wrapper .slider-nav {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  margin: -50px 0px 46px;
  padding-right: 15px;
}

.founder-slider-wrapper .slider-nav button {
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
}

.founder-slider-wrapper .slider-nav button img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.founder-slider-wrapper .slider-nav .founder-prev img {
  transform: rotate(180deg);
}

.founder-slider-wrapper .slider-nav button:hover {
  opacity: .9;
}

.founder-slider-wrapper .slider-nav .slick-disabled {
  opacity: .5;
}

.founder_slider .founder-slider-wrapper {
  padding: 0px 10px;
  height: auto;
}

.founder_slider .founder-slider-wrapper .workshop-card .card-desc {
  min-height: auto;
}

.founder_slider_section .workshops-header {
  max-width: 883px;
  margin-right: auto;
  margin-left: 0px;
  margin-bottom: 0px;
  text-align: left;
}

.founder_slider .slick-track {
  margin-left: -10px;
  display: flex;
}

.founder_slider .slick-list {
  padding-right: 5.6% !important;
}


.founder-slider-wrapper {
  width: 100%;
  overflow-x: clip;
  padding-left: calc((100vw - 1680px) / 2 + 15px);
  padding-right: 0;
  box-sizing: border-box;
}

.founder_slider_section {
  padding: 10px 0px 120px;
}

.founder_event_highlights.founder_vision_section {
  padding: 0px 0px 120px;
}

.founder_slider {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.founder_slider .workshop-card {
  height: 100%;
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .founder_hero_section .hero-left h1 {
    font-size: 60px;
  }

  .founder_hero_section .hero-inner-content p,
  .founder_eligibility_section .eligibility-footer-text p {
    font-size: 16px;
    line-height: 1.5em;
  }

  .founder_hero_section .hero-left {
    padding: 30px 0px 90px;
  }

  .founder_event_highlights .event-highlights-container,
  .founder_eligibility_section .eligibility-container {
    gap: 50px;
  }

  .event-highlights-section.founder_event_highlights {
    padding: 20px 0px 40px 0px;
  }

  .workshops-section.founder_workshops_section {
    padding: 40px 0px 40px 0px;
  }

  .workshops-grid.founder_workshops_grid .workshop-card {
    width: calc(33% - 15px);
  }

  .founder_process_section .steps-wrapper {
    gap: 25px;
  }

  .founder_slider_section {
    padding: 10px 0px 60px;
  }

  .founder_event_highlights .event-description p {
    font-size: 16px;
  }

  .founder_slider .workshop-card .card-title {
    font-size: 18px;
  }
}


@media (min-width: 1025px) {
  .founder_hero_section .hero-right img {
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-bottom: 0px;
  }

  .founder_hero_section .hero-right {
    position: relative;
    display: flex;
    justify-content: center;
    height: 100%;
  }
}

@media (max-width: 1680px) {
  .founder-slider-wrapper {
    padding-left: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .founder_hero_section .hero-left h1 {
    font-size: 46px;
  }

  .founder_hero_section .hero-right img {
    width: 60% !important;
  }

  .founder_counter_section .counter-container {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .workshops-grid.founder_workshops_grid .workshop-card {
    width: calc(50% - 15px);
  }

  .workshops-grid.founder_workshops_grid .workshop-card .card-header-row {
    margin-bottom: 25px;
  }

  .founder_process_section .steps-wrapper .step-card {
    padding: 50px 20px 30px;
  }

  .founder_process_section .steps-wrapper .step-card .step-number img {
    height: 28px;
    width: 28px;
  }

  .founder_process_section .steps-wrapper {
    gap: 15px;
    padding-top: 25px;
  }

  .founder_process_section .steps-wrapper .step-card .step-heading {
    min-height: auto;
  }

  .founder_event_highlights .event-description p {
    font-size: 16px;
  }

  .founder_hero_section .hero-inner-content p,
  .founder_process_section .process-header p,
  .founder_eligibility_section .eligibility-footer-text p {
    font-size: 16px !important;
  }

  .founder-slider-wrapper .slider-nav {
    gap: 15px;
    margin: 10px 0px 30px;
  }

  .founder-slider-wrapper .slider-nav button img {
    width: 35px;
    height: 35px;
  }

  .founder_slider_section {
    padding: 10px 0px 50px;
  }

  .founder_event_highlights.founder_vision_section {
    padding: 0px 0px 50px !important;
  }

  .founder_hero_section .hero-content {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .founder_hero_section .hero-left {
    padding: 0px 0px 0px !important;
  }

  .founder_event_highlights .event-highlights-container,
  .founder_eligibility_section .eligibility-container {
    gap: 30px;
  }

  .workshops-section.founder_workshops_section {
    padding: 0px 0px 50px !important;
  }

  .event-highlights-section.founder_event_highlights {
    padding: 20px 0px 50px 0px;
  }

  .event-highlights-section.founder_event_highlights .event-description {
    margin-bottom: 0px;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .founder_hero_section .hero-left h1 {
    font-size: 50px;
  }

  .founder_hero_section .hero-inner-content p,
  .founder_eligibility_section .eligibility-footer-text p {
    font-size: 16px;
  }

  .founder_hero_section .hero-left {
    padding: 20px 0px 80px;
  }

  .founder_event_highlights .event-highlights-container,
  .founder_eligibility_section .eligibility-container {
    gap: 50px;
  }

  .workshops-grid.founder_workshops_grid .workshop-card {
    width: calc(33% - 15px);
  }

  .founder_process_section .steps-wrapper {
    gap: 20px;
  }

  .founder_event_highlights.founder_vision_section {
    padding: 0px 0px 50px;
  }

  .founder_slider_section {
    padding: 10px 0px 50px;
  }

  .event-highlights-section.founder_event_highlights {
    padding: 10px 0px 10px 0px;
  }
}


@media (max-width: 991px) {
  .founder_hero_section .hero-content {
    grid-template-columns: 1fr;
    padding: 10px 0px 0px;
  }

  .founder_hero_section .hero-inner-content {
    margin-top: 15px;
    padding-right: 0;
    text-align: center;
  }

  .founder_hero_section .hero-left {
    padding: 10px 0px 20px;
  }

  .founder_hero_section .hero-inner-content p {
    font-size: 15px;
    line-height: 1.6em;
  }

  .founder_hero_section .hero-right {
    display: flex;
    justify-content: center;
    margin: 0;
  }

  .founder_hero_section .hero-right img {
    width: 85%;
    margin-bottom: 0px;
  }

  .founder_counter_section .counter-container {
    grid-template-columns: 1fr;
  }

  .event-highlights-section.founder_event_highlights {
    padding: 10px 0px 50px 0px;
  }

  .founder_event_highlights .event-highlights-container,
  .founder_eligibility_section .eligibility-container {
    gap: 20px;
  }

  .founder_event_highlights .event-highlights-container .event-description {
    margin: 20px 0px 0px 0px;
    text-align: center;
  }

  .founder_event_highlights .event-highlights-container h2 {
    text-align: center;
  }

  .founder_eligibility_section .eligibility-content {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .workshops-grid.founder_workshops_grid .workshop-card {
    width: 100%;
  }

  .event-highlights-section.founder_event_highlights {
    padding: 10px 0px 0px 0px !important;
  }

  .workshops-grid.founder_workshops_grid .workshop-card .card-header-row {
    margin-bottom: 20px;
  }

  .process-section.founder_process_section {
    padding-top: 0;
  }

  .founder_process_section .process-header {
    margin-bottom: 25px;
  }

  .founder_process_section .steps-wrapper .step-card {
    padding: 50px 24px 30px;
  }

  .founder_eligibility_section .eligibility-footer-text p {
    font-size: 15px;
  }

  .founder-slider-wrapper .slider-nav {
    margin: 0px 0px 20px;
    gap: 10px;
    padding-right: 15px;
  }

  .founder-slider-wrapper .slider-nav button img {
    width: 35px;
    height: 35px;
  }

  .founder_slider .slick-list {
    padding-right: 10% !important;
  }

  .founder_slider_section {
    padding: 0px 0px 30px;
  }

  .founder_event_highlights.founder_vision_section {
    padding: 0px 0px 30px !important;
  }

  .founder_event_highlights.founder_vision_section .content-lft-wrapper {
    order: 2;
  }

  .founder_event_highlights.founder_vision_section .content-wrapper {
    order: 1;
  }

  .subscribe-form {
    flex-wrap: wrap;
  }

  .subscribe-btn {
    width: 100%;
  }

  .bottom-btn-wrapper {
    gap: 20px;
    margin-top: 25px;
    flex-wrap: wrap;
  }
}

/* Founder page css End*/

/* About page css start */
.about-hero-section .hero-content {
  grid-template-columns: 1fr;
  padding-bottom: 86px;
}

.about-hero-section .container {
  max-width: 903px;
  text-align: center;
}

.about-hero-section .hero-left h1 {
  font-size: 64px;
  line-height: 4.65rem;
}

.about-hero-section .hero-buttons {
  justify-content: center;
  margin-top: 32px;
}

.about-hero-section .hero-inner-content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45em;
}

.about-hero-section .hero-inner-content {
  margin-top: 20px;
}

.about-cta-section .cta-container {
  max-width: 720px;
}

.team_subtext {
  margin-bottom: 46px;
  font-size: 18px;
  color: rgba(51, 51, 51, 1);
  max-width: 920px;
  margin-inline: auto;
  line-height: 1.5em;
  font-weight: 500;
}

.alredy-building-section .eligibility-footer-text {
  margin-top: 20px;
}

.eligibility-section.alredy-building-section {
  padding: 0px 0px 120px;
}

.team-section.about-team-section {
  padding-top: 0px;
}

.about_timeline_section .timeline-header {
  max-width: 1020px;
}

.about_timeline_section .timeline-item .item-desc {
  margin-bottom: 12px;
}

.about_timeline_section .timeline-item .item-desc:last-child,
.about_timeline_section .timeline-header .timeline-subtitle:last-child {
  margin-bottom: 0px;
}

.about_timeline_section .timeline-header .timeline-subtitle {
  margin-bottom: 12px;
}

.about_timeline_section .timeline-header .timeline-subtitle strong {
  color: rgba(74, 98, 144, 1);
}

.about_process_section {
  padding-bottom: 120px;
}

.about_process_section .heading-h2,
.kuzana-program-container .heading-h2 {
  color: #4A6290;
  margin-bottom: 20px;
}

.about_process_section .heading-h2 .highlight-text,
.kuzana-program-container .heading-h2 .highlight-text {
  background-image: linear-gradient(180deg, #ff9e6d 10%, #ff626e 55%, #7a537d 100%);
}

.about_process_section .process-header p {
  font-size: 18px;
  line-height: 1.4;
  color: #333333;
  font-weight: 500;
}

.about_process_section .process-header {
  max-width: 915px;
  margin-inline: auto;
}

.about_process_section .step-card.step-1:after {
  background-image: url('../images/pink-plus.png');
}

.about_process_section .step-card.step-2:after {
  background-image: url('../images/yellow-plus.png');
}

.about_process_section .step-card.step-1:after,
.about_process_section .step-card.step-2:after {
  height: 32px;
  width: 32px;
}

.about_process_section .step-card {
  padding: 62px 24px 24px;
}

.kuzana-program-container {
  padding: 48px 0px 120px;
  color: #333333;
  background-color: #ffffff;
}

.kuzana-program-container .container {
  max-width: 1100px;
  margin: 0 auto;
}

.kuzana-program-container .program-header {
  text-align: center;
  margin-bottom: 32px;
  max-width: 820px;
  margin-inline: auto;
}


.kuzana-program-container .program-subtitle {
  font-size: 18px;
  line-height: 1.4;
  color: #333333;
  font-weight: 500;
}

.kuzana-program-container .features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 18px;
  padding-top: 0;
}

.kuzana-program-container .features-grid .feature-card {
  background: #ffffff;
  border-radius: 4px;
  padding: 24px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  display: block;
}

.kuzana-program-container .features-grid .feature-card .card-title {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.kuzana-program-container .features-grid .feature-card .card-title h3 {
  font-size: 18px;
  color: rgba(74, 98, 144, 1);
  margin: 0;
  font-weight: 700;
  line-height: 1.4em;
}

.orange-check img {
  width: 18px;
  height: 22px;
  margin-right: 8px;
  object-fit: contain;

}

span.icon-check.orange-check {
  line-height: 0;
}

.kuzana-program-container .features-grid .feature-card p {
  font-size: 18px;
  line-height: 1.4;
  color: #333333;
  font-weight: 500;
  margin-bottom: 0px;
}

.included-banner {
  background: linear-gradient(270deg, #FDC469 0%, #FE7272 50%, #4A6290 100%);
  border-radius: 4px;
  padding: 24px;
  color: #ffffff;
}

.included-banner h2 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 18px;
  line-height: 1.3em;
}

.included-banner .banner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 30px;
}

.included-banner .banner-grid .banner-icon {
  line-height: 0px;
}

.included-banner .banner-grid .banner-item {
  font-size: 16px;
  display: flex;
  align-items: center;
  line-height: 1.4em;
  font-weight: 500;
}

.banner-icon img {
  height: 18px;
  width: 18px;
  object-fit: contain;
  margin-right: 8px;
}

.timeline-dot.botom-dot {
  top: 100% !important;
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .about-hero-section .hero-left h1 {
    font-size: 60px;
    line-height: 4rem;
  }

  .kuzana-program-container {
    padding: 20px 0px 80px;
  }

  .about_process_section {
    padding: 20px 0px 80px;
  }

  .eligibility-section.alredy-building-section {
    padding: 0px 0px 80px;
  }
}

@media (min-width: 768px) and (max-width: 1499px) {

  .about-hero-section .hero-inner-content p,
  .kuzana-program-container .program-subtitle,
  .kuzana-program-container .features-grid .feature-card p,
  .team_subtext,
  .about_process_section .process-header p {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .about-hero-section .hero-left h1 {
    font-size: 46px;
    line-height: 1.2em;
  }

  .about-hero-section .hero-content {
    padding-bottom: 60px;
    padding-top: 10px;
  }

  .kuzana-program-container {
    padding: 0px 0px 50px;
  }

  .kuzana-program-container .features-grid {
    gap: 20px;
  }

  .included-banner .banner-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .timeline-section {
    padding: 50px 0px 60px 0px;
  }

  .about_process_section {
    padding-bottom: 50px;
  }

  .eligibility-section.alredy-building-section {
    padding: 0px 0px 50px;
  }

  .process-section.about_process_section .steps-wrapper .step-card .step-heading {
    min-height: auto;
  }

  .about_process_section .step-card.step-1:after,
  .about_process_section .step-card.step-2:after {
    height: 20px;
    width: 20px;
    right: -32px;
  }

  .eligibility-section.alredy-building-section .eligibility-content {
    text-align: center;
  }

  .about_process_section .step-card {
    padding: 45px 20px 24px;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .about-hero-section .hero-left h1 {
    font-size: 50px;
    line-height: 1.2em;
  }

  .about-hero-section .hero-content {
    padding-bottom: 80px;
    padding-top: 20px;
  }

  .kuzana-program-container {
    padding: 0px 0px 50px;
  }

  .about_process_section {
    padding-bottom: 60px;
  }

  .eligibility-section.alredy-building-section {
    padding: 0px 0px 60px;
  }

}

@media (min-width: 992px) and (max-width: 1024px) {
  .eligibility-section.alredy-building-section ul li {
    text-align: left;
  }
}

@media (max-width: 991px) {
  .kuzana_means .eligibility-image-wrapper {
    order: 2;
  }

  .kuzana_means .eligibility-content {
    order: 1;
  }

  .eligibility-section.alredy-building-section ul li {
    text-align: left;
  }

  .eligibility-section.alredy-building-section .criteria-list {
    margin: 15px 0 0px 0;
  }

  .criteria-list li:last-child {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .features-grid {
    grid-template-columns: 1fr;
  }

  .banner-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .included-banner {
    padding: 25px;
  }

  .kuzana-program-container .features-grid,
  .included-banner .banner-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .kuzana-program-container .program-header {
    margin-bottom: 25px;
  }

  .kuzana-program-container {
    padding: 10px 0px 30px;
  }

  .about-hero-section .hero-inner-content p,
  .kuzana-program-container .program-subtitle,
  .kuzana-program-container .features-grid .feature-card p,
  .team_subtext,
  .about_process_section .process-header p {
    font-size: 15px;
  }

  .about-hero-section .hero-buttons {
    margin-top: 20px;
  }

  .about-hero-section .hero-content {
    padding-bottom: 40px;
  }

  .about-hero-section .hero-inner-content {
    margin-top: 15px;
  }

  .about_process_section {
    padding-bottom: 40px;
  }

  .eligibility-section.alredy-building-section .eligibility-content {
    text-align: center;
  }

  .eligibility-section.alredy-building-section {
    padding: 0px 0px 30px;
  }

  .alredy-building-section .eligibility-footer-text {
    margin-top: 15px;
  }

  .team_subtext {
    margin-bottom: 10px;
  }

  .about_process_section .step-card.step-1:after,
  .about_process_section .step-card.step-2:after {
    height: 25px;
    width: 25px;
  }

  .about_process_section .step-card.step-1:after,
  .about_process_section .step-card.step-2:after {
    bottom: -45px;
  }

  .about_process_section .step-card {
    padding: 50px 20px 20px;
  }

  .about_process_section .heading-h2,
  .kuzana-program-container .heading-h2 {
    margin-bottom: 15px;
  }
}

/* About page css end */

/* Education Investment page css start */
.banner-list {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  list-style: none;
}

.banner-list li {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  line-height: 1.5em;
  display: flex;
  align-items: center;
  gap: 8px;
}

.banner-list li img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.call-to-action.business-action {
  padding: 68px 0px;
  background-image: url(../images/bg-cloudss.png);
}

.workshops-cta-ribbon.education-ribbon {
  max-width: 1160px;
  margin-inline: auto;
}

.workshops-cta-ribbon.education-ribbon a {
  font-style: normal;
}

.education-workshop-section .workshop-card .card-title {
  min-height: auto;
}

.education-workshop-section .workshops-header {
  max-width: 1230px;
}

.industry-flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.industry-card {
  width: calc(33.333% - 16px);
  background-color: #ffffff;
  border-radius: 4px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.industry-card .card-text {
  font-size: 18px;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4em;
  font-weight: 600;
}

.founder_process_section.education-process .process-container {
  max-width: 1260px;
}

.founder_process_section.education-process .icon-wrapper img {
  height: 62px;
  width: 62px;
  object-fit: contain;
}

.founder_process_section.education-process .icon-wrapper {
  display: flex;
}

.founder_process_section.education-process {
  padding-bottom: 120px;
}

.kuzana-program-container.education-program-container .program-header {
  max-width: 100%;
}

.kuzana-program-container.education-program-container .features-grid .feature-card .card-title h3 {
  font-size: 18px;
  color: rgba(51, 51, 51, 1);
  font-weight: 500;
}

.kuzana-program-container.education-program-container .features-grid .feature-card .card-title {
  margin-bottom: 0px;
}

.kuzana-program-container.education-program-container .features-grid {
  gap: 16px;
}

.education-program-container .included-banner p {
  margin: 0px;
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  line-height: 1.3em;
}

.education-program-container .included-banner {
  padding: 10px 50px;
}

.education-walk-away .workshops-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 0px;
}

.education-walk-away .workshops-grid .workshop-card .card-title {
  min-height: auto;
}

.kuzana-ent-header {
  text-align: center;
  margin-bottom: 46px;
}

.kuzana-ent-header p {
  font-size: 18px;
  color: rgba(51, 51, 51, 1);
  margin: 0 auto;
  font-weight: 500;
  line-height: 1.5em;
}

.kuzana-ent-section {
  padding: 60px 0px 72px;
}

.kuzana-ent-content {
  display: grid;
  align-items: center;
  gap: 52px;
  position: relative;
  grid-template-columns: repeat(3, 1fr);
}

.kuzana-ent-col {
  display: flex;
  flex-direction: column;
  gap: 136px;
}



.kuzana-ent-right {
  text-align: left;
}

.kuzana-ent-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.kuzana-ent-item p {
  font-size: 24px;
  line-height: 1.5em;
  color: rgba(51, 51, 51, 1);
  font-weight: 600;
}

.kuzana-ent-item img {
  width: 20px;
  height: 22px;
  object-fit: contain;
  margin-top: 8px;
}

.kuzana-ent-media {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kuzana-ent-img {
  width: 100%;
  margin-bottom: 25px;
}

.kuzana-ent-bottom {
  max-width: 330px;
}

.kuzana-ent-section .container {
  max-width: 1410px;
}

.kuzana-ent-col.kuzana-ent-left .kuzana-ent-item {
  padding-left: 88px;
}

.kuzana-ent-col.kuzana-ent-left .kuzana-ent-item:nth-child(2) {
  padding-left: 0px;
  padding-right: 110px;
}

.kuzana-ent-col.kuzana-ent-right .kuzana-ent-item:nth-child(2) {
  padding-left: 85px;
}

.kuzana-ent-section .heading-h2 {
  color: #4A6290;
  margin-bottom: 20px;
}

.kuzana-ent-section .heading-h2 .highlight-text {
  background-image: linear-gradient(180deg, #ff9e6d 10%, #ff626e 55%, #7a537d 100%);
}


.faq-section {
  padding: 120px 0;
  background-color: #ffffff;
}

.faq-section .container {
  max-width: 1160px;
  margin: 0 auto;
}

.faq-header {
  text-align: center;
  margin-bottom: 46px;
}

.faq-section .heading-h2 {
  color: rgba(74, 98, 144, 1);
}

.faq-section .highlight-text {
  background-image: linear-gradient(180deg, #ff9e6d 10%, #ff626e 55%, #7a537d 100%);
}

.faq-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  border: 1px solid transparent;
  border-radius: 4px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(0deg, #4a62904d, #4a62904d) border-box;
}

.faq-item.active {
  border: 1px solid transparent;
  border-radius: 4px;
  background:
    linear-gradient(#FEF6EA, #FEF6EA) padding-box,
    linear-gradient(270deg, #FDC469 0%, #FE7272 50%, #4A6290 100%) border-box;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 18px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.faq-question:focus-visible {
  outline: none;
}

.faq-icon {

  width: 20px;
  min-width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-icon img {
  width: 16px;
  height: 16px;
  display: block;
  transition: .3s;
}

.question-title {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4;
  color: #4A6290;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .45s ease;
}

.faq-answer-inner {
  padding: 0 18px 18px 50px;
  opacity: 0;
  transition: opacity .25s ease;
}

.faq-item.active .faq-answer-inner {
  opacity: 1;
}

.answer-desc {
  margin: 0;
  font-size: 18px;
  line-height: 1.45em;
  color: rgba(51, 51, 51, 1);
  font-weight: 500;
}

.kuzana-ent-steps-header {
  text-align: center;
  margin-bottom: 46px;
}

.kuzana-ent-steps-section .container {
  max-width: 1305px;
}

section.kuzana-ent-steps-section {
  padding: 60px 0px;
}

.kuzana-ent-steps-header .heading-h2 {
  color: #4A6290;
  margin-bottom: 20px;
}

.kuzana-ent-steps-header .heading-h2 .highlight-text {
  background-image: linear-gradient(180deg, #ff9e6d 10%, #ff626e 55%, #7a537d 100%);
}

.kuzana-ent-steps-header p {
  font-size: 18px;
  color: rgba(51, 51, 51, 1);
  margin: 0 auto;
  line-height: 1.5;
  font-weight: 500;
}

.kuzana-ent-step-num img {
  width: 87px;
  height: 87px;
  object-fit: contain;
}

.kuzana-ent-journey {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  background-image: url(../images/wave.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.kuzana-ent-step-row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  width: 50%;
}

.kuzana-ent-left-align {
  align-self: flex-start;
  padding-right: 70px;
}

.kuzana-ent-right-align {
  align-self: flex-end;
  padding-left: 70px;
}

.kuzana-ent-step-text h3 {
  font-size: 24px;
  color: rgba(51, 51, 51, 1);
  margin-bottom: 16px;
  font-weight: 800;
}

.kuzana-ent-step-text p {
  font-size: 18px;
  color: rgba(51, 51, 51, 1);
  line-height: 1.5em;
  font-weight: 500;
}

.process-section.education_processs {
  padding: 48px 0px 120px;
}

.workshops-section.education-workshop-section {
  padding-top: 120px;
}

@media (max-width: 992px) {
  .kuzana-ent-content {
    flex-direction: column;
    gap: 40px;
  }

  .kuzana-ent-col {
    text-align: center;
    gap: 30px;
  }

  .kuzana-ent-left .kuzana-ent-item {
    flex-direction: row;
  }

  .kuzana-ent-item {
    justify-content: center;
    text-align: center;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .process-section.education_processs {
    padding: 20px 0px 80px;
  }

  .workshops-section.education-workshop-section {
    padding-top: 80px;
  }

  .kuzana-ent-steps-section {
    padding: 20px 0px 40px;
  }

  .workshops-section {
    padding: 40px 0px;
  }

  .kuzana-ent-section {
    padding: 40px 0px 60px;
  }

  .founder_process_section.education-process {
    padding-bottom: 80px;
  }

  .faq-section {
    padding: 80px 0;
  }

  .question-title {
    font-size: 20px;
    ;
  }

  .founder_process_section.education-process .icon-wrapper img {
    height: 52px;
    width: 52px;
  }

  .kuzana-ent-item p {
    font-size: 18px;
  }

  .kuzana-ent-step-text p,
  .kuzana-ent-steps-header p,
  .kuzana-program-container.education-program-container .features-grid .feature-card .card-title h3,
  .banner-list li {
    font-size: 16px;
  }

  .education-program-container .included-banner p {
    font-size: 20px;
  }

  .kuzana-ent-step-num img {
    width: 75px;
    height: 75px;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {

  .kuzana-ent-step-text p,
  .kuzana-ent-steps-header p,
  .kuzana-program-container.education-program-container .features-grid .feature-card .card-title h3,
  .banner-list li {
    font-size: 16px;
  }

  .process-section.education_processs {
    padding: 0px 0px 50px;
  }

  .call-to-action.business-action {
    padding: 60px 0px;
  }

  .workshops-section.education-workshop-section {
    padding: 50px 0px 0px;
  }

  .kuzana-ent-steps-section {
    padding: 50px 0px;
  }

  .workshops-section.education-walk-away {
    padding: 0px;
  }

  .kuzana-ent-section {
    padding: 50px 0px 50px;
  }

  .kuzana-ent-item p {
    font-size: 18px;
  }

  .kuzana-ent-col.kuzana-ent-right .kuzana-ent-item:nth-child(2) {
    padding-left: 50px;
  }

  .kuzana-ent-col.kuzana-ent-left .kuzana-ent-item:nth-child(2) {
    padding-right: 50px;
  }

  .education-program-container .included-banner p {
    font-size: 16px;
  }

  .kuzana-ent-step-num img {
    width: 60px;
    height: 60px;
  }

  .kuzana-ent-step-text h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .kuzana-ent-right-align {
    padding-left: 40px;
  }

  .kuzana-ent-left-align {
    padding-right: 40px;
  }

  .workshops-header {
    margin-bottom: 40px;
  }

  .founder_process_section.education-process {
    padding-bottom: 50px;
  }

  .faq-section {
    padding: 50px 0;
  }

  .question-title {
    font-size: 18px;
  }

  .answer-desc {
    font-size: 16px;
  }

  .faq-header {
    margin-bottom: 35px;
  }

  .founder_process_section.education-process .icon-wrapper img {
    height: 52px;
    width: 52px;
  }

  .industry-card .card-text {
    font-size: 16px;
    text-align: left;
  }

  .industry-card {
    padding: 15px;
    gap: 10px;
  }

  .industry-flex-wrapper {
    gap: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .process-section.education_processs {
    padding: 0px 0px 50px;
  }

  .call-to-action.business-action {
    padding: 50px 0px;
  }

  .workshops-section.education-workshop-section {
    padding-top: 50px;
  }

  .kuzana-ent-steps-section {
    padding: 0px !important;
  }

  .kuzana-ent-step-num img {
    width: 55px;
    height: 55px;
  }

  .founder_process_section .process-header p,
  .kuzana-ent-step-text p,
  .kuzana-ent-steps-header p,
  .kuzana-ent-header p {
    font-size: 16px;
  }

  .kuzana-ent-step-text h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .kuzana-ent-left-align {
    padding-right: 20px;
  }

  .kuzana-ent-right-align {
    padding-left: 20px;
  }

  .kuzana-ent-section {
    padding: 0px 0px 50px;
  }

  .kuzana-ent-item p {
    font-size: 16px;
    text-align: left;
  }

  .kuzana-ent-col.kuzana-ent-right .kuzana-ent-item:nth-child(2) {
    padding-left: 40px;
  }

  .kuzana-ent-col.kuzana-ent-left .kuzana-ent-item:nth-child(2) {
    padding-right: 40px;
  }

  .kuzana-ent-col.kuzana-ent-left .kuzana-ent-item {
    padding-left: 40px;
  }

  .education-program-container .included-banner p {
    font-size: 18px;
  }

  .industry-card {
    padding: 15px;
    gap: 10px;
    text-align: left;
  }

  .founder_process_section.education-process .icon-wrapper img {
    height: 50px;
    width: 50px;
  }

  .industry-card .card-text {
    font-size: 16px;
  }

  .founder_process_section.education-process {
    padding-bottom: 50px;
  }

  .faq-section {
    padding: 50px 0;
  }

  .question-title {
    font-size: 20px;
  }

  .answer-desc,
  .banner-list li {
    font-size: 16px;
  }

  .banner-list {
    gap: 15px;
    flex-wrap: wrap;
  }

  .about-hero-section .hero-buttons {
    margin-top: 25px;
  }

  .education-walk-away .workshops-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .industry-flex-wrapper {
    gap: 18px;
  }
}


@media (max-width: 767px) {

  .founder_process_section .process-header p,
  .kuzana-ent-step-text p,
  .kuzana-ent-steps-header p,
  .kuzana-ent-header p {
    font-size: 15px;
  }

  .process-section.education_processs {
    padding: 0px 0px 30px;
  }

  .call-to-action.business-action {
    padding: 30px 0px;
  }

  .workshops-section.education-workshop-section {
    padding-top: 30px;
  }

  .kuzana-ent-steps-section {
    padding: 0px 0px 30px;
  }

  .kuzana-ent-step-row {
    width: 100%;
  }

  .kuzana-ent-right-align {
    padding-left: 0;
  }

  .kuzana-ent-left-align {
    padding-right: 0px;
  }

  .kuzana-ent-step-num img {
    width: 60px;
    height: 60px;
  }

  .kuzana-ent-step-text h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .kuzana-ent-steps-section {
    padding: 0px !important;
  }

  .education-walk-away .workshops-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .kuzana-ent-section {
    padding: 0px 0px 30px;
  }

  .kuzana-ent-content {
    grid-template-columns: repeat(1, 1fr);
  }

  .kuzana-ent-item p {
    font-size: 16px;
    text-align: left;
  }

  .kuzana-ent-item {
    justify-content: left !important;
  }

  .kuzana-ent-col.kuzana-ent-left .kuzana-ent-item {
    padding-left: 0;
  }

  .kuzana-ent-col.kuzana-ent-left .kuzana-ent-item:nth-child(2) {
    padding-left: 0px;
    padding-right: 0;
  }

  .kuzana-ent-col {
    gap: 15px !important;
  }

  .kuzana-ent-header {
    margin-bottom: 30px;
  }

  .kuzana-ent-item img {
    width: 18px;
    height: 18px;
    margin-top: 4px;
  }

  .kuzana-ent-content {
    gap: 20px;
  }

  .kuzana-ent-col.kuzana-ent-right .kuzana-ent-item:nth-child(2) {
    padding-left: 0;
  }

  .kuzana-ent-media {
    align-items: self-start;
  }

  .kuzana-program-container.education-program-container .features-grid .feature-card .card-title h3 {
    font-size: 15px;
  }

  .kuzana-program-container .features-grid .feature-card {
    padding: 15px;
  }

  .education-program-container .included-banner {
    padding: 10px 20px;
  }

  .education-program-container .included-banner p {
    font-size: 16px;
  }

  .industry-card {
    width: 100%;
    padding: 15px;
    gap: 10px;
  }

  .founder_process_section.education-process .icon-wrapper img {
    height: 50px;
    width: 50px;
  }

  .industry-flex-wrapper {
    gap: 15px;
  }

  .founder_process_section.education-process {
    padding-bottom: 30px;
  }

  .faq-section {
    padding: 30px 0;
  }

  .question-title {
    font-size: 16px;
  }

  .faq-question {
    gap: 8px;
    padding: 15px 15px;
  }

  .faq-answer-inner {
    padding: 0 15px 15px 45px;
  }

  .answer-desc {
    font-size: 15px;
  }

  .faq-header {
    margin-bottom: 30px;
  }

  .call-to-action {
    padding: 40px 0px !important;
  }

  .industry-card .card-text {
    font-size: 16px;
  }

  .about_process_section .heading-h2 br,
  .kuzana-program-container .heading-h2 br {
    display: none;
  }

  .banner-list {
    gap: 12px;
    list-style: none;
    flex-wrap: wrap;
    text-align: left;
  }

  .banner-list li {
    font-size: 15px;
  }

  .banner-list li img {
    width: 16px;
    height: 16px;
  }

  .kuzana-ent-bottom {
    max-width: 100%;
  }

  .founder_process_section .steps-wrapper {
    gap: 50px;
  }

  .founder_process_section .steps-wrapper .step-card .step-number img {
    height: 35px;
    width: 35px;
  }

  .workshops-section .workshops-header .heading-h2 {
    margin-bottom: 15px;
  }
}


/* Education Investment page css end */