/* Importing the Prompt font */
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500;700&display=swap');

/* General body styling */
body {
    font-family: 'Prompt', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    color: #333;
}

.custom-breadcumb-wrapper {
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}

.breadcumb-content {
    text-align: left;
    color: #fff;
}

.breadcumb-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Prompt', sans-serif;
}

.breadcumb-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcumb-menu li {
    display: inline;
    margin-right: 10px;
    font-size: 16px;
}

.breadcumb-menu a {
    color: #fff;
    text-decoration: none;
}

.breadcumb-menu a:hover {
    text-decoration: underline;
}

.space {
    padding: 50px 0;
}

.page-title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: 'Prompt', sans-serif;
}

.highlight-text {
    color: #0d0d0d;
    font-family: 'Prompt', sans-serif;
    background-color: #f1f1f1;
    padding: 5px;
    font-size: 18px;
}

.service-list {
    margin-top: 20px;
    padding-left: 20px;
}

.service-list li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.service-list li b {
    color: #2c3e50;
}

.sidebar-area {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 10px;
}

.widget_service-categories h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}

.widget_service-categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget_service-categories li {
    margin-bottom: 10px;
}

.widget_service-categories a {
    color: #3498db;
    text-decoration: none;
}

.widget_service-categories a:hover {
    text-decoration: underline;
}
