/*
 Theme Name:     Interly Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Interly Streetwise Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */
/*----- CHEATSHEET -----*/
/* Media Queries */
/*
@media only screen and (max-width: 980px) { -- Tabled
@media only screen and (max-width: 480px) { -- Mobile
*/

/* Row + Column systeem */
/*
.rij-block:after {
  content: "";
  display: table;
  clear: both;
}

.block-1 {
  float: left !important;    
  width: 50%!important;
}

.block-2 {
  float: left !important;
  width: 50%!important;
}
*/

/* FONTS */



@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Regular.ttf'), format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato Bold';
  src: url('fonts/Lato-Begular.ttf'), format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato Bold Italic';
  src: url('fonts/Lato-BoldItalic.ttf'), format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-family: "eurostile", sans-serif;
  font-weight: 700;
  font-style: normal;
}

body,
a {
  font-family: 'Lato', sans-serif;
}

h1 {
  font-size: 46px;
}

p {
  line-height: 22px;
}


.et-db #et-boc .et-l h3 {
  font-size: 22px !important;
}

/* GLOBAL MODULES */

.do-flex-col,
.do-flex-rev {
  display: flex;
  align-items: center;
}

.et_pb_button.do-orange-btn {
  border-radius: 4px 4px 50px 4px !important;
}

a.et_pb_button.do-orange-btn {
  text-transform: uppercase;
  font-family: "eurostile", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal;
}

.et_pb_button[data-icon]:not([data-icon=""])::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("/wp-content/uploads/2024/07/Pijltje-zwart.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  top: 12px;
  margin-left: 8px;
  filter: invert(90%) sepia(92%) saturate(31%) hue-rotate(250deg) brightness(108%) contrast(100%);
}

.do-read-more-link::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("/wp-content/uploads/2024/07/Pijltje-zwart.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  top: 10px;
  margin-left: 8px;
  transition: all 300ms ease 0ms;
  filter: invert(76%) sepia(39%) saturate(6368%) hue-rotate(341deg) brightness(94%) contrast(100%);
}

.do-read-more-link:hover::after {
  filter: invert(23%) sepia(48%) saturate(820%) hue-rotate(168deg) brightness(92%) contrast(85%);
}

.orange {
  color: #ef7b24;
}

.do-title-has-before h1::before {
  content: "";
  display: block;
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/uploads/2024/07/Dutch-offshore-orange-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}

/* Loader CSS */
.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #ef7b24 94%, #0000) top/8px 8px no-repeat,
    conic-gradient(#0000 30%, #ef7b24);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
  animation: l13 1s infinite linear;
}

@keyframes l13 {
  100% {
    transform: rotate(1turn);
  }
}

/* BEFORE SECTION */

.do-before-half-section {
  position: relative;
}

.do-before-half-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  background-image: url("/wp-content/uploads/2024/07/Dutch-Offshore-Overlay.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.do-pagination {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.do-pagination span,
.do-pagination a {
  margin: 0px 5px;
  color: #141414;
}

.do-pagination a {
  color: #141414;
  transition: all 300ms ease 0ms;
}

.do-pagination a:hover {
  color: #ef7b24;
}

/*----- TOPBAR -----*/

/*----- HEADER -----*/

div#et-main-area {
  margin-top: 65px;
  overflow: hidden;
}

.do-menu-click {
  overflow: hidden !important;
}

/* div#et-boc header.et-l.et-l--header #do-header {
  top: 32px !important;
} */

div#et-boc header.et-l.et-l--header #do-header {
  padding: 0;
}

div#et-boc header.et-l.et-l--header #do-header .et_pb_row {
  padding-top: 10px;
  padding-bottom: 10px;
}

div#et-boc header.et-l.et-l--header #do-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background: #ffffff;
  transition: all 0.3s;
  box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.3);
}

div#et-boc header.et-l.et-l--header.has-scrolled {
  z-index: 9999;
  position: sticky;
}

div#et-boc header.et-l.et-l--header li.do-header-btn {
  align-items: center !important;
}

div#et-boc header.et-l.et-l--header #do-header .do-header-btn a {
  display: block;
  height: fit-content;
  background: #234B70;
  color: #fff !important;
  padding: 14px 40px 14px 30px;
  border-radius: 4px 4px 50px 4px;
  transition: all 300ms ease 0ms;
  font-weight: 600;
}

div#et-boc header.et-l.et-l--header .do-header-btn a:hover {
  background-color: rgba(186, 94, 25, 0.8);
}

div#et-boc header.et-l.et-l--header #do-header ul.sub-menu {
  border-radius: 2px;
}

div#et-boc header.et-l.et-l--header #do-header .et_pb_menu_0_tb_header.et_pb_menu .nav li ul {
  border-color: #ffffff;
}

div#et-boc header.et-l.et-l--header #do-header .et_pb_menu .nav li ul.sub-menu a {
  font-weight: 400;
}

div#et-boc header.et-l.et-l--header .et-menu .menu-item-has-children>a:first-child:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("/wp-content/uploads/2024/07/Dutch-Offshore-arrow-dropdown.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 5px;
  top: 0;
}

div#et-boc header.et-l.et-l--header .et-menu .menu-item-has-children>a:first-child::after {
  transition: all 0.4s;
  transform: rotate(0deg);
  margin-top: -4px;
}

div#et-boc header.et-l.et-l--header .et-menu .menu-item-has-children:hover>a:first-child::after {
  transform: rotate(-180deg) !important;
}





/*change hamburger icon to x when mobile menu is open*/

#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
  content: '\4d';
}


/*adjust the new toggle element which is added via jQuery*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
  width: 44px;
  height: 100%;
  padding: 0px !important;
  max-height: 44px;
  border: none;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 999;
  background-color: transparent;
}


/*some code to keep everyting positioned properly*/

ul.et_mobile_menu>li.menu-item-has-children,
ul.et_mobile_menu>li.page_item_has_children,
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
  position: relative;
}


/*remove default background color from menu items that have children*/

.et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
  background-color: transparent;
}


/*hide the submenu by default*/

ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
  display: none !important;
  visibility: hidden !important;
}


/*show the submenu when toggled open*/

ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
  display: block !important;
  visibility: visible !important;
}


/*adjust the toggle icon position and transparency*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
  text-align: center;
  opacity: 1;
}


/*submenu toggle icon when closed*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
  top: 10px;
  position: relative;
  font-family: "ETModules";
  content: '\33';
  color: #00d263;
  background: #f0f3f6;
  border-radius: 50%;
  padding: 3px;
}


/*submenu toggle icon when open*/

ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
  content: '\32';
}


/*add point on top of the menu submenu dropdown*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
  position: absolute;
  right: 5%;
  margin-left: -20px;
  top: -14px;
  width: 0;
  height: 0;
  content: '';
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #ffffff;
}


/*adjust the position of the hamburger menu*/

.mobile_menu_bar {
  position: relative;
  display: block;
  bottom: 10px;
  line-height: 0;
}


/*force the background color and add a rounded border*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu,
.et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
  background-color: #ffffff !important;
  border-radius: 10px;
}







/* Sticky mobile menu */
@media screen and (max-width: 980px) {
  .et_fixed_nav #main-header.et-fixed-header {
    position: fixed;
    height: 80px;
    margin-top: -55px;
  }
}

/*----- EXTRA -----*/


#do-hero::before,
.do-hero-before::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 95vw;
  height: 100%;
  background-image: url(/wp-content/uploads/2025/11/hero-before.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

@media(max-width:980px) {

  #do-hero::before,
  .do-hero-before::before {
    width: 100vw;
  }
}

.do-inline-buttons .et_pb_button_module_wrapper {
  display: inline-block;
}

/* SCROLL DOWN */

.do-scroll-container {
  text-align: center;
}

.do-scroll-text {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 10px;
}

.do-scroll-arrows {
  width: 20px;
  animation: bounce 2s infinite;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}

/* ----- EQUIPMENT & CREWING SHORTCODE TABS ------ */

.do-equipment-filter-container,
.do-crewing-filter-container,
.do-projects-filter-container,
.do-vacancies-filter-container {
  margin-bottom: 20px;
}

.do-equipment-filter h2,
.do-crewing-filter h2,
.do-projects-filter h2 {
  font-size: 26px;
  color: #ef7b24;
  padding-bottom: 0px;
}

.do-equipment-filter,
.do-crewing-filter,
.do-projects-filter,
.do-vacancies-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.do-equipment-tabs,
.do-crewing-tabs,
.do-projects-tabs,
.do-vacancies-tabs {
  display: flex;
}

.do-equipment-tabs .do-tab-link,
.do-crewing-tabs .do-tab-link,
.do-projects-tabs .do-tab-link,
.do-vacancies-tabs .do-tab-link {
  padding: 10px 20px;
  background-color: #ffffff;
  border: 1px solid #b6b5b5;
  border-radius: 2px;
  cursor: pointer;
  transition: all 300ms ease 0ms;
  width: 160px;
  text-transform: uppercase;
  font-family: "eurostile", sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-style: normal;
}

.do-equipment-tabs .do-tab-link:not(:last-child),
.do-crewing-tabs .do-tab-link:not(:last-child),
.do-projects-tabs .do-tab-link:not(:last-child),
.do-vacancies-tabs .do-tab-link:not(:last-child) {
  margin-right: 5px;
}

.do-equipment-tabs .do-tab-link:hover,
.do-crewing-tabs .do-tab-link:hover,
.do-projects-tabs .do-tab-link:hover,
.do-vacancies-tabs .do-tab-link:hover {
  background-color: #234b70;
  border: 1px solid #234b70;
  border-radius: 2px;
  color: #ffffff;
}

.do-equipment-tabs .do-tab-link.active,
.do-crewing-tabs .do-tab-link.active,
.do-projects-tabs .do-tab-link.active,
.do-vacancies-tabs .do-tab-link.active {
  background-color: #234b70;
  border: 1px solid #234b70;
  border-radius: 2px;
  color: #ffffff;
}

/* ----- EQUIPMENT SHORTCODE VIEW ------ */

.do-equipment-list,
.do-equipment-overview-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.do-equipment-item {
  display: block;
  border-radius: 2px;
  overflow: hidden;
  background-color: #f8f8f8;
  height: 100%;
}

.do-equipment-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.do-equipment-content h3 {
  color: #234B70;
}

.do-equipment-text {
  flex: 1;
  margin-right: 20px;
  padding-left: 30px;
}

.do-equipment-text ul {
  padding-bottom: 0px;
}

.do-equipment-text h3 {
  font-size: 18px;
  margin: 0 0 10px;
  position: relative;
  padding: 0px 0px 0px 30px;
}

.do-equipment-text h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/uploads/2024/07/Dutch-offshore-orange-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.short-description {
  margin: 10px 0;
}

.short-description p {
  color: #152236;
}

.do-read-more-link {
  display: inline-block;
  color: #ef7b24;
  font-weight: 700;
  text-decoration: none;
  transition: all 300ms ease 0ms;
}

.do-projects-item .do-read-more-link:hover {
  color: #ef7b24;
}

.do-read-more-link:hover {
  color: #234b70;
}

/* Image styling within equipment items */
.do-equipment-image {
  width: 275px;
  height: 280px;
}

.do-equipment-image img {
  object-fit: cover;
  height: 100%;
}

#do-equipment div#do-equipment-pagination-1 {
  display: none;
}

#do-equipment-overview div#do-equipment-filter-container-1 .do-equipment-filter {
  justify-content: center;
}

#do-equipment-overview div#do-equipment-filter-container-1 .do-equipment-filter .do-equipment-tabs {
  width: 100%;
  justify-content: space-around;
}

#do-equipment-overview div#do-equipment-filter-container-1 .do-equipment-filter .do-equipment-tabs .do-tab-link {
  width: 160px;
}

.do-ul-flex-row {
  display: flex;
}

.do-ul-flex-row ul {
  list-style: none;
  padding: 0;
}

.do-ul-flex-row ul li:not(:last-of-type) {
  position: relative;
  margin-bottom: 30px;
}

.do-ul-flex-row ul:last-of-type {
  margin-left: 50px;
}

.do-ul-flex-row ul li::before {
  content: url('/wp-content/uploads/2024/09/orange-check-icon.svg');
  transform: translateY(-50%);
  margin-right: 10px;
}

.do-ul-flex-row ul li {
  text-transform: uppercase;
  font-family: "eurostile", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #152236;
  font-size: 15px;
}

.do-contact-block {
  display: flex;
  align-items: center;
}

.do-contact-block div {
  width: 50%;
}

.do-contact-block a {
  display: block;
  height: fit-content;
  background: #ef7b24;
  color: #fff !important;
  padding: 14px 40px;
  border-radius: 4px 4px 50px 4px;
  transition: all 300ms ease 0ms;
  font-weight: 600;
  width: 80%;
}


/*---- EQUIPMENT SINGLE PAGE  */


.do-equipment-item-link {
  display: block;
  text-decoration: none;
  color: inherit;
}


.do-slider-for img {
  border-radius: 2px;
  margin-bottom: 30px;
  height: 500px;
  width: 100%;
  object-fit: cover;
}

.do-slider-nav img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  object-position: center;
  border-radius: 2px;
}

.do-slider-nav button img {
  height: 20px;
}

.do-slider-nav .slick-slide {
  margin-right: 10px;
}

.do-slider-nav .slick-list.draggable {
  padding: 0px !important;
}

.do-contact-block b {
  color: #152236;
  margin-bottom: 10px;
}

.do-contact-block p {
  color: #454545;
  font-size: 14px;
}

.do-equipment-spec-pdfs li {
  position: relative;
}

button#toggle-specifications {
  position: relative;
  border: none;
  background-color: transparent;
  color: #141414;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  display: inline-flex;
  padding: 0;
  align-items: center;
  gap: 6px;
  transition: color 0.3s ease;
  margin-bottom: 30px;
}

button#toggle-specifications::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("/wp-content/uploads/2025/10/black-dropdown-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}

button#toggle-specifications.is-open::after {
  transform: rotate(180deg);
}

.equipment-specs ul {
  list-style-type: none;
  padding-bottom: 0;
}

.equipment-specs ul li:not(:last-of-type) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #BFBFBF;
}

.equipment-specs ul li a:first-of-type {
  color: #EF7B24;
  font-weight: 700;
  margin-right: 30px;
}

.do-download-button {
  display: inline-block;
  padding: 5px 10px;
  color: #454545;
  font-weight: 700;
  text-decoration: none;
}

.do-download-button::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("/wp-content/uploads/2024/07/Pijltje-zwart.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  top: 10px;
  margin-left: 8px;
  transition: all 300ms ease 0ms;
}

.fancybox-trigger {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: url(/wp-content/uploads/2024/08/Fancybox-icon.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}

.do-crewing-img img {
  object-fit: cover;
}


/* ----- CREWING CPT ------- */

.do-crewing-item .do-crewing-item-link .do-crewing-content .do-crewing-text .do-read-more-link {
  padding: 10px 30px !important;
}


button.slick-prev.slick-arrow {
  background: none;
  border: none;
  display: block;
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  cursor: pointer;
}

button.slick-next.slick-arrow {
  background: none;
  border: none;
  display: block;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  cursor: pointer;
}

.do-crewing-content {
  width: 100%;
}

.do-crewing-item {
  background-color: #ffffff;
  border-radius: 2px;
  overflow: hidden;
  margin: 0px;
  width: 100%;
  min-height: 470px;
}

.do-crewing-slider .do-crewing-content {
  width: 100%;
  max-width: 375px;
}

.do-crewing-slider .do-crewing-item {
  background-color: #ffffff;
  border-radius: 2px;
  overflow: hidden;
  margin: 0px 10px;
  width: 100%;
  max-width: 375px;
  min-height: 470px;
}

.do-crewing-text h3 {
  font-size: 22px;
  margin: 0 0 20px;
  position: relative;
  padding: 0px 0px 0px 30px;
  background-color: #234b70;
  color: #ffffff;
  width: 80%;
  border-radius: 0px 0px 60px 0px;
  margin-top: -39px;
  padding: 8px 60px 8px 30px;
}

.do-crewing-text h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url('/wp-content/uploads/2024/07/Dutch-offshore-orange-arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.do-crewing-text .short-description {
  padding: 0px 30px;
}

.do-crewing-text .short-description p {
  padding: 0;
}

.do-crewing-text .short-description p:first-of-type {
  margin-bottom: 10px;
}

.do-crewing-text a {
  padding: 0px 30px;
  margin-bottom: 25px;
}

.crewing-text-container {
  display: flex;
  justify-content: space-between;
}

.crewing-text-column {
  width: 45%;
}

.do-crewing-image img {
  height: 260px;
  object-fit: cover;
}


.do-crewing-grid-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Grid container */
.do-crewing-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 350px), 1fr)) !important;
  gap: 20px !important;
  width: 100% !important;
  max-width: 1200px !important;
}

/* CONQUEST MB1 */

.do-specification-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-family: Arial, sans-serif;
}

.do-specification-table th,
.do-specification-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.do-specification-table th {
  background-color: #f2f2f2;
  font-weight: bold;
}

.do-specification-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.do-specification-table tr:hover {
  background-color: #eaeaea;
}

.do-specification-table th,
.do-specification-table td {
  padding: 12px;
}

.do-conquest-spec-form .nf-field-label {
  display: none;
}

.do-conquest-spec-form
/* PROJECTEN */

/* .do-projects-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 20px;
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;  
} */

.do-projects-item {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  width: 100%;
  box-sizing: border-box;
}

.do-projects-image {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 200px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
  box-sizing: border-box;
}

.do-projects-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(30, 54, 90, 0.2);
  z-index: 1;
}

.do-projects-content {
  position: relative;
  z-index: 2;
  padding: 0px 20px 20px;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
}

.do-projects-text {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

.do-projects-text h3 {
  color: #ffffff;
  margin: 0;
  padding-left: 20px;
  padding-bottom: 0px;
  font-size: 22px;
  position: relative;
}

.do-projects-text h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url("/wp-content/uploads/2024/07/Dutch-offshore-orange-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.do-projects-item .do-read-more-link {
  color: #ffffff !important;
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  transition: all 300ms ease 0ms;
}


.do-projects-item .do-read-more-link::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("/wp-content/uploads/2024/07/Pijltje-zwart.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  top: 10px;
  margin-left: 8px;
  transition: all 300ms ease 0ms;
  filter: invert(92%) sepia(100%) saturate(3%) hue-rotate(307deg) brightness(105%) contrast(100%);
}

.do-projects-item .do-read-more-link:hover::after {
  filter: invert(59%) sepia(37%) saturate(3446%) hue-rotate(346deg) brightness(98%) contrast(92%);
}

#do-project-overview .do-projects-filter {
  justify-content: center;
}

#do-project-overview .do-projects-filter .do-projects-tabs {
  justify-content: space-around;
  width: 100%;
}

.do-project-quote {
  background-color: #F8F8F8;
  padding: 30px 30px;
  margin: 40px 0px;
}

.do-project-quote h3 {
  color: #234B70;
  font-size: 20px;
  font-family: 'Lato Bold Italic';
  text-transform: none;
  text-align: center;
  line-height: 35px;
}

.do-project-quote p {
  color: #79879B;
  font-size: 20px;
  text-align: center;
}

.specification-item:not(:last-of-type) {
  margin-bottom: 20px;
}

.specification-item strong {
  color: #000000;
  font-size: 15px;
}

@media(max-width: 980px) {
  .do-projects-image {
    height: auto;
    padding-top: .5rem;
  }
}

/* NEWS CPT & VACANCIES (HOME) */

.do-news-container,
.do-vacancies-container {
  margin-bottom: 20px;
}

.do-news-link h2,
.do-vacancies-link h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #ef7b24;
}

.do-news-link,
.do-vacancies-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.do-news-link-right a,
.do-vacancies-link-right a {
  color: #234b70;
}


.do-recent-posts-grid,
.do-recent-posts-grid-news,
.do-news-overview,
.do-projects-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}


.do-post-item {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding-bottom: 30px;
}

.do-post-thumbnail img {
  max-width: 100%;
  height: auto;
  border-radius: 2px;
}

.do-recent-posts-grid-news .do-post-item .do-post-date,
.do-news-overview .do-post-item .do-post-date {
  font-size: 14px;
  color: #ffffff;
  background-color: #234b70;
  width: 50%;
  border-radius: 0px 0px 60px 0px;
  padding: 8px 60px 8px 30px;
  position: relative;
  margin-top: -46px;
  margin-bottom: 20px;
}

.do-recent-posts-grid .do-post-item .do-post-date {
  font-size: 14px;
  color: #ffffff;
  background-color: #ef7b24;
  width: 50%;
  border-radius: 0px 0px 60px 0px;
  padding: 8px 60px 8px 30px;
  position: relative;
  margin-top: -46px;
  margin-bottom: 20px;
}

.do-post-item h2 {
  padding: 0 30px;
}

.do-post-item h2 a {
  color: #152236;
  font-size: 24px;
  margin: 10px 0;
  text-transform: uppercase;
  font-family: "eurostile", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.do-post-item a {
  text-decoration: none;
  color: #e78131;
}

.do-post-item a.do-read-more-link,
.do-post-item span.do-read-more-link {
  padding: 0 30px;
}

.do-copy-button {
  color: #ffffff;
  border-width: 0px;
  border-radius: 4px 4px 50px 4px;
  font-size: 16px;
  background-color: #234b70;
  padding: 12px 40px;
  cursor: pointer;
  transition: all 300ms ease 0ms;
}

.do-copy-button:hover {
  background-color: #18344ecf;
}

.do_vacancy_info {
  display: flex;
  align-items: flex-start;
  color: #152236;
  margin-bottom: 10px;
}

.do_vacancy_info p {
  margin-left: 10px;
}

.do_vacancy_info img {
  width: 15px;
}

#do-vacancies-filter-container-1 .do-vacancies-filter {
  justify-content: center;
}

#do-vacancies-filter-container-1 .do-vacancies-filter .do-vacancies-tabs {
  justify-content: space-around;
  width: 100%;
}

/* CLIENTS & PARNTERS */

.do-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px 0;
}

.do-logo {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.do-logo-imgcontainer {
  height: 90px;
  width: 100%;
  max-width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}

.do-logo-imgcontainer img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.3s ease;
}

.do-logo-imgcontainer img:hover {
  transform: scale(1.05);
}


/* MEDIA ITEMS */

.do-media-items-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
  margin: 0 auto;
  max-width: 1200px;
  /* Adjust the max-width as needed */
}

.do-media-item {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.do-media-item img,
.do-media-item video {
  width: 100%;
  height: 250px;
  display: block;
  border-radius: 2px;
  object-fit: cover;
}

.do-media-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.do-media-item video {
  width: 100%;
  height: auto;
}

.pagination {
  text-align: center;
  margin-top: 20px;
}


/*----- FOOTER -----*/

.do-usps-slider {
  width: 100%;
  margin: auto;
}

.do-usps-slider li {
  list-style: none;
  margin: 2px;
  text-align: center;
  color: #141414;
}

.do-usps-slider .slick-slider {
  padding: 0;
}

.do-usps-slider li::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 15px;
  height: 15px;
  background-image: url("/wp-content/uploads/2024/07/Dutch-offshore-orange-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.do-usps-slider button.slick-prev {
  left: -5%;
}

.do-usps-slider button.slick-next {
  right: -5%;
}

@media(max-width:450px) {
  .do-usps-slider button.slick-prev {
    top: 150%;
  }

  .do-usps-slider button.slick-next {
    top: 150%;
  }
}

/* Divi footer */
#main-footer {
  display: none !important;
}

#do-footer .et_pb_column_1_5:first-of-type {
  width: 22%;
}

#do-footer .et_pb_column_1_5:nth-of-type(2) {
  width: 10%;
}

#do-footer .et_pb_column_1_5:nth-of-type(3) {
  width: 10%;
}

#do-footer .et_pb_column_1_5:nth-of-type(4) {
  width: 10%;
}

#do-footer .et_pb_column_1_5:last-of-type {
  width: 22%;
}

#do-footer ul {
  padding: 0;
}

#do-copyright a {
  color: #9f9f9f;
}

/*----- FORMS -----*/

.nf-form-fields-required {
  display: none;
}

.nf-form-cont .nf-form-content input:not([type="submit"]) {
  border: transparent;
  background: #f8f8f8;
  border-radius: 4px;
  padding-left: 20px;
}

.nf-form-cont .nf-form-content input[type="submit"] {
  background: #234b70;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 4px 4px 50px 4px;
  width: 100%;
  transition: all 0.3s;
}

.nf-form-cont .nf-form-content input[type="submit"]:hover {
  cursor: pointer;
  background: #18344ecf;
  color: #fff;
}

.nf-form-content label {
  color: #234b70;
  font-size: 15px !important;
}

.nf-error-msg,
.ninja-forms-req-symbol {
  color: #234b70 !important;
}

.do-vacancy-form .nf-form-cont {
  width: 50%;
}

.nf-fu-progress {
  display: none;
}

.do-vacancy-form .nf-fields-wrap>.nf-field:nth-child(6),
.do-vacancy-form .nf-fields-wrap>.nf-field:nth-child(7) {
  position: absolute;
  padding-left: 10px;
  width: 50%;
  right: 0;
  /* margin-top: 200px; */
}

.do-vacancy-form .nf-fields-wrap>.nf-field:nth-child(8),
.do-vacancy-form .nf-fields-wrap>.nf-field:nth-child(9) {
  width: 100%;
  position: relative;
}

div#nf-field-17-container {
  margin-top: -298px;
  width: 100%;
  left: 51%;
  position: absolute;
}

button.btn.ninja-forms-field.nf-element.btn-success.nf-fu-fileinput-button {
  width: 49%;
  border: 1px solid #ef7b24;
  border-radius: 2px;
  background-color: transparent;
  color: #ef7b24;
  font-weight: 600;
}

div#nf-field-18-container {
  margin-top: -220px;
  left: 51%;
  position: absolute;
}

.do-vacancy-form .nf-form-content textarea.ninja-forms-field {
  height: 160px;
}

.do-vacancy-form .nf-form-cont .nf-form-content input[type="submit"] {
  position: absolute;
  left: 50%;
  background-color: #ef7b24;
}

/* Receive updates form */

#do-footer .nf-form-content label {
  display: none !important;
}

/* Contact form */

.do-contact-form h3 {
  text-align: center;
  color: #ef7b24;
  font-size: 26px;
}

.do-contact-form .nf-form-cont .nf-form-content input[type="submit"] {
  background: #ef7b24;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 4px 4px 50px 4px;
  width: 100%;
  transition: all 0.3s;
}

.do-contact-form .nf-form-cont .nf-form-content input[type="submit"]:hover {
  cursor: pointer;
  background: rgba(186, 94, 25, 0.8);
  color: #fff;
}


/* PDF FORM */

.do-pdf-form #ninja_forms_required_items,
.nf-field-container {
  margin-bottom: 0px !important;
}

/* .do-pdf-form p:last-of-type { 
  position: absolute;
  bottom: -90px;
} */

.ninja-form-container {
  margin-top: 10px
}

.do-pdf-form .nf-field-label {
  display: none;
}


/* SLICK SLIDERS */

.do-acf-single-gallery .slick-slide img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-radius: 2px;
}












/* RESPONSIVE */

.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before {
  color: #234B70 !important;
}

.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
}

.line {
  fill: none;
  stroke: #BFB74C;
  /* Set the stroke color here */
  stroke-width: 6;
  stroke-linecap: round;
  /* Make line ends rounded */
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}


.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

#mobile_menu1 {
  display: none;
  /* Ensure menu is hidden by default */
}

/* Example of adding visibility when the menu is opened */
.menu.opened+#mobile_menu1 {
  display: block;
}


@media(max-width:980px) {
  .do-inline-buttons .et_pb_button_module_wrapper {
    text-align: center;
    display: block;
  }

  .do-equipment-filter,
  .do-crewing-filter,
  .do-projects-filter,
  .do-vacancies-filter {
    flex-direction: column;
  }

  .do-equipment-tabs,
  .do-crewing-tabs,
  .do-projects-tabs,
  .do-vacancies-tabs {
    flex-direction: column;
    width: 100%;
  }

  .do-equipment-tabs .do-tab-link.active,
  .do-crewing-tabs .do-tab-link.active,
  .do-projects-tabs .do-tab-link.active,
  .do-vacancies-tabs .do-tab-link.active,
  .do-equipment-tabs .do-tab-link,
  .do-crewing-tabs .do-tab-link,
  .do-projects-tabs .do-tab-link,
  .do-vacancies-tabs .do-tab-link {
    width: 100%;
    margin-bottom: 20px;
  }

  .et_pb_button.do-orange-btn {
    width: 100%;
  }

  .do-projects-list,
  .do-recent-posts-grid,
  .do-recent-posts-grid-news,
  .do-news-overview {
    grid-template-columns: repeat(2, 1fr);
  }

  .do-recent-posts-grid-news .do-post-item .do-post-date,
  .do-news-overview .do-post-item .do-post-date,
  .do-recent-posts-grid .do-post-item .do-post-date {
    width: 60%;
  }

  .do-equipment-content {
    flex-direction: column-reverse;
  }

  .do-equipment-image {
    width: 100%;
    justify-content: stretch;
  }

  .do-equipment-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .do-equipment-text {
    width: 100%;
    margin-right: 0;
    padding: 30px 30px;
  }
}

@media(max-width: 768px) {

  .do-equipment-list,
  .do-equipment-overview-list,
  .do-projects-list,

  .do-recent-posts-grid-news,
  .do-news-overview {
    grid-template-columns: repeat(1, 1fr);
  }

  .do-recent-posts-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
    gap: 1rem;
  }

  .do-post-thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
}

.et_pb_row_9::before {
  display: none !important;
  content: none !important;
}

.do-equipment-load-more {
  text-align: center;
  margin-top: 30px;
}

.load-more-btn {
  color: #FFFFFF !important;
  border-width: 0px !important;
  border-radius: 4px 4px 50px !important;
  font-size: 14px;
  background-color: #ef7b24;
  text-transform: uppercase;
  font-family: "eurostile", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal;
  padding-top: 10px !important;
  padding-right: 40px !important;
  padding-bottom: 10px !important;
  padding-left: 30px !important;
  cursor: pointer;
}

.load-more-btn:hover {
  background-image: initial;
  background-color: rgba(186, 94, 25, 0.8);
  transition: all 300ms ease 0ms;
}

/* Vacancies title list */

.do-vacancy-titles-list li {
  list-style: none;
}


#do-summary-section {
  padding: 0 !important;
}

#do-summary-section .et_pb_row {
  width: 100% !important;
}

#do-summary-section .et_pb_column {
  /* background-color: #f8f8f8; */
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}

#do-summary-section h2 {
  font-size: 18px !important;
  text-align: start !important;
  /* color: #ef7b24 !important; */
}

#do-equipment-titles-dynamic .do-equipment-titles-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px 20px;
  padding: 0;
  margin: 0;
}