body {
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff;
    color: #121212;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Oswald, Georgia, 'Times New Roman', Times, serif;
}

.navbar,
.footer {
    background-color: #ffffff;
}

.text-bg-primary {
    color: #fff !important;
    background-color: #8d0606 !important;
}

.text-bg-secondary {
    color: #fff !important;
    background-color: #067a8d !important;
}

.text-magenta {
    color: #8d0660 !important;
}

.text-light-green {
    color: #67a006 !important;
}

.btn-primary {
    background-color: #8d0606;
    border-color: #8d0606;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #a70707;
    border-color: #a70707;
}

.btn-primary:active:focus {
    box-shadow: 0 0 0 0.2rem rgba(167, 7, 7, 0.5);
}

.btn-secondary {
    background-color: #444444;
    border-color: #444444;
}

.btn-secondary:hover {
    background-color: #555555;
    border-color: #555555;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 0;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

.studio-section {
    position: relative;
    background-image: url('../img/school/studio-bg.webp');
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
}

.studio-section .container {
    position: relative;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.7);
    /* Optional: to make text more readable */
    padding: 20px;
    border-radius: 10px;
}

.hero-video-section {
    padding: 60px 0;
}

.hero-video-section video {
    max-width: 100%;
    height: auto;
}

.map-section {
    height: 400px;
}

.nav-link {
    position: relative;
}

.nav-link.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 3px;
    background-color: #8d0606;
}

.branch-section {
    position: relative;
    background-image: url('../img/school/studio-bg.webp');
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    background-color: rgba(255, 255, 255, 0.5);
    /* Adds a semi-transparent overlay */
    background-blend-mode: overlay;
}

.text-primary {
    color: #8d0606 !important;
}

.text-secondary {
    color: #c19a1b !important;
}

.nowrap {
    white-space: nowrap;
}

.pearl-year-container {
    position: relative;
    background-image: url('../img/home/Pearls-BG.jpg');
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    background-color: rgba(255, 255, 255, 0.5);
    /* Adds a semi-transparent overlay */
    background-blend-mode: overlay;
}