/* 
Theme Name: Adjuvo Group
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: Elementor Team
Author URI: https://elementor.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 */
.main-page ul {
    list-style-type: none;
    margin:0;
    padding: 0;
}
.main-page p {
    margin-bottom: 0px;
}
.main-home-card {
    min-height: 50vh;
}
.main-home-card img { 
  -webkit-transition: all 0.5s ease-in-out; /* Safari & older Chrome */
  -moz-transition: all 0.5s ease-in-out;    /* Firefox */
  -o-transition: all 0.5s ease-in-out;      /* Opera */
  transition: all 0.5s ease-in-out;         /* Standard */
	
}
.main-home-card img:hover {
	transform:scale(1.1);
	cursor:pointer;
}
.main-page-main-logo {
    position: fixed;
    top: 50%;
}
.main-logo-column {
    min-height: auto;
}
.show-on-hover {
    opacity: 0;
}
.main-home-card:hover .show-on-hover {
    opacity: 1;
}
@media (max-width:767px) {
    .show-on-hover {
    opacity: 1;
    }
    .main-home-card-1 .elementor-background-overlay {
        opacity: .75 !important;
        background-color: #A10010 !important;
    }
    .main-home-card-2 .elementor-background-overlay {
        opacity: .75 !important;
        background-color: #0071bc !important;
    }
    .main-home-card-3 .elementor-background-overlay {
        opacity: .75 !important;
        background-color: #eea800 !important;
    }
    .main-home-card-4 .elementor-background-overlay {
        opacity: .75 !important;
        background-color: #4f225d !important;
    }
    .main-home-card {
    min-height: 50vh;
    }
}
.side-cats {
    background-color: #e1e1e1;
    padding: 30px;
}
.side-cats ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.side-cats ul li a {
    color: #333;
}
.side-cats ul li a:hover {
    text-decoration: underline;
}


.elementor-add-to-cart.elementor-product-variable form label {
    width: 46%;
    padding:20px;
    background:#efefef;
    margin-right:2%;
    margin-bottom:3%;
    position:relative;
}
.elementor-add-to-cart.elementor-product-variable form label input {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    opacity:0;
}
.elementor-add-to-cart.elementor-product-variable form label span {
    display:block;
    margin-bottom:10px;
    position:relative;
    z-index:1;
    
}
.elementor-add-to-cart.elementor-product-variable form label input:checked + i {
    position:absolute;
    background:#333;
    left:0;
    right:0;
    top:0;
    bottom:0;
}
.elementor-add-to-cart.elementor-product-variable form label input:checked ~ span { color:#fff; }
.woocommerce div.product .stock { color: #0071bc; }
.woocommerce-checkout-payment { display:none  !important; }
.single_add_to_cart_button button alt { margin-bottom: 20px  !important; }
.woocommerce a.button.alt { padding: 0 0 20px  !important; }
.main-site-news {
    display: flex;
    gap: 30px;
}

.main-site-news .news-item {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 10px hsl(0deg 0% 0% / 13%);
    flex: 1;
}
.main-site-news .news-item img {
    width:100%;
    aspect-ratio:16/9;
    object-fit:cover;
    object-position:center;
}
.main-site-news .news-item h2 {
    font-size:20px;
    margin-bottom:0px;
}
@media (max-width: 768px) {
    .main-site-news {
        flex-direction: column; /* Stack elements */
    }

    .main-site-news .news-item {
        width: 100%; /* Ensure full width */
    }
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: #fff;
    background-color: #A10010;
    text-decoration: none;
}
.course-date-item label {
	padding:15px;
	background:#efefef;
	cursor:pointer;
	color:#A10010;
	width:100%;
	
}
.course-date-item input:checked + label {
	background:#A10010;
	color:#fff;
}
.ajax-add-to-cart {
	border:#A10010 solid 2px;
	padding:12px 25px;
	background:#A10010;
	color:#fff;
}
.ajax-add-to-cart.disabled {
	opacity:.5;
	
}
.ajax-add-to-cart:hover {
	background:#fff;
	color:#A10010;
}
.woocommerce a.button {
    background-color: #a10010 !important;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.woocommerce a.button br {
    display:none;
}
.woocommerce-MyAccount-navigation a br {
    display:none;
}
.testimonial-item p {
    font-size: 20px;
    line-height: 1.3;
    color: #a10010;
    text-align:center;
}
.testimonial-item h3 {
    color:#2d2d2d;
    font-size:22px;
    font-style:italic;
    text-align:center;
}
.testimonial-carousel .swiper-button-prev {
    left:-50px;
}

.testimonial-carousel .swiper-button-next {
    right:-50px;
}
.testimonial-carousel .swiper-pagination {
    position:static;
}
.swiper-button-next:after , .swiper-button-prev:after {
    color:#222 !important;
}
.swiper-pagination-bullet-active {
    background:#222 !important;
}
#testimonials-shortcode .elementor-shortcode {
    overflow: hidden !important;
}