#isl-connectbox .container-sm {  max-width: 450px;  padding-left: 15px;  padding-right: 15px;  margin-right: auto;  margin-left: auto;  }
#isl-connectbox .form-input-wrapper span.loader-icon {  top: 9px;}
#isl-connectbox {
    background: #FAFAFA;
    padding: 20px;
    width: 250px;
}

#isl-container {
    display: none;
}

#isl-connectbox h2 {
    font-family: Abel;
    margin: 0;
    padding: 0;
    text-align: center;
}

#join-content input[type=tel], select {
    width: 100%;
    padding: 12px 20px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

#join-content a[type=submit] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 10px 14px;
    border: none;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    font-family: Abel;
}

#join-content a:hover {
    background-color: #45a049;
}

#isl-connectbox .form-group {   
    display:flex;
    justify-content: center;
    align-items: center;
    padding:0;
}

#isl-connectbox .alert-error {
    text-align: center;
    color: #F44336;
    font-family: Abel;
    margin:0;
    padding-top: 10px;
    /*    background-color: #FFCDD2;
border: 1px solid #F44336;*/
    /*    padding: 10px;*/
    /*    border-radius: 4px;*/
    box-sizing: border-box;
}
.SectionSubscribe {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* Scene container */
.scene {
    position: relative;
    width: 100vw;
    height: 30vh;
    transform-style: preserve-3d;
    perspective: 1000px;
}

/* Sphere that holds the dots */
#sphere {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-style: preserve-3d;
}

/* Individual dots inside the sphere */
.dot {
    position: absolute;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0.1vw rgba(255, 255, 255, 0.8); /* Glowing effect */
    transition: transform 0.5s ease-in-out; /* Smooth transition during resizing */
}

/* Animation for rotating the sphere */
@keyframes rotateSphere {
    0% {
        transform: rotateY(0deg) rotateX(0deg);
    }

    100% {
        transform: rotateY(360deg) rotateX(360deg); /* Full 3D rotation */
    }
}

#sphere {
    animation: rotateSphere 20s linear infinite;
}

.SectionSubscribe {
    height: 100vh;
    width: 100%;
    box-sizing: border-box;
    padding-left: 4vw;
    padding-right: 4vw;
    position: relative;
    /*border-bottom: 2px solid #e2a71b;*/
}

.SectionSubscribe .input-text-box {
    position: relative;
    margin-top: 20px;
}

.SectionSubscribe .input-text-box i {
    color: #757575;
    position: absolute;
    right: 0.5vw;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    font-size: 1.2vw;
    cursor:pointer;
}

.SectionSubscribe .bg-box {
    position: absolute;
}

.SectionSubscribe .flex-box .img-box {
    /*width: 50vw;
    height: 100%;*/
}
.SectionSubscribe .flex-box .img-box img {
    width: auto;
    height: 100vh;
}
.SectionSubscribe .login-text-box {
    margin-top: 20px;
}

.SectionSubscribe .flex-box {
    display: flex;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    z-index: 999;
}

.SectionSubscribe .text-box {
    padding: 20px;
    width: 100%;
    flex: 1;
    display:flex;
    justify-content:center;
    align-items: center;
}

.SectionSubscribe .error-message {
    font-family: Abel;
    color: #F44336;
}
.SectionSubscribe .box {
    background-image: linear-gradient(to right, rgba(250, 250, 250, 0.5), rgba(250, 250, 250, 0.9));
    padding: 3vw;
    width: 350px;
    height: 400px;
    text-align: center;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.SectionSubscribe h3 {
    font-family: Abel;
    font-size: 2vw;
    font-weight: 600;
    color: #212121;
    margin:0;
    padding:0;
}

.SectionSubscribe .normal-button {
    background-color: #152D3B;
    color: #FAFAFA;
    padding: 0.5vw;
    border: none;
    border-radius: 5px;
    font-size: 1vw;
    font-family: Abel;
    margin-top: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}

.SectionSubscribe .alternate-button {
    background-color: none;
    color: #212121;
    padding: 0.5vw;
    border: none;
    border-radius: 5px;
    font-size: 1vw;
    font-family: Abel;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.SectionSubscribe .text-input {
    width: 100%;
    padding: 0.5vw;
    box-sizing: border-box;
    border: none;
    border-radius: 5px;
}

.BelgiumContainer2024 .image-container {
    position: absolute;
    right: 0;
    bottom: -0.2vw;
    width: 20vw;
    height: auto;
}

.BelgiumContainer2024 .image-container img {
    width: 100%;
    height:auto;
}

    .BelgiumContainer2024 .image-container .flip-horizontal {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .BelgiumContainer2024 .content-container {
        margin: 2vw;
        background-color: #e2a71b;
        border-radius: 0.7vw;
        position: relative;
        margin-top: 7vw;
        height: 15vw;
        width: 27.5vw;
        box-sizing:border-box;
    }

.BelgiumContainer2024 .name-role-container {
    position: absolute;
    z-index: 99;
    left: 1vw;
    top: -2.5vw;
    width: 12vw;
    box-sizing: border-box;
}

.BelgiumContainer2024 .name-role-container .text-container{
    background-color: #152D3B;
    border-radius: 0.5vw;
    padding: 0.5vw 1vw;
}

    .Section12 {
        /*background-color: #152D3B;*/
        /*border-bottom: 2px solid #e2a71b;*/
    }

.BelgiumContainer2024 .badges-container {
    margin-top: 1vw;
    display:flex;
    flex-wrap:wrap;
    width: 15vw;
}

.BelgiumContainer2024 .badges-container img {
    border-radius: 0.5vw;
    width: 3vw !important;
    height: 3vw !important;
    margin: 0.2vw;
    border: 0.2vw solid #152D3B;
}

.SectionVerification {
    height: 100vh;
    /*border-bottom: 2px solid #e2a71b;*/
    background-color: #152D3B;
}

.SectionVerification .flex-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height:100%;
    flex-direction: column;
    color: #FAFAFA;
}

.SectionVerification .flex-box .title
{
    font-family: Abel;
    color: #e2a71b;
}

.login-button {
    position: absolute;
    right: 3vw;
    top:1vw;
    background-color: #152D3B;
    /*border: 2px solid #e2a71b;*/
    border-radius: 0.5vw;
}

@media only screen and (max-width: 840px) {
    .login-button {
        position: relative;
        right: auto;
        top: auto;
        border: none;
        border-radius: 0;
    }
}

.general-container {
    box-sizing: border-box;
    overflow: hidden;
    padding-top: 7vw;
}



#Team {
    height: 10vw;
    width: 100%;
    position: absolute;
    margin-top: -6vw !important;
    top: 0;
}

.Section12 {
    position: relative;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 8vw 5vw 5vw 5vw;
}

    .Section12 .TeamContainer {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .Section12 h3 {
        font-family: Abel-Regular;
        color: white;
        font-weight: 400;
    }

    .Section12 p {
        color: #e2a71b;
    }

    .Section12 .Title {
        font-size: 3.5vw;
        text-align: center;
        font-family: Bahnschrift !important;
        font-weight: 400;
        text-transform: uppercase;
        color: #e2a71b;
    }

    .Section12 .Name {
        font-size: 1.5vw;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .Section12 .Position {
        font-size: 1vw;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .Section12 .TeamContainer .Content {
        width: 350px;
        margin-bottom: 3vw;
    }

    .Section12 .ImageContainer {
        position: relative;
        height: 280px;
        width: 100%;
        overflow: hidden;
    }


/*Request Form*/
.RequestFormDiv {
    /*padding-top: 19.5vw;*/
    padding-top: 10vw;
    /*padding-bottom: 14vw;*/
    padding-bottom: 5vw;
    background-color: #CFD8DC;
    position: Relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

    .RequestFormDiv .RequestContainer .MobilePic {
        display: none;
    }

    .RequestFormDiv .ImageContainer {
        position: relative;
        width: 2vw;
        height: 20vh;
    }

        .RequestFormDiv .ImageContainer:nth-child(1) img {
            margin-right: -85px;
            z-index: 600;
            position: absolute;
            top: -180px;
            right: 14px;
            width: 215px;
        }

        .RequestFormDiv .ImageContainer:nth-child(3) img {
            margin-left: -44px;
            z-index: 600;
            margin-top: 90px;
            position: absolute;
            top: -195px;
            left: 4px;
            width: 140px;
        }

    .RequestFormDiv h3 {
        font-size: 30px;
        font-family: Bahnschrift;
    }

    .RequestFormDiv p {
        font-size: 26px;
        margin: 0;
    }

    .RequestFormDiv .RequestContainer .Form .Headline {
        font-size: 35px;
    }

    .RequestFormDiv span {
        font-size: 19px;
        font-family: Abel-Regular;
        font-weight: 600;
    }

.Form .InputContainer {
    display: flex;
    width: 100%;
}

    .Form .InputContainer .VisitorInfo, form .InputContainer .MessageInput {
        width: 50%;
        padding-top: 9px;
    }

    .Form .InputContainer .VisitorInfo {
        display: flex;
        flex-wrap: wrap;
        padding-top: 32px;
    }

        .Form .InputContainer .VisitorInfo div {
            width: 50%;
        }

        .Form .InputContainer .VisitorInfo .TextBox {
            width: 95%;
        }

.Form {
    width: 80vw;
    background-color: #ECEFF1;
    padding: 30px;
}

.ContactByDiv #IsContactByWhatsAppSelected {
    margin-right: 2vw;
}

.ContactByDiv #lblContactByWhatsApp {
    margin-left: 2vw;
}

.ContactByDiv .ContactOption {
    margin-right: 5px;
}

.Form h3 {
    font-weight: 500;
    font-family: Bahnschrift;
    font-size: 18px;
    padding: 0;
    margin: 0;
}

    .Form h3 span {
        font-size: 14px;
        font-weight: 100;
    }

.MessageInput .TextArea {
    resize: none;
    width: 98.5%;
    height: 88%;
    font-size: 16px;
    font-family: Abel-Regular;
    padding: 5px;
}

.ServicesInput {
    text-align: center;
    margin-bottom: 20px;
}

    .ServicesInput input {
        margin-left: 0.2vw;
        margin-right: 1vw;
    }

.ContactByDiv {
    text-align: center;
    margin-top: 20px;
    width: 100% !important;
}

.ButtonContainer input {
    width: 100%;
    background-color: #152d3b;
    color: white;
    padding: 5px;
    margin-top: 20px;
    cursor: pointer;
}

.TextBox:disabled {
    background: #9E9E9E;
}

.RequestFormDiv .RequestContainer .Form .InputContainer .VisitorInfo .TextBoxContainer {
    padding-bottom: 23px;
    position: relative;
    z-index: 800;
}

    .RequestFormDiv .RequestContainer .Form .InputContainer .VisitorInfo .TextBoxContainer .TextBox {
        padding: 4px;
    }

.ErrorMessage {
    color: red;
    margin-top: 40px;
    text-align: center;
    font-size: 18px !important;
    font-weight: 400;
    position: absolute;
    left: 5px;
    top: -14px;
}

.GeneralErrorMessage {
    color: red;
    text-align: center;
    width: 100%;
}

.RequestFormDiv .RequestContainer .ServicesInput .ServiceOption {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

    .RequestFormDiv .RequestContainer .ServicesInput .ServiceOption .CheckBox {
        display: flex;
        flex-direction: row;
        width: 200px;
        justify-content: start;
    }

        .RequestFormDiv .RequestContainer .ServicesInput .ServiceOption .CheckBox input[type="checkbox"] {
            margin-right: 5px;
            z-index: 999;
        }

.ContactByDiv .ContactByCheckBox {
    display: flex;
    justify-content: center;
    width: 100% !important;
    flex-wrap: wrap;
}

    .ContactByDiv .ContactByCheckBox .ContactOption {
        width: 120px;
        display: flex;
        justify-content: center;
    }

.ContactMenu {
    background-color: #e2a71b;
    color: #fafafa !important;
    padding: 5px 20px !important;
    border-radius: 20px;
    top: 1vw;
    right: 6vw;
}

    .ContactMenu:hover {
        background-color: #fcc23a !important;
    }

    .ContactMenu:active {
        background-color: #c48f12 !important;
    }

@media only screen and (max-width:1089px) {
    .Form .InputContainer .VisitorInfo {
        flex-direction: column;
    }

        .Form .InputContainer .VisitorInfo div {
            width: 100%;
        }
}

@media only screen and (max-width:590px) {
    .Form .InputContainer {
        flex-direction: column;
    }

        .Form .InputContainer div {
            width: 100% !important;
        }

    .MessageInput .TextArea {
        height: 30vh;
    }
}

@media only screen and (max-width:840px) {
    .RequestFormDiv {
        padding-top: 20vw;
    }

        .RequestFormDiv .RequestContainer .Form {
            padding-top: 12vw;
        }

    .ContactMenu {
        padding: 0 !important;
        padding-left: 2vw !important;
        border-radius: 0;
        position: relative !important;
        top: 0;
        right: 0;
        background-color: transparent !important;
        color: #fafafa !important;
    }

        .ContactMenu:hover {
            background-color: #e2a71b !important;
        }

    .NavItem {
        padding-right: 3vw !important;
        padding-top: 1vw !important;
        padding-bottom: 1vw !important;
    }
}

@media only screen and (max-width:540px) {
    .RequestFormDiv {
        padding-top: 51.6vw;
    }

        .RequestFormDiv .RequestContainer .Form {
            padding-top: 23vw;
        }

        .RequestFormDiv .ImageContainer img {
            display: none;
        }

        .RequestFormDiv .RequestContainer .MobilePic {
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            width: 80vw;
            top: 24vw;
        }
}

@media only screen and (max-width:460px) {
    .ContactByDiv .ContactByCheckBox .ContactOption {
        justify-content: end;
    }

    .ContactByDiv .ContactByCheckBox {
        justify-content: end;
        flex-direction: column;
        flex-wrap: nowrap;
    }
}

/*Navigation*/

/*.SideMenuBar .NavBarContainer {
    background-color: #152d3b;
    height: 100vh;
    z-index: 99999;
    width: 30vw;
}*/

/*.Menu .NavBarContainer .NavContainer {
    padding: 0;
}
*/
/*    .Menu .NavBarContainer .NavContainer .NavItem {
        margin: 2vw 0;
        padding-left: 2vw;
        width: 100%;
    }*/

    /*.Menu .NavBarContainer .NavContainer a {
        font-size: 3.2vw;
    }

.Menu .NavBarContainer .ToggleMenu {
    display: none;
}*/
/*
.Menu .NavBarContainer .ToggleMenuActive {
    display: block;
}

    .Menu .NavBarContainer .ToggleMenuActive .NavItem {
        display: block;
    }*/

.SideMenubarcontainer {
    display: inline-block;
    cursor: pointer;
}

.SideMenuBar {
    list-style-type: none;
}

.bar1, .bar2, .bar3 {
    width: 60px;
    height: 5px;
    background-color: #e2a71b;
    margin: 10px 0;
    transition: 0.4s;
}

.bar1 {
    animation: SideMenuBarAnimation1 linear 0.2s forwards;
    animation-direction: reverse;
}

.bar2 {
    animation: FadeOut linear 0.2s forwards;
    animation-direction: reverse;
}

.bar3 {
    animation: SideMenuBarAnimation2 linear 0.2s forwards;
    animation-direction: reverse;
}

.ToggleMenuIconActive .bar1 {
    transform: translate(0, 15px) rotate(-45deg);
    animation: SideMenuBarAnimation1 linear 0.2s forwards;
}

.ToggleMenuIconActive .bar2 {
    opacity: 0;
    animation: FadeOut linear 0.2s forwards;
}

.ToggleMenuIconActive .bar3 {
    transform: translate(0, -15px) rotate(45deg);
    animation: SideMenuBarAnimation2 linear 0.2s forwards;
}

@keyframes SideMenuBarAnimation1 {
    from {
        transform: translate(0, 0) rotate(0);
    }

    to {
        transform: translate(0, 15px) rotate(-45deg);
    }
}

@keyframes SideMenuBarAnimation2 {
    from {
        transform: translate(0, 0) rotate(0);
    }

    to {
        transform: translate(0, -15px) rotate(45deg);
    }
}

@keyframes FadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.NavContainer {
    margin-top: auto;
    bottom:0;
}

.ToggleMenuIcon,
.ToggleMenuIconActive {
    display: none;
}

@media only screen and (max-width:1440px) {
    .Menu.SideMenuBar {
        top:0;
        position: absolute;
        background-color:#152D3B;
        display: flex;
        flex-direction: column;
        height: 100%;
        width:100%;
        z-index: 99999;
        justify-content: left;
        align-items: start;
    }

    .NavContainer {
        display: none;
    }
    .SideMenuBar .NavContainer {
        display: flex;
        flex-direction: column;
    }

    .SideMenuBar {
        display: flex;
    }

    .ToggleMenuIcon,
    .ToggleMenuIconActive {
        display: block;
    }

    .NavContainer {
        margin-top: 30px;
        bottom: auto;
    }

    .SideMenuBar {
        position: fixed !important;
    }
}