@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css);
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@700&display=swap'); /* fallback if Gyre Termes not available */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;700&display=swap');

 /* Your desired background color */


.mil-dark-bg-education {
  position: relative;
  background:  #fafa94;
  
}
.mil-dark-bg-education:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  z-index: 2;
  -webkit-backdrop-filter: invert(100%);
          backdrop-filter: invert(100%);
}
.mil-dark-bg-education .mi-invert-fix {
  height: 100%;
  position: relative;
  pointer-events: none;
  z-index: 3;
}
.mil-dark-bg-education .mi-invert-fix .container {
  pointer-events: all;
}
.growth-toolkit-row {
  display: flex;
  align-items: flex-start;
  gap: 40px;
 
  padding: 36px 32px;
  background: #fff;
  margin: 40px 0;
}

.mil-lines-place {
  flex: 0 0 80px; /* Adjust width as needed */
  min-height: 260px; /* Adjust height as needed */
  border-right: 1.5px solid #e0e0e0;
  margin-right: 24px;
}

.growth-toolkit-section {
  flex: 1;
  background: none;
  padding: 0;
}

.growth-toolkit-header {
  background: #1732b5;
  color: #fff;
   font-size: 4rem;
   font-family: 'Gyre Termes', 'EB Garamond', serif;
  font-weight: 700;
  border-radius: 18px 0 0 18px;
  padding: 48px 72px;
  margin-bottom: 190px;
  
  margin-left: auto;
  margin-right: -10px;
  /* ...other styles... */

  width: fit-content;
  box-shadow: 0 2px 8px rgba(23,50,181,0.07);
    text-align: right;
}
.why-choose-header {
  background: #1732b5;
  color: #fff;
   font-size: 4rem;
   font-family: 'Gyre Termes', 'EB Garamond', serif;
  font-weight: 700;
  border-radius: 0 18px 18px 0;
  padding: 48px 72px;
  margin-bottom: 190px;
  
  margin-left: 0;
  margin-right: -10;
  /* ...other styles... */

  width: fit-content;
  box-shadow: 0 2px 8px rgba(23,50,181,0.07);
    text-align: left;
}

.real-industrial-header {
  background: #1732b5;
  color: #fff;
   font-size: 4rem;
   font-family: 'Gyre Termes', 'EB Garamond', serif;
  font-weight: 700;
  border-radius: 0 0 58px 58px;
  padding: 58px 72px;
  margin-bottom: 190px;
    line-height: 1.3;
  margin-left: auto;
  margin-right: auto;
  /* ...other styles... */

  width: fit-content;
  box-shadow: 0 2px 8px rgba(23,50,181,0.07);
    text-align: center;
}
.growth-toolkit-list {
  font-family: 'Gyre Termes', serif;
  font-weight: 200;
  list-style: disc inside;
  font-size: 1.8rem;
  color: #181818;
  line-height: 2;
  padding-left: 0;
  margin: 0;
}

.growth-toolkit-list strong {
  font-weight: 700;
  color: #000;
}



.placement-support-banner {
  background: #1732b5;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 32px;
  padding: 18px 0;
  text-align: center;
  width: 80%;
  margin: 92px auto 0 auto;
  position: relative;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(23,50,181,0.07);
}

.placement-support-content {
  padding: 62px 24px 0 24px;
  text-align: center;
}

.placement-support-title {
  color: #1732b5;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 32px;
  font-family: 'Gyre Termes', 'EB Garamond', serif;
}

.placement-support-features {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.modules-grid {
  display: flex;
  gap: 150px;
  justify-content: center;
  margin: 40px 0;
  flex-wrap: wrap;
}

.module-card {
  background: #faf6ea;
  border-radius: 32px;
  padding: 32px 28px;
  max-width: 420px;
  min-width: 320px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.04);
  flex: 1 1 340px;
}

.module-title {
  color: #1732b5;
  font-family: 'Gyre Termes', 'EB Garamond', serif;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 38px;
}

.module-title span {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1732b5;
}

.module-list {
  list-style: disc inside;
  font-size: 1.25rem;
  color: #181818;
  line-height: 2;
  margin: 0;
  padding: 0;
  font-family: 'Gyre Termes',  serif;
  font-weight: 500;
}



.industry-experience-header {
  background: #1732b5;
  color: #fff;
  font-size: 2.2rem;
  font-family: 'Gyre Termes', 'EB Garamond', serif;
  font-weight: 700;
  border-radius: 32px 32px 32px 32px;
  padding: 32px 0 24px 0;
  margin-bottom: 32px;
  letter-spacing: 1px;
}



.industry-logos-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.industry-logo {
  height: 44px;
  width: auto;
  object-fit: contain;
  background: none;
}
.about-curve-container-invert {
  background: url('img/education/pexels-pixabay-39604.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
   min-height: 400px;
}


.industry-experience-list {
  list-style: disc inside;
  font-size: 1.45rem;
  color: #181818;
  line-height: 2;
  text-align: left;
  display: inline-block;
  margin: 50px 590px;
  font-family: 'Gyre Termes', 'EB Garamond', serif;
  font-weight: 600;
  white-space: nowrap;
}
.ready-to-grow-card {
  background: #1732b5;
  border-radius: 40px;
  color: #fff;
  max-width: 970px;
  margin: 48px auto 70px auto;
  padding: 48px 24px 40px 24px;
  text-align: center;
  font-family: 'Gyre Termes', 'EB Garamond', serif;
  box-shadow: 0 4px 24px rgba(0,0,0,0.04);
}

.ready-title {
  font-size: 8.6rem;
  font-weight: 700;
  margin-bottom: 36px;
  letter-spacing: 1px;
}

.ready-subtitle {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.ready-main {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 38px;
  line-height: 1.1;
}

.ready-main-yellow {
  color: #ffb32c;
  font-size: 2.3rem;
  font-weight: 700;
  display: inline-block;
  line-height: 1.1;
  margin-bottom: 18px;
}

.ready-contact {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 32px;
  color: #fff;
  word-break: break-all;
}
.website-link {
  cursor: pointer;
  color: white;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center; /* centers horizontally */
  transition: color 0.3s;
  margin: 0 auto; /* centers as a block element */
  width: fit-content;
}

.website-link .social-icon {
  margin-right: 10px;
  transition: color 0.3s;
}

.website-link:hover,
.website-link:hover .social-icon {
  color: #ffb32c; /* Change to your desired hover color */
  text-decoration: none; /* Remove underline on hover */
}
@media (max-width: 500px) {
  .ready-to-grow-card {
    max-width: 98vw;
    padding: 32px 6vw 28px 6vw;
  }
  .ready-main, .ready-main-yellow {
    font-size: 1.3rem;
  }
}

@media (max-width: 700px) {
  .industry-experience-section {
    max-width: 98vw;
    padding: 18px 6vw;
  }
  .industry-logos-row {
    gap: 16px;
    flex-wrap: wrap;
  }
  .industry-logo {
    height: 32px;
  }
}

@media (max-width: 900px) {
  .modules-grid {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  .module-card {
    max-width: 95vw;
    min-width: unset;
  }
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 160px;
}

.feature-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 12px;
  object-fit: contain;
}

.feature-label {
  color: #1732b5;
  font-size: 1.15rem;
  font-weight: 600;
  margin-top: 4px;
  font-family: 'Outfit', Arial, sans-serif;
}

@media (max-width: 900px) {
  .placement-support-features {
    flex-direction: column;
    gap: 18px;
  }
  .feature-item {
    width: 100%;
  }
  .placement-support-banner {
    width: 95%;
    font-size: 1.2rem;
    padding: 12px 0;
  }
}

@media (max-width: 900px) {
  .growth-toolkit-row {
    flex-direction: column;
    gap: 24px;
    padding: 18px 8px;
  }
  .mil-lines-place {
    border-right: none;
    border-bottom: 1.5px solid #e0e0e0;
    margin-right: 0;
    margin-bottom: 18px;
    min-height: 40px;
    min-width: 100%;
  }
}

/* anubhav */
 .anubhav {
      background-image: url('../img/education/medium-shot-young-pastor-preaching.jpg'); /* Replace with your image path */
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      width: 100%;
      height: 1000px; /* Fixed image height */
    }




.mil-soft-bg {
  background-color: rgb(242, 242, 242);
}
.why-choose-us-box {
  padding: 32px 40px;
  margin-top: -5px;
  margin-left: 250px;
  margin-right: 200px;
  font-size: 1.25rem;
  color: #181818;
  font-family: 'Gyre Termes', 'EB Garamond', serif;
}

.why-choose-us-box p {
  margin-bottom: 16px;
  line-height: 1.7;
}

.why-choose-us-box span {
  color: #ff0000;
  font-weight: 600;
}
.education-hero-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    height: auto;
    width: 100%;
    max-width: 1100px;
}



.mil-link.mil-dark.mil-arrow-place.mil-down-arrow {
  filter: invert(1);
  position: relative;
  z-index: 3; /* Make sure it's above the invert overlay */
    margin-top: 54px;
  display: inline-block;
  padding-top: 34px;
}
.league-gothic-heading {
  font-family: 'League Gothic', Arial, sans-serif !important;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 3rem; /* Adjust as needed */
  line-height: 1.1;
  text-transform: uppercase;
}

.mil-thin-education {
  font-weight: 100;
}
h1,
.mil-h1-education {
  font-size: 36px;
  padding-top: 100px;
}
.about-curve-container {
  background-color: #f2f2eb;
  border-radius: 0 40px 40px 0;
  padding: 100px 24px;
  max-width: 10000px;
  width: 90%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.9);
  margin: 40px 0 40px 0;
  margin-left: 0; /* Ensures it starts from the left edge */

}

.about-curve-container-invert {
  background-color: #f2f2eb;
  border-radius: 40px 0 0 40px; /* Curve on the left */
  padding: 100px 24px;
  max-width: 10000px;
  width: 90%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.9);
  margin: 40px 0 40px auto;    /* Align to right */
  margin-right: 0;             /* Ensures it starts from the right edge */
}
.about-curve-container-brutal {
  background: url('../img/education/course/A$TGJ\ \(8\).png') no-repeat center center;
  background-size: contain;
  border-radius: 0 40px 40px 0;
   aspect-ratio: 1321 / 1101;
  padding: 100px 24px;
  width: 90%;
  max-width: 10000px;
  margin: 40px 0 40px auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.9);
  position: relative;
  margin-left: 0;
}
.about-curve-container-invert-why {
  background: url('../img/education/backgrounds/pexels-anna-nekrashevich-8533220.jpg') no-repeat center center;
  background-size: contain;
  aspect-ratio: 5401  / 3486 ;
  width: 100%;
  position: relative;  
  border-radius: 40px 0 0 40px; /* Curve on the left */
  padding: 100px 24px 0 0;
  max-width: 10000px;
  width: 90%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.9);
  margin: 40px 0 40px auto;    /* Align to right */
  margin-right: 0;             /* Ensures it starts from the right edge */
}

.about-curve-container-invert-fear {
  background: url('../img/education/pexels-pixabay-39604.jpg') no-repeat center center;
  background-size: contain;
  aspect-ratio: 617 / 476;
  width: 100%;
  position: relative;  
  border-radius: 40px 0 0 40px; /* Curve on the left */
  padding: 100px 24px;
  max-width: 10000px;
  width: 90%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.9);
  margin: 40px 0 40px auto;    /* Align to right */
  margin-right: 0;             /* Ensures it starts from the right edge */
}
.about-curve-container-invert-courses {
  background: url('../img/education/course/A$TGJ\ \(7\).png') no-repeat center center;
  background-size: contain;
  aspect-ratio: 1331 / 1363;
  width: 100%;
  position: relative;  
  border-radius: 40px 0 0 40px; /* Curve on the left */
  padding: 100px 24px;
  max-width: 10000px;
  width: 90%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.9);
  margin: 40px 0 40px auto;    /* Align to right */
  margin-right: 0;             /* Ensures it starts from the right edge */
}


.about-curve-container-invert img {
  display: block;
  margin: 0 auto 32px auto; /* Center image and add bottom spacing */
  border-radius: 20px;      /* Curve the image corners */
  max-width: 100%;
  height: auto; /* Maintain aspect ratio */
  width: 900px; /* Set a larger width */
}
.blue-font-color {
  color: #1a237e; /* Replace with your desired color */
}

/* anubhav dubey */
.anubhav-text-heading {
  color: #fff;
  padding-top: 500px;
  padding-left: 40px;
  font-weight: 600;
  font-size: 4.4rem; /* Adjust as needed */
  font-family: 'Gyre Termes', 'EB Garamond', serif;
   /* Replace with your desired color */
}
.anubhav-icons-vertical {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    gap: 254px;
    margin-top: 20px;
    margin-bottom: 0;
}

.anubhav-icon-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: 1rem;
    text-align: center;
}

.anubhav-icon {
    width: 166px;
    height: 166px;
    margin-bottom: 10px;
}

.anubhav-icon-label {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
    font-family: 'Gyre Termes', 'EB Garamond', serif;
    text-shadow: 0 2px 8px rgba(0,0,0,0.18);
}

.course-details {
  margin-top: 150px;
  color: #000 
}

.course-details p {
  font-size: 26px;
  margin-bottom: 0px;
  line-height: 1.5;
    margin-bottom: 30px;
  margin-left: 100px;
}

strong {
  font-size: 26px;
    color: #000 
}
.about-large-heading {
  font-size: 6rem;      /* Increase as needed, e.g., 3rem = 48px */
  line-height: 1.1;
}

.how-its-done-highlight {
  font-style: italic;
  font-weight: bold;
  color: #1a237e;
}


.gyre-termes-bold {
  font-family: 'Gyre Termes', 'EB Garamond', serif;
  font-weight: bold;
  
   font-size: 1.5rem;
  color: #111;
  
  line-height: 2;
  margin-bottom: 24px;
}

.course-details strong {
  font-weight: 600;        /* Extra bold */
  font-size: 1.6rem;        /* Make strong text even larger */
  color: #000;
}


.mentor-card {
  display: flex;
  align-items: center;
  background: #faf6ea;
  border-radius: 32px;
  padding: 40px 32px;
  gap: 48px;
  margin: 40px 0;
  box-shadow: 0 10px 30px rgba(0,0,0,0.07);
}

.mentor-img-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.mentor-img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 50%;
  border: 8px solid #2d2dbb;
  background: #fff;
}

.mentor-badge {
  margin-top: -24px;
  background: #2d2dbb;
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
  padding: 12px 36px;
  border-radius: 16px;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 16px rgba(45,45,187,0.12);
}

.mentor-info {
  flex: 1;
}

.mentor-name {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: #181818;
  font-family: 'Montserrat', Arial, sans-serif;
}

.mentor-desc {
  font-size: 1.15rem;
  color: #181818;
  line-height: 1.6;
  font-family: 'Montserrat', Arial, sans-serif;
}
.timeline-fullscreen {
  width: 100vw;
  height: 100vh;
  overflow: auto; /* Enable both vertical and horizontal scrolling */
  display: block; /* Remove flex to avoid shrinking */
  background: #faf6ea;
  position: relative;
  padding: 0;
  margin: 0;
}

.timeline-full-img {
  width: auto;
  height: auto;
  min-width: 100vw;
  min-height: 100vh;
  display: block;
  max-width: none;
  max-height: none;
}
.need-red {
  color: #e53935; /* or any red shade you prefer */
}
.need-black {
  color: #000000; /* or any red shade you prefer */
}
.gateway-img-row {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 24px;
}

.gateway-img {
  border-radius: 18px;
  width: 220px;
  height: 140px;
  object-fit: cover;
  box-shadow: 0 4px 16px rgba(44,44,44,0.08);
  border: 3px solid #fff;
}

.gateway-highlight {
  font-family: 'Gyre Termes', 'EB Garamond', serif;
  background: #1732b5;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  padding: 18px 0 10px 0;
  border-radius: 12px;
  margin-bottom: 18px;
  letter-spacing: 1px;
}

.gateway-highlight-india {
  display: block;
  color: #ffe44d;
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 6px;
}

.gateway-program-box {
  background: #faf6ea;
  border-radius: 10px;
  padding: 18px 22px;
  font-size: 1.1rem;
  margin-bottom: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

.gateway-program-box strong {
  display: block;
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.gateway-program-box ul {
  margin: 0;
  padding-left: 20px;
}

.gateway-program-box li {
  margin-bottom: 6px;
  font-weight: 600;
  color: #1a237e;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.gateway-hr {
  border: none;
  border-top: 10px solid #1732b5;
  margin: 18px 0 18px 0;
}



.gateway-learn-box strong {
  display: block;
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.gateway-learn-box ul {
  margin: 0;
  padding-left: 20px;
}

.gateway-learn-box li {
  margin-bottom: 6px;
  font-weight: 600;
  color: #1732b5;
}

.earnings-stats-left .align-left {
  display: block;
  margin-left: -30px;
  margin-top: 40px;
  margin-right: auto;
  width: 70%; /* adjust as needed */

  padding: 8px;
}

.earnings-stats-right .align-right {
  display: block;
  margin-left: auto;
  margin-right: -30px;
    margin-top: 40px;
  width: 70%; /* adjust as needed */

  padding: 8px;
}
.thinking-ladki {
  
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  box-shadow: none;
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin: 48px 0 0 0;
}

.stat-img {
  width: 100%;
  height: auto;
  border-radius: 38px;
  

  padding: 8px;
  object-fit: contain;
}

@media (max-width: 900px) {
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.stat-img-center {
  width: 60%;         /* Make the image smaller */
  margin-left: auto;
  margin-right: auto;
  display: block;     /* Center the image in its grid cell */
}
@media (max-width: 900px) {
  .mentor-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 12px;
    gap: 24px;
  }
  .mentor-img {
    width: 160px;
    height: 160px;
  }
  .mentor-name {
    font-size: 2rem;
  }
}




/* not display in mobile and desktop */
.welcome-mobile-heading {
  display: none;
  text-align: left;
  margin-top: 250px;
  font-size: 3rem;
  margin-bottom: 0px;
  color: white;
}

@media (max-width: 768px) {
  .welcome-mobile-heading {
    display: block;
    margin-bottom: -60px;
  }
}
@media (max-width: 768px) {
    .education-hero-img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        max-width: 95vw;
        height: auto;
    }
    .mil-link.mil-arrow-place.mil-down-arrow {
        margin-top: 64px !important;
  }
  
}
@media (max-width: 768px) {
  .course-details {
    margin-top: 40px;
    padding: 0 8px;
  }
  .course-details p {
    font-size: 1.1rem;
    margin-left: 0;
    margin-bottom: 18px;
    line-height: 1.5;
    word-break: break-word;
  }
  .course-details strong {
    font-size: 1.15rem;
    display: inline-block;
    margin-bottom: 4px;
  }
}
@media (max-width: 768px) {
  h2.mil-up.mil-mb-60.blue-font-color {
    font-size: 2rem;
    line-height: 1.2;
    padding-left: 8px;
    padding-right: 8px;
    word-break: break-word;
  }
}
@media (max-width: 768px) {
  .about-curve-container h2.about-large-heading {
    display: block !important;
    font-size: 2rem !important;
    color: #1a237e !important;
    text-align: center !important;
    padding: 0 2vw !important;
    margin-bottom: 18px !important;
    margin-top: 0 !important;
    word-break: break-word !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
@media (max-width: 768px) {
 

  

  .stats-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
  }

  .stat-img,
  .stat-img.stat-img-center {
    width: 75vw !important;
    max-width: 98vw !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
  }

  .gateway-highlight {
    font-size: 1rem !important;
    margin-bottom: 18px !important;
    text-align: center !important;
    padding: 0 2vw !important;
  }

  .gateway-program-box {
    padding: 18px 2vw !important;
    margin-bottom: 18px !important;
    border-radius: 14px !important;
  }

  .gateway-program-box strong {
    font-size: 1.1rem !important;
    text-align: center !important;
    display: block !important;
    margin-bottom: 10px !important;
  }

  .gateway-program-box ul {
    padding-left: 18px !important;
    font-size: 1rem !important;
  }

  .gateway-program-box li {
     margin-bottom: 10px !important;
    word-break: break-word !important;
  }

  .gateway-hr {
    margin: 18px 0 !important;
  }
}

@media (max-width: 768px) {
 

  .about-curve-container-invert-why h2.mil-up.mil-mb-60.blue-font-color {
    font-size: 1.5rem !important;
    line-height: 1.2 !important;
    padding: 0 2vw !important;
    margin-bottom: 28px !important;
    word-break: break-word;
  }

  .why-choose-us-box {
    padding: 18px 2vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-size: 1.05rem !important;
    border-radius: 12px !important;
  }

  .why-choose-us-box p {
    font-size: 1rem !important;
    margin-left: 20px !important;
    margin-bottom: 14px !important;
    line-height: 1.5 !important;
    word-break: break-word !important;
  }

  .why-choose-us-box span {
    font-size: 1rem !important;
    word-break: break-word !important;
  }
}
@media (max-width: 768px) {
  .about-curve-container {
    padding: 24px 6vw !important;
    
    margin: 24px 0 !important;
  }

  .about-curve-container h2.mil-up.mil-mb-60.blue-font-color {
    font-size: 1.3rem !important;
    line-height: 1.2 !important;
    padding: 0 2vw !important;
    margin-bottom: 22px !important;
    word-break: break-word;
  }

  .about-curve-container p.mil-up.gyre-termes-bold {
    font-size: 1rem !important;
    line-height: 1.5 !important;
    margin-bottom: 12px !important;
    padding: 0 2vw !important;
    word-break: break-word;
  }

  .stats-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-bottom: 0;
    margin-top: 18px;
  }

  .stat-img,
  .stat-img.stat-img-center {
    width: 80vw !important;
    max-width: 98vw !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
    border-radius: 10px !important; /* Reduced radius for mobile */
  }
}
@media (max-width: 768px) {
  h2.mil-up.mil-mb-60.blue-font-color {
    font-size: 1.5rem !important;
    line-height: 1.2 !important;
    padding: 0 2vw !important;
    margin-bottom: 18px !important;
    margin-top: -10px;
    word-break: break-word;
  }
  .mil-up.gyre-termes-bold[style*="font-size: 30px"] {
    font-size: 1.3rem !important;
    line-height: 1.4 !important;
    padding: 0 2vw !important;
    margin-bottom: 14px !important;
    word-break: break-word;
  }
}
@media (max-width: 768px) {
  .about-curve-container {
    padding: 20px 4vw !important;
    
    margin: 20px 0 !important;
  }

  .about-curve-container h2.mil-up.mil-mb-60.blue-font-color {
    font-size: 1.2rem !important;
    line-height: 1.2 !important;
    padding: 0 2vw !important;
    margin-bottom: 18px !important;
    word-break: break-word;
  }

  .earnings-stats-left,
  .earnings-stats-right {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .earnings-stats-img {
    width: 80vw !important;
    max-width: 98vw !important;
    height: auto !important;
    margin: 18px auto 0 auto !important;
    display: block !important;
    border-radius: 10px !important;
  }

  .earnings-stats-img.align-left,
  .earnings-stats-img.align-right {
    margin-top: 18px !important;
  }
}
@media (max-width: 768px) {
  .real-industrial-header {
    font-size: 2rem !important;
    line-height: 1.2 !important;
    padding: 24px 8px !important;
    
    margin-bottom: 32px !important;
    text-align: center !important;
    width: 100% !important;
    box-sizing: border-box;
  }
  .gyre-termes-bold[style*="font-size: 1.9rem"] {
    font-size: 1.1rem !important;
    margin-bottom: 32px !important;
    padding: 0 8px !important;
    word-break: break-word;
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  /* "You will:" heading */
  .gyre-termes-bold[style*="font-size: 1.9rem"] {
    font-size: 1.1rem !important;
    margin-bottom: 8px !important;
    padding: 0 8px !important;
    word-break: break-word;
    text-align: center !important;
  }

  /* Industry experience list */
  .industry-experience-list {
    font-size: 1rem !important;
    margin: 24px auto 18px auto !important;
    padding-left: 18px !important;
    display: block !important;
    white-space: normal !important;
    text-align: left !important;
    max-width: 95vw !important;
  }
  .industry-experience-list li {
    margin-bottom: 10px !important;
    word-break: break-word !important;
  }

  /* Ready to grow card */
  .ready-to-grow-card {
    max-width: 98vw !important;
    padding: 28px 4vw 20px 4vw !important;
    margin: 32px auto 32px auto !important;
    border-radius: 24px !important;
  }
  .ready-to-grow-card .real-industrial-header {
    font-size: 2.2rem !important;
    margin-bottom: 32px !important;
    padding: 18px 0 !important;
    border-radius: 18px !important;
    width: 100% !important;
  }
  .ready-subtitle {
    font-size: 1.1rem !important;
    margin-bottom: 18px !important;
  }
  .ready-main {
    font-size: 1.2rem !important;
    margin-bottom: 24px !important;
  }
  .ready-main-yellow {
    font-size: 1.3rem !important;
    margin-bottom: 10px !important;
  }
  .website-link {
    font-size: 1rem !important;
    margin: 12px auto !important;
    padding: 0 !important;
  }
  .website-link .social-icon,
  .website-link .website-url {
    margin-bottom: 4px !important;
    font-size: 1.1rem !important;
  }
}
@media (max-width: 768px) {
  .about-curve-container-invert-fear {
    padding: 24px 6vw !important;
    

  }

  .about-curve-container-invert-fear h2.mil-up.mil-mb-60.blue-font-color {
    font-size: 1.3rem !important;
    line-height: 1.2 !important;
    padding: 0 2vw !important;
    margin-bottom: 18px !important;
    word-break: break-word;
  }

  .about-curve-container-invert-fear p.mil-up.gyre-termes-bold[style*="font-size: 30px"] {
    font-size: 1.1rem !important;
    line-height: 1.4 !important;
    padding: 0 2vw !important;
    margin-bottom: 14px !important;
    word-break: break-word;
  }

  .about-curve-container-invert-fear .course-details {
    margin: 18px 0 0 0 !important;
    padding: 0 2vw !important;
    font-size: 1rem !important;
    border-radius: 10px !important;
  }

  .about-curve-container-invert-fear .course-details p {
    font-size: 1rem !important;
    margin-bottom: 10px !important;
    line-height: 1.5 !important;
    word-break: break-word !important;
  }
}

@media (max-width: 768px) {
  .about-curve-container {
    padding: 18px 4vw !important;
    
    margin: 18px 0 !important;
  }

  .about-large-heading {
    font-size: 2rem !important;
    padding-top: 24px !important;
    margin-bottom: 18px !important;
    
  }

  .mentor-card {
    flex-direction: column !important;
    align-items: center !important;
    padding: 18px 8px !important;
    gap: 18px !important;
    margin: 18px 0 !important;
  }

  .mentor-img-badge {
    flex-direction: column;
    align-items: center;
    margin-bottom: 12px !important;
  }

  .mentor-img {
    width: 120px !important;
    height: 120px !important;
    border-width: 4px !important;
  }

  .mentor-badge {
    font-size: 1rem !important;
    padding: 8px 18px !important;
    border-radius: 10px !important;
    margin-top: -12px !important;
  }

  .mentor-info {
    width: 100% !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .mentor-name {
    font-size: 1.2rem !important;
    margin-bottom: 10px !important;
    text-align: center !important;
  }

  .mentor-desc {
    font-size: 1rem !important;
    line-height: 1.5 !important;
    padding: 0 2vw !important;
    margin-bottom: 10px !important;
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  .mentor-card {
    flex-direction: column !important;
    align-items: center !important;
  }
  /* Always show mentor image badge first on mobile */
  .mentor-card .mentor-img-badge {
    order: 1 !important;
    margin-bottom: 12px !important;
  }
  .mentor-card .mentor-info {
    order: 2 !important;
    width: 100% !important;
    text-align: center !important;
    padding: 0 !important;
  }
}
@media (max-width: 768px) {
  .about-curve-container-brutal {
    padding: 20px 4vw !important;
    
    margin: 20px 0 !important;
  }
  .about-curve-container-brutal h2.mil-up.mil-mb-60.blue-font-color {
    font-size: 1.3rem !important;
    line-height: 1.2 !important;
    margin-left: 100px !important;
    margin-top: 0 !important;
    padding: 0 2vw !important;
    word-break: break-word;
    text-align: right !important;
    margin-bottom: 18px !important;
  }
}
@media (max-width: 768px) {
  h2.mil-up.mil-mb-60.blue-font-color[style*="text-align: right;"] {
    font-size: 1.2rem !important;
    line-height: 1.2 !important;
    text-align: right !important;
    padding: 100px 2vw !important;
    margin-top: -80px !important;
    word-break: break-word;
  }
}
@media (max-width: 768px) {
  .about-curve-container-invert-why {
    
    background-image: none !important;

    background-color: #f2f2eb;
    
    
  }
  .about-curve-container-invert-fear {
    background-image: none !important;

    background-color: #f2f2eb;
  }
}
@media (max-width: 768px) {
  .growth-toolkit-header {
    font-size: 1.5rem !important;
    text-align: center !important;
    padding: 18px 8px !important;
    margin-bottom: 18px !important;
    margin-right: 0;
  
  }
  .growth-toolkit-list {
    font-size: 1rem !important;
    padding-left: 0 !important;
    margin: 0 0 18px 0 !important;
    line-height: 1.6 !important;
    max-width: 98vw !important;
    width: 100% !important;
  }
  .growth-toolkit-list li {
    margin-bottom: 10px !important;
    word-break: break-word !important;
    padding-left: 0 !important;
    text-align: left !important;
  }
}
@media (max-width: 768px) {
  .growth-toolkit-list strong {
    font-size: 1.05em !important;
    word-break: break-word !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
  }
}

@media (max-width: 768px) {
  .anubhav-text-heading {
    font-size: 1.9rem !important;
    padding-top: 270px !important;
    padding-left: 0 !important;
    text-align: center !important;
    margin-bottom: 18px !important;
    word-break: break-word;
  }
  .anubhav-icons-vertical {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-end !important;
    justify-content: center !important;
    gap: 24px !important;
    margin-top: 18px !important;
    margin-bottom: 0 !important;
}
.anubhav-icon-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto !important;
    margin-bottom: 0 !important;
}
.anubhav-icon {
    width: 64px !important;
    height: 64px !important;
    margin-bottom: 8px !important;
}
.anubhav-icon-label {
    font-size: 1rem !important;
    line-height: 1.3 !important;
    text-align: center !important;
    word-break: break-word !important;
}
.anubhav {
      background-image: url('../img/education/Gemini_Generated_Image_ojvw5aojvw5aojvw.png'); /* Replace with your image path */
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      width: 100%;
      height: 500px; /* Fixed image height */
    }
}
@media (max-width: 768px) {
  .about-curve-container-invert-courses h2.mil-up.mil-mb-60.blue-font-color[style*="text-align: right;"] {
    padding: 0 2vw !important;
  }
}
@media (max-width: 1199px) {
  .logo-desktop {
    display: none !important;
  }
  .logo-mobile {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .logo-mobile {
    display: none !important;
  }
}
.mil-content, .mil-content * {
    pointer-events: auto;
}
.apply-now {
  cursor: pointer !important;
  margin-top: 40px !important;
  text-align: center !important;
  margin-bottom: 20px !important;
}
.about-the-course-btn {
  cursor: pointer !important;
  margin-top: 40px !important;
  text-align: center !important;
  margin-bottom: 20px !important;
}