/*!
Theme Name: rokka
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rokka
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.

rokka 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/
*/


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}

summary {
	display: list-item;
}
template {
	display: none;
}

[hidden] {
	display: none;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}
body,
button,
input,
select,
optgroup,
textarea {
	line-height: 1.5;
}

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

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;
}

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;
	padding: 0;
}

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%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: var(--primary);
}

a:visited {
	color: var(--primary);
}

a:hover,
a:focus,
a:active {
	color: var(--primary);
}

a:focus {
	outline: 0;
}

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

/* 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;
}

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;
}

textarea {
	width: 100%;
}

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

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
}

.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;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.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%;
}

/* 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: 0;
}

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.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 {
	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;
}

/*--------------------------------------------------------------
# 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;
}

/* 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
--------------------------------------------- */
.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;
}


/* custom code css here */

a:visited {
    color: inherit;
}
a,a:focus {
	outline : none !important;
	text-decoration: none;
}

a[href^="tel:"] {
    color: inherit !important;
    text-decoration: none !important; 
}
html{
	margin-top: 0 !important;
}
.post, .page {
  margin: 0;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0;
}
body, p{
	font-size: 22px;
	line-height: 1.3;
}
p{
	margin: 0 0 15px 0;
}
nav a{
	font-size: 22px;
	line-height: 1.3;
}
a{
	font-size: 22px;
	line-height: 1.3;
}
p:last-child{
	margin: 0;
}
.site{
	overflow: hidden;
}
body,p,a,h1,h2,h3,h4,h5,h6,ul,ol,
ul li, ol li, table, form,.post-filter-buttons button{
	font-family: "Arapey", "Kantumruy Pro", serif !important;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6{
	line-height: 1.2;
}
h1{
	font-size: 75px;
}
h2{
	font-size: 68px;
}
h3{
	font-size: 60px;
}
h4{
	font-size: 50px;
}
h5{
	font-size: 42px;
}
h6{
	font-size: 28px;
}


/* faq */
.faq .e-n-accordion{

}
.faq .e-n-accordion .e-n-accordion-item-title{
	
}
/** general **/

.container{
	max-width: 1440px;
	padding: 0 15px;
	width: 100%;
	margin: 0 auto;
}
header .container{
	padding: 0;
}


/** header **/
header.transparent {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: transparent;
  transition: all 0.3s ease;
}
header {
  padding: 10px 40px;
}
header .header-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	transition: all 0.3s ease;
	height: 70px;
}
header .header-wrap .site-branding{
	width: 15%;
	position: relative;
	z-index: 9;
}
header .header-logo{
	position: absolute;
}
header .site-branding img{
	height: 80px;
	width: auto;
	display: block;
	transition: all 0.3s ease;
}
header .sticky-header-logo{
	overflow: hidden;
}
header .sticky-header-logo img{
	transition: transform .5s ease;
	transform: scale(0);
	height: 55px;
	transform: translate(-100%, 0);
}

.navigation ul{
	display: flex;
	gap: 50px;
	color: #fff;
}
.navigation ul li a{
	color: #fff;
	transition: all 0.3s ease;
}
header .main-navigation{
	border-right: 1px solid #fff;
	padding-right: 40px;
}
header .nav-container{
	display: flex;
	align-items: center;
	width: 85%;
  justify-content: end;
	gap: 25px;
	position: relative;
	z-index: 9;
}
.contact-button a{
	background: var(--rokka-secondary-color);
	padding: 12px 25px;
	color: var(--rokka-primary-color);
}
.contact-button a:hover{
	background: var(--rokka-primary-color);
	color: #fff;
}
.shap-animation{
	height: 100%;
	width: 0;
	z-index: -1;
	position: absolute;
	right: 0;
	top: 0;
	transition:  width 0.5s ease;
  background-color: var(--rokka-primary-color);
	background-color: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(6px) brightness(0.9);
    backdrop-filter: blur(6px) brightness(0.9);
}
header.sticky .shap-animation{
	width: 100%;
}
header.sticky .header-wrap{
	padding: 10px;
}
header.sticky .site-branding .header-logo img{
	transform: scale(0);
}
header.sticky .sticky-header-logo img{
	transition: transform .5s ease;
	transform: translate(0, 0);
}
header.sticky .navigation ul li a{
	color: var(--rokka-primary-color);
}
.gtranslate_wrapper{
	display: flex;
	gap: 8px;
}

/* Modern Filter Dropdown Styles */
    
    .filter-dropdowns {
		max-width: 500px;
        display: flex;
        gap: 15px;
        margin-bottom: 30px;
		z-index: 9;
		position: relative;
    }
.custom-dropdown.custom-house-type{
	z-index: 5;
}
    .custom-dropdown {
        position: relative;
        flex: 1;
    }
    
    .dropdown-toggle {
        width: 100%;
        padding: 10px 20px;
        background: white !important;
		color: var(--rokka-primary-color) !important;
        border: 1px solid #ddd;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        font-size: 16px;
        text-align: left;
        transition: all 0.3s ease;
    }
    
    .dropdown-toggle:hover {
        border-color: #aaa;
    }
    
    .dropdown-toggle svg {
        transition: transform 0.3s ease;
    }
    
    .dropdown-toggle.active svg {
        transform: rotate(180deg);
    }
    
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        border: 1px solid #ddd;
        margin-top: 5px;
        padding: 10px 0;
        max-height: 300px;
        overflow-y: auto;
        z-index: 100;
        display: none;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    
    .dropdown-menu li {
        padding: 6px 20px;
        cursor: pointer;
        transition: all 0.2s ease;
    }
    
    .dropdown-menu li:hover {
        background: var(--rokka-secondary-color);
    }
    
    .dropdown-menu li.active {
        background: var(--rokka-secondary-color);
        font-weight: bold;
    }
    
    /* Property Grid Styles */
    .rokka-property-grid {
        position: relative;
        min-height: 400px;
		z-index: 1;
    }
    
    .default-property,
    .property-item {
        width: 100%;
        transition: all 0.3s ease;
    }
    
    .default-property img,
    .property-item img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 8px;
    }
    
    @media (max-width: 768px) {
        .filter-dropdowns {
            flex-direction: column;
        }
    }

/* property slideshow tab */
/* room slideshow */
/* Property Tabs */
.rokka-property-tabs {
    margin: 20px 0;
}

.property-tab-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 50px;
		justify-content: end;
}
.property-tab-wrap{
    display: flex;
    flex-wrap: wrap;
		justify-content: end;
	background: #fff;
	padding: 10px;
}

.property-tab-link {
    padding: 12px 20px !important;
    background: #fff !important;
    border: none;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    transition: all 0.3s ease;
	color: var(--rokka-primary-color) !important;
}

.property-tab-link:hover {
   background: var(--rokka-primary-color) !important;
	color: #fff !important;
}

.property-tab-link.active {
     background: var(--rokka-primary-color) !important;
	color: #fff !important;
}

.property-tab-pane {
    display: none;
    background: white;
    border: 1px solid var(--rokka-secondary-color);
}

.property-tab-pane.active {
    display: flex;
}

.rokka-property-tabs .property-slide-detail {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.rokka-property-tabs .property-overview{
	width: 30%;
	padding: 30px 40px;
}
.rokka-property-tabs .property-overview div{
	width: 100%;
}
.rokka-property-tabs .property-gallery {
  width: 70%;
  max-height: 850px;
	background: #ddd;
	display: flex;
}
.property-description p{
	font-size: 20px;
}

.rokka-property-tabs .property-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination-bullet {
  width: 25px !important;
  height: 2px !important;
  border-radius: 5px !important;
  background: #000;
  opacity: 0.2;
	transition: width 0.5s
}
.swiper-pagination-bullet-active{
	background: var(--rokka-secondary-color) !important;
	width: 40px !important;
}


.swiper-button-next::after, .swiper-button-prev::after{
	display: none;
}
.swiper-button-next, .swiper-button-prev{
	background: var(--rokka-primary-color);
	border-radius: 0;
	width: 45px !important;
	padding: 12px;
}
.swiper-button-prev svg polygon,
.swiper-button-next svg polygon{
	fill: var(--rokka-secondary-color);
}
.swiper-button-prev:hover,
.swiper-button-next:hover{
	background: var(--rokka-secondary-color);
}
.swiper-button-prev:hover svg polygon,
.swiper-button-next:hover svg polygon{ 
	fill: var(--rokka-primary-color);
}
.swiper-pagination {
    bottom: 15px !important;
}
.swiper-pagination-bullet {
    background: white;
    opacity: 0.6;
}
.swiper-fraction{
	text-align: right;
	margin-bottom: 20px;
	display: block;
	width: 100%;
}
.property-overview h3 {
    margin-top: 0;
    color: #3366cc;
}

.property-overview h4 {
    color: #666;
    margin-top: 5px;
    font-weight: normal;
}

.property-description {
    margin: 15px 0;
    line-height: 1.6;
}
.property-heading{
	display: flex;
	flex-wrap: wrap;
	gap: 0 10px;
	justify-content: space-between;
}
.property-heading h5{
	line-height: 1.3;
	margin: 0;
	font-weight: normal;
}
.property-heading .heading-en{
	font-style: italic;
}
.property-specs{
	padding-top: 20px;
	border-top: 1px solid #ddd;
}
.property-specs {
    margin: 20px 0;
}
.spec-heading{
	font-size: 24px !important;
	margin-bottom: 10px;
	font-weight: normal;
}
.spec-item {
    display: flex;
}

.spec-label {
    font-weight: normal;
    min-width: 120px;
}

.view-details-btn {
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 1px solid;
    transition: background 0.3s;
	font-weight: normal;
	font-size: 18px;
}

.view-details-btn:hover {
    color: var(--rokka-secondary-color);
}

/* slideshow */
.rokka-slideshow .swiper-slide img{
		width: 100%;
		display: block;
	}
	.rokka-slideshow .slide-content{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		display: flex;
		margin: auto;
		gap: 50px;
		z-index: 5;
	}
	.slide-overlay{
		position: absolute;
		bottom: 0;
		left: 0;
		height: 60%;
		width: 100%;
		background: linear-gradient(0deg,rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0) 100%);
		z-index: 1;
	}
	.rokka-slideshow .slide-content div{
		flex: 1;
	}
	.rokka-slideshow .swiper-pagination-bullet{
		width: 55px !important;
	}
	.rokka-slideshow .swiper-pagination-bullet-active {
	  width: 65px !important;
	}

.rokka-slideshow .slide-content > * {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.6s;
}
.rokka-slideshow  .swiper-slide-active .slide-heading,
.rokka-slideshow  .swiper-slide-active .slide-desc,
.rokka-slideshow  .swiper-slide-active .slide-btn{
  opacity: 1 !important;
	transform: translateY(0) !important;
}
.rokka-slideshow .swiper-slide-active .slide-heading{
  transition-delay: 0.4s !important;
}
.rokka-slideshow   .swiper-slide-active .slide-desc{
  transition-delay: 0.6s !important;
}
.rokka-slideshow   .swiper-slide-active .btn{
  transition-delay: 0.8s !important;
}


/* single property */
.property-hero{
	height: 720px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.property-hero .hero-heading{
	width: 100%;
	position: relative;
	z-index: 9;
}
.overlay{
	position: absolute;
	top: 0;
	left: 0;
	height: 200px;
	width: 100%;
	background: var(--rokka-primary-color);
	background: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	z-index: 1;
}
.property-hero .hero-heading h2{
	text-align: center;
	display: block;
	width: 100%;
	padding: 15px 20px 15px 20px;
	font-size: 65px;
  background: linear-gradient(90deg, rgba(155, 42, 42, 0) 20%, var(--rokka-primary-color), rgba(42, 123, 155, 0) 80%);
	font-weight: normal;
}
.property-container{
	padding: 80px 15px;
	color: var(--rokka-primary-color);
}
.single-property .property-overview{
	display: flex;
	gap: 80px;
	align-items: end;
}
.single-property .property-overview h2{
	font-size: 68px;
	font-weight: normal;
	line-height: 1;
}
.single-property .property-title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.single-property .property-overview div{
	flex: 1;
}
.overview-detail{
	font-size: 22px;
}
.overview-detail ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.overview-detail ul li{
	border-bottom: 1px solid var(--rokka-secondary-color);
	padding: 20px 0;
	display: flex;
}
.overview-detail ul li span{
	flex: 1;
}
.section-heading{
	text-transform: uppercase;
	font-size: 18px;
}
.btn-download{
	display: inline-flex;
    background: var(--rokka-secondary-color);
	color: var(--rokka-primary-color) !important;
    padding: 10px 30px;
    margin-top: 20px;
	gap: 10px;
	align-items: center;
	text-align: center;
}
.btn-download:hover{
	color: var(--rokka-secondary-color) !important;
	background: var(--rokka-primary-color);
}

/* section property detail */
.property-detail{
	margin: 80px 0;
	display: flex;
	gap: 20px;
}
.property-detail .property-detail-content{
	width: 75%;
	display: flex;
	align-items: center;
	gap: 40px;
	background: #fff;
	padding: 40px;
	border: 1px solid var(--rokka-secondary-color);

}
.property-detail-content .floor-detail{
	width: 45%;
	text-align: center;
}
.property-detail-content .floor-detail .btn-download{
	text-align: center;
	font-size: 20px;
	position: relative;
}
.property-detail-content .home-detail{
	width: 55%;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	
}
.property-detail-content .home-detail li{
	padding: 20px 0;
	font-size: 22px;
	display: block;
}
.property-detail-content .home-detail li span{
	display: block;
}
.property-detail-content .home-detail li span.value{
	font-size: 35px;
}
.property-detail .contact-content{
	width: 25%;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center;
	display: flex;
	align-items: center;
	align-content: center;
	text-align: center;
	color: #fff;
	font-size: 30px;
	line-height: 1.2;
	font-weight: normal;
	padding: 20px 30px;
	position: relative;
}
.property-detail .contact-content .overlay{
	position: absolute;
	height: 100%;
	width: 100%;
	background: var(--rokka-primary-color);
	left: 0;
	top: 0;
	opacity: 0.7;
	z-index: 1;
}
.property-detail .contact-text{
	position: relative;
	z-index: 2;
	width: 100%;
}
.property-detail .contact-content .btn-icon{
	height: 50px;
	width: 50px;
	background: var(--rokka-secondary-color);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto;
}
.property-detail .contact-content .btn-icon svg {
	height: 25px;
}
.property-detail .contact-content .btn-icon polygon{
	fill: var(--rokka-primary-color);
}
.property-detail .contact-content .btn-icon:hover{
	background: var(--rokka-primary-color);
}
.property-detail .contact-content .btn-icon:hover polygon{
	fill: var(--rokka-secondary-color);
}
/* section gallery */
section.property-gallery-section{
	padding: 40px 0 0 0;
}
.property-gallery-section .gallery-heading{
	margin-bottom: 40px;
}
.gallery-grid .gallery-group-2{
	display: flex;
	gap: 10px;
	margin-bottom: 8px;
}
.gallery-grid .gallery-item img{
	display: block;
	width: 100%;
}
.gallery-grid .gallery-group-2 .gallery-item{
	flex: 1;
}
.gallery-grid .gallery-group-2 .gallery-item img {
	height: 500px;
	object-fit: cover;
	object-position: center;
}

/* section Related Property */
.related-properties{
	background: #fff;
	padding: 80px 15px;
}

.related-properties h2 {
    text-align: center;
    margin-bottom: 30px;
}

.related-grid {
	margin-top: 30px;
}
.related-grid-carousel{
	padding-bottom: 40px;
}
.related-grid-carousel .swiper-pagination{
	bottom: 5px !important;
	text-align: left;
}

.related-grid-carousel .swiper-pagination-bullet {
  background: #b5b5b5 !important;
}
.related-grid-carousel .swiper-pagination-bullet-active{
	background: var(--rokka-primary-color) !important;
}
.related-item {
    overflow: hidden;
    background-color: #F6F3EC;
	text-align: center;
}
.related-item .related-thumb img{
	height: 280px;
	object-fit: cover;
}
.related-item:hover {
   
}

.related-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.related-title {
    margin: 20px 0 15px 0;
}

.related-details {
    margin: 0 15px 15px;
    padding: 0;
    list-style: none;
	display: flex;
	justify-content: center;
	gap: 20px;
}
.related-details li{
	display: flex;
	align-items: center;
	align-content: center;
	gap: 10px;
}
.related-details li .icon{
	display: flex;
	align-items: center;
	align-content: center;
}
.related-details li .icon img{
	height: 20px;
}

.related-details li {
    margin-bottom: 5px;
}
.related-btn {
    text-align: center;
    margin: 30px 0;
}

.btn-discover {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--rokka-secondary-color);
   color: var(--rokka-primary-color);
}

.btn-discover:hover {
    background-color: var(--rokka-primary-color);
	color: var(--rokka-secondary-color);
}

/* post grid */
.rokka-posts-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}
@media (max-width: 1024.98px) {
	.rokka-posts-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767.98px) {
	.rokka-posts-grid {
		grid-template-columns: 1fr;
	}
}

.rokka-post-item {
	background: #fff;
}
.rokka-post-item .wrap{
	height: 100%;
	border: 1px solid var(--rokka-secondary-color);
	padding: 15px 15px 30px 15px;
	background: #fff;
	transition: box-shadow 0.3s ease;
}
.rokka-post-item:hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.post-thumbnail {
	position: relative;
	overflow: hidden;
}

.rokka-post-item .post-thumbnail img {
	width: 100%;
	transition: transform 0.5s ease;
	display: block;
	height: 250px;
	object-fit: cover;
}

.rokka-post-item:hover .post-thumbnail img {
	transform: scale(1.1);
}
.rokka-post-item:hover .post-title{
	text-decoration: underline;
}
.post-meta {
	position: absolute;
	top: 5px;
	left: 0;
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 13px;
	display: flex;
	gap: 4px;
}
.post-meta span{
	background: rgba(0, 0, 0, 0.3);
	padding: 4px 10px;
}

.post-content{
	display: flex;
	gap: 15px;
}
.post-title{
	display: -webkit-box;
  -webkit-line-clamp: 2;       /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-title, .post-title a {
	font-size: 22px !important;
	margin: 20px 0 20px;
	transition: all 0.3s ease;;
}
.post-content .read-more {
	margin-top: 35px;
}
.post-content .read-more a {
	display: inline-block;
	padding: 10px;
	width: 110px;
	background-color: var(--rokka-primary-color);
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	transition: background-color 0.3s ease;
	text-align: center;
}

.read-more a:hover {
	background-color: var(--rokka-secondary-color);
	color: var(--rokka-primary-color);
}

.rokka-pagination {
	text-align: center;
	margin-top: 30px;
}

.rokka-pagination .page-numbers {
	display: inline-block;
	margin: 0;
	padding: 5px 15px;
	background: #fff;
	color: var(--rokka-primary-color);
	border: 1px solid var(--rokka-secondary-color);
	text-decoration: none;
	font-size: 16px;
}

.rokka-pagination .current {
	background: var(--rokka-secondary-color);
	color: var(--rokka-primary-color);
	border: 1px solid var(--rokka-primary-color);
}

/* single post */
body.single-post{
	background: #fff !important;
}
.single-post .post-hero {
	position: relative;
	background: var(--rokka-primary-color);
}
.single-post .post-hero .post-thumbnail img{
	height: 700px;
	width: 100%;
	display: block;
	object-fit: cover;
}
.single-post .post-hero .post-thumbnail {
	position: relative;
	z-index: 0;
}
.single-post .post-hero .post-thumbnail:before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.4;
}
.single-post .post-hero .post-heading{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 2;
	color: #fff;
	padding: 80px 15px 40px 15px;
  background: linear-gradient(0deg,rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0) 100%);
}
.single-post .post-content-container{
	display: flex;
	gap: 60px;
	padding: 80px 0;
}
.single-post  .post-entry-content{
	width: 75%;
	border-right: 1px solid #ddd;
	padding-right: 50px;
}
.single-post  .post-entry-content img{
	width: 100%;
}
.single-post  .post-share{
	width: 25%;
}
section.related-post{
	padding: 60px 0 80px 0 ;
	background-color: var(--rokka-body-bg-color) 
}
.related-posts-grid{
	display: block;
}


/* property filter plan map */
.plan-images-grid{
	position: relative;
	height: 800px;
}
.plan-image-item{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}



/* widget elementor */
.page-title-image{
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: var(--rokka-primary-color);
	left: 0;
	margin: 0 !important;
}
.reveal-image {
  visibility: visible;
  position: relative; 
  width: 100%;
  overflow: hidden;
	left: 0;
}
.reveal-image img {
  width: 100%;
	display: block;
	margin: 0;
  object-fit: cover;
  transform-origin: left center;
}

.announcement-list{
	padding-left: 15px;
	list-style: decimal;
	
}
.announcement-list li{
	margin: 6px 0;
}
.announcement-list li span,
.announcement-list li a{
	display: block;
	padding: 10px 15px;
	background: #fff;
	border-radius: 8px;
}
.announcement-list li a:hover{
	background: var(--rokka-secondary-color);
}


/* single announcement */
.single-announcement header .header-wrap{
} 
.single-announcement article .container{
	max-width: 900px;
}
.announcement-hero{
	background: var(--rokka-primary-color);
	color: #fff;
	height: 400px;
	padding: 60px 0;
	display: flex;
	justify-content: start;
	align-items: end;
	text-align: left;
}
.announcement-hero .entry-title{
	text-align: left;
}
.announcement-entry-content{
	padding: 60px 0;
}

/* form */
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner,
div.wpforms-container-full input[type="date"], div.wpforms-container-full input[type="datetime"], div.wpforms-container-full input[type="datetime-local"], div.wpforms-container-full input[type="email"], div.wpforms-container-full input[type="month"], div.wpforms-container-full input[type="number"], div.wpforms-container-full input[type="password"], div.wpforms-container-full input[type="range"], div.wpforms-container-full input[type="search"], div.wpforms-container-full input[type="tel"], div.wpforms-container-full input[type="text"], div.wpforms-container-full input[type="time"], div.wpforms-container-full input[type="url"], div.wpforms-container-full input[type="week"], div.wpforms-container-full select, div.wpforms-container-full textarea, .wp-core-ui div.wpforms-container-full input[type="date"], .wp-core-ui div.wpforms-container-full input[type="datetime"], .wp-core-ui div.wpforms-container-full input[type="datetime-local"], .wp-core-ui div.wpforms-container-full input[type="email"], .wp-core-ui div.wpforms-container-full input[type="month"], .wp-core-ui div.wpforms-container-full input[type="number"], .wp-core-ui div.wpforms-container-full input[type="password"], .wp-core-ui div.wpforms-container-full input[type="range"], .wp-core-ui div.wpforms-container-full input[type="search"], .wp-core-ui div.wpforms-container-full input[type="tel"], .wp-core-ui div.wpforms-container-full input[type="text"], .wp-core-ui div.wpforms-container-full input[type="time"], .wp-core-ui div.wpforms-container-full input[type="url"], .wp-core-ui div.wpforms-container-full input[type="week"], .wp-core-ui div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full textarea {
  border-color: var(--rokka-secondary-color);
}
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
  border-color: transparent !important;
  box-shadow: 0 0 0 1px var(--rokka-primary-color), 0px 1px 1px rgba(0,0,0,0.15) !important;
}
div.wpforms-container-full input[type="submit"]:not(:hover):not(:active), div.wpforms-container-full button[type="submit"]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full input[type="submit"]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full button[type="submit"]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
  background-color: var(--rokka-secondary-color)!important;
  color: var(--rokka-primary-color) !important;
  border: 0 !important;
  border-radius: 0!important;
}
.wpforms-submit:hover{
	background-color: var(--rokka-primary-color)!important;
  color: var(--rokka-secondary-color) !important;
	border-radius: 0 !important;
}

/* 404 */
.error-404{
	height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	background: url(https://www.rokkaresidences.com/wp-content/uploads/2025/07/Exterior-01.jpg);
	background-position: center;
	background-size: cover;
	color: #fff;
	position: relative;
}
.error-404:before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.4;
}
.content-404{
	position: relative;
	z-index: 99;
	text-align: center;
}
.btn-backhome{
	display: inline-block;
    background: var(--rokka-secondary-color);
	color: var(--rokka-primary-color) !important;
    padding: 10px 30px;
    margin-top: 40px;
}
.btn-backhome:hover{
	color: var(--rokka-secondary-color) !important;
	background: var(--rokka-primary-color);
}
/* footer */
footer,
footer p,
footer a,
footer ul{
	color: #fff;
	font-weight: normal;
}
.widget-title {
	color: var(--rokka-secondary-color);
	font-weight: normal;
	margin-bottom: 15px;
}
footer ul,
footer ol{
	list-style: none;
}
footer{
	padding: 50px 10px;
}
footer ul.menu li a{
	position: relative;
	transition: all 0.6s ease;
	padding: 4px 0;
	display: inline-block;
}
footer ul.menu li a:before{
	content: '';
	position: absolute;
	height: 14px;
	width: 14px;
	background: url(https://rokka.twd.digital/wp-content/uploads/2025/06/rokka-residences-logo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	top: 12px;
	left: 0;
	transition: transform .5s ease;
	transform: scale(0);
}
footer ul.menu li a:hover{
	padding-left: 22px;
}
footer ul.menu li a:hover:before{
	transform: scale(1);
}
.footer-columns-content{
	display: flex;
}
.footer-columns-content .column{
	width: 30%;
}
.footer-columns-content .column.column-explore{
	width: 25%;
}
.footer-columns-content .column.column-property{
	width: 45%;
}

.bottom-footer{
	margin-top: 120px;
}
.bottom-footer .footer-columns-content{
	display: flex;
	align-items: end;
}
.bottom-footer .footer-columns-content .column{
	width: 33.33%;
}
.column-logo{
	display: flex;
	justify-content: center;
}
.column-logo img{
	height: 150px !important;
	width: auto;
	margin: 0 auto;
}
footer .social-icons{
	display: flex;
	gap: 20px;
	justify-content: end;
	font-size: 25px;
}
.custom-contact-widget p{
	display: flex;
	gap: 10px;
}
.custom-contact-widget p i{
	font-size: 18px;
}

/* end footer */



/* Responsive */


/* ipad 12 */
@media (max-width: 1204.98px) {
h1{
	font-size:55px;
}
h2{
	font-size: 48px;
}
h3{
	font-size: 40px;
}
h4{
	font-size: 35px;
}
h5{
	font-size: 30px;
}
h6{
	font-size: 20px;
}
	/* header */
	header .header-wrap .site-branding {
	  width: 15%;
	}
	header .site-branding img {
	  height: 60px;
	}
	header .nav-container {
	  width: 85%;
	}
	header .container{
		padding: 0;
	} 
	header .main-navigation {
	  padding-right: 30px;
	}
	.contact-button a{
		font-size: 20px;
	}
	.navigation ul {
	  gap: 30px;
	}
	.navigation ul li a{
		font-size: 20px;
	}
	
	/* property slideshow tab */
	.rokka-property-tabs .property-overview{
		padding: 20px;
		width: 40%;
	}
	.property-heading h5{
		font-size: 30px !important;
	}
	.rokka-property-tabs .property-gallery {
	  width: 60%;
	}
	
	/* footer */
	footer {
	  padding: 50px 30px;
	}
	.footer-columns-content .column.column-property {
	  width: 35%;
	}
	.footer-columns-content .column {
	  width: 40%;
	}
	.column-logo img {
	  height: 100px !important;
	}
	.bottom-footer .footer-columns-content .column.column-copyright,
	.bottom-footer .footer-columns-content .column.column-social{
		width: 44%;
	}
	.bottom-footer .footer-columns-content .column.column-logo{
		width: 12%;
	}
	
	/* single property */
	
	.property-hero {
	  height: 444px;
	}
	.property-container {
	  padding: 60px 30px;
	}
	.property-hero .hero-heading h2 {
	  font-size: 48px;
	}
	.single-property .property-overview h2 {
	  font-size: 48px;
	}
	.property-detail {
	  margin: 60px 0;
	}
	
	.gallery-grid .gallery-group-2 .gallery-item img {
	  height: 350px;
	}
	.property-detail-content .home-detail li {
	  font-size: 16px;
	}
	
	.related-properties {
	  padding: 60px 0 60px 30px;
	}
	
	/* single post */
	.single-post .post-hero .post-heading {
	  padding: 40px 30px;
	}
	.single-post .post-hero .post-thumbnail img {
	  height: 444px;
	}
	.single-post .post-content-container {
	  padding: 60px 30px;
		gap: 40px;
	}
	.single-post .post-entry-content {
	  width: 80%;
	  padding-right: 30px;
	}
	.single-post .post-share {
	  width: 20%;
	}
	section.related-post {
	  padding: 40px 0 60px 30px;
	}
}

/* ipad 11 */
@media (max-width: 900.98px) {
	/* header */
	.contact-button a{
		font-size: 18px;
	}
	.navigation ul {
	  gap: 20px;
	}
	.navigation ul li a{
		font-size: 18px;
	}
}
header .mobile{
	display: none;
}
/* mobile menu */
/* hamburger */
.menu-hamburger{
	display: flex;
	align-items: center;
	z-index: 999;
	position: relative;
}
.hamburger {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  width: 26px;
  height: 16px;
  position: relative;
	padding: 0 !important;;
}

.line {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  transition: all 0.6s ease-in-out;
}

.line-top {
  top: 0;
}
.line-center{
	top: 0.41em;
	right: 0;
	width: 80%;
}
.line-bottom {
  bottom: 0;
}

.hamburger.active .line-top {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.active .line-bottom {
  transform: translateY(-8px) rotate(-45deg);
}
.hamburger.active .line-center{
	width: 0;
}

/* menu content */
/* Menu Content */
/* language */
.language ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.language ul li a{
	display: flex;
	gap: 8px;
	align-items: center;
	color: #fff;
}
.language ul li a .flag{
	height: 28px;
  	width: 28px;
}
header.sticky .language ul li a{
	color: var(--rokka-primary-color);
}

header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
  header .nav-right {
    width: 60%;
  }
  header .mobile .site-branding {
    width: 40%;
    justify-content: start;
  }
header .mobile .nav-right {
  width: 40%;
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: end;
}
header .mobile {
	position: relative;
	padding: 6px 10px;
}
header .mobile .site-branding img{
	height: 45px;
}
.mobile-navigation {
    width: 0;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    background: var(--rokka-secondary-color);
    overflow: hidden;
}

.panel {
    position: absolute;
    top: 0;
    height: 100%;
    width: 94%;
    transform: translateX(100%);
    will-change: transform;
}

.mobile-navigation ul.menu {
    display: block;
    padding: 40px;
    opacity: 0;
    transform: translateY(20px);
    transition: none;
	list-style: none;
}

.mobile-navigation ul.menu li {
    opacity: 0;
    transform: translateY(20px);
    transition: none;
}

.mobile-navigation ul.menu li a {
    padding: 8px 0;
    display: inline-block;
    width: auto;
    font-size: 30px;
    font-weight: 700;
	color: var(--rokka-primary-color);
    transition: color 0.3s ease;
}

.header-overlay {
    width: 0;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    background: #000000;
    opacity: 0;
    transition: opacity 0.3s ease;
}


/* mobile / phone */
@media (max-width: 768px) {
    .property-details {
        grid-template-columns: 1fr;
    }
    
    .property-gallery {
        height: 300px;
    }
}
@media (max-width: 767.98px) {
	body,p,a{
		font-size: 18px;
	}
	h1{
	font-size: 38px;
	}
	h2{
		font-size: 30px;
	}
	h3{
		font-size: 26px;
	}
	h4{
		font-size: 24px;
	}
	h5{
		font-size: 22px;
	}
	h6{
		font-size: 18px;
	}
	header {
	  padding: 4px 15px;
	}
	header .header-wrap{
		height: auto;
	}
	header .mobile{
		display: block;
	}
	header .desktop{
		display: none;
	}
	header .mobile .nav-right {
	  gap: 20px;
	}
	header.sticky .line {
	  background: var(--rokka-primary-color);
	}
	header.sticky .container{
		padding: 0 10px;
	}
	/* widget elementor */
	/* image box */
	.rokka-image-box-list{
		grid-template-columns: 1fr !important;
	}
	/* property slideshow tab */
	.rokka-property-tabs .property-overview,
	.rokka-property-tabs .property-gallery {
	  width: 100%;
	}
	.spec-heading {
	  font-size: 20px !important;
	}
	.rokka-property-tabs .property-slide-detail{
		flex-direction: column-reverse;
	}
	.rokka-property-tabs .property-gallery {
	  height: auto;
	}
	.property-tab-nav {
	  margin-bottom: 20px;
	}
	.property-tab-link{
		width: 50%;
		padding: 12px 5px !important;
	}
	/* slideshow */
	.rokka-slideshow .slide-content{
		display: block;
	}
	
	/* plan image */
	.rokka-property-grid {
	  min-height: 200px;
	}
	/* single property */
	 .property-hero {
		height: 300px;
	  }
	.single-property .property-overview {
	  display: block;
	}
	 .property-container {
		padding: 40px 15px;
	  }
	.property-hero .hero-heading h2 {
		font-size: 30px;
	  }
	 .single-property .property-overview h2 {
		font-size: 30px;
	  }
	 .property-detail {
		margin: 40px 0;
		flex-wrap: wrap;
	  }
	.property-detail .property-detail-content,
	.property-detail .contact-content{
		width: 100%;
	}
	.property-detail .property-detail-content{
		padding: 15px 30px;
		gap: 20px;
		flex-wrap: wrap;
	}
	.property-detail .contact-content{
		height: 400px;
		padding: 20px 80px;
	}
	.property-detail-content .floor-detail,
	.property-detail-content .home-detail{
		width: 100%;
	}
	 .gallery-grid .gallery-group-2 .gallery-item img {
		height: 120px;
	  }
	.property-gallery-section .gallery-heading {
	  margin-bottom: 20px;
	}
	 .related-properties {
		padding: 40px 0 40px 15px;
	  }
	
	
	/* single post */
	 .single-post .post-hero .post-heading {
		padding: 30px 15px;
	  }
	.single-post .post-hero .post-thumbnail img {
		height: 380px;
	  }
	 .single-post .post-content-container {
		padding: 40px 15px;
		gap: 20px;
		 display: block;
  	}
	.single-post .post-entry-content{
		padding-right: 0;
		border: 0;
	}
	.single-post .post-entry-content,
	.single-post .post-share{
		width: 100%;
	}
	  section.related-post {
		padding: 40px 0 40px 15px;
	  }
	.post-content .read-more a {
	  width: 90px;
	}
	
	/* footer */
	footer {
	  padding: 5px 15px 30px;
	}
	.footer-columns-content{
		flex-wrap: wrap;
	}
	.footer-columns-content .column.column-explore,
	.footer-columns-content .column.column-property{
		width: 50% !important;
	}
	.footer-columns-content .column {
	  width: 100% !important;
		padding-top: 30px;
	}
	.widget-title{
		font-size: 22px !important;
	}
	.bottom-footer {
	  margin-top: 20px;
	}
	.bottom-footer .footer-columns-content{
		flex-direction: column-reverse;
	}
	footer .social-icons {
	  justify-content: center;
	}
	.column-copyright{
		text-align: center;
	}
	.column-logo img {
	  height: 90px !important;
	}
	footer ul.menu li a::before{
		top: 9px;
	}
	
	/* form */
	.wpforms-container .wpforms-one-half, .wpforms-container .wpforms-three-sixths, .wpforms-container .wpforms-two-fourths {
	  width: calc( 100% - 0px) !important;
	}
		.wpforms-container .wpforms-field.wpforms-five-sixths, .wpforms-container .wpforms-field.wpforms-four-sixths, .wpforms-container .wpforms-field.wpforms-four-fifths, .wpforms-container .wpforms-field.wpforms-one-fifth, .wpforms-container .wpforms-field.wpforms-one-fourth, .wpforms-container .wpforms-field.wpforms-one-half, .wpforms-container .wpforms-field.wpforms-one-sixth, .wpforms-container .wpforms-field.wpforms-one-third, .wpforms-container .wpforms-field.wpforms-three-fourths, .wpforms-container .wpforms-field.wpforms-three-fifths, .wpforms-container .wpforms-field.wpforms-three-sixths, .wpforms-container .wpforms-field.wpforms-two-fourths, .wpforms-container .wpforms-field.wpforms-two-fifths, .wpforms-container .wpforms-field.wpforms-two-sixths, .wpforms-container .wpforms-field.wpforms-two-thirds {
	  margin-left: 0 !important;
	}
}