/* 
Theme Name: Adjuvo Labour
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: 100vh;
}
.main-page-main-logo {
    position: fixed;
    top: 50%;
}
.main-logo-column {
    min-height: auto;
}
.show-on-hover {
    display: none;
}
.main-home-card:hover .show-on-hover {
    display: block;
}
@media (max-width:767px) {
    .show-on-hover {
    display: block;
    }
    .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;
}
.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:6px;
    color: #a10010;
}
.main-site-news .news-item p {
    margin-block-end: 6px;
}
.main-site-news .news-item .button {
    font-size:16px;
    font-weight: 500;
}

.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;}


@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;
}
 
 ul.network-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.network-menu li a {
    color:#fff !important;
}

/* Mini Cart +/- button styling */
.qty-btn {
	border-radius: 4px;
	transition: background 0.2s ease;
}
.qty-btn:hover {
	background-color: #e0e0e0;
}
.mini-qty {
	border-radius: 4px;
}
.elementor-menu-cart__product-price .price-and-quantity {
    display: grid
}
.elementor-menu-cart__product-price .minicart-priceLabel, .elementor-menu-cart__product-price .variation-qtyLabel {
    grid-column-start: 1;
}
.elementor-menu-cart__product-price .minicart-priceValue, .elementor-menu-cart__product-price .variation-qtyValue {
    grid-column-start: 2;
    margin-inline-start: 5px;
}
.elementor-menu-cart__product-name, .elementor-menu-cart__product-price { padding-left: 10px; }
.elementor-menu-cart__product .variation { margin: 10px 0 0;}

/* Mini Cart Spinner */
.mini-cart-spinner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mini-cart-spinner {
    width: 30px;
    height: 30px;
    border: 4px solid #ccc;
    border-top: 4px solid #444;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

@media (max-width:767px) {
        ul.network-menu {
        text-align:center;
    }
}