/*////////////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
                               /*Costom CSS*/
/*////////////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/


.about-counter-area.one.upper .counter-text h1::before {
    background: none !important;
}

.about-pricing-area .single-pricing-box {
    height: 100% !important;
}

    .about-pricing-area .single-pricing-box .pricing-inner-box {
        height: 100% !important;
    }


    .about-pricing-area .single-pricing-box .single-pricing-content {
        height: 100% !important;
    }



.awards-portfolio-minimal-area .case-title.style2 span a {
    font-size: 18px !important;
}


/*Product Details Page*/

.table-responsive-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.product-dtls-table th {
    background-color: #d9ab7a !important;
    padding: 15px !important;
    border: 2px solid #000 !important;
}

.product-dtls-table td {
    padding: 15px !important;
    text-align: center !important;
    border: 2px solid #d9ab7a !important;
}

    .product-dtls-table td .colors-box {
        display: flex;
        gap: 5px;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

        .product-dtls-table td .colors-box .color-1 {
            background-color: red;
            width: 20px;
            height: 20px;
        }

        .product-dtls-table td .colors-box .color-2 {
            background-color: green;
            width: 20px;
            height: 20px;
        }

        .product-dtls-table td .colors-box .color-3 {
            background-color: yellow;
            width: 20px;
            height: 20px;
        }

@media (max-width: 768px) {
    .product-dtls-table th,
    .product-dtls-table td {
        padding: 10px !important;
        font-size: 14px;
    }

    .colors-box div {
        width: 16px;
        height: 16px;
    }
    .slider_area_five {
        height: 620px !important;
        margin-top: -60px !important;
    }

        .slider_area_five .single-slider {
            margin-top: 70% !important;
        }
}






.colors-box{
    display:flex;
    flex-direction:column;
}

    .colors-box .divColor p {
        padding: 0 !important;
        margin: 0 !important;
    }




    /*popup*/
.popup {
    display: flex;
    align-items: center;
    /*    align-items: flex-end;*/
    justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
/*    top: 0;*/
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    z-index: 2147483647 !important;
    /*    margin-top: 50px;*/
    top: 40px;
}

.popup-inner {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
    width: 90%;
    max-width: 800px;
    height: auto;
    max-height: 90vh;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    transform: translateY(-100px);
    transition: transform 0.4s ease-in-out;
    
}

.popup:target {
    visibility: visible;
    opacity: 1;
}

    .popup:target .popup-inner {
        transform: translateY(0);
    }

.popup__photo {
    width: 100%;
/*    max-height: 300px;*/
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .popup__photo img {
        max-width: 100%;
        height: auto;
        display: block;
    }

.popup__close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    background-color: #0A0A0A;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    font-size: 18px;
    z-index: 1000;
}

@media (max-width: 768px) {
    .popup-inner {
        flex-direction: column;
        width: 90%;
        padding: 10px;
    }

    .popup__photo {
        max-height: 200px;
    }

        .popup__photo img {
            width: 100%;
            height: auto;
        }

    form {
        width: 100%;
    }
}

/*product form*/
.product-form_box input, textarea {
    border: 1px solid #cda374;
    border-radius: 5px;
    width: 100%;
    padding: 15px;
    margin-top: 20px;
}
/**/


.products-category-button{
    display:flex;
    gap:10px;
}

    .products-category-button a {
        padding: 15px 20px !important;
    }

@media only screen and (max-width: 600px) {
    .products-category-button {
        flex-direction: column;
    }
        .products-category-button a{
            text-align:center;
        }
}


/*product page button*/
.category-button button {
    display: inline-block;
    background: #D9AB7A;
    color: #101010;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    transition: .5s;
    border: 1px solid #d9ab7a;
}
    .category-button button::after {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        height: 100%;
        width: 0%;
        background: #fff;
        transition: .5s;
        z-index: -1;
    }

    .category-button button:hover::after {
        width: 100%;
        left: 0;
    }
/**/

/*popup preloader*/
.preloader-wrapper-popup {
    width: 100%;
    /*    height: 500px;*/
    height: 360px;
    display: flex;
    justify-content: center;
}
/**/


.shop-area .single-shop-content {
    display: flex !important;
    justify-content: space-between;
    gap: 15px;
}

.shop-area .single-shop-item h3 {
    line-height: 23px !important;
}

.shop-area .single-shop-dolar {
    position: static !important;
}


/*Product Details Page*/

/*Product page right tab*/

.shop-area .shop-categori-list ul li a {
    display: block;
    list-style: none;
    position: relative;
    z-index: 1;
    margin: 0 0 7px;
    transition: .5s;
    color: #fff;
}

    .shop-area .shop-categori-list ul li a:hover {
        color: #D7AB79;
    }

/*Product page right tab*/



/*Inner page banner*/
.breadcumb-area {
    height: 270px !important;
}

    .breadcumb-area .breadcumb-content h1 {
        font-size: 40px !important;
    }

input:focus, textarea:focus, button:focus {
    outline-color: #d9ab7a !important;
}
/*Inner page banner*/


/*Gallery Page*/

/* Gallery Grid */
/*.gallery-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    padding: 20px;
}*/

.gallery-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 5 fixed columns */
    gap: 15px;
    padding: 20px;
}

.gallery-item img {
    width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 8px;
    transition: transform 0.3s ease;
    margin-top: 15px;
}

    .gallery-item img:hover {
        transform: scale(1.03);
    }

/* Lightbox Modal */
.lightbox-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

.lightbox-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 80%;
    border-radius: 8px;
    top: 25%;
    position: relative;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .gallery-container {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 992px) {
    .gallery-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .gallery-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .gallery-container {
        grid-template-columns: 1fr;
    }
}

/*Gallery Page*/


/*Requestaquote*/

.requestaquote-main {
    background-image: url('../../assets/images/new/artic-bath-main.webp');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
    z-index: 0;
}

    .requestaquote-main::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); /* Adjust 0.5 for more or less darkness */
        z-index: -1;
    }
/*Requestaquote*/


/*Contact Page*/

.contact-area-inner {
    background-image: url('../../assets/images/new/artic-bath-main.webp');
    background-repeat: no-repeat;
    background-size: cover;
/*    height: 100vh;*/
    position: relative;
    z-index: 0;
}

    .contact-area-inner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); /* Adjust 0.5 for more or less darkness */
        z-index: -1;
    }

.contact-area-inner-new .single-contact-box .single-contact-thumb-new .contact-address-sec {
    /*    position: absolute;
    height: 100%;*/

    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; /* ensure full overlay */
    display: flex;
    align-items: center; /* vertically center the content */
    justify-content: center; /* horizontally center */
    pointer-events: none; /* optional: allows clicks to pass through */

    width: 80%;
    margin-left: 100px;
}

    .contact-area-inner-new .single-contact-box .single-contact-thumb-new .contact-address-sec .widgets-company-icon-list {
        /*        background-color: #d7ab79;
        padding: 20px;*/

        background-color: #d7ab79d9;
        padding: 100px 40px;
        z-index: 2;
        pointer-events: auto; /* enable interaction if pointer-events was disabled */
        margin: 11px 11px;
    }

.contact-area-inner-new .single-contact-box .single-contact-thumb-new img{
    position:relative; 
}



.contact-area-inner-new .single-contact-box .single-contact-thumb-new .contact-address-sec .widgets-company-icon-list ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

    .contact-area-inner-new .single-contact-box .single-contact-thumb-new .contact-address-sec .widgets-company-icon-list ul li {
        list-style: none !important;
        font-size: 19px !important;
        display:flex;
    }

        .contact-area-inner-new .single-contact-box .single-contact-thumb-new .contact-address-sec .widgets-company-icon-list ul li i {
            margin-right: 15px;
            font-size: 25px;
        }
    /*Contact Page*/




/*Footer Style*/

.footer-section .quick-links-new ul li {
    list-style: square;
    font-size: 20px;
    margin-top: 10px;
}

.quick-links-new ul li a {
        text-decoration: none;
        color: #999999;
        font-size: 19px;
    }

.footer-section {
    z-index: 0 !important;
}
/*Footer Style*/





/*about page*/
.about-bg-new {
    background-color: #ceb594 !important;
}

.counter-area.one.upper .row.bg-col {
    background-color: #ceb594 !important;
}

.counter-area.one.upper.inner {
    padding: 50px 0 50px !important;
}

/*about page*/

/* media query's */
@media (min-width: 320px) and (max-width: 599px) {
    .breadcumb-area .breadcumb-content h1 {
        font-size: 30px !important;
        line-height: 40px !important;
    }

    /*contact page contact area*/
    .contact-area-inner-new .single-contact-box .single-contact-thumb-new img {
        width: 100% !important;
        margin: 0 !important;
    }

    .contact-area-inner-new .single-contact-box .single-contact-thumb-new .contact-address-sec {
        width: 100% !important;
        margin-left: 0 !important;
    }

        .contact-area-inner-new .single-contact-box .single-contact-thumb-new .contact-address-sec .widgets-company-icon-list {
            padding: 92px 40px !important;
            margin: 0 !important;
        }

    .contact-area-inner .section-title.upper .sub-title h2 {
        font-size: 25px !important;
    }
}



@media (min-width: 320px) and (max-width: 599px) {
    .counter-area.one .row.bg-col {
        padding: 0 0 0px !important;
    }
}
.about-img-swipe .owl-dots {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    text-align: center !important;
}