/* ================================
   GITAM Website Custom Styles
   HTML5 + CSS3 + Bootstrap 5
   ================================ */

/* ===== FONTS & VARIABLES ===== */
:root {
  --color-teal: #007367;
  --color-teal-dark: #005f54;
  --color-golden: #a58255;
  --color-beige: #f4e4c9;
  --color-light-teal: #edf7f4;
  --color-dark: #2f362f;
  --color-gray: #555a66;
  --color-neutral: #f2f2f2;
  /* --font-forma: 'Forma DJR Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; */
  --font-forma: "Forma DJR Display Regular";
  --font-inter: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-anchor: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-inter);
  color: var(--color-dark);
  line-height: 1.6;
  overflow-x: hidden;
}

/* ===== TYPOGRAPHY ===== */
.section-title {
  font-family: "Forma DJR Display Regular" !important;
  font-weight: 700;
  font-size: 48px;
  line-height: 59.5px;
  color: var(--color-teal);
  letter-spacing: 1.5px;
  margin-bottom: 35px;
}

.section-description {
  font-size: 18px;
  line-height: 31.9px;
  color: var(--color-dark);
}

/* ===== COLORS ===== */
.bg-teal {
  background-color: var(--color-teal) !important;
}

.bg-golden {
  background-color: var(--color-golden) !important;
}

.bg-beige {
  background-color: var(--color-beige) !important;
}

.text-teal {
  color: var(--color-teal) !important;
}

.text-golden {
  color: var(--color-golden) !important;
}

.text-beige {
  color: var(--color-beige) !important;
}

/* .bg-lightyellow {
  background: #fffbf4;
} */
.container-section {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1500px;
}

@media only screen and (min-device-width: 600px) and (max-device-width: 1600px) {
  .container-section {
    margin-right: auto;
    margin-left: auto;
    padding-right: 60px;
    padding-left: 60px;
  }
}

/* ===== HEADER / NAVIGATION ===== */
#header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: white;
}

.navbar {
  padding: 10px 0;
}

.navbar-brand img {
  height: 60px;
}

.nav-link {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  color: var(--color-gray) !important;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: var(--color-teal) !important;
}

.btn-outline-golden {
  border: 1px solid var(--color-golden);
  color: var(--color-golden);
  padding: 3px 12px;
  border-radius: 34px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.btn-outline-golden:hover {
  background-color: var(--color-golden);
  color: white;
}

.btn-primary-teal {
  background-color: var(--color-teal);
  color: white;
  border: none;
  padding: 5px 20px;
  border-radius: 33px;
  /* font-weight: 700; */
  font-size: 16px;
  transition: all 0.3s ease;
}

.btn-primary-teal:hover {
  background-color: var(--color-teal-dark);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 115, 103, 0.3);
  color: white;
}

.notice-bar {
  font-weight: 500;
  font-size: 16px;
}

.notice-bar {
  overflow: hidden;
  position: relative;
}

.marquee {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 15s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* ===== HERO SECTION ===== */
.hero-section {
  /* background: linear-gradient(
    0deg,
    rgba(204, 186, 141, 1) 0%,
    rgba(204, 186, 141, 1) 100%
  ); */
  /* padding: 127px 0 235px; */
  position: relative;
  /* min-height: 862px; */
}

.hero-text-box {
  background: rgba(255, 255, 255, 0.1);
  padding: 56px 45px;
  border-radius: 19px;
  backdrop-filter: blur(10px);
}

.hero-title {
  font-family: var(--font-forma);
  font-weight: 700;
  font-size: 84px;
  line-height: 79px;
  margin-bottom: 34px;
}

.hero-subtitle {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 18px;
  line-height: 25.9px;
  color: var(--color-dark);
}

.hero-bg-image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 612px;
  height: 731px;
  object-fit: cover;
  z-index: 1;
}

.hero-front-image {
  position: relative;
  z-index: 2;
  width: 609px;
  height: 540px;
  object-fit: cover;
  margin-top: -20px;
}

/* ===== ACHIEVEMENTS SECTION ===== */
.achievements-section {
  margin-top: -135px;
  position: relative;
  z-index: 10;
}

.achievements-box {
  background: white;
  border-radius: 23px;
  box-shadow: 0px 4px 13.4px rgba(0, 0, 0, 0.25);
  padding: 30px;
  /* max-width: 1400px; */
  margin: 0 auto;
}

.achievement-card {
  display: flex;
  align-items: center;
  /* gap: 16px; */
  padding: 18px 25px;
}

.achievement-icon {
  width: 104px;
  height: 72px;
  object-fit: contain;
}

.achievement-title {
  /* font-family: var(--font-forma); */
  font-weight: 700;
  font-size: 32px;
  line-height: 44.8px;
  color: var(--color-teal);
  margin-bottom: 0;
}

.achievement-subtitle {
  font-family: var(--font-inter);
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: black;
  margin: 0;
}

/* ===== CAMPUSES SECTION ===== */
.campuses-section {
  background: linear-gradient(0deg,
      rgba(0, 71, 64, 0.8) 0%,
      rgba(0, 71, 64, 0.8) 100%),
    url("public/frame-1244832189.png");
  background-size: cover;
  background-position: center;
  padding-top: 210px;
  margin-top: -130px;
}

.campus-subtitle {
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 24px;
  line-height: 42.4px;
}

.campus-card {
  background: var(--color-beige);
  border-radius: 8.39px;
  padding: 30px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 270px;
}

.campus-number {
  /* font-family: var(--font-inter); */
  font-weight: 600;
  font-size: 65px;
  line-height: 0;
  color: var(--color-golden);
}

.campus-name {
  /* font-family: var(--font-inter); */
  font-weight: 400;
  font-size: 16px;
  /* line-height: 28.3px; */
  color: #3a3c42;
}

/* ===== STATISTICS SECTION ===== */
/* .statistics-section {
    padding: 63px 0;
} */

.stat-card {
  text-align: center;
  padding: 25px 31px;
  /* height: 180px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.3s ease;
}

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

.stat-number {
  font-family: var(--font-forma);
  font-weight: 700;
  font-size: 32px;
  line-height: 48.4px;
  letter-spacing: 1.6px;
  color: var(--color-golden);
  margin-bottom: 20px;
}

.stat-divider {
  width: 138px;
  height: 2px;
  background: #9ca3af;
  margin: 0 auto 20px;
  opacity: 1;
}

.stat-description {
  /* font-family: var(--font-forma); */
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  /* letter-spacing: 0.8px; */
  color: var(--color-dark);
  opacity: 0.7;
  margin: 0;
}

/* ===== FEATURES SECTION ===== */
/* .features-section {
    padding: 80px 0;
} */

.features-image-wrapper {
  background: #ccba8d;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 864px;
}

/* .features-image-box {
    padding: 142px 114px;
} */

.features-content {
  padding: 80px 80px;
}

.feature-item {
  border: none;
  border-radius: 15px;
  margin-bottom: 5px;
  transition: all 0.3s ease;
}

.feature-item.active-feature {
  background-color: var(--color-neutral);
}

.feature-item .accordion-button {
  /* font-family: var(--font-forma); */
  font-weight: 700;
  font-size: 24px;
  line-height: 29.8px;
  color: var(--color-teal);
  background: transparent;
  border: none;
  padding: 26px 14px;
}

.feature-item .accordion-button:not(.collapsed) {
  color: var(--color-golden);
  background: var(--color-neutral);
  box-shadow: none;
  border-radius: 15px;

  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.feature-item .accordion-button:focus {
  box-shadow: none;
}

.feature-item .accordion-collapse {
  background: var(--color-neutral);
  border-radius: 15px;

  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.feature-thumb {
  width: 134px;
  height: 93px;
  object-fit: cover;
  border-radius: 8px;
}

/* ===== LIBERAL EDUCATION SECTION ===== */
.liberal-education-section {
  padding: 80px 0;
}

.liberal-education .accordion-item {
  color: #fff;
  margin-bottom: 10px;
  border: none;
}

.liberal-education .accordion {
  --bs-accordion-bg: #007367;
}

.liberal-education .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: var(--color-beige);
}

.liberal-education .accordion-body {
  padding-top: 0;
  padding-left: 0;
}

.liberal-education .accordion-button {
  color: #fff;
  padding-left: 0;
}

.liberal-education .accordion-button::after {
  filter: brightness(0) invert(1);
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
}

.liberal-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #d9d9d9;
  background: transparent;
}

.liberal-accordion .accordion-button {
  /* font-family: var(--font-forma); */
  font-weight: 700;
  font-size: 18px;
  line-height: 22.3px;
  background: transparent;
  border: none;
  padding: 18px 14px;
  color: #fff;
}

.liberal-accordion .accordion-button:not(.collapsed) {
  color: var(--color-beige);
  background: transparent;
  box-shadow: none;
}

.liberal-accordion .accordion-button.text-beige {
  color: #ccba8d;
}

.liberal-accordion .accordion-button:focus {
  box-shadow: none;
}

/* ===== TIMELINE SECTION ===== */
.timeline-section {
  padding: 80px 0;
}

.timeline-steps {
  background: white;
  border: 1px solid #d7d7d7;
  border-radius: 36px;
  padding: 20px;
  max-width: 1270px;
  margin: 0 auto;
}

.timeline-step {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  gap: 10px;
  padding: 0 30px;
}

.timeline-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.timeline-icon-wrapper {
  position: relative;
  width: 32px;
  height: 32px;
}

.timeline-icon-part {
  position: absolute;
  top: 0;
  left: 0;
}

.timeline-step h4 {
  font-family: var(--font-inter);
  font-weight: 700;
  font-size: 20px;
  line-height: 27.5px;
  color: var(--color-teal);
  margin: 0;
}

.timeline-arrow {
  width: 24px;
  height: 24px;
}

.select-box .form-select {
  background: var(--color-light-teal);
  border: none;
  padding: 15px;
  font-family: var(--font-inter);
  font-size: 18px;
  line-height: 24.7px;
  color: var(--color-teal);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
}

.select-box {
  position: relative;
}

.select-box::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #00695c;
  border-bottom: 1.5px solid #00695c;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.eligibility-content {
  font-family: var(--font-inter);
  font-size: 16px;
  line-height: 25.6px;
  color: #494444;
}

.eligibility-content h3,
.exampattern-content h3 {
  /* font-family: var(--font-forma); */
  font-weight: 700;
  font-size: 24px;
  line-height: 38.4px;
  color: var(--color-teal);
}

/* ===== COUNSELLING CTA SECTION ===== */
.counselling-cta-section {
  padding: 80px 0;
}

.counselling-box {
  background: linear-gradient(0deg,
      rgba(0, 115, 103, 1) 0%,
      rgba(0, 115, 103, 1) 100%),
    url("../../../public/frame-1244832076.png");
  background-size: cover;
  background-position: center;
  /* border-radius: 15px; */
  /* padding: 62px 124px; */
}

.counselling-box h3 {
  font-family: var(--font-inter);
  font-weight: 700;
  font-size: 37px;
  line-height: 46px;
}

.counselling-box p {
  font-family: var(--font-inter);
  font-size: 24px;
  line-height: 29.8px;
}

.btn-white-large {
  background: white;
  color: var(--color-teal);
  border: 1px solid var(--color-beige);
  padding: 30px;
  border-radius: 15px;
  font-family: var(--font-inter);
  font-weight: 700;
  font-size: 27px;
  line-height: 33.5px;
  transition: all 0.3s ease;
}

.btn-white-large:hover {
  background: var(--color-beige);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* ===== PROGRAMS SECTION ===== */
.programs-section {
  padding: 80px 0;
}

.programs-content {
  background: var(--color-beige);
  border-radius: 38px;
  padding: 38px 67px;
  height: auto;
  overflow: hidden;
}

.programs-tabs {
  border-bottom: 1px solid transparent;
  margin-bottom: 0;
}

.programs-tabs .nav-link {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 24.7px;
  color: var(--color-teal);
  border: none;
  border-bottom: 3px solid transparent;
  padding: 18px 29px;
  background: transparent;
}

.programs-tabs .nav-link.active {
  font-weight: 700;
  border-bottom-color: var(--color-teal);
  background: transparent;
}

.programs-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #d9d9d9;
  background: transparent;
}

.programs-accordion .accordion-button {
  /* font-family: var(--font-forma); */
  font-weight: 700;
  font-size: 18px;
  line-height: 22.3px;
  color: var(--color-teal);
  background: transparent;
  border: none;
  padding: 10px 14px;
}

.programs-accordion .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
}

.programs-accordion .accordion-button:focus {
  box-shadow: none;
}

.programs-accordion .accordion-button img {
  width: 30px;
  height: auto;
}

/* ===== OPPORTUNITIES SECTION ===== */
.opportunities-section {
  padding: 102px 0;
}

.opportunity-card {
  background: white;
  border-radius: 20px;
  padding: 25px;
  /* display: flex; */
  gap: 29px;
  transition: all 0.3s ease;
  height: 100%;
}

.opportunity-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.opportunity-image {
  width: 290px;
  height: 210px;
  object-fit: cover;
  border-radius: 18px;
  flex-shrink: 0;
}

.opportunity-content {
  flex: 1;
}

.opportunity-content h3 {
  font-family: var(--font-inter);
  font-weight: 700;
  font-size: 20px;
  line-height: 24.8px;
  color: var(--color-teal);
  margin-bottom: 20px;
}

.opportunity-content p {
  font-family: var(--font-inter);
  font-size: 14px;
  line-height: 20px;
  color: var(--color-dark);
  margin: 0;
}

/* ===== CAREER SECTION ===== */
.career-section {
  padding: 80px 0;
}

.career-stats {
  margin-bottom: 50px;
}

.career-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 13px 31px;
  /* border: 1px solid #bfbdbd; */
  margin-bottom: 10px;
  margin-left: 10px;
  border-radius: 8px;
  text-align: center;
}

.career-stat-number {
  font-family: var(--font-forma);
  font-weight: 700;
  font-size: 32px;
  /* line-height: 48.4px; */
  letter-spacing: 1.6px;
  color: var(--color-golden);
  margin: 0;
}

.career-stat-number small {
  font-size: 32px;
}

.career-stat-divider {
  width: 2px;
  height: 26px;
  background: #9ca3af;
  rotate: 90deg;

}

.career-stat-label {
  /* font-family: var(--font-forma); */
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  /* letter-spacing: 0.8px; */
  color: var(--color-dark);
  opacity: 0.7;
  margin: 0;
}

.recruiter-badge {
  background: var(--color-light-teal);
  padding: 13px 34px;
  border-radius: 8px;
  display: inline-block;
  font-family: var(--font-forma);
  font-weight: 500;
  font-size: 24px;
  line-height: 29.8px;
  color: var(--color-teal);
}

.recruiter-logos-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.recruiter-logos-track {
  display: flex;
  align-items: center;
  gap: 50px;
  animation: scroll-logos 20s linear infinite;
}

.recruiter-logos-track img {
  height: 60px;
  object-fit: contain;
  flex-shrink: 0;
  width: 200px;
}

@keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.many-more-text {
  font-family: var(--font-inter);
  font-size: 18px;
  line-height: 22.3px;
  color: var(--color-gray);
  position: relative;
  display: inline-block;
}

.many-more-text::before,
.many-more-text::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 146px;
  height: 1px;
  background: #9ca3af;
}

.many-more-text::before {
  right: 100%;
  margin-right: 20px;
}

.many-more-text::after {
  left: 100%;
  margin-left: 20px;
}

/* ===== ALUMNI SECTION ===== */
.alumni-section {
  padding: 80px 0;
}

.alumni-card {
  background: white;
  border-radius: 17.81px;
  padding: 18.7px;
  display: flex;
  align-items: center;
  gap: 17.81px;
  transition: all 0.3s ease;
}

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

.alumni-image {
  width: 116px !important;
  height: 116px;
  border-radius: 50%;
  /* object-fit: cover;
  flex-shrink: 0; */
}

.alumni-content {
  flex: 1;
}

.alumni-content h3 {
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 20px;
  line-height: 28.7px;
  color: var(--color-teal);
  margin-bottom: 5px;
}

.alumni-position {
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: var(--color-golden);
  margin-bottom: 5px;
}

.alumni-degree {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 14px;
  line-height: 20.1px;
  color: var(--color-dark);
  margin: 0;
}

.alumni-indicators {
  margin-top: 30px;
  bottom: -45px;
}

.alumni-indicators button {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #d9d9d9;
  border: none;
  margin: 0 5px;
  opacity: 1;
}

.alumni-indicators button.active {
  background: #d9d9d9;
}

.alumni-count {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 22px;
  line-height: 31.6px;
  color: var(--color-dark);
}

/* ===== FACILITIES & STUDENT LIFE SECTIONS ===== */
.facilities-section,
.student-life-section {
  padding: 57px 0;
}

.facilities-section {
  background: var(--color-neutral);
}

.custom-indicators,
.custom-indicators-beige {
  margin-top: 43px;
}

.custom-indicators button {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #d9d9d9;
  border: none;
  margin: 0 5px;
  opacity: 1;
}

.custom-indicators button:not(.active) {
  width: 9px;
  height: 9px;
}

.custom-indicators-beige button {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #ccba8d;
  border: none;
  margin: 0 5px;
  opacity: 1;
}

.custom-indicators-beige button:not(.active) {
  width: 9px;
  height: 9px;
}

/* ===== SCHOLARSHIP SECTION ===== */
.scholarship-section {
  padding: 80px 0;
}

.scholarship-card {
  background: var(--color-light-teal);
  border-radius: 15px;
  padding: 21px 20px;
  display: flex;
  align-items: center;
  gap: 30px;
  transition: all 0.3s ease;
}

.scholarship-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 115, 103, 0.1);
}

.scholarship-icon {
  width: 85px;
  height: 85px;
  object-fit: cover;
}

.scholarship-card h4 {
  font-family: var(--font-inter);
  font-weight: 700;
  font-size: 18px;
  line-height: 25.9px;
  color: var(--color-teal);
  margin: 0;
}

.career-cta-box {
  background: linear-gradient(0deg,
      rgba(0, 115, 103, 1) 0%,
      rgba(0, 115, 103, 1) 100%),
    url("../../../public/frame-1244832122.png");
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  padding-left: 100px;
  margin-top: 127px;
}

.career-cta-box h3 {
  font-family: var(--font-inter);
  font-weight: 700;
  font-size: 32px;
  line-height: 39.7px;
}

.career-cta-box p {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 21px;
  line-height: 26px;
}

.btn-beige-large {
  background: var(--color-beige);
  color: var(--color-teal);
  border: 1px solid var(--color-beige);
  padding: 30px;
  border-radius: 15px;
  font-family: var(--font-inter);
  font-weight: 700;
  font-size: 27px;
  line-height: 33.5px;
  transition: all 0.3s ease;
}

.btn-beige-large:hover {
  background: white;
  color: var(--color-teal);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* ===== COLLABORATIONS SECTION ===== */
.collaborations-section {
  padding: 80px 0;
}

.collaboration-card {
  background: white;
  border: 0.8px solid #d9d9d9;
  border-radius: 20px;
  padding: 33px 12px;
  /* height: 521px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  transition: all 0.3s ease;
  width: 100%;
}

.collaboration-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.collaboration-card h4 {
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 19px;
  line-height: 34px;
  color: var(--color-teal);
  text-align: center;
  margin: 0;
}

.collaboration-divider {
  width: 166px;
  height: 1px;
  background: #d9d9d9;
  margin: 0;
  opacity: 1;
}

.collaboration-logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 31px;
}

.collaboration-logos img {
  max-height: 60px;
  object-fit: contain;
}

/* ===== FAQ SECTION ===== */
.faq-section {
  padding: 80px 0;
}

.faq-accordion .accordion-item {
  border: none;
  margin-bottom: 10px;
  background: transparent;
}

.faq-accordion .accordion-button {
  /* font-family: var(--font-forma); */
  font-weight: 700;
  font-size: 18px;
  line-height: 22.3px;
  color: var(--color-gray);
  background: transparent;
  border: none;
  padding: 18px 14px;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: var(--color-teal);
  background: transparent;
  box-shadow: none;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.faq-accordion .accordion-body {
  font-family: var(--font-inter);
  font-size: 16px;
  line-height: 25px;
  color: var(--color-dark);
  padding: 18px 14px;
  padding-top: 0;
  border-bottom: 1px solid #ddd;
}

/* ===== CTA BANNER SECTION ===== */
.cta-banner-section {
  background: url("public/Banner-no-text-3.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* transform: rotate(180deg); */
}

.cta-banner-content {
  text-align: center;
  /* transform: rotate(180deg); */
  padding: 70px 78px 45px;
  /* max-width: 767px; */
}

.cta-banner-title {
  font-family: "Forma DJR Display Regular" !important;
  font-weight: 700;
  font-size: 42px;
  line-height: 49.1px;
  color: white;
  margin-bottom: 27px;
  letter-spacing: 1.5px;
}

.cta-banner-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 46px;
  margin-bottom: 27px;
}

.cta-banner-subtitle span {
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 22px;
  line-height: 25.6px;
  color: var(--color-beige);
}

.cta-line {
  width: 86px;
  height: 1px;
  border-top: 1px solid var(--color-beige);
  opacity: 1;
  margin: 0;
}

.btn-teal-cta {
  background: var(--color-teal);
  color: white;
  border: none;
  padding: 21px 32px;
  border-radius: 16px;
  font-family: var(--font-inter);
  font-weight: 700;
  font-size: 22px;
  line-height: 25.6px;
  transition: all 0.3s ease;
}

.btn-teal-cta:hover {
  background: var(--color-teal-dark);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 115, 103, 0.3);
}

/* ===== FOOTER ===== */
.footer-section {
  padding: 40px 0 0;
  position: relative;
}

.footer-logo {
  width: 150px;
  height: auto;
}

.footer-description {
  /* font-family: var(--font-forma); */
  font-size: 16px;
  line-height: 26px;
  /* letter-spacing: 1.07px; */
  color: #fbfbfb;
  max-width: 877px;
}

.footer-heading {
  font-family: "Forma DJR Display Regular" !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1.07px;
  color: #fbfbfb;
  margin-bottom: 12px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  font-size: 15px;
  line-height: 26.7px;

  color: #fbfbfb;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.footer-links a:hover {
  opacity: 0.8;
}

.footer-social {
  display: flex;
  gap: 21px;
}

.footer-social a {
  display: inline-block;
  transition: transform 0.3s ease;
}

.footer-social a:hover {
  transform: scale(1.1);
}

.footer-social img {
  width: 28px;
  height: 28px;
}

.footer-bottom {
  background: #004740;
  padding: 21px 0;
  margin-top: 64px;
}

.footer-bottom p {
  font-family: "Forma DJR Display Regular" !important;
  font-size: 18px;
  line-height: 26.7px;
  letter-spacing: 0.93px;
  color: #d9d9d9;
}

.footer-image {
  position: absolute;
  bottom: 57px;
  right: 0;
  width: 565px;
  height: 232px;
  object-fit: cover;
}

/* ===== SCROLL TO TOP BUTTON ===== */
.scroll-top-btn {
  position: fixed;
  bottom: 100px;
  right: 100px;
  width: 88px;
  height: 88px;
  background: white;
  border: none;
  border-radius: 50%;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  z-index: 999;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.scroll-top-btn.visible {
  opacity: 1;
  visibility: visible;
}

.scroll-top-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
}

.scroll-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 83px;
  height: 88px;
}

.scroll-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
}

/* ===== ANIMATIONS ===== */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.slide-in-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.slide-in-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.slide-in-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.slide-in-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Hover animations */
.btn,
.card,
.achievement-card,
.opportunity-card,
.alumni-card,
.scholarship-card,
.collaboration-card {
  transition: all 0.3s ease;
}

@media screen and (max-width: 439px) {
  .timeline-steps .col-auto {
    margin-top: 0;
    padding: 0;
  }

  .timeline-icon-part {
    top: 7px;
  }

  .timeline-step h4 {
    font-size: 11px !important;
    font-weight: 500;
  }
}

/* ===== RESPONSIVE DESIGN ===== */
@media screen and (max-width: 576px) {
  section {
    padding: 40px 0;
  }

  .timeline-arrow {
    width: 13px;
    height: 13px;
  }

  .timeline-icon,
  .timeline-icon-wrapper {
    /* width: 16px; */
    height: 25px;
  }

  .timeline-step h4 {
    font-size: 14px;
    font-weight: 500;
  }

  .achievements-section {
    position: inherit;
    margin-top: 0;
  }

  .hero-section {
    min-height: auto !important;
  }

  .many-more-text::before,
  .many-more-text::after {
    width: 50px;
  }

  /* .timeline-arrow {
    display: none;
  } */

  /* .achievement-card {
    padding: 0;
  }

  .achievement-card {
    flex-direction: column;
  } */

  /* .achievements-box {
    box-shadow: none;
    padding: 0 !important;
  } */

  /* .campuses-section {
    margin-top: 0;
  } */
}

/* Tablet (768px - 1024px) */
@media (max-width: 1024px) {
  .section-title {
    font-size: 36px;
    line-height: 45px;
  }

  .hero-title {
    font-size: 60px;
    line-height: 65px;
  }

  /* .hero-section {
    padding: 80px 0 150px;
    min-height: 600px;
  } */

  .timeline-step {
    flex-direction: column;
    gap: 0;
    margin: 0 !important;
    padding: 0 !important;
  }

  .achievements-box {
    padding: 60px 40px;
  }

  .campuses-section,
  .statistics-section,
  .features-section,
  .liberal-education-section,
  .timeline-section,
  .programs-section,
  .opportunities-section,
  .career-section,
  .alumni-section,
  .scholarship-section,
  .collaborations-section,
  .faq-section {
    padding: 60px 0;
  }

  .scroll-top-btn {
    bottom: 50px;
    right: 50px;
    width: 60px;
    height: 60px;
  }

  .scroll-arrow {
    width: 32px;
    height: 32px;
  }

  .career-stat-number,
  .career-stat-number small {
    font-size: 26px;
  }
}

@media (min-width: 1025px) and (max-width: 1150px) {
  .timeline-step {
    padding: 0;
  }
}

/* Mobile (≤767px) */
@media (max-width: 767px) {
  .section-title {
    font-size: 28px;
    line-height: 36px;
  }

  .section-description {
    font-size: 16px;
    line-height: 24px;
  }

  .timeline-icon {
    width: 25px;
    height: 25px;
    object-fit: contain;
  }

  .timeline-step h4 {
    font-size: 15px;
  }

  .hero-title {
    font-size: 40px;
    line-height: 48px;
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .hero-section {
    padding: 60px 0 100px;
    min-height: 500px;
  }

  .hero-text-box {
    padding: 30px 20px;
  }

  .hero-front-image,
  .hero-bg-image {
    width: 100%;
    height: auto;
  }

  .stat-number {
    font-size: 24px;
    margin-bottom: 0;
  }

  .stat-divider {
    margin: 0 auto 12px;
  }

  .stat-card {
    padding: 5px 31px;
  }

  /* .timeline-steps {
    overflow-x: auto;
  } */

  .timeline-steps {
    background: white;
    border: none;
    border-radius: 0;
    padding: 0px;
  }

  .timeline-step {
    padding: 0 15px;
  }

  /* .opportunity-card {
    flex-direction: column;
  } */

  .opportunity-image {
    width: 100%;
    height: 200px;
  }

  .programs-content {
    padding: 20px;
    height: auto;
  }

  .programs-tabs .nav-link {
    font-size: 14px;
    padding: 12px 15px;
  }

  .counselling-box,
  .career-cta-box {
    padding: 40px 20px;
  }

  .btn-white-large,
  .btn-beige-large {
    padding: 30px 25px;
    font-size: 20px;
    width: 100%;
  }

  .collaboration-card {
    height: auto;
    padding: 25px;
  }

  .cta-banner-title {
    font-size: 28px;
    line-height: 36px;
  }

  .footer-image {
    display: none;
  }

  .scroll-top-btn {
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
  }

  .scroll-arrow {
    width: 24px;
    height: 24px;
  }

  .recruiter-logos-track img {
    height: 40px;
  }

  .alumni-card {
    flex-direction: column;
    text-align: center;
  }

  .navbar-collapse {
    background: white;
    padding: 20px;
    margin-top: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 66px;
  }

  #demo {
    position: relative;
    z-index: 1;
  }

  .hero-form-overlay {
    position: relative;
    transform: none;
    right: 0;
    margin-top: 20px;
    justify-content: center;
    z-index: 2;
  }

  .features-image-wrapper {
    min-height: 0;
    margin: auto;
  }

  .features-content {
    padding: 40px;
  }

  .features-section {
    background: #ccba8d;
  }

  .feature-item,
  .feature-item .accordion-button:not(.collapsed),
  .feature-item .accordion-collapse {
    background-color: transparent;
  }

  .feature-item .accordion-button {
    font-size: 18px;
  }

  .feature-item .accordion-button:not(.collapsed) {
    color: var(--color-teal);
  }

  .features-image-box,
  .features-content {
    padding: 0;
  }

  section {
    padding: 40px 0;
  }

  .recruiter-logos-track {
    gap: 10px;
    animation: scroll-logos 10s linear infinite;
  }

  .recruiter-logos-track img {
    width: 150px;
  }

  .programs-content li {
    font-size: 14px;
  }
}

/* Desktop (≥1440px) */
@media (min-width: 1440px) {
  .container {
    max-width: 1620px;
  }

  .container-fluid {
    padding-left: 150px;
    padding-right: 150px;
  }
}

/* Smooth scrolling for all anchors */
a[href^="#"] {
  text-decoration: none;
}

/* Ensure images load properly */
img {
  max-width: 100%;
  height: auto;
}

/* Remove Bootstrap default focus outlines and add custom ones */

/* .form-select:focus,
.accordion-button:focus {
  outline: 2px solid var(--color-teal);
  outline-offset: 2px;
} */

.accordion-button:focus {
  outline: none;
  box-shadow: none;
}

/* Print styles */
@media print {

  .scroll-top-btn,
  .notice-bar {
    display: none !important;
  }
}

@media (min-width: 1201px) {
  .px-lg-5 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
}

section {
  padding: 80px 0;
}

/* Scroll button styles */
#scrollBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  overflow: hidden;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Arrow icon */
.arrow-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  color: #004d40;
  z-index: 2;
}

/* Progress Ring */
.progress-ring {
  transform: rotate(-90deg);
  /* start progress from top */
  position: absolute;
  top: 0;
  left: 0;
}

/* Circle background */
.progress-ring-bg {
  stroke: #e0e0e0;
  stroke-width: 8;
  fill: none;
}

/* Circle progress */
.progress-ring-fill {
  stroke: #004d40;
  stroke-width: 8;
  fill: none;
  stroke-linecap: round;
  stroke-dasharray: 163;
  /* circumference */
  stroke-dashoffset: 163;
  transition: stroke-dashoffset 0.1s linear;
}

.hero-form-overlay {
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}

.hero-form-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  max-width: 450px;
  /* height: 500px; */
  width: 100%;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
  pointer-events: auto;
}

.hero-form-box h3 {
  font-weight: 700;
  color: #007367;
}

.hero-form-box input {
  border-radius: 8px;
  height: auto !important;
  min-height: 2.4rem !important;
}

.hero-form-box input[type="checkbox"] {
  height: auto !important;
  min-height: 18px !important;
}

.form-check-input:checked {
  background-color: #077367;
  border-color: #077367;
}

@media (max-width: 991px) {
  .achievements-section {
    position: inherit;
    margin-top: 0;
  }


  .achievements-box {
    padding: 20px 20px;
  }

  .achievement-title {
    font-size: 16px;
    line-height: 20px;
  }

  .achievement-subtitle {
    font-size: 14px;
  }

  .campus-number {
    font-size: 40px;
  }

  .achievements-box {
    box-shadow: none;
    padding: 0 !important;
  }

  .campuses-section {
    margin-top: 0;
  }

  .achievement-card {
    flex-direction: column;
    padding: 0;
  }

  section {
    padding: 40px 0;
  }

  .campus-card {
    width: 255px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .features-image-wrapper {
    min-height: 0;
    background: transparent;
  }

  .features-content {
    padding: 0;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .achievement-card {
    padding: 0;
  }

  .achievements-box {
    padding: 40px;
  }

  .achievement-title {
    font-size: 18px;
  }

  .achievement-subtitle {
    font-size: 15px;
  }

  .campuses-section {
    padding-top: 145px;
  }

  .features-content {
    padding: 20px;
  }

  .nav-link {
    font-size: 13px;
  }

  .btn-outline-golden,
  .btn-primary-teal {
    padding: 3px 12px;
    font-size: 13px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-brand img {
    width: 100px;
    height: auto;
  }

  .btn-white-large {
    font-size: 24px;
    padding: 21px 10px;
  }

  .programs-content {
    padding: 20px;
    height: auto;
  }
}

@media (min-width: 1201px) and (max-width: 1400px) {
  .programs-tabs .nav-link {
    font-size: 14px;
    padding: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .achievements-section {
    margin-top: 0;
  }

  .md-header {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .cta-banner-section {
    height: 600px;
  }

  .md-download-btn,
  .md-download-btn:active {
    position: fixed;
    left: 0;
    bottom: 0;
    top: 93%;
    z-index: 9999;
    text-align: center;
    line-height: initial;
    width: 51%;
    font-size: 16px;
    color: #fff;
    background-color: #007367;
    padding: 0;
    height: 56px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    transform: rotate(0deg);
    transform-origin: right top;
    border: 2px solid #004740;
  }

  .md-apply-btn {
    position: fixed;
    left: 49%;
    bottom: 0;
    top: 93%;
    z-index: 9999;
    text-align: center;
    line-height: initial;
    width: 51%;
    font-size: 16px;
    padding: 0;
    height: 56px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    transform: rotate(0deg);
    transform-origin: right top;
    color: #fff;
    background-color: #007367;
    border: 2px solid #004740;
  }

  .hero-form-overlay {
    position: inherit;
    top: 50%;
    right: 0;
    transform: inherit;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .navbar-collapse {
    background: white;
    padding: 20px;
    margin-top: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: absolute;
    width: auto;
    z-index: 1;
    top: 66px;
    right: 0px;
  }

  .mobile-gap {
    gap: 2px !important;
  }

  .navbar-toggler {
    color: rgb(255 255 255);
  }



  #scrollBtn {
    bottom: 36px;
  }
}

@media screen and (max-width: 1399px) {
  .achievements-box {
    padding: 40px;
  }

  .hero-form-overlay {
    position: inherit;
    top: 50%;
    right: 0;
    transform: inherit;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .hero-form-overlay {
    margin-top: 20px;
  }

  .achievements-section {
    margin-top: 10px;
  }
}




@media (min-width: 1200px) and (max-width: 1499px) {
  /* .carousel-item img {
    height: 700px;
  } */

  .hero-form-overlay {
    top: 45%;
    right: 8%;
  }

  .mobile-btn {
    display: none !important;
  }

}

@media (min-width: 1400px) and (max-width: 1625px) {
  .programs-tabs .nav-link {
    font-size: 18px;
    padding: 15px;
  }

  .achievement-card {
    padding: 0;
  }

  .achievement-title {
    font-size: 27px;
  }

  .achievements-section {
    margin-top: -115px;
  }

  .campuses-section {
    padding-top: 160px;
  }
}

.programs-content li {
  line-height: 1.2;
  /* font-size: 13px; */
  /* color: #58595b; */
  padding-bottom: 15px;
  padding-left: 0;
  color: var(--color-dark);
}

.programs-content li:last-child {
  padding-bottom: 0;
}

.programs-content ul {
  padding-left: 1rem;
}

.eligibility-btn,
.eligibility-btn:hover {
  background: linear-gradient(to right, #007367, #007367);
  color: #fff;
  border: none;
  padding: 12px 40px;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s ease;
}

.degree-section ul {
  padding-left: 25px;
}

@media (min-width: 1410px) {
  .hero-form-overlay {
    right: 8.5%;
  }
}

@media screen and (max-width: 645px) {
  .col-card {
    width: 80% !important;
  }

  .campus-card {
    width: 100%;
  }

  #scrollBtn {
    bottom: 50px;
  }

  .footer-section {
    padding: 40px 0;
  }

  .footer-logo {
    width: 180px;
    height: auto;
  }

  .scholarship-icon {
    width: 65px;
    height: 65px;
    object-fit: cover;
  }

  .career-stat-item {
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 15px !important;
    padding: 10px 0 !important;
  }
}

.programs-accordion .accordion-body {
  padding-top: 0px;
}

@media (min-width: 1200px) and (max-width: 2400px) {
  /* .carousel-item img {
    height: 700px;
  } */

  .hero-form-overlay {
    top: 45%;
    right: 8%;
  }


}

.footer-bottom {
  margin-top: 64px;
  background: rgb(0, 71, 64);
  padding: 15px 0px;
}

.lpa-count,
.lpa-count small {
  font-weight: 800;
  font-size: 35px;
}

.footer-bottom p {
  font-size: 14px;
}

@media (min-width: 1200px) {

  .mobile-btn {
    display: none !important;
  }

  .career-card {
    width: 450px;
  }
}

.hr-line {
  border-bottom: 1px solid #e9e7e7;

}