body {
    font-family: "Geologica", sans-serif;
    font-weight: 300;
    font-optical-sizing: auto;
    color: #00278D;
    margin: 0;
}

.menu-logo {
    width: 200px;
}

@media (max-width: 576px) {
    .menu-logo {
        width: 120px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .menu-logo {
        width: 95px;
    }
}

.hero-section {
    /*background: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.9)), url('http://static.photos/medical/1200x630/5');*/
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.9)), url('/assets/images/header-background.jpg');
    padding: 12rem 0;
}

.hero-bg-1 {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('/assets/images/hero-bg-1.webp');
    background-size: cover;
    background-position: center;
}

.invisalign-bg {
    background: url('/assets/images/invisalign-bg.jpg');
    background-size: cover;
    background-position: center;
}

@media (max-width: 576px) {
    .hero-section {
        padding: 8rem 0;
    }
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.open-hours {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
}

.open-hours li {
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}

.open-hours li:last-of-type {
    border-bottom: none;
}

.blue {
    color: #00278D;
}

.light-blue {
    color: #0097ff;
}

.dark-blue {
    color: #003378;
}

.bg-blue {
    background: #00278D;
}

.bg-light-blue {
    background: #0097ff;
}

.section-title {
    position: relative;
    color: #00278D;
    text-align: center;
    padding-bottom: 14px;
}

.section-title h1,
.section-title h2,
.section-title h3 {
    color: inherit;
    font-weight: 500;
}

.section-title:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 4px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: #ff97ff;
}

.section-title.white {
    color: #FFFFFF;
}

.section-bg-dental {
    background-image: url(/assets/images/dental-bg-vector.svg);
    background-position: 90% 100%;
    background-repeat: no-repeat;
}

.btn-primary {
    color: white;
    background: #0097ff;
    border: 1px solid #0097ff;
}

.btn-primary:hover {
    background: #003378;
    border-color: #003378;
}

.btn-outline {
    color: #0097ff;
    border: 2px solid #0097ff;
}

.btn-outline:hover {
    color: #003378;
    border-color: #003378;
}

.dark-review-content {
    color: #CEE3ED;
}

.footer-content {
    background: #011038;
}

.footer-credentials {
    background: #011342;
}