/* Responsive adjustments */
@media (max-width: 768px) {
    .footer-links {
        gap: 1rem;
    }

    .social-links {
        gap: 1rem;
    }

    .footer-links a {
        font-size: 0.9rem;
    }

    .social-links a {
        font-size: 1.25rem;
        width: 2rem;
        height: 2rem;
    }
}


/* job describtion banner responsive  */

/* Responsive adjustments */
@media (min-width: 992px) {
    #banner {
        padding: 6rem 0;
    }

    .apply-card {
        margin-top: 0;
        transform: translateY(3rem);
    }
}

@media (max-width: 768px) {
    .job-title {
        font-size: 1.75rem;
    }

    .salary-range {
        font-size: 1.1rem;
    }

    .job-details {
        gap: 1.5rem;
    }
}

/* job describtion banner responsive  */


.line-height-28px p {
    line-height: 24px;
}

.text-justify {
    text-align: justify;
}


#footer a {
    color: #252525;
    text-decoration: none;
    transition: 0.3s;
}

#footer a:hover {
    color: #fff;
}

.footer-about {
    font-size: 0.95rem;
    line-height: 1.6;
}