@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&amp;display=swap');


body {
    font-family: 'Roboto', sans-serif;
}

.footer-main {
    /* This is the dark blue from the reference site */
    background-color: #28378c;
}

.footer-main h5 {
    font-weight: 700;
    margin-bottom: 1.2rem;
    font-size: 1.1rem;
    color: #ffffff;
}

.footer-main a,
.footer-main p,
.footer-main li {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
}

.footer-main a {
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.footer-main .list-unstyled a:hover {
    color: #fbe209;
    /* Yellow hover effect for links */
}

.footer-main .list-unstyled li {
    margin-bottom: 0.5rem;
}

/* Custom yellow button styling */
.btn-custom-yellow {
    background-color: #fbe209;
    border-color: #fbe209;
    color: #28378c;
    /* Dark blue text for contrast */
    font-weight: bold;
    padding: 0.6rem 1.5rem;
    transition: all 0.2s ease-in-out;
}

.btn-custom-yellow:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #28378c;
}

/* Social Icons styling */
.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    margin-right: 5px;
    transition: background-color 0.2s ease-in-out;
}

.social-icons a:hover {
    background-color: #ea1b35;
    /* Red hover from the reference site */
    color: #ffffff;
}

/* Divider line between main content and copyright */
.footer-hr {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

/* Copyright text styling */
.footer-copyright {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
}

.footer-copyright a {
    color: #ffffff;
    text-decoration: underline;
}

.footer-copyright a:hover {
    color: #fbe209;
}



.wk-desk-1 {
    width: 8.333333%;
}

.wk-desk-2 {
    width: 16.666667%;
}

.wk-desk-3 {
    width: 25%;
}

.wk-desk-4 {
    width: 33.333333%;
}

.wk-desk-5 {
    width: 41.666667%;
}

.wk-desk-6 {
    width: 50%;
}

.wk-desk-7 {
    width: 58.333333%;
}

.wk-desk-8 {
    width: 66.666667%;
}

.wk-desk-9 {
    width: 75%;
}

.wk-desk-10 {
    width: 83.333333%;
}

.wk-desk-11 {
    width: 91.666667%;
}

.wk-desk-12 {
    width: 100%;
}

@media (max-width: 1024px) {
    .wk-ipadp-1 {
        width: 8.333333%;
    }

    .wk-ipadp-2 {
        width: 16.666667%;
    }

    .wk-ipadp-3 {
        width: 25%;
    }

    .wk-ipadp-4 {
        width: 33.333333%;
    }

    .wk-ipadp-5 {
        width: 41.666667%;
    }

    .wk-ipadp-6 {
        width: 50%;
    }

    .wk-ipadp-7 {
        width: 58.333333%;
    }

    .wk-ipadp-8 {
        width: 66.666667%;
    }

    .wk-ipadp-9 {
        width: 75%;
    }

    .wk-ipadp-10 {
        width: 83.333333%;
    }

    .wk-ipadp-11 {
        width: 91.666667%;
    }

    .wk-ipadp-12 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .wk-tab-1 {
        width: 8.333333%;
    }

    .wk-tab-2 {
        width: 16.666667%;
    }

    .wk-tab-3 {
        width: 25%;
    }

    .wk-tab-4 {
        width: 33.333333%;
    }

    .wk-tab-5 {
        width: 41.666667%;
    }

    .wk-tab-6 {
        width: 50%;
    }

    .wk-tab-7 {
        width: 58.333333%;
    }

    .wk-tab-8 {
        width: 66.666667%;
    }

    .wk-tab-9 {
        width: 75%;
    }

    .wk-tab-10 {
        width: 83.333333%;
    }

    .wk-tab-11 {
        width: 91.666667%;
    }

    .wk-tab-12 {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .wk-mobile-1 {
        width: 8.333333%;
    }

    .wk-mobile-2 {
        width: 16.666667%;
    }

    .wk-mobile-3 {
        width: 25%;
    }

    .wk-mobile-4 {
        width: 33.333333%;
    }

    .wk-mobile-5 {
        width: 41.666667%;
    }

    .wk-mobile-6 {
        width: 50%;
    }

    .wk-mobile-7 {
        width: 58.333333%;
    }

    .wk-mobile-8 {
        width: 66.666667%;
    }

    .wk-mobile-9 {
        width: 75%;
    }

    .wk-mobile-10 {
        width: 83.333333%;
    }

    .wk-mobile-11 {
        width: 91.666667%;
    }

    .wk-mobile-12 {
        width: 100%;
    }
}