  <style>
  
  /* CUSTOM MOBILE MENU BUTTON */

/* ===== CARD HEADER STYLES ===== */



.card-header h3 {
    color: #000000 !important;
    font-weight: 600;
    margin: 0;
}




.card-header {
  background-color: #B6D3FE;      /* Light gray background for entire top */
  padding: 16px 20px;             /* Space inside the header */
  border-bottom: 2px solid #e0e0e0; /* Optional: separator line */
  border-radius: 8px 8px 0 0;     /* Matches card's top corners */
}

.card-title {
  color: #000000;                 /* Black text */
  margin: 0;                      /* Remove default heading margin */
  font-size: 22px;               /* Adjust as needed */
  font-weight: 700;              /* Bold */
}

/* Optional: If you want the card itself to have rounded corners */
.card {
  border-radius: 8px;
  overflow: hidden;              /* Keeps header corners rounded */
  border: 1px solid #ddd;
}

.custom-menu-btn {
  background: #0D6EFD !important;
  border:62px;
  height: 41px;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
}

.custom-menu-btn:focus {
  box-shadow: none !important;
}



.menu-text {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
}

.menu-lines {
  display: block;
  width: 48px;
  height: 2px;
  background: #fff;
  position: relative;
}

.menu-lines::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 48px;
  height: 2px;
  background: #fff;
}




/* Remove Bootstrap icon */
.navbar-toggler-icon {
  display: none;
}
  
    body {
      font-family: 'Inter', sans-serif;
      background: #d9d9d9;
      color: #111;
      margin: 0;
      padding: 0;
    }

    .navbar {
      position: sticky;
      top: 0;
      z-index: 1050;
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(6px);
    }

    .navbar-nav .nav-link {
      font-weight: 600;
      font-size: 15px;
      white-space: nowrap;
    }

    .logo-img {
      height: 34px;
      object-fit: contain;
    }




    .white-paragraph {
      color: #fff !important;
      font-weight: 700;
      font-size: 20px;
      text-shadow: 0 1px 2px rgba(0,0,0,0.4);
    }

    .article-content {
      background: #fff;
      max-width: 1100px;
      margin: 30px auto;
      padding: 40px;
      border-radius: 8px;
      box-shadow: 0 0 25px rgba(0,0,0,0.05);
    }

    h1 {
      font-size: 34px;
      line-height: 1.2;
      font-weight: 700;
      margin-bottom: 25px;
    }

    h2 {
      font-size: 30px;
      line-height: 1.3;
      font-weight: 700;
      margin-top: 40px;
      margin-bottom: 20px;
    }

    h3 {
      font-size: 24px;
      line-height: 1.4;
      font-weight: 700;
      margin-top: 35px;
      margin-bottom: 18px;
    }

    h4 {
      font-size: 22px;
      line-height: 1.4;
      font-weight: 600;
      margin-top: 30px;
      margin-bottom: 15px;
    }

    .article-content p,
    .article-content li {
     font-size: 21px;
  font-weight: 380;
  line-height: 1.75;
      color: #000 !important;
      margin-bottom: 20px;
    }

    .form-label {
      font-weight: 600;
    }

    .form-control {
      padding: 14px;
      font-size: 16px;
    }

    .floating-btn {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 1050;
      display: none;
    }

    @media (max-width: 768px) {
      .logo-img {
        height: 28px;
      }

.article-wrapper {
  width: 100%;
  padding: 8px 8px 15px 8px;
}

.article-content {
  background: #fff;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 15px;
  border-radius: 8px;
  box-sizing: border-box;
  overflow: hidden;
}

      h1 {
        font-size: 27px;
      }

      h2 {
        font-size: 26px;
      }

      h3 {
        font-size: 21px;
      }

      h4 {
        font-size: 19px;
      }

    .article-content p,
.article-content li {
  font-size: 23px;
  font-weight: 410;
  line-height: 1.75;
 
  color: #000;
}

      .white-paragraph {
        font-size: 18px;
      }

      .floating-btn {
        display: block;
      }
    }
  </style>