/*
Theme Name: Hello Elementor Child
Description: Child Theme for Hello Elementor
Author: MK Devs
Template: hello-elementor
Version: 1.0.0
*/


.elementor-slides .swiper-slide-bg {
    background-position: 50%;
    min-width: 100%;
    min-height: 100%;
}


/* .widget_shopping_cart_content .elementor-menu-cart__footer-buttons .elementor-button--view-cart{
	background-color: red;
} */

/* Sakrijte originalni tekst */
/* .widget_shopping_cart_content .elementor-menu-cart__footer-buttons .elementor-button--view-cart {
    font-size: 0;
    visibility: visible;
} */

/* Dodaj novi tekst */
/* .widget_shopping_cart_content .elementor-menu-cart__footer-buttons .elementor-button--view-cart::after {
    content: 'Pregled Korpe'; 
    font-size: 14px; 
    visibility: visible;
} */


/* Stil za desktop/tablet uređaje (ekrani širi od 768px) woocommerce broj kolona */
/* @media (min-width: 768px) {
    .elementor-widget-wc-archive-products .products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
} */

/* Stil za mobilne uređaje (ekrani manji od 768px) woocommerce broj kolona */
/* @media (max-width: 767px) {
    .elementor-widget-wc-archive-products .products {
        grid-template-columns: repeat(1, 1fr) !important;
    }
} */


.elementor-menu-cart--empty-indicator-hide.cart-empty {
    display: none !important;
}











/* Nas Tim Strana */
.main-title--nas-tim {
    margin: 0 auto 50px;
    width: fit-content;
}

.page-content--nas-tim {
    padding: 60px 0 0 !important;
}

.page-description {
    padding: 0 20px 0 !important;
    max-width: 700px;
    text-align: left;
    margin: 0 auto 60px;
    font-size: 18px;
    font-family: "Nunito Sans", Sans-serif;
    line-height: 30px;
}

/* General Styles */
.odbor-container-inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px;
}

/* Odbor Container */
.odbor-container {
    width: 100%;
    padding: 20px 0;
}

.gray-background {
    background-color: #F8F8FF;
}

.white-background {
    background-color: #fff;
}

/* Odbor Styles */
.odbor-title {
    font-size: 2em;
    margin-top: 30px;
    color: #444;
    text-align: center;
}

/* Clanovi List */
.clanovi-list {
    list-style-type: none;
    padding: 0;
    margin: 20px 0 60px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.clanovi-list .clan {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 20px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px 10px 20px;
    border-radius: 12px;
    text-align: center;
    width: 100%;
    max-width: 240px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .clanovi-list .clan {
        width: 240px;
    }
}

.clan-slika {
    width: 100%;
    height: 270px;
    margin-bottom: 10px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.clan-ime {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 5px 0;
    color: #333;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.clan-email {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #009DDE;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 50px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.clan-email:hover {
    background-color: #00AEEF;
    color: #fff !important;
}



