body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}
.slide-container {
    overflow: hidden;
    position: relative;
     background-color: #f8fafc;
}
.title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}


.main-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #0652DD;
}
.subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.accent-box {
    background-color: #0652DD;
}
.accent-shape {
    position: absolute;
    background-color: #0652DD;
    opacity: 0.05;
    border-radius: 50%;
    width: 500px;
    height: 500px;
    right: -100px;
    bottom: -100px;
    z-index: 0;
}
.accent-shape-2 {
    position: absolute;
    background-color: #0652DD;
    opacity: 0.05;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    left: -50px;
    top: -50px;
    z-index: 0;
}

.content-box {
    position: relative;
    z-index: 1;
}
.input-field {
    transition: all 0.3s;
    border: 1px solid #e5e7eb;
}
.input-field:focus {
    border-color: #0652DD;
    box-shadow: 0 0 0 3px rgba(6, 82, 221, 0.1);
}
.btn-primary {
    background-color: #0652DD;
    transition: all 0.2s;
}
.btn-primary:hover {
    background-color: #0546be;
}
.form-card {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    border: 1px solid #f1f1f1;
}
.benefit-item {
    border-left: 3px solid #0652DD;
}
.testimonial-card {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

 .otp-input {
    width: calc(16.666% - 8px);
    height: 60px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    border-radius: 8px;
}
.otp-input:focus {
    border-color: #0652DD;
    box-shadow: 0 0 0 3px rgba(6, 82, 221, 0.1);
}
.otp-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 2rem;
}

 .mockup-container {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.feature-tag {
    position: absolute;
    padding: 4px 12px;
    border-radius: 16px;
    background-color: #0652DD;
    color: white;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.form-section {
    border-left: 3px solid #0652DD;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.form-input {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 8px 12px;
    width: 100%;
    font-size: 14px;
}
.form-input:focus {
    outline: none;
    border-color: #0652DD;
    box-shadow: 0 0 0 2px rgba(6, 82, 221, 0.1);
}
.section-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.section-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: rgba(6, 82, 221, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0652DD;
    margin-right: 12px;
}
.error-message {
    background-color: #FECACA;
    border: 1px solid #F87171;
    color: #B91C1C;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 13px;
    display: flex;
    align-items: center;
    margin-top: 8px;
}
.success-badge {
    background-color: #D1FAE5;
    color: #047857;
    border-radius: 12px;
    padding: 2px 8px;
    font-size: 11px;
    display: flex;
    align-items: center;
    margin-left: 8px;
}
.verify-btn {
    background-color: #E5E7EB;
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 12px;
    color: #4B5563;
    border: none;
    cursor: pointer;
}
.verify-btn:hover {
    background-color: #D1D5DB;
}
.loading-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #0652DD;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    display: inline-block;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.verify-all-btn {
    background-color: #0652DD;
    color: white;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 13px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
}
.verify-all-btn:hover {
    background-color: #0546bd;
}

/* Default card and icon */
.account-card .icon-box {
    background-color: #f3f4f6; /* gray-100 */
    color: #6b7280; /* gray-500 */
}

/* Selected card */
.account-card.selected {
    border: 1px solid #3B82F6;
    background-color: #EFF6FF;
    box-shadow: 0 4px 8px rgba(59,130,246,0.25);
}

.account-card.selected .icon-box {
    background-color: #dbeafe;
    color: #2563eb;
}

.account-card.selected .label-text {
    color: #1D4ED8;
}

.account-card .custom-radio .dot { display: none; }
.account-card.selected .custom-radio .dot { display: block; }

.document-preview {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    background-color: white;
}
.download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    background-color: #f3f4f6;
    border-radius: 6px;
    color: #4b5563;
    font-weight: 500;
    transition: all 0.2s;
}
.download-btn:hover {
    background-color: #e5e7eb;
}
.esign-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background-color: #0652DD;
    border-radius: 6px;
    color: white;
    font-weight: 600;
    transition: all 0.2s;
}
.esign-btn:hover {
    background-color: #0546bd;
}
.step-indicator {
    display: flex;
    align-items: center;
}
.step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 12px;
    font-weight: 600;
    font-size: 14px;
}
.step-active {
    background-color: #0652DD;
    color: white;
}
.step-inactive {
    background-color: #e5e7eb;
    color: #9ca3af;
}
.step-completed {
    background-color: #10b981;
    color: white;
}
.step-line {
    height: 2px;
    width: 40px;
    margin: 0 8px;
}
.success-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: rgba(6, 82, 221, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.success-icon {
    font-size: 48px;
    color: #0652DD;
}


.notification-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}


@media (min-width: 769px) and (max-width: 992px) {
    .otp-input {
        width: calc(16.666% - 8px);
        height: 50px;
        font-size: 1em;
    }
}


@media (min-width: 451px) and (max-width: 768px) {
    .otp-input {
        width: calc(16.666% - 8px);
        height: 60px;
        font-size: 1em;
    }
}

@media (min-width: 350px) and (max-width: 450px) {
    .otp-input {
        width: 30px;
        height: 30px;
        font-size: 1em;
    }
    .step{
        width: 25px;
        height: 25px;
    }
    .success-circle {
        width: 70px;
        height: 70px;
    }
    .success-icon {
        font-size: 34px;
        color: #0652DD;
    }
}

