    /* ================================
   HostSun Modern Footer
================================ */

.site-footer {
    position: relative;
    direction: rtl;
    text-align: right;
    background: #f7fafc;
    color: #34495e;
    border-top: 1px solid #e8eef4;
    overflow: hidden;
}

.site-footer,
.site-footer * {
    box-sizing: border-box;
}

.footer-main {
    position: relative;
    padding: 65px 0 25px;
}

.footer-main:before {
    content: "";
    position: absolute;
    top: -150px;
    right: -150px;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: rgba(25, 137, 230, 0.05);
    pointer-events: none;
}

.footer-main:after {
    content: "";
    position: absolute;
    bottom: -180px;
    left: -160px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(255, 184, 0, 0.05);
    pointer-events: none;
}

.footer-row {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
}

.footer-section {
    height: 100%;
    margin-bottom: 35px;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 18px;
}

.footer-logo img {
    display: block;
    width: auto;
    max-width: 155px;
    max-height: 75px;
    object-fit: contain;
}

.footer-about {
    padding-left: 25px;
}

.footer-about p {
    max-width: 390px;
    margin: 0 0 22px;
    color: #657586;
    font-size: 14px;
    line-height: 2.05;
    text-align: justify;
}

.footer-title {
    position: relative;
    margin: 8px 0 25px;
    padding-bottom: 13px;
    color: #24384b;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
}

.footer-title:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 38px;
    height: 3px;
    border-radius: 10px;
    background: #168cec;
}

.footer-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.footer-features span {
    display: inline-flex;
    align-items: center;
    padding: 7px 11px;
    border: 1px solid #e1eaf2;
    border-radius: 8px;
    background: #fff;
    color: #52687c;
    font-size: 11px;
    line-height: 1.5;
    box-shadow: 0 4px 15px rgba(36, 56, 75, 0.04);
}

.footer-features i {
    margin-left: 6px;
    color: #168cec;
    font-size: 13px;
}

.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links li {
    position: relative;
    margin-bottom: 11px;
    padding-right: 14px;
}

.footer-links li:before {
    content: "";
    position: absolute;
    top: 9px;
    right: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #168cec;
    transition: all 0.25s ease;
}

.footer-links a {
    display: inline-block;
    color: #66798a;
    font-size: 13px;
    line-height: 1.7;
    text-decoration: none;
    transition: all 0.25s ease;
}

.footer-links li:hover:before {
    background: #ffae00;
    transform: scale(1.35);
}

.footer-links a:hover,
.footer-links a:focus {
    color: #168cec;
    padding-right: 4px;
    text-decoration: none;
}

.footer-contact {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.contact-item {
    display: flex;
    align-items: center;
    width: calc(50% - 10px);
    min-height: 70px;
    margin: 0 5px 10px;
    padding: 12px;
    border: 1px solid #e3ebf2;
    border-radius: 12px;
    background: #fff;
    color: #34495e;
    text-decoration: none;
    box-shadow: 0 7px 22px rgba(40, 66, 90, 0.05);
    transition: all 0.25s ease;
}

a.contact-item:hover,
a.contact-item:focus {
    border-color: rgba(22, 140, 236, 0.35);
    color: #34495e;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(22, 140, 236, 0.1);
}

.contact-address {
    width: calc(100% - 10px);
    align-items: flex-start;
}

.contact-icon {
    display: flex;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-left: 10px;
    border-radius: 10px;
    background: rgba(22, 140, 236, 0.1);
    color: #168cec;
    font-size: 16px;
}

.contact-content {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.contact-content small {
    margin-bottom: 3px;
    color: #93a1ae;
    font-size: 10px;
    line-height: 1.5;
}

.contact-content strong {
    color: #40566a;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.75;
    word-break: break-word;
}

.footer-trust {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    margin-top: 5px;
    padding: 22px 25px;
    border: 1px solid #e2ebf2;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 35px rgba(40, 66, 90, 0.06);
}

.footer-trust-title {
    flex: 0 0 auto;
    padding-left: 30px;
}

.footer-trust-title span {
    display: block;
    color: #34495e;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.footer-trust-title span:before {
    content: "\f132";
    margin-left: 8px;
    color: #168cec;
    font-family: FontAwesome;
    font-weight: normal;
}

.trust-items {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
}

.trust-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 105px;
    height: 105px;
    padding: 8px;
    border: 1px solid #e8eef3;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    transition: all 0.25s ease;
}

.trust-button {
    font: inherit;
    outline: none;
}

.trust-item:hover,
.trust-item:focus {
    border-color: rgba(22, 140, 236, 0.35);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(22, 140, 236, 0.1);
}

.trust-item img {
    display: block;
    max-width: 100%;
    max-height: 88px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.footer-bottom {
    position: relative;
    z-index: 3;
    padding: 18px 0;
    border-top: 1px solid #e4ebf1;
    background: #eef4f8;
}

.copyright {
    margin: 0;
    color: #718291;
    font-size: 12px;
    line-height: 1.9;
}

.copyright strong {
    color: #52687b;
    font-weight: 600;
}

.footer-bottom-links {
    text-align: left;
}

.footer-bottom-links a {
    color: #718291;
    font-size: 12px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-bottom-links a:hover {
    color: #168cec;
    text-decoration: none;
}

.footer-bottom-links span {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0 9px;
    border-radius: 50%;
    background: #a9b6c0;
    vertical-align: middle;
}

/* Tablet */
@media (max-width: 991px) {
    .footer-main {
        padding-top: 50px;
    }

    .footer-about {
        padding-left: 0;
    }

    .footer-trust {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-trust-title {
        padding: 0 0 18px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .footer-main {
        padding: 40px 0 20px;
    }

    .footer-row {
        display: block;
    }

    .footer-section {
        margin-bottom: 32px;
    }

    .footer-about {
        text-align: center;
    }

    .footer-logo img {
        margin: 0 auto;
    }

    .footer-about p {
        max-width: 100%;
        text-align: center;
    }

    .footer-features {
        justify-content: center;
    }

    .footer-title {
        margin-bottom: 20px;
    }

    .contact-item {
        width: calc(100% - 10px);
    }

    .footer-trust {
        padding: 20px 15px;
    }

    .footer-trust-title {
        width: 100%;
        text-align: center;
    }

    .trust-items {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .trust-item {
        width: 92px;
        height: 92px;
    }

    .trust-item img {
        max-height: 76px;
    }

    .footer-bottom {
        text-align: center;
    }

    .copyright {
        margin-bottom: 8px;
    }

    .footer-bottom-links {
        text-align: center;
    }
}

/* Very small mobile */
@media (max-width: 420px) {
    .footer-features span {
        width: 100%;
        justify-content: center;
    }

    .trust-item {
        width: 85px;
        height: 85px;
    }
}
.phone-numbers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 14px;
}

.phone-numbers a {
    position: relative;
    color: #40566a;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}

.phone-numbers a:hover {
    color: #168cec;
    text-decoration: none;
}

.phone-numbers a + a:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0 0 1px 10px;
    border-radius: 50%;
    background: #b3c0ca;
}