/* ODCP responsive corrections — loaded after the captured Framer CSS. */

/* Elements that depended on Framer's scroll-animation runtime must remain visible. */
.framer-15qtlel,
.framer-1yvtsmi,
.framer-u2h98w {
  opacity: 1 !important;
  transform: none !important;
}

/* Keep the important section heading centred and able to wrap naturally. */
#fee-registration .framer-u2h98w,
#fee-registration .framer-u2h98w h2 {
  visibility: visible !important;
  max-width: 100% !important;
}

/* Tablet/mobile navigation. The original captured header is desktop-only. */
.odcp-responsive-header {
  display: none;
  position: absolute;
  top: 15px;
  left: 50%;
  z-index: 1000;
  width: min(900px, calc(100% - 60px));
  transform: translateX(-50%);
  font-family: "Inter", "Inter Placeholder", sans-serif;
}

.odcp-responsive-header,
.odcp-responsive-header * {
  box-sizing: border-box;
}

.odcp-responsive-header__shell {
  overflow: hidden;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 32px;
  background: rgba(10, 10, 10, 0.97);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.odcp-responsive-header__bar {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 16px 13px 20px;
}

.odcp-responsive-header__logo {
  display: block;
  width: 112px;
  height: 36px;
  flex: 0 0 auto;
}

.odcp-responsive-header__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.odcp-menu-toggle {
  display: inline-flex;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: #fff;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
}

.odcp-menu-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.odcp-responsive-header.is-open .odcp-menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.odcp-responsive-header.is-open .odcp-menu-toggle span:nth-child(2) {
  opacity: 0;
}

.odcp-responsive-header.is-open .odcp-menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.odcp-mobile-menu {
  display: grid;
  max-height: 0;
  grid-template-columns: 1fr;
  gap: 0;
  overflow: hidden;
  padding: 0 20px;
  opacity: 0;
  transform: translateY(-8px);
  transition: max-height 220ms ease, padding 220ms ease, opacity 180ms ease, transform 180ms ease;
}

.odcp-responsive-header.is-open .odcp-mobile-menu {
  max-height: 360px;
  padding: 3px 20px 20px;
  opacity: 1;
  transform: translateY(0);
}

.odcp-mobile-menu a {
  display: flex;
  min-height: 47px;
  align-items: center;
  justify-content: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgb(224, 224, 224);
  font-size: 15px;
  line-height: 1.3;
  text-decoration: none;
}

.odcp-mobile-menu__advisor {
  width: max-content;
  min-height: auto !important;
  margin-top: 15px;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.45) !important;
  border-radius: 999px;
  color: #fff !important;
}

/* Faculty cards: allow the portrait, name and designation to determine card height. */
@media (max-width: 1199.98px) {
  .framer-18s5tn7-container {
    display: none !important;
  }

  .odcp-responsive-header {
    display: block;
  }

  #faculty .framer-kumnbm,
  #faculty .framer-17ot51b,
  #faculty .framer-1jhea4y {
    overflow: visible !important;
  }

  #faculty .framer-1jhea4y {
    min-width: 0 !important;
    grid-template-rows: none !important;
    grid-auto-rows: auto !important;
    align-items: start !important;
  }

  #faculty .framer-1jhea4y > .ssr-variant,
  #faculty .framer-1jhea4y > .ssr-variant > div {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  #faculty .framer-uGJam.framer-pqtgt4 {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    gap: 16px !important;
    overflow: visible !important;
  }

  #faculty .framer-uGJam .framer-1j3dgjj {
    flex: 0 0 auto !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
  }

  #faculty .framer-uGJam .framer-19cqizb {
    gap: 2px !important;
    padding: 0 0 14px !important;
  }

  #faculty .framer-uGJam .framer-geh8s8,
  #faculty .framer-uGJam .framer-10c0s6o,
  #faculty .framer-uGJam .framer-text {
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* The captured desktop footer needs responsive dimensions on tablet/mobile. */
  footer.framer-H9tQ8 {
    width: 100% !important;
    padding: 0 30px 70px !important;
    overflow: visible !important;
  }

  footer .framer-wclump,
  footer .framer-1to3fyw,
  footer .framer-zyymvv,
  footer .framer-10so0sg,
  footer .framer-5ytkjy {
    width: 100% !important;
    max-width: none !important;
    overflow: visible !important;
    text-align: left !important;
  }

  footer .framer-1to3fyw {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
  }

  footer .framer-1to3fyw > div:empty {
    display: none !important;
  }

  footer .framer-zyymvv {
    align-items: flex-start !important;
    gap: 14px !important;
  }

  footer .framer-10so0sg,
  footer .framer-5ytkjy {
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }

  footer .framer-10so0sg p,
  footer .framer-5ytkjy p {
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    text-indent: 0 !important;
  }

  footer .framer-10so0sg a,
  footer .framer-5ytkjy a {
    color: inherit !important;
    text-decoration: none !important;
  }
}

@media (max-width: 809.98px) {
  .odcp-responsive-header {
    width: calc(100% - 40px);
  }

  /* Remove captured fixed mobile widths so 320–430px screens remain usable. */
  .framer-3FJzs .framer-1w1tq2b,
  .framer-3FJzs .framer-p71nuf,
  .framer-3FJzs .framer-129ceky {
    width: calc(100% - 40px) !important;
    max-width: 350px !important;
  }

  .framer-3FJzs .framer-1mjo7iu {
    flex-wrap: wrap !important;
    justify-content: center !important;
    overflow: visible !important;
  }

  .framer-3FJzs .framer-1mjo7iu > .ssr-variant,
  .framer-3FJzs .framer-1mjo7iu .framer-okof1d-container,
  .framer-3FJzs .framer-1mjo7iu .framer-bq86tp-container {
    flex: 0 1 auto !important;
    width: auto !important;
  }

  #faculty .framer-1jhea4y {
    grid-template-columns: minmax(0, 1fr) !important;
    min-width: 0 !important;
  }

  #faculty .framer-kumnbm {
    gap: 42px !important;
  }

  #faculty .framer-1yvtsmi p {
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  #fee-registration .framer-u2h98w h2 {
    text-wrap: balance;
  }

  #fee-registration .framer-zzrnhs > ul {
    --framer-font-size: 16px !important;
    padding-left: 22px !important;
  }

  footer.framer-H9tQ8 {
    padding: 0 20px 58px !important;
  }

  footer .framer-wclump {
    gap: 28px !important;
  }

  footer .framer-ts77lz {
    height: 32px !important;
  }

  footer .framer-10so0sg,
  footer .framer-5ytkjy {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }
}

@media (max-width: 359.98px) {
  .odcp-responsive-header {
    width: calc(100% - 24px);
    top: 12px;
  }

  .odcp-responsive-header__bar {
    padding-left: 16px;
  }

  .odcp-responsive-header__logo {
    width: 100px;
  }

  .framer-3FJzs .framer-1w1tq2b,
  .framer-3FJzs .framer-p71nuf,
  .framer-3FJzs .framer-129ceky {
    width: calc(100% - 24px) !important;
  }
}

/* Final narrow-screen safeguards found during 320–1440px viewport checks. */
@media (max-width: 809.98px) {
  .framer-3FJzs .framer-1qu9mrw {
    width: 100% !important;
    max-width: 441px !important;
  }

  .framer-3FJzs .framer-4dna0x {
    width: 100% !important;
    max-width: 358px !important;
    box-sizing: border-box !important;
  }

  .framer-3FJzs a.framer-RGdpr {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .framer-3FJzs .framer-RGdpr .framer-zhwgaw {
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: normal !important;
    text-align: center !important;
  }
}

@media (min-width: 1200px) and (max-width: 1239.98px) {
  .framer-3FJzs .framer-304kt9 {
    width: 100% !important;
    max-width: 100% !important;
  }
}


/* Registration form submission feedback and accessibility states. */
.odcp-honeypot {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.odcp-form-status {
  display: none !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: 0 !important;
  padding: 11px 13px !important;
  border: 1px solid transparent !important;
  border-radius: 9px !important;
  font-family: "Inter", sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  text-align: left !important;
}

.odcp-form-status.is-visible {
  display: block !important;
}

.odcp-form-status.is-success {
  color: rgb(205, 244, 219) !important;
  background: rgba(38, 130, 77, 0.22) !important;
  border-color: rgba(107, 214, 151, 0.4) !important;
}

.odcp-form-status.is-error {
  color: rgb(255, 218, 218) !important;
  background: rgba(170, 45, 45, 0.22) !important;
  border-color: rgba(235, 112, 112, 0.42) !important;
}

#odcp-registration-form button[type="submit"]:disabled {
  cursor: wait !important;
  opacity: 0.68 !important;
}

#odcp-registration-form input:invalid:not(:placeholder-shown) {
  border-color: rgba(235, 112, 112, 0.7) !important;
}

/* Mobile refinement for the ODA Difference section. */
@media (max-width: 809.98px) {
  #how-it-works .framer-i0jnbj,
  #how-it-works .framer-i0jnbj h3 {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    --framer-text-alignment: center !important;
  }

  #how-it-works .framer-1mjo7iu {
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: 100% !important;
    overflow: visible !important;
  }

  #how-it-works .framer-1mjo7iu > .ssr-variant,
  #how-it-works .framer-1mjo7iu .framer-okof1d-container,
  #how-it-works .framer-1mjo7iu .framer-bq86tp-container {
    flex: 0 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
  }

  #how-it-works .framer-1mjo7iu a.framer-RGdpr {
    width: auto !important;
    min-width: 0 !important;
    min-height: 48px !important;
    height: 48px !important;
    padding: 0 18px !important;
    box-sizing: border-box !important;
  }

  #how-it-works .framer-1mjo7iu .framer-zhwgaw,
  #how-it-works .framer-1mjo7iu .framer-zhwgaw h5 {
    width: auto !important;
    min-width: 0 !important;
    white-space: nowrap !important;
    text-align: center !important;
    line-height: 1 !important;
  }

  #how-it-works .framer-1mjo7iu .framer-zhwgaw h5 {
    font-size: 14px !important;
  }
}

@media (max-width: 359.98px) {
  #how-it-works .framer-1mjo7iu {
    gap: 8px !important;
  }

  #how-it-works .framer-1mjo7iu a.framer-RGdpr {
    padding-right: 13px !important;
    padding-left: 13px !important;
  }

  #how-it-works .framer-1mjo7iu .framer-zhwgaw h5 {
    font-size: 13px !important;
  }
}

/* Mobile refinement for the Alumni Community contact button. */
@media (max-width: 809.98px) {
  .framer-18lcdm9 .framer-7ecn1l-container {
    width: auto !important;
    max-width: 100% !important;
  }

  #odcp-alumni-contact-button {
    display: inline-flex !important;
    width: auto !important;
    min-width: 280px !important;
    max-width: calc(100vw - 40px) !important;
    min-height: 48px !important;
    height: 48px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 22px !important;
    border-radius: 999px !important;
    box-sizing: border-box !important;
  }

  #odcp-alumni-contact-button .framer-zhwgaw,
  #odcp-alumni-contact-button .framer-zhwgaw h5 {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    white-space: nowrap !important;
    text-align: center !important;
    line-height: 1 !important;
  }

  #odcp-alumni-contact-button .framer-zhwgaw h5 {
    font-size: 14px !important;
  }
}

@media (max-width: 359.98px) {
  #odcp-alumni-contact-button {
    min-width: 270px !important;
    max-width: calc(100vw - 24px) !important;
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  #odcp-alumni-contact-button .framer-zhwgaw h5 {
    font-size: 13px !important;
  }
}

/* Testimonial heading: preserve the intended two-line/one-line layout on phones. */
.odcp-testimonial-heading-line {
  display: inline;
}

@media (max-width: 809.98px) {
  #testimonials .framer-c24hn8 {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  #testimonials .framer-p71nuf,
  #testimonials .framer-129ceky {
    width: 100% !important;
    max-width: none !important;
  }

  #testimonials .framer-p71nuf h2 {
    width: 100% !important;
    max-width: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    row-gap: 0 !important;
    font-size: clamp(27px, 7.3vw, 32px) !important;
    line-height: 1.04 !important;
    text-align: center !important;
    --framer-text-alignment: center !important;
  }

  #testimonials .odcp-testimonial-heading-line {
    display: block;
    white-space: nowrap;
    line-height: 1.04 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #testimonials .framer-129ceky h4 {
    width: 100% !important;
    max-width: none !important;
    font-size: clamp(13px, 3.65vw, 16px) !important;
    line-height: 1.35 !important;
    white-space: nowrap !important;
    text-align: center !important;
    --framer-text-alignment: center !important;
  }
}

@media (max-width: 339.98px) {
  #testimonials .framer-p71nuf h2 {
    font-size: 25px !important;
  }

  #testimonials .framer-129ceky h4 {
    font-size: 12px !important;
  }
}

/* Do not crop the tops of people in the community video in landscape layouts. */
@media (orientation: landscape) and (max-width: 1199.98px) {
  .framer-3FJzs .framer-1f9kr4k {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    align-self: auto !important;
    background: #000 !important;
  }

  .framer-3FJzs .framer-eu1qys-container {
    width: 100% !important;
    height: 100% !important;
    flex: 1 1 auto !important;
  }

  .framer-3FJzs .framer-eu1qys-container video {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    background: #000 !important;
  }
}

