:root {
  --container: 1200px;
  --container-narrow: 860px;

  --color-bg: #ffffff;
  --color-text: #142019;
  --color-dark: #101914;
  --color-dark-2: #151f19;
  --color-accent: #00822f;
  --color-accent-2: #d4e56c;
  --color-muted: #68736c;
  --color-border: rgba(19, 33, 27, 0.08);
  --color-white: #ffffff;

  --radius-lg: 24px;
  --radius-md: 18px;

  --shadow-card: 0 14px 48px rgba(15, 23, 19, 0.08);
  --shadow-soft: 0 8px 24px rgba(15, 23, 19, 0.07);

  --midnight-blue-2: #1a3146;
  --midnight-blue: #001632;
  --slate-grey: #546681;
  --dark-slate-grey: #2e3642;
  --green: #018832;
  --light-green: #38c96d;
  --orange: #ffb607;
  --white: #ffffff;
  --color: #ffffff;
  --background: #0a1b2b;
  --mobile-menu-textcolor: #3b4c5b;
  --black: #000000;
  --purple: #1d152a;
  --consent-text: #d1d1d1;
  --paragraph-text: rgba(255, 255, 255, 0.8);
  --lang-switch-size: 60px;
  --transparent: transparent;
  --coyote: #7f644b;
  --coyotelight: #7c5d41;
  --persianorange: #e48859;
  --khaki: #c4b098;
}

/* =========================================================
   RESET / BASE
========================================================= */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}



body {
  margin: 0;
  font-family: 'Barlow', sans-serif;
  color: var(--color-text);
  background: var(--color-bg);
  font-size: 14px;
  line-height: 20px;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

p {
  margin: 0 0 15px;
  color: var(--slate-grey);
  text-align: left;
  font-size: 18px;
  line-height: 1.4;
}

b, strong {
	font-weight: 600; /*700*/
}

h1,
h2,
h4 {
  margin: 0 0 1rem;
  line-height: 1.1;
  font-weight: 600;
  font-size: 44px;
  /*margin-top: 10px;*/
  margin-bottom: 10px
}

h3 {
    color: #001632;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.1;
}

h5 {
  color: #001632;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
}

h6 {
    color: #001632;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600; /*700*/
    line-height: 1.1;
}

.wp-block-quote {
  margin: 0;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.heading-h4.center.certificate-title {
    min-height: 60px;
}
.heading-h4.center {
    text-align: center;
}

.heading-h4 {
  color: var(--dark-slate-grey);
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 24px;
}

:where(figure) {
    margin: 0;
}

.heading-h5.center.certificate-title {
    min-height: 60px;
}
.heading-h5.center {
    text-align: center;
}

.heading-h5 {
    color: var(--dark-slate-grey);
    text-align: left;
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 24px;
	min-height: 55px;
}


.certificates-list {
	margin-top: 100px;
	
}

.section-white .container-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
    max-width: 1280px;
    height: auto;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
	
}

.section-white .container-flex figure {
	height: 100%;
}
.section-white .container-flex figure img {
	padding-top: 25px;
}

.certificates-list > .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 0px;
}

.certificate-card img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}


.certificates-list .certificate-card {
    padding: 0 28px;
    box-sizing: border-box;
}

.certificate-card h3,
.certificate-card h4 {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 1.25;
}

.certificate-card p {
	margin-top: 24px;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.6;
}

.certificate-card figure,
.certificate-card .wp-block-image {
    margin: 0;
}


@media (max-width: 891px) {
    .certificates-list > .wp-block-group__inner-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 740px) {
    .certificates-list > .wp-block-group__inner-container {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   LAYOUT
========================================================= */

.container {
  width: min(calc(100% - 32px), var(--container));
  margin-inline: auto;
}

.narrow {
  width: min(100%, var(--container-narrow));
  margin-inline: auto;
}

.section {
  padding: 88px 0;
}

.line-break {
  color: var(--green);
  width: 70px;
  height: 2px;
  margin-top: 35px;
  margin-left: 0px;
  margin-bottom: 135px;
  border-top: 3px solid;
}

.w100p img {
  width: 100%;	
}

/* =========================================================
   TYPOGRAPHY / GENERIC UI
========================================================= */

.eyebrow {
  margin-bottom: 14px;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #70806c;
}

.eyebrow--light {
  color: var(--green);
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.6rem);
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}

.section-title--light {
  color: #ffffff;
}

.section-text {
  color: var(--color-muted);
  font-size: 1.05rem;
  max-width: 760px;
}

.section-text--light {
  color: rgba(255, 255, 255, 0.82);
}

.section-heading {
  margin-bottom: 42px;
}

.green-highlight {
  color: var(--green);
}

/* =========================================================
   BUTTONS
========================================================= */

.btn,
.card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 18px 35px;
  border-radius: 12px;
  font-weight: 400;
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
  font-size: 17px;
}

.btn:hover,
.card-link:hover {
  transform: translateY(-1px);
    background-color: var(--white);
    color: var(--dark-slate-grey) !important;
  
}

.btn {
  background: var(--color-accent);
  color: #ffffff !important;
}

.btn--dark {
  background: var(--color-dark);
  color: var(--color-white);
}

.card-link {
  min-height: 0;
  padding: 0;
  background: transparent;
  color: var(--color-text);
  justify-content: flex-start;
}

.button {
  color: var(--color);
  background-color: #00822f;
  border-radius: 12px;
  margin-right: 0;
  padding: 18px 35px;
  font-size: 17px;
}

.button.secondary {
  background-color: var(--background);
}

/* =========================================================
   HEADER
========================================================= */

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.24);
  padding: 24px 5%;
  min-height: 100px;
}

.admin-bar .site-header {
  top: 32px;
}

.header-bar {
  min-height: 50px;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 30px;
}

.header-left {
  display: flex;
  align-items: center;
  min-width: 0;
}

.site-branding {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.site-logo {
  width: 220px;
  max-height: 54px;
  height: auto;
  display: block;
}

.site-title,
.footer-logo-text {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}

.header-center {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.paragraph {
    max-width: 540px;
    margin-top: 0;
    padding-top: 0;
    font-size: 22px;
    font-style: normal;
}

.paragraph-centre-dark {
    color: #fffc !important;
    letter-spacing: normal;
    margin-bottom: 20px;
    font-size: 16px;
    text-decoration-style: solid;
}

.paragraph-centre-white {
    color: #fff !important;
    letter-spacing: normal;
    margin-bottom: 20px;
    font-size: 16px;
    text-decoration-style: solid;
}

/* =========================================================
   MAIN NAVIGATION
========================================================= */

.main-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-menu,
.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-menu {
  display: flex;
  align-items: center;
  gap: 18px;
}

.main-menu > li {
  position: relative;
  margin: 0;
  padding: 0;
}

.main-menu > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffffe0;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.main-menu > li > a:hover {
  color: #00a63f;
}

.main-menu > li.menu-item-has-children > a::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 2px;
  border-right: 2.5px solid currentColor;
  border-bottom: 2.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.2s ease;
}

.main-menu > li.menu-item-has-children:hover > a::after {
  transform: rotate(225deg) translateY(-1px);
}

/* dropdown */
.main-menu .sub-menu {
  list-style: none;
  position: absolute;
  top: calc(100% - 0px);
  left: 180%;
  transform: translateX(-30%);
  min-width: 288px;
  background: #f8f8f8;
  border-radius: 14px;
  padding: 12px 15px 12px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 300;
}

.main-menu > li:hover > .sub-menu,
.main-menu > li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.main-menu .sub-menu li {
  padding: 0;
}

.main-menu .sub-menu li:last-child {
  margin-bottom: 0;
}

.main-menu .sub-menu a {
  display: block;
  color: #2d3640;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
}

.main-menu .sub-menu a:hover {
  color: #00a63f;
}

.main-menu .sub-menu .menu-item-description {
  display: block;
  margin-top: 4px;
  color: #6c737d;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
}

/* =========================================================
   LANGUAGE SWITCHER
========================================================= */

.header-lang {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.32);
}

.header-lang a,
.header-lang button,
.header-lang span {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.language-switcher {
  position: relative;
}

.language-switcher::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  background: transparent;
}

.language-switcher__toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.language-switcher__chevron {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  margin-top: -2px;
}

.language-switcher__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 52px;
  background: rgba(52, 58, 62, 0.09);
  border: 1px solid rgba(0, 166, 63, 0.55);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 20;
}

.language-switcher:hover .language-switcher__dropdown,
.language-switcher:focus-within .language-switcher__dropdown,
.language-switcher.is-open .language-switcher__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.language-switcher__option {
  display: block;
  padding: 11px 14px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.language-switcher__option:last-child {
  border-bottom: 0;
}

.language-switcher__option:hover {
  background-color: var(--green);
}

.language-switcher:hover span.language-switcher__chevron {
    transform: rotate(225deg) translateY(-1px);
	transition: transform 0.2s ease;
	
}

/* =========================================================
   HEADER CTA / MOBILE TOGGLE
========================================================= */

.btn--header,
.header-cta .btn,
.header-cta a.btn {
  background-image: linear-gradient(to bottom, var(--green), var(--green));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 126px;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 12px;
  background-color: #00822f;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.btn--header:hover,
.header-cta .btn:hover,
.header-cta a.btn:hover {
  background: #009137;
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: #ffffff;
  transition: 0.2s ease;
}

/* =========================================================
   HERO
========================================================= */

.hero {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #1a251e 0%, #111913 100%);
  background-size: cover;
  background-position: center;
  color: #ffffff;
  overflow: hidden;
  padding: 120px 3% 80px;
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
}

.hero.hero-small {
  min-height: 67vh;	
}

.page-id-85 .hero-content {
    max-width: 840px;
}

.hero-heading.hero-heading-inner {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    color: var(--white);
    flex-flow: column;
    font-size: 70px;
    display: flex;
}
.hero-heading {
    color: #fff;
    letter-spacing: -.5px;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 75px;
    line-height: .9;
}

.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-inner {
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 680px;
}

.home .hero-content {	
  max-width: 850px;
}

.hero-title {
  font-size: clamp(2.7rem, 6vw, 4.5rem);
  line-height: 0.9;
  display: flex;
  flex-flow: column;
  gap: 18px;
  margin-bottom: 14px;
}

.hero-text {
  max-width: 910px;
  font-size: 1.15rem;
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.4;
}

/* hero animation */
.hero-reveal {
  opacity: 1;
  transform: none;
}

.js .hero-reveal {
  opacity: 0;
  transform: translate3d(-25px, 0, 0);
  will-change: opacity, transform;
}

body.is-loaded .hero-reveal {
  animation: heroReveal 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

body.is-loaded .hero-reveal--1 { animation-delay: 0.10s; }
body.is-loaded .hero-reveal--2 { animation-delay: 0.28s; }
body.is-loaded .hero-reveal--3 { animation-delay: 0.46s; }
body.is-loaded .hero-reveal--4 { animation-delay: 0.64s; }

@keyframes heroReveal {
  from {
    opacity: 0;
    transform: translate3d(-25px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-reveal,
  .js .hero-reveal,
  body.is-loaded .hero-reveal {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

/* =========================================================
   Menu Local Section
========================================================= */

.section-menu-local {
	z-index: 99;
    background-color: var(--midnight-blue-2);
    border-bottom: 1px solid #ffffff14;
    justify-content: flex-start;
    align-items: center;
    height: 100px;
    display: flex;
    position: sticky;
    top: 0;

}

.section-menu-local div {
	justify-content: center;
    align-items: center;
    max-width: 1240px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;

}

.section-menu-local.four div {

    width: 840px;
}

.section-menu-local.three div {
    width: 540px;

}

.section-menu-local div p {
  font-size: 14px;
}

.section-menu-local div p a {
    color: #ffffff80;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-left: 35px;
    margin-right: 35px;
    padding: 20px 0;
    font-weight: 500;
    text-decoration: none;
    transition: all .3s;
}

.section-menu-local div p a:hover, .section-menu-local div p a:focus {
    color: #fff;
}



.section-menu-local.three .is-layout-grid {
  display:grid;
  grid-template-columns: repeat(3, 1fr);
}

.section-menu-local.four .is-layout-grid {
  display:grid;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 900px) {
  .section-menu-local.four div {
    width: 100%;
  }
  .section-menu-local.four .is-layout-grid {
    display:grid;
	grid-template-columns: repeat(2, 1fr);
	width: 100%;
  }
}

@media (max-width: 550px) {
	.section-menu-local.three .is-layout-grid {
	  display:grid;
	  grid-template-columns: repeat(1, 1fr);
	}

}


.scroll-minus-100 {
  scroll-margin-top: 100px;
}


/* =========================================================
   Call to action Section
========================================================= */

.section-contact {
    background-color: var(--midnight-blue-2);
    justify-content: center;
    align-items: flex-start;
    padding: 0 5% 140px;
    position: relative;

}

.section-contact > .wp-block-group__inner-container {
    z-index: 10;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 1240px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
}

.section-contact > .wp-block-group__inner-container p.standard-title {
    color: var(--green);
    text-align: left;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 600;
}



.section-contact > .wp-block-group__inner-container a {
    color: var(--green);
    text-decoration: none;
}

.section-contact > .wp-block-group__inner-container a:hover {
    color: var(--light-green);
}

.zindex999 {
	z-index:999;
	
}
.section-contact > .wp-block-group__inner-container .wp-block-separator {
    width: 100%;
    height: 1px;
    margin-top: 55px;
    margin-bottom: 55px;
}

.section-contact > .wp-block-group__inner-container .wp-block-column {
		
	flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    min-height: 350px;
    padding: 0 35px 25px;
    display: flex;
}

.page-builder-content {
	position:relative;
}

.bg-shape-2 {
	position: absolute;
    inset: auto auto 0% 0%;
    padding: 0;
    margin: 0;
	
}


@media screen and (max-width: 787px) {
    .bg-shape-2 img {
        opacity: .28;
    }
}

/* =========================================================
   Call to action Section
========================================================= */

.section-cta {
	background-color: #fff;
    justify-content: center;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;

}

.cta-block {
	background-color: var(--green);
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding: 105px 55px;
    display: flex;
    position: relative;
    top: -78px;
	
}

.section-cta h3 {
    color: #fff;
    text-align: center;
    max-width: 700px;
    font-size: 46px;
	font-weight: 600;
	line-height: 1.1;
	margin-top: 0;
    margin-bottom: 16px;
}

.section-cta p {
    margin-top: 0;
    padding-top: 0;
    color: var(--white);
    text-align: center;
    max-width: 640px;
    font-size: 22px;
    font-style: normal;
	line-height: 1.4;
}

.button-dark {
    background-color: var(--black);
    color: var(--white);
    border-radius: 12px;
    margin-right: 0;
    padding: 18px 35px;
    font-size: 17px;
}


.bg-shape-1 {
	position: absolute;
    inset: auto auto 0% 0%;
	padding: 0;
    margin: 0;
}



/* =========================================================
   Normal White
========================================================= */

.section-white {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 5% 60px;
  min-height: 140px;
}

.bottom-gap {
	margin-bottom: 100px !important;
	
}

.section-white > .wp-block-group__inner-container {
	z-index: 10;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 1240px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
}


/* =========================================================
   Normal Section
========================================================= */

.section-normal {
  background-color: var(--midnight-blue-2);
  border-bottom: 1px solid #ffffff17;
  justify-content: center;
  align-items: center;
  min-height: 140px;
  padding: 140px 5% 0px;
  color: white;
}

.section-normal.padding-top-0 {
	padding-top: 0;
	
}

.section-normal .green-strong {
	color: var(--green);
	text-transform: uppercase;
}

.section-normal > .wp-block-group__inner-container .wp-block-column {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    min-height: 350px;
    padding: 0 35px 25px;
    display: flex;
}

.section-normal > .wp-block-group__inner-container {
	z-index: 10;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 1240px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
}
	
.dark {
	background-color: var(--background);
    background-image: url(/wp-content/themes/profus-theme/img/bg_shape.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    align-items: flex-start;
    padding: 140px 5%;
    position: relative;
}

.section-normal .is-layout-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

@media screen and (min-width: 900px) {
	.section-normal .is-layout-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}

}

.section-normal .standard-title {
    color: var(--green) !important;
    text-align: left;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 600;
}

.section-normal h2 {
    max-width: 620px;
    font-size: 42px;
    margin-bottom: 16px;
}

.feature-number {
	color: var(--green);
    font-size: 48px;
    font-weight: 400;
    line-height: 1.3;
	margin-top: 0;
    margin-bottom: 0;
}

.section-normal p {
/*
    max-width: 540px;
*/
    color: #fff;
}

.captial-h6 {
    color: var(--white);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
	margin-top: 0;
}

.heading-10 {
    color: var(--green);
    font-size: 22px;
}

.paragraph-6 {
    color: #fffc !important;
    text-align: left;
    margin-bottom: 25px;
}

.services-card-wrap > .wp-block-group {
    flex-wrap: wrap;
    place-content: stretch space-between;
    align-items: stretch;
    margin-bottom: 10px;
    display: flex;
}

.services-card-wrap .wp-block-group .wp-block-group {
	padding: 10px;
}

.services-card-wrap .wp-block-group .wp-block-group p {
	font-size: 18px;
	padding: 0 10px;
	color:#fffc;
}

.services-card-wrap .wp-block-group .wp-block-group img {
	float: left;
    margin-right: 15px;
    width: 35px;

}

.section-normal .wp-block-group__inner-container > p {
    color: #fffc;
    letter-spacing: normal;
    margin-bottom: 20px;
    font-size: 16px;
    text-decoration-style: solid;
}

.section-normal h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1;
}

.section-normal h4 {
    color: var(--white);
    font-size: 22px;
}


/* =========================================================
   FEATURED STRIP
========================================================= */

.section-featured {
  background-color: var(--midnight-blue-2);
  border-bottom: 1px solid #ffffff17;
  justify-content: center;
  align-items: center;
  min-height: 140px;
  padding: 15px 5%;
  display: flex;
}

.featured-wrap {
  z-index: 10;
  background-color: var(--background);
  border-radius: 18px;
  justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.featured-article-block {
  align-items: center;
  display: flex;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.featured-title {
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 4px;
}

.featured-article {
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.thumbnail-small {
  border-radius: 8px;
  width: 85px;
}

.play-icon {
  width: 24px;
  position: absolute;
  left: 50px;
  top: 37px;
}

.div-block-163 {
  background-color: #ffffff21;
  width: 1px;
  height: 35px;
  margin-left: 25px;
  margin-right: 25px;
}


/* =========================================================
   SERVICES SECTION (GUTENBERG)
========================================================= */

.section-services {
  background: #1e3a4a;
  color: #ffffff;
  padding: 140px 5% 40px;
}

.section-links {
	
  background-color: var(--midnight-blue-2);
  color: #ffffff;
  padding: 10px 0;
	
}

.section-services .wp-block-group,.section-links .wp-block-group {
  max-width: 1200px;
  margin: 0 auto;
}

.section-services .standard-title {
  color: var(--green) !important;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
}

.section-services h2 {
  max-width: 620px;
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.section-services p {
  color: #fff;
  max-width: 540px;
}

.section-services .wp-block-columns {
  margin-top: 50px;
  gap: 30px;
}

.section-links .wp-block-columns  {
	
  gap: 30px;
	
}


.section-services .wp-block-column {
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.section-links .wp-block-column {
	
  position: relative;
  display: flex;
  flex-direction: column;
  text-align:center;
	
}

.anchor-link {
    color: #ffffff80;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-left: 35px;
    margin-right: 35px;
    padding: 20px;
    font-weight: 500;
    text-decoration: none;
    transition: all .3s;
}

.anchor-link:hover, .anchor-link:focus, .anchor-link.w--current {
    color: #fff;
}



.section-services .wp-block-image img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}

.section-services .wp-block-column > .wp-block-group {
  padding: 45px 30px 50px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.section-services h3 {
  color: #1f2b3a;
  font-size: 18px;
  margin-bottom: 10px;
}

.section-services .wp-block-column p {
  color: #5b6777;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.section-services .wp-block-button {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}

.section-services .wp-block-button__link {
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 8px;
  background: #00a63f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}

.section-services .wp-block-button__link::after {
  content: "→";
  color: #ffffff;
  font-size: 18px;
}

.service-card {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform-style: preserve-3d;
}

.card-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
}

.card-arrow .wp-block-button__link {
  width: 80px;
  height: 55px;
  padding: 0;
  border-radius: 25px 0 8px 0;
  background-color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}

.card-arrow .wp-block-button__link::after {
  content: "→";
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
}

/* =========================================================
   CARD / FEATURE / CTA SECTIONS
========================================================= */

.section--cards {
  background: #ffffff;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.card-service {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 34px 28px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfa 100%);
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(19, 33, 27, 0.06);
}

.card-service__icon {
  width: 62px;
  height: 62px;
  object-fit: contain;
  margin-bottom: 24px;
}

.card-service__title {
  font-size: 1.55rem;
  margin-bottom: 14px;
}

.card-service__text {
  color: var(--color-muted);
  flex: 1;
}

.card-service__link-wrap {
  margin-top: 18px;
}

.section--features {
  background: var(--color-dark);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}



.feature-box {
  padding: 28px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.feature-box__icon {
  width: 54px;
  height: 54px;
  object-fit: contain;
  margin-bottom: 18px;
}

.feature-box__title {
  font-size: 1.3rem;
  margin-bottom: 12px;
}

.feature-box__text {
  color: rgba(255, 255, 255, 0.78);
}

.section--cta {
  padding-top: 0;
}

.cta-box {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(135deg, var(--color-accent) 0%, #ddeb84 100%);
  box-shadow: var(--shadow-soft);
}

.cta-box::before,
.cta-box::after {
  content: '';
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}

.cta-box::before {
  top: -110px;
  right: -70px;
}

.cta-box::after {
  bottom: -140px;
  left: -80px;
}

.cta-box__content {
  position: relative;
  z-index: 1;
  padding: 62px 54px;
  text-align: center;
}

.cta-box__title {
  font-size: clamp(2rem, 4vw, 3.3rem);
  margin-bottom: 16px;
}

.cta-box__text {
  max-width: 820px;
  margin: 0 auto 28px;
  font-size: 1.08rem;
}

/* =========================================================
   CONTENT
========================================================= */

.section--content .content-area,
.content-area {
  font-size: 1.05rem;
  color: var(--color-text);
}

.content-area h2,
.content-area h3,
.content-area h4 {
  margin-top: 1.4em;
}

.content-area ul,
.content-area ol {
  padding-left: 1.2rem;
}

.section--page-title {
  padding-bottom: 18px;
}

/* =========================================================
   FOOTER LOCATIONS BAND
========================================================= */

.footer-locations-band {
  position: relative;
  overflow: hidden;
  background: #009639;
  color: #ffffff;
}

.footer-locations-band__inner {
  position: relative;
  z-index: 2;
  min-height: 220px;
  display: flex;
  align-items: center;
  min-height: 42vw;
}

@media screen and (min-width: 1440px) {
	.footer-locations-band__inner {
		min-height: 600px;
    }
}

.footer-locations-band__content {
	z-index: 10;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 1240px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
}

.footer-locations-band__label {
    color: #fff;
    text-align: left;
    max-width: 620px;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 3.2vw;
    font-weight: 600;
    line-height: 1.1;
}

@media screen and (min-width: 1440px) {
	.footer-locations-band__label {
        font-size: 46px;
    }
}

.footer-locations-band__items {
flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.footer-locations-band__item {
    color: #fff;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 5.9vw;
    font-weight: 600;
    line-height: 1.1;
}

@media screen and (min-width: 1440px) {
	.footer-locations-band__item {
        font-size: 80px;
    }
}

.footer-locations-band__arrow {
  font-size: clamp(20px, 3vw, 36px);
  line-height: 1;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.9);
  transform: translateY(-2px);
  margin: 0 2.5vw;
}

@media screen and (min-width: 1440px) {
	.footer-locations-band__arrow {
        margin-left: 40px;
        margin-right: 40px;
    }
}

.footer-locations-band__pattern {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  opacity: 0.22;
}

/*
.footer-locations-band__pattern--left {
  left: -80px;
  bottom: -60px;
  width: 240px;
  height: 240px;
  background: repeating-radial-gradient(
    circle at 0% 100%,
    rgba(255, 255, 255, 0.85) 0 2px,
    transparent 2px 10px
  );
  border-radius: 50%;
}
*/
.footer-locations-band__pattern--left {
    left: -80px;
    bottom: -60px;
    width: 300px;
    height: 300px;
    background: repeating-radial-gradient(circle at 100% 0%, rgb(255 255 255) 0 2px, #00000000 2px 12px);
    -webkit-mask-image: linear-gradient(to top right, black 40%, transparent 70%);
    mask-image: linear-gradient(to top right, #ffffff 40%, transparent 70%);
}

/*
.footer-locations-band__pattern--right {
  top: -120px;
  right: -40px;
  width: 320px;
  height: 320px;
  background: repeating-radial-gradient(
    circle at 100% 0%,
    rgba(255, 255, 255, 0.85) 0 2px,
    transparent 2px 10px
  );
  border-radius: 50%;
}
*/

.footer-locations-band__pattern--right {
  top: -120px;
  right: -40px;
  width: 320px;
  height: 320px;
  background: repeating-radial-gradient(circle at 0% 100%, rgb(255 255 255) 0 2px, #00000000 2px 12px);
  -webkit-mask-image: linear-gradient(to bottom left, black 40%, transparent 70%);
  mask-image: linear-gradient(to bottom left, #ffffff 40%, transparent 70%);
}

/* =========================================================
   FOOTER
========================================================= */

.site-footer {
  background: #f5f5f5;
  color: #203a67;
  padding: 140px 5% 20px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(320px, 1.7fr) minmax(160px, 0.7fr) minmax(220px, 0.9fr);
  column-gap: 110px;
  row-gap: 40px;
  align-items: start;
}

.footer-col {
  min-width: 0;
}

.footer-col--brand {
  max-width: 360px;
}

.footer-logo {
  width: 160px;
  max-width: none;
  height: auto;
  margin-bottom: 26px;
}

.footer-logo-text {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 26px;
  color: #009639;
}

.footer-company-data {
  font-size: 16px;
  line-height: 1.45;
  color: #4c5f86;
}

.footer-company-name {
  margin: 0 0 6px;
  color: #3e537f;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 600;
}

.footer-company-address {
  margin: 0 0 22px;
}

.footer-company-address p,
.footer-company-data p {
  margin: 0;
}

.footer-contact-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}

.footer-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 1.4;
  color: #0e2a5c;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.footer-contact-link:hover {
  opacity: 0.75;
}

.footer-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  min-width: 18px;
  font-size: 15px;
  line-height: 1;
  color: #0e2a5c;
}

.footer-title {
  margin: 8px 0 18px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: #0e2a5c;
}

.footer-col--services .footer-title {
    padding-left: 55px;
}

.footer-col--services .footer-menu a {
    margin-bottom: 0px;
}

.footer-col--services .footer-menu li {
	
    margin: 0;
	
}


.footer-menu li {
  margin: 0 0 14px;
}

.footer-menu li:last-child {
  margin-bottom: 0;
}

.footer-menu a,
.footer-extra-links a {
    color: #4e5d78;
    margin-bottom: 15px;
    margin-left: 1px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all .25s;
}

.footer-menu a:hover,
.footer-extra-links a:hover {
    color: var(--light-green);
}

.footer-extra-links {
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-cookie-link,
.footer-privacy-link {
  margin: 0;
}

.footer-legal {
  margin-top: 52px;
  padding-top: 0;
  border-top: 0;
}

.footer-legal p {
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
  color: #b7becb;
}

.footer-legal a {
  color: inherit;
}

/* =========================================================
   BACK TO TOP
========================================================= */

.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: #009639;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.back-to-top:hover {
  transform: translateY(-2px);
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1200px) {
  .header-bar {
    grid-template-columns: 180px 1fr auto;
    gap: 20px;
  }

  .main-menu {
    gap: 20px;
  }

  .main-menu > li > a {
    font-size: 14px;
  }
}

@media (max-width: 1100px) {
  .cards-grid,
  .features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: 1.2fr 0.8fr 0.9fr;
    column-gap: 60px;
  }
}

@media (max-width: 991px) {
  .site-header {
    background: rgba(34, 42, 47, 0.9);
	padding: 0 5%;
	min-height: 78px;
  }

  .header-bar {
    min-height: 78px;
    grid-template-columns: 1fr auto;
    gap: 16px;
  }

  .header-center {
    order: 3;
    grid-column: 1 / -1;
    display: none;
  }

  .header-right {
    display: none;
  }

  .nav-toggle {
    display: inline-block;
    justify-self: end;
  }

  .site-header.is-open .header-center {
    display: block;
    padding: 0 0 18px;
  }

  .site-header.is-open .main-navigation {
    justify-content: flex-start;
  }

  .site-header.is-open .main-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
  }

  .site-header.is-open .main-menu > li {
    width: 100%;
  }

  .site-header.is-open .main-menu > li > a {
    min-height: 48px;
    width: 100%;
  }

  .site-header.is-open .main-menu .sub-menu {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    min-width: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: none;
    border-radius: 10px;
    margin: 0 0 10px;
    padding: 12px 16px;
  }

  .site-header.is-open .main-menu .sub-menu a {
    color: #ffffff;
  }

  .hero {
    min-height: 72vh;
  }
  
  .hero.hero-small {
    min-height: 67vh;
  }

  .section {
    padding: 85px 0;
  }

  .footer-locations-band__inner {
    min-height: 180px;
  }

  .footer-locations-band__content {
    padding: 36px 0;
  }

  .footer-locations-band__items {
    gap: 10px;
  }
}

@media (max-width: 860px) {
  .site-footer {
    padding: 56px 0 24px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    row-gap: 34px;
  }

  .footer-col--brand {
    max-width: none;
  }

  .footer-extra-links {
    margin-top: 18px;
    gap: 14px;
  }

  .footer-legal {
    margin-top: 34px;
  }
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }

  .site-logo {
    width: 150px;
  }
}

@media (max-width: 767px) {
  .header-bar {
    min-height: 82px;
  }

  .site-logo {
    max-height: 44px;
  }

  .cards-grid,
  .features-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .cta-box__content {
    padding: 42px 24px;
  }

  .hero-title {
    font-size: 2.7rem;
  }

  .section-title {
    font-size: 2.2rem;
  }

  .language-switcher {
    display: none;
  }
}

@media (max-width: 660px) {
  .footer-locations-band__inner {
    min-height: auto;
  }

  .footer-locations-band__content {
    padding: 28px 0 32px;
    gap: 10px;
  }

  .footer-locations-band__label {
    font-size: 14px;
  }

  .footer-locations-band__item {
    font-size: 26px;
  }

  .footer-locations-band__arrow {
    font-size: 16px;
    transform: none;
  }

  .footer-locations-band__pattern--left {
    width: 160px;
    height: 160px;
    left: -60px;
    bottom: -50px;
  }

  .footer-locations-band__pattern--right {
    width: 220px;
    height: 220px;
    top: -90px;
    right: -50px;
  }
}

.menu-icon-sprzet > a,
.menu-icon-cyber > a,
.menu-icon-handel > a {
	position: relative;
	padding-left: 56px;
	display: inline-flex;
	align-items: center;
	min-height: 40px;
}

.menu-icon-sprzet > a::before,
.menu-icon-cyber > a::before,
.menu-icon-handel > a::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.menu-icon-sprzet > a::before {
	background-image: url('/wp-content/themes/profus-theme/assets/icons/sprzet.svg');
}

.menu-icon-cyber > a::before {
	background-image: url('/wp-content/themes/profus-theme/assets/icons/cyber.svg');
}

.menu-icon-handel > a::before {
	background-image: url('/wp-content/themes/profus-theme/assets/icons/handel.svg');
}

.sub-menu li > a {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	padding: 12px 20px 12px 48px;
	position: relative;
	text-decoration: none;
}

.sub-menu li:hover {
	background-color:#1324330d;
}

.sub-menu li > a::after {
	font-size: 14px;
	color: #6b7280;
	font-weight: 400;
	display:block;
}

html[lang^="pl"] .sub-menu li > a::after {
	content: "Pokaż więcej"; 
}

html[lang^="en"] .sub-menu li > a::after {
	content: "Show more";
}


.privacy-policy-rich-text h2, 
.privacy-policy-rich-text h3, 
.privacy-policy-rich-text h4, 
.privacy-policy-rich-text h5, 
.privacy-policy-rich-text h6 {
    color: var(--paragraph-text);
}
