body {
    font-family: 'Poppins', sans-serif;
    background: #ebebeb;
}

h1,
h2,
.brand-title {
    font-family: 'Playfair Display', serif;
}

.navbar-bg-light {
    background: #ebebeb;
}

nav .navbar-brand img {
    height: 72px;
}

.bg-light {
    background-color: #f8f9fa !important;
    min-height: 100px;
    min-width: 100%;
}

/* Loader Style */
#loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 18, 18, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.4s ease;
}

#loader-overlay.hidden {
    opacity: 0;
    visibility: hidden;
}

#social-media .position-absolute {
    margin-top: 10px;
    right: 50px !important;
}
.carousel-item .d-block {
    height: 80vh;
}
.orange {
    color: #f9843c;
}