:root {
    --color: #f98125;
    --color2: #1a1a1a;
    --shadow-medium: 0 10px 30px rgba(0, 0, 0, 0.08);
    --bs-black: #000;
}

footer {
    position: relative;
    z-index: 0;
}

footer.footer {
    padding-top: 150px;
    margin-top: 0;
}

.action-buttons {
    position: fixed;
    right: 25px;
    bottom: 95px;
    z-index: 99;
}

.back-to-top {
    display: none;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    border-radius: 100%;
    margin-top: 15px;
}

.bi-2x {
    font-size: 2em;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    background: var(--bs-primary) !important;
    color: var(--bs-black) !important;
    font-weight: 500;
    transition: 0.5s;
}

.btn.btn-primary:hover {
    background: var(--bs-white) !important;
    color: var(--bs-black) !important;
}

.navbar.navbar-expand-lg {
    gap: 0;
}

.navbar .navbar__center {
    flex: 1 1 auto;
    justify-content: flex-end;
}

.navbar .navbar__center .menu {
    display: block;
    flex: initial;
}

@media (min-width: 992px) {
    .menu .menu__inner .menu__item .submenu {
        display: block;
    }
}

.navbar-light {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: transparent !important;
    z-index: 9999;
}

.sticky-top.navbar-light {
    position: fixed;
    background: var(--bs-white) !important;
}

.navbar-light .navbar-brand img {
    max-height: 50px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.footer {
    background: linear-gradient(rgba(102, 16, 242, 0.05), rgba(102, 16, 242, 0.05));
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #353f4f;
}

.footer .ftco-section {
    margin-top: -260px;
    border-radius: 15px;
    padding: 50px;
    background: var(--bs-dark);
}

.footer .ftco-section .text-white,
.footer .ftco-section .text-white p,
.footer .ftco-section .text-white h3 {
    color: #fff !important;
}

.footer .subscribe input {
    background: #fff;
    color: #060c22;
    border: 0;
    outline: none;
    margin: 0;
    font-size: 16px;
    padding: 20px 50px 20px 30px;
    border-radius: 36px;
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / .05);
    width: 100%;
}

.footer button.subscribe-btn {
    border: 2px solid transparent;
    padding: 14px 35px 12px 35px;
    cursor: pointer;
    outline: none;
    font-size: 14px;
    border-radius: 36px;
    position: absolute;
    right: 7px;
    top: 5px;
    margin-bottom: 0;
    transition: none;
    transform: none;
}

.footer .footer-item ul {
    margin: 0;
    padding: 0;
}

.footer .footer-item ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .footer-item ul li a {
    line-height: 30px;
    color: var(--bs-dark);
    transition: 0.5s;
    font-size: 0.9rem;
    font-weight: 300;
    align-items: center;
    position: relative;
    padding-left: 15px;
}

.footer .footer-item a {
    line-height: 22px;
    color: var(--bs-dark);
    transition: 0.5s;
    font-size: 0.9rem;
    font-weight: 300;
    align-items: center;
    position: relative;
    padding-left: 0;
}

.footer .footer-item li a:before {
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 2px;
    background: #353f4f;
    content: "";
}

.footer .footer-item li a:hover:before {
    background: #f98125;
}

.footer .footer-item li a i {
    opacity: 0;
}

.footer .footer-item li a:hover i {
    opacity: 1;
}

.footer .footer-item a.logo-img {
    width: 175px;
}

.footer .footer-item p {
    line-height: 24px;
}

.footer .footer-item a:hover {
    letter-spacing: 0.3px;
    color: var(--bs-primary);
}

.footer .footer-heding {
    position: relative;
    padding-bottom: 35px;
}

.footer .footer-heding:before {
    background: #f98125;
    width: 50px;
    height: 2px;
    position: absolute;
    content: "";
    bottom: 17px;
}

.footer .footer-heding:after {
    background: #f98125;
    width: 30px;
    height: 2px;
    position: absolute;
    content: "";
    bottom: 12px;
    left: 0;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}

.copyright,
.copyright a {
    color: #fff;
}

.formbold-action-buttons {
    width: 50px;
    height: 50px;
    transition: 0.5s;
}

.formbold-action-btn {
    width: 100%;
    height: 100%;
    background: #000000;
    color: white;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative !important;
}

a.whatsapp-link {
    width: 50px;
    height: 50px;
    background: #018506;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    margin: 15px 0;
}

a.whatsapp-link:hover {
    background: #000000;
    color: #ffffff;
}

.d-sx-flex {
    display: flex !important;
}

@media (max-width: 991px) {
    .navbar .menu,
    .menu {
        display: block !important;
    }

    .submenu {
        display: none;
    }

    .submenu.is-active {
        display: block;
    }

    .menu .menu__inner .menu__item:last-child {
        padding: 10px !important;
        display: flex;
        position: absolute;
        bottom: 90px;
    }

    .navbar-light {
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .175) !important;
    }

    .footer .ftco-section {
        padding: 30px;
        width: 85%;
    }

    .footer .ftco-section a.logo-img {
        width: 100px;
        display: block;
    }

    .footer .ftco-section .display-5 {
        font-size: 24px;
    }

    .footer .ftco-section .position-relative.d-flex.align-items-center {
        flex-direction: column;
    }

    .footer .subscribe input {
        margin: 15px 0;
    }

    .footer button.subscribe-btn {
        position: relative;
        right: auto;
        top: auto;
    }

    .footer-item img.me-2 {
        width: auto;
    }

    .footer .footer-item a img {
        width: auto !important;
    }
}

@media (max-width: 575px) {
    .d-sx-flex {
        display: flex !important;
    }

    .action-buttons {
        right: 10px;
        bottom: 75px;
    }

    a.whatsapp-link {
        margin: 5px 0;
    }

    .footer .footer-item ul li a {
        line-height: 25px;
    }
}
