/* 
 Theme Name:     Pro Press
 Author:         Studio Projectie
 Author URI:     https://www.projectie.com/
 Template:       Divi
 Version:        Versie 4.8
 Description:    Custom Pro Press Wordpress website door Studio Projectie
 */ 


 /* c01d70 */

 /* ------Import extra css bestanden----------- */ 

 @import url("/wp-content/themes/pro-press/custom-admin-css.css");
 @import url("/wp-content/themes/pro-press/standaard.css");



/* ALGEMEEN QUERIES */

/* Responsive Styles Smartphone Only */
@media all and (max-width: 767px) {
	.et_pb_menu_0_tb_header.et_pb_menu ul li.o-mobile-button a{
		text-align:center;
		color:#fff!important;
		background:#b24824;
		border-radius:8px!important;
		margin-top:10px;
	}
}

/* Responsive Styles Tablet And Below */
@media all and (min-width: 768px) and (max-width: 980px) {

}

/* Responsive Styles Desktop Only */
@media all and (min-width: 981px) {
	
/*Indien geen button, onderstaande ook weghalen*/
.et_pb_menu .et_pb_menu__menu, .et_pb_menu .et_pb_menu__menu>nav, .et_pb_menu .et_pb_menu__menu>nav>ul, .et_pb_menu .et_pb_menu__wrap, .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
	-ms-flex-align: center!important;
    -webkit-box-align: center!important;
    align-items: center!important;
}
	.et_pb_menu_0_tb_header.et_pb_menu ul  li.o-mobile-button a {
	background-color: #b24824;
    padding: .8em 1em!important;
	color:#fff!important;
	transition: all 300ms ease 0ms;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: ease;
    transition-delay: 0ms;
	font-weight:700;
	color: #fff!important; 
	border-radius: 8px!important;
	}
	
	.et_pb_menu_0_tb_header.et_pb_menu ul li.o-mobile-button a:hover, .et_pb_menu_0_tb_header.et_pb_menu ul li.o-mobile-button a:focus {
    background-color: #92371b;
    border-color: #92371b!important;
	opacity: 1!important;
	color: #fff!important;
}
}

/* SPECIFIEKE SITUATIE QUERIES */

/* Responsive Styles Standard Desktop Only */
@media all and (min-width: 981px) and (max-width: 1405px) {

}

/* Responsive Styles Tablet Portrait */
@media all and (max-width: 768px) {

}

/* Responsive Styles 981px - 1100px */
@media all and (min-width: 981px) and (max-width: 1100px) {

}

/* Responsive Styles Smartphone Portrait */
@media all and (max-width: 479px) {

}

/* Responsive Smartphone Ladnscape And Above */
@media all and (min-width: 480px) {

}

body {
	font-weight: 400;
}


/*MENU CSS*/

.o-custom-menu .et_pb_row>.et_pb_menu__logo-wrap .et_pb_menu__logo img {
    max-height: 90px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Alleen het submenu van Programma’s */
.et_pb_menu .et-menu > li.programmas-menu > ul.sub-menu {
    width: 260px;
	border-radius: 0 0 8px 8px
}

/* De menu-items over de volledige breedte */
.et_pb_menu .et-menu > li.programmas-menu > ul.sub-menu > li {
    width: 100%;
    padding: 0 20px;
}

/* De links over de volledige beschikbare breedte */
.et_pb_menu .et-menu > li.programmas-menu > ul.sub-menu > li > a {
    width: 100%;
    padding: 6px 15px;
    font-size: 14px;
    font-weight: 500;
}

.nav ul li a:hover {
    background-color: transparent;
}


/* FIXED MENU */

@media (max-width: 980px) {
    .et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
        position: fixed;
    }
    .et_mobile_menu {
        overflow: scroll !important;
        max-height: 83vh;
    }

/* MOBILE MENU */

}

.pelvi-depth {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 15% 15%,
      rgba(255, 255, 255, 0.08),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      #1f4d46 0%,
      #285d54 100%
    );
}

.pelvi-depth::before {
  content: "";
  position: absolute;
  width: 650px;
  height: 650px;
  top: -420px;
  right: -180px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  filter: blur(60px);
  pointer-events: none;
}

.pelvi-depth .et_pb_row {
  position: relative;
  z-index: 1;
}

.pelvi-card {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  box-shadow:
    0 2px 4px rgba(31, 77, 70, 0.04),
    0 16px 35px rgba(31, 77, 70, 0.09);
}

/* PelviMove back-to-top */
.et_pb_scroll_top.et-pb-icon {
    position: fixed !important;
    z-index: 99999;

    right: 28px !important;
    bottom: 28px;

    display: flex !important;
    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;
    padding: 0;

    border-radius: 50%;

    color: #ffffff;
    background: linear-gradient(
        135deg,
        #1f4d46 0%,
        #3d8c86 100%
    ) !important;

    border: 1px solid rgba(255, 255, 255, 0.14);

    box-shadow:
        0 8px 20px rgba(31, 77, 70, 0.18),
        0 2px 6px rgba(31, 77, 70, 0.12);

    font-size: 28px;
    line-height: 1;
    text-align: center;
    cursor: pointer;

    /* Belangrijk: standaard verborgen */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px) scale(0.92);

    transition:
        opacity 0.3s ease,
        visibility 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.25s ease,
        background 0.25s ease !important;
}

.et_pb_scroll_top.et-pb-icon::before {
    position: relative;
    top: 0px;
	right:1px;
}

.et_pb_scroll_top.et-pb-icon.et-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.et_pb_scroll_top.et-pb-icon.et-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px) scale(0.92);
}

.et_pb_scroll_top.et-pb-icon.et-visible:hover {
    transform: translateY(-4px) scale(1.03);

    background: linear-gradient(
        135deg,
        #b24824 0%,
        #c78a6b 100%
    ) !important;

    box-shadow:
        0 14px 28px rgba(31, 77, 70, 0.22),
        0 4px 10px rgba(31, 77, 70, 0.14);
}

@media (max-width: 767px) {
    .et_pb_scroll_top.et-pb-icon {
        right: 18px !important;
        bottom: 18px;

        width: 46px;
        height: 46px;

        font-size: 24px;
    }
}

/* Basisstatus */
.pelvi-reveal,
.pelvi-reveal-left,
.pelvi-reveal-right,
.pelvi-reveal-scale {
    opacity: 0;
    transition:
        opacity 0.75s ease,
        transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}

/* Fade omhoog */
.pelvi-reveal {
    transform: translateY(32px);
}

/* Vanuit links */
.pelvi-reveal-left {
    transform: translateX(-36px);
}

/* Vanuit rechts */
.pelvi-reveal-right {
    transform: translateX(36px);
}

/* Reveal-effecten uitschakelen in Divi Visual Builder */
.et-fb .pelvi-reveal,
.et-fb .pelvi-reveal-left,
.et-fb .pelvi-reveal-right,
.et-fb .pelvi-reveal-scale {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

/* Subtiel inzoomen */
.pelvi-reveal-scale {
    transform: scale(0.96);
}

/* Zichtbare status */
.pelvi-reveal.is-visible,
.pelvi-reveal-left.is-visible,
.pelvi-reveal-right.is-visible,
.pelvi-reveal-scale.is-visible {
    opacity: 1;
    transform: translate(0, 0) scale(1);
}

/* Optionele vertragingen */
.pelvi-delay-1 {
    transition-delay: 0.1s;
}

.pelvi-delay-2 {
    transition-delay: 0.2s;
}

.pelvi-delay-3 {
    transition-delay: 0.3s;
}

.pelvi-delay-4 {
    transition-delay: 0.4s;
}

.pelvi-delay-5{
	transition-delay: 0.5s;
}

/* Toegankelijkheid */
@media (prefers-reduced-motion: reduce) {
    .pelvi-reveal,
    .pelvi-reveal-left,
    .pelvi-reveal-right,
    .pelvi-reveal-scale {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

@media (max-width: 767px) {
    .pelvi-reveal-left,
    .pelvi-reveal-right {
        transform: translateY(24px);
    }
}

html,
body {
    overflow-x: clip;
}


.pelvi-card:hover,
.pelvi-card.pelvi-reveal.is-visible:hover,
.pelvi-card.pelvi-reveal-left.is-visible:hover,
.pelvi-card.pelvi-reveal-right.is-visible:hover,
.pelvi-card.pelvi-reveal-scale.is-visible:hover {
    transform: translateY(-6px) scale(1);
    box-shadow:
        0 4px 8px rgba(31, 77, 70, 0.05),
        0 24px 45px rgba(31, 77, 70, 0.13);
}

/*labels */

.programma-label {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

/* Programmakleuren */
.programma-label {
  display: inline-flex !important;
  width: fit-content !important;
  max-width: max-content !important;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.label-teal {
  background-color: #3D8C86;
  color: #FFFFFF;
}

.label-sage {
  background-color: #8FAFA5;
  color: #1F4D46;
}

.label-clay {
  background-color: #C78A6B;
  color: #1F4D46;
}

.label-ivory {
  background-color: #F7F0E9;
  color: #1F4D46;
}

.label-stone {
  background-color: #E2DAD2;
  color: #1F4D46;
}

.label-green {
	background-color: #1F4D46;
	color: #ffffff;
}

.label-sage-50 {
	background-color: #C7D7D2;
  color: #1F4D46;
}

.kenmerk-label {
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background-color: #E2DAD2;
  color: #1F4D46;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.ff-btn-submit {
	margin-top: 18px;
    width: 100%;
}

p.legal-version {
    font-size: 14px;
    opacity: 0.65;
    margin-top: -8px;
    margin-bottom: 32px;
}

/* Pelvi steps */
.pelvi-training-steps {
  position: relative;
  max-width: 760px;
}

.pelvi-training-heading {
  display: inline-block;
  margin-bottom: 6px;

  color: #214d47;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.pelvi-training-step {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 22px;
  padding: 18px 0;
}

.pelvi-training-step:not(:last-of-type)::after {
  content: "";
  position: absolute;
  left: 25px;
  top: 52px;
  bottom: -18px;
  width: 1px;
  background: rgba(178, 72, 36, 0.25);
}

.pelvi-step-number {
  width: 52px;
  height: 52px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #b24824;
  color: #fff;

  font-weight: 700;
  line-height: 1;

  z-index: 1;
}

.pelvi-step-content {
  padding-bottom: 0;
}

.pelvi-step-content h3 {
  margin: 0 0 6px;

  color: #214d47;
  font-size: 26px;
  line-height: 1.2;
}

.pelvi-step-content p {
  margin: 0;

  color: #333;
  line-height: 1.6;
}

.pelvi-training-summary {
  margin-top: 18px;
  padding: 22px 26px;

  border-radius: 8px;
  background: #f7f0e9;
  border: 1px solid rgba(33, 77, 71, 0.08);
}

.pelvi-training-summary p {
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .pelvi-training-heading {
    margin-bottom: 4px;
    font-size: 14px;
  }

  .pelvi-training-step {
    grid-template-columns: 44px 1fr;
    gap: 16px;
    padding: 16px 0;
  }

  .pelvi-step-number {
    width: 44px;
    height: 44px;
    font-size: 14px;
  }

  .pelvi-training-step:not(:last-of-type)::after {
    left: 21px;
    top: 44px;
    bottom: -16px;
  }

  .pelvi-step-content h3 {
    margin-bottom: 5px;
    font-size: 22px;
  }

  .pelvi-step-content p {
    line-height: 1.55;
  }

  .pelvi-training-summary {
    margin-top: 16px;
    padding: 18px 20px;
  }
}