/*FOOTER*/
footer {
    background-color: var(--ve-footerbackground);
    padding: var(--desktop-padding);
}
#ve_btt{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    background-color: var(--ve-backtopbackground);
}
#btt_cta{
    cursor: pointer;
}
footer .menu-container{
}
footer .menu-container a{
    color: var(--ve-lightgrey);
    transition: all 0.1s linear;
    width: fit-content;
}
footer .menu-container .footer-col{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
footer .menu-container .footer-col > span{
    color: var(--ve-lightgrey);
    margin-bottom: 5px;
}
footer .menu-container .footer-col > p{
    color: var(--ve-primary-text-color);
    margin-bottom: 5px;
}
footer .menu-container .footer-col > a:hover{
    color: var(--ve-primary-text-color);
}
footer .social-container{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
footer .social-container .social-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--ve-lightgrey);
    border-radius: 50%;
    padding: 10px;
    margin-right: 15px;
    margin-bottom: 5px;
}
footer .social-container .social-icon img{
    width: 25px;
}
footer .sponsor-container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 25px;
}
footer .sponsor-container img{
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 0.5;
    max-width: 100%;
}
footer .sponsor-container img:last-child{
    margin-right: 0;
}

.icon-arrow-up{
    min-width: 20px;
    min-height: 20px;
    width: 20px;
    height: 20px;
    -webkit-mask: url('../images/icons/arrow-up-icon.svg') no-repeat center;
    mask: url('../images/icons/arrow-up-icon.svg') no-repeat center;
    background-color: var(--ve-icon-color);
}
/*END FOOTER*/


/* WIDGET  */
.hp-block:has(> .feature-widget-container) {
    margin-bottom: 24px !important;
    padding: 0 8px !important;
}
.row.custom-row-mw:has(.feature-widget-container) {
    padding: 0 16px !important;
}
.hp-block:has(> .pricing-table-container) {
    margin-bottom: 24px !important;
    padding: 0 8px !important;
}
.hp-block.h-unset .feature-widget-container{
    height: unset;
}
.homepage-block:has(:first-child.no-space-block) {
    padding-top: 0;
}
.row.custom-row-mw:has(.pricing-table-container) {
    padding: 0 16px !important;
}
.feature-widget-container{
    height: 100%;
}
.feature-widget-container a:hover{
    filter: unset !important;
}
.feature-widget-container a:hover .feature-title{
    color: var(--ve-blue);
}
.feature-widget-container:hover .feature-widget{
    box-shadow: 11px 11px 18px -11px #F3F4F6;
    border: 1px solid #7e7e7e;
}
.feature-widget-container:hover .feature-widget .feature-title{
    color: var(--hb-href-link-color);
}
.feature-widget{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    background: #FFFFFF;
    font-weight: var(--ve-feature-block-font-weight);
    border-radius: 16px 16px 16px 16px;
    box-shadow: 0 0 0 0 rgba(59.99, 71.99, 87.99, 0);
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}
.feature-widget .feature-icon{
    font-size: 30px;
    padding: 25px;
    border-radius: 8px 8px 8px 8px;
    background-color: #4F46E50D;
    box-shadow: 0 2px 4px 0 rgba(60.00000000000001, 72.00000000000001, 88, 0.15);
    margin-bottom: 20px;
}
.feature-widget .feature-title{
    width: 100%;
    color: #161619;
    font-size: 18px;
    margin-bottom: 12px;
    text-align: center;
}
.feature-widget .feature-subtitle{
    color: rgba(22, 22, 25, 0.7);
    font-size: 15px;
    margin-bottom: 12px;
}
.feature-widget .feature-content{
    color: rgb(148, 163, 184);
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

/* PRICING TABLE */
.pricing-table-container{
    height: 100%;
}
.ve-pricing-table{
    height: 100%;
    position: relative;
    overflow: hidden;
    padding: 32px 24px;
    background-color: var(--ve-pricing-table-background-color);
    font-weight: var(--ve-pricing-table-font-weight);
    color: #161619;
    border: 2px solid #e5e7eb;
    border-radius: 6px;
    box-shadow: 0 0 3px 0 rgba(60, 72, 88, 0.15);
    -webkit-box-shadow: 0 0 3px 0 rgba(60, 72, 88, 0.15);
    -moz-box-shadow: 0 0 3px 0 rgba(60, 72, 88, 0.15);
    transition: all 0.3s linear;
}
.ve-pricing-table .title{
    margin-bottom: 12px;
    font-weight: 700;
    color: #161C2D;
    font-size: 30px;
    line-height: 28px;
}
.ve-pricing-table .subtitle{
    margin-bottom: 20px;
    font-weight: 600;
    color: rgb(105 109 114);
    font-size: 16px;
    line-height: 26px;
}
.ve-pricing-table .price{
    font-weight: 600;
    color: #161C2D;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 22px;
    word-break: break-word;
}
.ve-pricing-table .pricing-table-btn{
    width: 100%;
    margin-bottom: 40px;
    background-color: var(--ve-pricing-table-btn-background);
    color: var(--ve-pricing-table-btn-color);
    border: 1px solid transparent;
}
.ve-pricing-table .pricing-table-btn:hover{
    background-color: var(--ve-pricing-table-btn-hover-background);
    border-color: var(--ve-pricing-table-btn-hover-border-color);
    color: var(--ve-pricing-table-btn-hover-color);
}
.ve-pricing-table .pricing-table-content ul,
.ve-pricing-table .pricing-table-content ol {
    list-style: none;
}
.ve-pricing-table .pricing-table-content ul li,
.ve-pricing-table .pricing-table-content ol li {
    list-style: none;
    position: relative;
    margin-bottom: var(--ve-pricing-table-li-margin-bottom);
}
.ve-pricing-table .pricing-table-content ul li::before,
.ve-pricing-table .pricing-table-content ol li::before {
    content: var(--ve-pricing-table-li-icon);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--ve-pricing-table-li-icon-color);
    font-size: 18px;
    line-height: 28px;
    position: absolute !important;
    left: -32px;
    top: 50%;
    transform: translate(7px, -50%);
}
/* END PRICING TABLE */
/* END WIDGET */

@media (max-width: 1600px){
    .ve-pricing-table .price {
        font-size: 30px;
        line-height: 38px;
    }
}
@media (max-width: 1200px){
    /* WIDGET */
    .feature-widget{
        padding: 20px;
    }
    .ve-pricing-table{
        padding: 32px 20px;
    }
    .ve-pricing-table .price{
        font-size: 32px;
        line-height: 38px;
    }
    .ve-pricing-table .pricing-table-btn{
        width: 100%;
        margin-bottom: 40px;
    }
    .ve-pricing-table .pricing-table-content ul li,
    .ve-pricing-table .pricing-table-content ol li {
        font-size: 15px;
    }
    /* END WIDGET */
}
@media (max-width: 992px){
    footer {
        padding: 25px;
    }
    /* WIDGET */
    .feature-widget{
        padding: 24px 18px;
    }
    .feature-widget .feature-content{
        font-size: 14px;
        line-height: 22px;
    }
    .ve-pricing-table{
        padding: 32px 16px;
    }
    .ve-pricing-table .price{
        font-size: 26px;
        line-height: 30px;
    }
    .ve-pricing-table .pricing-table-btn{
        min-width: unset;
    }
    .ve-pricing-table .pricing-table-content ul li,
    .ve-pricing-table .pricing-table-content ol li {
        font-size: 14px;
    }
    .ve-pricing-table .subtitle{
        font-size: 14px;
        line-height: 20px;
    }
    /* END WIDGET */
}
@media (max-width: 767px){
    /* PRICING TABLE */
    .pricing-table-container{
        height: unset;
    }
    .ve-pricing-table{
        height: unset;
        padding: 32px 24px;
        /*margin-bottom: 30px;*/
    }
    .ve-pricing-table .title{
        font-size: 18px;
        line-height: 28px;
    }
    .ve-pricing-table .subtitle{
        font-size: 16px;
        line-height: 26px;
    }
    .ve-pricing-table .price{
        font-size: 36px;
        line-height: 40px;
    }
    /* END PRICING TABLE */
    .no-space-block{
        top: -25px;
    }
}
@media (max-width: 576px){
    footer .sponsor-container {
        flex-direction: column;
    }
    footer .sponsor-container img {
        margin-right: 0;
    }
}

@media (max-width: 500px){
    footer .social-container .social-icon img{
        width: 20px;
    }
}
