:root {



    --primary-blue: #1e40af;
    --secondary-blue: #3b82f6;
    --accent-gold: #D4AF37;
    --dark-blue: #1e3a8a;
    --light-blue: #dbeafe;
    --success-green: #10b981;
    --gradient-primary: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);

    /* --gradient-accent: linear-gradient(135deg, #f59e0b 0%, #D4AF37 100%); */
    --gradient-accent-previous: linear-gradient(135deg, #595757 0%, #252424 100%);
    --shadow-soft: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-medium: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-large: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --font-family: 'Inter', sans-serif;

    --color-primary-light: #f3ecdee8;
    --color-success: #10b981;
    --color-light: #f9fafb;
    --color-white: #ffffff;
    --color-black: #000;
    --text-dark: #1f2937;
    --text-medium: #4b5563;
    --text-light: #6b7280;
    --border-color: #e5e7eb;
    --shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --border-radius: 0.75rem;


    --skel-bg-color: #e2e8f0;
    --skel-wave-color: #cfd8e3;
    --skel-border-radius: 10px;
    /* Base border radius */
    --skel-animation-duration: 1.5s;


}

main {
    min-height: calc(100vh - 128px);
}

.sequence {
    /* Mobile adjustments */
    /* Error state for inputs/selects */
    /* .option-card:hover {
		 box-shadow: var(--shadow-medium);
		 border-color: var(--primary-shadeOne);
	}
	 */
    /* New styles for the fee section */
    /* .fee-line {
		 display: flex;
		 justify-content: space-between;
		 margin-bottom: 0.5rem;
	}
	 .fee-amount {
		 font-weight: 600;
	}
	 .breakdown-header {
		 font-weight: 600;
		 font-size: 1rem;
		 color: var(--dark-blue);
		 margin-top: 1.5rem;
		 margin-bottom: 0.5rem;
	}
	 .breakdown-item {
		 display: flex;
		 justify-content: space-between;
		 font-size: 0.9rem;
		 color: #6b7280;
		 margin-bottom: 0.3rem;
	}
	 */
    /* .edit-link {
		 color: var(--secondary-blue);
		 text-decoration: none;
		 font-size: 0.9rem;
		 font-weight: 500;
		 display: inline-flex;
		 align-items: center;
		 gap: 4px;
	}
	 .edit-link:hover {
		 text-decoration: underline;
	}
	 */
    /* @media (max-width:1279px){
		 .header nav a{
			 font-size: 13px;
		}
	}
	 */
    /* --------------------------- Skeleton Card Layout ----------------------------*/
    /* --- Skeleton Shapes --- */
    /* --------------------------- Card: base, hover, selected ----------------------------*/
    /* Keyboard focus */
    /* --------------------------- Header & layout ----------------------------*/
    /* Keep School-of-Study from getting too wide on desktop */
    /* --------------------------- Inline edit (pencil) ----------------------------*/
    /* --------------------------- Select (compact by default) ----------------------------*/
    /* opt-in full width */
    /* box-shadow: 0 0 0 4px var(--primary-shadeOne), 0 2px 8px var(--secondary-shade-two);
	 */
    /* Error helper */
    /* Dark mode (optional) */
    /* --------------------------- Fees block ----------------------------*/
    /* .fee-section {
		 background:#F9FAFB;
		 border-radius:10px;
		 padding:12px;
	}
	 .fee-line {
		 display:flex;
		 justify-content:space-between;
		 margin-bottom:6px;
	}
	 .fee-waiver {
		 color:#DC2626;
		 font-weight:600;
	}
	 .fee-total {
		 font-weight:800;
		 color:#10B981;
	}
	 .breakdown-header {
		 border-top:1px solid #E5E7EB;
		 margin-top:12px;
		 padding-top:10px;
		 font-weight:600;
	}
	 .breakdown-item {
		 display:flex;
		 justify-content:space-between;
		 gap:8px;
		 margin-bottom:8px;
	}
	 .muted {
		 font-size:.8rem;
		 color:#9CA3AF;
		 line-height:1.2;
		 margin:2px 0 0;
	}
	 */
    /* Label + badge on one line */
    /* remove/ignore .label-row — not needed anymore */
    /* space between label and badge */
    /* badge look stays the same;
	 ensure it starts on a new line */
    /* --- Mobile slider (CSS scroll-snap) --- */
    /* mobile: horizontal slider */
    /* desktop: keep stacked layout */
    /* Mobile slider polish */
    /* Ensure the editing card + select sit above neighbors */
    /* Mobile: make the select fill its container and allow it to shrink */
    /* Optional: on very small phones, avoid “peek” layout to keep dropdown within viewport */
    /* (Optional) allow multi-line option labels on browsers that support it */
    /* Mobile: put the blue accent on the bottom instead of the left */
    /* --- Fee Calculation Lines --- */
    /* --- Visual Divider --- */
    /* --- Net Fee / Final Price --- */
    /* --- Payment Breakdown Section --- */
    /* Highlight the fee that needs to be paid now */
    /* .payable-now {
		 background-color: #eff6ff;
		 margin: 0 0px;
		 padding: 9px 10px;
		 border-radius: 8px;
		 border: 1px solid #bfdbfe;
	}
	 .payable-now .amount {
		 color: #1d4ed8;
	}
	 */
    /* --- Card Styles --- */
    /* --- Congratulations Card Specifics --- */
    /* --- Comparison Table --- */
    /* --- Button Styles --- */
    /* --- Desktop Responsive Styles (min-width: 992px) --- */
    /* Optional: tighter look for the top summary card */
    /* Simple transition for the details marker */
    /* Popup overlay */
    /* Popup box */
    /* Animation */
    /* Responsive */
    /* Tablets and small laptops */
    /* Mobile phones */
    /* Very small devices */
}

.sequence * {
    box-sizing: border-box;
    font-family: 'Poppins';
}

.sequence body {
    /* font-family: 'Inter', sans-serif;
	 */
    background: linear-gradient(135deg, #f5f5f5 0%, #f3f3f3 100%);
    min-height: 100vh;
}

.sequence p {
    color: #374151;
    line-height: 1.6;
    font-size: 1rem;
    margin: 0 0 15px 0;
}

.sequence .form-container {
    background: white;
    border-radius: 20px;
    box-shadow: var(--shadow-large);
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    max-width: 70%;
    /* margin-top: 40px;
	 margin-bottom: 40px;
	 */
}

.sequence .form-container::before {
    /* content: '';
	 */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: var(--gradient-primary);
}

.sequence .header-section {
    background: linear-gradient(135deg, #1e3a8c 0%, #1e3a8c 100%);
    color: white;
    padding: 0rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.sequence .header-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
}

.sequence .logo-container {
    display: flex;
    align-items: left;
    justify-content: left;
    gap: 15px;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.sequence .world-map {
    width: 200px;
    height: 100px;
    background: url(https://www.bestinternationalonlinedegrees.com/web-assets/img/brand/logo.png) no-repeat left;
    background-size: contain;
    margin-left: 300px;
}

.sequence .company-name {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.sequence .section-header {
    background: var(--primary-shadeOne);
    color: white;
    padding: 1rem 2rem;
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.sequence .section-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.sequence .form-content {
    padding: 2rem;
    padding-bottom: 0;
}

.sequence .form-section {
    margin-bottom: 2rem;
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: var(--shadow-soft);
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.sequence .welcome-section-text {
    text-align: center;
    color: #374151;
    line-height: 1.6;
    font-size: 1rem;
}

.sequence .form-section:hover {
    box-shadow: var(--shadow-medium);
    border-color: var(--primary-shadeOne);
}

.sequence .form-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--primary-shadeOne);
    border-radius: 0 6px 12px 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.sequence .form-section:hover::before {
    opacity: 1;
}

.sequence .section-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--primary-font-color);
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sequence .section-title i {
    color: var(--primary-shadeOne);
    font-size: 1.2rem;
}

.sequence .info-bg {
    background-color: color-mix(in srgb, var(--primary-shadeOne) 15%, transparent) !important;
    color: var(--primary-shadeOne) !important;
    border-color: var(--primary-shadeOne) !important;
}

.sequence .info-bg p {
    margin: 0;
}

.sequence .info-bg .info-text {
    color: var(--primary-shadeOne) !important;
}

.sequence .bot-btn {
    background: linear-gradient(135deg, var(--primary-shadeOne) 0%, var(--primary-shade-two) 100%);
    transition: all 0.3s ease;
    transform: translateY(0);
    border-radius: 7px;
}

.sequence .tagline {
    font-size: 11px;
}

.sequence .header-bg {
    background: var(--header-bg-color) !important;
}

@keyframes shimmer {

    0%,
    100% {
        transform: scale(1) rotate(0deg);
    }

    50% {
        transform: scale(1.1) rotate(180deg);
    }
}

.sequence .verification-info {
    background-color: color-mix(in srgb, var(--primary-shadeOne) 15%, transparent) !important;
    color: var(--primary-shadeOne);
    padding: 1rem;
    border-radius: 8px;
    margin: 1.5rem 0;
    border: 1px solid var(--primary-shadeOne);
    font-size: 0.9rem;
    display: flex;
    flex-wrap: wrap;
    /* allow wrapping */
    align-items: center;
    gap: 10px;
}

.sequence .verification-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    font-size: calc(12px + (12 - 9) * (100vw - 320px) / (1920 - 320));
}

.sequence .verification-content {
    font-weight: bold;
    font-size: calc(12px + (12 - 9) * (100vw - 320px) / (1920 - 320));
}

@media (max-width: 480px) {
    .sequence .verification-info {
        flex-direction: column;
        align-items: flex-start;
        padding: 8px 8px 8px 8px;
        display: flex;
    }

    .sequence .verification-text {
        flex-direction: row;
        width: 80%;
    }

    .sequence .verification-content {
        display: block;
        margin-top: -6px;
        margin-left: 20px;
        font-size: 12px;
    }

    .sequence .rounded-full.text-sm {
        font-size: 13px;
    }

    .sequence #VerificationMessage {
        font-size: 14px;
    }
}

.sequence .otp-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.sequence .otp-inputs {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}

.sequence .otp-input {
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    background: #fbfbfb;
    color: #374151;
    transition: all 0.3s ease;
}

.sequence .otp-input:focus {
    outline: none;
    border-color: var(--primary-shadeOne);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    transform: scale(1.05);
}

.sequence .otp-input:hover {
    border-color: var(--primary-shadeOne);
}

.sequence .verify-button {
    background: var(--gradient-primary);
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: var(--shadow-soft);
    position: relative;
    overflow: hidden;
}

.sequence .verify-button:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-medium);
}

.sequence .verify-button.verified {
    background: var(--success-green);
}

.sequence .status-message {
    margin-top: 0.5rem;
    padding: 0.75rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

.sequence .status-message.error {
    background-color: #fee2e2;
    color: #dc2626;
    border: 1px solid #fecaca;
}

.sequence .status-message.success {
    background-color: #dcfce7;
    color: #16a34a;
    border: 1px solid #bbf7d0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sequence .continue-button.active {
    opacity: 1;
    pointer-events: all;
}

.sequence .continue-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.sequence .continue-button:hover::before {
    left: 100%;
}

.sequence .continue-button:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-large);
}

.sequence .resend-link {
    color: var(--secondary-blue);
    font-size: 0.9rem;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 0.5rem;
}

.sequence .resend-link:hover {
    color: var(--primary-blue);
}

.sequence .timer {
    font-size: 0.85rem;
    color: #6b7280;
    margin-top: 0.5rem;
}

@media (max-width: 1366px) {
    .sequence .form-container {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .sequence .form-container {
        margin: 10px;
        border-radius: 15px;
        max-width: 100%;
    }

    .sequence .form-content {
        padding: 1.5rem;
    }

    .sequence .otp-input {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .sequence .world-map {
        margin-left: 50px;
    }
}

.sequence .form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.sequence .form-group {
    position: relative;
}

.sequence .form-label {
    display: block;
    font-weight: 500;
    color: #000;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.sequence .form-input,
.sequence .form-select {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    background: white;
    color: #374151;
}

.sequence .form-input:focus,
.sequence .form-select:focus {
    outline: none;
    border-color: var(--primary-shadeOne);
}

.sequence .form-input:hover,
.sequence .form-select:hover {
    border-color: var(--primary-shadeOne);
}

.sequence .phone-input-group {
    display: flex;
    gap: 0.5rem;
}

.sequence .country-code {
    flex: 0 0 80px;
    background: var(--light-blue);
    border-color: var(--primary-shadeOne);
    font-weight: 600;
    text-align: center;
}

.sequence .phone-number {
    flex: 1;
}

.sequence .continue-button,
.sequence .previous-button,
.sequence .cancel-button {
    color: white;
    border: none;
    padding: 0.8rem 3rem;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: var(--shadow-medium);
    position: relative;
    overflow: hidden;
}

.sequence .continue-button {
    background: var(--gradient-accent);
}

.sequence .previous-button,
.sequence .cancel-button {
    background: var(--gradient-accent-previous);
}

.sequence .continue-button::before,
.sequence .previous-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.sequence .continue-button:hover::before,
.sequence .previous-button:hover::before {
    left: 100%;
}

.sequence .continue-button:hover,
.sequence .previous-button:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-large);
}

.sequence .continue-button:active,
.sequence .previous-button:active {
    transform: translateY(0);
}

.sequence .disabled {
    background: #aeadad !important;
    cursor: not-allowed;
}

.sequence .disclaimer {
    font-size: 0.85rem;
    color: #6b7280;
    line-height: 1.6;
    margin-top: 1rem;
    padding: 1rem;
    background: #f8fafc;
    border-radius: 8px;
    border-left: 4px solid var(--primary-shadeOne);
}

.sequence .disclaimer i {
    color: var(--primary-shadeOne);
}

.sequence .experience-note {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #92400e;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    border: 1px solid #f59e0b;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 768px) {
    .sequence .form-grid {
        grid-template-columns: 1fr;
    }

    .sequence .company-name {
        font-size: 2rem;
    }

    .sequence .form-container {
        margin: 10px;
        border-radius: 15px;
    }

    .sequence .form-content {
        padding: 1.5rem;
    }
}

.sequence .progress-bar {
    height: 4px;
    background: #e5e7eb;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 2rem;
    display: none;
}

.sequence .progress-fill {
    height: 100%;
    background: var(--gradient-primary);
    width: 75%;
    border-radius: 2px;
    transition: width 0.3s ease;
}

.sequence div.iti {
    width: 100%;
}

.sequence .responsive-contact-footer-text {
    font-size: calc(9px + (12 - 9) * (100vw - 320px) / (1920 - 320));
}

.sequence .verification-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    position: relative;
}

.sequence .skip-link {
    font-size: 0.95rem;
    color: #666;
    text-decoration: underline;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0.5rem;
    cursor: pointer;
}

.sequence .center-button {
    margin: 0 auto;
    /* Center the button horizontally */
}

.sequence input.error,
.sequence select.error {
    border: 2px solid #e3342f !important;
    background-color: #fff0f0;
}

.sequence .field-error {
    color: #e3342f;
    font-size: 0.95em;
    display: none;
    margin-top: 4px;
}

.sequence .field-error.show {
    display: block;
}

.sequence .error-message.show {
    display: block;
}

.sequence .error-message {
    color: #ef4444;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: none;
}

.sequence .error-card {
    background-color: #fee2e2;
    /* Tailwind red-100 */
    border: 1px solid #f87171;
    /* Tailwind red-400 */
    color: #b91c1c;
    /* Tailwind red-700 */
    padding: 1rem;
    /* px-4, py-3 */
    border-radius: 0.5rem;
    /* rounded */
    margin-bottom: 1rem;
    /* mb-4 */
    position: relative;
    font-family: 'Inter', sans-serif;
    display: none;
}

.sequence .error-card .font-bold {
    font-weight: 700;
}

.sequence .error-card .block {
    display: block;
}

@media (min-width: 640px) {
    .sequence .error-card .block {
        display: inline;
    }
}

.sequence .mb-0 {
    margin-bottom: 0;
}

.sequence .text-center {
    text-align: center;
}

.sequence .option-card.style-01 {
    background: #f8fafc;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    border: 1px solid #e5e7eb;
}

.sequence .option-card.selected {
    border-color: var(--primary-shadeOne);
    background: #f8faff;
}

.sequence .option-card.selected::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--primary-shadeOne);
    border-radius: 0 12px 12px 0;
}

.sequence .option-header {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 1rem;
}

.sequence .radio-input {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    accent-color: var(--primary-shadeOne);
    cursor: pointer;
}

.sequence .option-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.sequence .program-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 1rem;
}

.sequence .program-info {
    display: flex;
    flex-direction: column;
}

.sequence .form-groups {
    position: relative;
    margin-top: 1rem;
}

.sequence .form-groups label {
    font-size: 0.9rem;
    font-weight: 500;
    color: #6b7280;
    display: block;
    margin-bottom: 0.3rem;
}

.sequence .form-groups select {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background-color: white;
    color: #4b5563;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.sequence .form-groups select:focus {
    outline: none;
    border-color: var(--primary-shadeOne);
    /* box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25);
	 */
}

.sequence .form-groups select::placeholder {
    color: #9ca3af;
}

.sequence .form-groups .select-arrow {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #6b7280;
}

.sequence .program-label {
    font-size: 0.9rem;
    font-weight: 500;
    color: #6b7280;
    margin-bottom: 0.3rem;
}

.sequence .program-value {
    font-size: 1rem;
    font-weight: 600;
    color: var(--dark-blue);
    display: flex;
    align-items: center;
    gap: 8px;
}

.sequence .fee-section {
    font-size: 0.9rem;
    color: #4b5563;
}

.sequence .mt-2 {
    margin-top: 2rem;
}

.sequence .congratulations-card {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: var(--shadow-soft);
    border: 1px solid #e5e7eb;
    text-align: center;
    margin-bottom: 2rem;
}

.sequence .success-icon {
    width: 80px;
    height: 80px;
    background: var(--success-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem auto;
    position: relative;
}

.sequence .success-icon::after {
    content: '✓';
    color: white;
    font-size: 2.5rem;
    font-weight: bold;
}

.sequence .congratulations-title {
    font-size: 2rem;
    font-weight: 700;
    color: #dc2626;
    margin-bottom: 1rem;
}

.sequence .congratulations-text {
    color: #374151;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.sequence .great-news-section {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #92400e;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 2rem;
    border: 1px solid #f59e0b;
}

.sequence .great-news-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #dc2626;
    margin-bottom: 1rem;
    text-align: center;
}

.sequence .comparison-table {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    border: 1px solid #e5e7eb;
}

.sequence .table-header {
    display: grid;
    grid-template-columns: 200px 1fr 1fr 1fr;
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
    color: white;
}

.sequence .table-header-cell {
    padding: 1rem;
    font-weight: 600;
    text-align: center;
    font-size: 0.9rem;
}

.sequence .table-row {
    display: grid;
    grid-template-columns: 200px 1fr 1fr 1fr;
    border-bottom: 1px solid #e5e7eb;
}

.sequence .table-row:last-child {
    border-bottom: none;
}

.sequence .table-cell {
    padding: 1rem;
    text-align: center;
    color: #374151;
    font-size: 0.9rem;
}

.sequence .table-cell:first-child {
    background: #f8fafc;
    font-weight: 500;
    text-align: left;
    color: var(--dark-blue);
}

.sequence .price-cell {
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--dark-blue);
}

.sequence .scholarship-cell {
    color: var(--success-green);
    font-weight: 600;
}

.sequence .get-enrolled-btn {
    background: var(--gradient-accent);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: var(--shadow-soft);
    margin: 0.5rem 0;
}

.sequence .get-enrolled-btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-medium);
}

.sequence .continue-current-btn {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: var(--shadow-soft);
    margin: 0.5rem 0;
}

.sequence .continue-current-btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-medium);
}

.sequence .admission-details {
    background: #f8fafc;
    border-radius: 12px;
    padding: 2rem;
    margin: 2rem 0;
    border-left: 4px solid var(--success-green);
    text-align: left;
}

.sequence .admission-text {
    color: #374151;
    line-height: 1.6;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.sequence .credentials-section {
    background: #f0f9ff;
    border-radius: 12px;
    padding: 2rem;
    margin: 2rem 0;
    border: 1px solid #bae6fd;
}

.sequence .credentials-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--dark-blue);
    margin-bottom: 1.5rem;
    text-align: center;
}

.sequence .credential-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #e0e7ff;
}

.sequence .credential-item:last-child {
    border-bottom: none;
}

.sequence .credential-label {
    font-weight: 600;
    color: var(--dark-blue);
    font-size: 0.95rem;
}

.sequence .credential-value {
    color: #374151;
    font-family: 'Courier New', monospace;
    background: white;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    border: 1px solid #d1d5db;
}

.sequence .button-container {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.sequence .skeleton {
    background-color: var(--skel-bg-color);
    position: relative;
    overflow: hidden;
}

.sequence .skeleton::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent 0%, var(--skel-wave-color) 50%, transparent 100%);
    animation: wave var(--skel-animation-duration) ease-in-out infinite;
}

@keyframes wave {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.sequence .skeleton-line {
    height: 12px;
    border-radius: calc(var(--skel-border-radius) / 2);
    margin-bottom: 0;
}

.sequence .skeleton-line--sm {
    height: 8px;
}

.sequence .skeleton-line--md {
    height: 16px;
}

.sequence .skeleton-line--lg {
    height: 24px;
}

.sequence .skeleton-chip {
    width: 20px;
    height: 20px;
    border-radius: 15%;
}

.sequence .skeleton-button {
    height: 44px;
    border-radius: var(--skel-border-radius);
    max-width: 420px;
    margin-top: 16px;
}

.sequence .skeleton-card {
    background-color: transparent;
    /* Card itself has no background, only its pieces */
    border: 1px solid var(--skel-bg-color);
    padding: 24px;
    border-radius: 16px;
    margin-bottom: 16px;
}

.sequence .skeleton-card__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.sequence .skeleton-card__header .skeleton-line {
    width: 120px;
}

.sequence .skeleton-card__body {
    display: flex;
    gap: 32px;
}

.sequence .skeleton-card__main {
    flex: 1 1 60%;
}

.sequence .skeleton-card__aside {
    flex: 0 0 35%;
    min-width: 220px;
}

.sequence .skeleton-card__aside.card {
    border: 1px solid #e2e8f0;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
}

.sequence .skeleton-card__line-group {
    margin-bottom: 16px;
}

.sequence .skeleton-card__line-group .skeleton-line--sm {
    width: 70px;
}

.sequence .skeleton-card__line-group .skeleton-line--lg {
    width: 220px;
}

.sequence .skeleton-card__divider {
    border: none;
    border-top: 1px dashed var(--skel-bg-color);
    margin: 16px 0;
}

.sequence .option-card {
    position: relative;
    margin-bottom: 2rem;
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    /* = 24px (close to your 18px) */
    border: 2px solid #e5e7eb;
    box-shadow: var(--shadow-soft, 0 4px 14px rgba(0, 0, 0, .05));
    transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
    cursor: pointer;
    outline: none;
    overflow: hidden;
}

.sequence .option-card.not-selectable {
    cursor: default;
}

.sequence .option-card:hover {
    box-shadow: var(--shadow-medium, 0 6px 20px rgba(0, 0, 0, .08));
    border-color: var(--primary-shadeOne, var(--primary-shadeOne));
}

.sequence .option-card.style-01 {
    background: #f8fafc;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    border: 1px solid #e5e7eb;
}

.sequence .option-card.selected {
    border-color: var(--primary-shadeOne);
    background: #f8faff;
    transform: translateY(-2px);
}

.sequence .option-card.selected::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    /* left strip */
    width: 4px;
    background: var(--primary-shadeOne);
    border-radius: 0 12px 12px 0;
}

.sequence .option-card:focus-visible {
    box-shadow: 0 0 0 4px rgba(59, 130, 246, .14), var(--shadow-medium, 0 6px 20px rgba(0, 0, 0, .08));
    border-color: var(--secondary-blue, #3b82f6);
}

.sequence .option-header {
    display: flex;
    align-items: center;
    /* unified */
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 1rem;
}

.sequence .title-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sequence .option-title {
    font-weight: 600;
    color: #111827;
}

.sequence .badge {
    font-size: 0.75rem;
    background: #eef2ff;
    color: #4338ca;
    padding: 4px 8px;
    border-radius: 999px;
}

.sequence .program-details {
    display: grid;
    grid-template-columns: 0.6fr 0.9fr;
    gap: 18px;
    margin-top: 12px;
}

@media (max-width: 768px) {
    .sequence .program-details {
        grid-template-columns: 1fr;
    }
}

.sequence .program-label {
    font-size: 0.9rem;
    color: #6b7280;
}

.sequence .program-value {
    font-weight: 600;
    color: #111827;
}

.sequence .field-label {
    font-size: 0.9rem;
    color: #374151;
    margin-top: 10px;
    display: block;
}

.sequence .form-groups {
    max-width: 420px;
}

@media (max-width: 768px) {
    .sequence .form-groups {
        max-width: 100%;
    }
}

.sequence .display-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sequence .inline-edit .value {
    font-weight: 600;
    color: #111827;
}

.sequence .edit-btn {
    border: 0;
    background: #f3f4f6;
    border-radius: 6px;
    padding: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sequence .edit-btn:hover {
    background: #e5e7eb;
}

.sequence .edit-btn i {
    font-size: 0.85rem;
    color: #374151;
}

.sequence .select-wrap {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.sequence .select-wrap.full {
    display: block;
    width: 100%;
}

.sequence .select-wrap select {
    width: auto;
    /* compact */
    min-width: 260px;
    /* adjust 220–320px to taste */
    max-width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 12px 44px 12px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #f5f7ff 0%, #eef2ff 100%) border-box;
    font-size: 0.95rem;
    /* box-shadow: 0 1px 2px rgba(16, 24, 40, .04), 0 1px 1px rgba(16, 24, 40, .02);
	 */
    color: #111827;
    transition: border 0.15s ease, box-shadow 0.15s ease, transform 0.05s ease;
}

.sequence .select-wrap select:hover {
    border-color: var(--primary-shadeOne);
}

.sequence .select-wrap:focus-within select {
    border-color: var(--primary-shadeOne);
}

.sequence .select-wrap select:active {
    transform: translateY(0.5px);
}

.sequence .select-wrap select option[disabled][selected] {
    color: #9ca3af;
}

.sequence .select-arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: #f3f4f6;
    box-shadow: inset 0 0 0 1px #e5e7eb;
}

.sequence .select-arrow i {
    font-size: 12px;
    color: #4b5563;
}

.sequence .select-wrap select:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    background: #f9fafb;
    border-color: #e5e7eb;
}

.sequence .select-wrap.is-invalid select {
    border-color: #ef4444;
    box-shadow: 0 0 0 4px rgba(239, 68, 68, .12);
}

.sequence .select-wrap.is-invalid .select-arrow {
    background: #fee2e2;
    box-shadow: inset 0 0 0 1px #fca5a5;
}

.sequence .select-wrap.sm select {
    padding: 8px 40px 8px 12px;
    border-radius: 8px;
    font-size: 0.9rem;
}

.sequence .select-wrap.lg select {
    padding: 14px 48px 14px 16px;
    border-radius: 12px;
    font-size: 1rem;
}

@media (prefers-reduced-motion: reduce) {
    .sequence .select-wrap select {
        transition: none;
    }
}

.sequence [data-theme="dark"] .select-wrap select {
    background: linear-gradient(#0b1020, #0b1020) padding-box, linear-gradient(180deg, #1b1f32 0%, #0f1427 100%) border-box;
    color: #e5e7eb;
    border-color: #1f2937;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .35);
}

.sequence [data-theme="dark"] .select-arrow {
    background: #111827;
    box-shadow: inset 0 0 0 1px #374151;
}

.sequence [data-theme="dark"] .select-wrap select:hover {
    border-color: #334155;
}

.sequence [data-theme="dark"] .select-wrap:focus-within select {
    border-color: #60a5fa;
    box-shadow: 0 0 0 4px rgba(96, 165, 250, .18);
}

.sequence .label-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.sequence .inline-edit {
    margin-top: 6px;
}

.sequence .value-badge {
    display: inline-flex;
    /* pill look */
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    border-radius: 9999px;
    background-color: color-mix(in srgb, var(--primary-shadeOne) 25%, transparent) !important;
    border: 1px solid var(--primary-shadeOne);
    color: var(--primary-shadeOne);
    font-weight: 600;
    line-height: 1;
    font-size: 1.2rem;
    cursor: pointer;
}

@media (max-width: 480px) {
    .sequence .value-badge {
        font-size: 1rem;
        /* Reduced font size for mobile (16px) */
        padding: 5px 20px;
        /* Tighter padding */
        gap: 4px;
        /* Slightly smaller gap */
    }
}

.sequence .value-badge:hover {
    background: #e0eaff;
}

.sequence .value-badge:focus-visible {
    outline: 2px solid #60a5fa;
    outline-offset: 2px;
}

.sequence .edit-btn--chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 9999px;
    background: transparent;
    color: #2563eb;
}

.sequence .edit-btn--chip:hover {
    background: #dbeafe;
}

.sequence .edit-btn--chip i {
    font-size: 0.8rem;
}

.sequence .cards-carousel {
    position: relative;
}

@media (max-width: 768px) {
    .sequence {
        /* dots */
        /* next/prev (mobile only) */
        /* small mobile polish */
    }

    .sequence .cards-track {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: 91%;
        /* shows a peek of the next card */
        gap: 10px;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        /* scroll-padding: 12px;
		 */
        /* padding: 0 12px 12px;
		 */
        -webkit-overflow-scrolling: touch;
    }

    .sequence .cards-track .option-card {
        margin: 0;
        /* grid gap handles spacing */
        scroll-snap-align: start;
        min-height: 100%;
    }

    .sequence .carousel-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        padding: 4px 0 10px;
        margin-top: 10px;
    }

    .sequence .carousel-dots .dot {
        width: 8px;
        height: 8px;
        border-radius: 9999px;
        background: #cbd5e1;
        border: 0;
        padding: 0;
        cursor: pointer;
        transition: transform 0.15s ease, background 0.15s ease;
    }

    .sequence .carousel-dots .dot.active {
        background: #3b82f6;
        transform: scale(1.15);
    }

    .sequence .nav-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        width: 36px;
        height: 36px;
        border-radius: 9999px;
        border: 1px solid #e2e8f0;
        background: #fff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .sequence .nav-btn.prev {
        left: 6px;
    }

    .sequence .nav-btn.next {
        right: 6px;
    }

    .sequence .nav-btn:active {
        transform: translateY(-50%) scale(0.98);
    }

    .sequence .option-card {
        padding: 1rem;
        border-radius: 10px;
    }

    .sequence .program-details {
        gap: 12px;
    }

    .sequence .fee-section {
        padding: 10px;
    }
}

@media (min-width: 769px) {
    .sequence .cards-track {
        display: block;
        overflow: visible;
        padding: 0;
    }

    .sequence .carousel-dots,
    .sequence .nav-btn {
        display: none;
    }
}

.sequence .verif-note {
    display: flex;
    align-items: center;
}

.sequence .verif-note i {
    margin-right: 13px;
}

@media (max-width: 768px) {
    .sequence {
        /* Freeze horizontal scroll while a select is open */
        /* Avoid lift while native select is open */
    }

    .sequence .cards-track {
        scroll-snap-stop: always;
    }

    .sequence .cards-track.is-editing {
        overflow-x: hidden;
        scroll-snap-type: none;
    }

    .sequence .cards-track.is-editing .option-card {
        opacity: 0.55;
    }

    .sequence .cards-track.is-editing .option-card.editing {
        opacity: 1;
    }

    .sequence .option-card.selected {
        transform: none;
    }
}

.sequence .option-card {
    position: relative;
    z-index: 1;
}

.sequence .option-card.editing {
    z-index: 5;
}

.sequence .select-wrap {
    position: relative;
    z-index: 6;
}

@media (max-width: 768px) {
    .sequence {
        /* already present, keep it strong */
        /* stop sizing to content */
        /* tiny nudge for small screens */
    }

    .sequence .form-groups {
        max-width: 100% !important;
    }

    .sequence .select-wrap {
        display: block;
        width: 100%;
    }

    .sequence .select-wrap select {
        width: 100%;
        /* follow container */
        min-width: 0;
        /* remove 260px floor */
        box-sizing: border-box;
        /* include padding in width */
    }

    .sequence .select-arrow {
        right: 10px;
    }
}

@media (max-width: 380px) {
    .sequence {
        /* full-width cards on tiny screens */
    }

    .sequence .cards-track {
        grid-auto-columns: 100%;
    }
}

.sequence .select-wrap select option {
    white-space: normal;
}

@media (max-width: 768px) {
    .sequence {
        /* override the desktop left strip */
    }

    .sequence .option-card.selected::before {
        top: auto;
        /* stop pinning to the top */
        bottom: 0;
        /* stick to bottom */
        left: 0;
        right: 0;
        width: 100%;
        /* full width */
        height: 4px;
        /* horizontal bar */
        border-radius: 0 0 12px 12px;
        /* match card radius at bottom */
        background: var(--primary-shadeOne);
    }
}

.sequence .fee-card {
    background-color: #fff;
    border-radius: 16px;
    padding: 21px;
    /* max-width: 420px;
	 */
    width: 100%;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.07), 0 4px 6px -4px rgba(0, 0, 0, 0.05);
    border: 1px solid #e5e7eb;
}

.sequence .fee-summary {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sequence .fee-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.95rem;
    /* 15.2px */
}

.sequence .fee-line span:first-child {
    color: #4b5563;
}

.sequence .fee-line .amount {
    font-weight: 600;
}

.sequence .original-fee .amount {
    color: #6b7280;
    /* Muted color for strikethrough */
    text-decoration: line-through;
}

.sequence .scholarship .amount {
    color: #16a34a;
    /* Positive green for savings */
}

.sequence .scholarship-percent {
    color: var(--primary-shadeOne) !important;
    /* Strong, confident blue */
    font-weight: 800;
}

.sequence .fee-divider {
    border: none;
    height: 1px;
    background-color: #e5e7eb;
    margin: 5px 0;
}

.sequence .net-fee {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 3px 0px 8px 0px;
    /* background-color: #f9fafb;
	 border: 1px solid #e8ecef;
	 border-radius: 12px;
	 */
}

.sequence .net-fee .label {
    font-size: 1rem;
    /* 16px */
    font-weight: 600;
    color: #1f2937;
}

.sequence .net-fee .amount {
    font-size: 1.1rem;
    font-weight: 600;
    color: #000;
}

.sequence .payment-breakdown {
    /* margin-top: 24px;
	 */
}

.sequence .payment-breakdown h3 {
    font-size: 1.2rem;
    /* 16px */
    font-weight: 600;
    color: #374151;
    margin: 0 0 12px 0;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 8px;
}

.sequence .breakdown-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 6px;
}

.sequence .breakdown-item:not(:last-child) {
    /* border-bottom: 1px dashed #d1d5db;
	 */
}

.sequence .breakdown-item .item-title {
    font-weight: 500;
    color: #374151;
    font-size: 0.9rem;
}

.sequence .breakdown-item .details {
    font-size: 0.8rem;
    /* 12.8px */
    color: #6b7280;
    margin: 2px 0 0;
}

.sequence .breakdown-item .amount {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px 0px 5px;
}

.sequence .payable-now {
    background-color: color-mix(in srgb, var(--primary-shadeOne) 15%, transparent) !important;
    /* Light blue background */
    margin: 0;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid var(--primary-shadeOne);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sequence .payable-now .label {
    font-weight: 500;
    color: var(--primary-shadeOne);
}

.sequence .payable-now .note {
    font-size: 0.85em;
    color: var(--primary-shadeOne);
    font-style: italic;
    font-size: 12px;
    display: block;
    /* Muted gray-blue for subtext */
}

.sequence .payable-now .amount {
    font-weight: 700;
    font-size: 1.2em;
    color: var(--primary-shadeOne);
}

@media (max-width: 480px) {
    .sequence .fee-card {
        padding: 16px;
        /* Reduce padding on smaller screens */
    }

    .sequence .net-fee .amount {
        /* font-size: 1.8rem;
		 */
        /* Slightly smaller hero font size */
    }

    .sequence .payment-breakdown h3 {
        font-size: 1rem;
        /* Adjust heading size */
    }

    .sequence .fee-line {
        font-size: 0.9rem;
        /* Slightly smaller text for fee lines */
    }
}

.sequence .congrats-container {
    padding: 10px 20px;
}

.sequence .breakdown-item.alredypaiduni {
    min-height: 35px;
}

.sequence .alredypaiduni .amount {
    color: var(--primary-shadeOne);
}

.sequence .card {
    /* background-color: var(--color-white);
	 */
    /* border-radius: var(--border-radius);
	 */
    /* box-shadow: var(--shadow);
	 */
    padding: 2.5rem;
    text-align: center;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 2rem;
}

.sequence .congrats-card .success-icon {
    width: 60px;
    height: 60px;
    background-color: var(--color-success);
    color: var(--color-white);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.sequence .congrats-card .success-icon::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.sequence .congrats-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0 0 0.5rem 0;
}

.sequence .congrats-text {
    font-size: 1rem;
    line-height: 1.6;
    max-width: 80%;
    margin: 0 auto 1.5rem auto;
}

.sequence .great-news-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.sequence .comparison-grid {
    display: grid;
    grid-template-columns: 1fr;
    /* Mobile-first: single column */
    gap: 1.5rem;
}

.sequence .comparison-column {
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sequence .comparison-column.is-recommended {
    border-color: var(--primary-shadeOne);
    border-width: 2px;
    position: relative;
    overflow: hidden;
}

.sequence .recommendation-badge {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f00;
    color: var(--color-white);
    padding: 0.35rem 3rem;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    width: 100%;
    text-align: center;
}

.sequence .column-header {
    text-align: center;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid var(--border-color);
    padding-top: 30px;
}

.sequence .column-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-dark);
    margin: 0;
}

.sequence .column-content {
    padding: 1.5rem 0;
    flex-grow: 1;
}

.sequence span.item-title span {
    font-style: italic;
    font-size: 11px;
}

.sequence .feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.sequence .feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.sequence .feature-item i {
    color: var(--color-success);
    margin-right: 0.75rem;
}

.sequence .column-footer {
    text-align: center;
    padding-top: 1rem;
}

.sequence .footer-note {
    font-size: 0.875rem;
    color: var(--text-light);
    margin-bottom: 1rem;
}

.sequence .btn {
    display: inline-block;
    width: 100%;
    padding: 0.875rem 1.5rem;
    border-radius: 0.5rem;
    border: none;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
}

.sequence .btn i {
    margin-right: 0.5rem;
}

.sequence .btn-primary {
    background-color: var(--primary-shadeOne);
    color: var(--color-white);
}

.sequence .btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    background: var(--primary-shade-two);
}

.sequence .btn-secondary {
    background-color: transparent;
    color: var(--primary-shadeOne);
    border: 2px solid var(--primary-shadeOne);
}

.sequence .btn-secondary:hover {
    background-color: color-mix(in srgb, var(--primary-shadeOne) 10%, transparent);
    color: var(--color-black);
}

@media (min-width: 992px) {
    .sequence .comparison-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .sequence .comparison-column {
        margin-right: 10px;
    }
}

.sequence .upgrade-card {
    /* border: 1px solid #e5e5e5;
	 */
    /* border-radius: 10px;
	 */
    background: #fff;
    margin-bottom: 8px;
}

.sequence .upgrade-card .breakdown-item.payable-now {
    margin: 8px;
}

.sequence .upgrade-breakdown-item:last-child {
    border-bottom: 0;
}

.sequence .breakdown-heading {
    margin: 0;
    padding: 10px 14px;
    font-weight: 600;
    border-bottom: 1px solid #ece9e9;
    background: #f9f9f9;
}

.sequence .item-title {
    font-weight: 600;
}

.sequence .details {
    margin: 2px 0 0;
    font-size: 12px;
    color: #6b6b6b;
}

.sequence .amount {
    font-weight: 700;
    white-space: nowrap;
}

.sequence .payable-now .amount {
    outline: 0;
}

.sequence .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sequence #payment-breakdown-top25>.card:first-child {
    border-color: #fbf6f6;
}

.sequence summary::marker {
    transition: transform 0.2s;
}

.sequence details[open] summary::marker {
    transform: rotate(90deg);
}

.sequence .icon-accent {
    color: var(--primary-shadeOne) !important;
}

.sequence .bg-grey {
    background: #f4f4f4;
    border-color: #e1dcdc;
}

.sequence .cred-bg-grey {
    background: #fefcfc;
}

.sequence .crdentials-congrats {
    /* color: #ff0000;
	 */
    /* font-family: times;
	 */
}

.sequence #payment-breakdown-top25>.card:first-child {
    border-color: #fbf6f6;
}

.sequence .primary-font {
    color: var(--primary-font-color);
}

.sequence .loader-container {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    font-size: 18px;
    /* cursor: not-allowed */
}

.sequence .spinner {
    width: 18px;
    height: 18px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-top: 3px solid white;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

.sequence .spinner.verify {
    width: 22px;
    height: 22px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-top: 3px solid var(--primary-shadeOne);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.sequence .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    /* Hidden by default */
    align-items: center;
    justify-content: center;
    z-index: 0;
}

.sequence .popup-content {
    background: #fff;
    padding: 20px 30px;
    border-radius: 12px;
    max-width: 500px;
    text-align: center;
    animation: fadeInScale 0.3s ease-in-out;
}

.sequence .popup-content h2 {
    margin-bottom: 10px;
}

.sequence .popup-actions {
    margin-top: 20px;
}

.sequence .popup-actions .btn {
    margin: 4px 5px;
}

@keyframes fadeInScale {
    from {
        transform: scale(0.9);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width: 1024px) {
    .sequence .form-container {
        max-width: 85%;
        padding: 0;
    }

    .sequence .form-section {
        padding: 1.25rem;
    }

    .sequence .section-title {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    .sequence .form-container {
        max-width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0;
    }

    .sequence .form-content {
        padding: 1.25rem;
    }

    .sequence .section-header {
        font-size: 1.1rem;
        padding: 0.75rem 1.5rem;
    }

    .sequence .otp-input {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }

    .sequence .continue-button,
    .sequence .previous-button {
        padding: 0.8rem 2rem;
        font-size: 1rem;
        margin-bottom: 10px;
    }

    .sequence .cta-actions {
        padding: 0 14px 0 14px;
    }

    /* .sequence .footer-chat-buttons a {
        font-size: 13px;
    } */
}



@media (max-width: 976px) {
    .sequence .cta-actions {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 0 30px;
    }

    .sequence .cta-actions button {
        width: 100%;
        margin-left: 0;
    }

    .sequence .cta-actions .previous-button {
        order: 1;
    }

    .sequence .cta-actions .continue-button {
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .sequence .form-container {
        max-width: 95%;
        padding: 0;
    }

    .sequence .form-content {
        padding: 1rem;
    }

    .sequence .section-header {
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
    }

    .sequence .section-title {
        font-size: 1rem;
        /* flex-direction: column;
		 */
        align-items: flex-start;
        gap: 4px;
    }

    .sequence .otp-inputs {
        gap: 0.3rem;
    }

    .sequence .otp-input {
        width: 42px;
        height: 42px;
        font-size: 1rem;
    }

    .sequence .continue-button,
    .sequence .previous-button {
        width: 100%;
        padding: 0.75rem;
        font-size: 0.95rem;
    }

    .sequence .disclaimer {
        font-size: 0.8rem;
        padding: 0.75rem;
    }

    .sequence .verification-info {
        font-size: 0.8rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .sequence .cta-actions {
        padding: 0 14px 0 14px;
    }
}

@media (max-width: 360px) {
    .sequence .otp-input {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }

    .sequence .section-title {
        font-size: 0.9rem;
    }

    .sequence .continue-button,
    .sequence .previous-button {
        font-size: 0.85rem;
        padding: 0.6rem 1rem;
    }

    .sequence .cta-actions {
        padding: 0 14px 0 14px;
    }
}

.sequence .text-secondary,
.sequence .text-secondary:hover {
    color: var(--secondary-font-color);
}

.sequence .logo-desktop {
    max-width: 250px;
}

.sequence .language-dropdown {
    color: black;
}

.sequence .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 59;
    display: none;
    align-items: center;
    justify-content: center;
}

/* .sequence .popup .popup-body-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
} */

.sequence .popup .popup-body {
    position: relative;
    width: 550px;
    background: #fff;
    border-radius: 20px;
    box-shadow: var(--shadow-large);
    padding: 25px;
    height: auto;
    animation: fadeInScale 0.3s ease-in-out;
}

.sequence .popup .popup-body.university-verification {
    width: 980px;
    padding-top: 20px;
}


.university-verification .profileinfo {
    overflow-y: auto;
    max-height: calc(100vh - 228px);
    margin-bottom: 15px;
}

.university-verification .profileinfo h5 {

    font-weight: 700;
    font-size: 16px;
    margin: 15px 0px 5px;
    text-transform: uppercase;
}

.university-verification .profileinfo h5:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background: #aaa;
    margin-right: 14px;
    border-radius: 4px;
}

.university-verification .profileinfo ul li {
    display: flex;
    align-items: center;
    padding: 4px 25px;
    font-size: 15px;
}

.university-verification .profileinfo ul li strong {
    width: 310px;
    font-weight: 500;
    flex-shrink: 0;
}

.university-verification .profileinfo ul {
    overflow-y: auto;
}

.university-verification .university-logo {
    width: 220px;
}

.university-verification .profileinfo ul li:nth-child(even) {
    background: #f9f9f9;
}

.university-verification #sub-header {
    /* background: #270000; */
    color: #fff;
    padding: 15px 22px;
    /* text-transform: uppercase; */
    margin-top: 13px;
    font-size: 20px;
    margin-left: -25px;
    margin-right: -25px;
}

.sequence .close-popup {
    position: absolute;
    right: 10px;
    top: 10px;
    background: var(--gradient-accent);
    width: 50px;
    height: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}

@media (max-width: 990px) {

    .sequence .popup .popup-body,
    .sequence .popup .popup-body.university-verification {
        width: 80%;
    }

    .sequence .popup .popup-body.university-verification {
        width: 90%;
    }

    .university-verification .profileinfo h5:before {
        display: none;
    }

    .university-verification .profileinfo ul li {
        padding-left: 10px;
        padding-right: 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .university-verification #sub-header {
        margin-left: -16px;
        margin-right: -16px;
    }

}

@media (max-width: 480px) {

    .sequence .logo-desktop img {
        max-height: 50px;
    }

}

.sequence .popup .popup-body h6 {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    color: var(--primary-font-color);
}

.sequence .popup .popup-body .box-content {
    margin-top: 13px;
}

.sequence .popup .popup-body p {
    margin-bottom: 10px;
    text-align: center;
}

.sequence .popup .popup-body .box-content .action-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 18px;
}


#acknowledgement-popup .popup-body p {
    font-size: 15px;
    text-align: left;
}

#acknowledgement-popup .popup-body .action-button {
    margin-top: 20px;
}

#acknowledgement-popup .popup-body-detail {
    max-height: calc(100vh - 221px);
    overflow-y: auto;
}



@media (max-width: 600px) {

    .sequence .popup .popup-body,
    #acknowledgement-popup .popup-body {
        width: 90%;
        padding: 15px;
    }

#acknowledgement-popup .popup-body-detail {
    max-height: calc(100vh - 181px);
}

    #acknowledgement-popup .continue-button,
    #acknowledgement-popup .previous-button {
        width: auto;
        margin-bottom: 0;
    }

    #acknowledgement-popup .popup-body .action-button .previous-button {
        display: none;
    }

    #acknowledgement-popup .popup-body .action-button {
        margin-top: 15px;
    }

    .sequence .popup .popup-body h6 {
        font-size: 17px;
    }

    .sequence .popup .popup-body p {
        font-size: 14px;
    }

    .sequence .popup .popup-body .box-content p {
        font-size: 14px;
    }

    .sequence .congrats-title {
        font-size: 1.75rem;
    }

    .sequence #congrats-card {
        padding: 1.5rem;
    }

    .sequence .congrats-text {
        max-width: 100%;
    }
}

@media (max-width: 350px) {
    .sequence .text-sm {
        font-size: 0.745rem !important;
    }
}

.sequence .breakup-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 16px;
    border-bottom: 1px solid #ddd;
}

.sequence .breakup-item .breakup-label {
    font-size: 15px;
}

.sequence .breakup-item:nth-child(odd) {
    background: #f8f8f8 40;
}

.sequence .breakup-item .breakup-label span span {
    display: block;
    font-size: 12px;
    font-style: italic;
    color: var(--primary-font-color);
}

.sequence .breakup-amount.tobepaid {
    font-weight: 600;
    font-size: 18px;
}

.sequence .change-info {
    text-decoration: underline;
    color: var(--primary-font-color);
    text-transform: uppercase;
}

@media (max-width: 480px) {
    .sequence .breakup-item .breakup-label {
        font-size: 14px;
        width: 70%;
    }

    .sequence .breakup-item {
        padding: 9px 0px;
        background: transparent !important;
    }

    .sequence .breakup-amount {
        font-size: 15px;
    }
}

.sequence .btn-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    border-radius: 7px;
}


/* Container */
.custom-modal {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    transition: opacity 0.3s ease;
}

/* Hidden state */
.custom-modal.hidden {
    display: none !important;
}

/* Modal box */
.custom-modal-content {
    background: #fff;
    border-radius: 12px;
    width: 160vh;
    height: 88vh;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    overflow: hidden;

    /* Start invisible */
    opacity: 0;
    transform: translateY(-50px) scale(0.95);
    transition: all 0.4s ease;
}

/* Visible state */
.custom-modal.show .custom-modal-content {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Header */
.custom-modal-header {
    padding: 15px 20px;
    background: var(--primary-shadeOne);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Body */
.custom-modal-body {
    padding: 20px;
    font-size: 16px;
    color: #333;
}

/* Footer */
.custom-modal-footer {
    padding: 15px 20px;
    background: #f1f1f1;
    text-align: right;
}

/* Close button */
.custom-modal-close {
    font-size: 22px;
    cursor: pointer;
    color: #fff;
}

.custom-modal-close:hover {
    color: #ffdddd;
}

/* Footer button */
.custom-modal-btn {
    padding: 8px 16px;
    border: none;
    background: var(--header-bg-color);
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
}

.custom-modal-btn:hover {
    background: var(--primary-shade-two);
}

/* Responsive */
@media (max-width: 480px) {
    .custom-modal-content {
        width: 95%;
        border-radius: 8px;
    }
}


.highlight-section {
    background-color: #fff3cd;
    /* soft yellow */
    transition: background-color 0.3s ease;
}

.sequence .footer-chat-buttons a {
    padding: 7px 14px;
    font-size: 11px;
    border-radius: 7px;
}

#continue-current-mob {
    display: none;
    padding: 14px 10px;
}

@media (max-width: 768px) {
    .sequence .footer-chat-buttons a {
        padding: 7px 8px;
        font-size: 12px !important;
    }

    #continue-current-mob {
        display: block;
    }

}


@media (max-width: 400px) {
    .sequence .footer-chat-buttons a {
        font-size: 11px !important;
    }

    .sequence #congrats-card {
        padding-left: 0;
        padding-right: 0;
    }
}


.spinner {
    border: 4px solid #f3f3f3;
    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);
    }
}