/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Unqode Team
Author URI: https://unqode.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



/* Parent container = 60% of viewport height */
/* ===== MAIN PRODUCT IMAGE CONTAINER ===== */




.custom-faqs {

    margin: auto;
    background: transparent; /* No background */
}
.faq-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #1A2D4B;
    

}
.faq-question {
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    color: #fff; /* Light text for dark background */
    background: transparent; /* Slight contrast */
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    margin: 0;
}
.faq-question:hover {
    color:#fff;
}
.faq-icon {
    font-size: 18px;
    transition: transform 0.3s ease-in-out;
}
.active .faq-icon {
    transform: rotate(180deg);
}
.faq-answer {
    display: none;
    padding: 15px 20px;
    color: #ddd;
    font-size: 14px;
    background: transparent; /* No background */;
    margin: 0;
}

.flex-control-thumbs{}
.e-n-tabs-heading{border-bottom:1px solid #244DA0}


.woocommerce div.product div.images .woocommerce-product-gallery__trigger{z-index:1}
.woocommerce-product-details__short-description ul{padding:0 0 0 15px}
/*.elementor-icon-box-icon{padding-top:3px}*/

.hero-banner{border:0px solid yellow}

.product-card{}
.product-card .elementor-widget-container{margin:0; padding-bottom:0!important;}
.product-card p.stock{margin:0; padding:0}
.product-card p.price{margin:0; padding:0}

.footer-menu a.elementor-item{padding-left:0!important}

.tabs-text{margin-top:-10px; display:block}


.unqode-subcategory-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
}

.unqode-subcategory-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.unqode-subcategory-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.unqode-subcategory-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.unqode-subcategory-content {
    padding: 15px;
    text-align: center;
}

.unqode-subcategory-content h3 {
    font-size: 18px;
    margin: 10px 0;
    color: #333;
}

.unqode-subcategory-content p {
    font-size: 14px;
    color: #666;
}

.elementor-64 .elementor-element.elementor-element-eb402ff .elementor-main-swiper .swiper-slide:hover{border-color:#ccc}
.elementor-64 .elementor-element.elementor-element-3c31475 .elementor-main-swiper .swiper-slide:hover{border-color:#ccc}

.mobile-menu {}
.mobile-menu .elementor-nav-menu--dropdown {
    background-color:transparent;
    font-size: 13px
}



@media only screen and (max-width: 600px) {
 
 
 .elementor-button {
    display: block !important;
    width: 100% !important;
    text-align: center; /* Ensure text is centered */
}
 
 
}




.abid .e-n-carousel{padding-bottom:0!important}

.sticky-section {
    position: relative;
}

.sticky-section.sticky {
    position: fixed;
    bottom: 0; /* Stick to the bottom */
    width: 100%;
    z-index: 999;
    background: white; /* Change if needed */
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1); /* Optional */
}

.elementor-kit-13 .sticky-section p{margin-bottom:0!important}



.sticky-section .price del, 
.products .meta-wrapper > .price del,
.woocommerce div.product p.price del, 
.woocommerce div.product span.price del,
.wishlist_table .product-price del,
.wishlist_table li .item-details table.item-details-table del .amount.woocommerce-Price-amount,
.woocommerce-grouped-product-list-item__price del,
.woocommerce div.product .summary p.price del,
.woocommerce div.product .summary span.price del{
	font-size:1rem;
}



@media (max-width: 768px) {
    .horizontal-scroll-tabs .e-n-tabs-heading {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none; /* Hide scrollbar in Firefox */
        -ms-overflow-style: none; /* Hide scrollbar in IE/Edge */
    }

    .horizontal-scroll-tabs .e-n-tabs-heading::-webkit-scrollbar {
        display: none; /* Hide scrollbar in Chrome/Safari */
    }

    .horizontal-scroll-tabs .e-n-tab-title {
        white-space: nowrap;
        flex: 0 0 auto;
        padding: 10px 15px;
        text-align: center;
    }
}







