/*
Theme Name: cg-suncity
Theme URI: https://casagrand.co.in/
Author: SocialBeat
Author URI: https://Socialbeat.in/
Description: Custom theme for Casagrand Suncity.
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
*/


*{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;}
img {outline:none;border: 0;vertical-align: middle;}
ul{list-style: none}
b,strong {font-weight: 700;}
input:focus, textarea:focus, input:required, textarea:required{outline:none;box-shadow: none;}
input, textarea, select{border: none;-webkit-border-radius: 0;-moz-border-radius:0;border-radius: 0;font-family: 'Poppins', sans-serif;}
input[type="submit"], input[type="button"]{-webkit-appearance: none;-moz-appearance: none;appearance: none;}
select::-ms-expand{display:none;}
textarea{resize: vertical;}
input[placeholder] {text-overflow: ellipsis;}
::-moz-placeholder {text-overflow: ellipsis;}
input:-moz-placeholder {text-overflow: ellipsis;}
h1,h2,h3,h4,h5,h6{font-weight: 400;}
footer,header,nav{display: block;}
html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust:100%;}

@font-face {
    font-family: 'Augustus';
    src: url('/wp-content/themes/cg-suncity/fonts/augustus.woff2') format('woff2'),
        url('/wp-content/themes/cg-suncity/fonts/augustus.woff') format('woff'),
        url('/wp-content/themes/cg-suncity/fonts/augustus.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.banner-text-gold{
    position: absolute;
    top: 21px;
    text-align: center;
    width: 100%;
    font-family: 'Augustus','sans-serif';
    font-size: 50px;
    text-transform: uppercase;
    background: linear-gradient(90deg, rgb(205, 169, 76) 0%, rgb(209, 168, 81) 50%, rgb(153, 112, 55) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 2.8rem;
}
.banner-small-text{
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #fff;
    font-weight: 500;
    text-shadow: 5px 5px 30px #000;
    font-size: 15px;
}

.anniversary-img {
    position: absolute;
    right: 10px;
    bottom: 2%;
}

.ccd-hero-banner-sec figure{position: relative;}
.slick-slide{outline: none;}
.img-responsive{width: 100%;height: auto;display: block;margin: 0 auto;}
.container{width: 100%;max-width: 1270px;padding: 0 15px;margin: 0 auto;}

.clearfix:after,.clearfix:before{content:" ";display:table}
.clearfix:after{clear:both}
.tran{ transition: all 0.30s ease-in-out;-webkit-transition: all 0.30s ease-in-out;-moz-transition: all 0.30s ease-in-out;}
.hidden{visibility: hidden;}
.row{margin: 0 -15px;}
.lc-row{margin: 0 -15px;display: flex;justify-content:flex-start;flex-flow: row wrap;}
.col-2{float: left;width: 20%;padding: 0 15px;}
.col-3{float: left;width: 25%;padding: 0 15px;}
.col-4{float: left;width: 33.33%;padding: 0 15px;}
.col-6{float: left;width: 50%;padding: 0 15px;}
.tw-col-4{float: left;width: 33.33%;padding: 0 8px;}
.rt-container{float: right;width: calc((100% - 1300px) / 2 + 1270px);}

/*:root{
--primarycolor:#4E555B;
--secondarycolor:#249AD0;
--ternarycolor:#144677;
--whitecolor: #ffffff;
}*/
:root{
--primarycolor:#0d252c;
--secondarycolor:#c0892e;
--ternarycolor:#c68f31;
--whitecolor: #ffffff;
}
::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);background-color: #f5f5f5;}
::-webkit-scrollbar {width: 10px;background-color: var(--primarycolor);}
::-webkit-scrollbar-thumb {background-color: var(--secondarycolor);border: 0 none;}

body{font-size: 14px;color:var(--primarycolor);font-family: 'Poppins', sans-serif;font-weight: 400;}
.no-scroll{overflow: hidden;width: 100%;height: 100%;}
.sticky-content{min-height: calc(100vh - 243px);}

/* Style for left Section */
.wrapper{padding: 0 20px 0 72px;}
input::-webkit-input-placeholder {color: rgba(78,85,91,0.4);}
input::-ms-input-placeholder{color: rgba(78,85,91,0.4);}
input:-ms-input-placeholder{color: rgba(78,85,91,0.4);}
input::-moz-placeholder{color: rgba(78,85,91,0.4);}
input:-moz-placeholder{color: rgba(78,85,91,0.4);}
input::placeholder{color: rgba(78,85,91,0.4);}

.section-heading{position: relative;padding-left: 40px;font-size: 40px;font-weight: 500;line-height: 1.3;color: var(--ternarycolor);margin-bottom: 30px;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;
}
.section-heading:before{position: absolute;content: '';left: 0;bottom: 12px;width: 32px;height: 6px;background: transparent linear-gradient(279deg, #c68f31 0%, #fcb438 100%) 0% 0% no-repeat;}

.ccd-header-logo{position: absolute;z-index:10; left: 80px;top:0;width:100%;max-width: 115px;height: auto;padding: 0 15px;display: flex;justify-content: center;align-items: center;}

.multi-level-list{position: relative;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%);padding: 30px 130px;}
.multi-level-list ul{display: flex;justify-content: flex-start;flex-flow: row wrap;margin: 0 -15px;}
.multi-level-list ul li{flex: 1 1 33.33%;padding: 0 15px;display: flex;justify-content: center;}
.multi-level-list ul li .multi-level-item{display: flex;justify-content: space-between;align-items: center;max-width: 250px;width: 100%;}
.multi-level-list ul li .multi-level-item .mlt-icon{width: 56px;flex-shrink: 0;margin-right: auto;}
.multi-level-list ul li .multi-level-item .mlt-icon img{max-width: 100%;width: auto;height: auto;display: block;}
.multi-level-list ul li .multi-level-item .multi-level-text{width: calc(100% - 72px);margin-left: auto;}
.multi-level-list ul li .multi-level-item .multi-level-text span{display: block;font-size: 16px;}
.multi-level-list ul li .multi-level-item .multi-level-text h3{font-size: 16px;font-weight: 600;color:#113743;}

.ccd-hero-banner-sec figure img{height: 100vh;width: 100%;}
.ccd-hero-banner-sec .desktop-banner{min-height: 600px;}
.ccd-hero-banner-sec .mobile-banner{display: none;}
.ccd-overview-section{position: relative;padding: 30px 0 30px 0;background: #113743;color: #fff;}
.ccd-overview-wrap{display: flex;justify-content: space-between;align-items: center;}
.ccd-overview-left{width: calc(100% - 320px);margin-right: auto;}
.ccd-overview-right{width: 284px;margin-left: auto;}
.ccd-overview-content p{font-size: 14px;margin-bottom: 0;}

.mb-call-us-top{position: relative;display: flex;justify-content: space-between;align-items: center;}
.mb-call-us-top .call-icon{margin-right: 12px;}

.ccd-overview-price-card{position: relative;background: rgb(192,137,46);background: linear-gradient(90deg, rgba(192,137,46,1) 0%, rgba(247,193,87,1) 50%, rgba(164,108,41,1) 100%);border-radius: 4px;padding: 30px 35px;}
.ccd-overview-price-card span{color: var(--whitecolor);}
.ccd-overview-price-card .bh-type{font-size: 16px;font-weight: 600;display: block;margin-bottom: 5px;}
.ccd-overview-price-card .bh-price{margin-bottom: 10px;justify-content: flex-start;}
.ccd-overview-price-card .bh-price span{display: block;line-height: 1;}
.ccd-overview-price-card .bh-price span:first-child{font-size: 31px;}
.ccd-overview-price-card .bh-price span:last-child{font-size: 14px;align-self: flex-end;margin:0 0 6px 0px;}
.ccd-overview-price-card .str-text{display: block;font-size: 18px;text-transform: capitalize;margin-bottom: 20px;}
.dwd-brochure{padding-top: 24px;border-top: 1px solid var(--whitecolor);}
.dwd-brochure .dwd-brochure-btn, .dwd-brochure .broch-list-title{cursor: pointer;display:block;font-size: 14px;font-weight: 600;color: var(--ternarycolor);padding: 15px 20px 15px 34px;border-radius: 4px;background:var(--whitecolor) url('https://casagrandsuncity.com/wp-content/uploads/2024/03/Pdf_icon.png') no-repeat 12px center;background-size: 14px;transition: all 0.30s ease-in-out;-webkit-transition: all 0.30s ease-in-out;-moz-transition: all 0.30s ease-in-out;}.broch-list ul{padding: 0; background: #fff;}
/*.dwd-brochure .dwd-brochure-btn:hover, .dwd-brochure .broch-list-title:hover{background-color: var(--primarycolor);color: var(--whitecolor);background-image: url('assets/img/wh_Pdf_icon.png');}*/
.phase_table_wrap_mobile {width: 100%;text-align: center;}
.phase_table_mobile_row {position: relative;border: 1px solid var(--ternarycolor);padding: 0 12px;margin-bottom: 25px;font-size: 14px;}
.ptm_row {position: relative;overflow: hidden;border-bottom: 1px solid var(--ternarycolor);}
.ptm_row .ptm_col {float: left;width: 50%;text-align: left;padding: 15px 0;line-height: 20px;font-size: 14px;}
.ptm_row .ptm_col.ptm_col_heading {font-weight: 600;text-transform: uppercase;color: var(--ternarycolor);padding-right: 8px;}
.phase_table_mobile_row .ptm_row:last-child{border-bottom: 0 none;}
.m-group-note {margin-bottom: 30px;}
.m-group-title {font-size: 16px;font-weight: 600;margin-bottom: 10px;}
.phase_table_wrap_mobile .m-group-note:last-child{margin-bottom: 0;}
.dwd-brochure .broch-list-title{padding-right: 30px;position: relative;}
.dwd-brochure .broch-list-title:after{content: '';position: absolute;right: 10px;top: 18px;width: 14px;height: 14px;background-repeat: no-repeat;background-position: center;background-size: contain;background-image: url(https://casagrandsuncity.com/wp-content/themes/cg-suncity/img/down-arrow-blue.svg);transform: rotate(0deg);transition: all 0.30s ease-in-out;-webkit-transition: all 0.30s ease-in-out;-moz-transition: all 0.30s ease-in-out;}
/* .dwd-brochure .broch-list-title.active:after{transform: rotate(180deg);} */
.broch-list {position: relative;z-index: 10;}
.broch-list ul {position: absolute;left: 0;top: 100%;width: 100%;margin-top: -3px;box-shadow: 0 3px 5px rgba(0,0,0,0.1);display: none;}
.broch-list ul li {clear: both;border-top: 1px solid var(--ternarycolor);}
.broch-list ul li a {display: block;background-color: #ffffff; color:#000;font-size: 14px;padding: 10px 20px 10px 34px;}

.amanities-tab-sec{position: relative;padding: 30px 0 80px 0;}
.amanities-tab-header{display: flex;justify-content: flex-start;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: var(--secondarycolor);transition: width .3s, transform .3s;}
.amanities-tab-header li a:hover, .amanities-tab-header li a.active{color: var(--secondarycolor);}
.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;}
.arrow_1{position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 75px;}
.sq-prvarrow{width: 48px;height: 48px;border: 1px solid var(--secondarycolor);background-color: var(--whitecolor);float: left;margin-bottom: 16px;cursor: pointer;background-position: center;background-repeat: no-repeat;background-image: url(https://casagrandsuncity.com/wp-content/uploads/2024/03/arrow-prev.png)}
.sq-nxtarrow{width: 48px;height: 48px;border: 1px solid var(--secondarycolor);background-color: var(--whitecolor);float: right;cursor: pointer;background-position: center;background-repeat: no-repeat;background-image: url(https://casagrandsuncity.com/wp-content/uploads/2024/03/arrow-next.png)}

.slnt-features-sec{position: relative; background: #113743;color:#fff; padding: 30px 70px;}
.slnt-features-sec ul{display: flex;justify-content:space-between;flex-flow: row wrap;}
.slnt-features-sec ul li{width: 48%;position: relative;margin-bottom: 24px;padding-left: 18px;}
.slnt-features-sec ul li:before{position: absolute;content: '';left: 0;top: 7px;width: 8px;height: 8px;border-radius: 50%;background-color: var(--secondarycolor);}
.slnt-features-sec ul li:nth-child(odd){margin-right: auto;}
.slnt-features-sec ul li:nth-child(even){margin-left: auto;}

.loc-adv-sec{position: relative;padding: 30px 0 30px 0;}
.loc-adv-wrap .col-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: var(--secondarycolor);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;}

.ccd-config-sec{position: relative;padding: 0px 0;}
.ccd-config-top{display: flex;justify-content: flex-start;align-items: center;flex-flow: row wrap;margin-bottom: 30px;}
.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: var(--secondarycolor );margin-right: 24px;}
.ccd-config-top .text-2{color: var(--ternarycolor)}
.ccd-config-tabel table{width: 100%;border-collapse: collapse;}
.ccd-config-tabel table thead{background-color: var(--ternarycolor);}
.ccd-config-tabel table thead th{color: var(--whitecolor);font-size: 14px;font-weight: 600;padding: 14px 5px;text-align: left;}
.ccd-config-tabel table td{color: #4E555B;font-size: 14px;padding: 14px 5px;}
.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: #F3FAFF;font-size: 14px;font-weight: 600;text-transform: uppercase;}
.ccd-config-tabel table .tr-sm-text{font-size: 10px;color: #4E555B;text-align: center;}

.footer-call-sec{position: relative;padding: 30px 0;}
.footer-call-wrap{display: flex;justify-content: space-between;align-items: center;}
.footer-call-wrap .footer-logo{height: 113px;margin-right: auto;}
.footer-call-wrap .footer-call-right{margin-left: auto;}
.footer-call-box{position: relative;display: flex;justify-content: flex-start;align-items: center;flex-shrink: 0;}
.footer-call-box .call-icon{width: 40px;height: 45px;flex-shrink: 0;margin-right: 16px;}
.footer-call-box .callus-text{width: 100%;margin-left: auto;}
.footer-call-box .callus-text span{display: block;font-size: 16px;color: #4E555B;}
.footer-call-box .callus-text a{font-size: 30px;color: #4E555B;}
.footer-copyright-sec{background-color: var(--ternarycolor);padding: 0px;}
.footer-copyright-wrap p{font-size: 14px;color: var(--whitecolor);}

/* Style for Right Section */
.ccd-main-wrapper{position: relative;display: flex;justify-content: space-between;flex-flow: row wrap;overflow: hidden;}
.ccd-left-section{width: calc(100% - 400px);margin-right: auto;}
.ccd-right-section{width: 400px;margin-left: auto;height: 100vh;display: flex;justify-content: space-between;flex-direction: column;position: static;right: 0;top: 0;overflow: hidden;}
.call-us-top{position: relative;padding: 15px 56px;display: flex;justify-content: space-between;align-items: center;}
.call-us-top .call-icon{width: 48px;height: 48px;flex-shrink: 0;margin-right: auto;}
.call-us-top .callus-text{width: calc(100% - 86px);margin-left: auto;}
.call-us-top .callus-text span{display: block;font-size: 16px;color: var(--whitecolor);}
.call-us-top .callus-text a{font-size: 24px;color: var(--whitecolor);line-height: 1.4;}

.enquirenow-form-block{position: relative;padding: 15px 0;background: rgb(192,137,46);background: linear-gradient(90deg, rgba(192,137,46,1) 0%, rgba(247,193,87,1) 50%, rgba(164,108,41,1) 100%);height: 100%;    background-size: cover;
    background-repeat: no-repeat;}
.enquirenow-form-inn{display: flex;justify-content: center;align-items: center;flex-direction: column;height: 100%;overflow-y: auto;padding: 0 50px;}
.enquirenow-form{max-height: calc(100vh - 300px);}
.mb-enquirenow-form h2{font-size: 28px;color: var(--whitecolor);font-weight: 600;margin-bottom: 20px;line-height: 1.2;text-align: center;}
.enquirenow-form-block h2{font-size: 25px;color: var(--whitecolor);font-weight: 600;margin-bottom: 10px;line-height: 1.2;text-align: center;}
.enq-form-group{position: relative;margin-bottom: 10px;}
.enq-form-group label{font-size: 12px;margin-bottom: 4px;color: var(--whitecolor);font-weight: 700;display: block;}
.enq-input{position: relative;width: 100%;font-size: 12px;padding: 14px 16px;border-radius: 4px;background-color: var(--whitecolor);}
.enq-form-group-btn{margin-top: 20px;}
.enq-sub-btn{width: 100%;font-size: 16px;color: var(--whitecolor);text-transform: capitalize;padding: 12px 20px;border-radius: 4px;background-color: var(--ternarycolor);cursor: pointer;transition: all 0.30s ease-in-out;-webkit-transition: all 0.30s ease-in-out;-moz-transition: all 0.30s ease-in-out;background-repeat: no-repeat;background-position: center;}
.enq-sub-btn:hover, .booknow-btn:hover{background-color: var(--primarycolor);color: var(--whitecolor);}


.booknow-block{position: relative;padding: 15px 55px 35px;text-align: center;border-bottom: 7px solid rgb(192,137,46);background-size: calc(100%*16/16)74%!important;}
.booknow-block h3{font-size: 20px;font-weight: 600;margin-bottom: 15px;}
.booknow-btn{display: inline-block;font-size: 16px;color: var(--whitecolor);padding: 10px 30px;border-radius: 6px;background: rgb(192,137,46);background: linear-gradient(90deg, rgba(192,137,46,1) 0%, rgba(247,193,87,1) 50%, rgba(164,108,41,1) 100%);text-transform: uppercase;}
.booknow-block .car-icon{position: absolute;right: 56px;bottom: 0;width: 83px;height: 28px;background-size: cover;transition: all 0.35s;animation: animatedBackground 5s linear infinite;-webkit-animation: animatedBackground 5s linear infinite;}
@keyframes animatedBackground {
from {left: -100px}
to {left: 100%}
}
@-webkit-keyframes animatedBackground {
from {left: -100px}
to {left: 100%}
}



/* Mobile style for some elements */
.ccd-mb-header{position: fixed;left: 0;top: 0;width: 100%;z-index: 100; background-color: var(--whitecolor);padding: 12px 15px;display: none;justify-content: space-between;align-items: center;}
.ccd-mb-header .mb-dwd-brochure, .ccd-mb-header .broch-list-title{display: block; font-size: 12px;font-weight: 600;background-color: var(--ternarycolor);padding: 8px 8px 8px 32px;border-radius: 4px;color: var(--whitecolor);background-repeat: no-repeat;background-position: 8px center;background-image: url(https://casagrandsuncity.com/wp-content/uploads/2024/03/download.png);background-size: 16px auto;}
.ccd-mb-header .call-icon{width: 24px;height: 24px;}
.ccd-mb-header .callus-text span{font-size: 10px;}
.ccd-mb-header .callus-text a{font-size: 14px;font-weight: 600;}
.ccd-mb-header .broch-list ul li a{padding: 8px 12px 8px 32px;font-size: 13px;}
.ccd-mb-header .broch-list-title{position: relative;padding-right: 25px;}
.ccd-mb-header .broch-list-title:after{content: '';position: absolute;right: 6px;top: 10px;width: 12px;height: 12px;background-repeat: no-repeat;background-position: center;background-size: contain;background-image: url(https://casagrandsuncity.com/wp-content/themes/cg-suncity/img/down-arrow-white.svg);transform: rotate(0deg);transition: all 0.30s ease-in-out;-webkit-transition: all 0.30s ease-in-out;-moz-transition: all 0.30s ease-in-out;}
.ccd-mb-header .broch-list-title.active:after{transform: rotate(180deg);}

.mb-over-apt-block, .mb-booknow-block{display: none;}
.mb-booknow-block{overflow: hidden;}
.mb-over-apt-top{position: relative;background:#113743;padding: 16px 70px;display: flex;justify-content: space-between;align-items: center;}
.mb-over-apt-top span{display: block;font-size: 16px;font-weight: 600;margin-bottom: 5px;color: var(--whitecolor);}
.mb-booknowbtn{text-align: center;}
.mb-booknowbtn span{color: var(--whitecolor);}
.mb-over-apt-top .bh-price{margin-right: 10px;}
.mb-over-apt-top .bh-price span{display: block;line-height: 1;}
.mb-over-apt-top .bh-price span:first-child{font-size: 20px;}
.mb-over-apt-top .bh-price span:last-child{font-size: 16px;align-self: flex-end;margin:0 0 10px 0px;}
.mbcallus-btns{position: fixed;left:0;bottom:0;width: 100%;display:flex;justify-content: space-between;flex-flow: row wrap;text-align: center;z-index: 800;}
.mbcallus-btns a{width: 50%;font-size: 20px;font-weight: 600;padding: 14px 10px;color: var(--whitecolor);}
.mbcallus-btns .mbenq-btn{background-color: var(--ternarycolor);}
.mbcallus-btns .mbcallus-btn{background-color:#113743;}

.mb-enquirenow-form{display: none;background-color: var(--secondarycolor);padding: 30px;}
.mb-enquirenow-form h2{font-size: 24px;}

.ovr-enquirenow-popup{position: fixed;left: 0;width: 100%;bottom: -100%;background:linear-gradient(90deg, rgba(192,137,46,1) 0%, rgba(247,193,87,1) 50%, rgba(164,108,41,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://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:linear-gradient(90deg, rgba(192,137,46,1) 0%, rgba(247,193,87,1) 50%, rgba(164,108,41,1) 100%);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;}

/* Validation style */
.wpcf7-spinner{display: none !important;}
.wpcf7 form.invalid .wpcf7-response-output{display: none;}
body .wpcf7-not-valid-tip {color: #f75353;font-size: 13px;font-weight: normal;display: block;margin-top: 5px;line-height: 16px;text-align: left;position: absolute;right: 0;bottom: calc(100% + 4px);background-color: #ffffff;padding: 5px 10px;margin-bottom: 2px;border-radius: 4px;font-size: 11px;}
body .wpcf7-not-valid-tip:after{content: '';position: absolute;bottom: -4px;right: 10px;width: 0;height: 0;border-style: solid;border-width: 6px 6px 0 6px;border-color: #ffffff transparent transparent transparent;}
form .ques-btn{background-position: center;}
form.submitting .enq-sub-btn{color: transparent;background-image: url(https://casagrandsuncity.com/wp-content/uploads/2024/03/loading.gif);background-color: var(--ternarycolor) !important}
.wpcf7 form.sent .wpcf7-response-output {color: #3c763d;background-color: #dff0d8;font-size: 13px;padding: 15px 10px;text-align: center;border-color: #d6e9c6;margin: 30px 0 0;border-width: 1px !important;}
.wpcf7 form.failed .wpcf7-response-output {color: #a94442;background-color: #f2dede;font-size: 13px;padding: 15px 10px;text-align: center;border-color: #ebccd1;margin: 30px 0 0;border-width: 1px !important;}
.wpcf7-form-control-wrap{display: block;}
.inputwrap{position: relative;}
body .intl-tel-input ul.country-list{left: 0;max-width: 310px;overflow-x: hidden;}

/* Style for 404 */
.wrap-404 {position: relative;padding: 180px 20px 150px;text-align: center;background-color: #ffffff;}
.wrap-404-inner{position: relative;}
.nf404-title-1 {display: block;font-size: 95px;color: #113743;font-weight: 400;line-height: 1;margin:0 0 20px 0;font-family: 'Noto Serif';letter-spacing: 1px;}
.nf404-title-2 {display: block;font-size: 24px;line-height: 1.5;color:#113743;font-weight: 600;margin:0 0 40px 0;}
.wrap-404-inner p{font-size: 18px;color: rgba(0, 0, 0, 0.5);margin-bottom: 35px;}
.wrap-404 a.primary-btn{font-size: 18px;padding: 10px 35px;line-height: 32px;font-weight: 600;color: #000000;}
.wrap-404 a.primary-btn:hover{text-decoration: underline;}
.imgbox-404{margin:0 0 40px 0;text-align: center;}
.imgbox-404 img{width: 100px;height: auto;}

.page-container{position: relative;padding: 80px 0 40px 0;}
.page-container h1{color: var(--ternarycolor);font-size: 36px;line-height: 1.2;margin-bottom: 20px;}
.page-container h2{color: var(--ternarycolor);font-size: 30px;line-height: 1.2;margin-bottom: 15px;padding-top: 10px;}
.page-container h3{color: var(--ternarycolor);font-size: 26px;line-height: 1.2;margin-bottom: 15px;padding-top: 10px;}
.page-container h4{color: var(--ternarycolor);font-size: 22px;line-height: 1.2;margin-bottom: 15px;padding-top: 10px;}
.page-container h5{color: var(--ternarycolor);font-size: 18px;line-height: 1.2;margin-bottom: 15px;padding-top: 10px;}
.page-container h6{color: var(--ternarycolor);font-size: 16px;line-height: 1.2;margin-bottom: 15px;padding-top: 10px;}
.page-container p{font-size: 16px;line-height: 1.6;margin-bottom: 20px;}
.page-container ul{list-style-type: disc;margin-bottom: 20px;margin-left: 20px;}
.page-container ol{margin-bottom: 20px;margin-left: 20px;}
.page-container li{line-height: 1.6;margin-bottom: 5px;}

.back-home-cta{display: inline-block;vertical-align: top;font-size: 14px;font-weight: 600;padding: 15px 15px 15px 40px;color: var(--whitecolor);background:#c0892e;background-repeat: no-repeat;background-position: 10px center;background-image: url(https://casagrandsuncity.com/wp-content/themes/cg-suncity/img/home-icon.svg);background-size: 24px auto;}
.fancybox-slide--video .fancybox-content{max-width: 800px !important;max-height: 450px;}
.fancybox-slide--video .fancybox-content iframe{max-height: 450px;}

.cs-wrap-main{display: flex;justify-content:center;align-items:center;width:100%;height:100vh;}
.cs-wrap-main-inner{position: relative;}
.cs-wrap-main h1{font-size: 45px;color: #000000;}

.ccd-full-section {width: 100%;padding-top: 100px;}

.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: var(--secondarycolor);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;}
.gform_wrapper.gravity-theme .gfield_required{display: none!important;}
.gform_wrapper.gravity-theme .gfield input{position: relative;font-size: 12px!important;padding: 14px 16px!important;border-radius: 4px;background-color: var(--whitecolor);}
#input_1_4, #input_2_4, #input_4_4, #input_3_4{padding-left: 76px!important;}
#input_1_4::placeholder, #input_2_4::placeholder ,#input_4_4::placeholder,#input_5_4::placeholder {
        color: transparent;
      }
 #gform_submit_button_1{
 	background: linear-gradient(90deg, rgba(192,137,46,1) 0%, rgba(247,193,87,1) 50%, rgba(164,108,41,1) 100%)!important;
 }
#gform_submit_button_1 , #gform_submit_button_2 ,#gform_submit_button_3, #gform_submit_button_4  {
    width: 100%;
    font-size: 16px;
    color: var(--whitecolor);
    text-transform: capitalize;
    padding: 12px 20px;
    border-radius: 4px;
    background-color: var(--primarycolor);
    cursor: pointer;
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    background-repeat: no-repeat;
    background-position: center;
}
#gform_submit_button_1:hover, #gform_submit_button_2:hover, #gform_submit_button_4:hover, #gform_submit_button_3:hover;{background-color: var(--primarycolor);}
span.spf-phone.valid-msg{
	color: #fff!important;
}
#gform_confirmation_message_1, #gform_confirmation_message_2, #gform_confirmation_message_4, #gform_confirmation_message_3{
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.gform_wrapper.gravity-theme .gfield_label {
	font-size: 12px!important;
	color: #fff;
}
#gform_1_validation_container, #gform_2_validation_container,  #gform_4_validation_container, #gform_3_validation_container{
	display: none!important;
}
figure {
    margin: 0!important;
}
.gfield_description.validation_message.gfield_validation_message{
	font-size: 10px!important;
}
tr.tr-main-head td
{
	padding: 0px;
}
.ccd-map-sec iframe
{
	width: 100% !important;
}
.gchoice{
	display: flex;
	align-items: baseline;
} 
#choice_1_8_1, #choice_2_8_1{
	margin-right: 5px;
}
#label_1_8_1{
	font-size: 12px;
	position: relative;
    top: -3px;
	color:#fff;
}
#label_1_8_1 a, #label_2_8_1 a {
    cursor: revert;
    pointer-events: visible !important;
}
#input_1_8 .gfield-choice-input, #label_1_8_1  {
    pointer-events: none;
}
#label_2_8_1{
	font-size: 12px;
	position: relative;
    top: -3px;
	color:#fff;
}
#input_2_8 .gfield-choice-input, #label_2_8_1  {
    pointer-events: none;
}
@media screen and (max-width: 1280px){
.multi-level-list{padding: 30px 15px;}
.wrapper{padding: 0 20px;}
.slnt-features-sec{padding: 56px 15px;}
.mb-over-apt-top{padding: 16px 25px;}
.ccd-header-logo{left: 15px;}
}
@media screen and (max-width: 1200px){
.loc-adv-wrap .col-4{width: 50%;}
}
@media screen and (max-width: 1024px){
.ccd-hero-banner-sec{margin-top: 60px;}
.ccd-hero-banner-sec figure .desktop-banner{object-fit: cover;}
.ccd-hero-banner-sec figure img{min-height: 500px;}
.ccd-mb-header{display: flex;box-shadow: 0 0 5px rgba(0,0,0,0.1);}
.multi-level-list ul li .multi-level-item{flex-direction: column;text-align: center;}
.multi-level-list ul li .multi-level-item .mlt-icon{margin: 0 auto 8px;}
.multi-level-list ul li .multi-level-item .multi-level-text{width: 100%;margin: 0;}
.slnt-features-sec{margin-bottom: 50px;}
.ccd-overview-left, .ccd-overview-right{width: 48%;}
.loc-adv-item{padding: 16px;}
.ccd-config-tabel{overflow-x: auto;}
.ccd-config-tabel table{width: 1000px;}
.wlk-item .play-icon{width: 44px;height: 44px;}
.wlk-item .play-icon:before {left: 19px;top: 14px;border-width: 8px 0 8px 14px;}
.loc-adv-wrap .col-4{width: 33.33%;}
.ccd-header-logo{top: 56px;width: 110px;height: 81px;padding: 0 12px;}
.footer-copyright-sec{margin-bottom: 57px;}
.multi-level-list::-webkit-scrollbar, .ccd-config-tabel::-webkit-scrollbar {height: 5px;}
.multi-level-list::-webkit-scrollbar-track, .ccd-config-tabel::-webkit-scrollbar-track{background-color: #f5f5f5;}
.mb-booknow-block{margin: 0 20px;}
.ccd-config-top del, .ccd-config-top span{font-size: 16px}
.ovr-enquirenow-form .gform-body.gform_body,.ovr-enquirenow-form #gform_submit_button_5{
    max-width: 350px;
    margin: 0 auto;}
}
.amanities-tab-sec {padding: 0 0 80px 0;}

@media screen and (max-width:1023px){
    .ccd-right-section, .ccd-overview-price-card{display: none;}
    .ccd-left-section{width: 100%;margin: 0;padding-top: 51px;}
    .mb-over-apt-block, .mb-enquirenow-form, .mb-booknow-block{display: block;}
}
@media screen and (max-width: 767px){
.banner-text-gold{font-size:45px;}
.ccd-overview-wrap, .slnt-features-sec ul{flex-direction: column;}
.ccd-overview-left{width: 100%;margin: 0 0 0px 0;}
.ccd-overview-right{width: 100%;margin: 0;}
.slnt-features-sec ul li{width: 100%;}
.slnt-features-sec ul li, .slnt-features-sec ul li:nth-child(odd){margin: 0 0 16px 0;}
.loc-adv-wrap .lc-row{margin: 0 -10px;}
.loc-adv-wrap .col-4{width: 50%;}
.loc-adv-item{flex-direction: column;justify-content: flex-start;}
.loc-adv-item .loc-adv-icon{margin-bottom: 8px;}
.loc-adv-item .loc-adv-content{width: 100%;margin: 0;}
.amanities-tab-header li a{font-size: 16px;}
.footer-call-box .callus-text span{font-size: 10px;}
.footer-call-box .callus-text a{font-size: 14px;font-weight: 600;}
.footer-call-wrap .footer-logo{width: 88px;}
.footer-call-box .call-icon {width: 24px;height: 25px;}
.mb-over-apt-top{text-align: center;}
.mb-over-apt-top-inner {/*margin: 0 auto;*/width: auto;display: inline-block;vertical-align: top;text-align: left;}
}
@media screen and (max-width: 599px){
.banner-text-gold{font-size:35px;}
.multi-level-list{overflow-x: auto;}
.multi-level-list ul{width: 500px;margin: 0 auto;}
.amanities-block{padding: 0;}
.arrow_1 {right: auto;top: auto;transform: none;width: 100%;float: right; z-index: 8; display: flex;
    justify-content: space-between;
    margin-top: 12px;}
.amanities-figures .lc-row{flex-direction: column;}
.amanities-figures .col-6{width: 100%;}
.amanities-figures .col-6 figure, .amanities-figures .col-6:last-child figure:not(:last-child){margin-bottom: 10px;}
.amanities-figures .col-6:last-child{display: flex;justify-content: space-between;flex-flow: row wrap;}
.amanities-figures .col-6:last-child figure{width: 49%;}
.amanities-figures .col-6:last-child figure:nth-child(odd){margin-right: auto;}
.amanities-figures .col-6:last-child figure:nth-child(even){margin-left: auto;}
.ccd-config-top del, .ccd-config-top .text-1{margin-bottom: 8px;}
.section-heading{font-size: 26px;}
.nf404-title-1{font-size: 55px;color:#113743;}
.nf404-title-2{font-size: 18px;color:#113743;}
/*.multi-level-list ul li:nth-child(2){display: none;}*/
.multi-level-list ul{max-width: 100%;display: flex;
    flex-direction: column;
    margin: 0px auto;
    padding: 0;}
    .multi-level-list ul li {padding: 20px 0;}
.ccd-mb-header .callus-text span{display: none;}
.ccd-mb-header .callus-text a{font-size: 16px;}
.ccd-mb-header .call-icon{width: 20px;height: 20px;margin-right: 6px;}
.ccd-mb-header .mb-dwd-brochure, .ccd-mb-header .broch-list-title{font-size: 11px;}
/*.amanities-tab { max-height: 930px;height: 100%;}*/
.slnt-features-sec ul {display: unset;}
.gform_wrapper.gravity-theme .gfield input{
	padding:7px 16px!important;
}
.gform_wrapper.gravity-theme .gform_fields{
	grid-row-gap:0;
}
.ccd-hero-banner-sec figure img{
	min-height: 400px;
    height: 500px;
    object-fit: cover;
	}
}
@media screen and (max-width:480px){
    .ccd-hero-banner-sec .desktop-banner{display: none;}
    .ccd-hero-banner-sec .mobile-banner{display: block;min-height: 400px;height: 500px;object-fit: cover;}
    .banner-text-gold{display: none;}
}
@media screen and (max-width: 380px){
.amanities-tab-header li:not(:last-child) {margin-right: 0px;}
.amanities-tab-header li a{font-size: 13px;}
/*.loc-adv-wrap .col-4 {width: 100%;}*/
/*.ccd-mb-header .callus-text a{font-size: 12px;}*/
.ccd-header-logo{top: 56px;}
.booknow-btn{padding: 10px 20px;}
.mb-over-apt-top .bh-price span:first-child{font-size: 20px;}
.mb-over-apt-top span, .mb-over-apt-top .bh-price span:last-child{font-size: 14px;}
.ccd-mb-header .callus-text a{font-size: 13px;}
.ccd-mb-header .call-icon {width: 16px;height: 16px;margin-right: 5px;}
.ccd-mb-header .mb-dwd-brochure, .ccd-mb-header .broch-list-title{font-size: 10px;}
/*.amanities-tab { max-height: 540px;height: 100%;}*/

/*.mb-over-apt-top{flex-direction: column;}
.mb-over-apt-top-inner{margin-bottom: 10px}*/
}