@charset "UTF-8";
/*
Theme Name: MadWorks alap téma
Author: mardor - MadWorks
Author URI: https://madworks.hu
Version: 1.001
Description: MadWorks egyedi sablonja - Sajtburger ***
*/
/* ========================= BASE =============================== */
html, body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  min-height: 100%;
  margin: 0;
  scroll-behavior: smooth;
  --wp--preset--shadow--natural: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

body {
  font-family: var(--wp--preset--font-family--body);
  background-color: var(--wp--preset--color--bcg-light);
  color: var(--wp--preset--color--txt-dark);
  font-weight: 300;
  margin: 0;
}
body h1, body h2, body h3, body nav, body header a, body header a:hover, body footer h2 {
  font-family: var(--wp--preset--font-family--header);
  font-weight: 600 !important;
}
body h1, body h2 {
  font-weight: 900;
}
body h3 {
  font-weight: 600;
}
body a, body a:hover {
  color: var(--wp--preset--color--txt-dark);
  text-decoration: none;
}
body a:hover {
  animation: flash 2s;
}
@keyframes flash {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
body .underline a, body header nav ul li a {
  display: block;
  border-bottom: none;
}
body .underline a > span, body header nav ul li a > span {
  position: relative;
  background: linear-gradient(var(--wp--preset--color--primary), var(--wp--preset--color--primary));
  transition: background-size 0.6s ease, color 0.3s ease;
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: 0% 1px;
  padding-bottom: 7px;
}
body .underline a:hover, body header nav ul li a:hover {
  text-decoration: none;
  transition: all ease-out 0.3s;
}
body .underline a:hover span, body header nav ul li a:hover span {
  background-size: 100% 1px;
}
body strong {
  font-weight: 600;
}
body nav {
  font-weight: 400;
}
body div#page { /* header - main - footer felosztás */
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
}
body:not(.home) div#page { /* header - main - footer felosztás */ }
@media screen and (min-width: 999px) {
  body:not(.home) div#page { /* desktop */
    padding-top: 6em;
  }
}
@media screen and (max-width: 998px) {
  body:not(.home) div#page { /* smartphone */
    padding-top: 6em;
  }
}
body header, body footer {
  box-sizing: border-box;
}
body header ul, body footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body section {
  position: relative;
  margin: 0;
  z-index: 0;
}
@media screen and (min-width: 999px) {
  body section { /* desktop */
    scroll-margin-top: calc(3vh + 60px);
  }
}
@media screen and (max-width: 998px) {
  body section { /* smartphone */
    scroll-margin-top: calc(3vh + 10px);
  }
}
body section:not(:first-child) {
  margin-block-start: 0;
}
body .wp-block-spacer {
  margin: 0 !important;
}
body .wp-block-image img {
  vertical-align: middle;
}
body .is-layout-flow > * + * {
  margin-block-start: 1em;
  margin-block-end: 0;
}
body .wp-block-group.has-background {
  padding: 0;
}
body .wp-block-columns, body .wp-block-image {
  margin-bottom: 0;
}
body .wp-block-column {
  box-sizing: border-box;
}
@media screen and (min-width: 999px) {
  body { /* desktop */ }
  body .full-page {
    height: 90vh;
  }
  body main .justified.is-layout-flex > div.wp-block-column > div.wp-block-group {
    height: 100%;
  }
  body main ul.justified > li > div.wp-block-group {
    height: 100%;
  }
}
body .grecaptcha-badge {
  visibility: hidden;
}
@media screen and (min-width: 999px) {
  body { /* desktop */ }
  body .full-page {
    height: 90vh;
  }
}
body .full-height, body .full-height img {
  height: 100%;
}
body .full-width, body .full-width img {
  width: 100%;
}
body .bcg-img {
  height: 100%;
  width: 100%;
}
body .bcg-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
body ul.square, body ul.bullet, body .bullet ul {
  list-style: none;
  padding: 0;
}
body ul.square li, body ul.bullet li, body .bullet ul li {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 1.5em;
}
body ul.square li:before, body ul.bullet li:before, body .bullet ul li:before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background: var(--wp--preset--color--primary);
}
body ul.square li {
  padding-left: 1.3em;
}
body ul.square li:before {
  top: 0.6rem;
  width: 0.8rem;
  height: 0.8rem;
}
body ul.bullet li:before, body .bullet ul li:before {
  border-radius: 50%;
}
body ::-moz-selection {
  color: #fff;
  background: var(--wp--preset--color--primary);
}
body ::selection {
  color: #fff;
  background: var(--wp--preset--color--primary);
}
body mark {
  background: var(--wp--preset--color--primary);
  color: #fff;
  font-weight: 700;
}
body .main-content {
  height: 100vh;
}
@media screen and (min-width: 999px) {
  body { /* desktop */ }
  body .desktop-hidden {
    display: none;
  }
}
@media screen and (max-width: 998px) {
  body { /* smartphone */ }
  body .mobile-hidden {
    display: none !important;
  }
  body .m-align-left {
    text-align: left !important;
    justify-content: left;
  }
  body .m-align-center {
    text-align: center !important;
    justify-content: center;
  }
  body .m-order-2 {
    order: 2;
  }
}
body #our-workflow .steps {
  margin-top: 0;
}
body #our-workflow .steps .step {
  position: relative;
}
body #our-workflow .steps .step svg {
  width: 3vw;
}
body #our-workflow .steps .step h3 {
  white-space: nowrap;
  line-height: 1.2em;
}
body #our-workflow .steps .step p.num {
  display: block;
  position: absolute;
  top: -15px;
  width: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-size: 1em;
  color: var(--wp--preset--color--txt-light);
  background: var(--wp--preset--color--bcg-dark);
  border-radius: 50%;
  z-index: 10;
  font-weight: bold;
}
body #our-workflow .steps > .wp-block-column:first-child {
  text-align: right;
  position: relative;
}
body #our-workflow .steps > .wp-block-column:first-child:after {
  content: "";
  background-color: black;
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  right: -3em;
  top: 0;
}
body #our-workflow .steps > .wp-block-column:first-child p.num {
  right: -4.15em;
}
@media screen and (max-width: 998px) {
  body #our-workflow .steps > .wp-block-column:first-child p.num {
    right: -4rem;
  }
}
@media screen and (min-width: 999px) {
  body #our-workflow { /* desktop */ }
  body #our-workflow .steps > .wp-block-column:last-child {
    text-align: left;
    position: relative;
  }
  body #our-workflow .steps > .wp-block-column:last-child p.num {
    left: -4.15em;
  }
}
@media screen and (max-width: 998px) {
  body #our-workflow .steps > .wp-block-column:last-child {
    text-align: right;
    position: relative;
  }
  body #our-workflow .steps > .wp-block-column:last-child:after {
    content: "";
    background-color: black;
    width: 2px;
    height: 100%;
    display: block;
    position: absolute;
    right: -3em;
    top: 0;
  }
  body #our-workflow .steps > .wp-block-column:last-child p.num {
    right: -4rem;
  }
}
@media screen and (min-width: 999px) {
  body #our-workflow { /* desktop */ }
  body #our-workflow .steps {
    gap: 6em;
  }
}
@media screen and (max-width: 998px) {
  body #our-workflow .steps {
    padding-right: 50px;
    gap: 0;
  }
  body #our-workflow .steps .step {
    text-align: right;
    padding-top: 20px;
  }
  body #our-workflow .steps .wp-block-spacer {
    height: 0 !important;
  }
  body #our-workflow .steps .step svg {
    width: 60px;
  }
}

/* ========================= HEADER, FOOTER, MAIN =============== */
body.fixed-header {
  padding-top: 65px;
}
body.fixed-header #page > header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background: var(--wp--preset--color--bcg-light);
  opacity: 0.9;
  backdrop-filter: blur(10px);
  box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.35);
}
body.fixed-header #page > header #logo img {
  max-height: 100px !important;
}
body footer h2 {
  font-weight: normal;
}
body footer {
  padding-top: 2em;
  padding-bottom: 1em;
  background-color: var(--wp--preset--color--bcg-dark);
  color: var(--wp--preset--color--txt-light);
}
body footer a, body footer a:hover {
  color: var(--wp--preset--color--txt-light);
  text-decoration: none;
}
body footer ul.menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body footer main ul {
  list-style: none;
  padding: 0;
}
body footer main ul li {
  position: relative;
  margin-bottom: 0.2rem;
  padding-left: 1.5em;
}
body footer main ul li:before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--wp--preset--color--secondary);
}
body main #intro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

/* ========================= MENUS ===================================== */
body header#masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background-color: rgba(240, 240, 238, 0.95);
  /* === #menu-wrapper === */
}
body header#masthead .menu {
  display: flex;
  justify-content: flex-end;
  gap: 2em;
}
body header#masthead .menu > li {
  float: left;
  padding: 2px 0;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
body header#masthead .menu > li > ul.sub-menu {
  background-color: var(--wp--preset--color--bcg-light);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  margin-top: 10px;
  left: -25px;
  list-style: none;
  z-index: 1000;
  text-align: left;
  padding: 1em 2em;
}
body header#masthead .menu > li > ul.sub-menu li {
  font-weight: 700;
}
body header#masthead .menu > li > ul.sub-menu li > a {
  display: block;
}
body header#masthead .menu > li > ul.sub-menu li ul.sub-sub-menu {
  padding-left: 5px;
}
body header#masthead .menu > li > ul.sub-menu li ul.sub-sub-menu li {
  font-weight: normal;
}
body header#masthead .menu > li > ul.sub-menu {
  border-radius: 10px;
}
body header#masthead .menu > li:hover ul.sub-menu, body header#masthead .menu > li.active ul.sub-menu {
  visibility: visible;
  opacity: 1;
  min-width: 240px;
}
body header#masthead .menu > li.current-menu-item a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--wp--preset--color--primary);
}
@media screen and (max-width: 998px) {
  body header#masthead .menu { /* smartphone */
    display: none;
  }
}
@media screen and (max-width: 998px) {
  body header#masthead { /* smartphone */
    gap: 20px;
  }
  body header#masthead figure {
    max-width: 60px;
  }
}
body header#masthead .hamburger-btn {
  margin: 0;
}
@media screen and (min-width: 999px) {
  body header#masthead .hamburger-btn { /* desktop */
    display: none;
  }
}
body header#masthead .hamburger-btn a {
  margin-top: 5px;
  width: 50px;
  background: transparent;
  color: black;
  font-size: 25px;
  border: 0;
  float: right;
}
@media screen and (max-width: 998px) {
  body header#masthead .hamburger-btn a { /* smartphone */
    padding: 5px;
  }
}
body header#masthead .widget_polylang ul {
  display: flex;
  gap: 5px;
  list-style: none;
}
body header#masthead .widget_polylang ul li.current-lang a {
  color: var(--wp--preset--color--secondary);
}
body header#masthead .widget_polylang ul li.lang-item-first:after {
  content: "/";
  color: var(--wp--preset--color--secondary);
  margin-left: 5px;
}
body .slide-in-menu {
  z-index: 110;
  position: fixed;
  top: 0;
  right: 0;
  padding: 0;
  width: 100%;
  margin-right: -100%;
}
body .slide-in-menu.opened {
  margin-right: 0;
}
body .slide-in-menu {
  height: 100vh;
  box-sizing: border-box;
  transition: all 1s;
  background-color: var(--wp--preset--color--txt-dark);
}
body .slide-in-menu a, body .slide-in-menu a:hover {
  color: var(--wp--preset--color--txt-light);
}
body .slide-in-menu {
  color: var(--wp--preset--color--txt-light);
}
body .slide-in-menu #close-btn {
  text-align: right;
}
body .slide-in-menu #close-btn a .dashicons::before {
  font-size: 30px;
}
body #nav-mobile.slide-in-menu .menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin: 10vh 1em 10vh 1em;
  padding: 0;
}
body #nav-mobile.slide-in-menu .menu > li {
  float: none;
  padding: 2px 0;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.2em;
}
body #nav-mobile.slide-in-menu div#close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
  border: 2px solid var(--wp--preset--color--txt-light);
  border-radius: 50%;
}
body #nav-mobile.slide-in-menu div#close-btn a {
  color: var(--wp--preset--color--txt-light);
}
body #nav-mobile.slide-in-menu div#close-btn span.dashicons {
  width: 30px;
  height: 30px;
}

/* ========================= SHAPES ============================= */
body .squircle {
  aspect-ratio: 1/1;
  border-radius: 28%;
  overflow: hidden;
}
@supports (corner-shape: squircle) {
  body .squircle {
    border-radius: 50%;
    corner-shape: squircle;
  }
}

/* ========================= TOOLS ============================== */
body {
  /* === #back-to-top === */
}
body #back-to-top {
  width: 45px;
  height: 45px;
  display: block;
  color: var(--wp--preset--color--txt-light);
  position: fixed;
  right: 20px;
  bottom: 5vh;
  z-index: 350;
  transform: scale(0);
  opacity: 0;
  transition: all 0.5s ease;
  border-radius: 50%;
  corner-shape: squircle;
}
body #back-to-top .dashicons {
  font-size: 40px;
  font-weight: 600;
  margin: 1px 3px;
}
@media screen and (max-width: 998px) {
  body #back-to-top { /* smartphone */
    width: 35px;
    height: 35px;
    right: 10px;
  }
  body #back-to-top .dashicons {
    font-size: 30px;
  }
}
body #back-to-top.show {
  pointer-events: visible;
  opacity: 1;
  transform: scale(1);
}
body #back-to-top {
  background: var(--wp--preset--color--primary);
}
body {
  /* === Read more === */
}
body .read-more, body .schema-faq-section {
  padding-bottom: 1em;
  padding-top: 1em;
}
body .read-more h3, body .read-more .schema-faq-question, body .schema-faq-section h3, body .schema-faq-section .schema-faq-question {
  cursor: pointer;
  position: relative;
  display: block;
  padding-right: 40px;
  font-size: 18px;
  line-height: 28px;
}
body .read-more h3:after, body .read-more .schema-faq-question:after, body .schema-faq-section h3:after, body .schema-faq-section .schema-faq-question:after {
  content: "\f347";
  font-family: dashicons;
  font-size: 36px;
  position: absolute;
  right: 0;
  top: 0px;
  width: 35px;
  height: 20px;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
body .read-more .more-txt, body .read-more .schema-faq-answer, body .schema-faq-section .more-txt, body .schema-faq-section .schema-faq-answer {
  transition: max-height 0.5s ease-out;
  overflow: hidden;
  display: none;
}
body .read-more.opened h3:after, body .read-more.opened .schema-faq-question:after, body .schema-faq-section.opened h3:after, body .schema-faq-section.opened .schema-faq-question:after {
  transform: rotate(180deg);
}
body .read-more.opened .more-txt, body .schema-faq-section.opened .more-txt {
  display: block;
  max-height: 2000px;
  transition: max-height 0.5s ease-in;
}
body .read-more.opened .txt, body .schema-faq-section.opened .txt {
  display: none;
}
body .read-more, body .schema-faq-section {
  border-bottom: 1px solid var(--wp--preset--color--primary);
}
body .read-more h2:after {
  color: var(--wp--preset--color--primary);
}
body {
  /* === owl carousel === */
}
body .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
  align-items: stretch;
}
body .owl-carousel .owl-stage .owl-item {
  margin: 0 1px;
}
body .owl-carousel .owl-stage .owl-item > div {
  height: 100%;
  display: flex;
}
body .owl-carousel .owl-item img {
  width: auto;
}
body .owl-nav {
  text-align: center;
}
body .owl-nav button .nav-btn {
  font-family: dashicons;
  font-size: 26px;
}
body .owl-nav button .nav-btn.prev-slide:before {
  content: "\f340";
}
body .owl-nav button .nav-btn.next-slide:before {
  content: "\f344";
}
@media screen and (min-width: 999px) {
  body .owl-nav button { /* desktop */
    margin: 25px;
  }
}
@media screen and (max-width: 998px) {
  body .owl-nav button { /* smartphone */
    width: 30%;
  }
  body .owl-nav button.owl-prev {
    margin: 20px 20% 20px 0;
  }
  body .owl-nav button.owl-next {
    margin: 20px 0 20px 20%;
  }
}

/* ========================= POSTS ============================== */
@media screen and (min-width: 999px) {
  body.blog li.wp-block-post > div { /* desktop */
    min-height: 310px;
  }
}
body.blog li.wp-block-post > div li.wp-block-post img {
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
body li.wp-block-post > div {
  overflow: hidden;
  display: grid;
  align-items: stretch;
  align-content: space-around;
}
body li.wp-block-post > div > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body li.wp-block-post > div .is-layout-flex {
  gap: 10px;
}
body li.wp-block-post h2.wp-block-post-title {
  margin: 0 !important;
}

body.single .wp-block-template-part {
  margin: 0;
}
body.single h1 {
  color: var(--wp--preset--color--primary);
}
body.single .wp-block-cover {
  overflow: hidden;
}

/* ========================= BUTTONS ============================ */
body button,
body a.wp-block-read-more,
body a.wp-block-post-excerpt__more-link,
body .wp-block-button:not(.hamburger-btn) a {
  padding: 5px 1em;
  text-transform: uppercase;
  font-weight: normal !important;
  font-size: inherit;
  border: 0 !important;
  border-radius: 10px;
}

/* ========================= FORMS ============================== */
body .frm-fluent-form input[type=text], body .frm-fluent-form input[type=email], body .frm-fluent-form input[type=tel], body .frm-fluent-form textarea {
  background-color: transparent;
  color: black !important;
  padding: 1em;
  border-radius: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 0 !important;
  border-bottom: 2px solid var(--wp--preset--color--primary) !important;
  width: 100%;
  box-sizing: border-box;
}
body .frm-fluent-form input::-moz-placeholder, body .frm-fluent-form textarea::-moz-placeholder {
  color: var(--wp--preset--color--txt-dark) !important;
  opacity: 1; /* Firefox */
}
body .frm-fluent-form input::placeholder, body .frm-fluent-form textarea::placeholder {
  color: var(--wp--preset--color--txt-dark) !important;
  opacity: 1; /* Firefox */
}
body .frm-fluent-form .ff-el-form-control:focus {
  background-color: RGBA(224, 227, 255, 0.5) !important;
  border-color: var(--fluentform-primary);
  color: var(--fluentform-secondary);
  outline: none;
}
body .frm-fluent-form .ff-t-container {
  gap: 2rem;
}
body .frm-fluent-form button.ff-btn.ff-btn-submit {
  border-radius: 10px !important;
  background-color: #32373c !important;
  color: var(--wp--preset--color--txt-light) !important;
}

/* ========================= HOME =============================== */
/* ========================= OTHER PAGES ======================== */
@media screen and (max-width: 998px) {
  #dani, #zsofi { /* smartphone */
    margin-top: 0 !important;
  }
}

/* ========================= FONT SIZES ========================= */
body {
  font-size: 18px;
  line-height: 1.75em;
}
body .has-small-font-size {
  font-size: 0.9rem !important;
}
body .has-medium-font-size {
  font-size: 1.5rem !important;
  line-height: 130%;
}
body .has-large-font-size {
  font-size: 1.8rem !important;
  line-height: 130%;
}
body {
  font-size: 18px;
  line-height: 1.75em;
}
body h1 {
  font-size: 2.625rem;
  line-height: 120%;
}
body h2 {
  font-size: 2.625rem;
  line-height: 120%;
}
body h3 {
  font-size: 1.5rem;
  line-height: 125%;
}
body li.wp-block-post h2 {
  font-size: 1.5rem;
  line-height: 120%;
}
body article h1 {
  font-size: 2.625rem;
  line-height: 120%;
}
body article h2 {
  font-size: 2.625rem;
  line-height: 120%;
}
body article h3 {
  font-size: 1.5rem;
  line-height: 125%;
}
body footer h2 {
  font-size: 1.375rem;
  line-height: 120%;
}
@media screen and (min-width: 1366px) and (max-width: 1499px) {
  body {
    font-size: 16px;
  }
  body .has-medium-font-size {
    font-size: 1.3rem !important;
    line-height: 130%;
  }
}
@media screen and (min-width: 1270px) and (max-width: 1365px) {
  body .has-medium-font-size {
    font-size: 1.3rem !important;
    line-height: 130%;
  }
  body {
    font-size: 15px;
  }
}
@media screen and (min-width: 999px) and (max-width: 1269px) {
  body {
    font-size: 14px;
  }
  body .has-medium-font-size {
    font-size: 1.3rem !important;
    line-height: 130%;
  }
}
@media screen and (max-width: 998px) {
  body { /* SMARTPHONE */
    font-size: 16px;
    line-height: 24px;
  }
  body h1 {
    font-size: 2rem;
    line-height: 120%;
  }
  body h2 {
    font-size: 2rem;
    line-height: 120%;
  }
  body h3 {
    font-size: 1.5rem;
    line-height: 120%;
  }
  body li.wp-block-post h2 {
    font-size: 1.5rem;
    line-height: 120%;
  }
}
@media screen and (max-width: 319px) {
  body { /* small */
    font-size: 14px;
    line-height: 20px;
  }
  body h1 {
    font-size: 1.75rem;
    line-height: 120%;
  }
  body h2 {
    font-size: 1.75rem;
    line-height: 120%;
  }
  body h3 {
    font-size: 1.25rem;
    line-height: 120%;
  }
}

/* ========================= SPACINGS =========================== */
@media screen and (min-width: 1270px) and (max-width: 1365px) {
  body {
    --wp--preset--spacing--h-m: 3rem;
    --wp--preset--spacing--h-l: 6rem;
  }
}
@media screen and (min-width: 999px) and (max-width: 1269px) {
  body {
    --wp--preset--spacing--h-m: 3rem;
    --wp--preset--spacing--h-l: 6rem;
  }
}
@media screen and (min-width: 999px) {
  body { /* desktop */ }
  body .desktop-hidden {
    display: none !important;
    visibility: hidden !important;
  }
}
@media screen and (max-width: 998px) {
  body { /* SMARTPHONE */
    --wp--preset--spacing--h-m: 30px;
    --wp--preset--spacing--h-l: 30px;
  }
  body article {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  body .mobile-hidden {
    display: none !important;
    visibility: hidden !important;
  }
  body .m-order-2 {
    order: 2;
  }
}

/* ========================= ACCESSIBILITY ============================ */
body .visually-hidden {
  position: absolute;
  left: -10000em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}
body .skiplink {
  margin: 0;
  position: relative;
}
body .skiplink a {
  line-height: 1em;
  position: absolute;
  left: 0;
  top: -5em;
  width: 100%;
  background-color: var(--wp--preset--color--bcg-dark);
  color: var(--wp--preset--color--txt-light);
  outline: 2px solid var(--wp--preset--color--txt-light);
  text-decoration: none;
  padding: 1.5em 0;
  margin: 0 auto;
  text-align: center;
  -moz-transition-duration: 0.3s;
  -moz-transition-property: top opacity;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: top opacity;
  -webkit-transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: top opacity;
  transition-timing-function: ease-out;
  display: block;
  opacity: 0;
  z-index: 200;
}
body .skiplink a:focus, body .skiplink a:hover {
  top: 0;
  outline-color: var(--wp--preset--color--primary);
  opacity: 1;
}

/* ========================= CR LOGO =============================== */
.cr-logo {
  display: block;
}
.cr-logo svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

/* ========================= WORD FLASH ============================ */
ul.word-flash {
  position: absolute !important;
  visibility: hidden !important;
  pointer-events: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wf-word {
  position: absolute;
  white-space: nowrap;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: inherit;
}

/* ========================= PORTFOLIO ========================= */
.pm-portfolio-archive {
  max-width: 1200px;
  box-sizing: border-box;
  margin: var(--wp--preset--spacing--v-s) auto var(--wp--preset--spacing--v-m);
}
@media screen and (max-width: 998px) {
  .pm-portfolio-archive {
    padding: 1.5rem 1rem;
  }
}

.pm-portfolio {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  box-sizing: border-box;
}

.pm-portfolio__card {
  display: grid;
  grid-template-columns: 1fr 260px;
  border-radius: 20px;
  overflow: hidden;
  background: var(--wp--preset--color--bcg-white);
  padding: 2.5rem;
  gap: 2rem;
}
.pm-portfolio__card h2 {
  color: var(--wp--preset--color--primary);
}
@media screen and (max-width: 998px) {
  .pm-portfolio__card {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1.5rem;
  }
}

.pm-portfolio__left {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 999px) {
  .pm-portfolio__left {
    border-right: var(--wp--preset--color--separator) 1px solid;
    padding-right: var(--wp--preset--spacing--h-s);
  }
}
@media screen and (max-width: 998px) {
  .pm-portfolio__left {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1.25rem;
  }
}

.pm-portfolio__logo {
  width: 80px;
}
.pm-portfolio__logo img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 998px) {
  .pm-portfolio__logo {
    width: 60px;
  }
}

.pm-portfolio__meta {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 998px) {
  .pm-portfolio__meta {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
  }
}

.pm-portfolio__meta-item {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.pm-portfolio__meta-label {
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--wp--preset--color--txt-dark);
  opacity: 0.5;
}

.pm-portfolio__meta-value {
  font-size: 0.95rem;
  color: var(--wp--preset--color--txt-dark);
  opacity: 0.75;
}

.pm-portfolio__website, .pm-portfolio__read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  font-size: 0.95rem;
  color: var(--wp--preset--color--txt-dark);
  text-decoration: none;
  font-weight: 500;
}
.pm-portfolio__website:hover, .pm-portfolio__read-more:hover {
  color: var(--wp--preset--color--primary);
}

.pm-portfolio__website-arrow, .pm-portfolio__read-more-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: var(--wp--preset--color--bcg-dark);
  font-size: 0.9rem;
  flex-shrink: 0;
  transition: background-color 0.2s ease;
}

.pm-portfolio__right {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pm-portfolio__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.pm-portfolio__tag {
  display: inline-block;
  padding: 0.25em 0.85em;
  background-color: var(--wp--preset--color--tertiary);
  border: 1px solid var(--wp--preset--color--tertiary);
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--wp--preset--color--txt-dark);
  line-height: 1.5;
}

.pm-portfolio__title {
  margin: 0;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  color: var(--wp--preset--color--txt-dark);
}
.pm-portfolio__title a {
  color: inherit;
  text-decoration: none;
}
.pm-portfolio__title a:hover {
  color: var(--wp--preset--color--primary);
}
@media screen and (max-width: 998px) {
  .pm-portfolio__title {
    font-size: 1.4rem;
  }
}

.pm-portfolio__desc {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--wp--preset--color--txt-dark);
  opacity: 0.8;
}
.pm-portfolio__desc p {
  margin: 0 0 0.75em;
}
.pm-portfolio__desc p:last-child {
  margin-bottom: 0;
}

.pm-portfolio__read-more-arrow {
  margin-left: 0.5rem;
}

.pm-portfolio__empty {
  text-align: center;
  opacity: 0.6;
  padding: 2rem;
}

.pm-portfolio__gallery {
  margin-top: 1.5rem;
}
.pm-portfolio__gallery .modula-gallery {
  width: 100% !important;
}

/* ========================= SCROLL SMOOTHER ==================== */
@media screen and (min-width: 999px) {
  #smooth-wrapper {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/* ===================== SINGLE PORTFOLIO ====================== */
.pm-single-portfolio {
  box-sizing: border-box;
}
.pm-single-portfolio article, .pm-single-portfolio .pm-single-portfolio__gallery > div, .pm-single-portfolio .pm-single-portfolio__nav {
  max-width: 1400px;
  margin: 0 auto;
}
.pm-single-portfolio article {
  padding: 2.5em;
}

.pm-single-portfolio__gallery {
  background-color: white;
  padding: var(--wp--preset--spacing--v-s) var(--wp--preset--spacing--h-s);
}

.pm-single-portfolio__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 998px) {
  .pm-single-portfolio__inner {
    padding: 1.5rem 1rem;
    gap: 1rem;
  }
}

.pm-single-portfolio__back {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-size: 0.9rem;
  color: var(--wp--preset--color--txt-dark);
  text-decoration: none;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
.pm-single-portfolio__back:hover {
  opacity: 1;
}

.pm-single-portfolio__card {
  display: grid;
  grid-template-columns: 1fr 220px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(86, 12, 255, 0.08);
  padding: 2.5rem;
  gap: 3rem;
}
@media screen and (max-width: 998px) {
  .pm-single-portfolio__card {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1.5rem;
  }
}

.pm-single-portfolio__left {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 999px) {
  .pm-single-portfolio__left {
    border-right: var(--wp--preset--color--separator) 1px solid;
  }
}
.pm-single-portfolio__left {
  padding-right: var(--wp--preset--spacing--h-s);
}

.pm-single-portfolio__right {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
@media screen and (max-width: 998px) {
  .pm-single-portfolio__right {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
}

.pm-single-portfolio__logo img {
  display: block;
  max-height: 100px;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.pm-single-portfolio__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.pm-single-portfolio__tag {
  display: inline-block;
  padding: 0.25em 0.85em;
  background-color: var(--wp--preset--color--tertiary);
  border: 1px solid var(--wp--preset--color--tertiary);
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--wp--preset--color--txt-dark);
  line-height: 1.5;
}

.pm-single-portfolio__title {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  line-height: 1.1;
  color: var(--wp--preset--color--primary);
}

.pm-single-portfolio__quote {
  margin: 0;
  padding: 1.25rem 1.75rem;
  border-left: 4px solid var(--wp--preset--color--secondary);
  background: linear-gradient(135deg, rgba(224, 217, 255, 0.25) 0%, rgba(213, 255, 13, 0.08) 100%);
  border-radius: 0 12px 12px 0;
  font-size: 1.1rem;
  line-height: 1.7;
  font-style: italic;
  color: var(--wp--preset--color--txt-dark);
}

.pm-single-portfolio__text {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--wp--preset--color--txt-dark);
}
.pm-single-portfolio__text p {
  margin: 0 0 1em;
}
.pm-single-portfolio__text p:last-child {
  margin-bottom: 0;
}
.pm-single-portfolio__text h2, .pm-single-portfolio__text h3 {
  margin: 1.5em 0 0.5em;
  font-weight: 700;
}
.pm-single-portfolio__text ul, .pm-single-portfolio__text ol {
  padding-left: 1.5em;
  margin: 0 0 1em;
}

.pm-single-portfolio__meta {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.pm-single-portfolio__meta-item {
  display: flex;
  flex-direction: column;
  gap: 0rem;
}

.pm-single-portfolio__meta-label {
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--wp--preset--color--txt-dark);
  opacity: 0.5;
}

.pm-single-portfolio__meta-value {
  font-size: 1rem;
  color: var(--wp--preset--color--txt-dark);
}

.pm-single-portfolio__website {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  font-size: 0.95rem;
  color: var(--wp--preset--color--txt-dark);
  text-decoration: none;
  font-weight: 500;
}
.pm-single-portfolio__website:hover {
  color: var(--wp--preset--color--primary);
}

.pm-single-portfolio__website-arrow, .pm-portfolio__read-more-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pm-single-portfolio__gallery {
  width: 100%;
}
.pm-single-portfolio__gallery .modula-gallery {
  width: 100% !important;
}

.pm-single-portfolio__nav {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}
@media screen and (max-width: 998px) {
  .pm-single-portfolio__nav {
    flex-direction: column;
  }
}

.pm-single-portfolio__nav-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  text-decoration: none;
  max-width: 45%;
}
.pm-single-portfolio__nav-item--next {
  text-align: right;
  margin-left: auto;
}
@media screen and (max-width: 998px) {
  .pm-single-portfolio__nav-item {
    max-width: 100%;
  }
  .pm-single-portfolio__nav-item--next {
    text-align: left;
    margin-left: 0;
  }
}

.pm-single-portfolio__nav-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--wp--preset--color--txt-dark);
  opacity: 0.5;
}

.pm-single-portfolio__nav-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--wp--preset--color--txt-dark);
}
.pm-single-portfolio__nav-item:hover .pm-single-portfolio__nav-title {
  color: var(--wp--preset--color--primary);
}/*# sourceMappingURL=style.css.map */