﻿.footer-text {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}

.high-line-height {
    line-height: 2;
}

.footer ul li {
    margin-bottom: 10px;
    font-size: 16px;
}

    .footer ul li a {
        text-decoration: none;
        color: #333;
        transition: color 0.3s ease-in-out;
    }

        .footer ul li a:hover {
            color: #007bff;
            text-decoration: underline;
        }

@media (max-width: 768px) {
    .footer-text {
        font-size: 18px;
        text-align: center;
    }

    .footer ul {
        text-align: center;
        padding: 0;
    }

    .row.text-center.text-md-left > div {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .footer-text {
        font-size: 16px;
    }
}

.footer-p-gap {
    margin-left: 44px;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
}

/*.social-icons a {
    margin-right: 10px;
}*/

.social-icons img {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease-in-out;
}

.social-icons a:hover img {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .footer-p-gap {
        margin-left: 35px;
    }
}


@media (max-width: 767px) {
    .section_first_content {
        display: block;
    }
}

@media (max-width: 767px) {
    .let-us-info {
        margin-top: 48px;
    }
}

@media (max-width: 939.99px) {
    .all-right-text {
        display: none;
    }

    .privacy-policy-text {
        margin-left: 0;
    }
}

@media (min-width: 940px) {
    .all-right-text-small-screens {
        display: none;
    }
}

.justified-text {
    text-align: justify;
    /* Optional: improve spacing by distributing words more evenly */
    text-justify: inter-word;
    /* Optional: force the last line to justify too */
    text-align-last: justify;
}
