@charset "UTF-8";
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.program-page {
  position: relative;
}
.program-page::before {
  content: "";
  position: absolute;
  top: -1170px;
  left: 0;
  width: 3000px;
  height: 2000px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(124, 161, 56, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(-21deg);
  z-index: 0;
}

.course-overview {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.course-overview .overview-wrapper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding-bottom: 32px;
}
.course-overview .content-column {
  flex: 1;
}
.course-overview .breadcrumbs {
  margin-bottom: 24px;
}
.course-overview .breadcrumbs ol {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.course-overview .breadcrumbs a {
  font-size: 14px;
  color: #545454;
  text-decoration: none;
}
.course-overview .breadcrumbs a[aria-current=page] {
  color: #121212;
  font-weight: 600;
}
.course-overview .breadcrumbs .separator {
  font-size: 12px;
  color: #545454;
}
.course-overview .program-title {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 600;
}
.course-overview .program-title .weight-light {
  font-weight: 400;
}
.course-overview .accreditation-badges {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
}
.course-overview .accreditation-badges .badge {
  display: flex;
  align-items: center;
  gap: 16px;
}
.course-overview .accreditation-badges .badge-irm {
  background-color: #0c335c;
  color: #ffffff;
  font-weight: bold;
  padding: 8px 16px;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.course-overview .accreditation-badges .badge-text-bold {
  font-size: 12px;
  font-weight: 700;
  max-width: 140px;
  color: #333333;
}
.course-overview .accreditation-badges .badge-divider {
  width: 1px;
  height: 40px;
  background-color: #dcdcdc;
}
.course-overview .accreditation-badges .badge-number {
  font-size: 32px;
  font-weight: 700;
  color: #bfa34c;
}
.course-overview .accreditation-badges .badge-ranking-text {
  display: flex;
  flex-direction: column;
}
.course-overview .accreditation-badges .badge-ranking-text .text-mini {
  font-size: 10px;
  color: #545454;
  letter-spacing: 0.5px;
}
.course-overview .accreditation-badges .badge-ranking-text .text-bold {
  font-size: 12px;
  font-weight: 700;
  color: #333333;
}
.course-overview .metrics-container {
  display: flex;
  background: linear-gradient(135deg, #0076c0 0%, #00a4e4 100%);
  color: #ffffff;
  padding: 20px 26px;
  margin-bottom: 32px;
  border-radius: 28px;
  padding-bottom: 48px;
  background: url("../images/program/overview-bg.png") no-repeat center;
  background-size: 100% 100%;
}
.course-overview .metrics-container .metric-item {
  padding: 0 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.course-overview .metrics-container .metric-item:first-child {
  flex: 0 0 76px;
  padding-left: 0;
}
.course-overview .metrics-container .metric-item:last-child {
  border-right: none;
  padding-right: 0;
}
.course-overview .metrics-container .metric-value {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}
.course-overview .metrics-container .metric-label {
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.95;
}
.course-overview .program-description {
  font-size: 16px;
  line-height: 1.5;
  color: #545454;
}
.course-overview .program-description .btn-read-more {
  background: none;
  border: none;
  color: #121212;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
  margin-left: 4px;
}
.course-overview .program-description .btn-read-more:hover {
  text-decoration: underline;
}
.course-overview .program-description p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 4px;
}
.course-overview .program-description.expanded p {
  display: block;
  overflow: visible;
}
.course-overview .prog-read-more-btn {
  font-size: 16px;
  background: none;
  border: 0;
  color: #000;
  font-weight: 600;
  padding: 0;
  cursor: pointer;
}
.course-overview .form-column {
  width: 416px;
  flex-shrink: 0;
}
.course-overview .raised-form-card {
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.12)) !important;
}
.course-overview .form-container {
  margin-top: -70px;
}
.course-overview .form-container .rfi-form {
  position: relative;
  background: #ffffff !important;
  clip-path: url(#programFormClip) !important;
  -webkit-clip-path: url(#programFormClip) !important;
  padding: 80px 30px 20px 30px !important;
  width: 416px;
}
.course-overview .form-container .rfi-form .submitField {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: fit-content !important;
}
.course-overview .form-container .rfi-form .submitField::after {
  display: none !important;
  content: none !important;
}
.course-overview .form-container .rfi-form .submitField p {
  margin: 0;
}
.course-overview .form-container .rfi-form .submitField .program-lead-btn {
  position: relative !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  height: 48px;
  padding: 0 50px 0 22px !important;
  border: 1px solid #FF6600;
  border-radius: 999px;
  background: #FF6600;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.course-overview .form-container .rfi-form .submitField .program-lead-btn::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff url("../images/icons/right-arrow.svg") center center no-repeat;
  background-size: 16px;
  pointer-events: none;
  z-index: 2;
}
.course-overview .form-container .rfi-form .submitField .program-lead-btn:hover input.wpcf7-submit {
  background: linear-gradient(90deg, #FF6600 0%, #FFDFC9 100%);
  border-color: #FF6600;
}
.course-overview .form-container .rfi-form .submitField .wpcf7-spinner {
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.course-overview .form-container .rfi-form .form-group,
.course-overview .form-container .rfi-form .mobileBlock,
.course-overview .form-container .rfi-form .phone-group,
.course-overview .form-container .rfi-form .phoneField,
.course-overview .form-container .rfi-form .iti {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  box-sizing: border-box !important;
  height: auto !important;
  flex: 1 1 100% !important;
  align-self: stretch !important;
}
.course-overview .form-container .rfi-form input[type=text],
.course-overview .form-container .rfi-form input[type=email],
.course-overview .form-container .rfi-form input[type=tel],
.course-overview .form-container .rfi-form input[name=mobile_number],
.course-overview .form-container .rfi-form #mobile_number,
.course-overview .form-container .rfi-form .form-control,
.course-overview .form-container .rfi-form select {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  box-sizing: border-box !important;
}
.course-overview .form-container .rfi-form .fieldError,
.course-overview .form-container .rfi-form .nameError,
.course-overview .form-container .rfi-form .emailError,
.course-overview .form-container .rfi-form .phoneError,
.course-overview .form-container .rfi-form .courseError,
.course-overview .form-container .rfi-form .checkBoxError,
.course-overview .form-container .rfi-form label.error,
.course-overview .form-container .rfi-form span.error,
.course-overview .form-container .rfi-form span.fieldError {
  display: block !important;
  width: 100% !important;
  clear: both !important;
  text-align: left !important;
  font-size: 12px !important;
  color: #FF6600 !important;
  font-style: italic !important;
  margin-top: 4px !important;
  position: relative !important;
  float: none !important;
}
.course-overview .form-container .rfi-form .messageBlock {
  margin-bottom: 15px;
  width: 100%;
}
.course-overview .form-container .rfi-form .messageBlock .alert {
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 0.85rem;
  line-height: 1.4;
  text-align: left;
  box-sizing: border-box;
}
.course-overview .form-container .rfi-form .messageBlock .alert.hidden {
  display: none !important;
}
.course-overview .form-container .rfi-form .messageBlock {
  /* Red Warning / Alert Box */
}
.course-overview .form-container .rfi-form .messageBlock .alert-danger,
.course-overview .form-container .rfi-form .messageBlock #errorMessage {
  /* REMOVE: display: block !important; */
  padding: 12px;
  background-color: #f8d7da;
  color: #721c24;
  font-size: 14px;
  font-style: italic;
  border: 1px solid #f8d7da;
  border-radius: 5px;
  /* Link inside error message */
}
.course-overview .form-container .rfi-form .messageBlock .alert-danger a.loginLink,
.course-overview .form-container .rfi-form .messageBlock #errorMessage a.loginLink {
  color: #e03131;
  font-weight: 700;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.course-overview .form-container .rfi-form .messageBlock .alert-danger a.loginLink:hover,
.course-overview .form-container .rfi-form .messageBlock #errorMessage a.loginLink:hover {
  color: #9b1c1c;
}
.course-overview .form-container .rfi-form .messageBlock {
  /* Success Box */
}
.course-overview .form-container .rfi-form .messageBlock .alert-success,
.course-overview .form-container .rfi-form .messageBlock #successMessage {
  background-color: #def7ec;
  color: #03543f;
  border: 1px solid #84e1bc;
}
.course-overview .form-container .rfi-form .otp-verification-block {
  text-align: center;
}
.course-overview .form-container .rfi-form .otp-verification-block .otp-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #0b3056;
}
.course-overview .form-container .rfi-form .otp-verification-block .otp-info-block {
  margin-bottom: 15px;
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
  /* Drops "Edit" to its own centered line */
}
.course-overview .form-container .rfi-form .otp-verification-block .otp-info-block .editLink {
  display: block;
  color: #ff6600;
  cursor: pointer;
  font-weight: 600;
  margin-top: 6px;
  text-decoration: underline;
}
.course-overview .form-container .rfi-form .otp-verification-block .otp-field {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 8px;
}
.course-overview .form-container .rfi-form .otp-verification-block .otp-field .otp-wrap {
  width: 48px;
}
.course-overview .form-container .rfi-form .otp-verification-block .otp-field .otp-wrap .otp-input {
  width: 100%;
  height: 48px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #ccc !important;
  border-radius: 8px !important;
  padding: 0 !important;
}
.course-overview .form-container .rfi-form .otp-verification-block .otp-field .otp-wrap .otp-input:focus {
  border-color: #ff6600 !important;
}
.course-overview .form-container .rfi-form .otp-verification-block {
  /* Restricts the width to match the 4 OTP boxes exactly */
}
.course-overview .form-container .rfi-form .otp-verification-block .resendOTPBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 228px;
  /* (4 inputs * 48px) + (3 gaps * 12px) = 228px */
  margin: 10px auto 20px auto;
  /* Centered under input fields */
  font-size: 13px;
}
.course-overview .form-container .rfi-form .otp-verification-block .resendOTPBlock .resend-otp {
  background: transparent;
  border: none;
  color: #ff6600;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}
.course-overview .form-container .rfi-form .otp-verification-block .resendOTPBlock .resend-otp:disabled {
  color: #aaa;
  cursor: not-allowed;
}
.course-overview .form-container .rfi-form .otp-verification-block .resendOTPBlock .timer {
  color: #333333;
  font-weight: 500;
}
.course-overview .form-container .rfi-form .otp-verification-block {
  /* Redirect Notice / Paragraph Text Styling */
}
.course-overview .form-container .rfi-form .otp-verification-block p:not(.otp-heading) {
  font-size: 13px;
  color: #333333;
  line-height: 1.4;
  max-width: 80%;
  margin: 0 auto 20px auto;
}
.course-overview .form-container .rfi-form .verify-btn-block {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.course-overview .form-container .rfi-form .verify-btn-block button {
  height: 48px;
  padding: 0 35px;
  background-color: #ff6600 !important;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: background-color 0.2s ease;
}
.course-overview .form-container .rfi-form .verify-btn-block button:hover {
  background-color: rgb(229.5, 91.8, 0) !important;
}
.course-overview .form-container .form-group {
  margin-bottom: 15px;
  /* Target ONLY checkboxes so normal text/phone inputs stay visible */
}
.course-overview .form-container .form-group input[type=checkbox] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  /* Hides raw checkbox only */
  cursor: pointer;
}
.course-overview .form-container .form-group input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: flex-start;
  line-height: normal;
}
.course-overview .form-container .form-group input[type=checkbox] + label::before {
  content: "";
  background-color: transparent;
  border: 1px solid #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 5px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  flex-shrink: 0;
  height: 2px;
  width: 2px;
  margin-top: 2px;
}
.course-overview .form-container .form-group input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 3px;
  height: 6px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.course-overview .form-container .verify-btn {
  margin-right: 205px;
}
.course-overview .prospectus-banner {
  background: rgba(255, 255, 255, 0.18);
  background: linear-gradient(135deg, rgba(224, 242, 254, 0.28), rgba(186, 230, 253, 0.18));
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.15), inset 0 1px 1px rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  width: 86%;
  margin: 0 auto;
  padding: 0 16px 12px 16px;
  border: 1px solid #A9D8FF;
  z-index: 1;
  position: relative;
}
.course-overview .prospectus-banner .image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.course-overview .prospectus-banner .image-container img {
  height: auto;
}
.course-overview .prospectus-banner .banner-content {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: 16px;
}
.course-overview .prospectus-banner .banner-badge {
  font-size: 12px;
  border-radius: 4px;
  font-weight: 500;
  color: #000;
  display: flex;
  gap: 6px;
}

.form-container {
  margin-top: 100px;
}

.inquiry-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 100px;
}

.form-group {
  position: relative;
  display: flex;
  flex-direction: column;
}

.form-control {
  width: 100%;
  border: none;
  border-bottom: 2px solid #dcdcdc;
  padding: 12px 0;
  font-size: 16px;
  color: #121212;
  background-color: transparent;
  outline: none;
  transition: border-color 0.2s ease;
  border-radius: unset;
}
.form-control:focus {
  border-bottom-color: #0076c0;
}
.form-control::placeholder {
  color: #999999;
}

.phone-group {
  flex-direction: row;
  align-items: center;
}
.phone-group .country-prefix {
  display: flex;
  align-items: center;
  gap: 4px;
  border-bottom: 2px solid #dcdcdc;
  padding: 12px 0;
  padding-right: 8px;
  font-size: 16px;
  color: #121212;
}
.phone-group .phone-input {
  flex: 1;
}

.select-group {
  position: relative;
}
.select-group::after {
  content: "▼";
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 20px;
  color: #666666;
  pointer-events: none;
}
.select-group .select-control {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  cursor: pointer;
}

.checkbox-group {
  margin-top: 8px;
}
.checkbox-group .checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.checkbox-group input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  cursor: pointer;
  flex-shrink: 0;
}
.checkbox-group .checkbox-label {
  font-size: 12px;
  line-height: 1.5;
  color: #545454;
  cursor: pointer;
}

.error-message {
  font-size: 12px;
  color: #D32531;
  margin-top: 4px;
  display: none;
  font-weight: 500;
}

.form-control.is-invalid {
  border-bottom-color: #D32531 !important;
}

.program-fee-sec .description {
  margin-bottom: 20px;
}
.program-fee-sec .fee-sec-wrapper {
  backdrop-filter: blur(39px);
  box-shadow: 0px 4px 3.5px 0px rgba(255, 255, 255, 0.39) inset;
  border: 1px solid #A9D8FF;
  border-radius: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.program-fee-sec .fee-sec-wrapper .tabs {
  background: transparent;
  margin-bottom: 10px;
}
.program-fee-sec .fee-sec-wrapper .tabs .tab-content {
  position: relative;
  padding: 0;
}
.program-fee-sec .fee-sec-wrapper .tabs .tab-content .tab-panel {
  display: none;
}
.program-fee-sec .fee-sec-wrapper .tabs .tab-content .tab-panel.active {
  display: flex;
  min-width: 944px;
  gap: 14px;
  align-items: flex-start;
}
.program-fee-sec .fee-sec-wrapper .tabs .tab-content .tab-panel {
  backdrop-filter: blur(39px);
  box-shadow: 0px 4px 3.5px 0px rgba(255, 255, 255, 0.3882352941) inset;
  overflow: hidden;
  background: url("../images/program/feebg.png") no-repeat center;
  height: 235px;
  background-size: 100% 100%;
  min-height: 136px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 60px 50px;
  border-radius: 24px;
}
.program-fee-sec .fee-sec-wrapper .tabs .tab-content .tab-panel .left,
.program-fee-sec .fee-sec-wrapper .tabs .tab-content .tab-panel .right {
  width: 50%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.program-fee-sec .fee-sec-wrapper .tabs .tab-content .tab-panel .left .line-item,
.program-fee-sec .fee-sec-wrapper .tabs .tab-content .tab-panel .right .line-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.program-fee-sec .fee-sec-wrapper .tabs .tab-content .tab-panel {
  /* Left Side */
}
.program-fee-sec .fee-sec-wrapper .tabs .tab-content .tab-panel .left {
  width: 55%;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
}
.program-fee-sec .fee-sec-wrapper .tabs .tab-content .tab-panel {
  /* Right Side */
}
.program-fee-sec .fee-sec-wrapper .tabs .tab-content .tab-panel .right {
  width: 45%;
  padding-left: 40px;
}
.program-fee-sec .fee-sec-wrapper .tabs .tab-content .tab-panel .price {
  font-size: 50px;
  color: #0080C5;
  font-weight: 700;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}
.program-fee-sec .fee-sec-wrapper .tabs .tab-content .tab-panel .fee-text {
  font-size: 18px;
  margin: 0 !important;
  line-height: 1.3 !important;
}
.program-fee-sec .fee-sec-wrapper .tabs .tab-content .tab-panel .terms-condition {
  font-weight: 400;
  display: block;
  margin-bottom: -40px;
}
.program-fee-sec .fee-sec-wrapper .tabs .tab-content .btn-enroll {
  position: absolute;
  right: 40px;
  bottom: -10px;
}

.program-curriculum {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 1;
}
.program-curriculum__container {
  margin: 0 auto;
  padding: 32px;
  background-color: rgba(169, 216, 255, 0.14);
  border: 1px solid #A9D8FF;
  border-radius: 24px;
  box-sizing: border-box;
}
.program-curriculum__header {
  text-align: center;
  margin-bottom: 28px;
}
.program-curriculum__title {
  font-size: 36px;
  font-weight: 700;
  color: #2F3B0B;
  margin: 0 0 24px 0;
  line-height: 1.2;
}
.program-curriculum__sub-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.program-curriculum__meta {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}
.program-curriculum__expand-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFFFFF;
  border: 1px solid #A9D8FF;
  border-radius: 20px;
  padding: 6px 6px 6px 16px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.program-curriculum__expand-all-btn .btn-text {
  font-family: "Inter", sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #1E293B;
}
.program-curriculum__expand-all-btn:hover {
  border-color: #CBD5E1;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(11, 48, 86, 0.12);
  border-color: rgba(11, 48, 86, 0.18);
}
.program-curriculum__expand-all-btn:hover .curriculum-accordion__arrow-btn {
  border: 1px solid #d54917;
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(241, 90, 36, 0.3);
}
.program-curriculum__accordion-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.program-curriculum .curriculum-accordion {
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #A9D8FF;
  border-radius: 20px;
  overflow: hidden;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.program-curriculum .curriculum-accordion.is-expanded {
  background: #FFFFFF;
}
.program-curriculum .curriculum-accordion.is-expanded .curriculum-accordion__arrow-btn {
  transform: rotate(90deg);
}
.program-curriculum .curriculum-accordion__trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
}
.program-curriculum .curriculum-accordion__title {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #0458A1;
  text-transform: uppercase;
  letter-spacing: 12%;
}
.program-curriculum .curriculum-accordion__arrow-btn {
  width: 30px;
  height: 30px;
  background-color: #FF6600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.program-curriculum .curriculum-accordion__body {
  padding: 0 24px 24px 24px;
}
.program-curriculum .curriculum-accordion__subjects-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.program-curriculum .curriculum-accordion__subject-item {
  font-size: 14px;
  color: #1E293B;
  position: relative;
  padding-left: 18px;
  list-style: none;
}
.program-curriculum .curriculum-accordion__subject-item::before {
  content: "•";
  position: absolute;
  left: 2px;
  color: #000000;
  font-size: 18px;
  line-height: 1.45;
  top: -3px;
}
.program-curriculum .curriculum-accordion__electives-block {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dashed #A9D8FF;
}
.program-curriculum .curriculum-accordion__elective-title {
  font-size: 16px;
  font-weight: 600;
  color: #2F3B0B;
  margin: 0 0 12px 0;
}
.program-curriculum .curriculum-specialization .curriculum-accordion__subjects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 32px;
}
.program-curriculum .curriculum-accordion__specialization {
  list-style: none;
  padding-left: 0;
}
.program-curriculum .curriculum-accordion__specialization::before {
  display: none;
}
.program-curriculum .curriculum-accordion__specialization select {
  width: 200px;
  height: 38px;
  line-height: 36px;
  border: 1px solid #A9D8FF;
  border-radius: 20px;
  padding: 0 32px 0 14px;
  /* Space on right so text doesn't overlap arrow */
  background-color: #fff;
  font-size: 14px;
  /* 1. Hide the browser native default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23333333' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px 20px;
  cursor: pointer;
}
.program-curriculum .curriculum-specialization {
  margin-top: 18px;
  border-top: 1px solid #A9D8FF;
  padding-top: 20px;
}
.program-curriculum .curriculum-specialization .curriculum-accordion__subjects-grid {
  grid-template-columns: repeat(3, 1fr);
}

.course-overview .form-group {
  position: relative;
  width: 100%;
}
.course-overview .wpcf7-form-control {
  width: 100%;
  padding: 12px 0;
  font-size: 0.95rem;
  color: #3d4b29;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1.5px solid rgba(11, 48, 86, 0.15);
  border-radius: 0;
  outline: none;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
}
.course-overview .wpcf7-form-control:focus {
  border-color: #0b3056;
  background-color: transparent;
  box-shadow: none;
}
.course-overview .phone-group {
  display: flex;
  align-items: center;
}
.course-overview .flag-container {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  color: #3d4b29;
  pointer-events: none;
  user-select: none;
  background-color: rgba(11, 48, 86, 0.04);
  border: 1px solid rgba(11, 48, 86, 0.12);
  border-radius: 6px;
  padding: 4px 8px;
  box-sizing: border-box;
}
.course-overview .flag-container .flag-icon {
  font-size: 1.1rem;
  line-height: 1;
}
.course-overview .flag-container .country-code {
  font-weight: 600;
  color: #3d4b29;
}
.course-overview .phone-input {
  padding-left: 90px !important;
}
.course-overview .select-control {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b3056' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 14px;
  color: rgba(11, 48, 86, 0.65);
}
.course-overview .select-control:focus, .course-overview .select-control:valid {
  color: #3d4b29;
}
.course-overview .form-consent {
  margin-top: 5px;
}
.course-overview .form-consent .consent-checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  text-align: left;
}
.course-overview .form-consent .consent-checkbox-label input[type=checkbox] {
  display: none;
}
.course-overview .form-consent .consent-checkbox-label input[type=checkbox]:checked ~ .checkbox-custom {
  background-color: #0b3056;
  border-color: #0b3056;
}
.course-overview .form-consent .consent-checkbox-label input[type=checkbox]:checked ~ .checkbox-custom::after {
  display: block;
}
.course-overview .form-consent .checkbox-custom {
  position: relative;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border: 1.5px solid rgba(11, 48, 86, 0.2);
  border-radius: 4px;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
  margin-top: 2px;
}
.course-overview .form-consent .checkbox-custom::after {
  content: "";
  position: absolute;
  display: none;
  left: 4.5px;
  top: 1.5px;
  width: 4px;
  height: 7px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.course-overview .form-consent .consent-text {
  font-size: 0.72rem;
  color: #64748b;
  line-height: 1.4;
  user-select: none;
}
.course-overview .form-submit-container {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.course-overview .btn-enroll-now {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #f15a24;
  color: #ffffff;
  border: none;
  padding: 8px 8px 8px 20px;
  border-radius: 30px;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(241, 90, 36, 0.2);
  transition: all 0.2s ease-in-out;
  letter-spacing: 0.03em;
}
.course-overview .btn-enroll-now .arrow-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #f15a24;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.course-overview .btn-enroll-now:hover {
  background-color: #d54917;
  box-shadow: 0 6px 18px rgba(241, 90, 36, 0.3);
}
.course-overview .btn-enroll-now:hover .arrow-icon {
  transform: scale(1.05);
}
.course-overview .btn-enroll-now:active {
  transform: translateY(1px);
}

/*Start Responsive css */
@media (min-width: 1920px) {
  .who-can-apply .who-can-apply-title {
    font-size: 42px;
  }
  .who-can-apply .apply-card {
    min-height: 300px;
  }
  .who-can-apply .apply-card .apply-card-heading {
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .course-overview .container {
    gap: 32px;
  }
  .form-column {
    width: 360px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .course-overview .program-title {
    font-size: 42px;
  }
  .course-overview .metrics-container .metric-value {
    font-size: 26px;
  }
  .course-overview .metrics-container .metric-label {
    font-size: 12px;
  }
  .course-overview .form-container .rfi-form {
    width: auto;
  }
  .course-overview .form-column {
    width: 380px;
    flex-shrink: 0;
  }
  .course-overview .prospectus-banner .banner-badge {
    font-size: 10px;
  }
  .program-curriculum .curriculum-accordion__title {
    font-size: 18px;
  }
  .program-curriculum .program-curriculum__meta {
    font-size: 14px;
  }
  .program-curriculum .curriculum-accordion__subject-item::before {
    top: -2px;
  }
  .program-fee-sec .fee-sec-wrapper .tabs .tab-content .tab-panel .price {
    font-size: 40px;
  }
  .program-fee-sec .program-fee-sec .fee-sec-wrapper .tabs .tab-content .tab-panel .price {
    font-size: 16px;
  }
  .program-fee-sec .fee-sec-wrapper .tabs .tab-content .btn-enroll {
    right: 12px;
  }
  .program-fee-sec .fee-sec-wrapper .tabs .tab-content .btn-enroll {
    height: 38px;
    padding: 0 42px 0 16px;
    font-size: 13px;
  }
  .program-fee-sec .fee-sec-wrapper .tabs .tab-content .btn-enroll::after {
    width: 26px;
    height: 26px;
    background-size: 13px;
  }
}
@media (max-width: 992px) {
  .program-page {
    position: relative;
  }
  .program-page::before {
    content: "";
    position: absolute;
    top: -1480px;
    left: -860px;
    width: 2731px;
    height: 2685px;
    background: radial-gradient(42% 42% at 50% 50%, rgba(124, 161, 56, 0.9) 0%, rgba(124, 161, 56, 0.55) 30%, rgba(255, 255, 255, 0) 100%);
    z-index: 0;
    pointer-events: none;
  }
  .course-overview {
    overflow: unset;
  }
  .course-overview .breadcrumbs {
    margin-bottom: 6px;
  }
  .course-overview .overview-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .course-overview .program-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .course-overview .accreditation-badges {
    margin-bottom: 10px;
  }
  .course-overview .accreditation-badges .badge .irm {
    width: 90px;
    height: auto;
  }
  .course-overview .accreditation-badges .badge .nirf {
    width: 80px;
    height: auto;
  }
  .course-overview .prospectus-banner {
    width: 96%;
    max-width: 390px;
    padding: 10px;
    position: relative;
    z-index: 5;
    margin: 0 auto;
    box-shadow: 0 4px 12px rgba(31, 38, 135, 0.05), inset 0 1px 1px rgba(255, 255, 255, 0.4);
  }
  .course-overview .prospectus-banner .image-container {
    display: none !important;
  }
  .course-overview .prospectus-banner .banner-content {
    gap: 0;
    margin-top: 0;
  }
  .course-overview .metrics-container {
    gap: 16px;
    border-radius: 16px;
    margin-bottom: 10px;
    padding: 10px 8px 18px 20px;
  }
  .course-overview .metrics-container .metric-item {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: none;
    padding: 0 14px 0 0;
  }
  .course-overview .metrics-container .metric-item:first-child {
    flex: 0 0 42px;
  }
  .course-overview .metrics-container .metric-item:last-child {
    border-bottom: none;
    border-right: 0;
    padding-right: 0;
  }
  .course-overview .metrics-container .metric-value {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: normal;
  }
  .course-overview .metrics-container .metric-label {
    font-size: 10px;
    line-height: normal;
    margin-bottom: 8px;
  }
  .course-overview .form-container {
    margin-top: -22px;
  }
  .course-overview .form-container .rfi-form {
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.04));
    width: 100%;
    max-width: 396px;
    margin-left: auto;
    margin-right: auto;
    padding: 36px 20px 20px 20px !important;
  }
  .course-overview .program-description p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
  }
  .course-overview .program-description.expanded p {
    display: block;
    overflow: visible;
  }
  .course-overview .prog-read-more-btn {
    background: none;
    border: 0;
    color: #000;
    font-weight: 600;
    padding: 0;
    cursor: pointer;
    font-size: 12px;
  }
  .course-overview .form-column {
    width: 100%;
    margin-top: 20px;
  }
  .course-overview .raised-form-card {
    border-radius: 24px;
  }
  .course-overview .raised-form-card::before {
    background-size: 140% 100%;
  }
  .course-overview .form-container .rfi-form .submitField .program-lead-btn {
    position: relative !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    height: 44px;
    padding: 0 48px 0 22px !important;
    border: 1px solid #FF6600;
    border-radius: 999px;
    background: #FF6600;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    box-sizing: border-box;
  }
  .course-overview .form-container .rfi-form .submitField .program-lead-btn::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff url("../images/icons/right-arrow.svg") center center no-repeat;
    background-size: 16px;
    pointer-events: none;
    z-index: 2;
  }
  .course-overview .prospectus-banner .banner-badge {
    font-size: 12px;
  }
  .course-overview .form-container .rfi-form {
    padding: 30px 20px 16px 20px !important;
  }
  .program-fee-sec {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
  .program-fee-sec .fee-sec-wrapper {
    padding-bottom: 12px;
  }
  .program-fee-sec .fee-sec-wrapper .description {
    margin-bottom: 28px;
    font-size: 12px;
    line-height: normal;
  }
  .program-fee-sec .fee-sec-wrapper .fee-text {
    font-size: 10px;
  }
  .program-fee-sec .fee-sec-wrapper .tabs {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 0;
  }
  .program-fee-sec .fee-sec-wrapper .tabs .tab-content {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .program-fee-sec .fee-sec-wrapper .tabs .tab-content .tab-panel {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    align-self: stretch !important;
    flex-direction: column;
    background: url("../images/program/feebg-mobile.png") no-repeat center !important;
    background-size: 100% 100% !important;
    height: auto !important;
    padding: 22px 25px 45px 25px !important;
    position: relative;
  }
  .program-fee-sec .fee-sec-wrapper .tabs .tab-content .tab-panel .left,
  .program-fee-sec .fee-sec-wrapper .tabs .tab-content .tab-panel .right {
    width: 100%;
  }
  .program-fee-sec .fee-sec-wrapper .tabs .tab-content .tab-panel .left {
    border-bottom: 0.63px solid #A9D8FF;
    padding-right: 0;
    padding-bottom: 14px;
    margin-bottom: 14px;
    align-self: auto !important;
    min-height: 68px;
  }
  .program-fee-sec .fee-sec-wrapper .tabs .tab-content .tab-panel .right {
    padding-left: 0;
  }
  .program-fee-sec .fee-sec-wrapper .tabs .tab-content .tab-panel .price {
    font-size: 30px;
    margin-bottom: 6px;
    text-align: left;
  }
  .program-fee-sec .fee-sec-wrapper .tabs .tab-content .tab-panel .fee-text {
    font-size: 10px;
    text-align: left;
    margin-bottom: 0;
  }
  .program-fee-sec .fee-sec-wrapper .tabs .tab-content .tab-panel .terms-condition {
    position: absolute;
    left: 25px;
    bottom: 8px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 10px;
    z-index: 5;
    display: block !important;
  }
  .program-fee-sec .fee-sec-wrapper .tabs .tab-content .tab-panel.active {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    align-self: stretch !important;
    box-sizing: border-box !important;
    gap: 0;
  }
  .program-fee-sec .fee-sec-wrapper .tabs .tab-content .btn-enroll {
    bottom: 0;
  }
  .program-curriculum {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }
  .program-curriculum__container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .program-curriculum__title {
    font-size: 32px;
  }
  .program-curriculum__meta {
    font-size: 12px;
  }
  .program-curriculum .curriculum-specialization .curriculum-accordion__subjects-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .program-curriculum .curriculum-accordion__specialization select {
    width: 100%;
  }
  .program-curriculum .curriculum-accordion__subject-item::before {
    top: -5px;
  }
  .program-curriculum__accordion-list {
    gap: 0;
  }
}
@media (max-width: 767px) {
  .program-curriculum {
    padding: 0 16px;
  }
  .program-curriculum__container {
    padding: 24px 16px;
    border-radius: 20px;
    width: 100%;
    box-sizing: border-box;
  }
  .program-curriculum__title {
    font-size: 24px;
    margin-bottom: 12px;
    text-align: center;
  }
  .program-curriculum__sub-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
  }
  .program-curriculum__meta {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
    color: #333333;
    max-width: 60%;
  }
  .program-curriculum__meta .meta-separator {
    display: none !important;
  }
  .program-curriculum__meta .meta-item {
    display: block;
  }
  .program-curriculum__expand-all-btn {
    align-self: center;
    padding: 6px 12px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
  }
  .program-curriculum__expand-all-btn .btn-text {
    font-size: 10px;
    font-weight: 600;
  }
  .program-curriculum .curriculum-accordion {
    border-radius: 16px;
    margin-bottom: 12px;
  }
  .program-curriculum .curriculum-accordion__trigger {
    padding: 14px 16px;
  }
  .program-curriculum .curriculum-accordion__title {
    font-size: 16px;
  }
  .program-curriculum .curriculum-accordion__body {
    padding: 0 16px 16px 16px;
  }
  .program-curriculum .curriculum-accordion__subjects-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
@media (max-width: 575.98px) {
  .program-curriculum {
    padding: 0 16px;
  }
  .program-curriculum__container {
    padding: 20px 14px;
  }
  .program-curriculum__title {
    font-size: 22px;
  }
  .program-curriculum__sub-bar {
    gap: 8px;
  }
  .program-curriculum__meta {
    font-size: 12px;
    line-height: 1.35;
    text-align: left;
  }
  .program-curriculum__expand-all-btn {
    padding: 5px 8px;
  }
  .program-curriculum__expand-all-btn .btn-text {
    font-size: 12px;
  }
  .program-curriculum .curriculum-accordion__title {
    font-size: 18px;
  }
  .curriculum-accordion__title {
    font-size: 16px;
  }
  .program-fee-sec {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
  }
  .program-fee-sec .fee-sec-wrapper {
    padding-bottom: 12px;
  }
  .program-fee-sec .fee-sec-wrapper .description {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .program-fee-sec .fee-sec-wrapper .tabs {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 0;
  }
  .program-fee-sec .fee-sec-wrapper .tabs .tab-content {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    position: relative;
  }
  .program-fee-sec .fee-sec-wrapper .tabs .tab-content .tab-panel {
    flex-direction: column;
  }
  .program-fee-sec .fee-sec-wrapper .tabs .tab-content .tab-panel .left,
  .program-fee-sec .fee-sec-wrapper .tabs .tab-content .tab-panel .right {
    width: 100%;
  }
  .program-fee-sec .fee-sec-wrapper .tabs .tab-content .tab-panel .left {
    border-bottom: 0.63px solid #A9D8FF;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .program-fee-sec .fee-sec-wrapper .tabs .tab-content .tab-panel .price {
    font-size: 24px;
    margin-bottom: 4px;
    text-align: left;
  }
  .program-fee-sec .fee-sec-wrapper .tabs .tab-content .tab-panel .fee-text {
    font-size: 12px;
    text-align: left;
    margin-bottom: 6px;
    line-height: 1.3;
  }
  .program-fee-sec .fee-sec-wrapper .tabs .tab-content .tab-panel .terns-condition {
    font-size: 12px;
    margin-bottom: 0;
  }
  .program-fee-sec .fee-sec-wrapper .tabs .tab-content .tab-panel.active {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    align-self: stretch !important;
    box-sizing: border-box !important;
  }
  .program-fee-sec .fee-sec-wrapper .tabs .tab-content .btn-enroll {
    position: absolute;
    bottom: 10px;
    right: 0;
    z-index: 5;
  }
}
@media (max-width: 392px) {
  .program-curriculum .curriculum-accordion__subject-item::before {
    top: -4px;
  }
  .course-overview .prospectus-banner .banner-badge {
    font-size: 11px;
  }
}/*# sourceMappingURL=program-page.css.map */