/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.logo-johar {
    max-width: 100px;
}

#header-wrap #logo img {
    height: 100%;
}

.menu-link {
    color: #ec1489;
    font-weight: 400;
}

.is-expanded-menu .menu-container > .menu-item {
    color: #53a9db;
    font-weight: 400;
}

.is-expanded-menu #header.full-header.transparent-header #header-wrap {
    background: #fff;
}

.bg-johar-2 {
    background: #e91b87;
}

.bg-johar-1 {
    background: #21aade !important;
}

.color-johar-2 {
    color: #e91b87 !important;
}

.fbox-img-icon {
    padding-bottom: 20px;
    max-width: 100px;
}

.johar-bot {
    padding-bottom: 20px;
}

.bg-download {
    background: url("../images/bg-download.jpg") no-repeat center center;
    background-size: cover;
    padding: 100px 0;
}

.btn-jh i {
    font-size: 20px;
}

@media only screen and (max-width: 767px) {
    .media-box {
        padding-bottom: 20px;
        margin: auto;
        text-align: center;
    }

    .sm-mx-auto {
        margin: auto;
    }
    .h4 {
        padding-top: 20px;
        font-size: 30px;
    }

    .text-mobile-center {
        text-align: center;
    }

    .card-img {
        display: none;
    }

    .bg-download {
        background: url("../images/bg-download.jpg") no-repeat center center;
        background-size: cover;
        padding: 100px 0;
        background-position: 75%;
    }
    .bg-download::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(
            255,
            255,
            255,
            0.7
        ); /* Putih dengan transparansi */
        z-index: 2;
    }

    .bg-download > * {
        position: relative;
        z-index: 3; /* Konten di atas overlay */
    }

    .btn-dwnld {
        background: #fff;
    }
}