.footer {
    background: linear-gradient(135deg,  black 0%,  black 100%);
    color: #fff;
    padding: 3rem 0 1.5rem;
    position: relative;
}
@media(max-width: 767px) {
    .footer {
    text-align: center;
}
}.footer .round-bg {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 200px;
    top: -100px;
    z-index: -1;
}
.footer .round-bg::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 120%;
    content: "";
    background: #000;
    border-radius: 50%}
.footer .footer-content .row {
    align-items: flex-start;
}
.footer .footer-brand .brand-logo {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: .5rem;
}
@media(max-width: 767px) {
    .footer .footer-brand .brand-logo {
    justify-content: center;
}
}.footer .footer-brand .brand-logo svg {
    width: 72px;
}
.footer .footer-brand .brand-description {
    color: #ced4da;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: .875rem;
}
.footer .footer-brand .contact-info .contact-item {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: .5rem;
    color: #dee2e6;
    font-size: .875rem;
}
@media(max-width: 767px) {
    .footer .footer-brand .contact-info .contact-item {
    justify-content: center;
}
}.footer .footer-brand .contact-info .contact-item i {
    color: #21ad4f;
    width: 20px;
    text-align: center;
}
.footer .footer-brand .contact-info .contact-item a {
    color: #dee2e6;
    text-decoration: none;
    transition: all .3s ease;
}
.footer .footer-brand .contact-info .contact-item a:hover {
    color: #fff;
}
.footer .footer-section h6 {
    color: #fff;
    font-weight: 600;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    position: relative;
}
.footer .footer-section .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer .footer-section .footer-links li {
    margin-bottom: .5rem;
}
.footer .footer-section .footer-links li a {
    color: #ced4da;
    text-decoration: none;
    font-size: .875rem;
    transition: all .3s ease;
    display: inline-block;
}
.footer .footer-section .footer-links li a:hover {
    color: #fff;
    transform: translateX(5px);
}
.footer .footer-social h6 {
    margin-bottom: 1.5rem;
}
.footer .footer-social .social-links {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
@media(max-width: 767px) {
    .footer .footer-social .social-links {
    justify-content: center;
}
}.footer .footer-social .social-links .social-link {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all .3s ease;
    text-decoration: none;
    color: #fff;
}
.footer .footer-social .social-links .social-link:hover {
    background: #21ad4f;
    color: #fff;
    border-color: #21ad4f;
    transform: translateY(-3px);
}
.footer .footer-social .social-links .social-link.facebook:hover {
    background: #1877f2;
    border-color: #1877f2;
}
.footer .footer-social .social-links .social-link.instagram:hover {
    background: linear-gradient(45deg,  #f09433 0%,  #e6683c 25%,  #dc2743 50%,  #cc2366 75%,  #bc1888 100%);
    border-color: #e6683c;
}
.footer .footer-social .social-links .social-link.twitter:hover {
    background: #1da1f2;
    border-color: #1da1f2;
}
.footer .footer-social .social-links .social-link.linkedin:hover {
    background: #0077b5;
    border-color: #0077b5;
}
.footer .footer-social .newsletter {
    margin-top: 1.5rem;
}
.footer .footer-social .newsletter .newsletter-form {
    display: flex;
    gap: .5rem;
    margin-top: 1rem;
}
.footer .footer-social .newsletter .newsletter-form .form-control {
    flex: 1;
    padding: .5rem 1rem;
    border: 1px solid #6c757d;
    border-radius: .5rem;
    background: hsla(0, 0%, 100%, .1);
    color: #fff;
    font-size: .875rem;
}
.footer .footer-social .newsletter .newsletter-form .form-control::placeholder {
    color: #ced4da;
}
.footer .footer-social .newsletter .newsletter-form .form-control:focus {
    outline: none;
    border-color: #21ad4f;
    background: hsla(0, 0%, 100%, .15);
}
.footer .footer-social .newsletter .newsletter-form .btn-newsletter {
    padding: .5rem 1.5rem;
    background: #21ad4f;
    color: #fff;
    border: none;
    border-radius: .5rem;
    font-weight: 600;
    font-size: .875rem;
    cursor: pointer;
    transition: all .3s ease;
}
.footer .footer-social .newsletter .newsletter-form .btn-newsletter:hover {
    background: #0056b3;
    transform: translateY(-2px);
}
.footer .footer-bottom {
    margin-top: 2rem;
    padding-top: 1.5rem;
}
.footer .footer-bottom .footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}
@media(max-width: 768px) {
    .footer .footer-bottom .footer-bottom-content {
    flex-direction: column;
    text-align: center;
}
}.footer .footer-bottom .copyright {
    color: #ced4da;
    font-size: .875rem;
    margin: 0;
}
.footer .footer-bottom .copyright .year {
    color: #21ad4f;
    font-weight: 600;
}
.footer .footer-bottom .footer-legal {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}
.footer .footer-bottom .footer-legal a {
    color: #ced4da;
    text-decoration: none;
    font-size: .875rem;
    transition: all .3s ease;
}
.footer .footer-bottom .footer-legal a:hover {
    color: #fff;
}
.footer .scroll-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 50px;
    height: 50px;
    background: #21ad4f;
    color: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease;
    z-index: 1070;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}
.footer .scroll-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.footer .scroll-top:hover {
    background: #0056b3;
    transform: translateY(-5px);
}
.footer .scroll-top i {
    font-size: 1.2rem;
}