/* ==========================================================================
   1. RREGULLAT GLOBALE & LAYOUT
   ========================================================================== */
*, *::before, *::after {
    box-sizing: border-box;
}

body {
    background-color: #000000;
    color: #ffffff;
    font-family: 'Arial Black', Gadget, sans-serif;
    padding-top: 131px;
    transition: padding-top 0.3s ease;
}

    body.shrunk-body {
        padding-top: 80px;
    }

/* ==========================================================================
   2. NAVBAR STYLE (PEPSI THEME) - UPDATED FOR SLEEK HEIGHT
   ========================================================================== */
.pepsi-navbar {
    height: 130px; /* E ulim nga 140px nė 90px (Gjendja fillestare) */
    background-color: rgba(0, 0, 0, 0.95) !important;
    transition: height 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center; /* Mban tė gjitha elementet fiks nė qendėr vertikale */
}

    .pepsi-navbar::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background-color: #ffffff;
        transition: all 0.3s ease;
    }

    /* Kur bėn scroll, ulet nga 90px nė 65px */
    .pepsi-navbar.shrunk {
        height: 80px !important;
        box-shadow: 0 4px 20px rgba(0, 114, 206, 0.2);
    }

    .pepsi-navbar .nav-link {
        font-family: 'Arial Black', Gadget, sans-serif;
        text-transform: uppercase;
        display: block;
        text-align: center;
        /* Ulim padding-un lart/poshtė nga 1rem nė 0.4rem qė mos tė sforcohet lartėsia */
        padding: 0.4rem 1.5rem !important;
        color: #ffffff !important;
        font-size: 15px; /* Pak mė elegante */
        letter-spacing: 1px;
        transition: color 0.2s ease;
    }

        .pepsi-navbar .nav-link:hover,
        .social-links a:hover {
            color: #0072ce !important;
        }

/* Rregullimi i Logos */
.navbar-brand img {
    height: 60px; /* E ulim nga 80px nė 60px nė fillim */
    width: auto;
    transition: height 0.3s ease;
}

/* Kur bėn scroll, logoja bėhet 45px qė tė rrijė fiks brenda 65px tė navbarit */
.pepsi-navbar.shrunk .navbar-brand img {
    height: 45px;
}

.social-links a {
    color: #ffffff;
    font-size: 18px;
    transition: transform 0.2s ease, color 0.2s ease;
}

    .social-links a:hover {
        transform: scale(1.2);
    }
/* ==========================================================================
   3. HERO BANNER (DUBLE IMAGE FOR PC/MOBILE)
   ========================================================================== */

.carousel-container {
    width: 100%;
    height: 87vh !important; /* Lartėsia e madhe nė celular */
    min-height: 450px !important;
    overflow: hidden;
}

    .carousel-container .carousel,
    .carousel-container .carousel-inner,
    .carousel-container .carousel-item {
        height: 100% !important;
        width: 100%;
    }

/* Stili pėr foton nė celular */
.pepsi-img-responsive {
    width: 100%;
    height: 100% !important;
    object-fit: cover !important;
    /* E ulim nė 35% pėr ta zhvendosur foton majtas.
       Nėse ka nevojė pėr akoma mė shumė, provoje 30% ose 25% */
    object-position: 58% center !important;
}

/* Kur kalojmė nė Desktop (Ekrane tė mėdha) */
@media (min-width: 992px) {
    .carousel-container {
        height: auto !important; /* Nė PC merr lartėsinė natyrale tė fotos sė madhe */
        min-height: unset !important;
    }

        .carousel-container .carousel,
        .carousel-container .carousel-inner,
        .carousel-container .carousel-item {
            height: auto !important;
        }

    .pepsi-img-responsive {
        height: auto !important;
        object-fit: fill !important; /* Kthehet siē e kishit pėr PC */
    }
}


/* ==========================================================================
   4. SEKSIONI I PRODUKTEVE (ZERO THEME & CAROUSEL)
   ========================================================================== */
.products-section-bg,
.black-container-override,
.bg-black-grid,
.carousel-custom-wrapper,
.product-card-item,
.product-mud-card,
.product-img-wrapper-large {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.products-section-bg {
    width: 100%;
    display: block;
}

.section-title-white {
    font-family: 'Arial Black', Gadget, sans-serif;
}

.carousel-custom-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.product-card-item {
    display: flex;
    justify-content: center;
    padding: 0 15px;
}

.product-mud-card {
    width: 100%;
}

/* Imazhet e Produkteve & Hover */
.product-img-wrapper-large {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.product-img-large {
    max-height: 100%;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.product-mud-card:hover .product-img-large {
    transform: scale(1.08);
}

/* Tekstet brenda produktit */
.product-main-title {
    font-size: 1.8rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.5px;
}

.product-secondary-desc {
    font-size: 0.85rem !important;
    color: #e0e0e0 !important;
    line-height: 1.4;
}

/* Butoni "Find Out More" */
.btn-find-more {
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease-in-out !important;
}

.product-mud-card:hover .btn-find-more {
    opacity: 1;
    transform: translateY(0);
}

.btn-find-more:hover {
    background-color: #0072ce !important;
    border-color: #0072ce !important;
    box-shadow: 0 0 15px rgba(0, 114, 206, 0.6);
}

/* ==========================================================================
   5. SHIGJETAT NAVIGUESE (CUSTOM ARROWS)
   ========================================================================== */
.nav-arrow-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.08);
    border: none;
    color: #ffffff !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.carousel-custom-wrapper:hover .nav-arrow-btn {
    opacity: 1;
}

.nav-arrow-btn:hover {
    background: #0072ce;
    box-shadow: 0 0 15px rgba(0, 114, 206, 0.5);
}

.left-arrow {
    left: 20px !important;
}

.right-arrow {
    right: 20px !important;
}

/* ==========================================================================
   6. RESPONSIVE DESIGN (RESPONSIVE BREAKPOINTS)
   ========================================================================== */
@media (max-width: 1200px) {
    .left-arrow {
        left: 5px !important;
    }

    .right-arrow {
        right: 5px !important;
    }
}

@media (max-width: 991.98px) {
    body {
        padding-top: 85px;
    }

        body.shrunk-body {
            padding-top: 85px;
        }

    .pepsi-navbar {
        height: 90px;
    }

        .pepsi-navbar.shrunk {
            height: 70px !important;
        }

    .navbar-brand img {
        height: 55px;
    }

    .pepsi-navbar.shrunk .navbar-brand img {
        height: 45px;
    }

    /* Heqja e hapėsirės sė zezė nė celular */
    /*.carousel-container {
        height: auto !important;*/ /* Kthehet nė lartėsinė natyrale nė desktop */
        /*min-height: unset !important;
    }

        .carousel-container .carousel,
        .carousel-container .carousel-inner,
        .carousel-container .carousel-item {
            height: auto !important;*/ /* Ēlirohet lartėsia e Bootstrap nė desktop */
        /*}

    .pepsi-img-responsive {
        height: auto !important;
        object-fit: fill !important;
    }*/

    .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.98);
        padding: 20px;
        margin-top: 10px;
        border-radius: 0px !important;
        border: none !important;
        border-bottom: 2px solid #222;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100vw;
        z-index: 999;
        margin-left: -1rem;
    }

    .btn-find-more {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }

    .nav-arrow-btn {
        opacity: 1 !important;
        width: 40px;
        height: 40px;
    }
}
/* Kjo klasė bllokon selektimin e tekstit dhe fotove gjatė lėvizjes */
.carousel-custom-wrapper {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standardi pėr Chrome, Edge, etj. */
}

    /* Kjo parandalon qė edhe vetė fotot e Pepsi-t tė zvarriten si hije nga browser-i */
    .carousel-custom-wrapper img {
        pointer-events: none;
        -webkit-user-drag: none;
        user-drag: none;
    }
