.elementor-27822 .elementor-element.elementor-element-e1d54e2{--display:flex;}/* Start custom CSS for container, class: .elementor-element-e1d54e2 */.feature-section{
    display:flex;
    gap:20px;
    max-width:1200px;
    margin:auto;
}

.left-nav{
    width:30%;
    display:flex;
    flex-direction:column;
    gap:10px;
}

.nav-item{
    background:#f5f5f5;
    padding:20px;
    cursor:pointer;
    border-radius:10px;
    transition:.3s;
}

.nav-item:hover{
    background:#e5e5e5;
}

.nav-item.active{
    background:#000;
    color:#fff;
}

.main-card{
    width:70%;
    position:relative;
    overflow:hidden;
    border-radius:20px;
}

.main-card img{
    width:100%;
    height:500px;
    object-fit:cover;
}

.card-content{
    position:absolute;
    bottom:30px;
    left:30px;
    color:white;
    max-width:500px;
}

.card-content h2{
    font-size:40px;
    margin-bottom:10px;
}

.card-content a{
    display:inline-block;
    margin-top:15px;
    padding:12px 25px;
    background:white;
    color:black;
    text-decoration:none;
    border-radius:30px;
}/* End custom CSS */