/*
Theme Name: eSystem
Theme URI: 
Author: Vagner Richárd
Author URI: 
Description: Egyedi, önálló WordPress téma a vendeglatoprogram projekthez. Bootstrap 5 alapú, saját Gutenberg blokkokkal és Custom Post Type-okkal bővíthető.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: esystem
*/

* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    background-color: #eaeaea;
}

a {
    text-decoration: none;
    color: #12868E;
}

.video-hero {
    margin: 0;
}

.btn {
    padding: 14px 28px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .15s ease, opacity .15s ease, box-shadow .15s ease;
    position: relative;
}
.btn:hover {
    transform: translateY(-2px);
}
.btn-no-anim:hover {
    transform: none;
}
.btn--sm{
    padding: 8px 28px;
}

.btn--white {
    background: #fff;
    color: #1E1E1E;
    border: 2px solid #00D5E4;
}
.btn--white:hover, :not(.btn-check) + .btn--white:active, .btn--white:first-child:active {
    background: #fff;
    color: #1E1E1E;
    border: 2px solid #00D5E4;
    box-shadow: 0 8px 0 -2px #00D5E4;
}
.btn--white2 {
    background: #fff;
    color: #1E1E1E;
    border: 2px solid #fff;
}
.btn--white2:hover, :not(.btn-check) + .btn--white2:active, .btn--white2:first-child:active {
    background: #fff;
    color: #1E1E1E;
    border: 2px solid #fff;
}
.btn--gray {
    background: #D9D9D9;
    color: #0B575C;
    border: 2px solid #0B575C;
}
.btn--gray:hover, :not(.btn-check) + .btn--gray:active, .btn--gray:first-child:active {
    background: #D9D9D9;
    color: #0B575C;
    border: 2px solid #0B575C;
    box-shadow: 0 8px 0 -2px #0B575C;
}
.btn--green {
    background: #12868E;
    color: #fff;
    border: 2px solid #fff;
}
.btn--green:hover, :not(.btn-check) + .btn--green:active, .btn--green:first-child:active {
    color: #fff;
    background: #12868E;
    border: 2px solid #fff;
    box-shadow: 0 8px 0 -2px #fff;
}
.btn--green2 {
    background: #fff;
    color: #1E1E1E;
    border: 2px solid #0B6E76;
    border-radius: 1rem;
}
.btn--green2:hover, :not(.btn-check) + .btn--green2:active, .btn--green2:first-child:active {
    background: #fff;
    border: 2px solid #00D5E4;
}
.btn--green3, .btn--green3:active {
    background: rgba(60, 241, 255, 0.32);
    color: #fff;
}
.btn--green3:hover, :not(.btn-check) + .btn--green3:active, .btn--green3:first-child:active {
    background: rgba(60, 241, 255, 0.32);
    color: #000;
}
.btn--green3.no-hover, .btn--green3.no-hover.btn:first-child:active,
.btn--green3.no-hover:not(.btn-check) + .btn:active{
    background: rgba(60, 241, 255, 0.32);
    color: #fff;
    cursor: default;
    border: 0;
}
.btn--green4, .btn--green4:active, .btn--green4:first-child:active {
    background: #0B6E76;
    color: #fff;
}
.btn--green4:hover, :not(.btn-check) + .btn--green4:active {
    background: #0B6E76;
    color: #000;
}
.btn--green4.no-hover, .btn--green4.no-hover.btn:first-child:active,
.btn--green4.no-hover:not(.btn-check) + .btn:active{
    background: #0B6E76;
    color: #fff;
    cursor: default;
    border: 0;
}
.btn--green5 {
    background: #00D5E4;
    color: #03373B;
    border: 2px solid #03373B;
}
.btn--green5:hover, :not(.btn-check) + .btn--green5:active, .btn--green5:first-child:active {
    background: #00D5E4;
    color: #03373B;
    border: 2px solid #03373B;
}
.btn--green5.btn--shadow:hover {
    box-shadow: 0 8px 0 -2px #03373B;
}
.btn--green6 {
    background: transparent;
    color: #1E1E1E;
    border: 2px solid #0B6E76;
    border-radius: 1rem;
}
.btn--green6:hover, :not(.btn-check) + .btn--green6:active, .btn--green6:first-child:active {
    background: transparent;
    border: 2px solid #00D5E4;
}
.btn--dark-green {
    background: #084448;
    color: #FAFAFA;
    border: 2px solid #fff;
}
.btn--dark-green:hover, :not(.btn-check) + .btn--dark-green:active, .btn--dark-green:first-child:active {
    color: #FAFAFA;
    background: #084448;
    border: 2px solid #fff;
    box-shadow: 0 8px 0 -2px #fff;
}
.btn--red {
    background: #D03424;
    color: #fff;
    border: 2px solid #fff;
}
.btn--red:hover, :not(.btn-check) + .btn--red:active, .btn--red:first-child:active {
    background: #D03424;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 8px 0 -2px #fff;
}

.btn--transpatent,.btn--transpatent:hover, :not(.btn-check) + .btn--transpatent:active, .btn--transpatent:first-child:active {
    background: rgba(255, 255, 255, 0.41);
    border: 1px solid #fff;
    color: #fff;
    padding: 0.75rem 1.75rem;
    backdrop-filter: blur(4px);
}

.btn--transpatent:hover {
    box-shadow: 0 8px 0 -2px #fff;
}

.btn--filled-small {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 14px;
}

.btn-border-gray{
    border: 2px solid #939393;
}
.btn-border-gray:hover, :not(.btn-check) + .btn-border-gray:active, .btn-border-gray:first-child:active{
    border: 2px solid #939393;
    box-shadow: 0 8px 0 -2px #939393;
}

.btn-space-1{
    padding-left: 5rem;
    padding-right: 5rem;
}
.btn-space-2{
    padding-left: 3rem;
    padding-right: 3rem;
}

.bg-green{
    background-color: #44E644;
}
.bg-dark-green{
    background: #03373B;
}
.bg-gray-gradient{
    background: #E7E7E7;
    background: linear-gradient(180deg,rgba(231, 231, 231, 1) 80%, rgba(228, 229, 229, 1) 100%);
}
.bg-bottom{
    background: linear-gradient(0deg, rgba(11, 110, 118, 0.53) 0%, rgba(217, 217, 217, 0) 8%);
    padding-bottom: 1rem;
}

.fs-7{
    font-size: 0.8rem !important;
}
.c-red{
    color: #D03424;
}
.c-green{
    color: #0B575C;
}
.c-gray{
    color: #575757;
}
.c-white{
    color: #fff !important;
}
.alias {cursor: alias;}
.all-scroll {cursor: all-scroll;}
.auto {cursor: auto;}
.cell {cursor: cell;}
.col-resize {cursor: col-resize;}
.context-menu {cursor: context-menu;}
.copy {cursor: copy;}
.crosshair {cursor: crosshair;}
.default {cursor: default;}
.e-resize {cursor: e-resize;}
.ew-resize {cursor: ew-resize;}
.grab {cursor: grab;}
.grabbing {cursor: grabbing;}
.help {cursor: help;}
.move {cursor: move;}
.n-resize {cursor: n-resize;}
.ne-resize {cursor: ne-resize;}
.nesw-resize {cursor: nesw-resize;}
.ns-resize {cursor: ns-resize;}
.nw-resize {cursor: nw-resize;}
.nwse-resize {cursor: nwse-resize;}
.no-drop {cursor: no-drop;}
.none {cursor: none;}
.not-allowed {cursor: not-allowed;}
.pointer {cursor: pointer;}
.progress {cursor: progress;}
.row-resize {cursor: row-resize;}
.s-resize {cursor: s-resize;}
.se-resize {cursor: se-resize;}
.sw-resize {cursor: sw-resize;}
.text {cursor: text;}
.url {cursor: url(myBall.cur),auto;}
.w-resize {cursor: w-resize;}
.wait {cursor: wait;}
.zoom-in {cursor: zoom-in;}
.zoom-out {cursor: zoom-out;}

.bbr{
    border-bottom-left-radius: 3.5rem;
    border-bottom-right-radius: 3.5rem;
}
.br{
    border-radius: 3.5rem;
}
.py-6{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.g-flex, .g-flex > .wp-block-group__inner-container{
    display: flex;
    align-items: center;
    gap: 3rem;
}

.v-title{
    color: #fff;
    position: relative;
    z-index: 0;
}
.v-title-md{
    font-size: 2rem;
    line-height: 2rem;
}
.v-title-lg{
    font-size: 2.5rem;
    line-height: 2.5rem;
}
.v-title.black, .v-title.black span{
    color: #303030;
}
.v-title.white, .v-title.white span{
    color: #FAFAFA;
}
.v-title.black span, .v-title.white span{
    position: relative;
    background: linear-gradient(#00D5E4, #00D5E4) no-repeat;
    background-size: 100% 5px;
    background-position: 0 calc(100% - 8px);
}
.v-title span{
    color: #00D5E4;
}
/*.v-title.black span:before{
    content: '';
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 0;
    height: 5px;
    background: #00D5E4;
    z-index: -1;
}*/
.v-title.black span.border-extend:before{
    left: -1rem;
    right: -1rem;
}
.section-1{
    background-color: #0B1D1F;
    color: #fff;
}

.content-banner {
    /*    position: relative;
        width: 100%;*/
    /*    display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;*/
    background: linear-gradient(180deg,rgba(11, 29, 31, 1) 0%, rgba(11, 29, 31, 0) 15%, rgba(11, 29, 31, 0) 85%, rgba(11, 29, 31, 1) 98%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.content-banner__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.content-banner__content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 0 24px;
    max-width: 800px;
}

/*
    industry tab
*/

.industry-tabs {
    align-items: stretch;
}
.industry-tabs > div{
    padding: 0;
}

.industry-tabs__nav {
    background: #DEDEDE;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 12px;
    height: 100%;
}
.industry-tabs__nav:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3rem;
    background: #0a7a7a;
    border-top-right-radius: 16px;
}

.industry-tabs__list {
    margin: 0;
}

.industry-tabs__item {
    position: relative;
    z-index: 2;
    padding: 14px 16px;
    cursor: pointer;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    transition: color .2s ease;
}

.industry-tabs__text {
    display: flex;
    flex-direction: column;
}
.industry-tabs__item.active .industry-tabs__text {
    border-left: 2px solid #12868E;
    padding-left: 0.3rem;
}

.industry-tabs__title {
    font-weight: 700;
    font-size: 16px;
    color: #303030;
}

.industry-tabs__subtitle {
    display: none;
    font-size: 13px;
    color: #6b6b6b;
    margin-top: 2px;
}

.industry-tabs__item.active .industry-tabs__title {
}

.industry-tabs__item.active .industry-tabs__subtitle {
    display: flex;
}

.industry-tabs__icon {
    flex-shrink: 0;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #303030;
    background: #DEDEDE;
    transition: background .2s ease, color .2s ease;
    position: relative;
}

.industry-tabs__icon svg {
    width: 18px;
    height: 18px;
}

.industry-tabs__item.active .industry-tabs__icon {
    background: #0a7a7a;
    color: #fff;
    /*border: 5px solid #dedede;*/
}
.industry-tabs__item.active .industry-tabs__icon::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 5px;
    background: linear-gradient(
        90deg,
        #C8C8C8 0%,
        #C8C8C8 50%,
        #C8C8C8 50%,
        #C8C8C8 100%
        );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    width: 43px;
    height: 43px;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
}

.industry-tabs__highlight {
    position: absolute;
    left: 0;
    right: 3rem;
    background: #C8C8C8;
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
    z-index: 1;
    transition: top .35s cubic-bezier(.4,0,.2,1), height .35s cubic-bezier(.4,0,.2,1);
    overflow: hidden;
}

.industry-tabs__mobile-dropdown .industry-tabs__mobile-toggle {
    background: #DEDEDE;
    border: none;
    border-radius: 12px;
    padding: 14px 16px;
    font-weight: 700;
    font-size: 16px;
    color: #303030;
}

.industry-tabs__mobile-dropdown .industry-tabs__mobile-toggle:hover,
.industry-tabs__mobile-dropdown .industry-tabs__mobile-toggle:focus,
.industry-tabs__mobile-dropdown .industry-tabs__mobile-toggle:active,
.industry-tabs__mobile-dropdown.show .industry-tabs__mobile-toggle {
    background: #DEDEDE;
    color: #303030;
    box-shadow: none;
}

.industry-tabs__mobile-dropdown .dropdown-menu {
    border-radius: 12px;
    border: none;
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
    padding: 8px;
}

.industry-tabs__mobile-dropdown .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    padding: 8px 12px;
    font-weight: 600;
    font-size: 15px;
    color: #303030;
}

.industry-tabs__mobile-dropdown .dropdown-item:hover,
.industry-tabs__mobile-dropdown .dropdown-item:focus {
    background: #DEDEDE;
}

.industry-tabs__mobile-dropdown .dropdown-item.active {
    background: #0a7a7a;
    color: #fff;
}

.industry-tabs__mobile-icon {
    flex-shrink: 0;
    background: transparent;
}

.industry-tabs__mobile-icon svg {
    width: 25px;
    height: 25px;
    stroke-width: 2px;
}

.industry-tabs__mobile-icon img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.industry-tabs__mobile-dropdown .dropdown-item.active .industry-tabs__mobile-icon {
    background: #0a7a7a;
    color: #fff;
}

.industry-tabs__mobile-toggle-icon {
    color: #063B3E;
}

.industry-tabs__highlight::before {
    /*content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #0a7a7a;*/
}

.industry-tabs__bg{

    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.industry-tabs__content {
    position: relative;
    height: 100%;
    min-height: 420px;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(4px);
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.industry-tabs__content-inner {
    opacity: 1;
    transition: opacity .25s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 16px;
    margin-left: calc(var(--bs-gutter-x) * .5);
    margin-right: calc(var(--bs-gutter-x) * .5);
    padding-top: calc(var(--bs-gutter-x) * .5);
    padding-bottom: calc(var(--bs-gutter-x) * .5);
}

.industry-tabs__content-inner.is-fading {
    opacity: 0;
}

.industry-tabs__top-image {
    flex: 1;
    min-height: 0;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.industry-tabs__top-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.industry-tabs__badges {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.industry-tabs__badge {
    background: #fff;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.industry-tabs__bottom-row {
    flex: 0 0 auto;
    display: flex;
    gap: 16px;
}

.industry-tabs__bottom-image {
    flex: 0 0 45%;
    border-radius: 16px;
    overflow: hidden;
    height: 180px;
}

.industry-tabs__bottom-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.industry-tabs__panel {
    flex: 1;
    background: #717675;
    background-color: rgba(113, 118, 117, 0.2);
    border-radius: 16px;
    padding: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    backdrop-filter: blur(1px);
}

.industry-tabs__panel-text {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}

.industry-tabs__panel-text .industry-tabs__title {
    color: #fff;
}

.industry-tabs__panel-text .industry-tabs__subtitle {
    display: block;
    color: rgba(255, 255, 255, 0.75);
}

.industry-tabs__features {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}

.industry-tabs__features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    padding: 6px 0;
}

.industry-tabs__features li::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2fbfa0;
    flex-shrink: 0;
}

.industry-tabs__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #d9432a;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 999px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.ti-widget.ti-goog .ti-text, .ti-widget.ti-goog .ti-rating{
    color: #fff !important;
}
.google-rating-card .ti-widget.ti-goog .ti-text,.google-rating-card .ti-widget.ti-goog .ti-rating{
    color: #000 !important;
}
.ti-widget.ti-goog .ti-widget-container{
    display: inline-block !important;
    margin-bottom: 0 !important;
    /*    border: 1px solid #00D5E4 !important;
        border-radius: 12px;*/
}
section .ti-widget.ti-goog > .ti-widget-container > .ti-header,
section .ti-widget.ti-goog > .ti-widget-container > .ti-footer {
  border: 1px solid transparent !important;
  border-radius: 27px;
  background:
    linear-gradient(#0B1D1F, #0B1D1F) padding-box,
    linear-gradient(120deg, rgba(0, 213, 228, 1) 0%, rgba(11, 110, 118, 1) 98%) border-box !important;
}
section .google-rating-card .ti-widget.ti-goog > .ti-widget-container > .ti-header,
section .google-rating-card .ti-widget.ti-goog > .ti-widget-container > .ti-footer {
  border: 1px solid transparent !important;
  border-radius: 0px;
  background: transparent !important;
}
section .google-rating-card .ti-widget.ti-goog > .ti-widget-container > .ti-header,section .google-rating-card .ti-widget.ti-goog > .ti-widget-container > .ti-footer {
    border: 0 !important;
}
.ti-widget.ti-goog{
    display: inline-block !important;
    width: auto !important;
}

/*
    Box
*/
.box-green{
    border: 2px solid #0B6E76;
    border-radius: 2rem;
    padding: 3rem 2rem;
}
.box-green p:last-child{
    margin-bottom: 0;
}
.box-gutter{
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
    overflow-x: hidden;
}

.box-light-green{
    border: 3px solid transparent;
    border-radius: 2rem;
    background:
        linear-gradient(#eaeaea, #eaeaea) padding-box,
        linear-gradient(135deg, rgba(0, 213, 228, 1) 0%, rgba(11, 110, 118, 1) 100%) border-box;
    padding: 2rem 1.25rem;
}

/*
    Support hero
*/

.support-hero-bg{
    background-size: cover;
    background-position: center;
    border-radius: 2rem;
}
.support-hero {
    background: #1F959D;
    background: linear-gradient(270deg,rgba(31, 149, 157, 0.89) 0%, rgba(18, 104, 110, 0.89) 32%, rgba(3, 55, 59, 0.89) 100%);
    border-radius: 2rem;
}

.support-hero__title {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
}

.support-hero__text {
    max-width: 650px;
    opacity: 0.9;
}
.text-info{
    color: #00D5E4 !important;
}

/*
    Gomb ikonnal
*/

.gomb-link-ikon {
    display: inline-flex;
    align-items: center;
    width: 24px;
    height: 24px;
}

/*img.gomb-link-ikon {
  object-fit: contain;
}

.gomb-link-ikon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.gomb-link-ikon svg,
.gomb-link-ikon svg path,
.gomb-link-ikon svg circle,
.gomb-link-ikon svg rect {
  fill: currentColor;
}

.gomb-link-ikon svg,
.gomb-link-ikon svg path {
  stroke: currentColor;
}*/

/*
    pricing card
*/
.pricing-card {
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-radius: 2rem;
}

.pricing-card--custom {
    background: #0B575C;
    border: none;
}

.bg-white {
    background: #eaeaea !important;
}

.pricing-card--highlight {
    /*  border: 2px solid #00D5E4;*/
    border: 3px solid transparent;
    background:
        linear-gradient(#eaeaea, #eaeaea) padding-box,
        linear-gradient(180deg, rgba(0, 213, 228, 1) 0%, rgba(11, 110, 118, 1) 100%) border-box !important;
    /*box-shadow: 0 0 0 4px rgba(0, 213, 228, 0.12), 0 12px 24px rgba(0, 213, 228, 0.15);*/
}
.wizard-modal-content .pricing-card {
    border: 3px solid transparent;
}
.wizard-modal-content .pricing-card--highlight {
    border: 3px solid transparent;
    background:#eaeaea !important;
}
.wizard-modal-content .pricing-card:hover, .pricing-option input:checked + label .pricing-card{
    background:
        linear-gradient(#eaeaea, #eaeaea) padding-box,
        linear-gradient(180deg, rgba(0, 213, 228, 1) 0%, rgba(11, 110, 118, 1) 100%) border-box !important;
}
.wizard-modal-content .pricing-row{
    margin-top: 0;
}
.pricing-option input {
    display: none;
}

.pricing-option label {
    display: block;
    cursor: pointer;
}

.price-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    padding: 6px 14px;
    border-radius: 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
}
.price-badge svg{
    width: 1.1rem;
    height: 1.1rem;
}

.price-badge--custom {
    background: #0B6E76;
    color: #00D5E4;
}
.price-badge--dark {
    background: #0B575C;
    color: #00D5E4;
}

.price-badge--highlight {
    border: 1px solid #0B6E76;
    color: #0B6E76;
}

.price-badge--outline {
    /*background: #fff;*/
    border: 1px solid #BEBEBE;
    color: #303030;
}

.feature-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #03373B;
    border-radius: 0.75rem;
    padding: 1rem 0.65rem;
    font-size: 0.75rem;
    height: 100%;
    color: #00D5E4;
    justify-content: center;
    font-weight: bold;
}

.pricing-desc {
    font-size: 0.9rem;
    opacity: 0.85;
    min-height: 81px;
}

.pricing-desc--light {
    color: #495057;
}

.pricing-eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    opacity: 0.7;
    color: #00D5E4;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}

.pricing-eyebrow--light {
    color: #939393;
}

.pricing-hr {
    border-top: 1px solid #03373B;
    margin: 0 0 1.25rem;
    opacity: 1;
}

.pricing-card:not(.pricing-card--custom) .pricing-hr {
    border-top-color: rgba(0, 0, 0, 0.08);
}

.pricing-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
}

.pricing-list li::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2fbfa0;
    flex-shrink: 0;
}

.pricing-list li i {
    color: #00D5E4;
    font-size: 1rem;
    flex-shrink: 0;
}

.pricing-list--light li {
    color: #212529;
}

.pricing-list--light li::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2fbfa0;
    flex-shrink: 0;
}
.pricing-list--light li svg{
    width: 1.4rem;
    height: 1.4rem;
    color: #D03424;
}
.pricing-list--light li:has(svg)::before, .pricing-list--light li:has(.nodot)::before,
.pricing-list li:has(svg)::before, .pricing-list li:has(.nodot)::before{
    content: none;
}

.price-main {
    font-size: 2rem;
    font-weight: 700;
    color: #111;
}

.price-unit {
    font-size: 1rem;
    font-weight: 400;
    color: #6c757d;
}

.price-sub {
    font-size: 0.85rem;
    color: #12868E;
}
.price-sub2 {
    font-size: 0.85rem;
    color: #939393;
}

.pricing-cta {
    background: linear-gradient(90deg, #00D5E4 0%, #0b6e76 100%);
    color: #fff;
    border: none;
}

.pricing-cta:hover {
    color: #fff;
    filter: brightness(1.05);
}

.pricing-footnote {
    opacity: 0.75;
}

.pricing-footnote--light {
    color: #6c757d;
}

/*
    Referencia
*/

.referencia-card {
    aspect-ratio: 3 / 4;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1rem;
}

.referencia-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.15) 45%, transparent 70%);
    transition: opacity 0.35s ease;
    z-index: 1;
    opacity: 1;
}

.referencia-card:hover .referencia-overlay {
    opacity: 0;
}

.referencia-overlay--hover {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(102, 102, 102, 0.55) 0%, rgba(0, 0, 0, 0.15) 45%, transparent 70%);
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 2;
}

.referencia-card:hover .referencia-overlay--hover {
    opacity: 1;
}

.referencia-badge {
    position: relative;
    z-index: 3;
    display: inline-block;
    width: fit-content;
    background: #e8402f;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.3rem 0.9rem;
    border-radius: 999px;
    margin-bottom: 0.6rem;
    margin-left: auto;
    margin-right: auto;
}

.referencia-nev{
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: 800;
    font-size: 1.1rem;
    letter-spacing: 0.01em;
    line-height: 1.15;
    margin-left: auto;
    margin-right: auto;
}
.referencia-card img{
    position: relative;
    z-index: 3;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 40px;
    width: auto;
    object-fit: contain;
}
.referencia-video-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}
.referencia-video-embed-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
    border: none;
}
.referencia-play-ikon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: #fff;
    font-size: 3rem;
    opacity: 0.6;
    transition: opacity 0.35s ease;
    pointer-events: none;
}
.referencia-card:hover .referencia-play-ikon {
    opacity: 0;
}
.referencia-title{
    color: #303030;
    margin-bottom: .25rem;
    font-size: 2rem;
    font-weight: 700;
}
.referencia-subtitle{
    font-size: 1.5rem;
    margin-bottom: .25rem;
}


/*
    Testimonial
*/

.testimonial-section {
    background-size: cover;
    background-position: center;
    min-height: 420px;
}

.testimonial-card {
    background: rgba(217, 217, 217, 0.26);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 2rem;
}

.quote-mark {
    color: #00D5E4;
    font-size: 5rem;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    top: 1rem;
    left: 2rem;
    font-family: "Space Grotesk", sans-serif;
}

.testimonial-container {
    padding-left: 4rem;
    padding-right: 1rem;
    text-align: center;
}
.testimonial-text {
    font-size: 1.1rem;
    line-height: 1.2;
}

.testimonial-author {
    font-size: 0.85rem;
}

.testimonial-author-name {
    color: #00D5E4;
    font-weight: 600;
}

.testimonial-author-role {
    color: rgba(255, 255, 255, 0.7);
}

.google-rating-card {
    position: static !important;
    display: block;
    background: #fff;
    color: #111;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    margin-top: 1rem;
}

.google-icon {
    font-size: 1.75rem;
    color: #4285F4;
}

.google-stars i {
    color: #fbbc04;
    font-size: 0.9rem;
    margin: 0 1px;
}

.google-rating-text {
    font-size: 0.8rem;
    color: #333;
}

/*
    Google rating slider
*/
.google-rating-slider{
    padding: 1rem 0;
    border-radius: 2rem;
    margin: 1.5rem 0;
}
/*.google-rating-slider .repocean-slider-main .repocean-slider-box-parent .slider-box .slider-box-inner{
    background: #FFD8F7;
    background: linear-gradient(134deg,rgba(255, 216, 247, 1) 0%, rgba(255, 255, 255, 1) 19%, rgba(255, 255, 255, 1) 58%, rgba(214, 231, 255, 1) 100%);
}*/

/*
    Feature
*/
.feature-card {
    display: flex;
    flex-direction: column;
}

.feature-img {
    height: 260px;
    object-fit: cover;
    /*box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);*/
    border-radius: 2.5rem;
}

.feature-text {
    color: #333;
    line-height: 1.3;
    text-align: justify;
    font-size: 1.25rem;
}

.feature-link {
    color: #0b6e76;
    text-decoration: underline;
    font-weight: 500;
}

.feature-link:hover {
    color: #084e54;
}

.feature-link-wrap {
    margin-top: auto;
}

/*
    FAQ
*/

.faq-section{
    padding: 3.5rem 0;
}
.faq-section > div{
    border-radius: 2.5rem;
    overflow: hidden;
}

.faq-left {
    background: #e9e9e9;
    text-align: center;
}

.faq-title {
    font-size: 5.65rem;
    color: #111;
    letter-spacing: -0.02em;
}

.faq-subtitle {
    color: #6c757d;
    font-size: 0.95rem;
}

.faq-cta {
    background: #03373B;
    background: linear-gradient(130deg,rgba(3, 55, 59, 1) 0%, rgba(29, 76, 80, 1) 52%, rgba(0, 159, 170, 1) 100%);
    border-radius: 2.25rem;
}

.faq-cta-text {
    color: #7fd8de;
    font-size: 0.85rem;
}

.faq-right {
    background-size: cover;
    background-position: center;
}

.faq-overlay {
    position: absolute;
    inset: 0;
    background: rgba(217, 217, 217, 0.26);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.faq-accordion .accordion-item {
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.faq-accordion .accordion-header {
    margin: 0;
}

.faq-accordion .accordion-button {
    background: transparent;
    color: #fff;
    font-weight: 400;
    font-size: 1.25rem;
    padding: 1.1rem 0;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: transparent;
    color: #fff;
    box-shadow: none;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(255, 255, 255, 0.25);
}

.faq-accordion .accordion-button::after {
    background-image: none;
    font-family: "bootstrap-icons";
    content: "\f282";
    color: #fff;
    font-size: 0.9rem;
    transition: transform 0.2s ease;
    text-align: center;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
    background-image: none;
}

.faq-accordion .accordion-body {
    color: #fff;
    font-size: 1rem;
    padding: 0 0 1.1rem;
}

.faq-accordion .accordion-body p{
    padding: 0;
}
.faq-accordion .accordion-body p:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}

/*
    Footer
*/
.site-footer {
    background: #03373B;
    color: #cfe4e6;
}

.footer-logo {
    width: 75px;
    height: auto;
}

.footer-tagline {
    font-size: 0.8rem;
    color: #0B6E76;
    line-height: 1.4;
    max-width: 160px;
}

.footer-contact {
    font-size: 0.85rem;
    color: #D9D9D9;
}

.footer-social-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #cfe4e6;
    font-size: 1rem;
    transition: background 0.2s ease, color 0.2s ease;
}

.footer-social-icon:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.footer-heading {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #00C1CF;
}

.footer-links {
    margin: 0;
}
.footer-links li {
    margin-bottom: 0;
}

.footer-links a {
    color: #0B6E76;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #fff;
}

.footer-links--2col {
    columns: 2;
    column-gap: 1.5rem;
}

.footer-links--2col li {
    break-inside: avoid;
}

.footer-divider {
    border-top: 1px solid #0B6E76;
    opacity: 1;
}

.footer-partners-label {
    font-size: 0.9rem;
    color: #cfe4e6;
}

.footer-partner-pill {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #cfe4e6;
    font-size: 0.85rem;
    padding: 0.4rem 1rem;
    border-radius: 999px;
}

/*
    Megoldásaink slide
*/
.megoldas-slide {
    padding: 4rem 0;
    /*background: linear-gradient(135deg, #f4f4f4 0%, #e8e8e8 100%);*/
    background: #737373;
    background: linear-gradient(180deg,rgba(115, 115, 115, 0.64) 0%, rgba(115, 115, 115, 0) 98%);
    /*margin-bottom: 6rem;*/
}

.megoldas-slide__felirat {
    color: #0B575C;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.megoldas-slide__cim {
    font-weight: 800;
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    line-height: 1.2;
    color: #1E1E1E;
}
.megoldas-slide__cim span {
  position: relative;
  background: linear-gradient(#00D5E4, #00D5E4) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: 100% 5px;
  background-position: 0 calc(100% - 8px);
}

.slide-cim-highlight {
    text-decoration: underline;
    text-decoration-color: #12868E;
    text-decoration-thickness: 3px;
    text-underline-offset: 4px;
}

.megoldas-slide__alcim {
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
    max-width: 520px;
}

.megoldas-slide__gombok {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.megoldas-slide__btn {
    border-radius: 999px;
    padding: 0.7rem 1.6rem;
    font-weight: 600;
    font-size: 0.95rem;
}

.megoldas-slide__btn--filled {
    background: #12868E;
    color: #fff;
    border: 2px solid #12868E;
}

.megoldas-slide__btn--filled:hover {
    background: #0e6b71;
    border-color: #0e6b71;
    color: #fff;
}

.megoldas-slide__btn--outline {
    background: transparent;
    color: #12868E;
    border: 2px solid #12868E;
}

.megoldas-slide__btn--outline:hover {
    background: #12868E;
    color: #fff;
}

.megoldas-slide__lista-elem {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    color: #333;
}

.megoldas-slide__lista-elem i, .megoldas-slide__lista-elem svg {
    color: #00D5E4;
    width: 1.5rem;
    height: 1.5rem;
}

.megoldas-slide__kepek {
    position: relative;
    margin: 0 auto;
}

.megoldas-slide__tablet-kep {
    width: 100%;
    height: auto;
    display: block;
}

.megoldas-slide__mobil-kep {
    position: absolute;
    right: 0%;
    bottom: -27%;
    width: 34%;
    height: auto;
}

/*
    Megoldásaink kategória slide
*/
.kategoria-slider-section {
    background: #03373B;
    color: #fff;
    border-top-left-radius: 3.5rem;
    border-top-right-radius: 3.5rem;
}

.kategoria-swiper .swiper-wrapper {
    cursor: grab;
}

.kategoria-swiper .swiper-wrapper:active {
    cursor: grabbing;
}

.kategoria-swiper .swiper-slide {
    width: 267px;
    height: 320px;
}

.kategoria-card {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    text-decoration: none;
}

.kategoria-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.1) 50%, transparent 75%);
    z-index: 1;
    pointer-events: none;
}

.kategoria-card__cim {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    z-index: 2;
    color: #fff;
    font-weight: 700;
    font-size: 1.15rem;
    display: flex;
    align-items: center;
    gap: 6px;
}

.kategoria-card__cim i {
    font-size: 0.85rem;
}

.megoldas-partner-lista{
    gap: 2rem;
}

.megoldas-partner-pill{
    width: 200px;
}

.megoldas-partner-pill img{
    width: 100%;
    height: auto;
}
.divider{
    border-top: 1px solid #00D5E4;
    opacity: 1;
}

/*
    Megoldásaink tabs
*/
.ma-left{
    background: #054145;
    background: linear-gradient(130deg, rgba(5, 65, 69, 1) 0%, rgba(1, 13, 15, 1) 100%);
    border-top-left-radius: 3.5rem;
    border-bottom-left-radius: 3.5rem;
    padding: 4rem 1rem !important;
}

.ma-right{
    background-color: #FAFAFA;
    border-top-right-radius: 3.5rem;
    border-bottom-right-radius: 3.5rem;
    color: #575757;
}

.value-tabs-section {
    background: linear-gradient(160deg, #0b3c41 0%, #0f5058 100%);
}
.value-tabs-image{
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.value-tab-btn {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    text-align: left;
    border: 1px solid #0B6E76;
    border-radius: 1rem;
    padding: 1.1rem 1.25rem;
    background: transparent;
    color: #fff;
    transition: background 0.2s ease;
}

.value-tab-btn:hover {
    background: rgba(255, 255, 255, 0.12);
}

.value-tab-btn.active {
    background: #179AA4;
}

.value-tab-btn__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    flex-shrink: 0;
}

.value-tab-btn__text {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.value-tab-btn__title {
    font-weight: 700;
    font-size: 1rem;
}

.value-tab-btn__desc {
    font-size: 0.8rem;
    opacity: 0.75;
}

.value-tab-btn__arrow {
    transition: opacity 0.2s ease;
}

.value-tab-btn.active .value-tab-btn__arrow {
    opacity: 1;
}

.value-tab-badge {
    display: inline-block;
    background: #AAF9FF;
    color: #12868E;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0.4rem 1rem;
    border-radius: 999px;
}

.value-tab-text {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
}

.value-tab-hr {
    border-top: 1px solid #eee;
    margin: 0;
}

.value-tab-feature__title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: #1E1E1E;
    font-size: 0.95rem;
}

.value-tab-feature__title i {
    color: #1c7ed6;
}

.value-tab-feature__text {
    color: #777;
    font-size: 0.85rem;
    margin: 0.3rem 0 0 26px;
}

.value-tab-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333;
    font-size: 0.9rem;
    margin-bottom: 0.6rem;
}

.value-tab-list li i {
    color: #1c7ed6;
}

.value-tab-cta {
    background: #e8402f;
    color: #fff;
    padding: 0.7rem 1.5rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.value-tab-cta:hover {
    background: #cf3323;
    color: #fff;
}
.value-tab-accordion .collapsing {
    transition: height 0.3s ease;
}
.value-tab-accordion .accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid #eee;
}

.value-tab-accordion .accordion-item:last-child {
    border-bottom: none;
}

.value-tab-accordion .accordion-header {
    margin: 0;
}

.value-tab-accordion .accordion-button {
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #575757;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 0.9rem 0;
    box-shadow: none;
}

.value-tab-accordion .accordion-button span {
    background-color: #00D5E4;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #0B6E76;
    transition: transform 0.3s ease;
}
.value-tab-accordion .accordion-button i {
    color: #fff;
    font-size: 0.8rem;
    line-height: 0.8rem;
}
.value-tab-accordion .accordion-button i:before {
    vertical-align: -0.3rem;
}
.value-tab-accordion .accordion-button:not(.collapsed) span {
    transform: rotate(180deg);
}
.value-tab-accordion .accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none;
}

.value-tab-accordion .accordion-button:focus {
    box-shadow: none;
}

/* Bootstrap alap +/- vagy nyíl ikon eltávolítása, mert itt nem kell */
.value-tab-accordion .accordion-button::after {
    display: none;
}

.value-tab-accordion .accordion-body {
    padding: 0 0 1rem 24px; /* a checkmark ikon szélességéhez igazítva */
    color: #777;
    font-size: 0.85rem;
    line-height: 1.6;
}
.ma-tab-title{
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: #1E1E1E;
}

/*
    Megoldásaink tab
*/
.megoldasaink-tab-section {
    background-color: #D9D9D9;
}

.megoldasaink-tab__eyebrow {
    color: #12868E;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
}

.megoldasaink-tab__cim {
    font-weight: 800;
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    color: #1E1E1E;
}
.megoldasaink-tab__cim span {
  position: relative;
  background: linear-gradient(#00D5E4, #00D5E4) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: 100% 5px;
  background-position: 0 calc(100% - 8px);
}

.megoldasaink-tab__highlight {
    text-decoration: underline;
    text-decoration-color: #12868E;
    text-decoration-thickness: 3px;
    text-underline-offset: 4px;
}

.megoldasaink-tab__leiras {
    color: #555;
    max-width: 640px;
    font-size: 1rem;
}

/* Gomb-rács */
.megoldasaink-tab__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
}

.megoldasaink-tab__btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #EAEAEA;
    border: 2px solid transparent;
    border-radius: 1rem;
    padding: 1rem;
    text-align: left;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.megoldasaink-tab__btn.active,.megoldasaink-tab__btn:hover {
    border-color: var(--shadow-color);
    background: #EAEAEA;
}
.megoldasaink-tab__btn:hover {
    box-shadow: 2px 5px 14.3px 2px var(--shadow-color);
}

.megoldasaink-tab__btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    background: #BEBEBE;
    font-size: 1.2rem;
    color: #575757;
    flex-shrink: 0;
}

.megoldasaink-tab__btn.active .megoldasaink-tab__btn-icon,.megoldasaink-tab__btn:hover .megoldasaink-tab__btn-icon {
    background: rgba(var(--shadow-color-rgb), 0.14);
    color: var(--shadow-color);
}

.megoldasaink-tab__btn-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.megoldasaink-tab__btn-label {
    font-weight: 800;
    font-size: 0.7rem;
    letter-spacing: 0.03em;
    color: #575757;
}

.megoldasaink-tab__btn.active .megoldasaink-tab__btn-label,.megoldasaink-tab__btn:hover .megoldasaink-tab__btn-label {
    color: var(--btn-label-color);
}

.megoldasaink-tab__btn-desc {
    font-weight: 600;
    font-size: 0.85rem;
    color: #575757;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Tartalom panel */
.megoldasaink-tab__content-wrap {
    background: #EAEAEA;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
    border-radius: 2.5rem;
}

.megoldasaink-tab__badge {
    display: inline-block;
    background: #D2DCDD;
    color: #03373B;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
}

.megoldasaink-tab__panel-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 0.9rem;
    background: #0B6E76;
    color: #D2DCDD;
    font-size: 1.4rem;
    flex-shrink: 0;
}

.megoldasaink-tab__panel-kategoria {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #0B6E76;
}

.megoldasaink-tab__panel-cim {
    font-size: 1.6rem;
    font-weight: 800;
    color: #1E1E1E;
}

.megoldasaink-tab__panel-leiras {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 480px;
}

.megoldasaink-tab__feature {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    color: #444;
}

.megoldasaink-tab__feature i {
    color: #12868E;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.megoldasaink-tab__feature svg {
    color: #0B6E76;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.megoldasaink-tab__cta {
    background: #0f5058;
    color: #fff;
    padding: 0.7rem 1.6rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.megoldasaink-tab__cta:hover {
    background: #0b3c41;
    color: #fff;
}

@media (max-width: 991.98px) {
    .megoldasaink-tab__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .megoldasaink-tab__grid {
        grid-template-columns: 1fr;
    }
}

/*
    Order flow
*/
.order-flow-section {
    background-size: cover;
    background-position: center;
    min-height: 420px;
    border-radius: 3.5rem;
}

.order-flow-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(11, 60, 65, 0.92) 0%, rgba(15, 80, 88, 0.75) 60%, rgba(15, 80, 88, 0.4) 100%);
    z-index: 0;
}

.order-flow-section > .position-relative {
    z-index: 1;
}

.order-flow__eyebrow {
    color: #00D5E4;
    font-weight: 800;
    font-size: 0.8rem;
    letter-spacing: 0.06em;
}

.order-flow__cim {
    color: #fff;
    font-weight: 700;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;

}

.order-flow__alcim {
    color: #fff;
    font-size: 1.25rem;
}

.order-flow__steps {
    overflow-x: auto;
    padding-bottom: 8px;
}

.order-flow__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.order-flow__icon {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: rgba(217, 217, 217, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.order-flow__arrow {
    flex: 1;
    min-width: 30px;
    display: flex;
    align-items: center;
    margin: 42px 10px 0 10px;
    position: relative;
}

.order-flow__arrow span {
    width: 100%;
    border-top: 2px dashed #00D5E4;
    position: relative;
}

.order-flow__arrow span::after {
    content: "";
    position: absolute;
    right: -2px;
    top: -5px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #00D5E4;
    border-right: 2px solid #00D5E4;
    transform: rotate(45deg);
}

.order-flow__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background: #00D5E4;
    color: #03373B;
    font-size: 0.65rem;
    font-weight: 700;
    border-radius: 4px;
    margin-right: 4px;
    padding-top: 1px;
}

.order-flow__label {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px;
    justify-content: center;
}

@media (max-width: 991.98px) {
  .order-flow__steps {
    justify-content: flex-start;
  }
}

/*
    Modal
*/
.wizard-modal-dialog {
    max-width: 1000px;
}

.wizard-modal-content {
    border-radius: 1.5rem;
    overflow: hidden;
    border: none;
}

.wizard-left {
    background: #eaeaea;
    max-height: 90vh;
    overflow-y: auto;
}

.wizard-right {
    background: linear-gradient(rgba(11, 60, 65, 0.55), rgba(11, 60, 65, 0.85)), url('KEP_ALAP_HATTER.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
}

.wizard-right:has(#wizardRightThankYou:not(.d-none)) {
    background-image: linear-gradient(rgba(11, 60, 65, 0.2), rgba(11, 60, 65, 0.75)), url('KEP_KOSZONJUK_HATTER.jpg');
}

.wizard-step-counter {
    font-weight: 700;
    font-size: 0.9rem;
    color: #1E1E1E;
}

.wizard-step-counter--done {
    color: #12868E;
}

.wizard-skip-link {
    font-size: 0.85rem;
    color: #444;
    text-decoration: none;
}

.wizard-skip-link:hover {
    color: #12868E;
}

.wizard-dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #ccc;
    background: transparent;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    color: #888;
}

.wizard-dot--done {
    background: #03373B;
    border-color: #03373B;
    color: #fff;
}

.wizard-dot--active {
    border-color: #03373B;
    background: transparent;
}

.wizard-progress-line {
    flex: 1;
    height: 2px;
    background: #ccc;
    margin: 0 4px;
}

.wizard-progress-line--done {
    background: #1E1E1E;
}

.wizard-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: #d9ecec;
    color: #12868E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.wizard-question {
    color: #1E1E1E;
    font-weight: 700;
    font-size: 1.3rem;
}

.wizard-option {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0.9rem 0;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

.wizard-option:last-child {
    border-bottom: none;
}

.wizard-option input[type="radio"] {
    display: none;
}

.wizard-option__radio {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #bbb;
    flex-shrink: 0;
    position: relative;
    transition: border-color 0.15s ease;
}

.wizard-option input[type="radio"]:checked + .wizard-option__radio {
    border-color: #12868E;
}

.wizard-option input[type="radio"]:checked + .wizard-option__radio::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #12868E;
}

.wizard-option__label {
    color: #1E1E1E;
    font-size: 1rem;
}

.wizard-form-desc {
    color: #555;
    font-size: 0.9rem;
}

.wizard-form-label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #1E1E1E;
    margin-bottom: 6px;
}

.wizard-form-input {
    width: 100%;
    border: none;
    background: #e2e2e2;
    border-radius: 10px;
    padding: 0.7rem 0.9rem;
    font-size: 0.9rem;
    resize: none;
}

.wizard-form-input:focus {
    outline: 2px solid #12868E;
    background: #fff;
}

.wizard-next-btn {
    background: transparent;
    color: #303030;
    padding: 0.7rem 1.4rem;
    font-weight: 600;
    border: 1px solid #303030;
    transition: background 0.2s ease, color 0.2s ease;
}

/*.wizard-next-btn:not(:disabled) {
    background: #1E1E1E;
    color: #fff;
}*/

.wizard-next-btn:hover:not(:disabled) {
    background: #03373B;
    color: #fff;
}

.wizard-back-btn {
    background: transparent;
    border: 1px solid #303030;
    color: #303030;
    padding: 0.7rem 1.4rem;
    font-weight: 600;
}
.wizard-back-btn:hover{
    background: #03373B;
    border: 1px solid #03373B;
    color: #FAFAFA;
}

.wizard-next-btn.wizard-next-btn--submit {
    background: #e8402f;
    color: #fff;
}

.wizard-success-icon {
    position: relative;
    width: 80px;
    height: 80px;
}

.wizard-success-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #d9f2e3;
    color: #1a9d5c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}

.wizard-sparkle {
    position: absolute;
    color: #f5b400;
    font-size: 1.1rem;
}

.wizard-sparkle--1 {
    top: -8px;
    left: -18px;
}
.wizard-sparkle--2 {
    bottom: -6px;
    right: -18px;
}

.wizard-thankyou-title {
    font-weight: 800;
    font-size: 1.5rem;
    color: #1E1E1E;
}

.wizard-thankyou-sub {
    color: #12868E;
    font-weight: 600;
    font-size: 0.95rem;
}

.wizard-recommend-label {
    color: #444;
    font-size: 0.9rem;
}

.wizard-recommend-card {
    background: #dcece9;
    border-radius: 12px;
    padding: 1rem;
    display: flex;
    gap: 4px;
    height: 100%;
}

.wizard-recommend-card i {
    color: #12868E;
    font-size: 1.3rem;
    margin-bottom: 4px;
}

.wizard-recommend-card__title {
    font-weight: 700;
    font-size: 0.9rem;
    color: #1E1E1E;
}

.wizard-recommend-card__desc {
    font-size: 0.75rem;
    color: #666;
}

.wizard-callback-box {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e3e3e3;
    padding: 1rem 1.2rem;
}

.wizard-callback-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1E1E1E;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.wizard-callback-text {
    font-size: 0.8rem;
    color: #666;
}

.wizard-nexttitle {
    color: #1E1E1E;
    font-size: 0.9rem;
}

.wizard-next-steps span {
    font-size: 0.8rem;
    color: #444;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.wizard-next-steps i {
    color: #12868E;
}

.wizard-back-to-site-btn {
    background: #1E1E1E;
    color: #fff;
    padding: 0.7rem 1.4rem;
    font-weight: 600;
}

.wizard-more-solutions-btn {
    background: transparent;
    border: 1px solid #ccc;
    color: #1E1E1E;
    padding: 0.7rem 1.4rem;
    font-weight: 600;
}

.wizard-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.2rem;
    z-index: 2;
}

.wizard-stars i {
    color: #12868E;
    font-size: 1.1rem;
    margin-right: 2px;
}

.wizard-stars--filled i {
    color: #f5b400;
}

.wizard-stars__num {
    color: #fff;
    font-weight: 700;
    margin-left: 8px;
    font-size: 0.95rem;
}

.wizard-stars-sub {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.85rem;
}

.wizard-right-title {
    font-weight: 800;
    font-size: 1.7rem;
}

.wizard-right-text {
    color: rgba(255, 255, 255, 0.8);
}

.wizard-divider-label {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.wizard-divider-label::before,
.wizard-divider-label::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
}

.wizard-logos > div{
    display: flex;
    justify-content: center;
    align-items: center;
}

.wizard-logos img {
    max-height: 32px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.wizard-security {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.75);
}
.refhead p:last-child{
    margin-bottom: 0;
}
.ugyfel-card {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #ECECEC;
  height: 100%;
}

.ugyfel-logo {
  background: #9A9A9A;
  /*aspect-ratio: 16 / 9;*/
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  margin: 1rem;
  margin-bottom: 0;
  border-radius: 9px;
  height: 115px;
}

.ugyfel-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.ugyfel-body {
  padding: 1rem;
}

.ugyfel-nev {
  font-weight: 700;
  font-size: 1rem;
  color: #1E1E1E;
  margin-bottom: .25rem;
}

.ugyfel-hely {
  font-size: .85rem;
  color: #6B7280;
  margin-bottom: .75rem;
}

.ugyfel-tagek {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}

.ugyfel-tag {
  display: inline-block;
  font-size: .7rem;
  font-weight: 600;
  color: #12868E;
  background: #fff;
  border: 1px solid #12868E;
  border-radius: 999px;
  padding: .2rem .6rem;
}

/*
    Responsive
*/

@media (min-width: 576px) {
    .megoldas-slide__mobil-kep {
        right: -5%;
    }
}
@media (max-width: 575.98px) {
    .box-gutter{
        --bs-gutter-x: 0;
        --bs-gutter-y: 2rem;
    }
    .ujcsere .pe-4{
        padding-right: 0 !important;
    }
    .ujcsere .ps-4{
        padding-left: 0 !important;
    }
    .g-flex{
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }
}

@media (min-width: 768px) {
    .box-gutter{
        --bs-gutter-x: 7rem;
        --bs-gutter-y: 7rem;
    }
}

@media (max-width: 767.98px) {
    .industry-tabs__bottom-row {
        flex-direction: column;
    }
/*    .industry-tabs__bottom-image {
        flex-basis: auto;
    }*/
}

@media (min-width: 992px) {
    .v-title-lg {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    .industry-tabs__nav{
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px;
    }
    .industry-tabs__nav:before {
        border-top-right-radius: 0;
    }
    .industry-tabs > .pe-0{
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .industry-tabs > .ps-0{
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
    .industry-tabs__content {
        border-top-right-radius: 16px;
        border-bottom-left-radius: 0px;
    }
/*    .industry-tabs__bottom-image {
        flex-basis: auto;
    }*/
}

@media (max-width: 991.98px) {
    .bg-img-md-green{
        background-image: none !important;
        background-color: #0B1D1F;
    }
    .industry-tabs__content{
        background: transparent;
    }
    .industry-tabs__content-inner{
        gap: 0;
    }
    .industry-tabs__top-image{
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .industry-tabs__panel{
        background: #FFF;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        color: #11272D;
    }
    .industry-tabs__panel-text .industry-tabs__title{
        color: #11272D;
        font-size: 24px;
    }
    .industry-tabs__panel-text .industry-tabs__subtitle{
        color: #5D6669;
        font-size: 16px;
        font-weight: 400;
    }
    .industry-tabs__features li{
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .v-title-lg {
        font-size: 3rem;
        line-height: 3rem;
    }
}

@media (min-width: 1400px) {
    .v-title-lg {
        font-size: 3.5rem;
        line-height: 3.5rem;
    }
    .quote-mark {
        font-size: 10rem;
    }
    .testimonial-container{
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .testimonial-text {
        font-size: 2rem;
    }
    .testimonial-author {
        font-size: 1.25rem;
    }
    .google-rating-card {
        position: absolute !important;
        right: 1rem;
        bottom: -45%;
        transform: translate(0, -50%);
    }
    .google-rating-slider{
        padding: 0;
        margin: 2rem 0;
    }
    .v-title-md{
        font-size: 3rem;
        line-height: 3rem;
    }
}