
    :root {
      --primary-color: #073566;
    }

    .top-bar {
      background-color: var(--primary-color);
      color: white;
      font-size: 14px;
    }

    .top-bar i {
      margin-right: 6px;
    }

    .logo {
  width: 100px;        /* Increase logo size */
  height: 100px;
  border-radius: 50%; /* Make it circular if it's a square image */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Optional shadow for depth */
  margin-right: 20px;
  margin-left: 0px; /* Space between logo and text */
}
.sidebar {
      position: fixed;
      top: 0;
      left: -300px;
      height: 100%;
      width: 300px;
      background: #fff;
      box-shadow: 2px 0 5px rgba(0,0,0,0.1);
      z-index: 1050;
      transition: all 0.3s ease;
      overflow-y: auto;
    }

    .sidebar.active {
      left: 0;
    }

    .sidebar .close-btn {
      text-align: right;
      padding: 1rem;
      font-size: 1.5rem;
    }

    .overlay {
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(0,0,0,0.4);
      z-index: 1040;
      display: none;
    }

    .overlay.active {
      display: block;
    }

    .logo-brand {
      cursor: pointer;
    }

    @media (min-width: 992px) {
      .sidebar {
        display: none !important;
      }
      .navbar-collapse {
        display: flex !important;
      }
    }


    .navbar-nav .nav-link {
      font-weight: 600;
    }

    .search-box {
      display: none;
      position: absolute;
      right: 20px;
      top: 8px;
    }

    .search-input {
      border: 1px solid var(--primary-color);
      outline: none;
      padding: 4px 8px;
      border-radius: 4px;
      transition: all 0.3s ease;
    }

    @media (max-width: 768px) {
      .top-bar {
        display: none;
      }
    }

    @media (min-width: 992px) {
      .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
      }
      .dropdown-menu {
        left: 0 !important;
        right: 0 !important;
      }
    }

    .dropdown-item:hover {
      background-color: rgba(13, 110, 253, 0.1);
    }

    .dropdown-menu {
      border-top: 3px solid var(--primary-color);
    }

    .text-primary {
      color: var(--primary-color) !important;
    }
   .service-card {
      background-color: #f8f9fa;
      border-radius: 12px;
      transition: all 0.3s ease;
      border: 2px solid transparent;
      text-decoration: none;
      color: #000;
      height: 100%;
      position: relative;
    }

    .service-card:hover {
      border-color: #007BFF;
      box-shadow: 0 8px 16px rgba(0, 123, 255, 0.2);
      transform: translateY(-5px);
    }

    .service-icon {
      font-size: 2.5rem;
      color:  #073566;
    }

    .apply-btn {
      display: none;
      margin-top: 10px;
    }

    .service-card:hover .apply-btn {
      display: inline-block;
    }
   .client-banner {
      background: url('https://th.bing.com/th/id/OIP.uuk60mTT2TpNTpr9Zziw1wHaED?rs=1&pid=ImgDetMain') center center / cover no-repeat;
      padding: 80px 20px;
      position: relative;
      color: white;
    }

    .client-banner::before {
      content: '';
      position: absolute;
      inset: 0;
      background-color: rgba(0, 0, 0, 0.5); /* dark overlay */
      z-index: 1;
    }

    .client-banner .content {
      position: relative;
      z-index: 2;
    }

    .client-banner h2 {
      font-size: 2.8rem;
      font-weight: 800;
      color: white;
    }

    .client-banner h3 {
      font-size: 2.2rem;
      font-weight: 700;
      color: black;
    }

    .apply-now-btn {
      background-color:  #073566;
      color: white;
      font-weight: 600;
      padding: 14px 30px;
      border: none;
      border-radius: 8px;
      text-decoration: none;
      transition: 0.3s;
    }

    .apply-now-btn:hover {
      background-color: #497ce9;
    }

    @media (max-width: 767px) {
      .client-banner h2 {
        font-size: 1.8rem;
      }

      .client-banner h3 {
        font-size: 1.4rem;
      }

      .apply-now-btn {
        display: inline-block;
        margin-top: 20px;
      }
    }
     .why-choose-section {
      padding: 60px 0;
      background-color: #f9f9f9;
    }

    .why-choose-section h2 {
      color:  #073566;
      font-weight: 800;
    }

    .why-choose-section p {
      font-size: 1.1rem;
      color: #555;
    }

    .icon-box {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
    }

    .icon-box i {
      font-size: 24px;
      color: #0056b3;
      background-color: #e0f0ff;
      padding: 15px;
      border-radius: 50%;
      margin-right: 15px;
    }

    .icon-box span {
      font-weight: 600;
      color: #222;
    }

    @media (max-width: 768px) {
      .why-choose-section img {
        max-width: 80%;
        margin-bottom: 30px;
      }
    }
     section.lmpc-section {
      background-color: #073566; /* Bootstrap Blue */
      color: white;
      padding: 60px 0;
    }
    h1 {
      font-weight: 700;
    }
    .check-icon {
      color: #00ffcc;
      font-weight: bold;
      margin-right: 8px;
    }
    .highlight {
      font-weight: 600;
    }
    .cta-text {
      color: #fff;
      font-weight: 700;
      border-bottom: 2px solid orange;
      display: inline-block;
      margin-top: 20px;
    }
    .image-col img {
      max-width: 100%;
      height: auto;
    }
     .section-heading {
      color: #073566;
      font-weight: 700;
    }
    .card-title {
      font-weight: 700;
    }
    .card-text {
      color: #555;
    }
    .read-more {
      color: #0d6efd;
      text-decoration: none;
      font-weight: 600;
      border-top: 2px solid #0d6efd;
      display: inline-block;
      padding-top: 10px;
    }
    .knowledge-section {
      background: linear-gradient(to bottom, #fff, #f8f9fa);
      padding: 60px 20px;
    }
     .testimonial-section {
      background-color: #073566; /* close to your image background */
      padding: 60px 0;
      color: #fff;
    }

    .testimonial-title {
      font-size: 48px;
      font-weight: 700;
    }

    .review-card {
      background-color: #fff;
      color: #000;
      border-radius: 10px;
      padding: 20px;
      height: 100%;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .initial-circle {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #198754;
      color: #fff;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .rating-stars {
      color: #ffc107;
      font-size: 20px;
    }

    .verified {
      color: #4285f4;
      font-size: 18px;
      margin-left: 4px;
    }

    .google-logo {
      width: 22px;
      margin-left: 6px;
    }

    .google-badge {
      background-color: #fff;
      color: #000;
      border-radius: 10px;
      padding: 20px;
      text-align: center;
    }

    .google-badge .stars {
      font-size: 26px;
      color: #ffc107;
    }

    .google-icon-big {
      width: 80px;
    }
       .faq-section {
      padding: 60px 15px;
      background: #fff;
    }

    .faq-title {
      text-align: center;
      font-size: 32px;
      font-weight: bold;
      color: #0f3d3e;
      margin-bottom: 40px;
    }

    .accordion-button {
      font-weight: 600;
      color: #0f3d3e;
    }

    .accordion-button:not(.collapsed) {
      background-color: #e9ecef;
      color: #0f3d3e;
    }
      .footer {
      background-color: #073566;
      color: white;
      padding: 60px 20px 20px;
    }

    .footer h5 {
      font-weight: 700;
      border-bottom: 3px solid #fff;
      display: inline-block;
      margin-bottom: 20px;
    }

    .footer p,
    .footer a {
      color: #fff;
      text-decoration: none;
    }

    .footer a:hover {
      text-decoration: underline;
    }

    .social-icons i {
      font-size: 22px;
      margin-right: 15px;
      color: white;
      cursor: pointer;
    }

    .footer-bottom {
      background-color: #092747;
      padding: 10px 20px;
      text-align: center;
      font-size: 15px;
    }

    .map-container {
      width: 100%;
      height: 200px;
      border: 0;
    }

    @media (max-width: 767px) {
      .map-container {
        height: 300px;
      }
    }
    .partners-section {
       background: linear-gradient(135deg, #092747, #0d55a1);
      color: white;
      padding: 60px 20px;
      overflow: hidden;
    }

    .logo-track {
      display: flex;
      width: max-content;
      animation: scrollLeft 25s linear infinite;
      gap: 30px;
    }

    .logo-circle {
      background-color: white;
      border-radius: 50%;
      width: 100px;
      height: 100px;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
    }

    .logo-circle img {
      max-width: 80%;
      max-height: 80%;
    }

    @keyframes scrollLeft {
      from {
        transform: translateX(100%);
      }
      to {
        transform: translateX(-100%);
      }
    }

    .scrolling-wrapper {
      white-space: nowrap;
      overflow: hidden;
    }
    .review-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease;
}

.review-text.expanded {
  -webkit-line-clamp: unset;
  white-space: normal;
}

.read-more-btn {
  font-size: 0.9rem;
  color: #007bff;
  cursor: pointer;
  background: none;
  border: none;
}
.social-icons a {
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #f8b400; /* Change to your preferred hover color */
}
