.first-banner-title {
    height: 62px;
    background-color: #0076C9;
    font-style: normal;
    font-weight: 900;
    font-size: 1.20vw;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
}

.first-banner-title>span {
    font-weight: 400;
}

#section2, #section3 {
    padding: 0 1vw;
}

.section4-people{
    padding: 0 1vw;
}

.section1-content,
.section2-content,
.section3-content,
.section4-content,
.section5-content,
.section6-content {
    padding: 0 1vw;
}

.section1-titles-1,
.section1-titles-2,
.section1-titles-3 {
    height: 78px;
    background-color: #0076C9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    position: relative;
    font-size: 2.4vw;
    font-weight: 900;
    margin-top: 30px;
}

.section1-titles-4 {
    font-size: 1.2vw;
}

.title-margin {
    margin: 0 1vw;
}

.section1-titles-1::before,
.section1-titles-1::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 3vw;
    background-color: white;
    top: 50%;
    transform: translateY(-50%);
}

.section1-titles-3::before,
.section1-titles-3::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 6vw;
    background-color: white;
    top: 50%;
    transform: translateY(-50%);
}

.section1-titles-1::before,
.section1-titles-2::before,
.section1-titles-3::before {
    left: 0;
}

.section1-titles-1::after,
.section1-titles-2::after,
.section1-titles-3::after {
    right: 0;
}

.product-items1 {
    margin: 1.2vw;
    padding-bottom: 1.2vw;
}

.product-items1-header {
    border-radius: 5px 5px 0 0;
    background-color: #333333;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.product-items1-body {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    border: 1px solid;
}

.product-items1-footer {
    border-radius: 0 0 5px 5px;
    background-color: #333333;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.product-items2 {
    height: 165px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 1.2vw;
    border: 1px solid;
}

.product-items2-text {
    margin: 1.2vw;
}

.red-notice {
    height: 40px;
    background-color: #0076C9;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.2vw;
}

.content-area {
    padding: 1.2vw;
    background-color: white;
    /* padding-bottom: 75px; */
}

.content-area-2 {
    padding: 2.4vw;
    background-color: #F5F5F5;
}

.content-area-3 {
    padding: 1.2vw;
}

.items {
    height: 230px;
    border-radius: 5px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-container {
    position: relative;
    width: 100%;
    margin-top: 15px;
}

.image-container img {
    width: 100%;
}

.image-container .copyright-c {
    position: absolute;
    right: 0;
    top: 95%;
    transform: translateY(-100%);
    margin-right: 20px;
    background-color: white;
    border-radius: 15px;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.green-div {
    height: 28px;
    border-radius: 5px;
    color: white;
    background-color: #449968;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
}

.white-div {
    border: 1px solid;
    height: 28px;
    border-radius: 5px;
    color: black;
    background-color: white;
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
}

.transparent-div {
    height: 28px;
    border-radius: 5px;
    border: 1px solid;
    color: black;
    background-color: white;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
}

.image-container-rectangle {
    position: relative;
    width: 100%;
    text-align: center;
    opacity: 0;
}

.pastart {
    width: 100% !important;
    height: auto !important;
    object-fit: contain;

}

.text-overlay {
    position: absolute;
    top: 56%;
    left: 10%;
    transform: translate(-5%, -50%);
    color: black;
    font-weight: bold;
}

.item-head {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-radius: 5px 5px 0 0;
    height: 40px;
    background-color: white;
}

.item-body {
    display: flex;
    align-items: center;
    border: 1px solid;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    padding: 1.2vw;
    background-color: white;
    margin-bottom: 1.2vw;
}

.green-button {
    cursor: pointer;
    background-color: #449968;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 0 4px 0px 0px darkgreen;
    gap: 0.5vw;
    z-index: 6;
}

.green-button a {
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 5px 0;
    gap: 10px;
}
.green-button a {
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 5px 0;
    gap: 10px;
}

.green-button a p {
    line-height: 30px;
    margin: 0;
}

.green-button a img {
    height: 20px;
}

.white-button-con {
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 5px 0;
    gap: 10px;
}

.white-button-con a {
    line-height: 30px;
    margin: 0;
    text-decoration: none;
}

.white-button-con img {
    height: 20px;
}

.white-button{
    border: 1px solid;
    margin-top: 20px;
    cursor: pointer;
    background-color: white;
    height: 45px;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 0 4px 0px 0px black;
    gap: 0.5vw;
}

.yello-button-con {
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 5px 0;
    gap: 10px;
}

.yello-button-con a {
    line-height: 30px;
    margin: 0;
    text-decoration: none;
}

.yello-button-con img {
    height: 20px;
}

.yellow-button{
    border: 1px solid;
    margin-top: 20px;
    cursor: pointer;
    background-color: #FFF100;
    height: 45px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 0 4px 0px 0px black;
    gap: 0.5vw;
}

.apply-item-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid;
    border-radius: 5px 5px 0 0;
    height: 40px;
    padding: 0 1vw;
    background-color: white;
    margin-top: 30px;
}

.apply-item-body {
    border: 1px solid;
    border-top: 0;
    padding: 1vw;
    border-radius: 0 0 5px 5px;
    background-color: white;
    /* margin-bottom: 30px; */
}

.box {
    padding: 1vw;
    border: 1px solid;
    border-radius: 5px;
    margin: 10px 0;
}

.green-button-spacebetween {
    padding-left: 1vw;
    padding-right: 1vw;
    justify-content: space-between;
}

.green-button-spacebetween a{
    justify-content: space-between;
}

.social-media {
    display: flex;
    justify-content: space-evenly;
    padding: 1vw;
    margin: 10px 0;
}

.social-media a {
    max-width: 20%;
}

#sp_time_box2 {
    display: none;
}

.half-highlight{
    width: fit-content;
    text-align: center;
    margin: 20px auto 10px;
    font-weight: 700;
    background: linear-gradient(to top, #FFDD00 50%, transparent 50%);
}

.person-name{
    margin: 10px 0 25px 0;
}

.dotted-divider{
    border-bottom: 2px dotted #000000;
    margin-bottom: 20px;
}

.w-900-red{
    font-weight: 900;
    color: #FF0000;
}

.insta-div{
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 0 20px;
}
.insta-image {
    width: 45%;
    height: fit-content;
}
.insta-div-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-weight: 700;
}
.insta-div-right > div{
    margin-top: 10px;
    line-height: 2vw;
}
.insta-half-highlight{
    width: fit-content;
    font-weight: 700;
    font-size: 2vw;
    background: linear-gradient(to top, #FFDD00 50%, transparent 50%);
}
.insta-icon-container{
    text-align: right;
}

.insta-icon-container > a{
    display: flex;
    align-items: center;
    text-decoration: none;
}
.insta-icon-container p {
    width: 70%;
}
.insta-icon-container img {
    width: 30%;
}

/* Style the GLightbox caption text */
.glightbox-container .gdesc {
    color: white !important; /* Make the caption text white */
    background: none !important; /* Remove the background */
    padding: 10px;
    font-size: 16px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); /* Optional: subtle shadow */
}

/* Ensure GLightbox navigation arrows are visible on mobile */
.glightbox-container .gslide-prev, 
.glightbox-container .gslide-next {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 10;
    width: 40px;
    height: 40px;
}

.glightbox-container .gslide-prev svg, 
.glightbox-container .gslide-next svg {
    width: 30px;
    height: 30px;
    fill: white;
}

.openGallery {
    display: none;
}

.gslide-media {
    background-color: rgb(245, 245, 245);
}

/* Increase the tap area on mobile */
@media only screen and (max-width: 768px) {
    .glightbox-container .gslide-prev,
    .glightbox-container .gslide-next {
        width: 60px;
        height: 60px;
    }
}

/* Media query for mobile version */
@media (max-width: 1010px) {
    .openGallery {
        display: flex;
    }
    .insta-div-right > div{
        line-height: 7vw;
    }
    #section2, #section3, #section4{
        padding: 0 3vw;
    }
    .section4-people{
        padding: 0 3vw;
    }
    .insta-half-highlight{
        font-size: 7vw;
    }
    .first-banner-title {
        font-size: 4.3vw;
    }

    #sp_time_box2 {
        display: block;
    }

    .section1-content,
    .section2-content,
    .section3-content,
    .section4-content,
    .section5-content,
    .section6-content {
        padding: 0 3vw;
    }

    .section1-titles-1,
    .section1-titles-2,
    .section1-titles-3 {
        font-size: 9vw;
    }

    .section1-titles-4 {
        font-size: 4.7vw;
        text-align: center;
    }

    .section1-titles-1::before,
    .section1-titles-1::after {
        width: 9vw;
    }

    .section1-titles-3::before,
    .section1-titles-3::after {
        width: 20vw;
    }

    .product-items1 {
        margin: 3.2vw;
        padding-bottom: 3vw;
    }

    .product-items2 {
        margin: 3.2vw;
        padding-bottom: 3vw;
    }

    .product-items2-text {
        margin: 3.2vw;
    }

    .red-notice {
        margin: 3.2vw;
    }

    .content-area {
        padding: 3.2vw;
    }

    .content-area-2 {
        padding: 6.4vw;
    }

    .content-area-3 {
        padding: 3.2vw;
    }

    .item-body {
        padding: 3.2vw;
        margin-bottom: 3.2vw;
    }

    .green-button {
        gap: 2vw;
    }

    .green-button a {
        padding: 5px 0;
    }

    .white-button {
        gap: 2vw;
        display: flex;
    }

    .white-button-con {
        height: 100%;
        width: 100%;
        display: flex;
    }

    .white-button-con a {
        width: auto;
    }

    .white-button-con img {
        width: auto;
    }

    .yellow-button {
        gap: 2vw;
        display: flex;
    }

    .yello-button-con {
        height: 100%;
        width: 100%;
        display: flex;
    }

    .yello-button-con a {
        width: auto;
    }

    .yello-button-con img {
        width: auto;
    }

    .title-margin {
        margin: 0 3vw;
    }

    .apply-item-head {
        padding: 0 3vw;
    }

    .apply-item-body {
        padding: 3vw;
    }

    .box {
        padding: 3vw;
    }

    .green-button-spacebetween {
        padding-left: 3vw;
        padding-right: 3vw;
    }

    .social-media {
        padding: 3vw;
    }
}