.elementor-21120 .elementor-element.elementor-element-50a1160{margin-top:0px;margin-bottom:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-309e018 */.custom-products{
padding:10px 10px;
background:#ffffff;
}

.section-title{
max-width:1600px;
margin:auto;
text-align:center;
margin-bottom:50px;
}

.section-title span{
color:#0b2d73;
font-weight:600;
text-transform:uppercase;
}

.section-title h2{
font-size:40px;
margin:15px 0;
}

.section-title p{
color:#666;
line-height:1.8;
}

.products-grid{
max-width:1600px;
margin:auto;
display:grid;
grid-template-columns:repeat(4,1fr);
gap:15px;
}

.product-card{
background:#fff;
border-radius:15px;
overflow:hidden;
box-shadow:0 8px 20px rgba(0,0,0,.08);
transition:.3s;
text-align:center;
}

.product-card:hover{
transform:translateY(-8px);
}

.product-card img{
width:100%;
height:240px;
object-fit:cover;
transition:.4s;
}

.product-card:hover img{
transform:scale(1.08);
}

.product-card h3{
padding:8px;
font-size:19px;
color:#0b2d73;
}

.video-section{
padding:60px 20px;
}

.video-box{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
align-items:center;
}

.video-box.reverse{
grid-template-columns:1fr 1fr;
}

.video-content h2{
font-size:34px;
margin-bottom:20px;
color:#0b2d73;
}

.video-content p{
line-height:1.8;
color:#555;
}

.video-area iframe{
width:100%;
height:350px;
border:none;
border-radius:15px;
}

.features{
padding:70px 20px;
background:#0b2d73;
}

.features h2{
color:#fff;
text-align:center;
margin-bottom:40px;
font-size:36px;
}

.feature-grid{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:repeat(4,1fr);
gap:15px;
}

.feature-grid div{
background:rgba(255,255,255,.12);
padding:18px;
border-radius:10px;
color:#fff;
text-align:center;
transition:.3s;
}

.feature-grid div:hover{
background:#fff;
color:#0b2d73;
}

@media(max-width:991px){

.products-grid,
.feature-grid,
.video-box{
grid-template-columns:1fr 1fr;
}

}

@media(max-width:768px){

.products-grid,
.feature-grid,
.video-box{
grid-template-columns:1fr;
}

.section-title h2{
font-size:30px;
}

.video-content h2{
font-size:28px;
}

.video-area iframe{
height:250px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ae3a20b */.luxury-solutions{
    padding:50px 20px;
    background:#ffffff;
}

.section-heading{
    max-width:900px;
    margin:auto;
    text-align:center;
    margin-bottom:50px;
}

.section-heading span{
    color:#0b2d73;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
}

.section-heading h2{
    font-size:40px;
    margin:15px 0;
    color:#222;
}

.section-heading p{
    color:#666;
    line-height:1.8;
}

.solution-grid{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.solution-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.35s;
}

.solution-card:hover{
    transform:translateY(-8px);
}

.solution-card img{
    width:100%;
    height:260px;
    object-fit:cover;
}

.solution-content{
    padding:25px;
}

.solution-content h3{
    color:#0b2d73;
    margin-bottom:15px;
}

.solution-content p{
    color:#666;
    line-height:1.8;
    margin-bottom:18px;
}

.solution-content a{
    display:inline-block;
    text-decoration:none;
    color:#0b2d73;
    font-weight:600;
}

.custom-products{
    max-width:1200px;
    margin:60px auto 0;
}

.custom-products h3{
    text-align:center;
    font-size:32px;
    margin-bottom:30px;
    color:#0b2d73;
}

.product-list{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:15px;
}

.product-list span{
    background:#fff;
    padding:14px 22px;
    border-radius:30px;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    transition:.3s;
}

.product-list span:hover{
    background:#0b2d73;
    color:#fff;
}

.bottom-strip{
    margin-top:60px;
    background:#0b2d73;
    color:#fff;
    text-align:center;
    padding:20px;
    border-radius:12px;
    font-weight:500;
}

@media(max-width:768px){

.solution-grid{
grid-template-columns:1fr;
}

.section-heading h2{
font-size:30px;
}

.product-list{
justify-content:flex-start;
}

}/* End custom CSS */