.myrtl {
    font-family: "Amiri", serif;
    direction: rtl;
    text-align: right;
    /* font-size: 32px; */
    line-height: 1.8;
}

.myrtl2 {
    direction: rtl;
    text-align: center;
    font-family: "Amiri", serif;
    /* font-size: 23px; */
    line-height: 1.8;
}
.myrtl3 {
    direction: rtl;
    text-align: right;
    font-family: "Amiri", serif;
    font-size: 22px;
    line-height: 1.8;
}

.stylear {
    font-family: "Amiri", serif;
}

.stylear_bold {
    font-family: "Amiri", serif;
    font-weight: 700;
    font-style: normal;
}

.site-breadcrumb .breadcrumb-menu2 {
    position: relative;
    z-index: 1;
}

.site-breadcrumb .breadcrumb-menu2 li {
    position: relative;
    display: inline-block;
    margin-left: 25px;
    color: var(--color-white);
    font-weight: 500;
    text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu2 li a {
    color: var(--color-white);
    transition: all 0.5s ease-in-out;
}

.site-breadcrumb .breadcrumb-menu2 li::before {
    position: absolute;
    content: "\f100";
    font-family: "Font Awesome 6 Pro";
    right: -21px;
    top: 1px;
    text-align: center;
    font-size: 18px;
    color: var(--color-white);
}

.site-breadcrumb .breadcrumb-menu2 li:first-child {
    margin-left: 0;
}

.site-breadcrumb .breadcrumb-menu2 li:last-child:before {
    display: none;
}

.site-breadcrumb .breadcrumb-menu2 li a:hover {
    color: var(--theme-color);
}

.site-breadcrumb .breadcrumb-menu2 li.active {
    color: var(--theme-color2);
}

/* categori list arabic */
.widget .widget-title2 {
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    font-size: 22px;
    color: var(--color-dark);
}

.widget .widget-title2::before {
    position: absolute;
    content: "";
    width: 15px;
    border-bottom: 3px solid var(--theme-color2);
    bottom: 0;
    right: 0;
}

.widget .widget-title2::after {
    position: absolute;
    content: "";
    width: 30px;
    border-bottom: 3px solid var(--theme-color2);
    bottom: 0;
    right: 22px;
}

/* MODE ARAB (RTL) */
.page-banner:before {
    background: #222f5a;
}
.page-banner .page-title-ar {
    color: white;
    text-align: right;
    text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
    .page-banner .page-title-ar {
        font-size: 55px;
    }
}
@media only screen and (max-width: 767px) {
    .page-banner .page-title-ar {
        font-size: 45px;
    }
}
@media only screen and (max-width: 375px) {
    .page-banner .page-title-ar {
        font-size: 38px;
    }
}

.page-banner .breadcrumb-ar {
    margin: 0;
    text-align: right;
    padding: 0;
    background: transparent;
    text-transform: capitalize;
}
.page-banner .breadcrumb-ar .breadcrumb-item-ar {
    color: white;
    font-size: 18px;
    font-weight: 500;
    display: inline;
}
.page-banner .breadcrumb-ar .breadcrumb-item-ar a {
    color: white;
}
.page-banner .breadcrumb-ar .breadcrumb-item-ar + .breadcrumb-item-ar::before {
    content: "-";
    padding: 0 5px;
    color: white;
}

@media (max-width: 767px) {
    .footer-col,
    .footer-col a,
    .footer-col li,
    .footer-col h4 {
        color: black !important;
    }
}

@media (max-width: 767px) {
    .main-footer .list-style-three li:before {
        color: black;
        font-size: 14px;
        content: "\f054";
    }
}

@media (max-width: 767px) {
    .list-style-two li i {
        color: black !important;
    }
}

.widget-title-ar {
    text-align: right;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 35px;
    position: relative;
}
.widget-title-ar:after {
    content: "";
    width: 70px;
    height: 2px;
    right: 0;
    position: absolute;
    top: calc(100% + 10px);
    background: #104cba;
}
.widget-title-ar:before {
    content: "";
    width: 5px;
    height: 2px;
    right: 10px;
    z-index: 1;
    background: white;
    position: absolute;
    top: calc(100% + 10px);
}

.gallery-item.style-two .gallery-content .gallery-content-inner-ar {
    width: 100%;
    padding-right: 10px;
}

.header-eight .top-right .hotline2 {
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 575px) {
    .header-eight .top-right .hotline2 {
        display: none;
    }
}
.header-eight .top-right .hotline2 i,
.header-eight .top-right .hotline2 span {
    margin-right: 5px;
}

.gallery-img-wrapper2 {
    width: 100%;
    height: 200px; /* tinggi konsisten untuk semua */
    overflow: hidden;
    border-radius: 10px; /* opsional biar rapi */
}

.gallery-img-wrapper2 img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* menjaga proporsi dan memotong gambar yang terlalu besar */
    display: block;
}
.image-home-post {
    width: 100%;
    height: 180px; /* tinggi konsisten untuk semua */
    overflow: hidden;
    border-radius: 10px; /* opsional biar rapi */
}

.video-content {
    position: relative;
    height: 320px;
    overflow: hidden;
    min-height: 300px;
    border-radius: 50px 50px 50px 0;
}

.contact-section-inner2 {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    position: relative;
    z-index: 1;
    border-radius: 40px 0px 40px 0;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#6b7fa4),
        to(transparent)
    );
    background-image: -webkit-linear-gradient(bottom, #1a52ba, transparent);
    background-image: -o-linear-gradient(bottom, #1a52ba, transparent);
    background-image: linear-gradient(to top, #1a52ba, transparent);
}

/* Gambar menutupi penuh dan tidak ada celah vertikal */
.gall-item {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.gall-item img {
    width: 100%;
    height: 100%; /* ubah ke height: 100% jika ingin tinggi tetap */
    display: block;
    border-radius: 0px 35px 0px 35px;
}
