.apply-btn,
.header .nav a {
  color: #fff;
  font-size: 18px;
}
.apply-btn:hover,
.primary-btn:hover,
.process-section .steps-wrapper .step-card.step-3 .step-number {
  background: #fdc469;
}
.cards-stack .card,
.hero-content {
  grid-template-columns: repeat(2, 1fr);
}
.subscribe-btn,
.subscribe-input {
  font-family: Urbanist, sans-serif !important;
}
.criteria-list,
.footer-section .footer-links {
  list-style: none;
}
.subscribe-btn,
.whatsapp-text {
  white-space: nowrap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Urbanist, sans-serif;
  font-style: normal;
}
.hero-section {
  position: relative;
  overflow: hidden;
  background-color: #4a628d;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 120px;
}
.container,
.header {
  width: 100%;
  padding: 0 15px;
}
.logo img {
  max-width: 144px;
}
.container {
  max-width: 1680px;
  margin: auto;
  position: relative;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ffffff33;
  padding: 18px 0;
}
.header .nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header .nav a {
  text-decoration: none;
  transition: 0.38s ease-in-out;
  font-weight: 400;
}
.header .nav a:hover,
.secondary-btn:hover,
.step-card.step-3 .step-heading {
  color: #fdc469;
}
.apply-btn {
  background: #fe7272;
  padding: 15px 24px;
  border-radius: 4px;
  font-weight: 600 !important;
  margin-left: 8px;
  transition: 0.3s ease-in-out;
}
.primary-btn,
.secondary-btn {
  text-decoration: none;
  font-weight: 600;
}
.apply-btn:hover {
  color: #fff !important;
}
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.hamburger span {
  width: 28px;
  height: 3px;
  background: #fff;
  border-radius: 20px;
  transition: 0.3s;
}
.card-image img,
.chart-box,
.chart-image-wrap,
.primary-btn,
.result-tag a {
  border-radius: 4px;
}
.call-to-action .cta-bttn,
.primary-btn,
.secondary-btn,
.secondary-btn img,
.subscribe-btn {
  transition: 0.3s ease-in-out;
}
.hero-content {
  display: grid;
  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,
.primary-btn,
.secondary-btn {
  color: #fff;
  font-size: 18px;
}
.hero-right p {
  line-height: 1.6;
  margin-bottom: 15px;
  font-weight: 500;
}
.hero-buttons {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 35px;
}
.primary-btn {
  background: #fe7272;
  padding: 15px 24px;
  display: inline-block;
}
.secondary-btn {
  display: flex;
  align-items: center;
  gap: 8px;
}
.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;
}
.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.jpg);
  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;
}
.batch-subtext,
.counter-container .counter-item p,
.eligibility-footer-text,
.kuzana-program .program-header .description,
.timeline-section .timeline-header .timeline-subtitle,
.workshop-card .card-desc,
.workshops-section .workshops-header .workshops-subtitle {
  font-size: 18px;
  line-height: 1.4;
  color: #333;
  font-weight: 500;
}
.counter-container .counter-item h2 {
  margin-bottom: 24px;
  border-bottom: 1px solid #fdc469;
  padding-bottom: 10px;
}
.batch-section .batch-container .highlight-text,
.counter-container .counter-item h2 .highlight-text,
.eligibility-section .highlight-text,
.event-highlights-section .highlight-text,
.kuzana-program .heading-h2 .highlight-text,
.kuzana-section .highlight-text,
.team-section .highlight-text,
.timeline-section .timeline-header .highlight-text,
.workshops-section .workshops-header .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;
}
.batch-header-content {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}
.batch-header-content h2,
.timeline-section .timeline-header .heading-h2,
.workshops-section .workshops-header .heading-h2 {
  color: #4a6290;
  margin-bottom: 20px;
}
.batch-section {
  padding: 48px 0 120px;
  position: relative;
}
.batch-section:after,
.card-badge {
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
}
.batch-section:after {
  content: "";
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/scale-bg.png);
  z-index: -1;
}
.cards-stack {
  display: flex;
  flex-direction: column;
  gap: 84px;
}
.cards-stack .card {
  position: sticky;
  display: grid;
  justify-content: space-between;
  width: 100%;
  border-radius: 0 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.jpg);
  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.webp);
  top: 160px;
  z-index: 3;
}
.cards-stack .card.card-4 {
  background-image: url(../images/blue-bg.jpg);
  top: 160px;
  z-index: 4;
}
.card-badge {
  top: -59px;
  padding: 22px 24px 8px;
  font-weight: 800;
  font-size: 24px;
  color: #fff;
  line-height: normal;
  background-image: url(../images/Rectangle-1.png);
}
.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,
.founders-section .founders-subtitle {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}
.cards-stack .card .card-content p.result-text,
.chart-box .bottom-banner {
  font-size: 20px;
  font-style: italic;
}
.chart-box .bottom-banner,
.result-tag a {
  font-weight: 700;
  background: #0a9100;
  color: #fff;
}
.cards-stack .card .card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 110px;
  gap: 80px;
}
.card-image img {
  width: 100%;
  height: 412px;
  object-fit: cover;
}
.result-tag a {
  padding: 10px 16px;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.cards-stack .card .card-content p.result-text strong {
  font-weight: 900;
  font-style: normal;
}
.kuzana-section {
  padding: 120px 15px 0;
  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;
  box-shadow: 0 0 14px #00000026;
}
.chart-image-wrap img,
.footer-column,
.team-section .team-grid .team-card .image-wrapper img {
  width: 100%;
}
.chart-image-wrap {
  background: #f5f5f5;
}
.chart-box .bottom-banner {
  text-align: center;
  padding: 10px 20px;
  border-radius: 0 0 4px 4px;
}
.call-to-action {
  padding: 80px 0;
  background-image: url(../images/cta-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.call-to-action .heading-h2,
.founders-section .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;
}
.footer-bottom a,
.footer-section .footer-links a,
.footer-section .social-icon,
.privacy-notice a {
  transition: 0.38s ease-in-out;
  text-decoration: none;
}
.call-to-action .cta-bttn:hover {
  background: #fdc469;
  color: #fff;
}
.footer-section {
  background-color: #fdf6ec;
  padding: 70px 0 0;
  color: #333;
}
.footer-container {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr 0.7fr 1.3fr;
  gap: 60px;
  align-items: flex-start;
}
.social-icons,
.subscribe-form {
  gap: 10px;
  display: flex;
}
.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: #333;
  font-weight: 500;
}
.footer-section .social-media-wrapper h3 {
  font-size: 24px;
  color: #385a8a;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 30px;
}
.footer-section .social-icon {
  width: 40px;
  height: 40px;
  background-color: #fe7272;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.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 li {
  margin-bottom: 16px;
}
.about-us .about-container .about-content .about-subtext:last-child,
.footer-section .footer-links li:last-child,
.founder-quote p:last-child {
  margin-bottom: 0;
}
.footer-section .footer-links a {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  display: block;
  line-height: 26px;
}
.footer-bottom a:hover,
.footer-links a:hover,
.privacy-notice a:hover {
  color: #385a8a;
}
.subscribe-form {
  width: 100%;
  margin-bottom: 16px;
}
.subscribe-input {
  flex: 1;
  padding: 14px 17px;
  border: 0.5px solid #fe727233;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  outline: 0;
  color: #333;
  font-weight: 500;
}
.subscribe-input::placeholder {
  color: #33333380;
  font-family: Urbanist, sans-serif !important;
}
.subscribe-btn {
  background-color: #fe7272;
  color: #fff;
  border: none;
  padding: 15px 24px;
  font-size: 18px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  line-height: normal;
}
.subscribe-btn:hover {
  background-color: #fdc469;
  opacity: 0.9;
}
.privacy-notice {
  font-size: 16px;
  line-height: 25px;
  color: #33333399;
  font-weight: 500;
}
.privacy-notice a {
  color: #33333399;
}
.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;
}
.about-us {
  padding: 60px 0;
}
.about-us .about-container img,
.eligibility-image-wrapper img,
.founder-card .founder-photo {
  width: 100%;
  border-radius: 4px;
}
.about-us .about-container,
.process-section .process-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;
}
.criteria-list li,
.founder-quote p {
  margin-bottom: 12px;
}
.about-us .about-container .about-content .about-subtext {
  font-size: 18px;
  line-height: 1.4;
  color: #333;
  font-weight: 500;
  margin-bottom: 12px;
}
.team-section {
  padding: 60px 0 120px;
  text-align: center;
  background-color: #fff;
}
.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:nth-child(2) {
  padding-top: 100px;
}
.team-section .team-grid .team-card .member-name {
  font-size: 32px;
  color: #4a6290;
  margin: 24px 0 6px;
  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;
}
.step-card.step-2 .step-heading,
.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 0 60px;
}
.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;
}
.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;
}
.yt-play-button {
  width: 64px;
  height: 46px;
}
.yt-play-bg {
  fill: #f61c0d;
  transition: fill 0.2s, fill-opacity 0.2s;
}
.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);
}
.criteria-list li::before,
.founders-section,
.step-card.step-1:after,
.step-card.step-2:after,
.timeline-section {
  background-repeat: no-repeat;
  background-position: center;
}
.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 .play-btn-overlay,
.video-wrapper.video-active .video-thumbnail {
  display: none;
  pointer-events: none;
}
.event-highlights-section .content-wrapper {
  text-align: center;
  align-items: center;
}
.eligibility-section .heading-h2,
.event-highlights-section .heading-h2,
.kuzana-program .program-header .heading-h2,
.step-card.step-1 .step-heading {
  color: #4a6290;
}
.event-highlights-section .content-wrapper img.event-highlight-icon {
  width: 100%;
  margin-bottom: -30px;
}
.batch-section .batch-header img.event-highlight-icon,
.team-section img.event-highlight-icon {
  width: 100%;
  margin-bottom: -60px;
}
.event-highlights-section .event-description {
  font-size: 18px;
  line-height: 1.4;
  color: #333;
  font-weight: 500;
  margin: 24px 0 32px;
}
.founder-name,
.founder-quote strong {
  font-weight: 800;
}
.founders-section {
  padding: 80px 0;
  text-align: center;
  background-image: url(../images/founder-gradient-bg.webp);
  background-size: cover;
}
.eligibility-content,
.founder-quote {
  text-align: left;
}
.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-name {
  font-size: 32px;
  color: #fff;
  line-height: 1.3em;
}
.founder-batch,
.founder-role {
  font-style: italic;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3em;
}
.founder-role {
  color: #fdc469;
}
.founder-batch {
  color: #fff;
}
.founder-quote {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}
.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,
.header.sticky .header-container {
  border-bottom: none;
}
.founder-card-outer:last-child .founder-card {
  padding-bottom: 0;
}
.founder-logo.nwidilogo img {
  width: 220px;
}
.eligibility-section {
  padding: 60px 0 110px;
}
.eligibility-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  width: 100%;
  align-items: center;
}
.criteria-list {
  padding: 0;
  margin: 24px 0 16px;
}
.criteria-list li {
  position: relative;
  padding-left: 28px;
  font-size: 18px;
  line-height: 1.4;
  color: #333;
  font-weight: 500;
}
.process-btn p,
.workshops-cta-ribbon a {
  background: linear-gradient(270deg, #fdc469 0, #fe7272 50%, #4a6290 100%);
  padding: 10px 24px;
  font-style: italic;
  transition: 0.38s ease-in-out;
  text-decoration: none;
}
.criteria-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background-image: url("../images/tick.png");
  background-size: contain;
}
.timeline-section {
  padding: 80px 0 60px;
  background-image: url("../images/program-bg.jpg");
  background-size: cover;
}
.timeline-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}
.timeline-container {
  position: relative;
  max-width: 1480px;
  margin: 0 auto;
  display: grid;
}
.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: #333;
  font-weight: 500;
  margin-bottom: 15px;
}
.timeline-item .highlight-box {
  background-color: #fdc469;
  padding: 10px 18px;
  border-radius: 4px;
  font-style: italic;
  color: #000;
  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: 0;
  width: 20px;
  height: 20px;
  z-index: 3;
}
.timeline-dot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.feature-icon-box img,
.step-icon img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}
.left-item .timeline-dot {
  right: 0;
  transform: translateX(50%);
  top: 0;
}
.right-item .timeline-dot {
  left: 0;
  transform: translateX(-50%);
  top: 0;
}
.timeline-dot.botom-dot {
  top: 100%;
}
.workshops-section {
  padding: 60px 0;
  background-color: #fff;
}
.workshops-header {
  text-align: center;
  max-width: 1036px;
  margin-bottom: 46px;
  margin-left: auto;
  margin-right: auto;
}
.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: #333;
  margin-bottom: 12px;
  line-height: 1.4em;
  min-height: 68px;
}
.workshops-cta-ribbon {
  display: flex;
  justify-content: center;
  text-align: center;
}
.workshops-cta-ribbon a {
  text-align: center;
  border-radius: 4px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.kuzana-program {
  text-align: center;
  padding: 60px 0;
}
.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;
}
.inspiration-board {
  background-color: #4a6290;
  color: #fff;
  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: 0 40px 15px;
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 12px;
}
.features-grid,
.process-section .steps-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.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;
}
.inspiration-card p {
  font-size: 18px;
  line-height: 1.4em;
  color: #ffffffcc;
  font-weight: 500;
}
.process-section {
  padding: 60px 0;
  text-align: center;
}
.process-section .step-card {
  padding: 62px 24px 30px;
  border: 1px solid #4a6290;
  border-radius: 4px;
  position: relative;
}
.step-card.step-2 {
  border-color: #fe7272;
}
.step-card.step-3 {
  border-color: #fdc469;
}
.process-section .steps-wrapper {
  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: #333;
  font-weight: 600;
}
.step-icon img {
  margin-bottom: 20px;
}
.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 h2.section-title {
  font-weight: 800;
  color: #4a6290;
  font-size: 32px;
  line-height: 1.3em;
}
.features-grid {
  gap: 24px;
  margin-bottom: 24px;
  padding-top: 32px;
}
.feature-card {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  padding: 24px;
  box-shadow: 0 0 10px 0 #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: #333;
  font-weight: 600;
  text-align: left;
}
.included-section {
  padding-top: 62px;
}
.process-btn p {
  text-align: center;
  border-radius: 4px;
  font-size: 22px;
  font-weight: 600;
  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;
}
.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: 0 15px;
  animation: 0.35s ease-out slideDown;
}
@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 (min-width: 1200px) and (max-width: 1499px) {
  .hero-left h1 {
    font-size: 60px;
    line-height: 1.2;
  }
  .about-us .about-container .about-content .about-subtext,
  .batch-subtext,
  .call-to-action .cta-subtext,
  .cards-stack .card,
  .cards-stack .card .card-content p,
  .counter-container .counter-item p,
  .criteria-list li,
  .feature-card p.feature-text,
  .footer-bottom p,
  .footer-section .brand-description,
  .footer-section .footer-links a,
  .footer-section .newsletter-sub,
  .founder-quote,
  .header .nav a,
  .hero-right p,
  .inspiration-card p,
  .primary-btn,
  .process-section .steps-wrapper .step-card .step-details,
  .secondary-btn,
  .subscribe-btn,
  .timeline-item .highlight-box,
  .timeline-item .item-desc,
  .workshop-card .card-desc,
  .workshops-section .workshops-header .workshops-subtitle,
  p.eligibility-footer-text {
    font-size: 16px;
  }
  .hero-content {
    gap: 30px;
    padding: 50px 0 0;
  }
  .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 0 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-batch,
  .founder-role {
    font-size: 26px;
  }
  .founder-card-outer .founder-card {
    gap: 40px;
  }
  .event-highlights-section {
    padding: 80px 0 40px;
  }
  .about-us,
  .kuzana-program,
  .process-section {
    padding: 40px 0;
  }
  .inspiration-board {
    padding: 50px 30px;
  }
  .inspiration-card {
    padding: 0 25px 15px;
  }
  .inspiration-card h3 {
    font-size: 24px;
  }
  .process-btn p,
  .workshops-cta-ribbon a {
    font-size: 20px;
  }
  .eligibility-section {
    padding: 40px 0 80px;
  }
  .team-section {
    padding: 60px 0 80px;
  }
  .team-section .team-grid {
    gap: 100px;
  }
  .privacy-notice {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .cards-stack .card,
  .counter-container,
  .features-grid,
  .footer-container,
  .founder-card-outer .founder-card,
  .kuzana-program .grid-container,
  .process-section .steps-wrapper,
  .team-section .team-grid,
  .workshops-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .counter-container .counter-item p,
  .hero-left h1,
  .hero-right p,
  .inspiration-card {
    text-align: center;
  }
  .hero-section {
    background: #294a7e;
    padding-top: 150px;
  }
  .hero-left h1 {
    font-size: 32px !important;
    line-height: 1.2em !important;
  }
  .hero-buttons {
    flex-direction: column;
    align-items: flex-start;
  }
  .founder-right-side,
  .header .nav {
    gap: 15px;
  }
  .founder-batch,
  .header .nav a,
  .secondary-btn {
    font-size: 16px;
  }
  .apply-btn,
  .primary-btn {
    padding: 12px 18px;
    font-size: 16px;
  }
  .counter-container {
    gap: 30px;
  }
  .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);
  }
  .people-image,
  .step-details br {
    display: none;
  }
  .hero-contents {
    margin-bottom: 150px;
  }
  .counter-section,
  .event-highlights-section,
  .founders-section,
  .process-section,
  .team-section,
  .timeline-section,
  .workshops-section {
    padding: 30px 0;
  }
  .heading-h2 {
    font-size: 30px;
  }
  .counter-container .counter-item h2 {
    margin-bottom: 12px;
    padding-bottom: 8px;
    text-align: center;
  }
  .about-us .about-container .about-content .about-subtext,
  .batch-subtext,
  .call-to-action .cta-subtext,
  .cards-stack .card .card-content p,
  .counter-container .counter-item p,
  .criteria-list li,
  .feature-card p.feature-text,
  .footer-bottom p,
  .footer-section .brand-description,
  .footer-section .footer-links a,
  .footer-section .newsletter-sub,
  .founder-quote,
  .founders-section .founders-subtitle,
  .hero-right p,
  .inspiration-card p,
  .kuzana-program .program-header .description,
  .process-section .steps-wrapper .step-card .step-details,
  .subscribe-btn,
  .subscribe-input,
  .timeline-item .highlight-box,
  .timeline-item .item-desc,
  .timeline-section .timeline-header .timeline-subtitle,
  .workshop-card .card-desc,
  .workshops-section .workshops-header .workshops-subtitle,
  p.eligibility-footer-text {
    font-size: 15px;
  }
  .batch-section .batch-header img.event-highlight-icon,
  .team-section img.event-highlight-icon {
    margin-bottom: -20px;
  }
  .batch-header-content {
    max-width: 100%;
  }
  .batch-section {
    padding: 15px 0 30px;
  }
  .card-badge {
    top: -43px;
    padding: 18px 20px 8px;
    font-size: 16px;
  }
  .cards-stack .card {
    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;
    min-height: 70px;
  }
  .card-image img {
    height: 200px;
    object-fit: contain;
  }
  .step-icon img,
  .workshop-card .card-icon {
    height: 50px;
    width: 50px;
  }
  .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 p.card-discription {
    min-height: 148px;
  }
  .cards-stack .card.card-4 .card-badge {
    left: 143px;
  }
  .kuzana-section {
    padding: 30px 15px 0;
    max-width: 100%;
  }
  .card-header-row,
  .kuzana-section .kuzana-header {
    margin-bottom: 20px;
  }
  .chart-box {
    padding: 15px;
  }
  .chart-box .bottom-banner {
    font-size: 15px;
    padding: 10px 12px;
  }
  .about-us .about-container .about-content .heading-h2,
  .call-to-action .heading-h2,
  .footer-section .brand-description,
  .footer-section .newsletter-sub,
  .founders-section .heading-h2,
  .kuzana-section .kuzana-header .heading-h2,
  .team-section .team-header .heading-h2 {
    margin-bottom: 15px;
  }
  .founder-card-outer,
  .included-section {
    padding-top: 30px;
  }
  .founder-name,
  .team-section .team-grid .team-card .member-role {
    font-size: 20px;
  }
  .founder-role,
  .kuzana-program .badge-container .badge-text {
    font-size: 18px;
  }
  .founder-logo img {
    width: 70px;
    padding: 10px;
  }
  .founder-card-outer .founder-card {
    max-width: 100%;
    padding-bottom: 20px;
    gap: 20px;
  }
  .founder-logo.nwidilogo img {
    width: 150px;
  }
  .eligibility-container,
  .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 .event-description {
    font-size: 15px;
    margin: 20px 0;
  }
  .about-us,
  .kuzana-program {
    padding: 0;
  }
  .kuzana-program .program-header {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .inspiration-board {
    padding: 30px 20px;
  }
  .inspiration-card {
    border-right: none;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    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 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 {
    margin-bottom: 10px;
  }
  .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: 0 0 30px;
  }
  .timeline-item {
    width: 100%;
    padding: 25px 0 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: 0;
  }
  .timeline-header {
    max-width: 100%;
    margin: 0 auto 20px;
  }
  .workshops-grid,
  .workshops-header {
    margin-bottom: 25px;
  }
  .workshop-card .card-title {
    font-size: 20px;
    margin-bottom: 10px;
    min-height: auto;
  }
  .workshop-card .card-number img {
    width: 50px;
  }
  .workshop-card {
    padding: 20px;
  }
  .workshops-grid {
    gap: 20px;
  }
  .workshops-cta-ribbon a {
    padding: 10px 20px;
    font-size: 16px;
  }
  .about-us .about-container .about-content {
    max-width: 100%;
    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;
  }
  .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 0;
  }
  .footer-section {
    padding: 30px 0 0;
  }
  .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;
  }
  .privacy-notice {
    font-size: 14px;
    line-height: 1.5em;
  }
  .footer-bottom {
    margin-top: 30px;
    padding: 15px;
  }
  .logo img {
    max-width: 120px;
  }
  .hero-buttons {
    align-items: center;
    gap: 15px;
    margin-top: 20px;
  }
  .header-container {
    padding: 15px 0;
  }
  .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;
    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: #fff;
    border-radius: 10px;
    transition: 0.3s;
  }
  .hamburger.active span:first-child {
    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: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .footer-logo img,
  .footer-section .brand-description,
  .footer-section .newsletter-sub {
    margin-bottom: 15px;
  }
  .counter-container {
    gap: 50px;
  }
  .hero-left h1 {
    font-size: 50px;
    line-height: 1.2em;
  }
  .about-us .about-container .about-content .about-subtext,
  .batch-subtext,
  .call-to-action .cta-subtext,
  .cards-stack .card .card-content p,
  .counter-container .counter-item p,
  .criteria-list li,
  .feature-card p.feature-text,
  .footer-bottom p,
  .footer-section .brand-description,
  .footer-section .footer-links a,
  .footer-section .newsletter-sub,
  .founder-quote,
  .header .nav a,
  .hero-right p,
  .inspiration-card p,
  .kuzana-program .program-header .description,
  .primary-btn,
  .process-btn p,
  .process-section .steps-wrapper .step-card .step-details,
  .secondary-btn,
  .subscribe-btn,
  .timeline-item .highlight-box,
  .timeline-item .item-desc,
  .timeline-section .timeline-header .timeline-subtitle,
  .workshop-card .card-desc,
  .workshops-cta-ribbon a,
  .workshops-section .workshops-header .workshops-subtitle,
  p.eligibility-footer-text {
    font-size: 16px;
  }
  .hero-content {
    gap: 30px;
    padding: 40px 0 0;
  }
  .heading-h2 {
    font-size: 46px;
  }
  .call-to-action,
  .counter-section,
  .eligibility-section,
  .founders-section,
  .kuzana-program,
  .team-section,
  .timeline-section {
    padding: 50px 0;
  }
  .founder-card-outer .founder-card {
    padding-bottom: 25px;
    gap: 20px;
    grid-template-columns: 220px 1fr;
  }
  .eligibility-container,
  .footer-container {
    gap: 35px;
  }
  .subscribe-btn {
    padding: 15px 20px;
  }
  .privacy-notice {
    font-size: 14px;
  }
  .footer-section .column-title,
  .founder-role,
  .team-section .team-grid .team-card .member-name {
    font-size: 22px;
  }
  .footer-section {
    padding: 50px 0 0;
  }
  .footer-section .footer-links li {
    margin-bottom: 10px;
  }
  .footer-logo img {
    max-width: 160px;
  }
  .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;
  }
  .team-section .team-grid {
    gap: 60px;
    padding-top: 15px;
  }
  .chart-box .bottom-banner,
  .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 0;
  }
  .workshops-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .workshops-section {
    padding: 40px 0;
  }
  .inspiration-board .board-title,
  .timeline-item .item-title {
    font-size: 24px;
  }
  .timeline-item {
    padding: 40px 25px;
  }
  .heading-h2 br {
    display: none;
  }
  .founder-name,
  .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: 0 0 20px;
  }
  .included-section {
    padding-top: 50px;
  }
  .inspiration-board {
    padding: 40px 30px;
  }
  .inspiration-card {
    padding: 0 15px 15px;
  }
  .inspiration-card h3 {
    font-size: 20px;
    height: auto;
  }
  .event-highlights-section {
    padding: 50px 0 20px;
  }
  .event-highlights-section .event-description {
    font-size: 16px;
    margin: 20px 0 25px;
  }
  .founder-batch {
    font-size: 20px;
  }
  .founder-logo img {
    width: 80px;
    padding: 10px;
  }
  .founder-logo.nwidilogo img {
    width: 160px;
  }
  .batch-section {
    padding: 50px 0 60px;
  }
  .kuzana-section {
    padding: 50px 15px 0;
  }
  .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;
  }
  .founder-right-side {
    gap: 25px;
  }
}
@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;
  }
  .about-us .about-container .about-content .about-subtext,
  .batch-subtext,
  .call-to-action .cta-subtext,
  .cards-stack .card .card-content p,
  .counter-container .counter-item p,
  .criteria-list li,
  .feature-card p.feature-text,
  .footer-bottom p,
  .footer-section .brand-description,
  .footer-section .footer-links a,
  .footer-section .newsletter-sub,
  .founder-quote,
  .hero-right p,
  .inspiration-card p,
  .kuzana-program .program-header .description,
  .primary-btn,
  .process-section .steps-wrapper .step-card .step-details,
  .result-tag a,
  .secondary-btn,
  .subscribe-btn,
  .team-section .team-grid .team-card .member-role,
  .timeline-item .highlight-box,
  .timeline-item .item-desc,
  .workshop-card .card-desc,
  .workshops-section .workshops-header .workshops-subtitle,
  p.eligibility-footer-text {
    font-size: 16px;
  }
  .chart-box .bottom-banner,
  .process-btn p,
  .workshops-cta-ribbon a {
    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,
  .eligibility-container,
  .event-highlights-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .cards-stack .card {
    padding: 40px;
  }
  .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;
  }
  .card-badge,
  .founder-batch,
  .founder-role,
  .inspiration-card h3 {
    font-size: 20px;
  }
  .card-badge {
    top: -51px;
    padding: 22px 22px 8px;
  }
  .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,
  .event-highlights-section,
  .founders-section,
  .workshops-section {
    padding: 50px 0;
  }
  .batch-section {
    padding: 20px 0 50px;
  }
  .kuzana-section {
    padding: 50px 15px 0;
  }
  .founder-card-outer .founder-card {
    padding-bottom: 25px;
    gap: 25px;
    grid-template-columns: 200px 1fr;
  }
  .features-grid,
  .workshops-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .kuzana-program {
    padding: 10px 0 50px;
  }
  .inspiration-board {
    padding: 40px 20px;
  }
  .inspiration-card {
    padding: 0 15px 15px;
  }
  .inspiration-board .board-title {
    font-size: 24px;
  }
  .features-grid {
    margin-bottom: 24px;
  }
  .eligibility-section,
  .process-section {
    padding: 0 0 50px;
  }
  .timeline-item {
    padding: 34px 25px;
  }
  .timeline-item .item-title {
    font-size: 24px;
    line-height: 1.2em;
  }
  .about-us {
    padding: 0 0 30px;
  }
  .about-us .about-container .about-content {
    margin-bottom: 30px;
  }
  .team-section {
    padding: 30px 0 50px;
  }
  .team-section .team-grid {
    gap: 35px;
  }
  .team-section .team-grid .team-card .member-name {
    font-size: 20px;
    margin: 10px 0 6px;
  }
  .team-section .team-grid .team-card .member-links {
    gap: 12px;
    font-size: 16px;
  }
  .call-to-action {
    padding: 60px 0;
  }
  .footer-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .footer-section {
    padding: 50px 0 0;
  }
  .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;
  }
  .secondary-btn img {
    width: 20px;
    height: 20px;
  }
  .founder-name {
    font-size: 22px;
  }
  .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;
  }
}
.dropdown {
  position: relative;
}
.dropdown-menu {
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  min-width: 220px;
  background: #4a6290;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999;
}
.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.dropdown-menu a {
  display: block;
  padding: 12px 16px;
  color: #fff;
  text-decoration: none;
  font-size: 16px !important;
  transition: 0.3s;
}
.dropdown-toggle img {
  width: 14px;
  height: 8px;
  filter: brightness(0) invert(1);
  margin-left: 3px;
}
.dropdown-menu a:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.dropdown-menu a:hover {
  background: #fe7272;
  color: #fff !important;
}
@media (max-width: 991px) {
  .dropdown {
    width: 100%;
  }
  .dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .dropdown-toggle img {
    width: 10px;
    height: 6px;
  }
  .dropdown-menu {
    position: static;
    width: 100%;
    min-width: 100%;
    margin-top: 8px;
    background: #3f5784;
    border: none;
    border-radius: 8px;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
  }
  .dropdown.active .dropdown-menu {
    display: block;
  }
  .dropdown-menu a {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .dropdown-menu a:last-child {
    border-bottom: none;
  }
}
.whatsapp-link {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  padding: 0.875rem 1.25rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  transition: 0.3s;
  font-size: 0.9rem;
}
.whatsapp-link:hover {
  background-color: #20ba5a;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.5);
  color: #fff;
}
.whatsapp-link:active {
  transform: translateY(0);
}
.whatsapp-icon {
  font-size: 1.2rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .whatsapp-link {
    bottom: 15px;
    right: 15px;
    padding: 0.75rem 1rem;
    font-size: 0.85rem;
    border-radius: 45px;
  }
  .whatsapp-icon {
    font-size: 1.1rem;
  }
}
@media (max-width: 480px) {
  .whatsapp-link {
    bottom: 15px;
    right: 15px;
    padding: 0.7rem 0.9rem;
    font-size: 0.8rem;
    border-radius: 40px;
    box-shadow: 0 3px 10px rgba(37, 211, 102, 0.4);
  }
  .whatsapp-icon {
    font-size: 1rem;
  }
  .whatsapp-text {
    font-size: 0.75rem;
  }
}
@media (max-width: 360px) {
  .whatsapp-link {
    bottom: 12px;
    right: 12px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(37, 211, 102, 0.4);
  }
  .whatsapp-text {
    display: none;
  }
  .whatsapp-icon {
    font-size: 1.1rem;
  }
}
