/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


/* 08-04-2025 Satrt */
.adps-pathways-wrap .single-step-select-block-wrap:nth-child(1) .third-step-pathyways-radio:checked+.third-step-pathyways-radio-info svg :nth-of-type(2) {
    fill: unset;
}

.adps-pathways-wrap .single-step-select-block-wrap:nth-child(2) .third-step-pathyways-radio:checked+.third-step-pathyways-radio-info svg path:nth-of-type(7),
.adps-pathways-wrap .single-step-select-block-wrap:nth-child(2) .third-step-pathyways-radio:checked+.third-step-pathyways-radio-info svg path:nth-of-type(10) {
    fill: unset;
}

.adps-pathways-wrap .single-step-select-block-wrap:nth-child(3) .third-step-pathyways-radio:checked+.third-step-pathyways-radio-info svg rect {
    fill: unset !important;
}

.adps-pathways-wrap .single-step-select-block-wrap:nth-child(3) .third-step-pathyways-radio:checked+.third-step-pathyways-radio-info svg line:nth-of-type(1),
.adps-pathways-wrap .single-step-select-block-wrap:nth-child(3) .third-step-pathyways-radio:checked+.third-step-pathyways-radio-info svg line:nth-of-type(2),
.adps-pathways-wrap .single-step-select-block-wrap:nth-child(3) .third-step-pathyways-radio:checked+.third-step-pathyways-radio-info svg line:nth-of-type(5) {
    stroke: #b8945c;
}

.adps-pathways-wrap .single-step-select-block-wrap:nth-child(3) .third-step-pathyways-radio:checked+.third-step-pathyways-radio-info svg circle {
    fill: #181c2a;
    stroke: #B8945C;
}

.adps-pathways-wrap .single-step-select-block-wrap:nth-child(3) .third-step-pathyways-radio:checked+.third-step-pathyways-radio-info svg path:nth-of-type(2) {
    fill: unset;
}

.adps-site-button-wrap:focus,
.adps-site-button-wrap:focus-visible {
    outline: none;
    color: #fff !important;
}

.adps-form-step-four .adps-form-step-four-wrap {
    margin-top: 0;
}

.adps-form-step-four .adps-payment-options-list .payment-installments-active .payment-option-icon svg path {
    stroke: #fff;
    fill: unset;
}

/* 08-04-2025 End */

.adps-main-form {
    background: #F5F5F7;
    /* margin-bottom: 100px; */
}

.adps-form-bottom-block {
    background: #fff;
    padding: 20px 60px;
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: 11;
}

.adps-site-form-bottom-width {
    max-width: 1320px;
    margin: 0 auto;
    width: 100%;
}

.adps-site-form-width {
    max-width: 914px;
    margin: 0 auto;
    padding: 32px 20px 60px;
}

.adps-site-form-heading-md {
    margin: 0;
    color: #181C2A !important;
    font-weight: 300 !important;
    font-size: 28px !important;
    line-height: 36px !important;
    letter-spacing: -0.02em;
}

.adps-site-form-head-line-bar {
    text-align: center;
}

.adps-site-form-progress-bar {
    max-width: 728px;
    margin: 24px auto 32px;
}

.adps-site-form-progress-bar-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.adps-adps-site-form-progress-bar-block {
    width: 25%;
}

.adps-site-progress-text {
    margin: 0;
    color: #8A8A8A;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 8px;
}

.adps-progress-bar-number {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E7E7E7;
    border-radius: 60%;
    margin: 0 auto;
}

.adps-progress-fill-check-box {
    display: none;
}

.adps-progress-bar-number-inner {
    color: #8A8A8A;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.adps-adps-site-form-progress-bar-block {
    position: relative;
    z-index: 2;
}

.adps-adps-site-form-progress-bar-block:after {
    content: "";
    position: absolute;
    width: 118px;
    height: 1px;
    top: 16px;
    right: -59px;
    background: #D6D5D4;
}

.adps-adps-site-form-progress-bar-block:last-child:after {
    display: none;
}

.adps-progress-bar-show .adps-site-progress-text,
.adps-progress-bar-filled .adps-site-progress-text {
    color: #181C2A;
}

.adps-progress-bar-show .adps-progress-bar-number,
.adps-progress-bar-filled .adps-progress-bar-number {
    background: #B8945C;
}

.adps-progress-bar-show .adps-progress-bar-number-inner {
    color: #fff;
}


.adps-progress-bar-filled .adps-progress-bar-number-inner {
    display: none;
}

.adps-progress-bar-filled .adps-progress-fill-check-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.adps-progress-bar-filled.adps-adps-site-form-progress-bar-block:after {
    background: #B8945C;
}

.adps-site-form-wrap {
    background: #FFFFFF;
    padding: 40px;
}

.adps-site-form-heading-lg {
    margin: 0;
    color: #181C2A !important;
    font-weight: 300 !important;
    font-size: 40px !important;
    line-height: 48px !important;
}

.adps-site-form-step-heading .adps-site-form-heading-lg {
    margin-bottom: 16px;
}

.adps-site-form-heading-body {
    margin: 0;
    color: #181C2A;
    font-size: 16px;
    font-weight: 400;
}

.adps-site-form-step-heading {
    margin-bottom: 64px;
}

.adps-site-form-one-select-block {
    display: flex;
    gap: 20px;
}

.adps-one-step-select-block-wrap {
    width: calc(50% - 10px);
    position: relative;
}

.adps-one-step-select-block,
.third-step-pathyways-radio-info,
.subjects-list-item,
.location-list-item,
.type-list-item,
.session-list-item {
    width: 100%;
    border: 1px solid #F5F5F7;
    padding: 24px;
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.adps-one-step-select-icon {
    width: 52px;
    height: 52px;
    background: #F5F5F7;
    display: flex;
    align-items: anchor-center;
    justify-content: center;
    border-radius: 50%;
}

.adps-one-step-select-icon-wrap {
    line-height: 0;
}

.adps-one-step-select-text {
    width: calc(100% - 72px);
}

.adps-site-form-heading-sm,
.subjects-list-item label {
    margin: 0;
    font-family: Circular, serif !important;
    font-size: 20px !important;
    line-height: 28px !important;
    color: #181C2A !important;
}

.adps-one-step-select-text-inner,
.third-step-select-text-inner,
.subjects-list-item span,
.selected-location-remove span,
.selected-type-remove span,
.selected-session-remove span {
    color: #8A8A8A;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

.adps-site-form-one-note {
    margin-top: 24px;
    padding: 24px 21px;
    background: #F5F5F7;
}

.adps-site-form-one-note-text {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #8A8A8A;
}

.adps-one-step-select-radio,
.third-step-pathyways-radio,
.subject-info,
.location-info,
.type-info,
.session-info {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.adps-one-step-select-radio:checked+.adps-one-step-select-block,
.third-step-pathyways-radio:checked+.third-step-pathyways-radio-info {
    background: #181C2A;
}

.adps-one-step-select-radio:checked+.adps-one-step-select-block .adps-one-step-select-icon {
    background: #B8945C;
}

.adps-one-step-select-radio:checked+.adps-one-step-select-block svg path {
    fill: #fff;
}

.adps-one-step-select-radio:checked+.adps-one-step-select-block .adps-site-form-heading-sm,
.third-step-pathyways-radio:checked+.third-step-pathyways-radio-info .adps-site-form-heading-sm {
    color: #fff !important;
}

.adps-one-step-select-radio:checked+.adps-one-step-select-block .adps-one-step-select-text-inner,
.third-step-pathyways-radio:checked+.third-step-pathyways-radio-info .third-step-select-text-inner {
    color: #fff;
}

.adps-site-form-bottom-btns {
    display: flex;
    justify-content: space-between;
}

.adps-site-button-wrap {
    background: #B8945C !important;
    border-color: #B8945C !important;
    font-weight: 400 !important;
    min-width: 160px;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.adps-site-button-wrap:hover {
    background: #fff !important;
    color: #B8945C !important;
}

.adps-site-button-outline {
    border-color: #181C2A !important;
    background: transparent !important;
    color: #181C2A !important;
}

.adps-site-button-outline:hover {
    background: #181C2A !important;
    color: #ffffff !important;
}

.adps-mobile-heading {
    display: none;
}

.adps-site-form-step-md {
    margin-bottom: 40px;
}

.adps-form-field-half-main {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.adps-form-field-half-wrap {
    width: calc(50% - 16px);
}

.adps-form-field-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #181C2A !important;
    margin-bottom: 8px;
}

.adps-form-field-label span {
    color: #B8945C;
}

.adps-form-field-half-wrap input,
.adps-form-field-half-wrap select {
    border: none !important;
    border-bottom: 1px solid #8A8A8A !important;
    border-radius: 0 !important;
    padding: 4px 0 12px !important;
    font-size: 14px;
    color: #181C2A;
    outline: none !important;
}

.adps-form-field-note {
    color: #8A8A8A;
    font-size: 12px;
    line-height: 20px;
    margin-top: 8px;
    display: inline-block;
}

.adps-site-checkbox-custom {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: #fff;
    border: 1px solid #B8945C;
    z-index: 1;
    position: relative;
}

p.adps-form-input-checkbox {
    display: flex;
    font-size: 14px;
    line-height: 20px;
    color: #181C2A;
    column-gap: 16px;
    margin-bottom: 0;
    font-weight: 500;
}

.adps-site-checkbox-custom input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.adps-site-checkbox-custom-main {
    position: relative;
    line-height: 0;
    top: 1px;
}

.adps-site-checkbox-custom-main input {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    z-index: 2;
    line-height: 0;
}

.adps-site-checkbox-custom-main input:checked+.adps-site-checkbox-custom {
    background: #B8945C;
    background-image: url(/wp-content/plugins/airtable-dynamic-programme-selector/public/css/img/checkmark.svg);
    background-position: center center;
}

.adps-form-list-with-star-text {
    padding-left: 10px;
}

.adps-form-field-with-bg-box {
    background: #F5F5F7;
    margin-top: 40px;
    padding: 24px;
}

.adps-form-list-with-star-item {
    margin-bottom: 8px;
    font-size: 14px;
    color: #8A8A8A;
    line-height: 20px;
}

.adps-form-list-with-star-item:last-child {
    margin-bottom: 0;
}

.adps-form-list-with-star-inner {
    line-height: 0;
    position: relative;
    top: 2px;
}

.adps-form-field-with-border-box {
    margin-top: 40px;
    border: 1px solid #B8945C;
    padding: 24px;
}

.adps-form-field-with-border-box .adps-form-field-label {
    margin-bottom: 20px;
}

.adps-ite-list-number-item {
    display: flex;
    align-items: start;
    margin-bottom: 8px;
}

.adps-ite-list-number-item span {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F5F7;
    border-radius: 50%;
    color: #B8945C;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400;
}

.adps-ite-list-number-item p {
    width: calc(100% - 24px);
    padding-left: 16px;
    margin-bottom: 0;
    color: #8A8A8A;
    font-size: 14px;
    line-height: 20px;
    padding-top: 2px;
}

.adps-ite-list-number-item:last-child {
    margin-bottom: 0;
}

.form-support-box {
    border: 1px solid #ECECEC;
    margin-top: 40px;
    padding: 24px;
}

.form-support-box-text {
    margin-bottom: 12px;
    color: #181C2A;
    font-size: 14px;
    line-height: 20px;
}

.form-support-link {
    color: #B8945C !important;
    font-weight: 700;
    transition: 0.3s;
}

.form-support-link:hover {
    text-decoration: underline;
}

button.adps-site-button-wrap[disabled] {
    opacity: 0.4;
    background: #B8945C !important;
    color: #fff !important;
}

.form-field-mobile-code-wrap .iti {
    width: 100%;
    display: flex;
    column-gap: 16px;
}

.form-field-mobile-code-wrap .iti .iti__flag-container {
    position: relative;
    width: max-content;
    border-bottom: 1px solid #8A8A8A;
    padding-bottom: 8px;
}

.form-field-mobile-code-wrap .iti .iti__flag-container .iti__selected-flag {
    background: transparent;
    padding: 0;
    color: #181C2A;
    font-size: 14px;
}

.form-field-mobile-code-wrap .iti__arrow {
    border: solid #181C2A;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    margin-top: -3px;
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    font-weight: 400;
    color: #181C2A !important;
}

.iti__dial-code {
    font-weight: 400;
    color: #181C2A !important;
}

#country-listbox .iti__country-name {
    display: none !important;
}

.site-date-select-box {
    display: flex;
    column-gap: 16px;
}

.site-date-select-box select {
    outline: none !important;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #8A8A8A;
    width: 33.33%;
    padding: 0 0 12px;
    font-size: 14px;
    cursor: pointer;
}

.adps-site-form-field-main {
    margin-bottom: 40px;
}

.adps-site-form-field-main:last-child {
    margin-bottom: 0px;
}

.site-form-field-only-select select {
    border-radius: 0;
    border-color: #ECECEC;
    color: #8A8A8A;
    padding: 16px 24px;
    font-size: 14px;
    line-height: 22px;
    outline: none;
}

.adps-form-field-full-wrap .adps-form-field-label {
    margin-bottom: 16px;
}

.adps-site-form-step-two,
.adps-site-form-step-three,
.adps-form-step-four {
    display: none;
}

ul.hbspt-autocomplete {
    width: 100%;
    background: #FFFFFF;
    position: absolute;
    top: 75px;
    box-shadow: 0px 0px 23.8px rgb(0 0 0 / 12%);
    height: 216px;
    overflow: auto;
    padding-right: 15px;
}

ul.hbspt-autocomplete::-webkit-scrollbar-track,
.iti__country-list::-webkit-scrollbar-track {
    background-color: transparent;
}

ul.hbspt-autocomplete::-webkit-scrollbar,
.iti__country-list::-webkit-scrollbar {
    width: 7px;
    background-color: transparent;
}

ul.hbspt-autocomplete::-webkit-scrollbar-thumb,
.iti__country-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #E7E7E7;
}

ul.hbspt-autocomplete .hbspt-autocomplete__option {
    padding: 10px;
}

ul.hbspt-autocomplete li {
    color: #8A8A8A;
}

.adps-current-school-dropdown {
    position: relative;
}

ul.hbspt-autocomplete .hbspt-autocomplete__option:hover {
    background: #F5F5F7;
    cursor: pointer;
}

.adps-site-academic-block-wrap label.adps-form-field-label {
    color: #181C2A;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 400;
}



.adps-site-academic-block-wrap p {
    font-size: 14px;
    line-height: 20px;
    color: #181C2A;
    margin-bottom: 12px;
}

.adps-academic-interests-lists {
    display: flex;
    flex-wrap: wrap;
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

.adps-academic-interests-lists li {
    width: 50%;
    color: #8A8A8A;
    font-size: 14px;
    line-height: 20px;
}

.adps-site-academic-block-wrap .adps-textarea-container {
    position: relative;
    margin-bottom: 20px;
}

.adps-site-academic-block-wrap .adps-textarea-container textarea {
    border: 1px solid #D6D5D4;
    min-height: 160px;
    background: #F5F5F7;
    font-size: 14px;
    line-height: 20px;
    padding: 14px 46px 30px 24px;
    display: block;
}

.adps-site-academic-block-wrap span.adps-clear-btn {
    position: absolute;
    right: 29px;
    top: 18px;
    width: 10px;
    height: 10px;
    font-size: 10px;
    line-height: 10px;
}

.adps-site-academic-block-wrap .adps-char-counter {
    position: absolute;
    bottom: 14px;
    right: 24px;
    color: #8A8A8A;
    font-size: 14px;
    line-height: 20px;
}

/* Footer Start */
.adps-site-form-footer {
    padding: 24px 60px;
    background: #181C2A;
}

.adps-site-form-footer .adps-site-form-bottom-width {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.adps-site-form-footer .adps-site-form-footer-menu ul {
    display: flex;
    align-items: center;
    gap: 32px;
    list-style: none;
    padding: 0;
}

.adps-site-form-footer .adps-site-form-footer-menu ul li a {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #DADADAB2;
    transition: all 0.5s;
}

.adps-site-form-footer .adps-site-form-footer-menu ul li a:hover {
    color: #B8945C;
}

.adps-site-form-footer .copyright {
    font-weight: 450;
    font-size: 16px;
    line-height: 20px;
    color: #DADADAB2;
}

.site-form-contact-details {
    display: flex;
    align-items: center;
    gap: 35px;
}

.site-form-contact-details .site-form-contact-content {
    display: flex;
    align-items: center;
    gap: 11px;
}

.site-form-contact-details .site-form-contact-content p a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #DADADA;
    transition: all 0.5s;
}

.site-form-contact-details .site-form-contact-content p a:hover {
    color: #B8945C;
}

.site-form-contact-details .site-form-contact-content span {
    display: inline-block;
    line-height: 0px;
}

.site-form-contact-details .site-form-contact-content p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #DADADA;
}

/* Footer End */

/* Header Start */
.adps-site-form-header {
    padding: 16px 60px;
    background: #F5F5F7;
}

.adps-site-form-header .adps-site-form-bottom-width {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.adps-site-form-header .adps-site-form-header-logo img {
    max-width: 122px;
    width: 100%;
}

.adps-site-form-header .adps-site-form-header-close-icon {
    line-height: 0;
}

.adps-site-form-header .adps-site-form-header-close-icon img {
    max-width: 52px;
    width: 100%;
}

.adps-site-form-mobile-back-btn {
    display: none !important;
}

.site-form-prev-icon-mobile {
    max-width: 36px;
    width: 100%;
}

/* Header End */

select {
    background-image: url(/wp-content/plugins/airtable-dynamic-programme-selector/public/css/img/Vector.png) !important;
    background-position: center right !important;
}


#adps-step-form-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 100000;
}

.adps-popup-content {
    background: #fff;
    background: #fff;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    border-radius: 0;
    /* padding: 20px; */
    box-sizing: border-box;
    position: relative;
}

/* .adps-popup-close {
    display: none;
} */

/* Ensure overlay also handles close on click */
.adps-popup-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

p.adps-academic-interest-info {
    display: flex;
    gap: 10px;
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
    color: #181C2A;
    font-weight: 500;
}

p.adps-custom-dark-subheading {
    /*    margin: 20px 0px;*/
    font-weight: 500;
}

.adps-continue-group {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.adps-btn-disable:disabled {
    opacity: 0.4;
    background: transparent !important;
    color: #000 !important;
}

.adps-btn-disable {
    font-weight: 400 !important;
    min-width: 160px;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.adps-site-form-one-select-block.adps-pathways-wrap {
    gap: 0 18px;
    flex-wrap: wrap;
}

.single-step-select-block-wrap {
    width: calc(100% / 3 - 12px);
    position: relative;
}

.inner-step-three {
    width: 100%;
}

.third-step-pathyways-radio-info {
    flex-direction: column;
    padding: 16px 8px;
    height: 100%;
}

.third-step-select-title-caption {
    margin: 24px 0 32px 0;
    display: block;
    width: 100%;
    text-align: center;
}

.third-step-pathyways-radio-info .adps-site-form-heading-sm {
    margin: 0 0 4px 0;
    font-size: 16px !important;
    line-height: 22px !important;
    text-align: center;
}

.pathways-location-show {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.pathways-location-show p {
    margin: 0;
    background: #F5F5F7;
    padding: 4px 12px;
    border-radius: 40px;
    font-size: 12px;
    line-height: 20px;
    color: #8A8A8A;
    font-weight: 400;
    text-align: center;
}

.third-step-pathyways-radio:checked+.third-step-pathyways-radio-info svg path,
.third-step-pathyways-radio:checked+.third-step-pathyways-radio-info svg rect {
    fill: #B8945C;
    stroke: #B8945C;
}

.third-step-pathyways-radio:checked+.third-step-pathyways-radio-info svg circle {
    fill: #B8945C;
}

.third-step-pathyways-radio:checked+.third-step-pathyways-radio-info .pathways-location-show p {
    background: #2E313C;
    color: #8A8A8A;
}

.subject-out-title-caption,
.location-outer-title-caption,
.type-outer-title-caption,
.session-outer-title-caption {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 24px;
}

.subject-out-title-caption h3,
.location-outer-title-caption h3,
.type-outer-title-caption h3,
.session-outer-title-caption h3 {
    font-size: 18px !important;
    line-height: 24px !important;
    color: #181C2A !important;
    font-weight: 500 !important;
    margin: 0;
    font-family: Circular, serif !important;
}

.subject-main-wrap,
.location-main-wrap,
.type-main-wrap,
.location-item-inner label,
.session-main-wrap,
.session-list-item label {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
}

.session-item-inner-right .limited-places-label {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 20px !important;
    padding: 6px 12px;
    border-radius: 100px;
    background: #181C2A;
    color: #fff;
    display: inline-block;
}

.session-item-inner-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.subjects-list,
.locations-list,
.type-list,
.session-list {
    position: relative;
    width: 100%;
}

.location-selected,
.type-selected,
.subject-selected,
.month-selected,
.session-selected {
    width: 100% !important;
}

.type-selected .type-price-wrap {
    background: #F5F5F7;
    padding: 6px 14px;
    border-radius: 100px;
}

.subjects-list-item,
.location-list-item,
.type-list-item,
.session-list-item {
    padding: 16px 24px;
    gap: 10px;
    justify-content: space-between;
    min-height: 76px;
}

.subjects-list-item label,
.location-item-inner label,
.type-item-inner label,
.session-list-item label {
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 500;
    padding: 0;
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.subject-item-inner .age-wrap {
    padding-top: 4px;
}

.subject-item-inner {
    display: inline-flex;
    flex-direction: column;
}

.subject-item-inner label,
.type-item-inner .type-price-wrap {
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 500;
}

.selected-remove,
.selected-location-remove,
.selected-type-remove,
.selected-session-remove {
    width: auto;
    display: inline-flex;
    align-items: center;
    background: #B8945C1A;
    padding: 6px 14px;
    border-radius: 60px;
    gap: 10px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.selected-remove .selected-wrap,
.selected-location-remove .selected-wrap,
.selected-location-remove .selected-wrap,
.selected-type-remove .selected-wrap,
.selected-session-remove .selected-wrap {
    font-weight: 700;
    color: #B8945C !important;
    font-size: 14px;
    line-height: 20px;
}

.selected-remove .remove-btn,
.selected-location-remove .locations-remove-btn,
.selected-type-remove .locations-remove-btn,
.selected-session-remove .locations-remove-btn {
    background: transparent;
    padding: 0;
    border: 0;
    display: flex;
}

.location-item-inner label,
.session-list-item label {
    gap: 8px;
    align-items: flex-start;
}

.location-item-inner label svg {
    height: 20px;
}

.location-main-wrap .locations-list,
.type-main-wrap .type-list {
    width: calc(100% / 2 - 8px);
}

.type-item-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
}

/* 27-03-2025 Start */
.subject-search {
    position: relative;
}

.subject-search input {
    padding: 12px 16px 12px 45px !important;
    position: relative;
    border-radius: 100px !important;
    color: #8A8A8A;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #8A8A8A !important;
}

.subject-search input:focus-within {
    outline: none !important;
    border-color: #B8945C !important;
}

.subject-search span {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 16px;
    transform: translate(0%, -50%);
    display: flex
}

.adps-site-form-step-three .subject-out-title-caption {
    justify-content: space-between;
    align-items: center;
}

.adps-site-form-step-three .subjects-list-item {
    padding: 16px;
}

.adps-form-bottom-block .adps-back-group {
    display: flex;
    align-items: center;
    gap: 63px;
}

.adps-form-bottom-block .adps-back-group .adps-footer-breadcrumb {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.adps-form-bottom-block .adps-back-group .adps-footer-breadcrumb li {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Online Research Programme Satrt */
.orp-main-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.orp-main-wrap-list {
    padding: 32px;
    border: 1px solid #ECECEC;
    background: #fff;
}

.orp-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
}

.orp-header .orp-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.orp-header .orp-price {
    color: #B8945C;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.orp-content {
    width: 100%;
}

.orp-age,
.orp-decide-later-info-wrap {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #8A8A8A;
    display: block;
}

.orp-list {
    list-style: none;
    padding: 24px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.orp-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    width: calc(50% - 12px);
}

.orp-list li span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.orp-list li img {
    width: 18px;
    height: 18px;
}

.orp-select-close {
    display: flex;
    gap: 16px;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.orp-select-close .selected-wrap {
    font-size: 14px;
}

/* Select your subject */
.orp-s-subject {
    border-top: 1px solid #D6D5D4;
    padding-top: 40px;
    margin-top: 40px;
}

.orp-s-subject .orp-s-subject-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #181C2A;
    margin: 0 0 24px 0;
}

.orp-s-subject .orp-s-subject-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.orp-s-subject .orp-s-subject-list .orp-s-subject-list-item {
    width: calc(50% - 8px);
    border: 1px solid #ECECEC;
    display: flex;
    align-items: center;
    padding: 20px 24px;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}

.orp-main-wrap-loop {
    position: relative;
}

.orp-main-wrap-loop input.orp-main-wrap-loop-input:checked+.orp-main-wrap-list {
    background: #F5F5F7;
}

.orp-main-wrap-loop input.orp-main-wrap-loop-input:checked+.orp-main-wrap-list .orp-s-subject-list-item,
.orp-main-wrap-loop input.orp-main-wrap-loop-input:checked+.orp-main-wrap-list .orp-s-session-list,
.orp-main-wrap-loop input.orp-main-wrap-loop-input:checked+.orp-main-wrap-list .orp-s-month-list {
    background: #fff;
}

.orp-s-subject .orp-s-subject-list .orp-s-subject-list-item .orp-s-radio,
.orp-s-session .orp-s-session-lists .orp-s-session-list .orp-s-radio,
.orp-s-month .orp-s-month-lists .orp-s-month-list .orp-s-radio,
.orp-main-wrap-loop .orp-main-wrap-loop-input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.orp-s-subject .orp-s-subject-list .orp-s-subject-list-item .selected-remove span,
.orp-s-subject .orp-s-subject-list .orp-s-subject-list-item .selected-remove label {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}

.orp-s-subject .orp-s-subject-list .orp-s-subject-list-item .orp-s-subject-iconlist {
    display: flex;
    align-items: center;
    gap: 8px;
}

.orp-s-subject .orp-s-subject-list .orp-s-subject-list-item .orp-s-subject-iconlist span,
.orp-s-subject .orp-s-subject-list .orp-s-subject-list-item .orp-s-subject-iconlist label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #181C2A;
}

/* Select your session */
.orp-s-session {
    margin: 40px 0 0 0;
}

.orp-s-session .orp-s-session-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #181C2A;
    margin: 0 0 16px 0;
}

.orp-s-session .orp-s-session-lists {
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.orp-s-session .orp-s-session-list {
    border: 1px solid #ECECEC;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.orp-s-session .orp-s-session-left-content {
    display: flex;
    align-items: center;
    gap: 8px;
}

.orp-s-session .orp-s-session-left-content .orp-s-session-date-title h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #181C2A;
    margin: 0 0 4px 0;
}

.orp-s-session .orp-s-session-left-content .orp-s-session-date-title p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #8A8A8A;
    margin: 0;
}

.orp-s-session .limited-places-label {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    padding: 6px 12px;
    border-radius: 100px;
    background: #181C2A;
    color: #fff;
    display: inline-block;
}

/* Choose your start month */
.orp-s-month {
    margin: 40px 0 0 0;
}

.orp-s-month .orp-s-month-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #181C2A;
    margin: 0 0 16px 0;
}

.orp-s-month .orp-s-month-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.orp-s-month .orp-s-month-lists .orp-s-month-list:first-child {
    width: 100%;
}

.orp-s-month .orp-s-month-lists .orp-s-month-list:not(:first-child) {
    width: calc(33.33% - 10.7px);
}

.orp-s-month .orp-s-month-lists .orp-s-month-list {
    padding: 20px 24px;
    border: 1px solid #ECECEC;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    position: relative;
}

.orp-s-month .orp-s-month-left-content {
    display: flex;
    align-items: center;
    gap: 8px;
}

.orp-s-month .orp-s-month-date-title h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #181C2A;
    margin: 0;
}

/* Online Research Programme End */
/* Site form step four Satrt */
/* Left */
.adps-form-step-four-wrap {
    display: flex;
    gap: 28px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.adps-form-step-four-wrap .adps-payment-detail-left-block {
    width: calc(54% - 14px);
}

.adps-form-step-four-wrap .adps-payment-detail-right-block {
    width: calc(46% - 14px);
}

.adps-form-step-four-wrap .adps-payment-detail-left-block .adps-payment-detail-title {
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -2%;
    color: #181C2A;
    margin: 0 0 16px 0;
}

.adps-form-step-four-wrap .adps-payment-detail-left-block .payment-sub-title {
    color: #181C2A;
    font-weight: 450;
    font-size: 16px;
    line-height: 24px;
}

.adps-form-step-four-wrap .adps-payment-detail-left-block .adps-payment-options-box {
    padding-top: 24px;
}

.adps-form-step-four-wrap .adps-payment-detail-left-block .adps-payment-options-box .payment-option-title {
    font-weight: 300;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -2%;
    margin: 0 0 16px 0;
    color: #181C2A;
}

.adps-form-step-four-wrap .adps-payment-options-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.adps-form-step-four-wrap .adps-payment-options-list .adps-payment-option-comman-block {
    border: 1px solid #F5F5F7;
    padding: 24px;
    position: relative;
}

.adps-form-step-four-wrap .payment-option-comman-inner {
    display: flex;
    gap: 20px;
    align-items: center;
}

.adps-form-step-four-wrap .payment-option-comman-inner .payment-option-icon {
    line-height: 0;
}

.adps-form-step-four-wrap .payment-option-comman-inner .payment-type,
.adps-form-step-four-wrap .adps-payment-options-list .installments-type .installment .installments-type {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.adps-form-step-four-wrap .payment-option-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.adps-form-step-four-wrap .payment-option-content label {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #181C2A;
}

.adps-form-step-four-wrap .payment-option-content .payment-option-price {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #8A8A8A;

}

.adps-form-step-four-wrap .adps-payment-options-list .payment-type-installments {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.adps-form-step-four-wrap .adps-payment-options-list .installments-type {
    display: flex;
    gap: 12px;
}

.adps-form-step-four-wrap .adps-payment-options-list .installments-type .installment {
    position: relative;
    padding: 10px;
    background: #2E313C;
    width: 100%;
}

.adps-form-step-four-wrap .adps-payment-options-list .installments-type .installment .payment-type-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.adps-form-step-four-wrap .adps-payment-options-list .installments-type .installment .payment-type-info label {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.adps-form-step-four-wrap .adps-payment-options-list .installments-type .installment .payment-type-info span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #B8945C;
}

.adps-form-step-four-wrap .adps-payment-options-list .installments-type .installment .payment-type-info span em {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #8A8A8A;
    padding-left: 2px;
}

.adps-form-step-four-wrap .adps-how-did-you-hear {
    padding-top: 40px;
}

.adps-form-step-four-wrap .adps-how-did-you-hear label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #181C2A;
    margin: 0 0 8px 0;
}

.adps-form-step-four-wrap .adps-how-did-you-hear select {
    border: none;
    border-bottom: 1px solid #8A8A8A;
    border-radius: 0;
    padding: 4px 0 12px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #8A8A8A;
}

.adps-form-step-four-wrap .adps-how-did-you-hear select:focus,
.adps-form-step-four-wrap .adps-how-did-you-hear select:focus-within {
    outline: none;
}

/* Active Block */
.payment-installments-active {
    background-color: #181C2A;
}

.payment-installments-active .payment-option-content label {
    color: #fff;
}

.payment-installments-active .payment-option-icon svg rect {
    fill: #B8945C
}

.payment-installments-active .payment-option-icon svg path {
    fill: #fff;
}

.installment-active-block {
    background: #F5F5F7 !important;
}

.installment-active-block .payment-type-info label {
    color: #181C2A !important;
}

/* Right */
.adps-form-step-four-wrap .adps-payment-detail-right-block {
    background: #F5F5F7;
    padding: 40px;
    height: fit-content;
}

.adps-form-step-four-wrap .adps-payment-detail-right-block .adps-select-program-title {
    font-weight: 300;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -2%;
    color: #181C2A;
    margin: 0 0 24px 0;
}

.adps-form-step-four-wrap .adps-payment-detail-right-block .adps-first-title-programme {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    background: #B8945C;
    border-radius: 100px;
    padding: 1px 12px;
    display: inline-block;
    margin-bottom: 16px;
}

.adps-form-step-four-wrap .adps-payment-detail-right-block .adps-second-title-programme {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #181C2A;
    margin: 0 0 24px 0;
}

.adps-form-step-four-wrap .adps-payment-detail-right-block .adps-time-location {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.adps-form-step-four-wrap .adps-payment-detail-right-block .adps-time-location li {
    display: flex;
    gap: 8px;
    align-items: center;
}

.adps-form-step-four-wrap .adps-payment-detail-right-block .adps-time-location li span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #181C2A;
}

.adps-select-program-content .adps-coupon-code {
    margin-top: 40px;
}

.adps-select-program-content .adps-coupon-code .adps-coupon-code-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 8px 0;
    color: #181C2A;
}

.adps-select-program-content .adps-coupon-code .adps-code-input-wrap .adps-code-input-main {
    display: flex;
    gap: 12px;
    position: relative;
}

.adps-select-program-content .adps-coupon-code .adps-code-input-wrap .adps-code-input-main .adps-code-inner-input-wrap {
    position: relative;
    width: 100%;
}

.adps-select-program-content .adps-coupon-code .adps-code-input-wrap .adps-code-input-main.has-content .remove-adps-coupon-code {
    display: block !important;
}

.adps-select-program-content .adps-coupon-code .adps-code-input-wrap .adps-code-input-main .remove-adps-coupon-code {
    position: absolute;
    right: 0;
    top: 6px;
    display: none !important;
}

.adps-select-program-content .adps-coupon-code .adps-code-input-wrap .adps-code-input-main input {
    border: none;
    border-bottom: 1px solid #8A8A8A;
    color: #181C2A;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    padding: 4px 0 12px 0;
    border-radius: 0;
    background-color: transparent;
    height: 100%;
}

.adps-select-program-content .adps-coupon-code .adps-code-input-wrap .adps-code-input-main input::placeholder {
    color: #8A8A8A;
}

.adps-select-program-content .adps-coupon-code .adps-code-input-wrap .adps-code-input-main input:focus,
.adps-select-program-content .adps-coupon-code .adps-code-input-wrap .adps-code-input-main input:focus-within {
    outline: none;
}

.adps-select-program-content .adps-coupon-code .adps-code-input-wrap .adps-code-input-main button {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #181C2A;
    padding: 9px 20px;
    border: 1px solid #181C2A;
    background-color: transparent;
}

.adps-select-program-content .adps-coupon-code .adps-code-input-wrap .adps-code-input-main button:disabled {
    color: rgba(24, 28, 42, 0.4);
    border: rgba(24, 28, 42, 0.4);
}

.adps-select-program-content .adps-coupon-code .adps-code-input-wrap .adps-code-input-main button.adps-code-applied {
    border-color: #9d9da5;
    color: #9d9da5;
    font-size: 0;
    display: flex;
    align-items: center;
}

.adps-select-program-content .adps-coupon-code .adps-code-input-wrap .adps-code-input-main button.adps-code-applied:focus-visible {
    outline: none !important;
}

.adps-select-program-content .adps-coupon-code .adps-code-input-wrap .adps-code-input-main button.adps-code-applied:before {
    content: "";
    width: 8px;
    height: 8px;
    background: url("/wp-content/plugins/airtable-dynamic-programme-selector/public/css/img/appy-icon.svg") no-repeat;
    display: inline-block;
    background-size: 8px;
    padding-right: 15px;
    filter: brightness(0) saturate(100%) invert(69%) sepia(7%) saturate(248%) hue-rotate(202deg) brightness(91%) contrast(84%);
}

.adps-select-program-content .adps-coupon-code .adps-code-input-wrap .adps-code-input-main button.adps-code-applied::after {
    content: "Applied";
    display: inline;
    font-size: 14px;
    line-height: 22px;

}

.adps-select-program-content .adps-coupon-code .adps-code-input-wrap .adps-code-input-main-content {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #8A8A8A;
    margin: 12px 0 0 0;
}

.adps-select-program-content .adps-pricing {
    margin: 40px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.adps-select-program-content .adps-pricing .adps-pricing-block-content {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}

.adps-select-program-content .adps-pricing .adps-pricing-block-content .adps-pricing-content-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #181C2A;
    margin: 0;
}

.adps-select-program-content .adps-pricing .adps-pricing-block-content .adps-pricing-content-price {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #B8945C;
    display: inline-block;
}

.adps-select-program-content .adps-total {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}

.adps-select-program-content .adps-total .adps-total-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #181C2A;
    margin: 0;
}

.adps-select-program-content .adps-total {
    margin: 40px 0 0 0;
}

.adps-select-program-content .adps-total .adps-total-price {
    font-weight: 450;
    font-size: 20px;
    line-height: 28px;
    color: #B8945C;
    display: inline-block;
}

/* Site form step four End */
/* 27-03-2025 End */

/* Enrollment Confirmed Final Step Satrt */
#adps-enrollment-confirmed {
    display: none;
}

.adps-site-form-enrollment-confirmed :is(h1, h2, h3, h4, h5, h6, p) {
    font-family: "Circular", sans-serif !important;
}

.adps-final-programme-details .adps-programme-details-title,
.adps-final-payment-summary .adps-programme-details-title,
.adps-final-next-steps .adps-programme-details-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #181C2A;
    margin: 0;
}

.adps-programme-details-main,
.adps-final-payment-summary .adps-payment-summary-wrap,
.adps-final-next-steps .adps-final-next-steps-wrap {
    border: 1px solid #ECECEC;
    padding: 24px 32px;
    margin: 24px 0 0 0;
}

.adps-programme-details-main .adps-programme-details-wrap {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0 0 24px 0;
}

.adps-programme-details-main .adps-programme-details-wrap .adps-programme-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #181C2A;
    margin: 0;
}

.adps-programme-details-main .adps-programme-details-wrap .adps-first-title-programme {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    background: #B8945C;
    border-radius: 100px;
    padding: 1px 12px;
    display: inline-block;
}

.adps-programme-details-main .adps-time-location,
.adps-programme-details-main .adps-persion-details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.adps-programme-details-main .adps-time-location li,
.adps-programme-details-main .adps-persion-details li {
    width: calc(50% - 6px);
    display: flex;
    align-items: center;
    gap: 12px;
}

.adps-programme-details-main .adps-time-location li svg,
.adps-programme-details-main .adps-persion-details li svg {
    max-width: 20px;
    width: -webkit-fill-available;
}

.adps-programme-details-main .adps-time-location li .adps-time-location-title,
.adps-programme-details-main .adps-persion-details li .adps-persion-details-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #8A8A8A;
}

.adps-programme-details-main .adps-time-location li .adps-time-location-data,
.adps-programme-details-main .adps-persion-details li .adps-persion-details-data {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #181C2A;
}

.adps-programme-details-main .adps-persion-details {
    border-top: 1px solid #ECECEC;
    margin-top: 24px;
    padding-top: 24px;
}

.adps-final-payment-summary {
    margin-top: 40px;
}

.adps-final-payment-summary .adps-payment-summary-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.adps-payment-summary-wrap .adps-payment-summary-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.adps-payment-summary-wrap .adps-payment-summary-list .adps-payment-summary-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #8A8A8A;
    margin: 0;

}

.adps-payment-summary-wrap .adps-payment-summary-list .adps-payment-summary-price {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #181C2A;
    display: inline-block;
}

.adps-final-next-steps {
    margin-top: 40px;
}

.adps-final-next-steps-wrap {
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.adps-final-next-steps-wrap .adps-final-next-steps-list {
    display: flex;
    gap: 8px;
    align-items: baseline;
}

.adps-final-next-steps-wrap .adps-final-next-steps-list .adps-final-next-steps-no-title .adps-final-next-steps-wrap-inner {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F5F7;
    border-radius: 60%;
}

.adps-final-next-steps-wrap .adps-final-next-steps-list .adps-final-next-steps-no-title .adps-final-next-steps-wrap-inner .adps-final-next-steps-no {
    color: #B8945C;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.adps-final-next-steps-wrap .adps-final-next-steps-list .adps-final-next-steps {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #181C2A;
    margin: 0 0 8px 0;
}

.adps-final-next-steps-wrap .adps-final-next-steps-list .adps-final-next-steps-content-link p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #8A8A8A;
    margin: 0;
}

.adps-final-next-steps-wrap .adps-final-next-steps-list .adps-final-next-steps-content-link .steps-links {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.adps-final-next-steps-wrap .adps-final-next-steps-list .adps-final-next-steps-content-link .steps-links p {
    margin: 0;
}

.adps-final-next-steps-wrap .adps-final-next-steps-list .adps-final-next-steps-content-link .steps-links p a {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #B8945C;
}

.final-learning-experience {
    margin-top: 40px;
    padding: 24px 32px;
    background-color: #F5F5F7;
}

.final-learning-experience .learning-experience-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #181C2A;
    margin: 0 0 12px 0;
}

.final-learning-experience .learning-experience-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #8A8A8A;
    margin: 0 0 0 0;

}

.learning-experience-wrap-box {
    margin: 24px 0 0 0;
    display: flex;
    gap: 12px;
}

.learning-experience-wrap-box .learning-experience-box-card {
    border: 1px solid #ECECEC;
    background: #FFFFFF;
    padding: 24px 24px;
    border-radius: 0 0 40px 0;
}

.learning-experience-wrap-box .learning-experience-box-card .learning-card-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #181C2A;
    margin: 0 0 12px 0;
}

.learning-experience-wrap-box .learning-experience-box-card .learning-card-content {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #8A8A8A;
    margin: 0 0 0 0;
}

.learning-experience-wrap-box .learning-experience-box-card .learning-card-adps-time-location {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.learning-experience-wrap-box .learning-experience-box-card .learning-card-adps-time-location li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.learning-experience-wrap-box .learning-experience-box-card .learning-card-adps-time-location li .learning-card-adps-time-location-data {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #181C2A;
}

.learning-experience-wrap-box .learning-experience-box-card .learning-card-price-btn {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.learning-experience-wrap-box .learning-experience-box-card .learning-card-price-btn .learning-card-price {
    display: flex;
    align-items: center;
    gap: 8px;
}

.learning-experience-wrap-box .learning-experience-box-card .learning-card-price-btn .learning-card-price .price {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #B8945C;
    margin: 0;
}

.learning-experience-wrap-box .learning-experience-box-card .learning-card-price-btn .learning-card-price .check-price {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #8A8A8A;
    text-decoration: line-through;
}

.learning-experience-wrap-box .learning-experience-box-card .learning-card-price-btn .learning-card-btn button {
    border: 1px solid #181C2A;
    padding: 16px;
    display: flex;
    gap: 12px;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #181C2A;
    border-radius: 100px;
    background: transparent;
}

.learning-experience-wrap-box .learning-experience-box-card .learning-card-price-btn .learning-card-btn button::after {
    content: "Add programme";
}

.learning-experience-wrap-box .learning-experience-box-card .learning-card-price-btn .learning-card-btn button span {
    line-height: 0;
}

.final-view-option {
    padding: 0 32px 24px 32px;
    background-color: #F5F5F7;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.final-view-option .final-view-content {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #181C2A;
    margin: 0;
}

.final-view-option a {
    color: #B8945C;
    font-weight: 700;
}

/* Enrollment Confirmed Final Step End */



@media only screen and (max-width: 767px) {
    .session-outer-wrap .session-list-item {
        flex-direction: column;
        align-items: start;
        gap: 15px;
    }

    .session-item-inner-right {
        flex-direction: column;
        align-items: start;
    }

    /* 08-04-2025 Satrt */
    .adps-pathways-wrap .single-step-select-block-wrap .third-step-pathyways-radio-info {
        flex-direction: unset;
        flex-wrap: wrap;
        gap: 20px 8px;
    }

    .adps-pathways-wrap .single-step-select-block-wrap .third-step-pathyways-radio-info .third-step-select-title-caption {
        width: calc(100% - 56px);
        text-align: left;
        margin: 0;
    }

    .adps-pathways-wrap .single-step-select-block-wrap .third-step-pathyways-radio-info .third-step-select-title-caption .adps-site-form-heading-sm {
        text-align: left;
    }

    .adps-pathways-wrap .single-step-select-block-wrap .third-step-pathyways-radio-info .pathways-location-show {
        width: 100%;
        justify-content: flex-start;
    }

    .adps-pathways-wrap .single-step-select-block-wrap .third-step-pathyways-radio-info {
        padding: 24px 16px;
    }

    .adps-pathways-wrap .single-step-select-block-wrap .third-step-pathyways-radio-info svg {
        width: 48px;
        height: 48px;
    }

    .adps-complete-button-section .adps-continue-group {
        justify-content: center;
    }

    .adps-form-bottom-block .adps-continue-group {
        justify-content: center;
    }

    .adps-form-step-four-wrap .adps-payment-options-list .installments-type .installment .payment-type-info span em {
        font-size: 0 !important;
    }

    .adps-form-step-four-wrap .adps-payment-options-list .installments-type .installment .payment-type-info span em:after {
        content: "/mo";
        font-size: 10px;
        line-height: 20px;
    }

    .adps-form-bottom-block .adps-back-group {
        display: none;
    }

    .orp-s-session .orp-s-session-list {
        align-items: unset;
    }

    .orp-s-session .limited-places-label {
        margin-top: -50px !important;
    }

    button.adps-complete-later[style="display: none;"]+.adps-site-button-wrap.adps-form-next {
        width: 100%;
    }

    /* 08-04-2025 End */
    /* 27-03-2025 Start */
    .subject-search {
        width: 100%;
    }

    .adps-site-form-step-three .type-main-wrap .type-list {
        width: 100%;
    }

    .adps-site-form-one-select-block.adps-pathways-wrap {
        gap: 16px;
    }

    .adps-site-form-bottom-btns {
        flex-wrap: wrap;
        gap: 16px;
    }

    .adps-form-bottom-block .adps-back-group .adps-footer-breadcrumb {
        gap: 12px;
    }

    .adps-form-bottom-block .adps-back-group .adps-footer-breadcrumb li span,
    .adps-form-bottom-block .adps-back-group .adps-footer-breadcrumb li label {
        font-size: 12px;
        line-height: 20px;
    }

    .adps-form-bottom-block .adps-back-group .adps-footer-breadcrumb li svg {
        width: 15px;
        height: fit-content;
    }

    /* Online Research Programme Satrt */
    .orp-main-wrap-list {
        padding: 16px;
    }

    .orp-header {
        flex-direction: column-reverse;
        align-items: start;
        gap: 20px;
    }

    .orp-header .selected-remove span,
    .orp-header .selected-remove label {
        font-size: 14px;
        line-height: 20px;
    }

    .orp-header .orp-title {
        font-size: 16px;
        line-height: 24px;
    }

    .orp-header .orp-price {
        font-size: 16px;
        line-height: 24px;
    }

    .orp-select-close {
        gap: 12px;
        align-items: start;
    }

    .orp-list {
        gap: 8px;
    }

    .orp-list li {
        width: 100%;
    }

    /* Select your subject */
    .orp-s-subject {
        padding-top: 28px;
        margin-top: 28px;
    }

    .orp-s-subject .orp-s-subject-title {
        font-size: 16px;
        line-height: 22px;
    }

    .orp-s-subject .orp-s-subject-list .orp-s-subject-list-item {
        width: 100%;
        padding: 26px 16px;
        gap: 8px;
    }

    .orp-s-subject .orp-s-subject-list .orp-s-subject-list-item .orp-s-subject-iconlist span,
    .orp-s-subject .orp-s-subject-list .orp-s-subject-list-item .orp-s-subject-iconlist label {
        font-size: 14px;
        line-height: 20px;
        /*display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;*/
    }

    /* Select your session */
    .orp-s-session {
        margin: 28px 0 0 0;
    }

    .orp-s-session .orp-s-session-title {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 20px 0;
    }

    .orp-s-session .orp-s-session-list {
        padding: 16px 16px 16px 16px;
        gap: 8px;
    }

    .orp-s-session .orp-s-session-left-content .orp-s-session-date-title h6 {
        font-size: 14px;
        line-height: 20px;
        /*display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;*/
    }

    .orp-s-session .orp-s-session-left-content .orp-s-session-date-title p {
        font-size: 14px;
        line-height: 20px;
        /*display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;*/
    }

    .orp-s-session .limited-places-label {
        width: max-content;
        margin-top: -80px;
    }

    /* Choose your start month */
    .orp-s-month .orp-s-month-lists .orp-s-month-list:not(:first-child) {
        width: 100%;
    }

    .orp-s-month .orp-s-month-lists .orp-s-month-list {
        padding: 16px 16px 16px 16px;
    }

    .orp-s-month .orp-s-month-date-title h6 {
        font-size: 14px;
        line-height: 20px;
        /*display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;*/
    }

    /* Online Research Programme End */
    /* Site form step four Satrt */
    .adps-form-step-four-wrap {
        gap: 40px;
    }

    .adps-form-step-four-wrap .adps-payment-detail-left-block,
    .adps-form-step-four-wrap .adps-payment-detail-right-block {
        width: 100%;
    }

    .adps-form-step-four-wrap .adps-payment-detail-left-block .adps-payment-detail-title {
        font-size: 32px;
        line-height: 40px;
    }

    .adps-form-step-four-wrap .adps-payment-detail-left-block .payment-sub-title {
        font-size: 14px;
        line-height: 20px;
    }

    .adps-form-step-four-wrap .adps-payment-detail-left-block .adps-payment-options-box .payment-option-title {
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 20px 0;
    }

    .adps-form-step-four-wrap .adps-payment-options-list {
        gap: 16px;
    }

    .adps-form-step-four-wrap .adps-payment-options-list .adps-payment-option-comman-block {
        padding: 14px 16px;
    }

    .adps-form-step-four-wrap .payment-option-content label {
        font-size: 16px;
        line-height: 22px;
    }

    .adps-form-step-four-wrap .adps-payment-options-list .installments-type .installment .payment-type-info label {
        font-size: 12px;
        line-height: 20px;
    }

    .adps-form-step-four-wrap .adps-payment-options-list .installments-type .installment .payment-type-info span {
        font-size: 12px;
        line-height: 20px;
    }

    .adps-form-step-four-wrap .adps-payment-options-list .installments-type .installment .payment-type-info span em {
        font-size: 10px;
        line-height: 20px;
    }

    .adps-form-step-four-wrap .adps-payment-detail-right-block {
        padding: 16px;
    }

    .adps-form-step-four-wrap .adps-payment-detail-right-block .adps-select-program-title {
        font-size: 22px;
        line-height: 23px;
    }

    .adps-form-step-four-wrap .adps-payment-detail-right-block .adps-second-title-programme {
        margin: 0 0 20px 0;
        font-size: 18px;
        line-height: 22px;
    }

    .adps-select-program-content .adps-pricing .adps-pricing-block-content .adps-pricing-content-title,
    .adps-select-program-content .adps-pricing .adps-pricing-block-content .adps-pricing-content-price {
        font-size: 14px;
        line-height: 20px;
    }

    .adps-select-program-content .adps-total {
        margin: 32px 0 0 0;
    }

    /* Site form step four End */
    /* 27-03-2025 End */
    /* Enrollment Confirmed Final Step Satrt */
    .adps-final-programme-details .adps-programme-details-title,
    .adps-final-payment-summary .adps-programme-details-title,
    .adps-final-next-steps .adps-programme-details-title {
        font-size: 18px;
        line-height: 26px;
    }

    .adps-programme-details-main,
    .adps-final-payment-summary .adps-payment-summary-wrap,
    .adps-final-next-steps .adps-final-next-steps-wrap {
        padding: 16px;
        margin: 20px 0 0 0;
    }

    .adps-programme-details-main .adps-programme-details-wrap {
        flex-direction: column-reverse;
        align-items: start;
        gap: 16px;
    }

    .adps-programme-details-main .adps-programme-details-wrap {
        margin: 0 0 20px 0;
    }

    .adps-programme-details-main .adps-time-location,
    .adps-programme-details-main .adps-persion-details {
        gap: 8px;
    }

    .adps-programme-details-main .adps-time-location li,
    .adps-programme-details-main .adps-persion-details li {
        width: 100%;
    }

    .adps-programme-details-main .adps-persion-details {
        margin-top: 20px;
        padding-top: 20px;
    }

    .adps-final-next-steps-wrap .adps-final-next-steps-list .adps-final-next-steps-no-title .adps-final-next-steps-wrap-inner {
        width: 24px;
        height: 24px;
    }

    .final-learning-experience {
        padding: 16px;
    }

    .final-learning-experience .learning-experience-title {
        font-size: 18px;
        line-height: 26px;
    }

    .learning-experience-wrap-box {
        margin: 20px 0 0 0;
        flex-direction: column;
    }

    .learning-experience-wrap-box .learning-experience-box-card {
        padding: 12px;
    }

    .learning-experience-wrap-box .learning-experience-box-card .learning-card-title {
        font-size: 18px;
        line-height: 26px;
    }

    .learning-experience-wrap-box .learning-experience-box-card .learning-card-adps-time-location {
        margin-top: 20px;
        gap: 8px;
        flex-direction: column;
        align-items: start;
    }

    .learning-experience-wrap-box .learning-experience-box-card .learning-card-price-btn {
        margin-top: 20px;
        justify-content: space-between;
    }

    .learning-experience-wrap-box .learning-experience-box-card .learning-card-price-btn .learning-card-price .price {
        font-size: 18px;
        line-height: 22px;
    }

    .learning-experience-wrap-box .learning-experience-box-card .learning-card-price-btn .learning-card-price .check-price {
        font-size: 14px;
        line-height: 22px;
    }

    .final-view-option {
        padding: 0 16px 16px 16px;
    }

    .learning-experience-wrap-box .learning-experience-box-card .learning-card-price-btn .learning-card-btn button::after {
        content: "Add";
    }

    .learning-experience-wrap-box .learning-experience-box-card .learning-card-price-btn .learning-card-btn button {
        gap: 4px;
    }

    /* Enrollment Confirmed Final Step End */



    .adps-mobile-heading {
        display: block;
    }

    .desktop-heading {
        display: none;
    }

    .adps-site-form-width {
        padding: 32px 20px 40px;
    }

    .adps-site-form-progress-bar {
        max-width: 350px;
        margin: 20px auto 40px;
    }

    .adps-site-progress-text {
        display: none;
    }

    .adps-complete-later,
    .adps-site-button-wrap {
        padding: 12px 20px 12px 20px !important;
        overflow: hidden;
    }

    .adps-adps-site-form-progress-bar-block:after {
        width: 54px;
        right: unset;
        left: 42px;
    }

    .adps-adps-site-form-progress-bar-block {
        width: 32px;
    }

    .adps-site-form-progress-bar-inner {
        justify-content: space-between;
    }

    .adps-site-form-wrap {
        padding: 16px;
    }

    .adps-site-form-heading-lg {
        font-size: 32px !important;
        line-height: 40px !important;
    }

    .adps-site-form-heading-body {
        max-width: 300px;
    }

    .adps-site-form-step-heading {
        margin-bottom: 40px;
    }

    .adps-site-form-one-select-block {
        flex-wrap: wrap;
        gap: 12px;
    }

    .adps-one-step-select-block-wrap {
        width: 100%;
    }

    .adps-site-form-heading-sm {
        font-size: 18px !important;
        line-height: 26px !important;
    }

    .adps-site-form-one-note {
        padding: 16px;
    }

    .adps-site-button-wrap {
        min-width: auto;
        min-height: auto;
        padding: 16px 26px !important;
    }

    .adps-form-bottom-block {
        padding: 16px 20px;
    }

    .adps-site-form-bottom-btns {
        column-gap: 10px;
    }

    .adps-site-form-step-two p.adps-site-form-heading-body {
        display: none;
    }

    .adps-form-field-half-wrap {
        width: 100%;
    }

    .adps-form-field-with-bg-box,
    .adps-form-field-with-border-box,
    .form-support-box {
        padding: 16px;
    }

    .adps-form-list-with-star-item {
        display: flex;
    }

    span.adps-form-list-with-star-inner {
        width: 14px;
        padding-top: 2px;
    }

    .adps-form-list-with-star-text {
        width: calc(100% - 14px);
        padding-left: 14px;
    }

    .adps-form-field-with-bg-box .adps-form-field-half-main {
        row-gap: 20px;
    }

    ul.hbspt-autocomplete {
        width: 100%;
    }

    .adps-academic-interests-lists li {
        width: 100%;
    }

    /* Footer Start */
    .adps-site-form-footer {
        padding: 40px 20px 16px 20px;
    }

    .adps-site-form-footer .adps-site-form-footer-menu ul {
        gap: 28px;
    }

    .adps-site-form-footer .adps-site-form-bottom-width {
        flex-direction: column;
        gap: 0;
    }

    .adps-site-form-footer .adps-site-form-footer-menu,
    .adps-site-form-footer .site-form-contact-details {
        padding-bottom: 32px;
    }

    .site-form-contact-details {
        gap: 16px;
        flex-direction: column;
    }

    .adps-site-form-footer .copyright {
        font-size: 12px;
        line-height: 20px;
    }

    .site-form-contact-details .site-form-contact-content {
        gap: 8px;
    }

    /* Footer End */
    /* Header Start */
    .adps-site-form-header .adps-site-form-header-logo img {
        max-width: 75px;
        width: 100%;
    }

    .adps-site-form-header .adps-site-form-header-close-icon img {
        max-width: 36px;
        width: 100%;
    }

    .adps-site-form-header .adps-site-form-header-logo a {
        display: flex;
        align-items: center;
        gap: 16px;
        flex-direction: row-reverse;
    }

    .adps-site-form-mobile-back-btn {
        display: block !important;
        padding: 0 !important;
        border: none;
        outline: none;
        box-shadow: none;
        color: transparent !important;
        opacity: 1 !important;
        width: unset;
        height: unset;
        min-width: unset !important;
        min-height: unset !important;
        line-height: 0;
    }

    .site-form--bottom-back-btn button {
        display: none !important;
    }

    .adps-site-form-header {
        padding: 20px 20px 20px 20px;
    }

    /* Header End */
    .adps-continue-group {
        gap: 7px !important;
        flex-wrap: nowrap !important;
        justify-content: space-between;
    }

    .adps-continue-group {
        width: 100%;
    }

    .single-step-select-block-wrap {
        width: 100%;
    }

    .order-academic .single-step-select-block-wrap:first-child {
        order: 1;
    }

    .order-academic .inner-step-three {
        order: 2;
    }

    .order-academic .single-step-select-block-wrap:nth-child(2),
    .order-academic .single-step-select-block-wrap:nth-child(3) {
        order: 3;
    }

    .order-career .single-step-select-block-wrap:nth-child(3) {
        order: 4;
    }
}


#adps-step-three-loader {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* Dark background with transparency */
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

#loader {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*03-04-2025 Loader Start*/
.adps-form-loader {
    display: none;
    /* Initially hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    /* Semi-transparent background */
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.adps-loader {
    width: 50px;
    height: 50px;
    border: 6px solid #ccc;
    border-top-color: #bb945c;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*03-04-2025 Loader End*/

.adps-current-school-dropdown ul.hbspt-autocomplete li.hbspt-autocomplete__option {
    padding: 10px 16px;
    font-size: 12px;
    color: #8A8A8A;
    line-height: 20px;
}

.adps-current-school-dropdown ul.hbspt-autocomplete {
    padding-right: 5px;
    width: 529px;
    z-index: 2;
    padding-top: 8px;
    padding-bottom: 8px;
}

.adps-current-school-dropdown ul.hbspt-autocomplete li.hbspt-autocomplete__option:hover {
    background: #F5F5F7;
}

.adps-add-school {
    width: auto;
    border-radius: 50px 50px 50px 50px !important;
    background-color: #181C2A !important;
    padding: 14px 30px !important;
    display: inline-block;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    border: 1px solid #181C2A !important;
    cursor: pointer;
}

.adps-add-school:hover,
.adps-add-school:focus {
    background-color: #1E3649 !important;
    color: #FFFFFF !important;
    border-color: #1E3649 !important;
    ;
}

.adps-add-school-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0000004D;
    z-index: 111111;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.adps-add-school-inner {
    width: 100%;
    max-width: 501px;
    background: #fff;
    padding: 40px 60px;
    position: relative;
}

.adps-add-school-inner .close-btn {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.adps-add-school-inner .close-btn svg {
    transition: all .2s ease-in-out;
}

.adps-add-school-inner .close-btn:hover svg {
    transform: rotate(90deg);
}

.adps-add-school-caption {
    width: 100%;
    display: block;
    position: relative;
}

.adps-add-school-caption h2 {
    letter-spacing: -1px;
    text-align: center;
    margin: 0 0 40px 0;
}

.adps-add-school-caption .form-field {
    padding-bottom: 40px;
}

label.adps-complete-info {
    line-height: 20px !important;
}

span.orp-sub-count-wrap {
    width: 100% !important;
    font-size: 12px;
    display: inline-block !important;
    font-weight: 300 !important;
    color: #8A8A8A;
}

.adps-complete-data-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 0 20px 0;
    ;
}

.adps-complete-data-wrap label {
    line-height: normal !important;
    margin: 0 !important;
}

.adps-tooltip-info {
    display: inline-flex;
    align-items: center;
    position: relative;
    z-index: 9;
}

.adps-tooltip-info::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    color: #000;
    padding: 6px 8px;
    border-radius: 4px;
    min-width: 280px;
    font-size: 12px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
    z-index: 100;
    background-color: #FFF;
    font-size: 14px;
    font-weight: 500;
    color: #181C2A;
    max-width: 280px !important;
    border: 1px solid #B8945C;
}

.adps-tooltip-info:hover::after {
    opacity: 1;
}

.deposit-payment-inner span.payment-option-price {
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

/*-----09-05-2025 Start-----*/
.adps-error-message {
    color: red;
    font-size: 13px;
    margin-top: 5px;
}
/*-----09-05-2025 End-----*/

@media only screen and (max-width: 1024px) {
    .adps-add-school-caption h2 {
        margin: 0 0 30px 0;
    }

    .adps-add-school-caption .form-field {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .adps-current-school-dropdown ul.hbspt-autocomplete {
        width: 100%;
    }

    .adps-add-school-caption h2 {
        margin: 0 0 20px 0;
    }

    .adps-add-school-caption .form-field {
        padding-bottom: 20px;
    }

    .adps-add-school-inner {
        padding: 30px 40px;
    }
}

/* Start Main Stag Custom CSS */

.elementor-kit-9 {
    --e-global-color-primary: #9ACAB3;
    --e-global-color-secondary: #54595F;
    --e-global-color-text: #1D1D1D;
    --e-global-color-accent: #BB945C;
    --e-global-color-bf9da35: #2D4960;
    --e-global-color-9e11564: #F5F5F7;
    --e-global-color-16abe4a: #FFFFFF;
    --e-global-color-c51c8fb: #181C2A;
    --e-global-color-dfd1a11: #000000;
    --e-global-color-05533e0: #F1EEE9;
    --e-global-typography-primary-font-family: "NocturneSerif";
    --e-global-typography-primary-font-weight: 500;
    --e-global-typography-secondary-font-family: "NocturneSerif";
    --e-global-typography-secondary-font-weight: 500;
    --e-global-typography-text-font-family: "Circular";
    --e-global-typography-text-font-size: 16px;
    --e-global-typography-text-font-weight: 300;
    --e-global-typography-text-line-height: 1.5em;
    --e-global-typography-accent-font-family: "Circular";
    --e-global-typography-accent-font-weight: 400;
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
}

.elementor-kit-9 button,
.elementor-kit-9 input[type="button"],
.elementor-kit-9 input[type="submit"],
.elementor-kit-9 .elementor-button {
    background-color: #9ACAB3;
    font-family: "Circular", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    padding: 16px 32px 16px 32px;
}

.elementor-kit-9 button:hover,
.elementor-kit-9 button:focus,
.elementor-kit-9 input[type="button"]:hover,
.elementor-kit-9 input[type="button"]:focus,
.elementor-kit-9 input[type="submit"]:hover,
.elementor-kit-9 input[type="submit"]:focus,
.elementor-kit-9 .elementor-button:hover,
.elementor-kit-9 .elementor-button:focus {
    background-color: #FFFFFF;
    color: var(--e-global-color-text);
    box-shadow: 0px 11px 22px 0px rgba(36, 36, 36, 0.1);
}

.elementor-kit-9 e-page-transition {
    background-color: #9ACAB3;
}

.elementor-kit-9 a {
    color: var(--e-global-color-accent);
}

.elementor-kit-9 h1 {
    color: var(--e-global-color-text);
    font-family: "NocturneSerif", Sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.3em;
}

.elementor-kit-9 h2 {
    color: var(--e-global-color-text);
    font-family: "NocturneSerif", Sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.3em;
}

.elementor-kit-9 h3 {
    color: var(--e-global-color-text);
    font-family: "NocturneSerif", Sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2em;
}

.elementor-kit-9 h4 {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-kit-9 h5 {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-kit-9 h6 {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1340px;
}

.e-con {
    --container-max-width: 1340px;
}

.elementor-widget:not(:last-child) {
    margin-block-end: 10px;
}

.elementor-element {
    --widgets-spacing: 10px 10px;
}

.site-header .site-branding {
    flex-direction: column;
    align-items: stretch;
}

.site-header {
    padding-inline-end: 0px;
    padding-inline-start: 0px;
}

.site-footer .site-branding {
    flex-direction: column;
    align-items: stretch;
}

@media(max-width:1000px) {
    .elementor-kit-9 {
        font-size: var(--e-global-typography-text-font-size);
        line-height: var(--e-global-typography-text-line-height);
    }

    .elementor-kit-9 h1 {
        font-size: 35px;
    }

    .elementor-kit-9 h2 {
        font-size: 32px;
    }

    .elementor-kit-9 h3 {
        font-size: 25px;
    }

    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1024px;
    }

    .e-con {
        --container-max-width: 1024px;
    }
}

@media(max-width:767px) {
    .elementor-kit-9 {
        font-size: var(--e-global-typography-text-font-size);
        line-height: var(--e-global-typography-text-line-height);
    }

    .elementor-kit-9 h1 {
        font-size: 34px;
        line-height: 1.4em;
    }

    .elementor-kit-9 h3 {
        line-height: 1.3em;
    }

    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 767px;
    }

    .e-con {
        --container-max-width: 767px;
    }
}

/* Start custom CSS */
.form-light .gform_wrapper.gravity-theme label {
    color: #F5F5F7;
    font-size: 14px !important;
}

.form-light .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 36px;
}

.form-light .gform_wrapper.gravity-theme .gform_footer {
    padding: 0;
    margin: 45px 0 0 0;
    justify-content: center;
}

label.gfield_label.gform-field-label {
    display: block !important;
}

.form-light .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
    background-color: #BB945C !important;
    border: 1px solid #BB945C;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 11px 32px !important;
}

.form-light .gform_wrapper.gravity-theme .gform_footer input[type="submit"]:hover {
    color: #FFFFFF !important;
    background-color: transparent !important;
    border-color: #ffffff !important;
}


.gfield--type-immerse_school_website {
    display: none;
}

.form-light .gform_wrapper.gravity-theme #root .form>div {
    margin-bottom: 0;
}

.form-light .gform_wrapper.gravity-theme #root .form>div:first-child {
    margin-bottom: 36px;
}

@media (max-width: 768px) {
    .form-light .gform_wrapper.gravity-theme .gform_fields {
        grid-row-gap: 24px;
    }

    .form-light .gform_wrapper.gravity-theme #root .form>div:first-child {
        margin-bottom: 24px;
    }
}

.city-cards-grid .hover-container {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    max-height: 100%;
}

.city-cards-grid .hover-container p:last-child {
    margin-bottom: 0;
}

.city-cards-grid .hover-container svg path {
    stroke: #000000;
}

.city-cards-grid .hover-container .elementor-widget-text-editor .elementor-widget-container {
    overflow-y: auto;
}

@supports (-moz-appearance: none) {
    .city-cards-grid .hover-container .elementor-widget-text-editor .elementor-widget-container {
        scrollbar-width: thin;
        /* Firefox */
        scrollbar-color: #2D4960 transparent;
        /* Firefox */
    }
}

.city-cards-grid .hover-container .elementor-widget-text-editor .elementor-widget-container::-webkit-scrollbar {
    width: 6px;
    /* Width of the scrollbar */
}

.city-cards-grid .hover-container .elementor-widget-text-editor .elementor-widget-container::-webkit-scrollbar-thumb {
    background-color: #2D4960;
    /* Color of the scrollbar thumb */
    border-radius: 32px;
    /* Round the edges */
}

.city-cards-grid .hover-container .elementor-widget-text-editor .elementor-widget-container::-webkit-scrollbar-track {
    background: transparent;
    /* Background of the track */
}

@media (min-width: 1001px) {
    .city-cards-grid .column-link:hover>* {
        opacity: 0;
        visibility: hidden;
    }

    .city-cards-grid .column-link:hover .hover-container {
        opacity: 1;
        visibility: visible;
    }
}

@media (min-width: 768px) {
    .span-three {
        grid-column: span 3;
        grid-row: span 2;
    }

    .span-two {
        grid-column: span 2;
    }
}

@media (max-width: 1000px) and (min-width: 768px) {
    .span-three {
        grid-column: span 2;
        grid-row: span 2;
    }
}

body>.iti.iti--container {
    z-index: 9999999991;
}

main#content>.page-header {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

.bg-cover-fix {
    background-position: center;
    background-size: cover;
}

.elementor-widget-loop-carousel div.swiper-pagination-bullets {
    left: calc(var(--dots-horizontal-position) + var(--dots-horizontal-offset));
    max-width: calc(100% - 90px);
    width: 100%;
    overflow-x: auto;
    display: flex;
    scrollbar-width: none;
    scroll-snap-type: x;
    justify-content: center;
}

.elementor-widget-loop-carousel div.swiper-pagination-bullets>span {
    flex: 0 0 auto;
}

.elementor-widget-loop-carousel div.swiper-pagination-bullets>span[aria-current="true"]+span {
    scroll-snap-align: start end;
}

.elementor-widget-loop-carousel div.swiper-pagination-bullets>span[aria-current="true"]:last-child {
    scroll-snap-align: start end;
}

.elementor-widget-loop-carousel div.swiper-pagination-bullets::-webkit-scrollbar {
    display: none;
}

@media (max-width:1000px) and (min-width: 768px) {
    .elementor-element.elementor-arrows-position-inside.adps-programme-location-loop .elementor-swiper-button {
        --arrow-prev-top-position: 50px;
        --arrow-next-top-position: 50px;
    }
}

body.hide-succeed-top-banner .succeed-header-top-banner {
    display: none !important;
}

/* End custom CSS */
/* Start Custom Fonts CSS */
@font-face {
    font-family: 'NocturneSerif';
    font-style: normal;
    font-weight: 500;
    font-display: auto;
    src: url('/wp-content/uploads/2023/10/NocturneSerif-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'NocturneSerif';
    font-style: normal;
    font-weight: 600;
    font-display: auto;
    src: url('/wp-content/uploads/2023/10/NocturneSerif-SemiBold-1.woff2') format('woff2');
}

@font-face {
    font-family: 'NocturneSerif';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url('/wp-content/uploads/2023/10/NocturneSerif-Regular.woff2') format('woff2');
}

/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */
@font-face {
    font-family: 'Circular';
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    src: url('/wp-content/themes/hello-theme-child-master/fonts/Circular-Light/Circular-Light.eot');
    src: url('/wp-content/themes/hello-theme-child-master/fonts/Circular-Light/Circular-Light.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/hello-theme-child-master/fonts/Circular-Light/Circular-Light.woff2') format('woff2'),
        url('/wp-content/themes/hello-theme-child-master/fonts/Circular-Light/Circular-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Circular';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url('/wp-content/themes/hello-theme-child-master/fonts/Circular-Regular/Circular-Regular.eot');
    src: url('/wp-content/themes/hello-theme-child-master/fonts/Circular-Regular/Circular-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/hello-theme-child-master/fonts/Circular-Regular/Circular-Regular.woff2') format('woff2'),
        url('/wp-content/themes/hello-theme-child-master/fonts/Circular-Regular/Circular-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Circular';
    font-style: normal;
    font-weight: 500;
    font-display: auto;
    src: url('/wp-content/themes/hello-theme-child-master/fonts/Circular-Medium/Circular-Medium.eot');
    src: url('/wp-content/themes/hello-theme-child-master/fonts/Circular-Medium/Circular-Medium.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/hello-theme-child-master/fonts/Circular-Medium/Circular-Medium.woff2') format('woff2'),
        url('/wp-content/themes/hello-theme-child-master/fonts/Circular-Medium/Circular-Medium.ttf') format('truetype');
}

/* End Custom Fonts CSS */

/* End Main Stag Custom CSS */

