* {
    scrollbar-width: thin;  
    scrollbar-color: #2293d7;
    }
    .marquee {
      background: #2293D7;
      width: 100%;
      overflow: hidden;
      white-space: nowrap;
      box-sizing: border-box;
    }

    .marquee span {
      display: inline-block;
      padding-left: 100%;
      animation: scroll 15s linear infinite;
      font-size: 20px;
      color: white;
      font-weight: bold;
    }

    @keyframes scroll {
      0%   { transform: translateX(0); }
      100% { transform: translateX(-100%); }
    }

      .navbar-nav .nav-link {
    line-height: 1.5; 
    font-size: 1.2rem;
    color: #000;
    font-weight: 500;
  }

  .navbar-brand {
    line-height: 1; 
    display: flex;
    align-items: center; 
  }
  .navbar-brand img {
    height: 50px;
    width: auto;
  }
    .content {
        position: relative;
        z-index: 2;
    }
    .btn-custom {
        background-color: #2293d7;
        color: white;
        border: none;
    }
    .btn-custom:hover {
        background-color: #2293d7;
    }
    .feature-icon {
        font-size: 40px;
        color: #2293d7;
    }
    .feature-heading {
        font-weight: bold;
    }
    .hero-section {
        color: white;
        text-align: center;
        padding: 100px 20px;
        position: relative;
    }
    .hero-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }
    .hero-content {
        position: relative;
        z-index: 2;
    }
    .info-section {
        text-align: center;
        padding: 40px 20px;
    }
    .info-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .info-icon {
        font-size: 40px;
        color: #1a75b3;
        margin-bottom: 10px;
    }
    .features-section {
        position: relative;
        margin-top: -50px;
        z-index: 3;
    }
    .feature-box {
        background: white;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        text-align: center;
    }
.feature-icon {
    background: #e6f4ff;
    color: #2293d7;
    font-size: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;     /* Vertical center */
    justify-content: center; /* Horizontal center */
}

    html {
        scroll-behavior: smooth;
    }
    .scroll-target {
        height: 800px; 
    }
    .foot-section {
        background:url( '../asset5.jpeg') no-repeat center center/cover;
        padding: 80px 0;
        color: white;
        text-align: center;
        position: relative;
    }
   
    .foot-content {
        position: relative;
        z-index: 1;
    }
    .input-group {
        max-width: 500px;
        margin: 20px auto;
    }
    .btn-custom {
        background-color: #2293d7;
        color: white;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
    }
    .btn-custom:hover {
        background-color: #2293d7;
    }