/* =========================================
DISCLAIMER PAGE CSS
Broadwalk Homes
========================================= */

.legal-page{
padding:0 0 80px;
background:#f4f6f9;
}

/* Hero Section */

.page-header{
background:linear-gradient(135deg,#1e3a5f,#294d7a);
padding:90px 30px;
text-align:center;
border-radius:0 0 40px 40px;
margin-bottom:60px;
}

.page-header h1{
color:#fff;
font-size:50px;
font-weight:700;
margin-bottom:20px;
}

.page-header p{
max-width:850px;
margin:0 auto;
color:rgba(255,255,255,.9);
line-height:1.9;
font-size:16px;
}

/* Content Area */

.legal-page .container{
max-width:1200px;
margin:auto;
padding:0 20px;
}

/* Cards */

.legal-card{
background:#fff;
margin-bottom:30px;
padding:35px;
border-radius:16px;
box-shadow:0 15px 40px rgba(0,0,0,.06);
position:relative;
overflow:hidden;
transition:.3s ease;
}

.legal-card:hover{
transform:translateY(-5px);
}

/* Warning Accent */

.legal-card::before{
content:'';
position:absolute;
left:0;
top:0;
width:6px;
height:100%;
background:#ffb347;
}

/* Contact Section Different Color */

.legal-card:last-child::before{
background:#1e3a5f;
}

.legal-card h2{
color:#1e3a5f;
font-size:26px;
margin-bottom:15px;
font-weight:600;
}

.legal-card p{
color:#555;
line-height:1.9;
font-size:15px;
margin-bottom:15px;
}

.legal-card p:last-child{
margin-bottom:0;
}

/* Alternating Cards */

.legal-card:nth-child(even){
background:#fcfcfc;
}

.legal-card:nth-child(odd){
background:#ffffff;
}

/* Contact Card */

.legal-card:last-child

.legal-card:last-child h2,
.legal-card:last-child p{
color:#fff;
}

/* Responsive */

@media(max-width:991px){

.page-header{
    padding:70px 25px;
}

.page-header h1{
    font-size:40px;
}

.legal-card{
    padding:30px;
}

}

@media(max-width:767px){


.legal-page{
    padding-bottom:50px;
}

.page-header{
    padding:60px 20px;
    border-radius:0 0 25px 25px;
    margin-bottom:40px;
}

.page-header h1{
    font-size:30px;
}

.page-header p{
    font-size:15px;
}

.legal-card{
    padding:25px;
}

.legal-card h2{
    font-size:21px;
}

}
