@charset "UTF-8";

html {
    text-rendering: geometricprecision;
    -webkit-font-smoothing: antialiased !important;
    scroll-behavior:smooth;
    scroll-padding-top: 50px;
}

:root {
    --green: #00646a;
    --dark-green: #024a5a;
    --orange: #ff6759;
    --dark-orange: #e1584c;
    --black: #000000;
    --white: #ffffff;
    --transparent-grey: #5555551f;
    --dg: #004458;
}

body {
    font-size: 16px;
    font-family: Inter, sans-serif;
}

a {
    text-decoration: none;
    color: var(--green);
}

ul {
    list-style-type: none;
    margin: 0;
}

a.btn-white {
    display: block;
    padding: 20px;
    background: var(--white);
    border-radius: 14px;
    text-decoration: none;
    color: #00646a;
    font-size: 18px;
}
a.btn-transparent {
    display: block;
    padding: 20px;
    background: transparent;
    border: 1px solid var(--white);
    border-radius: 14px;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
}

p.pagelink {
    margin-bottom: 0;
}


/*mainmenu*/

div#headerwrapper > .inner, div#headerwrapper {
    width: 100%;
    height: 110px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

div#headerwrapper {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    background: var(--white);
}

div#headerwrapper + div {
    margin-top: 110px;
}

div#headercolumn1 {
    padding: 20px 30px;
}

#logo > .inner > img {
    width: 140px;
}

div#headercolumn2 {
    padding: 20px 50px;
    align-content: center;
}

span.titreck-title {
    color: var(--black);
    font-weight: 500;
    font-size: 16px;
}

#mainmenu div[id^=maximenuck] ul.maximenuck {
    display: flex !important;
    background: transparent;
    /*flex-wrap: nowrap;*/
    justify-items: center;
    justify-content: space-around;
    align-items: stretch;
    margin-top: 5px;
}

div#maximenuck224 ul.maximenuck li.maximenuck.level1:hover, div#maximenuck224 ul.maximenuck li.maximenuck.level1.active {
    background: transparent;
}

div#maximenuck224 ul.maximenuck li.level1.parent > a:after, div#maximenuck224 ul.maximenuck li.level1.parent > span.separator:after {
    display: none;
}

li.maximenuck.item108.last.level1 {
    background: var(--green);
    border-radius: 7px;
}

li.maximenuck.item108.last.level1 span.titreck-title {
    color: var(--white);
}

li.maximenuck.item108.last.level1:hover {
    background: var(--green) !important;
}

div#headerwrapper.scrolled {
    box-shadow: 0px 5px 15px -10px rgb(0 0 0 / 38%);
}

li.maximenuck.item108.current.active.last.level1 {
    background: var(--green) !important;
}

/*topcover*/

.homepage .topcover.tck-module {
    width: 200%;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: url(/images/ujdesign/header-dark.png) center left / cover no-repeat, linear-gradient(91deg, #F8FCFD 0%, #eef8f8 100%);
    /* padding: 78px 0 82px; */
    overflow: hidden;
}

.mainpage-hero-inner {
    display: flex;
    min-height: 42vw;
    align-content: center;
}

.mainpage-hero-text {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 30px;
}

.mainpage-hero-text h1 {
    color: var(--white);
    font-size: 5rem;
    font-weight: 700;
    line-height: normal;
}

.mainpage-hero-text h2, .mainpage-hero-text p {
    color: var(--white);
    width: 90%;
}

span.highlighted {
    color: var(--orange);
}

.mainpage-hero-btns {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    text-align: center;
}

h2.section-title {
    text-align: center;
    padding-top: 40px;
    font-weight: 700;
}

.services-card-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    padding: 30px 10px 60px 10px;
}

.services-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.serv-card-footer {
    padding-top: 10px;
}

.serv-card-header h3 {
    font-weight: 700;
}

.services-card p {
    color: #555;
}

.services-image {
    text-align: center;
}

a.btn-service {
    color: var(--green);
    padding: 10px;
    border: 1px solid var(--green);
}

a.btn-service:hover {
    background: var(--green);
    color: var(--white);
}

.aboutus-container h2 {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
}

.aboutus-container p {
    color: #555;
    margin-bottom: 30px;
    padding: 0 10px;
}

.aboutus-card-grid {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
}

.mainpage-partnerprogram-container, .kapcsolat-csomagok-container {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 17px;
    background: url(/images/ujdesign/cube.png) var(--dark-green);
    background-size: 26%;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    padding: 0 10px;
}

.mp-partnerprogram {
    display: flex;
    flex-direction: row;
    width: 90%;
    align-items: center;
    padding: 28px;
}

.mp-pp-img {
    width: 15%;
}

.mp-pp-text {
    width: 100%;
    color: var(--white);
}

.mp-pp-btn {
    width: 25%;
    align-content: center;
}
.mp-pp-btn a {
    color: var(--black);
    font-size: 15px;
    font-weight: 600;
}

.mp-pp-text h3 {
    font-weight: 600;
}

h2.csikoscim, h2.mod-reference-title {
    padding: 50px 0px;
    font-weight: 700;
}

.mainpage-wp-container {
    padding: 60px 10px 20px 10px;
}

.mp-wp {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    border: 1px solid #5555551f;
    border-radius: 17px;
    padding: 20px;
}

.mp-wp-img {
    width: 35%;
}

.mp-wp-img img {
    width: 290px;
    height: 123px;
    object-fit: contain;
}

.mp-wp-btn {
    width: 37%;
}

.mp-wp-text {
    padding: 10px;
}

.mp-wp-text h3 {
    margin-bottom: 0;
    font-weight: 600;
}

a.green-btn {
    padding: 20px;
    background: #00646a;
    border-radius: 17px;
    color: var(--white);
}

.slogan {
    text-align: center;
}

.slogan h1 {
    font-weight: 700;
}

.mp-digital-buttons, .services-internal-links__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.homepage div#bottomcover {
    max-width: 1200px;
    margin: 0 auto;
}

.homepage div#bottomcoverwrapper {
    background: url(/images/ujdesign/network-pattern.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right;
    padding: 60px;
}

a.btn-green, a.services-internal-links__link {
    display: block;
    padding: 20px;
    background: #00646a;
    border-radius: 14px;
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.mainpage-bottom p {
    font-weight: 700;
    text-align: center;
    font-size: 16px;
}

/*services-internal-links*/

.services-internal-links {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 10px;
}



/*footer*/

div#footerwrapper {
    padding-top: 20px;
    border-top: 1px solid #5555551f;
}

.footer-socials {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.ftr-contacts p, .ftr-contacts a, .footer-menu a {
    color: #555;
}

.ftr-contacts a, .footer-menu a
{
    font-weight: 500;
}

.fluid.kapcsolat.aboutus-box a {
    text-decoration: none;
    color: #555;
    font-weight: 500;
}

/*services*/


.servicespage .services {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 0 10px;

}

.services_item {
    padding: 30px;
}

.blogservicespage .item-image {
    text-align: center;
}

.services_item p.readmore.tck-readmore {
    text-align: center;
}

.readmore a, .readmore .btn {
    padding: 10px;
    background: transparent;
    border: 1px solid var(--green);
    border-radius: 0;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
    box-shadow: none;
}

a.btn.btn-secondary.btn:hover {
    background: var(--green);
    color: white;
}

.services-hero-container {
    width: 200%;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: url(/images/ujdesign/hero-bg2.png) center right / cover no-repeat, linear-gradient(90deg, #f8fcfc 0%, #eef8f8 100%);
    padding: 78px 0 82px;
    overflow: hidden;
    /*height: 46vh;*/
}

.serv-hero-text {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    color: var(--green);
    padding-left: 16%;
}

.serv-hero-text h1 {
    font-weight: 600;
    font-size: 4rem;
}

.services_item .item-image {
    text-align: center;
    margin: 0;
}

.services_item .item-image img {
    width: 30%;
}

.services_item h2.tck-article-title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
}

.services_item .tck-article-body {
    color: #555;
}

.serv-hero-text p {
    padding-top: 20px;
    font-size: 1.2rem;
}

.serv-hero-text h1::after {
    display: block;
    content: '';
    width: 10%;
    height: 4px;
    background: #e1584c;
    margin-top: 30px;
    border-radius: 20px;
}

.servicespage div#headerwrapper {
    box-shadow: 0px 5px 15px -10px rgb(0 0 0 / 38%);
}

section.service-hero-full {
    width: 200%;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: url(/images/ujdesign/hero-bg2.png) center right / cover no-repeat, linear-gradient(90deg, #f8fcfc 0%, #eef8f8 100%);
    padding: 78px 0 82px;
    overflow: hidden;
    /*min-height: 46vh;*/
}

.service-hero-lead {
    width: 60%;
}

.service-hero-full::after, .services-hero-container::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    pointer-events: none;
    z-index: 2;
}

.service-hero-actions {
    display: flex;
    gap: 40px;
    text-align: center;
}

a.service-hero-btn {
    display: block;
    padding: 20px;
    background: var(--green);
    border-radius: 14px;
    text-decoration: none;
    color: var(--white);
    font-size: 18px;
}

a.service-hero-btn-2 {
    display: block;
    padding: 20px;
    background: transparent;
    border-radius: 14px;
    text-decoration: none;
    color: var(--green);
    font-size: 18px;
    border: 1px solid var(--green);
}

div#ajanlatkeres {
    border: 1px solid #5555551f;
    border-radius: 17px;
    padding: 0 40px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px #5555551f;
}

label {
    font-weight: 700;
}
strong.formRequired {
    color: var(--orange);
}

.text-center {
    text-align: left !important;
}

.contact-intro {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

i.far.fa-paper-plane {
    font-size: 30px;
    color: var(--green);
    padding-right: 10px;
}

.contact-intro h4 {
    font-weight: 600;
}

button#btn {
    background: var(--green);
    padding: 10px;
    color: var(--white);
    font-weight: 500;
}

.form-control:focus {
    box-shadow: none;
}

.form-select:focus, .custom-select:focus {
    box-shadow: none;
}

.checks-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: flex-start;
    gap: 30px;
    padding: 40px 10px;
}

.checks-list-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    padding: 40px 10px;
}

.check {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.checks-list > *:last-child:nth-child(2) {
    grid-column: 2;
}

.checks-list > *:nth-child(4):last-child {
    grid-column: 2;
}

.check-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    width: 50%;
}

h3.wp-h3 {
    text-align: center;
    font-weight: 700;
}

h3.wp-h3::after {
    content: "";
    display: block;
    width: 15%;
    height: 3px;
    background: #e1584c;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 20px;
}

.wp-jml-table {
    background: var(--dark-green);
    border-radius: 17px;
    padding: 30px;
}

.wp-jml-table td {
    text-align: center;
    color: var(--white);
}

td.td-title {
    align-content: center;
}

.cms-compare {
    padding: 40px 20px;
}

.cms-compare__inner {
    max-width: 1180px;
    margin: 0 auto;
}

.cms-compare__head {
    text-align: center;
    margin-bottom: 38px;
}

.cms-compare__head h2 {
    margin: 0 0 12px;
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.1;
    color: #122f3a;
}

.cms-compare__head h2 span,
.cms-compare__head h2 strong {
    color: #00646a;
}

.cms-compare__head p {
    max-width: 760px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.6;
    color: #50656c;
}

.cms-compare__grid {
    display: grid;
    grid-template-columns: 0.85fr 1.25fr 1.25fr;
    gap: 24px;
    align-items: stretch;
    padding: 28px;
    border-radius: 24px;
    background: url(/images/ujdesign/cube-green.png) var(--dark-green);
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 0 0px 10px var(--transparent-grey);
}

.cms-compare__labels {
    display: grid;
    grid-template-rows: 140px repeat(4, 1fr);
    gap: 12px;
}

.cms-compare__label {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 74px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

.cms-compare__label i {
    color: #ff6b5f;
    font-size: 18px;
}

.cms-compare__label--title {
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
}

.cms-compare__card {
    position: relative;
    display: grid;
    grid-template-rows: 140px repeat(4, 1fr);
    gap: 12px;
    padding: 18px;
    border-radius: 20px;
    background: #fff;
}

.cms-compare__card--joomla {
    border: 2px solid var(--dark-orange);
    box-shadow: 0 0 15px rgba(0, 120, 130, 0.24);
}

.cms-compare__card-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cms-compare__card-head img {
    width: 74px;
    height: 74px;
    object-fit: contain;
    margin-bottom: 10px;
}

.cms-compare__card-head h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

.cms-compare__item {
    display: flex;
    align-items: center;
    min-height: 74px;
    padding: 16px 18px;
    border-radius: 14px;
    background: #f5fbfb;
    color: #555;
    font-size: 15px;
    line-height: 1.45;
}

.cms-compare__card--wp .cms-compare__item::before {
    content: "–";
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    margin-right: 12px;
    border-radius: 50%;
    background: #e9eef0;
    color: #87989e;
    display: grid;
    place-items: center;
    font-weight: 800;
}

.cms-compare__card--joomla .cms-compare__item::before {
    content: "✓";
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    margin-right: 12px;
    border-radius: 50%;
    background: #00646a;
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 800;
}

.cms-compare__badge {
    position: absolute;
    top: -14px;
    right: 22px;
    padding: 9px 18px;
    border-radius: 999px;
    background: var(--dark-orange);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    box-shadow: 0 10px 24px rgba(0, 100, 106, 0.28);
}

.cms-compare__mobile-label {
    display: none;
}

.wp-partner-card {
    background: var(--dark-green);
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 17px;
    display: flex;
    flex-direction: column;
    color: var(--white);
    gap: 10px;
    align-items: center;
}
.wp-card-header {
    text-align: center;
}


ul.feature-list {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin: 0;
}

li.feature-item {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 33%;
}

.feature-text p {
    margin: 0;
}

a.btn-partner {
    padding: 10px;
    background: var(--white);
    border-radius: 7px;
    color: black;
    text-align: center;
}

.wp-card-footer {
    margin: 10px 0;
}

.wp-card-header h2, h2.services-internal-links__title {
    font-weight: 700;
}

h2.services-internal-links__title {
    padding-bottom: 40px;
}

.references-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    padding-bottom: 15px;
}

.referencefeatured {
    height: 220px;
}

.referencefeatured a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 17px;
    background: #ffffff;
    border: 1px solid rgba(0, 100, 106, 0.14);
    box-shadow: 0 14px 35px rgba(0, 60, 65, 0.08);
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.referencefeatured a:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 100, 106, 0.35);
    box-shadow: 0 20px 45px rgba(0, 60, 65, 0.14);
}

.reference-logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.referencefeatured a:hover .reference-logo {
    transform: scale(1.06);
    opacity: 0.25;
}

.reference-title {
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: 24px;
    background: rgb(0 67 71 / 73%);
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

.referencefeatured a:hover .reference-title {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.reference.morereference {
    display: block;
    text-align: center;
    padding-top: 30px;
}

.morereference a {
    background: transparent;
    padding: 10px;
    border: 1px solid var(--green);
    color: var(--green);
}

.morereference a:hover {
    background: var(--green);
    color: white;
}

/*partners*/

.partner-card-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 50px 10px;
    gap: 20px;
}

.partner-card.partner-designer, .partner-card.partner-marketing {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #5555551f;
    border-radius: 17px;
    box-shadow: 0px 0px 10px #5555551f;
    color: var(--white);
}


.partner-card.partner-designer {
    background: url(/images/ujdesign/designer-bg-3d.png) var(--dark-green);
    background-size: 53%;
    background-position-x: right;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;

}

.partner-card.partner-marketing {
    background: url(/images/ujdesign/marketing-bg-3d.png) var(--dark-green);
    background-size: 53%;
    background-position-x: right;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
}

.partner-card h3 {
    font-weight: 700;
    width: 70%;
}

.partner-marketing p, .partner-designer p {
    width: 60%;
}

.partner-designer h2, .partner-marketing h2 {
    font-weight: 700;
}

.partner-designer h3::after, .partner-marketing h3::after, .model-card h4::after, .pack-card-header h3::after {
    display: block;
    content: '';
    width: 20%;
    height: 4px;
    background: #e1584c;
    margin-top: 15px;
    border-radius: 20px;
}


.models-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 50px 10px;
    gap: 20px;
}

.model-card {
    padding: 40px;
    border-radius: 17px;
    background: url(/images/ujdesign/cube-green.png) #004458;
    background-size: 49%;
    background-position-x: right;
    background-repeat: no-repeat;
    color: var(--white);
    background-position-y: bottom;
}

.model-card p {
    width: 65%;
}

.model-card h4 {
    font-weight: 600;
}

i.fas.fa-dot-circle {
    color: var(--orange);
    font-size: 10px;
}

p.partner-list {
    font-size: 15px;
}

.hh-h2 {
    font-weight: 700;
}

/*egyuttmukodesi csomagok*/

.packages-card-container header h2 {
    font-weight: 700;
}

.pack-card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding: 30px 10px;
}

.package-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: url(/images/ujdesign/cube-green.png) var(--dg);
    background-size: 55%;
    background-position-x: right;
    background-repeat: no-repeat;
    background-position-y: top;
    border-radius: 17px;
    padding: 40px;
    color: var(--white);
    transition: all 0.2s linear;
}

span.badge {
    background: var(--dark-orange);
}

.pack-card-footer {
    margin: 10px 0;
}

.package-card:hover {
    transform: translateY(-10px);
    transition: all 0.2s linear;
}
.pack-card-body {
    padding-top: 10px;
}

.pack-card-body p {
    margin-bottom: 0;
}

/*kapcsolat*/

.kapcsolat-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
}

.aboutus-box {
    width: 50%;
}

.contact-map {
    width: 100%;
}

.contact-map iframe {
    width: 100%;
}

.aboutus-listitem {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 50px;
}

.aboutus-box h3 {
    padding-bottom: 15px;
    font-weight: 700;
    text-align: center;
}

.aboutus-listitem p {
    margin: 0;
}

.fluid.kapcsolat.aboutus-box {
    text-align: center;
}

i.fas.fa-envelope, i.fas.fa-phone {
    padding-right: 10px;
    font-size: 17px;
    color: var(--dark-green);
}

.aboutus-listitem a {
    text-decoration: none;
    color: #555;
}

.kapcsolat-csomagok {
    display: flex;
    flex-direction: row;
    width: 90%;
    align-items: center;
    padding: 28px;
    justify-content: space-between;
}

.kapcsolat-csomagok p {
    color: white;
    margin: 0;
}

.kapcsolat-csomagok-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

/*references*/

.referencePage {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    padding: 30px 10px;
}

/*.reference-main {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    max-height: 360px;*/
/*    background: #fff;*/
/*    border: 1px solid rgba(0, 100, 106, 0.12);*/
/*    border-radius: 22px;*/
/*    overflow: hidden;*/
/*    text-decoration: none;*/
/*    color: inherit;*/
/*    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.06);*/
/*    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;*/
/*}*/

/*.reference-main > a:hover .reference-logo-main {*/
/*    transform: scale(1.04);*/
/*    filter: grayscale(0);*/
/*}*/

/*.reference-main > a {*/
/*    position: relative;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    min-height: 230px;*/
/*    padding: 34px 26px 28px;*/
/*    background: #ffffff;*/
/*    border: 1px solid rgba(0, 100, 106, 0.12);*/
/*    border-radius: 22px;*/
/*    text-decoration: none;*/
/*    overflow: hidden;*/
/*    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.055);*/
/*    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;*/
/*}*/

/*.reference-main a::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    background: radial-gradient(circle at 20% 20%, rgba(0, 100, 106, 0.08), transparent 28%), radial-gradient(circle at 90% 10%, rgba(0, 100, 106, 0.06), transparent 24%);*/
/*    opacity: 0;*/
/*    transition: opacity 0.25s ease;*/
/*    pointer-events: none;*/
/*}*/
/*img.reference-logo-main {*/
/*    position: relative;*/
/*    z-index: 1;*/
/*    display: block;*/
/*    width: auto;*/
/*    max-width: 100%;*/
/*    max-height: 105px;*/
/*    object-fit: contain;*/
/*    margin: auto 0;*/
/*    filter: grayscale(0.1);*/
/*    transition: transform 0.25s ease, filter 0.25s ease;*/
/*}*/

.reference-main {
    min-height: 230px;
    perspective: 1200px;
}

.reference-main > a {
    position: relative;
    display: block;
    width: 100%;
    height: 230px;
    text-decoration: none;
    transform-style: preserve-3d;
    transition: transform 0.7s ease;
}

.reference-main:hover > a,
.reference-main > a:focus {
    transform: rotateY(180deg);
}

.reference-logo-main {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    padding: 38px;
    object-fit: contain;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid rgba(0, 100, 106, 0.12);
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.055);
    backface-visibility: hidden;
}

.reference-title-main {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    box-sizing: border-box;
    text-align: center;
    background: url(/images/ujdesign/cube-green.png) #014559;
    color: #ffffff;
    border-radius: 22px;
    box-shadow: 0 18px 23px rgba(0, 100, 106, 0.18);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.35;
    transform: rotateY(180deg);
    backface-visibility: hidden;
    text-shadow: 0.13em 0.13em 0.13em black;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: bottom;
    background-size: 145%;
}

.referencePage-article {
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 20px 30px;
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 56px;
    align-items: start;
}

.reference-left {
    background: linear-gradient(180deg, #12393e 0%, #0b282d 100%);
    color: #ffffff;
    border-radius: 28px;
    padding: 38px 34px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.18);
    overflow: hidden;
}

/*.reference-left::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    background: radial-gradient(circle at 15% 10%, rgba(87, 211, 216, 0.20), transparent 28%), radial-gradient(circle at 90% 0%, rgba(255, 255, 255, 0.08), transparent 24%);*/
/*    pointer-events: none;*/
/*}*/

.intro-image {
    width: 100%;
    min-height: 122px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    box-sizing: border-box;
    background: #f7fbfb;
    border-radius: 22px;
    border: 1px solid rgba(0, 100, 106, 0.12);
    box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.85),
            0 16px 34px rgba(0, 0, 0, 0.16);
}

.intro-image img {
    display: block;
    max-width: 100%;
    max-height: 120px;
    object-fit: contain;
}

.reference-head h1 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.12;
    font-weight: 700;
}

.leiras {
    margin: 0 0 30px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 17px;
    line-height: 1.7;
}

.jellemzok {
    display: flex;
    flex-direction: column;
    margin-top: 28px;
    gap: 10px;
}

p.jellemzo-sor {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 10px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.10);
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
}

.sidebar {
    position: sticky;
    top: 125px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.reference-swiper {
    padding: 0px 50px 50px 40px;
    margin: 20px 0;
}

.reference-swiper .swiper-slide {
    width: 290px !important;
    height: auto;
}

.reference-swiper .mod-reference {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.reference-swiper .mod-reference a {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 250px;
    text-decoration: none;
    overflow: hidden;
}

.reference-swiper .mod-reference-logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

span.mod-reference-title {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    background: rgba(0, 100, 106, 0.95);
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.reference-swiper .swiper-button-prev,
.reference-swiper .swiper-button-next {
    color: var(--orange);
    background: transparent;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: none;
    font-weight: 700;
}

.reference-swiper .mod-reference:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.reference-swiper .mod-reference:hover .mod-reference-logo {
    transform: scale(1.1);
    opacity: 0.3;
}

.reference-swiper .mod-reference:hover .mod-reference-title {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.reference-swiper .swiper-button-prev:after,
.reference-swiper .swiper-button-next:after {
    font-size: 20px;
}

.reference-swiper .swiper-button-prev:hover,
.reference-swiper .swiper-button-next:hover {
    background: rgba(255, 255, 255, 1);
}

.reference-swiper .swiper-pagination {
    bottom: 0;
    display: none;
}

.reference-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ccc;
    opacity: 1;
}

.reference-swiper .swiper-pagination-bullet-active {
    background: #333;
}

.mod-reference.mod-referencefeatured.mod-morereference {
    text-align: center;
    padding-top: 50px;
}

@media screen and (max-width: 1368px) {

    [data-id="maximenuck224"] .mobilemenuck-bar-button {
        background: transparent;
        color: #00646a;
        font-size: 2.9em;
    }

    [data-id="maximenuck224"] .mobilemenuck-bar-title {
        background: transparent;
    }

    div#headerwrapper + div {
        margin-top: 60px;
    }

    div#headercolumn1, div#headercolumn2 {
        padding: 0;
    }

    div#headerwrapper > .inner, div#headerwrapper {
        height: 60px;
    }

    div#logo {
        position: absolute;
        left: 5px;
        width: 75px;
        z-index: 1000000;
        top: 9px;
    }

    [data-id="maximenuck224"] .mobilemenuck-title {
        background: transparent;
        height: 43px;
        text-indent: 20px;
        line-height: 43px;
        font-size: 20px;
    }

    [data-id="maximenuck224"] .mobilemenuck-button {
        min-height: 35px;
        height: 43px;
        width: 45px;
        line-height: 35px;
        font-size: 1.8em;
        color: var(--green);
    }

    [data-id="maximenuck224"].mobilemenuck {
        top: 13px !important;
        background: var(--white);
    }



    .checks-list {
        display: flex;
        gap: 30px;
        padding: 40px 10px;
        flex-direction: column;
        align-items: center;
    }

    [data-id="maximenuck224"] .mobilemenuck-item > .level1, [data-id="maximenuck224"] .mobilemenuck-item > .level1:not(.headingck):hover, [data-id="maximenuck224"] .mobilemenuck-item > .level1.open,
    [data-id="maximenuck224"] .mobilemenuck-item > .level2:not(.headingck):hover, [data-id="maximenuck224"] .mobilemenuck-item > .level2.open {
        background: transparent;
    }

    [data-id="maximenuck224"] .mobilemenuck-togglericon:after {
        background: transparent;
        color: var(--green);
    }

    .com-content-article__body.tck-article-body {
        padding: 0 10px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1368px) {
    .services-hero-container {
        background-repeat: no-repeat;
    }

    .services-hero {
        position: absolute;
        top: 20%;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .serv-hero-text {
        padding-left: 6%;
    }
}

@media screen and (min-width: 1025px) {
    .homepage .topcover.tck-module {
        min-height: 87vh;
    }

    section.service-hero-full, .services-hero-container {
        min-height: 46vh;
    }
}

@media screen and (max-width: 1024px) {
    .mainpage-partnerprogram-container, .kapcsolat-csomagok-container {
        margin: 0 10px;
        background-position: bottom;
    }

    .mp-partnerprogram {
        flex-direction: column;
        width: 100%;
        text-align: center;
    }

    .mp-wp, .mp-pp-btn {
        width: 100%;
    }

    h2.mod-reference-title, .mp-wp-text, h2.csikoscim, h2.mod-reference-title, .packages-card-container header h2, h2.services-internal-links__title {
        text-align: center;
    }

    .mp-wp-btn {
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }

    .mp-wp, .checks-list-flex {
        flex-direction: column;
    }

    .mp-pp-img, .mp-wp-img {
        width: 100%;
        text-align: center;
    }

    .homepage div#bottomcoverwrapper {
        padding: 10px;
    }

    .reference-swiper {
        margin: 0 10px;
    }

    /*.services-hero-container {*/
    /*    height: 46vh;*/
    /*    background: url(/images/ujdesign/hero-bg2.png);*/
    /*    align-content: center;*/
    /*    background-position-x: right;*/
    /*}*/

    .services-hero-container {
        background: url(/images/ujdesign/hero-bg2.png);
    }

    .view-category.servicespage .services-hero-container {
        min-height: 30vh;
    }

    .serv-hero-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: var(--green);
        padding: 0 10px;
    }

    .serv-hero-text h1 {
        font-weight: 600;
        font-size: 2rem;
        /*hyphens: auto;*/
        padding: 0 10px;
        text-align: center;
    }

    .serv-hero-text h1::after {
        margin: 10px auto;
    }
    .serv-hero-text p {
        padding-top: 0;
        font-size: 1rem;
        text-align: center;
        text-shadow: 0.02em 0.02em 0.02em #555;
    }

    .serv-hero-text h1::after {
        width: 40%;
    }

    .services-card-container, .mp-digital-buttons, .servicespage .services, .partner-card-container, .models-container, .pack-card-grid, .services-internal-links__list {
        grid-template-columns: 1fr;
    }


    .service-hero-lead {
        width: 100%;
        padding: 0 10px;
    }

    a.service-hero-btn-2, a.service-hero-btn {
        padding: 10px;
        font-size: 14px;
    }

    .hh-h2 {
        font-weight: 700;
        text-align: center;
    }

    .partner-card.partner-designer, .partner-card.partner-marketing {
        background-size: 100%;
        background-position-x: center;
        background-position-y: center;
        background-blend-mode: soft-light;
    }

    .checklist p {
        text-align: left !important;
    }

    h2.pc-h2 {
        padding-top: 20px;
    }

    .kapcsolat-csomagok-container {
        margin-bottom: 30px;
        margin-top: 30px;
        background: var(--dark-green);
    }

    .kapcsolat-csomagok {
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 10px;
    }

    .contactpage a.btn-white {
        padding: 10px;
        font-size: 14px;
    }

    .mainpage-partnerprogram-container, .kapcsolat-csomagok-container {
        background: var(--dark-green);
    }

    .partner-card h3, .partner-marketing p, .partner-designer p,.check-flex  {
        width: 100%;
    }

    .mainpage-hero-text {
        width: 100%;
        padding: 19px;
    }

    .mainpage-hero-text h1 {
        font-size: 3rem;
    }

    .mainpage-hero-text h2 {
        font-size: 25px;
    }

    .mainpage-hero-btns {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .services_item {
        padding: 30px 10px;
        text-align: center;
    }

    ul.feature-list {
        flex-direction: column;
        align-items: center;
    }

    li.feature-item {
        width: 100%;
    }

    .cms-compare__grid {
        grid-template-columns: 1fr;
        padding: 10px;
    }

    .cms-compare__labels {
        display: none;
    }

    .cms-compare__item {
        flex-direction: column;
        gap: 10px;
    }

    .cms-compare__card--joomla .cms-compare__item::before, .cms-compare__card--wp .cms-compare__item::before {
        margin-right: 0;
    }

    .cms-compare__mobile-label {
        display: block;
        font-weight: 700;
    }

    .cms-compare__card--joomla {
        order: -1;
    }

    .cms-compare {
        padding: 40px 0;
    }

    .referencePage-article {
        grid-template-columns: 1fr;
    }





}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .service-hero-actions {
        gap: 20px;
    }

}
@media screen and (max-width: 900px) {
    #footer > .inner {
        flex-direction: column;
        align-items: center;
    }
    .ftr-contacts, .footer-menu {
        text-align: center;
        padding-top: 15px;

    }

    .referencePage {
        grid-template-columns: repeat(2, 1fr);

    }

    .sidebar {
        position: relative;
        top: 0;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}

@media screen and (max-width: 768px) {
    .reference-swiper {
        padding: 0px 40px;
    }

    .kapcsolat-flex {
        flex-direction: column;
        align-items: center;
        padding-top: 20px;
    }

    .aboutus-box {
        width: 100%;
    }

    div#footercolumn3 {
        border-bottom: 1px solid #00646a29;
    }






}

@media screen and (max-width: 524px) {
    .reference-swiper {
        padding: 20px 35px;
    }

    section.service-hero-full {
        background: url(/images/ujdesign/hero-bg2.png);
        padding: 28px 0 82px;
        /*min-height: 55vh;*/
        background-size: cover;

    }

    .service-hero-lead {
        width: 100%;
        padding: 0 10px;
    }

    .serv-hero-text p {
        padding-top: 0;
        font-size: 1rem;
    }

    .service-hero-actions {
        display: flex;
        gap: 10px;
        text-align: center;
        flex-direction: column;
    }

    .model-card p {
        width: 100%;
    }

    .referencePage {
        grid-template-columns: 1fr;
    }

    .aboutus-listitem {
        padding-left: 0;
    }

    h2, .hh-h2 {
        font-size: 25px;
    }


}












