/* Hero section overrides */
.hero-title {
    font-size: 2rem;        /* desktop */
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 2.4rem;  /* tablets */
    }
}

@media (max-width: 575px) {
    .hero-title {
        font-size: 1.9rem;  /* phones */
    }
}

.hero-title-wrapper {
    margin-top: 80px;
}

.object-fit-cover {
    object-fit: cover;
}

.header-social ul li {
    display: inline-block;
    margin-left: 12px;
}

.header-social a {
    color: #ffffff;
    font-size: 14px;
    transition: color 0.3s ease;
}

.header-social a:hover {
    color: var(--bs-primary);
}
/* Footer social icons */

/* HEADER SOCIAL ICONS */
.header-social a {
    color: #f3bb30 !important; /* force yellow */
    font-size: 14px;
}

.header-social a:hover {
    color: #003751 !important;
}



