 .logo {
        height: 40px;
        width: auto;
      }

      .navbar-brand {
        display: flex;
        align-items: center;
        gap: 10px;
      }

      .menu-bar {
        background-color: #3C5997;
        overflow-x: auto;
        white-space: nowrap;
      }

      .menu-bar .nav {
        flex-wrap: nowrap;
        margin-left: 10%;
      }

      .menu-bar .nav-link {
        color: white !important;
        padding: 12px 15px;
        display: flex;
        gap: 8px;
        font-size: 15px;
      }

      .menu-bar .nav-link.active {
        background-color: #0095C7;
        /* or any color you want */
        color: #fff !important; 
        cursor:pointer;
        /* example: gold text */
      }

      .menu-bar .nav-link:hover {
        background-color: #0095C7;
        cursor:pointer;
      }

      .menu-btns {
        background-color: #D5EAF4;
        overflow-x: auto;
        flex-wrap: nowrap;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 5px;
        border-bottom: 1px solid #ddd;
      }

      .menu-btns .btn {
        border: none;
        border-bottom: 3px solid transparent;
        background-color: transparent;
        color: #3C5997;
        font-weight: 500;
        flex: 0 0 auto;
        /* prevent shrinking */
        white-space: nowrap;
        border-radius: 0;
      }

      .menu-btns .btn.active {
        border-bottom: 3px solid #0095C7;
        /* Bootstrap primary blue */
        background-color: #D5EAF4 !important;
        color: #3C5997 !important;
      }

      .menu-btns .btn.active {
        background-color: #3C5997;
        color: #fff;
      }

      .menu-content {
        display: none;
      }

      .menu-content.active {
        display: block;
      }

      .menu-btns .btn {
        white-space: nowrap;
      }

      .custom-top-line {
        border-top: 3px solid #4B659E;
        /* Change color as needed */
      }

      .custom-bottom-line {
        border-bottom: 3px solid #4B659E;
        /* Change color as needed */
      }

      .caption-text {
        border: none !important;
      }

      .norton-logo {
        width: 80px;
        height: auto;
      }

      .laptop-art-img {
        width: 100%;
        height: auto;
      }

        .phone-art-img {
        width: 15%;
        height: auto;
      }
      .custom-title {
        font-size: 1.6rem;
        font-weight: bold;
        color: #394b86;
        margin-bottom: 20px;
      }

      .table thead th {
        background-color: #394b86;
        color: #ffffff;
        text-align: center;
        vertical-align: middle;
      }

      .left-col {
        background-color: #D9E9F3 !important;
        font-weight: 500;
      }

      .right-col {
        background-color: #F2F2F2 !important;
      }

      .richtext-wrapper {
        position: relative;
        border: 1px solid #bcc4d0;
        padding: 10px;
        background-color: white;
        min-height: 200px;
        border-radius: 4px;
      }

      .richtext-area {
        width: 100%;
        height: 140px;
        border: none;
        resize: none;
        outline: none;
        font-size: 1rem;
      }

      .submit-btn {
        position: absolute;
        bottom: 10px;
        right: 10px;
        background-color: #3498db;
        color: white;
        border: none;
        font-weight: bold;
        padding: 8px 20px;
        border-radius: 3px;
      }

      .submit-btn:hover {
        background-color: #2980b9;
      }

      .active {
        font-weight: bold;
        color: #0d6efd !important;
      }

      .page-section {
        display: none;
      }

      .footer_links {
        text-decoration: none;
        color: #fff;
      }

      .hidden {
        display: none;
      }

      @media (max-width: 768px) {
        .menu-bar {
          overflow-x: auto;
          white-space: nowrap;
        }

        .footer {
          text-align: center!important;
        }

      footer div p {
        text-align: center!important;
      }

        .menu-bar .nav {
          flex-wrap: nowrap;
          flex-direction: row;
          margin-left: 0;
        }

        .menu-bar .nav-link {
          display: inline-flex;
          white-space: nowrap;
          padding: 10px 12px;
          flex: 0 0 auto;
          /* prevent shrinking */
        }

        .menu-btns {
          overflow-x: auto;
          justify-content: flex-start !important;
        }

        #navbarNav .navbar-nav .icons-logo {
          width: 80%;
        }

        #navbarNav .navbar-nav li a {
          margin-top: 0% !important;
        }

        .caption-text p {
          font-size: 15px !important;
        }

        .antivirus-text p {
          font-size: 35px !important;
        }

        .antivirus-latest-news {
          display: none !important;
        }

        .antivirus-title {
          font-size: 25px !important;
        }

        .antivirus-article-text {
          font-size: 20px !important;
        }

        .antivirus-article-source {
          font-size: 15px !important;
        }

        .laptop-art-img {
          width: 50%;
        }
      }