/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1756737627
Updated: 2025-09-01 14:40:27

*/
.elementor-element.hero-banner:after {
    content: '';
    background-image: url(https://nam.koruteq.com/wp-content/uploads/2025/09/Silhouette.png);
    width: 100%;
    height: 199px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: right center;
}
    .opening-hours {
      font-size: 14px;
      color: #E02F34;
      margin-bottom: 15px;
      display: flex;
      align-items: center;
    }
    .opening-hours::before {
      content: "⏰";
      margin-right: 8px;
    }
    table {
      width: 100%;
      border-collapse: collapse;
      text-align: center;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }
    thead {
      background: #f5f5f5;
    }
    thead th {
      padding: 12px;
      font-weight: 700;
    }
    tbody td {
      padding: 12px;
      border-top: 1px solid #ddd;
      font-weight: 400;
		background-color: #F4F4F4;
    }
tbody tr td:first-child {
    text-align: left;
    font-weight: 700;
    color: #E02F34;
    text-transform: uppercase;
    width: 30%;
    padding: 25px 12px;
}
tbody tr td:first-child span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    margin-top: 4px;
    text-transform: none;
    line-height: 24px;
}
    tbody tr:nth-child(even) {
      background: #fafafa;
    }
.menu-item a.elementor-item {
    display: flex;
    flex-direction: column;
    color: #fff !important;
	text-transform: uppercase;
}
.menu-item a.elementor-item span {
	color: #9B9B9B !important;
	text-transform: capitalize;
}
.elementor-element.subpage-banner:after {
    background-image: url(https://nam.koruteq.com/wp-content/uploads/2025/09/Vector-10.png);
    /*background-repeat: repeat;
    background-size: contain;
    bottom: -31px;
    height: 40px;
    width: 100%;
    right: 0;*/
	
	background-repeat: repeat-x;
    background-size: initial;
    bottom: -10px;
    height: 35px;
    width: 100%;
    right: 0;
}



.visit-container .elementor-widget-image:before {
    content: '';
    /* background-image: linear-gradient(180deg, #FFFFFF00 70%, #000000 100%) !important; 
    background: transparent;*/
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /*background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 50%) 80%);*/
	  pointer-events: none;
	
	
    background-image: url(https://nam.koruteq.com/wp-content/uploads/2025/09/Frame-37.png);
    background-position: bottom center;
    background-repeat: no-repeat
}
.elementor-12 .elementor-element.elementor-element-d40bac5 :is(.elementor-swiper-button-prev, .elementor-swiper-button-next) {
    background-color: #bbbbbb;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.scroll-spotlight:after {
    content: '';
    /* background-color: #e02f3496; */
    width: 25%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: linear-gradient(90deg, #e02f349e 50%, #E02F34 50%);
}
.contact-det li.elementor-icon-list-item:last-child span.elementor-icon-list-text {
    color: #E02F34;
}
header {
   /* position: fixed;
    top: 0;
    z-index: 11;
    width: 100%;*/
}
search.e-filter select {
    width: 100%;
    max-width: 260px;
    margin: auto;
    border: 1px solid #9B9B9B;
    padding: 17px 20px;
    color: #6B6B75;
}