<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.package {
    border: 2px solid #ddd;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #f8f9fa;
}
.package h2 {
    text-align: center;
    color: #000;
    font-family: var(--tecture-font-2);
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}
.pkghead {
    background: #e9bf52;
    text-align: center;
    color: #000;
    border-radius: 15px 15px 0 0;
    padding: 10px 5px;
    margin-bottom: 10px;
}
.pkghead h3 {
    margin: 0px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
}
.pkghead h2 {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif;
    margin: 0px;
    line-height: 50px;
}
.pkghead h2 small {
    font-size: 50%;
    letter-spacing: 0px;
    color: #000;
    font-weight: 300;
}
.price {
    font-weight: bold;
    color: #d4a017;
}
.accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #fff;
    border: none;
    font-size: 15px;
    padding: 5px 10px;
    font-weight: bold;
    text-align: left;
}
.icon {
    font-size: 16px;
    margin-left: auto;
}
/* Hide Bootstrap default accordion arrow */
.accordion-button::after {
    display: none !important;
}
.accordion-body p {
    color: var(--tecture-black);
}
.tpackage td {
    color: #fff;
    font-size: 14px;
}

.list-item ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    color: var(--tecture-black);
}
.list-item ul li::before {
    content: "Ã¢â€“Â&nbsp;"; /* Square bullet */
    color: #e9bf52; /* Gold color */
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 16px;
}
#floor1, #floor2, #floor3, #floor4, #floor5, #mfloor1, #mfloor2, #mfloor3, #mfloor4, #mfloor5 {
    display: none;
}
.dview {
    display: block;
}
.mview {
    display: none;
}
.mybox {
    border: 1px solid #CCC;
    padding: 10px;
}
@media screen and (max-width: 768px) {
    .dview {
        display: none;
    }
    .mview {
        display: block;
    }
}</pre></body></html>