body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    height: 100%;
    scroll-behavior:smooth;
    /*color: #191970;*/
    color: #256396;
    font-family: 'Poppins', sans-serif;
}

body.freeze{
    overflow-y: hidden;
}

/*ONE DAY I WILL REMEMBER IT - top,right,bottm, left*/

body h1, h2, h3{
    font-weight: 400;
}

#popup-btn{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    width: auto;
    border-radius: 20px;
}

#close-popup-btn{
    position: absolute;
    top: 5px;
    right: 0;
    background-color:transparent;
    width: 150px;
}

.booking-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction:column-reverse;
    justify-content: center;
    align-items: center;
}

#booking-popup{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    backdrop-filter: blur(20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.booking-wrapper iframe{
    width: 600px;
    height: 80vh;
}

/* ==== HEADER ==== */
a{
 cursor: pointer;
 text-decoration: none;
}

a:hover{
    color: #FF8C00;
}

.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.1); /* Optional: improves text readability */    
    transition: background-color 0.3s ease;
    color: white;
    z-index: 100;  
    height: 100px;
    padding-top: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; 
}

#toggle-buttons a{
    font-size: 16px;
}

#toggle-buttons a:hover{
 color: #f5793b;
}

.header.scrolled {
    background-color: #256396;
}

.header.scrolled #header-div a{
    border-right: 1px solid #ffffff;
}

#logo{ 
    background-image: url('images/logo/noBgWhite.png');
    background-size: contain; /* Ensures the image covers the element */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    width: 360px;
    height: 80px;
    padding-left: 20px;
    margin-right: auto;
}

.header.scrolled #logo{
    background-image: url('images/logo/noBgColor.png');
}

.header a{
    font-size: 12px;
    gap: 20px;
    padding-right: 10px;
    padding-left: 8px;
    border-right: 1px solid #ffffff;
    gap: 50px;
    color: white;
}

/* Navigation buttons*/
#toggle-buttons{
    display: flex;
    flex-direction: row;
    text-decoration: none;
    margin-left: auto;
    cursor: pointer;
    margin-right: 15px;
}

#header-div{
    display: flex;
    flex-direction: row;
    align-items: center;
}

button, .dropdown a{
    border: none;
    padding: 20px;
    font-size: 20px;
    height: auto;
    cursor: pointer;
    color: #ffffff;
    background-color: #f5793b;
    opacity: 1;
    font-weight: bolder;
    width: 200px;   
}

button:hover, .dropdown a:hover{
    background-color: #FF8C00;
}

.burger, .burger-cross{
    display: none;
    font-size: 28px;
    cursor: pointer;
    z-index: 999;
    background: none;
    border: none;
    color:#ffffff;
    margin-left: 20px;
}

.burger.show .burger-cross.show, #nav.show{
   display: flex;    
}

#nav {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 1;
    margin-bottom: 10px;
    height: auto;
}

#nav a{
    padding: 5px;
    width: auto;
    text-decoration: none;
    color: #256396;
}

#nav a:hover{
    color: #ffffff;
    background-color: #f5793b;
}

/* ==== MAIN CONTAINER ====*/

/* ==== LANDING ====*/
.landing{
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
  	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video-wrapper{
    position: absolute;
    top: 0;
    left:0;
    width:100%;
    height: 100%;
    z-index: 0;
}

/* not cropped but full width */
.video-wrapper video{  
    height: 100%;
    width: 100%;
    object-fit: cover; 
    opacity: 0;
    transition: opacity 0.5s ease-in;
}

img{
    opacity: 0;
    transition: opacity 0.5s ease-in;
}

img:not(.lazy){
    opacity: 1;
}

.video-wrapper video:not(.lazy){  
    opacity: 1;
}

.overlay{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    padding: 10px;
    border-radius: 10px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.landing .overlay{
    width: 80%;
    background: rgba(0, 0, 0, 0.1); /* Optional: improves text readability */    
    transition: background-color 0.3s ease;
}

.overlay img{
    width: 70%;
    height: auto;
    padding: 0;
    margin: 0;
}

.landing .overlay h1{
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 2px;
}

.landing .overlay h2{
    margin-top: 0;
    font-size: 32px;
    font-weight: 700;
    font-style: italic;
    width: auto;
}

.landing button{
    margin-bottom: 20px;
    font-size: 22px;
}

/* ==== LANDING PAGES ====*/
#sub-landing{
    height: 70vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#sublanding::before{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); 
    z-index: 1;
}

#sub-landing .overlay{
    height: auto;
    width: 80%;
    background: none;
    align-items: flex-start;
    top: 60%;
}

#sub-landing .overlay h2{
    font-size: 26px;
   
}

/* ==== CONTAINER CLASS ==== */
.container{
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    /*background-image: linear-gradient(to bottom,white, #DCDCDC);*/
    background-color: #ffffff;
    padding-bottom: 20px;
}

.container h2{
    margin-top: 20px;
    font-size: 30px;
    width: auto;
    align-self: center;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

.container h3{
    margin-top: 50px;
    align-self: center;
    font-size: 28px;
    width: 60%;
}

.container p{
    text-align: start;
    font-size: 22px;
    width: 70%;
    margin-bottom: 40px;
    line-height: 1.6;
}

.container img{
    width: 275px;
    height: 250px;
}

.parent-container{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
}

#container-header{
    background-color: #256396;
    color: #ffffff;
    width: 100%;
    min-height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border-bottom: 5px solid #f5793b;
}

.booking-container-header{
    width: 500px;
}

#container-header img{
    width: 30px;
    height: 35px;
    padding: 5px;
}

/* ==== DROPDOWN CONTAINERS ====*/
#services, #values{
    padding-bottom: 50px;
}

.dropdown {
    border: 1px solid #DCDCDC;
    box-shadow: 0 0 20px #DCDCDC;
    border-radius: 6px;
    margin-bottom: 12px;
    overflow: hidden;
    width: 900px;
}

.dropdown-header {
    padding: 15px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.dropdown-header:hover {
    background: #f5793b;
    color: #ffffff;
}

.arrow {
    border: solid #256396;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transition: transform 0.3s ease;
}

.arrow {
    transform: rotate(135deg);
}

.dropdown.active .arrow {
    transform: rotate(45deg);
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
}

.dropdown-header:hover .arrow {
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Show content when active */
.dropdown.active .dropdown-content {
    max-height: 700px; /* large enough to show content */
    padding: 15px 20px;
}

.dropdown.active .dropdown-header{
    background-color: #256396;  
}

.dropdown.active .dropdown-header span{
    background: linear-gradient(90deg,#ff3333,#f5793b);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color:transparent;  
}

.dropdown span{
    font-size: 20px
}

.dropdown-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: white;
    max-height: 0;
    width: auto;
}

.dropdown-content h4{
    font-size: 20px;
    margin-top:5px;
    font-style: italic;
    margin-bottom: 5px;
    width: 90%;
}

.dropdown-content p{
    font-size: 18px;
    width: 90%;
}

.dropdown-content a{
    border: none;
    padding: 20px;
    font-size: 16px;
    height: auto;
    cursor: pointer;
    background-color: #f5793b;
    color: #ffffff;
    opacity: 1;
    font-weight: bolder;
    margin-bottom: 10px;
    border-radius: 20px;
}

/* ==== SECTORS & TEAM ====*/
.info-box-container{
    width: auto;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    gap:50px;
    margin-bottom: 30px;
}

.info-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ffffff;
    width: 450px;
    height: 625px;
    border-radius: 20px;
    box-shadow: 0 0 20px #DCDCDC;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.info-box p{
    font-size: 16px;
    width: 90%;
}

#box-header{
    color: #ffffff;
    min-height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#box-header h3{
    width: auto;
    font-weight: 700;
}

#read-more-btn{
    width: auto;
    font-size: 14px;
    background-color: #f5793b;
    color: white;
    padding: 15px;
    margin-bottom: 20px;
}

#read-more-btn:hover{
    background-color: #FF8C00;
}

/* HOME - MEET THE TEAM*/
#info-box-meet .info-box{
    height: 825px;
}

#info-box-home{
    grid-template-columns: repeat(2, 1fr);
}

/* ==== MISSION & VISION ====*/
#image-content-div{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; 
}

.image-content-text, .image-content-header{
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    background-color: #256396;
    text-align: center;
    justify-content: center;
    transition: 0.6s ease;
    margin-top: 10px;
    margin-bottom: 20px;
}

.image-content-header h3{ 
    font-size: 36px;
    color: #ffffff;
    font-weight: 600;
}

.image-content-text{
    background-color: #256396;
    color: #ffffff;
    display: flex;
    box-shadow: 0 0 10px #DCDCDC;
    display: flex;
    flex-direction: column;
}

.image-content-text h3{
    margin-bottom: 0;
    display: none;
}

.image-content-text p{
    font-size: 22px;
    font-style: italic;
    width: 90%;
}

.image-content-text ul{
    width: 95%;
    text-decoration: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    list-style-type: none; 
    align-items: center;
    gap: 10px;
}

.image-content-text li{
    font-size: 16px;
    width: 100%;
    border: 1px solid #ffffff;
}

#image-content-header-innerdiv-left, #image-content-header-innerdiv-right{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* ==== GRID ==== */
.grid-layout{
    width: 70%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 20px;
}

.grid-container{
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    opacity: 0.8;
    cursor: pointer;
}

.grid-container:hover{
    opacity: 1.0;
}

.grid-container h4{
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    width: 100%;
    align-self: start;
}

.grid-container:hover h4{
    background: linear-gradient(90deg,#ff3333,#f5793b);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color:transparent;
}

.grid-container p{
    width: 90%;
    align-self: center;
}

.grid-container:hover p{
    font-style: italic;
}
/* ==== VALUES - home page ==== */
#values{
    background-color: #DCDCDC;
}

#values img{
    width: 80px;
    height: 80px;
    padding: 0;
    margin: 0;
}

#values img:hover{
    animation: bounce 0.6s ease;
}

#grid-image-div{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes bounce {
    0%, 100% {
      transform: translateY(0);
    }
    30% {
      transform: translateY(-10px);
    }
    60% {
      transform: translateY(5px);
    } 
}
/* ABOUT PAGE*/

#values-page .grid-container p{
    align-self: center;
    padding: 10px;
    font-size: 20px;
}



/* ==== SLIDER ==== */
#slideshow-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.slideshow-container {
    max-width: 1000px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.mySlides{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 450px;
    width: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#slide-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: white;
    font-weight: 700;
    width: 100%;
    padding: 10px;
}

/* Next & previous buttons */
.slide-direction{ 
    cursor: pointer;
    background:rgba(0, 0, 0, 0.1);
    color: #256396;
    width: auto;
    font-weight: bold;
    font-size: 22px;
    user-select: none;
    width: auto;
    height: auto;
    opacity: 1;
    background-position: center;
    background-repeat: no-repeat;
    margin: 30px;
    align-items: center;
}

.slide-direction:hover{
    background:rgba(0, 0, 0, 0.5);
    opacity: 1;
}

#next-btn{
    background-image: url(/images/icons/arrow_forward.png);
}

#prev-btn{
    background-image: url(/images/icons/arrow_back.png);
}
    
.dot {
    height: 15px;
    width: 15px;
    background-color: #DCDCDC;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    margin: 5px;
    margin-top: 20px;
}

.dot.active{
    opacity: 0.7;
    background-color: #f5793b;
}
/*
.active, .dot:hover {
    background-color: #DCDCDC;
}*/

.fade {
    animation-name: fade;
    animation-duration: 0.5s;
}

@keyframes fade {
    from {opacity: .9}
    to {opacity: 1}
}

/* ==== CONTACT FORM ==== */
#enquiry-form{
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    width: 70%;
    gap: 20px;
}

#enquiry-form textarea, input{
    font-family: 'Poppins', sans-serif;
    resize: none; 
    font-size: 18px;
    padding: 10px;
    border: none;
    box-shadow: 0 0 20px #DCDCDC;
    outline: #256396;
    color: #256396;
}

#enquiry-form textarea{
    grid-column: span 2;
    height: 220px;
    margin-bottom: 20px;
}

#submit-wrapper{
    grid-column: span 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* PAGES*/
#info-box-pages #box-header{
    background-color: #256396;
    justify-content: center;
    align-items: center;
}

#info-box-pages{
    height: 750px;
    width: 500px;
}

#info-box-container-pages{
    grid-template-columns: repeat(2,1fr);
}

#info-box-container-pages h3{
    margin: 5px;
    font-size: 20px;
}

#info-box-container-pages h4{
   font-style: italic;
   background: linear-gradient(90deg,#ff3333,#f5793b);
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color:transparent;
   font-size: 20px;
   width: 90%;
}

#info-box-container-pages img{
    width: 50px;
    height: auto;
    padding: 0;
    margin: 0;
}

#info-box-home h3{
    font-size: 30px;
}

#pages-ready{
    background-color: #DCDCDC;
    margin: 50px;
}

#word-link-btn{
    font-size: 22px;
    margin: 0;
    padding: 0;
    width: auto;
    background-color: transparent;
    color: #256396;
    border-bottom: 1px solid #256396;
    font-weight: bold;
}

#word-link-btn:hover{
    color: #f5793b;
    border-bottom: 1px solid #f5793b;
}

/* --------------------------

#stats .mySlides:nth-child(1){
    background-image: url(/images/index/conny-schneider-3.jpg);
}

#stats .mySlides:nth-child(2){
    background-image: url(/images/index/conny-schneider-4.jpg);
}

#stats .mySlides:nth-child(3){
    background-image: url(/images/index/martin-martz-X5fEKadz0Xc-unsplash.jpg);
}

#stats .mySlides:nth-child(4){
    background-image: url(/images/index/conny-schneider.jpg);
}*/

#pages-why #slide-content p{
    font-size: 40px;
    width: 90%;
}

/* ==== COOKIES POLICY PAGE ====*/
#cookies-and-privacy-content ul, ol{
    padding-top: 0;
    margin-top: 0;
    text-align: start;
    font-size: 20px;
    width: 70%;
}

#cookies-and-privacy-content li{
    margin-left: 40px;
    margin-bottom: 10px;
}

#cookies-and-privacy-types-header{
    background: linear-gradient(90deg,#ff3333,#f5793b);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color:transparent;

}

/* Cookies pop-up*/
#cookies{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
}

#cookiesDiv{
    position: relative;
    width: 600px;
    height: auto;
    background-color: white;
    border-radius: 20px;
    padding: 10px;
}

#cookiesDiv p{
    font-size: 14px;
    margin-bottom: 2px;
    width: 90%;
}

#cookiesDiv h3{
    font-size: 16px;
    margin-bottom: 2px;
}

#cookiesBtn{
    font-size: 14px;
    width: auto;
}

/* FOOTER*/
footer{
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color:#256396;
    color: #ffffff;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 0;
    font-weight: lighter;
    padding-bottom: 50px;
    border-top: 5px solid #f5793b;
}

footer img{
    width: 60%;
    height: auto;
}

#footer-div{
    display: flex;
    flex-direction: column;
    font-weight: lighter;
}

#footer-links{
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer nav{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    text-align: center;
    gap: 10px;
    margin-bottom: 10px;
}

#footer-links h3{
  font-size: 20px;
}

#footer-links a{
    color: #ffffff;
    font-weight: 200;
    padding: 3px;
    font-size: clamp(12px,1vw,16px);
}

#footer-links a:hover{
    color: #f5793b;
}

#footer-links p{
    width: 95%;
    
}

#footer-copyright{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#cookies-policy{
    grid-column: span 3;
}


@media only screen and (max-width: 1350px){
    .landing h1{
        font-size: 52px;
    }

    .landing h2{
        font-size: 30px;
        width: 85%;
    }

    #sub-landing .overlay{
        align-items: center;
    }

    .header h2{
        font-size: 18px;
    }

    .container h3{
        width: 80%;
    }
}

@media only screen and (max-width: 1150px){
    .landing .overlay h1{
        font-size: 50px;
    }

    .landing .overlay h2{
        font-size: 22px;
    }

    #nav{
        top: 90px;
    }
        
    .header a{
        font-size: 18px;
    }
        
    #toggle-buttons{
        display: none;
    }
    
    .burger.show, .burger-cross.show{
        display: block;
        margin-right: 20px;
    }

    .grid-layout{
        grid-template-columns: repeat(2, 1fr);
    }

    .info-box{
        gap: 5px;
    }

    .info-box-container{
        display: flex;
        flex-direction: column;
    }

    .image-content-text, .image-content-header{
        width: 50%;
    }

    .container p{
        width: 90%;
    }

    .dropdown-content h4{
        font-size: 16px;
    }
    
    .dropdown {
        width: 90%;
    } 
      
    #enquiry{
        grid-template-columns: 1fr;
        width: 95%;
    }

    #enquiry textarea{
        grid-column: span 1;
    }

    #info-box-container-pages{
        display: flex;
        flex-direction: column;
    }

    #info-box-meet .info-box{
        height: auto;
    }
   
}

@media only screen and (max-width: 767px) {
     .landing .overlay h2{
        font-size: 28px;
    }

    #close-popup-btn{
        margin-right: -30px;
    }

    .booking-wrapper iframe{
        width: 350px;
        height: 70vh;
    }

     .header {
        height: 65px;
    }
    
    .header #header-div a{
        border-right: 1px solid #ffffff;
    }
      
    .header #logo{
        background-image: url('images/logo/noBgColor.png');
    }

    #nav{
        top: 60px;
    }
    
    #logo{
        margin-left: 10px;
        width: 240px;
        height: 60px;
    }
    
    .overlay{
        top: 50%;
    }

    .overlay img{ 
        width: 100%;
        height: auto;
    }

    .landing button, #submitBtn, .dropdown a{
        font-size: 14px;
        width: 100px;
    }

    #sub-landing .overlay{
        width: 95%;
    }

    #sub-landing .overlay h1{
        font-size: 28px;
        width: 95%;
    }

    #sub-landing .overlay h2{
        font-size: 22px;
        width: 95%;
    }

    #popup-btn{
        font-size: 14px;
    }

    .container h2{
        font-size: 22px;
    }

    .container h3{
        font-size: 20px;
        width: 90%;
    }

    .container p, li{
        font-size: 16px;
        width: 90%;
    }

    .conatiner li{
       width: 80%;
    }

    #word-link-btn{
        font-size: 16px;
    }
    
    #enquiry textarea, input{
        font-size: 14px;
    }
   
    .dropdown-header span{
        font-size: 16px;
    }

    .dropdown-content p, .dropdown-content h4{
        font-size: 14px;
        width: 95%;
    }
  
    .info-box, #info-box-pages{
        width: 95%;
        height: auto;
    }

    #info-box-pages h3,#info-box-pages h4{
        font-size: 16px;
    }

    #info-box-container-pages img{
        width: 40px;
    }

    .image-content-header{
        display: none;
    }

    .image-content-text{
        width: 100%;
        height: 250px;
        margin-bottom: 0;
    }

    .image-content-text p{
        font-size: 14px;
    } 

    .image-content-text h3{
        display: block;
        color: #f5793b;
    }
    
    #enquiry-form{
        width: 95%;
        grid-template-columns: repeat(1, 5fr);
    }

    #enquiry-form textarea{
        grid-column: span 1;
        font-size: 14px;
    }

    #submit-wrapper{
        grid-column: span 1;
    }

    .grid-layout{
        display: flex;
        flex-direction: column;
        width: 90%;
        gap: 5px;
    }

   .grid-container{
        width: 95%;
    }

    #values p{
        width: 95%;
    }
    
    #values h4{
        font-size: 24px;
    }

    #values img{
        height: 50px;
        width: auto;
    }

    #values-page .grid-container p{
        font-size: 16px;
    }

    .mySlides{
        width: 95%;
    }

    .mySlides h6{
        font-size: 10px;
    }

    #pages-why #slide-content p{
        font-size: 28px;
    }

    .slide-direction{ 
        position: absolute;
        z-index: 1;
    }

    .slide-direction:hover{
        opacity: 1;
    }

    #next-btn{
        top: 75%;
        right: 25%;
    }

    #prev-btn{
        top: 75%;
        left: 25%;
    }

    #footer-copyright{
        font-size: 10px; 
    }

    #cookies-and-privacy-content ul, ol{
        width: 90%;
    }

    #cookiesDiv{
        width: 90%;
    }

    #cookiesDiv h3{
        font-size: 14px;
    }

    #cookiesDiv p{
        font-size: 10px;
    }

    #cookiesBtn{
        font-size: 10px;
        height: auto;
    }

}