/* Navbar */
.common-navbar {
    height: 0;
    overflow: hidden;
    transition: var(--transition);
    background-color: white !important;
    opacity: 0;
}

.common-navbar.navbar-scrolled {
    height: 74px;
    overflow: visible;
    opacity: 1;
}
/* End Navbar */

/* Header */
.header-background {
    background: url(../../../../images/pages/layanan-profesi/landing/header-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 101vh;
}

.header-input-group {
    max-width: 771px;
    width: auto;
    margin: 0 auto;
    height: 70px !important;
    border: 2px solid #CED4DA;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-marker-icon {
    color: var(--primary);
    font-size: 25px;
}

.header-input-group .form-control {
    height: 70px;
    border: 0;
}

.header-form-location {
    width: 30%;
}

.header-form-name {
    width: 70%;
}

.page-header {
    padding: 0;
    position: relative;
    top: 23%;
}

.header-input-group .fa-search {
    font-size: 32px;
}
/* End Header */

/* Specialist */
#specialist {
    margin-top: 64px;
    margin-bottom: 16px;
}

.specialist-title {
    font-family: var(--font-1);
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    color: var(--black);
    margin-bottom: 0;
}

.specialist-link {
    transition: var(--transition);
}

.specialist-link:hover {
    color: var(--primary);
    text-decoration: none;
}

.specialist-card {
    border-radius: 8px;
    box-shadow: var(--shadow);
    overflow: hidden;
    height: 100%;
}

.specialist-card .card-body,
.specialist-card .card-footer {
    padding: 16px;
    background-color: white !important;
}

.specialist-card .card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.specialist-btn {
    font-size: 24px !important;
    font-family: var(--font-1);
    background-color: var(--primary) !important;
    border-radius: 8px !important;
    font-weight: 400px !important;
}

.specialist-item {
    margin-bottom: 48px;
}
/* End Specialist */

@media (max-width: 997.98px) {

    /* Header */
    .header-background {
        height: auto;
    }

    .page-header {
        position: static;
        top: 0;
        padding: 48px 0;
    }
    /* End Header */

}

@media (max-width: 767.98px) {

    /* Header */
    .header-input-group {
        height: 42px !important;
    }

    .header-input-group .form-control {
        height: 42px;
        font-size: 12px;
    }

    .header-input-group .fa-search {
        font-size: 16px;
    }

    .header-form-location {
        width: 35%;
    }

    .header-form-name {
        width: 65%;
    }
    /* End Header */

    /* Specialist */
    .specialist-title {
        font-size: 19px;
        font-weight: 500;
        margin-bottom: 8px;
    }

    .specialist-link {
        font-size: 14px;
    }

    .specialist-card .card-img-top {
        height: 180px;
    }
    /* End Specialist */

}
