/* General Styles MAIN INDEX:::::::::::::::::::::::::::::::::::::::: */
    /* 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);
    }    

/* HEADER:::::::::::::::::::::::::::::::::::::::: */
    /* General Styles */
    .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 */
    }

/* 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: 55%;
        width: 70%;
        max-width: 300px;
      }
    }
    
/* HEADLINE:::::::::::::::::::::::::::::::::::::::::::::::::: */
  #herotext {text-align:center; color:#b7bcc6; width:800px; margin:10px auto 0; margin-top: 30px; line-height:1.6; max-width: 94%;}

  #service {
    text-align: left;
    margin: 50px auto;
    max-width: 96%;
    width: 800px;
    color: #c0d3fc;
  }

  #service p {
    font-size: 16px;
    line-height: 28px;
  }
  @media (max-width: 600px) {
    #service p {
      font-size: 14px;
      line-height: 25px;
    }
  }

  #service ul {
    font-size: 16px;
    line-height: 28px;
    padding-left: 20px;
  }
  #service li {
    margin-bottom: 10px;
  }
  @media (max-width: 600px) {
    #service ul {
      font-size: 14px;
      line-height: 25px;
    }
  }

  #servicecontainer {
    border-radius: 8px;
    background: #1e2630;
    margin-bottom: 50px;
    border: 1px solid #6392f8;
  }
  #servicehead {
    border-bottom: 1px solid #6392f8;
    background: rgb(99 146 248 / .35);
    padding: 5px;
  }
  #servicehead h3 {
    line-height: 0%;
  }
  #serviceinside {
    padding: 10px;
  }

  /* Pricing blocks */
  .pricing {
    margin: 15px 0;
    padding: 10px;
    border-radius: 6px;
    background: #252e3b;
    border: 1px dashed #6392f8;
  }
  .pricing strong {
    color: #fff;
  }
  .pricing ul {
    list-style: none;
    padding-left: 0;
  }
  .pricing li {
    margin-bottom: 6px;
  }

  html { scroll-behavior: smooth; }

  /* ===========================
     MENU (same approach as About)
     =========================== */
  #menu {
    text-align: left;
    margin: 20px auto;
    max-width: 96%;
    width: 800px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #6392f8;
    background: rgba(30, 38, 48, 0.35);
  }
  #menulist{
    display: flex;
    flex-direction: column;
  }
  #menuli {
    background-color: rgba(99, 146, 248, 0.2);
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #6392f8;
    margin: 6px auto;
    text-decoration: none;
    color: #e1e3e8;
    display: flex;
    align-items: center;
    gap: 0.8em;
    transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
  }
  #menuli:hover {
    transform: translateY(-2px);
    background-color: rgba(99, 146, 248, 0.28);
    border-color: rgba(99, 146, 248, 0.9);
    color: #e1e3e8 !important;
  }
  #menuli:focus-visible {
    outline: 2px solid #00bcf2;
    outline-offset: 3px;
  }
  #menu p{
    font-size: 16px;
    line-height: 24px;
  }
  @media (max-width: 600px) {
    #menu p { font-size: 14px; }
  }

  /* Optional: same load animation as About/Playground */
  .load-zoom {
    display: inline-block;
    animation: zoomIn 0.6s ease forwards;
  }
  @keyframes zoomIn {
    from { opacity: 0; transform: scale(0); }
    to   { opacity: 1; transform: scale(1); }
  }
  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .load-zoom { animation: none !important; }
    #menuli:hover { transform: none; }
  }
  
  #menulogo {font-size:230%; flex-shrink:0;}
  .h3cont {display: flex;justify-content: center;align-items: center;}  
  #h3contlogo {font-size: 130%;margin-right: 5px;}   
  