/** Default Tailwind styles **/
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

menu, ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/** End Default Tailwind styles **/

*{
 font-family: 'Montserrat', sans-serif;
}
.btn-holder a {
    background: #fff;
    color: rgba(28, 35, 98, 1);
    width: calc(100% - 40px);
    display: block;
    margin-bottom: 5px;
    padding: 10px 10px 10px 30px;
    font-family: 'Muli', sans-serif !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    transition-duration: 0.4s;
}
i.qode_icon_font_awesome {
  color: white;
}
a.qbutton:hover i {
  color: #1c2362;
}
i.hover-arrow{
  color: #b9b9b9;
}
.arrow-box:hover i.hover-arrow{
  color:white !important;
}


.wpforms-field-medium {
  background: #fff !important;
    border: none;
    padding: 12px 10px 12px 10px !important;
    font-family: 'Muli', sans-serif !important;
    font-size: 15px;
    width: calc(100% - 20px) !important;
    max-width: 100% !important;
    /* padding: 6px 0 !important; */
}

h4 {
  /* color: #fff !important; */
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 0px !important;
    text-transform: none !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px !important;
}

.wpb_wrapper h3, .wpb_wrapper h2{
  color: #1c2362;
  font-family: 'Montserrat', sans-serif;
  font-size: 31px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.customform {
  text-align: center !important;
font-size: 15px !important;
line-height: 22px !important;
font-family: 'Muli', sans-serif !important;
letter-spacing: 0px !important;
color: #fff !important;
}

.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 6px 0 !important;
    position: relative;
}

.btn-bfs {
  /* background: #fff; */
    color: rgba(28, 35, 98, 1);
    /* width: calc(100% - 40px);
    display: block; */
    margin-bottom: 5px;
    /* padding: 10px 10px 10px 30px; */
    font-family: 'Muli', sans-serif !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    transition-duration: 0.4s;
}

i {
  color: rgba(28, 35, 98, 1);
}

.bfs-h1 {
  order: 1;
color: #ffffff;
text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
font-size: 48px;
text-transform: none;
font-weight: 600;
border-bottom: 4px solid #fff;
line-height: 64px;
display: inline-block;
}

.bfs-p {
  order: 2;
    width: 100%;
    color: #ffffff;
    font-size: 20px;
    line-height: 44px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.bfs-gray {
  text-transform: none;
min-width: 120px;
color: #665c5f;
font-family: 'Montserrat', sans-serif;
font-size: 14px;
line-height: 24px;
font-style: normal;
font-weight: 400;
}

h3 {
  color: #1c2362;
    font-family: 'Montserrat', sans-serif;
    font-size: 31px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    /* text-transform: uppercase; */
}


.yf-holder-info {
    padding: 10px 15px 10px 15px;
    background: #f5f5f5;
    font-size: 15px;
    line-height: 27px;
    z-index: 20;
    position: relative;
}

.group:hover .arrow-hover
{
  background: #1c2362;
  color: #fff;
}

.page-numbers{
  display: flex;
  gap: 6px;
}

.page-numbers li span, .page-numbers li a
{
  padding: 8px 14px;
  background: #eee;
  transition: 300ms ease-in-out;
  color: #3d5054;
  font-weight: 700;
}

.page-numbers li span.current
{
  background: #1c2362;
  color: white;
}

.page-numbers li span:hover,.page-numbers li a:hover
{
  color: white;
  background: #1c2362;
}

.bfs-boat-container{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 20px;
}

.salesform button[type="submit"]{
  background: linear-gradient(to right, #fbaa2e 0%, #fec533 50%, #fbaa2e 100%);
  color: #1c2362 !important;
  width: 100%;
}

.wpb_wrapper h3.bfs-text-header{
  white-space: normal;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 17px !important;
  text-transform: none;
  font-weight: 600;
  color: #102268;
  max-width: 100%;
}

.boatspec{
  text-transform: none;
  min-width: 120px;
  color: #665c5f;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
}

.bfs-arrow-holder a.btn-arrow {
  background: #f5f5f5;
  color: #b9b9b9;
  padding: 10px 20px;
  transition: 0.4s;
}

.bfs-boat{
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
}

.bfs-boat-image{
  height: 80%;
  width: 100%;
}
.bg-customBlue h4{
  color: white;
}
.bfs-boat-info{
  background-color: #f5f5f5;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 4px;
  align-items: center;
  height: 100%;
  font-weight: bold;
  z-index: 10;
}

/* .bfs-boat-image img{
  width: 100%;
  height: 100%;
  min-width: 290px;
  min-height: 380px;
  object-fit: cover;
} */

.boat-info-text{
  width: 100%;
  padding-left: 5px;
}
.wpforms-container{
  width: 100%;
  margin: 0px;
}

.header_bottom .container, .footer_top .container, .footer_bottom_holder .container{
  margin: auto;
}
#form .wpforms-container{
  margin: 0;
  width: 100%;
  margin: auto;
  padding-left: 15px;
}

.wpforms-field input{
  width: 100%;
}
.wpforms-field textarea{
  height: 75px !important;
}
.wpforms-field input.wpforms-field-medium, .wpforms-field textarea.wpforms-field-medium, .wpforms-submit {
  width: 100% !important;
  border-radius: 0 !important;
}
.wpforms-container form{
  display: flex;
  flex-direction: column;
  gap:2px;
}
.wpforms-container{
  padding : 0px !important;
}
#form-box{
  position: sticky;
  top: 100px;
  overflow: auto !important;
  z-index: 30;
}

.background-fade {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 400px; /* pas aan indien nodig */
}
.background-fade.loaded, .boat_title.loaded {
  opacity: 1;
}

.boat_title
{
  opacity: 0;
  transition: opacity 1s ease-in-out;
  transition-delay: 0.5s;
}

@media (max-width: 768px){
  .bfs-boat-container{
    grid-template-columns: repeat(1, 1fr);
  }
  .bfs-boat{
    width: 100%;
  }
}