.btn-secondary-border:hover {
    background-color: #EF9F00 !important;
    color: #fff !important;
}

.fixed-bottom-right {
    position: fixed;
    bottom: 0;
    right: 10vw;
    z-index: 105;
}

.icons {
    font-size: 23px !important;
}

.text {
    font-size: 14px !important;
}

.popup-card {
    position: fixed;
    bottom: 0;
    right: 8vw;
    z-index: 999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    width: 100%;
    border: 1px solid #ccc;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    background-color: #fff;
    border-radius: 10px;
}

#contactBtn {
    width: 20vw;
}

.popup-card.show {
    opacity: 1;
}

.btn-secondary-border {
    border: 1px solid rgb(3, 159, 159);
}

footer {
    background-color: #1D2026 !important;
}

footer .footer-top,
footer .footer-main {
    background-color: #1D2026 !important;
}

footer .footer-main .social-media {
    display: flex !important;
    gap: 12px !important;
    margin-top: 25px !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

footer .footer-main .social-media .item {
    margin: 0 !important;
    padding: 0 !important;
}

footer .footer-main .social-media .item a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: var(--primary) !important;
    font-size: 18px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

footer .footer-main .social-media .item a i,
footer .footer-main .social-media .item a .icons-footer {
    color: var(--primary) !important;
}

footer .footer-main .social-media .item a:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
    color: #fff !important;
}

footer .footer-main .social-media .item a:hover .fa-facebook-f,
footer .footer-main .social-media .item a:hover .fa-linkedin-in,
footer .footer-main .social-media .item a:hover .fa-twitter,
footer .footer-main .social-media .item a:hover .fa-youtube {
    color: #fff !important;
}

footer .footer-main .social-media .item a[href*="facebook"]:hover {
    background: #1877F2 !important;
    border-color: #1877F2 !important;
}

footer .footer-main .social-media .item a[href*="linkedin"]:hover {
    background: #0A66C2 !important;
    border-color: #0A66C2 !important;
}

footer .footer-main .social-media .item a[href*="twitter"]:hover {
    background: #1DA1F2 !important;
    border-color: #1DA1F2 !important;
}

footer .footer-main .social-media .item a[href*="youtube"]:hover {
    background: #FF0000 !important;
    border-color: #FF0000 !important;
}

footer .footer-main .social-media .item a i {
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

@media (max-width: 538px) {
    #contactBtn {
        width: 225px;
    }

    .contactBtn {
        width: 100%;
        right: 0;
        bottom: 0;
        padding: 24px;
        padding-bottom: 0;
    }

    .popup-card {
        right: 0;
        bottom: 0;
        width: 100%;
        max-width: none;
        border-radius: 0;
    }
}

.copyright {
    font-size: 12px;
    text-align: center;
    padding-bottom: 10px;
}

.copyright a {
    text-decoration: none;
    color: #343c41;
}

.button-container {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

.button-container button {
    padding: 10px 50px;
    border: none;
    background-color: #5cadff;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.button-container button:hover {
    background-color: #0074cc;
}

body.modal-open .popup-card,
body.modal-open .fixed-bottom-right {
    display: none !important;
    z-index: -1 !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
