:root {
    --primary-color: #225AA5;
    --orange-color: #ff9900;
    --white-color: white;
}

html,
body {
    height: 100%;
    font-family: "Poppins", sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #111111;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #666666;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 15px 0;
}

img {
    max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
}

a {
    text-decoration: none;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

.section-title {
    margin-bottom: 40px;
}

.section-title.sidebar-title {
    margin-bottom: 36px;
}

.section-title.sidebar-title h5 {
    font-family: "Lato", sans-serif;
}

.section-title.sidebar-title h5:after {
    height: 36px;
    top: -8px;
}

.section-title.sidebar-title-b {
    margin-bottom: 30px;
    font-family: "Lato", sans-serif;
}

.section-title.sidebar-title-b h6:after {
    height: 20px;
    top: 0;
}

.section-title h4,
.section-title h5,
.section-title h6 {
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    padding-left: 20px;
}

.section-title h4:after,
.section-title h5:after,
.section-title h6:after {
    position: absolute;
    left: 0;
    top: -9px;
    width: 5px;
    height: 46px;
    background: #fc800c;
    content: "";
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.spad {
    padding-top: 100px;
    padding-bottom: 100px;
}

.spad-2 {
    padding-top: 50px;
    padding-bottom: 70px;
}

.offcanvas-menu-wrapper {
    display: none;
}

.canvas-open {
    display: none;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/* Breadcrumb */

.breadcrumb-text {
    display: inline-block;
    background: #ffffff;
    padding: 35px 40px;
}

.breadcrumb-text h4 {
    font-weight: 700;
    color: #111111;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.breadcrumb-text .bt-option a {
    font-size: 14px;
    color: #111111;
    font-weight: 500;
    margin-right: 20px;
    position: relative;
}

.breadcrumb-text .bt-option a:after {
    position: absolute;
    right: -18px;
    top: -1px;
    content: "5";
    font-family: "ElegantIcons";
}

.breadcrumb-text .bt-option a i {
    margin-right: 4px;
}

.breadcrumb-text .bt-option span {
    font-size: 14px;
    color: #888888;
    font-weight: 500;
}

/* Header */
.hs-top {
    background: #03377D;
    border-bottom: 1px solid #03377D;
}

.hs-top .ht-widget {
    text-align: right;
}

.hs-top .ht-widget ul {
    display: inline-block;
}

.hs-top .ht-widget ul li {
    list-style: none;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    margin-right: 45px;
    font-weight: 500;
}

.hs-top .ht-widget ul li i {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    background: #03377D;
    line-height: 46px;
    text-align: center;
    margin-right: 10px;
    font-weight: bold;
}

.hs-top .ht-widget ul li span {
    margin-left: 20px;
    display: inline-block;
    position: relative;
}

.hs-top .ht-widget ul li span:after {
    position: absolute;
    left: -13px;
    top: -2px;
    content: "|";
}

.hs-nav {
    background: #225AA5;
}

.hs-nav .nav-menu ul li {
    list-style: none;
    display: inline-block;
    margin-right: 40px;
    position: relative;
}

#map {
    height: 100%;
}

.hs-nav .nav-menu ul li:hover>a:after {
    opacity: 1;
}

/* .hs-nav .nav-menu ul li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    top: 60px;
} */

.hs-nav .nav-menu ul li.active>a:after {
    opacity: 1;
}

.hs-nav .nav-menu ul li:last-child {
    margin-right: 0;
}

.hs-nav .nav-menu ul li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 0;
    display: block;
    position: relative;
}

.hs-nav .nav-menu ul li a:after {
    position: absolute;
    left: 0;
    top: 42px;
    width: 100%;
    height: 2px;
    background: #FC800C;
    content: "";
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.hs-nav .nav-menu ul li .logo-unity:after {
    background: transparent;
}

.hs-nav .hn-button {
    text-align: right;
    padding: 19px 0 18px;
}

.hs-nav .hn-button .hw-btn {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.5px;
    background: #FC800C;
    padding: 14px 30px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 9px;
}

/* Search */

.hero {
    float: left;
    display: inline;
    width: 100%;
}

.hero .hero-area {
    float: left;
    display: inline;
    width: 100%;
}

.hero .hero-area .background-img {
    width: 100%;
}

.hero .hero-area .background-img img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 70%;
}

.search {
    display: inline;
    float: left;
    width: 100%;
}

.search .search-area {
    background-color: rgba(34, 90, 165, 0.8);
    border-radius: 10px;
    display: inline;
    float: left;
    margin-top: -100px;
    min-height: 200px;
    padding: 25px 20px;
    position: relative;
    width: 100%;
}

.search .search-area .search-top {
    display: inline;
    float: left;
    width: 100%
}

.search .search-area .search-top .change-btn {
    text-align: center;
}

.search .search-area .search-top .change-btn .cb-item {
    display: inline-block;
}

.search .search-area .search-top .change-btn .cb-item label {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 10px;
    margin-bottom: 0;
    margin-left: -4px;
    cursor: pointer;
    color: #ffffff;
}

.search .search-area .search-top .change-btn .cb-item label.active {
    border-bottom: 5px solid #FC800C;
    color: #fff;
}

.search .search-area .search-top .change-btn .cb-item label input {
    position: absolute;
    visibility: hidden;
}

.search .search-area .search-center {
    display: inline;
    float: left;
    width: 100%
}

.search .search-area .search-center .input-group-text {
    background: #FC800C;
    font-size: 20px;
    font-weight: bold;
}

.search .search-area .search-bottom {
    display: inline;
    float: left;
    width: 100%;
}

.map {
    display: inline;
    float: left;
    width: 100%;
}

.map .container div#map {
    height: calc(100vh - 118px);
    z-index: 10;
}

@media only screen and (max-width: 600px) {
    .map .container div#map {
        height: 35vh;
    }

    .map-legend {
        background-color: #fff;
        padding: 8px !important;
        border-radius: 5px;
    }

    .map-legend .legend-title {
        font-size: 12px !important;
        font-weight: 600 !important;
    }
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.bg-orange {
    background-color: var(--orange-color) !important;
}

.bg-white {
    background-color: var(--white-color) !important;
}

.bg-pink {
    background-color: pink !important;
}

.map-icon {
    font-family: "Poppins", sans-serif;
    border-radius: 20px;
    text-align: center;
    word-wrap: break-word;
    position: absolute;
    font-size: 1em;
    padding: 0 0.9em;
    box-sizing: border-box;
    display: flex !important;
    align-items: center;
    justify-content: center;
    top: 12px;
    right: -17px;
}

.leaflet-div-icon {
    background: transparent !important;
    border: none !important;
}

.map-icon::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
}

/* Add a new CSS rule to set the border color based on a class */
.map-icon.bg-primary::after {
    border-width: 5px;
    border-style: solid;
    border-color: var(--primary-color) transparent transparent transparent;
}

.map-icon.bg-orange::after {
    border-width: 5px;
    border-style: solid;
    border-color: var(--orange-color) transparent transparent transparent;
}

.map-icon.bg-white::after {
    border-width: 5px;
    border-style: solid;
    border-color: var(--white-color) transparent transparent transparent;
}

.map-legend-icon {
    font-family: "Poppins", sans-serif;
    border-radius: 20px;
    text-align: center;
    word-wrap: break-word;
    font-size: 1em;
    padding: 0 0.9em;
    box-sizing: border-box;
    display: inline-block;
    margin: 3px 0;
    font-weight: 700;
}

.map-legend {
    background-color: #fff;
    padding: 16px;
    border-radius: 5px;
}

.map-legend .legend-title {
    font-size: 16px;
    font-weight: 700;
}

.banner {
    display: inline;
    float: left;
    width: 100%;
}

.unity-slider.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.unity-slider.owl-carousel .owl-item.active .banner-item {
    opacity: 1;
    top: 0;
}

.unity-slider.owl-carousel .owl-nav button {
    height: 50px;
    width: 50px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    line-height: 58px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-25px);
}

.unity-slider.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -80px;
}

.banner-item {
    height: 180px;
    /* Set a fixed height */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #f8f8f8;
    /* Optional: Background to avoid empty spaces */
}

.banner-item img {
    width: auto;
    height: 100%;
    /* Forces all images to have the same height */
    max-width: 100%;
    /* Prevents stretching */
}

/* About */
.about-section {
    padding-bottom: 60px;
}

.about-text .at-title {
    margin-bottom: 20px;
}

.about-text .at-title h3 {
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.about-text .at-title p {
    font-size: 15px;
    line-height: 27px;
}

.about-text .at-feature .af-item {
    margin-bottom: 32px;
}

.about-text .at-feature .af-item .af-icon {
    float: left;
    margin-right: 30px;
}

.about-text .at-feature .af-item .af-text {
    overflow: hidden;
}

.about-text .at-feature .af-item .af-text h6 {
    color: #111111;
    font-weight: 700;
    margin-bottom: 8px;
}

.about-text .at-feature .af-item .af-text p {
    color: #111111;
    opacity: 0.7;
    margin-bottom: 0;
}

/* Rekomendasi */


a.text-decoration-none,
a.text-decoration-none:visited,
a.text-decoration-none:hover,
a.text-decoration-none:active {
    all: unset;
    cursor: pointer;
}

.rekomendasi .rekomendasi-title h4 {
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    padding-left: 10px;
}

.rekomendasi-item .pi-text {
    position: relative;
    /* margin-top: 80px; */
}

.rekomendasi-item .pi-text .pt-price {
    font-size: 18px;
    font-weight: 700;
    color: #FF7E27;
    margin-bottom: 10px;
}

.rekomendasi-item .pi-text .pt-price span {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
}

.rekomendasi-item .pi-text h5 {
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 700;
    color: #111111;
    font-family: "Poppins", sans-serif;
}

.rekomendasi-item .pi-text p {
    font-weight: 500;
}

.rekomendasi-item .pi-text p span {
    color: #00C89E;
}

.rekomendasi-item .pi-text .property-icon,
.properti-item .pi-text .property-icon {
    font-size: 15px;
    color: #111111;
    font-weight: 600;
}

.rekomendasi-item .pi-text .property-icon i,
.properti-item .pi-text .property-icon i {
    font-size: 14px;
    color: #666666;
}

.rekomendasi .btn-rekomendasi {
    background: #ECF3FF;
    color: #225AA5;
    font-weight: 500;
}

.rekomendasi-slider.owl-carousel .owl-item.active .rekomendasi-item {
    opacity: 1;
    top: 0;
}

.rekomendasi-item .whatsapp-btn {
    padding: 0 10px 10px;
}

.rekomendasi-slider.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.rekomendasi-slider.owl-carousel .owl-nav button {
    height: 50px;
    width: 50px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    line-height: 58px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-25px);
}

.rekomendasi-slider.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -80px;
}

.rekomendasi-slider .owl-stage {
    display: flex;
}

.rekomendasi-slider .owl-item {
    width: 100% !important;
    display: flex;
}

.rekomendasi-item {
    width: 320px;
    display: flex;
    flex-direction: column;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.rekomendasi-item:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
    transform: translateY(-4px);
}

.rekomendasi-item .carousel {
    height: 250px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.rekomendasi-item .carousel-inner,
.rekomendasi-item .carousel-item,
.rekomendasi-item .carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.rekomendasi-item .pi-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 15px 15px 0;
}

.rekomendasi-item .label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 10px 10px;
    display: inline-block;
    background: #0166D0;
    color: #ffffff;
    position: absolute;
    left: 0px;
    top: 20px;
    z-index: 1;
}

.one-line {
    width: 100%;
    overflow: hidden;
    text-wrap: nowrap;
}

/* Proyek Hot */
.proyek-hot .proyek-title h4 {
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
}

.proyek-hot {
    background-color: #ECF3FF;
}

.proyek-slider.owl-carousel .owl-item.active .proyek-item {
    opacity: 1;
    top: 0;
}

.proyek-slider.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.proyek-slider.owl-carousel .owl-nav button {
    height: 50px;
    width: 50px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    line-height: 58px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-25px);
}

.proyek-slider.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -80px;
}

.proyek-slider.owl-carousel {
    display: flex;
    align-items: stretch;
}

.proyek-item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.proyek-item:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-4px);
}

.proyek-item .card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.proyek-item .card-body {
    padding: 15px;
}

.proyek-item .card-title {
    font-weight: bold;
    font-size: 20px;
    color: #111111;
    margin-bottom: 10px;
}

.proyek-item .card-text {
    color: #666666;
    font-size: 14px;
}

.proyek-hot .btn-proyek-hot {
    background: #ECF3FF;
    color: #225AA5;
    font-weight: 500;
    border: 1px solid #225AA5;
    transition: background 0.3s ease, color 0.3s ease;
}

.proyek-hot .btn-proyek-hot:hover {
    background: #225AA5;
    color: #fff;
}

/* Properti */
.properti .properti-title h4 {
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    padding-left: 20px;
}

/* properti col 5 */
.properti-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.properti-item:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-4px);
}

.properti-item .pi-pic {
    height: 250px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.properti-item .pi-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.properti-item .pi-pic .label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 10px 10px;
    display: inline-block;
    background: #0166D0;
    color: #ffffff;
    position: absolute;
    left: 0px;
    top: 20px;
    z-index: 1;
}

.properti-item .pi-text {
    padding: 15px;
}

.properti-item .pi-text .pt-price {
    font-size: 18px;
    font-weight: 700;
    color: #FF7E27;
    margin-bottom: 10px;
}

.properti-item .pi-text .pt-price span {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
}

.properti-item .pi-text h5 {
    margin-bottom: 6px;
}

.properti-item .pi-text h5 a {
    font-size: 20px;
    font-weight: 700;
    color: #111111;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
}

.properti-item .pi-text p {
    font-weight: 500;
    color: #666666;
}

.properti-item .pi-text ul li {
    font-size: 15px;
    color: #111111;
    font-weight: 600;
    list-style: none;
    display: inline-block;
    margin-right: 35px;
}

.properti-item .pi-text ul li:last-child {
    margin-right: 0;
}

.properti-item .pi-text ul li i {
    font-size: 14px;
    color: #666666;
}

/* Cek Harga */

.cek-harga-item .pi-pic {
    height: 100%;
    position: relative;
}

.cek-harga-item .pi-pic .label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 10px 5px;
    display: inline-block;
    background: #0166D0;
    color: #ffffff;
    position: absolute;
    left: 0px;
    top: 5px;
}

.cek-harga-item .pi-text {
    position: relative;
    margin-left: 10px;
}

.cek-harga-item .pi-text .pt-price {
    font-size: 18px;
    font-weight: 700;
    color: #FF7E27;
}

.cek-harga-item .pi-text .pt-price span {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
}


.cek-harga-item .pi-text h5 a {
    font-size: 14px;
    font-weight: 700;
    color: #111111;
    font-family: "Poppins", sans-serif;
}

.cek-harga-item .pi-text p {
    font-weight: 500;
    font-size: 10px;
}

.cek-harga-item .pi-text ul li {
    font-size: 10px;
    color: #111111;
    font-weight: 600;
    list-style: none;
    display: inline-block;
}

.cek-harga-item .pi-text ul li i {
    font-size: 10px;
    color: #666666;
}

/* Property Details */
.property-details-section {
    overflow: hidden;
}

.property-pic-slider {
    margin-right: -10px;
    overflow: hidden;
    /* margin-bottom: 15px; */
}

.property-pic-slider.owl-carousel .owl-nav button {
    height: 50px;
    width: 50px;
    background: #000000;
    border-radius: 50%;
    line-height: 58px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-30px);
}

.property-pic-slider.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 20px;
}

.property-pic-slider .ps-item .container-fluid {
    padding-right: 5px;
}

.property-pic-slider .ps-item .ps-item-inner {
    height: 317px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.property-pic-slider .ps-item .ps-item-inner.large-item {
    height: 100%;
    width: 100%;
    max-width: 600px;
}

.pd-text .pd-title {
    position: relative;
    /* margin-bottom: 65px; */
}

.pd-text .pd-title .heart-icon {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    font-family: "ElegantIcons";
    font-size: 18px;
    color: #fc800c;
}

.pd-text .pd-title .label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 3px 10px 2px;
    display: inline-block;
    background: #0166D0;
    color: #ffffff;
    margin-right: 10px;
}

.pd-text .pd-title .pt-price,
.proyek-item .pt-price {
    font-size: 18px;
    font-weight: 700;
    color: #fc800c;
    margin-bottom: 10px;
    display: inline-block;
}

.pd-text .pd-title .pt-price span {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
}

.pd-text .pd-title h3 {
    margin-bottom: 6px;
    font-weight: 700;
    color: #111111;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.pd-text .pd-title p {
    font-weight: 500;
}

.pd-text .pd-title p span {
    color: #fc800c;
}

.pd-text .pd-social {
    text-align: right;
    padding-top: 40px;
    /* margin-bottom: 30px; */
}

.pd-text .pd-social a {
    display: inline-block;
    font-size: 14px;
    color: #111111;
    height: 36px;
    width: 36px;
    background: #f2f2f2;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.pd-text .pd-social a:hover {
    background: #fc800c;
    color: #ffffff;
}

.pd-text .pd-social a:last-child {
    margin-right: 0;
}

.pd-text .pd-board {
    margin-bottom: 65px;
}

.pd-text .pd-board .tab-board .nav-tabs {
    background: #2559a4;
    border-bottom: none;
}

.pd-text .pd-board .tab-board .nav-tabs .nav-item {
    margin-bottom: 0;
}

.pd-text .pd-board .tab-board .nav-tabs .nav-item a {
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    padding: 14px 30px;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.pd-text .pd-board .tab-board .nav-tabs .nav-item a.active {
    color: #ffffff;
    background: #fc800c;
}

.pd-text .pd-board .tab-board .tab-content .tab-details {
    border: 1px solid #e1e1e1;
    overflow: hidden;
    border-top: none;
}

.pd-text .pd-board .tab-board .tab-content .tab-details ul {
    width: 50%;
    float: left;
}

.pd-text .pd-board .tab-board .tab-content .tab-details ul.left-table li:nth-child(even) {
    background: #f7f7f7;
}

.pd-text .pd-board .tab-board .tab-content .tab-details ul.right-table li:nth-child(odd) {
    background: #f7f7f7;
}

.pd-text .pd-board .tab-board .tab-content .tab-details ul li {
    font-size: 14px;
    list-style: none;
    font-weight: 500;
    padding: 15px 0;
    padding-left: 30px;
}

.pd-text .pd-board .tab-board .tab-content .tab-details ul li .type-name {
    color: #111111;
    width: 148px;
    display: inline-block;
}

.pd-text .pd-board .tab-board .tab-content .tab-details ul li .type-value {
    color: #fc800c;
    display: inline-block;
}

.pd-text .pd-board .tab-board .tab-content .tab-desc {
    border: 1px solid #e1e1e1;
    overflow: hidden;
    border-top: none;
    padding: 20px;
}

.pd-text .pd-widget {
    margin-bottom: 65px;
}

.pd-text .pd-widget h4 {
    color: #252525;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 35px;
}

.pd-text .pd-widget .map {
    height: 350px;
}

.pd-text .pd-widget .map iframe {
    width: 100%;
}

.pd-text .pd-widget .map-location {
    background: #f5f5f5;
    padding: 35px 0 10px 40px;
}

.pd-text .pd-widget .map-location .ml-item .ml-single-item {
    margin-bottom: 25px;
}

.pd-text .pd-widget .map-location .ml-item .ml-single-item h6 {
    color: #111111;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 6px;
}

.pd-text .pd-widget .map-location .ml-item .ml-single-item h6 span {
    color: #fc800c;
    text-transform: lowercase;
    margin-left: 6px;
    font-size: 14px;
    font-weight: 400;
}

.pd-text .pd-widget .map-location .ml-item .ml-single-item p {
    color: #888888;
}

.pd-text .pd-widget .pd-agent {
    background: #f5f5f5;
    overflow: hidden;
    padding: 40px;
}

.pd-text .pd-widget .pd-deskripsi {
    background: #225aa7;
    overflow: hidden;
    padding: 20px;
}

.pd-text .pd-widget .pd-deskripsi p {
    font-size: 17px;
}

.pd-text .pd-widget .pd-agent .agent-pic {
    float: left;
    margin-right: 30px;
}

.pd-text .pd-widget .pd-agent .agent-pic img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
}

.pd-text .pd-widget .pd-agent .agent-text {
    overflow: hidden;
    padding-top: 10px;
}

.pd-text .pd-widget .pd-agent .agent-text .at-title {
    margin-bottom: 20px;
    position: relative;
}

.pd-text .pd-widget .pd-agent .agent-text .at-title h6 {
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.pd-text .pd-widget .pd-agent .agent-text .at-title span {
    display: block;
    font-size: 12px;
    color: #fc800c;
    font-weight: 500;
}

.pd-text .pd-widget .pd-agent .agent-text .at-title .primary-btn {
    position: absolute;
    right: 0;
    top: 0;
}

.pd-text .pd-widget .pd-agent .agent-text p {
    color: #111111;
    font-weight: 500;
    margin-bottom: 24px;
}

.pd-text .pd-widget .pd-agent .agent-text .at-option .at-number {
    font-size: 14px;
    color: #fc800c;
    font-weight: 600;
    display: inline-block;
    padding: 10px 16px;
    background: #ffffff;
    margin-right: 6px;
}

.pd-text .pd-widget .pd-agent .agent-text .at-option .at-social {
    display: inline-block;
}

.pd-text .pd-widget .pd-agent .agent-text .at-option .at-social a {
    font-size: 14px;
    color: #111111;
    background: #ffffff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 6px;
}

.pd-text .pd-widget .pd-agent .agent-text .at-option .at-social a:last-child {
    margin-right: 0;
}

.pd-text .pd-widget .pd-review .pr-item {
    margin-bottom: 34px;
}

.pd-text .pd-widget .pd-review .pr-item .pr-avatar {
    overflow: hidden;
    margin-bottom: 20px;
}

.pd-text .pd-widget .pd-review .pr-item .pr-avatar .pr-pic {
    float: left;
    margin-right: 20px;
}

.pd-text .pd-widget .pd-review .pr-item .pr-avatar .pr-pic img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

.pd-text .pd-widget .pd-review .pr-item .pr-avatar .pr-text {
    overflow: hidden;
}

.pd-text .pd-widget .pd-review .pr-item .pr-avatar .pr-text h6 {
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.pd-text .pd-widget .pd-review .pr-item .pr-avatar .pr-text span {
    font-size: 12px;
    color: #666666;
    display: block;
    margin-right: 4px;
}

.pd-text .pd-widget .pd-review .pr-item .pr-avatar .pr-text .pr-rating i {
    font-size: 10px;
    color: #f7a441;
    margin-right: -4px;
}

.property-sidebar .single-sidebar {
    margin-bottom: 68px;
}

.property-sidebar .single-sidebar.slider-op {
    margin-bottom: 60px;
}

.property-sidebar .single-sidebar .top-agent .ta-item {
    overflow: hidden;
    margin-bottom: 30px;
}

.property-sidebar .single-sidebar .top-agent .ta-item .ta-pic {
    height: 130px;
    width: 130px;
    float: left;
}

.property-sidebar .single-sidebar .top-agent .ta-item .ta-text {
    overflow: hidden;
    border: 1px solid #ebebeb;
    border-left: none;
    height: 130px;
    padding-top: 5px;
    padding-left: 5px;
}

.property-sidebar .single-sidebar .top-agent .ta-item .ta-text h6 {
    font-size: 14px;
    margin-bottom: 2px;
}

.property-sidebar .single-sidebar .top-agent .ta-item .ta-text h6 a {
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
}

.property-sidebar .single-sidebar .top-agent .ta-item .ta-text span {
    font-size: 14px;
    color: #888888;
    display: block;
    margin-bottom: 8px;
}

.property-sidebar .single-sidebar .top-agent .ta-item .ta-text .ta-num {
    font-size: 11px;
    color: #fc800c;
    font-weight: 500;
}

.property-sidebar .single-sidebar .sf-slider.owl-carousel .owl-dots {
    padding-top: 6px;
}

.property-sidebar .single-sidebar .sf-slider.owl-carousel .owl-dots button {
    height: 2px;
    width: 20px;
    background: #d7d7d7;
    margin-right: 10px;
}

.property-sidebar .single-sidebar .sf-slider.owl-carousel .owl-dots button.active {
    height: 3px;
    background: #fc800c;
}

.property-sidebar .single-sidebar .sf-slider.owl-carousel .owl-dots button:last-child {
    margin-right: 0;
}

.property-sidebar .single-sidebar .sf-slider .sf-item {
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.property-sidebar .single-sidebar .sf-slider .sf-item .sf-text {
    background: #ffffff;
    text-align: center;
    padding: 16px 30px 15px;
}

.property-sidebar .single-sidebar .sf-slider .sf-item .sf-text h5 {
    font-weight: 700;
    color: #111111;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.property-sidebar .single-sidebar .sf-slider .sf-item .sf-text span {
    font-size: 12px;
    color: #fc800c;
    font-weight: 500;
    display: block;
}

.property-sidebar .single-sidebar .calculator-form .filter-input {
    margin-bottom: 15px;
}

.property-sidebar .single-sidebar .calculator-form .filter-input p {
    color: #111111;
    margin-bottom: 8px;
    font-weight: 500;
}

.property-sidebar .single-sidebar .calculator-form .filter-input input {
    height: 46px;
    background: transparent;
    border: 1px solid #ededed;
    width: 100%;
    padding-left: 20px;
    color: #666666;
    opacity: 0.6;
}

.property-sidebar .single-sidebar .calculator-form .filter-input input::placeholder {
    color: #666666;
    opacity: 0.6;
}

.property-sidebar .single-sidebar .calculator-form .site-btn {
    width: 100%;
    margin-top: 15px;
}

.primary-btn {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    background: #fc800c;
    padding: 10px 20px;
    display: inline-block;
}

/* Agents */
.agent-section {
    padding-bottom: 60px;
}

.agent-search-form {
    position: relative;
    margin-bottom: 20px;
    padding-left: 15px;
}

.agent-search-form form input {
    width: 100%;
    height: 46px;
    border: 1px solid #d7d7d7;
    font-size: 14px;
    color: #666666;
    padding-left: 20px;
    background: transparent;
    font-weight: 500;
}

.agent-search-form form input::placeholder {
    color: #666666;
}

.agent-search-form form button {
    font-size: 13px;
    color: #ffffff;
    background: #fc800c;
    border: none;
    height: 100%;
    width: 46px;
    position: absolute;
    right: 0;
    top: 0;
}

.as-slider .row {
    margin-right: 0px;
    margin-left: 0px;
}

.as-slider.owl-carousel .owl-stage-outer {
    padding-top: 20px;
}

.as-slider.owl-carousel .owl-nav {
    position: absolute;
    right: 15px;
    top: -66px;
}

.as-slider.owl-carousel .owl-nav button {
    height: 46px;
    width: 46px;
    background: #f2f2f2;
    border-radius: 50%;
    line-height: 54px;
    text-align: center;
    font-size: 27px;
    color: #111111;
    margin-left: 10px;
}

.as-item {
    text-align: center;
    background: #ffffff;
    padding: 35px 35px 30px 35px;
    box-shadow: 0px 3px 15px rgba(91, 91, 91, 0.15);
    margin-bottom: 40px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.as-item:hover {
    background: #fc800c;
}

.as-item:hover .as-pic .rating-point {
    color: #fc800c;
    background: #ffffff;
}

.as-item:hover .as-text .at-title {
    border-color: #33d3b3;
}

.as-item:hover .as-text .at-title h6 {
    color: #ffffff;
}

.as-item:hover .as-text ul li {
    color: #ffffff;
}

.as-item:hover .as-text .primary-btn {
    background: #ffffff;
}

.as-item .as-pic {
    width: 100%;
    height: 80px;
    position: relative;
    margin-bottom: 25px;
}

.as-item .as-pic img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

.as-item .as-pic .rating-point {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background: #fc800c;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    position: absolute;
    left: -10px;
    top: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.as-item .as-text .at-title {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.as-item .as-text .at-title h6 {
    color: #111111;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.as-item .as-text .at-title .rating-star i {
    font-size: 10px;
    color: #ffb129;
    margin-right: -4px;
}

.as-item .as-text ul {
    text-align: left;
    padding-top: 20px;
    margin-bottom: 16px;
}

.as-item .as-text ul li {
    list-style: none;
    font-size: 14px;
    color: #111111;
    font-weight: 500;
    line-height: 36px;
    overflow: hidden;
    -webkit-transition: all 22s;
    transition: all 0.2s;
}

.as-item .as-text ul li span {
    font-weight: 600;
    float: right;
}

.as-item .as-text .primary-btn {
    background: #f2f2f2;
    color: #fc800c;
    display: block;
    padding: 14px 20px;
    text-align: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

/* Profile */
.profile-section {
    padding-bottom: 0;
}

.profile-agent-content {
    padding: 30px 50px 30px 30px;
    border: 1px solid #e1e1e1;
}

.profile-agent-content .profile-agent-info {
    position: relative;
}

.profile-agent-content .profile-agent-info:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 120px;
    background: #ebebeb;
    content: "";
}

.profile-agent-content .profile-agent-widget {
    padding-right: 50px;
    position: relative;
}

.profile-agent-content .profile-agent-widget:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 120px;
    background: #ebebeb;
    content: "";
}

.profile-agent-content .profile-agent-widget ul {
    padding-top: 5px;
}

.profile-agent-content .profile-agent-widget ul li {
    list-style: none;
    font-size: 14px;
    color: #111111;
    font-weight: 500;
    line-height: 36px;
    overflow: hidden;
    -webkit-transition: all 22s;
    transition: all 0.2s;
}

.profile-agent-content .profile-agent-widget ul li span {
    font-weight: 600;
    float: right;
}

.profile-agent-content .profile-agent-newslatter {
    padding-top: 10px;
}

.profile-agent-content .profile-agent-newslatter h5 {
    color: #111111;
    font-weight: 700;
    margin-bottom: 25px;
}

.profile-agent-content .profile-agent-newslatter form {
    position: relative;
}

.profile-agent-content .profile-agent-newslatter form input {
    height: 50px;
    padding-left: 20px;
    font-size: 14px;
    color: #111111;
    background: #f5f5f5;
    border: none;
    width: 100%;
    font-weight: 500;
}

.profile-agent-content .profile-agent-newslatter form input::placeholder {
    color: #111111;
}

.profile-agent-content .profile-agent-newslatter form button {
    height: 50px;
    width: 50px;
    background: #fc800c;
    color: #ffffff;
    font-size: 18px;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
}

.profile-agent-content .profile-agent-social {
    display: flex;
    gap: 10px;
}

.profile-agent-content .profile-agent-social a {
    font-size: 14px;
    color: #111111;
    background: #ffffff;
    text-align: center;
    padding: 10px;
    border: 1px solid #ebebeb;
}

/* Footer */

.footer-section {
    background: #225AA7;
    padding-top: 70px;
}

.fs-about {
    margin-bottom: 30px;
}

.fs-about .fs-logo {
    margin-bottom: 20px;
}

.fs-about .fs-logo a {
    display: inline-block;
}

.fs-about p {
    color: #ffffff;
    line-height: 27px;
    opacity: 0.7;
    margin-bottom: 25px;
}

.fs-about .fs-social {
    display: flex;
    align-items: center;
    gap: 8px;
}

.fs-about .fs-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #ffffff;
    height: 40px;
    width: 40px;
    background: rgba(225, 225, 225, 0.1);
    border-radius: 50%;
    text-decoration: none;
    transition: background 0.3s ease;
}

.fs-about .fs-social a:hover {
    background: rgba(225, 225, 225, 0.2);
}

.fs-about .fs-social a i {
    line-height: 1;
}

.fs-widget {
    margin-bottom: 30px;
}

.fs-widget h5 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 26px;
}

.fs-widget ul li {
    list-style: none;
}

.fs-widget ul li a {
    font-size: 14px;
    color: #ffffff;
    opacity: 0.6;
    line-height: 30px;
}

.fs-widget p {
    color: #ffffff;
    opacity: 0.6;
}

.fs-widget .subscribe-form input {
    width: 100%;
    height: 52px;
    border: 1px solid #ffffff;
    font-size: 14px;
    padding-left: 30px;
    color: #ffffff;
    opacity: 0.7;
    background: transparent;
    margin-bottom: 20px;
}

.fs-widget .subscribe-form input::placeholder {
    color: #ffffff;
    opacity: 0.7;
}

.copyright-text p {
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #ffffff;
    opacity: 0.6;
    text-align: center;
    border-top: 1px solid #ffffff;
    padding: 25px 0;
    margin-top: 40px;
}

.site-btn {
    background: #FC800C;
    color: #fff;
    padding: 15px 30px;
}

.site-btn:hover {
    background: #FC800C;
    color: #fff;
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #225AA5;
        border-left-color: transparent;
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #FC800C;
        border-left-color: transparent;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #225AA5;
        border-left-color: transparent;
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        border: 4px solid #FC800C;
        border-left-color: transparent;
    }

    50% {
        -webkit-transform: rotate(180deg);
        border: 4px solid #225AA5;
        border-left-color: transparent;
    }

    100% {
        -webkit-transform: rotate(360deg);
        border: 4px solid #FC800C;
        border-left-color: transparent;
    }
}

@media (max-width: 575.98px) {
    .hero .hero-area .background-img img {
        height: 220px;
    }

    .search .search-area {
        margin-top: -80px;
    }

    .rekomendasi-item {
        width: 100%;
    }

    .nav-menu {
        display: none;
    }

    .hs-top .ht-widget {
        display: none;
    }

    .hs-nav .hn-button {
        display: none;
    }

    .pd-text .pd-widget .pd-agent .agent-text .at-title .primary-btn {
        position: relative;
    }

    .pd-text .pd-widget .pd-agent .agent-text .at-title span {
        margin-bottom: 15px;
    }

    .pd-text .pd-widget .pd-agent .agent-text .at-option .at-social {
        margin-top: 10px;
    }

    .offcanvas-menu-overlay {
        position: fixed;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 99;
        left: 0;
        top: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        visibility: hidden;
    }

    .offcanvas-menu-overlay.active {
        visibility: visible;
    }

    .canvas-open {
        font-size: 22px;
        height: 35px;
        width: 35px;
        border: 1px solid #ffffff;
        display: inline-block;
        line-height: 37px;
        text-align: center;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 26px;
        display: block;
    }

    .canvas-open span {
        font-weight: 600;
    }

    .offcanvas-menu-wrapper {
        width: 300px;
        position: fixed;
        height: 100%;
        background: #225AA5;
        overflow-y: scroll;
        padding: 70px 30px 30px 30px;
        z-index: 99;
        left: -300px;
        top: 0;
        opacity: 0;
        display: block;
        visibility: hidden;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
        left: 0;
        opacity: 1;
        visibility: visible;
    }

    .offcanvas-menu-wrapper .canvas-close {
        font-size: 22px;
        height: 35px;
        width: 35px;
        border: 1px solid #ffffff;
        display: inline-block;
        line-height: 35px;
        text-align: center;
        cursor: pointer;
        position: absolute;
        right: 30px;
        top: 30px;
    }

    .offcanvas-menu-wrapper .canvas-close span {
        font-weight: 600;
    }

    .offcanvas-menu-wrapper .logo {
        margin-bottom: 40px;
    }

    .offcanvas-menu-wrapper .logo a {
        display: inline-block;
    }

    .offcanvas-menu-wrapper .om-widget {
        margin-bottom: 30px;
    }

    .offcanvas-menu-wrapper .om-widget ul {
        margin-bottom: 20px;
    }

    .offcanvas-menu-wrapper .om-widget ul li {
        list-style: none;
        font-size: 14px;
        color: #ffffff;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .offcanvas-menu-wrapper .om-widget ul li i {
        display: inline-block;
        font-size: 16px;
        color: #ffffff;
        line-height: 46px;
        text-align: center;
        margin-right: 10px;
    }

    .offcanvas-menu-wrapper .om-widget ul li span {
        margin-left: 20px;
        display: inline-block;
        position: relative;
    }

    .offcanvas-menu-wrapper .om-widget ul li span:after {
        position: absolute;
        left: -13px;
        top: -2px;
        content: "|";
    }

    .offcanvas-menu-wrapper .om-widget .hw-btn {
        font-size: 14px;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: 0.5px;
        background: #FC800C;
        padding: 14px 30px;
        text-transform: uppercase;
        display: inline-block;
        border-radius: 5px;
    }

    .offcanvas-menu-wrapper .om-menu {
        display: none;
    }

    .offcanvas-menu-wrapper .slicknav_btn {
        display: none;
    }

    .offcanvas-menu-wrapper .slicknav_nav {
        display: block !important;
    }

    .offcanvas-menu-wrapper .slicknav_menu {
        background: transparent;
        padding: 0;
        margin-bottom: 40px;
    }

    .offcanvas-menu-wrapper .slicknav_nav ul {
        margin: 0;
    }

    .offcanvas-menu-wrapper .slicknav_nav .slicknav_row,
    .offcanvas-menu-wrapper .slicknav_nav a {
        padding: 10px 0;
        margin: 0;
        color: #ffffff;
        font-weight: 600;
    }

    .offcanvas-menu-wrapper .slicknav_nav a:hover {
        -webkit-border-radius: 0;
        border-radius: 0;
        background: transparent;
        color: #ffffff;
    }

    .offcanvas-menu-wrapper .slicknav_nav li {
        border-bottom: 1px solid #ffffff;
    }

    .offcanvas-menu-wrapper .om-social a {
        font-size: 16px;
        color: #ffffff;
        height: 35px;
        width: 35px;
        line-height: 35px;
        text-align: center;
        border: 1px solid #ffffff;
        border-radius: 50%;
        display: inline-block;
        margin-right: 6px;
    }
}

.avatar {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
}

.avatar.xs {
    width: 40px;
    height: 40px;
}

.avatar.sm {
    width: 50px;
    height: 50px;
}

.avatar.md {
    width: 90px;
    height: 90px;
}

.avatar.lg {
    width: 120px;
    height: 120px;
}

.avatar.xl {
    width: 160px;
    height: 160px;
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.transparent-tooltip {
    background: transparent;
    border: none;
    box-shadow: none;
    background-color: red;
    color: white;
    font-weight: bold;
}

.transparent-tooltip::before {
    border: none;
}