/*
#header .header-body {
	background: #526a2c;
}
*/


html {
  scroll-behavior: smooth !Important;
}


#header .header-container.header-container-height-sm {
    height: 80px;
}

@media (max-width: 767px) {
	#header .container {
		width: 100%;
		height: 60px !Important;
	}
}


/*--------------------------------------------------
-------------------- BUTTON FLOAT ------------------
---------------------------------------------------*/

	#ThismyBtn {
	  display: none;
	  position: fixed;
	  bottom: 10px;
	  right: 1px;
	  z-index: 99;
	  /*
	  font-size: 18px;
	  border: none;
	  outline: none;
	  background-color: none;
	  color: white;
	  cursor: pointer;
	  padding: 15px;
	  border-radius: 4px;*/
	}

	#ThismyBtn:hover {
	  /*background-color: #555;*/
	  background: url("data/call.png") no-repeat;
	}	
	
	
	#ThismyBtn:hover img {
	  transform: scale(1.1);
	  transition: transform 0.3s ease;
	}
	
	.owl-carousel .owl-item img {
	  display: block;
	  width: 100%;
	  height: auto;
	  filter: brightness(90%); /* Apply transparent black look */
	  transition: filter 0.3s ease;
	}

	.owl-carousel .owl-item img:hover {
	  filter: brightness(100%); /* Remove dark overlay on hover */
	}

	/* Hover effect: Zoom in + darken 10% */
	.owl-carousel .owl-item:hover img {
	  transform: scale(1.05);
	filter: brightness(100%);	  
	}

	/* Optional: prevent zoom overflow */
	.owl-carousel .owl-item {
	  overflow: hidden;
	}
	
	/*
	.owl-carousel .owl-nav button.owl-prev.disabled,
	.owl-carousel .owl-nav button.owl-next.disabled {
	  display: none;
	}
	*/
	
	
.bg-primary {
    background-color: #2d5f2e !important;
}
	
	
#footer {
    background: #e0ede2;
    border-top: 4px solid var(--dark);
    font-size: 0.9em;
    margin-top: 50px;
    padding: 0;
    position: relative;
    clear: both;
}


#header .header-nav-main.header-nav-main-slide nav > ul:not(:hover) > li > span > a.active {
    color: #60a766;
}

#header .header-nav-main.header-nav-main-slide nav > ul > li.open > span > a, #header .header-nav-main.header-nav-main-slide nav > ul > li:hover > span > a {
    color: #60a766;
}	


h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", serif;
}


/*--------------------------------------------------
------------ FITUR PERUMAHAN - NATURAL GREEN -------
---------------------------------------------------*/

.pv-features-section {
    background: linear-gradient(155deg, #142e15 0%, #1e4620 40%, #2d5f2e 70%, #3a7040 100%);
    position: relative;
    padding: 60px 0 70px;
    overflow: hidden;
}

.pv-features-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(ellipse at 10% 30%, rgba(96,167,102,0.15) 0%, transparent 55%),
        radial-gradient(ellipse at 90% 70%, rgba(20,60,20,0.4) 0%, transparent 55%),
        radial-gradient(ellipse at 50% 100%, rgba(45,95,46,0.2) 0%, transparent 50%);
    pointer-events: none;
}


.pv-features-badge {
    display: inline-block;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(168,216,168,0.45);
    color: #a8d8a8;
    font-family: 'Raleway', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 7px 22px;
    border-radius: 50px;
}

.pv-features-section h2 {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 800;
    letter-spacing: -0.5px;
}

/* ---- Card ---- */
.pv-feat-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 26px 32px;
    text-align: center;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.22);
    transition: transform 0.35s cubic-bezier(.22,.68,0,1.2), box-shadow 0.35s ease;
}

.pv-feat-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2d5f2e, #60a766, #2d5f2e);
    background-size: 200%;
    transition: background-position 0.5s ease;
}

.pv-feat-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 24px 60px rgba(30, 90, 30, 0.32);
}

.pv-feat-card:hover::after {
    background-position: right center;
}

/* ---- Icon ---- */
.pv-feat-icon {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: linear-gradient(145deg, #1e4620 0%, #2d5f2e 50%, #4d8f4e 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 6px;
    box-shadow:
        0 8px 24px rgba(45,95,46,0.45),
        0 0 0 8px rgba(45,95,46,0.1);
    transition: transform 0.35s cubic-bezier(.22,.68,0,1.2), box-shadow 0.35s ease;
}

.pv-feat-card:hover .pv-feat-icon {
    transform: scale(1.12) translateY(-4px);
    box-shadow:
        0 14px 36px rgba(45,95,46,0.55),
        0 0 0 12px rgba(45,95,46,0.08);
}

.pv-feat-icon i {
    color: #ffffff;
    font-size: 2.4rem;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
}

/* ---- Divider ---- */
.pv-feat-divider {
    width: 44px;
    height: 3px;
    background: linear-gradient(90deg, #2d5f2e, #60a766);
    border-radius: 3px;
    margin: 16px auto 18px;
}

/* ---- Text ---- */
.pv-feat-card h5 {
    font-family: 'Raleway', sans-serif !important;
    color: #1e4620;
    font-weight: 800;
    font-size: 1.05rem;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
}

.pv-feat-card p {
    font-family: 'Poppins', sans-serif;
    color: #5a6e5a;
    font-size: 0.855rem;
    font-weight: 400;
    line-height: 1.75;
    margin: 0;
}

@media (max-width: 575px) {
    .pv-feat-icon {
        width: 80px;
        height: 80px;
    }
    .pv-feat-icon i {
        font-size: 2rem;
    }
    .pv-feat-card {
        padding: 32px 20px 26px;
    }
}


/*--------------------------------------------------
------------ SECTION DENAH & UKURAN ---------------
---------------------------------------------------*/

.pv-meas-section {
    background: #f5f8f5;
    padding: 80px 0 90px;
    position: relative;
}

.pv-meas-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2d5f2e, #60a766, #2d5f2e);
}

.pv-meas-badge {
    display: inline-block;
    background: #e8f5e9;
    border: 1px solid #a5d6a7;
    color: #2d5f2e;
    font-family: 'Raleway', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 7px 22px;
    border-radius: 50px;
}

/* Card gambar */
.pv-meas-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(45, 95, 46, 0.12);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.pv-meas-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 60px rgba(45, 95, 46, 0.22);
}

/* Wrapper gambar + overlay */
.pv-meas-link {
    display: block;
    position: relative;
    overflow: hidden;
}

.pv-meas-link img {
    display: block;
    width: 100%;
    transition: transform 0.5s ease;
}

.pv-meas-card:hover .pv-meas-link img {
    transform: scale(1.04);
}

/* Overlay gelap saat hover */
.pv-meas-overlay {
    position: absolute;
    inset: 0;
    background: rgba(20, 60, 20, 0.0);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.35s ease;
}

.pv-meas-card:hover .pv-meas-overlay {
    background: rgba(20, 60, 20, 0.55);
}

.pv-meas-overlay-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #fff;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.pv-meas-card:hover .pv-meas-overlay-inner {
    opacity: 1;
    transform: translateY(0);
}

.pv-meas-overlay-inner i {
    font-size: 2.2rem;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.4));
}

.pv-meas-overlay-inner span {
    font-family: 'Raleway', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Label bawah gambar */
.pv-meas-label {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    border-top: 2px solid #e8f5e9;
}

.pv-meas-label-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2d5f2e, #60a766);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pv-meas-label-icon i {
    color: #fff;
    font-size: 1.1rem;
}

.pv-meas-label h5 {
    font-family: 'Raleway', sans-serif !important;
    color: #1e4620;
    font-weight: 800;
    font-size: 0.95rem;
    margin: 0 0 3px;
}

.pv-meas-label p {
    font-family: 'Poppins', sans-serif;
    color: #7a8f7a;
    font-size: 0.8rem;
    margin: 0;
}

@media (max-width: 767px) {
    .pv-meas-section {
        padding: 60px 0 70px;
    }
}

