/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

html,body{
    overflow-x: hidden;
    scroll-behavior: auto !important;
}


/* Home */

.luma-rotate {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  color: #1a1a1a;
  text-align: center;
}
.luma-rotate h6{
    position: relative;
}
.luma-rotate h6::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 300px;
    background-color: #c5a980;
    top: 105%;
    left: 50%;
    transform: translate(-0%, -0%);
}
.material-sec .elementor-image-box-img img{
    width: 100%;
    max-width: 192px;
    height: 175px;
}
.masterplan-sec h5{
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
}
.timeline-sec h5{
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    position: relative;
}
.timeline-con h6 span{
    color: #c5a980;
}
.last-timeline{
    position: relative;
}
.last-timeline::after{
    position: absolute;
  content: "";
  width: 284px;
  height: 10px;
  background-image: url("images/arrow.png");
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* .payment-section{
padding-left: calc((100% - 1440px) / 2) !important;
} */
.payment-number h6{
     width: 38px;
    height: 38px;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
}

.tb-01 {
  position: relative;
  overflow: visible;
  will-change: height;
  transform: translateZ(0); /* Safari fix */
}

.tb-01::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 120px;
  width: 4px;
  height: max(0px, calc(var(--dynamic-height, 0px) - 100px)); /* Avoid negative height */
  background: #c5a980;
  transition: height 0.2s ease-out;
  transform: translateX(-50%);
  z-index: -1;
}


/* Xbedrooms */

.bedroom-sec{
    padding-left: calc((100% - 1440px) / 2) !important;
}
.bedroom-sec-right{
    padding-right: calc((100% - 1440px) / 2) !important;
}
.features h5{
    display: none;
}
.features .tagcloud a{
    font-size: 20px !important;
    font-family: 'Montserrat';
    font-weight: 300;
    color: #3e3e3e;
    border: 1px solid #c5a980;
    padding: 5px 15px;
    border-radius: 50px;
    display: inline-flex;
    margin-bottom: 10px;
}
.lannd-size .elementor-image-box-content h6{
    margin-top: 3px !important;
}
.rotate-iamges .wpvr-cardboard {
  width: 100% !important;
  max-width: 100% !important;
  height: 700px !important;
}

/* Contact Form */

.contact-popup input:not([type="submit"]){ 
    height: 50px;
    padding: 0 20px !important;
    border-radius: 50px;
    border: 1px solid #c5a980;
    color: #3e3e3e;
}
.contact-popup input:not([type="submit"])::placeholder{
    color: #3e3e3e;
}
.contact-popup input:not([type="submit"]):focus{
    outline: none;
    border-style: solid;
    border-color: #3e3e3e;
}
.contact-popup .textarea{
    height: 150px !important;
    resize: none;
    padding: 20px 20px !important;
    border-radius: 20px;
    border: 1px solid #c5a980;
    color: #3e3e3e;
}
.contact-popup .textarea:focus{
    outline: none;
    border-style: solid;
    border-color: #3e3e3e;
}
.contact-popup input[type="submit"]{
    height: 60px;
    padding: 0 50px !important;
    border: 1px solid #c5a980;
    border-radius: 50px;
    background: #c5a980;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat';
    transition: 0.3s;
}
.contact-popup input[type="submit"]:hover{
    background-color: #3e3e3e;
    border-color: #3e3e3e;
}
.contact-popup .gform_confirmation_message_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.contact-popup .gform_confirmation_message_1 img {
  width: 50px;
}



/* Responsive */
@media (min-width:1440px) and (max-width:1599px){
    .tb-01::after {
  height: calc(var(--dynamic-height, 0px) - 50px);
}
}
@media (min-width:1366px) and (max-width:1439px){
    .tb-01::after {
  height: calc(var(--dynamic-height, 0px) - 10px);
}
    .payment-section{
padding-left: 15px !important;
}
.bedroom-sec{
    padding-left: 15px !important;
}
.bedroom-sec-right{
    padding-right: 15px !important;
}
}
@media (min-width:1025px) and (max-width:1365px){
    .tb-01::after {
  height: calc(var(--dynamic-height, 0px) - 10px);
}
}

/* @media screen and (max-width: 1366px){
    .payment-section{
padding-left: 15px !important;
}
.bedroom-sec{
    padding-left: 15px !important;
}
.bedroom-sec-right{
    padding-right: 15px !important;
}
} */

@media screen and (max-width: 1200px) {
    .tb-01::after {
        display: none;
    }
}
@media screen and (max-width: 1024px){
.tb-01::after {
        display: none;
  top: 60px;
  height: calc(var(--dynamic-height, 0px) - 45px);
}
.header-sec .sub-menu{
  margin-left: 0 !important;
  margin-top: 0 !important;

}
.header-sec .elementor-nav-menu--main .elementor-nav-menu ul{
    position: relative !important;
}

.material-sec .elementor-image-box-img img{
    width: 100%;
    max-width: 100%;
    height: 120px !important;
  object-fit: cover;
}
.lannd-size .elementor-image-box-content h6{
    margin-top: 0px !important;
}
.rotate-iamges .wpvr-cardboard {
  height: 500px !important;
}
}
@media screen and (max-width: 767px){
   .tb-01::after{
    display: none;
   }
   .features .tagcloud{
    display: flex;
    flex-direction: column;
    text-align: center !important;
}
.features .tagcloud a{
    display: block;
}
.rotate-iamges .wpvr-cardboard {
  height: 300px !important;
}
}  