/********** Template CSS **********/
:root {
    --primary: #1C7C3D;
    --light: #F8F8F8;
    --dark: #252525;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600 !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio (tinggi / lebar * 100) */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: #F1C40F;
    border-color: #F1C40F;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 30px 0;
    color: var(--dark);
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .select2 {
        width: 90% !important;
        margin-bottom: 10px;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }

}

@media (min-width: 1000px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    /* background: rgba(57, 64, 56, 0.5); */
}

.home-img {
    align-items: center;
    background: rgba(14, 14, 14, 0.358);
}

.btn-home {
    border: white solid 2px;
    color: white;
}

.btn-home:hover {
    background-color: white;
    border: none;
    color: #1C7C3D;
    font-weight: bold;
    transition: all ease-in-out 0.8s;
}



@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--dark);
    transition: transform 0.3s ease;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: transform 0.3s ease;
    opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(86, 109, 86, 0.5)), url(../img/slide-3.jpeg) center center no-repeat;
    background-size: cover;
    height: 50vh;
    /* You can adjust this value */
    min-height: 300px;
    /* Ensures a minimum height */
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .page-header {
        height: 40vh;
        /* Adjust for smaller screens */
        min-height: 250px;
    }

    .select2 {
        width: 100% !important;
        margin-bottom: 10px;
        font-size: 19px;
    }

    .page-header-1 {
        height: 40vh;
        /* Adjust for smaller screens */
        min-height: 250px;
    }
}

@media (max-width: 480px) {
    .page-header {
        height: 30vh;
        /* Adjust for very small screens */
        min-height: 200px;
    }

    .page-header-1 {
        height: 30vh;
        /* Adjust for very small screens */
        min-height: 200px;
    }

    .breadcrumb-item {
        font-size: 9px;
    }

    .header-start {
        font-size: 33px;
    }

    .select2 {
        width: 100% !important;
        margin-bottom: 10px;
    }
}


.page-header-1 {
    background: linear-gradient(rgba(18, 18, 18, 0.5), rgba(176, 176, 176, 0.5)), url(../img/slide-3.jpeg) center center no-repeat;
    background-size: contain;
    background-color: #1C7C3D;

}


.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.section-title-2 {
    color: var(--primary);
    /* font-weight: 600; */
    /* letter-spacing: 3px; */
    text-transform: capitalize;
}


/*** Facts ***/

.fact-item {
    border: rgb(221, 221, 221) solid 2px;
    /* border-radius: 5px; */
}

.fact-item .fact-icon {

    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    transition: .5s;
}

.card-button-1 {
    background-color: #1C7C3D;
    padding: 9px;
    border-radius: 5px;
    color: white;
}

.card-button-dokter {
    background-color: #1C7C3D;
    padding: 7px;
    border-radius: 5px;
    color: white;
}

.card-button-1:hover {
    background-color: #1C7C3D;
    padding: 9px;
    border-radius: 5px;
    color: white;
}

.card-button-dokter:hover {
    background-color: #F1C40F;
    padding: 7px;
    border-radius: 5px;
    color: white;
    transform: scale(1.02);
    transition: transform 0.6s ease;
}

.fact-item:hover {
    transform: scale(1.06);
    transition: transform 0.6s ease;

}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}

/*** About & Feature ***/
.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 90%;
    object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--primary);
    z-index: -1;
}


/*** Service ***/
.service-item .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: 6px;

}

.service-item-1 .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: 6px;

}

.service-item-1 .service-text-1 {
    background: whitesmoke;
    transition: .5s;
    border-radius: 10px;
}

.service-item .service-text {
    background: rgba(105, 103, 103, 0.496);
    border-radius: 10px;
    width: 100%;
    color: white;
}


.service-item * {
    transition: .5;
    border-radius: 6px;

}

.service-item:hover * {
    color: #FFFFFF;
    border-radius: 6px;
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}


/*** Project ***/
.project .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.project .nav .nav-link.active {
    background: var(--primary);
}

.project .nav .nav-link.active h3 {
    color: #FFFFFF !important;
}


/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
}

.team-item .team-social .btn {
    display: inline-flex;
    margin: 0 2px;
    color: var(--primary);
    background: var(--light);
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #F1C40F;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #F1C40F;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: #FFFFFF;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

.about-item {
    color: black;
    display: block;
    text-align: inherit;
    white-space: nowrap;
    font-size: 15px;

}

/* CSS Card Berita dan Artikel */

.card {
    /* width: 300px; */
    background-color: #fff;
    border-radius: 6px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    margin: 20px auto;
    border: 0;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.card-beritas {
    /* width: 300px; */
    background-color: #fff;
    border-radius: 6px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    margin: 20px auto;
    border: 0;
    border: 0;
    overflow: hidden;
    transition: transform 0.3s ease;

}

.card img {
    width: 100%;

}

.card-image {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ccc;
}

.card-content {
    padding: 20px;
}

.card-title {
    margin-top: 0;
    font-size: 19px;
    color: #333;
}

.card:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    /* Menambahkan sedikit shadow saat hover */
}

.card-beritas:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    /* Menambahkan sedikit shadow saat hover */
}

.container-berita {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
    /* Menambahkan jarak antara kolom */
    grid-row-gap: 20px;
    /* Menambahkan jarak antara baris */
    justify-content: center;
}


.container-berita-home {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 10px;
    /* Menambahkan jarak antara kolom */
    grid-row-gap: 20px;
    /* Menambahkan jarak antara baris */
    justify-content: center;
}

@media screen and (max-width: 950px) {
    .container-berita {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 700px) {
    .container-berita {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 600px) {
    .container-berita {
        grid-template-columns: 1fr;
    }

    .select2 {
        width: 100% !important;
        margin-bottom: 10px;
    }
}

.card-beritas img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 950px) {
    .container-berita-home {
        grid-template-columns: 1fr 1fr;
    }

    .card img {
        width: 100%;
    }
}

@media screen and (max-width: 00px) {
    .container-berita-home {
        grid-template-columns: 1fr 1fr;
    }

    .card img {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .container-berita-home {
        grid-template-columns: 1fr;
    }

    .card img {
        width: 100%;
        height: 280px;
        object-fit: cover;
        /* flex: 1; */

    }
}

.card-button {
    display: inline-block;
    padding: 5px 12px;
    /* background-color: #; */
    border: #1C7C3D 1px solid;
    color: #1C7C3D;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.3s;
}

.card-button:hover {
    background-color: #1C7C3D;
    color: #FFFFFF;
    transition: .5s;

}

@media (max-width: 768px) {
    .card {
        width: 100%;
        margin: 20px auto;
    }
}

/* End CSS Berita dan Artikel */

/* CSS Dropdown Menu Dokter */
/* Style untuk dropdown toggle button */
.toggle-dokter {
    background-color: #1C7C3D;
    /* Warna latar belakang */
    color: #fff;
    /* Warna teks */
    border: none;
    /* Hapus border */
    padding: 8px 16px;
    /* Padding tombol */
    border-radius: 4px;
    /* Tambahkan sedikit border-radius */
    cursor: pointer;
    /* Ubah kursor menjadi pointer saat diarahkan */
    transition: background-color 0.3s ease;
    /* Efek transisi untuk perubahan warna latar belakang */
}

/* Style untuk dropdown menu */
.menu-dokter {
    background-color: #f8f9fa;
    /* Warna latar belakang */
    border: 1px solid #ced4da;
    /* Border */
    border-radius: 4px;
    /* Tambahkan sedikit border-radius */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* Efek bayangan */
}

/* Style untuk item dropdown */
.item-dokter {
    color: #343a40;
    /* Warna teks */
    padding: 8px 16px;
    /* Padding item dropdown */
    transition: background-color 0.3s ease;
    /* Efek transisi untuk perubahan warna latar belakang */
}

.card-title:hover {
    color: #1C7C3D;
    transition: 0.5s;
}

.detail-berita {}

/* Hover effect untuk item dropdown */
.dropdown-item:hover {
    background-color: #e9ecef;
    /* Warna latar belakang saat hover */
}

.card-dokter {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    /* Menambahkan bayangan box */
}

/* End CSS Menu Dokter */
.sub-layanan .custom-dropdown-menu {
    display: none !important;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.sub-layanan:hover .custom-dropdown-menu {
    display: block !important;
}

.custom-dropdown-menu.custom-dropdown-menu-right {
    left: 100%;
    /* Menggeser dropdown ke kanan 100% dari posisi parent */
    top: -25% !important;
}

.custom-dropdown-menu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.custom-dropdown-menu a:hover {
    background-color: #f1f1f1;
}

/* Slider */
.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider {
    display: flex;
    transition: transform 0.5s ease;
}

.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 100;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider {
    display: flex;
    transition: transform 0.6s ease-in-out;
}

.slides {
    flex: 0 0 19.33%;
    /* width: 26%; */
}


.slides img {
    width: 100% !important;
    height: auto !important;

}

@media (max-width: 1300px) {
    .slides {
        flex: 0 0 20.33%;
        /* 3 gambar dalam satu slide */
    }
}

@media (max-width: 768px) {
    .slides {
        flex: 0 0 40%;
        /* 2 gambar dalam satu slide */
    }

    .container-manajemen {
        display: grid;
        grid-template-columns: 1fr !important;
    }
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
    font-size: 14px;
}

.cari-dokter {
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
    margin-top: -50px !important;
    position: relative;
    width: 60%;
    background: linear-gradient(135deg, #43925f, #3b9953);
    /* background-color: whitesmoke; */
    padding: 15px;
    /* margin-left: 30px;
    margin-right: 30px; */
    margin: auto;
    border-radius: 14px;
}

.btn-cari-dokter {
    /* background-color: #1C7C3D; */
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 20px;
    /* box-shadow: 5px 5px 10px 0px rgba(71, 144, 67, 0.3) !important; */
    color: #1a6434;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 15px;
}

.btn-cari-dokter:hover {
    background-color: white;
    border: white solid 1px !important;
    color: #1C7C3D;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.select2 {
    width: 70%;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.select2-container--default .select2-selection--single {
    border: none !important;
    border-radius: 10px !important;
}

.select2-container .select2-selection--single {
    height: 38px;
    /* margin: auto; */
    text-align: center;
}

@media (max-width: 460px) {
    .container-kerjasama {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)) !important;

    }

    .card-manajemen {
        display: grid;
        grid-template-columns: 1fr !important;
    }

    .card-manajemen-2 {
        display: grid;
        grid-template-columns: 1fr !important;
    }

    .data-dokter {
        display: grid;
        grid-template-columns: 1fr !important;
    }

    .section-title {
        font-size: 21px !important;
        text-align: center;
    }

    .section-title-2 {
        font-size: 21px !important;
        text-align: left;
        color: #1C7C3D !important;
    }

    .cari-dokter-title {
        font-size: 20px;
    }

    .galeri {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr 2fr)) !important;

    }

    .btn-cari-dokter {
        font-size: 12px !important;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .container-manajemen {
        display: grid;
        grid-template-columns: 1fr !important;
    }

    .select2 {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .select2-container .select2-selection--single {
        height: 34px;
    }

    .cari-dokter {
        width: 90%;
        padding: 15px;
        font-size: 12px !important;
        margin-top: -20px !important;

    }

    .text-cari-dokter {
        font-size: 12px !important;
    }

    .btn-cari-dokter {
        font-size: 12px;
    }

}

.card-manajemen {
    display: grid;
    width: 100%;
    align-items: center;
    grid-template-columns: 1fr 2fr;
}

.card-manajemen-2 {
    display: grid;
    width: 100%;
    align-items: center;
    grid-template-columns: 1fr 2fr;
}

.data-dokter {
    display: grid;
    width: 100%;
    align-items: center;
    grid-template-columns: 2fr 3fr;
}

.container-manajemen {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 100;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

/* Container styling */
.container-kerjasama {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    /* Gap between grid items */
    box-sizing: border-box;
}

/* Individual item styling */
.icon-kerjasama {
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.icon-kerjasama img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.icon-kerjasama:hover {
    transform: translateY(-5px);
}

.icon-kerjasama:hover img {
    transform: scale(1.1);
}

.galeri {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;

}

.card-pilihan-dokter {
    border: #1a6434 solid 2px;
    padding: 13px;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    font-weight: bold;
    font-size: 18px;
    color: #1a6434;
}

.card-pilihan-dokter:hover {
    transform: scale(1.1);
    background-color: #1a6434;
    color: white !important;
}

/* booking online */
.pricing-table {
    margin-top: 50px;
}

.pricing-card {
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.pricing-header {
    background: linear-gradient(135deg, #1C7C3D 30%, #349a58 100%);
    color: white;
    padding: 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.pricing-price {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
}

.pricing-price span {
    font-size: 1rem;
    font-weight: normal;
}

.pricing-description {
    color: #777;
    margin: 20px 0;
}

.pricing-button {
    background-color: white;
    border: #1C7C3D solid 1px;
    color: #1C7C3D;
    border-radius: 30px;
    padding: 10px 20px;
}

.pricing-button:hover {
    background: linear-gradient(135deg, #1C7C3D 30%, #349a58 100%);
    color: white;
}

.pricing-icon {
    background-color: white;
    border-radius: 50%;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
