*{
    margin: 0;
    padding: 0;
}

html{
    scroll-behavior: smooth;
}

body{
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

div, section, span, ul, li, a, header{
    box-sizing: border-box;
}

#back-to-top-btn {
    display: none;
    position: fixed;
    z-index: 2;
    bottom: 20px;
    right: 20px;
    font-size: 26px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    outline: none;
    border: 3px solid #333;
    border-radius: 50%;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
    transition-property: background-color, color;
  
  }
  #back-to-top-btn:hover, #back-to-top-btn:focus {
    background-color: #333;
    color: #fff;  
  }

  @media(max-width: 992px) {
    .container { padding: 20px 100px; }
    #back-to-top-btn { font-size: 22px; width: 40px; height: 40px; bottom: 15px; right: 15px; }
  }
  @media(max-width:768px) {
    body { font-size: 16px; }
    .container { padding: 10px 50px; }
    h1 { font-size: 26px; }
    h2 { font-size: 22px; }
    hr { margin: 30px 0; }
    #back-to-top-btn { font-size: 18px; width: 32px; height: 32px; bottom: 6px; right: 6px; }
  }
  
  
  .btnEntrance {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: btnEntrance;
  }

  @keyframes btnEntrance {
    from {
      opacity: 0;
      transform: translate3d(0, 100%, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  
  .btnExit {
    animation-duration: 0.25s;
    animation-fill-mode: both;  
    animation-name: btnExit;
  }
  
  /* fadeOutDown */
  @keyframes btnExit {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      transform: translate3d(0, 100%, 0);
    }
  }


.navbar {
    display: flex;
    position: sticky;
    justify-content: space-between;
    align-items: center;
    background-color: #333;
    color: white;
}


.brand-title {
    font-size: 2rem;
    margin: .5rem;
    float: left;
    font-family: 'Times New Roman', Times, serif;
}

.navbar-links {
    height: 100%;
}

.navbar-links ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.navbar-links li {
    list-style: none;
}

.navbar-links li a {
    display: block;
    text-decoration: none;
    color: white;
    padding: 1rem;
}

.navbar-links li:hover {
    background-color: #555;
}

.toggle-button {
    position: absolute;
    top: .75rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
}

.toggle-button .bar {
    height: 3px;
    width: 100%;
    background-color: white;
    border-radius: 10px;
}

@media (max-width: 800px) {
    .navbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .toggle-button {
        display: flex;
    }

    .navbar-links {
        display: none;
        width: 100%;
    }

    .navbar-links ul {
        width: 100%;
        flex-direction: column;
    }

    .navbar-links ul li {
        text-align: center;
    }

    .navbar-links ul li a {
        padding: .5rem 1rem;
    }

    .navbar-links.active {
        display: flex;
    }

    


}


#menu li{
    list-style: none;
    display: inline-block;
    margin: 10px;
}

#menu li a{
    width: 100%;
    color: black;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}

#menu li a:hover{
   color: darkblue;
}

img{
    width: 100px;
    float: left;
    height: auto;
}

section{
    width: 100%;
    float: left;
    height: 100vh;
    position: relative;
    display: flex;
}

table{
    width: 100%;
    height: auto;
    border-collapse: collapse;

}

.content .table img {
    width: 2%;
    height:auto;
    float : right;
}

.table td,.table th{
  padding:5px 15px;
  border:1px solid #ddd;
  text-align: left;
  font-size:14px;
}

.content .right .table {
    width: 100%;
    height:auto;
}

.table th{
    background-color: darkblue;
    color:#ffffff;
}

.table td{
    background-color: white;
}

.content {
    background-color: clear;    
    text-align: left;
    margin-top: 100px;
    float:left;
    width: 100%;
    height: 80%;
}

.content .left{
    width: 45%;
    height: 80vh;
    float: left;
    box-shadow: 20px 0 20px 20px rgba(0, 0, 0, 0.3);
    margin-left: 3%;
    margin-top: 1%;
}

.content .card{
    width:100%;
    height: 100vh;
    float: left;
    text-align: left;
    font-size: 14px;
    padding : 100px;
    margin-top: 3px;
    margin-bottom: 10px;
    position: relative;
}

.content .left .card{
    font-size:14px;
    color:white;
    padding-top: 1%;
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 1%;

}

.content .right{
    width: 45%;
    height: 80vh;
    float: right;
    box-shadow: 20px 0 20px 20px rgba(0, 0, 0, 0.3);
    margin-right: 3%;
    margin-top: 1%;
}


.content .right .card{
    font-size:15px;
    color:clear;
    padding-top: 1%;
    padding-left: 1% ;
    padding-right: 1%;
}

.content .right .card img{
    width: 8%;
    height:auto;
}

.content .left .card img{
    width: 4%;
    height:auto;
    }


#kewangan .content {
    width: 94%;
    height: 80vh;
    float: center;
    box-shadow: 20px 0 20px 20px rgba(0, 0, 0, 0.3);
    margin-right: 3%;
    margin-left: 3%;
    margin-top: 3%;
    margin-bottom: 3%;
}

#hr .content {
    width: 94%;
    height: 80vh;
    float: center;
    box-shadow: 20px 0 20px 20px rgba(0, 0, 0, 0.3);
    padding-left: 3%;
    margin-top: 3%;
    margin-bottom: 15%;
    margin-left: 3%;
}

#ict .content {
    width: 94%;
    height: 80vh;
    float: center;
    box-shadow: 20px 0 20px 20px rgba(0, 0, 0, 0.3);
    margin-right: 3%;
    margin-left: 3%;
    margin-top: 3%;
    margin-bottom: 15%;
}

#communication .content {
    width: 94%;
    height: 80vh;
    float: center;
    box-shadow: 20px 0 20px 20px rgba(0, 0, 0, 0.3);
    margin-right: 3%;
    margin-left: 3%;
    margin-top: 3%;
    margin-bottom: 15%;
}

#kewangan .content .card{
    text-align: center;
}

#home{
   background-image: url("images/wallpaper2.jpg");
   background-size: 100%;

}

#hr{
     background-image: url("images/wallpaper2.jpg");
     background-size: 100%;
}

#kewangan{
     background-image: url("images/wallpaper2.jpg");
     background-size: 100%;
}

#ict{
     background-image: url("images/wallpaper2.jpg");
     background-size: 100%;
}

#communication{
     background-image: url("images/wallpaper2.jpg");
     background-size: 100%;
}






