.elementor-3203 .elementor-element.elementor-element-9a97e9c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3203 .elementor-element.elementor-element-1a977893{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:25px;--padding-bottom:25px;--padding-left:25px;--padding-right:25px;}.elementor-3203 .elementor-element.elementor-element-1a977893:not(.elementor-motion-effects-element-type-background), .elementor-3203 .elementor-element.elementor-element-1a977893 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#004285;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3203 .elementor-element.elementor-element-73f990f1{text-align:center;}.elementor-3203 .elementor-element.elementor-element-73f990f1 .elementor-heading-title{color:var( --e-global-color-astglobalcolor4 );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-3203 .elementor-element.elementor-element-368dbde9{text-align:center;color:var( --e-global-color-astglobalcolor4 );}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-3203 .elementor-element.elementor-element-879a9b8 .elementor-button{background-color:#FF8C00;fill:#FFFFFF;color:#FFFFFF;}.elementor-3203 .elementor-element.elementor-element-a6903dc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-cf42365 *//* GLOBAL STYLES */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #222;
  background: #fff;
  overflow-x: hidden;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.center {
  text-align: center;
}

/* Only Hero Heading & Para Left Align — Without impacting rest */
.nri-hero h1,
.nri-hero p {
  text-align: left !important;
  margin-left: 0;
}

/* Remove auto center margin for p */
.nri-hero p {
  margin-left: 0px !important;
  margin-right: auto;
}


.nri-hero h1,
.nri-section h2,
.nri-section h3 {
  margin: 0 0 15px 0;
  font-weight: 700;
  color: #111;
}



h1 {
  font-size: 52px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h2 {
  font-size: 38px;
  color: #FF8C00;
  margin-bottom: 25px;
}

.nri-hero p,
.nri-section p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #444;
}


.list {
  margin: 20px 0 20px 0;
  padding: 0;
  list-style: none;
}

.list li {
  margin-bottom: 14px;
  line-height: 1.7;
  padding-left: 35px;
  position: relative;
  font-size: 16px;
}

.list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #FF8C00;
  font-weight: bold;
  font-size: 22px;
}

/* HERO SECTION */
.nri-hero {
  padding: 140px 0 100px;
  background: linear-gradient(135deg, rgba(0, 66, 133, 0.92) 0%, rgba(0, 45, 90, 0.92) 100%),
              url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=1920&q=80') center/cover;
  position: relative;
  color: white;
  text-align: center;
}

.nri-hero:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.nri-hero .container {
  position: relative;
  z-index: 2;
}

.nri-hero h1 {
  color: white;
  text-shadow: 3px 3px 15px rgba(0, 0, 0, 0.4);
  animation: fadeInDown 1s ease;
  margin-bottom: 25px;
}

.nri-hero p {
  font-size: 20px;
  max-width: 950px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.98);
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  animation: fadeInUp 1s ease 0.3s backwards;
  line-height: 1.9;
}

/* STATS SECTION */
.stats-section {
  background: linear-gradient(135deg, #004285 0%, #002850 100%);
  padding: 50px 0;
  margin-top: -2px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}

.stat-box {
  color: white;
  padding: 20px;
}

.stat-number {
  font-size: 48px;
  font-weight: 700;
  color: #FF8C00;
  margin-bottom: 10px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.stat-label {
  font-size: 16px;
  opacity: 0.95;
}

/* SECTIONS */
.nri-section {
  padding: 60px 0;
}

.bg-light {
  background: linear-gradient(180deg, #FFF8F0 0%, #fff 100%);
}

/* TWO COLUMN LAYOUT */
.two-col-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  margin-top: 40px;
}

.col-image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(255, 140, 0, 0.2);
  transition: transform 0.3s ease;
}

.col-image:hover {
  transform: scale(1.02);
}

.col-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* CARD GRID */
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.nri-card {
  background: linear-gradient(135deg, #004285 0%, #002850 100%);
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 66, 133, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.nri-card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 140, 0, 0.1) 0%, rgba(255, 140, 0, 0) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.nri-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 66, 133, 0.4);
}

.nri-card:hover:before {
  opacity: 1;
}

.card-icon {
  font-size: 52px;
  color: #FF8C00;
  margin-bottom: 20px;
  display: block;
}

.nri-card h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 15px;
}

.nri-card p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.7;
}

/* FEATURE BOXES */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-top: 30px;
}

.feature-box {
  background: white;
  padding: 30px;
  border-radius: 15px;
  border-left: 5px solid #FF8C00;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-box:hover {
  transform: translateX(5px);
  box-shadow: 0 8px 25px rgba(255, 140, 0, 0.15);
}

.feature-box h3 {
  color: #004285;
  font-size: 20px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.feature-box h3 i {
  font-size: 24px;
  color: #FF8C00;
}

.feature-box p {
  font-size: 15px;
  color: #555;
}

/* HIGHLIGHT BOX */
.highlight-box {
  background:#004285;
  color: white;
  padding: 40px;
  border-radius: 20px;
  margin: 40px 0;
  text-align: center;
  box-shadow: 0 10px 30px rgba(255, 140, 0, 0.3);
}

.highlight-box h3 {
  color: white;
  font-size: 28px;
  margin-bottom: 15px;
}

.highlight-box p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.8;
}

/* PROCESS TIMELINE */
.process-timeline {
  margin-top: 40px;
  position: relative;
}

.timeline-item {
  display: flex;
  gap: 25px;
  margin-bottom: 35px;
  position: relative;
}

.timeline-number {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #FF8C00 0%, #FF6B00 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  box-shadow: 0 5px 15px rgba(255, 140, 0, 0.3);
}

.timeline-content {
  flex-grow: 1;
  padding-top: 8px;
}

.timeline-content h3 {
  color: #004285;
  font-size: 20px;
  margin-bottom: 8px;
}

.timeline-content p {
  color: #666;
  font-size: 15px;
}

/* ANIMATIONS */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RESPONSIVE DESIGN */
@media(max-width: 992px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  
  .two-col-section {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .feature-grid {
    grid-template-columns: 1fr;
  }
  
  .nri-hero {
    padding: 90px 0 70px;
  }
  
  .nri-section {
    padding: 50px 0;
  }
  
  h1 {
    font-size: 40px;
  }
  
  h2 {
    font-size: 32px;
  }
}

@media(max-width: 640px) {
  .card-grid {
    grid-template-columns: 1fr;
  }
  
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  h1 {
    font-size: 34px;
  }
  
  h2 {
    font-size: 28px;
  }
  
  p {
    font-size: 16px;
  }
  
  .nri-card {
    padding: 30px 25px;
  }
  
  .card-icon {
    font-size: 44px;
  }
  
  .nri-hero {
    padding: 70px 0 50px;
  }
  
  .nri-hero p {
    font-size: 17px;
  }
  
  .nri-section {
    padding: 40px 0;
  }
  
  .stat-number {
    font-size: 38px;
  }
  
  .timeline-number {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

/* CENTER ALIGN ALL SECTION HEADINGS (EXCEPT HERO) */
.nri-section h2 {
  text-align: center;
}

/* FIRST PARAGRAPH JUST BELOW EACH H2 SHOULD BE CENTER */
.nri-section h2 + p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
}

* FAQ SECTION */
.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  background: white;
  border: 2px solid #f0f0f0;
  border-radius: 15px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: #FF8C00;
  box-shadow: 0 5px 20px rgba(255, 140, 0, 0.1);
}

.faq-question {
  padding: 25px 30px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(135deg, #004285 0%, #002850 100%);
  user-select: none;
}

.faq-question h3 {
  color: white;
  font-size: 18px;
  margin: 0;
  flex-grow: 1;
  padding-right: 20px;
}

.faq-question i {
  color: #FF8C00;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  background: #f9f9f9;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 25px 30px;
}

.faq-answer p {
  color: #555;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

/* RESPONSIVE DESIGN */
@media(max-width: 992px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  
  .two-col-section {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .feature-grid {
    grid-template-columns: 1fr;
  }
  
  .nri-hero {
    padding: 90px 0 70px;
  }
  
  .nri-section {
    padding: 50px 0;
  }
  
  h1 {
    font-size: 40px;
  }
  
  h2 {
    font-size: 32px;
  }
}

@media(max-width: 640px) {
  .card-grid {
    grid-template-columns: 1fr;
  }
  
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  h1 {
    font-size: 34px;
  }
  
  h2 {
    font-size: 28px;
  }
  
  p {
    font-size: 16px;
  }
  
  .nri-card {
    padding: 30px 25px;
  }
  
  .card-icon {
    font-size: 44px;
  }
  
  .nri-hero {
    padding: 70px 0 50px;
  }
  
  .nri-hero p {
    font-size: 17px;
  }
  
  .nri-section {
    padding: 40px 0;
  }
  
  .stat-number {
    font-size: 38px;
  }
  
  .timeline-number {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}/* End custom CSS */