/* 
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
*/

/*    Product carousel styles */
.product-tabs ol {
    margin: 0;
    padding-left: 20px; /* Adjust as needed for indentation */
    list-style-position: outside; /* Optional: change list style position */
}

.product-tabs ol li {
    margin-bottom: 8px;
}

.product-carousel .elementor-swiper-button {
    opacity: 0!important;
    transition: opacity 0.3s ease-in;
}

@media (max-width: 1295px) {
    .product-carousel .elementor-swiper-button {
        opacity: 1!important;
    }
}

.product-carousel .swiper-pagination {
    opacity: 0!important;
    transition: opacity 0.3s ease-in;
}

@media (max-width: 1295px) {
    .product-carousel .swiper-pagination {
        opacity: 1!important;
    }
}

/* Industry carousel */
.industry-carousel .elementor-swiper-button {
    opacity: 0!important;
    transition: opacity 0.3s ease-in;
}

@media (max-width: 1025px) {
    .industry-carousel .elementor-swiper-button {
        opacity: 1!important;
    }
}

.industry-carousel .swiper-pagination {
    opacity: 0!important;
    transition: opacity 0.3s ease-in;
}

@media (max-width: 1025px) {
    .industry-carousel .swiper-pagination {
        opacity: 1!important;
    }
}

/* Mobile menu styling */

@media (min-width: 1026px) {
	#menu-priserechner {
		display: none;
	}
}
@media (max-width: 1025px) {
	
.e-n-menu-heading {
	margin: 10px 20px!important;
	border-radius: 0px 0px 10px 10px;
}
	
.e-n-menu-heading {
	background-color: white;
	padding: 10px!important;
	border-top: solid #020F4033 1px;
}

#menu-custom {
	background-color: #F0F3FA;
	margin: 5px 10px
}

#menu-priserechner {
	border: solid #020F40 1px;
	margin: 5px 10px;
}
}

.hayflow-box {
    overflow: hidden;
    border-radius: 5px;
}
