/*   
    
    * This file contains the styling for the Home Variation One, this
    is the file you need to edit to change the look of the
    template.

******************************************************
*****************************************************/
.home-slider.home-slider-1 .slider-content {
    max-width: 540px;
    padding-inline: 40px;
}

.home-slider.home-slider-1 .text-lg {
    max-width: 420px;
}
.subscribe_section{
    margin-top: 70px;
}

.category-1 .category-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.category-1 .category-item .category-img {
    position: relative;
    margin-bottom: 5px;
    width: 90px;
    height: 90px;
    z-index: 1;
    background-color: #fbdfae;
    border-radius: 100px;
}

/*.category-1 .category-item .category-img::after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    top: 0;*/
/*    left: 50%;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    -webkit-transform: translateX(-50%);*/
/*    transform: translateX(-50%);*/
/*    mask: url(../../images/grocery/category/bg-circle.svg) no-repeat center/contain;*/
/*    -webkit-mask: url(../../images/grocery/category/bg-circle.svg) no-repeat center/contain;*/
/*    z-index: -1;*/
/*    background-color: var(--color-primary);*/
/*    background: var(--item-bg-color);*/
/*}*/

.category-1 .category-item .absolute-img {
      width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.category-1 .category-item h3 {
       color: var(--color-primary);
    font-size: 18px;
    font-weight: 500;
}

.category-1 .category-item span {
    color: var(--color-gray-1);
    font-size: var(--font-lg);
}

.category-1 .category-item:hover .absolute-img {
    -webkit-transform: translate(-50%, -50%) scale(1.15);
    transform: translate(-50%, -50%) scale(1.15);
}

.category-1 .category-item .color-1::after {
    background-color: #E49B8B;
}

.category-1 .category-item .color-2::after {
    background-color: #E4C28B;
}

.category-1 .category-item .color-3::after {
    background-color: #95CE58;
}

.category-1 .category-item .color-4::after {
    background-color: #B3CDE3;
}

.category-1 .category-item .color-5::after {
    background-color: #ECAC7C;
}

.category-1 .category-item .color-6::after {
    background-color: #F0D969;
}

.category-1 .category-item .color-7::after {
    background-color: #ED798E;
}

.category-1 .category-item .color-8::after {
    background-color: #B3CDE3;
}
.product-grid-card .product-img {
    margin-bottom: 0;
}

.banner-sm .btn{
    min-width: 105px;
}

.banner-sm .banner-content {
    max-width: 73%;
}

.featured .featured-item .content h5{
    font-size: 16px;
}
.home-slider-1 .animated-slider .slick-dots {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    margin-inline-start: 50px;
}

.home-slider-1 .animated-slider .slick-dots li {
    height: 12px;
    width: 12px;
    background: var(--color-primary);
}
.home-slider-1 .animated-slider .slick-dots li.slick-active {
    width: 30px;
    border-radius: 30px;
    background: var(--color-primary);
}
@media screen and (max-width: 992px) {
    .home-slider .sub-title {
        margin-bottom: 1px;
    }
    .home-slider .title-sm {
        font-size: 22px;
    }
    .banner-sm .banner-content {
        max-width: 63%;
    }
    .banner-sm .banner-content h3 {
        margin-bottom: 20px;
    }
    
    .home-slider .slider-item.ratio::before {
        padding-bottom: 60%;
    }
    .home-slider .banner-sm.ratio.ratio-5-3::before {
        padding-bottom: 33%;
    }
}
@media screen and (max-width: 768px) {
    .home-slider.home-slider-1 .slider-content {
        padding-inline: 20px;
    }
    .home-slider .text-lg {
        margin-bottom: 20px;
    }
    .featured .featured-item .icon{
        width: 60px;
        height: 60px;
    }
    .featured-item.mb-30{
        margin-bottom: 15px !important;
    }
    .home-slider .slider-item.ratio::before {
        padding-bottom: 75%;
    }
    .home-slider .banner-sm.ratio.ratio-5-3::before {
        padding-bottom: 50%;
    }
    
    .category-1 .category-item .absolute-img {
    width: 50%;

}

.category-1 .category-item .category-img {

    width: 70px;
    height: 70px;

}

.home-slider-1 .slick-slider .slick-track, .home-slider-1 .slick-slider .slick-list {
    height: 20vh !important;
}



.home-slider-1
.radius-xl {
    border-radius: 0px !important;
}


.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0px;
    background-color: var(--color-primary);
}

}



@media screen and (max-width: 575px) {
    .home-slider .slider-item.ratio::before {
        padding-bottom: 100%;
    }
}
@media screen and (max-width: 480px) {
    .home-slider .slider-item.ratio::before {
        padding-bottom: 125%;
    }
    .home-slider .title-sm {
        font-size: 20px;
    }
}
@media screen and (max-width: 360px) {
    .banner-sm .banner-content {
        max-width: 100%;
    }
    .home-slider .title {
        margin-bottom: 20px;
    }
    .banner-sm .banner-content h3 {
        margin-bottom: 10px;
    }
}
.header-mt-fix {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
/*# sourceMappingURL=home-1.css.map */










   /* ---------- MODAL OVERLAY (hidden by default) ---------- */
        .modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 10, 20, 0.6);
            backdrop-filter: blur(4px);
            display: flex;
            justify-content: center;
            align-items: center;
            visibility: hidden;
            opacity: 0;
            transition: opacity 0.25s ease, visibility 0.25s;
            z-index: 1000;
            padding: 1rem;
        }

        .modal-overlay.active {
            visibility: visible;
            opacity: 1;
        }

        /* popup box */
        .modal-box {
            background: #fcde70;
            /*max-width: 750px;*/
            width: 100%;
            max-width: 40%;
            padding: 2rem 2rem 2.2rem;
            border-radius: 10px;
            box-shadow: 0 40px 60px rgba(0, 0, 0, 0.3);
            text-align: center;
            transform: scale(0.95);
            transition: transform 0.25s ease;
            border: 2px solid white;
        }

        .active .modal-box {
            transform: scale(1);
        }

        /* close button (simple X) */
        .close-btn {
            position: absolute;
            top: 16px;
            right: 20px;
            background: #f0f4fa;
            border: none;
            width: 38px;
            height: 38px;
            border-radius: 50%;
 font-size: 24px;
            font-weight: 300;
            color: #1f3a4b;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.15s;
            border: 1px solid #ccdae9;
        }

        .close-btn:hover {
            background: #ff5c5c;
            color: white;
        }

        .modal-box {
            position: relative;  /* for close button placement */
        }

        .modal-box h2 {
            font-size: 2rem;
            font-weight: 600;
            color: var(--color-primary);
            margin: 0.5rem 0 1.2rem;
        }

        .greet {
            color: #3a5069;
            margin-bottom: 2rem;
            border-bottom: 1px solid #cfddee;
            padding-bottom: 0.8rem;
        }

        /* form */
        .input-group {
            margin-bottom: 1.5rem;
            text-align: left;
        }

        .input-group label {
            display: block;
            font-weight: 600;
            font-size: 0.9rem;
            color: #1f3a4b;
            margin-bottom: 0.2rem;
            margin-left: 0.3rem;
        }

        .input-group input {
            width: 100%;
            padding: 0.9rem 1.2rem;
            font-size: 1rem;
            border: 2px solid #cbd6e4;
            border-radius: 40px;
            outline: none;
            background: #f9fcff;
        }

        .input-group input:focus {
            border-color: #1f5f8e;
            box-shadow: 0 0 0 3px #a3c6e9;
        }

        .submit-btn {
            background: #1f3a4b;
            border: none;
            color: white;
            font-weight: 700;
            font-size: 1.3rem;
            padding: 0.9rem 1.8rem;
            border-radius: 60px;
            width: 100%;
            cursor: pointer;
            margin-top: 0.5rem;
            transition: background 0.15s;
            border: 1px solid #628eb0;
        }

        .submit-btn:hover {
            background: #2b506a;
        }

        .close-hint {
            margin-top: 1rem;
            font-size: 0.85rem;
            color: #4f657b;
        }
        
    
@media (max-width: 768px) {
    .modal-box {
        max-width: 90%;
    }
}













