 .hover-container {
    position: relative;
    height: 70%;
}

.hover-zone {
    position: fixed;
    left: 0;
    top: 0;
    width: 25px; /* Slim hover trigger area */
    height: 80%;
    margin-top:7.5%;
    border-radius:0 25px 25px 0;
    background-color:#eb46ac; /* Semi-transparent black background */
    opacity:0.4;
/*    border-right: 3px solid #eb46ac; /* Optional border */
    z-index: 10;
    cursor:url("color-pixels-lollipop-pointer.png"), auto; /* Change cursor when hovering */

}




.side {
    position: fixed;
    left: -250px; /* Initially hidden */
    top: 0;
    width: 250px;
    height: 80%;
    margin-top:7.5%;
    border-radius:0 25px 25px 0;
    background-color: #333;
    color: white;
    overflow-x: hidden;
    transition: left 0.3s ease; /* Smooth sliding effect */
    padding-top: 20px;
    z-index: 11;
}

.side a {
    padding: 10px 15px;
    text-decoration: none;
    font-size: 18px;
    display: block;
    color:#eb46ac;
}
.side p {
 color:#eb46ac; 
}

.side a:hover {
    background-color: #575757;
}

/* Hover Zone Functionality */
.hover-zone:hover ~ .side {
    left: 0; /* Slide the sidebar into view */
}
.side:hover {
  left: 0;
}




    .topnav {
      background-color: black;
      overflow: hidden;
      width: 98%;
      position: fixed;
      top: 0;
      z-index: 2;
      opacity: 0.8;
      border-radius: 10px;
      margin:5px;
      /*cursor: url('color-pixels-lollipop-cursor.png'),auto;*/
    }

    .topnav a {
      float: left;
      display: block;
      color: #eb46ac;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
      font-size: 17px;
      border-radius: 10px;
      margin-left:5px;
    }

    .topnav a:hover {
      background-color: #eb46ac;
      opacity: 0.7;
      color: black;
    }

    .topnav a.active {
      background-color: #eb46ac;
      color: black;
    }

    .topnav a.active:hover {
      background-color: #333;
      color: #eb46ac;
    }

    .sidebar {
      width: 22%;
      height: 85.5%;
      position: fixed;
      top: 0;
      left: 0;
      background-color: white;
      overflow-x: hidden;
      padding-top: 20px;
      z-index: 1;
      margin-top: 60px;
      margin-left: 22px;
      opacity: 0.7;
      border-radius: 25px;
    }

    .sidebar a {
      padding: 6px 8px 6px 16px;
      text-decoration: none;
      font-size: 25px;
      color: black;
      display: block;
      width:auto;
    }

    .sidebar a:hover {
      color: #eb46ac;
    }

    .box {
      padding: 10px;
      background-color: white;
      background-size: cover;
      opacity: 0.7;
      /*margin-left: 25%;*/
      /*margin-right: 0.5%;*/
      margin:3%;
      margin-top: 70px;
      z-index: 1;
      border-radius: 25px;
      /*cursor: url('material-space-cursor.png'), auto !important;*/

    }

    .text {
      color: black;
      font-size: 25px;
      padding: 5px;
    }

    .linktitle {
      text-align: center;
      font-size: 27px;
    }
    
    .alin{
   text-indent: 15px;
     }
     .box .text{
       text-indent:25px;
     }
     img  {
      width:50%;
      margin-left:25%;
      opacity:1;
     }
    
    @media (max-width: 768px) {
      .sidebar {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
        opacity: 1;
      }

      .box {
        margin-left: 0;
        margin-top: 80px;
        margin-right: 0;
        opacity: 1;
      }

      .topnav a {
        font-size: 14px;
        padding: 12px;
      }
    }

    @media (max-width: 480px) {
      .sidebar {
        width: 85.5%;
        padding-top: 0;
        margin-top: 50px;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom:20px;
        opacity: 0.7;
        position:relative;
      }

      .box {
        margin-left: 20px;
        margin-top: 60px;
        margin-right: 20px;
        opacity: 0.7;
      }

      .topnav {
        /*position: fixed;*/
        top: 0;
        width: 100%;
        padding: 10px 0;
        z-index: 3;
      }

      .topnav a {
        font-size: 12px;
        padding: 8px 12px;
      }

      .sidebar a {
        font-size: 18px;
        padding: 10px;
      }

      .box .text {
        font-size: 18px;
      }
      /*img {*/
      /* width:90%;*/
      /* margin:5%;*/
      /*}*/
    }
     body {
      margin: 0;
      overflow-y: auto;
      background: radial-gradient(circle, #63003d, #000);
      cursor: url('color-pixels-lollipop-cursor.png'), auto;
      font-family: 'Arial', sans-serif;
    }

    a {
      cursor: url("color-pixels-lollipop-pointer.png"), auto;
    }

    canvas#starCanvas {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 0; /* Always stay at the back */
    }

    .topnav {
      background-color: black;
      overflow: hidden;
      width: 98%;
      position: fixed;
      top: 0;
      z-index: 10;
      opacity: 0.8;
      border-radius: 10px;
      margin: 5px;
    }

    .topnav a {
      float: left;
      display: block;
      color: #eb46ac;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
      font-size: 17px;
      border-radius: 10px;
      margin-left: 5px;
    }

    .topnav a:hover {
      background-color: #eb46ac;
      opacity: 0.7;
      color: black;
    }

    .article-container {
      margin: 3% auto;
      padding: 20px;
      background-color: white;
      border-radius: 15px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      max-width: 80%;
      opacity: 0.9;
      margin-top: 60px;
    }

    .article-container h1, .article-container h2 {
      color: #eb46ac;
      text-align: center;
    }

    .article-container p, .article-container li {
      font-size: 18px;
      line-height: 1.6;
    }

    .interactiveCanvas {
      background-color: #000;
      border-radius: 50%;
      display: block;
      margin: 20px auto;
    }

    .infoBox {
      position: absolute;
      background: rgba(0, 0, 0, 0.8);
      color: white;
      padding: 8px;
      border-radius: 5px;
      display: none;
      z-index: 15;
      pointer-events: none;
    }

    @media (max-width: 768px) {
      .topnav {
        /*position: fixed;*/
        top: 0;
        width: 90%;
        padding: 10px 0;
        z-index: 3;
        margin-left:2.5%;
      }

      .topnav a {
        font-size: 12px;
        padding: 8px 12px;
      }

      .article-container {
        margin: 10px;
        padding: 15px;
      }
      
      .article-container img {
     width:100%; 
     margin:0;
    }
    }
    
    .article-container {
  display: block;
}

.article-container p {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.article-container.unique-style {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}

.article-container.unique-style img {
  width: 30%;
  flex-shrink: 0;
  border-radius: 20px;
  margin:0;
}

.article-container.unique-style .text-content {
  width: 65%;
}

.article-container.unique-style .name {
  font-size: 24px;
  margin: 0;
  color: black;
  font-weight: bold;
}

.article-container.unique-style .text {
  font-size: 20px;
  margin-top: 10px;
  text-indent: 0;
}
.article-container {
  display: block;
}

.article-container p {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.article-container.unique-style {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}

.article-container.unique-style img {
  width: 30%;
  flex-shrink: 0;
  border-radius: 20px;
}

.article-container.unique-style .text-content {
  width: 65%;
}

.article-container.unique-style .name {
  font-size: 24px;
  margin: 0;
  color: black;
  font-weight: bold;
}

.article-container.unique-style .text {
  font-size: 20px;
  margin-top: 10px;
  text-indent: 0;
}
@media (max-width: 768px) {
  .article-container.unique-style {
    flex-direction: column; /* Stack horizontally styled blocks vertically */
    align-items: flex-start;
  }

  .article-container  {
    margin-left:5%;
  }

  .article-container.unique-style img {
    width: 100%;
    margin-bottom: 10px; /* Space below images */
  }

  .article-container.unique-style .text-content {
    width: 100%;
  }
  .side {
   margin-top:15%;
   height:70%;
  }
  .hover-zone {
    margin-top:15%;
    height:70%;
  }
  
}
 .infoBox {
      position: relative;
      background: rgba(0, 0, 0, 0.8);
      color: white;
      padding: 8px;
      border-radius: 5px;
      display: none;
      z-index: 15;
      pointer-events: none;
      width:150px;
    }