@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;font-family: "Times New Roman", serif;}
*: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: 'Continuum-Bold';
    src: url('/wp-content/themes/casagrand-laurels/fonts/ContinuumBold.woff2') format('woff2'),
        url('/wp-content/themes/casagrand-laurels/fonts/ContinuumBold.woff') format('woff'),
        url('/wp-content/themes/casagrand-laurels/fonts/ContinuumBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Continum-Medium';
    src: url('/wp-content/themes/casagrand-laurels/fonts/ContinuumMedium.woff2') format('woff2'),
        url('/wp-content/themes/casagrand-laurels/fonts/ContinuumMedium.woff') format('woff'),
        url('/wp-content/themes/casagrand-laurels/fonts/ContinuumMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Continum-Light';
    src: url('/wp-content/themes/casagrand-laurels/fonts/ContinuumLight.woff2') format('woff2'),
        url('/wp-content/themes/casagrand-laurels/fonts/ContinuumLight.woff') format('woff'),
        url('/wp-content/themes/casagrand-laurels/fonts/ContinuumLight.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* .blink {
	animation: heartbeat 1.5s infinite;
	-webkit-animation: heartbeat 1.5s infinite;
  }
  @keyframes heartbeat
		{
			0%, 100% {
				-webkit-transform: scale(1);
				-moz-transform: scale(1);
				-o-transform: scale(1);
				transform: scale(1);
			}
			
			50% {
				-webkit-transform: scale(1.1);
				-moz-transform: scale(1.1);
				-o-transform: scale(1.1);
				transform: scale(1.1);
			}
		} */

	.bounce-animate {
		animation: bounce 5s ease infinite;
	}
	.chat-icon {
		position: fixed;
		bottom: 2rem;
		right: 2rem;
		z-index: 999;
	}
	@keyframes bounce{
		0%, 20%, 50%, 80%, 100% {
			transform: translateY(0);
		}
		
		40% {
			transform: translateY(-30px);
		}
		60% {
			transform: translateY(-15px);
		}
	}

p{
	font-family: "Times New Roman", serif;
	color: #939598;
}
h1,h2{
	font-family: "Times New Roman", serif;
}
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
  font-family: "Times New Roman", serif;
}
table{
	width: 100%;
    text-align: center;
}
td{
	padding: 15px 10px;
	font-size: 18px;
	color: #939598;
}
th,td{
    white-space: nowrap;
    word-break: keep-all;
}
.nav-item .nav-link{
	font-family:  "Times New Roman", serif;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	transition:0.3s all;	
	margin: 0px 10px;
	letter-spacing: 2px;
}
.nav-item .nav-link:last-of-type{
	margin-right: 0!important;
	padding-right: 0!important;
}

.nav-item .nav-link active, .nav-item .nav-link:hover {
	color: #d8af45;
	transition:0.3s all;
}
.navbar-nav .nav-item {
	position: relative;
  }
  
  .navbar-nav .nav-item:not(:last-child)::after {
	content: "";
    position: absolute;
    top: 10px;
    right: -32px;
    height: 12px;
    width: 2px;
    margin-right: 20px;
    background-color: #000;
  }
.cg-nav{
	display: flex;
	justify-content: space-around;
	width: 100%;
}
.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;
}
.form-main-thank-you{
    background: rgba(255, 255, 255, 0.75);
    text-align: center;
    height: 130px;
    width: 100%;
    margin: 0;
    max-width: 340px;
    position: absolute;
    right: 5%;
    top: 12%;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-main-thank-you h2{
	font-size: 18px;
}
/*Header ends*/
/*Banner Starts*/
.desk-relative{
	position: relative;
}
.cgpr_header{
	padding:0;
}
.logo-div img{
	max-width: 225px;
	width:100%;
}
.phone-div {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: 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;
	font-family: 'Poppins', 'sans-serif';
}
/**/
/* .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: rgba(255,255,255,0.75);
    text-align: center;
    height: auto;
    width: 100%;
    margin: 0;
    max-width: 355px;
	position: absolute;
    right: 4.5%;
    top: 19%;
}
#gform_wrapper_1{
    margin: -16px 0 0 0;
}
#gform_fields_1, #gform_fields_5{
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    max-width: 315px;
}
#gform_fields_1 .gfield .ginput_container input, #gform_fields_5 .gfield .ginput_container input{
    border: 0;
    color: #646464;
    font-size: 14px;
    border-style: solid;
    transition: 0.3s all;
    min-width: 100px;
    margin: 5px 0;
    padding: 10px 10px;
    background: #ffffff;
    border: 1px solid #878383;
    font-style: italic;
}
.gfield_select, textarea{
	color: #646464;
    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 .iti__selected-dial-code , #gform_fields_5 .iti__selected-dial-code {
    color:#646464!important;
}
#gform_fields_1 .iti__arrow, #gform_fields_5 .iti__arrow{
    border-top: 4px solid #646464!important;
}
#gform_fields_1 .gfield .ginput_container input::placeholder, #gform_fields_5 .gfield .ginput_container input::placeholder{
	color: #646464;
	transition: 0.3s all;
}
.iti__selected-dial-code {
	color: #0e0e0e!important;
}
.gform_title{
	width: 100%;
    float: left;
    background: #9c6b42;
    padding: 15px 0;
	text-transform: uppercase;
    color: #fff;
    font-size: 24px;
}
#gform_fields_1 .gfield .ginput_container input:focus, #gform_fields_5 .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, #gform_5 .gform-body.gform_body{
	padding: 15px 0 0 0;
}
 #gform_submit_button_1,  #gform_submit_button_5{
	padding: 8px 35px;
    background: #343434;
    color: #fff;
    border: none;
    font-size: 15px;
	text-transform: uppercase;
}
#gform_submit_button_2{
	margin: 0;
}
.gform_footer{
	justify-content: center;
}
#cgpr-banner-form{
	margin-top: 40px;
}
.ban-text-black{
    text-align: center;
    background: #000;
    margin: 0;
    padding: 5px 10px;
    line-height: 1;
}
.ban-text-black p{
	margin: 0;
	color: #fff;
}
/*Banner ends*/
/* slider starts */
.home-page-slider{
	position: relative;
}
.home-page-slider .home-slider-image{
	background-position: 50% 30%;
	background-size: cover;
	background-repeat: no-repeat;
}
.home-desktop .home-slider-image{
	height: 85vh;
    min-height: 550px;
}
.home-tablet .home-slider-image{
	height: 500px;
}
.home-mobile .home-slider-image{
	height: 380px;
}
.home-tablet , .home-mobile{
	display: none;
}

.prev-arrow {
    left: 40px;
    width: 30px;
    height: 40px;
    background-image: url(/wp-content/themes/casagrand-laurels/img/left-arrow.png) !important;
    z-index: 5;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background: transparent;
    border: 0;
    position: absolute;
    top: 50%;
}
.next-arrow {
    right: 40px;
    width: 30px;
    height: 40px;
    background-image: url(/wp-content/themes/casagrand-laurels/img/right-arrow.png) !important;
    z-index: 5;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background: transparent;
    border: 0;
	position: absolute;
	top: 50%;
}
/* slider ends */
/*form validation styles*/
#gform_1_validation_container,
#gform_2_validation_container,
#gform_5_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{
	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;
}


.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;}

/* Salient features starts */
.slnt-features-sec{padding: 40px 0 0 0;}
.slnt-features-sec p{margin-top: 40px; text-align: center; color: #000;}
.slnt-features-sec ul{display: flex;justify-content:space-between;flex-flow: row wrap;margin: 30px auto;max-width: 1000px;}
.slnt-features-sec ul li{width: 48%;position: relative;margin-bottom: 24px;padding-left: 18px;list-style: none;max-width: 440px;}
.slnt-features-sec ul li:before{position: absolute;content: '';left: 0;top: 10px;width: 8px;height: 8px;border-radius: 50%;background-color: #c0892e;}
.slnt-features-sec ul li:nth-child(odd){margin-right: auto;}
.slnt-features-sec ul li:nth-child(even){margin-left: auto;}
/* Salient features ends */

.gform_description{
    text-align: center;
    font-size: 13px;
    margin: 0;
    color: #3c3c3c;
}
.ovr-enquirenow-form .gform_description{
    text-align: center;
    font-size: 13px;
    padding: 10px 0 0 0;
    color: #fff;
}

/* Amenities style starts */
.amenities-section{
	padding: 0;
}
.amenities-icons {
    flex-flow: row wrap;
    max-width: 75%;
    margin: 30px auto;
    justify-content: center;
    overflow: hidden;
    width: 100%;
	position: relative;
}
.single-amenity{
	margin: 20px;
	max-width:200px;
	display: flex!important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.slick-prev, .slick-next {
    position: absolute;
    transform: translateY(-50%);
    border: none;
    cursor: pointer;
}
.slick-prev {
    left: 0;
    top: 40%;
}
.slick-next {
    right: 8px;
    top: 40%;
}
.single-amenity img {
	width: 125px;
}
.single-amenity p {
    margin-top: 0px;
	font-size: 12px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
}
.casa-title {
    display: flex;
	max-width: 900px;
	width: 100%;
	margin:0 auto;
    align-items: center;
    justify-content: center;
    font-size: 34px; 
    text-transform: uppercase; 
    color: #000;
	letter-spacing: 5px;
}

.casa-title::before,
.casa-title::after {
    content: '';
    flex: 1;
    height: 4px; 
    background: linear-gradient(to right, transparent, #dca33c);
    margin: 0 10px;
}

.casa-title::after {
    background: linear-gradient(to left,transparent, #dca33c);
}
/* Amenities style ends */


/* Location advantages starts */
.location-adv-section{
	padding:40px 0 0 0;
}
.lc-row{margin: 0 -15px;display: flex;justify-content:flex-start;flex-flow: row wrap;}
.loc-adv-sec{position: relative;padding: 40px 0 0 0;}
.loc-adv-wrap .col-md-4{margin-bottom: 30px;}
.loc-adv-item{display: flex;justify-content: space-between;flex-flow: row wrap;background: rgb(239,227,211);
background: linear-gradient(180deg, rgba(239,227,211,1) 0%, rgba(251,239,223,1) 51%, rgba(225,209,186,1) 100%);border-radius: 4px;padding: 24px 30px;height: 100%;}
.loc-adv-item .loc-adv-icon{width: 48px;margin-right: auto;}
.loc-adv-item .loc-adv-content{width: calc(100% - 60px);margin-left: auto;}
.loc-adv-item .loc-adv-content span{font-size: 40px;color:#c0892e;margin-bottom: 6px;line-height: 1.2;display: block;}
.loc-adv-item .loc-adv-content span b{font-size: 20px;font-weight: 400;}
.loc-adv-item .loc-adv-content p{font-size: 12px;color: #4E555B;font-weight: 600;}
/* Location advantages ends */

table, th, td{
	border: 0;
}
/* Configiration table starts */
.ccd-config-sec{position: relative;padding:30px 0 0 0;}
.ccd-config-top{display: flex;justify-content: center;align-items: center;flex-flow: row wrap;margin: 30px 0;}
.ccd-config-top span{display: block;font-size: 20px;font-weight: 600;}
.ccd-config-top del{color: rgba(65, 65, 65, 0.4);font-size: 20px;font-weight: 600;margin-right: 24px;}
.ccd-config-top .text-1{color: #000; margin-right: 24px;}
.ccd-config-top .text-2{color:  #000; }
.ccd-config-tabel table{width: 100%;border-collapse: collapse;}
.ccd-config-tabel table thead{background-color: #c0892e;}
.ccd-config-tabel table thead th{color: #fff;font-size: 14px;font-weight: 600;padding: 14px 5px;text-align: center;}
.ccd-config-tabel table td{color:#000;font-size: 14px;padding: 14px 5px; min-width: 130px;}
.ccd-config-tabel table td b{font-weight: 600;color: var(--secondarycolor);}
.ccd-config-tabel table tbody tr{border-bottom: 1px solid #EBEBEB;}
.ccd-config-tabel table tbody tr.tr-main-head, .ccd-config-tabel table tbody tr.tr-sm-text{border-bottom: 0 none;}
.ccd-config-tabel table .tr-main-head{background-color: #c0892e4f;font-size: 14px;font-weight: bold;text-transform: uppercase;}
.ccd-config-tabel table .tr-sm-text{font-size: 10px;color: #000;text-align: center;}
/* Configuration table ends */


/* Videos section style starts */
.videos-section{padding: 40px 0 0 0;}
.amanities-tab-sec{position: relative;padding: 0px 0 80px 0;}
.amanities-tab-header{display: flex;justify-content: center;align-items: center;margin:30px 0;}
.amanities-tab-header li{width: auto;}
.amanities-tab-header li:not(:last-child){margin-right: 24px;}
.amanities-tab-header li a{position: relative;display: block;color: rgba(65, 65, 65, 0.4);font-size: 20px;font-weight: 600;transition: all 0.30s ease-in-out;-webkit-transition: all 0.30s ease-in-out;-moz-transition: all 0.30s ease-in-out;}
.amanities-tab-header li a:before{position: absolute;content: '';left: 0;bottom: 0;width: 0;height: 2px;background-color:#c0892e;transition: width .3s, transform .3s;}
.amanities-tab-header li a:hover, .amanities-tab-header li a.active{color:#c0892e;}
.amanities-tab-header li a:hover:before, .amanities-tab-header li a.active:before{width: 100%;}
.wlk-item a{display: block;position: relative;}
.wlk-item .play-icon{position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);width: 68px;height: 65px;border-radius: 50%;background: linear-gradient(90deg,rgba(192,137,46,1) 0%,rgba(247,193,87,1) 50%,rgba(164,108,41,1) 100%);}
.wlk-item .play-icon:before{position: absolute;content: '';left: 26px;top: 20px;width: 0;height: 0;border-style: solid;border-width: 12px 0 12px 21px;border-color: transparent transparent transparent #ffffff;}
.amanities-tab-panel{display: none;}
.amanities-block{position: relative;padding-right: 90px;}
.amanities-figures .col-6:first-child figure{height: 100%;}
.amanities-figures img{height: 100%;object-fit: cover;}
.amanities-figures .col-6:last-child figure:not(:last-child){margin-bottom: 30px;}
.nav-tabs .nav-link, .nav-tabs .nav-link:hover{border: 0;}
.nav-link:hover{background: linear-gradient(90deg, rgba(192, 137, 46, 1) 0%, rgba(247, 193, 87, 1) 50%, rgba(164, 108, 41, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
/*.amanities-tab{max-height: 800px; height: 100%;}*/
.amanities-tab-header {border: 0;}
.nav-tabs .nav-link.active {color: #c0892e;background: linear-gradient(90deg, rgba(192, 137, 46, 1) 0%, rgba(247, 193, 87, 1) 50%, rgba(164, 108, 41, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
/* Videos section style ends */


/* Location style starts */
.location-section{
	margin: 30px 0 0 0; 
	padding: 0;
}

.location-section .innerloc {
	position: relative;
    width: 100%;
    height: 700px;
    padding: 0;
    margin: 0 auto;
}

.location-section .innerloc .top-section {
	background-color: black;
    color: white;
    text-align: center;
    padding: 40px 0 20px 0;
    height: 50%;
    z-index: 1;
    position: relative;
}


.location-section .innerloc .top-section p {
    margin: 23px 0 0 0;
    font-size: 20px;
}

.location-section .innerloc .map-container {
    position: absolute;
    top: 160px;
    width: 100%;
    overflow: hidden;
    z-index: 2;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.location-section .innerloc .map-container iframe {
    width: 100%;
	box-shadow: 1px 1px 10px #747474;
}

.location-section .innerloc .bottom-section {
    background-color: white;
    height: 50%;
    z-index: 1;
    position: relative;
}


/* Location style ends */


/* Download a brochure section style starts */
.download-section{
	padding: 40px 0;
	background-color: #000;
}
.cgpr-download-section form{
    display: flex;
    justify-content: center;
	align-items: center;
	padding: 20px 0;
}
#gform_fields_4{
    display: flex;
}
#gform_fields_4 .gfield .ginput_container input {
    background: transparent!important;
    border: 0;
    color: #fff;
    border-width: 1px;
    font-size: 18px;
    border-style: solid;
    border-bottom-color: #939598;
    transition: 0.3s all;
    min-width: 250px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}
#gform_4 .gform_footer{
	margin: 0;
	padding: 0;
}
#gform_fields_4 .gfield .ginput_container input:focus {
	outline: none;
	border-color:#ffffff;
	transition: 0.3s all;
}
#field_4_3, #field_4_4, #field_4_5{
	margin: 0 20px 0 auto;
}
#brochure-popup #field_4_1, #brochure-popup #field_4_3, #brochure-popup #field_4_6{
	margin: 0;
}
#gform_submit_button_4{
    color: #000;
    background: #fff;
    font-size: 18px;
    padding: 10px 20px;
    margin: 0 20px;
    border-radius: 3px;
    text-transform: uppercase;
}
.iti__arrow {
    border-top: 4px solid rgba(255, 255, 255, 0.7) !important;
}
.iti__selected-dial-code {
    color: rgba(255, 255, 255, 0.7)!important;
}

/*form validation styles*/
#gform_1_validation_container,
#gform_5_validation_container,
#gform_4_validation_container{
	display: none;
}
.gfield_validation_message{
	padding: 5px!important;
    width: 100%!important;
    border-color: #fff!important;
    color: #fff!important;
    background: transparent!important;
}


/* Download a brochire section style ends */

/*pop-up form styles starts*/
.ovr-enquirenow-popup{
	position: fixed;
	left: 0;
	width: 100%;
	bottom: -100%;
	background:linear-gradient(0deg, rgba(113,89,51,1) 30%, rgba(170,140,80,1) 100%);
	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://casagrandmercury.com/wp-content/uploads/2024/02/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: 55%;
	background: linear-gradient(0deg, rgba(113,89,51,1) 30%, rgba(170,140,80,1) 100%);
	padding: 40px 0;
	z-index: 99999!important;
	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;
}
#accordionFlushExample .accordion-item .accordion-button, #accordionFlushExample .accordion-item .accordion-button.collapsed, #accordionFlushExample .accordion-item {
    border-radius: 0;
    background: linear-gradient(180deg, rgba(239, 227, 211, 1) 0%, rgba(251, 239, 223, 1) 51%, rgba(225, 209, 186, 1) 100%);
    border-radius: 4px;
}
.accordion-button:focus{
	border: 0;
	box-shadow:none;
}
.accordion-header {
    margin-bottom: 0;
    /* padding: 20px 0; */
    height: 55px;
}
.accordion-item {
    margin: 25px 0;
}
.loc-adv-map{
	padding: 40px 0;
}
.accordion-button{
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 1.5px;
} 
.accordion-body p{
	font-weight: 600;
	color: #000;
}
.accordion-button:not(.collapsed){
	color:#000;
}
body .gform_wrapper .gfield .iti {
    position: relative;
    display: inherit;
    overflow: hidden;
}
.gchoice{
	display: flex;
    align-items: baseline;
    min-width: 310px;
    margin: 0 auto;	
} 
.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer{
	margin: 0;
    padding: 10px 0;
}
#choice_1_9_1, #choice_5_7_1{
	margin-right: 5px;
	width: 12px!important;
	padding: 11px!important;
	background: #000!important;
}
#label_1_9_1, #label_5_7_1{
	font-size: 12px;
	color:#000;
}
#label_1_9_1 a, #label_5_7_1 a{
	cursor: revert;
	pointer-events: visible !important;
}
#input_1_9 .gfield-choice-input, #label_1_9_1, #input_5_7 .gfield-choice-input, #label_5_7_1  {
	pointer-events: none;
}
#label_1_7_1, #label_5_7_1{
	font-size: 12px;
	color:#000;
}
#input_1_9 .gfield-choice-input, #choice_1_9_1, #input_5_7 .gfield-choice-input, #choice_5_7_1{
	width: 10px !important;
	height: 10px !important;
	margin-right: 5px !important;
	min-width: 10px !important;
}
.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before{
	color:#fff!important;
}
#field_1_9 , #field_5_7{
	align-items: center;
	display: flex;
	justify-content: center;
}

@media screen and (max-width:1200px){
	.home-desktop{
		display: none;
	}
	.home-tablet{
		display: block;
	}
	.home-mobile{
		display: none;
	}
	.three-icon-sec{
		justify-content: center;
	}
	.blink{
		animation: none;
	}
	.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, #gform_submit_button_5{
		font-size: 22px;
	}
	.normal-box {
    	margin: 15px 26px;
	}

	.cgpr-download-section form {
		flex-direction: column;
		}

	#gform_fields_4{
		flex-direction: column;
		}
	#field_4_3 #field_4_3, #field_4_5{
		margin: 0 auto;
		}

	#gform_submit_button_4{
	    margin: 40px 0 0 0;
		}
	.casa-title{
		font-size: 30px;
	}
	.location-section .innerloc .top-section p {
		margin: 23px 0 0 0;
		font-size: 20px;
		padding: 0 20px;
	}
	.ccd-config-tabel {
        overflow-x: auto;
    }
}
@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, #gform_submit_button_5  {
    	padding: 10px!important;
    	font-size: 14px!important;
	}
	
	#gform_1 .gform-body.gform_body, #gform_5 .gform-body.gform_body {
    	padding: 0!important;
	}
}


@media screen and (max-width:990px){
	#show-on-sm{
		display: block;
		background-color: #000;
		width: 100%;
		padding: 7px 0;
		color: #fff;
	}
	.navbar-toggler{
		border: 0;
	}
	.navbar-toggler:focus{
		box-shadow: none;
	}
	.cg-nav{
		justify-content: flex-end;
	}
	#show-on-sm img{
		width: 19px;
		margin-right: 6px;
	}
	#show-on-sm a{
		color: #fff;
	}
	#show-on-sm .text-center{
		display: flex;
		justify-content: center;
		width: 100%;
		background: #000;
		align-items: center;
	}
	.call-us{
		display: none!important;
	}
	.navbar{
		position: unset;
	}
	.navbar-nav{
		position: absolute;
		z-index: 55;
		background: #fff;
		max-width: 990px;
		width: 100%;
		left: 0;
		top:100px;
		padding: 20px 0;
		text-align: center;
		transition: 0.3s ease-in;
	}
	.nav-item .nav-link{
		color: #000;
		font-size: 14px;
	}
	.slnt-features-sec ul{
		flex-direction: column;
		padding: 0 0 0 10px;
	}
	.slnt-features-sec ul li {
		width: 100%;
		max-width: none;
	}
}

@media screen and (max-width: 768px){
	html{
		overflow-x: hidden;
	}
	.casa-title{
		font-size: 25px;
	}
	.location-section .innerloc .top-section p {
		margin: 23px 0 0 0;
		font-size: 18px;
		padding: 0 20px;
	}
	.cgpr-download-section form {
		flex-direction: column;
		}
	#three-icon-2{
		margin: 20px 0;
	}
	#gform_fields_1 ,#gform_fields_5 {
    	display: flex;
    	justify-content: center;
	}
	#gform_fields_2{
		flex-direction: column;
		}
	#gform_fields_1 .gfield .ginput_container input, #gform_fields_5 .gfield .ginput_container input{
		margin: 5px 0;
	}
	#field_2_1, #field_2_3{
		margin: 0 auto;
		}
	#gform_submit_button_1, #gform_submit_button_5  {
		padding: 0px 10px;
		font-size: 18px;	
	}
	#gform_submit_button_2{
	    margin: 40px 0 0 0;
		}
	.logo-div, .phone-div{
		width: 50%;
	}	
	
	.banner-form{
		height: auto;
/*		padding: 30px 0;*/
	}
	.banner-form h2 {
		font-size: 30px;
	}
	#gform_1 .gform-body.gform_body, #gform_5 .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;
	}
	
	#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:0;
	}
	.slnt-features-sec p, .slnt-features-sec ul li{
		font-size: 12px;
	}
	.ccd-config-top del, .ccd-config-top span, .amanities-tab-header li a{
		font-size: 14px;
	}
	.wlk-item .play-icon {
		width: 44px;
		height: 44px;
	}
	.wlk-item .play-icon:before {
		position: absolute;
		content: '';
		left: 17px;
		top: 14px;
		border-width: 8px 0 9px 13px;
	}
	#gform_fields_4 .gfield .ginput_container input{
		font-size: 14px;
	}
	#gform_submit_button_4{
		font-size: 14px;
    	padding: 5px 20px;
	}
	.amanities-tab-sec{position: relative;padding: 0px 0 40px 0;}
	.gform_title{
		font-size: 18px;
	}
	#gform_submit_button_1, #gform_submit_button_5 {
        padding: 10px 15px;
        font-size: 14px;
    }
	#gform_fields_1 .gfield .ginput_container input:focus, #gform_fields_5 .gfield .ginput_container input:focus{
		border: 1px solid #878383 !important;
	}
	.phone-div{
		justify-content: center;
		display: flex;
		margin: 15px auto;
	}	
	.navbar-nav {
		top:100px;
	}
	.logo-div, .phone-div {
        width: 50%;
    }
	.accordion-header {
		margin-bottom: 0;
		/* padding: 20px 0; */
		height: 40px;
	}
	.accordion-item {
		margin: 20px 0;
	}
	.loc-adv-map{
		padding: 30px 0;
	}
	.accordion-button{
		font-weight: bold;
		font-size: 18px;
		letter-spacing: 1.5px;
	} 
	.accordion-body p{
		font-weight: 600;
		color: #000;
		font-size: 16px;
	}

}
@media screen and (max-width:767px){
	.banner-form{
		height: 100%;
		padding: 30px 0;
	}
	
	.two-buttons a{
		font-size: 13px;
	}
	.copyright{
		font-size: 18px;
	}
	.enquire-about-button{
		font-size: 14px;
	}
}
@media screen and (max-width:500px){
	.form-main{
		margin: 16px auto 0 auto;
		max-width: 550px;
	}
	.home-desktop{
		display: none;
	}
	.home-tablet{
		display: none;
	}
	.home-mobile{
		display: block;
	}
	.three-icon-1 {
	    margin: 40px 0;
	}
	.casa-title{
		font-size: 20px;
		letter-spacing: 0px;
	}
	.location-section .innerloc .top-section p {
		margin: 23px 0 0 0;
		font-size: 13px;
		padding: 0 20px;
	}

.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: #dca33c;
		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;
	}
	.accordion-header {
		margin-bottom: 0;
		/* padding: 20px 0; */
		height: unset;
	}
	.accordion-item {
		margin: 30px 0;
	}
	.loc-adv-map{
		padding: 30px 0;
	}
	.accordion-button{
		font-weight: bold;
		font-size: 14px;
		letter-spacing: 1.5px;
	} 
	.accordion-body p{
		font-weight: 600;
		color: #000;
	}
	#accordionFlushExample{
		width: 90%;
		margin: 0 auto;
	}
	.loc-adv-map iframe{
		height: 350px;
		width: 90%;
		margin: 0 auto;
	}
}
@media screen and (max-width:400px){

	.casa-title{
		font-size: 18px;
		letter-spacing: 0px;
	}
	.amenities-icons{
		max-width: 90%;
	}
	.single-amenity{
		max-width: 400px;
	}
}
