/*!
Theme Name: DS Theme
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: rd-theme
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.

RD Theme 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
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, a, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration:none; list-style:none; outline:none; -webkit-font-smoothing: subpixel-antialiased; -webkit-tap-highlight-color:rgba(0,0,0,0);}
html,body { -webkit-text-size-adjust:none; height: 100%; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}
iframe {vertical-align: top;}
textarea:focus, input:focus, a, div, img { outline: none; }

*,
*:before,*:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/* 2. Base Typography
------------------------------------------------------------------------------*/
body{ color:#000; font-size:16px;  font-family: 'Poppins', sans-serif;  	 font-weight:400; line-height:1.5; background-color: #fff; display: flex; flex-wrap: wrap; overflow-x: hidden;}
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {color: #000; line-height: 1.2;font-weight:700; font-family: inherit; font-family: 'Poppins', sans-serif;  font-family: 'Poppins', sans-serif;  font-weight: 400;}
.h1, h1 {font-size:40px; margin-bottom: 20px;}
.h2, h2 {font-size:35px; margin-bottom: 20px;}
.h3, h3 {font-size:25px; margin-bottom: 18px;}
.h4, h4 {font-size:22px; margin-bottom: 17px;}
.h5, h5 {font-size:20px; margin-bottom: 15px;}
.h6, h6 {font-size:18px; margin-bottom: 10px;}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {color: inherit; text-decoration: none;}
p { color:#000; font-size:17px; font-weight:400; line-height:1.8;  margin-bottom:15px;}
p:last-child { margin-bottom:0; }
ul,ol{ margin: 0;padding: 0;margin-left: 17px;}
ul li,ol li{ font-size:14px;  color:#292829; font-weight:400; line-height:1.5;padding: 0;margin: 0;padding-bottom: 5px; }
ul > li { list-style:outside disc; }
ol > li { list-style: outside decimal; }
blockquote{ display:block; text-align:left; margin-bottom:20px; position:relative; background:#f3f3f3; padding:20px 20px; border-left:4px solid #1589cb;line-height: 2;font-size: 20px; font-style: italic;margin-bottom: 25px;}
blockquote p{ font-size:inherit; font-weight:inherit; line-height:inherit; }
hr {border:0 #000 solid; border-top-width:1px; clear:both; height:0;margin: 10px auto 40px;}
img{ border:none; max-width: 100%; vertical-align: top; height: auto;}
img[src$=".svg"] {width: 100%;}

/* 4. Link
------------------------------------------------------------------------------*/
a{ color:#4777ac; transition: background-color 0.3s ease 0s, color 0.3s ease 0s; }
a:hover{ color:#000; text-decoration: underline; }
a:focus {outline: none;}

/* 5. Forms
------------------------------------------------------------------------------*/
form label {color:#000; font-size:16px; font-weight:400; line-height:1.5;  margin-bottom:10px; display: block;}
input,
textarea,
button { font-family: 'Poppins', sans-serif;  }
input[type="text"],input[type="submit"],input[type="button"],input[type="password"],input[type="email"],input[type="tel"],input[type="search"],textarea {-webkit-appearance: none; outline: none;border-radius: 0;}
input[type="text"],input[type="password"],input[type="email"],input[type="tel"],input[type="search"],input[type="number"],textarea { border:1px solid #dedede; padding:7px 10px; color:#000; font-size:16px;font-weight: 400; width: 100%;}
textarea{ height:150px; resize:none; overflow: auto; padding: 10px 15px; }
input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="tel"]:focus,input[type="search"]:focus,input[type="number"]:focus,textarea:focus {border-color: #66afe9}
button,input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button; cursor: pointer; background-color: #cbcbcb; padding: 0 15px; height: 40px; display: inline-block; vertical-align: top; font-size: 14px; font-weight: 600; line-height: 1.52857143; text-align: center; border: none; text-transform: uppercase; border-radius: 0px; color: #fff; background-color: #0eb769; }
button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover {background-color: #66afe9; color: #fff;}
input[type="search"] {-webkit-appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
/* placeholder color */
::-webkit-input-placeholder { opacity: 1 !important; color: #000; }
:-moz-placeholder { opacity: 1 !important; color: #000; }
::-moz-placeholder { opacity: 1 !important; color: #000; }
:-ms-input-placeholder { opacity: 1 !important; color: #000; }
.form-group {margin-bottom: 30px;}
/* buttons */
.btn { display: inline-block; vertical-align: top; padding: 6px 12px;font-size: 14px; font-weight: 600; line-height: 1.52857143; text-align: center; border: none; text-transform: uppercase; border-radius: 0px; color: #fff; background-color: #0eb769; }
.btn:hover,
.btn:focus { color: #fff; background-color: #019852; border-color: #019852;text-decoration: none}
.btn-sm {padding: 8px 16px; }
.btn-md {padding: 12px 24px;}
.btn-link { color: #98989c; text-transform: uppercase; font-size: 12px; font-weight: 700; letter-spacing: 2px; border-bottom: 1px solid #98989c; margin-bottom: 2px; }
.btn-link:hover,
.btn-link:focus{ color: #0eb769; font-weight: 700; text-decoration: none; border-bottom: 1px solid #0eb769; }

/* 6. Tables
------------------------------------------------------------------------------*/
table {border-spacing: 0; border-collapse: collapse;}
td {text-align: left; font-weight: normal;}
.table-responsive {display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar}
.table-bordered{width: 100%;max-width: 100%;text-align: left;}
.table-bordered th,
.table-bordered td{ vertical-align: bottom;border-bottom: 1px solid #ddd;padding: 10px; font-size: 14px; color: #424242;}

/* 7. Layout Framework
------------------------------------------------------------------------------*/
/* main container */
#wrapper {width: 100%;display: flex;min-height: 100%;position: relative;flex-wrap: wrap;background-color: #fff;justify-content: space-between;align-content: space-between;}
.main-container{width:100%;}

#page { width: 100%}
.post, .page {	margin: 0 0 0;}

/*---- header ----*/
.hero-banner {    width: 100%;    height: 600px;    background: #000; position: relative;}
.search-box { position:absolute; bottom:0px; width:100%; padding-bottom:50px; }
.search-box center { margin-bottom:30px; }
.search-box h2{ text-align:center; color:#fff; 	 font-family: "Rambla", sans-serif;  font-size:45px;  font-weight:700; }
.search-box p { color:#fff; font-size:18px; font-weight:500; max-width:800px; margin:auto;    font-family: "Lato", sans-serif;}
.search-white { background:#fff; border-radius:6px; height:82px; padding:20px; }
.sec-inner { padding:60px 0  }
.about-sec {    background: url(assets/images/logo-bg.png) no-repeat 100% center;}
.about-sec .col-padd { padding-left:25px; }
.about-sec p { font-size:18px; }
.about-sec ul { margin:25px 0px 0px; padding:0px;     column-count: 2;}
.about-sec ul li { font-size:18px; position:relative; list-style:none; color:#333; padding-left: 25px;}
.about-sec  span.sub_title {    color: #1a4065;    font-weight: 700;    font-size: 24px;    margin: 0 0 4px;    display: block; }
.about-sec ul li:before {    content: "\f058"; font-family: FontAwesome; position: absolute; left: 0px; color: #3CB429; }
.about-sec .con-blk {    border-bottom: #ccc solid 1px;    padding: 0 0 20px;    margin-bottom: 20px;}
.about-sec h4 {    font-size: 18px;   font-weight: 700;    margin: 0px 0 0;    padding: 7px 0 0;}
.about-sec span.icon_blk {    position: absolute;   width: 60px;    height: 60px;    background: #ccc;    border-radius: 100%;    left: 0;    top: 0;}
.about-sec .padd-ic { position:relative; padding-left:70px; }
.about-sec .con-blk {    border-bottom: #ccc solid 1px;    padding: 0 0 30px;    margin-bottom: 30px;}
.sec-inner h2::after { content:''; width:3px; height:15px; background:#F07C00; position:absolute; left:0px; bottom:0px; }
.sec-inner h2::before { content:''; width:3px; height:35px; background:#F07C00; position:absolute; right:0px; bottom:0px; }
.sec-inner h2 {    border-bottom: #F07C00 solid 3px;    display: inline-block;    padding: 0 15px;    position: relative; margin-bottom: 30px;}
.properties-sec { background:#12385B;  }
section.properties-sec .container {   width: 100%;   max-width: 100%;   padding: 0;    overflow: hidden;}
section.properties-sec span.img_blk{ height:435px; display:block; }
.properties-sec span.img_blk img { width:100%; height:100%; object-fit:cover; }
.properties-sec .padd_blk {    position: absolute;   top: 0;    padding: 15px;    bottom: 0; width: 100%; text-align: left;}
.properties-sec article {    position: absolute;    bottom: 15px;  width:100%; left:0px; }
.properties-sec span.tag_blk {    background: #000;    color: #fff;    padding: 5px;    text-transform: uppercase;    font-weight: 700;    font-size: 14px; font-family: "Rambla", sans-serif;}
.properties-sec article {   position: absolute;    bottom: 15px;    width: 100%;    left: 0;   padding: 0 15px;}
.properties-sec h3 { color:#fff; font-family: "Rambla", sans-serif; font-size:24px; font-weight:700; }
.properties-sec h3 a{ color:#fff; text-decoration:none	; }
.properties-sec a.common-btn.more-btn {   background: #009EE0;    color: #fff;    width: 100%;    display: block;    text-align: center;   height: 55px;    display: flex;   align-items: center;    justify-content: center;    border-radius: 5px;    text-decoration: none !important; font-family: "Rambla", sans-serif;}
.properties-sec  .heading_box {   max-width: 280px;    width: 100%;   float: right;    padding-right: 25px;}
.properties-sec .heading_box h3 { color:#fff; line-height:40px; font-weight:700; font-size:30px;  }
.properties-sec .row { align-items:center; }
.properties-sec h4 {    color: #fff;   font-weight: 600;}
.properties-sec h4 i { padding-right:10px;  }
.swiper-slide {      text-align: center;      font-size: 18px;      background: #fff;      display: flex;      justify-content: center;      align-items: center;    }
.swiper-slide img {      display: block;      width: 100%;      height: 100%;      object-fit: cover;    }
.properties-sec .padd_blk {   position: absolute;    top: 0;    padding: 15px;    bottom: 0;    width: 100%;    text-align: left;    background: rgba(0,0,0,0.5);}
.fp_sec .img_blk {    max-width: 784px; width: 100%;    height: 460px;    background: #000;    float: right;    display: flex;    align-items: center;}
.fp_sec h2 { margin-bottom:15px; }
.fp_sec center {    max-width: 590px;    margin: 0 auto 33px;}
.fp_sec center p { font-size:18px; }
.fp_sec .content-box {   max-width: 486px;    padding: 30px;    background: #fff;    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);    margin: 0 0 0 -355px;   width: 100%;}
.fp_sec .content-box { text-align:left; }
.fp_sec h3 { font-size:26px; font-weight:700; }
.fp_sec .address-box {    padding: 15px 0;    border-top: #ccc solid 1px;    border-bottom: #ccc solid 1px; margin-bottom: 15px;}
.fp_sec .address-box ul { display:flex; }
.fp_sec .content-box p{ font-size:18px; } 
.fp_sec a.rp-btn {   background: #1a4065;    width: 180px;   display: inline-block;    color: #fff;    height: 55px;    padding: 14px 0;   text-align: center;    font-size: 16px;   border-radius: 6px;    text-decoration: none !important;}
.fp_sec a.rp-btn.bdr-btn { border:#1a4065 solid 1px; color:#1a4065; background: none;}
.fp_sec a.rp-btn i { margin-right:10px; }
.fp_sec a.rp-btn.bdr-btn i { margin-right:0px; margin-left:7px; }
.fp_sec a.rp-btn.bdr-btn { margin-left:7px; }
.fp_sec .address-box li { font-size:18px; list-style:none; }
.fp_sec .address-box ul { margin:0px; }
.fp_sec .img_blk {   max-width: 694px;    width: 100%;   height: 460px;    background: #000;    float: right;    display: flex;    align-items: center;}
.fp_sec .address-box i.fa-map-marker { font-size:20px; color:#1a4065; }
.fp_sec .address-box li { font-weight:600; }
.fp_sec span.image-blk {    position: absolute;    z-index: 1;    top: 0;   bottom: 0;}
.fp_sec span.image-blk img { width:100%; height:100%; object-fit:cover; }
.fp_sec .content-box { z-index:2; }
.fp_sec  .swiper-button-prev:after, .fp_sec .swiper-rtl .swiper-button-next:after {    content: 'prev';    font-size: 18px;}
.fp_sec .swiper-button-next:after, .fp_sec .swiper-rtl .swiper-button-prev:after {font-size: 18px;}
.fp_sec .swiper-button-prev {    width: 62px;    height: 62px;   background: #fff;   border-radius: 100%;    box-shadow: 1px 1px 21px rgba(0,0,0,0.2);    position: absolute;    right: 20px;   left: auto;    top: calc(50% - 80px);}
.fp_sec .swiper-button-next {	 width: 62px;    height: 62px;    background: #fff;   border-radius: 100%;    box-shadow: 1px 1px 21px rgba(0,0,0,0.2);    position: absolute;    right: 20px;        top: calc(50%);}
.choose_sec { position:relative; background-attachment:fixed; }
.choose_sec::after  { content:''; position:absolute; width:100%; height:100%; background:rgba(0, 0, 0, 0.6); top:0px; left:0px; }
.choose_sec .container { position:relative; z-index:1; }
.choose_sec center  { max-width:700px; margin:0 auto 40px;  }
.choose_sec center p { color:#fff; font-size:18px; }
.choose_sec h2 {  color:#fff; }
.choose_sec .col { text-align:center; }
.choose_sec h3 { color:#fff; font-size:18px; font-weight:700; line-height:24px; display:table; max-width:150px; margin:auto; }
.choose_sec span.icon_blk { display:block; margin-bottom:15px; }
.choose_sec h4 { color:#fff; font-weight:700; font-size:35px; margin-bottom:40px; }
.choose_sec .row + .row { margin-top: 55px;}
.choose_sec .bt-sec h3 {    text-align: left;    margin-bottom: auto;    display: block;    max-width: 260px;    margin: 0px;}
.choose_sec .con_padd .col-md-6:nth-child(n+3) {   margin-top: 50px;}
.form-blk {    background: #12385B;    max-width: 410px;   width: 100%;    float: right;    padding: 20px 35px;}
.form-blk h3 {   font-size: 28px;    line-height: 1;    margin: 0 0 30px;    display: block;   padding: 0 0 10px;}
.form-blk p {   color: #fff;    font-size: 16px;    line-height: 28px;    margin: 0 0 22px;}
.form-blk input[type="text"], .form-blk input[type="email"], .form-blk input[type="tel"] { width:100%; height:55px; border-radius:5px; margin-bottom:15px; background:#fff; border:none; }
.form-blk textarea { width:100%; height:70px; border-radius:5px; margin-bottom:15px; background:#fff; border:none; }
.form-blk .row.bt-sec {   margin: 0;    align-items: center;}
.choose_sec .row.bt-sec {     align-items: center;}
.choose_sec input.wpcf7-form-control.wpcf7-submit {   width: 100%;    height: 55px;   background: #2B5BDB;    border-radius: 6px;    box-shadow: 1px 1px 1px rgba(0,0,0,0.5);}
.choose_sec span.wpcf7-spinner {    position: absolute;}
section.call-to-action {    background: #1a4065;   padding: 50px 0;}
section.call-to-action h2 { color:#fff; font-size:35px; line-height: 45px; margin-bottom: 50px;}
.call-to-action center {    max-width: 860px;    margin: auto;}
.call-to-action a.rq-btn {    width: 244px;   display: inline-block;    text-align: center;    height: 55px;    background: #fff;    padding: 15px 0;    font-size: 18px;    font-weight: 600;    color: #2541c5;    border-radius: 6px;    text-decoration: none !important;}
.call-to-action a.call-btn {    border: #fff solid 1px;   height: 55px;    display: inline-block;   vertical-align: top;    width: 244px;   color: #fff;    font-size: 18px;    padding: 14px 0;    border-radius: 6px;    margin-left: 20px;}
.list-p-sec.sec-inner {    background: #12385B;}
.list-p-sec h2 { color:#fff; }
.list-p-sec p { font-size:18px; color:#fff; }
.list-p-sec center { max-width:800px; margin:auto; }
.investor_sec {}
.investor_sec center { margin-bottom:50px; }
.investor_sec h2 { margin:0px 0px 20px; }
.investor_sec p {    color: #333;    font-size: 18px;}
.investor_sec .swiper-wrapper {    padding: 0 0 68px;}
.investor_sec  article {    background: #fcfcfc;   padding: 25px;   margin: -78px 25px 0;    position: relative;    border: #ccc solid 1px;    border-radius: 6px;	 text-align: left;}
.investor_sec h3 { font-size:20px; font-weight:700; }
.investor_sec .roi_blk { display:block; font-size:18px; font-family:"Rambla", sans-serif; margin:0px; padding:0px 0px 20px; background:url(assets/images/roi.png) no-repeat; padding-left:45px; }
.investor_sec a.common-btn.more-btn {   background: #2C53DC;    width: 100%;    display: block;   text-align: center;    height: 60px;   color: #fff;    font-family: "Rambla", sans-serif;    border-radius: 6px;    padding: 17px 0;    text-decoration: none !important;    font-weight: 600;}
.list-p-sec .container {    max-width: 100%;   padding: 0 40px;}
.list-p-sec center {    max-width: 800px;    margin: 0 auto 40px;}
.list-p-sec h3 { font-size:26px; font-weight:700; }
.list-p-sec .address-box {    padding: 15px 0;    border-top: #ccc solid 1px;    border-bottom: #ccc solid 1px; margin-bottom: 15px;}
.list-p-sec .address-box ul { display:flex; margin:0px; padding:0px; }
.list-p-sec ul li { list-style:none; }
.list-p-sec .content-box p{ font-size:18px; } 
.list-p-sec a.rp-btn {   background: #1a4065;    width: 180px;   display: inline-block;    color: #fff;    height: 55px;    padding: 14px 0;   text-align: center;    font-size: 16px;   border-radius: 6px;    text-decoration: none !important; font-weight: 600;}
.list-p-sec a.rp-btn.bdr-btn { border:#1a4065 solid 1px; color:#1a4065; background: none;}
.list-p-sec a.rp-btn i { margin-right:10px; }
.list-p-sec a.rp-btn.bdr-btn i { margin-right:0px; margin-left:7px; }
.list-p-sec a.rp-btn.bdr-btn { margin-left:7px; }
.list-p-sec .content-box {    padding: 30px;   text-align: left;}
.list-p-sec a.rp-btn {   width: 47%;}
.list-p-sec  a.rp-btn.bdr-btn {    float: right;}
.list-p-sec .address-box ul li {    font-size: 16px;    font-weight: 600;}
.list-p-sec i.fa.fa-map-marker {    color: #1a4065;    font-size: 20px;}
.list-p-sec span.image-blk {    display: block;}
.list-p-sec .swiper-slide {   border-radius: 6px;    overflow: hidden;}
.faq-sec h2 span { display:block; font-size:24px; color:#2C53DC; }
.faq-sec  h2{ margin-bottom:45px; }
.faq-sec {    background: url(assets/images/logo-bg.png) no-repeat 0 center;}
.faq-sec .row { align-items:center; }
.faq-sec .padd-content { padding-right:20px; }
.faq-sec .acc__card span.i-blk .fa-chevron-down { display:none; }
.faq-sec  .acc__card .acc__title { font-weight:700; }
.faq-sec .acc__card span.i-blk {   position: absolute;    right: 15px;     width: 20px;}
.faq-sec .acc__card span.i-blk i {   width: 100%;    height: 1px;    background: #3552d4;    position: absolute;    top: 9px;}
.faq-sec .acc__card span.i-blk i + i {    transform: rotate(90deg) }
.faq-sec .acc__card .active span.i-blk i + i {    display: none;}
.footer .contact-fo ul { margin:0px; padding:0px; }
.footer .contact-fo ul li { list-style:none; position: relative; margin-bottom: 15px;  border-bottom: #34506A solid 1px; margin: 0px; padding: 15px 0 15px 30px;}
.footer .contact-fo ul li:first-child{ padding-top:0px; }
.footer .contact-fo ul li:nth-child(2) i { top:18px; }
.footer .contact-fo ul li a{ color:#fff; }
.footer .contact-fo ul li span { display:block; }
.footer .contact-fo ul li i { position:absolute; left:0px; top:5px; }
.footer .contact-fo a{ text-decoration:none; }
.footer a.fo-btn {   background: #1a4065;    color: #fff;    height: 55px;    display: block;    text-align: center;    margin: 14px 0 0;    padding: 16px 0;    border-radius: 6px;}
.copy-fo {   background: #062039;    text-align: center;    padding: 15px 0;    color: #fff;    font-size: 14px;}
.copy-fo a {    color: #3c9fd4;    text-decoration: none;}
.footer a.fo-btn i {    margin-right: 8px;}
.social-fo {    padding: 16px 0 0; display: flex;}
.social-fo a{ width:35px; height:35px; background:#fff; display:flex; align-items:center; justify-content:center; font-size:18px; border-radius:100%; color:#333; }
.social-fo a + a { margin-left:15px; }
.list-p-sec  .swiper-button-prev {    width: 60px;   height: 60px;    background: #fff;    border-radius: 100%;    top: calc(140px);}
.list-p-sec .swiper-button-next {    width: 60px;   height: 60px;    background: #fff;    border-radius: 100%;    top: calc(140px);}
.list-p-sec .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after { font-size:18px; }
.list-p-sec .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {    font-size:18px;  }
.address-box li.sqft-blk {    background: url(assets/images/sqft.png) no-repeat;    background-size: 20px;    padding-left: 28px;    background-position: 0 3px;}
.play-vdo {   position: absolute;   left: calc(50% - 80px);    top: calc(50% - 109px);}    
.play-vdo .coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {    border-color: #ffffff;    opacity: .5;}
.play-vdo .coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {   background-color: rgb(255 255 255 / 50%);    opacity: .75 !important;}
.play-vdo .coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {    background-color: #ffffff;}
.play-vdo i.fa.fa-youtube-play {   font-size: 27px;    position: relative;    top: 15px;    left: 14px;    color: #0e2bb2;}
.hero-banner .swiper {   width: 100%;    height: 100%;}
.hero-banner .img_blk {    width: 100%;    height: 100%;}
.search-box {     z-index: 1;}
.search-box {    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgb(13 13 13) 0%, rgb(255 255 255 / 0%) 100%);}
.inner-page-content { padding:70px 0 }
.properties-sec .swiper-container-initialized {    overflow: hidden;}
section.Registered_sec .container {    background: #F1F1F1;    border-radius: 15px;    padding: 25px;    display: flex;    justify-content: space-between;}

section.Registered_sec {    padding: 40px 0 0;}
section.Registered_sec h3 {    margin: 0;    background: #2541c5;    margin-left: -38px;    margin-right: 38px;    padding: 25px;    color: #fff;   font-weight: 700;}

section.Registered_sec ul {    margin: 0px;    padding: 0;    display: flex;    column-gap: 20px;}
section.Registered_sec ul li {    list-style: none;}

section.Registered_sec h3 {    margin: 0;    background: #2541c5;    margin-left: -38px;    margin-right: 38px;    padding: 0 25px 0;    color: #fff;    font-weight: 700;    display: flex;    align-items: center;    width: 220px;    border-radius: 8px;}

section.Registered_sec ul li img {    border-radius: 11px;}
section.Registered_sec ul li {    margin: 0;}
section.Registered_sec ul li {    margin: 0;    padding: 0;}
/*****************/
.hero-section span.icon_blk {    width: 80px;    height: 80px;    border: #fff solid 1px;    display: table;    margin: 0 auto 21px;    border-radius: 155px;}
section.Features_sec {    background: #000 ;    padding: 60px 0; position: relative;}
section.Features_sec::after { content:''; position:absolute; width:100%; height:100%; position:absolute;  background:rgba(0, 0, 0, 0.6); left:0px; top:0px; }
.Features_sec .container {    position: relative;    z-index: 1;}
section.Features_sec  h2 {    color: #fff;    text-align: center;}
section.Features_sec  h3 {    color: #fff;    font-size: 26px;     margin: 0;}
section.Features_sec h3 span {    display: block;    font-size: 18px;}
section.Features_sec .padd {    text-align: center;}
section.Features_sec span.icon_blk {    width: 130px;    height: 130px;    display: table;    border: #fff solid 1px;    margin: 0 auto 19px;    border-radius: 110px;}
section.Features_sec .col-md-3 {    margin: 30px 0 0 0;}
section.call_action {    background: #1a4065;    text-align: center;    padding: 50px 0;  background: linear-gradient(90deg, #583d3d 0%, #1139d4 100%);}
.call_action h2 {    color: #fff;}
.call_action h2 span {    font-size: 30px;    display: block;    padding: 6px 0 0; font-weight: 400;}
.call_action a.pp_btn {    background: #fff;    width: 220px;    display: inline-block;    color: #1a4065;    height: 50px;    padding: 12px 0;    font-size: 18px;    font-weight: 400;    border-radius: 6px; text-decoration:none; }
.call_action a.call_btn {    border: #fff solid 2px;    height: 50px;    display: inline-block;    vertical-align: top;    width: 220px;    color: #fff;    padding: 11px 0 0; border-radius: 6px;    margin-left: 13px;    text-decoration: none;}
.call_action h2 {    color: #fff;    margin: 0 0 37px;}
.Overview { padding:60px 0;    }
.Overview .container  { max-width:997px; }
.Overview .container {    text-align: center;}
.Overview h2 span {    display: block;    padding: 0 25px 18px;    border-bottom: #F07C00 solid 5px;}
section.Overview h2 {    display: table;    margin: 0 auto 30px;}
section.Overview h2 span::before {    content: '';    width: 5px;    height: 28px;    background: #f07c00;    left: 0;    position: absolute;    bottom: 0;}
section.Overview h2 span::after {    content: '';    width: 5px;    height: 90%;    background: #f07c00;    right: 0;    position: absolute;    bottom: 0;}
section.Overview h2 span {    display: block;    padding: 0 25px 6px;    border-bottom: #F07C00 solid 5px;    position: relative;}
section.Overview a.more_link {    border-bottom: #f07c00 solid 1px;    color: #000;    padding: 0 0 9px;    font-size: 18px;    display: table;    margin: 30px auto 0;    text-decoration: none;}
.no-img {    overflow: hidden;    border-radius: 15px;}


@media(min-width: 1024px) {
	.footer_bt { display: none; }
	.whatsapp-fix { display: none; }
	.ring  { display: none; }
}

.footer_bt {    width: 100%;    position: fixed;    bottom: 0;    height: 70px;    background: #fff;    box-shadow: 0px -2px 8px 0px rgba(0,0,0,0.2); z-index: 1000;}
.footer_bt .m-btn {    float: none;    margin: 11px auto 0;    display: table;    width: calc(100% - 160px);}
.footer_bt .m-btn a {	display: inline-block;		height: 50px;	line-height: 50px;	padding: 0 17px;	color: #fff;	text-decoration: none;	font-size: 16px;	text-transform: inherit;	width: 100%;	text-align: center;	border-radius: 6px;
background: linear-gradient(131.05deg, #05436B 39.78%, #2493C4 101.45%);}
.whatsapp-fix .fa.fa-whatsapp {	position: fixed;	z-index: 1000000000;	width: 45px;	height: 45px;	background: #428a21;	right: 21x;	font-size: 24px;	color: #fff;	border-radius: 100%;	padding: 10px 6px 6px 12px;	box-shadow: 1px 1px 9px rgba(0,0,0,.5);	bottom: 13px; right: 18px;}
section.hero-section.p_list-banner p {    color: #fff;}
section.Property-from button[type="submit"] {    max-width: 200px;    width: 100% !important;    margin: auto;    display: table;}
p.no-propertties {    text-align: center;    padding: 20px 0 0;}
body {    margin-top: 134px;}
.hero-banner .swiper-button-next, .hero-banner .swiper-button-prev {  display: none !important;}
.error-tab {    overflow: hidden;    clear: both;}
.not-found {    padding: 0px 0 110px;    text-align: center;    color: #fff;    width: 100%;    float: left;    margin-bottom: 0px;    font-size: 20px;    text-transform: uppercase;    font-weight: 700;}
.not-found .not-four {    display: block;    font-size: 250px;    line-height: 1.2;    color: #2095c0;    font-weight: 900;    text-shadow: 1px 19px 46px rgba(0,0,0,0.4);    padding: 90px 0 0;    font-family: 'Poppins', sans-serif;}
.not-found h1 {    color: #05436a !important;}
.not-found  p, .error-404  a {    color: #05436a;    font-size: 16px;    text-transform: uppercase;    display: block;    padding-top: 20px;}
.fo-menu ul li a:hover {    color: #228dbd !important;}
.social-fo a:hover {   color: #f18d21 !important;    border: 1px solid #3c9fd4 !important;    background-color: #0c2c49 !important;}
.footer a.fo-btn:hover {    background: #05436b !important;    color: #fff;    height: 55px;    display: block;    text-align: center;    margin: 14px 0 0;    padding: 16px 0;    border-radius: 6px;}





/*************************************************/
.property-overview-section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	flex-direction:column !important;
}


.property-overview-section ul {
	margin: 0 0 20px;
	padding: 0;
}

.property-overview-section ul li {
	list-style: none;
	position: relative;
	margin: 0 0 7px;
	font-family: "Rambla", sans-serif;
	font-size: 16px;
	padding-left: 20px;
}

.property-overview-section ul li::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: #f07c00;
	left: 0px;
	top: 7px;
	border-radius: 55px;
}

.property-overview-section .table {
	border: #ccc solid 1px;
	margin: 18px 0 35px;
}



:root {
  --ink:        #1a4065;
  --ink-mid:    #1A2E44;
  --ink-light:  #24426B;
  --gold:       #1B42CD;
  --gold-lt:    #E0C97A;
  --gold-pale:  #F5EDCF;
  --cream:      #FAF8F4;
  --paper:      #F2EDE3;
  --white:      #FFFFFF;
  --text:       #2C3E50;
  --muted:      #6B7A8D;
  --rule:       #DDD5C4;
  --green:      #2A7F5C;
  --red-soft:   #C0392B;
  --blue:       #2563EB;
  --shadow-sm:  0 2px 12px rgba(13,27,42,0.09);
  --shadow-md:  0 8px 32px rgba(13,27,42,0.13);
  --shadow-lg:  0 20px 60px rgba(13,27,42,0.17);
  --r:          10px;
  --r-lg:       16px;
  /* Content column */
  --col:        760px;
  --wide:       1140px;
}

.hero {
  background: var(--ink);
  padding: clamp(40px,7vw,76px) clamp(16px,4vw,56px) 0;
  position: relative; overflow: hidden;
}
.hero::before {
  content:'';
  position:absolute; inset:0;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 59px,
      rgba(200,169,81,0.035) 59px, rgba(200,169,81,0.035) 60px);
  pointer-events:none;
}
.hero::after {
  content:''; position:absolute; bottom:0; left:0; right:0;
  height:100px;
  background:linear-gradient(to bottom, transparent, var(--cream));
  pointer-events:none;
}
.hero-inner {
  max-width: var(--wide);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 56px;
  align-items: end;
  position: relative; z-index: 1;
}
.hero-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  margin-bottom: 18px;
}
.hero-kicker-line { width:28px; height:2px; background:#fff; }
.hero-kicker-text {
  font-size:10.5px; font-weight:700; color:#fff;
  letter-spacing:2.5px; text-transform:uppercase;
  font-family: "Rambla", sans-serif;

}
.hero h1 {
  font-family: "Rambla", sans-serif;

  font-size: clamp(1.9rem, 3.8vw, 3rem);
  font-weight:900; color:var(--white);
  line-height:1.12; letter-spacing:-0.5px;
  margin-bottom:22px;
}
.hero h1 em { font-style:normal; color:#fff; }
.hero-lead {
  font-size: 1rem; color:rgba(255,255,255,0.72);
  line-height:1.8; max-width:620px; margin-bottom:32px;
}
.hero-lead strong { color:rgba(255,255,255,0.9); font-weight:600; }

/* Stat strip */
.hero-stats {
  display:flex; gap:0;
  border:1px solid rgba(200,169,81,0.2);
  border-radius:var(--r); overflow:hidden;
  max-width:480px; margin-bottom:48px;
}
.hstat {
  flex:1; padding:16px 18px; text-align:center;
  border-right:1px solid rgba(200,169,81,0.12);
}
.hstat:last-child { border-right:none; }
.hstat-val {
  font-family: "Rambla", sans-serif;

  font-size:1.6rem; font-weight:800; color:#fff; line-height:1;
}
.hstat-lbl { font-size:9.5px; color:#fff; text-transform:uppercase; letter-spacing:.8px; margin-top:4px; }

/* Hero CTA card */
.hero-cta-card {
  background:var(--white);
  border-radius:var(--r-lg) var(--r-lg) 0 0;
  padding:28px 28px 36px;
  box-shadow:var(--shadow-lg);
  align-self:end;
}
.hcc-title { font-family: "Rambla", sans-serif;
 font-size:1.1rem; color:var(--ink); font-weight:700; margin-bottom:4px; }
.hcc-sub { font-size:11.5px; color:var(--muted); margin-bottom:20px; }
.form-field { margin-bottom:14px; }
.form-field label { display:block; font-size:11px; font-weight:700; color:var(--muted); letter-spacing:.8px; text-transform:uppercase; margin-bottom:5px; }
.form-field input,
.form-field select,
.form-field textarea {
  width:100%; padding:10px 14px;
  border:1.5px solid var(--rule);
  border-radius:8px; font-size:13.5px;
  font-family: "Rambla", sans-serif;
 color:var(--ink);
  background:var(--cream); transition:border-color .2s;
  outline:none;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus { border-color:var(--gold); background:var(--white); }
.form-field textarea { resize:vertical; min-height:70px; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.btn-submit {
  width:100%; padding:13px;
  background:var(--gold); color:#fff;
  border:none; border-radius:var(--r);
  font-weight:800; font-size:14px;
  cursor:pointer; transition:background .2s, transform .1s;
  font-family: "Rambla", sans-serif;

}
.btn-submit:hover { background:var(--gold-lt); transform:translateY(-1px); }
.form-note { font-size:10.5px; color:var(--muted); text-align:center; margin-top:10px; }
.whatsapp-alt {
  display:flex; align-items:center; justify-content:center; gap:8px;
  margin-top:12px; padding:10px;
  background:#075E54; color:var(--white);
  border-radius:8px; font-weight:700; font-size:13px;
  cursor:pointer; transition:opacity .2s;
}
.whatsapp-alt:hover { opacity:.9; }

/* ══════════════════════════════════════
   PAGE LAYOUT
══════════════════════════════════════ */
.page-wrap {
  max-width: var(--wide);
  margin: 0 auto;
  padding: 0 clamp(16px,4vw,56px);
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 56px;
  align-items: start;
  padding-top: 52px;
  padding-bottom: 80px;
}
.main-col { min-width: 0; }
.sidebar-col { position: sticky; top: 120px; }

/* ══════════════════════════════════════
   CONTENT ELEMENTS
══════════════════════════════════════ */
.section-block { margin-bottom: 56px; }

.eyebrow {
  display:flex; align-items:center; gap:10px; margin-bottom:10px;
}
.eyebrow::before {
  content:''; display:block; width:22px; height:2px;
  background:var(--gold); flex-shrink:0;
}
.eyebrow span {
  font-size:14px; font-weight:700; color:var(--gold);
  letter-spacing:2px; text-transform:uppercase;
  font-family: "Rambla", sans-serif;

}

h2.sec-title {
  font-family: "Rambla", sans-serif;

  font-size:clamp(1.3rem,2.2vw,1.75rem);
  font-weight:800; color:var(--ink);
  line-height:1.22; margin-bottom:18px;
}
h3.sub-title {
  font-family: "Rambla", sans-serif;

  font-size:1.1rem; font-weight:700; color:var(--ink);
  margin-bottom:10px; margin-top:28px;
}
.prose {
  font-size:0.96rem; color:var(--text); line-height:1.8;
}
.prose p + p { margin-top:16px; }
.prose strong { color:var(--ink); font-weight:700; }
.prose a { color:var(--blue); border-bottom:1px solid rgba(37,99,235,0.3); }
.prose a:hover { border-bottom-color:var(--blue); }

/* Pull quote */
.pull-quote {
  border-left:4px solid #F07C00;
  padding:18px 24px;
  margin:28px 0;
  background:#1a4065;
  border-radius:0 var(--r) var(--r) 0;
}
.pull-quote p {
  font-family: "Rambla", sans-serif;

  font-size:1.05rem; color:#fff;
  line-height:1.6; font-style:italic;
}
.pull-quote cite { display:block; font-size:14px; color: #fff; margin-top:8px; font-style:normal; font-family: "Rambla", sans-serif;
 }

/* ══════════════════════════════════════
   OFFICE TYPE CARDS
══════════════════════════════════════ */
.type-grid {
  display:grid; grid-template-columns:1fr 1fr; gap:14px;
  margin-top:25px;
}
.type-card {
  background:var(--white); border-radius:var(--r);
  border:1px solid var(--rule); padding:20px 18px;
  box-shadow:var(--shadow-sm);
  transition:box-shadow .2s, transform .2s;
  display:flex; flex-direction:column; gap:8px;
}
.type-card:hover { box-shadow:var(--shadow-md); transform:translateY(-2px); }
.type-card-icon { font-size:24px; line-height:1; }
.type-card-name {
  font-weight:700; font-size:1rem; color:var(--ink);
}
.type-card-desc { font-size:14px; color:#2C3E50; line-height:1.6; }
.type-card-range {
  display:inline-block; margin-top:4px;
  background:#1a4065; color:#fff;
  padding:3px 10px; border-radius:20px;
  font-size:15px; text-align: center;
  font-family: "Rambla", sans-serif;

  border:1px solid rgba(200,169,81,0.3);
}

/* ══════════════════════════════════════
   PRICE GUIDE TABLE — SIGNATURE ELEMENT
   Styled as a property rate-card/
   valuation register document
══════════════════════════════════════ */
.rate-card {
  background:var(--white);
  border-radius:var(--r-lg);
  border:1px solid var(--rule);
  overflow:hidden;
  box-shadow:var(--shadow-md);
  margin-top:4px;
}
.rate-card-header {
  background:#1a4065;
  padding:18px 24px;
  display:flex; align-items:center; justify-content:space-between;
  flex-wrap:wrap; gap:6px;
}
.rate-card-title {
  font-family: "Rambla", sans-serif;

  font-size:14px; font-weight:500; color:#fff;
  letter-spacing:1.5px; text-transform:uppercase;
}
.rate-card-date {
  font-family: "Rambla", sans-serif;

  font-size:13px; color:#fff;
}
.rate-table { width:100%; border-collapse:collapse; }
.rate-table thead { background:var(--paper); border-bottom:2px solid var(--gold); }
.rate-table thead th {
  padding:11px 16px; text-align:left;
  font-size:10px; font-weight:700; color:var(--ink-mid);
  letter-spacing:1px; text-transform:uppercase;
  font-family: "Rambla", sans-serif;

  white-space:nowrap;
}
.rate-table thead th:not(:first-child) { text-align:center; }
.rate-table tbody tr { border-bottom:1px solid var(--rule); }
.rate-table tbody tr:last-child { border-bottom:none; }
.rate-table tbody tr:hover { background:#FAF8F4; }
.rate-table tbody td {
  padding:13px 16px; font-size:13px; color:var(--text);
  vertical-align:middle;
}
.rate-table tbody td:not(:first-child) { text-align:center; }
.zone-name-cell { font-weight:700; color:var(--ink); font-size:14px; }
.zone-type-tag {
  display:block; font-size:13px; color:#2C3E50;
  font-weight:500; margin-top:2px;
}
.rate-cell {
  font-family: "Rambla", sans-serif;

  font-size:12px; font-weight:500; color:var(--ink-mid);
}
.rate-cell.highlight { color:var(--green); font-weight:700; }
.rate-cell.premium { color:var(--ink); font-weight:700; }
.demand-bar {
  display:flex; align-items:center; justify-content:center; gap:4px;
}
.bar-seg {
  width:8px; height:8px; border-radius:2px;
  background:var(--rule);
}
.bar-seg.filled { background:var(--gold); }
.bar-seg.filled.high { background:var(--green); }
.bar-seg.filled.low { background:var(--muted); }
.grade-chip {
  display:inline-block; padding:2px 9px; border-radius:4px;
  font-size:10px; font-weight:700; letter-spacing:.5px;
}
.grade-a { background:#DBEAFE; color:#1E40AF; }
.grade-b { background:#D1FAE5; color:#065F46; }
.grade-c { background:#F1F5F9; color:var(--muted); }
.rate-footnote {
  padding:12px 20px;
  font-size:14px; color:#fff;
  background:#1B42CD;
  border-top:1px solid var(--rule);
  font-family: "Rambla", sans-serif;

}

/* ══════════════════════════════════════
   LOCATION GUIDE SECTION
══════════════════════════════════════ */
.location-cards { display:flex; flex-direction:column; gap:22px; margin-top:4px; }
.loc-card {
  background:var(--white); border-radius:var(--r-lg);
  border:1px solid var(--rule); overflow:hidden;
  box-shadow:var(--shadow-sm);
  transition:box-shadow .2s;
}
.loc-card:hover { box-shadow:var(--shadow-md); }
.loc-card-head {
  display:grid; grid-template-columns:auto 1fr;
  align-items:stretch;
}
.loc-card-accent {
  width:8px;
  background:linear-gradient(180deg, var(--gold) 0%, var(--ink-light) 100%);
}
.loc-card-head-content {
  padding:20px 22px 16px;
  display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
  flex-wrap:wrap;
}
.loc-name {
  font-family: "Rambla", sans-serif;

  font-size:1.1rem; font-weight:800; color:var(--ink);
  margin-bottom:3px;
}
.loc-tag { font-size:14px; font-weight:500; }
.loc-stats {
  display:flex; gap:16px; flex-shrink:0;
}
.loc-stat { text-align:right; }
.loc-stat-val {
  font-family: "Rambla", sans-serif;

  font-size:13px; font-weight:500; color:var(--ink);
}
.loc-stat-lbl { font-size:9.5px; color:var(--muted); text-transform:uppercase; letter-spacing:.5px; }
.loc-card-body {
  padding:0 22px 20px 30px;
  font-size:0.875rem; color:var(--text); line-height:1.75;
}
.loc-tags-row {
  display:flex; flex-wrap:wrap; gap:6px; margin-top:12px;
}
.ltag {
  background:#1b42cd; border:1px solid var(--rule);
  padding:3px 10px; border-radius:20px;
  font-size:12px; font-weight:600; color:#fff;
}
.loc-link {
  display:inline-flex; align-items:center; gap:5px;
  color:var(--blue); font-size:12.5px; font-weight:700;
  margin-top:10px; border-bottom:1px solid transparent;
  transition:border-color .2s;
}
.loc-link:hover { border-bottom-color:var(--blue); }

/* ══════════════════════════════════════
   FURNISHING COMPARISON TABLE
══════════════════════════════════════ */
.furnish-table {
  width:100%; border-collapse:collapse;
  background:var(--white); border-radius:var(--r);
  overflow:hidden; box-shadow:var(--shadow-sm);
  border:1px solid var(--rule);
  margin-top:4px;
}
.furnish-table thead { background:var(--ink); }
.furnish-table thead th {
  padding:12px 16px; text-align:left;
  font-size:11px; font-weight:700;
  color:rgba(255,255,255,0.65);
  letter-spacing:.8px; text-transform:uppercase;
}
.furnish-table thead th:first-child { color:var(--gold-lt); }
.furnish-table tbody tr { border-bottom:1px solid var(--rule); }
.furnish-table tbody tr:last-child { border-bottom:none; }
.furnish-table tbody tr:hover { background:var(--cream); }
.furnish-table tbody td { padding:12px 16px; font-size:13px; vertical-align:top; }
.furnish-type { font-weight:700; color:var(--ink); display:block; }
.furnish-what { font-size:11.5px; color:var(--muted); margin-top:2px; }
.check { color:var(--green); font-weight:700; }
.cross { color:var(--red-soft); }
.partial { color:var(--gold); }

/* ══════════════════════════════════════
   LEASE TERMS CHECKLIST
══════════════════════════════════════ */
.terms-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:4px; }
.term-card {
  background:var(--white); border-radius:var(--r);
  border:1px solid var(--rule); padding:18px 18px;
  box-shadow:var(--shadow-sm);
}
.term-card-head {
  display:flex; align-items:center; gap:10px; margin-bottom:8px;
}
.term-icon {
  width:34px; height:34px; border-radius:8px;
  background:#f07c00; flex-shrink:0;
  display:flex; align-items:center; justify-content:center;
  font-size:17px;
}
.term-name { font-weight:700; font-size:0.88rem; color:var(--ink); }
.term-body { font-size:14px; line-height:1.6; }
.term-tip {
  margin-top:8px; padding:7px 10px;
  background:#1a4065; border-radius:6px;
  font-size:12px; color: #fff; font-weight:500;
  display:flex; align-items:flex-start; gap:6px;
}
.term-tip::before { content:'💡'; flex-shrink:0; font-size:11px; }

/* ══════════════════════════════════════
   10-STEP LEASING PROCESS — lease track
══════════════════════════════════════ */
.lease-track { margin-top:4px; position:relative; }
.lease-track-steps { display:flex; flex-direction:column; gap:0; }
.track-step {
  display:grid; grid-template-columns:60px 1fr;
  gap:0;
  position:relative;
}
/* Connecting vertical line */
.track-step:not(:last-child) .step-spine::after {
  content:''; position:absolute;
  left:29px; top:52px; bottom:0;
  width:2px; background:var(--rule);
  z-index:0;
}
.step-spine {
  display:flex; flex-direction:column;
  align-items:center; position:relative;
  padding-top:16px;
}
.step-num {
  width:38px; height:38px; border-radius:50%;
  background:var(--ink); color:#fff;
  font-family: "Rambla", sans-serif;

  font-size:13px; font-weight:700;
  display:flex; align-items:center; justify-content:center;
  flex-shrink:0; position:relative; z-index:1;
}
.track-step.step-done .step-num {
  background:var(--gold); color:#fff;
}
.step-content {
  padding:14px 0 24px 20px;
  border-left:none;
}
.step-label {
  font-size:11px; font-weight:700;
  color:var(--gold); letter-spacing:1.5px;
  text-transform:uppercase; font-family: "Rambla", sans-serif;

  margin-bottom:3px;
}
.step-name {
  font-weight:700; font-size:15px; color:var(--ink);
  margin-bottom:10px; line-height:1.3;
}
.step-body { font-size:14px; color:#464646; line-height:1.6; padding-bottom: 5px;}
.step-duration {
  display:inline-block; margin-top:6px;
  background:#1b42cd; border:1px solid var(--rule);
  padding:2px 9px; border-radius:10px;
  font-size:11px; font-weight:600; color:#fff;

}

/* ══════════════════════════════════════
   CLUSTER LINKS GRID
══════════════════════════════════════ */
.cluster-section {
  background:var(--ink);
  border-radius:var(--r-lg);
  padding:32px 28px;
  margin-bottom:56px;
}
.cluster-sec-title {
  font-family: "Rambla", sans-serif;

  font-size:1.2rem; font-weight:800; color:var(--white);
  margin-bottom:6px;
}
.cluster-sec-sub {
  font-size:12.5px; color:rgba(255,255,255,0.45);
  margin-bottom:24px;
}
.cluster-grid {
  display:grid; grid-template-columns:repeat(2,1fr); gap:12px;
}
.cluster-link {
  background:rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.09);
  border-radius:var(--r); padding:14px 16px;
  transition:all .2s; cursor:pointer;
  display:flex; align-items:center; justify-content:space-between; gap:8px;
}
.cluster-link:hover {
  background:rgba(200,169,81,0.1);
  border-color:rgba(200,169,81,0.3);
}
.cl-text { }
.cl-name { font-size:13px; font-weight:700; color:var(--white); margin-bottom:2px; }
.cl-kw { font-size:10.5px; color:rgb(255 255 255 / 68%); font-family: "Rambla", sans-serif;
 }
.cl-arrow { color:#fff; font-size:14px; flex-shrink:0; }

/* ══════════════════════════════════════
   BLOG CARDS (insight links)
══════════════════════════════════════ */
.blog-cards { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:4px; }
.blog-card {
  background:var(--white); border-radius:var(--r);
  border:1px solid var(--rule); padding:18px 18px;
  box-shadow:var(--shadow-sm); transition:box-shadow .2s, transform .2s;
}
.blog-card:hover { box-shadow:var(--shadow-md); transform:translateY(-2px); }
.blog-card-type {
  display:inline-block; margin-bottom:8px;
  padding:2px 9px; border-radius:10px;
  font-size:10px; font-weight:700;
}
.bt-guide { background:#EDE9FE; color:#5B21B6; }
.bt-comp { background:#DBEAFE; color:#1D4ED8; }
.bt-legal { background:#DBEAFE; color:#5B21B6; }
.bt-market { background:#DBEAFE; color:#5B21B6; }
.blog-card-title {
  font-size:0.88rem; font-weight:700; color:var(--ink);
  line-height:1.4; margin-bottom:8px;
}
.blog-card-kw { font-size:11px; color:var(--muted); margin-bottom:10px; }
.blog-card-link {
  font-size:12px; font-weight:700; color:var(--blue);
  display:inline-flex; align-items:center; gap:4px;
}

/* ══════════════════════════════════════
   FAQ SECTION
══════════════════════════════════════ */
.faq-list {
  display:flex; flex-direction:column; gap:0;
  background:var(--white); border-radius:var(--r);
  border:1px solid var(--rule); overflow:hidden;
  box-shadow:var(--shadow-sm); margin-top:4px;
}
.faq-item { border-bottom:1px solid var(--rule); }
.faq-item:last-child { border-bottom:none; }
.faq-q {
  padding:17px 22px;
  display:flex; align-items:center; justify-content:space-between; gap:14px;
  cursor:pointer; user-select:none;
  font-size:0.9rem; font-weight:600; color:var(--ink);
  transition:background .15s; line-height:1.4;
}
.faq-q:hover { background:var(--cream); }
.faq-q.open { color:var(--gold); background:var(--gold-pale); }
.faq-chevron { flex-shrink:0; color:var(--muted); transition:transform .25s; font-size:13px; }
.faq-q.open .faq-chevron { transform:rotate(180deg); color:var(--gold); }
.faq-a {
  display:none; padding:0 22px 18px;
  font-size:0.875rem; color:var(--text); line-height:1.8;
  background:var(--gold-pale);
}
.faq-a.open { display:block; }

/* ══════════════════════════════════════
   AUTHOR BOX
══════════════════════════════════════ */
.author-box {
  background:var(--ink); border-radius:var(--r-lg);
  padding:24px 24px; margin-top:52px;
  box-shadow:var(--shadow-md);
}
.author-box-inner {
  display:flex; align-items:flex-start; gap:18px;
}
.author-avatar-lrg {
  width:64px; height:64px; border-radius:50%;
  background:var(--gold-pale);
/*   border:2px solid var(--gold); */
  display:flex; align-items:center; justify-content:center;
  font-size:26px; flex-shrink:0;
}
.author-meta { flex:1; }
.author-label {
  font-size:9.5px; font-weight:700; color:rgba(255,255,255,0.38);
  letter-spacing:1.5px; text-transform:uppercase;
  font-family: "Rambla", sans-serif;
 margin-bottom:3px;
}
.author-name {
  font-family: "Rambla", sans-serif;

  font-size:1.05rem; font-weight:700; color:var(--white); margin-bottom:6px;
}
.author-bio {
  font-size:12px; color:rgba(255,255,255,0.58); line-height:1.65;
}
.author-link {
  display:inline-flex; align-items:center; gap:5px;
  margin-top:10px; color:var(--gold-lt);
  font-size:12px; font-weight:700;
  border-bottom:1px solid rgba(200,169,81,0.35);
  transition:border-color .2s;
}
.author-link:hover { border-bottom-color:var(--gold-lt); }

/* ══════════════════════════════════════
   SIDEBAR WIDGETS
══════════════════════════════════════ */
.sidebar-widget {
  background:var(--white); border-radius:var(--r-lg);
  border:1px solid var(--rule); overflow:hidden;
  box-shadow:var(--shadow-sm); margin-bottom:20px;
}
.sw-head {
  background:var(--ink); padding:16px 20px;
  font-family: "Rambla", sans-serif;

  font-size:0.95rem; font-weight:700; color:var(--white);
}
.sw-head span { color:#fff; }
.sw-body { padding:16px 20px; }
.sw-stat-row { display:flex; justify-content:space-between; align-items:center; padding:9px 0; border-bottom:1px solid var(--rule); }
.sw-stat-row:last-child { border-bottom:none; }
.sw-stat-label { font-size:12px; color:var(--muted); }
.sw-stat-val { font-family: "Rambla", sans-serif;
 font-size:12.5px; font-weight:500; color:var(--ink); }
.sw-cta-block { padding:16px 20px; border-top:1px solid var(--rule); display:flex; flex-direction:column; gap:10px; }
.sw-btn-gold {
  display:flex; align-items:center; justify-content:center; gap:7px;
  background:var(--gold); color:#fff;
  padding:11px 16px; border-radius:var(--r);
  font-weight:700; font-size:13px;
  transition:background .2s; cursor:pointer; border:none;
  font-family: "Rambla", sans-serif;

}
.sw-btn-gold:hover { background:#204269; }
.sw-btn-wa {
  display:flex; align-items:center; justify-content:center; gap:7px;
  background:#075E54; color:var(--white);
  padding:9px 16px; border-radius:var(--r);
  font-weight:700; font-size:12.5px;
  cursor:pointer; border:none;
  font-family: "Rambla", sans-serif;

}
.toc-list { list-style:none; display:flex; flex-direction:column; gap:0; }
.toc-list li { border-bottom:1px solid var(--rule); }
.toc-list li:last-child { border-bottom:none; }
.toc-list a {
  display:flex; align-items:center; gap:8px;
  padding:9px 0; font-size:12.5px; color:var(--text); font-weight:500;
  transition:color .2s;
}
.toc-list a:hover { color:var(--blue); }
.toc-num { font-family: "Rambla", sans-serif;
 font-size:10px; color:var(--muted); width:20px; flex-shrink:0; }
.toc-progress { width:4px; height:4px; border-radius:50%; background:var(--rule); flex-shrink:0; }

/* ══════════════════════════════════════
   RELATED PROPERTIES CTA
══════════════════════════════════════ */
.properties-banner {
  background:linear-gradient(135deg, var(--ink) 0%, var(--ink-light) 100%);
  border-radius:var(--r-lg); padding:36px 36px;
  margin-bottom:56px; position:relative; overflow:hidden;
  display:flex; align-items:center; justify-content:space-between; gap:24px;
  flex-wrap:wrap;
}
.properties-banner::before {
  content:''; position:absolute; top:-60px; right:-60px;
  width:240px; height:240px; border-radius:50%;
  background:radial-gradient(circle, rgba(200,169,81,.15) 0%, transparent 65%);
  pointer-events:none;
}
.pb-text { position:relative; z-index:1; }
.pb-eyebrow {
  font-size:10px; font-weight:700; color:#fff;
  letter-spacing:2px; text-transform:uppercase;
  font-family: "Rambla", sans-serif;
 margin-bottom:8px;
}
.pb-heading {
  font-family: "Rambla", sans-serif;

  font-size:clamp(1.1rem,2vw,1.5rem); font-weight:700;
  color:var(--white); margin-bottom:8px; line-height:1.25;
}
.pb-sub { font-size:13px; color:rgba(255,255,255,0.52); max-width:420px; }
.pb-actions { display:flex; flex-direction:column; gap:10px; position:relative; z-index:1; min-width:200px; }

/* ══════════════════════════════════════
   FOOTER
══════════════════════════════════════ */
.site-footer {
  background:var(--ink); padding:28px clamp(16px,4vw,56px);
  text-align:center; border-top:1px solid rgba(255,255,255,0.07);
}
.footer-links { display:flex; justify-content:center; gap:20px; flex-wrap:wrap; margin-bottom:12px; }
.footer-links a { color:rgba(255,255,255,0.4); font-size:12px; font-weight:500; }
.footer-links a:hover { color:var(--gold-lt); }
.footer-copy { font-size:11px; color:rgba(255,255,255,0.22); }

/* ══════════════════════════════════════
   UTILITIES
══════════════════════════════════════ */
.divider { height:1px; background:var(--rule); margin:36px 0; }
.badge-rera {
  display:inline-flex; align-items:center; gap:5px;
  background:var(--gold-pale); border:1px solid rgba(200,169,81,0.4);
  color:#7a5c14; padding:3px 10px; border-radius:20px;
  font-size:10.5px; font-weight:700;
  font-family: "Rambla", sans-serif;

}
.notice-box {
  background:#1a4065; border:1px solid rgba(200,169,81,0.4);
  border-radius:var(--r); padding:14px 18px;
  font-size:14px; color:#fff; line-height:1.65;
  margin:20px 0; display:flex; align-items:flex-start; gap:10px;
}
.notice-box-icon { font-size:16px; flex-shrink:0; margin-top:1px; }

/* ══════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */
@media(max-width:1024px) {
  .hero-inner { grid-template-columns:1fr; gap:36px; }
  .hero-cta-card { border-radius:var(--r-lg); }
  .page-wrap { grid-template-columns:1fr; }
  .sidebar-col { position:static; display:none; }
}
@media(max-width:720px) {
  .type-grid { grid-template-columns:1fr; }
  .terms-grid { grid-template-columns:1fr; }
  .blog-cards { grid-template-columns:1fr; }
  .cluster-grid { grid-template-columns:1fr; }
  .properties-banner { flex-direction:column; }
  .pb-actions { min-width:auto; flex-direction:row; flex-wrap:wrap; }
  .form-row { grid-template-columns:1fr; }
  .rate-table { font-size:11.5px; }
  .rate-table thead th, .rate-table tbody td { padding:9px 10px; }
  .furnish-table { font-size:11.5px; }
  .furnish-table thead th, .furnish-table tbody td { padding:9px 10px; }
  .nav-links { display:none; }
  .loc-card-head-content { flex-direction:column; }
  .loc-stats { justify-content:flex-start; }
}
@media(max-width:424px){
	.hero-inner{
		display: block;
	}
	.hero-stats{
		flex-wrap: wrap;
	}
	.author-box-inner{
		flex-direction: column;
	}
}
@media(prefers-reduced-motion:reduce) {
  * { transition:none !important; }
}
#wpcf7-f1069-o1 br{
	display: none;
}
.page-id-1064 .wpcf7-submit{
	background-color: #1B42CD;
	padding: 13px;
	border-radius: 10px;
	height: auto;
}

.about-fo a{
color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    display: inline-block;
    background: #3c9fd4;
	    font-family: "Rambla", sans-serif;
}

.about-fo a:hover{
	text-decoration: none;
	background-color: #05436b;
}
.author-avatar-lrg img{
	border-radius : 50%;
}
.sw-body img{
	border-radius : 50%;
}


.sub_headng ul li  { list-style:none;}
.sub_headng ul li a {
    display: block;
    padding: 8px 20px 4px !important;
    margin: 0;
    color: #000;
    font-weight: 400;
    font-family: "Rambla",sans-serif;
    font-size: 18px;
}

.sub_headng ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.sub_headng {
    background: #e9e9e9;
    height: 42px;
}


.sub_headng {
    position: absolute;
    bottom: -56px;
    width: 100%;
    background: no-repeat;
}


.sub_headng {
    position: absolute;
    bottom: -41px;
    width: 100%;
    background: no-repeat;
}
.sub_headng ul li {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.sub_headng ul {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: left;
    border-radius: 0px 0px 25px 25px;
    overflow: hidden;
}

.sub_headng ul li a {
    display: block;
    padding: 8px 20px 8px !important;
    margin: 0;
    color: #000;
    font-weight: 400;
    font-family: "Rambla",sans-serif;
    font-size: 18px;
    background: #f3f3f3; text-decoration: none !important;
}


section.hero-section.p_list-banner {
    padding-top: 80px;
    height: auto;
    padding-bottom: 183px;
}


.sub_headng ul li + li a {
    border-left: #d1d1d1 solid 1px;
}

@media(max-width:767px) {
	.sub_headng { left:0px;}
section.hero-section.p_list-banner {
        padding: 50px 0 0 !important;
    }
	}

.ara-id a{
	color: #fff;
	background-color: transparent;
	padding: 0;
    font-size: 18px;
    display: block;
}
.ara-id a:hover{
	background-color: transparent;
	color: #3c9fd4;
}
.ara-id{
	margin-top: 15px;
}
.rera-foot {
    color: #ffffff;
	text-align: center;
	margin-top: 45px;
}
.rera-foot a{
	color: #fff;
}
.rera-foot a:hover{
	color: #3c9fd4;
	text-decoration: none;
}
/* Table Section */

.rent-table-section {
  padding: 50px 0;
}

.blog-single-page .table-wrap {
  overflow-x: auto;
  box-shadow: 0 10px 35px rgba(27, 66, 101, 0.12);
  background: #fff;
  margin-bottom: 20px;
}

.blog-single-page table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #1b42652b;
}

.blog-single-page table thead {
  background: #1b4265;
  color: #fff;
}

.blog-single-page table th {
  padding: 16px 18px;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  font-family: "Rambla", sans-serif;
}

.blog-single-page table td {
  padding: 15px 18px;
  font-size: 16px;
  color: #263238;
  line-height: 1.5;
  border-bottom: 1px solid #e6edf3;
  vertical-align: top;
  font-family: "Rambla", sans-serif;
}

.blog-single-page table tbody tr:nth-child(even) {
  background: #f8fbfd;
}

.blog-single-page table tbody tr:hover {
  background: #eef5fb;
}

.blog-single-page table tbody tr:last-child td {
  border-bottom: none;
}
/*
.blog-single-page table td:nth-child(2),
.blog-single-page table td:nth-child(3),
.blog-single-page table td:nth-child(4) {
  color: #1b4265;
}*/
.blog-single-page table {
    margin: 0 0 30px;
}
.blog-single-page table thead td {
    color: #fff;
}
/* Mobile */
@media (max-width: 767px) {
  .rent-table-section {
    padding: 25px 0;
  }

 .blog-single-page table th,
 .blog-single-page table td {
    padding: 13px 14px;
    font-size: 14px;
  }
}



.blog_full img {
    border-radius: 20px;
}
.blog_full {
    margin-bottom: 20px;
    overflow: hidden;
}


