/*!
Theme Name: Worqteam
Theme URI: http://underscores.me/
Author: PE Projects
Author URI: https://peprojects.nl
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: worqteam
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Worqteam is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

ul, ol {margin: 0 0 12px 8px;}
ul {list-style: disc;}
ol {list-style: decimal;}
li > ul,li > ol {margin-bottom: 0;margin-left: 8px;}
embed,iframe,object {max-width: 100%;}
img {height: auto;max-width: 100%;}
table {width: 100%;}
a {color: #008BCA;}

a:focus,a:active {color: #0069B4;}
a:hover,a:active {outline: 0;}

/* Algemeen */
.flex-row {display: flex; flex-wrap: wrap;}
.center-flex {align-items: center;}

/* Wat */
.image-column {max-width: 50%;  width: 50%;}
.text-column {max-width: 50%;  width: 50%; background-color: #fff;}
.text-column .text-wrapper {max-width: 608px; margin: 0 auto;}
.number {color: #E30612; font-size: 36px; font-weight: 700;}

/* Wie */
.wie-section .outer-wrapper{background-color: #fff; padding: 80px 0px 0px;}
.wie-section .cl-33 {max-width: 33.33%; width: 33.33%; position: relative;}
.wie-section .cl-33 picture {display: block; width: 100%; height: 100%; position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px;}
.wie-section .cl-33 picture img {width: 100%; height: 100%; object-fit: cover;}
.wie-section .cl-66 {max-width: 66.66%; width: 66.66%;}
.blue-column {background-color: #0069B4;}
.blue-column * {color: #fff !important;}
.wie-section .text-column {padding: 80px 80px;}
.team-section .outer-wrapper{background-color: #fff; padding: 80px 0px;}
.team-members {display: flex; justify-content: space-between; max-width: 1370px; width: 95%; margin: 0 auto;}
.team-member {width: calc(33.33% - 24px); text-align: center;}
.team-member h4 {display: block; margin-top: 16px;}

/* Waar */
.opdrachtgevers-section .outer-wrapper {text-align: center; padding: 80px 0px;}
.opdrachtgevers {max-width: 1300px;margin: 48px auto 0px auto; width: 95%;}
.opdrachtgever {display: flex; flex-wrap: wrap; justify-content: center;}
.o-thumb {background-color: #fff; margin-bottom: 24px; display: flex; justify-content: center; align-items: center; height: 340px; width: 340px; border-radius: 50%;}
.opdrachtgever h4 {text-align: center; width: 100%; display: block;}

/* Footer */
.top-footer .flex-row, .bottom-footer .flex-row {justify-content: space-between;}
.top-footer {padding: 80px 120px; background-color: #0069B4;}
.top-footer a {color: #fff; font-weight: 700;}
.legal a {margin-right: 32px;}
.footer-links a {margin-left: 32px;}
.legal a:hover, .footer-links a:hover {color: #008bca;}
.bottom-footer {padding: 40px 0px;}
.copyright span {font-weight: 700; font-size: 18px; color: #0069B4;}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  .glide * {
    box-sizing: inherit; }
  .glide__track {
    overflow: hidden; }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    margin: 0px;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform; }
    .glide__slides--dragging {
      user-select: none; }
  .glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
      user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .glide__arrows {
    -webkit-touch-callout: none;
    user-select: none;
    margin-top: 32px;
	display: flex;
	justify-content: center;}
 
.glide__arrow {  
  display: block;
  top: 100%;
  z-index: 2;
  color: #fff;
  background-color: #008BCA;  
  border-radius: 50px;
  border: 0px;
  width: 80px; height: 80px; display: flex; justify-content: center; align-items: center;
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease; 
  line-height: 1;
  }
  .glide__arrow:focus {
    outline: none; }
  .glide__arrow:hover {
    border-color: white; }
  .glide__arrow--left {
  	margin-right: 4px;
   }
  .glide__arrow--right {
  	margin-left: 4px;
   }
  .glide__arrow--disabled {
    opacity: 0.33; }

.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing; }


/* Submit Button Gravity Forms
-----------------------------*/
body .gform_wrapper .gform_footer input[type=submit] {
color: #FFFFFF;
background: #008bca;
font-size: 19px;
	font-family: "Poppins";
letter-spacing: 1px;
text-transform: uppercase;
float: left;
height: 60px;
min-width: 280px;
border: none;
border-radius: 5px;
margin-left: 0px;
transition: 0.3s;
}

body .gform_wrapper .gform_footer input:hover[type=submit] {
background: #002d59;
}

body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type=text] {
	border:0px;
     border-bottom: 1px solid grey;
     font-size: 15px;
     color: grey;
     margin: 0px;
     padding: 10px;
	font-family: "Poppins";
}

/* Diensten */

.dienst-page {
  padding-bottom: 80px;
}

.dienst-page .container {
  width: min(1705px, calc(100% - 40px));
  margin: 0 auto;
}

.dienst-page section {
  margin-bottom: 80px;
}

.dienst-page h1,
.dienst-page h2,
.dienst-page h3 {
  margin: 0 0 16px;
}

.dienst-page h1 {
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.05;
  color: #008bca;
  overflow-wrap: break-word;
  hyphens: auto;
}

.dienst-page h2 {
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.1;
  color: #008bca;
}

.dienst-page h3 {
  font-size: 24px;
  line-height: 1.2;
  color: #E30612;
}

.dienst-page p {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.7;
  color: #1f2f36;
}

.dienst-page .section-heading {
  margin-bottom: 32px;
  max-width: 760px;
}

/* Hero */
.dienst-hero {
  padding: 60px 0 20px;
}

.dienst-hero__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
  align-items: center;
}

.dienst-hero__content {
  grid-column: 1 / span 6;
  
}

.dienst-hero__image {
  grid-column: 8 / span 5;
}

.dienst-hero__image img {
  display: block;
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 28px;
}

.dienst-hero__breadcrumbs {
  margin-bottom: 20px;
}

.dienst-hero__subtitle {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a9ea5;
}

.dienst-hero__intro {
  max-width: 640px;
}

/* Werkzaamheden */
.dienst-werkzaamheden__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding-left:120px;
}

@media (max-width: 780px) {
  .dienst-werkzaamheden__grid {
    padding-left: 0;
  }
}
.dienst-card {
  background: #f7fbfd;
  border-radius: 24px;
  padding: 32px 28px;
  height: 100%;
}

.dienst-card__icon {
  margin-bottom: 20px;
}

.dienst-card__icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
}

.dienst-card p {
  margin-bottom: 0;
  font-size: 17px;
}

/* Werkomgeving */
.dienst-werkomgeving{
  background-color: #fff;
  padding:50px 0;
}
.dienst-werkomgeving__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
  align-items: center;
}

.dienst-werkomgeving__image {
  grid-column: 1 / span 5;
}

.dienst-werkomgeving__image img {
  display: block;
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 28px;
}

.dienst-werkomgeving__content {
  grid-column: 7 / span 6;
}

/* USP's */
.dienst-usps__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.usp-card {
  background: #ffffff;
  border: 1px solid #e3edf2;
  border-radius: 24px;
  padding: 28px 24px;
  height: 100%;
}

.usp-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.usp-card p {
  margin-bottom: 0;
  font-size: 16px;
}

/* CTA */
.dienst-cta__inner {
  background: #008bca;
  border-radius: 32px;
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.dienst-cta__content {
  max-width: 760px;
}

.dienst-cta__content h2,
.dienst-cta__content p {
  color: #fff;
}

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

.dienst-cta__action {
  flex-shrink: 0;
}

.dienst-cta .button.button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 34px;
  min-height: 58px;
  border-radius: 999px;
  background: #fff;
  color: #008bca;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.2s ease;
}

.dienst-cta .button.button-primary:hover {
  background: #f3f8fb;
  color: #006d9d;
}

/* Tablet */
@media (max-width: 1100px) {
  .dienst-hero__content,
  .dienst-hero__image {
    grid-column: span 12;
  }

  .dienst-hero__image img {
    height: 420px;
  }

  .dienst-werkzaamheden__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dienst-werkomgeving__image,
  .dienst-werkomgeving__content {
    grid-column: span 12;
  }

  .dienst-usps__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dienst-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .dienst-page section {
    margin-bottom: 56px;
  }

  .dienst-page p {
    font-size: 16px;
  }

  .dienst-hero {
    padding-top: 40px;
  }

  .dienst-hero__grid {
    gap: 24px;
  }

  .dienst-hero__image img {
    height: 280px;
    border-radius: 20px;
  }

  .dienst-werkzaamheden__grid {
    grid-template-columns: 1fr;
  }

  .dienst-usps__grid {
    grid-template-columns: 1fr;
  }

  .dienst-card,
  .usp-card {
    border-radius: 20px;
    padding: 24px 20px;
  }

  .dienst-werkomgeving__image img {
    height: 280px;
    border-radius: 20px;
  }

  .dienst-cta__inner {
    padding: 32px 24px;
    border-radius: 24px;
  }

  .dienst-cta .button.button-primary {
    width: 100%;
  }
}



/* Diensten overzicht */

.diensten-page {
    padding: 80px 0;
}

.diensten-page .container {
    width: min(1705px, calc(100% - 40px));
    margin: 0 auto;
}

/* INTRO */

.diensten-intro {
    margin-bottom: 80px;
}

.diensten-intro__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 40px;
    align-items: center;
}

.diensten-intro__content {
    grid-column: 1 / span 6;
}

.diensten-intro__image {
    grid-column: 7 / span 6;
}

.diensten-intro__image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 24px;
}

.diensten-intro h1 {
    font-size: 48px;
    color: #008bca;
    margin-bottom: 20px;
}

.diensten-intro__text p {
    font-size: 18px;
    line-height: 1.7;
}

/* GRID */

.diensten-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* CARD */

.dienst-card {
    display: block;
    text-decoration: none;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: transform .2s ease, box-shadow .2s ease;
}

.dienst-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 26px rgba(0,0,0,0.12);
}

/* IMAGE */

.dienst-card__image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* CONTENT */

.dienst-card__content {
    padding: 25px;
}

.dienst-card__content h3 {
    font-size: 22px;
    color: #008bca;
    margin-bottom: 10px;
}

.dienst-card__content p {
    font-size: 16px;
    line-height: 1.6;
    color: #1f2f36;
    margin-bottom: 18px;
}

.dienst-card__link {
    font-weight: 700;
    color: #008bca;
}

/* RESPONSIVE */

@media (max-width: 1100px) {

    .diensten-intro__content,
    .diensten-intro__image {
        grid-column: span 12;
    }

    .diensten-intro__image img {
        height: 300px;
    }

}

@media (max-width: 1000px) {

    .diensten-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 600px) {

    .diensten-grid {
        grid-template-columns: 1fr;
    }

    .diensten-intro h1 {
        font-size: 36px;
    }

    .diensten-intro__image img {
        height: 240px;
    }

}