/* Navbar default */
.navbar {
    background-color: transparent;
    transition: background-color 0.3s ease;
    position: fixed;
    top: 0;
}
.navbar nav li {
    overflow: hidden;
}
.navbar-white .border-active {
    padding-bottom: 0.5rem;
    border-bottom: 4px solid #fff;
}
.scrolled .border-active {
    padding-bottom: 0.5rem;
    border-bottom: 4px solid #78242d;
}
.border-active {
    padding-bottom: 0.5rem;
    border-bottom: 4px solid #78242d;
}
.logo-mobile {
    display: none;
}
.navbar.active {
    background-color: #fff;
}
.contact-nav {
    z-index: 10;
}
.scroll-down ul {
    padding-left: 0;
}
.scroll-down p {
    margin-bottom: 0;
}
.loc-detail-menu {
    z-index: 20;
}
.navbar-white a span {
    color: #fff;
}
.navbar-white a {
    color: #fff;
}
.scrolled a span {
    color: #78242d;
}
.scrolled a {
    color: #78242d;
}
/* Navbar setelah scroll */
.navbar.scrolled {
    background-color: #fff; /* Warna background setelah scroll */
}

.flag-container a {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flag-container img {
    /* margin-right: 20px; */
    width: 24px;
    height: auto;
}
/* treatments */
.treatments-background {
    overflow: scroll;
    background: linear-gradient(rgb(255, 233, 236), rgb(255, 255, 255));
    margin-bottom: 90px;
}

.treatments-menu-content .services-title {
    flex: 0 0 auto;
}

.treatments-menu-content {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    padding-top: 200px;
}
.treatments-services-desc {
    display: flex;
    justify-content: end;
}
.treatments-menu-content .services-title h1:last-child {
    padding-left: 140px;
}
.treatments-list-img {
    margin-top: 50px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 580px;
}
.treatments-img-item {
    position: relative;
}
.treatments-img-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 30%,
        rgba(0, 0, 0, 0.5) 100%
    );
    pointer-events: none;
}
.treatments-img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.treatments-item-number {
    top: 40px;
    left: 40px;
    position: absolute;
    z-index: 2;
    font-size: 24px;
    color: #ffffff;
    border: #fff solid 2px;
    height: 64px;
    width: 64px;
    line-height: 64px;
    border-radius: 40px;
    text-align: center;
    margin: 0;
}
.treatments-item-title {
    color: #fff;
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-size: 30px;
    z-index: 2;
  font-family: myriadPro;

}
/* treatments-detail */
.TD-hero-info h1{
  font-family: myriadPro;

}
.treatments-detail-banner {
    padding-top: 200px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url("../assets/TreatmentsDetail/image\ 27.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}

.treatments-detail-banner .services-title h1:last-child {
    padding-left: 140px;
}
.treatments-detail-banner .services-title h1,
.treatments-detail-banner .services-title span,
.treatments-detail-banner .services-desc p {
    color: #fff;
}
.banner-img-content,
.banner-content {
    margin-top: 100px;
    padding: 0;
}
.banner-img-content img {
    width: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.banner-content {
    background-color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 50px;
}
.banner-content .red-border {
    color: var(--dark-red);
}
.red-border {
    border: solid 1px var(--dark-red);
}
.banner-content p {
    font-size: 36px;
}
.container-ligating {
    padding: 100px 0;
}
.ligating {
    text-align: center;
}
/* promo list */
.promo-menu-content {
    padding-top: 200px;
    padding-bottom: 50px;
}
.promo-title h1:last-child {
    margin-left: 50px;
}
.promo-list-content img {
    width: 100%;
}
.promo-desc .title {
    font-size: 36px;
    font-weight: 400;
}
.promo-desc .desc {
    font-size: 16px;
    font-weight: 400;
    color: rgba(172, 130, 135, 1);
}

.promo-list-content .promo-desc {
    padding: 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.promo-list-content {
    background-color: #ffffff;
}
.container-btn-promo-item {
    margin-top: 30px;
    display: flex;
    gap: 40px;
}
.btn-promo-white {
    border: var(--dark-red) solid 1px;
    padding: 6px 12px;
    border-radius: 40px;
}
.btn-promo-white img,
.btn-promo-red img {
    height: 30px;
    width: auto;
}
.btn-promo-red a {
    color: #fff;
font-family: myriadPro;

}
.btn-promo-red {
    background-color: #ff687b;
    padding: 6px 12px;
    border-radius: 40px;
}
.btn-promo-red:hover {
    background-color: #78242d;
}
.rtl {
    flex-direction: row-reverse;
}

/* doctor list */
.small-circle-blur {
    position: absolute;
    height: 320px;
    width: 320px;
    border-radius: 160px;
    background: linear-gradient(
        rgba(255, 104, 123, 0.3),
        rgba(255, 180, 130, 0.05)
    );
    left: 20px;
    top: 430px;
    filter: blur(30px);
}
.large-circle-blur {
    position: absolute;
    height: 540px;
    width: 540px;
    border-radius: 270px;
    background: linear-gradient(
        rgba(255, 104, 123, 0.3),
        rgba(255, 180, 130, 0.05)
    );
    right: 20px;
    top: 300px;
    filter: blur(30px);
}
.doctor-list-container {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}
.title-location {
    font-size: 24px;
    font-weight: 400;
    z-index: 2;
}
.doctor-list-img {
    z-index: 2;
    margin-top: 50px;
    display: none;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 580px;
}
.doctor-img-item {
    position: relative;
}
.doctor-img-item img {
    width: 100%;
    height: 80%;
    object-fit: cover;
    border-radius: 10px;
}
.doctor-name {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 400;
}
.doctor-cabang {
    font-size: 16px;
    font-weight: 400;
}
.doctor-name,
.doctor-cabang,
.doctor-cabang b
 {
    text-align: center;
  font-family: myriadPro;

}
.accordion {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 1rem;
}
.accordion p ,.accordion b {
  font-family: myriadPro;
    margin: 0;
}
.accordion img {
    width: 40px;
}
/* doctor detail */
.banner-doctor-detail {
    position: relative;
    margin-top: 120px;
}
.banner-doctor-detail img {
    width: 100%;
}
.banner-doctor-detail .left-img img {
    width: 100%;
    object-fit: contain;
    height: 500px;
}
.banner-doctor-detail-desc {
    padding: 0 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.banner-doctor-detail-desc .name {
    font-size: 28px;
font-family: myriadPro;
    font-weight: 400;
}
.banner-doctor-detail-desc .clinic {
    font-size: 16px;
    font-weight: 400;
}
.banner-doctor-detail-desc .desc {
font-family: myriadPro;

    font-size: 16px;
    font-weight: 400;
    color: rgba(172, 130, 135, 1);
}
.jadwal {
    margin-top: 60px;
    margin-bottom: 60px;
}
.jadwal-praktek {
    padding: 0;
}
.jadwal-hari {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.jadwal-hari p {
    margin: 0;
    padding: 0;
font-family: myriadPro;

}
.container-jadwal {
    padding-left: 60px;
}
.jadwal-hari .hari {
    font-size: 16px;
    font-weight: 400;
    color: rgba(172, 130, 135, 1);
}
.experience {
    background: linear-gradient(
        to bottom,
        rgb(255, 233, 236),
        rgb(255, 255, 255)
    );
}
.experience .pengalaman {
    font-size: 36px;
    color: rgba(120, 36, 45, 1);
}
.experience {
    padding-top: 100px;
    padding-bottom: 40px;
}
.experience .pengalaman-list li {
    overflow: visible !important;
    color: rgba(120, 36, 45, 1);
    font-size: 16px;
    margin-bottom: 20px;
}
.pelatihan {
    margin-top: 40px;
}
/* insurance */
.insurance .promo-title h1,
.insurance .promo-title span,
.insurance .promo-desc p {
    color: rgba(33, 33, 33, 1);
}
.insurance-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.insurance-img img {
    height: auto;
    width: 250px;
}
/* gallery */

.gallery-list-img {
    padding-top: 50px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
}
.gallery-item:nth-child(1),
.gallery-item:nth-child(3),
.gallery-item:nth-child(6),
.gallery-item:nth-child(8),
.gallery-item:nth-child(9),
.gallery-item:nth-child(11),
.gallery-item:nth-child(14),
.gallery-item:nth-child(16),
.gallery-item:nth-child(17),
.gallery-item:nth-child(19) {
    position: relative;
    height: 300px;
}
.gallery-item:nth-child(2),
.gallery-item:nth-child(4),
.gallery-item:nth-child(5),
.gallery-item:nth-child(7),
.gallery-item:nth-child(10),
.gallery-item:nth-child(12),
.gallery-item:nth-child(13),
.gallery-item:nth-child(15),
.gallery-item:nth-child(18),
.gallery-item:nth-child(20) {
    position: relative;
    height: 220px;
}
.gallery-item p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 2;
    opacity: 0;
    transform: translateY(-80px);
    transition: transform 0.4s ease, opacity 0.3s ease;
}
/* line-ani */
.line-ani {
    overflow: hidden;
    /* line-height: 0.5; */
    transition: line-height 1s ease;
}
/* .line-ani:hover{
  line-height: 1.5;
} */
.gallery-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 30%,
        rgba(0, 0, 0, 0.5) 100%
    );
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.gallery-item:hover:after {
    opacity: 1;
}
.gallery-item:hover p {
    transform: translateY(0);
    opacity: 1;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
/* blog */
.blog-content {
    position: relative;
    overflow: visible;
}
.search-bar {
    position: absolute;
    top: -50px;
    z-index: 2;
}
.search-container {
    display: flex;
    align-items: center;
    margin: 20px auto;
    width: 100%;
    max-width: 600px;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f9f9f9;
    padding: 8px 14px;
}

.search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.search-icon img {
    width: 20px;
    height: 20px;
}

.search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
    padding: 10px 0;
    background: transparent;
}

.search-container:hover {
    border-color: #007bff;
}
.blog-list-img {
    padding-top: 80px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    /* height: 500px; */
}
.blog-item {
    position: relative;
}

.blog-item img {
    border-radius: 14px;
    width: 100%;
    height: 440px;
    object-fit: cover;
}
.blog-item-img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 440px;
    background-color: rgba(139, 206, 242, 0.7); /* Warna biru transparan */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    border-radius: 14px; /* Sesuaikan dengan gambar */
    transition: opacity 0.3s ease;
}

.blog-item-img .overlay p {
    color: #78242d;
    font-size: 18px;
    font-weight: bold;
    transform: translateY(80px);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.3s ease;
}
.blog-item-img:hover .overlay p {
    opacity: 1;
    transform: translateY(0);
}
.blog-item-img:hover .overlay {
    opacity: 1;
}
.blog-item p {
    font-family: myriadPro;
    color: rgba(33, 33, 33, 1);
    display: -webkit-box; /* Membuat elemen menjadi flexbox khusus */
    -webkit-box-orient: vertical; /* Mengatur orientasi box secara vertikal */
    overflow: hidden; /* Menyembunyikan teks yang melampaui batas */
    text-overflow: ellipsis; /* Menambahkan ellipsis pada overflow teks */
    line-height: 1.5; /* Mengatur tinggi baris */
    max-height: calc(1.5em * 2);
}
.blog-item-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
}
.blog-item-date {
    font-size: 14px;
    color: rgba(100, 100, 100, 1);
    margin-bottom: 20px;
}
.blog-item-desc {
    font-size: 14px;
}
/* Kontainer Pagination */
.pagination-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: Arial, sans-serif;
    margin-top: 40px;
}

/* Tombol Pagination (Prev & Next) */
.pagination-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
    border: none;
    background-color: #e0e0e0;
    color: #666;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.pagination-button:hover {
    background-color: #ff8a8a;
    color: white;
}

.pagination-button.disabled {
    background-color: #f1f1f1;
    color: #999;
    cursor: not-allowed;
}

/* Link Halaman */
.pagination-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
    background-color: transparent;
    color: #666;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.pagination-link:hover {
    background-color: #ffe6e6;
    color: #d43f3f;
}

/* Halaman Aktif */
.pagination-link.active {
    background-color: #ffc1c1;
    color: #d43f3f;
    font-weight: bold;
}

/* Elipsis */
.pagination-dots {
    font-size: 18px;
    color: #999;
}
/* blog detail */
.blog-detail-banner {
    padding-top: 200px;
    padding-bottom: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-detail-banner h1,
.blog-detail-banner p {
    color: #fff;
    font-family: myriadPro;
}
.blog-detail-banner h1 {
    width: 50vw;
}

.blog-detail-banner .date {
    margin-top: 30px;
}
.blog-detail-content p span,
.blog-detail-content h1,
.blog-detail-content h2,
.blog-detail-content h3,
.blog-detail-content h4,
.blog-detail-content h5,
.blog-detail-content h6,
.blog-detail-content strong,
.blog-detail-content i,
.service-name,.desc-title h1,
.desc-title p {
    font-family: myriadPro;
}
.blog-detail-content {
    padding-top: 100px;
    font-family: myriadPro;
}
.fs-24 {
    font-size: 24px;
    font-weight: 700;
}
.latest-blog {
    padding-left: 30px;
}
.latest-blog .title {
    font-weight: 700;
}
.latest-blog .item img {
    height: 120px;
    width: 120px;
    border-radius: 10px;
    object-fit: cover;
}
.latest-blog .item {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}
.latest-blog .item-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-left: 20px;
    overflow: hidden;
    justify-content: space-between;
    padding-bottom: 20px;
}
.latest-blog .item-content p {
    display: -webkit-box; /* Membuat elemen menjadi flexbox khusus */
    -webkit-box-orient: vertical; /* Mengatur orientasi box secara vertikal */
    overflow: hidden; /* Menyembunyikan teks yang melampaui batas */
    text-overflow: ellipsis; /* Menambahkan ellipsis pada overflow teks */
    line-height: 1.5; /* Mengatur tinggi baris */
    max-height: calc(1.5em * 2);
    margin: 0;
    padding: 0;
}
.blog-detail-consult {
    background-image: linear-gradient(
            to left,
            rgba(0, 0, 0, 0.834),
            rgba(167, 167, 167, 0.122)
        ),
        url("../Assets-20250106T012409Z-001/Assets/Treatment Details/Dental Room.webp");
    padding: 340px 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}
.blog-detail-consult .container {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: flex-end;
}
.card-consult {
    background-color: #a8a9aa52;
    width: 680px;
    backdrop-filter: blur(18px);
    padding: 60px;
    border-radius: 20px;
}
.card-consult .title,
.card-consult .title-ahli {
    font-size: 40px;
}
.card-consult .title-ahli {
    text-align: end;
}
.card-consult p {
    color: #fff;
}
.card-consult .container-btn-promo-item {
    align-items: center;
    justify-content: center;
}
.card-consult .btn-promo-white {
    background-color: #fff;
}
.card-consult .desc {
    margin-top: 36px;
}
/* location */
.location {
    position: relative;
    background-color: rgba(227, 243, 252, 1);
}
.location .Locations {
    padding-top: 40px;
}
.location section {
    min-height: fit-content;
    background-color: transparent;
}
/* locatin detail */
.loc-detail-about {
    padding-top: 200px;
    padding-bottom: 100px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url("../assets/LocationDetail/image\ 22.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.loc-detail-about h1 {
    width: 500px;
    color: #fff;
  font-family: myriadPro;

}
.second-menu::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
}
.second-menu {
    overflow-x: auto;
    display: flex;

    scrollbar-width: none;
    -ms-overflow-style: none;
}
.second-menu-item {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    border-bottom: 1px solid #000;
    color: #78242d;
    font-size: 18px;
    min-height: 70px;
  font-family: myriadPro;

}
.second-menu .active {
    color: #ff687b;
    font-weight: 700;
    border-bottom: 4px solid #ff687b;
}

.second-menu-item:hover {
    color: #ff687b;
    font-weight: 700;
    border-bottom: 4px solid #ff687b;
}
.loc-detail-content .promo-list-content img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.loc-detail-doctor {
    margin-top: 0;
}
/* contact us */
.promo-detail {
    padding-top: 200px;
    padding-bottom: 100px;
    background-position: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(65, 65, 65, 0.7)),
        url("../assets/promoList/image\ 27.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.promo-detail p,
.promo-detail h1 {
    color: #fff;
    width: 500px;
font-family: myriadPro;

}
.promo-detail p {
    margin-top: 80px;
}
/* promo-detail */
.promo-detail-title {
    width: 400px;
}
/* contact us */
.contact-us {
    min-height: 260px;
}
.contact-us-loc {
    padding-top: 190px;
    background: linear-gradient(rgb(255, 233, 236), rgb(255, 255, 255));
    background-color: transparent;
    position: relative;
    overflow: visible;
}
.form-group {
    margin-bottom: 20px;
}
.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
font-family: myriadPro !important;

}

.form-group.row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.form-group.row .col {
    flex: 1;
}
.form-group textarea {
    resize: none;
    height: 100px;
}
.form-submit {
    margin-top: 0px;
font-family: myriadPro !important;

}
.form-submit button {
    background-color: #ff6b6b;
    color: white;
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}
.form-submit button:hover {
    background-color: #ff4d4d;
}
.form-contact-us {
    position: absolute;
    width: 500px;
    top: -444px;
    background-color: #fff;
    border-radius: 20px;
    right: 100px;
}
.form-contact-us form {
    margin: 30px;
}
.row-input {
    display: flex;
    flex-direction: row;
    gap: 40px;
}
.container {
    padding-left: 0;
    padding-right: 0;
}
.doctor-loc-list-img {
    margin-top: 40px;
    margin-bottom: 60px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}
/* hero home */

.home-hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../assets/Hero/Background.png");
    background-size: cover;
    background-position: center;
    opacity: 0.6;
}
.home-hero {
    position: relative;
    height: fit-content;
    background-color: rgba(255, 233, 236, 1);
    padding: 100px 0;
    overflow-x: hidden;
    padding-bottom: 80vh;
}
.home-hero2 {
    position: relative;
    background-color: rgba(255, 233, 236, 1);
    /* padding: 100px 0; */
    /* content: ""; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    padding-top: 60px;
    width: 100%;
    height: 100vh;
    background-image: url("../assets/Hero/Background.png");
    background-size: cover;
    background-position: center;
    opacity: 1;
}
.banner-item {
    height: 100%;
    width: 100vw;
    position: relative;
}
.bg-banner {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    flex-direction: row;
    overflow: hidden;
}
.img-banner {
    height: 100%;
    width: 100% !important;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    opacity: 0.2;
    filter: grayscale(100%);
    background-color: #333;
    transition: 1s;
}
.text-banner {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 12rem;
    padding-right: 12rem;
    white-space: normal;
}
.text-banner p {
    font-family: myriadPro;
    font-size: 36px;
}

#owl-banner .item {
    display: inline-block; /* Pastikan item tampil dalam satu baris */
    text-align: center; /* Agar gambar berada di tengah */
}
.owl-carousel .owl-stage-outer {
    height: 100%;
}
.owl-carousel .owl-stage-outer .owl-stage {
    height: 100%;
    transition: 1s !important;
}
.owl-carousel .owl-stage-outer .owl-item {
    height: 100%;
}
/* .owl-carousel .item img {
  width: 100%;
  height: auto;
} */
.navbar li a {
    /* font-family: var(--font-sitka); */
    font-size: 18px;
}
.our-service {
    /* font-family: var(--font-myriad); */
}
.contact {
    /* font-family: var(--font-myriad) !important; */
    color: #78242d;
}

.promo-title h1 span {
    /* font-family: var(--font-sitka); */
}
/* animasi location  */
/* .location-content {
  transition: opacity 0.5s ease;
  opacity: 0;
}

.location-content.active {
  opacity: 1;
  position: relative;
} */
.location-content {
    display: none;
    transition: display 0.3s ease;
    position: relative;

}
.location-content:first-child {
    display: flex;
}
.review-slide-indicator {
    display: flex;
    justify-content: space-between;
}
.review-slide-indicator {
    border: none !important;
}
.review-slide-indicator .indicator-dot {
    border-bottom: solid 1px var(--dark-red);
    display: flex;
    flex: 1;
}
.review-slide-indicator .active {
    border-bottom: solid 2px var(--dark-red);
    display: flex;
    flex: 1;
}
/* captcha */
.box-captcha a {
    color: #007bff !important;
    margin-bottom: 20px;
}
.box-captcha {
    display: flex;
    flex-direction: column;
}
.img-captcha {
    margin-bottom: 20px;
    width: 180px;
    height: 50px;
    background-color: #007bff;
}
.white-a {
    border: solid 1px var(--dark-red) !important;
    color: var(--dark-red) !important;
}
.white-a:hover {
    background-color: rgba(221, 221, 221, 1) !important;
}
.pink-hover:hover {
    color: #fff !important;
    background-color: #78242d !important;
}
.pink-hover {
    color: #fff;
}
.img-arrow {
    width: 30px !important;
    height: 30px !important;
}

.owl-traet-img {
    height: 100px !important;
    width: 100px !important;
}
.owl-treat img {
    height: 480px !important;
    object-fit: cover;
    width: 100%;
    margin: 0 10px;
}
.owl-treat {
    height: 480px !important;
    width: 100%;
}
.owl-treat .owl-dot span,
.treatment-terkait .owl-dot span {
    display: none !important;
}

/* empty blog item */
.container-item-empty {
    padding-top: 80px;
    align-items: center;
    justify-content: center;
}
.empty-item {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.empty-item img {
    height: 100px;
    width: 100px;
    margin: 40px 0;
}
.empty-item .title-empty-item {
    font-weight: 700;
    color: rgba(33, 33, 33, 1);
    font-size: 20px;
}
.empty-item p {
    text-align: center;
}
.empty-item .text-empty-item {
    color: rgba(100, 100, 100, 1);
    margin-top: 30px;
}
.treatment-terkait {
    display: flex;
    /* background-color: #007bff; */
}
.treatment-terkait .doctor-img-item {
    width: 520px;
    margin: 0 20px;
}
.treatment-terkait .owl-nav button.owl-prev,
.treatment-terkait .owl-nav button.owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
}
.treatment-terkait .owl-nav {
    padding-top: 0;
}
.treatment-terkait .owl-nav span {
    display: inline-flex;
    align-items: center;
    font-size: 30px;
    margin-bottom: 0.5rem;
}
.container-treatment-terkait .title-location {
    margin-left: 4rem;
  font-family: myriadPro;

}
.promo-title h1{
  font-family: myriadPro;

}
.contact:hover {
    background-color: #fff !important;
}
.treatments-background::-webkit-scrollbar {
    display: none;
}

.treatments-background {
    overflow: auto !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.modal .icon-arrow-gallery {
    background-color: #fff;
    padding: 20px;
    border: solid 1px #78242d;
    position: absolute;
    border-radius: 35px;
    transform: rotate(180deg);
    height: 60px;
    width: 60px;
    left: 30px;
}

.modal .icon-arrow-gallery-left {
    background-color: #fff;
    padding: 20px;
    border: solid 1px #78242d;
    position: absolute;
    border-radius: 35px;
    height: 60px;
    width: 60px;
    right: 30px !important;
}
.modal .icon-hover:hover {
    background-color: #959595fc;
}
.modal-content {
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
}

.fade-out {
    opacity: 0;
}

.text-banner {
    flex-direction: column;
}
.text-box-banner {
    overflow: hidden;
}
.text-box-banner p {
    display: inline-block;
}
#panels #panels-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #ddd;
}
#panels #panels-container .panel {
    position: relative;
    overflow: hidden;
}
.promo-desc p {
    font-family: myriadPro;
}
.content p {
    font-family: myriadPro;
}
.new-gallery-item {
    position: relative;
}
.new-gallery-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 30%,
        rgba(0, 0, 0, 0.5) 100%
    );
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.new-gallery-item:hover:after {
    opacity: 1;
}
.new-gallery-item p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 2;
    opacity: 0;
    transform: translateY(-80px);
    transition: transform 0.4s ease, opacity 0.3s ease;
}
.new-gallery-item:hover p {
    transform: translateY(0);
    opacity: 1;
}
.new-gallery-item img{
    max-height: 60vh;
}
.gio-gallery {
    position: relative;
    height: 100%;
}
.gio-gallery-arrow {
    display: flex;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.gio-gallery-arrow .icon-hover {
    background-color: #fff;
    border: solid 1px #78242d;
    border-radius: 25px;
    height: 50px;
    width: 50px;
    margin: 0 20px;
    padding: 10px;
}
.gio-gallery-arrow .icon-hover:hover {
    background-color: #959595fc;
}
.gio-gallery-arrow .icon-arrow-gallery-left {
    transform: rotate(180deg);
}
/* tab lokasi */

.tab-black .tabs-titles {
    border-bottom: 2px solid #000;
}
.tab-black .tab-title {
    color: #000;
}
.tab-black .tab-title.active {
    color: #000;
}
.slide-indicator {
    background-color: #000;
}
.location-desc .desc-title {
    align-items: flex-start;
}

.panel-container {
    display: flex;
    overflow-x: hidden;
    white-space: nowrap;
    flex-wrap: nowrap;
    width: fit-content;
    flex-direction: column;
}
.home-hero .pin-spacer {
    width: 100vw;
}
.hero-panel {
    position: relative;
    height: 100vh;
    padding: 100px 0;
}
.home-panel::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../assets/Hero/Background.png");
    background-size: cover;
    background-position: center;
    opacity: 0.6;
}
.panel-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
}
.panel-container {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
#content-slide {
    width: 100%;
}

.container-fixed-btn {
    position: fixed;
    right: 4rem;
    bottom: 4rem;
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 99;
}
.btn-wa {
    background-color: rgba(255, 104, 123, 1);
    padding: 20px;
    border-radius: 50px;
}
.btn-wa img {
    height: 40px;
    width: 40px;
    transition: transform 0.3ms ease;
}
.btn-wa img:hover {
    transform: scale(1.2);
}
#content-slide-location {
    width: 100%;
}
.location-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.reviews-list img {
    max-height: 400px;
    width: auto;
}
.modal-wa {
    z-index: 100;
}
.list-wa {
    background-color: white;
    width: 600px;
    padding: 40px;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: scroll;
}
.list-wa h1 {
    color: #000;
}
.title-list-wa {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.modal .close-wa {
    position: absolute;
    color: black;
    font-weight: bold;
    font-size: 36px;
    right: 20px;
    top: 10px;
}
.card-item-wa {
    border: solid 1px #a3a3a3;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.card-item-wa p {
    font-size: 20px;
    margin-bottom: 0;
}

.reviews-content-img {
    display: flex;
    align-items: center;
}
.blue-bg-img {
    left: 0;
    position: absolute;
}
.blue-bg-img-right {
    left: auto;
    right: 0;
}
.promo-title,
.promo-services-desc {
    z-index: 2;
}
.our-story {
    position: fixed;
    top: 20vh;
    text-decoration: underline;
    font-size: 36px;
    font-weight: 500;
    left: 50%;
    transform: translateX(-50%);
    font-family: myriadPro;
}
.splide__slide {
    width: fit-content !important;
}

.button-wa {
    background-color: #0a7b15 !important;
    transition: background-color 0.3s ease;
}
.button-wa:hover {
    background-color: #76e982 !important;
}
.scroll-down {
    position: fixed;
    bottom: 1vh;
    min-width: none;
}
.scroll-down ul {
    min-width: fit-content;
    gap: 40px;
}
.skip-btn {
    cursor: pointer;
    top: auto;
    bottom: 12vh;
    z-index: 20;
    text-decoration: none;
    font-family: myriadPro;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: rgba(120, 36, 45, 1);
}
.services-texts .services-title h1:first-child {
    font-family: myriadPro;
}
#tab-about h1,
#tab-about h2,
#tab-about h3,
#tab-about h4,
#tab-about h5,
#tab-about h6,
#tab-about p,
#tab-about span,
#tab-about strong{
font-family: myriadPro;
}
.mobile-map iframe{
    width: 100% !important;
}
.title-bold{
    font-weight: bold;
}
.category-desc .accordion {
    padding: 0 2rem;
}
.modal-content {
    max-width: 40vw;
}
.container-prevImg{
    max-width: 40vw;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#previewText{
    margin-top: 20px;
    color: #fff;
    font-size: 30px;
    transition: opacity 0.3s ease-in-out;
}

.owl-car-arrow{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.category-title{
    padding-left: 40px;
    padding-right: 40px;
}
#tab-about{
    padding-top: 40px;
}
#tab-about iframe{
    width: 100%;
}
.container-loc-arrow{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content;
}
.locations-arrow{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #fff;
    padding: 0.5rem 0.8rem;
    align-items: center;
}
.locations-arrow h3{
    padding: 0;
    margin: 0;
}
.location-content {
    flex-direction: column;    
}
.location-content-content{
    display: flex;
    flex-direction: row;
}
.branch {
    position: relative;
    padding-top: 4rem;
    padding-left: 2rem;
}

.branch ol {
    width: 60vw;
    list-style-type: '- ';
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Membagi ke dalam dua kolom */
    column-gap: 20px;
    margin-bottom: 4rem;
}
.location-resp{
    padding: 100px;
}
.location-tablet{
    padding-top: 0 !important;
}
.box-right-arrow img{
    height: 16px;
    width: 16px;
}
.box-right-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px var(--dark-red);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #fff;
}