/*
Theme Name: Greeneva
Author: Juniar Arif Wicaksono
Version: 1.0
Description: Professional Bootstrap Custom Web Theme PT. Green Environesia Cendekia
Uri : https://digimakarim.my.id
*/

:root {
    --green-one: #05476a;
    --green-two: #2f76b6;
    --green-three: #066937;
    --green-four: #25803a;
    --green-five: #6fb842;
}

body {
    /* background-color: var(--green-three); */
    padding: 0px;
    margin: 0px;
}

.text-uppercase {
    font-family: Alatsi, sans-serif !important;
}

#wrap {
    background: url("bg.webp") center / cover no-repeat;
    min-height: 896px;
}

@media (min-width: 768px) {
    #wrap {
        min-height: 500px;
    }
}

.btn-outline-green {
    --bs-btn-color: var(--green-one);
    --bs-btn-border-color: var(--green-one);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--green-one);
    --bs-btn-hover-border-color: var(--green-one);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--green-one);
    --bs-btn-active-border-color: var(--green-one);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--green-one);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--green-one);
    --bs-gradient: none;
}

.bg-body {
    /* --bs-bg-opacity: 1; */
    background-color: rgb(255, 255, 255) !important;
}

#brandname {
    font-weight: 700;
    color: var(--green-three);
}

.bg-green-01 {
    background-color: var(--green-five);
}

.bg-green-03{
    background-color: var(--green-three);
}

.text-green-01 {
    color: var(--green-four);
}

.text-green-02 {
    color: var(--green-three);
}

.text-green-04 {
    color: var(--green-one);
}

.copyright {
    color: #ffffff;
}

/* .bg-caption {
    background-color: rgba(255, 255, 255, 0.5);
} */

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-color: var(--green-three);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    list-style: none;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--green-one);
}

.usaha-list {
    padding-left: 20px;
    margin: 0px;
}

.bg-footer {
    background: var(--bs-success-text-emphasis);
}

.box-usaha {
    border-radius: 25px;
    padding: 15px;
    background: var(--bs-light);
    height: 360px;
    display: flex;
    flex-direction: column;
}

.news-item>a {
    text-decoration: none;
}

.wrapper {
    /*padding-top: 200px;*/
    /*color: var(--bs-light);*/
    background-image: url("hand-holding-young-plant-with-sunlight-concept-eco-earth-day-generative-ai.jpg.png");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-content {
    font-size: 18px;
}

.logo-wrapper {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    /*border: 1px solid #eee;*/
    padding: 0px;
    box-sizing: border-box;
    margin-top: 2px;
}

.logo-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* FOR LOGO STYLEING */

@media (max-width: 575.98px) {
    .logo-wrapper {
        width: 100%;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        /*background-color: #fff;*/
        /*opsional: untuk menjaga background seragam;*/
        /*border: 1px solid #eee;*/
        /*opsional: untuk kotak batas jika diperlukan;*/
        padding: 0px;
        box-sizing: border-box;
    }
}

@media (max-width: 575.98px) {
    .logo-wrapper img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
}

@media (max-width: 575.98px) {
    .tagline>strong {
        font-size: 14px !important;
    }
}

.boxshadow-one {
    -webkit-box-shadow: 0px 10px 13px -7px #656565, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    box-shadow: 0px 10px 13px -7px #656565, 5px 5px 15px 5px rgba(0, 0, 0, 0);
}

.text-shadow {
    text-shadow: -2px 3px 3px #BABABA;
}

.bs-icon {
    --bs-icon-size: .75rem;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-size: var(--bs-icon-size);
    width: calc(var(--bs-icon-size) * 2);
    height: calc(var(--bs-icon-size) * 2);
    color: var(--bs-primary);
}

.bs-icon-xs {
    --bs-icon-size: 1rem;
    width: calc(var(--bs-icon-size) * 1.5);
    height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
    --bs-icon-size: 1rem;
}

.bs-icon-md {
    --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
    --bs-icon-size: 2rem;
}

.bs-icon-xl {
    --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
    color: var(--bs-white);
    background: var(--green-one);
}

.bs-icon.bs-icon-primary-light {
    color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
    color: var(--bs-primary);
    background: rgb(255, 255, 255);
}

.bs-icon.bs-icon-rounded {
    border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
    border-radius: 50%;
}

/* .wp-block-heading{
    padding: 10px 0px 10px 0px;
    color : var(--green-one) !important;
    border-bottom-style: solid;
        border-bottom-color: var(--green-three);
} */

#menu-tautan-lain, #menu-sosial-media {
    padding: 0px !important;
    margin: 0px !important;
    list-style: none !important;
}

#menu-tautan-lain>li>a, #menu-sosial-media > li > a {
    text-decoration: none !important;
    color: #ffffff !important;
}

/*
* CAROUSEL
*/
.home-carousel .carousel-item {
    height: 650px;
}

.home-carousel .carousel-item img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.home-carousel .carousel-caption {
    bottom: 15%;
    z-index: 2;
}

.home-carousel .carousel-caption h4 {
    font-size: 3rem;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .5);
}f

.home-carousel .carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45);
}

.home-carousel .carousel-caption {
    position: absolute;
}

/* PARALLAX */
.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 500px; */
    position: relative;
}

/* .parallax-bg {
    background-image: url('../img/proper-pt-dus-kunjungan-lapangan.jpg');
} */

.parallax-cover {
    background: rgba(2, 103, 0, 0.6);
}

@media (max-width: 991px) {

    .parallax {

        background-attachment: scroll;

    }

}

/*
    Client Logo
*/
.client-logo {

    max-height: 100px;

    width: auto;

    /* filter: grayscale(100%); */

    opacity: .8;

    transition: .3s;

}

.client-logo:hover {

    /* filter: grayscale(0); */

    opacity: 1;

    transform: scale(1.05);

}