  .nav-bottom{
        background: #313472 !important;
     }
    
     .primaryclrs
     {
        background: #313472 !important;

     }
     .slider-section .image-slider .slick-prev, .slider-section .image-slider .slick-next .slick-next {
        width: 30px;
        height: 30px;
        background: #313472 !important;
    }
  .common-btn {
    background-color:#313472 !important;
    color:white !important;
    padding: 16px 30px;
    z-index: 0;
    overflow: hidden;
    transition: 0.45s;
    font-weight: bold;
    display: inline-block;
    border-radius: 10px;
    position: relative;
}
.common-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    z-index: -1;
    background-color: var(--primary-color);
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    border: 0;
    background-color:red;
}
.about-max-one-media{
	  background-color:#313472 !important;


}
.media-icon-box {
    height: 65px;
    width: 65px;
    background: #313472 !important;
    border-radius: 15px 0px 15px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -54px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.make-order-btn
{
    border-radius: 8px !important;
}

/*product swapper*/
//* Strong Fix for your custom navbar toggle (#slide-toggle) */

#slide-toggle {
    z-index: 9999 !important;
    position: relative !important;
}

.navbar {
    z-index: 1050 !important;
    position: relative !important;
}

/* Hide Swiper arrows only on mobile to prevent conflict */
/* Make cards take full width inside container */
.productSwiper .swiper-slide {
    height: auto;
}

.card-product {
    height: 100%;
    transition: all 0.3s ease;
}

.card-product:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
}

/* Hide arrows on mobile */
@media (max-width: 767.98px) {
    .productSwiper .swiper-button-next,
    .productSwiper .swiper-button-prev {
        display: none !important;
    }
}