* {
    margin: 0;
    padding: 0;
}

.home_container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.nav-container {
    height: 64px;
    box-shadow: 0px 5px 10px 0px #00000029;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 7vw;
    padding-left: 100px;
}

.logo {
    height: 51px;
    object-fit: contain;
}

.input-search-container {
    width: 70%;
}

.input-container {
    width: 100%;
    height: 40px;
    border: 2px solid #AFAEAE;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding-left: 1vw;
    gap: 1vw
}

.input-container img {
    width: 25px;
    height: 25px;
}

.input-container input {
    border: none;
    height: 100%;
    width: calc(100% - 50px)
}

.input-container input:focus {
    outline: none;
}

.menu-button {
    background-color: transparent;
    border: none;
    margin-left: 20px;
}

.menu-button img {
    height: 16px;
    object-fit: contain;
}

@media screen and (max-width: 426px) {
    .nav-container {
        justify-content: space-around;
        gap: 50%
    }
    .input-search-container {
        position: absolute;
        width: 100%;
        top: 64px;
        left: 0;
        display: flex;
        /* align-items: center; */
        justify-content: center;
        background-color: white;
        margin-top: 10px;
    }
    .input-container {
        width: 90%;
        padding-left: 0vw;
        margin-top: 20px;
        justify-content: space-around;
    }
}

.text-and-table-container {
    width: 85%;
    height: fit-content;
    align-self: center;
    padding-top: 4vh;
}

.discover-main-description {
    font-family: 'Karla', sans-serif;
    font-style: italic;
    color: #005349;
    letter-spacing: 0.5px;
    font-size: 26px;
    margin-top: 32px;
}

.here-description {
    font-family: 'Karla', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #707070;
    margin-top: 10px;
    line-height: 28px;
}

@media screen and (max-width: 426px) {
    .text-and-table-container {
        margin-top: 62px;
    }
    .discover-main-description {
        font-size: 20px;
        line-height: 30px;
    }
    .here-description {
        font-size: 16px;
    }
}

.column-container {
    width: 20%;
    height: 100%;
}

.column-container-barcode {
    width: 15%;
    height: 100%;
}

.column-container-1 {
    width: 55%;
    height: 100%;
}

.first-row {
    width: 100%;
    height: 70px;
    background-color: #005349;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #AFAEAE
}

.rest-of-rows {
    width: 100%;
    height: 850px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #AFAEAE;
    text-align: center;
    font-family: 'Karla', sans-serif;
}

.first-row-title {
    color: white;
    font-family: 'Karla', sans-serif;
    font-style: italic;
    font-size: 20px;
    letter-spacing: 1px;
}

.back-to-top-button {
    margin-top: 48px;
    background-color: #EE3124;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px 0px;
    cursor: pointer;
    gap: 10px
}

.back-to-top-button h4 {
    color: white;
    font-family: 'Karla', sans-serif;
    font-style: italic;
    font-size: 20px;
}

.back-to-top-button img {
    width: 24px;
    object-fit: contain;
    transform: rotate(180deg);
}

@media screen and (max-width: 426px) {
    .first-row {
        height: 35px;
    }
    .first-row-title {
        font-size: 10px;
        width: 80%;
        text-align: center;
    }
    .rest-of-rows {
        height: 1720px;
        font-size: 12px;
    }
    .column-container {
        width: 28%;
    }
    .back-to-top-button {
        padding: 13px 20px;
        gap: 8px
    }
    .back-to-top-button h4 {
        font-size: 12px;
    }
    .back-to-top-button img {
        width: 17px;
        object-fit: contain;
    }
}

.footer-container {
    width: 100%;
    background-color: #005349;
    display: flex;
    padding: 40px 0px;
    flex-direction: row-reverse;
    justify-content: space-around;
    gap: 30%
}

.footer-logo {
    height: 216px;
    object-fit: contain;
    margin-top: 20px;
    border-radius: 50% 42%;
}

.rest-of-the-footer {
    margin-left: 4rem;
}

.footer-text {
    color: rgba(255, 255, 255, 0.831);
    font-family: 'Karla', sans-serif;
    font-weight: 400;
}

.social-icons-container {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.social-icons-container a {
    cursor: pointer;
    text-decoration: none;
}

.social-icon {
    height: 24px;
    object-fit: contain;
}

.border-left-container {
    margin-top: 40px;
    display: flex;
    gap: 40px
}

.border-left-container a {
    cursor: pointer;
    text-decoration: none;
}

.footer-text-with-border-left {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-left: 1px solid rgba(255, 255, 255, 0.84);
    padding-left: 10px;
    justify-content: space-between;
    height: fit-content
}

@media screen and (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        padding: 30px 0px;
        padding-bottom: 70px;
    }
    .footer-logo {
        height: 25vw;
        width: 25vw;
        margin-top: 0px;
        margin-left: 40px;
    }
    .rest-of-the-footer {
        margin-left: 40px;
        margin-top: 20px;
    }
    .border-left-container {
        flex-direction: column;
    }
    .social-icons-container {
        margin-top: 15px;
    }
}

@media screen and (max-width: 426px) {
    .footer-text {
        font-size: 14px;
    }
}

.rights-reserved-container {
    width: 100%;
    padding: 10px 0px;
    background-color: white;
}

.rights-text {
    font-size: 12px;
    color: #10155E;
    font-family: 'Karla', sans-serif;
    margin-left: 6.5%;
}

.table-container {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    /* Ensure the container takes full width */
}

.column-container,
.column-container-barcode,
.column-container-1 {
    flex: 1;
    /* Make sure all columns are the same width */
    border: 1px solid #ccc;
    margin-right: 10px;
    box-sizing: border-box;
    min-width: 200px;
    /* Set a minimum width to prevent shrinking */
}

.first-row {
    background-color: #004d40;
    /* Optional: Color for header */
    color: white;
    /* Ensure text is visible */
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    /* Center-align header text */
}

.first-row-title {
    margin: 0;
    font-size: 1.2em;
    font-weight: bold;
}

.rest-of-rows {
    padding: 10px;
    box-sizing: border-box;
    word-wrap: break-word;
    /* Ensure text doesn't overflow */
    white-space: pre-wrap;
    /* Keep long words from breaking out of the container */
    overflow-wrap: break-word;
}

.column-container:last-child,
.column-container-1:last-child,
.column-container-barcode:last-child {
    margin-right: 0;
}

.table-container {
    width: 100%;
    overflow-x: auto;
    /* Optional: For responsiveness */
}

table {
    width: 100%;
    border-collapse: collapse;
    /* Ensures borders don't double up */
    table-layout: fixed;
    /* Makes table behave predictably */
}

th,
td {
    width: 215px;
    border: 1px solid #ccc;
    /* Border for cells */
    padding: 10px;
    /* Padding inside cells */
    text-align: center;
    word-wrap: normal;
    font-family: 'Karla', sans-serif;
}

th {
    background-color: #004d40;
    /* Header background color */
    color: white;
    /* Header text color */
    font-weight: bold;
}

th:nth-of-type(1) {
    width: 140px;
}

@media screen and (max-width: 768px) {
    th,
    td {
        font-size: 10px;
        text-align: left;
        word-break: break-all;
    }
}

img {
    width: 100%;
}