body {
   font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.logo-header-cust {
	width: 180px;
}

.main-cust {
    padding: 10px 19px 30px;
}

 .mtf-card {
     max-width: 450px; 
    margin: 40px auto;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    /* box-shadow: 0px 2px 6px rgba(0,0,0,0.1); */
    padding: 0;
    background-color: #fff;
}
    .mtf-title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
    padding: 13px;
    color: #004f76;
}
    .mtf-input-box {
      position: relative;
      margin-bottom: 15px;
    }
    .mtf-input-box input {
      width: 100%;
      padding: 12px 70px 12px 12px;
      border-radius: 8px;
      border: 1px solid #ccc;
      font-size: 16px;
    }
    .mtf-flag {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 80px;
    border-left: 1px solid #ccc;
    background-color: #004f76;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 8px 8px 0;
}
    .mtf-flag img {
      width: 20px;
      height: auto;
      margin-right: 5px;
    }
    .mtf-connector {
      display: flex;
      /*justify-content: center;*/
      margin: 10px 0;
    }
    .mtf-circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 7px solid #004f76;
    background-color: #fff;
    position: relative;
}
    .mtf-circle::before {
    content: "";
    position: absolute;
    top: -23px;
    left: 85%;
    transform: translateX(-50%);
    height: 55px;
    width: 2px;
    background-color: #004f76;
}
   .mtf-btn {
    background-color: #004f76;
    color: #fff;
    font-size: 16px;
    padding: 12px;
    border-radius: 8px;
    width: 100%;
    border: none;
}
    .mtf-btn:hover {
      background-color: #004080;
    }


    .mts-section {
      padding: 60px 20px;
    }
    .mts-heading {
      font-size: 22px;
      font-weight: 700;
      color: #0b2c52;
      margin-bottom: 20px;
    }
    .mts-text {
      font-size: 15px;
      color: #444;
      line-height: 1.7;
    }
    .mts-image-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
    }
    .mts-image-grid img {
      width: 100%;
      height: 160px;
      object-fit: cover;
      border-radius: 12px;
    }

    @media (max-width: 768px) {
      .mts-section {
        text-align: center;
      }
      .mts-image-grid {
        grid-template-columns: 1fr 1fr;
      }
    }

    .mstep-section {
      padding: 60px 20px;
      text-align: center;
    }
    .mstep-title {
      font-size: 22px;
      font-weight: 700;
      color: #0b2c52;
      margin-bottom: 40px;
    }
    .mstep-card {
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      padding: 20px;
      background: #fff;
      text-align: left;
      height: 100%;
      transition: all 0.3s ease;
    }
    .mstep-card:hover {
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      transform: translateY(-5px);
    }
    .mstep-number {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #e6f0fa;
      color: #0b2c52;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 18px;
      margin-bottom: 15px;
    }
    .mstep-card h5 {
      font-weight: 600;
      font-size: 16px;
      margin-bottom: 10px;
      color: #0b2c52;
    }
    .mstep-card p {
      font-size: 14px;
      color: #444;
      line-height: 1.6;
    }

    .fbsec-section {
      padding: 60px 20px;
    }
    .fbsec-title {
      font-size: 22px;
      font-weight: 700;
      color: #0b2c52;
      margin-bottom: 20px;
    }
    .fbsec-text {
      font-size: 15px;
      color: #444;
      line-height: 1.7;
    }
    .fbsec-image-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 15px;
    }
    .fbsec-image-grid img {
      width: 100%;
      border-radius: 12px;
      object-fit: cover;
    }
    .fbsec-image-grid .big {
      grid-row: span 2; /* Make tall image */
      height: 100%;
    }
    .fbsec-image-grid img:not(.big) {
      height: 100%;
    }
    .fbsec-image-grid .big img {
      height: 100%;
      object-fit: cover;
      border-radius: 12px;
    }

    @media (max-width: 768px) {
      .fbsec-section {
        text-align: center;
      }
      .fbsec-image-grid {
        grid-template-columns: 1fr 1fr;
      }
      .fbsec-image-grid img {
        height: auto;
      }
    }


.footer{
  border-top: 1px solid #e4e4e4;
}

.footer p, .footer a{
  color: #626781 !important;
}
.footer h5{
  color: #3848a8 !important;
}

  /* ===== Namespace: fbcar- (FireBlocks Carousel) ===== */
  .fbcar-wrap{background:;padding:48px 0}
  .fbcar-title{color:#0b4a6f;font-weight:800;font-size:26px;margin:0}
  .fbcar-controls{display:flex;gap:14px}
  .fbcar-btn{
    width:48px;height:48px;border-radius:50%;
    border:1px solid #d9e3ee;background:#fff;display:flex;
    align-items:center;justify-content:center;font-size:20px;cursor:pointer;
    transition:.2s ease; box-shadow:0 1px 2px rgba(0,0,0,.05)
  }
  .fbcar-btn:hover{background:#0b4a6f;color:#fff}
  .fbcar-viewport{position:relative;overflow:hidden;cursor:grab}
  .fbcar-viewport.fbcar-dragging{cursor:grabbing}
  .fbcar-track{
    display:flex;gap:18px;will-change:transform;
    transition:transform .35s ease; padding:4px 2px;
  }
  .fbcar-card{
    flex:0 0 calc(33.333% - 12px);
    background:#fff;border:1px solid #e6ecf3;border-radius:14px;
    padding:24px;min-height:170px;user-select:none;
  }
  .fbcar-icon{
    width:40px;height:40px;border-radius:10px;background:#eaf3fb;
    display:flex;align-items:center;justify-content:center;
    font-size:20px;margin-bottom:12px;color:#0b4a6f
  }
  .fbcar-card h5{font-size:16px;font-weight:700;color:#124b69;margin-bottom:8px}
  .fbcar-card p{font-size:14px;color:#4a5568;margin:0}

  /* Responsive */
  @media (max-width: 992px){ .fbcar-card{flex:0 0 calc(50% - 9px)} }
  @media (max-width: 576px){ .fbcar-card{flex:0 0 100%} .fbcar-title{font-size:22px} }

  .h1-cust-set {
    font-size:36px;
    line-height: 1;
    color: #004f76;
    font-weight:600;
}

.h1-cust-set-2 {
    font-size:36px;
    line-height: 1;
    font-weight:600;
}

.h1-cust-set-3 {
    font-size:30px;
    line-height: 1;
    font-weight:600;
}

 /* Custom CSS */
    .about-section {
      text-align: center;
      padding: 50px 20px;
    }
    .about-section h2 {
      font-weight: 700;
      color: #2c3e99; /* Dark blue shade */
      margin-bottom: 20px;
    }
    .about-section p {
      max-width: 900px;
      margin: 0 auto 40px auto;
      font-size: 16px;
      line-height: 1.6;
      color: #444;
    }
    .about-gallery {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    overflow: hidden;
    padding: 10px;
    scrollbar-width: thin;
}
    .about-gallery img {
      border-radius: 10px;
      object-fit: cover;
      transition: transform 0.3s ease;
      height: 150px;
    }
    .about-gallery img:hover {
      transform: scale(1.05);
    }
    .about-gallery::-webkit-scrollbar {
      height: 6px;
    }
    .about-gallery::-webkit-scrollbar-thumb {
      background: #2c3e99;
      border-radius: 3px;
    }

     .mission-vision-section {
      background-color: #004A6F; /* Dark blue background */
      color: #fff;
      padding: 60px 20px;
    }
    .mission-vision-card {
      background-color: transparent;
      border: none;
      color: #fff;
    }
    .mission-vision-card img {
      border-radius: 10px;
      width: 100%;
      height: auto;
      margin-bottom: 15px;
    }
    .mission-vision-card h6 {
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 10px;
    }
    .mission-vision-card p {
      font-size: 18px;
      font-weight: 600;
      line-height: 1.6;
    }

    .cust-img-about{
      max-height: 250px;
      width: 100%;
      border-radius: 5px;
      overflow: hidden;
    }

    /* Custom CSS with unique names */
    .value-section-custom {
      padding: 60px 20px;
      text-align: center;
      background-color: #fff;
    }
    .value-section-custom h2 {
      font-weight: 700;
      font-size: 32px;
      margin-bottom: 40px;
      background: linear-gradient(90deg, #004A6F, #4F46E5);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .value-card-custom {
      border: 1px solid #e0e0e0;
      border-radius: 10px;
      padding: 30px 20px;
      background: #fff;
      transition: all 0.3s ease-in-out;
      height: 100%;
    }
    .value-card-custom:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }
    .value-card-custom .value-number {
      /*font-size: 48px;*/
      font-weight: 700;
      color: transparent;
      -webkit-text-stroke: 1px #4F46E5;
      margin-bottom: 15px;
    }
    .value-card-custom h5 {
      font-size: 18px;
      font-weight: 700;
      color: #004A6F;
      margin-bottom: 15px;
    }
    .value-card-custom p {
      font-size: 15px;
      color: #444;
      line-height: 1.6;
    }

    .img-svg-cust{
      width: 70px;
    }

    img.about-ss{
      width: 100%;
      object-fit: contain;
      height: 100%;
    }

     .coming-soon {
    font-size: 16px;
    font-weight: 600;
    color: #434343;
    display: flex;
    align-items: center;
    gap: 6px;
    padding-top: 10px;
}
    .blink-dot {
      width: 12px;
      height: 12px;
      background-color: #f23d3d;
      border-radius: 50%;
      animation: blink 2s infinite;
    }
    @keyframes blink {
      0%, 100% { opacity: 1; }
      50% { opacity: 0; }
    }

    .footer img{
      width: 190px;
    }

    .w-80-cust{
      width: 70%;
    }