/* GENERAL */

.page-title {
    font-size: 2rem;
    margin-bottom: 20px;
}

#school-form {
    font-size: 15px;
    line-height: 1.5;
}

.sw-theme-arrows {
    border: none !important;
}

#school-form .nav {
    min-height: 56px;
}

#school-form .nav .nav-link {
    font-size: 1rem;
    padding: 14px 20px 14px 50px;
    text-decoration: none !important;
    text-align: center;
}

#school-form .nav .nav-item:first-child .nav-link {
    padding-left: 20px;
}

#school-form .tab-pane {
    padding: 25px 10px;
}

#school-form .tab-pane h3 {
    font-size: 1.6rem;
    margin-bottom: 8px;
}

.pricing-subtitle {
    font-size: 1.15rem;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
}

#school-form .tab-pane p {
    font-size: 1.05rem;
    margin-bottom: 18px;
    color: #555;
}

#school-form .tab-pane label {
    font-size: 0.9rem;
}

.required-asterisk {
    color: #E42C3E;
    margin-right: 3px;
    font-weight: bold;
}

#school-form .tab-pane .form-control,
#school-form .tab-pane .form-select {
    font-size: 0.9rem;
}

#school-form .progress {
    height: 15px !important;
    background-color: #9EE4FA !important; 
}

#school-form .progress-bar {
    height: 15px !important;
    background-color: #009EF7 !important;
    transition: width 0.4s ease-in-out;
}

.sw-btn-prev, .sw-btn-next {
    background-color: #E8538F !important;
    border: none !important;
    font-size: 0.85rem;
    font-weight: bold !important;
    text-transform: uppercase !important;
    border-radius: 35px !important;
    line-height: 2.1em;
    text-align: center;
    text-shadow: none;
    letter-spacing: 2px;
}

.sw-btn-prev {
    float: left;
    opacity: 0.7;
}

/* ========================================================= */
/* CLASS SIZE                                                */
/* ========================================================= */
.pricing-tier-row {
    margin-top: 10px;
}

.pricing-tier-card {
    display: block;
    position: relative;
    cursor: pointer;
    border: 2px solid #ddd;
    border-radius: 12px;
    padding: 28px 15px;
    text-align: center;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
    height: 100%;
}

.pricing-tier-card:hover {
    border-color: #E8538F;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.pricing-tier-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.pricing-tier-card:has(input[type="radio"]:checked) {
    border-color: #E8538F;
    box-shadow: 0 0 0 3px rgba(232, 83, 143, 0.25);
    background-color: #FFF5F9;
}

.pricing-tier-card.popular {
    border-color: #E8538F;
}

.pricing-tier-badge {
    display: inline-block;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #E8538F;
    color: #fff;
    font-size: 0.7rem;
    font-weight: bold;
    padding: 3px 14px;
    border-radius: 20px;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pricing-tier-title {
    font-size: 0.95rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #333;
}

.pricing-tier-price {
    font-size: 2rem;
    font-weight: bold;
    color: #E8538F;
    line-height: 1;
}

.pricing-tier-period {
    font-size: 0.8rem;
    color: #888;
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Dim unselected cards on Class Size and Licence Length slides */
#pricing-tiers:has(input[type="radio"]:checked) .pricing-tier-card:not(:has(input[type="radio"]:checked)) .pricing-tier-inner,
#licence-years:has(input[type="radio"]:checked) .pricing-tier-card:not(:has(input[type="radio"]:checked)) .pricing-tier-inner {
    opacity: 0.50;
    transition: opacity 0.2s;
}

.class-size-cost {
    margin-top: 20px;
    padding: 14px 20px;
    background-color: #FFEDCF;
    border-radius: 8px;
    text-align: center;
    font-size: 0.95rem;
}

.class-size-cost-summary {
    margin: 0;
    padding: 0;
}

.class-size-note {
    margin-top: 20px;
    text-align: center;
    font-size: 0.95rem !important;
    color: #666 !important;
    background-color: #f5f5f5;
    display: inline-block;
    padding: 6px 18px;
    border-radius: 20px;
    width: 100%;
}

/* ========================================================= */
/* LICENCE LENGTH                                            */
/* ========================================================= */
.year-discount-badge {
    background-color: #28a745 !important;
}

.year-class-label {
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #E8538F;
    margin-bottom: 4px;
}

/* ========================================================= */
/* PAYMENT METHOD                                            */
/* ========================================================= */
.payment-method-icon {
    font-size: 2rem;
    margin-top: 10px;
}

.payment-method-subtitle {
    font-size: 0.8rem;
    color: #888;
    margin-top: 2px;
}

.payment-method-disabled {
    opacity: 0.45;
    cursor: not-allowed;
    pointer-events: none;
}

.payment-coming-soon-badge {
    background-color: #999 !important;
}

/* ========================================================= */
/* SCHOOL                                                    */
/* ========================================================= */

/* ========================================================= */
/* ACCOUNT & FINANCE                                         */
/* ========================================================= */
.details-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: #fff;
    overflow: hidden;
}

.details-box-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #ddd;
    padding: 12px 20px;
    font-size: 1.05rem;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.details-box-body {
    padding: 20px;
}

.school-login-info {
    display: inline-block;
    margin-left: 6px;
    color: #009EF7;
    font-size: 0.85rem;
    cursor: pointer;
}

#subscribe-school-form-account-e1, subscribe-school-form-account-e2 {
    text-transform: lowercase;
}

#password-requirements-container {
    display: none;
}

#password-requirements-list {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

#password-requirements-list li {
    color: #E42C3E !important;
    font-size: 0.85rem;
    margin-left: 14px;
}

.hidden {
    display: none;
}

.fas {
    font-size: 0.75rem;
    color: #E8538F !important;
    margin-right: 5px;
}

#subscribe-school-form-finance-e1, subscribe-school-form-finance-e2 {
    text-transform: lowercase;
}

#subscribe-school-form-finance-postcodezip {
    text-transform: uppercase;
}

/* ========================================================= */
/* CONFIRMATION                                              */
/* ========================================================= */
.confirmation-summary-table {
    margin-bottom: 0;
}

.confirmation-summary-table td {
    padding: 10px 12px;
    vertical-align: top;
    border-bottom: 1px solid #eee;
    font-size: 0.95rem;
}

.confirmation-summary-table tr:last-child td {
    border-bottom: none;
}

.confirmation-label {
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    width: 160px;
}

.confirmation-total-row td {
    background-color: #FFEDCF;
    font-size: 1.05rem;
}

/* ========================================================= */
/* LICENCE                                                   */
/* ========================================================= */

.card-header {
    font-weight: normal;
    font-size: 1.4rem;
}

.card-header-title {
    font-size: 1rem;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
}

.card-header-subtitle {
    font-size: 0.9rem;
    margin: 0px;
    padding: 0px;
    font-weight: normal !important;
}


.card-title {
    margin-bottom: 10px !important;
}

#subscribe-school-form-cb-terms {
    margin-top: 0.3em;
}

.label-agree-terms {
    text-transform: unset !important;
    font-size: 0.85rem;
    font-weight: normal !important;
}

.p-stay-connected {
    margin: 0 0 10px 0;
    padding: 0;
}

#purchase-details {
    background-color: #FFEDCF;
}


@media (min-width: 992px) {
    .remove-mt-desktop {
        margin-top: 0 !important;
    }
}

/*@media (max-width: 991px) {
    .order-connected {
        order: 1;
    }

    .order-product {
        order: 2;
    }

    .order-terms {
        order: 3;
    }
}*/
