@font-face {
    font-family: 'Myriad Pro';
	font-wieght:normal
    src: url('https://windsorland.com.my/wp-content/themes/hello-elementor/fonts//MyriadPro-Regular.woff2') format('woff2'),
        url('https://windsorland.com.my/wp-content/themes/hello-elementor/fonts//fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('https://windsorland.com.my/wp-content/themes/hello-elementor/fonts//Gotham-Book.woff2') format('woff2'),
        url('https://windsorland.com.my/wp-content/themes/hello-elementor/fonts//Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('https://windsorland.com.my/wp-content/themes/hello-elementor/fonts//Gotham-Bold.woff2') format('woff2'),
        url('https://windsorland.com.my/wp-content/themes/hello-elementor/fonts//Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ArnoPro';
    src: url('https://windsorland.com.my/wp-content/themes/hello-elementor/fonts/ArnoPro-Bold.woff2') format('woff2'),
        url('https://windsorland.com.my/wp-content/themes/hello-elementor/fonts/ArnoPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ArnoPro';
    src: url('https://windsorland.com.my/wp-content/themes/hello-elementor/fonts/ArnoPro-Regular.woff2') format('woff2'),
        url('https://windsorland.com.my/wp-content/themes/hello-elementor/fonts/ArnoPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: flex;
    margin-left: auto;
    margin-right: auto;
	gap:30px;
	padding:15px 0;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: auto;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

body, p, span, div{
	font-family: "Libre Franklin", sans-serif !important;
}
.heroSwiper {
    width: 100%;
    height: 90vh;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    position: relative;
}
.swiper-slide:before{
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.1);
	content:"";
	width:100%;
	height:100%;
}
.hero-content {
    position: absolute;
    top: 50%;
    left: 0;
    color: #fff;
	right:0;
	margin:0 auto;
    max-width: 600px;
	text-align:center;
	transform: translateY(-50%);
}
.hero-content img{
	max-width:250px;
}
.hero-subtitle {
    font-size: 32px;
    letter-spacing: 2px;
	font-family: "Libre Franklin", sans-serif !important;
	display:block;
}

.hero-title {
    font-size: 55px;
    margin: 10px 0;
	font-family: 'ArnoPro';
	font-weight:bold;
}
.elementor-heading-title {
	font-family: 'ArnoPro' !important;
	font-weight:bold;
}
.regular .elementor-heading-title {
	font-family: 'ArnoPro' !important;
	font-weight:400 !important;
}
.hero-btn {
    display: inline-block;
    padding:7px 25px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
	border-radius:12px;
	font-family: "Libre Franklin", sans-serif !important;
	font-weight:300 !important;
}
.swiper-pagination{
	bottom:5% !important;
}
.swiper-pagination .swiper-pagination-bullet{
	width:80px;
	height:6px;
	background:#fff;
	border-radius:0;
}
.property-grid .grid-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.property-card {
    background: #fff;
    border-radius: 0;
    box-shadow: 1px 2px 5px 2px rgba(0,0,0,0.62) !important;
    display: flex;
    flex-direction: column;
}

/* Image section */
.card-img {
    position: relative;
    overflow: hidden;
	height:300px;
}

.card-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
	transform:scale(1);
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-img:hover img{
	
}
.latest-news .property-card h3{
	color:#000 !important;
	color: #000 !important;
    font-weight: bold;
    font-size: 18px;
}
.property-card:hover .card-img img{
	transform:scale(1.08)
}
.latest-news .description {
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    margin-bottom: 28px;
    font-weight: bold;
}
.wpcf7-response-output{
	color:#fff;
}
/* Badge (Now Selling / Coming Soon) */
.badge {
    position: absolute;
    top: 0;
    left: 0;
    background: #004642; /* dark green */
    color: #fff;
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    z-index: 2;
}
.ribbon-badge {
    position: relative;
    display: inline-block;
    background: #004642; /* dark green */
    color: #fff;
    padding: 18px 40px 18px 35px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0 60px 60px 0;
    line-height: 1;
}

/* Left notch / ribbon tail */
.ribbon-badge::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 36px solid transparent;
    border-bottom: 36px solid transparent;
    border-right: 40px solid #064b43;
}

/* Small shadow depth */
.ribbon-badge {
    box-shadow: 0 6px 14px rgba(0,0,0,0.2);
}

/* Content */
.card-content {
    padding: 50px 25px 30px;
	position:relative;
	margin-top:30px;
}
.folded-badge {
    position: relative;
    display: inline-block;
    background: #064b43; /* dark green */
    color: #fff;
    padding: 10px 50px 10px 35px;
    font-size: 18px;
    line-height: 1;
	border-radius:0 40px 40px 0;
	position:absolute;
	left:0
}

/* Folded end */
.folded-badge::after {
    content: "";
    position: absolute;
    right: -35px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 35px solid #043a34; /* darker fold */
    border-right: 35px solid transparent;
}

/* Optional subtle shadow */
.folded-badge {
    box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}
.left-folded-ribbon {
  display: inline-block;
    background: #064b43;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 60px 10px 16px;
    line-height: 1;
    border-radius: 0 70px 70px 0;
    left: -10px;
    position: absolute;
}

/* Main folded cut */
.left-folded-ribbon::before {
        content: "";
    position: absolute;
    left: -18px;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 18px solid #064b43;
    border-left: 18px solid transparent;
}

/* Fold shadow (depth) */
.left-folded-ribbon::after {
    content: "";
    position: absolute;
    left: -18px;
    bottom: -18px;
    width: 0;
    height: 0;
    border-top: 18px solid #043a34; /* darker shade */
    border-left: 18px solid transparent;
}
/* The Main Ribbon */
.ribbon {
  position: relative;
  background-color: #004642; /* Dark teal green */
  color: #ffffff;
 font-family: "Libre Franklin", sans-serif !important;
  font-size: 18px;
  padding: 15px 45px 15px 30px;
  
  /* Rounded right side */
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  
  /* Moves it slightly left to overlap the bar */
  margin-left: -5px; 
}

/* The Folded Corner (Shadow) */
.ribbon::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px; /* How far the fold drops */
  
  /* Creates the triangle fold */
  border-left: 15px solid transparent;
  border-top: 15px solid #001a16; /* Darker shadow color */
}
/* The Main Ribbon */
.ribbon {
      position: absolute;
    background-color: #003d33;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 18px;
    padding: 7px 45px 7px 30px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    margin-left: -5px;
    left: -10px;
	top:-5px;
}

/* The Folded Corner (Shadow) */
.ribbon::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px; /* How far the fold drops */
  
  /* Creates the triangle fold */
  border-left: 15px solid transparent;
  border-top: 15px solid #001a16; /* Darker shadow color */
}rd-content h3 {
    font-size: 28px;
    margin: 8px 0 6px;
    font-weight: 600;
    color: #000;
}

/* Location */
.location {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #000;
    margin-bottom: 12px;
}

.location::before {
    content: "";
    margin-right: 6px;
	background-image:url("https://drafts.windsorland.com.my/wp-content/uploads/2025/12/location-1.png");
	width: 20px;
    height: 31px;
    background-size: contain;
    background-repeat: no-repeat;
}

/* Description */
.description {
    font-size: 20px;
    line-height: 1.4;
    color: #333;
    margin-bottom: 28px;
}
.ribbon-pill {
    position: relative;
    display: inline-block;
    background: #064b43; /* dark green */
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 22px 60px 22px 40px;
    border-radius: 0 70px 70px 0;
    line-height: 1;
	position: absolute;
    left: 0;
}

/* Folded cut on bottom-left */
.ribbon-pill:before {
    content: "";
    position: absolute;
    left: -36px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 36px solid transparent;
    border-right: 36px solid #064b43;
}

/* Fold shadow (depth effect) */
.ribbon-pill:after {
    content: "";
    position: absolute;
    left: -36px;
    bottom: -18px;
    width: 0;
    height: 0;
    border-top: 18px solid #043a34; /* darker shade */
    border-right: 18px solid transparent;
}

/* Button */
.btn {
    display: inline-block;
    background: #95603b; /* brown */
    color: #fff;
    padding: 8px 35px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
	font-family: "Libre Franklin", sans-serif !important;
	font-weight:300 !important;
	text-align:center;
}

.btn:hover {
    background: #6b3d21;
	color:#fff;
}
.default-btn .elementor-button {
    display: inline-block;
    background: #95603b !important; /* brown */
    color: #fff;
    padding: 12px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
	font-family: "Libre Franklin", sans-serif !important;
	font-weight:300 !important;
}

.default-btn .elementor-button:hover {
    background: #8d5837;
}
.form-col input[type=submit]{
	 display: inline-block;
    background: #95603b !important; /* brown */
    color: #fff;
    padding: 8px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
	font-family: "Libre Franklin", sans-serif !important;
	font-weight:300 !important;
	border:none !important;
	width:100%;
}
#menu-main-menu li a{
/* 	font-family: 'Myriad Pro'; */
	font-weight:normal;
	font-size:18px;
	letter-spacing:1px;
	font-weight:300;
	position:relative;
	transition:0.3s;
}
#menu-main-menu > li > a:before{
	width:100%;
	height:4px;
	background-color:#95603b;
	position:absolute;
	left:0;
	bottom:0;
	content:"";
	transform:scale(0);
	transform-origin:center;
	transition:0.3s;
}
#menu-main-menu li a:hover, #menu-main-menu li a.active{
	color:#95603b;
}
#menu-main-menu li a:hover:before, #menu-main-menu li a.active:before{
	transform:scale(1);
}
.form-row{
	display:flex;
	gap:20px;
}
.form-row > div{
	width:100%;
}
.form-row{
	margin-bottom:20px;
}
.form-row > div label{
	font-size:16px;
	color:#fff;
}
.form-row > div label sup{
	color:#ff0000;
	font-size:14px;
}
.form-row > div input[type=text], .form-row > div input[type=email], .form-row > div input[type=tel], .form-row > div textarea{
	background-color:transparent;
	border:0;
	border-bottom:solid 1px #b1aeae;
	width:100%;
}
.form-row > div textarea{
	height:75px;
}
.form-row.last-row div{
	flex:1;
}
.form-row.last-row div:nth-child(2){
	max-width:20%;
	flex:0 0 20%;
}
.wpcf7-acceptance{
	    position: relative;
    padding-left: 30px;
    font-size: 14px;
    padding-right: 20px;
    display: block;
}
.wpcf7-acceptance .wpcf7-list-item-label{
line-height: 1.4;
    font-size: 12px;	
}
.wpcf7-acceptance input{
	position:absolute;
	left:0
}
.no-marg p{
	margin-bottom:0;
}
.mobile-view{
	display:none !important;
}
:root{
  --brown:#95603b;
  --light:#e6d6c8;
  --angle:-8deg;
}

.timeline-wrap{
  max-width:100%;
  margin:auto;
  position:relative;
}

/* ---------- angled line ---------- */
.timeline-wrap .timeline-line{
  position:absolute;
  top:110px;
  left:0;
  width:101%;
  height:2px;
  background:var(--brown);
  transform:rotate(var(--angle));
  transform-origin:left center;
}

/* ---------- points ---------- */
.timeline-wrap .points{
  display:flex;
  justify-content:space-between;
  margin-top:80px;
  position:relative;
	    max-width: 1200px;
    margin: 0 auto;
}

.timeline-wrap .point{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  cursor:pointer;
}
.timeline-wrap .point.first-point{
	margin-top:50px;
}
.timeline-wrap .point.second-point{
	margin-top:-4px;
}
.timeline-wrap .point.third-point{
	margin-top:-59px;
}
.timeline-wrap .point.fourth-point{
	margin-top: -112px;
}
/* ---------- connector ---------- */
.timeline-wrap .connector{
  width:2px;
  height:38px;
  background:var(--brown);
  transform:rotate(var(--angle));
  margin-bottom:-8px;
}

/* ---------- dot ---------- */
.timeline-wrap .dot{
  width:18px;
  height:18px;
  background:var(--brown);
  border-radius:50%;
  position:relative;
  z-index:2;
  box-shadow:0 0 0 4px rgba(154,100,55,.25);
	transform:scale(0.6)
}

/* ---------- wave ---------- */
.timeline-wrap .dot::before,
.timeline-wrap .dot::after{
  content:"";
  position:absolute;
  inset:-14px;
  border-radius:50%;
  border:10px solid var(--brown);
  opacity:.8;
  animation:wave 2.8s infinite;
}

.timeline-wrap .dot::after{
  animation-delay:1.4s;
}

/* ---------- hover / active ---------- */
.timeline-wrap .point:hover .timeline-wrap .dot::before,
.point.active .dot::before{
  animation:waveActive 1.4s infinite;
  opacity:1;
}

.timeline-wrap .point:hover .timeline-wrap .dot::after,
.timeline-wrap .point.active .dot::after{
  animation:waveActive 1.4s infinite .7s;
  opacity:1;
}

/* ---------- year ---------- */
.timeline-wrap .year{
  margin-top:14px;
  font-size:22px;
  color:#003c3c;
	transition:0.3s;
}
.timeline-wrap .point.active .year{
	opacity:0;
}
/* ---------- tooltip ---------- */
.timeline-wrap .tooltip{
     position: absolute;
    top: 43px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 18px;
    width: 260px;
    opacity: 0;
    pointer-events: none;
    transition: .3s;
}
.timeline-wrap .tooltip h3{
	    color: #95603b;
    font-weight: normal;
    font-size: 100px;
    text-align: center;
    font-family: 'ArnoPro' !important;
    font-weight: 400 !important;
    margin: 0;
    line-height: normal;
}
.timeline-wrap .point.active .tooltip{
  opacity:1;
}

/* ---------- nav ---------- */
.timeline-wrap .nav{
  display:flex;
  justify-content:space-between;
  margin-top:100px;
	max-width:96%;
	margin: 0 auto;
}

.timeline-wrap button{
  border:solid 1px var(--brown);
  color:#fff;
  width:42px;
  height:42px;
  border-radius:8px;
  cursor:pointer;
	background:#fff;
	color:var(--brown);
}

.timeline-wrap button:hover{
	color:#fff;
	 background:var(--brown);
}
/* ---------- animations ---------- */
@keyframes wave{
  0%{transform:scale(.6);opacity:.6}
  100%{transform:scale(1.9);opacity:0}
}

@keyframes waveActive{
  0%{transform:scale(.4);opacity:1}
  100%{transform:scale(2.4);opacity:0}
}
.contact-page .form-row{
	flex-direction:column
}
.contact-page .form-row.last-row div:nth-child(2){
	max-width: max-content;
    flex: 0 0 100%;
    margin-left: auto;
}
.contact-page .form-row .wpcf7-acceptance{
	padding-left:14px;
}
.btn100 a{
	display:block;
}
.news-popup-overlay {
  position: fixed;
  inset: 0;
  background: #d3cdc9;
  display: flex;
	opacity:0;
  z-index: 9999;
	pointer-events:none;
	transition:0.3s;
	justify-content:center;
}

.news-popup-overlay.active {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
	pointer-events:auto;
	transition:0.3s;
	opacity:1;
}

.news-popup {
  background: #fff;
    border-radius: 0;
    box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.62) !important;
  max-width: 900px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
	transform:scale(0);
	transition:0.3s;
	transform-origin:center;
}
.news-popup-overlay.active .news-popup{
		transform:scale(1);
}
.news-popup-image {
  height: 450px;
  background-size: cover;
  background-position: center;
}

.news-popup-content {
  padding: 30px;
}

.news-popup-title {
  margin: 10px 0;
	margin-bottom:0;
}
.news-popup-title2 {
  margin: 10px 0;
	margin-bottom:0;
		display:none !important;
}
.addi{
	display:none;
}
.img-cap{
	display:none;
}
.Malaysia .news-popup-title2{
	display:block !important;
}
.Malaysia  .addi{
	display:inline;
}
.Malaysia .news-popup-title{
	display:none !important;
}
.Malaysia .img-cap{
	display:block;
	margin:0;
	padding-left: 30px;
    padding-top: 8px;
    font-size: 12px;
}
.latest-news-wrap .property-card .description{
	display:none;
}
.latest-news-wrap .property-card:first-child .description{
	display:block;
}
.news-popup-close {
 position: absolute;
    top: 12px;
    right: 15px;
    font-size: 30px;
    background: #95603b;
    border: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    color: #fff;
    font-size: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.news-filter-wrap{
	display:flex;
	justify-content:center;
	max-width:450px;
	margin:0 auto;
	margin-bottom:25px;
	gap:10px;
}
.news-filter-wrap .news-filter-btn{
	 display: inline-block;
    background: #95603b; /* brown */
    color: #fff;
    padding: 8px 35px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
	font-family: "Libre Franklin", sans-serif !important;
	font-weight:300 !important;
	text-align:center;
}
.news-filter-wrap select{
	    background: no-repeat;
    border-radius: 10px;
}
/* 1) Keep the select looking the same */
.news-filter-wrap select.news-year-filter{
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;

  width: 100%;
  height: 44px;
  line-height: 44px;

  background-color: #d9d2cd !important;      /* same light grey look */
  border: 1px solid #95603b !important;      /* brown border */
  border-radius: 12px !important;

  padding: 0 54px 0 18px !important;         /* space for arrow */
  font: inherit;
  color: inherit;

  /* custom arrow */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-size: 16px 16px !important;
  background-position: right 16px center !important; /* change 16px -> 22px to push left */
}

/* 2) Hide old arrow on legacy */
.news-filter-wrap select.news-year-filter::-ms-expand{
  display:none;
}

#ajaxNewsGrid {
  transition: opacity 0.35s ease;
}

#ajaxNewsGrid.is-fading {
  opacity: 0;
}
.latest-home .news-filter-wrap{
	display:none;
}
.latest-home .slick-arrow{
	    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    left: 12px;
    border: solid 1px var(--brown);
    color: #fff !important;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    cursor: pointer;
    background: var(--brown);
    color: #fff;
    font-size: 0;
    line-height: 1;
    padding: 0;
}
.latest-home .slick-arrow:before{
	content:"←";
	font-size:18px;
	 color: #fff;
	    font-size: 18px;
    color: #fff;
    display: inline-block;
    height: 10px;
    position: relative;
    top: -2px;
}
.latest-home .slick-arrow.slick-next:before{
	content:"→"
}

.latest-home .slick-arrow.slick-next{
	left:auto;
	right:3px;
}
.latest-home .slick-arrow.slick-disabled{
	pointer-events:none;
}
@media (max-width: 1600px) {
.timeline-wrap .timeline-line{
	top: 87px;
}
	
}
@media (max-width: 1366px) {
.timeline-wrap .timeline-line{
	top: 70px;
}
	.timeline-wrap .points{
		max-width: 1000px;
	}
	.timeline-wrap .point.first-point {
    margin-top: 34px;
}
	.timeline-wrap .point.second-point {
    margin-top: -11px;
}
	.timeline-wrap .point.third-point {
    margin-top: -55px;
}
	.timeline-wrap .point.fourth-point {
    margin-top: -100px;
}
	.timeline-wrap .tooltip h3{
		font-size: 70px;
	}
}
@media (max-width: 768px) {
	.mobile-view{
	display:block !important;
		margin-bottom:5px;
}
	.property-grid .grid-wrapper{
		    display: flex;
    	flex-direction: column;
	}
	.property-grid{
		padding:0 22px;
	}
	.hero-content{
		padding:0 22px;
	}
	.hero-subtitle{
		font-size:24px;
	}
	.hero-title{
		font-size:40px;
	}
	.regular .elementor-heading-title{
		font-size:36px !important;
	}
	.description p{
		font-size:16px;
	}
	.ribbon{
		font-size:14px;
	}
	.card-content h3{
		font-size:18px;
	}
	.form-row {
    flex-direction: column;
}
	.form-row.last-row div:nth-child(2) {
    max-width: 100%;
    flex: 0 0 100%;
}
	.timeline-wrap .points{
		flex-direction:column;
		border-left:solid 0px #95603b;
		padding:0 0 0 50px;
	}
	.timeline-wrap .points:before{
		position:absolute;
		height:100%;
		width:2px;
		background:#95603b;
		content:"";
		left:20px;
	}
	.timeline-wrap .timeline-line{
		display:none
	}
	.timeline-wrap .nav{
		display:none;
	}
	.timeline-wrap .tooltip{
		        position: relative;
        opacity: 1;
        transform: none;
        width: auto;
        left: 0;
        text-align: left;
        top: 000;
        padding: 0
	}
	.timeline-wrap .point.first-point{
	margin-top:0;
}
.timeline-wrap .point.second-point{
	margin-top:0;
}
.timeline-wrap .point.third-point{
	margin-top:0;
}
.timeline-wrap .point.fourth-point{
	margin-top: 0;
	margin-bottom: 50px;
}
	.timeline-wrap  .year{
		display:none;
	}
	.timeline-wrap .tooltip h3 {
    color: #95603b;
    font-weight: normal;
    font-size: 50px;
    text-align: center;
    font-family: 'ArnoPro' !important;
    font-weight: 400 !important;
    margin: 0;
    line-height: normal;
    text-align: left;
}
	.timeline-wrap .point{
		display:block;
		margin-bottom: 40px;
	}
	.timeline-wrap .dot{
		position:absolute;
		left: -38px;
		        left: -38px;
		top:18px;
	}
	.timeline-wrap .dot{
		    transform: scale(0.6) !important;
	}
	.timeline-wrap .point.fourth-point{
		margin-bottom:0;
	}
	@keyframes waveActive{
  0%{transform:scale(.6);opacity:.6}
  100%{transform:scale(1.9);opacity:0}
}
	.contact-page .form-row.last-row div:nth-child(2) {
    max-width: 100%;
    flex: 0 0 100%;
    margin-left: auto;
}
	.slick-track{
		gap:15px;
	}
	  .latest-home .property-grid .grid-wrapper{
        display: block;
    }
	  .latest-home  .property-grid {
        padding: 0 10px;
    }
}

/* NEWS & MEDIA page (page-id-66) - after AJAX filter, WP content gets injected as direct <p> inside the card <a> */
body.page-id-66 #ajaxNewsGrid .news-card-link > p,
body.page-id-66 #ajaxNewsGrid .news-card-link > a,
body.page-id-66 #ajaxNewsGrid .news-card-link > br {
  display: none !important;
}

/* Now control ONLY the real excerpt block */
body.page-id-66 #ajaxNewsGrid .grid-wrapper > a.news-card-link .description{
  display: none !important;
}
body.page-id-66 #ajaxNewsGrid .grid-wrapper > a.news-card-link:first-of-type .description{
  display: block !important;
}

