.special-project * {
    box-sizing: border-box;
}

.special-project {
    /* background-color: #F7F7F8; */
    font-family: Kanit;
    max-height: 0;
    overflow: hidden;
    transition: max-height 1.5s ease-in-out;
}

.special-project__container {
    margin: 0 auto;
    padding: 50px 20px;
    max-width: 1320px;
    width: 100%;
}

/* Header Styles */
.special-project__header {
    display: grid;
    grid-template-columns: 1fr 300px 300px;
    gap: 30px;
    margin-bottom: 30px;
}

@media (max-width: 1040px) {
    .special-project__header {
        grid-template-columns: 1fr 240px 240px;
    }
}

@media (max-width: 990px) {
    .special-project__header {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }
}

/* Item 1 Styles */
.special-project__item-1 {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.special-project__item-1 h1,
.special-project__item-1 small {
    color: #3B3B3B;
}

.special-project__item-1 h1 {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.special-project__item-1 small {
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 10px;
    text-transform: uppercase;
}

/* Item 2 and Item 3 Styles */
.special-project__item-2 > div img,
.special-project__item-3 > div img {
    width: 100%;
}

@media (max-width: 990px) {
    .special-project__item-1 {
        grid-column: 1 / -1;
        height: auto;
    }

    .special-project__item-2 {
        grid-column: 1;
    }
    .special-project__item-3 {
        grid-column: 2;
    }

    .special-project__item-2 > div,
    .special-project__item-3 > div {
        padding: 0;
    }
}

.special-project__item-2 > div small,
.special-project__item-3 > div small {
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 10px;
}

.special-project__item-2 > div h2,
.special-project__item-3 > div h2 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.special-project__item-2 > div h2 {
    font-size: 32px;
    line-height: 40px;
}

.special-project__item-3 > div h2 {
    font-size: 20px;
    line-height: 30px;
}

/* Body Styles */
.special-project__body {
    display: grid;
    grid-template-columns: 1fr 450px;
    gap: 30px;
    margin-bottom: 60px;
    align-items: start;
}

@media (max-width: 1040px) {
    .special-project__body {
        grid-template-columns: 1fr 300px;
    }
}

@media (max-width: 767px) {
    .special-project__body {
        grid-template-columns: 1fr;
    }
}

/* Article and Ad Styles */
.special-project__article,
.special-project__ad {
    background-color: #fff;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    padding: 24px;
}

.special-project__article {
    border-top: 5px solid #009FA3;
}

.special-project__ad {
    border-top: 5px solid #DAC4EA;
}

.special-project__article img {
    width: 100%;
    margin-bottom: 15px;
}

.special-project__article h4,
.special-project__article h3,
.special-project__article p,
.special-project__article h3 a {
    color: #3B3B3B;
}

.special-project__article h4 {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
}

.special-project__article h3 {
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 30px;
}

.special-project__article h3 a {
    font-weight: 500;
    text-decoration: none;
}

.special-project__article h3 a:hover {
    color: #009FA3;
}

.special-project__article p {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    margin: 0;
    font-family: Pridi;
}

.special-project__ad video {
    width: 100%;
}

/* Footer Styles */
.special-project__footer h2 {
    font-size: 40px;
    margin: 0 0 30px;
    font-weight: 600;
    color: #3B3B3B;
}

@media (max-width: 767px) {
    .special-project__footer h2 {
        font-size: 32px;
    }
}

.special-partners {
    position: relative;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.special-partners .slick-slide > div {
    height: 150px;
    padding: 0 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.special-partners .slick-slide > div img {
    width: 100%;
}

/* Swiper Button Styles */
.special-partners .swiper-button-prev,
.special-partners .swiper-button-next {
    position: absolute;
    height: 80px;
    width: 30px;
    top: 50%;
    margin-top: -40px;
    cursor: pointer;
}

.special-partners .swiper-button-prev {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='30' height='81' viewBox='0 0 30 81' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_36_9)'%3E%3Cg clip-path='url(%23clip1_36_9)'%3E%3Cpath d='M68.0879 160.904L10 44.7283L63.916 -79.7043L65.8861 -78.8642L12.3757 44.6704L70 159.948L68.0879 160.904Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_36_9'%3E%3Crect width='30' height='80' fill='white' transform='translate(0 0.599854)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_36_9'%3E%3Crect width='60' height='240.608' fill='white' transform='translate(10 -79.7043)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    left: 10px;
}

.special-partners .swiper-button-next {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='30' height='81' viewBox='0 0 30 81' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_36_15)'%3E%3Cg clip-path='url(%23clip1_36_15)'%3E%3Cpath d='M-33.916 160.904L-35.886 160.035L17.6243 36.5294L-40 -78.7483L-38.0879 -79.7043L20 36.4714L-33.916 160.904Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_36_15'%3E%3Crect width='30' height='80' fill='white' transform='translate(0 0.599854)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_36_15'%3E%3Crect width='60' height='240.608' fill='white' transform='translate(-40 -79.7043)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    right: 10px;
}
