/*----------------------------- For mobile ------------------------------------*/
@media screen and (max-width: 768px) {
  .nav-bar-section{
    display: none !important;
  }
  
  .top-bar {
    width: 100%;
    background-color: var(--footer-top-bar-color);
    border-bottom: 1px solid var(--first-color);
  }

  .top-bar-content-box{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .top-bar-content-box img{
    height: 15px;
    margin-top: 12px;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
  }

  .top-bar-content-box p {
    float: left;
    margin-top: 13px;
    font-size: 13px;
    color: var(--p-color);
  }

  .top-bar-content-box a {
    text-decoration: none;
    margin-top: 8px;
    margin-left: 3px;
    color: var(--p-color);
  }

  .social-section{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .box-containers{
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
  }

  /*----- FB Container -----*/

  .social-container-fb {
    background-color: #3b5998;
    width: 30px;
    height: 28px;
    border-radius: 10px;
    overflow: hidden;
  }

  .social-container-fb img {
    width: 20px;
    display: block;
    margin: auto;
    margin-top: 4px;
  }

  /*----- X Container -----*/

  .social-container-x {
    background-color: #000000;
    width: 30px;
    height: 28px;
    border-radius: 10px;
    overflow: hidden;
  }

  .social-container-x img {
    width: 20px;
    display: block;
    margin: auto;
    margin-top: 4px;
  }

  /*----- TikTok Container -----*/

  .social-container-tiktok {
    background-color: #212121;
    width: 30px;
    height: 28px;
    border-radius: 10px;
    overflow: hidden;
  }

  .social-container-tiktok img {
    width: 20px;
    display: block;
    margin: auto;
    margin-top: 4px;
  }
  

  /*----- Nav Bar Section -----*/

  .logo-section img{
    width: 50px;
    float: left;
    margin-top: 6px;
    margin-left: 20px;
  }

  .color-edit-logo{
    color: var(--fourth-color);
  }

  .logo-section h1{
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    font-size: 25px;
    color: var(--footer-top-bar-color);
  }

  .nav-bar-mobile-section img{
    float: right;
    margin-right: 11px;
    margin-top: 10px;
  }



  .btn-img{
    width: 50px;
    transform: rotate(0deg);
    transition: transform 0.5s;
  }

  .btn-img:active {
        transform: rotate(180deg);
        transition:  0s;
      }

  .nav-bar{
    width: 100%;
    background-color: var(--first-color);
  }

  .nav-bar-section{
    display: none !important;
  }

  .nav-list{
    display: none;
  }

  #mobile-nav-list{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
  }

  .list{
    list-style-type: none;
    font-size: 17px;
    background-color: var(--first-color);
    font-weight: 600;
    display: block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--footer-top-bar-color);
    position: relative;
    z-index: 1;
  }

  /*----- Hero Section -----*/

    .hero-section{
        clear: both;
        width: 100%;
        height: 300px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/website/hero.jpg);
        background-position: center;
        background-size: cover;
    }

    .text-content{
        padding: 0;
        margin: 0;
    }

    .text-content p{
        display: block;
        margin: 0 auto;
        text-align: center;
        padding-top: 100px;
        color: var(--first-color);
        font-size: 40px;
    }

    .text-content button{
        width: 110px;
        height: 35px;
        border-radius: 25px;
        border: none;
        background-color: var(--second-color);
        color: var(--first-color);
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        transition:  0.6s;
    }

    /*----- CCTV information Section -----*/

    .cctv-information-section{
      width: 100%;
      background-color: var(--fourth-color);
      padding-bottom: 5px;
    }

    .cctv-information-container p{
      color: var(--first-color);
      font-size: 17px;
      font-weight: 400;
      line-height: 30px;
      text-align: center;
    }

    .cctv-information-move-button{
      display: flex;
      margin-top: 5px;
      justify-content: center; /* Horizontal center */
      align-items: center; 
    }

    .cctv-information-container button{
      width: 110px;
      height: 35px;
      padding: 7px 17px;
      font-size: 10px;
      width: 110px;
      border-radius: 25px;
      border: none;
      background-color: var(--second-color);
      color: var(--first-color);
    }

    /*----- about us Section  -----*/

    .about-us-section{
      width: 100%;
    }

}
