* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}



body {
  font-family: 'Poppins', sans-serif;
  background: #fff;
  color: #111;
}

section {
  scroll-margin-top: 100px;
}

.navbar {
  background-color: #ffeeee;
  padding: 15px 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  width: 100%;
}

.navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 15px;
}

.logo img {
  height: 45px;
}

.logo-text h2 {
  font-size: 20px;
  font-weight: 700;
}

.logo-text span {
  font-size: 12px;
  color: #444;
}

.naac-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 15px;
}

.naac-badge span {
  font-size: 14px;
}

.a-plus {
  background-color: #e53935;
  color: white;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 50%;
  font-size: 14px;
}

.nav-links ul {
  display: flex;
  list-style: none;
  gap: 30px;
  align-items: center;
}

.nav-links a {
  text-decoration: none;
  color: #111;
  font-weight: 600;
  position: relative;
}

.nav-links a.active::after,
.nav-links a:hover::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #111;
  bottom: -5px;
  left: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  margin-top: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  z-index: 99;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content li {
  padding: 10px 20px;
  white-space: nowrap;
}

.dropdown-content li a {
  color: #333;
}

.call-btn {
  background-color: #e53935;
  color: white;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.call-btn:hover {
  background-color: #d32f2f;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffeeee;
  padding: 15px 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  z-index: 999;
  /* Always on top */
}


.navbar {
  background-color: #ffeeee;
  padding: 15px 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: auto;
}

.nav-links ul {
  display: flex;
  list-style: none;
  gap: 30px;
}

.nav-links a {
  text-decoration: none;
  color: #111;
  font-weight: 600;
  position: relative;
}

/* Hamburger styling */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  cursor: pointer;
  z-index: 1001;
}

.hamburger span {
  height: 3px;
  background: #111;
  border-radius: 3px;
  transition: 0.3s;
}

.menu-toggle {
  display: none;
}




/* hero section */


.hero-section {
  background: url('../../common_data/images/Hero-banner.png') no-repeat center center/cover;
  height: 82vh;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 6%;
  margin-top: 60px;
}

.hero-content {
  color: #fff;
  max-width: 700px;
  padding-right: 20px;
}

.hero-content .subheading {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 20px;
}

.hero-content .admission-alert {
  background-color: #fff;
  color: #c62828;
  display: inline-block;
  font-weight: 700;
  font-size: 30px;
  padding: 10px 20px;
  border-radius: 6px;
  margin-bottom: 25px;

}

.hero-content .admission-alert span {
  color: #b71c1c;
  font-weight: 800;
}

.hero-content .main-heading {
  font-size: 42px;
  font-weight: 800;
  color: #ffeb3b;
  line-height: 1.3;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.know-more-btn {
  display: inline-block;
  background-color: #ffd109;
  color: #000;
  padding: 12px 22px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
}

.know-more-btn:hover {
  background-color: #fdd835;
}

.scroll-down-indicator {
  position: absolute;
  bottom: 30px;
  left: 10%;
}

.scroll-down-indicator .circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  padding: 10px 15px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
}

.scroll-down-indicator img {
  margin-top: 6px;
  width: 25px;
}


.highlight {
  color: #ffd700;
  font-weight: 700;
  font-size: 40px;
}


.subheading.emba-heading {
  font-size: 45px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-align: left;
  max-width: 700px;
}

.subheading.emba-heading span {
  color: #ffd700;
  font-weight: 600;
}

.subheading.emba-heading strong {
  display: inline-block;
  margin-top: 5px;
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
}

.naac-highlight {
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.naac-highlight strong {
  font-weight: 700;
  color: #ffd700;
}

/* Ranking Section */

.ranking-section {
  padding: 80px 40px;
  background-color: #fff;
  text-align: center;
}

.ranking-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 60px;
}

/* Grid Setup */
.ranking-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 30px;
  justify-items: center;
  align-items: stretch;
}

/* Each Item */
.ranking-item {
  padding: 0 15px;
  border-right: 2px dashed #ccc;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ranking-item:last-child {
  border-right: none;
}

.ranking-item img {
  max-height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
  display: block;
}

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

.ranking-item strong {
  font-weight: 700;
  font-size: 16px;
  display: block;
  margin-bottom: 2px;
}


.ranking-subtext {
  margin-top: -40px;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.ranking-subtext h3 {
  font-size: 22px;
  font-weight: 700;
  color: #d32f2f;
  margin-bottom: 10px;
}

.ranking-subtext p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 20px;
}


/* program overview */

.program-overview {
  padding: 40px 20px;
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
}

.program-overview .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

.program-overview p {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

.apply-btn {
  display: inline-block;
  background-color: #ea4c4c;
  color: white;
  padding: 12px 25px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

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

.program-overview .section-subtitle-program {
  text-align: center;
  font-size: 30px;
  color: #555;
  margin-top: 0px;
  margin-bottom: 30px;
  font-weight: 500;
}


/* specilizaiton */

.specializations {
  padding: 60px 20px;
  background: #fff;
  font-family: 'Poppins', sans-serif;
  position: relative;
}

.specializations-container {
  max-width: 1300px;
  margin: 0 auto;
}

.section-title {
  text-align: left;
  font-size: 37px;
  font-weight: 700;
  margin-bottom: 45px;
}

.specialization-grid {
  display: flex;
  gap: 35px;
  flex-wrap: wrap;
  justify-content: center;
}

.specialization-card {
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  padding: 25px;
  width: 300px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* border-radius: 10px; */
}

.specialization-card.grey {
  background: #d1d1d1;
}

.specialization-card img {
  width: 60px;
  height: auto;
  margin-bottom: 15px;
}

.specialization-card p {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
}

.specialization-card:hover {
  transform: translateY(-5px);
}


.harvard-card {
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  padding: 25px 25px;
  text-align: left;
  border-radius: 10px;
  transition: transform 0.3s ease;
  /* width: 300px; 
    min-height: 320px;  */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.harvard-card:hover {
  transform: translateY(-5px);
}

.harvard-card img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.harvard-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #d32f2f;
  margin-bottom: 10px;
}

.harvard-description {
  font-size: 16px;
  color: #444;
  line-height: 1.5;
  margin-bottom: 10px;
}

.harvard-list {
  padding-left: 18px;
  list-style-type: disc;
}

.harvard-list li {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}

/* Enquire Now Button */
.enquire-now {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #ffcc00;
  color: #000;
  padding: 10px 15px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px 0 0 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}



.apply-now-wrapper {
  margin-top: 40px;
  text-align: center;
}

.apply-now-btn {
  background-color: #ea4c4c;
  color: white;
  padding: 12px 25px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s ease;
}

.apply-now-btn:hover {
  background-color: #c63a3a;
}

.apply-now-btn span {
  font-size: 16px;
}



.section-heading-block {
  margin-bottom: 45px;
}

.section-title {
  text-align: left;
  font-size: 32px;
  font-weight: 700;
  color: #111;
  margin-bottom: 5px;
}

.section-subtitle {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: #d32f2f;
}

/* enroll section */

.enroll-section {
  padding: 50px 40px;
  background-color: #fff;
  text-align: center;
}

.enroll-title {
  font-size: 37px;
  font-weight: 700;
  margin-bottom: 50px;
}

.enroll-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 25px;
  justify-items: center;
  margin-bottom: 30px;
}

.enroll-card {
  background: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%);
  padding: 25px 20px;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  text-align: left;
  max-width: 340px;
  height: 100%;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.enroll-card:hover {
  transform: translateY(-4px);
}

.enroll-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 15px;
}

.enroll-content img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  flex-shrink: 0;
}

.enroll-content p {
  font-size: 15px;
  color: #333;
  line-height: 1.5;
  margin: 0;
}

.enroll-content img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex-shrink: 0;
}

.enroll-content p {
  font-size: 15px;
  color: #333;
  line-height: 1.5;
  margin: 0;
}

/* .dot-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
  } */
/*   
  .dot {
    width: 10px;
    height: 10px;
    background-color: #333;
    opacity: 0.3;
    border-radius: 50%;
    transition: all 0.3s ease;
  }
  
  .dot.active {
    background-color: #d32f2f;
    opacity: 1;
  }
   */



.enroll-heading-block {
  margin-bottom: 50px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.enroll-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}

.enroll-subtitle {
  font-size: 24px;
  font-weight: 600;
  color: #d32f2f;
  margin-bottom: 15px;
}

.enroll-description {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}


.enroll-heading-block {
  max-width: 900px;
  margin: 0 auto 50px;
  text-align: center;
}

.enroll-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #000;
}

.enroll-subtitle {
  font-size: 30px;
  font-weight: 600;
  color: #d32f2f;
  line-height: 1.5;
  margin-bottom: 20px;
}

.enroll-description {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}


.enroll-text h4 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}



/* why choose section */


.why-choose-section {
  padding: 40px 40px 40px;
  background-color: #fff;
  text-align: center;
}

.why-title {
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 50px;
}

.why-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 30px;
  justify-content: center;
  align-items: start;
  margin-bottom: 40px;
}

.why-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
}

.why-item img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 15px;
}

.why-item h4 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}

.why-item p {
  font-size: 14px;
  color: #444;
  max-width: 220px;
  line-height: 1.5;
}

.why-text p {
  font-size: 14px;
  color: #333;
  max-width: 900px;
  margin: 0 auto 15px;
  line-height: 1.6;
}

.why-text strong {
  font-size: 15px;
  font-weight: 700;
  color: #000;
}



/* campus banner */


.campus-banner {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.campus-banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}


/* scholarship section */

/* Scholarship section */
.scholarship-section {
  background-color: #fff;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
  border-top: 1px solid #ddd;
}

.scholarship-container {
  max-width: 1300px;
  margin: auto;
}

.scholarship-header {
  text-align: center;
  margin-bottom: 40px;
}

.scholarship-header h3 {
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  color: #111;
}

.scholarship-header h3 strong {
  font-weight: 800;
}

.scholarship-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.scholarship-left h3 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4;
  /* max-width: 280px; */
}

.highlight-card {
  display: flex;
  align-items: center;
  gap: 12px;
  border-left: 3px solid #d0021b;
  padding-left: 15px;
  /* max-width: 250px; */
}

.highlight-card img {
  width: 85px;
  height: auto;
}

.highlight-card p {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
}




.scholarship-content-column {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.selection-box {
  background-color: #f9f9f9;
  padding: 25px 30px;
  border-left: 4px solid #d32f2f;
  border-radius: 6px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
}

.selection-box h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #d32f2f;
}

.selection-box p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.selection-box ol {
  padding-left: 20px;
  margin-top: 10px;
}

.selection-box ol li {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 10px;
}

.fee-box {
  text-align: left;
}

.fee-amount {
  font-size: 28px;
  font-weight: 800;
  color: #111;
  margin-top: 10px;
}


/* Certification Section */
.certification-section {
  position: relative;
  height: auto;
  overflow: hidden;
  color: #fff;
}

.certification-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.certification-overlay {
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, #00021C 0%, rgba(0, 4, 42, 0) 100%);
  padding: 150px 20px;
  text-align: center;
}


.certification-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 60px;
}

.certification-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 75px;
}

.certification-card {
  max-width: 200px;
  text-align: center;
}

.certification-card img {
  width: 90px;
  height: 90px;
  background: white;
  padding: 5px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.certification-card p {
  font-size: 14px;
  line-height: 1.5;
  color: white;
  position: relative;
}

.certification-card p::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: white;
  margin: 10px auto 0;
}





/* LMS Highlight section */

.lms-section {
  position: relative;
  background: url('../../common_data/images/LMS\ Section.png') no-repeat center center/cover;
  color: white;
  padding: 40px 0;
}

.lms-overlay {

  padding: 80px 60px;
}

.lms-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.lms-text {
  flex: 1;
  min-width: 300px;
}

.lms-text h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}

.lms-text h3 {
  font-size: 28px;
  font-weight: 400;
  color: #fff;
}

.lms-features {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 40px;
  min-width: 300px;
}

.lms-feature {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
}

.lms-feature img {
  width: 50px;
  height: 50px;
}

.lms-feature p {
  font-size: 16px;
  line-height: 1.4;
}

.lms-feature p strong {
  font-weight: 700;
}



.lms-text h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #fff;
}

.lms-text h3 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #ffd700;
  line-height: 1.2;
}

.lms-text p {
  font-size: 17px;
  line-height: 1.6;
  color: #eee;
  max-width: 600px;
}


/* placement section */

.placement-highlight {
  background-color: #000;
  color: #fff;
  padding: 80px 60px 20px 60px;
  text-align: center;
}

.placement-wrapper {
  max-width: 1280px;
  margin: 0 auto;
}

.placement-intro .subhead {
  font-size: 35px;
  color: #ccc;
  margin-bottom: 10px;
}

.placement-intro h2 {
  font-size: 37px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
}

.placement-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start;
  align-items: center;
}

/* LEFT */
.placement-left {
  flex: 1;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
}

.stat-box {
  background-color: #1c1c1c;
  padding: 20px 30px;
  border-left: 4px solid #f5c518;
}

.stat-box h2 {
  color: #f5c518;
  font-size: 28px;
  margin-bottom: 6px;
}

.stat-box p {
  color: #ccc;
  font-size: 14px;
}

/* CENTER */
.placement-center {
  flex: 1;
  min-width: 260px;
  text-align: center;
}

.assocham-logo {
  width: 100%;
  margin: 0 auto 20px;
}

.award-text {
  font-size: 16px;
  line-height: 1.6;
  color: #eee;
  margin-bottom: 20px;
}

.award-text strong {
  color: #f5c518;
}

.apply-now-btn {
  display: inline-block;
  background-color: #e53935;
  color: white;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.apply-now-btn:hover {
  background-color: #c62828;
  transform: translateY(-2px);
}

/* RIGHT */
.placement-right {
  flex: 1;
  min-width: 260px;
  text-align: left;
}

.placement-right h4 {
  font-size: 23px;
  margin-bottom: 20px;
}

.placement-right ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.placement-right li {
  background-color: #1c1c1c;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  line-height: 1.5;
  border-left: 4px solid #f5c518;
  color: #fff;
}

.placement-right li img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}


.apply-wrapper {
  text-align: center;
  background-color: #000;
  padding-block: 40px;

}

.apply-now-btn {
  display: inline-block;
  background-color: #e53935;
  color: white;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(229, 57, 53, 0.4);
  font-family: 'Poppins', sans-serif;
}

.apply-now-btn:hover {
  background-color: #c62828;
  transform: translateY(-2px);
}

/* alumini section */



.alumni-section {
  background-color: #fff;
  padding: 80px 40px;
  text-align: center;

}

.alumni-container {
  max-width: 1300px;
  margin: auto;
}

.alumni-heading {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 10px;
}

.alumni-subtitle {
  font-size: 22px;
  color: #555;
  margin-bottom: 50px;
}

.alumni-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  /* was 220px */
  gap: 30px;
  justify-items: center;
}

.alumni-card {
  background-color: #f5f5f5;
  /* border-radius: 8px; */
  padding: 25px 15px 20px;
  max-width: 300px;
  /* ✅ Add this back */
  width: 100%;
  transition: transform 0.3s ease;
  text-align: center;
}


.alumni-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.alumni-image {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 18px;
}

.alumni-card h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}

.alumni-card p {
  font-size: 14px;
  color: #444;
}


.alumni-heading-block {
  margin-bottom: 50px;
}

.alumni-heading {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  color: #111;
}

.alumni-heading.highlight-title {
  color: #d32f2f;
  font-weight: 700;
}


/* opportunities section */


.opportunities-section {
  background-color: #f5f5f5;
  padding: 80px 40px;
  text-align: center;
}

.opportunities-section-container {
  max-width: 1300px;
  margin: auto;
}

.opportunities-header h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0.8px;
}

.opportunities-header .highlighted {
  font-size: 40px;
  margin-bottom: 10px;

}

.opportunities-header .highlighted span {
  font-weight: 700;
  font-size: 45px;

}

.opportunities-header p {
  font-size: 40px;
  /* color: #000; */
  margin-bottom: 50px;
}

.opportunities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  text-align: left;
}

.opportunity-column {
  padding: 0 20px;
  border-right: 1px solid #ccc;
}

.opportunity-column:last-child {
  border-right: none;
}

.opportunity-column h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}

.opportunity-column p {
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
}

.metric {
  margin-bottom: 18px;
}

.metric span {
  color: #d32f2f;
  font-size: 22px;
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
}

.metric p {
  font-size: 14px;
  color: #333;
}


.opportunities-header {
  max-width: 1000px;
  margin: 0 auto 50px;
  text-align: center;
}

.opportunities-main-heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}





/* Updated Opportunities Header Styles */
.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
  text-align: center;
}

.section-subtitle {
  font-size: 22px;
  font-weight: 600;
  color: #d32f2f;
  margin-bottom: 40px;
}


/* call to action */

.cta-growth-section {
  /* background: linear-gradient(to bottom, #f2f2f2, #fff); */
  background: #fff;
  padding: 80px 60px 0 60px;
}

.cta-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
  gap: 30px;
}

.cta-text {
  flex: 1.14;
  min-width: 280px;
}

.cta-text h2 {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #111;
}

.cta-text .hashtag {
  font-size: 22px;
  color: #111;
  margin-bottom: 25px;
}

.apply-now-cta-btn {
  display: inline-block;
  background-color: #e53935;
  color: white;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s ease;
  font-family: 'Poppins', sans-serif;
}

.apply-now-cta-btn span {
  margin-left: 6px;
}

.apply-now-cta-btn:hover {
  background-color: #c62828;
  transform: translateY(-2px);
}

.cta-image {
  position: relative;
  flex: 1;
  min-width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-image img {
  max-width: 100%;
  z-index: 2;
  position: relative;
}

.cta-text h2 {
  font-size: 34px;
  font-weight: 300;
  /* light by default */
  line-height: 1.4;
  color: #111;
}

.cta-text h2 strong {
  font-weight: 700;
  /* make just this bold */
}


.cta-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}

.cta-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 30px;
}


/* footer bottom bar */

.footer-bar {
  background-color: #00021c;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}

.footer-bar a {
  color: #ffd700;
  text-decoration: none;
}

.footer-bar a:hover {
  text-decoration: underline;
}

button:hover {
  text-decoration: none;
  color: #fff;
}


.hamburger{
  background : transparent;
  }

  .nav-links ul{

    margin : 0;
    }