body {
    background-color: #000;
    color: #fff;
    font-family: 'Figtree', sans-serif;
}

/* Hero Section Layout */
.hero-banner {
    position: relative;
    max-height: 750px;
    overflow: hidden;
}

.hero-top-banner {
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    height: 60px;
    width: 100%;
    z-index: 3;
}

.hero-img {
    width: 100%;
    height: auto;
    max-height: 750px;
    object-fit: cover;
    display: block;
}

.hero-text-center-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: black;
    padding: 2rem 4rem;
    z-index: 4;
    text-align: center;
}

/* Buttons and Accent Styling */
.btn-primary {
    background-color: #FF8F42;
    border: none;
    color: black;
    border-radius: 0;
}

.btn-primary:hover {
    background-color: #FF8F42;
    color: black;
}


/* Footer Logo MoL */
.footer-logo-mol {
    max-height: 100px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
}

/* Footer Logo Styling */
.footer-logo {
    max-height: 50px;
    width: auto;
    max-width: 100px;
    object-fit: contain;
}

/* Footer Logo Styling With White Border*/
.footer-logo-color {
    border-style: solid;
    border-color: #fff;
    max-height: 50px;
    width: auto;
    max-width: 100px;
    object-fit: contain;
}

/* Privacy Footer*/
.privacy-footer {
    position: static;
    left: 0;
    bottom: 0;
    width: 100%;
    ;
    color: #FF8F42;
    text-align: end;
}