/* @media (min-width: 992px) {
    .container {
        max-width: 980px;
    }
}

@media (min-width: 991px) {
    .navbar a {
        font-size: 18px;
        font-weight: 500 !important;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1400px;
    }
}

@media (max-width: 1199.98px) {
    .navbar a {
        font-size: 16px !important;
    }

    .social-media-links {
        gap: 0.25rem;
    }

    .whoweare-section .services {
        margin-bottom: 1rem;
    }

    .whoweare-section p {
        margin-bottom: 1.75rem;
    }

    .whoweare-section ul {
        width: 100%;
    }

    .whoweare-section ul li+li {
        margin-top: 0.5rem;
    }

    .gap-y-2 {
        gap: 2rem 0 !important;
    }
}

@media (max-width: 991.98px) {

    .navbar {
        background-color: white;
        padding: 0.75rem;
    }

    .navbar a {
        color: #002F6C !important;
    }

    .carousel-inner img {
        height: 80vh;
    }

    .carousel-caption {
        max-width: 400px;
    }

    .carousel-caption h1 {
        font-size: 1.75rem;
    }

    .carousel-caption p {
        font-size: 1.125rem;
    }

    .whoweare-section img {
        width: 100%;
        height: 500px;
        object-fit: cover;
        max-height: auto;
    }

    .footer-logo {
        width: 75%;
    }

    .about-section p {
        font-size: 1.25rem;
    }

    .services-section h2 {
        font-size: 1.75rem;
        margin-bottom: 30px;
    }

    .whoweare-section .services {
        font-size: 1.75rem;
    }

    .whoweare-section p {
        font-size: 1.125rem;
        margin-bottom: 1.5rem;
    }

    .whoweare-section ul li {
        font-size: 1rem;
    }

    .whoweare-section ul li+li {
        margin-top: 0.375rem;
    }

    .whoweare-section .btn {
        margin-top: 1.75rem;
    }

    .footer-links h4 {
        font-size: 1.125rem;
    }

    .footer-copy {
        margin-top: 50px;
        padding: 1.25rem 0;
    }
}

@media (max-width: 767.98px) {

    .carousel-control-prev,
    .carousel-control-next {
        top: auto;
        background-color: #002F6C;
        opacity: 1;
        aspect-ratio: 1 / 1;
    }

    .carousel-control-prev {
        left: auto;
        right: calc(15% + 1px);
    }

    .carousel-inner img {
        height: auto;
    }

    .carousel-caption.caption-right {
        left: 1rem;
        right: 1rem;
        transform: translate(0, -50%);
        padding: 1rem;
    }

    .carousel-caption p {
        width: 90%;
    }

    .gap-y-2 {
        gap: 1.5rem 0 !important;
    }

    .services-section .card,
    .info-card {
        max-width: 400px;
        margin: 0 auto 0;
    }

    .about-section {
        padding: 100px 0 60px;
    }

    .about-section p {
        font-size: 1.125rem;
    }

    .services-section,
    .whoweare-section {
        padding: 60px 0;
    }

    .services-section h2 {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .services-section .card-title {
        font-size: 1rem;
    }

    .services-section .card-text {
        font-size: 0.875rem;
        letter-spacing: 0;
    }

    .whoweare-section {
        padding-bottom: 0;
    }

    .whoweare-section .services {
        font-size: 1.5rem;
    }

    .whoweare-section p {
        font-size: 1rem;
        margin-bottom: 1.25rem;
    }

    .whoweare-section .btn {
        margin-top: 1.5rem;
    }

    .vision-section {
        padding-top: 24px;
        padding-bottom: 60px;
    }

    .card-title {
        font-size: 1.25rem;
    }

    .card-description {
        font-size: 0.875rem;
    }

    .footer-links ul li a {
        font-size: .875rem;
    }

    .footer-links ul li {
        margin-bottom: 4px;
    }

    .footer-copy {
        margin-top: 40px;
        padding: 1.125rem 0;
    }

    .footer-copy p {
        font-size: 0.875rem;
    }

} */