footer.footer .footer-card .contact-line {

    display: flex;
    align-items: flex-start;
    gap: 12px;
}

footer.footer .footer-card .contact-icon {

    flex-shrink: 0;
    width: 20px;
    text-align: center;
}

footer.footer .footer-card .contact-icon i {
    font-size: 1.1rem;
}


footer.footer .footer-card .contact-details {
    flex-grow: 1;
    font-size: 0.95rem;
    line-height: 1.4;
}

footer.footer .footer-column-title {
    font-size: 16px;
}



#footer.footer {
    width: 100% !important;
    background: #1a1a1a url('../assets/img/footer.jpg') no-repeat center center / cover !important;
}


footer.footer .footer-container {
    padding-top: 40px !important;
    width: 100% !important;
    padding-right: 40px !important;
    padding-left: 40px !important;
    max-width: 1400px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

footer.footer .footer-card {
    padding: 1.5rem;
    border-radius: .3rem;
    border: 1px solid rgba(255, 255, 255, 0.10);
    color: #CFDDF4;
    text-align: left;
    margin-bottom: 3rem;
    font-size: 13px;

}


@media (min-width: 992px) {
    footer.footer .footer-card {
        margin-bottom: 0;
    }
}

footer.footer .footer-phone {
    font-size: 26px;
    font-weight: 700;
    color: #38bdf8;
}

.phone-color {
    color: #38bdf8;

}


footer.footer .footer-column-title {
    align-items: center;
    font-weight: 600;
}

footer.footer .footer-dot {
    display: inline-block;
    width: 10px;
    height: 8px;
    background: #22c55e;
    border-radius: 20%;
}


footer.footer .footer-links li a {
    color: #CFDDF4;
    font-size: 14px;
    transition: color 0.2s, padding-left 0.2s;
    position: relative;
    padding-left: 20px !important;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 5px;
    display: flex;
    align-items: start;

}

.list-unstyled.footer-links li a:before {
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #38bdf8;
    background-color: transparent;
    border-radius: 100%;

    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.list-unstyled.footer-links li a:after {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #38bdf8;
    border-radius: 100%;
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
}

footer.footer .footer-links li a:hover {
    padding-left: 24px !important;
}

.footer-payment-badge {
    width: 250px;
    height: 30px;
    display: block;

    background-image: url('..//assets/img/payment-logos.png');
    background-repeat: no-repeat;
    background-size: contain;

    text-indent: -9999px;
    overflow: hidden;
    border: none !important;
}

.payment-logos-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: none !important;

}

.footer-payment-info {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 20px;
    width: 100% !important;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 3px;
    padding: 1rem !important;
    font-size: 13px;
    gap: 12px;
}

@media (min-width: 1024px) {
    .footer-payment-info {
        margin-top: -16px;
    }
}

.security-badge {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    padding: 0 !important;
    border-radius: 3px;
    font-size: 13px;
}

.logo-svg {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url('../assets/icon/logo.r-2.svg') no-repeat center center;
    background-size: contain;
}

.ssl-text-info {
    margin-right: 20px !important;
    margin-bottom: 0 !important;
    text-align: left !important;
    color: #CFDDF4;
}

footer.footer .footer-pay-logo {
    height: 28px;
    margin: 0 6px;
    vertical-align: middle;
    filter: brightness(0.9);
}

.footer-column-title {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 18px;
}

.footer-column-title .footer-underline {
    display: flex;
    align-items: center;
    margin-top: 6px;
}

.footer-column-title .footer-dot {
    width: 10px;
    height: 10px;
    background-color: #22c55e;
    border-radius: 3px;
}

.footer-column-title .footer-line {
    flex-grow: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

footer.footer .footer-social-icon::before {
    font-size: 20px !important;
    color: #fff !important;
    text-align: center !important;
    vertical-align: middle !important;
    position: relative;
}

footer.footer .footer-pay-logo:hover {
    filter: brightness(1);
}

footer.footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding-top: 16px;
    max-width: 1400px !important;
    margin-right: auto !important;
    margin-left: auto !important;

}

footer.footer .footer-top {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    width: 100% !important;
}

footer.footer .footer-top-text {
    padding-top: 16px;
    padding-bottom: 16px;
    width: 100% !important;
    max-width: 1400px !important;
    padding-right: 40px !important;
    padding-left: 55px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    color: #ffffff;
}

footer.footer .copyright {
    font-size: 0.85rem;
    color: #9ca3af !important;
}

footer.footer .footer-bottom a {
    color: #e2e8f0;
    margin: 0 0;
}

footer.footer .footer-bottom a:hover {
    color: #22c55e;

}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #e2e8f0;
    transition: all 0.2s ease;
    text-decoration: none;
}

.social-icons a:hover {
    background-color: #38bdf8;
    border-color: #38bdf8;
    color: #fff;

}

.social-icons a i {
    font-size: 1rem;
}
.text-link-footer{
    color: #CFDDF4 !important;
    font-size: 14px;
}