    /* General Styles */
    body {
      font-family: Arial, sans-serif;
      text-align: center;
      font-size: 16px;
      color: #e1e3e8;
      background-color: #283040;
      margin: 0;
      padding: 0;
    }
    
        /* Link Styles */
    a {
      color: #63a4ff;
    }

    a:active {
      color: #63a4ff;
    }

    a:hover {
      text-decoration: underline;
      color: #337ab7;
    }

    a:visited {
      text-decoration: none;
    }
    /* Hover Zoom Effect */
    .hover-zoom {
      display: flex;
      transition: transform 0.3s ease;
    }
    .hover-zoom:hover {
      transform: scale(1.1);
    }    


 /* HEADERS........................................ */
    .header {
      font-family: Arial, sans-serif;
      text-align: center;
      font-size: 16px;
      color: #e1e3e8;
      background-color: #283040;
      margin: 0;
      padding: 0;
    }

    /* Horizontal Layout */
    .wb_content.wb-layout-horizontal {
      display: flex;
      justify-content: center;
      background-color: #6392f8; /* Background color */
      height: 45px;
      border-bottom: 3px solid #3b5383;
    }

    .menu-wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between;
      max-width: 800px; /* Limits the width of the container */
    }

    #my_logo img {
      opacity: 1;
      box-sizing: border-box;
      width: auto;
      height: 33px;
      max-width: 50px;
      flex: 0 0 auto;
      box-shadow: 5.6px 5.6px 4px 0 rgba(0, 0, 0, 0.3);
      margin-right: 5px;
      margin-top: 5px;
    }

    .wb_menu ul.hmenu {
      list-style: none;
      display: flex;
      margin: 0;
      padding: 0;
    }

    .wb_menu ul.hmenu li {
      display: flex;
      align-items: center;
      gap: 5px; /* Space between icon and text */
    }

    .wb_menu ul.hmenu li a {
      text-decoration: none;
      color: #ffffff;
      font-family: Arial, sans-serif;
      font-size: 16px;
      transition: color 0.3s;
      padding: 15px 18px;
    }

    .wb_menu ul.hmenu li:hover {
      background: #194cbc;
      border-bottom: 3px solid #3b5383;
    }

    .act {
      background: #1E2630;
      border-left: 3px solid #3b5383;
      border-right: 3px solid #3b5383;
      border-bottom: 3px solid #1E2630;
    }
    .act a {
        color: #6392f8 !important;
    }
    .act a:hover {
        background: #1E2630;
        border-bottom: 5px solid #1E2630;
    }
    .wb_menu ul.hmenu li svg {
      width: 30px;
      height: 20px;
      fill: currentColor; /* Matches text color */
    }


 /* bionichandphp........................................ */

    .bionichand button {
      margin: 30px auto;
      padding: 10px;
      background-color: rgba(99, 146, 248, 0.35);
      border: 1px solid #6392f8;
      border-radius: 4px;
      color: #fff;
      font-size: 16px;
      cursor: pointer;
      transition: background-color 0.3s ease;
      width: 300px;
      max-width: 92%;
      display: flex;
      justify-content: center;
    }
    .bionichand button:hover {
      background-color: #5591e6;
    }
    .bionichand { width: 800px; max-width: 94%; margin: 0 auto; }
    .bionichand p { color: #c0d3fc; }
    #systemMsg { font-weight: 700; font-size: 18px; color: #6392f8; margin: 40px auto; }
    .supplement { font-size: 12px; margin: 80px 0 20px; }

 /* howtobuildyourbionichand........................................ */

    .description{
      max-width:800px;
      width:96%;
      margin:5px auto;
      margin-top:60px;
      text-align:center;
      font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    }

    /* Modal background */
    .modal{
      display:none;
      position:fixed;
      z-index:1000;
      left:0; top:0;
      width:100%;
      height:100%;
      background-color:rgba(0,0,0,0.7);
    }

    /* Modal content (base) */
    .modal-content{
      position:absolute;
      top:50%;
      left:50%;
      transform:translate(-50%,-50%);
      background:#fff;
      padding:5px;
      border-radius:8px;
      max-width:90%;
      width:600px;
      text-align:center;
      position:relative; /* for close button */
      box-sizing:border-box;
    }

    /* Video inside modal */
    .modal-content video{
      width:100%;
      height:auto;
      border-radius:6px;
    }

    /* Close button */
    .close{
      color:#fff;
      background:#ff3b3b;
      position:absolute;
      top:-10px;
      right:-10px;
      width:30px;
      height:30px;
      text-align:center;
      line-height:30px;
      font-size:24px;
      font-weight:bold;
      border-radius:50%;
      cursor:pointer;
      border:none;
      outline:none;
      user-select:none;
    }
    .close:hover{ background:#ff0000; }

    /* Code modal tweaks */
    .modal-content.code{
      text-align:left;
      padding:14px;
      width:min(900px, 92vw);
    }
    .code-header{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:10px;
      margin-bottom:10px;
    }
    .code-header strong{
      font-size:15px;
    }
    #copy-code{
      padding:6px 10px;
      border-radius:10px;
      border:1px solid #cfcfcf;
      cursor:pointer;
      background:#fff;
    }
    #copy-code:active{ transform:translateY(1px); }

    #code-pre{
      margin:0;
      max-height:70vh;
      overflow:auto;
      background:#0b0f14;
      color:#e6edf3;
      padding:12px;
      border-radius:10px;
      font-size:13px;
      line-height:1.35;
      white-space:pre;
      box-sizing:border-box;
    }

 /* headline........................................ */

/* Logo Header */
    .logo-header {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      border-bottom: 1px solid #21435f;
      background: #1e2630;
      position: relative;
      width: 100%;
      height: 55px;
    }   
    @media (max-width: 600px) {
      .logo-header {
        height: 50px;
      }
    }



/* Editor Note */
 .editornote {
    padding: 5px;
    font-weight: 700;
    font-size: 65%;
    line-height: 90%;
    text-align: center;
    display: flex;
    flex-direction: row;
    width: 90%;
    max-width: 400px;
    justify-content: flex-start;
    align-items: center;
    }

    @media (min-width: 600px) and (max-width: 992px) { 
        .editornote {
            font-size: 55%;
            width: 80%;
            max-width: 350px;
        }
    }

    @media (max-width: 600px) {
      .editornote {
        font-size: 50%;
        width: 70%;
        max-width: 300px;
      }
    }

