@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

@font-face {
  font-family: "Reckless";
  src: url(fonts/RecklessTRIAL-SemiBold.otf);
}

/* @font-face {
    font-family: "Inter V";
    src: url(fonts/Inter-V.ttf);
} */

body {
  max-width: 1400px;
  margin: 0 auto;
  /* min-height: 100vh; */
  /* width: 100% !important; */
  overflow-x: hidden;
}

.container {
  max-width: max-content !important;
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.simple-header-container {
  padding: 0 4rem;
}

/* SIMPLE HEADER */
.simple-header {
  width: 100%;
  background: #ffffff;
  padding: 18px 0;
  border-bottom: 1px solid #e5e5e5;
  /* position: sticky; */
  position: fixed;
  /* makes it sticky */
  top: 0;
  z-index: 999;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  /* shadow effect */
  max-width: 1400px;
}

.header-container {
  /* width: 92%; */
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo img {
  width: 90px;
}

.download-btn {
  background: #f4f8fa;
  color: #192890;
  padding: 15px 18px;
  border: 0.5px solid #192890;
  text-decoration: none;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 600;
  transition: 0.2s ease;
}

.download-btn img {
  width: 15px;
  height: 15px;
  padding-left: 5px;
}

.download-btn:hover {
  border: 0.5px solid #245bff;
}

/* --------------------- */
/* FULL WIDTH BANNER     */
/* --------------------- */

.banner-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Ensure image always fits full width without cutting */
.banner-section img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  /* maintains full width */
}

/* --------------------- */
/* TEXT ON BANNER        */
/* --------------------- */

.banner-text {
  position: absolute;
  top: 50%;
  left: 4%;
  transform: translateY(-50%);
  color: white;
  max-width: 500px;
  text-align: left;
}

.banner-text h1 {
  font-size: 48px;
  line-height: 1.2;
  font-family: "Reckless";
}

.banner-text p {
  font-size: 20px;
  margin-top: 10px;
  line-height: 1.2;
  font-family: "Inter";
}

#dwnbrochure {
  padding-top: 6rem;
}

#dwnbrochure,
.popup-box {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;

  .main-content {
    display: flex;
    width: 100%;
    /* margin: 20px 0; */
  }

  .right-panel h2 {
    font-family: "Reckless";
    color: #192890;
  }

  .left-panel,
  .right-panel {
    flex: 1;
    padding: 20px;
  }

  #agree {
    cursor: pointer;
  }

  .left-panel {
    background: url(images/ivi\ LP.png);
    /* margin: auto; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    color: #192890;
    /* white text */
    text-align: left;
    font-size: 1.5em;
    font-family: "Inter V";

    .hero-section {
      margin-top: 17em;
      align-self: center;
      display: flex;
      flex-direction: column;
      font-family: "Reckless";
      color: white;
      padding-left: 2em;
    }

    .hero-description {
      font-size: 14px;
      line-height: 1.6;
      /* padding-bottom: 2.5em; */
      font-family: "Inter";
    }
  }

  .right-panel {
    font-family: "Inter";
    color: #000000;
    margin: auto;
    font-size: 12px;
  }

  .right-panel {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 25px;
    padding-top: 0;
    margin: auto;
    margin-top: 0;
  }

  .right-panel h2 {
    font-size: 26px;
    color: black;
    font-weight: 700;
    padding: 1em 0em;
  }

  .right-panel p {
    font-size: 15px;
    color: black;
    margin: 5px 0 15px;
    font-family: "Inter";
  }
}

.form-container {
  display: none;
  background: #fff;
  max-width: 600px;
}

.form-container.active {
  display: block;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.form-group {
  flex: 1;
  flex-direction: column;
  display: flex;
  width: 100%;
  font-family: "Inter";
}

.form-group:nth-(2) {
  width: 50%;
}

label {
  margin-bottom: 0.3rem;
  font-size: 14px;
  font-family: "Inter";
}

input:not([type="checkbox"]),
.form-control {
  padding: 0.5rem 0; /* Adjusted padding for underline style */
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  font-size: 14px;
  outline: none;
  font-family: "Inter";
  box-shadow: none !important;
  background-color: transparent !important;
  border-radius: 0 !important;
}

.form-control:focus {
  border-bottom: 1px solid #192890 !important;
  background-color: transparent !important;
}

select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  padding-right: 30px;
  cursor: pointer;
}

.custom-dropdown {
  width: 100%;
  position: relative;
  font-size: 14px;
}

.custom-dropdown:first-child {
  width: 100px;
}

/* Selected item area */
.custom-dropdown .selected {
  position: relative;
  padding: 0px 0px 0px 0;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  color: #6e6e6e;
  background-image: url("images/icons/chevron-open.svg");
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-size: 16px;
  font-family: "Inter";
}

.custom-dropdown .selected::after {
  content: "▼";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8rem;
  color: #6e6e6e;
  pointer-events: none;
}

/* .custom-dropdown .selected:first-child {
    padding: 10px 28px 6px 0;
} */

/* Options box */
.custom-dropdown .options {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  background: white;
  border: 1px solid #ccc;
  /* border-radius: 6px; */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 10;
}

/* Option styling with padding */
.custom-dropdown .options li {
  padding: 10px 12px;
  cursor: pointer;
  color: #444;
}

.custom-dropdown .options li:hover {
  background: #143870;
  color: #fff;
}

.mobile-no-sec {
  display: flex;
  gap: 1rem;

  input {
    width: 100%;
  }
}

.checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.9rem;
  margin: 1rem 0;
}

input[type="checkbox"] {
  appearance: none;
  /* Remove default browser styling */
  -webkit-appearance: none;
  -moz-appearance: none;

  width: 12px;
  height: 12px;

  border: 0.5px solid #ccc;
  /* Custom border */
  border-radius: 0;
  /* Square corners */
  cursor: pointer;
  background: #fff;
  padding-left: 0.5em;
}

/* Checkmark styling */
input[type="checkbox"]:checked {
  background: #192890;
  border-color: #192890;
  position: relative;
}

.btn-group {
  display: flex;
  gap: 1rem;
}

.btn {
  padding: 0.8rem 1.4rem;
  font-weight: 600;
  font-family: "Inter";
  border: 1.3px solid #cccccc;
  color: #95a9b4;
  cursor: pointer;
  background: transparent;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  max-width: fit-content;
  border-radius: 0 !important;

  i {
    color: #95a9b4;
  }
}

.btn:hover {
  background: #192890;
  color: #fff;

  i {
    color: #fff;
  }

  img {
    content: url(images/download.png);
  }
}

.btn-1 {
  padding: 0.8rem 1.4rem;
  font-weight: 600;
  border: none;
  font-family: "Inter";
  color: #fff;
  cursor: pointer;
  background: #192890;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  max-width: fit-content;
  border-radius: 0 !important;

  i {
    color: #fff;
  }

  img {
    content: url(images/download.png);
  }
}

.btn-1:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.btn-2 {
  padding: 0.6rem;
  font-weight: 600;
  font-size: 14px;
  font-family: "Inter";
  border: 0.5px solid #cccccc;
  color: #95a9b4;
  cursor: pointer;
  background: transparent;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  max-width: fit-content;
  border-radius: 0 !important;
}

.btn-2:hover {
  color: #fff;
  background: #192890;
}

/* New Form Styling */
.form-control-custom {
  width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #d1d5db;
  font-size: 14px;
  font-family: "Inter";
  outline: none;
  background: transparent;
  transition: border-color 0.3s ease;
}

.form-control-custom:focus {
  border-bottom-color: #192890;
}

.form-control-custom::placeholder {
  color: #9ca3af;
}

.form-select-custom {
  width: 100%;
  padding: 10px 0;
  padding-right: 30px;
  border: none;
  border-bottom: 1px solid #d1d5db;
  font-size: 14px;
  font-family: "Inter";
  outline: none;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L2 4h8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 12px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  color: #374151;
  transition: border-color 0.3s ease;
}

.form-select-custom:focus {
  border-bottom-color: #192890;
}

.form-select-custom option[disabled] {
  color: #9ca3af;
}

.mobile-input-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}

.country-code-select {
  width: 80px;
  padding: 10px 20px 10px 0;
  border: none;
  border-bottom: 1px solid #d1d5db;
  font-size: 14px;
  font-family: "Inter";
  outline: none;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L2 4h8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0px center;
  background-size: 12px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  color: #374151;
}

.mobile-input {
  flex: 1;
}

.checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.custom-checkbox {
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-top: 2px;
  border: 1px solid #d1d5db;
  border-radius: 2px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white;
  padding: 0;
}

.custom-checkbox:checked {
  background-color: #192890;
  border-color: #192890;
  position: relative;
}

.custom-checkbox:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 12px;
  font-weight: bold;
}

.checkbox-label {
  font-size: 14px;
  font-family: "Inter";
  color: #374151;
  line-height: 1.5;
  cursor: pointer;
  margin: 0;
}

.btn-download {
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 500;
  font-family: "Inter";
  color: #6b7280;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}

.btn-download:hover {
  background: #e5e7eb;
  border-color: #d1d5db;
  color: #4b5563;
}

.download-icon {
  font-size: 18px;
  font-weight: normal;
}

label {
  margin-bottom: 8px;
  font-size: 14px;
  font-family: "Inter";
  color: #111827;
  font-weight: 400;
  display: block;
}

/* programme highlights */

.programme-highlights-1 {
  background-color: #fff;

  .highlight-item-1 p {
    font-family: "Inter";
    margin: 0;
    line-height: 1.8;
  }

  .highlight-item-1 {
    display: flex;
    align-items: center;
    gap: 10px;

    img {
      width: 50px;
      height: 50px;
      object-fit: contain;
      margin-bottom: 0px;
    }
  }

  .highlights-grid-1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    gap: 2rem;
  }
}

.programme-highlights-1 {
  padding: 2rem 2rem 2rem 5rem;
}

.highlight-item-1 {
  .deadlines {
    font-family: "Reckless";
    font-size: 1.1em;
    color: #192890;
  }
}

.gray-section {
  background-color: #f4f8fa;
  padding: 0.8em 0.8em;

  .blue-section {
    background: #192890;
    margin: 2em;
    padding: 2em;
    width: 100%;
    /* height: 300px; */
    margin-left: 3em;
  }

  h1 {
    color: #ffffff;
    font-family: "Reckless";
    font-size: 32px;
  }

  p {
    color: #fff;
    font-family: "Inter";
    font-size: 14px;
    padding-right: 5em;
  }
}

.gray-section-container {
  display: flex;
}

.overview-points {
  color: #fff;
  font-family: "Inter";
  font-size: 14px;
  padding-right: 5em;
}

.overview-video-card {
  transform: translate(-100px, 65px);
  width: 1100px;
  height: 294px;
}

/* .container {
    padding: 0rem 3rem
} */

.video-frame {
  width: 100%;
  height: 100%;
  /* border-radius: 12px; */
  overflow: hidden;
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.stats {
  font-family: "Reckless" !important;
  font-size: 40px !important;
  color: #192890;
}

/* SECTION TITLE */
.ph-title {
  font-size: 32px;
  font-weight: 700;
  color: #192890;
  margin-bottom: 25px;
  margin-top: 0;
  font-family: "Reckless";
}

/* MAIN WRAPPER */
.programme-highlights-section {
  background: #fff;
  padding: 50px 5%;
}

/* CONTENT LAYOUT */
.ph-container {
  display: flex;
  gap: 90px;
  align-items: flex-start;
}

/* LEFT IMAGE */
.ph-image img {
  width: 100%;
  max-width: 500px;
  /* border-radius: 6px; */
}

/* RIGHT GRID */
.ph-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: left;
  /* margin-top: 0.5em; */
}

.ph-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: left;
  margin-top: 1em;
}

.ph-item img {
  width: 60px;
  height: auto;
  margin-bottom: 10px;
}

.ph-item p {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  text-align: center;
  font-family: "Inter";
}

/* ========== IVI ADVANTAGE SECTION ========== */

.ivi-advantage-section {
  background: #f4f8fa;
  padding: 30px 0;
  padding-bottom: 40px;
}

.adv-container {
  width: 90%;
  margin: auto;
}

.adv-title {
  font-size: 32px;
  font-family: "Reckless";
  color: #192890;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}

/* GRID */
.adv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.adv-grid :hover {
  background: #ffb172;
  transition:
    background 0.4s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

/* CARD */
.adv-card {
  background: #fff;
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.adv-card h3 {
  font-family: "Reckless";
  font-size: 18px;
  color: #192890;
  margin-bottom: 15px;
}

.adv-card p {
  font-family: "Inter";
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 25px;
}

/* IMAGE AT BOTTOM */
.adv-image {
  width: 100%;
  margin-top: auto;
}

.adv-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===== CLASS PROFILE SECTION ===== */

.class-profile-section {
  width: 100%;
  /* padding: 60px 0; */
  background: #fff;
}

/* LEFT ALIGNED TITLE */
.class-profile-header {
  width: 90%;
  margin: auto;
}

.class-profile-header h2 {
  font-size: 32px;
  font-family: "Reckless";
  color: #192890;
  display: inline-block;
  padding-top: 20px;
}

/* CENTER GRAPH */
.class-profile-carousel {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 420px;
  position: relative;
}

.graph-placeholder {
  width: 880px;
  max-width: 90%;
  margin: auto;
}

.graph-placeholder img {
  width: 100%;
  height: auto;
  display: block;
}

/* SLIDES */
.cp-slide {
  position: absolute;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.cp-slide.active {
  opacity: 1;
  position: relative;
}

/* BUTTONS AT BOTTOM */
.cp-controls {
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}

.cp-controls button {
  width: 40px;
  height: 40px;
  border: 0.5px solid #192890;
  background: white;
  cursor: pointer;
  font-size: 18px;
  transition: 0.3s;
  padding-bottom: 0.5em;
}

/* ===== ACADEMIC EXPERIENCE SECTION ===== */

.academic-section {
  width: 100%;
  background: #fff;
  padding: 40px 0;
}

.academic-container {
  width: 90%;
  margin: auto;
}

/* TITLE */
.academic-title {
  font-size: 32px;
  font-family: "Reckless";
  color: #192890;
  margin: 15px 0;
}

/* DESCRIPTION */
.academic-desc {
  font-family: "Inter";
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  max-width: 900px;
  margin-bottom: 20px;
}

.at-ivi {
  font-style: oblique;
  margin-bottom: 60px;
}

/* GRID */
.academic-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/* CARD */
.academic-card {
  background: #f4f8fa;
  padding: 40px;
  transition: 0.3s ease;
}

.academic-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* ICON PLACEHOLDER */
.academic-icon {
  width: 50px;
}

/* CARD TITLE */
.academic-card h3 {
  font-family: "Reckless";
  font-size: 22px;
  color: #192890;
  margin-bottom: 12px;
}

/* CARD TEXT */
.academic-card p {
  font-family: "Inter";
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}

.academic-card ul {
  font-family: "Inter";
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* KNOW MORE */
.know-more {
  font-family: "Inter";
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #192890;
  text-decoration: none;
}

.know-more span {
  font-size: 22px;
  transition: 0.3s;
}

.know-more:hover span {
  transform: translateX(5px);
}

a:hover {
  color: #192890;
}

/* ===========================
   STILL UNSURE – CTA SECTION
=========================== */

.compare-section {
  background: #192890;
  padding: 40px 0;
}

.compare-container {
  width: 89%;
  max-width: 1400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* LEFT TEXT */
.compare-title {
  font-family: "Reckless";
  font-size: 32px;
  color: #fff;
  margin-bottom: 10px;
}

.compare-subtitle {
  font-family: "Inter";
  font-size: 14px;
  color: #fff;
}

.need-based {
  margin-bottom: -1em;
}

/* RIGHT BUTTON */
.compare-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 10px;
  border: 0.5px solid #fff;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  font-family: "Inter";
  transition: all 0.3s ease;
  background: transparent;
}

/* HOVER EFFECT */
.compare-btn:hover {
  background: #192890;
  border: 0.5px solid #ffb172;
  color: #ffb172;
}

/* ===========================
   RESPONSIVE
=========================== */
@media (max-width: 768px) {
  .compare-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .compare-title {
    font-size: 32px;
  }

  .compare-action {
    width: 100%;
  }
}

footer {
  width: 100%;
}

.bottom-links {
  display: flex;
  justify-content: space-between;
  align-items: center;

  span {
    padding: 1rem;
  }
}

.last-footer {
  padding: 1rem;
}

.copy-rights {
  color: black;
  font-family: "Inter";
}

.footer-container {
  width: 100%;
  background-color: #192890;

  color: #fff;
  font-size: 12px;
  text-align: center;
}

.footer {
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding: 40px;
  text-align: center;
  /* margin-top: auto; */
  max-width: 1250px;
  margin: auto;
  /* gap: 14em; */
}

.footer .logo {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
}

.footer .logo span {
  margin-left: 10px;
  font-size: 16px;
}

.footer .logo span.yellow {
  color: #f4c430;
}

.footer .social {
  display: inline-flex;
  align-items: center;
}

.footer .social a {
  color: #fff;
  margin: 0 10px;
  text-decoration: none;
  font-size: 20px;
}

.footer .accreditations > div > div {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

.footer .accreditations span {
  margin-right: 10px;
  font-weight: bold;
  font-size: 1rem;
}

.footer .accreditations-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .accreditations img {
  margin: 0 10px;
  vertical-align: middle;
}

.footer .bottom-links {
  margin-top: 30px;
  border-top: 1px solid #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  color: black;
  font-size: 12px;
  font-family: "Inter";
}

.footer .bottom-links a {
  color: black;
  margin: 0 15px;
  text-decoration: none;
}

.footer .bottom-links a:hover {
  color: #fff;
}

.last-footer {
  /* margin: 0rem auto; */
  padding: 1rem;
  /* width: 100%; */
  max-width: 1100px;
  font-family: "Inter";
}

.copy-rights {
  color: black;
  font-family: "Inter";
}

.social img {
  width: 30px;
  height: auto;
  transition: 0.3s ease;
}

.social img:hover {
  opacity: 0.7;
  transform: scale(1.1);
}

.logo img {
  max-width: 150px;
}

/* advisory board */
.advisory-section {
  width: 100%;
  padding-top: 0;
  background: #fff;
}

.advisory-header {
  width: 90%;
  margin: auto;
}

.advisory-title {
  font-size: 32px;
  color: #192890;
  text-align: left;
  font-family: "Reckless";
}

/* ===== CAROUSEL LAYOUT ===== */
.advisory-carousel-wrapper {
  width: 100%;
  overflow: hidden;
}

.advisory-track {
  display: flex;
  /* gap: 40px; */
  transition: transform 0.6s ease;
  padding-left: 4%;
}

/* ===== CARD ===== */
.advisory-card {
  min-width: 260px;
  background: #f4f8fa;
  padding: 25px;
  text-align: center;
  transition: 0.3s ease;
}

/* Image Placeholder */
.advisory-img img {
  width: 90%;
  height: 90%;
}

.advisory-card h4 {
  font-size: 17px;
  color: #192890;
  margin-bottom: 4px;
  text-align: left;
  margin-left: 12px;
  font-family: "Reckless";
}

.advisory-card p {
  font-size: 14px;
  color: #444;
  text-align: left;
  margin-left: 12px;
  font-family: "Inter";
}

/* ===== CONTROLS BOTTOM ===== */
.advisory-controls {
  display: flex;
  justify-content: flex-end;
  gap: 35px;
  margin-top: 60px;
  margin-right: 5em;
}

.advisory-controls button {
  width: 42px;
  height: 42px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  font-size: 18px;
  transition: 0.3s ease;
}

/*  faq sec */

.faq-outer {
  background: #f4f8fa;
  padding: 30px 20px;
}

.faq-inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  background: #ffffff;
  padding: 30px 50px;
  padding-bottom: 30px;
}

.faq-title {
  font-size: 32px;
  font-family: "Reckless";
  color: #192890;
  display: inline-block;
  margin-bottom: 10px;
  text-align: left;
}

.faq-subtitle {
  color: #000;
  font-size: 14px;
  font-family: "Inter";
}

/* FAQ ITEMS */
.faq-item {
  border-bottom: 1px solid #ddd;
}

/* QUESTION */
.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 0;
  font-family: "Reckless";
  font-size: 16px;
  color: #192890;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: start;
}

/* ICON */
.faq-icon {
  font-size: 32px;
}

/* ANSWER */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s ease;
  color: #000;
  line-height: 1.6;
  font-family: "Inter";
  font-size: 14px;
}

/* OPEN STATE */
.faq-item.active .faq-answer {
  max-height: 200px;
  padding-bottom: 20px;
}

.faq-item.active .faq-icon {
  content: "−";
}

.alumni {
  padding: 1rem 4rem;
}

.card {
  border-radius: 0 !important;
  background: #f4f8fa;
  border: none !important;
}

.advisory-img {
  margin-bottom: 1.5rem;
}

.underline-grow {
  position: relative;
  display: inline-block;
  padding-bottom: 0;
  z-index: 1;
}

/* ✅ Underline behind the text & touching it */
.underline-grow::after {
  content: "";
  position: absolute;
  left: -2px;
  bottom: 5px;
  /* ✅ MOVE UP – touches the text */
  width: 104%;
  height: 6px;
  background-color: #ffb172;
  z-index: -1;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.underline-grow:hover::after {
  height: 10px;
}

.custom-dropdown {
  position: relative;
  cursor: pointer;
  user-select: none;
}

.custom-dropdown .options {
  position: absolute;
  left: 0;
  right: 0;
  display: none;
  margin: 0;
  padding: 0.25rem 0;
  list-style: none;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  max-height: 240px;
  overflow-y: auto;
  z-index: 50;
  font-family: "Inter";
}

.custom-dropdown .options li {
  padding: 0.5rem 0.75rem;
  white-space: nowrap;
}

.custom-dropdown.open .options {
  display: block;
}

.custom-dropdown .selected {
  width: 100%;
  padding: 0.5rem 0rem 0.5rem 0;
  display: inline-block;
}

/* Thank you section  */

/* ===== THANK YOU SECTION ===== */
.thankyou-section {
  background: #ffffff;
  padding: 70px 0;
  padding-bottom: 1em;
}

.thankyou-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}

/* IMAGE */
.thankyou-image img {
  width: 100%;
  object-fit: cover;
  padding-top: 1.6em;
}

/* CONTENT */
.thankyou-content {
  font-family: "Inter";
  margin-top: 4em;
}

.thankyou-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 16px;
}

.section-title {
  color: #192890;
  font-family: "Reckless";
}

/* LINKS */
.thankyou-links {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.thankyou-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 10px;
  border: 0.5px solid #192890;
  color: #192890;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  font-family: "Inter";
  transition: all 0.3s ease;
  width: 32%;
}

.thankyou-link:hover {
  border: 0.5px solid #ffb172;
  color: #ffb172;
}

.thankyou-links-1 {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.thankyou-link-1 {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 10px;
  border: 0.5px solid #192890;
  color: #192890;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  font-family: "Inter";
  transition: all 0.3s ease;
  width: 24%;
}

.thankyou-link-1:hover {
  border: 0.5px solid #ffb172;
  color: #ffb172;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .thankyou-container {
    grid-template-columns: 1fr;
  }

  .thankyou-link {
    width: 50% !important;
  }

  .thankyou-link-1 {
    width: 36% !important;
  }

  .thankyou-image {
    order: 1;
  }

  .thankyou-content {
    order: 2;
  }

  .thankyou-content {
    margin-top: 0em;
  }

  .thankyou-section {
    margin-top: 1em;
  }
}

/* ========================= */
/* Mobile & Tablet Styles   */
/* ========================= */

@media (max-width: 1024px) {
  .thankyou-container {
    grid-template-columns: 1fr;
  }

  .thankyou-link {
    width: 25%;
  }

  .thankyou-link-1 {
    width: 18% !important;
  }

  .thankyou-image {
    order: 1;
  }

  .thankyou-content {
    order: 2;
    margin-top: 0em;
  }

  .thankyou-section {
    margin-top: 1em;
  }
}

@media (max-width: 1024px) {
  .highlights-grid-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    align-items: center;
    gap: 2rem;
  }
}

@media (max-width: 1080px) {
  .gray-section-container {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .overview-video-card {
    transform: translate(0px, 0px);
    width: 100%;
    height: max-250px;
  }

  .gray-section {
    .blue-section {
      background: #192890;
      margin: 0em;
      padding: 2em 0rem 2rem 1rem;
      width: auto !important;
      height: 100%;
      max-height: 500px;
      margin-left: 0em;
    }
  }

  .cp-controls {
    margin-top: 2em;
  }
}

@media (max-width: 992px) {
  .bottom-links {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
  }

  .gray-section p {
    padding-right: 2em;
  }

  .alumni {
    padding: 1rem 3rem;
  }

  .cp-controls {
    margin-top: 2em;
  }
}

@media (max-width: 768px) {
  .faq-inner {
    padding: 30px 20px;
  }

  .cp-controls {
    margin-top: 2em;
  }

  .advisory-track {
    padding-left: 5%;
  }

  .advisory-card {
    min-width: 85%;
  }

  .highlights-grid-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    align-items: center;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .gray-section p {
    padding-right: 2em;
  }

  .alumni {
    padding: 1rem 1.5rem;
  }

  .simple-header-container {
    padding: 0 1rem;
  }

  .left-panel {
    padding: 2em 1em 2em 1em !important;
  }

  .right-panel h2 {
    padding-bottom: 1em;
  }
}

@media (max-width: 475px) {
  .footer {
    padding: 1.5rem 1.5rem 1.5rem 0.5rem !important;
  }

  .accreditations-logos {
    justify-content: start;
  }

  .highlights-grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    align-items: center;
  }

  .gray-section p {
    padding-right: 2em;
  }

  .cp-controls {
    margin-top: 2em;
  }
}

@media (max-width: 300px) {
  .stats-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .stat-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 24px;
    width: 2px;
    height: 102px;
    background: #e6ebee;
  }

  .gray-section p {
    padding-right: 2em;
  }
}

@media (max-width: 1024px) {
  .footer {
    flex-direction: column;
    align-items: start;
    gap: 2rem;
    padding: 2.5rem;
    margin-left: 1em;
  }
}

@media (max-width: 900px) {
  .footer {
    flex-direction: column;
    align-items: start;
    gap: 2rem;
    padding: 2.5rem;
    margin-left: 1em;
  }

  .ph-item p {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    text-align: center;
    font-family: "Inter";
  }

  .ph-container {
    display: flex;
    gap: 1rem;
    align-items: center;
  }

  .footer .social {
    margin-top: 1rem;
    display: inline-flex;
    align-items: center;
  }

  .class-profile-carousel {
    min-height: auto;
  }

  #dwnbrochure,
  .popup-box {
    .main-content {
      flex-direction: column;
    }

    .right-panel {
      max-width: 100%;
      margin: 0;
    }

    .form-container {
      background: #fff;
      max-width: 100%;
    }

    .form-container-2 {
      background: #fff;
      max-width: 100%;
    }
  }

  .footer-brochure-content {
    & .all-section {
      .social-section {
        border-right: none;
      }
    }
  }
}

@media (max-width: 575px) {
  .bottom-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .last-footer {
    margin: 0rem 0rem;
    padding: 1rem;
  }
}

@media (max-width: 1024px) {
  .alumni-card {
    width: calc(50% - 20px);
  }
}

@media (max-width: 600px) {
  .alumni-card {
    width: 90%;
  }
}

@media (max-width: 900px) {
  .academic-grid {
    grid-template-columns: 1fr;
  }

  .academic-title {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .graph-placeholder {
    width: 90%;
    height: auto;
  }

  .stat-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 24px;
    width: 2px;
    height: 102px;
    background: #e6ebee;
  }

  .class-profile-header h2 {
    font-size: 32px;
  }

  .bottom-links {
    span {
      padding-left: 0rem;
    }
  }

  .form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 1rem;
  }

  #scrollPopup .popup-box {
    .right-panel {
      padding: 0px !important;
    }
  }

  #dwnbrochure,
  .popup-box {
    & .left-panel {
      .hero-section {
        margin-top: 0em;
        align-self: center;
        display: flex;
        flex-direction: column;
        justify-items: center;
        font-family: "Reckless";
        padding: 0;
        min-height: 35vh;
      }
    }
  }

  .heading {
    display: none;
  }
}

@media (max-width: 1024px) {
  .adv-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .adv-grid {
    grid-template-columns: 1fr;
  }

  .adv-title {
    font-size: 32px;
  }
}

@media (max-width: 900px) {
  .ph-container {
    flex-direction: column;
  }

  .ph-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .ph-title {
    font-size: 32px;
  }

  .ph-item strong {
    font-size: 14px;
  }

  .ph-item p {
    font-size: 12px;
  }
}

@media (max-width: 900px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .stat-item {
    padding-left: 15px;
  }

  .stat-item::before {
    height: 35px;
  }

  .stat-item h2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .banner-text h1 {
    font-size: 28px;
  }

  .programme-highlights-1 {
    padding: 2rem 1rem;
  }

  .banner-text p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .banner-text h1 {
    font-size: 22px;
  }

  .banner-text p {
    font-size: 12px;
  }

  .programme-highlights-1 {
    padding: 2rem 1rem;
  }
}

@media (max-width: 600px) {
  .advisory-card {
    min-width: 100% !important;
    max-width: 100% !important;
  }

  .advisory-track {
    padding-left: 0 !important;
  }
}
