/*
Theme Name: Novo 
Theme URI: http://promo-theme.com/novo/
Author: Promo Theme
Author URI: http://themeforest.net/user/ypromo
Description: We present you an Awesome Photography WordPress Theme. You can build a beautiful site, using 6 homepages. Much galleries, styles of blogs, and much much more make your site individual and creative.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: novo
Template: novo

*/
/*
Theme Name: Novo 
Theme URI: http://promo-theme.com/novo/
Author: Promo Theme
Author URI: http://themeforest.net/user/ypromo
Description: We present you an Awesome Photography WordPress Theme. You can build a beautiful site, using 6 homepages. Much galleries, styles of blogs, and much much more make your site individual and creative.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: novo
Template: novo
*/

.pixproof-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
  margin: 0 auto;
}

.pixproof-item {
  overflow: hidden;
  border-radius: 6px;
  transition: transform 0.3s ease;
}

.pixproof-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.pixproof-item:hover img {
  transform: scale(1.05);
  filter: brightness(0.9);
}
.pixproof-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 15px;
}

.pixproof-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.pixproof-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 15px;
}

.pixproof-gallery-grid .pixproof-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.pixproof-gallery-grid .pixproof-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
  border-radius: 12px;
}

.pixproof-gallery-grid .pixproof-item:hover img {
  transform: scale(1.08);
}

.pixproof-gallery-grid .pixproof-item::after {
  content: "🔍";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  font-size: 2rem;
  color: #fff;
  text-shadow: 0 0 8px rgba(0,0,0,0.6);
  transition: all 0.3s ease;
}

.pixproof-gallery-grid .pixproof-item:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: none;
}
/* === PixProof Gallery Grid === */
.pixproof-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 15px;
  margin: 30px 0;
}

.pixproof-gallery-grid .pixproof-item {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pixproof-gallery-grid .pixproof-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.pixproof-gallery-grid .pixproof-item:hover img {
  transform: scale(1.05);
}

.pixproof-gallery-grid .pixproof-item:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}
.pixproof-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 15px;
  margin: 30px 0;
}

.pixproof-gallery-grid .pixproof-item {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pixproof-gallery-grid .pixproof-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.pixproof-gallery-grid .pixproof-item:hover img {
  transform: scale(1.05);
}

.pixproof-gallery-grid .pixproof-item:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}
.pixproof-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
  margin: 30px 0;
}

.pixproof-item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.pixproof-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.pixproof-item:hover img {
  transform: scale(1.05);
}

.pixproof-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.pixproof-item:hover::before {
  opacity: 1;
}

.pixproof-item::after {
  content: "🔍";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.pixproof-item:hover::after {
  opacity: 1;
}
/* === PixProof Gallery Grid === */
.pixproof-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 30px 0;
}

.pixproof-item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
}

.pixproof-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.pixproof-item:hover img {
  transform: scale(1.05);
  opacity: 0.85;
}

/* === Lightbox === */
.pswp img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* === Responsive Breakpoints === */
@media (max-width: 1024px) {
  .pixproof-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .pixproof-gallery {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
/* PixProof Gallery Grid */
.pixproof-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(250px,1fr));
  gap: 15px;
}
.pixproof-gallery figure {
  margin: 0;
  cursor: pointer;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.pixproof-gallery img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .3s ease;
}
.pixproof-gallery figure:hover img {
  transform: scale(1.05);
}
/* PixProof Gallery Grid - Novo Style */
.pixproof-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
  gap: 20px;
}

.pixproof-gallery figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  background: #f8f8f8;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: transform .3s ease;
}

.pixproof-gallery figure:hover {
  transform: translateY(-5px);
}

.pixproof-gallery img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .4s ease;
}

.pixproof-gallery figure:hover img {
  transform: scale(1.1);
}

/* Overlay efekat */
.pixproof-gallery figure::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  opacity: 0;
  transition: opacity .3s ease;
}

.pixproof-gallery figure:hover::before {
  opacity: 1;
}

/* Lupa ikonica */
.pixproof-gallery figure::after {
  content: "\f002"; /* FontAwesome lupa */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 28px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity .3s ease;
}

.pixproof-gallery figure:hover::after {
  opacity: 1;
}
/* PhotoSwipe custom styling */
.pswp__button--close::before {
  content: "\f00d"; /* FontAwesome X */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 22px;
}

.pswp__button--zoom::before {
  content: "\f002"; /* lupa */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 22px;
}

.pswp__button--arrow--left::before,
.pswp__button--arrow--right::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 26px;
}

.pswp__button--arrow--left::before {
  content: "\f104";
}
.pswp__button--arrow--right::before {
  content: "\f105";
}

.pswp__top-bar {
  background: rgba(0,0,0,0.6);
  height: 50px;
}
