/* Visa Application Styles */

/* Form Containers */
.form-container {
    background-color: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    padding: 1.5rem;
    margin-bottom: 2rem;
}

/* Form Section Headers */
.form-section-header {
    font-size: 1.25rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
    font-family: 'Poppins', sans-serif;
}

/* Form Fields */
.form-field {
    margin-bottom: 1rem;
}

.form-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 0.5rem;
    font-family: 'Poppins', sans-serif;
}

.form-input {
    width: 100%;
    padding: 0.5rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    outline: none;
    transition: all 0.3s ease;
}

.form-input:focus {
    border-color: #4f46e5;
    box-shadow: 0 0 0 2px rgba(79, 70, 229, 0.2);
}

/* File Upload Styles */
.file-upload-container {
    border: 2px dashed #d1d5db;
    border-radius: 0.375rem;
    padding: 1rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.file-upload-container:hover {
    border-color: #4f46e5;
}

.file-upload-icon {
    font-size: 1.5rem;
    color: #9ca3af;
    margin-bottom: 0.25rem;
}

.file-upload-text {
    font-size: 0.875rem;
    color: #333;
    font-family: 'Open Sans', sans-serif;
}

/* File Preview */
.file-preview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f9fafb;
    padding: 0.5rem;
    border-radius: 0.375rem;
    margin-top: 0.5rem;
}

.file-preview-name {
    font-size: 0.875rem;
    color: #333;
    font-family: 'Open Sans', sans-serif;
}

.file-preview-remove {
    color: #ef4444;
    cursor: pointer;
}

.file-preview-remove:hover {
    color: #b91c1c;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    border-radius: 0.375rem;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-primary {
    background-color: #4f46e5;
    color: #ffffff;
    border: none;
}

.btn-primary:hover {
    background-color: #4338ca;
}

.btn-outline {
    background-color: transparent;
    color: #4f46e5;
    border: 1px solid #4f46e5;
}

.btn-outline:hover {
    background-color: #f5f3ff;
}

/* Progress Steps */
.progress-steps {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33.333%;
}

.step-number {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    font-family: 'Poppins', sans-serif;
}

.step-active .step-number {
    background-color: #4f46e5;
    color: #ffffff;
}

.step-completed .step-number {
    background-color: #10b981;
    color: #ffffff;
}

.step-inactive .step-number {
    background-color: #d1d5db;
    color: #4b5563;
}

.step-label {
    font-size: 0.875rem;
    font-weight: 500;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.step-active .step-label {
    color: #4f46e5;
}

.step-completed .step-label {
    color: #10b981;
}

.step-inactive .step-label {
    color: #6b7280;
}

/* Fee Information */
.fee-container {
    background-color: #f9fafb;
    border-radius: 0.375rem;
    padding: 1rem;
}

.fee-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.fee-label {
    color: #333;
    font-family: 'Open Sans', sans-serif;
}

.fee-value {
    color: #333;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}

.fee-total {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    border-top: 1px solid #e5e7eb;
    padding-top: 0.5rem;
    margin-top: 0.5rem;
}

.fee-total-label {
    color: #333;
    font-family: 'Open Sans', sans-serif;
}

.fee-total-value {
    color: #4f46e5;
    font-family: 'Open Sans', sans-serif;
}

/* Responsive Grid */
.grid-2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
}

@media (min-width: 768px) {
    .grid-2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Utility Classes */
.hidden {
    display: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}



    /* Custom CSS */
    body {
        font-family: 'Open Sans', sans-serif;
        color: #2D3142;
    }
    h1, h2, h3, h4, h5, h6 {
        font-family: 'Poppins', sans-serif;
    }
    .texture-bg {
        background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%230D6832' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
    }
    .btn-primary {
        transition: all 0.3s ease;
        background-color: #0D6832;
    }
    .btn-primary:hover {
        background-color: #095a29;
        transform: scale(1.03);
    }
    .btn-secondary {
        transition: all 0.3s ease;
    }
    .btn-secondary:hover {
        transform: scale(1.03);
    }
    .service-card {
        transition: all 0.3s ease;
    }
    .service-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    }
    .document-requirement {
        transition: all 0.2s ease;
    }
    .document-requirement:hover {
        background-color: rgba(13, 104, 50, 0.05);
    }
    .tab-active {
        border-bottom: 3px solid #0D6832;
        color: #0D6832;
        font-weight: 600;
    }
