.desktop-website-logo {
    width: 60px;
}

.fassai img {
    width: 50% !important;
}

.our-products-sec {
    background: #000 !important;
}

.owl-slider .item img {
    height: 500px;
}

.section-content h2 {
    font-size: 14px;
}

.social-icons-fixed {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 1000;
}

.social-icons-fixed a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #fff !important;
    font-size: 24px;
    text-decoration: none;
}

.social-icons-fixed .facebook {
    background: #3b5998;
}

.social-icons-fixed .twitter {
    background: #1da1f2;
}

.social-icons-fixed .whatsapp {
    background: #25d366;
}

.social-icons-fixed .mail {
    background: #ea4335;
}

.social-icons-fixed .share {
    background: #007bff;
}

.home-bnr-carousel img {
    height: 715px !important;
}

/* Updated Featured Products Styling */
#productList {
    background-color: #fff;
    padding: 40px 0;
}

#productList h3 {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 1000;
}

.product-item {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: none;
}

.pen {
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px; /* adjusted height for desktop */
    overflow: hidden;
}

.pen img {
    width: auto;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease, opacity 0.5s ease;
}


.product-item .pen:hover img {
    transform: translateY(-10px);
    opacity: 1;
}

.product-info {
    margin-top: auto;
}

.product-info p {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    font-size: 14px;
}

.product-btn {
    width: 100%;
    max-width: 200px;
    padding: 12px 0;
    border-radius: 25px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.product-item:hover .product-btn,
.product-btn:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.krunch-text {
    font-family: "Poppins", sans-serif;
    font-size: 150px;
    width: 100%;
    font-weight: 300;
    color: gray;
    letter-spacing: 20px;
}

.krunch-heading {
    font-size: 176px;
    font-weight: bold;
    color: rgb(217, 220, 222);
    letter-spacing: 20px;
    transition: color 0.3s ease;
}

.krunch-heading2 {
    font-size: 176px;
    font-weight: bold;
    color: rgb(115, 122, 126);
    letter-spacing: 20px;
    transition: color 0.3s ease;
}

.krunch-heading:hover {
    color: black;
    cursor: pointer;
}

#slide-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    overflow-y: auto;
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.5s ease;
    pointer-events: none;
}

#slide-panel.open {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

/* Responsive Design */
@media (max-width: 992px) {
    .krunch-heading {
        font-size: 100px !important;
    }

    .krunch-heading2 {
        font-size: 100px !important;
    }

    .pen {
        height: 250px;
    }

    .pen img {
        max-width: 80%;
    }

    .product-btn {
        max-width: 180px;
    }

    #slide-panel .container {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .krunch-heading {
        font-size: 60px !important;
    }

    .krunch-heading2 {
        font-size: 60px !important;
    }

    .product-item {
        margin-bottom: 30px;
    }

    .pen {
        height: 180px; /* smaller height for mobile */
    }

    .pen img {
        max-height: 100%;
        max-width: 100%;
        object-fit: contain;
    }

    .krunch-text {
        font-size: 36px !important;
        color: #a99d9d;
    }

    #slide-panel .container {
        margin: 10px;
        padding: 15px;
    }

    .product-data {
        text-align: center;
    }

    .pack-options .d-flex {
        justify-content: center;
    }

    .quantity .d-inline-flex {
        justify-content: center;
    }

    .mt-4.d-flex {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .krunch-heading {
        font-size: 40px !important;
    }

    .krunch-heading2 {
        font-size: 40px !important;
    }

    .pen {
        height: 180px;
    }

    .pen img {
        max-width: 60%;
    }

    .product-btn {
        max-width: 150px;
        font-size: 12px;
    }

    #productList h3 {
        font-size: 24px;
    }

    #slide-panel .container {
        margin: 5px;
        padding: 10px;
    }

    .product-data h2 {
        font-size: 20px;
    }

    .price .fw-bold {
        font-size: 16px;
    }

    .price .text-muted {
        font-size: 10px;
    }
}
