/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* BASE */
.tooltipster-base {
	display: none!important;
}

/* === CHEVRONN-3 LIST ITEM STYLING === */
.chevronn-1 ul li {
  position: relative;
  list-style: none;
  margin-left: 0;
  padding-left: 26px;
	margin-bottom: 0px;
  padding-top: 0;
}

.chevronn-1 ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url(https://reintegratie-onderwijs.nl/wp-content/uploads/2026/03/gry-dot.svg) no-repeat;
    background-size: contain;
}

.header-main .nav>li>a, .header-top .nav>li>a {
    color: hsl(0deg 0% 0%);
} 

/* Pricing table tabs */
.custom-tabz .nav-outline .tab a {
    border-radius: 99px !important;
    margin-left: 0.0rem;
    margin-right: 0.5rem;
	margin-bottom: 0.5rem;
	background-color: #f8f6f9;
}

.custom-tabz .nav-size-large>li>a {
    white-space: nowrap;
}

.bg-grad .overlay {
    background: linear-gradient(
        130deg,
        rgba(104, 37, 117, 0.49) 0%,
        rgba(255, 45, 149, 0.26) 25%,
        rgba(255, 122, 24, 0.26) 40%,
        rgba(0, 179, 164, 0.19) 50%,
        rgba(0, 179, 164, 0.11) 60%,
        transparent 75%
    );
}

.sec-grad {
    background: linear-gradient(
        130deg,
        rgba(104, 37, 117, 0.06) 0%,
        rgba(255, 45, 149, 0.05) 25%,
        rgba(255, 122, 24, 0.05) 40%,
        rgba(0, 179, 164, 0.04) 50%,
        rgba(0, 179, 164, 0.03) 60%,
        transparent 75%
    );
}

h3 {
  font-size: clamp(1.1875rem, 3.2vw, 1.3125rem) !important;
  line-height: 1.45;
}

.header-main .current-menu-item > .nav-top-link, .header-top .current-menu-item > .nav-top-link {
  font-weight: bold;
}

/* === BUTTON BASE STYLES === */
/* Targets multiple button types */
.button.primary,
.button.secondary,
.button.is-outline,
.button.white,
.button.success {
  border-radius: 25px 4px 25px 4px !important;
	white-space: nowrap !important;
}

/* === BUTTON BASE STYLES === */
/* Flatsome real buttons only (exclude outline) */
button.button.primary:not(.is-outline),
button.button.secondary:not(.is-outline),
button.button.white:not(.is-outline),
button.button.success:not(.is-outline),
a.button.primary:not(.is-outline),
a.button.secondary:not(.is-outline),
a.button.white:not(.is-outline),
a.button.success:not(.is-outline) {
  border-color: transparent;
	white-space: nowrap;
}

.copyright-footer {
	transform: translateY(7px);
}

/* === GRAVITY FORMS === */
/* === INPUTS & TEXTAREAS === */
body .gform_wrapper .gfield input:not([type="checkbox"]):not([type="radio"]),
body .gform_wrapper .gfield textarea {
  background-color: #fff;
  border-radius: 6px;
  padding: 23px 20px;
  box-shadow: none !important;
  width: 100%;
	border: 2px solid #cecece;
	margin-bottom: 10px;
}

.gform_wrapper .gform-button,
.gform_wrapper .gform-button--white,
.gform_wrapper input[type="submit"],
.gform_wrapper button[type="submit"],
.gform_wrapper button.button,
.gform_wrapper input.button  {
  height: 48px !important;
  border-radius:  25px 8px 25px 8px !important;
  padding: 7px 25px !important;
  background-color: #682575 !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 0px 0 rgba(114, 114, 114, 0.0) !important;
	font-weight: bold !important;
	font-size: large !important;
}

/* Hover effect: change background to green */
body .gform_wrapper .gform_footer .gform_button:hover,
body .gform_wrapper .gform_page_footer .gform_button:hover,
body .gform_wrapper .gform_footer .gform_next_button:hover,
body .gform_wrapper .gform_page_footer .gform_next_button:hover,
body .gform_wrapper .gform_footer .gform_previous_button:hover,
body .gform_wrapper .gform_page_footer .gform_previous_button:hover {
  background-color: #e66820 !important;
}

body .gform_wrapper .gform_drop_area {
  padding: 12px !important;	
}

body .gform_wrapper .gform_fields {
  grid-row-gap: 4px;
}

/* === GRAVITY FORMS INPUTS, TEXTAREA & DROPDOWNS === */
body .gform_wrapper .gfield select {
  background-color: #fff;
  border: 2px solid #cecece;
  border-radius: 0px;
  padding: 13px 14px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0%) !important;
  height: auto;
  line-height: 1.4;
	color: #717171;
	border-radius: 4px !important;
	margin-bottom: 10px;
}

/* Alleen de ingevulde waarden in de samenvatting blauw */
.gf-summary .gf-summary-value {
  color: #008cff;
}

/* Target all placeholders in Gravity Forms */
body .gform_wrapper input::placeholder,
body .gform_wrapper textarea::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

/* === General gchoice styling === */
body .gform_wrapper .gchoice {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 10px;
  border: 2px solid #cecece;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
	margin-bottom: 4px;
}

/* === Input styling (visible inside card) === */
body .gform_wrapper .gchoice .gfield-choice-input {
  accent-color: var(--primary-color);
  width: 17px;
  height: 17px;
  cursor: pointer;
}

/* Geselecteerd: zachte highlight */
body .gform_wrapper .gchoice .gfield-choice-input:checked + .gform-field-label {
  font-weight: 600;
  color: var(--primary-color);
}

body .gform_wrapper .gchoice:has(.gfield-choice-input:checked) {
  border-color: var(--primary-color);
  background-color: #E8F5E9;
  outline-offset: 2px; /* klein beetje ruimte van de rand */
  border-color: #4CAF50;
}

.gfield_label {
	font-weight: bold !important;
	color: inherit  !important;
}

.gform_validation_errors {
    display: none !important;
}

.gform-theme--framework .gfield_label {
    display: inline-block !important;
}

.wbt-mnu-2 .ux-menu-link__link {
    min-height: 2.0em;
    padding-bottom: .0em;
    padding-top: .0em;
}

.wbt-mnu-2 .ux-menu-link__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wbt-mnu-2 .ux-menu-link__link::after {
  content: "arrow_forward";
  font-family: 'Material Icons';
  font-size: 24px;
  margin-left: 1rem;
  transition: transform 0.2s ease;
}

.wbt-mnu-2 .ux-menu-link__link:hover::after {
  transform: translateX(4px);
}

/* === HEADER DROPDOWN ICON === */
.header-main .has-dropdown .icon-angle-down:before {
  margin-left: 3px;
  display: inline-block;
  font-size: 1.2em;
  transition: transform 0.25s ease;
}
.header-main .has-dropdown:hover .icon-angle-down:before {
  transform: rotate(180deg);
}

.sec__footer2, .section-crv {
  border-radius: clamp(60px, 12vw, 90px)
                 clamp(60px, 12vw, 90px)
                 0 0;
  overflow: hidden;
}

/* === READ MORE / LESS BUTTONS === */
.read-more,
.read-less {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  padding: 6px 12px;
  background-color: #f5f5f7;
  color: #000;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s ease, color 0.2s ease;
	  font-size: small;
}

.read-more:hover,
.read-less:hover {
  background-color: #bbb;
  color: #fff;
}

/* Icon alignment inside buttons */
.read-more .material-icons,
.read-less .material-icons {
  vertical-align: middle;
  transition: transform 0.3s ease;
	  font-size: medium;
}

/* === READ MORE CONTENT === */
.read-more-dots {
  display: inline !important;
}

.read_more p:last-child {
  margin-bottom: 0;
}

.cust-radius .fill, .cust-radius img {
  border-radius: 32px !important;
	overflow: hidden;
}

.cust-radius-3 img {
  border-radius: 12px !important;
	overflow: hidden;
}

.brd-box .box-image img {
  border-radius: 32px 32px 32px 32px;
}

.brd-box .box-text {
  border-radius: 32px 32px 32px 32px;
	margin-top: -45px
}

.link-u a {
  text-decoration: underline;
	font-weight: bold;
}

/* === HOVER EFFECTS === */
.link-h a:hover {
  text-decoration: underline;
}

/* === HOVER EFFECTS === */
.link-h-mnu a:hover .ux-menu-link__text {
  text-decoration: underline;
	font-weight: bold;
}

/* === ACCORDION STYLES === */
/* Accordion title text spacing */
.acc-css .accordion_title {
  margin-left: 5px;
}

/* Accordion title panel */
.acc-css .accordion-title {
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding: 0.7em 4.0em 0.7em 1.1em !important;
  border: 3px solid #ddd !important;
  transition: border 0.2s ease-out, background-color 0.3s;
	font-size: inherit;
	background-color: inherit;
	border-radius: 12px;
}

/* === TOGGLE ICON STYLES === */
/* Toggle container positioning */
.acc-css .accordion .toggle {
  left: unset !important;
  right: 0 !important;
  margin-top: 2px !important;
  font-size: 15px !important;
  opacity: 1 !important;
}

/* === HEADER BUTTON STYLING === */
.header-button-1 .button {
  padding: 1px 20px;
}

/* === card === */
.card-feature .col-inner {
    background-color: #fff;
    padding: clamp(1.25rem, 2vw, 2.5rem);
    padding-top: clamp(1.75rem, 2.5vw, 3rem);
    border-radius: 32px;
}

/* === icon === */
.wbt-css .icon-box .icon-box-img {
    margin-bottom: 0.1em;
}

/* INITIAL STATE */
[data-animate="fadeInUp"]:not([data-animated="true"]) {
    transform: translate3d(0, 25px, 0);
    opacity: 0;
    transition:
        transform 0.35s cubic-bezier(.22,.61,.36,1),
        opacity 0.25s ease-out;
}

/* ACTIVE / ANIMATED STATE */
[data-animate="fadeInUp"][data-animated="true"] {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

/* BUTTON */
.btn-expand{
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  transition: padding .6s cubic-bezier(.4,0,.2,1),
              transform .6s cubic-bezier(.4,0,.2,1);
}

/* TEXT */
.btn-expand span{
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1;

  position: relative; /* move text down slightly */
  top: 3px;

  transition: max-width .6s cubic-bezier(.4,0,.2,1);
}

/* ICON (keeps vertical alignment perfect) */
.btn-expand i{
  display: inline-flex;
  align-items: center;
}

/* HOVER BUTTON MOVE */
.ux-column:hover .btn-expand{
  transform: translateX(-4px);
}

/* HOVER TEXT REVEAL */
.ux-column:hover .btn-expand span{
  max-width: 200px;
}

/* === ICON EXPAND === */
.icon-expand::before {
  content: "\f8ce";
  font-family: "Material Icons";
  font-size: 18px;
}

/* === ICON EXPAND === */
.ux-column .icon-expand::before {
  font-size: 30px;
}

/* === BOX SHADOW 4 - PURPLE === */
.row-box-shadow-4 .col-inner,
.row-box-shadow-4-hover .col-inner:hover,
.box-shadow-4,
.box-shadow-4-hover:hover {
  box-shadow: 0 16px 40px rgba(104, 37, 117, 0.15);
  border: 1px solid rgba(104, 37, 117, 0.15);
  overflow: hidden;
  border-radius: 32px;
}

.wbt-mnu .ux-menu-link__link {
	font-size: smaller;
}

.wbt-mnu .icon-angle-right:before{
  display: inline-block;
  font-size: larger;
  font-weight: bold;
  vertical-align: middle;
  text-decoration: none !important;
	margin-top: 2px!important;
}

.icon-box .icon-box-img {
    margin-bottom: 0.3em;
}

.soc__icons a.icon:not(.button) {
    margin-left: 0em;
    margin-right: 0.5em;
}

.off-canvas .nav-vertical > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.header .icon-menu:before { 
	content: "\e5d2" !important; 
	font-family: 'Material Icons Round' !important; 
	font-size: xxx-large; 
	color: #682575; 
}

.single-post .image-cover img, .post-item img {
	border-radius: 32px !important;
	overflow: hidden;
}

/* Absolute footer */
.absolute-footer {
  color: #333 !important;
  font-size: small;
  padding: 30px 0px 45px 0px;
}

/* Close button styling */
button.mfp-close {
  background: #682575;
  margin: 20px 20px 0 0 !important; /* top/right margin */
  border-radius: 50px !important;
  mix-blend-mode: inherit;
	color: #fff !important;
}

/* Close button visibility when modal is ready */
.mfp-ready .mfp-close {
  opacity: 1;
	color: #fff;
}

/* === PARALLAX === */
.parallax-active {
  opacity: 1 !important;
}

/* === HOVER SCALE === */
.wbt-hvr {
    transition: transform 0.1s ease-in-out;
}

.wbt-hvr:hover {
    transform: scale(1.06);
}

/* === HEADER SHADOW === */
.header-shadow .header-wrapper,
.header-wrapper.stuck,
.layout-shadow #wrapper {
  box-shadow: 1px 1px 10px rgb(0 0 0 / 0%);
}

/* === ICON ENVELOP === */
.icon-envelop:before {
    content: "\e158" !important;
    font-family: 'Material Icons' !important;
}

/* === WHATSAPP STICKY === */
.wa-sticky {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
  /* === LOGO & HEADER === */
  #logo {
    max-width: 145px;
  }
	
	 #masthead {
    height: 70px !important;
  }
	
	.off-canvas .sidebar-menu {
    padding: 60px 0;
}
	
	.nav-sidebar.nav-vertical>li+li {
    border-top: 0px solid #ececec;
}

  /* === OFF-CANVAS PANEL === */
  .off-canvas-left .mfp-content,
  .off-canvas-right .mfp-content {
    background-color: hsl(0deg 0% 100%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 0%);
    transition: transform 150ms ease 0ms;
  }

  .off-canvas-right .mfp-content,
  .off-canvas-left .mfp-content {
    width: 100% !important;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 0%);
  }
	
	  .nav-sidebar.nav-vertical > li.menu-item.active,
  .nav-sidebar.nav-vertical > li.menu-item:hover {
    background-color: rgb(0 0 0 / 0%);
  }
	
	.off-canvas .nav.nav-vertical {
    padding: 15px;
	}

	#main-menu{
		font-size: x-large;
	}
	
	#main-menu .sub-menu  {
		font-size: medium !important;
	}
	
 #main-menu .nav>li>a {
    color: #682575;
}
	
	  /* === FOOTER === */
  .absolute-footer {
    font-size: xx-small;
  }
	
	/* Pricing tabs */
.custom-tabz .nav-outline .tab a { padding: 0px 15px !important; }
.custom-tabz ul.nav.nav-outline {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.custom-tabz ul.nav.nav-outline::-webkit-scrollbar { display: none; }
.custom-tabz ul.nav.nav-line-bottom > li { flex: 0 0 auto; 
	
	}

}