/*!
Theme Name: EraIndonesia
Theme URI: http://underscores.me/
Author: 99 Microsite Team
Author URI: https://www.99.co/id
Description: Description

Version: 1.10.14

Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eraindonesia
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

EraIndonesia is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
	- Cards
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

:root {
	--primary-text: #EB2227;
    --primary-bg: #CA2030;
    --primary-blue-text: #004183;
	--primary-blue-bg: #004183;
	--primary-yellow: #F6DB57;
	--primary-orange: #E26813;
    --primary-banner-bg: #333333;
	--neutral-1: #848B99;
    --neutral-2: #A5ADB5;
	--neutral-90: #3D485D;
	--white: #ffffff;
	--black: #0A1208;
    --black-udp: #0B0E21;
    --neutral-udp: #989BB3;
    --blue: #1781FB;
    --secondary-bg: #fc7d81;
    --tertiary-bg: #F4FCF1;
    --tab-active: #A6DE8D;
    --partner-bg: #EEE;
    --neutral-light-3: #E8EAED;

    --swiper-pagination-color: #fff;
    --swiper-pagination-bottom: 22px;
    --swiper-pagination-bullet-active-width: 16px;
    --swiper-pagination-bullet-active-height: 16px;
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-inactive-opacity: 0.5;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-bullet-vertical-gap: 6px;

    --secondary-text: #333;
    --whatsapp-color: #01C851;
    --border-load-more-color: #282161;
}

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
    overflow-x: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: "IBM Plex Sans", sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
    font-family: "IBM Plex Sans", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* ul,
ol {
	margin: 0 0 1.5em 3em;
} */

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
	text-decoration: none !important;
}

a:visited {
	text-decoration: unset;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.section-more-btn {
    border-radius: 4px;
    width: 140px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 32px;
    border: 1px solid #004183;
    color: var(--primary-blue-text);
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px 12px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
	background-image: url(../eraindonesia/img/dropdown.svg) !important;
	background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 20px;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.button.gold {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    border-radius: 8px !important;
    height: 40px;
    white-space: nowrap;
    text-transform: capitalize;
    margin: 0 0;
    background: #F6DB57;
    cursor: pointer;
}

/* Navigation
--------------------------------------------- */
nav .hamburger-menu {
	width: 32px;
    height: 32px;
	background-image: url(../eraindonesia/img/hamburger_menu.svg);
	background-color: transparent;
	border-color: transparent;
    position: absolute;
    left: 86%;
    top: 25%;
}

nav.toggled .hamburger-menu {
	background-image: url(../eraindonesia/img/close.svg);
}

nav.toggled .nav-menu {
    background-repeat: no-repeat;
    background-position: right 50% bottom 13%;
}

.main-navigation .menu-menu-1-container {
	width: 100%;
}

.main-navigation.toggled .menu-menu-1-container {
	width: 100%;
	max-width: 100%;
	background-color: #fff;
	color: #000;
	position: fixed;
	top: 68px;
	left: 0;
	right: 0;
	height: calc(100vh - 68px);
	padding: 24px 20px 48px;
	overflow-y: auto;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
	z-index: 1000;
}

.main-navigation.toggled .nav-menu {
	display: flex;
	flex-direction: column;
	width: 100%;
	row-gap: 4px;
}

.main-navigation.toggled .menu-menu-1-container > ul {
	position: static !important;
	top: auto !important;
	left: auto !important;
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
	width: 100%;
	background-color: transparent;
}

.main-navigation.toggled .nav-menu > li {
	padding: 10px 0;
}

.main-navigation.toggled .nav-menu .sub-menu {
	display: none;
	position: static;
	top: auto;
	left: auto;
	width: 100%;
	box-shadow: none;
	padding-left: 16px;
	margin-top: 8px;
}

.main-navigation.toggled .nav-menu li.focus > .sub-menu,
.main-navigation.toggled .nav-menu li.focus-within > .sub-menu {
	display: block;
}

@media screen and (max-width: 1180px) {
    .agent-name-card-listing {
        max-width: 5rem;
    }
	header.site-header {
		height: 68px !important;
	}
	header .bank-logo {
		position: absolute;
		width: 129px;
		min-height: 40px;
        height: auto;
		top: 50%;
		left: 20%;
		transform: translate(-50%, -50%);
	}
	.main-navigation {
		display: inline-flex !important;
		align-items: center;
	}
	.main-navigation .btn {
		padding: 0;
	}
	.main-navigation a {
		text-align: left;
		padding-left: 0 !important;
    	justify-content: flex-start !important;
		color: var(--primary-banner-bg) !important;
		font-size: 14px !important;
		line-height: 24px !important;
	}
	.main-navigation ul li {
		border-bottom: 1px solid #D8D8D8;
		margin-left: 16px;
		margin-right: 16px;
	}
	.main-navigation ul li.current_page_item a,
    .main-navigation ul li.current-menu-parent > a {
        color: var(--primary-banner-bg) !important;
	}
    .main-navigation li.current_page_item a::after {
        display: none;
    }
}

header .main-navigation {
	flex: 1 1 auto;
	min-width: 0;
	max-width: 100%;
    margin-right: 1rem;
}

.main-navigation {
	display: block;
	width: 100%;
	height: 100%;
}


.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

@media only screen and (min-width: 1200px) {
    .main-navigation ul li:hover > ul {
        left: auto;
    }
    .main-navigation ul li.focus > ul {
        left: auto;
    }
}
@media only screen and (max-width: 1200px) {
    .main-navigation ul li.focus > ul {
        left: 0;
    }
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	position: relative;
    display: flex;
    justify-content: center;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    font-weight: 500!important;
    color: #989BB3;
    text-transform: capitalize;
    padding: 0px 22px;
    height: 100%;
    min-height: 5.2em;
    transition: none;
	align-items: center;
}

.main-navigation .nav > li.active > a {	
    color: var(--primary-banner-bg);	
}

.main-navigation ul.menu > li.current_page_item,
.main-navigation ul.menu > li.current-menu-parent {
    border-bottom: 4px solid var(--brand-color-primary-acf);
}

.main-navigation ul.menu > li.current_page_item,
.main-navigation ul.menu > li.current_page_item a,
.main-navigation ul.menu > li.current-menu-parent > li.active > a {
    color: #000;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1181px) {
	.menu-toggle {
		display: none;
	}

	header .main-navigation {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-x: contain;
		scrollbar-width: none;
	}

	header .main-navigation::-webkit-scrollbar {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		flex-wrap: nowrap;
        padding-left: 80px;
		width: max-content;
	}

	header .main-navigation ul li {
		flex: 0 0 auto;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

header .flex-row{
	height: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

/* .header-inner{
	max-width: 1169px;
} */

/* Header Banner 
--------------------------------------------- */
.header-banner {
	position: relative;
    height: auto;
    width: 100%;
    display: flex;
    overflow: hidden;
}
.header-banner:not(.main-banner) { 
    min-height: 250px;
}
.header-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*border-radius: 0 0 50% 50%/0 0 100% 100%;
    transform: scaleX(2.16);*/
}
.header-banner #bg-sprite-left {
    position: absolute;
    bottom: 0;
    left: 44px;
}
.header-banner #bg-sprite-right {
    position: absolute;
    bottom: 0;
    right: 62px;
}
.banner-slider .swiper-pagination-bullet-active {
    width: var(--swiper-pagination-bullet-active-width);
    height: var(--swiper-pagination-bullet-active-height);
}
.banner-slider .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 480px) {
    .header-banner #bg-sprite-left {
        left: -1rem;
        width: 210px;
        height: 213px;
    }
    .header-banner #bg-sprite-right {
        right: -3rem;
        width: 235px;
        height: 200px;
    }
}
@media screen and (min-width: 1920px) {
    .header-banner #bg-sprite-left {
        left: 388px;
    }
    .header-banner #bg-sprite-right {
        right: 376px;
    }
}
.header-banner .bg-bottom-right {
    position: inherit;
    bottom: 0;

}
.header-banner.main-banner .bg-bottom-right,
.header-banner.srp-banner .bg-bottom-right {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 1600px) {
    .header-banner.main-banner::before,
    .header-banner.srp-banner::before {
        transform: scaleX(1.70);
    }
    .header-banner.main-banner .bg-bottom-right,
    .header-banner.srp-banner .bg-bottom-right {
        /* object-fit: contain; */
        object-fit: cover;
        object-position: top;
    }
}
.header-banner .desc-content-area{
    position: relative;
    display: inline-flex;
	justify-content: center;
	align-items: center;
    text-align: left;
    width: inherit;
    padding: 30px 30px;
    z-index: 1;
    background: transparent;
}
.header-banner .desc {
    flex-direction: column;
    position: absolute;
    width: 100%;
}
.home .header-banner .desc {
	margin-left: 20rem;
}
@media screen and (min-width: 1920px) {
    .home .header-banner .desc {
        max-width: 565px;
	    margin-left: 35rem;
    }
}
.header-banner .desc h2 {
	font-weight: 700;
    font-size: 48px;
    line-height: 71px;
    color: white;
}
.header-banner .desc p {
	font-weight: 400;
    font-size: 40px;
    line-height: 71px;
    color: white;
    width: 100%;
}
.header-banner .promo-date .ux-timer{
    max-width: 285px;
    border-spacing: 18px;
    margin-left: -17px!important;
}
.header-banner .promo-date .ux-timer span:nth-child(n+4){
    display: none;
}
.header-banner .promo-date .ux-timer span{
    position: relative;
    font-weight: 600;
    font-size: 16px!important;
    line-height: 22px;
    color: #074D92;
    background: #FFB944;
    border-radius: 4px;
    padding: 15px 0px;
}
.header-banner .promo-date .ux-timer span strong{
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #074D92;
    text-transform: capitalize;
}
.header-banner .promo-date .ux-timer span:nth-child(n+2):before {
    content: "\003a";
    font-size: 30px;
    position: absolute;
    left: -13px;
    right: auto;
    top: 50%;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    color: #fff;
}
.header-banner .desc h1,
.header-banner .desc .small,
.header-banner .desc .note{
    color: #fff;
}
.header-banner .desc .big{
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
}
.home .header-banner .desc .big{
    font-size: 64px;
    margin-bottom: 18px;
    font-weight: 700;
    line-height: 87px;
}
.header-banner .desc .small{
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}
.header-banner .desc .note, .header-banner .desc .note p{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    max-width: 580px;
}
.home .header-banner .desc .note{
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
}
.header-banner .desc .cta-hero {
    padding: 8px 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--primary-text);
    background-color: #fff;
    border-radius: 8px;
}
@media screen and (max-width: 1180px) {
    .header-banner .hero-img,
    .header-banner .desc-content-area{
        width: inherit;
        padding: 0 7px 0 7px;
    }
    .home .header-banner .desc {
        max-width: 870px !important;
        margin-top: -15rem;
    }
    .header-banner .desc::before {
        top: -4vw;
        left: -6vw;
    }
    .header-banner h1{
        font-size: 1.5em !important;
        margin-bottom: 0;
    }
    .header-banner .desc h2 {
        font-size: 32px;
        line-height: 44px;
    }
    .header-banner .desc p {
        font-size: 16px;
        line-height: 22px;
    }
}
@media screen and (max-width: 1024px) {
    .header-banner .hero-img .banner-slider .swiper-pagination{
        bottom: -6px;
    }
    .banner-slider img {
        width: 100%;
        height: auto;
    }
    .main-navigation ul li.current_page_item a,
    .main-navigation ul li.current-menu-parent > a {
      color: var(--brand-color-primary-acf) !important;
    }
    .title-property-homepage-sell, .title-property-homepage-rent {
        color: #0B0E21;
        font-size: 24px !important;
        font-weight: 600;
        line-height: 32px;
        word-wrap: break-word
    }
    .description-property-homepage-sell, .description-property-homepage-rent {
        color: #3C4268;
        font-size: 16px !important;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0.25px;
        word-wrap: break-word
    }
}
@media screen and (min-width: 1025px) {
    .active-tab-bar {
        height: 4px;
        background: var(--brand-color-primary-acf);
        border-radius: 4px 4px 0 0;
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    .title-property-homepage-sell, .title-property-homepage-rent {
        color: #0B0E21;
        font-size: 32px !important;
        font-weight: 600;
        line-height: 44px;
        word-wrap: break-word;
        margin-bottom: 0;
    }
    .description-property-homepage-sell, .description-property-homepage-rent {
        color: #0B0E21;
        font-size: 16px !important;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0.25px;
        word-wrap: break-word;
        padding-bottom: 32px;
    }
}
@media screen and (max-width: 890px) {
    .header-banner.main-banner .bg-bottom-right,
    .header-banner.srp-banner .bg-bottom-right {
        object-fit: fill;
    }
    .header-banner .bg-bottom-right {
        height: auto;
    }
    .header-banner h1 {
        margin-bottom: 15px !important;
    }
    /* .header-banner p {
        max-width: 245px !important;
        font-weight: 400 !important;
        font-size: 18px !important;
        line-height: 24px !important;
        letter-spacing: 0.25px !important;
        margin-bottom: 10px;
    } */
    .header-banner .btn-header {
        max-width: 100% !important;
    }
    .header-banner .btn-header a{
        width: 100%;
    }
    .header-banner .desc-content-area {
        height: 100%;
    }
    .header-banner .desc::before {
        background-size: 24px;
    }
    .header-banner .hero-img,
    .header-banner .desc-content-area{
        width: 100%;
        text-align: left;
    }
    .header-banner .desc {
        position: relative;
        top: 1vh;
        transform: none!important;
        left: 0;
    }
    .home .header-banner .desc{
        top: -2vh;
    }
    .header-banner .desc .big{
        font-size: 3em !important;
    }
}
@media screen and (max-width: 900px) {
    .logo a {
        gap: 0;
    }
    .logo a img {
        width: 50%;
    }
    .logo a::after {
        width: 108px;
        height: 15px;
        background-image: url('../../img/powered-by-rumah123.svg');
        background-size: contain;
    }
    .header-banner .hero-img{
        order: 2;
        z-index: 0;
    }
    .header-banner .desc::before {
        top: -2vw;
        left: -3vw;
    }
    .page-template-front-page-2023 .header-banner {
        height: 466px;
        background-image: url(../../img/bg-banner-2023-m-1.png);
    }
}
@media screen and (max-width: 640px) {
    .header-banner .desc::before {
        top: -5vw;
        left: -5vw;
    }
}
@media screen and (max-width: 480px) {
    .header-banner .desc .big{
        font-size: 1.7em !important;
        line-height: 37px;
    }
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Cards
--------------------------------------------- */
.card-project-container {
	width: 32%;
	height: fit-content;
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
	animation: grow 90ms 000ms forwards;

    &.primary {
        .agent-id {
            display: none !important;
        }

        .enquiry-card {
            grid-template-columns: unset;
        }
    }
}
.card-project-container.skeleton {
    height: 455.8px;
	animation: none;
    background-color: #f5f5f5;

    @media screen and (max-width: 900px) {
        height: 541px;
    }
}
.card-project-container .card-property-icon {
	position: absolute;
    padding: 1vw;
    right: 0;
}
.card-project-container .card-property-image-container {
    position: relative;
    height: 220px;
    border-radius: 16px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    .discount-badge {
        position: absolute;
        top: 16px;
        left: 0;
        padding: 6px 16px;
        border-radius: 0 50px 50px 0;
        background: linear-gradient(to right, #e35d5b, #d10100);
        color: white;
        font-weight: 500;
        font-size: 16px;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    }
}
.listing-style-short_detail {
    .card-project-container .card-property-image-container {
        .discount-badge {
            top: 20px;
        }
    }
}
.card-project-container .card-njop-strip {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    background-image: linear-gradient(90deg, rgba(193, 214, 255, .8), #F3F7FF 112.86%);
}

.page-template-page-homepage-page-builder .card-project-container .card-njop-strip {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.page-template-page-homepage-page-builder .property-section-tab-container.listing-style-long_detail_below .card-project-container .card-njop-strip,
.page-template-page-homepage-page-builder .property-section-tab-container.listing-style-long_detail_right .card-project-container .card-njop-strip,
.page-template-page-homepage-page-builder .listing-slide-title-top.listing-style-long_detail_below .card-project-container .card-njop-strip {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.page-template-page-homepage-page-builder .listing-slide-title-top.listing-style-short_detail .card-project-container .card-njop-strip {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.page-template-page-homepage-page-builder .listing-slide-title-top.listing-style-long_detail_right .card-project-container .card-njop-strip {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 0;

    @media screen and (max-width: 768px) {
        border-radius: 0;
    }
}

.page-template-page-homepage-page-builder .property-section-tab-container.col-slider-title-left.listing-style-long_detail_right .card-project-container .card-njop-strip {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 0;
}

.card-project-container .card-njop-chip {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 6px 8px;
    border-radius: 9999px;
    background-color: rgb(255 117 35 / var(--tw-bg-opacity, 1));
    color: #ffffff;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.25px;
    flex-grow: 0;
    flex-shrink: 0;
    cursor: pointer;
}
.card-project-container .card-property-image-container .card-discount-container {
    display: flex;
    flex-flow: column wrap;
}
.header-banner.marketing-detail-banner::before {
    height: 38%;
    background-color: var(--brand-color-primary-acf);
    z-index: 0;
}
.card-project-container .card-property-image-container .card-discount-container .card-discount-tag {
    font-size: 14px;
    font-weight: 600;
    color: var(--white);
    position: absolute;
    text-align: center;
    top: 15px;
    z-index: 8;
    display: flex;
    width: auto;
    height: 32px;
    padding: 4px 16px;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 0px 100px 100px 0px;
    background: var(--OCBC-Gradient-1, linear-gradient(90deg, #C41432 0%, #F14545 100%));
    box-shadow: 0px 2px 4px 0px rgba(96, 97, 112, 0.16), 0px 0px 1px 0px rgba(40, 41, 61, 0.04);
}
.card-project-container .card-property-image {
	height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 16px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.card-project-container .card-detail-container {
    padding: 0px 12px;
    position: relative;
}
.card-project-container .card-dev-container {
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 16px 0 4px;
    align-items: center;
}
.card-project-container.primary .card-dev-container {
    padding: 16px 0 0px;

}
.card-project-container .card-price-start {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 12px;
    text-align: left;
}
.card-project-container.primary .card-price-start {
    flex-direction: column;
    align-items: flex-start;
}
.card-project-container .card-dev-logo > img{
    height: 40px;
    width: auto;
    max-width: none;
}
.card-project-container .card-price-start .card-price-label {
    display: none;
}
.card-project-container.primary .card-price-start .card-price-label {
    display: inherit;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #9EA3AE;
}
.card-project-container .card-price-start .card-discount-tag {
    position: relative;
    margin-right: 5px;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 1px rgb(40 41 61 / 4%), 0px 2px 4px rgb(96 97 112 / 16%);
    background: linear-gradient(45.37deg, #94183D -9.11%, #E3839F 95.55%);
    color: white;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    border-radius: 8px;
    padding: 4px 8px;
}
.card-project-container .card-price-start .card-price-cross {
	text-decoration: line-through;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #9EA3AE;
}
.card-project-container.primary .card-price-start .card-price-cross {
    display: none;
}
.card-project-container .card-price-tag {
    font-weight: 600;
    font-size: 20px;
    color: var(--brand-color-primary-acf);
}
.card-project-container .card-price-drop-wrapper {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    width: 100%;
}
.card-project-container .card-price-drop-wrapper.card-price-row {
    flex-direction: row;
    align-items: center;
}
.card-project-container .card-price-current {
    display: flex;
    align-items: center;
    gap: 8px;
}
.property-section-tab-container.col-slider-title-left.listing-style-long_detail_right .card-project-container .card-price-current,
.listing-slide-title-top.listing-style-long_detail_right .card-project-container .card-price-current {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.card-project-container .card-price-current .card-price-tag {
    font-size: 20px;
    font-weight: 600;
    color: var(--brand-color-primary-acf);
}
.card-project-container .card-price-previous {
    text-decoration: line-through;
    color: #9EA3AE;
    font-weight: 500;
    font-size: 12px;
    white-space: nowrap;
}
.card-project-container .card-price-drop-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    border-radius: 4px;
    background-color: #FFE4E4;
    color: #C41432;
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap;
}

.property-detail .card-price-drop-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    border-radius: 4px;
    background-color: #FFE4E4;
    color: #C41432;
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap;
    margin-left: 8px;
}

@media screen and (max-width: 768px) {
  .card-project-container .card-price-current {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .card-project-container .card-price-current .card-price-tag {
    width: 100%;
  }
}

.card-project-container .card-title-container {
    padding-bottom: 12px;
}
.card-project-container .card-title {
    font-size: 14px;
    color: #41454C;
    font-weight: 600;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-project-container.primary .card-title {
    font-size: 18px;
    line-height: 24px;
}
.card-project-container .card-title-span {
    font-weight: 500;
    font-size: 14px;
    color: #848B99;
}
.card-project-container.primary .card-title-span {
    color: #9EA3AE;
}
.card-project-container .card-promo-container {
    width: 100%;
    padding: 16px 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.33;
    color: #41454C;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    border-top: 1px solid #E7E8EB;
}
.card-project-container .card-extra-info {
    display: flex;
    flex-wrap: wrap;
    min-height: 105px;
    align-items: flex-start;
}
.card-project-container .card-extra-info.primary {
    align-items: flex-start;
    min-height: 95px;
    padding-bottom: 6px;
    width: 100%;
}
.card-project-container .card-extra-info .item {
    width: 33%;
    font-size: 14px;
    font-weight: 400;
}
.card-project-container .card-extra-info.primary .item {
    width: 100%;
    min-height: 113px;
    padding: 8px;
    background: #FFF2F3;
    border-radius: 8px;
}
.card-project-container .card-extra-info.primary .item li {
    color: #525A80;
    list-style-position: inside;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-project-container .card-extra-info.primary .item p {
    color: var(--primary-banner-bg) !important;
}
.card-project-container .card-extra-info.primary .item a {
    color: var(--brand-color-primary-acf) !important;
}
.card-project-container .card-extra-info .item span{
	padding-left: 4px;
}
.card-project-container .card-extra-info .item .icon-label {
	display: block;
    padding-bottom: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.25px;
    color: #41454C;
}
.card-project-container .card-extra-info .item .icon-image {
	vertical-align: text-bottom;
}
.card-project-container .card-extra-info .item .icon-value {
	font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #41454C;
	vertical-align: middle;
}
.agent-card {
    width: 32%;
    height: 100%;
    padding: 16px;
    min-height: 186px;
    height: fit-content;
    border-radius: 8px;
    background-color: #ffffff;
    animation: grow 90ms 000ms forwards;
    box-shadow: 0px 2px 4px 0px rgba(96, 97, 112, 0.16), 0px 0px 1px 0px rgba(40, 41, 61, 0.04);
}
.agent-card .agent-card-thumbnail {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    border-radius: 80px;
    border: 1px solid #CFD0DA;
}
.agent-card span {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: #989BB3
}
.agent-card .agent-card-name {
    margin: 0;
    overflow: hidden;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.25px;
    font-feature-settings: 'clig' off, 'liga' off;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #0B0E21;
}
.agent-card .agent-card-email {
    margin: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    font-feature-settings: 'clig' off, 'liga' off;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}
.agent-card .agent-card-label {
    margin: 0;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.25px;
    color: #0B0E21;
}
.agent-card .agent-card-total-listing {
    margin: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #0B0E21;
}
.agent-card .border-top {
    padding-top: 16px;
    border-top: 1px solid #DCDDE5;
}
.agent-card .btn {
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-radius: 4px;
    padding: 4px 12px;
    gap: 4px;
}
.agent-card .btn span {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #fff;
}
.agent-card .agent-card-phone-btn {
    border: 1px solid var(--brand-color-secondary-acf);
}
.agent-card .agent-card-phone-btn span {
    color: var(--brand-color-secondary-acf);
}
.agent-card .agent-card-whatsapp-btn {
    background-color: var(--brand-color-primary-acf);
    color: #fff;
}
@media screen and (max-width: 900px) {
	.card-project-container,
    .agent-card {
		width: 100%;
		/* animation: grow 1500ms 000ms forwards; */
        animation: unset;
	}
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.row {
	margin-left: auto !important;
	margin-right: auto !important;
}

.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



@media only screen and (min-width: 1181px) {
    .d-desktop-only {
        display: block !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
    .d-tablet-only {
        display: block !important;
    }
    .d-tablet-hide {
        display: none !important;
    }
    @media (orientation: landscape) {
        .d-tablet-landscape-only {
            display: block !important;
        }
        .home .header-banner .desc {
            top: -2vh;
            max-width: 625px !important;
            margin-top: 7rem;
            margin-left: -20rem;
        }
        .agent-card .border-top {
            gap: 6px;
        }
        .agent-card .agent-card-email {
            font-size: 11px;
        }
    }
    @media (orientation: portrait) {
        .d-tablet-portrait-only {
            display: block !important;
        }
        .home .header-banner .desc {
            top: -2vh;
            max-width: 436px !important;
            margin-top: 8rem;
            margin-left: 24px;
        }
    }
    .home .header-banner {
        display: block;
        max-height: inherit;
        background-size: cover;
    }

    .header-banner .desc {
        top: 1vh;
    }
    .header-banner .desc p {
        max-width: 100% !important;
    }
    
    .header-banner #bg-sprite-left {
        left: -95px;
    }
    .header-banner #bg-sprite-right {
        right: -86px;
    }
}
@media only screen and (max-width: 767px) {
    .d-mobile-only {
        display: block !important;
    }
    .d-mobile-show {
        transition: height 350ms ease-in-out, opacity 750ms ease-in-out;
        display: block !important;
    }
    .d-mobile-hide {
        display: none !important;
    }
    .header-banner:not(.main-banner) {
        min-height: 240px;
    }
    .header-banner, .home-header-banner {
        display: block;
        background-size: cover;
    }
    .home .header-banner .desc {
        max-width: 185px !important;
        top: 6vh;
        left: -1rem;
        margin-left: 1rem;
    }
    .home .header-banner .desc .note {
        font-size: 12px !important;
        line-height: 16px;
    }
    .home .header-banner .desc .big {
        font-weight: 700;
        font-size: 18px !important; 
        line-height: 25px;
    }
    .header-banner.marketing-detail-banner::before {
        height: 20% !important;
    }
}

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

footer .site-info span{
	width: 456px;
    height: 22px;
  font-family: "IBM Plex Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.25px;
    color: #FFFFFF;
}

header .logo-r123{
	padding-left: 40px;
}

header .logo-r123 img{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	padding: 0px;
	gap: 4px;
	width: 145.93px;
	height: 42px;
}


@keyframes grow {
	from {
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 0.1;
	}

	to {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.gap-16 {
	gap: 16px;
}
.gap-24 {
	gap: 24px;
}

.footer-cta .relative{
	position: relative;
}
.footer-cta .wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer-cta .desc{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer-cta .desc img{
    padding: 0px 55px;
    width: 278px;
}
.footer-cta span{
    font-weight: 500;
    font-size: 18px;
    color: #41454C;
}
.footer-cta span.m-text{
    display: none;
}
.footer-cta .btn-cta .button{
    font-weight: 600;
    font-size: 14px;
    color: #074D92;
    padding: 7px 20px 7px 40px;
    box-shadow: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.footer-cta .btn-cta .fab{
    color: #074D92;
    position: absolute;
    right: 160px;
    font-size: 33px;
    font-weight: 400;
    width: 64px;
    height: 64px;
    background: linear-gradient(54.12deg, #E26813 -7.11%, #F59823 79.84%);;
    box-shadow: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    z-index: 1;
}

@keyframes grow {
	from {
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 0.1;
	}

	to {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.gap-24 {
	gap: 24px;
}

.footer-cta .btn-cta .fab::before{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
    -webkit-transform: translate(-50%,-50%) !important;
    -moz-transform: translate(-50%,-50%) !important;
    -o-transform: translate(-50%,-50%) !important;
}

@media screen and (max-width: 960px){
    .footer-cta span{
        font-size: 14px;
    }
    .footer-cta .desc img{
        padding: 0px 10px;
        width: 120px;
    }
}

@media screen and (max-width: 785px){
    
    .footer-cta{
        padding: 11px 0px;
    }
    .footer-cta .desc{
        flex-direction: column;
        justify-content: left;
        align-items: flex-start;
    }
    .footer-cta .desc img {
        max-height: 28px;
        margin-top: 5px;
        padding: 0px 0px;
    }
    .footer-cta span.d-text{
        display: none;
    }
    .footer-cta span.m-text{
        display: block;
        width: 145px;
    }
    .footer-cta span{
        font-size: 12px;
    }
    .footer-cta .btn-cta {
        padding-left: 30px;
    }
    .footer-cta .btn-cta .button{
        font-size: 12px;
        line-height: 12px;
        min-height: 100%;
        padding: 7px 10px 7px 15px;
    }   
    .footer-cta .btn-cta .fab {
        right: 136px;
        /* top: 13px; */
        font-size: 18px;
        width: 50px;
        height: 50px;
    }
}
@media screen and (max-width: 500px){
    .footer-cta .container{
        padding-left: 8px;
        padding-right: 8px;
    }
    .footer-cta span{
        font-size: 10px;
    }
}
.font-weight-500 {
	font-weight: 500 !important;
}
.swiper.banner-slider {
    width: 100%;
    height: 100%;
}
.banner-slider img {
    width: 100%;
    height: auto;
}
.listing #pagination-container .btnCustomPagination {
	border: 1px solid #989BB3;
	color: #989BB3;
}
.listing .paginationjs .paginationjs-pages li {
	border: 1px solid #989BB3;
	border-right: none;
}
.listing .paginationjs.paginationjs-big .paginationjs-pages li > a {
	font-size: 14px;
}
.listing .paginationjs .paginationjs-pages li.active > a {
	background: var(--brand-color-primary-acf);
}
.listing .paginationjs .paginationjs-pages li:last-child {
	border-right: 1px solid #989BB3;
}
.listing .paginationjs .paginationjs-pages li > a {
	color: #989BB3;
}
#section-rent-listing {
    padding-bottom: 2rem;
}
#section-sell-listing {
    padding-top: 10px;
}
body[class*="marketing"] ul.heateor_sss_follow_ul,
body[class*="marketing"] ul.heateor_sss_sharing_ul {
    display: none;
}
.contact-options {
    display: flex;
    gap: 16px;
}
.contact-option {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    display: inline-flex;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.contact-options-mobile {
    display: flex;
    gap: 16px;
}
.contact-option-mobile {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    display: inline-flex;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.contact-option.phone {
    color: var(--brand-color-secondary-acf);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.25px;
    word-wrap: break-word;
	cursor: pointer;
}
.contact-option.whatsapp.card-listing {
    color: white;
    background: var(--brand-color-primary-acf);
    padding: 8px 16px;
    width: fit-content;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    flex-direction: row;
    display: flex;
    letter-spacing: 0.25px;
    word-wrap: break-word;
    cursor: pointer;
    justify-self: right;
    border-color: transparent;
}
.enquiry-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid #E7E8EB;
    padding-top: 1rem;
}
.project-col.template-1 .enquiry-card {
    border: none;
    padding-top: 0;
}
.agent-id {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 8px;
    align-items: center;
}
.contact-label {
    padding-left: 4px;
}
.card-profile-picture {
    width: 32px;
    height: 32px;
    object-fit: cover;
    object-position: center;
    border-radius: 32px;
}
.agent-name-card-listing {
    overflow: hidden;
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    text-overflow: ellipsis;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    white-space: nowrap;
    max-width: 100px;
}
.card-extra-info-btn{
    padding-inline: 12px;
}
/*
Template-1 
*/
.template-1, .page-template-page-homepage-template-1 {
    .card-project-container {
        .card-price-start .card-price-label {
            font-size: 12px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            letter-spacing: 0.25px;
            color: #989BB3;
        }

        .card-price-tag {
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: 26px;
        }
    
        .card-title {
            font-size: 18px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px; /* 133.333% */
            letter-spacing: 0.25px;
        }

        .card-title-span {
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px;
            color: #989BB3;
        }

        .contact-option.whatsapp.card-listing {
            border-radius: 8px;
            background: var(--brand-color-primary-acf);
            padding: 8px 16px;
            width: 100%;
            font-size: 16px;
        }

        .contact-label {
            padding-left: 4px;
        }

        .card-property-image-container .card-discount-container .card-discount-tag {
            width: fit-content;
            background: var(--brand-color-primary-acf);
        }
    }
}
.flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.flex-item {
    flex: 1 1 calc(20% - 16px);
    box-sizing: border-box;
    max-width: calc(20% - 16px);
}
@media (max-width: 768px) {
    .flex-item {
        flex: 1 1 calc(50% - 16px);
        max-width: calc(50% - 16px);
    }
}

.card-listing-template-2,
.card-listing-template-3 {
    .card-property-image-container {
        padding: 16px;

        img {
            border-radius: 8px;
        }
    }

    .card-detail-container {
        padding: 0 16px;
    }

    .card-dev-container {
        padding-top: 0 !important;
    }

    .card-property-image-container .card-discount-container .card-discount-tag {
        margin: -16px 0 0 -16px;
        border-radius: 8px 4px 40px 0px;
    }

    .card-extra-info-btn {
        padding-inline: 16px;
    }
}

.card-listing-template-3 {
    .card-property-image-container {
        height: 275px;
    }

    .card-detail-container {
        padding: 0 16px 12px 16px;
    }

    .card-promo-container {
        border: none;
        padding: 0;
    }

    .enquiry-card {
        border: none;
        grid-template-columns: unset;
    }
}
body.modal-open {
    overflow: hidden !important;
}

.section-ai-recommendation {
    padding: 24px 0;
    
    @media screen and (max-width: 768px) {
        padding: 0;
    }
}   

.section-ai-recommendation .ai-recommendation-wrapper {
    margin: 0 auto;
}

.section-ai-recommendation .ai-recommendation-query-box {
    background: var(--neutral-light-3);
}

.section-ai-recommendation .ai-recommendation-change-prompt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 4px 12px;
    margin-top: 2px;
    background-color: #ffffff;
    border: 1px solid #2951A3;
    border-radius: 8px;
    color: #2951A3;
    width: auto;
    align-self: flex-start;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    cursor: pointer;
    transition: opacity 0.2s ease;
    text-decoration: none;
}

.section-ai-recommendation .ai-recommendation-change-prompt-btn:hover {
    opacity: 0.9;
}

.section-ai-recommendation .ai-recommendation-cards-inner-slot {
    display: flex;
    flex-direction: column;
}

.section-ai-recommendation .ai-recommendation-cards-inner-slot .card-project-container {
    width: 100% !important;
    height: 100%;
}

.section-ai-recommendation .ai-recommendation-cards-wrapper {
    scrollbar-width: thin;
    scrollbar-color: #E8EAED #F7F7F7;
}

.section-ai-recommendation .ai-recommendation-cards-wrapper::-webkit-scrollbar {
    height: 6px;
}

.section-ai-recommendation .ai-recommendation-cards-wrapper::-webkit-scrollbar-track {
    background: #F7F7F7;
}

.section-ai-recommendation .ai-recommendation-cards-wrapper::-webkit-scrollbar-thumb {
    background: #E8EAED;
    border-radius: 3px;
}

.section-ai-recommendation .ai-recommendation-cards-wrapper::-webkit-scrollbar-thumb:hover {
    background: #D0D4D8;
}

.section-ai-recommendation .ai-recommendation-arrow {
    transition: all 0.3s ease;
    cursor: pointer;
    opacity: 1;
}

.section-ai-recommendation .ai-recommendation-arrow:hover:not(.disabled) {
    transform: scale(1.05);
}

.section-ai-recommendation .ai-recommendation-arrow:active:not(.disabled) {
    transform: scale(0.95);
}

/* Disabled state - sesuai Figma */
.section-ai-recommendation .ai-recommendation-arrow.disabled {
    opacity: 0.5 !important;
    background: rgba(255, 255, 255, 0.5) !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

/* Responsive: stack on mobile */
@media (max-width: 768px) {
    .section-ai-recommendation .ai-recommendation-wrapper {
        padding: 12px 16px !important;
        gap: 16px !important;
        border-radius: 0 !important;
    }
    
    .section-ai-recommendation .ai-recommendation-header {
        flex-direction: column !important;
        gap: 12px !important;
    }
    
    .section-ai-recommendation .ai-recommendation-indicators {
        display: none !important;
    }
    
    .section-ai-recommendation .ai-recommendation-cards-wrapper {
        overflow-x: auto;
    }
    
    .section-ai-recommendation .ai-recommendation-cards-container {
        gap: 16px !important;
    }
    
    .section-ai-recommendation .ai-recommendation-cards-inner-slot {
        flex: 0 0 calc(100% - 8px) !important;
        min-width: unset !important;
    }
}