.elementor-55 .elementor-element.elementor-element-14eb58c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-06bb086 */```css
/* ==========================================
PLANMYSPACES – TERMS & CONDITIONS
Premium Luxury Styling
========================================== */

.pms-terms{
    background:#F6F1EB;
    padding:90px 7%;
    font-family:'Poppins',sans-serif;
    color:#222;
}

.pms-container{
    max-width:1400px;
    margin:auto;
}

/* ---------------- HERO ---------------- */

.terms-hero{
    text-align:center;
    margin-bottom:70px;
}

.terms-hero span{
    display:inline-block;
    color:#7F4713;
    letter-spacing:4px;
    font-size:12px;
    font-weight:600;
    text-transform:uppercase;
}

.terms-hero h1{
    font-size:56px;
    margin:18px 0;
    color:#1B130D;
    font-weight:700;
    line-height:1.2;
}

.terms-hero p{
    max-width:850px;
    margin:auto;
    color:#555;
    font-size:18px;
    line-height:1.9;
}

.last-update{
    display:inline-block;
    margin-top:28px;
    background:#fff;
    padding:14px 26px;
    border-radius:40px;
    border:1px solid rgba(127,71,19,.15);
    color:#7F4713;
    font-weight:600;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

/* ---------------- LAYOUT ---------------- */

.terms-content{
    display:grid;
    grid-template-columns:290px 1fr;
    gap:45px;
    align-items:start;
}

/* ---------------- SIDEBAR ---------------- */

.terms-sidebar{
    position:sticky;
    top:120px;
    background:#fff;
    padding:30px;
    border-radius:22px;
    box-shadow:0 20px 45px rgba(0,0,0,.06);
}

.terms-sidebar h3{
    color:#1B130D;
    margin-bottom:18px;
    font-size:22px;
}

.terms-sidebar ul{
    margin:0;
    padding:0;
    list-style:none;
}

.terms-sidebar li{
    margin-bottom:12px;
}

.terms-sidebar a{
    text-decoration:none;
    color:#555;
    font-size:15px;
    transition:.3s;
    display:block;
    line-height:1.6;
}

.terms-sidebar a:hover{
    color:#7F4713;
    transform:translateX(6px);
}

/* ---------------- CONTENT ---------------- */

.terms-main{
    display:flex;
    flex-direction:column;
    gap:30px;
}

/* ---------------- CARD ---------------- */

.term-card{
    background:#fff;
    padding:42px;
    border-radius:22px;
    box-shadow:0 18px 40px rgba(0,0,0,.05);
    transition:.35s ease;
    border:1px solid rgba(127,71,19,.08);
}

.term-card:hover{
    transform:translateY(-5px);
    box-shadow:0 28px 55px rgba(0,0,0,.08);
}

.term-card h2{
    color:#1B130D;
    margin-bottom:18px;
    font-size:30px;
    position:relative;
}

.term-card h2::after{
    content:'';
    display:block;
    width:65px;
    height:4px;
    background:#7F4713;
    border-radius:30px;
    margin-top:12px;
}

.term-card p{
    color:#555;
    line-height:1.9;
    font-size:17px;
    margin-bottom:18px;
}

.term-card ul{
    margin:15px 0 0 22px;
    color:#555;
}

.term-card li{
    margin-bottom:12px;
    line-height:1.8;
}

/* ---------------- CONTACT ---------------- */

.contact-box{
    margin-top:28px;
    padding:24px;
    border-radius:18px;
    background:#F6F1EB;
    border-left:5px solid #7F4713;
}

.contact-box strong{
    display:block;
    color:#1B130D;
    margin-bottom:10px;
    font-size:20px;
}

.contact-box p{
    margin:6px 0;
}

/* ---------------- SCROLL ---------------- */

html{
    scroll-behavior:smooth;
}

/* ---------------- SELECTION ---------------- */

::selection{
    background:#7F4713;
    color:#fff;
}

/* ---------------- MOBILE ---------------- */

@media(max-width:992px){

    .terms-content{
        grid-template-columns:1fr;
    }

    .terms-sidebar{
        position:relative;
        top:auto;
    }

}

@media(max-width:768px){

    .pms-terms{
        padding:70px 6%;
    }

    .terms-hero h1{
        font-size:38px;
    }

    .terms-hero p{
        font-size:16px;
    }

    .term-card{
        padding:28px;
    }

    .term-card h2{
        font-size:25px;
    }

    .term-card p,
    .term-card li{
        font-size:15px;
    }

}

@media(max-width:480px){

    .terms-hero h1{
        font-size:32px;
    }

    .terms-sidebar{
        padding:22px;
    }

    .term-card{
        padding:22px;
    }

}
```/* End custom CSS */