/* ===== Effluent Product Section Start ===== */

.effluent-container {
    padding: 60px 20px;
    background: #f5f5f5;
}

.effluent-title {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 600;
}

.effluent-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.effluent-card {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.effluent-card h3 {
    color: #0d6efd;
    margin-bottom: 15px;
}

.effluent-content {
    display: flex;
    gap: 20px;
}

.effluent-img img {
    width: 200px;
    height: 150px;
    object-fit: cover;
    border: 1px solid #ccc;
}

.effluent-details p {
    margin: 5px 0;
    font-size: 14px;
}

.effluent-price {
    font-weight: bold;
    margin-top: 10px;
}

.enquiry-btn {
    margin-top: 15px;
    display: inline-block;
    padding: 10px 20px;
    background: #dc3545;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
}

.enquiry-btn:hover {
    background: #b02a37;
}

/* Responsive */
@media(max-width: 768px) {
    .effluent-grid {
        grid-template-columns: 1fr;
    }

    .effluent-content {
        flex-direction: column;
    }

    .effluent-img img {
        width: 100%;
        height: auto;
    }
}

/* Fix dropdown cut issue globally WITHOUT breaking hover */

.navbar .dropdown-menu {
    z-index: 9999;
}

/* Only remove overflow issue */
.bg-breadcrumb {
    overflow: visible !important;
}

.gallery-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease;
}
.card {
    overflow: hidden;
    height: 100%;
}





*/ .service-section {
    padding: 1px;    /* 👈 clean top & bottom space */
}
.service-section .container {
    width: 80%;
    max-width: 1200px;
    margin: 100px auto;
    padding: 40px 0;
}

.service-box {
    display: flex;
    gap: 30px;
    align-items: center;
}

.left {
    flex: 1;
}

.left img {
    width: 100%;
   
    height: 350px;
    object-fit: cover;
}

.right {
    flex: 1;
}

.right h2 {
    margin-bottom: 15px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .service-box {
        flex-direction: column;
    }
}





/* Animation keyframes */
@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Background floating animation */
@keyframes bgMove {
    0% {
        background-position: center top;
    }

    50% {
        background-position: center center;
    }

    100% {
        background-position: center top;
    }
}
/* Main container */

/* Smooth page feel */
body {
    scroll-behavior: smooth;
}





.about-banner {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

    height: 60vh;
    padding: 0;
}




/* ===== Page Banner (Scoped) ===== */
.page-banner {
    height: 300px;
    overflow: hidden;
}

.page-banner .banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-banner .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.page-banner h1 {
    font-size: 40px;
}

/* Mobile */
@media (max-width: 768px) {
    .page-banner {
        height: 180px;
    }

    .page-banner h1 {
        font-size: 24px;
    }
}

.navbar {
    z-index: 9999;
}





.card:hover .gallery-img {
    transform: scale(1.1);
}

.custom-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
}

.custom-modal img {
    max-width: 90%;
    max-height: 80vh;
    margin-top: 40px;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 40px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}





.video-wrapper {
    position: relative;
    height: 250px;
    /* SAME as image */
    overflow: hidden;
    border-radius: 10px;
}

.video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);

    width: 55px;
    height: 55px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;
    color: white;

    transition: all 0.3s ease;
}

.video-wrapper:hover .play-btn {
    transform: translate(-50%, -50%) scale(1.15);
    background: rgba(0, 0, 0, 0.8);
}

 .gallery-img:hover {
    transform: scale(1.05);
}

.card {
    border-radius: 12px;
    overflow: hidden;
}

.card:hover {
    transform: translateY(-5px);
}

.row.g-4 {
    row-gap: 25px;
}





#mediaModal .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;

    font-size: 28px;
    color: #fff;
    background: transparent;
    border: none;

    cursor: pointer;
    z-index: 99999;
}

#mediaModal .close-btn:hover {
    color: red;
    transform: scale(1.2);
}





/* SECTION */
.client-slider-section {
    background: transparent;
}

/* MAIN SLIDER */
.client-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* TRACK */
.client-track {
    display: flex;
    transition: transform 0.5s ease;
}

/* SLIDE */
.client-slide {
    min-width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* IMAGE */
.client-slide img {
    width: 30%;
    height: 160px;
    object-fit: contain;
    background:white;
}

/* BUTTONS */
.client-slider button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: black;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.client-slider .prev { left: 10px; }
.client-slider .next { right: 10px; }

/* TABLET */
@media (max-width: 992px) {
    .client-slide {
        flex-wrap: wrap;
    }

    .client-slide img {
        width: 45%;
    }
}
/* MOBILE */
@media (max-width: 576px) {
    .client-slide {
        flex-direction: column;
        align-items: center;
    }

    .client-slide img {
        width: 80%;
    }
}





#mediaModal .custom-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;

    font-size: 40px;
    color: #fff;
    cursor: pointer;

    background: rgba(0,0,0,0.5);
    width: 50px;
    height: 50px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* LEFT */
#mediaModal .custom-nav.left {
    left: 10px;
}

/* RIGHT */
#mediaModal .custom-nav.right {
    right: 10px;
}

/* HOVER */
#mediaModal .custom-nav:hover {
    background: rgba(0,0,0,0.8);
    transform: translateY(-50%) scale(1.1);
}

#mediaModal .modal-dialog {
  max-width: 750px;
    margin-top: 80px;
}

#modalImage,
#modalVideo {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
}
.modal-body {
    position: relative;
    z-index: 1;
}
#mediaModal .modal-content{
    max-height:85vh;    
}
