html {
  overflow-x: hidden;
}

.btn-orange {
  background-color: #ff6600;
  border-radius: 40px;
  padding: 20px 40px;
  font-weight: 700;
  font-size: 16px;
  color: #f7f5f2;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 1.6px;
}

.btn-black {
  background-color: #000000;
  border-radius: 40px;
  padding: 0px 40px;
  font-weight: 700;
  font-size: 16px;
  color: #f7f5f2;
  text-transform: uppercase;
  line-height: 44px;
  letter-spacing: 0.8px;
  height: 44px;
  display: inline-block;
  border: none;
  outline: none;
  cursor: pointer;
}

.btn-grey {
  background-color: #4d4d4d;
  border-radius: 40px;
  padding: 0px 40px;
  font-weight: 700;
  font-size: 16px;
  color: #f7f5f2;
  text-transform: uppercase;
  line-height: 44px;
  letter-spacing: 0.8px;
  height: 44px;
  display: inline-block;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.btn-grey:hover {
  background-color: #FF6600;
}

.grey {
  background-color: #f7f5f2;
}

.white {
  background-color: #ffffff;
}

.lightblue {
  background: rgba(102, 158, 255, 0.2);
}

.yellow {
  background-color: #FFD966;
}

.kapcsolat-columns {
  display: flex;
}
.kapcsolat-columns .wp-block-column {
  flex: 1 1 0;
}

.kapcsolat-card {
  background-color: #FFD966;
  border-radius: 16px;
  padding: 21px 26px;
  font-size: 16px;
  gap: 8px;
}
.kapcsolat-card .wp-block-columns {
  gap: 8px;
}
.kapcsolat-card .wp-block-image {
  position: relative;
  top: 3px;
}

.block-wrapper {
  padding: 60px 0 40px 0;
}

.text-center {
  text-align: center;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #2d2d2d;
}

a {
  font-style: normal;
  text-decoration: none;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.wrapper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.top-line {
  border-top: 1px dashed #b2b2b2;
  width: 100%;
  margin: 20px 0;
}

header.main-header {
  background-color: #f7f5f2;
}

.submenu-toggle {
  display: none;
}

#sticky-header {
  background-color: #f7f5f2;
  position: sticky;
  top: 0;
  z-index: 1000;
}
#sticky-header .wrapper {
  max-width: 1440px;
  padding: 10px 40px;
}
#sticky-header div {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
#sticky-header div .logo img {
  width: 190px;
}
#sticky-header div .top-nav {
  display: flex;
  align-items: center;
}
#sticky-header div .top-nav nav ul {
  list-style: none;
  display: flex;
  gap: 60px;
}
#sticky-header div .top-nav nav ul li {
  position: relative;
}
#sticky-header div .top-nav nav ul li a, #sticky-header div .top-nav nav ul li .menu-label {
  color: #2d2d2d;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.7px;
  padding: 10px 0px;
}
#sticky-header div .top-nav nav ul li a.active, #sticky-header div .top-nav nav ul li .menu-label.active {
  background: #eeebe6;
  border-radius: 30px;
  font-weight: 800;
}
#sticky-header div .top-nav nav ul li.current-menu-item a {
  background: #eeebe6;
  border-radius: 30px;
  font-weight: 800;
}
#sticky-header div .top-nav nav ul li.current-menu-parent a {
  background: #eeebe6;
  border-radius: 30px;
  font-weight: 800;
}
#sticky-header div .top-nav nav ul li .sub-menu {
  display: none;
  position: absolute;
  z-index: 100;
  background: #EEEBE6;
  border-bottom-left-radius: 23px;
  border-bottom-right-radius: 23px;
  top: 30px;
  left: -15px;
  min-width: 225px;
}
#sticky-header div .top-nav nav ul li .sub-menu li a {
  background-color: transparent;
  font-weight: 500;
  padding: 10px 16px;
  display: block;
}
#sticky-header div .top-nav nav ul li .sub-menu .sub-menu-title {
  display: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 10px 16px;
}
#sticky-header div .top-nav nav ul li .sub-menu .sub-menu-title a {
  font-weight: 800;
  padding: 0;
  position: relative;
  top: -2px;
}
#sticky-header div .top-nav nav ul li:hover .sub-menu {
  display: block;
}
#sticky-header .menu-toggle {
  display: none;
  border: none;
  outline: none;
  background-color: transparent;
}

#search {
  display: block;
  width: 70px;
  height: 50px;
  position: relative;
}
#search .search-icon {
  background-image: url("../images/search-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 28px;
  height: 27px;
  margin-left: 30px;
}
#search .search-form .search-submit {
  display: none;
}
#search .search-form .search-field {
  background-color: transparent;
  background-image: url("../images/search-icon.png");
  background-position: 10px 8px;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  border: none;
  cursor: pointer;
  height: 40px;
  margin: 3px 0;
  padding: 0 0 0 38px;
  position: absolute;
  top: 3px;
  right: 0px;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  width: 0;
}
#search .search-form .search-field:focus {
  background-color: #fff;
  border: 1px solid #cccccc;
  cursor: text;
  outline: 0;
  width: 300px;
  border-radius: 20px;
  padding-left: 45px;
}

.search-page-title {
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 30px;
  text-align: center;
}

.search-item .search-title {
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 15px;
  text-align: left;
}
.search-item .search-title a {
  color: #4d4d4d;
}
.search-item .entry-meta {
  margin-top: 0;
  text-align: right;
}
.search-item .postedon {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  padding: 0;
}
.search-item .post-thumbnail img {
  height: auto;
}
.search-item .search-content.with-thumbnail {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
}

hr.line {
  margin: 30px;
  background-color: #ccc;
  border: 0;
  height: 1px;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

#header-bottom {
  display: flex;
  position: relative;
  height: 452px;
  align-items: center;
}
#header-bottom h1 {
  font-size: 100px;
  font-weight: 800;
  letter-spacing: 0;
  color: #4d4d4d;
  line-height: 90px;
  margin-bottom: 80px;
}
#header-bottom h1 span {
  display: block;
}
#header-bottom .cover .vehicles {
  position: absolute;
  background-image: url("../images/header.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 447px;
  height: 489px;
  z-index: 30;
  right: 22%;
  top: 30px;
}
#header-bottom .cover .blue-circle {
  position: absolute;
  background-color: #679eff;
  width: 428px;
  aspect-ratio: 1;
  border-radius: 100%;
  z-index: 10;
  right: 10%;
  top: 0;
}
#header-bottom .cover .orange-circle {
  position: absolute;
  width: 182px;
  aspect-ratio: 1;
  border-radius: 100%;
  z-index: 20;
  right: 3%;
  top: 24px;
  background-image: url("../images/hp-circle.svg");
  background-size: cover;
}
#header-bottom .cover .white-arrow {
  position: absolute;
  background-image: url("../images/header-white-arrow.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 381px;
  height: 186px;
  z-index: 40;
  right: -93px;
  top: 141px;
}

.services.bg {
  background-image: url("../images/services-bg.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.services h1 {
  color: #4d4d4d;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}
.services .boxes {
  width: 100%;
  height: 100%;
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 40px;
  padding-bottom: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: inline-flex;
  margin: 40px 0 60px 0;
}
.services .boxes .box {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  display: inline-flex;
}
.services .boxes .box img {
  width: 270px;
  height: 270px;
  border-radius: 9999px;
}
.services .boxes .box h2 {
  width: 293px;
  text-align: center;
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  margin-top: 20px;
}
.services .boxes .box p {
  width: 293px;
  text-align: center;
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}

#history {
  background-color: #f7f5f2;
  padding: 100px 0;
}
#history h1 {
  color: #4d4d4d;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  word-wrap: break-word;
  margin-bottom: 40px;
}
#history .wrapper {
  background-color: #ffb98b;
  border-radius: 24px;
  padding: 40px;
  position: relative;
}
#history .wrapper .line {
  position: absolute;
  width: 70%;
  border-top: 1px dashed black;
  height: 1px;
  color: red;
  left: 14%;
  top: 115px;
}
#history .boxes .box {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  display: inline-flex;
  position: relative;
}
#history .boxes .box .bw-image-wrapper {
  position: absolute;
  display: inline-block;
  align-items: center;
  width: 100px;
  aspect-ratio: 1/1;
}
#history .boxes .box .bw-image-wrapper img {
  filter: grayscale(100%);
  border: 5px white solid;
}
#history .boxes .box .bw-image-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  pointer-events: none;
  width: 100px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
}
#history .boxes .box:hover .bw-image-wrapper {
  width: 140px;
  transition: transform 0.1s ease;
  transform: translate(-25px, -55px) scale(1.1);
}
#history .boxes .box:hover .bw-image-wrapper img {
  filter: grayscale(0%);
  width: 140px;
  transition: transform 0.3s ease;
}
#history .boxes .box:hover .bw-image-wrapper::after {
  background: none;
}
#history .boxes .box img {
  width: 100px;
  height: 100%;
  border-radius: 9999px;
  object-fit: cover;
}
#history .boxes .box .orange-circle {
  position: absolute;
  background-color: #ff8535;
  width: 100px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
}
#history .boxes .box .content {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  display: flex;
  margin-top: 120px;
}
#history .boxes .box .content h2 {
  align-self: stretch;
  text-align: center;
  color: #2d2d2d;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  word-wrap: break-word;
}
#history .boxes .box .content p {
  align-self: stretch;
  text-align: center;
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}

#sustainability .wrapper {
  padding: 60px 0;
}
#sustainability h1 {
  color: #4d4d4d;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  word-wrap: break-word;
}
#sustainability .row {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: flex;
  margin-top: 40px;
}
#sustainability .row .img-wrapper {
  flex: 0 0 40%;
}
#sustainability .row h3 {
  color: #4d4d4d;
  font-size: 38px;
  font-weight: 800;
  line-height: 40px;
  word-wrap: break-word;
  margin-bottom: 20px;
}
#sustainability .row .text {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}

#footer {
  padding: 60px 40px 60px 40px;
  background-color: #ff6600;
  color: white;
  font-style: normal;
  font-size: 12px;
}
#footer .grids {
  display: grid;
  grid-template-rows: 100;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 20px;
}
#footer .col a {
  color: white;
}
#footer .footer-logo {
  display: block;
  height: 70px;
  background-image: url("../images/logo-footer.png");
  background-position: left center;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
#footer h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#footer h3.line::after {
  content: "";
  display: block;
  height: 0;
  margin-top: 15px;
  border-bottom: 2px solid #fffcfc;
  width: 140px;
}
#footer h4 {
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
#footer h4 a {
  color: white;
}
#footer .logos {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 12px;
}
#footer .social .fb {
  display: inline-block;
  width: 34px;
  height: 34px;
  background-image: url("../images/social-fb.png");
  background-size: 34px 34px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 20px;
}
#footer .social .yt {
  display: inline-block;
  width: 34px;
  height: 34px;
  background-image: url("../images/social-yt.png");
  background-size: 34px 34px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 20px;
}
#footer .social .insta {
  display: inline-block;
  width: 34px;
  height: 34px;
  background-image: url("../images/social-insta.png");
  background-size: 34px 34px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 20px;
}
#footer .copyright {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  color: white;
  margin-top: 25px;
  padding-bottom: 25px;
}

#breadcrumb {
  margin-bottom: 40px;
  display: flex;
}
#breadcrumb h1 {
  color: #4d4d4d;
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
  word-wrap: break-word;
}
#breadcrumb h1 a {
  color: #4d4d4d;
}
#breadcrumb h2 {
  color: #4d4d4d;
  font-weight: 600;
}
#breadcrumb .term-name {
  font-weight: 600;
}
#breadcrumb .breadcrumb-arrow {
  content: "";
  width: 10px;
  height: 17px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="17" viewBox="0 0 10 17" fill="none"><path d="M6.37405 8.5L0.419848 14.4462C0.13995 14.7257 0 15.0815 0 15.5135C0 15.9454 0.139949 16.3012 0.419848 16.5807C0.699746 16.8602 1.05598 17 1.48855 17C1.92112 17 2.27735 16.8602 2.55725 16.5807L9.58015 9.56727C9.73282 9.4148 9.84097 9.24963 9.90458 9.07175C9.96819 8.89387 10 8.70329 10 8.5C10 8.29671 9.96819 8.10613 9.90458 7.92825C9.84097 7.75037 9.73282 7.5852 9.58015 7.43274L2.55725 0.419284C2.27736 0.139762 1.92112 0 1.48855 0C1.05598 0 0.699747 0.139762 0.419849 0.419283C0.139951 0.698805 0 1.05456 0 1.48655C0 1.91854 0.139951 2.27429 0.419849 2.55381L6.37405 8.5Z" fill="%23FF6600"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  padding: 0 25px;
  position: relative;
  top: 9px;
}

#order-block .row {
  display: flex;
  gap: 80px;
  margin: 20px auto;
  width: 100%;
  max-width: 850px;
}
#order-block .row .new {
  width: 100%;
  height: 100px;
  background: rgba(255, 102, 0, 0.2);
  border-radius: 116px;
  justify-content: center;
  align-items: center;
  gap: 60px;
  display: inline-flex;
  position: relative;
}
#order-block .row .new .text {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  word-wrap: break-word;
  max-width: 50%;
  margin-left: 70px;
}
#order-block .row .new .orange-circle {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 0px;
  top: 0px;
  align-items: center;
  justify-content: center;
  background: #ff6600;
  border-radius: 100%;
  display: flex;
}
#order-block .row .new .orange-circle img {
  max-width: 65%;
}
#order-block .row .partner {
  width: 100%;
  height: 100px;
  background: rgba(102, 158, 255, 0.2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  gap: 60px;
  display: inline-flex;
  position: relative;
}
#order-block .row .partner .text {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  word-wrap: break-word;
  max-width: 50%;
  margin-left: 70px;
}
#order-block .row .partner .blue-circle {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 0px;
  top: 0px;
  align-items: center;
  justify-content: center;
  background: #669eff;
  border-radius: 100%;
  display: flex;
}
#order-block .row .partner .blue-circle img {
  max-width: 65%;
}

#ride-calculator .form-block {
  margin: 40px 0 0 0px;
  padding: 21px 110px;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  display: flex;
}
#ride-calculator .form-block .from,
#ride-calculator .form-block .to {
  width: 100%;
  height: 100%;
  background: #f7f5f2;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex;
}
#ride-calculator .form-block .from .input-wrapper,
#ride-calculator .form-block .to .input-wrapper {
  width: 100%;
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  position: relative;
}
#ride-calculator .form-block .from h3,
#ride-calculator .form-block .to h3 {
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}
#ride-calculator .form-block .from input,
#ride-calculator .form-block .to input {
  color: #757575;
  font-size: 15px;
  font-weight: 400;
  word-wrap: break-word;
  background-color: white;
  border-radius: 20px;
  border: none;
  height: 40px;
  padding: 0 20px;
  width: 100%;
}
#ride-calculator .form-block .from select,
#ride-calculator .form-block .to select {
  padding: 8px !important;
  border: none;
  border-radius: 20px !important;
  font-size: 15px;
  font-weight: 400;
  transition: border-color 0.3s ease;
  color: #757575 !important;
  outline: none;
  width: 100%;
}

.order-phone {
  margin-top: 40px;
  text-align: center;
  color: #4d4d4d;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.order-phone h2 {
  font-weight: 800;
  font-size: 21px;
}
.order-phone h3 {
  line-height: 120%;
  font-weight: 800;
  font-size: 36px;
}
.order-phone h3 a {
  color: #4d4d4d;
}

#page main {
  padding: 40px 0px 60px 0px;
}

.arrow-forward {
  width: 10px;
  height: 17px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="17" viewBox="0 0 10 17" fill="none"><path d="M6.37405 8.5L0.419848 14.4462C0.13995 14.7257 0 15.0815 0 15.5135C0 15.9454 0.139949 16.3012 0.419848 16.5807C0.699746 16.8602 1.05598 17 1.48855 17C1.92112 17 2.27735 16.8602 2.55725 16.5807L9.58015 9.56727C9.73282 9.4148 9.84097 9.24963 9.90458 9.07175C9.96819 8.89387 10 8.70329 10 8.5C10 8.29671 9.96819 8.10613 9.90458 7.92825C9.84097 7.75037 9.73282 7.5852 9.58015 7.43274L2.55725 0.419284C2.27736 0.139762 1.92112 0 1.48855 0C1.05598 0 0.699747 0.139762 0.419849 0.419283C0.139951 0.698805 0 1.05456 0 1.48655C0 1.91854 0.139951 2.27429 0.419849 2.55381L6.37405 8.5Z" fill="%23FF6600"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 25px;
}

.arrow-backward {
  width: 9px;
  height: 16px;
  display: inline-block;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="16" viewBox="0 0 9 16" fill="none"><path d="M2.93333 7.53331L8.4 13C8.64445 13.2444 8.76667 13.5278 8.76667 13.85C8.76667 14.1722 8.64445 14.4555 8.4 14.7C8.15556 14.9444 7.87222 15.0667 7.55 15.0667C7.22778 15.0667 6.94445 14.9444 6.7 14.7L0.366667 8.36665C0.122222 8.1222 0 7.84443 0 7.53331C0 7.2222 0.122222 6.94443 0.366667 6.69998L6.7 0.366646C6.94445 0.122201 7.22222 -2.19345e-05 7.53334 -2.19345e-05C7.84445 -2.19345e-05 8.12222 0.122201 8.36667 0.366646C8.61111 0.611091 8.73334 0.894423 8.73334 1.21665C8.73334 1.53887 8.61111 1.8222 8.36667 2.06665L2.93333 7.53331Z" fill="%234D4D4D"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  padding-right: 40px;
}

.list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin: 70px 60px;
}
.list-wrapper a {
  text-decoration: none;
  color: inherit;
}
.list-wrapper .list-item-content {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.list-wrapper .list-item-image-wrapper {
  flex: 0 0 250px;
}
.list-wrapper .list-item-image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}
.list-wrapper .list-item-image-wrapper.rounded {
  position: relative;
  display: inline-block;
  align-items: center;
  aspect-ratio: 1/1;
}
.list-wrapper .list-item-image-wrapper.rounded img {
  width: 250px;
  height: 100%;
  border-radius: 9999px;
  object-fit: cover;
}
.list-wrapper .list-item-image-wrapper.rounded img::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  width: 100px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
}
.list-wrapper .list-item-text {
  flex: 1;
}
.list-wrapper .list-item-text h2 {
  margin: 0 0 5px 0;
  font-size: 1.2rem;
}
.list-wrapper .list-item-text p {
  margin: 0;
  color: #555;
  font-size: 0.95rem;
}

.list-wrapper.two-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.list-wrapper.two-column .list-item-image-wrapper {
  flex: 0 0 180px !important;
}

.orange-more {
  color: #ff6600 !important;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  text-transform: uppercase;
}
.orange-more:after {
  display: inline-block;
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.6008 12L8.70078 8.10005C8.51745 7.91672 8.42578 7.68338 8.42578 7.40005C8.42578 7.11672 8.51745 6.88338 8.70078 6.70005C8.88411 6.51672 9.11745 6.42505 9.40078 6.42505C9.68411 6.42505 9.91745 6.51672 10.1008 6.70005L14.7008 11.3C14.8008 11.4 14.8716 11.5084 14.9133 11.625C14.9549 11.7417 14.9758 11.8667 14.9758 12C14.9758 12.1334 14.9549 12.2584 14.9133 12.375C14.8716 12.4917 14.8008 12.6 14.7008 12.7L10.1008 17.3C9.91745 17.4834 9.68411 17.575 9.40078 17.575C9.11745 17.575 8.88411 17.4834 8.70078 17.3C8.51745 17.1167 8.42578 16.8834 8.42578 16.6C8.42578 16.3167 8.51745 16.0834 8.70078 15.9L12.6008 12Z' fill='%23FF6600'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
}

#map iframe {
  width: 100%;
  height: 500px;
  border: 0;
  outline: none;
  display: block;
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
}

.timeline-year {
  font-size: 24px;
  font-weight: bold;
}

.timeline-image img {
  max-width: 100%;
  height: auto;
}

.page-hero {
  width: 100vw;
  height: 525px;
  margin-left: calc(50% - 50vw);
  background-size: cover;
  background-position: center;
}

.article-list-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  font-family: "Montserrat", sans-serif;
}
.article-list-item-content {
  width: 600px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.article-list-item-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.article-list-item-title {
  margin: 0;
  font-size: 38px;
  font-weight: 800;
  line-height: 48px;
  color: #4d4d4d;
}
.article-list-item-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.article-list-item-text p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #2d2d2d;
}
.article-list-item-image {
  width: 45%;
  height: auto;
  border-radius: 24px;
  overflow: hidden;
  background: #669eff;
  flex-shrink: 0;
}
.article-list-item-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.article-list-item-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 16px;
  font-weight: 700;
  color: #2d2d2d;
  width: fit-content;
}
.article-list-item-link::after {
  content: "";
  width: 7px;
  height: 12px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 12'><path fill='%232D2D2D' d='M4.175 5.575L0.275 1.675C0.0916667 1.49167 0 1.25833 0 0.975C0 0.691667 0.0916667 0.458333 0.275 0.275C0.458333 0.0916667 0.691667 0 0.975 0C1.25833 0 1.49167 0.0916667 1.675 0.275L6.275 4.875C6.375 4.975 6.44583 5.08333 6.4875 5.2C6.52917 5.31667 6.55 5.44167 6.55 5.575C6.55 5.70833 6.52917 5.83333 6.4875 5.95C6.44583 6.06667 6.375 6.175 6.275 6.275L1.675 10.875C1.49167 11.0583 1.25833 11.15 0.975 11.15C0.691667 11.15 0.458333 11.0583 0.275 10.875C0.0916667 10.6917 0 10.4583 0 10.175C0 9.89167 0.0916667 9.65833 0.275 9.475L4.175 5.575Z'/></svg>") center/contain no-repeat;
}

#site-content h2 {
  color: #4D4D4D;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  word-wrap: break-word;
  margin-bottom: 40px;
}

#blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-bottom: 40px;
}

.blog-card {
  width: 100%;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
}
.blog-card-image {
  width: 100%;
  height: 224px;
  overflow: hidden;
}
.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-card-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.blog-card-title {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  color: #4d4d4d;
}
.blog-card-title a {
  color: #4d4d4d;
}
.blog-card-excerpt {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #2d2d2d;
}
.blog-card-divider {
  width: 100%;
  border: none;
  border-top: 3px solid #f7f5f2;
  margin: 0;
}
.blog-card-date {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  color: #2d2d2d;
}

.single-post-container {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.single-post-container a {
  color: #2d2d2d;
}

.contact-frame-parent {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  text-align: left;
  font-size: 16px;
  color: #2d2d2d;
}
.contact-frame-parent .a-megrendelsen-kvl-is-rmm-parent {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.contact-frame-parent .a-megrendelsen-kvl {
  width: 399px;
  position: relative;
  line-height: 135%;
  display: flex;
  align-items: center;
}
.contact-frame-parent .bankszmlaszmunk-11708001-20-wrapper {
  width: 397px;
  border-radius: 16px;
  background-color: #ffd966;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 21px 26px;
  box-sizing: border-box;
}
.contact-frame-parent .bankszmlaszmunk-11708001-20 {
  position: relative;
  line-height: 150%;
}
.contact-frame-parent .bankszmlaszmunk {
  font-weight: 800;
}
.contact-frame-parent .call-parent {
  height: 316px;
  flex: 0.9001;
  border-radius: 16px;
  background-color: #ffd966;
  display: flex;
  align-items: flex-start;
  padding: 20px;
  box-sizing: border-box;
  gap: 8px;
}
.contact-frame-parent .call-icon {
  height: 24px;
  width: 24px;
  position: relative;
  flex-shrink: 0;
}
.contact-frame-parent .telefon-megrendelshez-s-rd-container {
  width: 333px;
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.contact-frame-parent .telefon-megrendelshez-s-rd-container2 {
  width: 100%;
}
.contact-frame-parent .telefon {
  line-height: 150%;
  font-weight: 800;
}
.contact-frame-parent .megrendelshez-s-rdekldshe {
  line-height: 38px;
}
.contact-frame-parent .span {
  font-size: 36px;
  font-weight: 500;
}
.contact-frame-parent .pnzgy-telefonszma {
  font-size: 16px;
}
.contact-frame-parent .frame-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.contact-frame-parent .home-parent {
  align-self: stretch;
  border-radius: 16px;
  background-color: #ffd966;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 20px;
  gap: 8px;
}
.contact-frame-parent .home-icon {
  height: 24px;
  width: 24px;
  position: relative;
}
.contact-frame-parent .postacmnk-hajts-pajts-kft-container {
  flex: 1;
  position: relative;
  line-height: 150%;
}
.contact-frame-parent .call-icon {
  position: relative;
  top: 8px;
}

.hp-jobs-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.hp-jobs-list .hp-job-card {
  background-color: #ffd0b1;
  padding: 20px;
  border-radius: 16px;
  font-size: 14px;
}
.hp-jobs-list .hp-job-card h3 {
  font-size: 20px;
  line-height: 150%;
  font-weight: 800;
  color: #4d4d4d;
  margin-bottom: 12px;
}

.jobs-inner-container, .jobs-form-container {
  max-width: 800px;
  margin: 40px auto;
}
.jobs-inner-container strong, .jobs-form-container strong {
  color: #ff6600;
}
.jobs-inner-container strong a, .jobs-form-container strong a {
  color: #ff6600;
}
.jobs-inner-container .wpforms-title:before, .jobs-form-container .wpforms-title:before {
  content: "";
  position: relative;
  top: 5px;
  left: -5px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 11.6912C11.0347 11.6912 10.21 11.3492 9.526 10.6652C8.842 9.98139 8.5 9.15672 8.5 8.19122C8.5 7.22589 8.842 6.40122 9.526 5.71722C10.21 5.03322 11.0347 4.69122 12 4.69122C12.9653 4.69122 13.79 5.03322 14.474 5.71722C15.158 6.40122 15.5 7.22589 15.5 8.19122C15.5 9.15672 15.158 9.98139 14.474 10.6652C13.79 11.3492 12.9653 11.6912 12 11.6912ZM4.5 17.7875V17.0835C4.5 16.5938 4.633 16.1403 4.899 15.723C5.165 15.3056 5.5205 14.9848 5.9655 14.7605C6.95383 14.276 7.95092 13.9126 8.95675 13.6702C9.96258 13.4279 10.977 13.3067 12 13.3067C13.023 13.3067 14.0374 13.4279 15.0433 13.6702C16.0491 13.9126 17.0462 14.276 18.0345 14.7605C18.4795 14.9848 18.835 15.3056 19.101 15.723C19.367 16.1403 19.5 16.5938 19.5 17.0835V17.7875C19.5 18.2091 19.3523 18.5678 19.0568 18.8635C18.7613 19.159 18.4026 19.3067 17.9808 19.3067H6.01925C5.59742 19.3067 5.23875 19.159 4.94325 18.8635C4.64775 18.5678 4.5 18.2091 4.5 17.7875Z' fill='%234D4D4D'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
}

.wpform-order-form-container {
  max-width: 800px;
  margin: 40px auto;
}
.wpform-order-form-container h2 {
  font-size: 18px !important;
  line-height: 150%;
  color: #4d4d4d;
}
.wpform-order-form-container h2::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 17px;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='19' viewBox='0 0 17 19'%3E%3Cpath d='M7.59625 18.6578L0.904 14.8057C0.619333 14.6418 0.3975 14.4226 0.2385 14.1483C0.0794998 13.8738 0 13.5724 0 13.2443V5.65975C0 5.33158 0.0794998 5.03025 0.2385 4.75575C0.3975 4.48142 0.619333 4.26225 0.904 4.09825L7.59625 0.246251C7.88075 0.0820842 8.182 0 8.5 0C8.818 0 9.11925 0.0820842 9.40375 0.246251L16.096 4.09825C16.3807 4.26225 16.6025 4.48142 16.7615 4.75575C16.9205 5.03025 17 5.33158 17 5.65975V13.2443C17 13.5724 16.9205 13.8738 16.7615 14.1483C16.6025 14.4226 16.3807 14.6418 16.096 14.8057L9.40375 18.6578C9.11925 18.8219 8.818 18.904 8.5 18.904C8.182 18.904 7.88075 18.8219 7.59625 18.6578ZM7.75 9.88275V17.0213L8.36525 17.375C8.41025 17.4007 8.45517 17.4135 8.5 17.4135C8.54483 17.4135 8.58975 17.4007 8.63475 17.375L9.25 17.0213V9.88275L15.5 6.2635V5.6175C15.5 5.58533 15.492 5.55325 15.476 5.52125C15.46 5.48925 15.4359 5.46358 15.4038 5.44425L14.675 5.02125L8.5 8.5905L2.325 5.02125L1.59625 5.44425C1.56408 5.46358 1.54 5.48925 1.524 5.52125C1.508 5.55325 1.5 5.58533 1.5 5.6175V6.2635L7.75 9.88275Z' fill='%234D4D4D'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.wpform-order-form-container h3 {
  font-size: 18px !important;
  line-height: 150%;
  color: #4d4d4d;
}
.wpform-order-form-container .wpforms-field-label {
  font-size: 16px !important;
  line-height: 150% !important;
  font-weight: 500 !important;
  color: #4d4d4d !important;
}
.wpform-order-form-container .choices__inner {
  border: 1px solid #757575 !important;
  border-radius: 20px !important;
}
.wpform-order-form-container .hp-form-retour {
  width: 15% !important;
}
.wpform-order-form-container button[type=submit] {
  background-color: #ff6600 !important;
}

.wpforms-confirmation-container-full {
  background: transparent !important;
  border: none !important;
  margin: 0 !important;
}

/**/
#page .wp-block-list {
  margin-top: 20px;
  margin-left: 20px;
}
#page .wpforms-container {
  margin-top: 20px;
  font-weight: normal;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 32px;
}
#page .wpforms-container input[type=text],
#page .wpforms-container input[type=email],
#page .wpforms-container input[type=tel],
#page .wpforms-container textarea {
  border-radius: 20px;
  border: 1px solid #757575;
}
#page .wpforms-container .wpforms-submit-container {
  display: flex;
  justify-content: flex-end;
}
#page .wpforms-container .wpforms-title {
  font-size: 18px;
  line-height: 150%;
  color: #4d4d4d;
  font-weight: 800;
  padding-left: 5px;
}
#page .wpforms-container .wpforms-field-description {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  padding-left: 12px;
  padding-top: 5px;
}
#page .wpforms-container input::-webkit-input-placeholder,
#page .wpforms-container textarea::-webkit-input-placeholder {
  color: #757575;
  font-size: 14px;
  opacity: 1;
}
#page .wpforms-container button[type=submit] {
  background-color: #4d4d4d;
  border-radius: 40px;
  padding: 0px 40px;
  font-weight: 700;
  font-size: 16px;
  color: #f7f5f2;
  text-transform: uppercase;
  line-height: 44px;
  letter-spacing: 1.6px;
  height: 44px;
  display: inline-block;
  border: none;
  outline: none;
  position: relative;
  cursor: pointer;
}
#page .wpforms-container button[type=submit]:hover {
  background-color: #ff6600;
}
#page .wpforms-container button[type=submit]:after {
  content: "";
  position: relative;
  top: 6px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><mask id="mask0_307_1373" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_307_1373)"><path d="M12.6 11.9998L8.70005 8.0998C8.51672 7.91647 8.42505 7.68314 8.42505 7.3998C8.42505 7.11647 8.51672 6.88314 8.70005 6.6998C8.88338 6.51647 9.11672 6.4248 9.40005 6.4248C9.68338 6.4248 9.91672 6.51647 10.1 6.6998L14.7 11.2998C14.8 11.3998 14.8709 11.5081 14.9125 11.6248C14.9542 11.7415 14.975 11.8665 14.975 11.9998C14.975 12.1331 14.9542 12.2581 14.9125 12.3748C14.8709 12.4915 14.8 12.5998 14.7 12.6998L10.1 17.2998C9.91672 17.4831 9.68338 17.5748 9.40005 17.5748C9.11672 17.5748 8.88338 17.4831 8.70005 17.2998C8.51672 17.1165 8.42505 16.8831 8.42505 16.5998C8.42505 16.3165 8.51672 16.0831 8.70005 15.8998L12.6 11.9998Z" fill="%23F7F5F2"/></g></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}
#page .wpforms-field-required:after {
  content: " *";
  color: red;
  display: inline;
}

/**/
/*contact form*/
.contactform .input-name input::-webkit-input-placeholder,
.contactform .input-email input::-webkit-input-placeholder,
.contactform .input-message textarea::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}

.contactform .input-name input,
.contactform .input-email input {
  border: 1px solid #FFFFFF !important;
  box-sizing: border-box !important;
  border-radius: 20px !important;
  background-color: transparent !important;
  color: white !important;
  padding: 8px 12px !important;
  width: 100% !important;
  font-size: 12px !important;
  max-width: 100% !important;
}

.contactform .input-message textarea {
  border: 1px solid #FFFFFF !important;
  box-sizing: border-box !important;
  border-radius: 20px !important;
  background-color: transparent !important;
  color: white !important;
  padding: 8px 12px !important;
  width: 90%;
  font-size: 12px !important;
  max-width: 100% !important;
}

.contactform .input-btn {
  background: #FFFFFF !important;
  border: 1px solid #FFFFFF !important;
  box-sizing: border-box !important;
  border-radius: 20px !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 12px !important;
  line-height: 15px !important;
  padding: 7px 20px !important;
  text-align: center !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #FF6600 !important;
  cursor: pointer !important;
}

.contactform label.wpforms-error {
  color: white !important;
  padding: 5px 12px !important;
}

#page-price .breadcrumbs {
  padding: 60px 0 0px 0;
}
#page-price .breadcrumbs #breadcrumb {
  margin-bottom: 0px;
}
#page-price .block-wrapper {
  padding: 60px 0;
}
#page-price .block-wrapper .wrapper {
  max-width: 960px;
}
#page-price .price-content p {
  padding: 30px 0px;
}
#page-price .price-title {
  font-size: 24px;
}

#pager {
  padding-bottom: 40px;
}
#pager ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
}
#pager ul li {
  border: 2px solid black;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 10px;
  font-weight: bold;
}
#pager ul li a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: black;
  padding-left: 2px;
}

.wp-block-image img {
  border-radius: 20px;
}

.hp-single-title {
  font-weight: 800;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 34px;
}

.hp-checkbox input[type=checkbox] {
  display: none !important;
}
.hp-checkbox input[type=checkbox] + label {
  position: absolute;
  inset: 0;
  cursor: pointer;
  font-size: 0 !important;
  border-radius: 30px;
  border: 1px solid #757575;
}
.hp-checkbox input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 4px;
  width: 34px;
  height: 34px;
  background: #d1d5db;
  border-radius: 50%;
  transition: 0.25s ease;
}
.hp-checkbox input[type=checkbox] + label::after {
  content: "NEM";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 600;
  color: #374151;
  transition: 0.2s;
}
.hp-checkbox input[type=checkbox]:checked + label::before {
  left: calc(100% - 38px);
  background: #FF6600;
}
.hp-checkbox input[type=checkbox]:checked + label::after {
  content: "IGEN";
  left: 15px;
  right: auto;
}
.hp-checkbox li.choice-1 {
  position: relative;
  width: 100px;
  height: 42px;
  background: #e5e7eb;
  border-radius: 999px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.wpforms-recaptcha-container {
  display: none;
}

.wp-block-image.size-large {
  margin: 20px 0;
}

.article-list-item-text blockquote .has-background {
  border-radius: 20px;
}

#hp-contact {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 20px 0;
}
#hp-contact .hp-contact-phone {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
#hp-contact .hp-contact-phone h2 {
  padding-top: 20px;
  font-size: 32px;
}
#hp-contact .hp-contact-phone h2 a {
  color: #4d4d4d;
  text-decoration: none;
}
#hp-contact .hp-contact-phone h4 {
  font-size: 14px;
  font-weight: 400;
  margin-top: -5px;
}
#hp-contact .hp-contact-phone img {
  padding-top: 5px;
}
#hp-contact .hp-contact-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#hp-contact .hp-contact-address, #hp-contact .hp-contact-email, #hp-contact .hp-contact-finance {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
#hp-contact .hp-contact-address img, #hp-contact .hp-contact-email img, #hp-contact .hp-contact-finance img {
  padding-top: 0px;
}

#hp-contact > div {
  flex: 1;
  padding: 0 35px;
}

#hp-contact > div:not(:first-child) {
  border-left: 1px dashed #4d4d4d;
}

.of-cb-wrapper {
  display: flex;
  justify-content: space-between;
}
.of-cb-wrapper label {
  display: block;
}

.content-top, .content-bottom {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.hp-single-text a {
  color: #ff6000;
}
