
.footer-modern {
    background-color: #14467be6;
    padding: 30px 20px 0px 20px;
    font-family: Arial, sans-serif;
    color: white;
    margin: 0;
}

.footer-modern p,
.footer-modern a,
.footer-modern li {
    font-size: 16px;
    color: white;
    margin: 0;
    padding: 0;
}

.footer-modern p {
    line-height: 1.6;
    margin-bottom: 16px;
    text-align: justify;
}

.footer-modern a {
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-modern a:hover {
    color: #77b7ff;
    text-decoration: underline;
    transform: translateX(4px);
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 25px;
}

.footer-info-group {
    flex: 1.5;
    min-width: 260px;
    display: flex;
    gap: 35px;
    padding-left: 40px;
}

.footer-info-group img {
    height: 100px;
    width: auto;
    object-fit: contain;
}

.real-social-icons {
    display: flex;
    gap: 12px;
    margin-top: 18px;
    flex-wrap: wrap;
}

.real-social-icons a {
    width: 36px;
    height: 36px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.real-social-icons img {
    width: 18px;
    height: 18px;
}

.right-section {
    display: flex;
    gap: 40px;
    flex: 2;
    min-width: 300px;
    padding-right: 40px;
    justify-content: space-between;
}

.right-section>div {
    flex: 1;
}

.quick-links {
    padding-left: 80px;
    padding-right: 0;
    text-align: left;
}

.quick-links-list {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.quick-links-list li {
    margin-bottom: 10px;
}

.quick-links-list li a {
    color: white;
}

.quick-links-list li a span {
    color: #77b7ff;
    margin-right: 6px;
}

.quick-links-list li a:hover {
    color: #77b7ff;
}

.contact-info {
    padding-left: 20px;
}

.contact-info p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.contact-info i {
    color: #77b7ff;
}

.footer-modern h3 {
    font-size: 18px;
    color: #2490eb;
    margin-bottom: 12px;
}

.footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ffffff33;
    padding: 12px 0;
    font-size: 15px;
    margin-top: 20px;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom span {
    color: #77b7ff;
}

@media (max-width: 768px) {
    .footer-columns {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-info-group {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-left: 0;
    }

    .right-section {
        flex-direction: column;
        gap: 30px;
        align-items: center;
        padding-right: 0;
    }

    .contact-info,
    .quick-links {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .contact-info p {
        justify-content: center;
    }

    .quick-links-list {
        padding-left: 0;
    }

    .footer-bottom {
        text-align: center;
    }
}
