.sec-title {
    background: #FFF;
    background: url("/images/title.png");
    background-size: cover;
}

body,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'IBM Plex Sans Thai', sans-serif;
}

.toggle-mobile {
    display: flex;
    justify-content: center;
}

.box-project-1,
.box-project-2,
.box-project-3 {
    box-shadow: rgb(0 100 0 / 0%) 0px 25px 30px -30px inset, rgb(0 0 0 / 10%) 0px 64px 89px 100px inset;
    background-position: center left;
    background-size: cover;
    height: 380px;
    padding: 2rem;
    position: relative;
}

.box-project-1:hover,
.box-project-2:hover,
.box-project-3:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.project-title {
    margin-bottom: 5px;
    margin: 0.5rem 0;
}

.box-project-2 {
    height: 200px;
}

.box-project-3 {
    height: 150px;
}

.project-title {
    color: #FFF;
}

.project-content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1rem;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.mb-1 {
    margin-bottom: 5px;
}

/* Card Styles */
.box-project-1,
.box-project-2,
.box-project-3 {
    background-size: cover;
    background-position: center;
    height: 250px;
    color: white;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 10px;
}

.box-project-1 .project-content,
.box-project-2 .project-content,
.box-project-3 .project-content {
    background: rgb(255, 255, 255);
    background: linear-gradient(190deg, rgba(255, 255, 255, 0) 35%, rgba(0, 0, 0, 1) 100%);
    padding: 10px;
}

.box-project-province {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    background: #fe9f1f;
    color: #FFF;
    padding: 0 2rem;
    border-top-right-radius: 6px;
    font-size: 12px;
}

.box-project-1:hover,
.box-project-2:hover,
.box-project-3:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.project-viwe {
    display: flex;
}

/* Small Card Title Adjustments */
.project-title.mb-1 {
    line-height: 1.5;
    margin-bottom: 5px;
}

.activity-pb-3 {
    margin-bottom: 3rem;
}

.activity-pt-3 {
    margin-top: 3rem;
}

.text-drak {
    color: #000;
}

.a-tag {
    padding: 0 0.5rem;
    background: #ddd;
    border-radius: 5px;
    font-size: 12px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000000e0;
    color: #fff;
    padding: 15px;
    text-align: center;
}

.cookie-banner button {
    margin-left: 10px;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
}

#acceptCookies,
.acceptCookies {
    background: green;
    color: white;
    border: 0;
    padding: 1rem;
}

#settingsCookies,
.settingsCookies {
    background: orange;
    color: white;
    border: 0;
    padding: 1rem;
}

.d-flex {
    display: flex;
}

.show-logo-toggle {
    display: none;
}

/* Responsive Adjustments */
@media (max-width: 600px) {
    .box-project-1 {
        height: 200px;
    }

    .activity-pb-3 {
        margin-bottom: 0;
    }

    .activity-pt-3 {
        margin-top: 0;
    }

    .toggle-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .box-news-img {
        width: 100%;
        height: 150px;
        margin-bottom: 10px;
    }

    .media-dektop {
        display: none;
    }

    .show-logo-toggle {
        display: block;
    }
}