


  .ssk-gallery-tabs .nav-link {
    border: none;
    background: none;
    font-size: 18px;
    font-weight: 700;
    color: black;
    opacity: 0.5;
  }

  .ssk-gallery-tabs .nav-link.active {
    color: black;
    opacity: 1;
    border-bottom: 2px solid #000;
  }

  .ssk-gallery-tabs .ssk-gallery-card {
    transition: all 0.3s ease;
    color: black;
    box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    overflow: hidden;
   

  }

  .ssk-gallery-tabs .ssk-gallery-card:hover {
    background-color: #0D3486;
    box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.05);
  }

  .ssk-gallery-tabs .ssk-gallery-card .card-img-top  {
    height: 280px;
    object-fit: cover;
    object-position: center;
  }

  .ssk-gallery-tabs .ssk-gallery-card .card-body {
    transition: background-color 0.3s ease, color 0.3s ease;
     padding: 16px;
  }

  .ssk-gallery-tabs .ssk-gallery-card:hover .card-body img {
   filter: brightness(0) invert(1);
  }
  .ssk-gallery-tabs .ssk-gallery-card:hover .card-body h5 {
    color: white;
  }
  .ssk-gallery-tabs .ssk-gallery-card:hover .card-body p ,
  .ssk-gallery-tabs .ssk-gallery-card:hover .card-body span {
    color: white;
    opacity: 0.5;
  }

.fancybox__container{z-index: 9999999 !important;}
.ssk-pagination ul{display: flex;align-items: center;gap: 12px;}
.ssk-pagination ul li a, .ssk-pagination ul li a:hover{border: 1px solid #000;background: transparent !important;font-size: 14px;font-weight: 400;color: #000;height: 34px;width: 34px;display: flex;align-items: center;justify-content: center;}
.ssk-pagination ul li a.prev-page{border: 1px solid #000;background: transparent !important;}
.ssk-pagination ul li a.next-page{border: 1px solid #000;background: transparent !important;}
.ssk-pagination ul li a.active{background: #000 !important;color: #FFF;border: 1px solid #000;}
.ssk-pagination ul li:first-child a, .ssk-pagination ul li:last-child a{border: none; background: transparent !important;color: #000;width: fit-content;}
