body {
      font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

    }
    h1, h2, h4 {
      font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-weight: 700;
    }
    .navbar {
      height: 80px;
    }

    
    .nav-link {
     color: #002B5C;
     font-weight: 500;
    }
   


    .hero {
      background: linear-gradient(rgba(0, 43, 92, 0.6), rgba(0, 43, 92, 0.6)),
                  url("../images/bghero.png") center/cover no-repeat;
      height: 95vh;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 20px;
    }
    .hero1 {
      background: linear-gradient(rgba(0, 43, 92, 0.6), rgba(0, 43, 92, 0.6)),
                  url("../images/bghero.png") center/cover no-repeat;
      height: 100vh;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 20px;
    }
    .btn-primary-navy {
      background-color: #002B5C !important;
      border: none;
      border-radius: 8px;
      height: 40px;
     padding: 7px 20px;
       color: #fff !important;
    }
    .btn-outline-navy {
      border: 2px solid #002B5C;
      color: #002B5C;
      border-radius: 8px;
      height: 40px;
      padding: 7px 20px;
    }
    .btn-turquoise {
      background: linear-gradient(90deg, #00B5AD, #00D2CB) !important;
      color: #fff !important;
      border: none;
      border-radius: 8px;
      height: 50px;
      font-weight:bold;
          padding: 10px 30px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    }
    /*.features{
      background: url("../images/bg1.png") center/cover no-repeat;
    }*/
    .features .card {
      border: none;
    padding: 5px;
    border-radius: 12px;
        background: none;
    background-image: linear-gradient(to bottom, #dfecff70, #00b5ad29);
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); */
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    }
    .how-it-works {
      background: #002B5C;
      color: #fff;
      padding: 80px 20px;
    }
     .timeline {
    position: relative;
    margin: 0 auto;
    max-width: 1100px;
  }
  .timeline::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    z-index: 1;
  }
  .timeline-step {
    flex: 1;
    min-width: 180px;
    padding: 0 10px;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #00B5AD;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: transform 0.3s ease, background 0.3s ease;
  }
  .icon-circle:hover {
    transform: translateY(-6px);
    background: #00D2CB;
  }
  .timeline-step h5 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
  }
  .ptb-100{
    padding-top:60px;
    padding-bottom:100px;
  }
  .ptb-150{
    padding-top:80px;
    padding-bottom:150px;
  }
  .ptb-form{
    padding-top:120px;
    padding-bottom:120px;
  }
  .trans{
        transform: translateY(60px);
  }

  .trans1{
        transform: translateY(10px);
  }
  .trans2{
        transform: translateY(65px);
  }
  .borderr
  {
    border-right:3px solid #CBDEF4;
  }


  /* Responsive stacking for mobile */
  @media (max-width: 768px) {
    
    .timeline::before {
      content: none;
    }
    .timeline-step {
      margin-bottom: 40px;
    }

    .trans{
        transform: translateY(0px);
  }

  .trans1{
        transform: translateY(0px);
  }
  .trans2{
        transform: translateY(0px);
  }
  .borderr
  {
    border-right:none;
  }

  .features .card{
    padding:0px;
  }
  .features .card h4{
   font-size:18px;
  }

  .navbar-collapse {
    
    background: #fff;
    padding: 20px;
    }
    

  }
    .access-section {
      padding: 80px 20px;
    }
    .callout {
      background: #001B3F;
      color: #fff;
      padding: 60px 20px;
    }
    .f-list{
      list-style-type: none;
      padding-left:0px;
    }
    .f-list li{
      padding-bottom:15px;
    }
    .f-list li a{
      text-decoration: none;
      font-weight:400;
      font-size:16px;
    }
    .footer-top {
      background: #000;
      color: #fff;
      padding: 60px 20px;
    }
    .footer-bottom {
      background: #fff;
      padding:10px 0px 0px 0px;
    }

    .footer a {
      color: #fff;
      text-decoration: none;
    }
    .social a{
      color: #001B3F;
      text-decoration: none;
      background:#fff;
          padding: 5px 8px;
      border-radius:5px;
    }
    .f-title{
          font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 12px;
    }

 .form-card {
      max-width: 100%; margin:50px auto; background:#fff;
      padding:30px; border-radius:15px; box-shadow:0 4px 10px rgba(0,0,0,.1);
    }
    .form-card h4 { margin-bottom:20px; }



    .h-10 {
    height: 2.5rem;
}
.object-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.font-bold {
    font-weight: 700;
}
.text-xl {
    font-size: 1.20rem;
    line-height: 0.90rem;
}
.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}
.progress, .progress-stacked {
    --bs-progress-height: 0.5rem;
  }

  .upload-box {
      border:2px dashed #aaa; padding:20px; border-radius:10px;
      text-align:center; background:#fdfdfd;
    } 

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 85%;
    }
}
    