/*
Template Name: Venus Power Electronics
File: Layout CSS
Author: Alpesh Panchal
Author URI: https://alpesh88ww.wixsite.com/akdesigns
*/

.main { background-image: url(../images/parts.jpg) !important; background-position: center; background-repeat: no-repeat; background-size: cover; }
.bg_backo { background: #00000073!important; }

.gdesc-inner .gslide-title { font-family: 'Poppins', sans-serif!important; font-size: 1.2rem!important; font-weight: 600!important; margin-bottom: 0 !important; text-align: center; }
.image-hover-zoom a { position: relative; display: inline-block; overflow: hidden; border-radius: .5rem; }
.image-hover-zoom img { transition: 0.3s ease; border-radius: .7rem; }
.image-hover-zoom .zoom-icon { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(0, 0, 0, 0.45); color: #fff; font-size: 2rem; opacity: 0; transition: 0.3s ease; pointer-events: none; }
.image-hover-zoom a:hover img { transform: scale(1.1); }
.image-hover-zoom a:hover .zoom-icon { opacity: 1; }

[data-bs-theme="dark"] .glightbox-clean .gslide-description { background: var(--bs-body-bg) !important; }
[data-bs-theme="dark"] .gdesc-inner .gslide-title { color: #fff !important; }