﻿

.service {
    display: flex;
    align-items: center;
    background-color: white;
    margin: 1rem 0;
    padding: 1rem;
    border-radius: 8px;
    border-block-color: black;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 96%;
}

    .service img {
        width: 20%;
        height: 30vh;
        object-fit: cover;
        border-radius: 8px;
        margin-right: 1rem;
    }

.service-content {
    flex: 1;
}

    .service-content h2 {
        margin: 0 0 0.5rem;
        font-size: 1.5rem;
        color: #18587C;
    }

    .service-content p {
        margin: 0;
        color: #18587C;
    }


/* About Us Header Section */
.contactus-header-section {
    background-image: url('/images/services/dentalservice.jpg'); /* Correct relative path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; /* Ensure no tiling */
    padding: 50px 20px; /* Adjust padding for spacing */
    color: #fff;
    text-align: center;
    height:30vh;
}


.contactus-header-overlay {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    Dark teal overlay z-index: 1;
}

.contactus-header-content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
}

    .contactus-header-content h1 {
        font-size: 2.5rem;
        font-weight: bold;
        margin: 0;
    }

    .contactus-header-content p {
        margin-top: 10px;
        font-size: 1rem;
    }

.contactus-breadcrumb-link {
    color: white;
    text-decoration: none;
}

    .contactus-breadcrumb-link:hover {
        text-decoration: underline;
    }

.contactus-breadcrumb-divider {
    margin: 0 5px;
    font-weight: bold;
}

.contactus-breadcrumb-current {
    color: #ddd;