﻿
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);

h1, h2, h4, p {
    font-family: poppins !important;
}
.finishead{
    font-size:22px !important;
}


.bnr-hgt {
    height: 540px;
}

.outer-container {
    background-color: #fff;
    padding-bottom: 50px;
}

.inner-container {
    background-color: #f5f5f5;
    width: 80%;
    margin: 0 auto;
    padding: 50px;
    margin-bottom: 50px;
}

    .inner-container h2 {
        margin-bottom: 25px;
        font-size: 28px;
    }

    .inner-container ul {
        padding-left: 25px
    }

.black-bg {
    background-color: black;
    color: white;
    padding: 40px;
    width: 80%
}

    .black-bg h3 {
        text-align: center;
        color: #fff;
    }

/*.bgimg {
    background-image: url('/images/marble/care-and-maintenance.jpg');
    background-size: cover;
    background-position: center;
    width: 80%;
    height: 80vh;
    margin: 20px auto;
}*/

/*.bckgimg {
    background-image: url('/images/marble/marble-of-the-month.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 83vh;
    margin: 20px auto;
}*/

.bckgimg {
    width: 100%;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.black-container {
    background-color: Black;
    width: 80%;
    margin-top: 10px;
    margin: 50px auto 0 auto;
}

    .black-container h3 {
        text-align: center;
        color: #fff;
        margin-top: 10px !important;
    }

.colsec {
    padding-top: 20px;
    padding-bottom: 20px;
}


.white-container {
    background-color: white;
    /*    width: 80%;*/
    width: 70%;
    margin: 50px auto 0 auto;
}

    .white-container h2 {
        margin-bottom: 10px !important;
        text-align: center;
    }

.header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.line {
    flex-grow: 1;
    height: 3px;
    background-color: black;
    margin: 30px 20px 40px 20px;
}

.white-container-inner {
    background-color: white;
    width: 100%;
    margin-top: 10px;
    margin: 10px auto 0 auto;
}

.nt-content {
    padding-top: 10px;
    padding-bottom: 10px;
}

.desk-img {
    display: block;
}

.mob-img {
    display: none;
}

.monthcontent {
    position: absolute;
    bottom: 3%;
    padding: 10px 50px;
    width: 80%;
    max-width: 1000px;
}

.carecontent {
    position: absolute;
    top: 15%;
    width: 38%;
    float: right;
    right: 28px;
}

.icon-box-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4%; /* Small gap between items */
    row-gap: 20px;
    /*    justify-content: center;*/
    padding: 10px 0;
}

.icon-box {
    width: 48%; /* Two items per row */
    text-align: center;
    padding: 10px;
/*    box-sizing: border-box;
    background: #f1f1f1f1;
    border-radius: 10px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);*/
    
}
/*    .icon-box.active {
        border: 1px solid #000;
    }
    .icon-box:hover {
        border: 1px solid #000; 
    }*/






/*.edition {
    width: 31.33% !important;
}*/
.icon-box p {
    margin-bottom: 0 !important;
    padding-top: 10px;
    font-size: 14px;
    color: #000;
}

@media (min-width: 768px) {
    .icon-box {
        width: 22%; /* 4 per row */
    }
}

.explore {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    /*    padding: 10px 20px;*/
    gap: 10px;
}

.explore-edition {
    flex: 1 1 0; /* Let each item grow and shrink equally */
    text-align: center;
}

    .explore-edition img {
        max-width: 100%;
        height: auto;
    }

.card {
    background-color: #f5f5f5;
    border-radius: 25px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding-top: 40px;
    padding-bottom: 40px;
}

.brand-container {
    padding-top: 5px;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
    font-size: 18px;
    color: #333;
    text-align: start;
}

.brand {
    display: inline-block;
    /*    margin: 0 15px;*/
    font-weight: normal;
}

    .brand .overline {
        display: inline-block;
        font-weight: bold;
        position: relative;
        margin-right: 2px;
    }
.top-border {
    border-top: 2px solid black; /* You can adjust thickness and color */
    display: inline-block; /* Needed for border to render */
    line-height: 1; /* Optional: keeps vertical spacing tight */
}

.divider {
    color: #999;
    margin: 0 10px;
}

.features {
    display: flex;
    justify-content: center;
    background-color: #f5f5f5;
    /*    padding: 0px 0px;*/
    gap: 20px;
    text-align: center;
    justify-content: left;
}



.feature-item p {
    font-size: 10px !important;
    color: #000;
    line-height: 1.4;
    padding-top: 5px;
}

.prod_show_hide_btn1,
.prod_show_hide_btn2,
.prod_show_hide_btn3 {
    cursor: pointer;
}

#card_show_hide1,
#card_show_hide2,
#card_show_hide3 {
    display: none;
}

@media screen and (min-width: 992px) {
    .card {
        padding-left: 50px;
        padding-right: 50px;
    }

    .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .card {
        padding-left: 40px;
        padding-right: 40px;
    }

    .outer-container {
        /*        background-color: #fff;*/
        padding-bottom: 10px;
    }

    .black-bg {
        width: 100%;
    }

    .bnr-hgt {
        height: 302px !important;
    }

    .desk-img {
        display: none;
    }

    .mob-img {
        display: block;
    }

    .inner-container {
        width: 100%;
        margin: 0 auto;
        padding: 30px;
    }

        .inner-container h2 {
            margin-bottom: 25px;
            font-size: 18px;
            font-weight: 600;
        }

        .inner-container ul {
            padding-left: 25px;
            margin-bottom: 30px;
        }

    .black-container {
        width: 100%;
        margin-top: 10px;
        margin: 30px auto 0 auto;
    }

    .blk-box {
        width: 80%;
    }

        .blk-box h3 {
            font-size: 16px;
        }

    .white-container {
        width: 80%;
        margin: 10px auto 0 auto;
    }

        .white-container .header {
            padding-top: 20px
        }

    .colsec h3 {
        padding-top: 20px
    }

    .byclr-sec .col-sm-3 {
        margin-bottom: 20px;
    }

    .colsec .col-sm-3 {
        margin-bottom: 20px;
    }

    .line {
        display: none;
    }

    .bckgimg {
        padding-top: 20px;
    }

    .monthcontent {
        padding: 20px 0px;
        position: unset;
        width: 100%;
    }

    .carecontent {
        position: unset;
        width: 100%;
        padding: 20px 0px;
    }

    .brand-container {
        font-size: 13px;
    }

    .close-card-btn {
        background-color: transparent;
    }

}


.feature-item.view-more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    width: 110px;
    height: 38px;
}

.view-more-btn {
    width: 55px;
    height: 55px;
    background-color: #000000;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    line-height: 1.5;
}

    .view-more-btn:hover {
/*        transform: scale(1.05);*/
        color: #fff;
    }


.close-card-btn {
    position: absolute;
    right: 50px;
/*    background-color:transparent; */
    color: #000000;
    border: none;
    width: 30px;
    height: 30px;
    font-size: 16px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    z-index: 1;
}

/*    .close-card-btn:hover {
        background: #ff0000;
        transform: scale(1.1);
    }*/

.thumb {
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 100%;
    transition: border 0.3s;
}

    .thumb.active {
        border: 1px solid #000;
        box-shadow: 0 0 10px rgba(0,0,0,0.3);
        border-radius: 100%;
    }

    .thumb:hover {
        border: 1px solid #000;
        border-radius: 100%;
    }


.prdImage.active {
    border: 1px solid #000;
    border-radius: 100%;
}

.prdImage:hover {
    border: 1px solid #000;
    border-radius: 100%;
}




@media screen and (max-width: 767px) {
    .spaces2-banner .banner-image {
        height: 150px;
    }
}

.faqcont {
    display: none;
}

.swiper {
    width: 100%;
    height: 100%;
}


.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;
    border: 2px solid black;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #cbc3b7;
}

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: 20px;
        color: #000;
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 1;
    }

    /* Optional: Hover effect */
    .swiper-button-prev:hover,
    .swiper-button-next:hover {
        background-color: transparent;
    }

@media screen and (min-width: 992px) {

    .swiper-button-next, .swiper-rtl
    .swiper-button-prev {
        right: 0px;
        left: auto;
        top: 45%;
    }

    .swiper-button-prev, .swiper-rtl
    .swiper-button-next {
        left: 0;
        right: auto;
        top: 45%;
    }
}