/*
	Theme Name: Global Gas - Talenswitch
	Theme URI: http://default.test
	Author: Dtch. Digitals
	Author URI: https://dtchdigitals.com/
	Description: Custom theme created by Dtch. Digitals.
	Version: 1.0
	License: Dtch. Digitals
	Text Domain: teamnijhuis
*/

.modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

/* .modal::before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    z-index: -1;
} */

.modal-header {
    background-color: #EFEFEF;
    padding: 15px;
}

.modal-header img{
    max-height: 48px;
    width: 100%;
}

.modal-body {
    padding: 10px 25px 20px 25px;
}

.modal-body p {
    margin: 15px 0px;
    line-height: 1.55;
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    width: 85%;
    max-width: 480px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow: hidden;
}

.button-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.language-button {
    flex: 1;
    padding: 10px 0;
    font-size: 16px;
    height: 50px;
    cursor: pointer;
    border: none;
    transition: background-color 0.3s, transform 0.3s;
}

.language-button#nlButton {
    background-color: #35ab52 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 30px;
}

.language-button#frButton {
    background-color: #35ab52 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 30px;
}

.language-button:hover {
    transform: scale(1.05);
}

.language-button:active {
    transform: scale(1);
}

.language-button#nlButton:hover {
    background-color: #3fc45f;
}

.language-button#frButton:hover {
    background-color: #3fc45f;
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
    position: relative;
}

body {
    width: 100%;
    font-weight: normal;
    font-size: 1.6rem;
    font-family: "Open Sans", sans-serif;
    line-height: 1;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
}

body::before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(0.5vw);
    z-index: 1;
}

.bg-img {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 0;
    object-fit: cover;
}
