/*
Theme Name: BMP Geotech Custom
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Custom Author
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1744446963
Updated: 2025-04-12 08:36:03
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --color-blue: #0C243C;
    --color-white: #FFFFFF;
    --header-height: 80px;
    --font-primary: "Montserrat", sans-serif;
}
.page-header {
    display: none;
}
a,
a:hover{
    color: var(--color-blue);
}
body * {
    font-family: var(--font-primary);
}
.button-primary {
    display: block;
    width: fit-content;
    background-color: var(--color-blue);
    color: #fff;
    padding: 12px 32px;
    border-radius: 25px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    text-decoration: none;
}
.button-primary:hover {
    background-color: #06121f;
    color: white;
}
.button-secondary {
    display: block;
    width: fit-content;
    background-color: #e06c2b;
    color: #fff;
    padding: 12px 32px;
    border-radius: 25px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    text-decoration: none;
}
.button-secondary:hover {
    background-color: #ff7f3f;
    color: white;
}
/* Header Container */
#site-header.barokah-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
    max-width: 100%;
    display: block;
    padding: 0;
}
.hf-container {
    max-width: 1440px;
    margin: 0 auto;
}
.page-width {
    max-width: 1200px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.hf-inner-custom {
    max-width: 1200px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.site-logo img {
    width: 70px;
}
.barokah-header.site-header .site-branding {
    flex-direction: inherit;
    align-items: center;
    justify-content: flex-start;
}
.header-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-header .site-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--color-blue);
}
.header-contact {
    min-width: 30%;
    text-align: right;
}
.header-contact .whatsapp-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 13px;
    font-size: 14px;
    font-weight: 600;
    transition: .3s ease-in-out;
}
.header-bottom {
    background-color: var(--color-blue);
    color: var(--color-white);
}
#menu-main-menu,
.mobile-navigation .header-menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
}
#menu-main-menu li a,
.mobile-navigation .header-menu li a {
    color: var(--color-white);
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
.link-class {
    transition: .3s ease-in-out;
    transform: none;
}
.link-class:hover {
    transform: translateY(-3px);
}
.mobile-menu-toggle {
    display: none;
    z-index: 1001;
}
.site-header svg,
.mobile-navigation-wrapper svg {
    max-width: 25px;
}

/* header mobile */
.mobile-menu-toggle svg path {
    fill: var(--color-blue);
}
.hamburger-menu.active .hamburger-icon,
.hamburger-menu .close-icon {
    display: none;
}
.hamburger-menu.active .close-icon {
    display: block;
}
.mobile-navigation-wrapper {
    padding: 32px;
    position: fixed;
    top: var(--header-height);
    width: 100%;
    transform: translateY(-120%);
    visibility: hidden;
    transition: .5s ease-in-out;
    z-index: 1;
    background-color: var(--color-blue);
    color: var(--color-white);
}
.mobile-menu-open .mobile-navigation-wrapper {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
/* end header mobile */

.berkah-footer#site-footer {
    max-width: 100%;
    padding-top: 100px;
    padding-bottom: 0;
    border-top: 1px solid var(--color-blue);
}
.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 100px;
}
.footer-title {
    margin-top: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: var(--color-blue);
    margin-bottom: 30px;
}
.footer-column p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: var(--color-blue);
}
.footer-column p:last-child {
    margin-bottom: 0;
}
.footer-layanan-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-layanan-text {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: var(--color-blue);
}
.footer-contact-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.footer-contact-item {
    display: flex;
    gap: 10px;
}
.footer-contact-text a {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: var(--color-blue);
}
.footer-contact-icon svg {
    width: 25px;
    height: 25px;
}
.footer-contact-icon svg path {
    fill: var(--color-blue);
}
.footer-copyright {
    background-color: var(--color-blue);
    padding: 15px;
    text-align: center;
}
.footer-copyright p {
    color: var(--color-white);
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.banner-background {
    line-height: 0;
}
.banner-background img {
    width: 100%;
}
.banner-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    padding: 100px 0;
}
.banner-content-inner {
    max-width: 60%;
}
.banner-background img,
.elementor .banner-background img {
    height: 80vh;
    object-fit: cover;
    object-position: center;
}
.news-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    justify-items: center;
}
.news-item:nth-child(n+3) {
    flex: 0 0 calc(33.333% - calc(140px / 3));
}
.news-list-detail .news-item:nth-child(n+3),
.news-item:nth-child(-n+2) {
    flex: 0 0 calc(50% - 35px);
}
.news-item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

.news-item:hover {
    transform: translateY(-8px);
}
.news-thumb {
    line-height: 0;
}
.news-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.news-overlay {
    /* position: absolute;
    bottom: 0;
    left: 0;
    right: 0; */
    padding: 20px;
    border-radius: 0 0 20px 20px;
    /* background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.1)); */
    background-color: white;
    color: var(--color-blue);
}

.news-category {
    background: #00c8a0;
    color: white;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 12px;
    display: inline-block;
    margin-bottom: 12px;
}

.news-excerpt p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    color: var(--color-blue);
    display: -webkit-box;           /* aktifkan flexbox model khusus */
    -webkit-box-orient: vertical;   /* arah vertikal */
    -webkit-line-clamp: 3;          /* batasi hanya 3 baris */
    overflow: hidden;               /* sembunyikan teks yang lebih */
    text-overflow: ellipsis;
}
.news-button-wrap {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.banner-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}

@media only screen and (max-width: 992px) {
    #site-header.barokah-header {
        box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
    }
    .mobile-menu-toggle {
        display: block;
    }
    .mobile-navigation .header-menu {
        flex-direction: column;
        padding-top: 0;
        padding-bottom: 0;
        align-items: flex-start;
    }
    .mobile-header-extras {
        margin-top: 15px;
    }
    .mobile-header-extras a {
        color: var(--color-white);
        font-weight: 600;
    }
    .header-contact .whatsapp-link {
        display: none;
    }
    .mobile-header-extras .mobile-whatsapp {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    .mobile-header-extras .mobile-whatsapp svg {
        fill: var(--color-white);
    }
    .footer-site-logo img {
        max-width: 300px;
    }
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .news-grid {
        gap: 30px;
        justify-content: center;
    }
    .news-list-detail .news-item:nth-child(n+3),
    .news-item:nth-child(-n+2),
    .news-item:nth-child(n+3) {
        flex: 0 0 calc(50% - 15px);
    }
}
@media only screen and (max-width: 750px) {
    .berkah-footer#site-footer {
        padding-top: 50px;
        padding-left: 0;
        padding-right: 0;
    }
    .footer-grid {
        grid-template-columns: 1fr;
        margin-bottom: 50px;
    }
    .footer-site-logo img {
        max-width: 100px;
    }
    .banner-content-inner {
        max-width: 100%;
    }
    .news-list-detail .news-item:nth-child(n+3),
    .news-item:nth-child(-n+2),
    .news-item:nth-child(n+3) {
        flex: 0 0 100%;
    }
}
@media only screen and (min-width: 501px) {
    .hide-banner-desktop {
        display: none;
    }
}
@media only screen and (max-width: 500px) {
    .hide-banner-mobile {
        display: none;
    }
    .site-header .site-title {
        font-size: 16px;
        line-height: 20px;
    }
}