body > div.main-content {
    min-height: 80vh;
}

a.navbar-brand {
    margin-right: 80px;
}

.invert-colors {
    filter: invert(100%) brightness(10000%);
}

.banner-box {
    height: 550px;
    position: relative;
    overflow: hidden;
}

.main-content {
    margin-top: 70px;
}

.footer-list li {
    margin-bottom: 7px;
}

.prog-img-3 {
    height: 170px;
    overflow: hidden;
    position: relative;
}

.course-new-card {
    overflow: hidden;
}

.object-position-center {
    object-position: top center;
}

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

.profile-img-size-2 {
    height: 50px;
    width: 50px;
    position: relative;
    overflow: hidden;
    border-radius: 25%;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    transition: background 0.3s ease;
    text-decoration: none;
}

.social-link:hover {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.overlay-hero {
    background-image: linear-gradient(#00262b00, rgba(0, 0, 0, 0.6));
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.rounded-8 {
    border-radius: 8px;
}

.box-2 {
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 4px 4px #000;
}

.z-index-1 {
    z-index: 1;
}

.text-shadow {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.text-shadow-sm {
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

/* Container for the entire logo overlay */
.logo-overlay-partner {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
}

/* Individual partner logo container */
.partner-logo-listed-accredit-3 {
    height: 50px;
    width: auto;
}

/* Logo image styling */
.partner-logo-max-width {
    max-width: 100%;
}

/* Image object-fit containment */
.ob-fit-contain {
    object-fit: contain;
}

/* Prevent any default image transformations */
.transform-unset {
    transform: unset;
}