/* ===========================
   ✅ CLEAN / VALID DROP-IN CSS
   Mobil + Desktop, valid syntax
   =========================== */

.footer-1 .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: inherit;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.footer .menu-footer li a {
    color: #4e6770;
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    padding: 0;
    text-decoration: none;
    transition-duration: .2s;
}
/* --------- Alap / Typo --------- */
html, body {
  color: #263c71!important;
      -webkit-font-smoothing: antialiased;
}
.btn.btn-tag, .btn.btn-tag-circle {
    color: var(--primary-color);
    font-size: 12px;
    line-height: 12px;
    padding: 6px 10px 6px 11px;
    margin-top: 20px;
}
.footer-1 {
    background-color: #fff;
    padding: 0;
    border-top: 3px solid #fe5000;
}
.header .main-header .header-left .header-nav {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-left: 310px;
}
.header-logo{
    transition: transform .3s ease-out;
}
footer h1, footer h1.color-brand-1, footer h2, footer h2.color-brand-1, footer h3, footer h3.color-brand-1, footer h4, footer h4.color-brand-1, footer h5, footer h5.color-brand-1, footer h6, footer h6.color-brand-1 {
    color: #2f3d6e !important;
    font-size: 20px !important;
    line-height: 1.5 !important;
    font-weight: 800 !important;
    margin-top: 26px;
    margin-bottom: 20px !important;
}
.pe-2 img {
    max-width: 100%;
    border: 1px #000 solid;
    border-radius: 8px;
    background-color: aliceblue;
    opacity: 0.8;
    padding: 14px;
    max-height: 104px;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
}


.footer-1 img {transition: transform .3s ease-out;}
.footer-1 img:hover { transform: translateY(-8px);}
.header-logo:hover{transition-duration: .3s;
    transform: translateY(-8px);
}
.sticky-bar.stick {
    animation: fadeInDown .7s ease-in-out 0s 1 normal none running;
    background: #fff;
    border-bottom: 2px solid #fe5000;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .05);
    left: 0;
    position: fixed;
    top: 0;
    transition: all .3s ease 0s;
    width: 100%;
    z-index: 1000;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: bold !important;
}
h2 {
    font-size: 48px;
    line-height: 56px;
    font-size: 37px;
    color: #000000;
    line-height: 1.3em;
    margin-bottom: 30px;
    font-weight: bold;
}
.font-md {
    font-family: var(--primary-font) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    /* line-height: 24px !important; */
    font-size: 13px !important;
    line-height: 1.75 !important;
}
p {
    font-size: 13px!important;
    line-height: 1.75!important;
}

p {
    margin-bottom: 30px;
}
.header-nav .main-menu .active a {
    color: var(--primary-hover-color) !important;
}
.header .main-menu li a:hover {
    color: var(--primary-hover-color) !important;
}
.header {
    border-bottom: 2px solid #fe5000;
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
}
/* --------- Footer widths --------- */
.footer .width-20 {
	width: 23%;
    margin-top: 38px;
    margin-right: 82px;
}

.footer .width-23 { width: 18%; }

.footer .font-md {
  text-align: justify;
  font-size: .925rem !important;
  line-height: 1.3rem !important;
}

.footer-2 .font-md { color: #ffffff !important; }

/* --------- Mobile header logo --------- */
.header .main-header .header-left {
    align-items: center;
    display: flex;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-logo {
  border-bottom: 1px solid #fd5000;
  padding: 15px 30px;
  position: relative;
 
}
.burger-icon {
    top: 2px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-logo img {
  width: 269px;
}

/* --------- Brand text --------- */
.color-brand-1 {
  line-height: 1.4;
  text-shadow: rgba(0, 0, 0, 0.15) 2px 2px 6px;
  font-size: larger;
  color: rgb(38, 38, 38) !important;
  font-weight: 500 !important;
  margin-top: 45px;
}

/* --------- Chat button --------- */
.fob-position-bottom_right .fob-chat-button,
.fob-position-right .fob-chat-button {
  bottom: var(--fob-offset-y);
  right: var(--fob-offset-x);
  left: auto;
  top: 750px !important;
}

/* --------- Sidebar tweaks --------- */
.blog-sidebar .post-item .post-meta .description {
  align-items: center;
  margin-top: 10px;
  display: none;
}

/* --------- Banner contact button --------- */
.banner-contact .btn {
  background-color: #1f3a5e;
  color: aliceblue;
  font-size: 28px !important;
  margin-left: 30%;
  display: inline-block;
}

.banner-contact .btn:hover { transform: translateY(-5px); }

.banner-contact .btn .icon-16 {
  color: #ffffff;
  height: 28px;
}

/* --------- Responsive: title-line --------- */
@media (max-width: 430px) {
  .title-line {
    padding-left: 67px;
    font-size: 10px !important;
  }
      .header .burger-icon {
        display: block;
        margin-top: 20px;
    }
  .footer .width-20 {
    width: 53%;
    margin-top: 38px;
    margin-right: 211px;
}
}

@media (max-width: 499.98px) {
  .btn-app img { height: 142px; }

  .title-line {
    padding-left: 67px;
    font-size: 10px !important;
  }
	.footer .width-20 {
    width: 53%;
    margin-top: 38px;
    margin-right: 211px;
}
  .banner-contact .btn {
    background-color: #1f3a5e;
    color: aliceblue;
    font-size: 22px !important;
    margin-left: 6%;
  }
}

/* --------- Hide desktop header right under 1200px --------- */
@media (max-width: 1199.98px) {
  .header .main-header .header-left .header-right {
    padding-right: 40px;
    text-align: right;
    width: 100%;
    display: none;
  }
  .burger-icon.burger-close {
    position: fixed;
    right: 30px;
    top: 6px;
    margin-top: 20px;
}
      .header .burger-icon {
        display: block;
        margin-top: 20px;
    }
}

/* --------- Language-specific header nav offsets --------- */
html[lang="fr"] .header .main-header .header-left .header-nav {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-left: 84px;
}
html[lang="fr"] .btn.btn-brand-1 {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  padding: 6px 12px;
}

html[lang="ru"] .header .main-header .header-left .header-nav {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-left: 96px;
}




html[lang="ro"] .header .main-header .header-left .header-nav {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-left: 192px;
}

/* --------- HTML escape javítások: &gt; -> > --------- */
#mic-init-access-tool .mic-access-tool-general-button > div img {
  display: inline-block;
  max-width: 45px;
  height: 45px;
  width: 45px;
  margin-left: -10px !important;
  margin-top: -2px !important;
}

.is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
  margin-top: 102px;
  margin-bottom: 365px;
}

.ck-content .image > figcaption {
  display: table-caption;
  caption-side: bottom;
  word-break: break-word;
  color: var(--ck-color-image-caption-text);
  background-color: #ffffff;
  padding: .6em;
  font-size: .75em;
  outline-offset: -1px;
}

/* --------- Checkout box --------- */
.checkout-content-wrap .row.checkout-form-wrapper {
  padding-bottom: 30px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.8);
  filter: drop-shadow(0px -4px 20px rgba(0,0,0,0.05)) !important;
  background-color: #d9e4f5;
  padding: 34px;
}

/* --------- Breadcrumb --------- */
.breadcrumbs { font-size: 14px !important; }

.breadcrumbs ul li a svg {
  color: #8ea4ac;
  float: left;
  margin: 5px 5px 0 0;
}

/* --------- Box radius bottom --------- */
.box-radius-bottom {
  background-color: #393c44;
  border-bottom-left-radius: 120px;
  border-bottom-right-radius: 120px;
  padding: 50px 0;
  color: #fff !important;
}

.box-radius-bottom .color-brand-1 { color: rgb(202, 206, 214) !important; }

.box-radius-bottom p {
  color: #8e8e8e;
  font-size: 12px !important;
  line-height: .97rem !important;
  padding-top: 1px !important;
}

/* --------- Headings --------- */
h3, h4 {
  font-weight: 700;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.15);
}

/* --------- Hover link styles --------- */
.card-info a:hover { color: #0161ad !important; background-color: #d3e3f5 !important; }

/* --------- Product/blog images (duplikációk tisztítva: későbbi marad) --------- */
.col-lg-6 .card-blog-grid .card-image img {
  max-height: 222px;
  min-height: 224px;
  border: 5px solid #fff;
  background-color: #cbcbcb;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.col-lg-4 .card-blog-grid .card-image img {
  max-height: 260px;
  border: 9px solid #fff !important;
  background-color: #cbcbcb;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  border-radius: 21px;
  padding: 1px;
}

.content-single img {
  border-radius: 24px;
  padding: 1px;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background-color: #ffffff;
  color: #000;
  font-weight: normal;
  font-style: normal;
}

/* --------- Contact form (transition typo fix) --------- */
.contact-form input.contact-form-input {
  height: 45px;
  padding: 18px 20px;
}

.contact-form .contact-form-input {
  border: 1px solid #0d6efd !important;
  border-radius: 8px !important;
  box-shadow: 0 0 5px rgba(0,123,255,0.5) !important;
  color: #3d565f !important;
  transition: border-color .3s ease, box-shadow .3s ease;
}

.contact-form .contact-form-input:focus {
  border-color: #007BFF !important;
  box-shadow: 0 0 5px rgba(0,123,255,0.5) !important;
  outline: none !important;
}

/* --------- Form control base (kept) --------- */
.form-control {
  border: 2px solid #cde2e7;
  border-radius: 15px;
  color: #262626;
  background-color: #ffffff;
  height: 60px;
  padding: 18px 20px;
  transition: border-color .3s ease, box-shadow .3s ease;
}

.form-control:focus {
  border-color: #007BFF;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  outline: none;
}

.form-control.is-invalid {
  border-color: #DC3545;
  background-color: #FDEDED;
  color: #DC3545;
  box-shadow: 0 0 5px rgba(220, 53, 69, 0.5);
}

.form-control.is-valid {
  border-color: #28A745;
  background-color: #E6F7EC;
  color: #28A745;
  box-shadow: 0 0 5px rgba(40, 167, 69, 0.5);
}

.form-control:hover {
  border-color: #17A2B8;
  background-color: #F0FAFC;
}

.form-control:disabled {
  border-color: #E0E0E0;
  background-color: #F8F9FA;
  color: #6C757D;
  cursor: not-allowed;
  opacity: 0.7;
}

.form-control::placeholder {
  color: #A0A0A0;
  font-style: italic;
}

.form-control[readonly] {
  background-color: #E9ECEF;
  border-color: #CED4DA;
  color: #495057;
  cursor: default;
}

/* --------- Swiper invalid align-items fix --------- */
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0,0,0);
}

.swiper-wrapper {
  display: flex;
  align-items: center;
}

/* --------- Header menu colors (kept minimal, conflict-safe) --------- */
.header .main-menu li a {
  color: #263c71 !important;
  display: block;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  padding: 28px 18px 28px 15px;
  position: relative;
  text-decoration: none;
}

.header-nav .main-menu .active a { color: rgb(255 255 255); }

/* --------- Card product hover (SCSS removed) --------- */
.card-product {
  background: #d4e4f6;
  margin: auto;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0;
  transform: scale(0.95);
  transition: box-shadow 0.5s, transform 0.5s;
}

.card-product:hover {
  transform: scale(1);
  box-shadow: 5px 20px 30px rgba(0,0,0,0.2);
}

/* --------- Shadows: fix missing semicolon between declarations --------- */
.sale-popup-container { box-shadow: 0 5px 10px rgba(0,0,0,0.8); border-radius: 2px; }
.box-info-video-banner .box-inner-video-banner .card-small { box-shadow: 0 5px 10px rgba(0,0,0,0.8); }
.box-cover-border { box-shadow: 0 5px 10px rgba(0,0,0,0.8); }
.box-images-cover .box-images-inner .img-project { box-shadow: 0 5px 10px rgba(0,0,0,0.8); }
.box-radius-16 { box-shadow: 0 5px 10px rgba(0,0,0,0.8); }
.card-plan { box-shadow: 0 5px 10px rgba(0,0,0,0.8); filter: drop-shadow(0px -4px 20px rgba(0,0,0,0.05)) !important; background-color: #d9e4f5; }
.box-form-contact { box-shadow: 0 5px 10px rgba(0,0,0,0.8); filter: drop-shadow(0px -4px 20px rgba(0,0,0,0.05)) !important; }
.card-small .card-image .box-image { box-shadow: 0 5px 10px rgba(0,0,0,0.8); filter: drop-shadow(0px -4px 20px rgba(0,0,0,0.05)) !important; }
.contact-form .btn.btn-brand-1-full { box-shadow: 0 5px 10px rgba(0,0,0,0.8); filter: drop-shadow(0px -4px 20px rgba(0,0,0,0.05)) !important; }
.btn.btn-white-circle { box-shadow: 0 5px 10px rgba(0,0,0,0.8); }

/* --------- Footer links hover underline --------- */
.footer .menu-footer li a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000;
  transition: width 0.5s ease;
}
.footer .menu-footer li a:hover::after { width: 100%; }

/* ====== Mobil breakpoints: csak a legszükségesebb, stabil ====== */

/* 375px */
@media (max-width: 375px) {
  .header .main-header .header-left .header-logo a img {
    width: 150px !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
    min-height: 51px !important;
    min-width: 132px !important;
  }
  .footer .width-23 {
    width: 18%
}
  #scrollUp, .asw-menu-btn, .sale-popup-container { display: none !important; }
}

/* 414px */
@media (max-width: 414px) {
  .header .main-header .header-left .header-logo a img {
    min-height: 20px !important;
    min-width: 101px !important;
    margin-left: 0 !important;
  }
  .footer .width-23 {
    width: 18%
}
  #scrollUp, .asw-menu-btn { display: none !important; }
  .sale-popup-container { display: none; }
}

/* 430px */
@media (max-width: 430px) {
  .header .main-header .header-left .header-logo a img {
    min-height: 51px;
    min-width: 220px;
    margin-left: 94px;
  }
  .footer .width-23 {
    width: 18%
}
  #scrollUp, .asw-menu-btn { display: none !important; }
  .sale-popup-container { display: none; }
}

/* 768px */
@media (max-width: 768px) {
 
  #scrollUp, .asw-menu-btn { display: none !important; }
  .sale-popup-container { display: none; }
}
.footer .width-23 {
    width: 18%
}
/* 820px+ */
@media (min-width: 820px) {
  .header .main-header .header-left .header-logo a img {
    min-height: 51px;
    min-width: 188px;
    margin-left: -41px;
  }
}

/* 1024px+ */
@media (min-width: 1024px) {
  .header .main-header .header-left .header-logo a img {
    min-height: 51px;
    min-width: 220px;
    margin-left: 10px;
  }
  .footer .width-23 {
    width: 18%
 }
}

/* 1280px+ */
@media (min-width: 1280px) {
  .header .main-header .header-left .header-logo a img {
    min-height: 31px;
    min-width: 343px;
    margin-left: 0;
  }
}

/* 2560px+ */
@media (min-width: 2560px) {
  .banner-slide-11 {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1230px;
  }
}