/*
Theme Name: Serra Theme
Theme URI: http://www.gravis-design.com/
Author: Gravis
Author URI: http://www.gravis-design.com/
Description: Theme for Serra
Version: 1.0
License: Commercial
License URI: http://www.gravis-design.com/
Tags: brown, green
Text Domain: remodeling

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s,
samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus { outline: 0; }
body { background: #fff; line-height: 1; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; text-align: left; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; }
del { color: #333; }
ins { background: #fff9c0; text-decoration: none; }
hr { background-color: #ccc; border: 0; height: 1px; margin: 24px; margin-bottom: 1.714285714rem; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
small { font-size: smaller; }
img { border: 0; -ms-interpolation-mode: bicubic; }
.d-none { display: none !important; }

/* GENERAL */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #363636;
	background: #bbb8b8;
}
a { text-decoration: none; }
a:hover { text-decoration: underline; color: #000; }
sup { font-size: 60%; }
strong { font-weight: bold; }
em { font-style: italic; }
.clear { clear: both; }
small { font-size: 12px; }

/* ICON */
.fa.fa-expands:before {
    content: "\f065";
}
.fa.fa-bed:before {
    content: "\f236";
}
.fa.fa-bath:before {
    content: "\f2cd";
}


.thecontent h1 {
    font-family: "Montserrat", Sans-serif;
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    color: #006838;
    margin-bottom: 20px;
    font-style: italic
}

.thecontent h2 {
    font-family: "Montserrat", Sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #006838;
    margin-bottom: 15px
}

.thecontent h3 {
    font-family: "Montserrat", Sans-serif;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 700
}

.thecontent h4 {
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #000
}

.thecontent h5 {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    color: #000
}

.thecontent h6 {
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 15px;
    color: #000
}

.thecontent p {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    color: #000;
    word-wrap: break-word
}

.thecontent a {
    font-family: "Montserrat", Sans-serif;
    color: #f8ad40;
    font-size: 16px;
    cursor: pointer;
    font-style: italic;
    font-weight: 700
}

.thecontent a:hover {
    color: #006838;
    text-decoration: underline
}

.thecontent img {
    max-width: 100%;
    height: auto
}

.thecontent img,.thecontent img.alignleft {
    float: left;
    display: block;
    margin: 0 30px 17px 0
}

.thecontent img.aligncenter {
    float: none;
    margin: 0 auto 17px
}

.thecontent img.alignright {
    float: right;
    margin: 0 0 17px 30px
}

.thecontent ul {
    list-style: circle;
    margin-bottom: 15px;
    padding-left: 40px
}

.thecontent ol {
    list-style: decimal;
    margin-bottom: 15px;
    padding-left: 40px
}

.thecontent ul li,.thecontent ol li {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    padding-left: 8px
}


span.post_status_properti {
    background: #fff;
    padding: 3px 8px;
    border-radius: 5px;
    margin-right: 5px;
}
.post_status_properti span {
    font-size: 4px;
}
.post_status_properti a {
    background: #fff;
    padding: 3px 8px;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 14px !important;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    -moz-transition: .4s ease
}
.post_status_properti a:hover {
    background: #00357B;
    color: #fff !important;
}

.post_status_properti.singlepost a {
    background: #00357B;
    border: 1px solid #00357B;
    padding: 8px 12px;
}
.post_status_properti.singlepost a:hover {
    background: #fff;
    color: #00357B !important;
}

.bloglist-title {
    min-height: 44px;
}

span.bloglist_info_category {
    background: #E7F1FF;
    padding: 3px 8px;
    border-radius: 5px;
    margin-right: 5px;
}
.bloglist_info_category span {
    font-size: 4px;
}
.bloglist_info_category a {
    background: #E7F1FF;
    padding: 3px 8px;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 14px !important;
    margin: 5px auto;
    display: inline-block !important;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    -moz-transition: .4s ease
}
.bloglist_info_category a:hover {
    background: #004AAD;
    color: #fff !important;
}
.e-filter button {
    cursor: pointer;
}

span.bloglist_category {
    background: #E7F1FF;
    padding: 3px 8px;
    border-radius: 5px;
    margin-right: 5px;
}
.bloglist_category a {
    padding: 0px 0px 0px 5px;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 14px !important;
    margin: 0px auto;
    display: inline-block !important;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    -moz-transition: .4s ease
}
.bloglist_category a:hover {
    text-decoration: underline;
}
.bloglist_category li.elementor-icon-list-item { overflow: hidden; }
.bloglist_category li span.elementor-icon-list-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


span.singlepost_tags {
    background: #004AAD;
    padding: 3px 8px;
    border-radius: 5px;
    margin-right: 5px;
}
.singlepost_tags span {
    font-size: 4px;
}
.singlepost_tags a {
    color: #fff !important;
    background: #004AAD;
    padding: 8px 15px;
    border-radius: 5px;
    border: 1px solid #004AAD;
    font-size: 14px !important;
    margin: 5px 12px 0px auto;
    display: inline-block !important;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    -moz-transition: .4s ease
}
.singlepost_tags a:hover {
    background: #E7F1FF;
    color: #004AAD !important;
}
.singlepost_tags a:before {
    content: "#";
}


.contactform .wpforms-container .wpforms-field {
    padding: 0px 0px 15px;
}
.contactform .wpforms-container .wpforms-field label {
    font-size: 16px;
    color: #727272;
    font-weight: normal;
}
.contactform .wpforms-container .wpforms-submit {
    background-color: #00357B !important;
    color: #fff !important;
    padding: 10px 25px;
    border: 1px solid #00357B;
}
.contactform .wpforms-container .wpforms-submit:hover {
    background: #fff !important;
    color: #00357B !important;
}

/* Pagination */
.elementor-pagination span, .elementor-pagination a {
    background: #727272;
    padding: 6.5px 12px;
    line-height: 14px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    -moz-transition: .4s ease
}
.elementor-pagination span:hover, .elementor-pagination a:hover,
.elementor-pagination span.current, .elementor-pagination a.current {
    background: #004AAD;
}

/* Tag / category */
.wrap-header-tags { 
    position: relative; 
    display: block; 
    margin: 10px 0px 25px; 
}
.wrap-header-tags span { 
    width: 124px; 
    display: inline-block; 
    font-size: 20px; 
    font-weight: bold; 
    line-height: 30px; 
    color: #006838; 
    padding: 7px 0px; 
}
.list-tags { 
    width: 100%; 
    display: block; 
    white-space: nowrap; 
    overflow: auto; 
    padding-bottom: 2px; 
}
.list-tags a { 
    font-size: 18px; 
    font-weight: bold; 
    line-height: 25px; 
    background: #004AAD; 
    color: #fff; 
    padding: 10px 20px; 
    border: 1px solid #004AAD;
    border-radius: 8px; 
    display: inline-block; 
    margin-left: 5px;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    -moz-transition: .4s ease
}
.list-tags a:hover { 
    text-decoration: none; 
    color: #004AAD; 
    background: #E7F1FF; 
}
.wrap-header-tags.tag-grey { 
    margin-bottom: 35px; 
}
.wrap-header-tags.tag-grey a { 
    background: #c9cace; 
    color: #3e3e40; 
}
.wrap-header-tags.tag-grey a:hover { 
    background: #006838; 
    color: #fff; 
}

.gallery-wrapper {
    display: flex;
    width: 100%;
    max-width: 100%;
    gap: 15px;
    align-items: flex-start; /* Sejajarkan ke atas */
}
.slick-vertical .slick-slide {
    float: none;
}
.slider-nav {
    max-width: 160px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.slider-nav img {
    width: 100%;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-nav .slick-current img {
    border: 3px solid #007bff;
    opacity: 1;
}
.slick-list {
    height: 100% !important;
}

.slider-for {
    width: 80%;
    max-width: calc(100% - 150px);
    border-radius: 8px;
    overflow: hidden;
}

.slider-for img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.gallery-wrapper .slick-next, .gallery-wrapper .slick-prev {
    z-index: 10;
}
.gallery-wrapper .slick-prev {
    left: 10px;
}
.gallery-wrapper .slick-next {
    right: 10px;
}


.singleproperties_linkbrosur p {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    color:#727272;
    font-weight: 500;
}
.singleproperties_linkbrosur a {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    color:#004AAD;
    font-weight: 500;
}


.spesifikasi-property-details {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* 6 kolom */
    gap: 20px;
    max-width: 100%;
    margin: auto;
    text-align: left;
}

.spesifikasi-property-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    color: #979797;
    font-weight: 400;
    margin-bottom: 12px;
}

.spesifikasi-property-item h4 {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 8px;
    text-transform: capitalize;
}

.spesifikasi-property-item span {
    display: flex;
    align-items: center;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    color: #727272;
    font-weight: 600;
}

.spesifikasi-property-item span i {
    font-size: 14px;
    margin-right: 8px;
    color: #727272;
}




.wrap-property-search {
    position: absolute !important;
    bottom: -60px;
    left: 0;
    right: 0;
    z-index: 1;
}
.property-search {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.search-container {
    border-radius: 30px;
    display: block;
    align-items: center;
    gap: 15px;
}

.search-title {
    background: #F8F9FC;
    font-size: 18px;
    font-weight: bold;
    color: #1B4DB1;
    margin-right: 15px;
    padding: 15px 25px 20px 25px;
    position: absolute;
    top: -45px;
    right: -15px;
    border-radius: 10px 10px 0px 0px;
}
.search-title .far {
    position: absolute;
    right: -10px;
    top: 0px;
    cursor: pointer;
    display: none;
}

.search-maincontent {
    position: relative;
    display: flex;
    background: #F8F9FC;
    padding: 15px 25px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px 0px 0px 10px;
}

.search-filters {
    display: flex;
    gap: 10px;
    margin-right: 15px;
}

.filter-box {
    display: flex;
    align-items: center;
    background: #E7EFFC;
    padding: 10px 15px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: bold;
    color: #1B4DB1;
    gap: 12px;
}

.filter-box i {
    font-size: 18px;
}

.filter-box span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #1B4DB1;
    margin-bottom: 4px;
}

.filter-box select {
    background: transparent;
    border: none;
    font-size: 14px;
    font-weight: 100;
    color: #1B4DB1;
    outline: none;
    cursor: pointer;
}

.filter-box .fa-chevron-down {
    font-size: 12px;
}

.search-btn {
    background: #1B4DB1;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 12%;
    font-size: 18px;
    cursor: pointer;
}

.search-btn i {
    font-size: 18px;
}

.search-btn-mobile {
    background: #2867b4;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 12%;
    font-size: 18px;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: -1;
    display: none;
}
.search-btn-mobile i {
    font-size: 18px;
}


@media screen and (max-width: 1023px) {
    .spesifikasi-property-details {
        grid-template-columns: repeat(5, 1fr);
    }
    
    .wrap-property-search {
        position: fixed !important;
        z-index: 100;
        right: -280px;
        bottom: 0px;
        left: auto;
        transition: right 0.4s ease-in-out;
    }
    .wrap-property-search.active {
        right: 0px;
    }
    .search-maincontent { 
        display: block; 
        background: #2867b4;
        box-shadow: 0px 4px 8px rgba(255, 255, 255, 0.5);
        border-radius: 10px 10px 10px 10px;
    }
    .search-title {
        position: relative;
        top: 0;
        right: 0;
        margin: 0px auto;
        text-align: center;
        color: #ffffff;
        background: transparent;
    }
    .search-title .far {
        display: block;
    }
    .search-filters {
        display: block;
        margin: 0px auto 15px;
    }
    .filter-box {
        margin-bottom: 10px;
        min-width: 200px;
    }
    .filter-box .d-block {
        display: block;
        width: 100%;
    }
    .filter-box select {
        width: 100%;
    }
    .search-btn {
        background: #e7effc;
        color: #1B4DB1;
        border-radius: 12px;
        width: 100%;
        margin-bottom: 12px;
    }
    .search-btn:after {
        content: "  Cari";
    }
    .search-btn-mobile {
        display: block;
    }
}
@media screen and (max-width: 720px) {
    .spesifikasi-property-details {
        grid-template-columns: repeat(4, 1fr);
    }
    .gallery-wrapper {
        display: block;
    }
    .slider-for {
        width: 100%;
        max-width: 100%;
    }
    .slider-nav {
        display: none !important;
    }
}
@media screen and (max-width: 550px) {
    .spesifikasi-property-details {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 400px) {
    .spesifikasi-property-details {
        grid-template-columns: repeat(2, 1fr);
    }
}