html {
    font-family: 'Open Sans', Arial, sans-serif;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

header {
    background-color: #000000f0;
    color: white;
    padding: 1rem;
    text-align: center;
}

header h1 {
    margin: 0;
    font-size: 2rem;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 2rem;
}

.section {
    background: white;
    margin-bottom: 2rem;
    padding: 1.5rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.section h2 {
    margin-top: 0;
}

ul {
    list-style-type: none;
    padding: 0;
}

ul li {
    padding: 5px 45px;
}

ul li a {
    color: #f6f6f6;
    text-decoration: none;
}

ul li a:hover {
    text-decoration: underline;
}

footer {
    text-align: center;
    background: #ff9901b5;
    color: white;
    padding: 10px;
    /* margin-top: 1rem; */
    /* min-height: 100%; */
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 35px;
}

footer p {
    margin: 0;
}

* {
    box-sizing: border-box;
}



/* .mySlides {display: none;} */
img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 100%;
    margin-bottom: 5px;
    max-height: calc(100%-120px);
    /* display: block; */
}

/* Caption text */
/* .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
} */

/* Number text (1/3 etc) */
/* .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
} */

/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    cursor: pointer;
}

.active {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    /* .text {
        font-size: 11px
    } */
}

/* .hover-box {
    background-color: lightblue;
    padding: 20px;
    text-align: center;
    width: 200px;
    margin: 20px auto;
    border: 2px solid blue;
    transition: background-color 0.3s;
    Smooth transition
}

.hover-box:hover {
    background-color: coral;
} */

/* Navbar Styles */
.navbar {
    background-color: #ff9901b5;
    overflow: hidden;
    display: flex;
    justify-content: center;
    max-height: 35px;
    padding: 0px 10px;
    position: fixed;
    width: 100%;
}

.navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.navbar li {
    position: relative;
}

.navbar a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 0px;
    transition: background-color 0.3s;
}

/* Dropdown Styles */
.dropdown-content {
    display: none;
    margin-top: 5px !important;
    position: fixed;
    background-color: #ff9901b5;
    min-width: 160px;
    /* box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2); */
    z-index: 2;
}

.dropdown-content a {
    color: white;
    padding: 0px 14px;
    text-decoration: none;
    display: block;
    text-align: left;
}

/* .dropdown-content a:hover {
    background-color: rgba(0, 128, 255, 0);
    background-color: #ff9901b5;
} */

/* Show sub dropdown on hover */
.navbar li:hover .dropdown-content {
    display: block;
}

.sidebar-ul {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    width: 212px !important;
}

.sub-dropdown {
    display: none;
    position: fixed;
    background-color: #f06529;
    min-width: fit-content;
    margin-left: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    /* z-index: 1; */
}

.sub-dropdown1 {
    display: none;
    position: fixed;
    background-color: #ff9901b5;
    min-width: fit-content;
    margin-left: 160px;
    padding: 0px 2px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    /* z-index: 1; */
}

/* .sub-dropdown a {
    color: white;
    padding: 10px 14px;
    text-decoration: none;
    display: block;
    text-align: left;
} */

.sub-dropdown a:hover {
    background-color: #ff9901b5;
    margin-left: 0px;
}

.sub-dropdown1 a:hover {
    background-color: #ff9901b5;
    margin-left: 0px;
}

/* Show sub dropdown on hover */
.navbar li div:hover .sub-dropdown {
    display: block;
}

.img-format {
    width: 100%;
    height: calc(100vh - 183px);
    margin-top: 5px
}

a {
    cursor: pointer;
}

.europe {
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
}

.supporteams {
    display: flex;
    max-width: 14vw;
    border-radius: 5px;
    border: #000000f0 1px solid;
    margin-top: 10px;
    background-color: #ff9901b5;

}

.info {
    margin-top: 10px;
    margin-left: 1vw;
    width: 80vw;
    background-color: rgb(231 233 232);

}

hr {
    color: #cfcfcf;
    margin: 0px;
}

.spacing {
    padding: 4px !important;
}

.padding {
    overflow-y: auto !important;
    padding: 8px 30px 8px 30px;
    height: calc(100%-70px);
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE/Edge */
}


/* Chrome/Safari scrollbar hidden */
.padding::-webkit-scrollbar {
    display: none;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blinking-text {
    text-align: center;
    margin-top: 20%;
    font-size: 15px;
    /* color: green; */
    animation: blink 1s infinite;
    text-decoration: none;
}

.No-underline {
    text-decoration: none;
}

td {
    padding-bottom: 23px;
}

.td-info {
    width: 18vw;
    border-radius: 3px;
    border: 1px black solid !important;
}

.send-button {
    width: 8vw;
    margin-top: 5px;
    height: 3.5vh;
    cursor: pointer;
    background-color: #ff9901b5;
    color: white;
    border-radius: 6px;
    font-weight: bold;
    border: 1px black solid;
}

.enquiry-form {
    margin-top: 2.5vh;
    height: calc(100vh - 210px);
    width: 400px;
    border: 1px black solid;
    border-radius: 4px;
}

.enquiry-center {
    display: flex;
    justify-content: center;
    background-color: #ff9901b5;
    color: white;
}

td {
    padding-bottom: 15px !important;
}