/* NRI Corner Page CSS */
/* Import Google Fonts - Same as other pages */
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600;700;800&display=swap');

/* Reset and Base Styles */
.nri-corner-page * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* FULL WIDTH OVERRIDE - Same as other pages */
.nri-corner-page {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: #333;
    width: 100vw !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
}

/* Force all sections to take full width */
.nri-corner-page section {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative !important;
    box-sizing: border-box !important;
}

/* Container styles - Consistent padding */
.nri-corner-page .container {
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 40px !important;
    width: 100% !important;
    position: relative !important;
    box-sizing: border-box !important;
}

/* Typography - Same fonts as other pages */
.nri-corner-page h1,
.nri-corner-page h2,
.nri-corner-page h3,
.nri-corner-page h4 {
    font-family: 'Lora', serif;
}

.nri-corner-page p,
.nri-corner-page span,
.nri-corner-page div {
    font-family: 'Montserrat', sans-serif;
}

/* Hero Section */
.nri-hero {
    position: relative;
    height: 70vh;
    min-height: 500px;
    width: 100vw !important;
    max-width: 100vw !important;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.35)), url('https://demo.bharatvillaprojects.com/wp-content/uploads/2025/07/luxury-villa-with-modern-architecture-beautiful-landscape.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.hero-content {
    position: relative;
    z-index: 10;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 80px;
}

.hero-text {
    text-align: center;
    width: 100%;
}

.hero-text h1 {
    font-family: 'Lora', serif;
    font-size: 5rem;
    font-weight: 300;
    color: white;
    line-height: 1.1;
    margin-bottom: 30px;
    letter-spacing: -1px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.hero-subheading {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto 40px;
}

.hero-cta {
    margin-top: 40px;
}

.cta-btn {
    display: inline-block;
    padding: 18px 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.cta-btn.primary {
    background: linear-gradient(135deg, #125849, #1a7a62);
    color: white;
    box-shadow: 0 8px 25px rgba(18, 88, 73, 0.3);
}

.cta-btn.primary:hover {
    background: linear-gradient(135deg, #0f4a3c, #167055);
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(18, 88, 73, 0.4);
}

.cta-btn.secondary {
    background: transparent;
    color: #125849;
    border: 2px solid #125849;
}

.cta-btn.secondary:hover {
    background: #125849;
    color: white;
    transform: translateY(-2px);
}

/* Hero Background - Legacy support */
.hero-bg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-bg-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-bg-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.35));
    z-index: 2;
}

.hero-bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Section Headers - Consistent styling */
.section-header {
    text-align: center;
    margin-bottom: 80px;
}

.section-title {
    font-family: 'Lora', serif;
    font-size: 4rem;
    font-weight: 300;
    color: #333;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.section-title .italic {
    font-style: italic;
    font-weight: 400;
    color: #125849;
}

.section-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    color: #999;
    font-weight: 400;
}

/* Who is NRI Section */
.who-is-nri {
    background: white !important;
    padding: 120px 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
}

.content-grid {
    display: grid;
    grid-template-columns: 55% 45%;
    align-items: center;
    
}

.nri-content h2 {
    font-family: 'Lora', serif;
    font-size: 3.5rem;
    font-weight: 300;
    color: #333;
    line-height: 1.2;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
}

.nri-content h2 .italic {
    font-style: italic;
    font-weight: 400;
    color: #125849;
}

.nri-content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #666;
    font-weight: 400;
    margin-bottom: 30px;
    padding-right: 5rem !important;
}

.eligibility-points {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
    padding-right: 5rem !important;
}

.point-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
    border-left: 4px solid #125849;
}

.point-item:hover {
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transform: translateX(5px);
}

.point-item i {
    width: 40px;
    height: 40px;
    background: #125849;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.point-item span {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
}

.nri-image {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    height: 450px;
    background: url('https://demo.bharatvillaprojects.com/wp-content/uploads/2025/07/aerial-shot-city-buildings-toa-payoh-singapore-blue-sky-scaled.jpg');
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
}

.nri-image:hover {
    transform: scale(1.02);
}

.nri-image img {
    display: none; /* Hide img tags since we're using background images */
}

/* Why Invest Section */
.why-invest {
    background: #f8f9fa !important;
    padding: 120px 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 60px;
}

.benefit-card {
    background: white;
    padding: 50px 35px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    position: relative;
    border: 2px solid #f8f9fa;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease forwards;
    animation-play-state: paused;
}

.benefit-card:nth-child(1) { animation-delay: 0.1s; }
.benefit-card:nth-child(2) { animation-delay: 0.2s; }
.benefit-card:nth-child(3) { animation-delay: 0.3s; }
.benefit-card:nth-child(4) { animation-delay: 0.4s; }

.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
    border-color: #125849;
}

.benefit-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #125849, #1a7a62);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    color: white;
    font-size: 2rem;
    transition: all 0.3s ease;
}

.benefit-card:hover .benefit-icon {
    transform: scale(1.1);
    background: linear-gradient(135deg, #1a7a62, #125849);
}

.benefit-card h3 {
    font-family: 'Lora', serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.benefit-card p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #666;
}

/* Property Options Section */
.property-options {
    background: white !important;
    padding: 120px 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 60px;
}

.project-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 2px solid #f8f9fa;
}

.project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
    border-color: #125849;
}

.project-image {
    height: 250px;
    overflow: hidden;
    position: relative;
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.project-card:hover .project-image img {
    transform: scale(1.1);
}

.project-content {
    padding: 30px;
    text-align: center;
}

.project-content h3 {
    font-family: 'Lora', serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.project-location {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    color: #999;
    margin-bottom: 25px;
    font-weight: 500;
}

.project-btn {
    display: inline-block;
    padding: 12px 25px;
    background: #125849;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.project-btn:hover {
    background: #0f4a3c;
    transform: translateY(-2px);
    color: #ffffff;
}

/* Documentation Section */
.documentation {
    background: #f8f9fa !important;
    padding: 120px 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
}

.docs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 60px;
}

.doc-card {
    background: white;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 2px solid #f8f9fa;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease forwards;
    animation-play-state: paused;
}

.doc-card:nth-child(1) { animation-delay: 0.1s; }
.doc-card:nth-child(2) { animation-delay: 0.2s; }
.doc-card:nth-child(3) { animation-delay: 0.3s; }
.doc-card:nth-child(4) { animation-delay: 0.4s; }
.doc-card:nth-child(5) { animation-delay: 0.5s; }

.doc-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
    border-color: #125849;
}

.doc-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #125849, #1a7a62);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: white;
    font-size: 1.8rem;
    transition: all 0.3s ease;
}

.doc-card:hover .doc-icon {
    transform: scale(1.1);
    background: linear-gradient(135deg, #1a7a62, #125849);
}

.doc-card h3 {
    font-family: 'Lora', serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.doc-card p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #666;
}

/* Financing Section */
.financing {
    background: white !important;
    padding: 120px 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
}

.financing-content h2 {
    font-family: 'Lora', serif;
    font-size: 3.5rem;
    font-weight: 300;
    color: #333;
    line-height: 1.2;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
}

.financing-content h2 .italic {
    font-style: italic;
    font-weight: 400;
    color: #125849;
}

.financing-content > p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #666;
    font-weight: 400;
    margin-bottom: 50px;
}

.financing-points {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding-right: 50px;
}

.finance-point {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 12px;
    transition: all 0.3s ease;
    border-left: 4px solid #125849;
}

.finance-point:hover {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transform: translateX(10px);
}

.finance-point i {
    width: 50px;
    height: 50px;
    background: #125849;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.point-text h4 {
    font-family: 'Lora', serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.point-text p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.financing-image {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    height: 500px;
    background: url('https://demo.bharatvillaprojects.com/wp-content/uploads/2025/05/mosque-pictures-moroccan-wall-pattern-scaled.jpg');
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
}

.financing-image:hover {
    transform: scale(1.02);
}

.financing-image img {
    display: none; /* Hide img tags since we're using background images */
}

/* Repatriation Section */
.repatriation {
    background: #f8f9fa !important;
    padding: 100px 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
}

.repatriation-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.repatriation-content h2 {
    font-family: 'Lora', serif;
    font-size: 3.5rem;
    font-weight: 300;
    color: #333;
    line-height: 1.2;
    margin-bottom: 60px;
    letter-spacing: -0.5px;
}

.repatriation-content h2 .italic {
    font-style: italic;
    font-weight: 400;
    color: #125849;
}

.repatriation-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-bottom: 50px;
    text-align: left;
}

.repatriation-item {
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.repatriation-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.repatriation-item h3 {
    font-family: 'Lora', serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: #125849;
    margin-bottom: 20px;
}

.repatriation-item p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #666;
}

.repatriation-cta {
    text-align: center;
}

/* FAQs Section */
.faqs-section {
    background: white !important;
    padding: 120px 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
}

.faq-container {
    max-width: 1000px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 0;
}

.faq-question {
    padding: 30px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    transition: all 0.3s ease;
}

.faq-question:hover {
    color: #125849;
}

.faq-question h3 {
    font-family: 'Lora', serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin: 0;
    flex: 1;
    line-height: 1.4;
}

.faq-question i {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 50%;
    color: #125849;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.faq-item.active .faq-question i {
    background: #125849;
    color: white;
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 300px;
}

.faq-answer p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #666;
    padding: 0 0 30px 0;
    margin: 0;
}

/* Enquiry Section */
.enquiry-section {
    position: relative;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url('https://demo.bharatvillaprojects.com/wp-content/uploads/2025/06/young-couple-examining-blueprints-with-real-estate-agent.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 120px 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    color: white;
}

.enquiry-bg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.enquiry-bg-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.enquiry-bg-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
    z-index: 2;
}

.enquiry-bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.enquiry-content {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 80px;
    align-items: center;
}

.enquiry-text h2 {
    font-family: 'Lora', serif;
    font-size: 3.5rem;
    font-weight: 300;
    color: white;
    margin-bottom: 30px;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.enquiry-text p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
}

.enquiry-form-wrapper {
    background: rgba(255, 255, 255, 0.95);
    padding: 50px 40px;
    border-radius: 15px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
}

.enquiry-form {
    width: 100%;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 25px;
}

.form-row.single {
    grid-template-columns: 1fr;
}

.form-row input,
.form-row select,
.form-row textarea {
    padding: 8px 20px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    background: white;
    color: #333;
    transition: all 0.3s ease;
    outline: none;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
    border-color: #125849;
    box-shadow: 0 0 0 3px rgba(18, 88, 73, 0.1);
    transform: translateY(-1px);
}

.form-row input::placeholder,
.form-row textarea::placeholder {
    color: #adb5bd;
}

.form-row select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 45px;
}

.form-row textarea {
    resize: vertical;
    min-height: 100px;
    line-height: 1.6;
}

.form-row input.error,
.form-row select.error,
.form-row textarea.error {
    border-color: #e53e3e;
    background-color: rgba(229, 62, 62, 0.05);
}

.form-actions {
    text-align: center;
    margin-top: 30px;
}

.submit-btn {
    background: linear-gradient(135deg, #125849, #1a7a62);
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    padding: 18px 50px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(18, 88, 73, 0.3);
}

.submit-btn:hover {
    background: linear-gradient(135deg, #0f4a3c, #167055);
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(18, 88, 73, 0.4);
}

.submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* Animation Keyframes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============ RESPONSIVE DESIGN ============ */

/* Large Desktop */
@media (max-width: 1400px) {
    .nri-corner-page .container {
        padding: 0 30px !important;
    }
}

/* Desktop */
@media (max-width: 1200px) {
    .hero-text h1 {
        font-size: 4.2rem;
    }
    
    .section-title {
        font-size: 3.5rem;
    }
    
    .nri-content h2,
    .financing-content h2,
    .repatriation-content h2,
    .enquiry-text h2 {
        font-size: 3rem;
    }
    
    .content-grid {
        grid-template-columns: 60% 40%;
        gap: 60px;
    }
    
    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .docs-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

/* Tablet Landscape */
@media (max-width: 1024px) {
    .nri-corner-page .container {
        padding: 0 25px !important;
    }
    
    .hero-text h1 {
        font-size: 3.5rem;
    }
    
    .section-title {
        font-size: 3rem;
    }
    
    .nri-content h2,
    .financing-content h2,
    .repatriation-content h2,
    .enquiry-text h2 {
        font-size: 2.5rem;
    }
    
    .content-grid {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .projects-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .docs-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .repatriation-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .enquiry-content {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }
}

/* Tablet Portrait */
@media (max-width: 768px) {
    .nri-corner-page .container {
        padding: 0 20px !important;
    }
    
    .nri-hero {
        min-height: 400px;
        background-attachment: scroll;
    }
    
    .hero-content {
        padding-top: 60px;
    }
    
    .hero-text h1 {
        font-size: 2.8rem;
        margin-bottom: 25px;
    }
    
    .hero-subheading {
        font-size: 1.1rem;
        margin-bottom: 30px;
    }
    
    .who-is-nri,
    .why-invest,
    .property-options,
    .documentation,
    .financing,
    .repatriation,
    .faqs-section,
    .enquiry-section {
        padding: 80px 0 !important;
    }
    
    .section-header {
        margin-bottom: 60px;
    }
    
    .section-title {
        font-size: 2.5rem;
    }
    
    .nri-content h2,
    .financing-content h2,
    .repatriation-content h2,
    .enquiry-text h2 {
        font-size: 2.2rem;
        margin-bottom: 30px;
    }
    
    .nri-content p,
    .financing-content > p {
        font-size: 1rem;
        padding-right: 0px !important;
}
    }
    
    .eligibility-points{
        padding-right: 60px !important;
    }
    
    .nri-image,
    .financing-image {
        height: 300px;
    }
    
    .docs-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .benefit-card,
    .doc-card {
        padding: 40px 25px;
    }
    
    .benefit-icon,
    .doc-icon {
        width: 70px;
        height: 70px;
        font-size: 1.8rem;
    }
    
    .finance-point {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 25px;
    }
    
    .faq-question {
        padding: 25px 0;
        gap: 20px;
    }
    
    .faq-question h3 {
        font-size: 1.2rem;
    }
    
    .enquiry-form-wrapper {
        padding: 40px 30px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
        margin-bottom: 20px;
    }
}

/* Mobile Large */
@media (max-width: 480px) {
    .nri-corner-page .container {
        padding: 0 15px !important;
    }
    
    .nri-hero {
        min-height: 350px;
    }
    
    .hero-text h1 {
        font-size: 2.2rem;
    }
    
    .hero-subheading {
        font-size: 1rem;
    }
    
    .cta-btn {
        padding: 15px 25px;
        font-size: 0.9rem;
    }
    
    .section-title {
        font-size: 2rem !important;
    }
    
    .nri-content h2,
    .financing-content h2,
    .repatriation-content h2,
    .enquiry-text h2 {
        font-size: 1.8rem;
    }
    
    .nri-image,
    .financing-image {
        height: 250px;
    }
    
    .benefit-card,
    .doc-card {
        padding: 35px 20px;
    }
    
    .benefit-icon,
    .doc-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .point-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding: 25px 20px;
    }
    
    .point-item i {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .finance-point {
        padding: 25px 20px;
    }
    
    .finance-point i {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }
    
    .enquiry-form-wrapper {
        padding: 30px 20px;
    }
    
    .form-row input,
    .form-row select,
    .form-row textarea {
        padding: 12px 15px;
        font-size: 0.9rem;
    }
    
    .submit-btn {
        padding: 16px 30px;
        font-size: 0.9rem;
        width: 100%;
    }
    
    .faq-question {
        padding: 20px 0;
    }
    
    .faq-question h3 {
        font-size: 1.1rem;
    }
}

/* Mobile Small */
@media (max-width: 360px) {
    .hero-text h1 {
        font-size: 1.9rem;
    }
    
    .section-title {
        font-size: 1.7rem !important;
    }
    
    .nri-content h2,
    .financing-content h2,
    .repatriation-content h2,
    .enquiry-text h2 {
        font-size: 1.6rem;
    }
    
    .benefit-card,
    .doc-card {
        padding: 30px 15px;
    }
    
    .enquiry-form-wrapper {
        padding: 25px 15px;
    }
}

/* ============ ACCESSIBILITY & PERFORMANCE ============ */

/* Focus Management */
.cta-btn:focus,
.project-btn:focus,
.submit-btn:focus,
.faq-question:focus,
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
    outline: 2px solid #125849;
    outline-offset: 2px;
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    .benefit-card,
    .project-card,
    .doc-card,
    .point-item,
    .finance-point,
    .repatriation-item,
    .nri-image,
    .financing-image,
    .cta-btn,
    .project-btn,
    .submit-btn,
    .faq-question,
    .benefit-icon,
    .doc-icon {
        transition: none;
        animation: none;
    }
    
    .point-item:hover,
    .finance-point:hover,
    .benefit-card:hover,
    .project-card:hover,
    .doc-card:hover,
    .repatriation-item:hover,
    .nri-image:hover,
    .financing-image:hover {
        transform: none;
    }
    
    .cta-btn:hover,
    .project-btn:hover,
    .submit-btn:hover {
        transform: none;
    }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    .benefit-card,
    .project-card,
    .doc-card,
    .point-item,
    .finance-point,
    .repatriation-item,
    .enquiry-form-wrapper,
    .faq-item {
        border: 2px solid #000;
    }
    
    .cta-btn.primary,
    .project-btn,
    .submit-btn {
        background: #125849;
        border: 2px solid #000;
    }
}

/* Print Styles */
@media print {
    .nri-corner-page {
        font-size: 12pt;
        line-height: 1.4;
        color: #000;
        background: white;
    }
    
    .nri-hero,
    .who-is-nri,
    .why-invest,
    .property-options,
    .documentation,
    .financing,
    .repatriation,
    .faqs-section,
    .enquiry-section {
        background: white !important;
        color: #000 !important;
    }
    
    .hero-bg-image,
    .nri-image,
    .financing-image,
    .enquiry-bg-image {
        display: none;
    }
    
    .cta-btn,
    .project-btn,
    .submit-btn {
        background: #125849 !important;
        color: white !important;
        border: 2px solid #125849;
    }
    
    .enquiry-form-wrapper {
        background: white !important;
        border: 2px solid #125849;
    }
}

/* Performance Optimization */
.benefit-card,
.project-card,
.doc-card,
.nri-image,
.financing-image,
.benefit-icon,
.doc-icon {
    will-change: transform, box-shadow;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Loading States */
.nri-corner-page img {
    transition: opacity 0.3s ease;
}

.nri-corner-page img[loading="lazy"] {
    opacity: 0;
}

.nri-corner-page img[loading="lazy"].loaded {
    opacity: 1;
}

/* Utility Classes */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}