
    .service-banner{
      background: url(../images/11.png);
    }

    .hero-section {
      padding: 99px 20px;
      /* padding-top: 184px; */
      background: linear-gradient(to bottom right, #eaf6ff, #ffffff);
      overflow: hidden;
      position: relative;
    }

    .hero-title {
      font-size: 49px;
      font-weight: 800;
      line-height: 1.4;
      color: #104298;
    }

    .hero-title .highlight {
      color: #009efd;
    }
.deaa{
        color: #fff;
    font-size: 1.5rem;
    background: #104298;
    width: 60px !important;
    height: 60px !important;
    padding: 9px;
    display: block;
    position: absolute;
    border-radius: 55px;
    justify-content: center;
    align-items: center;
    align-content: center;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 6%;
}
    .hero-text {
      font-size: 22px;
      margin-top: 25px;
      color: #104298;
      width: 84%;
      font-weight: 600;
    }

    .btn-discover {
      margin-top: 30px;
      background-color: #104298;
      color: white;
      padding: 10px 25px;
      border-radius: 30px;
      transition: background 0.3s ease;
    }

    .btn-discover:hover {
      background-color: #104298;
    }

    .stats-box {
      position: absolute;
      top: 30%;
      right: 20%;
      background: #e0edff;
      color: #002856;
      padding: 10px 20px;
      border-radius: 12px;
      font-weight: 600;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .stats-box i {
      font-size: 1.5rem;
    }

    .hero-img {
      width: 100%;
      height: auto;
    }

    @media (max-width: 768px) {
      .hero-title {
        font-size: 2rem;
      }
      .stats-box {
        display: none;
      }
    }
    .hero-section {
    background: url(../images/1.png);
    background-size: cover;
    height: 641px;
    background-position: bottom;
    }

    .wave-section {
      background-color: #eaf7ff;
      position: relative;
      padding: 80px 20px 60px;
    }

    .wave-section::before {
      content: "";
      position: absolute;
      top: -100px;
      left: 0;
      width: 100%;
      height: 120px;
      background: url('../images/2.png') no-repeat center top;
      background-size: cover;
      z-index: 1;
      z-index: 11111111;
    }

    .section-heading {
      font-size: 49px;
      font-weight: 700;
      color: #104298;
    }

    .section-heading .highlight {
      color: #009efd;
    }

    .section-description {
      font-size: 1rem;
      color: #555;
      margin-top: 10px;
    }

    .btn-discover {
      background-color: #104298;
      color: white;
      border-radius: 20px;
      padding: 8px 20px;
    }

    .custom-card {
      border: none;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
    }

    .custom-card:hover {
      transform: translateY(-5px);
    }

    .card-bottom {
    background: #009efd;
    padding: 19px 0;
    text-align: center;
    border-radius: 0px 0px 0px 10px;
    }

    .card-bottom i {
color: #fff;
    font-size: 1.5rem;
    background: #104298;
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    border-radius: 55px;
    justify-content: center;
    align-items: center;
    align-content: center;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 6%;
    }
    .card-bottom h3{
      font-size: 19px;
      color: #fff;
    }

    @media (max-width: 767.98px) {
      .section-heading {
        font-size: 2rem;
      }
    }




     .navbar {
      background-color: #ffffff;
      padding: 10px 30px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }
/* 
    .navbar-brand img {
      height: 40px;
    } */

    .navbar-nav .nav-link {
      font-weight: 600;
      color: #444;
      margin: 0 10px;
      font-family: 'Segoe UI', sans-serif;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
      color: #0056b3;
    }

    .btn-contact {
      background-color: #0c1f56;
      color: #fff;
      font-weight: 500;
      border-radius: 8px;
      padding: 8px 20px;
      display: flex;
      align-items: center;
      gap: 8px;
      font-family: 'Segoe UI', sans-serif;
    }

    .btn-contact:hover {
      background-color: #092045;
      color: #fff !important;
    }

    @media (max-width: 991.98px) {
      .navbar-nav {
        text-align: center;
      }
    }





    

    .arc-section {
      position: relative;
      width: 1000px;
      height: 500px;
      /* background: #ededed; */
      border-radius: 40px;
      z-index: 9999999;
      overflow: hidden;
      margin: 0 auto;
    }

    .arc-line {
      position: absolute;
      top: 100px;
      left: 50%;
      width: 85%;
      height: 424px;
      transform: translateX(-50%);
      background: url(../images/Frame-1.png);
      background-position: center;
      background-size: cover;
    }

    .icon-container {
      position: absolute;
      width: 800px;
      height: 400px;
      top: 100px;
      left: 50%;
      transform: translateX(-50%);
      pointer-events: none;
    }

    .icon-wrapper {
      position: absolute;
      width: 80px;
      height: 80px;
      background: white;
      border-radius: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
      pointer-events: auto;
      opacity: 0;
      transform: scale(0.5);
      transition: all 0.6s ease;
      padding: 10px;
      text-align: center;
      cursor: pointer;
    }

    .icon-wrapper.visible {
      opacity: 1;
      transform: scale(1);
    }

    .icon-wrapper i {
      font-size: 30px;
      color: #003a9b;
      margin-bottom: 5px;
    }

    .icon-title {
      font-size: 14px;
      font-weight: bold;
      color: #003a9b;
      margin-bottom: 3px;
    }

    .icon-desc {
      font-size: 12px;
      color: #666;
    }

    /* .active {
      border: 3px solid #003a9b;
    } */

    #activeIconDisplay {
      margin-top: 20px;
      text-align: center;
      position: absolute;
      bottom: 25%;
      width: 100%;
    }

    #activeIcon {
      font-size: 50px;
      color: #003a9b;
    }

    #activeTitle {
      font-weight: bold;
      font-size: 24px;
      color: #003a9b;
      margin-top: 10px;
    }

    #activeDesc {
      font-size: 16px;
      color: #666;
    }

    .icon-wrapper .icon-title,
    .icon-wrapper .icon-desc {
      display: none;
    }

    .kese{
      background-color: #fff;
      position: relative;
      padding-top: 30px;
      background: url(../images/4.png);
      background-size: cover;
    }
    .kese .top-seee p{
      width: 64%;
        margin: 0 auto;
    }
    .kese::after{
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    background-color: #dcdcdcd1;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    opacity: 0;
    }






    .why-section {
      padding: 80px 20px;
      background-color: #fff;
    }

    .why-section h2 {
      font-weight: 800;
      font-size: 2.5rem;
      color: #002856;
    }

    .why-section h2 .highlight {
      color: #00aaff;
    }

    .why-description {
      max-width: 68%;
      color: #444;
      margin: 10px auto 50px;
    }

    .icon-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 80px;
    align-items: center;
    box-shadow: aquamarine;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    padding: 11px 14px;
    width: 82%;
    border-radius: 11px;

    }
    .icon-box div{
      width: 60%;
    } 
    .icon-box img {
      /* width: 60px;
      height: 60px;
      background: #eaf4ff; */
      /*width: 19%;*/
      /*padding: 10px;*/
      /*border-radius: 50%;*/
      /*margin-right: 20px;*/
          width: 11%;
    padding: 8px;
    border-radius: 50%;
    margin-right: 20px;
    background: #0f4298;
    height: 11%;
    }

    .icon-box h5 {
      color: #0056b3;
      font-weight: 700;
      margin-bottom: 5px;
    }

    .hover-overlay {
      transition: opacity 0.3s ease-in-out;
      opacity: 0;
    }

    .hover-container:hover .hover-overlay {
      opacity: 1 !important;
    }

    .object-fit-cover {
      object-fit: cover;
    }

    .img-group .rounded-4 {
      border-radius: 25px !important;
    }





        .process-section {
      padding: 80px 20px;
      text-align: center;
    }

    .process-section h2 {
      font-weight: 800;
      font-size: 2.5rem;
      color: #002856;
    }

    .process-section h2 .highlight {
      color: #00aaff;
    }

    .process-description {
      max-width: 900px;
      margin: 0 auto 60px;
      color: #555;
    }

    .process-step {
      position: relative;
      background: #fff;
      border-radius: 50%;
      width: 120px;
      height: 120px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
      margin: 0 auto 15px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .process-step img {
    width: 65px;
    position: absolute;
    }

    body .step-number {
      position: absolute;
      top: -10px;
      left: -10px;
      background-color: #004aad;
      color: white;
      width: 35px;
      height: 35px;
      font-size: 14px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
    }

    .process-card {
      text-align: center;
      max-width: 250px;
      position: relative;
    }
    #de::after{
    position: absolute;
    content: "";
    background: url(../images/5.png);
    background-size: contain;
    height: 300px;
    background-repeat: no-repeat;
    width: 67%;
    top: 16%;
    transform: rotate(-9deg);
    left: 90%;
    }
    #des::before{
    position: absolute;
    content: "";
    background: url(../images/5.png);
    background-size: contain;
    height: 300px;
    background-repeat: no-repeat;
    width: 70%;
    top: -56%;
    transform: rotate(-72deg);
    right: -83%;
    }


    .process-card h5 {
      color: #004aad;
      font-weight: 700;
    }

    .zigzag {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 60px 40px;
      position: relative;
    }

    .zigzag .line {
      position: absolute;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 0;
    }

    @media (min-width: 768px) {
      .zigzag {
        flex-wrap: nowrap;
        justify-content: space-around;
      }

      .zigzag .process-card:nth-child(even) {
        margin-top: 127px;
      }

      .zigzag .process-card:nth-child(odd) {
        margin-top: 0;
      }
    }

    @media (max-width: 767.98px) {
      .zigzag {
        flex-direction: column;
        align-items: center;
      }

      .zigzag .process-card {
        margin-bottom: 40px;
      }
    }


     .testimonial-container {
      max-width: 1200px;
      margin: 60px auto;
      margin-bottom: 0px;
      text-align: center;
      background: #fff;
      border-radius: 20px;
      overflow: hidden;
      position: relative;
    }

    .testimonial-carousel {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 0px;
      transition: all 0.5s ease;
    }

    .testimonial-slide {
      flex: 0 0 120px;
      opacity: 0.3;
      transform: scale(0.8);
      transition: all 0.5s ease;
      border-radius: 25px;
      overflow: hidden;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      position: relative;
    }

    .testimonial-slide img {
    width: 100%;
    height: 347px;
    object-fit: cover;
    border-radius: 25px;
    }

    .testimonial-slide .testimonial-info {
      background: linear-gradient(to bottom, transparent, #003478);
      padding: 10px;
      color: white;
      position: absolute;
      bottom: 0;
      width: 100%;
      border-radius: 0 0 25px 25px;
    }

    .testimonial-slide.center {
      flex: 0 0 335px;
      opacity: 1;
      transform: scale(1);
      z-index: 10;
    }

    .testimonial-slide.center img {
      height: 425px;
    }

    .testimonial-slide.adjacent {
      flex: 0 0 260px;
      opacity: 0.7;
      transform: scale(0.9);
    }

    .testimonial-text {
      margin-top: 30px;
      min-height: 120px;
    }

    .testimonial-content {
      display: none;
      opacity: 0;
      transition: opacity 0.5s ease;
      max-width: 800px;
      margin: auto;
    }

    .testimonial-content.active {
      display: block;
      opacity: 1;
    }

    .stars {
      font-size: 20px;
      color: #f5c518;
      margin-bottom: 10px;
    }

    .testimonial-content p {
      font-size: 16px;
      color: #003478;
      line-height: 1.6;
    }

    .nav {
      position: absolute;
      top: 45%;
      transform: translateY(-50%);
      background: white;
      border: 1px solid #ccc;
      border-radius: 50%;
      padding: 10px 14px;
      font-size: 22px;
      cursor: pointer;
      box-shadow: 0 2px 8px rgba(0,0,0,0.15);
      z-index: 20;
    }

    .nav.prev { left: 10px; }
    .nav.next { right: 10px; }

    @media (max-width: 768px) {
      .testimonial-slide {
        flex: 0 0 80px;
      }

      .testimonial-slide.adjacent {
        flex: 0 0 130px;
      }

      .testimonial-slide.center {
        flex: 0 0 180px;
      }

      .testimonial-slide img {
        height: 140px;
      }

      .testimonial-slide.adjacent img {
        height: 180px;
      }

      .testimonial-slide.center img {
        height: 240px;
      }

      .testimonial-content p {
        font-size: 14px;
        padding: 0 10px;
      }
    }





    .ready-section {
      background-color: #043d92;
    color: white;
    padding: 40px 20px;
    /* border-bottom-left-radius: 80px; */
    /* border-bottom-right-radius: 80px; */
    width: 54%;
    margin: 0 auto;
    border-radius: 75px;
    position: relative;
    top: 35px;
    }

    .ready-section h2 {
      font-weight: bold;
      font-size: 2rem;
      margin: 0;
    }

    .ready-section .btn-contact {
      border: 2px solid #fff;
      color: #fff;
      padding: 10px 25px;
      border-radius: 30px;
      font-weight: 500;
      text-decoration: none;
    }

    .ready-section .btn-contact:hover {
      background-color: #0c1f56;
      color: #043d92;
    }

    .footer {
      background-color: #eaf6ff;
      padding: 60px 0 30px;
    }

    .footer h5 {
      font-weight: 600;
      color: #043d92;
      margin-bottom: 20px;
    }

    .footer a {
      color: #043d92;
      text-decoration: none;
    }

    .footer a:hover {
      text-decoration: underline;
    }

    .social-icons a {
      background-color: #043d92;
      color: white;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin-right: 10px;
      font-size: 18px;
    }

    .contact-box {
      display: flex;
      align-items: flex-start;
      margin-bottom: 15px;
      gap: 10px;
      color: #043d92;
    }

    .footer-bottom {
      border-top: 1px solid #ccc;
      margin-top: 30px;
      padding-top: 15px;
      font-size: 14px;
    }

    .footer ul li {
      margin-bottom: 8px;
      display: flex;
      align-items: center;
    }

    .footer ul li i {
      margin-right: 8px;
    }

    @media (max-width: 767px) {
      .ready-row {
        flex-direction: column;
        text-align: center;
        gap: 15px;
      }

      .ready-section {
        border-radius: 0;
      }

      .footer .row > div {
        margin-bottom: 30px;
      }

      .footer-bottom {
        text-align: center;
        flex-direction: column !important;
        gap: 10px;
      }
    }


    .wave-section img{
      height: 264px;
      object-fit: cover;
    }
    .wave-section .card{
      position: relative;
      z-index: 111111111;
      overflow: visible;
    }

    .wave-section .card::after{
    position: absolute;
    content: "";
    background: url( ../images/6.png);
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    bottom: -21.9%;
    z-index: -1;
    left: -1.9%;
    }
        .wave-section .card::before{
    position: absolute;
    content: "";
    background: url(../images/6.png);
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    top: -21.9%;
    z-index: -1;
    right: -1.9%;
    transform: rotate(180deg);
        }


        .top-seee{
          z-index: 11111111;
          position: relative;
        }




              .hover-gallery {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
    }
 
    .gallery-item {
      position: relative;
      width: 121px;
      height: 350px;
      border-radius: 30px;
      overflow: hidden;
      transition: all 0.4s ease-in-out;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      flex-shrink: 0;
      cursor: pointer;
    }
 
    .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.4s ease;
    }
 
    .gallery-item:hover {
      width: 233px;
    }
 
    .gallery-item:hover img {
      transform: scale(1.05);
    }
 
    .overlay-text {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      padding: 15px;
      text-align: center;
      font-weight: 600;
      font-size: 18px;
      opacity: 0;
      transform: translateY(20px);
      transition: all 0.4s ease-in-out;
      border-bottom-left-radius: 30px;
      border-bottom-right-radius: 30px;
    }
 
    .gallery-item:hover .overlay-text {
      opacity: 1;
      transform: translateY(0);
    }
 
    @media (max-width: 768px) {
      .hover-gallery {
        flex-direction: column;
        align-items: center;
      }
 
      .gallery-item {
        width: 90%;
        height: 300px;
      }
 
      .gallery-item:hover {
        width: 95%;
      }
    }
    .tes h2{  
      font-size: 42px;
      color: #104298;
      font-weight: 800;
    }
    .tes .mt-4{
      width: 51%;
      margin: 0 auto;
      position: relative;
    }
    .tes .mt-4::after{
    position: absolute;
    content: "";
    z-index: 1111111;
    background: url(../images/9.png);
    background-size: cover;
    width: 200px;
    height: 200px;
    top: -23px;
    left: -210px;
    }
    .fes{
        position: relative;
    }
    .fes::after{
    position: absolute;
    content: "";
    background: url(../images/14.png);
    width: 80%;
    height: 90%;
    background-repeat: no-repeat;
    border-radius: 42px;
    right: 0px;
    background-size: cover;
    top: 20px;
    }
    
    .fes .container{
        z-index: 1111111;
    }
        .tes .mt-4::before{
    position: absolute;
    content: "";
    z-index: 1111111;
    background: url(../images/10.png);
    background-size: cover;
    width: 200px;
    height: 200px;
    top: -23px;
    right: -210px;
    }
    .tes .highlight{
      color: #009EFF;
    }










    /* 🔷 Banner Section */
    .service-banner {
      background-size: cover;
      background-position: center;
      padding: 80px 20px 60px;
      text-align: center;
    }

    .service-banner h1 {
      font-size: 2.5rem;
      font-weight: 700;
      color: #043d92;
    }

    .service-banner p {
      font-size: 1.1rem;
      color: #2c3e50;
      max-width: 700px;
      margin: 10px auto 0;
    }

    /* ✅ Customer Service Section */
    .service-section {
      padding: 60px 0;
    }

    .image-box {
      position: relative;
      width: 100%;
      max-width: 600px;
      border-radius: 20px;
      overflow: hidden;
      margin: 0 auto;
    }

    .image-box::before {
      content: '';
      position: absolute;
      top: 15px;
      left: 15px;
      width: 100%;
      height: 100%;
      background: linear-gradient(to right, #2497f2, #3d73dd);
      border-radius: 20px;
      z-index: 0;
    }

    .image-box img {
      position: relative;
      z-index: 1;
      border-radius: 20px;
      width: 100%;
      height: auto;
    }

    .service-text h3 {
      color: #043d92;
      font-weight: 700;
    }

    .service-text p {
      color: #555;
      margin-top: 15px;
      margin-bottom: 25px;
    }

    .service-text ul {
      list-style: none;
      padding: 0;
    }

    .service-text ul li {
      margin-bottom: 15px;
      display: flex;
      align-items: center;
      color: #2c3e50;
      font-size: 16px;
    }

    .service-text ul li i {
      color: #043d92;
      font-size: 18px;
      margin-right: 12px;
    }

    /* ✅ Additional Benefits */
    .benefits-section {
      padding: 60px 20px;
      background-color: #fff;
    }

    .benefits-section h4 {
      font-weight: 700;
      color: #043d92;
      margin-bottom: 20px;
    }

    .benefits-section p {
      color: #444;
      font-size: 1.05rem;
      line-height: 1.8;
      max-width: 1100px;
    }

    /* 📱 Unified Mobile Media Query */
    @media (max-width: 767px) {
      .service-banner h1 {
        font-size: 1.8rem;
      }

      .service-banner p {
        font-size: 1rem;
        padding: 0 10px;
      }

      .image-box {
        margin-bottom: 30px;
      }

      .benefits-section {
        padding: 40px 15px;
      }

      .benefits-section p {
        font-size: 1rem;
      }
    }


    
/* Cards Css*/

.blog .card {
  max-width: 400px;
  margin: 0 auto;
  background: white;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.blog .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.blog .card-header {
  position: relative;
  padding: 0;
  /*background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);*/
  height: 200px;
  overflow: hidden;
}

.blog .card-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog .card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  min-height: 200px;
}

.blog .bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; 
  margin-top: auto; 
}

.blog .read-more a {
  font-weight: 600;
  color: #FFD700;
  text-decoration: none;
}


.blog .tag {
  background: none !important;
  color: #555;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 1px 0; 
  border-radius: 0;
  text-transform: none;
  letter-spacing: normal;
}


.blog .card-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #333;
  margin-bottom: 15px;
  text-decoration: none;
}

.blog .card-title:hover {
  color: #043d92;
  text-decoration: none;
}

.blog .card-text {
  color: #666;
  line-height: 1.6;
  font-size: 14px;
  flex-grow: 1;
  margin-bottom: 15px;
}

.blog .card-text a {
  color: inherit;
  text-decoration: none;
}

.blog .read-more {
  margin-top: auto;
}

.blog .read-more a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  transition: color 0.3s ease;
}

.blog .read-more a:hover {
  color: #043d92;
}


.blog .blog-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #043d92;
}


@media (max-width: 768px) {
  .blog.card {
    max-width: 100%;
    margin: 0 10px;
  }

  .blog.card-header {
    height: 180px;
  }

  .blog.card-title {
    font-size: 16px;
  }
}



/* Career Css*/


.application-container {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}


.application-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  min-height: 600px;
}

.application-content {
  display: flex;
  min-height: 600px;
}

#prevBtn {
  background-color: #e67e22;
}

#submitBtn {
  background-color: #e67e22;
}

#nextBtn {
  background-color: #e67e22;
}

/* Left Sidebar */
.steps-sidebar {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  width: 300px;
  padding: 40px 30px;
  color: white;
  position: relative;
}

.step-item {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
}

.step-number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  margin-right: 20px;
  margin-top: 7px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.step-number.active {
  background: #e67e22;
  color: white;
}

.step-number.completed {
  background: #27ae60;
  color: white;
}

.step-info h4 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
}

.step-info p {
  font-size: 14px;
  opacity: 0.8;
  margin: 0;
}

.step-connector {
    position: absolute;
    left: 6px;
    top: 32px;
    width: 2px;
    height: 62px;
    background: rgba(255, 255, 255, 0.3);
    z-index: 1;
}

.step-item:last-child .step-connector {
  display: none;
}

/* Right Form Area */
.form-area {
  flex: 1;
  padding: 40px;
  background: #fff;
}

.form-header {
  text-align: center;
  margin-bottom: 40px;
}

.form-header h2 {
  color: #2c3e50;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.form-header p {
  color: #7f8c8d;
  font-size: 16px;
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.form-group {
  margin-bottom: 25px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #2c3e50;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #3498db;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.form-group textarea {
  height: 120px;
  resize: vertical;
}

.file-upload {
  border: 2px dashed #bdc3c7;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  background: #f8f9fa;
  transition: all 0.3s ease;
  cursor: pointer;
}

.file-upload:hover {
  border-color: #3498db;
  background: #fff;
}

.file-upload.dragover {
  border-color: #2ecc71;
  background: rgba(46, 204, 113, 0.1);
}

.file-upload i {
  font-size: 40px;
  color: #bdc3c7;
  margin-bottom: 15px;
}

.file-upload input {
  display: none;
}

.file-info {
  margin-top: 15px;
  padding: 10px;
  background: #e8f5e8;
  border-radius: 5px;
  display: none;
}

.file-info.show {
  display: block;
}

.navigation-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}

.btn-nav {
  padding: 12px 30px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-prev {
  background: #95a5a6;
  color: white;
}

.btn-prev:hover {
  background: #7f8c8d;
}

.btn-next {
  background: #3498db;
  color: white;
}

.btn-next:hover {
  background: #2980b9;
}

.btn-submit {
  background: #27ae60;
  color: white;
}

.btn-submit:hover {
  background: #229954;
}

.checkbox-group {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.checkbox-group input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

.progress-bar {
  width: 100%;
  height: 6px;
  background: #e0e0e0;
  border-radius: 3px;
  margin-bottom: 30px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #3498db, #2ecc71);
  border-radius: 3px;
  transition: width 0.5s ease;
}

/* Success Message */
.success-message {
  text-align: center;
  padding: 40px;
  display: none;
}

.success-message.show {
  display: block;
}

.success-message i {
  font-size: 60px;
  color: #27ae60;
  margin-bottom: 20px;
}

.success-message h3 {
  color: #27ae60;
  margin-bottom: 15px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .application-content {
    flex-direction: column;
  }

  .steps-sidebar {
    width: 100%;
    padding: 20px;
  }

  .step-item {
    margin-bottom: 20px;
  }

  .form-area {
    padding: 20px;
  }

  .navigation-buttons {
    flex-direction: column;
    gap: 10px;
  }
}

#prevBtn{
  background-color: #043d92;
}

/* Career Css*/
#nextBtn{
    background-color: #043d92;
}

.steps-sidebar {
      background: #043d92;
}

.step-number.active{
  background-color: #fff;
  color: #000;
}






/* About Css*/
.stats-section {
  background-color: #71A5FD;
  padding: 60px 20px;
  width: 100%;
}

.stats-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.stat-item {
  text-align: center;
  flex: 1;
}

.stat-number {
  font-size: 4rem;
  font-weight: bold;
  color: #1a237e;
  margin-bottom: 10px;
  line-height: 1;
}

.stats-section .stat-label {
  font-size: 1.1rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .stats-container {
    flex-direction: column;
    gap: 30px;
  }

  .stat-number {
    font-size: 3rem;
  }

  .stat-label {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .stats-section {
    padding: 40px 15px;
  }

  .stat-number {
    font-size: 2.5rem;
  }

  .stat-label {
    font-size: 0.9rem;
  }
}


/* About us */
#about .why-choose-us {
  padding: 60px 20px;
  background-color: #fff;
  font-family: Arial, sans-serif;
}

.why-choose-us .container {
  display: flex;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.why-choose-us .left-image {
  flex: 1;
  min-width: 300px;
}

.why-choose-us .left-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.why-choose-us .right-content {
  flex: 1;
  min-width: 300px;
}

.why-choose-us .right-content h2 {
  color: #002d6b;
  font-size: 32px;
  margin-bottom: 20px;
}

.why-choose-us .right-content p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 30px;
}

.why-choose-us .progress-bars {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.why-choose-us .progress-bar {
  background-color: #e6e6e6;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  height: 30px;
}

.why-choose-us .progress-bar .fill {
  background-color: #247CFF;
  height: 100%;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-left: 10px;
  white-space: nowrap;
  transition: width 0.5s ease-in-out;
}

.step-info {
    padding-left: 37px;
}

.h-500{
    height: 500px !important;
}
@media (min-width:320px) and (max-width:480px){
    .navbar-nav .dropdown-menu {
    /*position: relative;*/
}
.dropdown-menu.custom-mega-menu {
        transform: translateX(0%) !important;
                width: 100% !important;
}
.ldd{
    display: block !important;
}
.lddd{
    display: none;
}
.dropdown .dropdown-menu {
    display: none;
}
}
.ldd{
    display: none;
}


/* On mobile, Bootstrap dropdown (click) works as usual */
@media (max-width: 991px) {
  .custom-mega-menu {
    /*width: 100% !important;*/
    /*transform: none !important;*/
    /*left: 0 !important;*/
    /*box-shadow: none;*/
  }
}