@charset "UTF-8";
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-LightItalic.woff2") format(" woff2");
  font-style: italic;
  font-weight: 300;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  background: #ffffff;
  overflow-x: hidden;
  width: 100%;
  line-height: 1.5;
}

.talk-to-us-clip-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
.heading {
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 20px;
}

h1 {
  font-size: 80px;
}

h2 {
  font-size: 60px;
}

h3 {
  font-size: 45px;
}

h4 {
  font-size: 40px;
  line-height: 1.4;
}

h5 {
  font-size: 32px;
  line-height: 1.4;
}

h6 {
  font-size: 24px;
  line-height: 1.4;
}

.text-center {
  text-align: center;
}

.fontBold {
  font-weight: bold;
}

.hidden {
  display: none !important;
}

.visible {
  display: block !important;
}

.overflow-auto {
  overflow: auto;
}

html.overflow-hidden,
body.overflow-hidden,
.overflow-hidden {
  overflow: hidden !important;
}

p {
  margin-bottom: 12px;
}

span {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

a:hover {
  color: #FF6600;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-20 {
  margin-top: 20px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-20 {
  margin-bottom: 20px;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-20 {
  padding-top: 20px;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-20 {
  padding-bottom: 20px;
}

ul {
  padding-left: 16px;
  margin-bottom: 12px;
}
ul li {
  list-style: disc;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}
table th,
table td {
  padding: 12px 16px;
  border: 1px solid #ddd;
}
table th {
  background-color: #FF6600;
  color: #ffffff;
  font-weight: bold;
}
table tr:nth-child(even) {
  background-color: #f9f9f9;
}

select {
  width: 100%;
  padding: 14px 30px 14px 12px;
  font-size: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  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") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 14px 14px !important;
}

select::-ms-expand {
  display: none !important;
}

.select2-container {
  width: 100% !important;
  font-size: 1rem;
}

.select2-selection {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 12px !important;
  height: 52px !important;
  display: flex !important;
  align-items: center !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 52px !important;
  width: 30px !important;
  background: url("../images/icons/dropdown-icon.svg") no-repeat;
  background-position: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow.up_arrow {
  transform: rotate(180deg);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
  border-radius: 12px !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.select2-container--open .select2-dropdown--above {
  margin-bottom: 4px;
}
.select2-container--open .select2-dropdown--below {
  margin-top: 4px;
}

.select2-results__options .select2-results__option {
  padding: 10px !important;
  /* Add padding to options */
  margin: 0 10px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  background-color: transparent !important;
  color: inherit !important;
}
.select2-results__options .select2-results__option:last-child {
  border-bottom: 0 !important;
}

.select2-results__option--selected {
  background-color: transparent !important;
}

.mobileBlock,
.form-group.mobileBlock,
.rfi-form .mobileBlock,
.programLeadForm .mobileBlock,
.enroll-now-form .mobileBlock,
.iti,
.iti.iti--separate-dial-code,
.iti.iti--allow-dropdown {
  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;
}
.mobileBlock input,
.mobileBlock input[type=text],
.mobileBlock input[type=tel],
.mobileBlock input[name=mobile_number],
.mobileBlock #mobile_number,
.mobileBlock .form-control,
.form-group.mobileBlock input,
.form-group.mobileBlock input[type=text],
.form-group.mobileBlock input[type=tel],
.form-group.mobileBlock input[name=mobile_number],
.form-group.mobileBlock #mobile_number,
.form-group.mobileBlock .form-control,
.rfi-form .mobileBlock input,
.rfi-form .mobileBlock input[type=text],
.rfi-form .mobileBlock input[type=tel],
.rfi-form .mobileBlock input[name=mobile_number],
.rfi-form .mobileBlock #mobile_number,
.rfi-form .mobileBlock .form-control,
.programLeadForm .mobileBlock input,
.programLeadForm .mobileBlock input[type=text],
.programLeadForm .mobileBlock input[type=tel],
.programLeadForm .mobileBlock input[name=mobile_number],
.programLeadForm .mobileBlock #mobile_number,
.programLeadForm .mobileBlock .form-control,
.enroll-now-form .mobileBlock input,
.enroll-now-form .mobileBlock input[type=text],
.enroll-now-form .mobileBlock input[type=tel],
.enroll-now-form .mobileBlock input[name=mobile_number],
.enroll-now-form .mobileBlock #mobile_number,
.enroll-now-form .mobileBlock .form-control,
.iti input,
.iti input[type=text],
.iti input[type=tel],
.iti input[name=mobile_number],
.iti #mobile_number,
.iti .form-control,
.iti.iti--separate-dial-code input,
.iti.iti--separate-dial-code input[type=text],
.iti.iti--separate-dial-code input[type=tel],
.iti.iti--separate-dial-code input[name=mobile_number],
.iti.iti--separate-dial-code #mobile_number,
.iti.iti--separate-dial-code .form-control,
.iti.iti--allow-dropdown input,
.iti.iti--allow-dropdown input[type=text],
.iti.iti--allow-dropdown input[type=tel],
.iti.iti--allow-dropdown input[name=mobile_number],
.iti.iti--allow-dropdown #mobile_number,
.iti.iti--allow-dropdown .form-control {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  box-sizing: border-box !important;
}
.mobileBlock .iti__flag-container,
.form-group.mobileBlock .iti__flag-container,
.rfi-form .mobileBlock .iti__flag-container,
.programLeadForm .mobileBlock .iti__flag-container,
.enroll-now-form .mobileBlock .iti__flag-container,
.iti .iti__flag-container,
.iti.iti--separate-dial-code .iti__flag-container,
.iti.iti--allow-dropdown .iti__flag-container {
  padding-bottom: 0;
}
.mobileBlock .iti__selected-flag,
.form-group.mobileBlock .iti__selected-flag,
.rfi-form .mobileBlock .iti__selected-flag,
.programLeadForm .mobileBlock .iti__selected-flag,
.enroll-now-form .mobileBlock .iti__selected-flag,
.iti .iti__selected-flag,
.iti.iti--separate-dial-code .iti__selected-flag,
.iti.iti--allow-dropdown .iti__selected-flag {
  border-radius: 6px 0 0 6px;
  height: 90%;
}

.form-group {
  margin-bottom: 1rem;
  position: relative;
}

.form-group:last-child {
  margin-bottom: 0px;
}

label {
  color: #000;
  font-size: 16px;
}

textarea {
  resize: vertical;
  min-height: 120px;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #0073aa;
  box-shadow: 0 0 3px rgba(0, 115, 170, 0.5);
}

input[type=checkbox],
input[type=radio] {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px solid #0064A4;
}

input[type=checkbox] {
  border-radius: 0.25em;
}

input:checked[type=checkbox] {
  background-color: #0064A4;
  border-color: #000;
}

input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m4 10 4 4 8-8'/%3e%3c/svg%3e");
}

.slick-dotted.slick-slider {
  margin-bottom: 10px !important;
}

input[type=radio] {
  border-radius: 50%;
}

input:checked[type=radio] {
  background-color: #ffffff;
  border-color: #0064A4;
}

input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2.4' fill='%230045C0'/%3e%3c/svg%3e");
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.error {
  color: #D32531;
  font-size: 14px;
  font-style: italic;
}

#terms-error {
  color: #FF6600;
}

.success {
  color: #008E36;
  font-size: 14px;
  font-style: italic;
}

.required {
  color: #D32531;
}

button:disabled,
input[type=submit]:disabled {
  opacity: 50%;
  cursor: not-allowed;
}

.no-button {
  padding: 0;
  background: none;
  border: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  transform: unset;
  border-radius: 0;
}
.no-button:hover {
  border: 0;
  color: inherit;
  transform: unset;
}

.slick-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.slick-prev:before,
.slick-next:before {
  font-family: unset !important;
}

.slick-prev:before {
  background: url("../images/icons/prev-arrow.svg") no-repeat;
  background-size: 100%;
  display: block;
  content: "" !important;
  width: 45px;
  height: 46px;
}

.slick-prev:hover:before {
  background: url("../images/icons/prev-arrow.svg") no-repeat;
  background-size: 100%;
  display: block;
  content: "" !important;
  width: 45px;
  height: 46px;
}

.slick-next:before {
  background: url("../images/icons/next-arrow.svg") no-repeat;
  background-size: 100%;
  display: block;
  content: "" !important;
  width: 45px;
  height: 46px;
}

.slick-prev:hover,
.slick-next:hover {
  border: unset;
  transform: unset;
  top: -60px;
  padding: 0;
}

/* ============================================================
   Parallax utility
   Pairs with assets/js/parallax.js — any element with
   [data-parallax] gets this by default. Component-specific
   sizing (height, top offset, background-image) still lives in
   that component's own page/section SCSS file.
   ============================================================ */
[data-parallax] {
  will-change: transform;
}

.container {
  width: 100%;
  max-width: 1087px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.btn:hover {
  transform: translateY(-1px);
}
.btn--ghost {
  background: #ffffff;
  color: #14233c;
}
.btn--solid {
  background: #f3791d;
  color: #ffffff;
}
.btn--solid:hover {
  background: #e2670d;
}
.btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}
.btn__icon svg {
  width: 14px;
  height: 14px;
}

.btn-enroll {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 48px;
  padding: 0 56px 0 24px;
  position: relative;
  border: 1px solid #FF6600;
  border-radius: 999px;
  background: #FF6600;
  color: #fff;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.btn-enroll::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 no-repeat;
  background-size: 16px;
  transition: all 0.3s ease;
}
.btn-enroll:hover {
  background: linear-gradient(90deg, #FF6600 0%, #FFDFC9 100%);
  color: #fff;
}
.btn-enroll:hover::after {
  background: #fff url("../images/icons/right-arrow.svg") center no-repeat;
  background-size: 16px;
}

.rfi-form .submitField {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.rfi-form .submitField p {
  margin: 0;
}
.rfi-form .submitField input.wpcf7-submit {
  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;
}
.rfi-form .submitField::after {
  display: none !important;
  content: none !important;
}
.rfi-form .submitField:hover input.wpcf7-submit {
  background: linear-gradient(90deg, #FF6600 0%, #FFDFC9 100%);
  border-color: #FF6600;
}
.rfi-form .submitField .wpcf7-spinner {
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.btn-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: fit-content;
  padding: 10px 20px;
  border: 1px solid #B9D7FF;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0.49%, #FFFFFF 104.09%);
  color: #000;
  text-decoration: none;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.btn-login:hover {
  color: #fff !important;
  background: linear-gradient(90deg, #FF6600 0%, #FFDFC9 100%);
  color: #0C321A;
  text-decoration: none;
}

.btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 999px;
  background: linear-gradient(90deg, #A9D8FF 0%, #FFFFFF 100%);
  color: #0C321A;
  text-decoration: none;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  transition: all 0.35s ease;
}
.btn-white:hover {
  background: linear-gradient(90deg, #FF6600 0%, #FFDFC9 100%);
  color: #0C321A;
  text-decoration: none;
}
.btn-white:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: 2px;
}

.btn-read-more {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background-color: #ffffff;
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #A9D8FF 0%, rgba(169, 216, 255, 0.48) 100%) border-box;
  padding: 10px 10px 10px 24px;
  border-radius: 35px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(11, 48, 86, 0.05);
  transition: all 0.2s ease-in-out;
  letter-spacing: -0.8px;
}
.btn-read-more span {
  display: inline-block;
}
.btn-read-more .arrow-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #f3791d;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 6px rgba(241, 90, 36, 0.2);
}
.btn-read-more:hover {
  color: #000000;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(11, 48, 86, 0.12);
  border-color: rgba(11, 48, 86, 0.18);
}
.btn-read-more:hover .arrow-icon {
  background-color: #d54917;
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(241, 90, 36, 0.3);
}
.btn-read-more:active {
  transform: translateY(0);
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: end;
}

.mobileBottomWidget {
  display: none !important;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: end;
}

main {
  position: relative;
  background: #fff;
}

.pagecontent {
  position: relative;
}
.pagecontent .blob {
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  display: block;
  opacity: 0.8;
  z-index: 0;
  transition: transform 0.15s linear;
  will-change: transform;
  background: radial-gradient(50% 50% at 50% 50%, rgba(124, 161, 56, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
  transition: opacity 0.6s ease-in-out;
}
.pagecontent .blob-1 {
  width: 400px;
  height: 400px;
  top: 10%;
  left: -15%;
}
.pagecontent .blob-2 {
  width: 500px;
  height: 500px;
  top: 40%;
  right: -20%;
}
.pagecontent .blob-3 {
  width: 160px;
  height: 160px;
  top: 80%;
  right: 30%;
}

.section-mb {
  margin-bottom: 80px;
}

.section-pb {
  padding-bottom: 80px;
}

.section-mt {
  margin-top: 80px;
}

.section-title {
  background: linear-gradient(90.04deg, #000000 33.01%, #495113 66.39%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 45px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.rankings-section .section-title {
  margin-bottom: 70px;
}

.pageTopSpace {
  padding-top: 162px;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ============================================================
   Site Header / Nav
   ============================================================ */
.bg-blob {
  position: fixed;
  top: -50%;
  right: -16%;
  width: 882px;
  height: 867px;
  pointer-events: none;
  z-index: 3;
  will-change: transform;
  transition: transform 0.08s linear;
}
.bg-blob img {
  width: 100%;
  height: 100%;
  display: block;
}

.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 1087px;
  z-index: 999;
  transition: 0.35s;
  max-width: 1087px;
  padding: 22px 30px;
  margin: 20px auto;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.22);
  border-radius: 80px;
  height: 96px;
  transition: all 0.35s ease;
}
.site-header .logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
}
.site-header .logo img {
  height: 48px;
  width: auto;
}
.site-header .header-wrapper {
  width: min(1400px, 98%);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  transition: 0.35s;
}
.site-header .header-wrapper .desktop-nav .menu {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
}
.site-header .header-wrapper .desktop-nav .menu li {
  list-style: none;
}
.site-header .header-wrapper .desktop-nav .menu a {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s ease;
}
.site-header .header-wrapper .desktop-nav .menu a .nav-arrow {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease, filter 0.3s ease;
}
.site-header .header-wrapper .desktop-nav .menu a.courses .menu-arrow {
  width: 6px;
  height: 9px;
  margin-left: 3px;
  transform: translateY(1px);
}
.site-header .header-wrapper .desktop-nav .menu a.courses:hover .menu-arrow, .site-header .header-wrapper .desktop-nav .menu a.courses.show .menu-arrow {
  transform: rotate(90deg);
}
.site-header .header-wrapper .desktop-nav .menu a.campus-programs .campus-arrow {
  width: 14px;
  height: 14px;
  margin-left: 2px;
}
.site-header .header-wrapper .desktop-nav .menu a.campus-programs:hover .campus-arrow {
  transform: translate(2px, -2px);
}
.site-header .header-wrapper .header-right {
  display: flex;
  gap: 18px;
  align-items: center;
}
.site-header .header-wrapper .header-right .phone {
  color: #ffffff;
  font-weight: 500;
}

.site-header .header-wrapper .header-right .phone {
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

.site-header.sticky {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(20px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid rgb(169, 216, 255);
}
.site-header.sticky .header-right .phone,
.site-header.sticky .desktop-nav .menu a {
  color: #000;
}
.site-header.sticky .header-right .phone .nav-arrow,
.site-header.sticky .desktop-nav .menu a .nav-arrow {
  filter: none;
}
.page-template-program .site-header .header-wrapper .desktop-nav .menu a,
.page-template-about-us .site-header .header-wrapper .desktop-nav .menu a,
.page-template-default .site-header .header-wrapper .desktop-nav .menu a,
.page-template-mandatory-disclouser .site-header .header-wrapper .desktop-nav .menu a,
.page-template-notifications .site-header .header-wrapper .desktop-nav .menu a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.page-template-program .site-header .header-wrapper .desktop-nav .menu a .nav-arrow,
.page-template-about-us .site-header .header-wrapper .desktop-nav .menu a .nav-arrow,
.page-template-default .site-header .header-wrapper .desktop-nav .menu a .nav-arrow,
.page-template-mandatory-disclouser .site-header .header-wrapper .desktop-nav .menu a .nav-arrow,
.page-template-notifications .site-header .header-wrapper .desktop-nav .menu a .nav-arrow {
  filter: none;
}
.page-template-program .site-header .header-wrapper .header-right .phone,
.page-template-about-us .site-header .header-wrapper .header-right .phone,
.page-template-default .site-header .header-wrapper .header-right .phone,
.page-template-mandatory-disclouser .site-header .header-wrapper .header-right .phone,
.page-template-notifications .site-header .header-wrapper .header-right .phone {
  color: #000;
  font-weight: 500;
}

.has-mega {
  position: relative;
}

.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  width: 420px;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: 0.3s;
}

.has-mega:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.has-mega {
  position: relative;
}

.has-mega {
  position: relative;
}
.has-mega:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mega-menu {
  position: absolute;
  top: 18px;
  left: -60px;
  width: 660px;
  height: 360px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: 0.35s ease;
  z-index: 100;
}

.mega-menu-bg {
  position: absolute;
  inset: 0;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.12));
}

.mega-menu-shape {
  width: 100%;
  height: 100%;
  display: block;
}
.mega-menu-content {
  position: relative;
  z-index: 2;
  display: flex;
  padding: 20px;
  gap: 0;
  top: 40px;
}

.mega-left {
  width: 198px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mega-left .degree {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  cursor: pointer;
  transition: 0.3s;
}
.mega-left .degree.active {
  color: #0074D9;
}
.mega-left .new-course {
  position: relative;
  margin-top: 56px;
  color: #222;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding-left: 22px;
  gap: 8px;
}
.mega-left .new-course::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 9px;
  height: 9px;
  background: url("../images/icons/star.svg") no-repeat center center;
  background-size: contain;
}

.mega-right {
  flex: 1;
}
.mega-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mega-right li {
  margin-bottom: 10px;
}
.mega-right a {
  display: flex;
  color: #000 !important;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.45;
  transition: 0.3s;
  position: relative;
  padding-left: 22px;
}
.mega-right a:hover {
  color: #0074D9 !important;
}
.mega-right li :hover a {
  color: #0074D9 !important;
}

.has-mega:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.has-mega.show .courses {
  text-decoration: underline !important;
  text-underline-offset: 5px;
}

.degree-tab {
  transition: 0.3s;
}
.degree-tab.active {
  color: #0074D9;
  font-weight: 700;
}

.course-list {
  display: none;
}
.course-list.active {
  display: block;
}

.menu-toggle {
  display: none;
}

.mobile-menu {
  display: none;
}

.page-template-program .site-header .header-wrapper .desktop-nav .menu a,
.page-template-about-us .site-header .header-wrapper .desktop-nav .menu a,
.page-template-default .site-header .header-wrapper .desktop-nav .menu a,
.page-template-mandatory-disclouser .site-header .header-wrapper .desktop-nav .menu a,
.page-template-notifications .site-header .header-wrapper .desktop-nav .menu a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.page-template-program .site-header .header-wrapper .header-right .phone,
.page-template-about-us .site-header .header-wrapper .header-right .phone,
.page-template-default .site-header .header-wrapper .header-right .phone,
.page-template-mandatory-disclouser .site-header .header-wrapper .header-right .phone,
.page-template-notifications .site-header .header-wrapper .header-right .phone {
  color: #000;
  font-weight: 500;
}

.main-footer {
  background: linear-gradient(238.92deg, #0080C5 -33.36%, #000000 95.22%);
  color: #ffffff;
  padding: 300px 20px 40px 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  margin-top: 0;
}
.main-footer:after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  width: 100%;
  height: 111px;
  background-image: url("../images/footer-line.png");
  background-repeat: no-repeat;
  background-position: -73px 0;
  background-size: 141% 170%;
  z-index: -1;
}
.main-footer li {
  list-style: none;
}
.main-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.4fr 1fr;
  gap: 30px;
  margin-bottom: 50px;
}
.main-footer .footer-col {
  text-align: left;
}
.main-footer .footer-col .col-title {
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 26px 0;
  letter-spacing: 0;
}
.main-footer .reach-col .reach-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main-footer .reach-col .reach-link {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  display: block;
}
.main-footer .reach-col .reach-link:hover {
  color: #FF6600;
}
.main-footer .reach-col .footer-divider {
  height: 1px;
  background-color: rgba(169, 216, 255, 0.3);
  margin: 25px 0;
  width: 90%;
}
.main-footer .reach-col .office-address {
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 25px;
}
.main-footer .reach-col .follow-section {
  margin-top: 360px;
}
.main-footer .reach-col .follow-section .follow-title {
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 15px 0;
}
.main-footer .reach-col .follow-section .social-links {
  display: flex;
  gap: 10px;
}
.main-footer .reach-col .follow-section .social-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.main-footer .reach-col .follow-section .social-icon:hover {
  background-color: #0b3056;
  color: #ffffff;
  transform: translateY(-2px);
}
.main-footer .programs-col .program-category {
  margin-bottom: 24px;
}
.main-footer .programs-col .program-category:last-child {
  margin-bottom: 0;
}
.main-footer .programs-col .category-heading {
  font-size: 16px;
  font-weight: 400;
  color: #0064A4;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}
.main-footer .programs-col .program-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.main-footer .programs-col .program-links li {
  list-style: none;
}
.main-footer .programs-col .program-links a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}
.main-footer .programs-col .program-links a:hover {
  color: #FF6600;
  transform: translateX(4px);
}
.main-footer .programs-col .program-links a.title-text {
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 26px 0;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.main-footer .programs-col .program-links a.title-text img {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  filter: brightness(0) invert(1);
}
.main-footer .programs-col .footer-divider {
  height: 1px;
  background-color: rgba(169, 216, 255, 0.3);
  margin: 25px 0;
  width: 90%;
}
.main-footer .quick-col .quick-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.main-footer .quick-col .quick-links-list a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}
.main-footer .quick-col .quick-links-list a:hover {
  color: #FF6600;
  transform: translateX(4px);
}
.main-footer .footer-bottom {
  border-top: none;
  padding-top: 100px;
  display: flex;
  justify-content: flex-start;
}
.main-footer .footer-bottom .legal-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.main-footer .footer-bottom .legal-links a {
  font-size: 14px;
  color: #ffffff;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}
.main-footer .footer-bottom .legal-links a:hover {
  color: #FF6600;
}
.main-footer .copyRight-box {
  display: flex;
  align-items: center;
  gap: 562px;
}
.main-footer .copyRight-box .copy-right-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: -70px;
}
.main-footer .footer-read-more {
  display: none;
}

.talkto-us .rfi-form .iti__selected-dial-code,
.talkto-us .rfi-form .iti__country-list li span {
  font-weight: normal;
}
.talkto-us .rfi-form .iti__selected-flag {
  padding: 0 6px 0 10px;
}

.thankyouMsg {
  display: none;
  position: relative;
  background: #F5FFD9;
  border-radius: 5px;
  padding: 6px 24px;
  margin-top: 12px;
}
.thankyouMsg .details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.thankyouMsg .details .tym-close {
  cursor: pointer;
  width: 12px;
}
.thankyouMsg .details .left {
  display: flex;
  align-items: center;
}
.thankyouMsg .details .left p {
  font-size: 16px;
}
.thankyouMsg .details .left img {
  width: 32px;
  margin-right: 12px;
}
.thankyouMsg .details .left a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

.otp-verification-block {
  text-align: center;
}
.otp-verification-block .otp-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}
.otp-verification-block .otp-info-block {
  margin-bottom: 15px;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  /* Makes "Edit" drop cleanly to its own centered line */
}
.otp-verification-block .otp-info-block .editLink {
  display: block;
  color: #ff6600;
  cursor: pointer;
  font-weight: 600;
  margin-top: 6px;
  text-decoration: underline;
}
.otp-verification-block .otp-field {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 8px;
}
.otp-verification-block .otp-field .otp-wrap {
  width: 48px;
}
.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;
}
.otp-verification-block .otp-field .otp-wrap .otp-input:focus {
  border-color: #ff6600 !important;
}
.otp-verification-block {
  /* Restricts Resend/Timer row width to match the 4 OTP boxes width */
}
.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 25px auto;
  /* Centered relative to OTP inputs */
  font-size: 14px;
}
.otp-verification-block .resendOTPBlock .resend-otp {
  background: transparent;
  border: none;
  color: #ff6600;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}
.otp-verification-block .resendOTPBlock .resend-otp:disabled {
  color: #aaa;
  cursor: not-allowed;
}
.otp-verification-block .resendOTPBlock .timer {
  color: #333;
  font-weight: 500;
}

.disable-send-otp {
  background: unset !important;
  border: unset !important;
}

/* International Telephone Input (iti) Flag & Text Spacing */
.iti__selected-flag {
  margin-right: 4px !important;
}

.iti__flag-container {
  padding-right: 4px !important;
}

.iti input,
.iti input[type=text],
.iti input[type=tel] {
  padding-left: 94px !important;
}

/* Reusable Pill CTA / Play Button (Scholarship & Video Popup Style) */
.btn-pill-cta,
.btn-play-pill {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background-color: #ffffff;
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #A9D8FF 0%, rgba(169, 216, 255, 0.48) 100%) border-box;
  padding: 8px 8px 8px 24px;
  border-radius: 35px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(11, 48, 86, 0.05);
  transition: all 0.25s ease;
  letter-spacing: -0.5px;
  cursor: pointer;
}
.btn-pill-cta span,
.btn-play-pill span {
  display: inline-block;
}
.btn-pill-cta .arrow-icon,
.btn-play-pill .arrow-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #f15a24;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  box-shadow: 0 2px 6px rgba(241, 90, 36, 0.2);
}
.btn-pill-cta .arrow-icon svg, .btn-pill-cta .arrow-icon img,
.btn-play-pill .arrow-icon svg,
.btn-play-pill .arrow-icon img {
  width: 12px;
  height: 14px;
  display: block;
}
.btn-pill-cta:hover,
.btn-play-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(11, 48, 86, 0.12);
}
.btn-pill-cta:hover .arrow-icon,
.btn-play-pill:hover .arrow-icon {
  background-color: #d94816;
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(241, 90, 36, 0.3);
}
.btn-pill-cta:active,
.btn-play-pill:active {
  transform: translateY(0);
}

#lsq-process-overlay {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 50%;
  height: 70%;
  margin: auto;
  background: #ffffff;
  opacity: 1;
  z-index: 99999;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border-radius: 5px;
}
#lsq-process-overlay .cv-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 70%;
}
#lsq-process-overlay .status-text {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0.2px;
}
#lsq-process-overlay .status-text a {
  font-weight: bold;
  text-decoration: underline;
}
#lsq-process-overlay .status-desc {
  display: block;
  font-weight: normal;
  color: #343634;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.18px;
}
#lsq-process-overlay .spinner img {
  width: 150px;
}
#lsq-process-overlay .message {
  text-align: center;
  position: absolute;
  bottom: 70px;
}

.talk-to-us-section {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  background: linear-gradient(to bottom, #ffffff 52%, linear-gradient(238.92deg, #0080C5 -33.36%, #000000 95.22%) 52%);
  padding: 0;
  z-index: 5;
  box-sizing: border-box;
}
.talk-to-us-section .messageBlock {
  margin-bottom: 15px;
  width: 100%;
}
.talk-to-us-section .messageBlock .alert {
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 0.85rem;
  line-height: 1.4;
  text-align: left;
  box-sizing: border-box;
}
.talk-to-us-section .messageBlock .alert.hidden {
  display: none !important;
}
.talk-to-us-section .messageBlock {
  /* Red Warning / Alert Box */
}
.talk-to-us-section .messageBlock .alert-danger,
.talk-to-us-section .messageBlock #errorMessage {
  padding: 12px;
  background-color: #f8d7da;
  color: #721c24;
  font-size: 14px;
  font-style: italic;
  border: 1px solid #f8d7da;
  border-radius: 5px;
}
.talk-to-us-section .messageBlock .alert-danger a.loginLink,
.talk-to-us-section .messageBlock #errorMessage a.loginLink {
  color: #e03131;
  font-weight: 700;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.talk-to-us-section .messageBlock .alert-danger a.loginLink:hover,
.talk-to-us-section .messageBlock #errorMessage a.loginLink:hover {
  color: #9b1c1c;
}
.talk-to-us-section .messageBlock {
  /* Success Box */
}
.talk-to-us-section .messageBlock .alert-success,
.talk-to-us-section .messageBlock #successMessage {
  background-color: #def7ec;
  color: #03543f;
  border: 1px solid #84e1bc;
}
.talk-to-us-section .wpcf7 form.invalid .wpcf7-response-output {
  color: #fff;
}
.talk-to-us-section .container {
  margin: 0 auto;
}
.talk-to-us-section .talk-glass-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.05) 100%);
  backdrop-filter: blur(39px);
  -webkit-backdrop-filter: blur(39px);
  border: 1px solid #A9D8FF;
  border-radius: 32px;
  padding: 40px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  margin-bottom: -250px;
}
.talk-to-us-section .talk-glass-card .section-header {
  text-align: center;
  margin-bottom: 35px;
}
.talk-to-us-section .talk-glass-card .section-header .highlight {
  color: #3d4b29;
}
.talk-to-us-section {
  /* Grid alignment fix to match form and image heights */
}
.talk-to-us-section .talk-glass-grid {
  display: grid;
  grid-template-columns: 295px 1fr;
  gap: 48px;
  align-items: stretch;
  /* Stretches left image height to fit right form height */
}
.talk-to-us-section .talk-image-column {
  width: 100%;
  height: 100%;
}
.talk-to-us-section .talk-image-wrapper {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
}
.talk-to-us-section .talk-student-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures crisp aspect ratio fill without distorting */
  border-radius: 20px;
  display: block;
}
.talk-to-us-section .talk-form-column {
  position: relative;
  width: 100%;
}
.talk-to-us-section .talk-form-card {
  position: relative;
  min-height: 380px;
  box-sizing: border-box;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15)) !important;
}
.talk-to-us-section .form-card-bg {
  display: none !important;
}
.talk-to-us-section .talk-form-content {
  position: relative;
  background: #ffffff !important;
  clip-path: url(#talkFormDesktopClip) !important;
  -webkit-clip-path: url(#talkFormDesktopClip) !important;
  padding: 30px 25px 40px 25px !important;
}
.talk-to-us-section .submitField .btn-enroll {
  margin-top: 20px;
}
.talk-to-us-section .lead-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  padding-bottom: 55px;
  /* General Form Field Underline Styles */
}
.talk-to-us-section .lead-form input[type=text],
.talk-to-us-section .lead-form input[type=email],
.talk-to-us-section .lead-form input[type=tel],
.talk-to-us-section .lead-form select,
.talk-to-us-section .lead-form .wpcf7-form-control {
  width: 100%;
  padding: 10px 0;
  font-size: 0.92rem;
  color: #333333;
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1.5px solid rgba(11, 48, 86, 0.15) !important;
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}
.talk-to-us-section .lead-form input[type=text]::placeholder,
.talk-to-us-section .lead-form input[type=email]::placeholder,
.talk-to-us-section .lead-form input[type=tel]::placeholder,
.talk-to-us-section .lead-form select::placeholder,
.talk-to-us-section .lead-form .wpcf7-form-control::placeholder {
  color: #888888;
}
.talk-to-us-section .lead-form input[type=text]:focus,
.talk-to-us-section .lead-form input[type=email]:focus,
.talk-to-us-section .lead-form input[type=tel]:focus,
.talk-to-us-section .lead-form select:focus,
.talk-to-us-section .lead-form .wpcf7-form-control:focus {
  border-bottom-color: #ff6600 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.talk-to-us-section .lead-form {
  /* Override intl-tel-input plugin container borders */
}
.talk-to-us-section .lead-form .select-control {
  appearance: none;
  -webkit-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") !important;
  background-repeat: no-repeat !important;
  background-position: right 0 center !important;
  background-size: 14px !important;
  color: #666666;
}
.talk-to-us-section .lead-form .select-control:focus, .talk-to-us-section .lead-form .select-control:valid {
  color: #333333;
}
.talk-to-us-section .lead-form {
  /* Validation Error Labels */
}
.talk-to-us-section .lead-form .fieldError {
  color: #e03131;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}
.talk-to-us-section .form-group {
  margin-bottom: 15px;
}
.talk-to-us-section .form-group input {
  width: 100%;
  padding: 14px 12px;
  font-size: 1rem;
  /* border-radius: 8px; */
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: unset;
}
.talk-to-us-section .form-group select,
.talk-to-us-section .form-group select.form-control,
.talk-to-us-section .form-group .form-group select {
  border: none !important;
  border-bottom: 1.5px solid rgba(11, 48, 86, 0.15) !important;
  border-radius: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  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") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 14px 14px !important;
  padding-right: 30px !important;
}
.talk-to-us-section .form-group {
  /* Target ONLY checkboxes so normal text/phone inputs stay visible */
}
.talk-to-us-section .form-group input[type=checkbox] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  /* Hides raw checkbox only */
  cursor: pointer;
}
.talk-to-us-section .form-group input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: flex-start;
  line-height: normal;
}
.talk-to-us-section .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;
}
.talk-to-us-section .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);
}
.talk-to-us-section .form-group .fieldError,
.talk-to-us-section .form-group .nameError,
.talk-to-us-section .form-group .emailError,
.talk-to-us-section .form-group .phoneError,
.talk-to-us-section .form-group .courseError,
.talk-to-us-section .form-group .checkBoxError,
.talk-to-us-section .form-group label.error,
.talk-to-us-section .form-group span.error,
.talk-to-us-section .form-group span.fieldError {
  display: block !important;
  width: 100% !important;
  clear: both !important;
  text-align: left !important;
  font-size: 12px !important;
  color: #f78d2d !important;
  font-style: italic !important;
  margin-top: 4px !important;
  position: relative !important;
  float: none !important;
}
.talk-to-us-section .form-group .form-group,
.talk-to-us-section .form-group .mobileBlock,
.talk-to-us-section .form-group .phone-group,
.talk-to-us-section .form-group .phoneField,
.talk-to-us-section .form-group .iti {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  box-sizing: border-box !important;
  height: auto !important;
}
.talk-to-us-section .form-group input[type=text],
.talk-to-us-section .form-group input[type=email],
.talk-to-us-section .form-group input[type=tel],
.talk-to-us-section .form-group .form-control,
.talk-to-us-section .form-group select {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  box-sizing: border-box !important;
}
.talk-to-us-section .form-group input[type=text],
.talk-to-us-section .form-group input[type=tel] {
  border: none !important;
  border-bottom: 1.5px solid rgba(11, 48, 86, 0.15) !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.talk-to-us-section .form-group input[type=text]:focus,
.talk-to-us-section .form-group input[type=tel]:focus {
  border-bottom-color: #ff6600 !important;
}
.talk-to-us-section .form-group .iti__selected-flag {
  padding: 0 6px 0 6px;
}

.fieldError {
  font-size: 14px;
  color: #f78d2d;
  font-style: italic;
}

/* Consent Terms Checkbox */
.form-consent,
.terms-condition {
  margin-top: 10px;
}
.form-consent label,
.form-consent .consent-text,
.terms-condition label,
.terms-condition .consent-text {
  font-size: 0.75rem;
  color: #555555;
  line-height: 1.4;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
}
.form-consent label input[type=checkbox],
.form-consent .consent-text input[type=checkbox],
.terms-condition label input[type=checkbox],
.terms-condition .consent-text input[type=checkbox] {
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: #ff6600;
}

.form-submit-container {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}

.btn-enroll-now {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #ff6600;
  color: #ffffff;
  border: none;
  padding: 8px 8px 8px 20px;
  border-radius: 30px;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(241, 90, 36, 0.2);
  transition: all 0.2s ease;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.btn-enroll-now .arrow-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #ff6600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.btn-enroll-now:hover {
  background-color: rgb(229.5, 91.8, 0);
  box-shadow: 0 6px 18px rgba(241, 90, 36, 0.3);
}
.btn-enroll-now:hover .arrow-icon {
  transform: scale(1.05);
}
.btn-enroll-now:active {
  transform: translateY(1px);
}
.btn-enroll-now:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* OTP View Styling */
.otp-verification-block {
  text-align: center;
}
.otp-verification-block .otp-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #0b3056;
}
.otp-verification-block .otp-info-block {
  margin-bottom: 20px;
  font-size: 14px;
  color: #555;
}
.otp-verification-block .otp-info-block .editLink {
  display: block;
  color: #ff6600;
  cursor: pointer;
  font-weight: 600;
  margin-top: 6px;
  text-decoration: underline;
}
.otp-verification-block .otp-field {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 8px;
}
.otp-verification-block .otp-field .otp-wrap {
  width: 48px;
}
.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;
}
.otp-verification-block .otp-field .otp-wrap .otp-input:focus {
  border-color: #ff6600 !important;
}
.otp-verification-block {
  /* Restricts the row width to exactly match the 4 OTP inputs */
}
.otp-verification-block .resendOTPBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 228px;
  /* (4 boxes * 48px) + (3 gaps * 12px) = 228px */
  margin: 10px auto 20px auto;
  /* Centers the block below the inputs */
  font-size: 13px;
}
.otp-verification-block .resendOTPBlock .resend-otp {
  background: transparent;
  border: none;
  color: #ff6600;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}
.otp-verification-block .resendOTPBlock .resend-otp:disabled {
  color: #b0b0b0;
  cursor: not-allowed;
}
.otp-verification-block .resendOTPBlock .timer {
  color: #333333;
  font-weight: 500;
}
.otp-verification-block {
  /* Redirect Notice Text Styling */
}
.otp-verification-block .redirect-note,
.otp-verification-block p:not(.otp-heading) {
  font-size: 13px;
  color: #333333;
  line-height: 1.4;
  max-width: 80%;
  margin: 0 auto 20px auto;
}

.page-template-program .talk-to-us-section .talk-image-wrapper {
  height: 100%;
}
.page-template-program .talk-to-us-section .talk-student-img {
  height: auto;
}

.slider-nav-container {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  margin: 40px auto 0 auto;
  width: 420px;
  padding: 8px 8px;
  border-radius: 50px;
  border: 1px solid #bdd7ef;
  background: #ffffff;
  box-sizing: border-box;
}
.slider-nav-container .nav-arrow-left {
  padding-left: 6px;
}
.slider-nav-container .nav-arrow-right {
  padding-right: 6px;
}

.progress-bar-track {
  position: relative;
  flex-grow: 1;
  margin: 0 16px;
  height: 6px;
  background: #f2f2f2;
  border-radius: 10px;
  overflow: hidden;
}

.progress-bar-active {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 30%;
  border-radius: 10px;
  background: linear-gradient(248.94deg, #0080C5 27.12%, #000000 99.65%);
  transform-origin: left center;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), left 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.nav-arrow {
  border: 0;
  outline: none;
  background: none;
}
.nav-arrow img {
  position: relative;
  width: 32px;
  height: 32px;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.common-swiper-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px auto 0 auto;
  width: 420px;
  padding: 8px 8px;
  border-radius: 50px;
  border: 1px solid #bdd7ef;
  background: #ffffff;
  box-sizing: border-box;
}
.common-swiper-navigation .swiper-button-prev,
.common-swiper-navigation .swiper-button-next {
  position: relative;
  width: 32px;
  height: 32px;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.common-swiper-navigation .swiper-button-prev::after,
.common-swiper-navigation .swiper-button-next::after {
  content: none;
}
.common-swiper-navigation .swiper-button-prev:hover,
.common-swiper-navigation .swiper-button-next:hover {
  transform: scale(1.08);
}
.common-swiper-navigation .swiper-button-prev.swiper-button-disabled,
.common-swiper-navigation .swiper-button-next.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.common-swiper-navigation .swiper-button-prev {
  background-image: url("../images/icons/prev-arrow.svg");
}
.common-swiper-navigation .swiper-button-next {
  background-image: url("../images/icons/next-arrow.svg");
}
.common-swiper-navigation .custom-swiper-track {
  position: relative;
  flex-grow: 1;
  margin: 0 16px;
  height: 6px;
  background: #f2f2f2;
  border-radius: 10px;
  overflow: hidden;
}
.common-swiper-navigation .custom-swiper-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 30%;
  border-radius: 10px;
  background: linear-gradient(248.94deg, #0080C5 27.12%, #000000 99.65%);
  transform-origin: left center;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), left 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.arrows {
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0;
  border-top-left-radius: 64px;
}
.arrows .arrow {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.arrows .arrow img {
  width: 24px;
  height: 24px;
  display: block;
  transition: filter 0.3s ease;
}
.arrows .arrow--prev {
  background: #fff;
  border: 1px solid #D9D9D9;
}
.arrows .arrow--prev:hover {
  background: linear-gradient(270deg, #FFDFC9 0%, #FF6600 100%);
}
.arrows .arrow--prev:hover img {
  filter: brightness(0) invert(1);
}
.arrows .arrow--next {
  background: #FF6600;
}
.arrows .arrow--next:hover {
  background: linear-gradient(270deg, #FFDFC9 0%, #FF6600 100%);
}

.tabs {
  margin-bottom: 40px;
  border-radius: 8px;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tabs .tab-buttons {
  display: flex;
  padding: 12px;
}
.tabs .tab-btn {
  padding: 10px 20px;
  background: #f4f4f4;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1rem;
  text-align: center;
  box-shadow: 0px 4px 7.9px 0px rgba(0, 0, 0, 0.1);
  transition: color 0.3s ease;
}
.tabs .tab-content {
  padding: 20px;
}
.tabs .tab-panel {
  display: none;
}
.tabs .tab-panel.active {
  display: block;
}
.tabs .tab-buttons {
  font-family: "Inter", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 6px;
  border-radius: 50px;
  background: rgba(169, 216, 255, 0.13);
  border: 1px solid #A9D8FF;
  margin: 0 auto 33px auto;
  padding: 10px;
  box-shadow: 0 4px 10px -1px rgba(11, 26, 48, 0.04), 0 10px 20px -3px rgba(11, 26, 48, 0.03), inset 0 1px 2px rgb(255, 255, 255);
}
.tabs .tab-buttons .tab-btn {
  font-family: inherit;
  border: none;
  background: #FFFFFF;
  border-radius: 40px;
  padding: 12px 24px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.tabs .tab-buttons .tab-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.15);
}
.tabs .tab-buttons .tab-btn.active {
  background: #0064A4;
  color: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 128, 197, 0.3);
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: auto;
  max-height: 90%;
  overflow-x: hidden;
  background-color: #ffffff;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 9998;
}
.popup .close-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
  padding: 8px;
  transition: color 0.3s ease;
  z-index: 1;
  color: #000000;
}
.popup .close-btn:hover {
  color: #FF6600;
}

.overlay-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  z-index: 9999;
  padding: 100px;
  background: rgba(0, 0, 0, 0.6);
}

.popup.popupForm {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44%;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  box-sizing: border-box;
}
.popup.popupForm .close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  background: transparent;
  border: none;
  font-size: 26px;
  font-weight: 400;
  color: #000000;
  cursor: pointer;
  line-height: 1;
  z-index: 10;
  padding: 0;
}
.popup.popupForm .form-container,
.popup.popupForm .inquiry-form,
.popup.popupForm .formBlock {
  margin-top: 0 !important;
}
.popup.popupForm span.fieldError,
.popup.popupForm label.fieldError,
.popup.popupForm .fieldError {
  display: block;
  font-size: 13px;
  color: #f78d2d;
  margin-top: 4px;
  text-align: left;
}
.popup.popupForm .form-group,
.popup.popupForm .fieldGroup {
  margin-bottom: 24px !important;
}
.popup.popupForm .form-group label:not([for^=terms]):not([for^=consent]):not(.fieldError),
.popup.popupForm .fieldGroup label:not([for^=terms]):not([for^=consent]):not(.fieldError) {
  display: none !important;
}
.popup.popupForm .form-group .form-control,
.popup.popupForm .form-group input[type=text],
.popup.popupForm .form-group input[type=email],
.popup.popupForm .form-group input[type=tel],
.popup.popupForm .fieldGroup .form-control,
.popup.popupForm .fieldGroup input[type=text],
.popup.popupForm .fieldGroup input[type=email],
.popup.popupForm .fieldGroup input[type=tel] {
  width: 100%;
  padding: 12px 0 !important;
  border: none !important;
  border-bottom: 1.5px solid #dcdcdc !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-size: 18px;
  color: #000000;
  outline: none;
  box-shadow: none !important;
  box-sizing: border-box !important;
}
.popup.popupForm .form-group .form-control::placeholder,
.popup.popupForm .form-group input[type=text]::placeholder,
.popup.popupForm .form-group input[type=email]::placeholder,
.popup.popupForm .form-group input[type=tel]::placeholder,
.popup.popupForm .fieldGroup .form-control::placeholder,
.popup.popupForm .fieldGroup input[type=text]::placeholder,
.popup.popupForm .fieldGroup input[type=email]::placeholder,
.popup.popupForm .fieldGroup input[type=tel]::placeholder {
  color: #999999 !important;
  font-weight: 400;
}
.popup.popupForm .phone-group,
.popup.popupForm .phoneField,
.popup.popupForm .mobileBlock,
.popup.popupForm .iti {
  width: 100% !important;
  display: block !important;
  margin-bottom: 24px !important;
}
.popup.popupForm .phone-group input,
.popup.popupForm .phone-group input[type=text],
.popup.popupForm .phone-group input[type=tel],
.popup.popupForm .phoneField input,
.popup.popupForm .phoneField input[type=text],
.popup.popupForm .phoneField input[type=tel],
.popup.popupForm .mobileBlock input,
.popup.popupForm .mobileBlock input[type=text],
.popup.popupForm .mobileBlock input[type=tel],
.popup.popupForm .iti input,
.popup.popupForm .iti input[type=text],
.popup.popupForm .iti input[type=tel] {
  width: 100% !important;
  padding: 12px 0 12px 90px !important;
  border: none !important;
  border-bottom: 1.5px solid #dcdcdc !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}
.popup.popupForm .phone-group input:focus,
.popup.popupForm .phone-group input[type=text]:focus,
.popup.popupForm .phone-group input[type=tel]:focus,
.popup.popupForm .phoneField input:focus,
.popup.popupForm .phoneField input[type=text]:focus,
.popup.popupForm .phoneField input[type=tel]:focus,
.popup.popupForm .mobileBlock input:focus,
.popup.popupForm .mobileBlock input[type=text]:focus,
.popup.popupForm .mobileBlock input[type=tel]:focus,
.popup.popupForm .iti input:focus,
.popup.popupForm .iti input[type=text]:focus,
.popup.popupForm .iti input[type=tel]:focus {
  border-bottom-color: #ff6600 !important;
}
.popup.popupForm .phone-group .iti__flag-container,
.popup.popupForm .phoneField .iti__flag-container,
.popup.popupForm .mobileBlock .iti__flag-container,
.popup.popupForm .iti .iti__flag-container {
  background-color: transparent !important;
  padding: 0 !important;
  z-index: 2;
}
.popup.popupForm .phone-group .iti__selected-flag,
.popup.popupForm .phoneField .iti__selected-flag,
.popup.popupForm .mobileBlock .iti__selected-flag,
.popup.popupForm .iti .iti__selected-flag {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 8px 0 0 !important;
}
.popup.popupForm .terms-condition,
.popup.popupForm .termsField {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 23px;
}
.popup.popupForm .terms-condition input[type=checkbox],
.popup.popupForm .termsField input[type=checkbox] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.popup.popupForm .terms-condition input[type=checkbox] + label,
.popup.popupForm .termsField input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: flex-start;
  line-height: normal;
}
.popup.popupForm .terms-condition input[type=checkbox] + label::before,
.popup.popupForm .termsField 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;
}
.popup.popupForm .terms-condition input[type=checkbox]:checked + label::after,
.popup.popupForm .termsField 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);
}
.popup.popupForm .terms-condition input[type=checkbox].fieldError + label::before, .popup.popupForm .terms-condition input[type=checkbox].error + label::before,
.popup.popupForm .termsField input[type=checkbox].fieldError + label::before,
.popup.popupForm .termsField input[type=checkbox].error + label::before {
  border-color: #f78d2d;
  outline: 1.5px solid #f78d2d;
}
.popup.popupForm .terms-condition label,
.popup.popupForm .termsField label {
  position: relative;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.3;
  flex: 1;
}
.popup.popupForm .terms-condition span.fieldError,
.popup.popupForm .termsField span.fieldError {
  width: 100%;
  margin-top: 2px;
}
.popup.popupForm .download-btn {
  display: flex;
  justify-content: center;
}
.popup.popupForm .otp-verification-block {
  text-align: center;
}
.popup.popupForm .otp-verification-block .otp-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}
.popup.popupForm .otp-verification-block .otp-info-block {
  margin-bottom: 15px;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}
.popup.popupForm .otp-verification-block .otp-info-block .editLink {
  display: block;
  color: #ff6600;
  cursor: pointer;
  font-weight: 600;
  margin-top: 6px;
  text-decoration: underline;
}
.popup.popupForm .otp-verification-block .otp-field {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 8px;
}
.popup.popupForm .otp-verification-block .otp-field .otp-wrap {
  width: 48px;
}
.popup.popupForm .otp-verification-block .otp-field .otp-wrap .otp-input {
  width: 100%;
  height: 48px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border: 1.5px solid #ccc !important;
  border-radius: 8px !important;
  padding: 0 !important;
  transition: border-color 0.2s ease;
}
.popup.popupForm .otp-verification-block .otp-field .otp-wrap .otp-input:focus {
  border-color: #ff6600 !important;
}
.popup.popupForm .otp-verification-block .otp-field .otp-wrap .otp-input.is-valid {
  border-color: #28a745 !important;
  background-color: #f6fff8 !important;
  color: #28a745 !important;
}
.popup.popupForm .otp-verification-block .otp-field .otp-wrap .otp-input.is-invalid {
  border-color: #dc3545 !important;
  background-color: #fff8f8 !important;
  color: #dc3545 !important;
}
.popup.popupForm .otp-verification-block .resendOTPBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 228px;
  margin: 10px auto 25px auto;
  font-size: 14px;
}
.popup.popupForm .otp-verification-block .resendOTPBlock .resend-otp {
  background: transparent;
  border: none;
  color: #ff6600;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}
.popup.popupForm .otp-verification-block .resendOTPBlock .resend-otp:disabled {
  color: #aaa;
  cursor: not-allowed;
}
.popup.popupForm .otp-verification-block .resendOTPBlock .timer {
  color: #333;
  font-weight: 500;
}

.popupdownloadForm,
.dowload-now {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: 90%;
  max-width: 580px;
}
.popupdownloadForm .popupContainer,
.popupdownloadForm .downloadform,
.dowload-now .popupContainer,
.dowload-now .downloadform {
  width: 100%;
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 32px 32px;
  position: relative;
}
.popupdownloadForm .close-btn,
.popupdownloadForm .close-icon,
.dowload-now .close-btn,
.dowload-now .close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 10;
  width: 16px;
  height: 16px;
}

.read-more-btn {
  font-size: 16px;
  background: none;
  border: 0;
  color: #000;
  font-weight: 600;
  padding: 0;
  cursor: pointer;
}

.page-template-default {
  position: relative;
}
.page-template-default .pageTopSpace {
  margin-top: 40px;
}
.page-template-default .main-footer {
  padding: 70px 20px 85px 20px !important;
}
.page-template-default .main-footer.privacy-policy-footer {
  padding: 70px 20px 40px 20px !important;
}
.page-template-default body.privacy-policy .main-footer,
.page-template-default body.page-slug-privacy-policy .main-footer,
.page-template-default body.page-slug-refund-policy .main-footer {
  padding: 70px 20px 40px 20px !important;
}
.page-template-default .section-title {
  text-align: left;
}
.page-template-default .wp-block-separator {
  margin: 60px 0;
  border: 0.8px solid rgba(255, 255, 255, 0.12);
}
.page-template-default .general-pages {
  position: relative;
  z-index: 1;
}
.page-template-default .general-pages::before {
  content: "";
  position: absolute;
  top: -450px;
  left: 0;
  width: 500px;
  height: 800px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(124, 161, 56, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(-21deg);
  z-index: 0;
}
.page-template-default .general-pages .pagecontent {
  position: relative;
}
.page-template-default .general-pages .pagecontent .blob {
  opacity: 0.4;
  z-index: 0;
}
.page-template-default .general-pages .pagecontent .blob-1 {
  width: 400px;
  height: 400px;
  top: 10%;
  left: -10%;
}
.page-template-default .general-pages .pagecontent .blob-2 {
  width: 500px;
  height: 500px;
  top: 40%;
  right: -18%;
}
.page-template-default .general-pages .general-page-wrapper {
  background: rgba(169, 216, 255, 0.1411764706);
  border: 1px solid #A9D8FF;
  border-radius: 34px;
  padding: 40px;
  box-sizing: border-box;
  width: 100%;
  color: #000;
  margin-bottom: 70px;
}
.page-template-default .general-pages .general-page-wrapper .wp-block-heading {
  font-size: 26px;
  font-weight: 600;
  color: inherit;
}
.page-template-default .general-pages .general-page-wrapper p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
}
.page-template-default .general-pages .general-page-wrapper ul {
  margin-left: 20px;
}

.general-pages {
  position: relative;
}
.general-pages::before {
  content: "";
  position: absolute;
  top: -400px;
  right: -26px;
  width: 500px;
  height: 800px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(124, 161, 56, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(-21deg);
  z-index: 0;
}

.select2-container--open .select2-dropdown--below {
  margin-top: -21px !important;
}

/*Start Responsive css */
@media (min-width: 1440px) {
  .container {
    max-width: 1200px;
  }
  .section-title {
    font-size: 45px;
    margin-bottom: 20px;
  }
  .site-header {
    max-width: 1200px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1320px;
  }
  .section-title {
    font-size: 45px;
    margin-bottom: 20px;
  }
  .site-header {
    max-width: 1320px;
  }
}
@media (max-width: 1366px) {
  .section-title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1280px) {
  .btn-white {
    padding: 8px 15px;
    font-size: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .container {
    max-width: 980px;
  }
  .section-title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .site-header {
    max-width: 980px;
  }
  body, p {
    font-size: 14px;
  }
  .site-header {
    padding: 10px !important;
    height: 76px !important;
  }
  .site-header .desktop-nav .menu a,
  .site-header .header-right .phone {
    font-size: 14px !important;
  }
  .site-header .btn-login {
    height: 38px;
    padding: 6px 16px;
    font-size: 14px;
  }
  .site-header .btn-enroll {
    height: 38px;
    padding: 0 42px 0 16px;
    font-size: 13px;
  }
  .site-header .btn-enroll::after {
    width: 26px;
    height: 26px;
    background-size: 13px;
  }
  .popupForm .btn-enroll,
  .downloadForm .btn-enroll,
  .download-btn .btn-enroll {
    height: 38px;
    padding: 0 42px 0 16px;
    font-size: 13px;
  }
  .popupForm .btn-enroll::after,
  .downloadForm .btn-enroll::after,
  .download-btn .btn-enroll::after {
    width: 26px;
    height: 26px;
    background-size: 13px;
  }
  .main-footer .copyRight-box {
    gap: 540px;
  }
  .main-footer .footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
  .main-footer .footer-col .col-title,
  .main-footer .reach-col .follow-section .follow-title {
    font-size: 20px;
  }
  .main-footer .quick-col .quick-links-list a,
  .main-footer .programs-col .program-links a,
  .main-footer .reach-col .reach-link,
  .main-footer .reach-col .office-address {
    font-size: 14px;
  }
  .main-footer .copyRight-box .footer-logo img {
    width: 192px;
    height: auto;
  }
  .talk-to-us-section .talk-glass-grid {
    grid-template-columns: 260px 1fr;
    gap: 45px;
  }
  .talk-to-us-section .form-control,
  .talk-to-us-section select.form-control,
  .talk-to-us-section input.form-control,
  .talk-to-us-section .form-group input,
  .talk-to-us-section .form-group select,
  .talk-to-us-section .iti input {
    font-size: 14px !important;
    height: 40px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .talk-to-us-section .form-group {
    margin-bottom: 12px !important;
  }
  .talk-to-us-section .terms-condition label {
    font-size: 11px !important;
    line-height: 1.35 !important;
  }
  .talk-to-us-section .form-card-bg {
    box-shadow: none;
  }
  .talk-to-us-section .lead-form {
    padding-bottom: 0;
  }
  .talk-to-us-section .form-submit-container {
    position: static;
    margin-top: 10px;
    width: 100%;
  }
  .talk-to-us-section .btn-enroll,
  .talk-to-us-section .btn-enroll-now {
    height: 38px;
    padding: 0 44px 0 16px;
    font-size: 13px;
  }
  .talk-to-us-section .btn-enroll::after,
  .talk-to-us-section .btn-enroll-now::after {
    width: 26px;
    height: 26px;
    background-size: 13px;
  }
  .talk-to-us-section .talk-image-wrapper {
    width: 100%;
    max-width: 260px;
    height: 100%;
  }
  .talk-to-us-section .talk-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .why-choose-section .card-content .card-title {
    font-size: 40px !important;
  }
  .why-choose-section .card-content .card-description {
    font-size: 14px !important;
  }
  .why-choose-section .card-image-container {
    width: 350px !important;
  }
}
@media (max-width: 992px) {
  body {
    font-size: 14px;
    line-height: 1.4;
  }
  body p {
    font-size: 14px;
    line-height: 1.4;
  }
  .pageTopSpace {
    padding-top: 94px;
  }
  .page-template-default {
    position: relative;
  }
  .page-template-default .main-footer {
    padding: 40px 20px 40px 20px !important;
  }
  .page-template-default .section-title {
    text-align: left;
  }
  .page-template-default .general-pages {
    position: relative;
    z-index: 1;
  }
  .page-template-default .general-pages .general-page-wrapper {
    background: rgba(169, 216, 255, 0.1411764706);
    border: 1px solid #A9D8FF;
    border-radius: 15px;
    padding: 24px 12px;
    box-sizing: border-box;
    width: 100%;
    color: #000;
    margin-bottom: 30px;
  }
  .page-template-default .general-pages .general-page-wrapper .container {
    padding: 0;
  }
  .page-template-default .general-pages .general-page-wrapper .wp-block-heading {
    font-size: 20px;
    font-weight: 600;
    color: inherit;
  }
  .page-template-default .general-pages .general-page-wrapper p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
  }
  .page-template-default .general-pages .general-page-wrapper ul {
    margin-left: 20px;
  }
  .general-pages {
    position: relative;
  }
  .general-pages::before {
    left: 0;
    right: unset;
    top: -450px;
  }
  .popupdownloadForm .popupContainer,
  .popupdownloadForm .downloadform,
  .dowload-now .popupContainer,
  .dowload-now .downloadform,
  .talkto-us .popupContainer {
    width: 100%;
    background: #ffffff;
    border-radius: 20px;
    padding: 24px 20px !important;
    position: relative;
  }
  .section-title,
  .rankings-section .section-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 12px;
  }
  .btn-enroll {
    height: 30px;
    padding: 4px 26px 4px 8px;
    font-size: 12px;
    line-height: 1.5;
  }
  .btn-enroll::after {
    width: 12px;
    height: 12px;
    background-size: 8px;
  }
  .btn-enroll:hover::after {
    background-size: 8px;
  }
  .nav-arrow img {
    width: 28px;
    height: 28px;
  }
  .rfi-form .submitField input {
    font-size: 12px;
    height: 30px;
  }
  .rfi-form .submitField input.wpcf7-submit {
    min-width: unset;
    height: 30px;
    padding: 4px 40px 4px 16px !important;
    font-size: 12px;
    height: unset;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .rfi-form .submitField::after {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-size: 16px;
  }
  .arrows {
    padding: 10px 20px;
    border-top-left-radius: 44px;
    gap: 10px;
    bottom: 0;
  }
  .arrows .arrow {
    width: 36px;
    height: 36px;
  }
  .arrows .arrow img {
    width: 15px;
    height: 15px;
  }
  .arrows .arrow svg {
    width: 18px;
    height: 18px;
  }
  .bg-blob {
    width: 500px;
    height: 500px;
    top: -140px;
    right: -100px;
  }
  .container {
    padding: 0 20px;
  }
  .section-mb {
    margin-bottom: 40px;
  }
  .btn-read-more {
    gap: 15px;
    padding: 8px 10px 8px 24px;
    background-color: #ffffff;
    border-radius: 35px;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
  }
  .btn-read-more span {
    display: inline-block;
  }
  .btn-read-more .arrow-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #f3791d;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 2px 6px rgba(241, 90, 36, 0.2);
  }
  .btn-read-more:hover {
    transform: none;
    box-shadow: 0 8px 25px rgba(11, 48, 86, 0.12);
    border-color: rgba(11, 48, 86, 0.18);
  }
  .btn-read-more:hover .arrow-icon {
    transform: scale(1.05);
    transform: none;
    box-shadow: 0 4px 10px rgba(241, 90, 36, 0.3);
  }
  .btn-read-more:active {
    transform: translateY(0);
  }
  .site-header {
    padding: 10px 18px;
    height: unset;
    background: rgba(255, 255, 255, 0.1);
  }
  .site-header .header-wrapper .desktop-nav,
  .site-header .header-wrapper .header-right {
    display: none;
  }
  .site-header .header-wrapper .site-logo img {
    height: 40px;
    width: auto;
  }
  .menu-toggle {
    display: block;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1001;
    position: relative;
    color: #ffffff;
  }
  .menu-toggle .icon-hamburger {
    display: block;
  }
  .menu-toggle .icon-close {
    display: none;
  }
  .menu-toggle.active .icon-hamburger {
    display: none;
  }
  .menu-toggle.active .icon-close {
    display: block;
  }
  .menu-toggle svg path {
    stroke: currentColor !important;
    transition: stroke 0.3s ease;
  }
  .site-header.sticky .menu-toggle,
  .page-template-program .site-header .menu-toggle,
  .page-template-about-us .site-header .menu-toggle,
  .page-template-default .site-header .menu-toggle,
  .page-template-mandatory-disclouser .site-header .menu-toggle,
  .page-template-notifications .site-header .menu-toggle {
    color: #0b3056;
  }
  .mobile-menu {
    display: block !important;
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    width: calc(100% - 32px);
    max-width: 350px;
    height: 540px;
    max-height: calc(100vh - 95px);
    margin: 0 auto;
    z-index: 1000;
    background-image: url("../images/home/mobile-menu-bg.svg") !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-color: rgba(255, 255, 255, 0.78) !important;
    border: 1px solid rgba(255, 255, 255, 0.43) !important;
    box-shadow: 0 20px 40px rgba(11, 48, 86, 0.18) !important;
    backdrop-filter: blur(25px) !important;
    -webkit-backdrop-filter: blur(25px) !important;
    -webkit-mask-image: url("../images/home/mobile-menu-bg.svg") !important;
    mask-image: url("../images/home/mobile-menu-bg.svg") !important;
    -webkit-mask-size: 100% 100% !important;
    mask-size: 100% 100% !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px) scale(0.98);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .mobile-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
  }
  .mobile-menu ul,
  .mobile-menu li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    text-indent: 0 !important;
  }
  .mobile-menu ul:before, .mobile-menu ul:after,
  .mobile-menu li:before,
  .mobile-menu li:after {
    display: none !important;
  }
  .mobile-menu .mobile-inner {
    padding: 24px 28px 45px 28px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
  }
  .mobile-menu .mobile-menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .mobile-menu .mobile-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.43);
  }
  .mobile-menu .course-title {
    font-size: 0.92rem;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 12%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    margin-bottom: 10px;
    display: block;
  }
  .mobile-menu .group-title {
    font-size: 0.92rem;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.43);
    margin-bottom: 2px;
    display: block;
  }
  .mobile-menu .master-menu {
    color: #0080C5;
  }
  .mobile-menu .sub-list {
    margin: 0;
    padding: 0 0 0 10px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .mobile-menu .sub-list li a {
    font-size: 0.88rem;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
    line-height: 1.3;
    display: block;
  }
  .mobile-menu .sub-list li a:hover {
    color: #2b6cb0;
  }
  .mobile-menu .mobile-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.43);
    padding-bottom: 10px;
    margin-top: 2px;
  }
  .mobile-menu .mobile-item .item-link {
    font-size: 0.92rem;
    font-weight: 700;
    color: #0b3056;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
  }
  .mobile-menu .mobile-item .item-link .external-icon {
    margin-top: -1px;
  }
  .mobile-menu .mobile-footer-phone {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 30px;
    margin-top: auto;
  }
  .mobile-menu .mobile-footer-phone a {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0b3056;
    text-decoration: none;
  }
  .mobile-menu .mobile-footer-phone .phone-icon-svg {
    stroke: #0b3056;
  }
  .mobile-menu .new-course {
    position: relative;
    margin-top: 2px;
    font-size: 0.88rem;
    padding-left: 20px;
  }
  .mobile-menu .new-course::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 9px;
    height: 9px;
    background: url("../images/icons/star.svg") no-repeat center center;
    background-size: contain;
  }
  .main-footer {
    padding: 260px 0 30px 0;
  }
  .main-footer:after {
    content: "";
    bottom: 0;
    width: 90%;
    background-image: url(../images/footer-line-mobile.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
  }
  .main-footer .footer-col .col-title {
    margin: 0 0 18px 0;
  }
  .main-footer .programs-col .program-links a.title-text {
    font-size: 18px;
  }
  .main-footer .quick-col .quick-links-list {
    gap: 8px;
  }
  .main-footer .footer-bottom {
    justify-content: flex-start;
    padding-top: 20px;
  }
  .main-footer .copyRight-box .copy-right-text {
    margin-top: -36px;
    letter-spacing: -0.5px;
    font-size: 12px;
  }
  .main-footer .programs-col .program-category {
    margin-bottom: 10px;
  }
  .main-footer .footer-read-more .footer-divider {
    height: 1px;
    background-color: rgba(169, 216, 255, 0.3);
    margin: -18px 0 30px;
    width: 100%;
  }
  .main-footer .online-programs-content .footer-divider {
    height: 1px;
    background-color: rgba(169, 216, 255, 0.3);
    margin: 20px 0 20px;
    width: 100%;
  }
  .talk-to-us-section .talk-glass-card {
    padding: 24px;
    margin-bottom: -20px;
  }
  .talk-to-us-section .talk-form-content {
    padding: 20px 15px;
  }
  .talk-to-us-section .wpcf7 form.invalid .wpcf7-response-output {
    color: #000;
  }
  .talk-to-us-section .container {
    width: 100%;
    margin: 0;
  }
  .talk-to-us-section .talk-glass-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .talk-to-us-section .form-card-bg {
    display: none;
  }
  .talk-to-us-section .lead-form {
    padding-bottom: 0;
  }
  .talk-to-us-section .form-submit-container {
    position: static;
    margin-top: 10px;
    width: 100%;
  }
  .talk-to-us-section .btn-enroll-now {
    width: 100%;
    justify-content: space-between;
  }
  .talk-to-us-section {
    background: transparent;
    padding: 0;
    position: relative;
    z-index: 5;
  }
  .talk-to-us-section .section-title {
    background: none !important;
    -webkit-text-fill-color: #1a1a1a !important;
    background-clip: initial !important;
    -webkit-background-clip: initial !important;
    margin-bottom: 50px;
  }
  .talk-to-us-section .section-title .highlight {
    color: #1a1a1a !important;
    -webkit-text-fill-color: #1a1a1a !important;
    font-weight: 700;
  }
  .talk-to-us-section .talk-glass-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.15) 100%);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border: 1.5px solid rgba(169, 216, 255, 0.6);
    border-radius: 15px;
    padding: 20px 30px 0;
    box-shadow: 0 20px 40px rgba(11, 48, 86, 0.08);
    margin-bottom: -200px;
    box-sizing: border-box;
  }
  .talk-to-us-section .talk-glass-card .section-header {
    margin-bottom: 15px;
  }
  .talk-to-us-section .container {
    width: 100%;
    margin: 0;
  }
  .talk-to-us-section .talk-glass-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .talk-to-us-section .talk-image-wrapper {
    width: 260px !important;
    height: 95px !important;
    box-shadow: none;
    overflow: unset;
    margin: 0 auto -50px !important;
    position: relative;
    padding-bottom: 0;
    z-index: 6;
  }
  .talk-to-us-section .talk-image-wrapper img {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    width: 165px !important;
    margin-top: -28px;
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
  }
  .talk-to-us-section .talk-form-card {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    min-height: 100%;
    padding-bottom: 0;
    filter: drop-shadow(2px 4px 6px rgba(124, 161, 56, 0.27)) !important;
  }
  .talk-to-us-section .form-card-bg {
    display: none !important;
  }
  .talk-to-us-section .talk-form-content {
    background: #ffffff !important;
    clip-path: url(#talkFormMobileClip) !important;
    -webkit-clip-path: url(#talkFormMobileClip) !important;
    padding: 24px 20px 45px 20px !important;
  }
  .talk-to-us-section .wpcf7-form-control,
  .talk-to-us-section .form-control {
    padding: 8px 0;
  }
  .talk-to-us-section .iti input,
  .talk-to-us-section .iti input[type=text],
  .talk-to-us-section .iti input[type=tel],
  .talk-to-us-section .phoneField input,
  .talk-to-us-section .mobileBlock input {
    padding-left: 96px !important;
  }
  .talk-to-us-section .otp-phone p {
    margin-bottom: 0;
  }
  .talk-to-us-section .nameField input,
  .talk-to-us-section .emailField input,
  .talk-to-us-section .courseField select {
    padding-left: 0;
  }
  .talk-to-us-section .form-consent {
    margin-top: 10px;
    margin-bottom: 12px;
  }
  .talk-to-us-section .form-group {
    margin-bottom: 12px;
  }
  .talk-to-us-section .lead-form {
    padding-bottom: 0;
  }
  .talk-to-us-section .form-submit-container {
    position: static;
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  .talk-to-us-section .btn-enroll-now {
    width: auto;
    justify-content: center;
  }
  .talk-to-us-section .rfi-form .termsField {
    padding: 0;
  }
  .talk-to-us-section .rfi-form .termsField .form-group label {
    font-size: 8px;
  }
  .talk-to-us-section .rfi-form .fieldGroup input,
  .talk-to-us-section .rfi-form .fieldGroup select,
  .talk-to-us-section .rfi-form .fieldGroup option {
    font-size: 12px;
  }
  .talk-to-us-section .rfi-form .submitField input {
    font-size: 12px;
    height: unset;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .talk-to-us-section .rfi-form .submitField::after {
    display: none !important;
    content: none !important;
  }
  .talk-to-us-section .terms-condition label, .talk-to-us-section .form-group input[type=checkbox] + label {
    font-size: 9px;
  }
  .talk-to-us-section .form-group input[type=checkbox] + label::before {
    margin-right: 0;
  }
  .talk-to-us-section .submitField .btn-enroll {
    margin-top: 10px;
  }
  .popup.popupForm {
    width: 70%;
    padding: 30px 25px;
  }
  .popup.popupForm .close-btn {
    top: 12px;
    right: 15px;
    font-size: 24px;
  }
  .talk-to-us-section .talk-form-content {
    position: relative;
    background-image: url("../images/home/talkformbgmobile.svg") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: bottom center !important;
    padding: 26px 20px 20px 20px !important;
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .select2-container--open .select2-dropdown--below {
    margin-top: -2px !important;
  }
  .mobileBottomWidget {
    display: flex !important;
    justify-content: center;
    position: fixed;
    bottom: calc(3px + env(safe-area-inset-bottom, 0px));
    left: 3px;
    right: 3px;
    width: calc(100% - 6px);
    margin: 0 auto;
    z-index: 9999;
    background: transparent;
    padding: 0;
    pointer-events: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .mobileBottomWidget.hide-on-form {
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(100%) !important;
  }
  .mobileBottomWidget .mobileWidgetInner {
    pointer-events: auto;
    display: flex;
    width: 100%;
    align-items: stretch;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 0;
  }
  .mobileBottomWidget .mobileLoginBtn {
    flex: 0 0 38%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0.49%, #FFFFFF 104.09%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 10px;
    text-decoration: none;
    transition: opacity 0.3s ease;
  }
  .mobileBottomWidget .mobileLoginBtn span {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1;
  }
  .mobileBottomWidget .mobileLoginBtn:hover {
    opacity: 0.9;
  }
  .mobileBottomWidget .mobileEnrollBtn {
    flex: 1;
    cursor: pointer;
    background: #FF5A00;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 16px;
    color: #FFFFFF;
    text-decoration: none;
    transition: background 0.3s ease;
  }
  .mobileBottomWidget .mobileEnrollBtn span {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1;
  }
  .mobileBottomWidget .mobileEnrollBtn .arrow-circle {
    width: 22px;
    height: 22px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  }
  .mobileBottomWidget .mobileEnrollBtn .arrow-circle svg {
    width: 11px;
    height: 11px;
    display: block;
  }
  .mobileBottomWidget .mobileEnrollBtn:hover {
    background: #E04F00;
    color: #FFFFFF;
  }
}
@media (max-width: 767px) {
  .main-footer {
    padding-bottom: 85px !important;
  }
  .main-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .main-footer .footer-grid .footer-col-1 {
    order: 3;
  }
  .main-footer .footer-grid .footer-col-2 {
    order: 2;
  }
  .main-footer .footer-grid .footer-col-3 {
    order: 1;
  }
  .main-footer .footer-grid .footer-col .col-title {
    font-size: 18px;
  }
  .main-footer .footer-grid .footer-bottom .legal-links {
    flex-direction: row;
    gap: 10px;
  }
  .main-footer .footer-grid .footer-bottom .legal-links a {
    font-size: 12px;
  }
  .main-footer .reach-col .follow-section {
    margin-top: 40px;
  }
  .main-footer .copyRight-box {
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
  }
  .main-footer .footer-logo {
    width: 192px;
    height: auto;
  }
  .main-footer .online-programs-content {
    display: none;
    text-align: left;
    margin-top: 45px;
  }
  .main-footer .footer-read-more {
    display: block;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
    width: 100%;
  }
  .main-footer .footer-read-more .btn-read-more {
    display: flex;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background: #06345d !important;
    color: #fff;
    padding: 8px 20px;
    border: 1px solid rgba(169, 216, 255, 0.3);
  }
  .main-footer .footer-read-more .btn-read-more .btn-text {
    width: 78px;
    text-align: center;
    letter-spacing: 0;
  }
  .main-footer .reach-col .footer-divider {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .common-swiper-navigation {
    width: 100%;
    max-width: 360px;
    margin: 30px auto 0 auto;
    padding: 6px 6px;
    /* Structural additions to render the mockup container precisely */
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border: 1px solid #dbeafe;
    border-radius: 30px;
    box-sizing: border-box;
    position: relative;
  }
  .common-swiper-navigation .swiper-button-prev,
  .common-swiper-navigation .swiper-button-next {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    margin: 0 !important;
    width: 28px;
    height: 28px;
    background-color: #FF6600;
    /* Signature Mockup Orange */
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .common-swiper-navigation .swiper-button-prev::after,
  .common-swiper-navigation .swiper-button-next::after {
    font-family: swiper-icons;
    font-size: 12px !important;
    color: #ffffff !important;
    font-weight: bold;
  }
  .common-swiper-navigation .swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .common-swiper-navigation .custom-swiper-track {
    flex-grow: 1;
    margin: 0 12px;
    height: 5px;
    background: #f3f4f6;
    /* Soft gray background track */
    border-radius: 2px;
    position: relative;
    overflow: hidden;
  }
  .common-swiper-navigation .custom-swiper-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #0066cc;
    /* Premium blue active progress track line */
    border-radius: 2px;
  }
  .slider-nav-container {
    width: 100%;
    max-width: 360px;
    margin: 30px auto 0 auto;
    padding: 6px 6px;
  }
  .popup.popupForm {
    width: 90%;
    padding: 25px 20px;
    border-radius: 16px;
  }
  .popup.popupForm .form-group .form-control,
  .popup.popupForm .form-group input[type=text],
  .popup.popupForm .form-group input[type=email],
  .popup.popupForm .form-group input[type=tel],
  .popup.popupForm .fieldGroup .form-control,
  .popup.popupForm .fieldGroup input[type=text],
  .popup.popupForm .fieldGroup input[type=email],
  .popup.popupForm .fieldGroup input[type=tel] {
    font-size: 15px;
  }
  .popup.popupForm .phone-group input,
  .popup.popupForm .phone-group input[type=text],
  .popup.popupForm .phone-group input[type=tel],
  .popup.popupForm .phoneField input,
  .popup.popupForm .phoneField input[type=text],
  .popup.popupForm .phoneField input[type=tel],
  .popup.popupForm .mobileBlock input,
  .popup.popupForm .mobileBlock input[type=text],
  .popup.popupForm .mobileBlock input[type=tel],
  .popup.popupForm .iti input,
  .popup.popupForm .iti input[type=text],
  .popup.popupForm .iti input[type=tel] {
    padding-left: 80px !important;
  }
  .popup.popupForm .otp-verification-block .otp-heading {
    font-size: 18px;
  }
  .popup.popupForm .otp-verification-block .otp-field .otp-wrap {
    width: 40px;
  }
  .popup.popupForm .otp-verification-block .otp-field .otp-wrap .otp-input {
    height: 40px;
    font-size: 16px;
  }
  .talk-to-us-section .otp-verification-block {
    text-align: left;
  }
  .talk-to-us-section .otp-verification-block .redirect-note,
  .talk-to-us-section .otp-verification-block p:not(.otp-heading) {
    margin: 0 auto 20px 0;
  }
}
@media (max-width: 575.98px) {
  .common-swiper-navigation {
    width: calc(100% - 32px);
    max-width: 320px;
    margin: 24px auto 0 auto;
  }
  .common-swiper-navigation .swiper-button-prev,
  .common-swiper-navigation .swiper-button-next {
    width: 26px;
    height: 26px;
  }
  .common-swiper-navigation .swiper-button-prev::after,
  .common-swiper-navigation .swiper-button-next::after {
    font-size: 10px !important;
  }
  .common-swiper-navigation .custom-swiper-track {
    margin: 0 10px;
    height: 4px;
  }
  .slider-nav-container {
    width: calc(100% - 32px);
    max-width: 320px;
    margin: 24px auto 0 auto;
  }
  .popup.popupForm {
    width: 94%;
    padding: 20px 15px;
    max-height: 90vh;
    overflow-y: auto;
  }
  .popup.popupForm .terms-condition,
  .popup.popupForm .termsField {
    margin-top: 15px;
  }
  .popup.popupForm .terms-condition label,
  .popup.popupForm .termsField label {
    font-size: 11px;
  }
  .popup.popupForm .otp-verification-block .otp-field {
    gap: 6px;
  }
  .popup.popupForm .otp-verification-block .otp-field .otp-wrap {
    width: 36px;
  }
  .popup.popupForm .otp-verification-block .otp-field .otp-wrap .otp-input {
    height: 38px;
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .mobile-menu {
    top: 80px;
    padding-top: 14px;
  }
}/*# sourceMappingURL=style.css.map */