/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-blue: #00a7e5;
    --light-blue: #009CDF;
    --potain: #FBBB4B;
    --grove: #CF3D3B;
    --jmg: #9BCB52;
    --moving: #434343;
    --verhuur: #FCEC00;
    --ox: #F27030;
    --midi: #66B4E4;
    --tweedehands: #A982B6;
    --after-sales: #BFBFBF;
    --cyan: #00B2E7;
    --yellow: #203885;
    --red: #CF3D3B;
    --orange: #f15e24;
    --red-orange: #EC562A;
    --green: #5EB441;
    --purple: #9e6eaf;
    --dark-gray: #242629;
    --gray: #757575;
    --light-gray: #A0A2A2;
    --20px: 20px;
}

body {
      font-family: "Montserrat", sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
    background-color: #fff;
	font-size:90%;
}

.container {
  max-width: 1800px;
    margin: 0 auto;
    width: calc(100% - 40px);
}

/* Header */
.header {
   background: transparent;
   position: absolute;
   top: 0;
   z-index: 1000;
   width: 100%;
   border-top: 15px solid #009CDF;
}
nav.nav {
    background-color: #fff;
    padding: 40px 50px 20px 50px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transform: translateY(-11px);
}
.logo img {
  object-fit: cover;
    width: 100%;
    height: auto;
    transform: translateY(70px);
}
.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 0;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-text {
    display: flex;
    flex-direction: column;
    flex-direction: column;
    line-height: 1.2;
}

.logo-ble {
    font-size: 18px;
    font-weight: bold;
    color: var(--primary-blue);
}

.logo-subtitle {
    font-size: 10px;
    font-weight: bold;
    color: var(--primary-blue);
    letter-spacing: 0.5px;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background: var(--primary-blue);
    transition: all 0.3s ease;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 30px;
    align-items: center;
	text-transform:uppercase;
}

.nav-link {
    text-decoration: none;
    color: #000;
    font-size: 1em;
    font-weight: 600;
    transition: color 0.3s ease;
    position: relative;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary-blue);
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--primary-blue);
}

.lang-switcher {
    display: flex;
    gap: 5px;
    align-items: center;
}

.lang-btn {
   background: none;
    border: none;
    font-size: 1em;
    cursor: pointer;
    color: #000;
    transition: color 0.3s ease;
    font-weight: 600;
}

.lang-btn.active {
    color: var(--primary-blue);
    font-weight: bold;
}
.home .hero {
	min-height: 850px;
}
/* Hero Section */
.hero {
    
     color: white;
    position: relative;
    overflow: hidden;
    height: 80vh;
    min-height: 700px;
    display: flex;
    align-items: flex-end;
}

.hero .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 235px 0;
    position: relative;
    max-width: 1250px;
    width: 90%;
    margin: 0 auto;
}



.hero-title {
    font-size: 4em;
    font-weight: 600;
    line-height: 1.2;
}

.hero-image {
    flex: 0 0 300px;
    z-index: 1;
}

.hero-image img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
}

/* Services Section */
.services {
  
    padding-top: var(--20px);
}

.section-title {
   font-size: 2.2em;
    font-weight: 500;
    color: white;
    background: var(--light-blue);
    padding: 30px 20px;
    margin-bottom: var(--20px);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--20px);

}
.justify-content-center {
    justify-content: center;
}
.justify-content-start {
    justify-content: flex-start;
}
.service-card {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.hero-title {
 
  padding: 0 0 0 0;
  text-align: left;
}

.feature-icon img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    display: block
}
.hero-slider .carousel-cell img {
    width: 100%;
    display: block;
    height: 800px;
    object-fit: cover;
    object-position: bottom;
}
.footer-section b {
    display: block;
    font-weight: 100;
}
.footer-section b span {
    width: 40%;
    display: inline-block;
}
.footer-section b a  {
    color: var(--primary-blue);
    font-weight: 600;
     
}
.service-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
    display: block;
}

.service-card:hover img {
    transform: scale(1.1);
}

.service-label {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px 15px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100px;
}

.service-label.red {
    background: var(--grove);
}

.service-label.orange {
    background: var(--potain);
}

.service-label.cyan {
    background: var(--midi);
}

.service-label.green {
    background: var(--jmg);
}

.service-label.red-orange {
    background: var(--ox);
}

.service-label.purple {
    background: var(--tweedehands);
}

.service-label.yellow {
    background: var(--verhuur);
}

.service-label.dark {
    background: var(--moving);
}

.service-label.gray {
    background: var(--after-sales);
}

.service-category {
    font-size: 1.2em;
    font-weight: 500;
    text-transform: uppercase;

}

.service-name {
    font-size: 1.4em;
    font-weight: 700;
    margin-top: 0;
    line-height: 1.2;
}
button.lang-btn:nth-child(1) {
   border-right: 1px solid #000;
    padding: 0 11px 0 0;
    margin: 0 5px 0 0;
}
/* Why BLE Section */
.why-ble {
    background: white;
    padding-top: var(--20px);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    background: #ace0f9;
    padding: 100px 50px;
    border-radius: 0;
}

.feature {
    text-align: center;
}

.feature-icon {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.feature-title {font-size: 1.5em;font-weight: 600;color: #00a7e5;margin: 35px 0 0 0;line-height: 1.2;}

.feature-subtitle {
    font-size: 14px;
    color: var(--primary-blue);
}

/* News Section */
.news {
    background: white;
    padding-top: var(--20px);
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--20px);
}

.news-card {

    overflow: hidden;
    cursor: pointer;
    
}



.news-card img {
   width: 100%;
    height: 335px;
    object-fit: cover;
    transition: transform 0.3s ease;
    display: block;
}
ul.nav-list span {
    font-weight: 700;
}
.partner-logo img {
  width: 100%;
  max-width: 170px;
  display: inline-block;
  height: 100px;
  object-fit: contain;
}
/* Partners Section */
.partners .container {
    background: var(--light-blue);
    color: white;
    padding: 40px 0;
    margin-top: var(--20px);
}

.partners-text {
    text-align: center;
    font-size: 1.6em;
    font-weight: 500;
    color: white;
   width: 90%;
    margin: 0 auto;
    line-height: 1.2;
}

.partners-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 80px;
    margin: 30px 0 0 0;
}

.partner-logo {
    font-size: 32px;
    font-weight: bold;
    color: white;
  
}

/* Footer */
.footer .container {
    background: #2C2C2C;
    color: white;
    padding: 50px 60px;
    margin-top: var(--20px);
    /* margin-bottom: var(--20px); */
}

.footer-content {
    display: flex;
/*    justify-content: space-between;*/
    align-items: start;
    gap: 40px;
}

.footer-logo {
    width: 25%;
}

.footer-info {
    display: flex;
    gap: 60px;
    width: 50%;
}

.footer-section h4 {
    font-size: 1em;
    margin-bottom: 10px;
    color: white;
    font-weight: 300;
}

.footer-section a {
    font-size: 1.1em;
    line-height: 1.5;
    color: #ccc;
    text-decoration: none
}
.footer-section {
    width: 50%;
}
.footer-social {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
    width: 30%;
}

.social-icons {
    display: flex;
    gap: 15px;
}
.social-icon img {
    width: inherit;
    height: 20px;
}
.social-icon {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}


.footer-badges {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}
.footer-badges img {
   display: block;
    max-width: 200px;
    margin: 30px 0 0 0;
}
.badge {
    background: white;
    color: #333;
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-card,
.news-card,
.feature {
    animation: fadeInUp 0.6s ease-out;
}
.copy-right p {
    font-size: 1em;
    line-height: 1.5;
    color: #ccc;
    margin: 80px 0 0 0;
     text-align: left;
}
.hero-content p {
    font-size: 2em;
    font-weight: 500;
    line-height: 1.2;
    margin: 30px 0 0 0;
    max-width: 900px;
}
.services.team .services-grid {
   display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.services.team .service-card img {
    height: 350px;
    object-position: center;
}
.services.team .service-label {
    background-color: #ededed;
    text-align: left;
    align-items: flex-start;
    height: inherit; 
}
span.service-name.team-name {
    font-size: 1.5em;
    color: var(--primary-blue);
}
span.service-category.designation {
    color: #000;
    font-size: 1em;
    text-transform: capitalize;
    font-weight: 600;
}
.contact-details a {
    display: block;
}
.contact-details {
    border-top: 2px solid var(--primary-blue);
    width: 100%;
    padding: 15px 0 0 0;
    margin: 10px 0 0 0;
}
a.ph {
    color: #000!important;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 400;
}
a.em {
     color: var(--primary-blue)!important;
    font-size: 1.1em;
	text-decoration: underline !important;
}
.about {
    width: 100%;
    margin-top: var(--20px);
}
.grid-layout {
    display: grid;
    grid-gap: var(--20px);
    grid-template-columns: 1fr 1fr;
}
.about p {
    font-size: 1.5em;
    padding: 0 40px 30px 0;
    line-height: 1.4;
}
.about strong {
    display: block;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.2;
}
a.ph {
    color: #000;
    font-weight: 600;
}
a.em {
    color: var(--primary-blue);
    font-weight: 500;
}
.grid-content {
    margin-top: 40px;
}
.goals-sec {
    background: #ace0f9;
    padding: 40px;
    overflow: hidden;
}
.goals-sec h4 {
    font-size: 1.8em;
    font-weight: 600;
    color: #00a7e5;
    margin: 10px 0 20px 0;
    line-height: 1.2;
}
.goals-sec p {
    font-size: 1.5em;
    padding: 0 0 50px 0;
    line-height: 1.4;
}
.goals-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 100px;
}
.right-goals img {
    max-width: 550px;
    margin: 50px 0 0 0;
}
section.goals {
    margin: 50px 0 0 0;
}
.hero-slider{
width:100%;
overflow:hidden;
 padding-top: var(--20px);
}

.slider .slide{
position:relative;
    
}

.slider img{
width:100%;
height:110vh;
object-fit:cover;
display:block;
}
.slider {
  cursor: grab;
}

.slider:active {
  cursor: grabbing;
}
/* Caption */
.caption{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
color:#fff;
text-align:center;
}

.caption h2{
font-size:60px;
margin-bottom:10px;
}

.caption p{
font-size:20px;
}

/* Dots */
/* DOT CONTAINER */
.slick-dots{
bottom:30px;
display:flex !important;
justify-content:center;
align-items:center;
gap:14px;
}

/* REMOVE DEFAULT ICON */
.slick-dots li button:before{
display:none;
}

/* DOT SIZE */
.slick-dots li{
width:auto;
height:auto;
margin:0;
}

/* DOT STYLE */
.slick-dots li button{
width:18px;
height:18px;
border-radius:50%;
background: #4a4f55!important;
    color: #4a4f55!important;
border:none;
padding:0;
cursor:pointer;
}
.slick-dotted.slick-slider
{
    margin-bottom: 100px!important;
    padding: 0 0 50px 0!important;
}

/* ACTIVE DOT */
.slick-dots li.slick-active button{

    background: #17a2d6!important;
    color: #17a2d6!important;
transform:scale(1.1);
}
#insta-feed{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:15px;
}

.insta-post img{
width:100%;
height:250px;
object-fit:cover;
border-radius:6px;
transition:0.3s;
}

.insta-post img:hover{
transform:scale(1.05);
    transition:0.3s;
}
.partners .social-icons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 50px 0;
}
.crane-section{
padding:20px;
}

.crane-grid{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:20px;
}

.crane-card{
position:relative;
overflow:hidden;
display:flex;
flex-direction:column;
justify-content:space-between;
color:#fff;
}

.crane-img{
flex:1;
position:relative;
    transition:.4s;
    margin: 0 0 5px 0;
}

.crane-img img{
width:100%;
height:400px;
object-fit:cover;
mix-blend-mode:multiply;
opacity:.9;
    transition:.4s;
}

.crane-content{
padding:25px;
text-align:center;
}

.crane-content p{
font-size: 1em;
font-weight: 500
}

.crane-content h2{
font-size: 1.5em;
    margin: 0;
    font-weight: 500;
}

/* Colors */
.potain {
    background-color: var(--potain);
}
.grove {
    background-color: var(--grove);
}
.tweedhead {
    background-color: var(--purple);
}
.jmg {
     background-color: var(--jmg);
}
.moving {
    background: var(--moving);
}
.ox {
    background-color: var(--ox);
}
.verhuur {
    background-color: var(--verhuur);
}
.crane-content.red{background:var(--grove);}
.crane-content.yellow{background:var(--potain);}
.crane-content.blue{background: #66B4E4;}
.crane-content.green{background: var(--jmg);}
.crane-content.orange{background:var(--ox);}

/* Hover */

.crane-card:hover img{
transform:scale(1.03);
transition:.4s;
}

.pdf-section{
background:#ace0f9;
padding: 30px 60px 100px 60px;
}

.pdf-container{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:100px;
}

.pdf-card{
text-align:center;
}



.pdf-image img{
width:100%;
display:block;
}

.pdf-btn{
display: flex;
    justify-content: center;
    align-items: center;
    background: #00abe4;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1.5em;
    transition: 0.3s;
    font-weight: 500;
    margin: 50px 0 0 0;
    padding: 20px;
    gap: 10px;
}
a.big-btn {
   display: flex;
    align-items: center;
    background: var(--potain);
    color: var(--dark-gray);
    text-decoration: none;
    border-radius: 50px;
    font-size: 2em;
    transition: 0.3s;
    font-weight: 600;
    margin: 50px 0 0 0;
    padding: 20px;
    gap: 10px;
}
.pdf-btn:hover{
background:#0d7fa4;
transform:translateY(-3px);
}
.download-potains .hero .container {
    padding: 0 0 80px 0;
} 
.pdf-wrapper{
display:grid;
grid-template-columns: 2fr 1fr;
gap:40px;
    align-items:start; 
    margin: 0 0 100px 0;
}
.pdf-wrapper.reverse-wrapper {
    grid-template-columns: 1fr 2fr;
}
.pdf-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.pdf-item {
background:#4a4a4a;
text-align:center;
padding: 40px 0 0 0;
}
.pdf-item span {
    display: inline-block;
    transform: rotate(270deg);
}
.pdf-item span img {

    display: block;
    width: 20px;
    height: 10px;
    object-fit: contain;
}
.pdf-title{
color: var(--potain);
font-size: 2.2em;
margin-bottom: 30px;
    font-weight: 500;
}

.download-link{
display:block;
background:#f3b345;
padding: 10px;
text-decoration:none;
font-weight:600;
color:#333;
text-align:center;
transition:0.3s;
}

/*
.download-link:hover{
background:#e4a12c;
}
*/
.side-media{
height: 75vh; /* adjust as needed */
}

.side-media img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}
.content-description {
    text-align: center;
}
.content-description p {
    font-size: 1.5em;
    font-weight: 500;
}
.content-description b {
    font-size: 2em;
    font-weight: 600;
    display: block;
    margin: 40px 0 0 0;
}
.content-desc-box {
    padding: 50px 0;
}
.contact-section{
padding-top: var(--20px);
}

.contact-wrapper{
display:grid;
grid-template-columns: 1fr 1fr;
}

.contact-map iframe{
width:100%;
height:100%;
min-height:500px;
border:0;
}

.contact-info{
background:#fff;
padding:40px;
}

.company-title{
color: var(--light-blue);
font-size: 1.8em;
margin-bottom:20px;
    line-height: 1.4;
}

.company-address{
margin-bottom:25px;
line-height:1.6;
    font-size: 1.5em;
}

.contact-heading{
color:var(--light-blue);
margin: 25px 0 15px;
    font-size: 1.8em;
}

.contact-list{
list-style:none;
padding:0;
}

.contact-list li{
display: flex;
    justify-content: space-between;
    font-size: 1.5em;
    width: 75%;
}

.contact-list span{
font-weight:700;
}

.email{
margin-bottom:25px;
    font-size: 1.5em;
}
p.email a {
    color: var(--dark-gray);
	text-decoration: none;
}
.social-links{
display:flex;
gap:15px;
}

.social-links a{
width:40px;
height:40px;
background:#1294c8;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
text-decoration:none;
font-size:14px;
}
.social-links img {
    max-width: 30px;
}
.about ul li {
  
    font-size: 1.5em;
    line-height: 1.2;
    list-style: disc;
    margin: 0 0 30px 0;
	font-weight: 600;
}
.about ul {
    margin: 0 0 0 20px;
}


.machine-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
}

.machine-card{
background:#fff;
}

.machine-media img {
width: 100%;
    display: block;
	object-fit: cover;
	height: 550px;
    margin: 0 auto;
    overflow: hidden;
}
.page-template-template-ox-php .machine-media img {
	 aspect-ratio: 1 / 1;
    object-fit: contain;
	height: inherit;
}

.machine-head{
background:var(--grove);
color: #fff;
    font-size: 1.8em;
    padding: 10px 25px;
    font-weight: 600;
    line-height: 1.1;
    height: 100px;
    display: flex;
    align-items: center;
}
.machine-grid.grid-four {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.machine-desc{
font-size: 1.5em;
    padding: 30px 40px 30px 0;
    line-height: 1.4;
    height: 240px;
}

.machine-action {
display:block;
width: 100%;
margin:20px 0 65px;
text-align:center;
background: var(--grove);
color:#fff;
padding:20px;
border-radius:100px;
text-decoration:none;
font-weight:500;
transition:0.3s;
font-size: 2em;
}
a.machine-action.ox-action {
    font-size: 1.5em;
    line-height: 1.2;
}
.machine-action span {
    font-weight: 700;
}
.machine-action:hover{
background:var(--grove);
}
.machine-grid {
    padding-top: var(--20px);
}
.full-width-banner img {
    width: 100%;
    height: 850px;
    object-fit: cover;
    display: block;
}
.feature-highlight{
background: var(--grove);
    color: #fff;
    text-align: left;
    padding: 50px;
    margin-top: var(--20px);
}

.feature-wrap {
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items: flex-start;
}

.feature-wrap .feature-title{
font-size: 2.3em;
margin-bottom: 30px;
font-weight: 600;
color: #fff;
}

.feature-list{
padding-left:20px;
margin-bottom:30px;
}
ul.feature-list li b {
    font-weight: 700;
}
.feature-list li{
margin-bottom: 18px;
    line-height: 1.6;
    font-size: 1.4em;
    font-weight: 500;
}

.feature-note{
line-height:1.6;
font-size: 1.5em;
}

.feature-media img{
width: 100%;
    display: block;
    height: 500px;
    object-fit: cover;
}
.grid-three {
    grid-template-columns: 1fr 1fr 1fr;
}
.alliance-wrapper{
display:flex;
gap:80px;
background-color: #ace0f9;
padding: 40px;
}

.alliance-badge{
width:320px;
}

.alliance-title{
font-size: 3.5em;
    line-height: 0.9;
    font-weight: 700;
    color: #000;
}

.alliance-brand{
color:#e02323;
}

.alliance-flag{
display: flex;
    margin-top: 20px;
    height: 12px;
    width: 240px;
}

.flag-black{
flex:1;
background:#222;
}

.flag-yellow{
flex:1;
background:#f2c500;
}

.flag-red{
flex:1;
background:#e02323;
}

.alliance-text{
flex:1;
font-size:18px;
line-height:1.7;
color:#222;
}

.alliance-text p{
margin-bottom:20px;
font-size: 1.5em;
line-height: 1.3;
}

.alliance-section {
    margin-bottom: var(--20px);
}
span.member {
    font-size: 0.8em;
}
.equipment-section h2.section-title{
background: transparent;
padding:0 0;
color: var(--light-blue);
margin-bottom:30px;
}





.top-text{
display:grid;
grid-template-columns:1fr 1fr;
gap: 100px;
margin-bottom:40px;
color:#333;
line-height:1.6;
}

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

.equipment-card img{
width: 100%;
    display: block;
    margin-bottom: 15px;
    height: 500px;
    object-fit: cover;
}

.equipment-card h3{
color: #00abe4;
    font-size: 1.6em;
    margin-bottom: 8px;
    line-height: 1.2;
    font-weight: 500;
    max-width: 500px;
}
.machine-section h2.section-title {
  color: #fff;
}
.equipment-card p{
font-size:14px;
color:#333;
line-height:1.5;
}
.equipment-section-wrap {
    background-color: #ace0f9;
    padding: 50px;
}
.equipment-section-wrap p {
    font-size: 1.4em;
    line-height: 1.4;

}
.img-midi img {
    height: 700px;
    width: 100%;
    object-fit: cover;
}

/* INTRO BOX */

.machine-intro{
background: var(--tweedehands);
color:#fff;
padding:25px;
margin-bottom:50px;
}

.machine-intro h3{
margin-bottom:10px;
font-size:1.5em;
}

.machine-intro p{
font-size: 1.3em;
    opacity: 0.9;
    max-width: 1100px;
}
section.machine-section {
    margin-top: var(--20px);
}


.machine-row{
display:flex;
gap:40px;
margin-bottom: 80px;
align-items:flex-start;
}

.machine-row.reverse{
flex-direction:row-reverse;
}

/* IMAGE */

.machine-image img{
width: 100%;
    max-width: 450px;
    display: block;
    height: 600px;
    object-fit: cover;
}

/* INFO */

.machine-info{
flex:1;
}

.machine-title{
background: var(--tweedehands);
color:#fff;
padding:12px 18px;
font-weight:500;
margin-bottom:20px;
font-size: 2em;
}

/* TABLE STYLE */

.machine-specs{
list-style:none;
padding:0;
margin:0 0 15px 0;
}

.machine-specs li{
display:flex;
justify-content:space-between;
border-bottom:1px solid #c8b6d1;
padding:7px 0;
font-size:1.5em;
}
.page-template-template-tweed-php .machine-extra {
    display: none;
}
/*.machine-specs span{*/
/*font-weight:bold;*/
/*}*/

.machine-extra{
font-size:1.5em;
color:#000;
}
.reverse .machine-image {
    justify-content: flex-start;
} 
.machine-image {
    width: 40%;
    display: flex;
    justify-content: flex-end;
}
.ox-full img {
    margin-bottom: var(--20px);
}
.feature-media.ox-feature img {
    height: 750px;
}
.verhuur-sec h2.section-title {
    color: #000;
    background-color: var(--verhuur);
}
.verhuur-sec .grid-right img {
    max-width: 100%;
    height: 700px;
    width: 100%;
    object-fit: cover;
} 
/* SECTION */
.gear-section{

padding:40px 0;
}

/* GRID */
.gear-grid{
display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 50px;
    column-gap: 30px;
}

/* CARD */
.gear-card{
background:#fff;
}

/* IMAGE */
.gear-image img{
width: 100%;
    display: block;
    height: 400px;
    object-fit: cover;
}

/* TITLE */
.gear-title{
background: var(--verhuur);;
padding:20px;
font-size: 2em;
font-weight:700;
letter-spacing:1px;
}

/* DOWNLOAD BUTTON */
.gear-download{
background: #4a4a4a;
    color: #fff;
    padding: 15px 20px;
    text-decoration: none;
    font-size: 1.6em;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* DETAILS */
.gear-details{
list-style:none;
margin:0;
padding:0;
}

.gear-details li {

  border-bottom: 1px solid #000;
    font-size: 1.5em;
    font-weight: 500;
    list-style: disc;
    display: block;
    padding: 5px 25px;
    position: relative;
}
.gear-details li::after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 100%;
    left: 5px;
    position: absolute;
    top: 22px;
}
.gear-details span{
display: inline-block;
    font-weight: 700;
    width: 50%;
}
.verhuur-content .container {
    background-color: var(--verhuur);
}
.verhuur-content p {
    color: #444;
}
.verhuur-content strong {
    color: #444;
    font-size: 2em;
    text-align: center;
    font-weight: 600;
    width: 100%;
    display: block;
    margin: 30px 0;
}
.moving-slider .slider img {
  width:100%;
  height:750px;
  object-fit:cover;
}
.moving-wrap {
    display: flex;
}
.moving-wrap .feature-content {
    width: 55%;
}
.moving-wrap .feature-media {
    width: 45%;
}
.moving-wrap .slick-dots li.slick-active button {
    background-color: #17a2d6!important
}
.moving-wrap .slick-dots li button {
    background-color: #fff!important;
}
.feature-wrap.moving-wrap h2 {
    font-size: 1.8em;
   
}
.feature-wrap.moving-wrap p {
   
    margin: 0 0 20px 0;
}
.feature-wrap.moving-wrap b {
    font-size: 1.5em;
	font-weight: 400;
}
.contact-moving {
    display: flex;
    gap: 30px;
}
.contact-moving-links a {
    text-decoration: none;
    color: #fff;
    display: block;
    font-size: 1.5em;
}
.video-box{
position:relative;
margin-top: var(--20px);
}
.video-box iframe {
 height: clamp(400px, calc(300px + 50vh), 700px);
}
.video-file{
width:100%;
display:block;
	height: 100vh;
}

.video-cover{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
object-fit:cover;
z-index:2;
}

/* overlay */
.video-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.1);
z-index:3;
	display:none;
}

/* play button */
.video-play-btn{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
width: 100px;
height: 100px;
border-radius:50%;
border:none;
background:rgba(0,0,0,0.6);
color:#fff;
font-size:32px;
cursor:pointer;
z-index:4;
	display:none;
}
.feature-wrap.after-sales-wrap {
    grid-template-columns: 1.2fr 1fr;
}
.black-text p {
    color: #000;
    margin: 0 0 20px 0;
}
.black-text h2.feature-title {
    color: #000;
    font-size: 1.8em;
}
.black-text b {
      color: #000;
      font-size: 1.4em;
}
.after-sales-thump-block {
    margin: 100px 0 0 0;
}
.black-text .contact-list li {
    color: #000;
} 
.after-media-sec b {
    margin: 50px 0 30px 0;
    display: block;
}
.after-media-sec ul li {
    color: #000;
}
.feature-media.after-media-sec img {
    height: 700px;
} 
/* Responsive Design */
























@media (max-width: 968px) {
    .mobile-menu-toggle {
        display: flex;
        position: relative;
        z-index: 2;
        transform: translateY(20px);
    }
    nav.nav {
    background-color: transparent;
    padding: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transform: none;
}
    .mobile-menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .mobile-menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    .nav-list {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: white;
        flex-direction: column;
        padding: 20px;
        gap: 15px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        align-items: flex-start
    }

    .nav-list.active {
       transform: translateY(0);
        opacity: 1;
        visibility: visible;
        height: 100vh;
        padding: 80px 0 0 30px;
    }
    .nav-link {
        font-size: 1.3em;
    }

    
}



a.grove-btn {
  
    background-color: var(--grove);
}
a.jmg-btn {
    background-color: var(--jmg);
}
a.ox-btn {
    background-color: var(--ox);
}
a.white-text-btn {
    color: #fff;
}
.grove-text {
    color: var(--grove);
}
.jmg-text {
    color: var(--jmg);
}
.ox-text {
    color: var(--ox);
}
.pdf-item .no-rotate span {
    transform: none;
}
a.download-link.no-rotate {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #fff;
}
a.download-link.no-rotate img {
    width: 20px;
    height: 20px;
}
.add-text {
    margin-bottom: 0;
    line-height: 1.1
}
.pdf-item.text-white b {
    color: #fff;
    font-weight: 400;
    font-size: 1.2em;
}
.pdf-item.text-white {
    padding: 15px 0;
    margin: 0 0 5px 0;
}
.text-white p {
    color: #fff;
}
.text-white b {
    color: #fff;
}
.pdf-wrapper.grid-two-layout {
    grid-template-columns: 1.5fr 1fr;
}
.grid-two {
    grid-template-columns: repeat(2, 1fr);
}
.pdf-wrapper.grid-two-layout.layout-rotate {
    grid-template-columns: 1fr 1.5fr;
}
.pdf-wrapper.grid-one-layout.layout-rotate {
    grid-template-columns: 1fr 4fr;
}
.grid-one {
    grid-template-columns: repeat(1, 1fr);
}
.pdf-wrapper.potain-grid {
    display: flex;
	gap: 150px;
}
.pdf-wrapper.potain-grid .pdf-grid {
    width: 20%;
    display: block;
}
.pdf-wrapper.potain-grid .side-media {
    width: 80%;
}
@media screen and (min-width:200px) and (max-width:683px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
.pdf-wrapper.potain-grid {
  
	gap: 20px;
	flex-wrap: wrap;
}
	.pdf-wrapper.potain-grid .pdf-grid {
    width: 100%;
  
}
.pdf-wrapper.potain-grid .side-media {
    width: 100%;
}
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .footer-content {
        flex-wrap: wrap;
    }

    .hero-title {
        font-size: 28px;
    }

    .hero-image {
        flex: 0 0 200px;
    }
    nav.nav {
    background-color: transparent;
    padding: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transform: none;
}
    .nav-list.active {
        height: 100vh;
    }
    .crane-grid{
grid-template-columns:1fr;
}
    .nav-list {
        align-items: flex-start;
    }
    .nav-list span {
        display: none;
    }
    .lang-btn {
        font-size: 20px;
    }
    .hero {
        height: 50vh;
    min-height: 500px;
    }
    .slider img {
    height: 40vh;
    }
    
.pdf-grid{
grid-template-columns:1fr;
}
    .contact-wrapper{
grid-template-columns:1fr;
}

.contact-map iframe{
min-height:350px;
}
    .contact-info {
        padding: 40px 0;
    }
    .contact-list li {
    display: flex;
    justify-content: space-between;
    font-size: 1em;
    width: 95%;
}
.machine-grid{
grid-template-columns:1fr;
}
.crane-container{
grid-template-columns:1fr;
}
.equipment-grid{
grid-template-columns:1fr;
}
.machine-row{
flex-direction:column;
}

.machine-row.reverse{
flex-direction:column;
}
.hero-slider .carousel-cell img {
    width: 100%;
    display: block;
    height: 400px;
    object-fit: cover;
    object-position: bottom;
}
.machine-image img{
max-width:100%;
}
.gear-grid{
grid-template-columns:1fr;
}
	.page-template-template-verhuur .gear-grid {
   display: block;
}
	.page-template-template-verhuur .gear-card {
		margin: 0 0 50px 0;
	}
	.page-template-template-verhuur .gear-image img {
    height: 200px;
   
}
.services.team .services-grid {
    display: grid;
    grid-template-columns: 1fr;
}
.section-title {
    font-size: 1.5em;
}
.pdf-wrapper {
    grid-template-columns: 1fr;
}
.side-media {
    height: 30vh;
}
.pdf-wrapper {
    margin: 0 0 5px 0;
}
.pdf-wrapper.reverse-wrapper {
    grid-template-columns: 1fr;
}
 .footer-content {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
    .footer .container {
        padding: 50px 30px;
    }
    .footer-info {
        width: 100%;
    }
    .footer-section {
        width: 100%;
    }
    
    .footer-info {
        flex-direction: column;
        gap: 30px;
    }

    .footer-social {
        align-items: flex-start;
        width: 100%;
       
    }
.footer-badges {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}
    .partners-logos {
        flex-direction: inherit;
        gap: 10px;
    }
       .nav-list span {
        display: none;
    }
    .partner-logo img {
        max-width: 145px;
    }
    .logo img {
    object-fit: contain;
    width: 100%;
    transform: translateY(30px);
}
    .feature-title {
    font-size: 1.1em;
    margin: 30px 0 0 0;
 
}
    .feature-icon img {
    height: 70px;
}

.service-label {
    height: 80px;
}
    .hero-content p {
    font-size: 1.3em;
    margin: 20px 0 0 0;
    text-align: left;
   
}
    .services.team .service-card {
        width: 100%;
    }
    .services.team .service-card img {
        height: 300px;
    }
    .grid-layout {
        grid-template-columns: 1fr;
    }
    .about p {
        padding: 0 0 30px 0;
    }
    .goals-grid {
        grid-template-columns: 100%;
        grid-gap: 0;
    }
    .right-goals img {
    max-width: 250px;
    margin: 0 0 0 0;
}
    .goals-sec p {
        padding: 0 0 20px 0;
    }
    .crane-grid{
grid-template-columns: 1fr 1fr;
}
    .pdf-container {
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }
    .pdf-section {
        padding: 30px 20px 100px 20px;
    }
        .hero .container {
        flex-direction: column;
        text-align: center;
        padding: 0 0 100px 0;
        align-items: flex-start;
    }
a.big-btn {
    font-size: 1.2em;
}
.contact-info {
    padding: 40px 0;
}
.machine-desc {
    height: 350px;
}
.machine-action {
    font-size: 1.5em;
}
.feature-wrap {
    grid-template-columns: 1fr;
}
.feature-media img {
    height: 250px;
}
.alliance-wrapper {
    flex-wrap: wrap;
}
.top-text {
    grid-template-columns: 1fr;
    gap: 30px;
}
.equipment-section-wrap {
    padding: 20px;
}
.equipment-card img {
    height: 250px;
}
.img-midi img {
    height: 250px;
}
.feature-highlight {
    padding: 30px;
}
    .pdf-wrapper.grid-two-layout.layout-rotate {
    grid-template-columns: 1fr;
}
    .pdf-wrapper.grid-one-layout.layout-rotate {
    grid-template-columns: 1fr;
}
	.banner-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 80%;
}
	.home .hero {
    min-height: 550px;
}
}

.machine-slider {
  display: block;
}

.machine-slider img {
  width: 100%;
  height: auto;
  display: block;
}
.carousel {
  overflow: hidden;
    width: 100%;
}

.carousel-cell {
  width: 100%;   /* 90% width = left gap effect */
  margin-right: 0;
}

.carousel-cell img {
  width: 100%;
  display: block;
}
.main-slider {
    margin: 0 0 50px 0;
}
.flickity-page-dots .dot.is-selected {
   background: #17a2d6 !important;
    color: #17a2d6 !important; 
}
.flickity-page-dots .dot {
    width: 20px!important;
    height: 20px!important;
    opacity: 1!important;
}
.flickity-page-dots {
    position: relative!important;
    margin-top: 50px!important;
    bottom: 0!important;
}
.tween-hand .machine-wrap {
    display: flex;
    justify-content: flex-end;
}
.tween-hand .machine-row {
    width: 85%;
}
.pad-ver {
	padding: 20px 20px 0 20px;
}
.page-template-template-verhuur .gear-grid {
	grid-template-columns: repeat(4, 1fr);
}
	.banner-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 80%;
}
	.home .hero {
    min-height: 550px;
}
.page-template-template-verhuur .gear-image img {
	height: 400px;
	object-fit: contain;
}
.page-template-template-verhuur .gear-title {
    background: var(--verhuur);
    padding: 20px;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 1px;
}
.page-template-template-verhuur .gear-download {
	font-size: 1.3em;
    font-weight: 500;
}
.page-template-template-verhuur a.gear-download img {
    max-width: 22px;
    display: block;
}
.page-template-template-verhuur .gear-details span {
    display: inline-block;
    font-weight: 400;
    white-space: normal;
}
.page-template-template-verhuur ul.gear-details li b {
	 font-weight: 400;
}
.page-template-template-verhuur .gear-details li {
	font-size: 0.9em;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-template-template-verhuur .gear-details li::after {
	width: 5px;
    height: 5px;
	top: 18px;
}

.banner-image {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.final-div {
  grid-column: span 2;
}
.gear-card.final-div img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
}
.machine-wrap.left-machine {
    justify-content: flex-start;
}
.page-template-template-verhuur .machine-image {
	width: 35%;
}
.page-template-template-moving .flickity-page-dots .dot {
	background-color: #fff;
}
.grid-two-layout.custom-height {
	height: inherit;
}
.grid-two-layout.custom-height .side-media {
    height: inherit;
}
.grid-two-layout.custom-height .side-media img {
   object-fit: contain;
}
.copy-right a {
    color: #fff;
}

.justify-content-center > * {
    grid-column: 1 / -1;
    justify-self: center;
}

:focus {
    outline: none;
}


.service-card a {
    color: #fff;
    text-decoration: none;
}
@media screen and (min-width:684px) and (max-width:1024px)  {
 .services.team .service-card {
        width: 48%;
    }
    .crane-grid{
grid-template-columns:repeat(3,1fr);
}
    .pdf-container {
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }
    .pdf-btn {
        font-size: 1.3em;
    }


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

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

.gear-grid{
grid-template-columns:repeat(2,1fr);
}
.top-text{
grid-template-columns:1fr;
}
.services-grid {
    grid-template-columns: repeat(2, 1fr);
}
.hero {
    height: 50vh;
    min-height: 50px;
}
.services.team .services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.hero-title {
        font-size: 29px;
    }
    .section-title {
        font-size: 25px;
        padding: 20px 20px;
    }
  
    .hero-image {
        flex: 1;
        max-width: 250px;
    }

  
    .news-grid {
         grid-template-columns: 1fr 1fr;
    }
    .news-card img {
    height: 150px;
    }
    .features-grid {
        grid-template-columns: 1fr 1fr;
        padding: 30px 20px;
    }

    .footer-content {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
    .footer .container {
        padding: 50px 30px;
    }
    .footer-info {
        width: 100%;
    }
    .footer-section {
        width: 100%;
    }
    
    .footer-info {
        flex-direction: column;
        gap: 30px;
    }

    .footer-social {
        align-items: flex-start;
        width: 100%;
       
    }
.footer-badges {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}
    .partners-logos {
        flex-direction: inherit;
        gap: 10px;
    }
       .nav-list span {
        display: none;
    }
    .partner-logo img {
        max-width: 145px;
    }
    .logo img {
    object-fit: cover;
    width: 100%;
    height: 50px;
    transform: translateY(30px);
}
    .feature-title {
    font-size: 1.1em;
    margin: 30px 0 0 0;
 
}
    .feature-icon img {
    height: 70px;
}

.service-label {
    height: 80px;
}
    .hero-content p {
    font-size: 1.3em;
    margin: 20px 0 0 0;
    text-align: left;
   
}
    .services.team .service-card {
        width: 100%;
    }
    .services.team .service-card img {
        height: 300px;
    }
    .grid-layout {
        grid-template-columns: 1fr;
    }
    .about p {
        padding: 0 0 30px 0;
    }
    .goals-grid {
        grid-template-columns: 100%;
        grid-gap: 0;
    }
    .right-goals img {
    max-width: 250px;
    margin: 0 0 0 0;
}
    .goals-sec p {
        padding: 0 0 20px 0;
    }
    .crane-grid{
grid-template-columns: 1fr 1fr;
}
    .pdf-container {
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }
    .pdf-section {
        padding: 30px 20px 100px 20px;
    }
        .hero .container {
        flex-direction: column;
        text-align: center;
        padding: 0 0 100px 0;
        align-items: flex-start;
    }
.pdf-wrapper {
    grid-template-columns: 1fr;
}
.pdf-title {
    font-size: 1.5em;
}
.side-media {
    height: 35vh;
}
.pdf-wrapper.reverse-wrapper {
    grid-template-columns: 1fr;
}
.contact-wrapper {
    grid-template-columns: 1fr;
}
.contact-info {
    padding: 40px 0;
}
.machine-desc {
    height: 450px;
}
.machine-action {
    font-size: 1.5em;
}
.full-width-banner img {
    height: 50vh;
}
.feature-wrap {
    grid-template-columns: 1fr;
}
.grid-three {
    grid-template-columns: 1fr 1fr;
}
	.page-template-template-verhuur .gear-grid {
    grid-template-columns: repeat(2, 1fr);
}
	.page-template-template-verhuur .gear-image img {
	height: 300px;
	
}
}
.page-template-template-verhuur .gear-grid .gear-image {
	background-color: #fff;
} 


.alliance-badge img {
    width: 80%;
}
.page-template-template-ox-php .machine-media {
	background-color: #e5e7e9;
}
.pdf-card a span img {
    width: 20px;
   
}
.equipment-section-new .feature-title {
	margin: 25px 0;
}
.equipment-section-new .equipment-card img {
	height: 350px;
} 
.equipment-section-new .equipment-section-wrap {
	margin: 0 0 30px 0;
} 

.midi-new-content {
	margin: 50px 0 0;
    border-top: 1.5px solid var(--light-blue);
    padding: 30px 0;
    border-bottom: 1px solid var(--light-blue);
}
.midi-new-content p {
	max-width: 1000px;
    font-size: 1.7em;
}
.page-template-template-midinew .gear-image img {
	height: 200px;
	object-fit: contain;
}
.page-template-template-midinew .gear-details span {
	font-weight: 400;
} 
.page-template-template-midinew .gear-details b {
	font-weight: 400;
}
.page-template-template-midinew .gear-details li::after {
	display: none;
}
.page-template-template-midinew .gear-details li {
	padding: 5px 0;
}
.midi-new-btn {
    max-width: 700px;
    margin: 0 auto;
}
.page-template-template-midinew-php .midi-grid .gear-grid {
	margin: 0 0 70px 0;
}
