.krttx-bg-homePage {
    background-image: url("/assets/images/backgrounds/dot-grid.webp");
    background-repeat: repeat;
}

/* table */

Table {
    margin: 20px 0;
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ddd;
    
}

th {
    background-color: #12706f !important;
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    text-align: center;
    border-right: solid 1px #ddd;
    border-left: solid 1px #ddd;
    color: white;
}

td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    text-align: center;
    border-right: solid 1px #ddd;
    border-left: solid 1px #ddd;
    vertical-align: middle;
}

/* tr:hover {
    background-color: #1a9896;
    color: white;
} */

.tbImg {
    width: 300px;
}

.tbImg:hover {
    cursor: pointer;
}

/* table end */

/* modal image */

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
    cursor: pointer;
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
.caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content,
.caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
/* modal image end */

.team-one__sub-title {
    text-align: center;
}

.tWallImg {
    width: 100%;
    border-radius: 10px;
}

.tWallsec {
    margin-top: 40px;
    display: flex;
    align-items:center ;
}

a:hover {
    transition: ease 0.5s;
    color: #16d8d5;
}

.footer-logo img{
    width: 200px;
    margin-bottom: 50px;
}







/* uwu was here */

.uwu-box {
    padding: 15px;
}

.uwu-top-bottom {
    padding-top: 50px;
    padding-bottom: 50px;
}

.uwu-bottom {
    padding-bottom: 50px;
}

.team-uwu__name {
    font-size: 18px;
    font-weight: 800;
    line-height: 26px;
    text-align: center;
}

.team-uwu__content {
    position: relative;
    display: block;
    padding: 15px;
    overflow: hidden;
}

.ul_type4 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.txL {
    text-align: left !important;
}

.mgL10 {
    margin-left: 10px !important;
}

.mgT30 {
    margin-top: 30px !important;
}

.table_type3 table {
    width: 100%;
    border-collapse: collapse;
    font-size: inherit;
}

/* This container class will allow a table to scroll horizontally on smaller screens. */
.hscroll {
    overflow-x: auto; /* Horizontal */
  }