/*!
Theme Name: Quantum Concepts
Theme URI: https://www.wado.sk/
Author: WADO
Author URI: https://www.wado.sk/
Description: Webová stránka je viac než len pekný výklad pre vašu firmu, mala by byť aktívnou súčasťou vašej firmy.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: quantumc
Tags: custom-background, custom-logo, custom-menu, featured-images

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

wado is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */
/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: 700;
}
small, .small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
code, kbd, pre, samp {
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button, input, select, textarea {
  max-width: 100%;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
  opacity: 0.5;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
:root {
	--tec-color-accent-primary: #044d3a;
}
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset > :last-child {
  margin-bottom: 0;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
optgroup {
  font-weight: bold;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 1rem;
  color: #0F0200;
}
h1, .h1 {
  font-size: 3rem;
}
@media (max-width: 1349.98px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h2, .h2 {
  font-size: 2.75rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
@media (max-width: 1259.98px) {
  h2, .h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
h3, .h3 {
  font-size: 1.8rem;
}
h4, .h4 {
  font-size: 1.6rem;
}
h5, .h5 {
  font-size: 1.4rem;
}
h6, .h6 {
  font-size: 1.2rem;
}
img {
  max-width: 100%;
  height: auto;
}
.clearer {
  clear: both;
}
input, button, a {
  outline: none !important;
  text-decoration: none;
}
textarea {
  outline: none;
}
button {
  background: none;
  border: none;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body, button, input, select, optgroup, textarea {
  color: #555;
  font-family: "Archivo", sans-serif;
  font-size: 20px;
  line-height: 1.6;
}
@media (max-width: 1259.98px) {
  body, button, input, select, optgroup, textarea {
    font-size: 16px;
  }
}
p {
  margin-bottom: 24px;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 24px;
}
address {
  margin: 0 0 24px;
}
pre {
  background: #eee;
  line-height: 1.6;
  margin-bottom: 26px;
  max-width: 100%;
  overflow: auto;
  padding: 26px;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, .mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/* Elements
--------------------------------------------- */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 2rem 0;
}
ul, ol {
  margin: 0 0 24px 48px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 24px;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 24px 24px;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 16px 0;
}
table {
  margin: 0 0 24px;
  width: 100%;
}
/* Links
--------------------------------------------- */
a {
  color: #F83D8E;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  a {
    transition: none;
  }
}
a:visited, a:hover, a:focus, a:active {
  color: #F83D8E;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/* Forms
--------------------------------------------- */
button, input[type="button"], input[type="reset"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 10px 16px 6px;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 24px;
  padding: 3px 16px;
  min-height: 42px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
.title {
  font-family: "Titillium Web", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #252924;
  padding: 5px 0 5px 17px;
  margin-bottom: 45px;
  position: relative;
}
.title:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 6px;
  height: 40px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #F83D8E;
}
@media (max-width: 1349.98px) {
  .title {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.desc {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 50px;
}
@media (max-width: 1259.98px) {
  .desc {
    font-size: 1rem;
  }
}
.link {
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: underline;
}
.breadcrumb {
  font-size: 0.875rem;
  margin-bottom: 25px;
}
.breadcrumb a {
  text-decoration: underline;
  color: #F83D8E;
}
.breadcrumb a:visited {
  color: #F83D8E;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #F83D8E;
  text-decoration: none;
}
.breadcrumb .separator {
  display: inline-block;
  padding: 0 5px;
}
.breadcrumb span {
  color: #252924;
}
@media (max-width: 1349.98px) {
  .container {
    max-width: 100%;
    padding: 0 50px;
  }
}
@media (max-width: 1259.98px) {
  .container {
    padding-right: var(--bs-gutter-x, 15px);
    padding-left: var(--bs-gutter-x, 15px);
  }
}
/* Buttons
--------------------------------------------- */
.btn {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  padding: 22px 43px;
  border: none;
  border-radius: 40px;
  background: none;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
@media (max-width: 1259.98px) {
  .btn {
    padding: 10px 20px;
  }
}
.btn i {
  font-size: 16px;
  color: #F83D8E;
  transition: all 0.2s ease-in-out;
  margin-left: 10px;
}
.btn-primary i {
  color: #fff;
}
@media (prefers-reduced-motion: reduce) {
  .btn i {
    transition: none;
  }
}
.btn:hover i {
  transform: translateX(10px);
}
.btn:visited, .btn:hover, .btn:focus, .btn:active {
  text-decoration: none;
}
.btn-primary {
  position: relative;
  color: #fff;
  background: #F83D8E;
  border: none;
  box-shadow: 0px 3px 23px 3px rgba(248,61,142,0.33);
}
.btn-primary div {
  position: relative;
  z-index: 2;
}
.btn-primary:hover, .btn-primary:visited, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background: #F83D8E;
  box-shadow: none;
}
.btn-primary:hover:before, .btn-primary:visited:before, .btn-primary:focus:before, .btn-primary:active:before {
  opacity: 1;
}
.btn-secondary {
  border: 1px solid #F83D8E;
  color: #252924 !important;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  border: 1px solid #F83D8E;
  background: #F83D8E;
  color: #fff !important;
}
.btn-secondary:hover i {
	color: #fff;
}
.btn-default {
  border: 1px solid #fff;
  background: #fff;
  color: #F83D8E !important;
}
.btn-default:hover, .btn-default:active, .btn-default:focus {
  background: #F83D8E;
  color: #fff !important;
}
.site-header {
	position: sticky;
    top: 0;
	background-color: #fff;
	box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
	z-index: 100;
}
.modal {
	z-index: 9999;
}
@media (max-width: 1259.98px) {
  .site-header {
    z-index: 2999;
    background: #fff;
  }
}
.site-header-block {
  position: relative;
  display: flex;
  flex: 0 0 100%;
  /* Let it fill the entire space horizontally */
  justify-content: space-between;
  align-items: center;
}
.logo {
  position: relative;
  display: inline-block;
  margin: 10px 0;
}
@media (max-width: 991.98px) {
  .logo {
    max-width: 205px;
  }
}
.support {
  background: #F83D8E;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 50% auto;
  color: #fff;
}
@media (max-width: 991.98px) {
  .support {
    background-image: none !important;
  }
}
.support-right {
  padding: 110px 40px 110px 120px;
  color: #fff;
  line-height: 1.6;
}
@media (max-width: 1259.98px) {
  .support-right {
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  .support-right {
    padding: 40px 0;
  }
}
.support-right .support-sub-title {
  font-size: 25px;
  margin-bottom: 5px;
}
.support-right .support-title {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 25px;
  max-width: 380px;
  line-height: 1.2;
}
@media (max-width: 1259.98px) {
  .support-right .support-title {
    font-size: 32px;
  }
}
.support-right p {
  margin-bottom: 50px;
}
.support-right .btn {
  margin-right: 30px;
}
.strong-points {
	padding: 84px 0;
	background: #fff;
}
.strong-point {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 220px;
}
.strong-point img {
	margin-bottom: 22px;
}
.strong-point strong {
	display: inline-block;
	font-size: 20px;
	color: #0F0200;
	margin-bottom: 22px;
}
.strong-point span {
	font-size: 18px;
	color: #646464;
}
.footer {
	position: relative;
  background: linear-gradient(90deg,
    #070E1E 0%,
    #36105B 100%
	);
  color: #fff;
  font-size: 16px;
  padding: 98px 0 0 0;
}
.footer h5, .footer .h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 38px;
}
.footer .footer-item {
  margin-bottom: 40px;
  line-height: 1.6;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  text-decoration: underline;
}
.footer-logo {
	margin-bottom: 81px;
}
.footer-calls a {
	display: inline-block;
	margin-bottom: 18px;
}
.footer-calls a i {
	width: 17px;
	color: #F83D8E;
	margin-right: 16px;
}
.footer-address {
	display: flex;
	flex-direction: row;
	margin-bottom: 18px;
}
.footer-address p {
	margin: 0;
}
.footer-address i {
	width: 17px;
	color: #F83D8E;
	margin-right: 16px;
}
.footer-menu {
	margin-top: 110px;
	margin-left: 0;
	padding: 0;
	list-style-type: none;
}
.footer-menu li {
	margin-bottom: 16px;
}
.copyright {
  padding: 12px 0;
  color: rgb(255 255 255 / 50%);
  margin-top: 85px;
  border-top: 1px solid rgb(255 255 255 / 10%);
  font-size: 13px;
}
.copyright-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1259.98px) {
  .copyright-block {
    flex-direction: column;
  }
}
.sponsors {
  padding: 75px 0;
}
@media (max-width: 1349.98px) {
  .sponsors {
    padding: 20px 0;
  }
}
.sponsors-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .sponsors-block {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 1259.98px) {
  .sponsors-block a {
    margin: 0 10px;
  }
}
@media (max-width: 767.98px) {
  .sponsors-block a {
    margin: 20px 0;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
  }
}
.menu {
  padding: 0;
  margin: 0 0 0 auto;
  line-height: 0;
  font-size: 0;
}
.menu li {
  display: inline-block;
  position: relative;
  z-index: 100;
  line-height: 1;
  font-size: 1rem;
}
.menu li a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 20px;
  display: inline-block;
  color: #36105B;
  transition: all 0.2s ease-in-out 0s;
}
@media (max-width: 1349.98px) {
  .menu li a {
    padding: 15px 10px;
  }
}
.menu li a::hover {
  color: #252924;
}
.menu ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 285px;
  position: absolute;
  left: 0px;
  background: #fff;
  z-index: 99;
  transform: translate(0, 20px);
  box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
  transition: all 0.2s ease-out;
}
.menu ul:after {
  display: none;
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}
@media (max-width: 992px) {
  header .language-switcher,
  .search-modal-toggler,
  .menu {
    display: none;
  }
}
.menu ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}
.menu ul li a {
  font-size: 16px;
  display: block;
  color: #0F0200;
  padding: 15px 20px;
  line-height: 1.2;
}
.navbar-fixed-top .menu > li > a, body:not(.home) .site-header .menu > li > a {
  color: #252924;
}
.menu ul li a:hover, .menu ul li:hover > a {
  color: #5D248B;
}
.menu li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
  display: block;
}
.menu ul ul {
  left: 170px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px, 20px);
  transition: all 0.2s ease-out;
}
.menu ul ul:after {
  left: -6px;
  top: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}
.menu li > ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
.menu-item-has-children > a:after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  margin-left: 10px;
  transform: translateY(3px);
}
.sub-menu {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=121, Color=#000000)";
  /*IE 8*/
  -moz-box-shadow: 2px 3px 3px 3px rgba(0, 0, 0, 0.1);
  /*FF 3.5+*/
  -webkit-box-shadow: 2px 3px 3px 3px rgba(0, 0, 0, 0.1);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 2px 3px 3px 3px rgba(0, 0, 0, 0.1);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000);
  /*IE 5.5-7*/
  min-width: 300px;
  text-align: left;
}
.sub-menu li {
  border-bottom: 1px solid #01223724;
}
.menu li a.header-contact {
	font-weight: 600;
	margin-left: 55px;
	padding: 22px 65px 22px 43px;
	border: 1px solid #F83D8E;
	border-radius: 31px;
	transition: all 0.2s ease-out;
}
.menu li a.header-contact:hover {
	background-color: #F83D8E;
	color: #fff !important;
}
.header-contact span::after {
	content: "\f061";
	display: inline-block;
	font-family: "Font Awesome 6 Pro";
	font-size: 16px;
	font-weight: 400;
	color: #F83D8E;
	transform: translateX(12px);
	transition: all 0.2s ease-out;
}
.header-contact:hover span::after {
	transform: translateX(22px);
	color: #fff;
}
/* MOBILE MENU */
.nav-icon-box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -24px;
  width: 74px;
  display: none;
  background: #F83D8E;
  display: none;
}
@media (max-width: 992px) {
  .nav-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#nav-icon {
  border: none;
  width: 30px;
  height: 20px;
  background: none;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon:focus {
  outline: none;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0px;
}
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 10px;
}
#nav-icon span:nth-child(4) {
  top: 20px;
}
#nav-icon.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}
/* MOBILE MENU */
.offcanvas {
  z-index: 2998;
  background: #FFF9ED;
  padding: 0;
}
.offcanvas .offcanvas-header {
  background: #FFF9ED;
}
.offcanvas .offcanvas-header h5, .offcanvas .offcanvas-header .h5 {
  color: #252924;
}
.offcanvas .btn-close {
  color: #252924;
}
.offcanvas .wpml-ls-legacy-dropdown .wpml-ls-item {
  background: none;
}
.offcanvas-start {
  border: none;
  width: 400px;
}
@media (max-width: 991.98px) {
  .offcanvas-start {
    width: 100%;
  }
}
.offcanvas-end {
  width: 420px;
}
.mobile-menu {
  padding: 20px 0;
  margin: 0;
  list-style-type: none;
}
.mobile-menu > li > a {
  position: relative;
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #0F0200;
  font-weight: 400;
  font-size: 16px;
}
.mobile-menu > li > a:focus, .mobile-menu > li > a:hover {
  color: #0F0200;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1);
}
.mobile-menu ul {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mobile-menu ul a {
  font-size: 1rem;
  display: block;
  padding: 10px 20px 10px 40px;
  color: #0F0200;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .dropdown-toggle::after, .mobile-menu .dropdown-toggle.collapsed::after {
  border: none;
  position: absolute;
  top: 17px;
  right: 26px;
  content: "";
  font-family: "Font Awesome 5 Pro";
  vertical-align: 0;
  margin: 0;
}
.navbar-nav .nav-link {
  padding: 20px;
}
.mobile-menu-box .social-links {
  text-align: center;
  padding: 20px 0;
}
.mobile-menu-box .social-links .language-switcher {
  margin-bottom: 30px;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a {
	font-weight: 500;
}
.wpml-ls-legacy-list-horizontal a {
	display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
	padding: 8px;
	font-size: 14px;
	border: 1px solid #044D3A;
	border-radius: 4px;
	margin: 0 3px;
}
.wpml-ls-legacy-list-horizontal a:hover {
	background-color: #044D3A !important;
	color: #fff !important;
}
.search-modal-toggler {
	border: none;
	background: unset;
	color: #252924;
	font-size: 18px;
	margin-right: 10px;
}
.search-form input {
	border-radius: 40px;
	-webkit-border-radius: 40px;
	padding-left: 16px;
}
.search-btn {
	padding: 10px 28px;
	border: 1px solid #ccc;
	border-left: none;
	background-color: #fff;
}
.search-btn:hover {
	background: #044D3A;
	color: #fff;
}
.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button {
	background-color: #044D3A;
}
.tribe-events .tribe-events-c-search__button:hover, .tribe-events button.tribe-events-c-search__button:hover {
	background-color: #F83D8E;
}
.people-card {
	box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
	transition: all 0.2s ease-in-out;
}
.people-card:hover {
	box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
}
.people-card img {
	width: 100%;
    height: 100%;
    max-height: 360px;
    object-fit: cover;
}
.people-card .card-img {
	position: relative;
	display: inline-block;
}
.people-card .card-img::after {
	display: block;
    content: "";
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.35) 0,transparent 75%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .35)), color-stop(75%, transparent));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .35), transparent 75%);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.people-card:hover .card-img::after {
	opacity: 0;
}
.people-card .card-body {
	padding: 20px;
}
.people-card .card-title,
.agronom-name {
	font-size: 26px;
    font-weight: 600;
    color: #044D3A;
    margin-bottom: 14px;
}
.people-card .card-title a {
	color: #044D3A;
}
.people-card .card-text,
.agronom-text {
	margin-bottom: 0;
	font-size: 16px;
	color: #555;
}
.agronom-body {
	font-size: 18px;
}
.mobile-menu-box .social-links a {
  display: inline-block;
  clear: both;
}
.mobile-menu-box .menu-item-has-children > a:after {
  color: #F83D8E;
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  right: 20px;
  line-height: 1;
  margin-top: -11px;
}
.mobile-menu-box {
  background: #FDF2FD;
  overflow-y: scroll;
  height: 100%;
  padding-top: 70px;
}
.mobile-menu-footer {
  position: absolute;
  background: #FDF2FD;
  padding: 20px 30px;
  color: #95A5AF;
  font-size: 14px;
  bottom: 0;
  left: 0;
  right: 0;
}
.news {
  padding: 0 0 100px 0;
  background: url(./img/news-bg.svg) no-repeat center top;
  background-size: 100%;
}
@media (max-width: 1349.98px) {
  .news {
    padding: 40px 0;
  }
}
.news-section-title {
  position: relative;
}
.news-section-title .more-link {
  position: absolute;
  top: 16px;
  right: 0;
  font-size: 20px;
  color: #0C4DA2;
  text-decoration: underline;
  font-weight: 400;
}
.news-section-title .more-link:hover {
  color: #F83D8E;
}
.news-section-title .more-link i {
  font-size: 12px;
}
.news-pic {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
}
@media (max-width: 1349.98px) {
  .news-pic {
    margin-bottom: 10px;
  }
}
.news-pic img {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .news-pic img {
    transition: none;
  }
}
.news-pic:hover img {
  transform: scale(1.1);
}
.news-title {
  font-family: "Titillium Web", sans-serif;
  display: inline-block;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  color: #044D3A;
  margin-bottom: 14px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
@media (max-width: 1349.98px) {
  .news-title {
    font-size: 1.2rem;
  }
}
.news-title:hover {
  text-decoration: none;
  color: #F83D8E;
}
.news-date {
  color: #044D3A;
}
.news-item {
  margin-bottom: 80px;
}
@media (max-width: 1349.98px) {
  .news-item {
    margin-bottom: 40px;
  }
}
.pagination {
  justify-content: center;
}
.pagination {
  font-size: 16px;
}
.pagination .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #012237;
}
.pagination a.page-numbers:hover {
  text-decoration: none;
}
.pagination span.page-numbers {
  background: none;
  color: #748938;
  font-weight: 700;
}
.pagination .next, .pagination .prev {
  background: #D0D0D0;
  color: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.pagination .next:hover, .pagination .prev:hover {
  background: #F83D8E;
}
.map-left {
  padding: 145px 0;
}
@media (max-width: 1349.98px) {
  .map-left {
    padding: 60px 0;
  }
}
.map-left p {
  line-height: 1.6;
  margin-bottom: 60px;
}
.map-block {
  position: absolute;
  top: 0;
  left: 40%;
  right: 0;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .map-block {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: 500px;
  }
}
.map {
  position: relative;
  overflow: hidden;
}
.gallery {
  background: #FFF9ED;
  padding: 145px 0;
}
.gallery .row {
  margin: 0 -5px;
}
.gallery .row > div {
  padding: 0 5px;
}
@media (max-width: 1349.98px) {
  .gallery {
    padding: 60px 0;
  }
}
.gallery .more-button-block {
  padding-top: 65px;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 10px;
}
.gallery-item img {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .gallery-item img {
    transition: none;
  }
}
.gallery-item:hover img {
  transform: scale(1.1);
}
.gallery-desc {
  background: #112533;
  background: linear-gradient(360deg, #112533 0%, rgba(17, 37, 51, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 150px;
  padding: 20px 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.gallery-desc .gallery-title {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
}
@media (max-width: 1259.98px) {
  .gallery-desc .gallery-title {
    font-size: 1.2rem;
  }
}
/*------------------------- Home Page ----------------------*/
.slider {
	position: relative;
}
.slider .hero-after {
	position: absolute;
	bottom: 0;
	width: 100%;
	object-fit: cover;
	z-index: 10;
}
.slider .swiper-slide {
	padding: 145px 0 182px;
	position: relative;
	background-repeat: no-repeat;
}
.slider .swiper-slide video {
	position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-size: cover;
    overflow: hidden;
}
/*.slider .swiper-slide::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg,rgba(4, 77, 58, 1) 0%, rgba(171, 201, 34, 0.1) 100%);
	z-index: -1;
}*/
.slider .swiper-slide .slider-content {
	position: relative;
	z-index: 100;
}
.slider .swiper-slide h1 {
	font-family: "Poppins", sans-serif;
	font-size: 28px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 10px;
}
.slider .swiper-slide h2 {
	font-family: "Poppins", sans-serif;
	font-size: 70px;
	color: #fff;
	font-weight: 800;
	margin-bottom: 38px;
}
.slider .swiper-slide p {
	font-size: 20px;
	color: #fff;
	margin-bottom: 58px;
}
.slider .swiper-button-next, .slider .swiper-button-prev {
	color: #fff;
}
.intro {
	position: relative;
	overflow: hidden;
  background-color: #fff;
  padding: 120px 0 134px;
}
@media (max-width: 1259.98px) {
  .intro {
    padding: 40px 0;
  }
}
.intro-left .intro-left-title {
	font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #F83D8E;
}
@media (max-width: 1259.98px) {
  .intro-left .intro-left-title {
    font-size: 20px;
  }
}
.intro-left h1, .intro-left .h1,
.intro-left h2, .intro-left .h2 {
	font-family: "Poppins", sans-serif;
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 39px;
  color: #36105B;
}
@media (max-width: 1259.98px) {
  .intro-left h1, .intro-left .h1 {
    font-size: 32px;
  }
}
.intro-left p {
  margin-bottom: 69px;
  font-size: 20px;
  color: #646464;
}
.intro-dark p{
	margin-bottom: 69px;
	font-size: 20px;
	color: #FFFFFF;
}
.intro-dark h2{
	color: #FFFFFF
}
@media (max-width: 1259.98px) {
  .intro-left p {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
@media (max-width: 1259.98px) {
  .intro-left {
    margin-bottom: 50px;
  }
}
.about-us-pic {
	position: absolute;
	top: -10px;
}
.royal_cake-pic {
	position: absolute;
	top: -10px;
}
.intro-right-item {
  background: #fff;
  font-size: 16px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  margin-bottom: 24px;
  padding: 20px 20px 19px 24px;
}
@media (max-width: 1259.98px) {
  .intro-right-item {
    margin-bottom: 15px;
  }
}
.intro-right-item .intro-right-item-title {
  display: flex;
  align-items: center;
  color: #F83D8E;
  font-size: 20px;
  margin-bottom: 14px;
  font-weight: 700;
}
.intro-right-item .intro-right-item-title i {
  margin-right: 12px;
  font-size: 32px;
}
:root{
  --size: 64px;          /* teljes ikon méret */
  --dot: 44px;           /* rózsaszín kör átmérő */
  --ring: 44px;          /* lila kör átmérő (kontúr belső) */
  --stroke: 2px;         /* kontúr vastagság */
  --big-size: 200px;     /* nagy ikon teljes keret */
  --big-dot: 140px;      /* rózsaszín kör */
  --big-ring: 140px;     /* lila kör */
  --big-stroke: 2px;     /* lila kontúr */
  --pink: #ff3e9e;
  --violet: #6f39c7;

  /* jQuery tölti ezeket */
  --dx: 0px;             /* egér x eltolás */
  --dy: 0px;             /* egér y eltolás */
  --rot: 0deg;           /* scroll forgatás */
  --scale: 1;            /* scroll skálázás */
}
.royal-cake-section .about-small-icons {
	top: 89px;
	right: 200px;
	left: unset;
}
.about-small-icons {
  position: absolute;
  top: 70px;
  left: 194px;
  width: var(--size);
  height: var(--size);
  display: inline-block;
  isolation: isolate;
  /* enyhe lebegés, ha nincs interakció */
  animation: float 6s ease-in-out infinite;
  will-change: transform;
}
.about-small-icons .dot,
.about-small-icons .ring {
  position: absolute;
  left: 0; top: 0;
  width: var(--size);
  height: var(--size);
  pointer-events: none;
}

/* Rózsaszín kitöltött kör (kissé jobbra-le) */
.about-small-icons .dot::before {
  content:"";
  position:absolute;
  left: 20px; top: 20px;                 /* eltolás a mintán */
  width: var(--dot);
  height: var(--dot);
  background: var(--pink);
  border-radius: 50%;
  transform: translate(calc(var(--dx) * 0.35), calc(var(--dy) * 0.35))
             rotate(calc(var(--rot) * -1))
             scale(var(--scale));
  mix-blend-mode: multiply;              /* fincsi átfedés */
  filter: drop-shadow(0 0 0 transparent);
}

/* Lila kontúros kör (felül-balra) */
.about-small-icons .ring::before {
  content:"";
  position:absolute;
  left: 0; top: 0;
  width: calc(var(--ring) + var(--stroke)*2);
  height: calc(var(--ring) + var(--stroke)*2);
  border-radius: 50%;
  box-shadow: inset 0 0 0 var(--stroke) var(--violet);
  background: transparent;
  transform: translate(calc(var(--dx) * -0.25), calc(var(--dy) * -0.25))
             rotate(var(--rot))
             scale(var(--scale));
}
.about-big-icons {
  position: absolute;
  bottom: -123px;
  right: 77px;
  width: var(--big-size);
  height: var(--big-size);
  display: inline-block;
  will-change: transform;
  animation: float 7s ease-in-out infinite;
}

.about-big-icons .dot,
.about-big-icons .ring{
  position: absolute;
  left: 0; top: 0;
  width: var(--big-size);
  height: var(--big-size);
}

/* rózsaszín kitöltött kör */
.about-big-icons .dot::before{
  content:"";
  position:absolute;
  left: 0; top: 0;
  width: var(--big-dot);
  height: var(--big-dot);
  background: var(--pink);
  border-radius: 50%;
  transform: translate(calc(var(--dx) * 0.4), calc(var(--dy) * 0.4))
             rotate(calc(var(--rot) * -1))
             scale(var(--scale));
  mix-blend-mode: multiply;
}

/* lila kontúros kör */
.about-big-icons .ring::before{
  content:"";
  position:absolute;
  left: 60px; top: 0;    /* eltolás a rózsaszínhez képest */
  width: calc(var(--big-ring) + var(--big-stroke)*2);
  height: calc(var(--big-ring) + var(--big-stroke)*2);
  border-radius: 50%;
  box-shadow: inset 0 0 0 var(--big-stroke) var(--violet);
  background: transparent;
  transform: translate(calc(var(--dx) * -0.3), calc(var(--dy) * -0.3))
             rotate(var(--rot))
             scale(var(--scale));
}
/* finom alap-animáció */
@keyframes float{
  0%,100%{ transform: translateY(0) }
  50%{ transform: translateY(-2px) }
}

/* akadálymentesítés: ha a user csökkentett animációt kér */
@media (prefers-reduced-motion: reduce){
  .about-small-icons { animation: none }
  .about-small-icons .dot::before,
  .about-small-icons .ring::before { transition: none }
}
.royal-cake-section .about-dots-fixed {
	bottom: 69px;
	right: 216px;
	left: unset;
}
.about-dots-fixed{
  --dot:8px;
  --gap:8px;
  --v-gap:8px;
  --pink:#ff3e9e;
  --violet:#6f39c7;
  display:inline-grid;
  row-gap: var(--v-gap);
  position: absolute;
  bottom: 69px;
  left: 216px;
}
.about-dots-fixed .dots-row{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns: var(--dot);
  column-gap: var(--gap);
}

.about-dots-fixed i{
  width:var(--dot);
  height:var(--dot);
  border-radius:50%;
  display:block;
  background:var(--violet);
}

/* felső sor: páros pöttyök pink */
.about-dots-fixed .r1 i:nth-child(even){
  background:var(--pink);
}
/* alsó sor: páratlan pöttyök pink */
.about-dots-fixed .r2 i:nth-child(odd){
  background:var(--pink);
}
.products-section {
	padding: 120px 0 87px;
	background: linear-gradient(315deg,
    #EFD7EF 8%,
    #F5F9FC 43%,
    #F8EAE1 64%,
    #EAF8F9 87%
	);
	background-size: 200% 200%;
  animation: gradientShift 10s ease infinite;
}
@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.product-page .attachment-650x650 {
	border-radius: 24px;
}
.section-title {
	font-family: "Poppins", sans-serif;
	font-size: 60px;
	font-weight: 800;
	line-height: 1.2;
	color: #36105B;
	margin-bottom: 32px;
}
.product-section-title {
	font-family: "Poppins", sans-serif;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.2;
	color: #36105B;
	margin-bottom: 32px;
}
.iceCreamSwiper {
	padding-bottom: 70px;
}
.iceCreamSwiper .swiper-pagination {
	display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-pagination-bullet {
	width: 13px;
	height: 13px;
}
.swiper-pagination-bullet-active {
	width: 19px;
	height: 19px;
	background: #F83D8E;
}
.ice-creams-sections .section-title span {
	display: block;
}
.products-section .section-title span {
	color: #F83D8E;
}
.section-description {
	font-size: 20px;
	color: #646464;
	margin-bottom: 69px;
}
.product-item {
	padding: 12px 12px 30px;
	border-radius: 24px;
	background-color: #fff;
}
.product-item .product-pic {
	position: relative;
	display: inline-flex;
	width: 100%;
	height: 288px;
	text-align: center;
	justify-content: center;
	align-items: center;
	margin-bottom: 22px;
	border-radius: 20px;
	overflow: hidden;
	transition: all .2s ease-in-out;
}
.product-item .product-pic img {
	transition: all .3s ease-in-out;
}
.product-item .product-pic img.product-vegan {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 100;
}
.product-item:hover .product-pic img {
	transform: scale(1.1);
}
.product-item:hover .product-pic img.product-vegan {
	transform: scale(1);
}
.product-card:nth-child(4n+1) .product-pic {
    background-color: #F7F2F7;
}
.product-card:nth-child(4n+2) .product-pic {
    background-color: #FFEEEE;
}
.product-card:nth-child(4n+3) .product-pic {
    background-color: #F6F9E1;
}
.product-card:nth-child(4n+4) .product-pic {
    background-color: #FFFAF4;
}
.product-item .product-title {
	font-size: 20px;
	font-weight: 600;
	color: #0F0200;
	text-align: center;
	margin-bottom: 24px;
}
.shopping-cart-items {
	color: #0F0200;
}
.product-item .product-title a {
	color: #0F0200;
}
.product-item .product-title a:hover,
.product-item:hover .product-title a {
	color: #F83D8E;
}
.intro-right-item p {
  margin: 0;
}
.calls-section {
	padding: 120px 0 88px 0;
}
.call-item {
	display: inline-block;
	position: relative;
	overflow: hidden;
	border-radius: 16px;
}
.call-item img {
    transition: all 0.2s ease-in-out;
}
.call-item:hover img {
    transform: scale(1.1);
}
.call-item .call-content {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(4, 77, 58, 1) 0%, rgba(171, 201, 34, 0.1) 100%);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
	padding: 20px 30px;
	color: #fff;
}
.call-item:hover {
	box-shadow: 0 30px 30px rgb(0 0 0 / 25%);
}
.call-item:hover .call-content {
	text-decoration: underline;
}
.header-bottom {
  background-size: cover;
  background-position: center top;
}
.header-bottom-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 300px;
}
@media (max-width: 1349.98px) {
  .header-bottom-content {
    height: 150px;
  }
}
@media (max-width: 575.98px) {
  .header-bottom-content {
    height: 120px;
  }
}
.header-bottom-content h1, .header-bottom-content .h1 {
  font-size: 60px;
  color: #fff;
}
@media (max-width: 1349.98px) {
  .header-bottom-content h1, .header-bottom-content .h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .header-bottom-content h1, .header-bottom-content .h1 {
    font-size: 1.6rem;
  }
}
.content {
  padding: 40px 0 60px 0;
  line-height: 1.6;
}
.title.page-title {
  margin-bottom: 25px;
}
.page-header h1 {
	font-family: "Poppins", sans-serif;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 0;
    color: #36105B;
}
.product-page .product-title {
	font-family: "Poppins", sans-serif;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 24px;
    color: #36105B;
}
.product-page .product-description p {
	font-size: 18px;
	color: #646464;
}
.product-page .product-description p strong {
	color: #0F0200;
}
.product-page .product-vegan {
	position: absolute;
	top: 50px;
	left: 50px;
}
.table {
	font-size: 18px;
}
.table>:not(caption)>*>* {
	padding: 10px 20px;
}
/*------------------ Gallery --------------------*/
.row.popup-gallery {
  margin: 0 -5px;
}
.row.popup-gallery > div {
  padding: 0 5px;
}
.row.popup-gallery a {
  display: inline-block;
  margin-bottom: 10px;
}
.sidebar-box {
  border-radius: 14px;
  -webkit-border-radius: 14px;
  font-size: 20px;
  padding: 35px 30px 45px 45px;
  margin-bottom: 50px;
}
@media (max-width: 1259.98px) {
  .sidebar-box {
    font-size: 16px;
  }
}
.sidebar-box .link {
  color: #0C4DA2;
  font-weight: 300;
  text-transform: none;
}
.sidebar-box .link i {
  font-size: 12px;
}
.sidebar-box .link:hover {
  text-decoration: none;
}
.sidebar-box .title {
  font-size: 26px;
  margin-bottom: 30px;
}
.sidebar-box .title:before {
  top: 7px;
}
.sidebar-bg {
  background: #FFF9ED;
}
.sidebar-bg ul {
  margin-left: 5px;
}
.sidebar-bg ul li {
  padding: 3px 0;
}
.sidebar-bg ul a {
  color: #555555;
}
.sidebar-green-bg {
  background: #F83D8E;
  color: #fff;
}
.sidebar-green-bg .title {
  color: #fff;
}
.sidebar-green-bg .title:before {
  background: #fff;
}
.sidebar-green-bg .sidebar-contact-box {
  margin-bottom: 15px;
}
.sidebar-green-bg .sidebar-contact-box div {
  padding: 6px 0;
}
.sidebar-green-bg .sidebar-contact-box a {
  color: #fff;
}
.sidebar-green-bg .sidebar-contact-box i {
  width: 20px;
  text-align: center;
  margin-right: 10px;
}
.sidebar-green-bg .link {
  color: #fff;
}
.search-box {
  position: relative;
}
.search-box input {
  background: #F7F7F7;
  border: 1px solid #C2CCDA;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  padding-right: 50px;
  margin-bottom: 50px;
  padding: 22px 25px;
}
.search-box input:focus {
  border: 1px solid #F83D8E;
  box-shadow: 0 0 0 0.25rem rgba(140, 166, 61, 0.25);
}
.search-box button {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 18px;
  color: #252924;
  background: none;
  border: none;
}
.breadcrumbs {
  margin-bottom: 35px;
  font-size: 14px;
  color: #656565;
}
/*.breadcrumbs a {
  color: #0C4DA2;
}*/
.breadcrumbs a:hover {
  color: #36105B;
  text-decoration: underline;
}
/*------------------ Newsletter ----------------*/
.newsletter-form {
	max-width: 760px;
	margin: 0 auto;
	background: #FFF9ED;
    padding: 40px;
	font-size: 18px;
}
.newsletter-form .form-control {
    padding: 10px 20px;
    border: 1px solid #d9deb3;
}
/*------------------ Galéria ----------------*/
.gallery-box a {
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-bottom: 30px;
}
.contact-form {
  background: linear-gradient(90deg, #070E1E 0%, #36105B 100%);
  padding: 40px;
  border-radius: 24px;
}
@media (max-width: 767.98px) {
  .contact-form {
    padding: 20px;
  }
}
.contact-form .wpcf7-form-control {
  margin-bottom: 20px;
  padding: 10px 20px;
  border: 1px solid #F83D8E;
  border-radius: 24px;
}
.contact-form p {
  margin-bottom: 0;
}
.contact-form .wpcf7-submit {
  margin-bottom: 0;
  float: right;
}
.download-box {
  background: #FFF9ED;
  padding: 20px 40px;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  font-size: 16px;
}
.download-box div {
  padding: 5px 0;
}
.download-box i {
  color: #de2429;
}
.download-box a {
  color: #252924;
}
.download-box a:hover {
  color: #252924;
  text-decoration: underline;
}
div.news-title {
  cursor: default;
}
div.news-title:hover {
  color: #252924;
}
.search-file {
	background: #FFF9ED;
    padding: 10px 20px;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    font-size: 16px;
	color: #252924;
	display: block;
    margin-bottom: 15px;
}
.search-file:visited {
	color: #252924;
}
.search-file i {
    color: #de2429;
	margin-right: 15px;
}
#custom-search-form .form-control {
    margin-bottom: 20px;
    padding: 10px 20px;
    border: 1px solid #d9deb3;
}
#custom-search-form .form-select {
    margin-bottom: 20px;
    padding: 10px 20px;
    border: 1px solid #d9deb3;
}
.archive-list a {
	color: #555;
}
.mobile-menu a.header-contact span::after {
	display: none;
}
@media (max-width: 1400px) {
	.btn {
		padding: 16px 20px;
	}
	.slider .swiper-slide h2 {
		font-size: 52px;
	}
	.intro-left h1, .intro-left .h1, .intro-left h2, .intro-left .h2, .section-title, .page-header h1 {
		font-size: 42px;
	}
	.intro {
		padding: 85px 0 60px;
	}
	.about-us-pic, .royal_cake-pic {
		position: relative;
	}
	.slider .swiper-slide {
		background-size: cover;
		background-position: center;
	}
	.title:before {
		top: 13px;
		width: 4px;
		height: 21px;
	}
	.news-item p {
		font-size: 18px;
		margin-bottom: 10px;
	}
	footer {
		font-size: 18px;
	}
}
@media (max-width: 1200px) {
  .calls-section {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .footer-menu {
	  margin-top: 0;
  }
  .about-small-icons, .about-big-icons, .about-dots-fixed {
	  display: none;
  }
  .intro, .products-section, .strong-points {
	padding: 30px 0;
	}
	.footer {
		padding-top: 30px;
	}
	.copyright {
		margin-top: 30px;
	}
	.strong-point {
		margin-bottom: 25px;
	}
}
@media (max-width: 768px) {
	.slider .swiper-slide h2 {
		font-size: 32px;
	}
	.slider .swiper-slide p {
		margin-bottom: 30px;
	}
	.footer-calls {
		margin: 25px 0;
	}
	.footer-social {
		margin-bottom: 25px;
	}
	.newsletter-form {
		padding: 10px;
	}
	.about-us-pic, .royal_cake-pic {
        display: none;
    }
	.intro-left h1, .intro-left .h1, .intro-left h2, .intro-left .h2, .section-title, .product-page .product-title, .page-header h1 {
        font-size: 32px;
    }
	.slider .swiper-slide::before {
		content: "";
		display: inline-block;
		position: absolute;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: #36105B;
		opacity: .6;
		z-index: 1;
	}
	.slider .swiper-slide {
		padding: 63px 0 85px;
	}
	.slider .swiper-slide h1 {
		font-size: 24px;
	}
}
/*.partner-slider {
    width: 95%;            
    max-width: 1600px;     
    margin: 40px auto;
    position: relative;
    overflow: hidden;
    padding: 10px 0;       
}*/
.partners-section {
	padding: 40px 0;
}
.partner-slider .swiper-wrapper {
    align-items: center;
    transition-timing-function: linear; 
}
.partner-slider .swiper-slide {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.partner-slider img {
    width: auto !important; 
    height: auto !important;
    max-width: 90%;        
    max-height: 85px;       
    object-fit: contain;
    
}
.partner-slider .swiper-wrapper {
    transition-timing-function: linear;
}
@media (max-width: 768px) {
    .partner-slider {
        width: 100%;
    }
}
.component-image-wrapper {
    text-align: center; 
}
.component-image-wrapper img {
    max-width: 100%;   
    height: auto;
    display: inline-block;
    border-radius: 12px; 
}
.component-decoration {
	padding-bottom: 55px;
}
.component-decoration-wrapper {
    position: relative;
}
.component-decoration-wrapper .about-small-icons {
    top: 25%;
    left: -1%;
    right: auto; bottom: auto; 
    z-index: 1;
}
.component-decoration-wrapper .about-dots-fixed {
    top: auto; right: auto;    
    bottom: 0;
    left: -4%;
    z-index: 1;
}
.component-decoration-wrapper .about-big-icons {
    top: auto; left: auto;     
    bottom: -180px;             
    right: 5%;
    z-index: 0;
}
.component-image-wrapper {
    position: relative;
    z-index: 5;
    text-align: center;
}
@media (max-width: 768px) {
    .component-decoration-wrapper .about-small-icons,
    .component-decoration-wrapper .about-dots-fixed,
    .component-decoration-wrapper .about-big-icons {
        display: none;
    }
}
/* ===== SPLIT HERO SECTION ===== */
.split-hero {
    display: flex;
    width: 100%;
    min-height:  100vh;
}

/* ----- LEFT SIDE (Dark Purple Gradient) ----- */
.split-hero__left {
    position: relative;
    width: 50%;
    background: linear-gradient(180deg, #070E1E 0%, #36105B 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; 
    padding:  60px 40px 80px;
    overflow: hidden;
}

/* ----- RIGHT SIDE (Light/White) ----- */
.split-hero__right {
    position: relative;
    width: 50%;
    background: #fff;
    display:  flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;  
    padding: 60px 40px 80px;
    overflow: hidden;
}

/* ----- Logo ----- */
.split-hero__logo {
    max-width: 280px;            
    height: auto;
    margin-bottom:  40px;
    position: relative;
    z-index: 10;
}

/* ----- Main Image ----- */
.split-hero__image {
    position: relative;
    z-index: 10;
    flex: 1;                     
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
}

.split-hero__image img {
    max-width: 90%;              
    max-height: 55vh;            
    width: auto;
    height: auto;
    object-fit: contain;
}

/* ----- Buttons ----- */
.split-hero . btn {
    position: relative;
    z-index: 10;
    margin-top: auto;           
}


/* ----- Decoration Positioning (Right Side) ----- */
.split-hero__right .about-small-icons {
    top: 12%;
    left:  8%;
    right: auto;
    bottom: auto;
}

.split-hero__right .about-dots-fixed {
    bottom:  4%;
    left:  10%;
    right: auto;
    top:  auto;
}
.intro .left-circle {
	position: absolute;
	left: 0;
	top: 29%;
}
.intro .bottom-triangle {
	position: absolute;
	bottom: 0;
	left: calc(50% - 119px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .split-hero {
        flex-direction: column;
    }

    .split-hero__left,
    .split-hero__right {
        width: 100%;
        /*min-height: 100vh;*/
        padding: 40px 20px 60px;
    }

    .split-hero__image img {
        max-height: 45vh;
    }

    /* Hide decorations on mobile */
    .split-hero .about-small-icons,
    .split-hero .about-dots-fixed,
    .split-hero .about-big-icons {
        display: none;
    }
	.component-decoration-wrapper {
		margin: 20px auto;
	}
}

@media (max-width: 576px) {
    .split-hero__logo {
        max-width: 200px;
        margin-bottom: 30px;
    }

    .split-hero__image img {
        max-height: 35vh;
    }
}
.page-template-home .site-header,
.page-template-home .footer,
.page-template-home .strong-points {
    display: none ! important;
}

.page-template-home .split-hero {
    min-height: 100vh;
}
.page-template-home {
    padding-top: 0 !important;
    margin-top: 0 !important;
}