{“@context”:”https://schema.org;,”@type”:”FAQPage”,”mainEntity”:[{“@type”:”Question”,”name”:”What impact does the H1B visa policy have on the US economy and tech talent from India?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”The H1B visa policy changes, such as increased fees, may not have an immediate impact due to existing visa stocks. However, if the policy becomes more restrictive, it could drive tech talent away from the US, potentially harming the economy by pushing critical work offshore and limiting innovation.”}},{“@type”:”Question”,”name”:”How can India compete with the US in the technology sector?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”India can compete by investing in its own human capital and fostering innovation through better policies and funding for startups. Encouraging collaboration between the government and private sector can help build a robust tech ecosystem that supports growth and attracts investment.”}},{“@type”:”Question”,”name”:”What advice do you have for young graduates entering the job market?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Young graduates should cultivate a curious mindset, focus on problem-solving, and work hard to build their skills. Effective communication and teamwork are also crucial, as these qualities will help them succeed in their careers and adapt to the evolving job landscape.”}}]}
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Ubuntu, “Helvetica Neue”, sans-serif;
line-height: 1.6;
color: #333;
}
.intro-section {
animation: fadeIn 0.6s ease-in;
}
.section-card {
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.section-card:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0,0,0,0.12) !important;
}
.faq-section {
max-width: 800px;
}
.faq-item:hover {
background: #f0f8ff !important;
transition: background 0.2s ease;
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(10px); }
to { opacity: 1; transform: translateY(0); }
}

