/* 
Theme Name: Hello Elementor Child
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 */
@font-face {
	font-family: 'Anton';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url('https://maic.sk/wp-content/uploads/2024/03/Anton-Regular.woff2') format('woff2'),
		url('https://maic.sk/wp-content/uploads/2024/03/Anton-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('https://maic.sk/wp-content/uploads/2024/03/Inter-Light.woff2') format('woff2'),
		url('https://maic.sk/wp-content/uploads/2024/03/Inter-Light.woff') format('woff');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('https://maic.sk/wp-content/uploads/2024/03/Inter-Regular.woff2') format('woff2'),
		url('https://maic.sk/wp-content/uploads/2024/03/Inter-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('https://maic.sk/wp-content/uploads/2024/03/Inter-Medium.woff2') format('woff2'),
		url('https://maic.sk/wp-content/uploads/2024/03/Inter-Medium.woff') format('woff');
}
*, *::before, *::after {
    box-sizing: border-box;
}
body {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    background-color: #f5f5f5;
    color: #434343;
    line-height: 1.5;
}
p {
    margin: 0;
}
a {
    color: #fff;
    text-decoration: none;
    transition: .3s;
}
a:hover {
    color: #ffcb70;
}
h1, h2 {
    font-family: "Anton",sans-serif;
    margin: 0;
    font-weight: 300;
}
h3, h4, h5, h6 {
    font-family: "Inter",sans-serif;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}
h3, h4 {
    font-size: 1.2rem;
}
input, select {
    background-color: transparent;
    border: 1px solid #9896f0;
    border-radius: 100px;
    padding: 0.75rem 1.25rem;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    outline: none;
    transition: all .2s;
}
input:focus, input:active,
select:focus, select:active {
    border-color: #ffcb70;
}
select {
    appearance: none;
    background-image: url("data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KCjxzdmcgZmlsbD0iIzAwMDAwMCIgaGVpZ2h0PSIyMHB4IiB3aWR0aD0iMjBweCIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmlld0JveD0iMCAwIDMzMCAzMzAiIHhtbDpzcGFjZT0icHJlc2VydmUiPgoKPGcgaWQ9IlNWR1JlcG9fYmdDYXJyaWVyIiBzdHJva2Utd2lkdGg9IjAiLz4KCjxnIGlkPSJTVkdSZXBvX3RyYWNlckNhcnJpZXIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgoKPGcgaWQ9IlNWR1JlcG9faWNvbkNhcnJpZXIiPiA8cGF0aCBpZD0iWE1MSURfMjI1XyIgZD0iTTMyNS42MDcsNzkuMzkzYy01Ljg1Ny01Ljg1Ny0xNS4zNTUtNS44NTgtMjEuMjEzLDAuMDAxbC0xMzkuMzksMTM5LjM5M0wyNS42MDcsNzkuMzkzIGMtNS44NTctNS44NTctMTUuMzU1LTUuODU4LTIxLjIxMywwLjAwMWMtNS44NTgsNS44NTgtNS44NTgsMTUuMzU1LDAsMjEuMjEzbDE1MC4wMDQsMTUwYzIuODEzLDIuODEzLDYuNjI4LDQuMzkzLDEwLjYwNiw0LjM5MyBzNy43OTQtMS41ODEsMTAuNjA2LTQuMzk0bDE0OS45OTYtMTUwQzMzMS40NjUsOTQuNzQ5LDMzMS40NjUsODUuMjUxLDMyNS42MDcsNzkuMzkzeiIvPiA8L2c+Cgo8L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: right .7rem top 51%, 0 0;
    background-size: .7rem auto, 100%;
    padding-right: 2rem;
}
textarea {
    resize: none;
    padding: 1.4rem 1.8rem;
    border: 1px solid #4caf50;
    border-radius: 6px;
    background-color: transparent;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    width: 100%;
    transition: all .2s;
}
form input {
    border-radius: 6px;
    border-color: #4caf50;
    padding: 1.4rem 1.8rem;
    width: 100%;
}
form input[type=checkbox] {
    position: relative;
    appearance: none;
    width: 20px;
    height: 20px;
    padding: 10px;
    cursor: pointer;
    margin: 0 1rem 0 0;
    border: 1px solid #c7c7c7;
    border-radius: 3px;
    background-color: transparent;
    transition: 200ms ease-in-out all;
}
form input[type=checkbox]:checked {
    background-color: #ffcb70;
    border-color: #ffcb70;
}
form input[type=checkbox]:checked:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    clip-path: polygon(38% 67%, 20% 50%, 14% 56%, 38% 79%, 88% 29%, 82% 23%);
}
#content {
    overflow: hidden;
}
.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 0.85rem;
    max-width: 1320px;
}
.container .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.button {
    display: inline-block;
    background-color: #ffcb70;
    color: #fff;
    padding: 0.8rem 1.5rem;
    border-radius: 6px;
    border: 1px solid #ffcb70;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.3rem;
    cursor: pointer;
    transition: all .3s;
}
.button:hover {
    background: transparent;
    color: #ffcb70;
    border-color: #ffcb70;
}
.button.alt-color {
    background-color: #9896f0;
    border: 1px solid #9896f0;
}
.button.alt-color:hover {
    background: transparent;
    color: #9896f0;
    border-color: #9896f0;
}
header {
    position: relative;
	top: 0;
    z-index: 100;
    background: #fff;
    padding: 0.75rem 0;
}
header .logo img {
    width: 90px;
    height: auto;
}
header .header {
    width: 100%;
    padding: 0.1rem 0;
}
header .header .left-menu {
    display: flex;
    order: 1;
    flex: 2;
}
header .header ul.menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    align-items: center;
}
header .header ul.menu li.menu-item a {
    padding: 0 2rem 0 0;
    color: #171717;
    text-transform: uppercase;
    font-weight: 600;
    transition: .3s;
}
header .header ul.menu li.menu-item a:hover,
header .header ul.menu li.menu-item.current-menu-item a {
    color: #ffcb70;
}
header .header .search-form {
    display: flex;
    order: 2;
    flex-grow: 1;
    margin-right: 3rem;
    border: 1px solid #9896f0;
    border-radius: 100px;
    transition: all .2s;
}
header .header .search-form input {
    width: 100%;
    border: none;
    padding: 0.75rem 1.25rem;
    margin-right: 2rem;
}
header .header .search-form:has(input:focus),
header .header .search-form:has(input:active) {
    border-color: #ffcb70;
}
header .header .search-form .search-icon {
    cursor: pointer;
    pointer-events: all;
    background: none;
    border: none;
}
header .header .right-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 2;
    order: 3;
}
header .header .right-menu ul li.menu-btn a {
    padding: 0.5rem;
    font-size: 0.9rem;
    color: #fff;
    background: #9896f0;
    border: 1px solid #9896f0;
    font-weight: 400;
    border-radius: 6px;
}
header .header .right-menu ul li.menu-btn a:hover,
header .header ul.menu li.menu-btn.current-menu-item a {
    color: #9896f0;
    background: transparent;
}
header .header .right-menu .trigger-mobile-menu {
    display: none;
    cursor: pointer;
    margin-left: 0.5rem;
}
header .header .right-menu .trigger-mobile-menu .svg-menu-toggle {
    transform: translate(0.5rem, -0.1rem);
}
header .header .right-menu .trigger-mobile-menu .bar {
    fill: #9896f0;
    transform: rotate(0);
    opacity: 1;
    transition: transform .4s ease-in-out,opacity .2s ease-in-out;
}
header .header .right-menu .trigger-mobile-menu .bar:nth-of-type(1) {
    transform-origin: 20px 10px;
}
header .header .right-menu .trigger-mobile-menu .bar:nth-of-type(2) {
    transform: translate(3px, 0);
}
header .header .right-menu .trigger-mobile-menu .bar:nth-of-type(3) {
    transform-origin: 20px 20px;
}
header .header .right-menu .trigger-mobile-menu.active .bar:nth-of-type(1) {
    transform: rotate(-45deg);
}
header .header .right-menu .trigger-mobile-menu.active .bar:nth-of-type(2) {
    transform: translate(0, 0);
    opacity: 0;
}
header .header .right-menu .trigger-mobile-menu.active .bar:nth-of-type(3) {
    transform: rotate(45deg);
}
header .header .mobile-menu {
    display: none;
    margin: 1rem 0 -1rem 0;
    background: #ffcb70;
}
header .header .mobile-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    flex-direction: column;
}
header .header .mobile-menu ul li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #eee;
}
header .header .mobile-menu ul li.menu-item a:hover {
    color: #fff;
}
header .header .mobile-menu ul li.menu-item.current-menu-item {
    background: #ffbf4e;
}
header .header .mobile-menu ul li.menu-item.current-menu-item a {
    font-weight: bold;
}
footer {
    width: 100%;
    background-image: linear-gradient(90deg, #9896F0 1%, #38168E 99%);
    _padding: 1rem 0;
    color: #fff;
}
footer .top-footer .row {
    align-items: flex-start;
}
footer .top-footer .row .col {
    width: 25%;
    padding: 1.5rem;
}
footer .top-footer .row .col figure {
    margin: 0;
    padding: 0;
}
footer .top-footer .row .col img {
    width: 200px;
    height: auto;
}
footer .top-footer .row .col .widget {
    font-size: 0.9rem;
}
footer .top-footer .row .col .widget h3 {
    font-size: 1.3rem;
}
footer .top-footer .row .col .widget ul {
    list-style: none;
    padding: 0;
    color: #fff;
    font-weight: 300;
}
footer .top-footer .row .col .widget ul li {
    padding: 0.3rem 0;
}
footer .top-footer .row .col .widget a:hover {
    text-decoration: underline;
}
footer .bottom-footer {
    padding: 0.75rem 0;
    _padding-bottom: 1rem;
}
footer .bottom-footer .row {
    _justify-content: flex-end;
}
footer .bottom-footer .row figure {
    margin: 0;
}
footer .bottom-footer .row img {
    width: 100px;
    height: auto;
}
footer .bottom-footer .row span {
    font-size: 0.8rem;
    font-weight: 300;
}

/* SECTIONS */
.section-with-slider {
    overflow: hidden !important;
}
.section-with-slider.left-image .elementor-hidden-mobile {
    transform: translate(-9rem, 1rem);
}
.section-with-slider.right-image .elementor-hidden-mobile {
    transform: translate(9rem, 1rem);
}

.spm-contact-form,
.spm-contact-form .extra-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 3rem;
    grid-row-gap: 1.4rem;
}
.spm-contact-form .msg,
.spm-contact-form .submit-btn,
.spm-contact-form .group,
.spm-contact-form .subheading {
    grid-column: span 2;
}
.spm-contact-form .submit-btn {
    text-align: right;
}
.spm-contact-form .submit-btn .button {
    width: auto;
}
.spm-contact-form .checkbox label {
    display: flex;
    align-items: center;
}
.spm-contact-form .subheading {
    font-size: 1.4rem;
    font-weight: 300;
}
.spm-contact-form .wpcf7-not-valid-tip {
    margin-top: 0.5rem;
}
.spm-contact-form .wpcf7-not-valid {
    border-color: #dc3232;
}
.spm-contact-form .wpcf7-list-item {
    margin: 0;
}
.spm-contact-form .wpcf7-spinner {
    position: absolute;
    top: 30%;
    left: 46%;
    background-color: #9896f0;
}
.wpcf7 form.submitting {
    pointer-events: none;
    opacity: 0.5;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2rem 0 1rem 0 !important;
    padding: 1.35rem !important;
    border: 1px solid #ffb900 !important;
    border-radius: 6px;
}

@media (max-width: 1320px) {
    .container {
        max-width: 960px;
    }
    header .header ul.menu li.menu-item a {
        font-size: 0.8rem;
    }
    header .header .search-form {
        margin-right: 2rem;
    }
    header .header .search-form input {
        padding: 0.6rem 1.25rem;
    }
    header .header .search-form .search-icon {
        top: 0.5rem
    }
    header .header .search-form .search-icon svg {
        width: 18px;
    }
    footer .top-footer .row .col {
        padding: 1rem;
    }
}
@media (max-width: 1024px) {
    footer .top-footer .row {
        flex-direction: column;
    }
    footer .top-footer .row .col {
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 960px) {
    .container {
        max-width: 100%;
    }
    header {
        position: sticky;
        box-shadow: rgba(149,157,165,.2) 0 0.8rem 2.4rem;
    }
    header .logo img {
        width: 75px;
    }
    header .header .left-menu,
    header .header .right-menu .main-menu {
        display: none;
    }
    header .header ul.menu li.menu-item a {
        display: block;
        font-size: 1rem;
        padding: 1rem;
    }
    header .header .right-menu .trigger-mobile-menu {
        display: block;
    }
    .spm-article-header-widget:before {
        content: none;
    }
    .spm-article-header-widget .container {
        margin-top: 8rem;
    }
    .spm-article-header-widget .container .row p {
        font-size: 1.2rem;
    }
}
@media (min-width: 767px) {
    .section-with-map .elementor-widget-spm_heading:after {
        content: "";
        position: absolute;
        top: 60%;
        left: 70%;
        transform: translate(-50%, -50%);
        background-color: #ffcb70;
        width: 463px;
        height: 463px;
        border-radius: 50%;
        z-index: -1;
    }
}






.search-results article {
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    background: #fff;
    transition: transform 0.3s ease;
}

.search-results article:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.search-results .entry-title {
    font-size: 22px;
    margin-bottom: 10px;
}

.search-results .entry-summary {
    color: #666;
    margin-bottom: 15px;
}

.search-results .post-thumbnail {
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
}

.search-results .more-link {
    display: inline-block;
    padding: 8px 16px;
    background: #9896f0;
    color: white;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s;
}

.search-results .more-link:hover {
    background: #8684e0;
}

.search-no-results .page-content {
    text-align: center;
    padding: 40px 0;
}

.spm-error-404-page {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    padding: 2rem;
    text-align: center;
    overflow: hidden;
}

.spm-error-404-page .background-circle {
    position: absolute;
    background: #ffcb70;
    border-radius: 50%;
    width: 463px;
    height: 463px;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spm-error-404-page .accent-circle {
    position: absolute;
    border: 4px solid #9896ea;
    border-radius: 50%;
    width: 164px;
    height: 164px;
    z-index: -1;
    left: calc(50% - 270px);
    top: calc(50% - 270px);
}

.spm-error-404-page .inner {
    position: relative;
    margin: 0 auto 2rem;
    padding: 1rem;
    z-index: 2;
}

.spm-error-404-page .inner h1,
.spm-error-404-page .inner h2 {
    font-size: 5.5rem;
    line-height: 1.2;
}

.spm-error-404-page .inner h2,
.spm-error-404-page .inner p {
    text-transform: uppercase;
}

.spm-error-404-page .inner p {
    margin: 0 auto;
    margin-top: 1rem;
    font-size: 1.35rem;
    max-width: 600px;
}