.elementor-21083 .elementor-element.elementor-element-5b92508{margin-top:-90px;margin-bottom:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8e88258 */.carparking-section{
    padding:80px 20px;
    background:#ffffff;
}

.section-heading{
    max-width:900px;
    margin:0 auto 50px;
    text-align:center;
}

.section-heading span{
    color:#0b2d73;
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
}

.section-heading h2{
    font-size:40px;
    color:#1c1c1c;
    margin:12px 0 20px;
}

.section-heading p{
    font-size:17px;
    color:#666;
    line-height:1.8;
}

.carparking-grid{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.car-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.35s;
}

.car-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.car-card img{
    width:100%;
    height:260px;
    object-fit:cover;
    transition:.4s;
}

.car-card:hover img{
    transform:scale(1.08);
}

.car-content{
    padding:25px;
}

.car-content h3{
    font-size:22px;
    color:#0b2d73;
    margin-bottom:12px;
}

.car-content p{
    font-size:15px;
    color:#666;
    line-height:1.7;
}

@media(max-width:991px){

.carparking-grid{
grid-template-columns:1fr;
}

.section-heading h2{
font-size:32px;
}

.car-card img{
height:220px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-339a59c */.carparking-content{
    max-width:1200px;
    margin:70px auto;
    padding:0 20px;
}

.content-box{
    margin-bottom:40px;
}

.content-box h2{
    font-size:38px;
    color:#0b2d73;
    margin-bottom:20px;
}

.content-box p{
    font-size:17px;
    color:#555;
    line-height:1.9;
    margin-bottom:18px;
}

.content-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
    margin-bottom:25px;
}

.content-card{
    background:#fff;
    border-radius:18px;
    padding:30px;
    box-shadow:0 8px 25px rgba(0,0,0,.07);
    transition:.3s;
}

.content-card:hover{
    transform:translateY(-6px);
}

.content-card h3{
    color:#0b2d73;
    margin-bottom:18px;
    font-size:24px;
}

.content-card p{
    color:#666;
    line-height:1.8;
    margin-bottom:15px;
}

.content-card ul{
    margin:0;
    padding-left:20px;
}

.content-card li{
    margin-bottom:10px;
    color:#555;
    line-height:1.7;
}

.why-box{
    margin-top:40px;
    background:#0b2d73;
    padding:40px;
    border-radius:20px;
}

.why-box h3{
    color:#fff;
    text-align:center;
    margin-bottom:30px;
    font-size:30px;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:15px;
}

.why-grid div{
    background:rgba(255,255,255,.12);
    color:#fff;
    padding:18px;
    border-radius:10px;
    text-align:center;
    transition:.3s;
}

.why-grid div:hover{
    background:#fff;
    color:#0b2d73;
}

@media(max-width:991px){

.content-grid{
grid-template-columns:1fr;
}

.why-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:576px){

.why-grid{
grid-template-columns:1fr;
}

.content-box h2{
font-size:30px;
}

}/* End custom CSS */