.prodtextheading {
    font-size: 3.5rem;
    letter-spacing: 1px;
    font-family: InterXBold;
}

.productName {
    font-size: 1.8rem;
    padding-left: 10px;
    padding-right: 10px;
}

.productInfo {
    font-size: 1.5rem;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -20px;
}

.prodsubtextheading {
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 3px;
    margin-top: -25px;
}

.prodheading {
    margin-top: 20px;
    margin-bottom: 50px;
}

.productsbutton img {
    padding: 30px;
}

.productsbutton a {
    text-decoration: none;
}

.fuwaxsoftbites {
    margin-top: -25px;
}

.productsbutton p {
    font-size: 3rem;
    font-family: InterXBold;
    letter-spacing: 2px;
}

.backbutton {
    font-size: 1.3rem;
    font-family: InterXBold;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 40px;
    padding-left: 40px;
    background-color: #f46b58;
    border-radius: 7px;
    border: 0px;
    color: white;
    margin-left: 8%;
}

.nextbutton {
    font-size: 1.3rem;
    font-family: InterXBold;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #f46b58;
    border-radius: 7px;
    border: 0px;
    color: white;
    margin-right: 8%;
}

.prevbutton {
    font-size: 1.3rem;
    font-family: InterXBold;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #f46b58;
    border-radius: 7px;
    border: 0px;
    color: white;
}

.promobutton {
    font-size: 1.3rem;
    font-family: InterXBold;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 40px;
    padding-left: 40px;
    background-color: #f46b58;
    border-radius: 7px;
    border: 0px;
    color: white;
    margin-left: 30%;
    margin-top: 10%;
}

.promomechanicsbutton {
    font-size: 1.3rem;
    font-family: InterXBold;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 40px;
    padding-left: 40px;
    background-color: #f46b58;
    border-radius: 7px;
    border: 0px;
    color: white;
    margin-left: 48%;
    margin-top: 5%;
}

.mechanics {
    margin-top: 2%;
    letter-spacing: 2px;
    color: #a3564c;
    font-weight: 1.3rem;
}

#poster {
    margin-top: 4%;
}

.promoheader {
    font-family: 'Roboto', sans-serif;
    color: #f46b58;
    font-size: 35px;
    margin-left: 120px;
    margin-top: 20px;
    font-weight: bold; /* Retain bold for base thickness */
    text-shadow: 1px 0 #f46b58, -1px 0 #f46b58, 0 1px #f46b58, 0 -1px #f46b58;
}

.after-br {
    margin-left: 30px;
}

.zoomable {
    cursor: pointer; /* Change cursor to pointer for clickable images */
}

.modal-body {
    padding: 0;
}

.modal-content {
    background-color: transparent; /* Remove background for clean view */
    border: none;
}

.modal img {
    margin-left: -118px;
    max-width: 150%; 
    max-height: 100%; 
    height: auto; 
    width: auto; 
    border-radius: 8px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.clickable-image {
    position: relative;
    display: inline-block;
}

.clickable-image img {
    display: block;
}

.clickable-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.clickable-image:hover .overlay {
    opacity: 1;
}

@media (max-width: 958px) {
    .prodtextheading {
        margin-top: 25px;
    }
    
    .breadRows {
        margin-top: -40;
    }
    
    .backbutton {
        margin-top: 10;
        font-size: 0.6rem;
        position: relative;
        z-index: 1000;
    }
    
    .promoheader {
        margin-left:20px;
        font-size: 40px;
    }
    
    .promomechanicsbutton {
        margin-left: 15%;
    }
    
    .productsbutton img {
        margin-top: 20px;
        scale: 1.6;
    }
    
    .fuwaxsoftbites {
        margin-top: 1;
    }

    .productsbutton p {
        font-size: 1rem;
    }

    .prodtextheading {
        font-size: 25px;
    }

    .prodsubtextheading {
        font-size: 20px;
    }

    .productName {
        font-size: 1.2rem;
        margin-bottom: 25px;
    }
    
    .productInfo {
        font-size: 1rem;
        margin-bottom: 50px;
    }

    .productsImg {
        scale: 1.5;
    }

    .productsImg2 {
        scale: 1.3;
    }

    .productsImg3 {
        scale: 1.7;
    }
    
    .modal img {
    margin-left: -40px;
    max-width: 120%; 
    max-height: 100%; 
    height: auto; 
    width: auto; 
    border-radius: 8px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
}

@media (max-width: 400px) {
    .backbutton {
        font-size: 0.8rem;
    }

    .productsbutton img {
        margin-top: 20px;
        scale: 1.6;
    }

    .productsbutton p {
        font-size: 2rem;
    }

    .prodtextheading {
        font-size: 25px;
    }

    .prodsubtextheading {
        font-size: 20px;
    }

    .productsBanner {
        height: 320;
    }

    .productName {
        font-size: 1.2rem;
        margin-bottom: 50px;
    }

    .productsImg {
        scale: 1.5;
    }

    .productsImg2 {
        scale: 1.3;
    }

    .productsImg3 {
        scale: 1.7;
    }
}