.testimonial-section {
    padding: 40px 0;
    background: #f5f7fb;
    text-align: center;
  }

  .testimonial-section h2 {
    margin-bottom: 30px;
  }

  /* Slider */
  .slider {
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .slide-track {
    display: flex;
    width: calc(300px * 8);
    animation: scroll 20s linear infinite;
  }

  .slider:hover .slide-track {
    animation-play-state: paused;
  }

  /* Card */
  .card {
    width: 280px;
    margin: 0 10px;
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
  }

  .card img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
  }

  .card p {
    font-size: 14px;
    margin: 15px 0;
    color: #555;
  }

  .card h4 {
    color: #2b6cb0;
  }

  /* Animation */
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-50%);
    }
  }

 .trust-slider {
      overflow: hidden;
      position: relative;
      width: 100%;
    }
  
    .trust-track {
      display: flex;
      gap: 20px;
      width: max-content;
    }
  
    .tb {
      white-space: nowrap;
      padding: 8px 16px;
      background: #fff;
      border-radius: 6px;
      font-size: 14px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
  
        .popup {
          display: none;
          /* IMPORTANT */
          position: fixed;
          z-index: 999999;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
    
          align-items: center;
          justify-content: center;
    
          background: rgba(0, 0, 0, 0.6);
        }
    
        .popup-content {
          background: #fff;
          width: 90%;
          max-width: 380px;
          padding: 20px;
          border-radius: 10px;
          position: relative;
    
          max-height: 85vh;
          overflow-y: auto;
    
          animation: fadeIn 0.3s ease;
        }
    
        @keyframes fadeIn {
          from {
            transform: translateY(-25px);
            opacity: 0;
          }
    
          to {
            transform: translateY(0);
            opacity: 1;
          }
        }
    
        .close-btn {
          position: absolute;
          top: 10px;
          right: 12px;
          font-size: 20px;
          cursor: pointer;
        }
    
        .popup-content h3 {
          margin-bottom: 10px;
          text-align: center;
          font-size: 18px;
        }
    
        /* compact inputs */
        .popup-content input,
        .popup-content select {
          width: 100%;
          padding: 9px;
          margin-bottom: 10px;
          border: 1px solid #ccc;
          border-radius: 6px;
          font-size: 14px;
        }
    
        /* compact button */
        .popup-content button {
          width: 100%;
          padding: 10px;
          background: #000;
          color: #fff;
          border: none;
          border-radius: 6px;
          cursor: pointer;
        }
    
        .popup-content button:hover {
          background: #333;
        }
    
        .hdr-badges {
          display: flex;
          gap: 10px;
          flex-wrap: wrap;
        }
    
        .hb img {
          height: 50px;
          /* adjust as needed */
          width: auto;
          object-fit: contain;
        }
    
        .trust-track {
          display: flex;
          gap: 12px;
          flex-wrap: wrap;
          align-items: center;
        }
    
        .tb img {
          height: 45px;
          /* adjust size */
          width: auto;
          object-fit: contain;
          display: block;
        }
    
        /* logo link code */
        .logo-emb::after {
          pointer-events: none;
        }
    
        .logo-size {
          width: 98px;
          height: 85px;
    
          display: flex;
          align-items: center;
          justify-content: center;
    
          font-size: 17px;
    
        }
    
        .hb {
          background: rgb(255 255 255);
        }
    
        /* .vid-thumb {
          height: 373px;
        } */
    
        .whatsapp-cls {
          position: fixed;
          right: 20px;
          bottom: 90px;
          z-index: 9999;
          display: flex;
          flex-direction: column;
          gap: 10px;
        }
    
        .new-wapp {
          display: inline-block;
          padding: 5px 10px;
          border-radius: 8px;
          background: var(--navy-dark);
          color: #fff !important;
          text-decoration: none;
          font-size: 14px;
          text-align: center;
          box-shadow: 2px 2px 6px #999;
        }
    



/* header          */
.hdr-top .inn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.logo-blk {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.logo-info {
  flex: 1;
}

.hdr-badges {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}

.hdr-badges .hb img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  background: #fff;
  padding: 4px;
  border-radius: 4px;
}
@media (max-width:768px) {

  .hdr-top .inn {
    flex-direction: column;
    align-items: center;
  }

  .logo-blk {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  .logo-size img {
    width: 70px;
  }

  .logo-info {
    margin-left: 10px;
    text-align: left;
  }

  .logo-s {
    font-size: 14px;
    line-height: 20px;
  }

  .logo-o {
    font-size: 13px;
    line-height: 18px;
  }

 .hdr-badges {
   display: flex;
   flex-wrap: nowrap;
   justify-content: space-between;
   align-items: center;
   gap: 3px;
   width: 100%;
   overflow: hidden;
 }

  .hdr-badges .hb {
    flex: 0 0 auto;
  }

 .hdr-badges .hb img {
   width: 20px;
   /* Reduce to 28px if needed */
   height: 20px;
   padding: 2px;
   object-fit: contain;
   background: #fff;
   border-radius: 3px;
 }

}
.nep-ban {
  background: #0b4ea2;
  padding: 40px 20px;
}

.nep-ban .inn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.nep-emb {
  width: 70px;
  height: 70px;
  border: 2px solid #f39c12;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  flex-shrink: 0;
}

.nep-txt {
  flex: 1;
}

.nep-txt h3 {
  color: #fff;
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.nep-txt p {
  color: #dfe8ff;
  line-height: 1.8;
}

.nep-stat {
  text-align: center;
  min-width: 120px;
}

.nep-stat span {
  display: block;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
}

.nep-stat small {
  color: #dfe8ff;
}
@media (max-width:768px) {

  .nep-ban {
    padding: 25px 15px;
  }

  .nep-ban .inn {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .nep-emb {
    width: 55px;
    height: 55px;
    font-size: 24px;
  }

  .nep-txt {
    width: 100%;
  }

  .nep-txt h3 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .nep-txt p {
    font-size: 14px;
    line-height: 1.7;
  }

  .nep-stat {
    min-width: auto;
  }

  .nep-stat span {
    font-size: 24px;
  }

  .nep-stat small {
    font-size: 13px;
    line-height: 1.4;
  }

}

/* Mobile Responsive */
@media (max-width:768px) {

  .mod-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .mod-card {
    width: 100%;
    margin: 0;
  }

  .mc-top {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .mc-num {
    width: 42px;
    height: 42px;
    font-size: 16px;
    flex-shrink: 0;
  }

  .mc-ic {
    font-size: 26px;
    flex-shrink: 0;
  }

  .mc-title {
    font-size: 18px;
    line-height: 1.4;
  }

  .mc-body {
    font-size: 15px;
    line-height: 1.7;
  }

  .mc-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
  }

  .mc-tag {
    font-size: 12px;
    padding: 6px 10px;
  }

  .curr-cta {
    padding: 20px 15px;
    text-align: center;
  }

  .curr-cta p {
    font-size: 15px;
    line-height: 1.6;
  }

  .curr-cta .btns {
    display: flex;
    justify-content: center;
  }

  .btn-saff {
    width: 100%;
    max-width: 320px;
    text-align: center;
    font-size: 15px;
    padding: 12px 18px;
  }

}


@media (max-width:768px) {

  .out-cta {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .oc-btn {
    width: auto;
    min-width: 180px;
    padding: 12px 18px;
    font-size: 15px;
    white-space: nowrap;
    /* Keeps "Get Career Guide →" in one line */
  }

}
@media (max-width:768px) {

  .prov-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .prov-card {
    display: block;
    text-align: center;
    padding: 15px;
  }

  .prov-ic {
    margin: 0 auto 12px;
    width: 50px;
    height: 50px;
    font-size: 22px;
  }

  .prov-inf h4 {
    font-size: 16px;
  }

  .prov-inf p {
    font-size: 13px;
    line-height: 1.6;
  }

}
/* Testimonials Responsive */
@media (max-width:768px) {

  .test-wrap,
  .test-grid,
  .test-slider,
  .testimonials {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .test-card {
    width: 100% !important;
    max-width: 100%;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
  }

  .test-card p {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }

  .test-name {
    font-size: 16px;
    margin-top: 15px;
    font-weight: 600;
  }

  .stars {
    font-size: 18px;
    margin-bottom: 10px;
  }

}
/* Footer Responsive */
@media (max-width:768px) {

  .site-footer {
    padding: 40px 15px;
  }

  /* Main Footer Layout */
  .ft-inn {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    align-items: flex-start;
  }

  /* Logo Full Width */
  .ft-logo {
    grid-column: 1/-1;
    text-align: center;
    margin-bottom: 20px;
  }

  .ft-logo img {
    width: 80px !important;
    height: auto;
    display: block;
    margin: 0 auto 15px;
  }

  .ft-logo p {
    font-size: 14px;
    line-height: 1.7;
  }

  /* Credentials */
  .ft-creds {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin-top: 15px;
  }

  .fc {
    font-size: 10px;
    padding: 4px 8px;
  }

  /* Three Footer Columns */
  .ft-col {
    width: 100%;
    text-align: left;
  }

  .ft-col h4 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .ft-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .ft-col ul li {
    margin-bottom: 8px;
  }

  .ft-col ul li a {
    font-size: 12px;
    line-height: 1.5;
    text-decoration: none;
  }

  /* Contact Text */
  .ft-micro {
    font-size: 11px;
    line-height: 1.5;
    margin-top: 10px;
  }

  /* Bottom Footer */
  .ft-bot {
    text-align: center;
    padding-top: 20px;
  }

  .ft-bot p {
    font-size: 11px;
    line-height: 1.6;
    margin-bottom: 6px;
  }

  .ft-micro-trust {
    text-align: center;
    font-size: 10px;
    line-height: 1.6;
    padding: 12px 10px;
  }

}
/* body{
  overflow-x: hidden;
} */
 html,
 body {
   width: 100%;
   overflow-x: hidden;
   margin: 0;
   padding: 0;
 }
/* gallerty */

