body{
    font-family: Komplekt, Komplekt Fallback, sans-serif;
}
/*custom-css*/
.feature-box {
    background: transparent; /* No white background like the reference */
    text-align: center;
    padding: 10px 10px 25px;
    position: relative;
    margin-bottom: 40px;
}
 
.feature-image img {
    width: 100%;
    max-width: 250px;
    border-radius: 20px; /* rounded like mobile mockups */
    display: block;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
 
.feature-content h4 {
    font-size: 19px;
    margin-top: 18px;
    font-weight: 700;
    color: #2A0944; /* the bold purple like in heading */
}
 
.feature-content p {
    font-size: 15px;
    color: #5a5a5a;
    max-width: 280px;
    margin: 0 auto;
    line-height: 1.5;
}
/*custom-css*/
.ctm-d-none{
    display: none;
}

.mb-unset{
    margin-bottom: unset !important;    
}
.mb-10{
    margin-bottom: 10px !important;
}
.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile ul.multi-lang>li .dropdown-menu li a:before{
    display: none !important;
}
@media (max-width: 1023px) {
    .bravo_wrap .bravo_header .content .header-right {
         width: unset !important; 
    }
}
.bravo_wrap .bravo_header .content .header-left .bravo-menu ul li a {
    color: black;
}
.bravo-list-boat .title{
    text-align: center !important;
}
.bravo_wrap .page-template-content .bravo-list-boat .title {
    margin-bottom: 20px !important;
    font-weight: 700;
    color: #2F0F56;
    line-height: 1.05;
    letter-spacing: 0;
    font-size: 2.5rem;
}

.custom-boat-title, .bravo-text h3 strong, .mx-faq-title, .bravo-vendor-form-register h1 {
    margin-bottom: 20px !important;
    font-weight: 700;
    color: #2F0F56;
    line-height: 1.05;
    letter-spacing: 0;
    font-size: 2.5rem;
    text-align: center !important;
}

.custom-boat-subtitle{
    margin-bottom: 20px !important;
    color: #2F0F56;
    line-height: 1.05;
    letter-spacing: 0;
    font-size: 1rem;
    text-align: center !important;
}
button.bravo-more-menu{
    outline: none !important;
}
.bravo_wrap .bravo_header .content .header-left .bravo-menu ul li:hover > a{
    color: black;
}
.bravo-contact-block .bravo-contact-block-form .contact-header h1{
    margin-bottom: 20px !important;
    font-weight: 700 !important;
    color: #2F0F56 !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
    font-size: 2.5rem !important;
    text-align: center !important;
}

@media (min-width: 1200px) {
    .custom-d-none-1200{
        display: none;   
    }
}

.ctm-detail-actions .social {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 3px !important;
}

.ctm-detail-actions .share-wrapper{
    bottom: 100%;
    top: unset !important;
}

@media (min-width: 766px) {
    .d-none-765{
        display: none !important;   
    }
}








