@charset "UTF-8";
/*!
Theme name : casagrand-laurels
Description : Custom theme for Casagrand laurels
Author : Socialbeat
Author URI : https://socialbeat.in
Version : 1.0.0
Theme URI : https://socialbeat.in/
//*! */

*{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;word-break: break-word;line-height:1.5;}
*:before,*:after{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
a{text-decoration: none;outline: none;color:inherit;}
a:hover{cursor: pointer;}
a:focus {outline:none;box-shadow: none;}

@font-face {
    font-family: 'Biospace';
    src: url('/wp-content/themes/casagrand-laurels/fonts/BiospaceRegular.woff2') format('woff2'),
        url('/wp-content/themes/casagrand-laurels/fonts/BiospaceRegular.woff') format('woff'),
        url('/wp-content/themes/casagrand-laurels/fonts/BiospaceRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('/wp-content/themes/casagrand-laurels/fonts/Gotham-Book.woff2') format('woff2'),
        url('/wp-content/themes/casagrand-laurels/fonts/Gotham-Book.woff') format('woff'),
        url('/wp-content/themes/casagrand-laurels/fonts/Gotham-Book.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
p{
	font-family: 'Gotham', 'sans-serif';
	color: #939598;
}
h1,h2{
	font-family: 'Gotham', 'sans-serif';
}
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}
table{
	width: 100%;
    text-align: center;
}
td{
	padding: 15px 10px;
	font-size: 18px;
	color: #939598;
}
th,td{
    white-space: nowrap;
    word-break: keep-all;
}
.dark-blue-bg{
	background-color: #1a292f;
}
.color-gold{
	color:#937845;
}
.cg-title h2{
	font-size: 48px;
	text-transform: uppercase;
}
.cg-title h3{
	font-size: 30px;
	color: #939598;
	font-family: 'Gotham';
}
.gradient-section-bg{
    background: linear-gradient(0deg, rgba(245,242,237,1) 0%, rgba(255,255,255,1) 50%);
    padding: 0 0 75px 0;
}
.fancy-separator img{
	max-width: 376px;
	width: 100%;
}
.anniversary-img{
    position: absolute;
    right: 10px;
    top: 55%;
}
#enquire-call-button{
	display: none;
}
#show-on-sm{
	display: none;
}
/*Header ends*/
/*Banner Starts*/
.desk-relative{
	position: relative;
}
.cgpr_header{
	padding: 15px 0;
}
.logo-div img{
	max-width: 200px;
	width:100%;
}
.phone-div{
	display: flex;
	justify-content: flex-end;
}
.call-us p{
	margin: 0;
    margin-left: 34px;
    font-size: 16px;
    font-weight: 500;
}
.call-us-num{
    display: flex;
    align-items: center;
}
.call-us-num img{
	width: 26px;
	margin: 0px 8px 0 0;
}
.call-us-num a{
    font-size: 18px;
    font-family: 'Gotham', 'sans-serif';
    line-height: 1;
}
.call-us-num a span{
	line-height: 1;
}
/**/
.banner-image{
	height: 700px;
	padding: 0;
	object-fit: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.banner-text{
    position: absolute;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 10px 20px;
    font-size: 20px;
    right: 0;
    top: 75%;
}
.down-brochure{
    position: absolute;
    right: 0px;
    top: 87%;
    color: #000;
    background: rgba(255,255,255,0.9);
    padding: 10px 20px;
    border-radius: 5px;
}
.banner-image video {
    max-width: 100%;
    height: auto;
}
.banner-form{
/*	height: 800px;*/
	height: auto;
	max-width: 100%;
	background: rgb(113,89,51);
	background: linear-gradient(0deg, rgba(113,89,51,1) 30%, rgba(170,140,80,1) 100%);
}
.banner-form h2{
	color: #fff;
	font-size: 35px;
	font-family: 'Biospace', 'sans-serif';
	text-transform: uppercase;
}
.form-main{
    background: #fcbb55;
    text-align: center;
    height: auto;
    width: 100%;
    padding: 10px;
    margin: 0;
    max-width: 420px;
	position: absolute;
    right: 5%;
    top: 5%;
}
#gform_wrapper_1{
    margin: 10px 10px;
    background: #fcbb55;
    border: 1px solid #565e6f;
    padding: 0;
}
#gform_fields_1{
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
}
#gform_fields_1 .gfield .ginput_container input{
    border: 0;
    color: #0e0e0e;
    font-size: 14px;
    border-style: solid;
    transition: 0.3s all;
    min-width: 100px;
    margin: 5px 0;
    padding: 4px 10px;
}
.gfield_select, textarea{
	color: #0e0e0e;
    font-size: 14px!important;
    border-style: solid;
    transition: 0.3s all;
    min-width: 100px;
	border: 0!important;
    margin:5px 0;
    padding: 4px 10px!important;
}

#gform_fields_1 .gfield .ginput_container input::placeholder,
#gform_fields_2 .gfield .ginput_container input::placeholder{
	color: #0e0e0e;
	transition: 0.3s all;
}
.iti__selected-dial-code {
	color: #0e0e0e!important;
}
.gform_title{
	width: 100%;
    float: left;
    background: #565e6f;
    padding: 8px 0;
    color: #fff;
    font-size: 19px;
}
#gform_fields_1 .gfield .ginput_container input:focus{
	outline: none;
	border-image:linear-gradient(to left, transparent, #fff, transparent) 0 1 100%;
	transition: 0.3s all;
}
#gform_1 .gform-body.gform_body{
	padding: 15px 0 0 0;
}
 #gform_submit_button_1{
	padding: 8px 35px;
    background: #565e6f;
    color: #fff;
    border: none;
    font-size: 15px;
	text-transform: uppercase;
}
#gform_submit_button_2{
	margin: 0;
}
.gform_footer{
	justify-content: center;
}

.gchoice{
	display: flex;
	align-items: baseline;
} 
#choice_1_7_1{
	margin-right: 5px;
}
#label_1_7_1{
	font-size: 12px;
	position: relative;
    top: -3px;
	color:#fff;
}
#label_1_7_1 a{
    cursor: revert;
    pointer-events: visible !important;
}
#input_1_7 .gfield-choice-input, #label_1_7_1 {
    pointer-events: none;
}
#label_1_7_1{
	font-size: 12px;
	position: relative;
    top: -3px;
	color:#fff;
}
#input_1_7 .gfield-choice-input, #choice_1_7_1{
	width: 12px !important;
    min-width: 12px !important;
    margin-right: 5px !important;
}

/*Banner ends*/


/*form validation styles*/
#gform_1_validation_container,
#gform_2_validation_container{
	display: none;
}
.gfield_validation_message{
	padding: 5px!important;
    width: 100%!important;
    border-color: #565e6f!important;
    color: #565e6f!important;
    background: transparent!important;
}

/*thank you page*/
.thank-you-page{
    height: 82vh;
    align-items: center;
    vertical-align: middle;
    display: inline-grid;
}
/*Phone flag css*/
.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent!important;
}
.iti__selected-dial-code{
	color: rgba(255,255,255,0.7);
}
.iti__arrow{
	border-top: 4px solid rgba(16, 16, 16, 0.7)!important;
}
.iti__arrow--up{
	border-bottom: 4px solid rgba(16,16,16,0.7)!important;
}
span.spf-phone.valid-msg{
	color: #191919!important;
}
.cgpr_footer{
	background-color:#8b3d1d;
	color:#fff;
	text-align: center;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
}
.copyright{
	margin: 0 20px 7px 0;
	color: #fff;
	font-size: 26px;
}
.copy-footer{
	margin: 0 auto;
	text-align: center;
}

.enquire-about-button{
	background-color: #fcbb55;
    color: #333;
    font-size: 20px;
    border-radius: 50px;
    padding: 10px 15px;
	margin-bottom: 7px;
}
.our-projects{
	display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    padding: 40px 0 80px 0;
}
.indi-projects{
	position: relative;
	max-width: 370px;
	width: 100%;
    box-shadow: -2px -5px 10px 1px #9c9898;
}
.proj-image img{	
    width: 100%;
    max-width: 370px;
}
.proj-title{
    color: #fff;
    background-color: rgba(252, 179, 57, 0.9);
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
	margin: 0;
}
.indi-cont p, .indi-cont h3{
	margin: 0;
	padding: 0;
}
.indi-cont h3{
	font-size: 18px;
	color:#000;
	margin:0 0 10px 0;
}
.indi-cont h4{
	font-size: 18px;
	color:#000;
	margin: 10px 0;
}
.indi-cont p, .indi-cont ul li{
	font-size: 13px;
	font-family: 'Gotham', 'sans-serif';
	color:#000;
}
.indi-cont ul li{

}
.view-walkthrough a{
	text-decoration: underline;
	font-weight: bold;
}
.big_reasons_con ul{
	padding-left: 0;
}
.big_reasons_con ul li {
    padding-left: 18px;
    background: url(https://casagrandsholinganallur.com/wp-content/uploads/2024/08/bullet.png) no-repeat;
    background-position: left 4px;
    list-style: none;
}

.two-buttons a{
	background-color: #fcbb55;
    color: #fff;
    padding: 8px 11px;
    border: none;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    width: 50%;
    font-weight: bold;
}
.two-buttons a:first-of-type{
	border-right: 1px solid #fff;
}
.two-buttons{
	position: absolute;
	bottom: -40px;
	width: 100%;
	display: flex;
	box-shadow:0px  0px 10px 0px #9c9898;
}
.market-price-text{
    text-decoration-line: line-through;
}
.offer-price-text{
	font-weight: bold;
	font-size: 14px!important;
}
.mobile-banner-image{
	display: none;
	height: 550px;
	padding: 0;
	object-fit: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
}

.ovr-youtube-popup{position: fixed;left: 0;width: 100%;bottom: -100%;background-color:var(--ternarycolor);padding: 30px 0;z-index: 999;transition: bottom 0.3s ease-in-out;}
.ovr-close-btn, .book-close-btn{cursor: pointer; position: absolute;right: 12px;top: 12px;width: 24px;height: 24px;border-radius: 50%;background-repeat: no-repeat;background-position: center;background-size: contain;background-image: url(https://casagrandsholinganallur.com/wp-content/uploads/2024/08/close-icon-2.png);}
.ovr-youtube-popup.ovr-youtube-popup-1.active{bottom: 25%;}
.ovr-youtube-popup.ovr-youtube-popup-2.active{bottom: 25%;}
.ovr-youtube-popup.ovr-youtube-popup-3.active{bottom: 25%;}
.book-youtube-popup{position: fixed;left: 50%;width: 400px;max-width: 90%;max-height: 90vh; top: 50%;background-color:var(--ternarycolor);padding: 40px 0;z-index: 999;transform: translate(-50%, -50%);display: none;}
.ovr-yt-con{padding: 15px 40px;max-height: calc(90vh - 90px);overflow-y: auto;}
.popup-overlay{position: fixed;left: 0;top: 0;width: 100%;height: 100vh;background-color: rgba(0, 0, 0, 0.75);z-index: 900;display: none;}

.ovr-enquirenow-popup{position: fixed;left: 0;width: 100%;bottom: -100%;background-color:#881A10;padding: 30px 0;z-index: 999;transition: bottom 0.3s ease-in-out;}
.ovr-close-btn, .book-close-btn{cursor: pointer; position: absolute;right: 12px;top: 12px;width: 24px;height: 24px;border-radius: 50%;background-repeat: no-repeat;background-position: center;background-size: contain;background-image: url(https://casagrandsuncity.com/wp-content/uploads/2024/03/close-icon-2.png);}
.ovr-enquirenow-popup.active{bottom: 0;}
.book-enquirenow-popup{position: fixed;left: 50%;width: 400px;max-width: 90%;max-height: 90vh; top: 50%;background-color:#881A10;padding: 40px 0;z-index: 999;transform: translate(-50%, -50%);display: none;}
.ovr-enquirenow-form{padding: 15px 40px;max-height: calc(90vh - 90px);overflow-y: auto;}
.popup-overlay{position: fixed;left: 0;top: 0;width: 100%;height: 100vh;background-color: rgba(0, 0, 0, 0.75);z-index: 900;display: none;}
#booknow-popup #gform_wrapper_1{background: #881a10;border: 0;}

@media screen and (max-width:1200px){
	.three-icon-sec{
		justify-content: center;
	}
	.gallery-slide img{
		width: 100%;
		height:400px;
	}
	.img-iframe{
		height: 300px;
	}
	.box_mins.box_mins p {
    	font-size: 14px;
    }
    .main-box p, .normal-box p{
    	font-size: 14px;
	}
	.indi-projects{
		margin:0px 0 80px 0;
	}
	.indi-projects:last-of-type{
		margin:0;
	}
	
	.form-main{
		position: unset;
		margin: 40px auto 0 auto;
		max-width: 550px;
	}
}
@media screen and (max-width:1024px){
	.banner-form h2 {
		font-size: 30px;
	}
	.cg-title h2{
		font-size: 40px;
	}
	.cg-title h3{
		font-size: 30px;
	}
	.videos-section .flex-con h3{
		font-size: 26px;
	}
	#gform_submit_button_1{
		font-size: 22px;
	}
	.normal-box {
    	margin: 15px 26px;
	}
	.mobile-banner-image{
		display: block;
	}
	.banner-image{
		display: none;
	}
}
@media screen and (max-width:1002px){
	#gform_fields_1{
		justify-content: center;	
	}
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
	.banner-form h2 {
    	font-size: 20px!important;
	}
	#gform_submit_button_1 {
    	padding: 0px 10px!important;
    	font-size: 14px!important;
	}
	
	#gform_1 .gform-body.gform_body {
    	padding: 0!important;
	}
}

@media screen and (max-width: 768px){
	html{
		overflow-x: hidden;
	}
	.cgpr-download-section form {
		flex-direction: column;
		}
	#three-icon-2{
		margin: 20px 0;
	}
	#gform_fields_1 {
    	display: flex;
    	justify-content: center;
	}
	#gform_fields_2{
		flex-direction: column;
		}
	#gform_fields_1 .gfield .ginput_container input{
		margin: 5px 0;
	}
	#field_2_1, #field_2_3{
		margin: 0 auto;
		}
	#gform_submit_button_1 {
		padding: 0px 10px;
		font-size: 18px;	
	}
	#gform_submit_button_2{
	    margin: 40px 0 0 0;
		}
	.logo-div, .phone-div{
		justify-content: center;
		display: flex;
		margin: 15px auto;
	}	
	.banner-image{
		height: 600px;
	}
	.banner-form{
		height: auto;
/*		padding: 30px 0;*/
	}
	.banner-form h2 {
		font-size: 30px;
	}
	#gform_1 .gform-body.gform_body {
		padding: 10px 0 0 0;
	}
	
	.next-arrow{
		right: 0;
		width: 20px;
	}
	.prev-arrow{
		left: 0;
		width: 20px;
	}
	
	#show-on-sm{
		display: block;
	}
	.phone-div{
		display: none;
	}
	#show-on-sm{
		background-color:#937845;
		padding: 5px 0;
	}
	#show-on-sm a img{
    	width: 25px;
    	position: relative;
    	top: -3px;
    	margin-right: 6px;
	}
	#show-on-sm a span{
    	font-size: 22px;
    	font-family: 'Biospace';
	    color: #fff;
	}
	.cgpr_header {
    	padding: 10px 0;
	}
}
@media screen and (max-width:767px){
	.banner-form{
		height: 100%;
		padding: 30px 0;
	}
	.banner-image{
		height: 450px;
		position: relative;
		top: 6px;
	}
	.two-buttons a{
		font-size: 13px;
	}
	.copyright{
		font-size: 18px;
	}
	.enquire-about-button{
		font-size: 14px;
	}
}
@media screen and (max-width:500px){
	.three-icon-1 {
	    margin: 40px 0;
	}
.banner-image{
	height: 400px;
	background-position: 0 50%;
	}
	.banner-text{
		top:55%;
	}
.overview h1{
	font-size: 40px;
	}
.overview h2{
	font-size: 24px;		
	}
.cg-title h2{
	font-size: 28px;
	}
.cg-title h3, .videos-section .flex-con h3{
	font-size: 20px;
	}
	.img-iframe{
		height: 200px;
	}
	.main-box p{
    	font-size: 10px;
	}
	.box_mins.box_mins p, .normal-box p{
    	font-size: 12px;
	}
	#enquire-call-button{
		display: block;
	    position: fixed;
	    bottom: 0;
	    display: flex;
	    justify-content: space-between;
	    width: 100%;
	    z-index: 5555;
	}
	a.enq-button {
	    width: 50%;
		float: left;
		text-align: center;
		background: #565e6f;
		padding: 8px 0px;
		color: #fff;
		border-right: 1px solid #fff;
		text-decoration: none;
	}
	.anniversary-img {
		position: absolute;
		left: 10px;
		top: 78%;
	}
	.copyright{
		margin:0 0 10px 0;
	}
	.copy-footer{
		padding:0 0 50px 0;
		text-align: center;
	}
}
