/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
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
*/
、

.category-slider .categorySwiper {
    padding-top: 100px!important;
}
.categorySwiper img {
    width: 100%;
    border-radius: 10px;
}

.categorySwiper h3 {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
   color: #433A37;
}

.categorySwiper .swiper-slide{
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}
.categorySwiper .swiper-slide a {
    position: relative;
}
.categorySwiper .swiper-slide a:after {
    content: '';
    display: block;
    width: 100%;
    height: 275px;
    position: absolute;
    bottom: 0px;
    background-image: url('images/transparent-gradient.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
.categorySwiper .swiper-slide h3{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    width: 90%;
    z-index: 1;
}

.categorySwiper .swiper-button-next,
.categorySwiper .swiper-button-prev {
    position: absolute;
    right: 60px!important;
    top: 30px!important;
    left: unset!important;
    width: 100%;
    max-width: fit-content;
}  

.categorySwiper .swiper-button-next {
    right: 0!important;
}

.categorySwiper .swiper-button-next:after,
.categorySwiper .swiper-button-prev:after {
    display: none;
}


.categorySwiper .swiper-button-next img,
.categorySwiper .swiper-button-prev img{
    width: 100%;
    max-width: 50px;
}

.elementor-element-bc2cd7b { position:relative; z-index:2;}
.elementor-element-46e6bbe { position:relative; z-index:2; max-width:70%!important; width:100%!important;}

.category-block { margin-bottom:20px;}
.category-grid-wrapper .category-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
}

.category-grid-wrapper .category-header h3 {
    font-size: 18px;
    color: #000000;
    margin-bottom:10px!important;
}
.category-grid-wrapper .category-header a {
    color: #000000;
}

.category-grid-wrapper .category-posts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2%;
}
.category-grid-wrapper .category-post {
    width: 23%;
}
.category-grid-wrapper .category-post img{
    width: 100%;
    border-radius: 15px;
    height: 250px;
    object-fit: cover;
}

.category-grid-wrapper .category-post h4 {
    font-size: 16px;
    margin-top:0!important;
    color: #000000;
    text-align: center;
}


/************************************************************/
/************************************************************/
/************************************************************/

@media (max-width: 991px){
    .category-grid-wrapper .category-post { width: 200px;}
    .category-grid-wrapper .category-posts {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 2%;
        overflow-x: scroll;
    }
}

@media (max-width: 768px){
    .footer-accordion-title {
        cursor: pointer;
        border-radius: 6px;
        position: relative;
        margin-bottom: 5px;
        font-weight: 600;

    }

    /* Plus / Minus icon */
    .footer-accordion-title:after {
        content: "+";
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
        transition: 0.2s ease;
        color: #fff;
    }

    .footer-accordion-title.active:after {
        content: "-";
        transform: translateY(-50%) rotate(180deg);
    }

    .footer-accordion-content {
        padding: 10px 15px;
        display: none;
    }


    .category-accordion-title {
        cursor: pointer;
        border-radius: 6px;
        position: relative;
        font-weight: 600;
    }

    /* Plus / Minus icon */
    .category-accordion-title:after {
        content: "+";
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
        transition: 0.2s ease;
    }

    .category-accordion-title.active:after {
        content: "-";
        transform: translateY(-50%) rotate(180deg);
    }

    .category-accordion-content {
        display: none;
        padding-top: 20px;
    }

}

@media (max-width: 480px){
.elementor-element-46e6bbe { max-width:100%!important;}
.elementor-element-ba0883e .categorySwiper { margin-top: 0!important; padding-top: 70px!important;}
}