/* Tax Deduction Page Styles - Unique Classes */

/* Reset and Base Styles */
.ntax-hero {
    width: 100%;
    margin-bottom: 40px;
}

.ntax-hero img {
    width: 100%;
    height: auto;
    display: block;
}

/* Container */
.ntax-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Sections */
.ntax-section {
    margin-bottom: 50px;
    padding: 40px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(93, 91, 97, 0.08);
}

.ntax-title {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #5d5b61;
    margin: 0 0 25px 0;
    line-height: 1.3;
    padding-bottom: 15px;
    border-bottom: 3px solid #d5ba64;
}

/* Text Styles */
.ntax-intro {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #5d5b61;
    margin: 0 0 20px 0;
}

.ntax-text {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #5d5b61;
    margin: 0 0 20px 0;
}

/* Links */
.ntax-link {
    color: #d5ba64;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.ntax-link:hover {
    color: #5d5b61;
    border-bottom-color: #d5ba64;
}

/* Lists */
.ntax-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 20px 0 !important;
}

.ntax-list li {
    position: relative;
    padding: 12px 0 12px 50px !important;
    font-family: 'Roboto', Arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #5d5b61 !important;
    margin-bottom: 10px !important;
    list-style: none !important;
}

.ntax-list li::before {
    content: '●' !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #d5ba64 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 10 !important;
}

.ntax-list li::after,
.ntax-list li::marker {
    display: none !important;
    content: '' !important;
}

.ntax-list li a {
    color: #d5ba64;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.ntax-list li a:hover {
    color: #5d5b61;
    border-bottom-color: #d5ba64;
}

/* Numbered Steps List */
.ntax-steps-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    counter-reset: step-counter;
}

.ntax-steps-list li {
    position: relative;
    padding: 15px 0 15px 50px;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: #5d5b61;
    margin-bottom: 15px;
    background: #f9f9f9;
    border-radius: 8px;
    border-left: 4px solid #d5ba64;
}

.ntax-steps-list li::before {
    content: counter(step-counter);
    counter-increment: step-counter;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: #d5ba64;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
}

/* Form Styles */
.ntax-form-container {
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 20px;
}

.ntax-form-wrapper {
    display: flex;
    background: #5d5b61;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(93, 91, 97, 0.2);
}

.ntax-form-content {
    flex: 1;
    padding: 60px 50px;
}

.ntax-form-title {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.ntax-form-subtitle {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    color: #cccccc;
    margin: 0 0 35px 0;
}

.ntax-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ntax-form-row {
    display: flex;
    gap: 20px;
}

.ntax-form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.ntax-label {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    color: #cccccc;
    margin-bottom: 8px;
}

.ntax-input {
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 15px;
    background: #ffffff;
    color: #5d5b61;
    transition: all 0.3s ease;
}

.ntax-input:focus {
    outline: none;
    border-color: #d5ba64;
    box-shadow: 0 0 0 3px rgba(213, 186, 100, 0.1);
}

.ntax-checkbox-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ntax-checkbox {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.ntax-checkbox-label {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 13px;
    color: #cccccc;
    cursor: pointer;
}

.ntax-form-submit {
    margin-top: 10px;
}

.ntax-button {
    background: #d5ba64;
    color: #ffffff;
    border: none;
    padding: 14px 40px;
    border-radius: 6px;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ntax-button:hover {
    background: #c5aa54;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(213, 186, 100, 0.3);
}

.ntax-form-success {
    margin-top: 10px;
    min-height: 25px;
}

/* Form Image */
.ntax-form-image {
    width: 50%;
    background: url('/images/price_banner_2.jpg') center/cover no-repeat;
}

/* Map */
.ntax-map {
    margin-top: 20px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(93, 91, 97, 0.08);
}

.ntax-map iframe {
    display: block;
    width: 100%;
    height: 550px;
    border: none;
}

/* Responsive Styles */
@media (max-width: 968px) {
    .ntax-container {
        padding: 0 15px;
    }
    
    .ntax-section {
        padding: 25px;
        margin-bottom: 30px;
    }
    
    .ntax-title {
        font-size: 24px;
    }
    
    .ntax-intro,
    .ntax-text {
        font-size: 15px;
    }
    
    .ntax-list li {
        font-size: 15px;
        padding-left: 45px;
    }
    
    .ntax-steps-list li {
        font-size: 15px;
        padding-left: 45px;
    }
    
    .ntax-form-wrapper {
        flex-direction: column;
    }
    
    .ntax-form-content {
        padding: 40px 30px;
    }
    
    .ntax-form-title {
        font-size: 24px;
    }
    
    .ntax-form-row {
        flex-direction: column;
        gap: 15px;
    }
    
    .ntax-form-image {
        width: 100%;
        min-height: 250px;
        order: -1;
    }
    
    .ntax-map iframe {
        height: 400px;
    }
}

@media (max-width: 576px) {
    .ntax-section {
        padding: 20px;
    }
    
    .ntax-title {
        font-size: 20px;
    }
    
    .ntax-intro,
    .ntax-text {
        font-size: 14px;
    }
    
    .ntax-hero {
        margin-bottom: 30px;
    }
    
    .ntax-form-content {
        padding: 30px 20px;
    }
    
    .ntax-map iframe {
        height: 350px;
    }
}

/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ntax-section {
    animation: fadeIn 0.6s ease-out;
}

/* Print Styles */
@media print {
    .ntax-form-container {
        display: none;
    }
    
    .ntax-map {
        display: none;
    }
}

