.header {
      background-color:#fff;
      padding: 10px;
      text-align: center;
      position: relative;
      z-index: 1;
    }

    .sticky {
      position: fixed;
      top: 0;
      width: 100%;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
    .nav-link{
      font-weight: 700;
      margin-right:15px;
    }
    .container{
      max-width:1200px !important
    }
    .dropdown-menu{
        --bs-dropdown-link-active-bg: #ee780f !important;
    }

    /* Style for the modal */
        .modal-video {
            display: none;
            position: fixed;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.5);
        }

        /* Style for the modal content */
        .modal-content-video {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 80%;
            max-width: 800px;
            background-color: #fefefe;
            padding: 20px;
            text-align: center;
        }
ul {
    list-style-type: none;
    padding-left: 0rem;
}

