
  /* #Mega Menu Styles
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .mega-menu {
    display: none;
    left: 0;
    position: absolute;
    text-align: left;
    width: 100%;
  }

  /* #hoverable Class Styles
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .hoverable {
    position: static;
  }

  .hoverable > a:after {
    content: "\25BC";
    font-size: 18px;
    padding-left: 6px;
    position: relative;
    top: -1px;
  }

  .hoverable:hover .mega-menu {
    display: block;
  }


  /* #toggle Class Styles
  –––––––––––––––––––––––––––––––––––––––––––––––––– */

  .toggleable > label:after {
    content: "\25BC";
    font-size: 16px;
    padding-left: 4px;
    position: relative;
    top: -1px;
  }

  .toggle-input {
    display: none;
  }
  .toggle-input:not(checked) ~ .mega-menu {
    display: none;
  }

  .toggle-input:checked ~ .mega-menu {
    display: block;
  }

  .toggle-input:checked + label {
    color: white;
    background: #001e50; /*@apply bg-blue-800 */
  }

  .toggle-input:checked ~ label:after {
    content: "\25B2";
    font-size: 16px;
    padding-left: 4px;
    position: relative;
    top: -1px;
  }

  .swiper {
    width: 600px;
    height: 300px;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
  }

  .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
  }




  #btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
  }

  table, th, td {
    border: 1px solid #3f3f3f;
    border-collapse: collapse;
  }









  .nav-for-slider .swiper-slide {
    cursor: pointer;
    margin-right: 0 !important;
  }
  .swiper-wrapper {
    height: auto;
  }
  .nav-for-slider .swiper-slide img {
    border: 2px solid transparent;
    border-radius: 28px;
  }
  .nav-for-slider .swiper-slide-thumb-active img {
    border-color: rgb(79 70 229);
  }
  
.lightbox {
display: none;
position: fixed;
z-index: 999;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
overflow:hidden;
background-color: rgba(0, 0, 0, 0.8);
}
.lightbox-image {
display: block;
margin: auto;
max-width: 100%;
max-height: 100%;
}
.close {
color: #fff;
font-size: 3em;
position: absolute;
top: 20px;
right: 30px;
cursor: pointer;
}
.gallery {
width: 90vw;
max-width: 1200px;
margin: 0 auto;
grid-template-rows: 1fr;
grid-column-gap: 30px;
grid-row-gap: 30px;
}
.gallery img {
max-width: 100%;
cursor: pointer;
}
.gallery img:hover {
max-width: 100%;
cursor: pointer;
}

