* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

.nanayasurabhi-privacy-notice {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #1e293b;
    color: white;
    z-index: 1001;
    padding: 1rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}

.nanayasurabhi-privacy-notice.show {
    transform: translateY(0);
}

.nanayasurabhi-privacy-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.nanayasurabhi-privacy-text {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
}

.nanayasurabhi-privacy-text i {
    color: #10b981;
    font-size: 1.25rem;
}

.nanayasurabhi-privacy-text a {
    color: #60a5fa;
    text-decoration: none;
    font-weight: 600;
}

.nanayasurabhi-privacy-text a:hover {
    color: #93c5fd;
    text-decoration: underline;
}

.nanayasurabhi-privacy-actions {
    display: flex;
    gap: 1rem;
}

.nanayasurabhi-privacy-accept,
.nanayasurabhi-privacy-decline {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.875rem;
}

.nanayasurabhi-privacy-accept {
    background: #10b981;
    color: white;
}

.nanayasurabhi-privacy-accept:hover {
    background: #059669;
    transform: translateY(-1px);
}

.nanayasurabhi-privacy-decline {
    background: transparent;
    color: #94a3b8;
    border: 1px solid #64748b;
}

.nanayasurabhi-privacy-decline:hover {
    background: #64748b;
    color: white;
}

.nanayasurabhi-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.nanayasurabhi-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    transition: all 0.3s ease;
}

.nanayasurabhi-nav {
    padding: 1rem 0;
}

.nanayasurabhi-nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.nanayasurabhi-company-name {
    font-size: 1.75rem;
    font-weight: 800;
    color: #1e293b;
    line-height: 1.1;
    letter-spacing: -0.5px;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.nanayasurabhi-company-name:hover {
    color: #2563eb;
    transform: scale(1.02);
}

.nanayasurabhi-nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nanayasurabhi-nav-link {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}

.nanayasurabhi-nav-link:hover {
    color: #2563eb;
}

.nanayasurabhi-nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #2563eb, #7c3aed);
    transition: width 0.3s ease;
}

.nanayasurabhi-nav-link:hover::after {
    width: 100%;
}

.nanayasurabhi-nav-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.nanayasurabhi-nav-toggle span {
    width: 25px;
    height: 3px;
    background: #333;
    margin: 3px 0;
    transition: 0.3s;
}

.nanayasurabhi-breadcrumb {
    background: #f8fafc;
    padding: 1rem 0;
    margin-top: 80px;
    border-bottom: 1px solid #e2e8f0;
}

.nanayasurabhi-breadcrumb-nav {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
}

.nanayasurabhi-breadcrumb-link {
    color: #2563eb;
    text-decoration: none;
    transition: color 0.3s ease;
}

.nanayasurabhi-breadcrumb-link:hover {
    color: #1d4ed8;
}

.nanayasurabhi-breadcrumb-separator {
    color: #64748b;
}

.nanayasurabhi-breadcrumb-current {
    color: #64748b;
    font-weight: 500;
}

.nanayasurabhi-housing-hero {
    min-height: 50vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    overflow: hidden;
}

.nanayasurabhi-housing-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.nanayasurabhi-housing-hero-content {
    text-align: center;
    color: white;
    position: relative;
    z-index: 2;
}

.nanayasurabhi-housing-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    background: linear-gradient(45deg, #ffffff, #f0f9ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nanayasurabhi-housing-hero-subtitle {
    font-size: 1.25rem;
    opacity: 0.9;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

.nanayasurabhi-product-features {
    padding: 6rem 0;
    background: white;
}

.nanayasurabhi-section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.nanayasurabhi-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1rem;
}

.nanayasurabhi-section-subtitle {
    font-size: 1.125rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
}

.nanayasurabhi-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.nanayasurabhi-feature-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s ease;
    border-top: 4px solid #2563eb;
}

.nanayasurabhi-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.nanayasurabhi-feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.nanayasurabhi-feature-icon i {
    font-size: 2rem;
    color: white;
}

.nanayasurabhi-feature-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 1rem;
}

.nanayasurabhi-feature-card p {
    color: #64748b;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.nanayasurabhi-feature-list {
    list-style: none;
    text-align: left;
}

.nanayasurabhi-feature-list li {
    color: #64748b;
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    position: relative;
}

.nanayasurabhi-feature-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: 600;
}

.nanayasurabhi-application-process {
    padding: 6rem 0;
    background: #f8fafc;
}

.nanayasurabhi-process-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.nanayasurabhi-process-description {
    font-size: 1.125rem;
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.nanayasurabhi-process-steps {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.nanayasurabhi-process-step {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.nanayasurabhi-step-number {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    font-weight: 700;
    flex-shrink: 0;
}

.nanayasurabhi-step-content h3 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.nanayasurabhi-step-content p {
    color: #64748b;
    line-height: 1.6;
}

.nanayasurabhi-process-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.nanayasurabhi-process-image:hover {
    transform: scale(1.02);
}

.nanayasurabhi-required-documents {
    padding: 6rem 0;
    background: white;
}

.nanayasurabhi-documents-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.nanayasurabhi-document-category {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-top: 4px solid #2563eb;
}

.nanayasurabhi-document-category:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.nanayasurabhi-document-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.nanayasurabhi-document-header i {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
}

.nanayasurabhi-document-header h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
}

.nanayasurabhi-document-list {
    list-style: none;
}

.nanayasurabhi-document-list li {
    color: #64748b;
    margin-bottom: 0.75rem;
    padding-left: 1.5rem;
    position: relative;
    line-height: 1.5;
}

.nanayasurabhi-document-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #2563eb;
    font-weight: 600;
    font-size: 1.25rem;
}

.nanayasurabhi-faq {
    padding: 6rem 0;
    background: #f8fafc;
}

.nanayasurabhi-faq-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.nanayasurabhi-faq-description {
    font-size: 1.125rem;
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.nanayasurabhi-faq-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.nanayasurabhi-faq-item {
    background: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.nanayasurabhi-faq-item:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.nanayasurabhi-faq-question {
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.nanayasurabhi-faq-question:hover {
    background: rgba(37, 99, 235, 0.05);
}

.nanayasurabhi-faq-question h3 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

.nanayasurabhi-faq-question i {
    color: #2563eb;
    transition: transform 0.3s ease;
}

.nanayasurabhi-faq-item.active .nanayasurabhi-faq-question i {
    transform: rotate(180deg);
}

.nanayasurabhi-faq-answer {
    padding: 0 1.5rem 1.5rem;
    display: none;
}

.nanayasurabhi-faq-item.active .nanayasurabhi-faq-answer {
    display: block;
}

.nanayasurabhi-faq-answer p {
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

.nanayasurabhi-faq-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.nanayasurabhi-faq-image:hover {
    transform: scale(1.02);
}

.nanayasurabhi-online-application {
    padding: 6rem 0;
    background: white;
}

.nanayasurabhi-application-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.nanayasurabhi-application-description {
    font-size: 1.125rem;
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.nanayasurabhi-application-benefits {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.nanayasurabhi-application-benefit {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #1e293b;
    font-weight: 500;
}

.nanayasurabhi-application-benefit i {
    color: #10b981;
    font-size: 1.125rem;
}

.nanayasurabhi-application-form {
    background: #f8fafc;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.nanayasurabhi-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.nanayasurabhi-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.nanayasurabhi-form-group {
    display: flex;
    flex-direction: column;
}

.nanayasurabhi-form-group label {
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.nanayasurabhi-form-input,
.nanayasurabhi-form-select {
    padding: 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    background: white;
    font-family: inherit;
}

.nanayasurabhi-form-input:focus,
.nanayasurabhi-form-select:focus {
    outline: none;
    border-color: #2563eb;
}

.nanayasurabhi-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.5;
}

.nanayasurabhi-checkbox-label input[type="checkbox"] {
    display: none;
}

.nanayasurabhi-checkbox-custom {
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.nanayasurabhi-checkbox-label input[type="checkbox"]:checked+.nanayasurabhi-checkbox-custom {
    background: #2563eb;
    border-color: #2563eb;
}

.nanayasurabhi-checkbox-label input[type="checkbox"]:checked+.nanayasurabhi-checkbox-custom::after {
    content: '✓';
    color: white;
    font-weight: 600;
    font-size: 0.875rem;
}

.nanayasurabhi-privacy-link {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
}

.nanayasurabhi-privacy-link:hover {
    text-decoration: underline;
}

.nanayasurabhi-btn {
    padding: 1rem 2rem;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 1rem;
    font-family: inherit;
}

.nanayasurabhi-btn-primary {
    background: linear-gradient(45deg, #f59e0b, #d97706);
    color: white;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
}

.nanayasurabhi-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(245, 158, 11, 0.4);
}

.nanayasurabhi-btn-full {
    width: 100%;
}

.nanayasurabhi-footer {
    background: #1e293b;
    color: white;
    padding: 4rem 0 2rem;
}

.nanayasurabhi-footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.nanayasurabhi-footer-description {
    color: #94a3b8;
    margin-top: 1rem;
    line-height: 1.6;
}

.nanayasurabhi-footer-title {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.nanayasurabhi-footer-links {
    list-style: none;
}

.nanayasurabhi-footer-links li {
    margin-bottom: 0.5rem;
}

.nanayasurabhi-footer-links a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.3s ease;
}

.nanayasurabhi-footer-links a:hover {
    color: white;
}

.nanayasurabhi-footer-contact p {
    color: #94a3b8;
    margin-bottom: 0.5rem;
}

.nanayasurabhi-footer-bottom {
    border-top: 1px solid #334155;
    padding-top: 2rem;
    text-align: center;
    color: #94a3b8;
}

.nanayasurabhi-footer .nanayasurabhi-company-name {
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1rem;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    transition: all 0.3s ease;
}

.nanayasurabhi-footer .nanayasurabhi-company-name:hover {
    color: #f0f9ff;
}

@media (max-width: 768px) {
    .nanayasurabhi-nav-menu {
        position: fixed;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(10px);
        flex-direction: column;
        padding: 2rem 0;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 999;
    }

    .nanayasurabhi-nav-menu.nanayasurabhi-nav-menu-active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .nanayasurabhi-nav-toggle {
        display: flex;
    }

    .nanayasurabhi-nav-toggle-active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .nanayasurabhi-nav-toggle-active span:nth-child(2) {
        opacity: 0;
    }

    .nanayasurabhi-nav-toggle-active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }

    .nanayasurabhi-nav-menu li {
        margin: 0.5rem 0;
    }

    .nanayasurabhi-nav-menu .nanayasurabhi-nav-link {
        display: block;
        padding: 1rem 2rem;
        font-size: 1.125rem;
        color: #1e293b;
        text-align: center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .nanayasurabhi-nav-menu .nanayasurabhi-nav-link:hover {
        background: rgba(37, 99, 235, 0.1);
        color: #2563eb;
    }

    .nanayasurabhi-housing-hero-title {
        font-size: 2.5rem;
    }

    .nanayasurabhi-process-content,
    .nanayasurabhi-faq-content,
    .nanayasurabhi-application-content {
        grid-template-columns: 1fr;
    }

    .nanayasurabhi-form-row {
        grid-template-columns: 1fr;
    }

    .nanayasurabhi-company-name {
        font-size: 1.5rem;
    }

    .nanayasurabhi-footer .nanayasurabhi-company-name {
        font-size: 1.125rem;
    }
}

@media (max-width: 480px) {
    .nanayasurabhi-housing-hero-title {
        font-size: 2rem;
    }

    .nanayasurabhi-section-title {
        font-size: 2rem;
    }

    .nanayasurabhi-company-name {
        font-size: 1.25rem;
    }

    .nanayasurabhi-footer .nanayasurabhi-company-name {
        font-size: 1rem;
    }

    .nanayasurabhi-feature-card,
    .nanayasurabhi-document-category {
        padding: 1.5rem;
    }
}
