/* Start custom CSS for html, class: .elementor-element-0bfaea4 */.fd-fleet-section{
    padding:120px 5%;
    background:#f8f9fa;
}

.fd-section-title{
    text-align:center;
    max-width:800px;
    margin:0 auto 70px;
}

.fd-section-title span{
    color:#d8a23a;
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:2px;
    font-size:13px;
}

.fd-section-title h2{
    font-size:60px;
    margin:20px 0;
    color:#1a1a1a;
}

.fd-section-title p{
    color:#666;
    line-height:1.8;
}

.fd-fleet-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
}

.fd-boat-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
}

.fd-boat-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}

.fd-boat-image{
    height:280px;
    overflow:hidden;
}

.fd-boat-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.fd-boat-card:hover img{
    transform:scale(1.08);
}

.fd-boat-content{
    padding:35px;
}

.fd-boat-type{
    color:#d8a23a;
    text-transform:uppercase;
    font-size:12px;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:10px;
}

.fd-boat-content h3{
    font-size:34px;
    margin-bottom:15px;
    color:#111;
}

.fd-boat-specs{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    margin-bottom:20px;
    color:#0d6f73;
    font-weight:600;
    font-size:14px;
}

.fd-boat-content p{
    color:#666;
    line-height:1.8;
    margin-bottom:25px;
}

.fd-boat-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    border-top:1px solid #eee;
    padding-top:20px;
}

.fd-price{
    color:#444;
    font-size:14px;
}

.fd-price strong{
    display:block;
    font-size:22px;
    color:#0d6f73;
}

.fd-boat-footer a{
    background:#0d6f73;
    color:#fff;
    padding:12px 24px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.fd-boat-footer a:hover{
    background:#084f52;
}

@media(max-width:1024px){

    .fd-fleet-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:768px){

    .fd-fleet-grid{
        grid-template-columns:1fr;
    }

    .fd-section-title h2{
        font-size:42px;
    }

}/* End custom CSS */