@import url('fonts.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    position: relative;
    background: #FEFEFE;
}

/* Navigation Bar */
.navigation-container {
    background: #FFF;
}

div ul li {
    font-family: 'cera pro mid';
}

div ul li a{
    color: #000;
}

div ul li a:hover {
    text-decoration: underline;
    color: #ED1C24;
}

div ul li a.active {
    color: #ED1C24;
    font-family: 'cera pro bold';
}

div button {
    background: #ED1C24;
    font-family: 'cera pro reg';
    color: #FFF;
}

.navigation-container {
    position: relative;
}

.group:hover > ul {
    display: block;
}

.group ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    background-color: #F1F2F4;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
}

.group ul li {
    padding: 0.5rem 1rem;
    white-space: nowrap;
}

.group ul li:hover {
    background-color: #f3f4f6; 
}

.group ul li a {
    text-decoration: none;
    color: #000;
}

.servicehub-text {
    color: #ED1C24;
}

/* Content */
.content-container {
    background: #FFF;
}

.banner-text-1 {
    font-family: 'ubuntu mid';
    color: #ED1C24;
}

.banner-text-2 {
    font-family: 'ubuntu mid';
    color: #1AA260;
}

.content-image-border {
    border-top-left-radius: 35%;
}

/* Floating Cards */
.floating-card-container {
    top: -25%;
    background: #FFF;
}

.text-cards {
    font-family: 'ibm bold';
}

.text-cards p {
    font-family: 'ibm reg';
    color: #163048;
}   

/* Package Title */
.text-packages-header {
    font-family: 'cera pro mid';
}

.text-package-list-title {
    font-family: 'cera pro mid';
    color: #6E6E6E;
    text-decoration: underline;
}

.text-package-border {
    border-radius: 50px;
    background: #FFF6F8;
}

.text-package-content-text {
    font-family: 'cera pro reg';
}

.image-size {
    height: auto;
    width: 100%;
}

/* Modal */
.modal-x {
    color: #ED1C24;
}

.modal-title {
    font-family: 'cera pro bold';
}

.modal-inner-border {
    border: 1px solid #E3E3E3;
}

.modal-book-here {
    font-family: 'cera pro reg';
    background-color: #ED1C24;
}

.modal-view-location {
    font-family: 'cera pro reg';
    text-decoration: underline;
}

.modal-information-title {
    font-family: 'cera pro bold';
}

.modal-information-content {
    font-family: 'ibm reg';
    color: #000;
}

.open-text {
    color: #176E36;
    font-family: 'cera pro mid';
}

/* Content Banner */
.mobile-banner-background {
    background: #FAFAFA;
}

.mobile-banner-text-1 {
    font-family: 'ubuntu mid';
    color: #ED1C24;
}

.mobile-banner-text-2 {
    font-family: 'ubuntu mid';
    color: #1AA260;
}

.mobile-content-image-border {
    border-top-left-radius: 40%;
}

/* Cards */
.card-text {
    font-family: 'ubuntu bold';
    color: #000;
}

/* Our Packages */
.mobile-text-packages-header {
    font-family: 'cera pro mid';
    color: #6E6E6E;
}

.mobile-text-pacakges-sub {
    font-family: 'cera pro mid';
    color: #000;
}

.mobile-preventive-text-title {
    font-family: 'cera pro reg';
    color: #6E6E6E;
}

.mobile-text-package-border {
    border-radius: 50px;
    background: #FFF6F8;
}

.mobile-preventive-health-text {
    font-family: 'ubuntu reg';
    color: #000;
}

.mobile-other-test-text-title {
    font-family: 'cera pro reg';
    color: #6E6E6E;
}

.mobile-other-test-text {
    font-family: 'ubuntu reg';
    color: #000;
}
  
