/*
Theme Name: Tushar Textiles
Theme URI: https://digitallyconnects.com/
Author: Digitally Connects
Author URI: https://digitallyconnects.com/
Description: Tushar Textiles
Version: 1.0
*/

.navbar-brand img, .footer-logo img {
    max-width: 230px;
}

.footer-contact-item a {
    color: #192324;
}

#fluentform_4 .ff-btn:hover {
    background-color: #000 !important;
    color: #FFF !important;
    border-color: #000 !important;
}

.service-feature-image figure, .project-single-image figure {
  border-radius: 20px;
}
.project-single-content h2 {
    margin-bottom: 20px;
}

.page-pagination a.prev, .page-pagination a.next, .page-pagination a.page-numbers {
    background: #7C877F;
    color: #FFF;
    padding: 10px 20px;
    margin: 0 5px;
    font-weight: 700;
    line-height: 1em;
    transition: all 0.3s ease-in-out;
}
.page-pagination a.prev:hover, .page-pagination a.next:hover, .page-pagination a.page-numbers:hover,
.page-pagination .current {
    background: #192324;
    color: #FFF;
    padding: 10px 20px;
    margin: 0 5px;
    font-weight: 700;
    line-height: 1em;
    transition: all 0.3s ease-in-out;
}

.page-template-template-product .post-item {
    margin-bottom: 50px;
}
.page-project-single .project-info h1 {
    margin-bottom: 20px;
}

.owl-dots {
    background: #f2f2f2 !important;
    width: auto !important;
    line-height: 1 !important;
    display: table !important;
    margin: 50px auto 0px !important;
    padding: 2px 10px 6px !important;
    list-style-type: none !important;
    border-radius: 10px !important;
}
.owl-dots .owl-dot {
    margin: 0 0.25rem !important;
    display: inline-block !important;
    vertical-align: middle !important;
    width: 10px !important;
    height: 10px !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 100% !important;
    background-color: #666666 !important;
    text-indent: -9999px !important;
}
.owl-dots .owl-dot.active {
    background-color: #000000 !important;
}

.product-card {
    background:#fff;
    border:1px solid #ddd;
    border-radius:6px;
    overflow:hidden;
    box-shadow:0 2px 6px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}
.product-card .product-image {
    background: #eee;
    padding: 14px;
    text-align: center;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.product-card .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.product-card .product-info {
    padding:15px;
}
.product-card .product-info h3 {
    font-size: 1.15rem;
}
.product-card .subtitle {
    font-size:14px;
    margin:6px 0 15px;
    min-height: 70px;
}
.product-card .actions {
    display:flex;
    gap:10px;
    text-align: center;
}
.product-card .wishlist {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    background: #192324;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-card .cart-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    background: #FFF;
    color: #192324;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex: 1;
}
.product-card .cart-btn:hover {
    background:#f2f2f2;
}

.floating-actions {
    display: flex;
    position: fixed;
    right: 0px;
    bottom: 40%;
    transform: translateY(50%);
    flex-direction: column;
    gap: 5px;
    z-index: 9999;
}
.floating-actions .download {
    background: #000 !important;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: block;
    text-align: center;
    padding: 0px !important;
}
.floating-actions .fa {
    width: 45px;
    height: 45px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(0,0,0,0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

@media only screen and (max-width: 441px) {
    /*.product-card .product-info h3 {
        font-size: 1rem;
    }*/
    .product-card .product-image {
        height: auto;
    }
    .product-card .cart-btn {
        font-size: 12px;
    }
    .product-card .product-info h3 {
        font-size: 0.7rem;
    }
    .product-card .subtitle {
        font-size: 12px;
        line-height: 1.5em;
        min-height: 90px;
    }
    .product-card .product-image {
        padding: 10px;
    }
    .home-products .product-card .product-info h3 {
        font-size: 1.25rem;
    }
    .home-products .product-card .subtitle {
        font-size: 14px;
    }
    
    .floating-actions-mobile {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        color: #fff;
        justify-content: space-around;
        align-items: center;
        padding: 10px 0;
        z-index: 9999;
        display: flex !important;
    }
    .floating-actions-mobile .download {
        background: #000 !important;
        padding: 10px 30px;
        text-align: center;
        color: #FFF;
    }
}