:root {
    --primary-color: #E42516;
    --secondary-color: #101010;
    --color-white: #fff;
    --menu-color:#515151;
    --footer-color:#D0D0D0;
}

/* font family  */
@font-face {
    font-family: "montserrat-thin";
    src: url("/assets/fonts/Montserrat-Thin.ttf") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 200;
    font-stretch: normal;
}
@font-face {
    font-family: "montserrat-light";
    src: url("/assets/fonts/Montserrat-Light.ttf") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 200;
    font-stretch: normal;
}
@font-face {
    font-family: "montserrat-regular";
    src: url("/assets/fonts/Montserrat-Regular.ttf") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

@font-face {
    font-family: "montserrat-Semibold";
    src: url("/assets/fonts/Montserrat-SemiBold.ttf") format("woff2");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
}
@font-face {
    font-family: "montserrat-bold";
    src: url("/assets/fonts/Montserrat-Bold.ttf") format("woff2");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
}

.montserrat-thin {
    font-family: "montserrat-thin", serif;
}
.montserrat-light {
    font-family: "montserrat-light", serif;
}

.montserrat-regular {
    font-family: "montserrat-regular", serif;
}

.montserrat-Semibold {
    font-family: "montserrat-Semibold", serif;
}
.montserrat-bold {
    font-family: "montserrat-bold", serif;
}


/* -- page layout -- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "montserrat-regular";
}

/* --text formting -- */
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

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

li {
    list-style: none;
}

.infra-detail li{
 list-style: unset !important;
}
/* section{
    overflow-x: hidden;
} */

.txt-primary {
    color: var(--primary-color) !important;
}
.bg-prime{
    background-color: var(--primary-color) !important;
    color: var();
}
/* ------------------------hide--------------------------- */

.desktop-view-hide {
    display: none;
}
/* ===============================header================================= */
.main-logo {
    max-width: 240px;
}
.main-header {
    padding: 1em 2em;
    background: var(--color-white);
}
.header-inner-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-logo-div {
    display: flex;
    align-items: center;
    gap: 10px;
}
.menu-ul{
    display: flex;
    gap: 10px;
    margin: 0;
}
.comp-name {
    font-size: 30px;
    line-height: 1;
    color: var(--primary-color);
}
.comp-title {
    font-size: 14px;
    color: black;
    line-height: 10px;
    letter-spacing: -0.5px;
}
.menu-item {
    font-size: 18px;
    margin: 0 14px;
    color: var(--menu-color);
    text-transform: uppercase;
}
.drop-ul {
    border: none;
    border-radius: unset;
    position: absolute;
    width: 355px;
    top: 20px;
    background: white;
    padding: 1em;
    z-index: 9;
    display:none;
}
.dropdown-hover:hover .drop-ul{
    display: block;
}
.drop-ul li{
   margin: 1em 0;
}
.meer-link {
    border: none;
    background: unset;
}
.menu-item.active {
    color: var(--primary-color);
}
.menu-ul.mobile-view-hide a.menu-item:hover{
    color: var(--primary-color);
}
/* =================================footer=============================== */
.footer-red {
    background-color: var(--footer-color);
    padding: 3em 4em;
}
.social-icon {
    width: 35px;
    height: 35px;
}
.cont-icon {
    width: 18px;
}
.fot-cont-link {
    display: flex;
    gap: 15px;
}
.cont-li {
    margin-bottom: 1em;
}
.foot-ul {
    padding: 0;
}
.fot-comp-name {
    font-family: 'montserrat-bold';
    font-size: 22px;
    margin-bottom: 1em;
}
.foot-link-menu {
    font-family: "montserrat-light";
    font-size: 16px;
}
.middel-col-div {
    text-align: center;
}
.foot-logo-div {
    margin-bottom: 1em;
}
/* =============================index-page=================================== */

.slider-content-div {
    position: absolute;
    top: 40%;
    left: 29%;
    text-align: center;
    width: 40%;
    text-transform: uppercase;
}
.slid-img {
    filter: brightness(0.8);
    /* height: 460px; */
    height: 530px;
    object-fit: cover;
}

.slider-heading {
    color: white;
    font-family: 'montserrat-regular';
    font-size: 40px;
    margin-bottom: 1.5rem;
}
.slider-title {
    color: white;
    font-family: 'montserrat-light';
    font-size: 14px;
    margin-bottom: 2em;
}
.slider-link {
    color: white;
    font-size: 16px;
}
.slid-link-btn {
    width: 20px;
    object-fit: cover;
    margin-right: 8px;
    /* margin-top: -5px; */
}
.carousel-indicators button.active {
    background-color: var(--primary-color);
}
.carousel-indicators button{
    background-color: var(--color-white);
}
.vlog-social-icon-div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 1em 0;
}

.landmeter-inner-sec {
    padding: 4em 7em;
}
.meter-head {
    color: var(--primary-color);
    font-size: 35px;
    text-align: center;
    margin-bottom: 1.5em;
}

.inner-meter-img-div {
    padding: 2em;
}

.meter-name {
    font-size: 18px;
    text-align: center;
    padding: 1em 0;
}
.meter-content-div {
    padding: 0 2em;
}
.meter-txt {
    font-size: 16px;
    font-family: 'montserrat-light';
    margin-bottom: 2em;
    line-height: 2;
}

.full-col-in-div {
    padding: 3em 6em;
}
.pr-no{
    padding-right:0;
}
.pl-no{
    padding-left: 0;
}
.full-row{
    background: #F5F5F5;
}
.full-titel {
    font-size: 38px;
    font-family: 'montserrat-bold';
}
.full-titel {
    font-size: 35px;
    font-family: 'montserrat-Semibold';
    color: var(--primary-color);
    margin-bottom: 1em;
}
.detail-txt p {
    font-family: 'montserrat-light';
    font-size: 16px;
    line-height: 2;
}
.mob-icon {
    width: 20px;
}
.inner-cont-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 4em;
}
.contact-comp-sec {
    background-color: var(--primary-color);
}
.cont-link {
    color: white;
    font-family: 'montserrat-light';
    font-size: 16px;
}
.mob-icon {
    width: 20px;
    margin-right: 8px;
    filter: invert(1);
}
.com-social-div .vlog-social {
    filter: invert(1);
}
.vlog-social-icon-div .vlog-social {
    width: 18px;
    height: 18px;
}
.full-col-img {
    /* max-height: 550px; */
    height: 100%;
    width: 100%;
}
.third-inner-sec {
    padding: 2em 4em;
}
.new-head {
    font-size: 30px;
    text-align: center;
    padding: 2em 0;
}
.new-content-div {
    padding: 0 1em;
}
.news-detail {
    font-size: 15px;
    font-family: 'montserrat-light';
    line-height: 30px;
    margin-bottom: 15px;
}
.inner-news-detail-div img {
    /* max-height: 310px; */
    height: 100%;
    width: 100%;
}
.new-content-div {
    padding: 0 1em;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.news-link {
    color: var(--primary-color);
    font-family: 'montserrat-light';
    font-size: 15px;
}
.news-title {
    font-size: 20px;
}
.third-section {
    margin-bottom: 2em;
}
.meer-icon {
    max-width: 35px;
}
.caro-info-div {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: #ffffffa1;
    width: 100%;
    height: 100%;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s linear;
    pointer-events: none; /* Prevents mouse events when not visible */
}

.item:hover .caro-info-div {
    opacity: 1;
    pointer-events: auto; /* Allows mouse events when visible */
}
.img-fluid.carousel-img {
    /* min-height: 270px; */
    width: 100%;
    height: 14vw;
    object-fit: cover;
}
.craou-head {
    font-size: 30px;
    text-align: center;
    padding: 1em 0;
}
.meer-btn-div {
    text-align: center;
    padding-top: 2.5em;
    padding-bottom: 2em;
    display: flex;
    justify-content: center;
}
.project-name {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 1px;
    position: relative;
    z-index: 2;
}
.craousel-section {
    padding: 2em 0;
}
.row-news {
    margin-bottom: 3em;
}
/* =============================over-ons=================================== */

.over-ons .full-col-img {
    max-height:100%;
}

/* ================================wat-doen-we================================ */
.wat-inner-sec {
    padding: 2em 6em;
}
.infra-head, .wat-head {
    font-size: 35px;
    /* font-family: 'montserrat-bold'; */
    text-align: center;
    padding: 1em 0;
}
.wat-col-div {
    padding: 2em;
}
.wat-title {
    font-size: 20px;
    color: var(--secondary-color);
    padding: 1em;
    text-align: center;
}
.wat-detail {
    font-size: 16px;
    font-family: 'montserrat-light';
    color: var(--secondary-color);
}

.wat-btn-div .slider-link {
    color: var(--secondary-color);
    font-size: 15px;
}
.wat-btn-div {
    padding: 1.5em;
    display: flex;
    justify-content: center;
}

/* ==============================infra================================== */
.infra-detail {
    font-size: 16px;
    font-family: 'montserrat-light';
    margin-top: 1em;
    line-height: 28px;
}
.infra-inner-sec {
    width: 58%;
    margin:4em auto;
    text-align: left;
}
.infra-sm-head {
    font-size: 16px;
    color: var(--primary-color);
}
.infra-img {
    width: 100%;
}
.infra-second-section {
    background-color: #F7F7F7;
    padding: 4em 2em;
}

.infra-content-col {
    background-color: white;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 2em;
    position: relative;
    left: -60px;
}

.infr-col-8 {
    padding: 1.5em 0;
}
.infra-title {
    font-size: 18px;
    color: var(--secondary-color);
    margin-bottom: 1em;
    font-family: 'montserrat-SemiBold';
    text-transform: uppercase;
}
.infra-row {
    margin-bottom: 3.5em ;
}
/* ================================onze-referenties================================ */

.onze-img-div.item {
    position: relative;
}
.inner-onze-section {
    padding: 3em 4em;
}
.onze-col {
    padding: 1em 3em;
}
.onze-section .project-name {
    margin-top: 10px;
}

/* ================================detail-onze=============================== */
.project-galler-section {
    padding: 4em 0;
}
.onze-detail .meer-btn-div {
    padding-top: 4.5em;
    padding-bottom: 1em;
} 
.gll-inner-div {
    padding: 1em;
}

/* ==============================nieuws================================== */
.hidden-content {
    display: none; /* Initially hide the extra content */
  }
  
  .infra-detail-div.open .hidden-content {
    display: inline; /* Reveal the content when the container has the 'open' class */
  }
  
  .infra-detail-div.open .load-more {
    display: none; /* Hide the "Read More" link after it's clicked */
  }

  .load-more {
    display: inline;
    color: var(--primary-color);
}

/* ==================================nieuws-detail============================== */
.niews-detail .infra-inner-sec {
    width: 75%;
}
.niews-detail .inner-news-detail-div img {
    margin: 3em 0;
}
.btn-date-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2em 0;
}
/* ================================contact================================ */
.contact-banner-section {
    height: 460px;
    background-size: cover;
    background-blend-mode: overlay;
}
.inner-banner-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.contact-heading {
    color: var(--color-white);
    font-size: 40px;
    font-family: 'montserrat-regular';
    text-transform: uppercase;
}
.contact-icon-div {
    background-color: var(--secondary-color);
    padding: 2em 5em;
    padding-top: 2.5em;
    margin-top: -4em;
}
.contact-page .foot-link-menu {
    font-size: 18px;
    color: white;
    /* line-height: 2; */
}
.contact-page .line-height p {
    font-size: 18px ;
    color: rgb(255, 255, 255);
    font-family: "montserrat-light";
    /* line-height: 2; */
}
.contact-page .cont-icon {
    width: 18px;
    filter: invert(1);
    padding-top: 5px;
}
.cont-icon.loaction-icon {
    width: 22px;
}
/* .contact-page .cont-li {
    margin-bottom:0;
} */
.fot-cont-link {
    display: flex;
    align-items: start;
    gap: 15px;
}

.contact-form-section .vlog-social-icon-div {
    padding: 2.5em 0;
}

.vlog-social-icon-div{
     vertical-align: middle;
}

.insta{
    position: relative;
    top: 1px; /* or -1px depending on font */
}

.map-div iframe {
    border: 0;
    width: 100%;
    height: 600px;
}
/* ==================================landmeter============================== */
.inner-land-content-div {
    padding: 3em 8em;
}
.btn-div{
    padding: 3em 0;
}
/* =================================vacature-page=============================== */
.vacat-modal-width{
    max-width: 1000px;
}
.vacature-page .infra-content-col {
    justify-content: space-between;
}
.deco-txt {
    text-decoration: underline;
}

.content-div ul li{
    list-style: disc;
    font-family: 'montserrat-light';
    text-indent: 20px;
}
.content-div p {
    font-family: 'montserrat-light';
}

/* ================================contact================================ */
.form-section {
    padding: 2em;
    padding-top: 6em;
    padding-right: 4em;
}
.input-tag {
    border-radius: unset;
    border: none;
    border-bottom: 1px solid #cecece;
    height: 25px;
    margin-bottom: 2em;
}
textarea.input-tag {
    height: 70px;
}
.input-tag:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #cecece;
    outline: 0;
    box-shadow:unset;
}
.contact-btn {
    text-align: start;
}
.form-section label.form-label{
    font-family: 'montserrat-light';
}
.margin-css{
    margin: 5em 0;
}

.fb-icon{
    width: 40px;
    height: 40px;
}
/* ================================================================ */

.btn-1{
	color:white;
	transition:.3s;
    display: inline-block;
	
	&:after{
		content:"";
		border:0px solid white;
		display:block;
		width:0;
		transition:.5s;
		margin:2px 0;
	}
	
	&:hover{
		text-shadow: 0 0 2px #fff;
		
		&:after{
			border:1px solid white;
			width:100%;
			box-shadow: 0 0 5px 0 #fff;
		}
	}
}


.meer-link {
    display:inline-flex;
    /* width: 140px; */
    height: 40px;
    justify-content: center;
    align-items: center;
    margin: 0.5rem;
    line-height: 35px;
    border: 1px solid;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.35s;
    box-sizing: border-box;
}
.meer-link {
    position: relative;
    border-color: transparent;
    background-color: transparent;
    color: #484848;
    overflow: hidden;
}


.meer-link::before, .meer-link::after {
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    background-color: var(--primary-color);
    transition: all 0.25s;
    content: "";
    z-index: 1;
}
.meer-link::before {
    top: 0;
    transform: translate(-101%, 0);
}
.meer-link::after {
    bottom: 0;
    transform: translate(101%, 0);
}

.meer-link:hover {
    color: #fff !important;
    padding: 10px;
}
.meer-link:hover::before, .meer-link:hover::after {
    transform: translate(0, 0);
}
.meer-link span {
    position: relative;
    z-index: 2;
}
.meer-link:hover .slid-link-btn {
    background: white;
    position: relative;
    z-index: 2;
    padding: 2px;
    border-radius: 5px;
}
/* .vacat-btn-div .meer-link {
    display: inline-flex;
    width:auto;
    padding: 10px;
} */
/* ==========================button-hover============================== */

strong {
    font-weight: bolder !important;
    font-family: 'montserrat-regular';
}
.content-div p strong {
    font-weight: bolder !important;
    font-family: 'montserrat-semiBold';
}

.content-div ul {
    margin: 1.2em 0;
    line-height: 2;
    padding-left: 38px;
}
.content-div ul li::marker {
    font-size: 0.6em; /* Reduces the bullet size */
}
/* .content-div ul li {
    font-family: 'montserrat-light';
    text-indent: 10px;
    position: relative;
}

.content-div ul li::before {
    content: '';
    position: absolute;
    left: -15px; 
    top: 0.5em; 
    width: 0.5em;
    height: 0.5em; 
    background-color: black;
    border-radius: 50%; 
} */

.infra-first-section .infra-detail {
    margin-bottom: 1.5em;
}

.address-font{
    font-family: "montserrat-light" !important;
    font-size: 16px !important;
}
.gap{
    gap: 9px !important;
}
.line-height{
    line-height: 35px !important;
}
.wat-img-div{
    min-height: 315px;
    align-items: center;
    display: flex;
}
.over-ons-list li{
    list-style:  unset !important;
}