.marathi-text { 
    font-family: 'Noto Sans Devanagari', Arial, sans-serif; 
    font-size: 0.95em;
}
.header-section {
    background: linear-gradient(135deg, #dc421e 0%, #fde2db 100%);
    color: white;
    padding: 2rem 0;
    margin-bottom: 2rem;
}
.card {
    border: none;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    margin-bottom: 2rem;
}
.section-header {
    background-color: #f8f9fa;
    border-left: 4px solid #007bff;
    padding: 1rem;
    margin: 1.5rem 0 1rem 0;
    border-radius: 0.375rem;
}
.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
}
.btn:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
}
.company-logo {
    height: 100px;
    width: auto;
    margin-right: 15px;
}
.footer-section {
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
    padding: 2rem 0;
    margin-top: 3rem;
    text-align: center;
    color: #6c757d;
}
.terms-box {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 1.5rem;
    margin: 1rem 0;
}
.radio-group {
    display: flex;
    gap: 2rem;
    justify-content: center;
    margin: 2rem 0;
}
.radio-option {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.radio-option input[type="radio"] {
    transform: scale(1.5);
    margin-right: 0.5rem;
}
.radio-option label {
    font-size: 1.1rem;
    font-weight: 500;
    cursor: pointer;
}
.submit-section {
    text-align: center;
    padding: 2rem 0;
}
.submit-section .btn {
    margin: 0 1rem;
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
}

/* Enhanced Tab Styling */
.nav-tabs {
    border-bottom: 3px solid #dee2e6;
    margin-bottom: 2rem;
}

.nav-tabs .nav-item {
    margin-bottom: -3px;
}

.nav-tabs .nav-link {
    color: #495057;
    font-weight: 600;
    font-size: 15px;
    padding: 1rem 1.5rem;
    border: 2px solid transparent;
    border-radius: 0.5rem 0.5rem 0 0;
    margin-right: 0.25rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* Registration Form Tab - Blue Theme */
.nav-tabs .nav-link:first-child {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    color: #1565c0;
    border-color: #2196f3;
}

.nav-tabs .nav-link:first-child:hover {
    background: linear-gradient(135deg, #bbdefb 0%, #90caf9 100%);
    color: #0d47a1;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(33, 150, 243, 0.3);
}

.nav-tabs .nav-link:first-child.active {
    background: linear-gradient(135deg, #2196f3 0%, #1976d2 100%);
    color: white;
    border-color: #1976d2;
    box-shadow: 0 4px 12px rgba(33, 150, 243, 0.4);
}

/* English Terms Tab - Green Theme */
.nav-tabs .nav-link:nth-child(2) {
    background: linear-gradient(135deg, #e8f5e8 0%, #c8e6c9 100%);
    color: #2e7d32;
    border-color: #4caf50;
}

.nav-tabs .nav-link:nth-child(2):hover {
    background: linear-gradient(135deg, #c8e6c9 0%, #a5d6a7 100%);
    color: #1b5e20;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(76, 175, 80, 0.3);
}

.nav-tabs .nav-link:nth-child(2).active {
    background: linear-gradient(135deg, #4caf50 0%, #388e3c 100%);
    color: white;
    border-color: #388e3c;
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.4);
}

/* Marathi Terms Tab - Orange Theme */
.nav-tabs .nav-link:nth-child(3) {
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
    color: #ef6c00;
    border-color: #ff9800;
}

.nav-tabs .nav-link:nth-child(3):hover {
    background: linear-gradient(135deg, #ffe0b2 0%, #ffcc80 100%);
    color: #e65100;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(255, 152, 0, 0.3);
}

.nav-tabs .nav-link:nth-child(3).active {
    background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
    color: white;
    border-color: #f57c00;
    box-shadow: 0 4px 12px rgba(255, 152, 0, 0.4);
}

/* Tab Icons */
.nav-tabs .nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: transparent;
    transition: all 0.3s ease;
}

.nav-tabs .nav-link:first-child.active::before {
    background: linear-gradient(90deg, #2196f3, #21cbf3);
}

.nav-tabs .nav-link:nth-child(2).active::before {
    background: linear-gradient(90deg, #4caf50, #8bc34a);
}

.nav-tabs .nav-link:nth-child(3).active::before {
    background: linear-gradient(90deg, #ff9800, #ffc107);
}

.terms-table {
    font-size: 0.9rem;
}
.terms-table th {
    background-color: #f8f9fa;
    color: #495057;
    font-weight: 600;
}
.terms-table td {
    border-left: 3px solid #007bff;
    padding-left: 1rem;
    vertical-align: top;
}
.feature-highlight {
    background-color: #e7f3ff;
    border-left: 4px solid #007bff;
    padding: 1rem;
    margin: 0.5rem 0;
}
.error-message {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: none;
}
.is-invalid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25) !important;
}
.premium-box {
    text-align: center;
    padding: 1.5rem;
    border: 2px solid #007bff;
    border-radius: 0.5rem;
    margin: 0.5rem;
    background: linear-gradient(135deg, #f8f9ff 0%, #e8f2ff 100%);
}
.error-message {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: none; /* Hidden by default */
}
.error-message.show {
    display: block !important;
}
.is-invalid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25) !important;
}
/* Radio group error styling */
.radio-group.error {
    border: 2px solid #dc3545 !important;
    border-radius: 0.375rem !important;
    padding: 1rem 2rem !important;
}
.terms-content {
    /*max-height: 70vh;*/
    overflow-y: auto;
    padding: 1rem;
}

/* Tab content styling */
.tab-content {
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile responsiveness for tabs */
@media (max-width: 768px) {
    .nav-tabs .nav-link {
        font-size: 0.9rem;
        padding: 0.75rem 1rem;
    }
}

/* Add some icons to tabs using Font Awesome or Bootstrap Icons */
.nav-tabs .nav-link:first-child::after {
    content: '📝';
    margin-left: 0.5rem;
}

.nav-tabs .nav-link:nth-child(2)::after {
    content: '📄';
    margin-left: 0.5rem;
}

.nav-tabs .nav-link:nth-child(3)::after {
    content: '📋';
    margin-left: 0.5rem;
}

/* Header Download Section Styling */
.download-section-header {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 1rem;
    padding: 1.5rem;
    margin-top: 1rem;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.download-section-header:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.brochure-info-header h5 {
    color: white;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.brochure-info-header p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.download-btn-header {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    border: none;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    padding: 1rem 1.5rem;
    border-radius: 0.75rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.4);
    text-align: center;
    line-height: 1.3;
}

.download-btn-header:hover {
    background: linear-gradient(135deg, #20c997 0%, #17a2b8 100%);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.6);
    text-decoration: none;
}

.download-btn-header:active {
    transform: translateY(-1px);
}

.download-btn-header small {
    font-size: 0.8rem;
    opacity: 0.9;
}

/* Mobile responsiveness for header download */
@media (max-width: 768px) {
    .download-section-header .row {
        text-align: center;
    }
    
    .download-section-header .col-md-4 {
        text-align: center !important;
        margin-top: 1rem;
    }
    
    .download-btn-header {
        font-size: 0.9rem;
        padding: 0.875rem 1.25rem;
    }
    
    .brochure-info-header h5 {
        font-size: 1.1rem;
    }
    
    .brochure-info-header p,
    .brochure-info-header small {
        font-size: 0.85rem;
    }
}

/* Add glassmorphism effect to header download section */
.download-section-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    border-radius: 1rem;
    pointer-events: none;
}

.download-section-header {
    position: relative;
    overflow: hidden;
}
