/*Some default settings*/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    scroll-behavior: auto;
}

.wrap {
    overflow: hidden;
    display: flex;
    justify-content: center;
}



/* Scrollbar Styling */

/* width */
::-webkit-scrollbar {
    width: 0px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px rgb(135, 133, 133);
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(0, 0, 0);
    border-radius: 10px;
}

/* Start of main page content */

body {
    background-image: url("eduplo\ bg.png");
    image-rendering: optimizeQuality;
    image-orientation: from-image;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

/* End of main page content */

/* Start of Maps Styling */
.map-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
    margin: 4%;
    /* Align the content at the top */
}

iframe {
    border-radius: 25px;
    justify-content: center;
}

body {
    overflow-x: hidden;

}

.maps {
    overflow: hidden;
    display: flex;
    justify-content: left;
    height: 450px;
    max-width: 100%;
    /* Height might need adjustments if any layout changes + TODO: Change layout of the maps in the future due to it looking ugly at the moment */
    /* Add any additional styling for your .maps container below this comment for organizing purposes */
}

.maps h2 {
    color: white;
    padding: 10px;
    max-height: 40px;
    margin: 20px;
    font-size: 25px;
}

.maps h3 {
    color: white;
    max-height: 40px;
    padding-bottom: 25px;
    padding-left: 15px;
}

.maps table {
    background-color: rgb(16,25,32);
    padding: 5px;
    margin-left: 20px;
    border-radius: 25px;
    max-width: 33%;
    max-height: fit-content;
    height: 40%;
}

.maps h3{
    margin: 10px;
}

@media (max-width: 950px) {
    .maps {
        display: block;
        height: 800px;
    }

    .maps table {
        margin: 0;
        margin-top: 20px;
        display: flex;
        max-width: 100%;
    }
}

/* End of map styling */

/* Structural styling for container */
/* Styling tables */
.first-two-table-wrap {
    display: flex;
    justify-content: space-between;
}

/* Styling for individual table containers */
.tablecontainer{
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    /* Yellow-ish tone */
    color: white;
    background-color: rgb(3, 175, 218);

    max-width: 49%;
    font-size: 14px;
    letter-spacing: .5px;
    margin-top: 10px;

    line-height: 150%;
    padding: 20px 10px 20px 20px;
}

/* Existing styles for .tablecontainer4 */
.tablecontainer4 {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    color: rgb(16,25,32);
    background-color: rgb(250, 250, 250);

    width: 49%;
    margin-top: 10px;
    font-size: 14px;
    position: relative;
    letter-spacing: .5px;
    line-height: 150%;
    padding: 20px 0 20px 20px;
    /* Add this line */
}



/* Style for the "See More" button */
.tablecontainer4 .seemorebtn {
    background-color: rgb(250, 250, 250);

    color: rgb(16,25,32);
    position: absolute;
    bottom: 10px;
    /* Adjust this value to your desired vertical position */
    right: 10px;
    /* Adjust this value to your desired horizontal position */
    width: 25%;
    height: 12%;
    border-radius: 5px;
    cursor: pointer;
    bottom: 1px;
    right: 1px;
}
.tablecontainer4 .seemorebtn:hover{
    border-radius: 25px;
    color: rgb(16,25,32);
}
@media (max-width: 1900px) {
    .tablecontainer4 .seemorebtn {
        height: 9%;
    }
}

@media (max-width: 1300px) {
    .tablecontainer4 .seemorebtn {
        height: 7%;
    }
}

@media (max-width: 1200px) {
    .alltablewrap {
        display: block;
        padding: 10px;
    }
    .first-two-table-wrap{
        display: block;
    }

    .tablecontainer, .tablecontainer4{
        margin-bottom: 40px;
        justify-content: space-between;
        max-width: 100%;
        width: 100%;
    }

    .tablecontainer4 .seemorebtn {
        max-height: 12%;
        height: 17%;
    }

    .tablecontainer4 .btnlink {
        margin-top: 50px;
    }
}
.setSameEndPoints-Container{
    margin: 0 auto;
    max-width: 80%;
}




/* Bug Fixing (rename after due to cleaning purpouses) */
.iconwrap {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 20px 20px;
}


.seemorebtn {
    color: black;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    transition: 0.3s;
}

.seemorebtn:hover{
    border-radius: 25px;
    color: rgb(255, 255, 255);
}

/* About Us */
.aboutuswrap-team {
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically */
    margin-top: 7%;
    /* Add margin for separation from the wall and auto for centering */
    background-color: rgb(3, 175, 218);


    border-radius: 5px;
    /* Add border radius here */
}

.aboutus-team {

    width: fit-content;
    display: flex;
}

.aboutus-team img {
    border-radius: 5px 5px 5px 5px;
    width: auto;
    pointer-events: none;
    height: auto;
    margin: 20px;
}

.aboutus-table-wrap-team {
    display: flex;
    padding-left: 10px;
    color: white;
    height: fit-content;
    margin-right: 5px;
}

.aboutus-table-wrap-team h1 {
    height: fit-content;
    margin: 0;
    font-size: 45px;
    color: white;
    margin-bottom: 25px;
    padding: 10px 0 0 20px;
}

.aboutus-table-wrap-team p {
    height: auto;
    margin: 0;
    color: white;
    font-size: 14px;
    padding: 10px 0 0 20px;

    /* You can adjust this as needed */
}

.aboutus-btn-wrapper-team {
    display: flex;
    justify-content: flex-end;
    /* Aligns the button to the right */
    margin-top: 20px;
    /* Adjust margin as needed */
}

.aboutus-btn-wrapper-team {
    position: relative;
}

.aboutus-btn-team {
    background-color: rgb(3, 175, 218);

    color: white;
    width: 100px;
    /* Adjust the width as needed */
    height: 40px;
    /* Adjust the height as needed */
    border-radius: 5px;
    /* Makes it more square with rounded corners */
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    /* Adjust the distance from the bottom */
    right: 10px;
    /* Adjust the distance from the right */
    transition: 0.3s;
}

@media (max-width: 1350px) {
    .aboutus-team {
        flex-direction: column;
        /* Change to column layout for smaller screens */
    }

    .aboutus-team img {
        border-radius: 5px 5px 5px 5px;
        width: fit-content;
        max-width: 100%;
        /* Ensure the image doesn't exceed its container's width */
        max-height: 100%;
        /* Ensure the image doesn't exceed its container's height */
        display: block;
        /* Removes any extra spacing around the image */
        margin: 0 auto;
        /* Center horizontally */
    }

    .aboutus-table-wrap-team h1 {
        text-align: center;
        /* Center text for smaller screens */
    }
    .aboutuswrap-team{
        width: 100%;
    }
    .maps{
        height: fit-content;
        max-height: fit-content;
    }
}

/* Receive lastest updates threw e-mail box Styling */

.latest-info-box {
    margin: 20px auto;
    background-color: rgba(0, 0, 0, 0.3);
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
}

.info-text h2 {
    font-size: 30px;
    margin: 0 auto;
    padding: 10px;
}


.cloudflare-icon {
    display: flex;
    align-items: center;
    /* Vertically center items */
    margin: 10px;
    justify-content: center;
}

.cloudflare-icon label {
    margin-right: 10px;
    /* Add space between the label and input */
    font-size: 25px;
}

.cloudflare-icon input {
    width: 200px;
    font-size: 15px;
    height: 30px;
    padding: 5px;
}

.cloudflare-icon img {
    margin-left: 10px;
    max-width: 30px;
    pointer-events: none;

}

.terms-privacy a {
    text-decoration: none;
    color: white;
}