/* HERO SECTION */
.hero {
  text-align: center;
  padding: 4rem 2rem;
}

.hero-content {
  max-width: 915px;
  margin: 0 auto;
}

.hero-badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 2px solid #0A2237;
  border-radius: 50px;
  font-weight: bold;
  color: #0A2237;
  margin-bottom: 22px;
  font-size: 14px;
}

.hero-tagline {
  font-size: 32px;
  text-transform: capitalize;
  line-height: 99.8%;
  margin-bottom: 22px;
  color: #EB9128;
}

.hero-title {
  font-size: 78px;
  text-transform: uppercase;
  margin-bottom: 32px;
  line-height: 99.8%;
  color: #0a2237;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}

.hero-description {
  font-size: 16px;
  line-height: 150%;
  color: #555;
  margin-bottom: 32px;
  font-family: 'Gotham Pro';
  color: #0a2237;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 58px;
}

.btn {
  display: inline-block;
  padding: 16px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
  font-family: 'Gotham Pro';
}

.primary-btn {
  background-color: #F2994A;
  color: #fff;
}

.primary-btn:hover {
  background-color: #d97706;
}

.secondary-btn {
  color: #F2994A;
}

.secondary-btn:hover {
  background-color: #f39d121e;
  color: #EB9128;
}

.hero-image img {
  width: 100%;
  max-width: 1272px;
  height: 289px;
  display: block;
  margin: 0 auto;
  border-radius: 20px;
  object-fit: cover;
}

/* ORANGE SECTION */
.orange-card {
  background: radial-gradient(circle at center, #F7931E, #F2994A);
  border-radius: 20px;
  padding: 50px 60px;
  margin: 4rem auto;
  max-width: 1272px;
  color: #fff;
  position: relative;
  overflow: hidden;  
}

.card-bg-image {
  position: absolute;
  bottom: -230px;    
  right: -120px;      
  width: 600px; 
  max-width: none; 
  z-index: 1;    
}

.card-content {
  position: relative; 
  z-index: 2;
}


.card-subtitle {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #0A2237;
  font-size: 16.8px;
  line-height: 25.5px;
  font-weight: 550;
  font-family: 'Gotham Pro';
  text-align: left;
  display: flex;
  align-items: center;
}

.card-title {
  margin-bottom: 2rem;
  width: 1026px;
  position: relative;
  font-size: 45.56px;
  letter-spacing: -0.5px;
  line-height: 57.6px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: left;
  display: flex;
  align-items: center;
  height: 113px;
}

.card-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
  justify-content: left;
  text-align: left;
}

.card-column {
  width: 350px;
}

.card-column h5 {
  margin-bottom: 12px;
  width: 205px;
  font-size: 32px;
  letter-spacing: -0.2px;
  line-height: 150%;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  color: #0a2237;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: left;
  height: 41px;
}

.card-column p {
  width: 300px;
  position: relative;
  font-size: 12.94px;
  line-height: 20.5px;
  font-family: 'Gotham Pro';
  color: #fff;
  text-align: left;
  display: flex;
  align-items: center;
  height: auto;
}

/* MISSION SECTION */
.mission-vision {
  padding: 4rem 2rem;
  text-align: center;
  color: #000;
}

.mv-content {
  max-width: 986px;
  margin: 0 auto;
}

.mv-title {
  margin-bottom: 35px;
  font-weight: bold;
  position: relative;
  font-size: 40px;
  font-family: "Ubuntu", sans-serif;
  color: #000;
  text-align: center;
}

.mv-description {
  margin-bottom: 3rem;
  position: relative;
  font-size: 14px;
  line-height: 25.2px;
  font-family: 'Gotham Pro';
  color: #333;
  text-align: center;
  max-width: 736px;
  margin-left: auto;
  margin-right: auto;
}

.mv-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 52px;
  justify-content: center;
  margin-bottom: 55px;
}

.mv-card {
  background: #fff;
  border-radius: 16px;
  padding: 64px;
  flex: 1 1 300px;
  text-align: left;
  width: 326px;;
}

.mv-card h3 {
  margin-bottom: 8px;
  font-size: 22px;
  color: #0A2237;
}

.mv-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  width: 326px;
}

.mv-btn {
  display: inline-block;
  padding: 16px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
  font-family: 'Gotham Pro';
  background-color: #F2994A;
  color: #fff;
}

.mv-btn:hover {
  background-color: #d97706;
}


/*PROGRAM*/
.program-overview {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  background: #0a2237;
  color: #fff;
  padding: 60px 70px;
  margin: 4rem auto;
  border-radius: 25px;
  align-items: center;
  justify-content: space-between;
  max-width: 1272px;
}

.program-left {
  width: 582px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.program-header .program-label {
  font-weight: 500;
  text-transform: capitalize;
  color: #F2994A;
  margin-bottom: 14px;
}

.program-header h2 {
  font-size: 2.5rem;
  font-family: 'Ubuntu', sans-serif;
}

.program-text p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 16px;
}

.program-text strong {
  text-transform: uppercase;
}

.apply-btn {
  display: inline-block;
  color: #F2994A;
  padding: 16px 18px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  width: fit-content;
}

.apply-btn:hover {
  background-color: #f39d120c;
  color: #EB9128;
}

.pillar-stack {
  position: relative;
  width: 490px;
}

.pillar-card {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.5rem 2rem;
  border-radius: 25px;
  color: #fff;
  width: 100%;
  margin-bottom: -10px; /* overlap */
  margin: 0 auto -18px auto;
}

.pillar-card.oranges {
  background: #f2994a;
  z-index: 1;
  width: 380px;
  height: 92px;
}

.pillar-card.blacks {
  background: #000;
  z-index: 2;
  width: 420px;
  height: 92px;
}

.pillar-card.blues {
  background: #1D92FF;
  z-index: 3;
  width: 490px;
  height: 110px;
}

.pillar-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 1.5rem;
}

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

.pillar-text .pillar-label {
  font-weight: 300;
  display: block;
  font-weight: 100;
  font-size: 14px;
  margin-bottom: 2px;
}

.pillar-text h3 {
  font-size: 1.8rem;
  margin: 0;
  font-weight: 500;
}

/*WHY*/
.why-join {
  max-width: 1272px;
  margin: 100px auto;
  text-align: left;
  font-family: 'Gotham Pro', sans-serif;
}

.why-subtitle {
  color: #EB9128;
  font-weight: 550;
  margin-bottom: 12px;
  text-align: start;
  font-size: 16px;
}

.why-title {
  font-size: 36px;
  font-weight: 700;
  color: #0A2237;
  margin-bottom: 3rem;
  text-align: start;
}

.why-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
}

.why-benefit {
  flex: 1 1 220px;
  min-width: 220px;
  max-width: 260px;
}

.why-benefit h3 {
  font-size: 20px;
  color: #0A2237;
  margin-bottom: 24px;
}

.why-benefit h4 {
  font-size: 16px;
  font-weight: bold;
  color: #0A2237;
  margin-bottom: 24px;
}

.why-benefit p {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

.why-btn {
  display: inline-block;
  margin-top: 2rem;
  background: #EB9128;
  color: #fff;
  padding: 14px 24px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
  text-align: start;
}

.why-btn:hover {
  background: #d97706;
}

/*APPLICATION PROCESS*/
.application-section {
  padding: 80px 40px;
  font-family: 'Ubuntu', sans-serif;
}

.container {
  max-width: 1272px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.heading-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 32px;
}

.text-left {
  max-width: 48%;
}

.heading-block h2 {
  color: #081f3f;
  font-weight: 700;
  margin-bottom: 0.4rem;
  font-size: 36px;
  max-width: 230px;
}

.heading-block h4 {
  color: #f57c00;
  font-size: 16px;
  font-weight: 550;
  margin-bottom: 12px;
}

.heading-block .desc {
  max-width: 538px;
  font-size: 16px;
  line-height: 25px;
  color: #222222;
}

.bottom-section {
  display: flex;
  flex-wrap: wrap;
  gap: 80px; 
}

.steps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 598px;
}

.step-card {
  background-color: #F4F4F4;
  padding: 24px 17px;
  border-radius: 12px;
}

.step-card img {
  width: 20px;
}

.step-card h3 {
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 24px;
  font-weight: 600;
  font-family: 'Gotham Pro', sans-serif;
  color: #0a2237;
}

.step-header{
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 16px;
}

.step-card p {
  font-size: 14px;
  letter-spacing: -0.03em;
  line-height: 24px;
  font-family: 'Gotham Pro', sans-serif;
  color: #222;
  text-align: left;
}

.checklist {
  flex: 1 1 35%;
}

.checklist h3 {
  margin-bottom: 38px;
  font-size: 24px;
  line-height: 37px;
  font-weight: 500;
  font-family: 'Ubuntu', sans-serif;
  color: #0e0e0e;
  text-align: left;
  display: flex;
  align-items: center;
}

.checklist ul {
  list-style: none;
  padding: 0;
  margin: 0 0 38px 0;
}

.checklist ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 24px;
  color: #0a2237;
  font-size: 14px;
  font-family: 'Gotham Pro', sans-serif;
}

.checklist ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  background-color: #081f3f;
  border-radius: 50%;
}

.apply-link {
  color: #0a2237;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
}

.apply-link:hover {
  color: #0a2237;
  font-weight: 700;
  text-decoration: underline;
  font-size: 16px;
}

/*Join Us*/
.join-us {
  padding: 4rem 2rem;
  text-align: center;
  color: #000;
}

.js-content {
  max-width: 986px;
  margin: 0 auto;
}

.js-title {
  margin-bottom: 35px;
  font-weight: bold;
  position: relative;
  font-size: 40px;
  max-width: 636px;
  font-family: "Ubuntu", sans-serif;
  color: #000;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.js-description {
  margin-bottom: 3rem;
  position: relative;
  font-size: 14px;
  line-height: 25.2px;
  font-family: 'Gotham Pro';
  color: #333;
  text-align: center;
  max-width: 636px;
  margin-left: auto;
  margin-right: auto;
}

.js-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  max-width: 1272px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}

.js-card {
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  text-align: left;
  flex: 1 1 280px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.js-card::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  bottom: -10px;
  border-radius: 16px;
  z-index: -1;
}

.js-card.blues::before {
  background-color: #1D92FF;
}

.js-card.oranges::before {
  background-color: #F2994A;
}

.js-card.navys::before {
  background-color: #0A2237;
}

.js-card.blues .js-label,
.js-card.blues {
  color: #1D92FF;
}

.js-card.oranges .js-label,
.js-card.oranges {
  color: #F2994A;
}

.js-card.navys .js-label,
.js-card.navys {
  color: #0A2237;
}

.js-label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
}

.js-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #000;
}

.js-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 16px;
}

.js-link {
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  margin-top: auto;
  color: #0A2237;
}

button {
  background: none;
  color: none;
  border: none;
  align-content: left;
  align-items: left;
  justify-content: start;

}

/*NEWSLETTER*/
.newsletter-section {
  background-color: #f4f8fc;
  padding: 4rem 2rem;
  display: flex;
  justify-content: center;
}

.newsletter-box {
  background-color: #f2994a;
  border-radius: 16px;
  padding: 64px;
  text-align: center;
  max-width: 1272px;
  width: 100%;
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
}

.newsletter-heading {
  font-size: 40px;
  letter-spacing: -0.02em;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 20px;
}

.newsletter-subtext {
  width: 964px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 2rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Inter', sans-serif;
}

.newsletter-form {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.newsletter-form input[type="email"] {
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  border-radius: 6px;
  border: none;
  width: 300px;
  max-width: 100%;
}

.newsletter-form button {
  padding: 0.75rem 1.5rem;
  font-size: 0.95rem;
  border-radius: 6px;
  background-color: #0a2237;
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.newsletter-form button:hover {
  background-color: #081c2d;
}

.newsletter-privacy {
  font-size: 0.75rem;
  color: #fdfdfd;
  margin-top: 0.5rem;
}

.newsletter-privacy a {
  color: #fff;
  text-decoration: underline;
}

/* TABLET RESPONSIVE STYLES (768px - 1024px) */
@media (max-width: 1024px) {
  /* Global adjustments */
  .navbar {
    padding: 20px 40px;
  }
  
  /* Hero section */
  .hero-title {
    font-size: 60px;
  }
  
  .hero-description {
    font-size: 15px;
  }
  
  /* Orange card section */
  .orange-card {
    padding: 40px;
    margin: 2rem;
  }
  
  .card-title {
    width: 100%;
    font-size: 36px;
    line-height: 1.3;
    height: auto;
    margin-bottom: 30px;
  }
  
  .card-columns {
    flex-direction: column;
    gap: 30px;
  }
  
  .card-column {
    width: 560px;
  }
  
  .card-column p {
    width: 100%;
  }
  
  .card-bg-image {
    width: 500px;
    bottom: -100px;
    right: -160px;
  }
  
  /* Mission vision section */
  .mv-title {
    width: 600px;
    text-align: center;
    margin: 16px auto;
  }
  
  .mv-card {
    padding: 40px;
  }
  
  /* Program section */
  .program-overview {
    padding: 40px;
    flex-direction: column;
    margin: 2rem;
  }
  
  .program-left {
    width: 100%;
  }
  
  .pillar-stack {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  
  /* Why join section */
  .why-join {
    margin: 6rem 2rem;
  }
  .why-benefits {
    gap: 30px;
  }
  
  .why-benefit {
    flex: 1 1 45%;
    max-width: none;
  }
  
  /* Application section */
  .application-section{
    margin: 6rem 2rem;
    padding: 0;
  }

  .heading-block {
    flex-direction: column;
    gap: 20px;
  }

  .heading-block h2{
    max-width: none;
  }

  .checklist h3{
    max-width: 600px;
  }
  
  .text-left {
    max-width: 100%;
  }
  
  .steps-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .bottom-section{
    gap: 48px;
  }
  
  /* Join us cards */
  .join-us{
    padding: 0rem 2rem;
  }

  .js-cards {
    gap: 24px;
  }
  
  .js-card {
    flex: 1 1 45%;
  }
  
  /* Newsletter */
  .newsletter-subtext {
    width: 100%;
    font-size: 18px;
  }
}

/* Adjustments for smaller tablets (768px) */
@media (max-width: 768px) {
  .hero-title {
    font-size: 48px;
  }
  
  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .btn {
    width: 100%;
    text-align: center;
  }
  
  .card-title {
    font-size: 30px;
  }
  
  .card-bg-image {
    width: 300px;
    bottom: -100px;
  }
  
  .why-benefit {
    flex: 1 1 100%;
  }
  
  .js-card {
    flex: 1 1 100%;
  }
  
  .newsletter-heading {
    font-size: 32px;
  }
  
  .newsletter-subtext {
    font-size: 16px;
  }
}


@media (max-width: 767px) {
  /* Hero section */
  .hero {
    padding: 2rem 1rem;
  }

  .hero-title {
    font-size: 36px;
    line-height: 1.2;
  }

  .hero-tagline {
    font-size: 24px;
  }

  .hero-description {
    font-size: 14px;
  }

  /* Orange card section */
  .orange-card {
    padding: 24px;
    margin: 1rem;
  }

  .card-title {
    font-size: 24px;
    line-height: 1.3;
  }

  .card-column {
    width: 100%;
  }

  .card-column h5 {
    font-size: 24px;
    width: 100%;
    height: auto;
  }

  .card-bg-image {
    display: none;
  }

  /* Mission vision section */
  .mission-vision {
    padding: 2rem;
  }

  .mv-title {
    font-size: 24px;
    width: 100%;
  }

  .mv-card {
    padding: 20px;
    width: 100%;
  }

  .mv-card p {
    width: 100%;
  }

  .mv-cards{
    gap: 24px;
    margin-bottom: 32px;
  }

  .pillar-card{
    padding: 2px 24px;
    width: none;
  }

  .pillar-text h3{
    font-size: 24px;
  }

  .pillar-card.oranges{
    background: #f2994a;
    z-index: 1;
    width: 270px;
    height: 75px;
  }

  .pillar-card.blacks{
    background: #000;
    z-index: 2;
    width: 290px;
    height: 80px;
  }
  
  .pillar-card.blues {
    background: #1D92FF;
    z-index: 3;
    width: 320px;
    height: 92px;

  }

  /* Program section */
  .program-overview {
    padding: 24px;
    margin: 1rem;
    border-radius: 16px;
    gap: 0px;
  }

  .program-header h2 {
    font-size: 24px;
  }

  .program-left{
    gap: 20px;
  }

  /* Why join section */
  .why-join {
    margin: 3rem 1rem;
  }

  .why-title {
    font-size: 24px;
    margin-bottom: 32px;
  }

  .why-benefits {
    gap: 16px;
  }

  .heading-block h2{
    font-size: 24px;
  }

  /* Application section */
  .application-section {
    padding: 0;
    margin: 5   rem 1rem;
  }

  .container {
    gap: 32px;
  }

  .checklist h3{
    font-size: 20px;
    line-height: 28px;
  }

  .steps-grid {
    grid-template-columns: 1fr;
  }

  .checklist {
    flex: 1 1 100%;
  }

  /* Join us section */
  .js-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .js-description{
    margin-bottom: 20px;
  }

  /* Newsletter */
  .newsletter-box {
    padding: 32px 24px;
  }

  .newsletter-heading {
    font-size: 24px;
    line-height: 1.3;
  }

  .newsletter-subtext {
    font-size: 14px;
    line-height: 1.5;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-form input[type="email"],
  .newsletter-form button {
    width: 100%;
  }
}