body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    }
    .top-bar {
    background: #1f3b8c;
    color: white;
    padding: 10px 20px;
    font-size: 14px;
    }

    .top-bar i {
    font-size: 14px;
    color: white;
    }
    .top-bar span {
    margin-right: 20px;
    display: flex;
    align-items: center;
    }
    .navbar-nav .nav-item {
    margin-left: 15px;
    margin-right: 15px;
    }

    .navbar-nav {
    gap: 10px;
    }
    .navbar, .dropdown-menu, .btn, .footer-top, .footer-bottom {
    font-family: 'Montserrat', sans-serif;
    }

    .nav-links a {
      text-decoration: none;
      color: black;
      font-weight: bold;
    }
    .hero {
    background: linear-gradient(to right, #C8EDFD, #C8EDFD);
    padding: 50px 0;
    }
    .hero-text h1 {
      font-size: 40px;
      color: #1f3b8c;
    }
    .hero-text p {
      font-size: 18px;
      color: #555;
    }
    .btn-custom {
    background: linear-gradient(to right, #243E8F, #009FE0);
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
    border: none;
    }
    .btn-custom:hover {
    background: linear-gradient(to right, #009FE0, #243E8F);
    color: white;
    }

    .btn-apply {
    background: linear-gradient(to right, #243E8F, #009FE0);
    color: white;
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
    }

    .btn-apply:hover {
    background: linear-gradient(to right, #009FE0, #243E8F);
    color: white;
    text-decoration: none;
    }

    .btn-gradient {
      background: linear-gradient(to right, #243E8F, #009FE0);
      color: #fff;
      border: none;
      font-weight: 600;
    }
    .btn-gradient:hover {
      background: linear-gradient(to right, #009FE0, #243E8F);
      color: #fff;
    }

    .icon-box {
        width: 80px;
        height: 80px;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
        }
        .icon-box img {
        width: 40px;
        height: 40px;
        object-fit: contain;
        }


    /* Color utility classes */
    .bg-blue { background-color: #33B2E633;}
    .bg-purple { background-color: #7B68EE33; }
    .bg-green { background-color: #43A38E33;}
    .bg-darkred { background-color: #AD252533; }
    .bg-lavender { background-color: #BC8BA633; }
    .bg-red { background-color: #ED1E2433; }



    /* Footer styles */
    .footer-top {
      background-color: #0f0f0f;
      color: white;
      padding: 40px 0;
    }
    .footer-bottom {
      background-color: #000;
      color: white;
      text-align: center;
      padding: 15px 0;
      font-size: 14px;
    }
    .footer-icons i {
      font-size: 20px;
      margin-right: 10px;
      color: white;
    }
    .subscribe-form input {
        border-radius: 30px;
        height: 40px;
        padding: 0 0 0 30px;
    }
    .subscribe-form .btn {
    border-radius: 30px;
    height: 40px;
    white-space: nowrap;
    }

    .store-btn img {
      max-height: 60px;
      margin-right: 10px;
    }

    .card-ui {
      width: 300px;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
      margin: auto;
      background-color: white;
    }

    .card-top {
      background-color: #D9CEFD;
      height: 120px;
      position: relative;
    }

    .icon-circle {
      width: 80px;
      height: 80px;
      background-color: #7C65F8;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      bottom: -40px;
      left: 50%;
      transform: translateX(-50%);
    }

    .icon-circle img {
      width: 36px;
      height: 36px;
      filter: brightness(0) invert(1);
    }

    .card-bottom {
      padding: 60px 20px 30px;
      text-align: center;
    }

    .card-bottom h5 {
      font-weight: 600;
      margin-bottom: 12px;
    }

    .card-bottom p {
      color: #555;
      font-size: 14px;
      margin: 0;
    }
    

    .consumer-card-wrapper {
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
  }

  .consumer-card-top {
    height: 150px;
  }

  .consumer-icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .consumer-icon-circle img {
    width: 80px;
    height: 80px;
    object-fit: contain;
  }

  .consumer-card-bottom {
    padding: 60px 20px 30px;
    height: 250px;
  }

  .consumer-title {
    font-weight: 600;
    margin-bottom: 12px;
  }

  .consumer-text {
    font-size: 14px;
    color: #555;
  }

  .ncmc-section {
    padding: 60px 0;
    background-color: #ffffff;
  }

  .ncmc-image img {
    width: 100%;
    max-width: 500px;
    height: auto;
  }

  .ncmc-text h2 {
    font-weight: 700;
    font-size: 2.2rem;
    color: #212529;
    margin-bottom: 20px;
  }

  .ncmc-text p {
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
  }

  @media (max-width: 767.98px) {
    .ncmc-text {
      text-align: center;
      margin-top: 30px;
    }
  }


  .transit-section {
    background: url('bg-pattern.png') no-repeat center center/cover;
    padding: 60px 0;
    text-align: center;
    color: #ffffff;
    border-radius: 16px;
  }

  .content-wrapper {
    max-width: 800px;
    margin: 0 auto;
  }

  .circle-img {
    width: 140px;
    height: 140px;
    object-fit: contain;
    border-radius: 50%;
    margin-bottom: 24px;
  }

  .transit-section h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 16px;
  }

  .transit-section {
    background: linear-gradient(135deg, #243E8F, #009FE0);
    
    padding: 60px 20px;
    text-align: center;
    color: #ffffff;
    border-radius: 16px;
  }

  .container {
    max-width: 1400px;
    margin: 0 auto;
  }


  .circle-img {
    width: 140px;
    height: 140px;
    object-fit: contain;
    border-radius: 50%;
    margin-bottom: 24px;
    background-color: white;
    padding: 12px;
  }

  .transit-section h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 16px;
  }

  .transit-section p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #e2e8f0;
  }

  @media (max-width: 768px) {
    .transit-section {
      padding: 40px 15px;
    }

    .circle-img {
      width: 100px;
      height: 100px;
    }

    .transit-section h2 {
      font-size: 1.5rem;
    }

    .transit-section p {
      font-size: 1rem;
    }

    .transit-section {
      background-color: #C8EDFD;
      padding: 40px 20px;
    }
    
    .transit-section .content-wrapper {
      max-width: 1360px;
      margin: 0 auto;
      text-align: center;
    }
    
    .transit-section img {
      max-width: 100%;
      height: auto;
      margin-bottom: 20px;
    }
    
  }


  .transit-section {
    background: linear-gradient(90deg, #1f3c88 0%, #1fa2ff 100%);
    border-radius: 20px;
    padding: 60px 20px;
    box-sizing: border-box;
    max-width: 1360px;
    margin: 0 auto 40px auto;
    text-align: center;
  }
  
  .transit-img {
    max-width: 180px;
    width: 100%;
    margin-bottom: 30px;
  }
  
  .transit-heading {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  
  .transit-text {
    color: #e0e0e0;
    font-size: 1rem;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
  }

  @media (max-width: 768px) {
    .transit-heading {
      font-size: 1.5rem;
    }
  
    .transit-text {
      font-size: 0.95rem;
    }
  
    .transit-img {
      max-width: 140px;
    }
  }

      .icon-box {
      width: 60px;
      height: 60px;
      
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 24px;
    }

    .section-card {
      border: 1px solid #dee2e6;
      border-radius: 10px;
      background-color: #fff;
      padding: 30px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      margin-bottom: 40px;
    }

    .contact-image {
      width: 100%;
      max-width: 450px;
      height: auto;
    }

  /* text */

  .contact-section {
    padding: 50px 0;
  }
  .contact-header h2 {
    font-weight: 700;
  }
  .contact-info {
    background-color: #F4FCFF;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
  }
  .contact-info i {
    margin-right: 10px;
    color: #0d6efd;
  }
  .form-control {
    border-radius: 4px;
  }
  .captcha-img {
    background-color: #000;
    color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .btn-submit {
    background: linear-gradient(to right, #0044cc, #0099ff);
    border: none;
    color: #fff;
    padding: 10px 25px;
    border-radius: 6px;
  }
  .right-image {
    max-width: 100%;
    border-radius: 8px;
  }
  @media (max-width: 768px) {
    .right-image {
      margin-top: 30px;
    }
  }
  

  .mbtt{
    margin-bottom: 10px;
  }

  .firstHeadline{
    font-family: 'Montserrat', sans-serif;

    font-size: 35px;
    font-weight: 700;
  }

  .formht{
    height: 56px;
  }

  .footermbo{
    margin-bottom: 20px;
  }
  

  .info-card {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }
  
  .info-card.visible {
    opacity: 1;
    transform: translateY(0);
  }
  
  .info-card {
    min-height: 273px;
    display: flex;
    flex-direction: column;
    justify-content: start; /* Or 'space-between' if needed */
  }
  



  /* animation back to top */
  #scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    font-size: 40px;
    border: none;
    outline: none;
    background-color: #243e8f;
    color: white;
    cursor: pointer;
    padding: 0px 17px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;

  }
  
  #scrollTopBtn:hover {
    background-color: #0056b3;
  }


  /* on consumer wrapper box animation */
  /* Animation keyframes */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Animation class */
.animate-on-scroll {
  opacity: 0;
  transition: all 0.6s ease-in-out;
}

/* When visible, trigger animation */
.animate-on-scroll.visible {
  animation: fadeInUp 0.8s ease forwards;
}



.consumer-card-wrapper {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.consumer-card-wrapper:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgb(3 38 97 / 30%);
  
}


.info-card {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
}

.info-card:hover {
  transform: translateY(-10px);
 
  box-shadow: 0 8px 20px rgb(3 38 97 / 13%);
}

.xtrapadding{
  padding: 3.5rem !important;;
}


.consumer_choice {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
 
}

.consumer_choice:hover {
  transform: translateY(-20px);
 
}


.customer-support-section {
  background-color: #f9f9f9;
}

.support-content {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}

.support-content p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  text-align: justify;
  color: #444;
  line-height: 1.7;
  margin-bottom: 15px;
}

.support-content a {
  color: #007bff;
  text-decoration: none;
}

.support-content a:hover {
  text-decoration: underline;
}



/* typing animation */


.typewriter {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
}

.typewriter .line1,
.typewriter .line2 {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  border-right: 2px solid #333;
}

/* Typing for Line 1 */
.typewriter .line1 {
  animation:
    typing1 2s steps(18, end) forwards,
    blink-caret 1s steps(2, start) 2;
}

/* Typing for Line 2 */
.typewriter .line2 {
  opacity: 0;
  animation:
    fadein 0.3s ease-in 2s forwards,
    typing2 2s steps(18, end) 2.3s forwards,
    blink-caret 1s steps(2, start) 2 2.3s;
}

/* Keyframes */
@keyframes typing1 {
  from { width: 0; }
  to { width: 16ch; border-right: none; }
}

@keyframes typing2 {
  from { width: 0; }
  to { width: 15ch; border-right: none; }
}

@keyframes fadein {
  to { opacity: 1; }
}

@keyframes blink-caret {
  0%, 100% { border-color: transparent; }
  50% { border-color: #333; }
}


/* About New section */
.about-section {
  background-color: #f9f9f9;
}

.about-content {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}

.about-content p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  text-align: justify;
  color: #444;
  line-height: 1.7;
  margin-bottom: 15px;
}

.about-content a {
  color: #007bff;
  text-decoration: none;
}

.about-content a:hover {
  text-decoration: underline;
}


/* media query  */

@media (max-width: 767.98px) {
  .footer-top .d-flex.flex-md-row {
    flex-direction: column !important;
    align-items: start !important;
    gap: 15px;
  }

  .subscribe-form {
    width: 100% !important;
  }

  .subscribe-form input,
  .subscribe-form .btn {
    width: 100%;
    margin-top: 10px;
  }

  .subscribe-form .btn {
    margin-left: 0;
  }
}


/* Media query */
@media (max-width: 767.98px) {
  .footer-top .row.text-white > div {
    margin-bottom: 25px;
  }
}


@media (max-width: 767.98px) {
  .footer-top {
    padding: 30px 15px;
  }

  .footer-bottom {
    padding: 10px;
    font-size: 13px;
  }
}


.footer-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}


@media (max-width: 767.98px) {
  .footer-top strong {
    font-size: 14px;
    text-align: center;
  }
}
