@font-face {
    font-family: 'Myriad Pro';
	font-wieght:normal
    src: url('https://drafts.windsorland.com.my/wp-content/themes/hello-elementor/fonts//MyriadPro-Regular.woff2') format('woff2'),
        url('https://drafts.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://drafts.windsorland.com.my/wp-content/themes/hello-elementor/fonts//Gotham-Book.woff2') format('woff2'),
        url('https://drafts.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://drafts..windsorland.com.my/wp-content/themes/hello-elementor/fonts//Gotham-Bold.woff2') format('woff2'),
        url('https://drafts.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://drafts.windsorland.com.my/wp-content/themes/hello-elementor/fonts/ArnoPro-Bold.woff2') format('woff2'),
        url('https://drafts.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://drafts.windsorland.com.my/wp-content/themes/hello-elementor/fonts/ArnoPro-Regular.woff2') format('woff2'),
        url('https://drafts.windsorland.com.my/wp-content/themes/hello-elementor/fonts/ArnoPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body, p, span{
	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.4);
	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-subtitle {
    font-size: 32px;
    letter-spacing: 2px;
	font-family: "Libre Franklin", sans-serif !important;
}

.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;
}
.latest-news .property-card h3{
	color:#000 !important;
}
/* 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://svp.42f.mytemp.website/wp/wp-content/uploads/2025/12/location.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: #8d5837;
}
.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;
}
@media (max-width: 768px) {
	.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:40px;
	}
}