.act {
    background-color: var(--prime-green);
}

.intro-leaf {
    width: 18%;
    right: -8rem;
    top: 13.5rem;
    rotate: 220deg;
}

.pench-logo {
    width: 25rem;
}

.act * img {
    padding: 3rem;
}

.act * h1 {
    color: #fff;
    line-height: 4.5rem;
}


.bar-container {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bar-container-bottom {
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.vertical-bar {
    width: 2px;
    height: 10rem;
    background-color: #fff;
    /* Adjust color as needed */
    margin: 0 auto;
}

.act-container {
    position: relative;
    padding: 3rem;
}

.act-container>p {
    font-size: 16px;
    line-height: 1.4rem;
    font-family: "Gilroy-Medium", serif;
    color: white;
    padding: 3rem;
}


.act-btm-container {
    position: relative;
    padding: 3rem;
}

.act-btm-container>p {
    font-size: 16px;
    line-height: 1.4rem;
    font-family: "Gilroy-Medium", serif;
    color: white;
}



.rectangle-box {
    position: absolute;
    left: 0px;
    right: 0px;
    top: -40px;
    width: 75%;
    margin: 0 auto;
    padding: 20px;
    background-color: #053c36;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    z-index: 1;
}

.rectangle-box [class="form-select"] {
    background-color: #053c36;
    border: none;
    color: #dcb36a;
}

#dropdownMenuButton1 {
    background-color: #053c36;
    color: #dcb36a;
    letter-spacing: 1px;
}

.dropdown-toggle {
    border: none;
}

.form-control,
.form-control:hover,
.form-control:focus,
.form-control:active {
    border: 0;
    background-color: #053c36;
    color: #dcb36a;
    text-align: center;
    transition: none;
}

.form-control::placeholder {
    color: #dcb36a;
    text-align: center;
    border: 0;
}

.divider::after {
    content: "";
    display: block;
    width: 1px;
    height: 2.5rem;
    background-color: #dee2e6;
    margin: 0 auto;
}

.rooms-section {
    margin-top: 6rem;
}

.room-features {
    gap: 1rem;
}

.act-contents * p {
    line-height: 1.4rem;
}

.act-contents * h1 {
    line-height: 4.5rem;
} 


.book-now {
    font-family: "Gilroy-SemiBold", serif;
    font-size: 16px;
    color: var(--prime-green);
    border: 1px solid var(--prime-yellow);
    border-radius: 20px 0;
    padding: 10px 20px;
}

.book-now:hover {
    font-family: "Gilroy-SemiBold", serif;
    background-color: var(--prime-yellow);
    color: var(--prime-green);
    border-color: var(--prime-yellow);
}

.book-now2 {
    font-family: "Gilroy-SemiBold", serif;
    font-size: 16px;
    color: white;
    border: 1px solid var(--prime-yellow);
    border-radius: 20px 0;
    padding: 10px 20px;
}

.book-now2:hover {
    font-family: "Gilroy-SemiBold", serif;
    background-color: var(--prime-yellow);
    color: var(--prime-green);
    border-color: var(--prime-yellow);
}

@media (min-width: 320px) and (max-width: 992px) {
    .rooms-cover {
        margin-top: 5rem;
    }

    .rooms-section {
        margin-top: 3rem;
    }
}


/* Medium devices (tablets, 768px and up to 992px) */
@media (min-width: 768px) and (max-width: 992px) {

    .intro-leaf {
        right: -4rem;
    }

    .act * h1 {
        line-height: 2.5rem;
    }

    .act-container {
        padding: 1.5rem;
    }

    .act-container>p {
        padding: 1rem;
    }

    .display-md-4 {
        font-size: 2.5rem;
        font-weight: 300;
    }

    .act-contents * h1 {
        line-height: 2.5rem;
    }
    
}


/* Mobile Version */
@media (min-width: 320px) and (max-width: 578px) {
    
    .act * h1 {
        border-bottom: 2px solid white;
        line-height: 2.8rem;
        padding-bottom: 1rem;
    }

    .act-container {
        padding: 0rem;
    }

    .act-container > p {
        text-align: center;
        padding: 1.5rem;
    }

    .act-contents * h1 {
        line-height:normal;
        margin-bottom: 0;
    }


    .rooms-section .container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .pench-image-column {
        padding: 0;
    }

    .room-features {
        gap: 0;
        row-gap: 1rem;
    }

    .act-btm-container {
        padding: 1.5rem;
        text-align: center;
    }


}