:root{
      --ff-blue:#2563eb;
      --ff-indigo:#4f46e5;
      --ff-purple:#7c3aed;
      --ff-gold:#ffd166;
      --ff-dark:#0f172a;
      --ff-text:#64748b;
      --ff-bg:#f8fafc;
      --ff-white:#ffffff;
      --ff-border:#e2e8f0;
      --ff-shadow:0 24px 80px rgba(15,23,42,0.10);
    }

    *{
      box-sizing:border-box;
    }

    html, body{
      margin:0;
      padding:0;
      font-family:"Manrope", Arial, sans-serif !important;
      background:var(--ff-bg);
      color:var(--ff-dark);
      scroll-behavior:smooth;
    }

    a{
      text-decoration:none !important;
    }

    /* TOP BAR */
    .top-header{
      background:#0b4f8a !important;
      color:#fff !important;
      padding:8px 0 !important;
      font-size:14px !important;
    }

    .top-head-web{
      display:flex !important;
      justify-content:space-between !important;
      align-items:center !important;
      gap:20px !important;
    }

    .top-header a{
      color:#fff !important;
      font-weight:700 !important;
      text-decoration:none !important;
    }

    .a-content{
      display:flex !important;
      align-items:center !important;
      gap:24px !important;
    }

    .a-content i{
      margin-right:7px !important;
    }

    .socail-media-account a,
    .link-in{
      width:34px !important;
      height:34px !important;
      display:inline-flex !important;
      align-items:center !important;
      justify-content:center !important;
      background:#061b2d !important;
      color:#fff !important;
      border-radius:8px !important;
      margin-left:6px !important;
      transition:.25s ease !important;
    }

    .socail-media-account a:hover,
    .link-in:hover{
      background:#00aeef !important;
      transform:translateY(-2px) !important;
    }

    /* NAVBAR */
    .navbar{
      background:#ffffff !important;
      padding:14px 28px !important;
      box-shadow:0 8px 28px rgba(15,23,42,.08) !important;
      position:sticky !important;
      top:0 !important;
      z-index:999 !important;
    }

    .navbar-brand img{
      width:105px !important;
      height:auto !important;
    }

    .navbar-nav{
      gap:10px !important;
      align-items:center !important;
    }

    .navbar-nav .nav-link{
      color:#111827 !important;
      font-size:14px !important;
      font-weight:800 !important;
      padding:10px 8px !important;
      border-radius:8px !important;
      transition:.25s ease !important;
    }

    .navbar-nav .nav-link:hover{
      color:#00aeef !important;
      background:#f1f7fb !important;
    }

    .dropdown-menu{
      border:0 !important;
      border-radius:14px !important;
      box-shadow:0 18px 45px rgba(15,23,42,.14) !important;
      padding:10px !important;
    }

    .dropdown-item{
      font-size:14px !important;
      font-weight:700 !important;
      padding:10px 14px !important;
      border-radius:8px !important;
    }

    .dropdown-item:hover{
      background:#f1f7fb !important;
      color:#00aeef !important;
    }

    .call-action{
      background:#0b4f8a !important;
      color:#fff !important;
      padding:12px 20px !important;
      border-radius:10px !important;
      font-weight:800 !important;
      text-decoration:none !important;
      box-shadow:0 8px 20px rgba(11,79,138,.22) !important;
      white-space:nowrap !important;
    }

    .call-action:hover{
      background:#00aeef !important;
      color:#fff !important;
    }

    /* HERO */
    .nri-hero{
      position:relative;
      overflow:hidden;
      padding:110px 20px 100px;
      background:
        radial-gradient(circle at 12% 18%, rgba(255,209,102,0.20), transparent 28%),
        radial-gradient(circle at 86% 12%, rgba(124,58,237,0.28), transparent 32%),
        linear-gradient(135deg, #0f172a 0%, #1e3a8a 48%, #4f46e5 100%);
      color:#fff;
    }

    .nri-hero::after{
      content:"";
      position:absolute;
      inset:auto -80px -120px auto;
      width:360px;
      height:360px;
      border-radius:999px;
      background:rgba(255,255,255,0.08);
      filter:blur(2px);
    }

    .nri-hero-container{
      max-width:1180px;
      margin:0 auto;
      display:grid;
      grid-template-columns:1.08fr .92fr;
      gap:54px;
      align-items:center;
      position:relative;
      z-index:2;
    }

    .nri-eyebrow{
      display:inline-flex;
      align-items:center;
      gap:9px;
      padding:9px 14px;
      border-radius:999px;
      background:rgba(255,255,255,0.12);
      border:1px solid rgba(255,255,255,0.18);
      color:#e0e7ff;
      font-size:12px;
      font-weight:900;
      letter-spacing:.10em;
      text-transform:uppercase;
      margin-bottom:22px;
    }

    .nri-hero h1{
      font-size:clamp(42px, 5vw, 72px);
      line-height:1.02;
      font-weight:900;
      letter-spacing:-0.065em;
      margin:0 0 20px;
      color:#fff;
    }

    .nri-hero h1 span{
      color:var(--ff-gold);
    }

    .nri-hero p{
      max-width:680px;
      font-size:17px;
      line-height:1.85;
      color:rgba(255,255,255,0.86);
      margin:0 0 32px;
    }

    .nri-hero-actions{
      display:flex;
      gap:14px;
      flex-wrap:wrap;
    }

    .ff-btn-primary,
    .ff-btn-secondary{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      border-radius:14px;
      padding:15px 22px;
      font-size:14px;
      font-weight:900;
      transition:.28s ease;
    }

    .ff-btn-primary{
      background:var(--ff-gold);
      color:#111827 !important;
      box-shadow:0 18px 42px rgba(255,209,102,.28);
    }

    .ff-btn-primary:hover{
      transform:translateY(-3px);
      box-shadow:0 26px 60px rgba(255,209,102,.36);
    }

    .ff-btn-secondary{
      background:rgba(255,255,255,0.10);
      color:#fff !important;
      border:1px solid rgba(255,255,255,0.22);
      backdrop-filter:blur(12px);
    }

    .ff-btn-secondary:hover{
      background:rgba(255,255,255,0.16);
      transform:translateY(-3px);
    }

    .nri-hero-card{
      background:rgba(255,255,255,0.12);
      border:1px solid rgba(255,255,255,0.18);
      border-radius:32px;
      padding:30px;
      backdrop-filter:blur(16px);
      box-shadow:0 34px 90px rgba(0,0,0,.25);
    }

    .nri-hero-card h3{
      color:#fff;
      font-size:22px;
      font-weight:900;
      letter-spacing:-0.035em;
      margin:0 0 18px;
    }

    .nri-check{
      display:flex;
      gap:12px;
      align-items:flex-start;
      padding:14px 0;
      border-bottom:1px solid rgba(255,255,255,0.12);
    }

    .nri-check:last-child{
      border-bottom:0;
    }

    .nri-check i{
      width:28px;
      height:28px;
      border-radius:50%;
      background:rgba(255,209,102,0.20);
      color:var(--ff-gold);
      display:flex;
      align-items:center;
      justify-content:center;
      margin-top:2px;
    }

    .nri-check strong{
      display:block;
      color:#fff;
      font-size:15px;
      margin-bottom:3px;
    }

    .nri-check span{
      display:block;
      color:rgba(255,255,255,0.74);
      font-size:13px;
      line-height:1.55;
    }

    /* TRUST STRIP */
    .nri-stats{
      padding:36px 20px;
      background:#fff;
      border-bottom:1px solid var(--ff-border);
    }

    .nri-stats-grid{
      max-width:1180px;
      margin:0 auto;
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:18px;
    }

    .nri-stat{
      padding:26px 20px;
      border-radius:22px;
      background:#f8fafc;
      border:1px solid #eef2f7;
      text-align:center;
    }

    .nri-stat strong{
      display:block;
      font-size:34px;
      font-weight:900;
      letter-spacing:-0.05em;
      color:var(--ff-indigo);
      margin-bottom:4px;
    }

    .nri-stat span{
      font-size:12px;
      font-weight:900;
      letter-spacing:.08em;
      text-transform:uppercase;
      color:#64748b;
    }

    /* SECTIONS */
    .ff-section{
      padding:92px 20px;
    }

    .ff-container{
      max-width:1180px;
      margin:0 auto;
    }

    .ff-head{
      max-width:820px;
      margin:0 auto 48px;
      text-align:center;
    }

    .ff-head .mini{
      display:inline-flex;
      padding:8px 14px;
      border-radius:999px;
      background:#eef2ff;
      color:var(--ff-indigo);
      border:1px solid #c7d2fe;
      font-size:12px;
      font-weight:900;
      letter-spacing:.10em;
      text-transform:uppercase;
      margin-bottom:14px;
    }

    .ff-head h2{
      font-size:clamp(34px, 4vw, 54px);
      line-height:1.08;
      font-weight:900;
      letter-spacing:-0.06em;
      color:var(--ff-dark);
      margin:0 0 16px;
    }

    .ff-head p{
      color:var(--ff-text);
      font-size:16px;
      line-height:1.8;
      margin:0;
    }

    .service-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:24px;
    }

    .service-card{
      background:#fff;
      border:1px solid var(--ff-border);
      border-radius:28px;
      padding:30px 26px;
      box-shadow:0 18px 48px rgba(15,23,42,0.06);
      transition:.28s ease;
      min-height:310px;
      display:flex;
      flex-direction:column;
    }

    .service-card:hover{
      transform:translateY(-7px);
      box-shadow:0 34px 82px rgba(79,70,229,0.13);
      border-color:rgba(79,70,229,.26);
    }

    .service-icon{
      width:62px;
      height:62px;
      border-radius:20px;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:24px;
      margin-bottom:20px;
      background:#eef2ff;
      color:var(--ff-indigo);
    }

    .service-card:nth-child(2) .service-icon{background:#fff7ed;color:#ea580c;}
    .service-card:nth-child(3) .service-icon{background:#ecfdf5;color:#16a34a;}
    .service-card:nth-child(4) .service-icon{background:#fdf2f8;color:#be185d;}
    .service-card:nth-child(5) .service-icon{background:#f5f3ff;color:#7c3aed;}
    .service-card:nth-child(6) .service-icon{background:#eff6ff;color:#2563eb;}

    .service-card h3{
      font-size:20px;
      font-weight:900;
      letter-spacing:-0.035em;
      line-height:1.25;
      color:var(--ff-dark);
      margin:0 0 12px;
    }

    .service-card p{
      color:var(--ff-text);
      font-size:14.5px;
      line-height:1.75;
      margin:0;
    }

    /* PROCESS */
    .process-section{
      background:
        radial-gradient(circle at 10% 20%, rgba(79,70,229,.07), transparent 28%),
        linear-gradient(180deg,#fff 0%,#f8fafc 100%);
    }

    .process-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:20px;
    }

    .process-card{
      position:relative;
      background:#fff;
      border:1px solid var(--ff-border);
      border-radius:26px;
      padding:28px 22px;
      box-shadow:0 18px 48px rgba(15,23,42,0.06);
    }

    .step-no{
      width:42px;
      height:42px;
      border-radius:14px;
      background:linear-gradient(135deg,var(--ff-blue),var(--ff-indigo));
      color:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      font-weight:900;
      margin-bottom:18px;
    }

    .process-card h3{
      font-size:18px;
      font-weight:900;
      letter-spacing:-0.035em;
      color:var(--ff-dark);
      margin-bottom:10px;
    }

    .process-card p{
      color:var(--ff-text);
      font-size:14px;
      line-height:1.7;
      margin:0;
    }

    /* SPLIT SECTION */
    .split-section{
      background:#fff;
    }

    .split-grid{
      display:grid;
      grid-template-columns:.95fr 1.05fr;
      gap:44px;
      align-items:center;
    }

    .split-box{
      border-radius:32px;
      background:linear-gradient(135deg,#0f172a,#1e3a8a);
      padding:40px;
      color:#fff;
      box-shadow:var(--ff-shadow);
    }

    .split-box h2{
      color:#fff;
      font-size:42px;
      font-weight:900;
      letter-spacing:-0.055em;
      line-height:1.08;
      margin:0 0 16px;
    }

    .split-box p{
      color:rgba(255,255,255,.78);
      font-size:16px;
      line-height:1.8;
      margin:0;
    }

    .feature-list{
      display:grid;
      gap:16px;
    }

    .feature-item{
      display:flex;
      gap:16px;
      align-items:flex-start;
      background:#f8fafc;
      border:1px solid var(--ff-border);
      border-radius:20px;
      padding:20px;
    }

    .feature-item i{
      width:42px;
      height:42px;
      border-radius:14px;
      background:#eef2ff;
      color:var(--ff-indigo);
      display:flex;
      align-items:center;
      justify-content:center;
      flex:0 0 auto;
    }

    .feature-item h3{
      font-size:17px;
      font-weight:900;
      letter-spacing:-0.03em;
      margin:0 0 5px;
      color:var(--ff-dark);
    }

    .feature-item p{
      font-size:14px;
      line-height:1.65;
      color:var(--ff-text);
      margin:0;
    }

    /* CTA */
    .nri-cta{
      padding:92px 20px;
      background:
        radial-gradient(circle at 20% 20%, rgba(255,209,102,.18), transparent 30%),
        linear-gradient(135deg,#1e3a8a,#4f46e5 55%,#7c3aed);
      color:#fff;
      text-align:center;
    }

    .nri-cta-inner{
      max-width:850px;
      margin:0 auto;
    }

    .nri-cta h2{
      font-size:clamp(34px,4vw,56px);
      font-weight:900;
      letter-spacing:-0.06em;
      line-height:1.08;
      color:#fff;
      margin:0 0 16px;
    }

    .nri-cta p{
      color:rgba(255,255,255,.84);
      font-size:17px;
      line-height:1.8;
      margin:0 0 32px;
    }

    .cta-points{
      display:flex;
      justify-content:center;
      gap:24px;
      flex-wrap:wrap;
      margin-top:24px;
      color:rgba(255,255,255,.82);
      font-size:14px;
      font-weight:700;
    }

    .cta-points span{
      display:inline-flex;
      align-items:center;
      gap:8px;
    }

    .cta-points i{
      color:var(--ff-gold);
    }

    /* FOOTER */
    .site-footer{
      background:#07111f;
      color:#cbd5e1;
      padding:70px 20px 28px;
    }

    .footer-container{
      max-width:1180px;
      margin:0 auto;
    }

    .footer-grid{
      display:grid;
      grid-template-columns:1.5fr .8fr 1fr;
      gap:42px;
      margin-bottom:34px;
    }

    .footer-col h4{
      color:#fff;
      font-size:18px;
      font-weight:900;
      margin-bottom:16px;
      letter-spacing:-0.03em;
    }

    .footer-col p,
    .footer-col li,
    .footer-col a{
      color:#cbd5e1 !important;
      font-size:14px;
      line-height:1.8;
    }

    .footer-col ul{
      list-style:none;
      padding:0;
      margin:0;
    }

    .footer-socials{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      margin-top:14px;
    }

    .footer-socials a{
      width:36px;
      height:36px;
      border-radius:10px;
      background:#132238;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      color:#fff !important;
      font-weight:900;
    }

    .footer-disclaimer{
      border-top:1px solid rgba(255,255,255,.10);
      padding-top:24px;
      color:#94a3b8;
      font-size:13px;
      line-height:1.7;
    }

    .footer-bottom,
    .footer-bottom-links{
      text-align:center;
      margin-top:18px;
    }

    .footer-bottom a,
    .footer-bottom-links a{
      color:#94a3b8 !important;
      font-size:13px;
      margin:0 10px;
    }

    /* FONT AWESOME FIX */
    .fa,
    .fas,
    .fa-solid,
    .fa-regular,
    .far {
      font-family: "Font Awesome 6 Free" !important;
      font-weight: 900 !important;
    }

    .fab,
    .fa-brands {
      font-family: "Font Awesome 6 Brands" !important;
      font-weight: 400 !important;
    }

    .fa::before,
    .fas::before,
    .fa-solid::before,
    .fa-regular::before,
    .far::before,
    .fab::before,
    .fa-brands::before {
      font-family: inherit !important;
    }

    @media(max-width:1050px){
      .nri-hero-container,
      .split-grid{
        grid-template-columns:1fr;
      }

      .service-grid{
        grid-template-columns:repeat(2,1fr);
      }

      .process-grid,
      .nri-stats-grid{
        grid-template-columns:repeat(2,1fr);
      }

      .footer-grid{
        grid-template-columns:1fr;
      }
    }

    @media(max-width:760px){
      .top-head-web,
      .a-content{
        flex-direction:column !important;
        gap:8px !important;
      }

      .navbar{
        padding:12px 16px !important;
      }

      .nri-hero{
        padding:76px 16px 72px;
      }

      .nri-hero-actions{
        flex-direction:column;
      }

      .ff-btn-primary,
      .ff-btn-secondary{
        width:100%;
      }

      .service-grid,
      .process-grid,
      .nri-stats-grid{
        grid-template-columns:1fr;
      }

      .ff-section{
        padding:64px 16px;
      }

      .split-box{
        padding:30px 24px;
      }

      .split-box h2{
        font-size:34px;
      }

      .nri-cta{
        padding:70px 16px;
      }
    }
