/* Start custom CSS for html, class: .elementor-element-ee61115 */.footer99{
    background:#000;
    color:#fff;
    padding:60px 20px 30px;
    font-family:Arial,sans-serif;
}

.footer-container{
    max-width:1300px;
    margin:auto;
}

/* TOP AREA */
.footer-top{
    display:flex;
    flex-wrap:wrap;
    gap:40px;
    justify-content:space-between;
}

.footer-col{
    flex:1 1 180px;
    min-width:180px;
}

.about{
    flex:1 1 320px;
}

/* LOGO */
.logo{
    width:180px;
    max-width:100%;
    margin-bottom:15px;
}

/* TEXT */
.footer99 p{
    color:#d5d5d5;
    font-size:14px;
    line-height:1.8;
    margin-bottom:15px;
}

/* HEADINGS */
.footer-col h4{
    color:#fff;
    font-size:16px;
    font-weight:700;
    margin-bottom:18px;
    text-transform:uppercase;
    letter-spacing:.5px;
}

/* LINKS */
.footer-col a{
    display:block;
    color:#bdbdbd;
    text-decoration:none;
    margin-bottom:10px;
    font-size:14px;
    transition:all .3s ease;
}

.footer-col a:hover{
    color:#ffcc00;
    padding-left:4px;
}

/* SOCIAL */
.social{
    margin-top:20px;
}

.social a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:40px;
    height:40px;
    background:#111;
    border:1px solid #222;
    border-radius:50%;
    margin-right:8px;
    color:#fff;
    transition:.3s;
}

.social a:hover{
    background:#ffcc00;
    color:#000;
    transform:translateY(-3px);
}

/* TRUST BAR */
.trust{
    border-top:1px solid #222;
    border-bottom:1px solid #222;
    margin-top:40px;
    padding:20px 0;
    text-align:center;
}

.safe{
    color:#00ff66;
    font-weight:700;
    margin-right:15px;
}

.age{
    display:inline-block;
    border:1px solid #ff0000;
    color:#fff;
    padding:4px 12px;
    border-radius:50px;
    font-weight:700;
}

/* SEO KEYWORDS */
.keywords{
    margin-top:25px;
    text-align:center;
    line-height:2.2;
    font-size:13px;
}

.keywords a{
    color:#bdbdbd;
    text-decoration:none;
    display:inline-block;
    margin:0 3px;
    transition:.3s;
}

.keywords a:hover{
    color:#ffcc00;
}

/* DISCLAIMER */
.disclaimer{
    margin-top:25px;
    font-size:13px;
    color:#999;
    line-height:1.8;
    text-align:center;
}

/* COPYRIGHT */
.copy{
    margin-top:20px;
    padding-top:20px;
    border-top:1px solid #1a1a1a;
    text-align:center;
    font-size:13px;
    color:#777;
}

/* TABLET */
@media(max-width:991px){

    .footer-top{
        gap:30px;
    }

    .footer-col{
        flex:1 1 calc(50% - 30px);
    }

    .about{
        flex:1 1 100%;
    }
}

/* MOBILE */
@media(max-width:768px){

    .footer99{
        padding:50px 15px 25px;
    }

    .footer-top{
        flex-direction:column;
        gap:25px;
    }

    .footer-col{
        width:100%;
        min-width:100%;
    }

    .footer-col h4{
        margin-bottom:12px;
    }

    .footer-col a{
        margin-bottom:8px;
    }

    .logo{
        width:160px;
    }

    .keywords{
        font-size:12px;
        line-height:2;
    }

    .social a{
        width:38px;
        height:38px;
    }
}

/* SMALL MOBILE */
@media(max-width:480px){

    .footer99{
        text-align:center;
    }

    .social{
        display:flex;
        justify-content:center;
        flex-wrap:wrap;
        gap:8px;
    }

    .social a{
        margin:0;
    }

    .safe,
    .age{
        display:block;
        margin:8px auto;
    }
}/* End custom CSS */