/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 5, 2018 */



@font-face {
    font-family: 'century751_btroman';
    src: url('../fonts/century-webfont.woff2') format('woff2'),
        url('../fonts/century-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 5, 2018 */



@font-face {
    font-family: 'zurich_btbold';
    src: url('../fonts/zurchb-webfont.woff2') format('woff2'),
        url('../fonts/zurchb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 5, 2018 */



@font-face {
    font-family: 'zurich_btroman';
    src: url('../fonts/zurchn-webfont.woff2') format('woff2'),
        url('../fonts/zurchn-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*sticky header position*/
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    /* background: #fff; */
    box-shadow: 0 0 6px #ccc;
}



header {
    top: 0;
    z-index: 9999;
    width: 100%;
}

html {
    scroll-behavior: smooth;
}

nav {
    background: #FCFAEE;
    min-height: 85px;
}


.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    margin-right: 15px;
    color: #ffffff;
}

.socialicon li i {
    color: #fff;
}

.socialicon a {
    color: #fff;
    padding: 0 10px;
}

.text-box {
    position: absolute;
    top: 60%;
    left: 15%;
    right: 15%;
    color: #fff;
    text-align: center;
    transform: translateY(-50%);
    width: 56%;
    margin: auto;
}

.logo-text {
    font-family: 'Arial', sans-serif;
    /* Choose a clean, modern font */
    font-size: 36px;
    /* Adjust the font size */
    font-weight: bold;
    /* Make the text bold */
    color: #F39E60;
    /* Primary color from your theme */
    letter-spacing: 2px;
    /* Add some spacing between letters */
    text-transform: uppercase;
    /* Make the text uppercase */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    /* Add subtle shadow for depth */
    display: inline-block;
    /* Ensure the text behaves like an inline element */
    margin: 0;
    transition: transform 0.3s ease, color 0.3s ease;
    /* Add smooth transition for zoom and color */

    /* Remove any default margins */
}

/* Optional: Hover effect with secondary color */
.logo-text:hover {
    color: #F39E60;
    /* Change color on hover */
    cursor: pointer;
    /* Change cursor on hover */
    transform: scale(1.1);
    /* Zoom in by 10% */
}


/* {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
} */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body,
html {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:hover,
a:active {
    text-decoration: none;
}

button:focus {
    outline: none;
    outline: none;
}

p,
a {
    font-family: 'Helvetica', 'Arial', sans-serif;
    color: #555;
}

.mt-70 {
    padding-top: 70px;
}

.mb-70 {
    padding-bottom: 70px;
}

.mt-40 {
    margin-top: 40px;
}

/****************header-top start************/
.prehedaer-area-wrapper {
    padding: 10px 0;
    background-color: #F39E60
}

.pre-header-item:last-child {
    margin-right: 20px;
}

.pre-header-item {
    color: #222;
    font-size: 15px;
    margin-right: 20px;
}

.pre-header-item i {
    color: #fa9a00;
    margin-right: 3px;
}

a.navbar-brand {
    /* position: absolute; */
    z-index: 999;
    margin-bottom: 0px;
    width: 10%;
    /* height: 30%; */
}

.justify-content-center i.fa {
    text-align: center;
    color: #fff;
}

.site-logo img {
    width: 90%;
    /* height: 30%; */
}

.nav-link.active {
    color: #F39E60;
    /* Active link color */
    font-weight: bold;
    /* Optional: Bold font */
    text-decoration: underline;
    /* Optional: Underline */
}

/*************************header-top end*******/
/*************************banner satrt*******/
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255 255 255);
    /* background: #7C444F; */
}

.navbar-light .navbar-nav .nav-link.active {
    color: #F39E60 !important;
    /* Inherit color from parent */
}

#minimal-bootstrap-carousel {
    margin-top: 0px;
    position: relative;
    height: auto;
    /* border: 1px solid red; */
}

#minimal-bootstrap-carousel .carousel-caption {
    position: absolute;
    top: 0;
    /* border: 1px solid red; */
    /* right: 0; */
    left: 0;
    bottom: 0;
    padding: 10px 30px;
    text-align: left;
    text-shadow: none;
    width: 35%;
}

.cap {
    height: 100%;
    width: 100%;
    background: #565386e0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

button.slick-prev.slick-arrow {
    background: #7C444F;
}

button.slick-next.slick-arrow {
    background: #7C444F;
}



.Banner {
    margin-top: 40px;
}

.Banner li {
    margin: -35px 0 0 38px;
    padding: 0px;
    font-weight: 500;
    color: white;
    font-size: 20px;
}

.loc_benefit li {
    margin: -30px 0 0 40px;
    padding: 0px;
    font-weight: 500;
    color: black;
    font-size: 18px;
}

.fa-building,
.fa-area-chart,
.fa-home,
.fa-location-arrow,
.fa-check {
    font-size: 25px;
    padding: 5px;
    color: black;

}

.fa-hospital-o,
.fa-shopping-cart,
.fa-school,
.fa-university,
.fa-road,
.fa-dot-circle,
.fa-running {
    /* background-color: black; */
    border-radius: 50%;
    font-size: 25px;
    padding: 20px 10px 0px 0px;
    height: 50px;
    width: 50px;
    color: rgb(0, 0, 0);
    margin: 0px 10px 0 0;
}

#minimal-bootstrap-carousel .carousel-caption .container {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


#minimal-bootstrap-carousel .carousel-caption .container .box {
    display: table-cell;
    text-align: left;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
    vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
    vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
    vertical-align: middle;
}

#minimal-bootstrap-carousel .carousel-caption .container .box .content {
    display: block;
}

#minimal-bootstrap-carousel [class*=carousel-control] {
    background: none;
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 48px;
    color: #fff;
    background-color: transparent;
    visibility: visible !important;
    opacity: 1;
    border: 1px solid #fff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    border-radius: 50%;
}


#minimal-bootstrap-carousel .carousel-control-prev {
    left: 1%;
}

#minimal-bootstrap-carousel .carousel-control-next {
    right: 1%;
}

#minimal-bootstrap-carousel [class*=carousel-control]:hover {
    opacity: 1;
    background: #303867;
    border-color: #303867;
}

/* fixing slider height */
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
    min-height: 710px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #222;
}


.slider-content-style .content {
    text-align: center;
    position: relative;
    z-index: 999;
}

.slider-content-style .content h3,
.slider-content-style .content h2,
.slider-content-style .content p {
    margin: 0;
}

.slider-content-style .content h3 {
    color: #fff;
    font-size: 70px;
    line-height: 1em;
    font-weight: 600;
    /* font-family: 'Josefin Sans'; */
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    font-family: 'Poppins', sans-serif;
}

.slider-content-style .content p {
    /* font-family: 'Josefin Sans'; */
    /* font-weight: 600; */
    font-size: 18px;
    color: #FFFFFF;
    /* letter-spacing: .150em; */
    /* margin-top: 20px; */
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    margin: 1% 24%;
}

.slider-content-style .content a {
    background: #303867;
    display: inline-block;
    vertical-align: middle;
    color: #fff7f7;
    font-size: 18px;
    /* letter-spacing: .1em; */
    /* font-family: 'Josefin Sans'; */
    /* font-weight: 600; */
    padding: 10px 17px;
    margin-top: 27px;
    transition: all .4s ease;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.slider-content-style .content a:hover {
    background: #fff;
    color: #303867;
}

.enquire {
    background-color: #fff;
    /* Light gray background */
    color: #7C444F;
    /* Dark blue text */
    /* padding: 60px 20px; */
    border-top: 3px solid #F39E60;
}

/*************************banner end*******/
/*************************about end*******/
.about {
    background-color: #fff;
    /* Light gray background */
    color: #7C444F;
    /* Dark blue text */
    padding: 60px 20px;
    border-top: 3px solid #F39E60;
}

#header-title {
    font-size: 3.5rem;
    font-weight: bold;
    margin: 25px 0 25px 0;
    text-align: center;
    color: #7C444F
}

#about h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 25px 0 25px 0;
    text-align: center;
    color: #7C444F
}

#enquire h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 25px 0 25px 0;
    text-align: center;
    color: #7C444F
}



h2.about-title span {
    display: block;
    font-size: 19px;
    background: #F39E60;
    padding: 10px;
    width: 22%;
    margin-bottom: 8px;
    text-align: center;
}

h2.about-title1 span {
    width: 34%;
}

.about_img img {
    max-width: 100%;
}

.about-hlp-gallria h2 {
    font-size: 37px;
    color: #7C444F;
    font-weight: 500;
    padding: 0 0 13px 0px;
}

/* .left_sec p {
    margin-top: 14px;
} */
h2.about-title {
    color: #303867;
    font-size: 40px;
    font-weight: 700;
    color: #7C444F;
    /* padding-bottom: 15px; */
}

.about_img1:hover .about_img:before {
    opacity: 1;
    visibility: visible;
}

.about_img:before {
    background-color: rgba(0, 0, 0, .2);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 98%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border-radius: 5px;
}

.about_img1:hover .about_img:after {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    opacity: 1;
}

.about_img:after {
    background: rgba(255, 255, 255, .25);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    opacity: 0;
}

.about_img {
    position: relative;
}

.about_img1 {
    overflow: hidden;

}

/*************************about end*******/
/*************************facilty strt*******/
.facilites-para {
    color: #cacbcc;
    margin: 0px 10%;
}

.what-img {
    margin-top: 31px;
}

.facilites {
    background: url(../images/faclity-banner.html) no-repeat;
    background-size: cover;
    text-align: center;
    margin-top: 70px;
    min-height: 600px;
}

.what-title span {
    margin: 0 auto;
    color: #403528;
    width: 13% !important;
}

.facilty-sec.text-center {
    margin: 16px 59px;
    /* font-size: 17px; */
}

.facilty-sec.text-center h4 {
    font-size: 30px;
    color: #cacbcc;
}

.facilty-sec.text-center h3 {
    color: #e7e7e8;
    font-size: 35px;
    margin: 10px 22%;
    font-weight: 600;
    line-height: 46px;
}

.what-title {
    color: #e7e7e8;
}

.what-sec {
    padding: 70px 0;
    background: #0b0b13;
}

section.what-we.text-center {
    margin-top: -17%;
}

.what-img p {
    color: #eee;
    margin-top: 10px;
}

/*************************faciltiy end*******/
/*************************plan start*******/
.project img {
    max-width: 100%;
}

.project {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    z-index: 0;
}

.project .text {
    width: 93%;
    background: #fff;
    padding: 12px;
    margin: 0 auto;
    margin-top: -75px;
    border-radius: 4px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.1);
    z-index: 999999999999;
    position: absolute;
    left: 0;
    right: 0;
    border: 3px solid #e1dede;
}

.text1 {
    border-bottom: 1px solid #555555;
    margin-bottom: 10px;
    /* margin-top: 10px; */
    padding-bottom: 9px;
}

.location-cnt {
    background: url(../images/loc.jpg) no-repeat;
    margin-top: 70px;
    background-size: cover;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 70px;
}

h2.location-title span {

    width: 25%;
}

.loc-cnt ul li {
    color: #eee;
    /* font-size: 14px; */
    margin-top: 12px;
}

.dev_txt.text-center {
    position: absolute;
    bottom: -39px;
    background: #fff;
    left: 0;
    right: 0;
    width: 60%;
    margin: 0 auto;
    padding: 24px 21px;
    z-index: 999;
    border-radius: 7px;
}

.dev_box {
    border: 2px solid #303867;
    padding: 12px;
    border-radius: 7px;
}

.dev_box p {
    color: #282727;
}

.dev_box h3 {
    font-size: 74px;
    font-family: Garamond, "Big Caslon", "Times New Roman";
    margin: 0;
    padding: 0;
}

.dev_box h4 {
    color: #282727;
    margin-top: 0;
}

/*************************plan end*******/
/*************************conatct start*******/
.contact-form {
    padding: 41px 35px;
}

.contact-form .form-control {
    border-radius: 10px;
    /*padding: 11px;*/
    margin-bottom: 8px;
}

.contact-right img {
    max-width: 100%;
}

/*************************conatct end*******/
/*************************footer satrt*******/
.ftco-footer {
    font-size: 16px;
    background: #7C444F;
    padding: 5em 0 0 0;
    z-index: 0;
    position: relative;
    z-index: 0;
    /* margin-top: 70px; */
}

.ftco-footer p {
    color: #FFFFFF
}

.ftco-footer .ftco-footer-widget ul {
    margin: 0;
    padding: 0;
}

.ftco-footer .ftco-footer-widget ul li {
    margin-bottom: 10px;
    color: #FFFFFF(255, 255, 255, 0.5);
}

.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
}

.ftco-footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
    background: rgba(101, 85, 85, 0.08);
    position: relative;
    border-radius: 50%;
}

.ftco-footer-social li a span {
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff !important;
}

.ftco-footer .ftco-heading-2 {
    font-size: 18px;
    font-weight: 500;
    color: #F39E60;
    /* text-align: center; */
    /* text-transform: uppercase; */
    /* margin-bottom: 17px; */
    /* letter-spacing: 2px; */
}

.ftco-footer .ftco-footer-widget ul li a {
    color: #FFFFFF(255, 255, 255, 0.5);
}

.ftco-footer .bg-primary {
    background: #F39E60 !important;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.ftco-footer .bg-primary p {
    color: rgb(255 255 255);
}

.ftco-footer-social li a:hover {
    background: #7C444F;
    color: #000;
}

/*************************footer end*******/

/************** quick contact ****************/
/* popup-form */
#feedback {
    position: fixed;
    right: 0;
    top: 13%;
    z-index: 99999;
}

#feedback-tab:hover {
    background: #a6a2aa none repeat scroll 0 0 !important;
    color: #fff;
}



#feedback-tab {
    height: 42px;
    margin-right: -54px;
    margin-top: 240px;
    padding-top: 5px;
    width: 150px;
    background: #7C444F;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 19px;
    text-align: center;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#feedback-form {
    background: #fff;
    border: 1px solid #505050;
    border-radius: 0;
    box-shadow: 0 0 6px #7b7b7b;
    float: right;
    padding-left: 20px;
    padding-right: 20px;
    width: 326px;
    z-index: 1000;
    padding-top: 15px;
    padding-bottom: 15px;
}

#feedback-form .wpcf7-not-valid-tip {
    display: none !important;
}

#feedback-form .wpcf7-validation-errors {
    color: #f00 !important;
}

#feedback-form .wpcf7-not-valid {
    border: 1px solid #7C444F;
}

#feedback-form .wpcf7-mail-sent-ok {
    color: #fff !important;
}

label.error {
    margin-top: 6px;
    color: #f00;
    font-size: 14px;
}

.popup-form h2 {
    color: #000;
    text-align: center;
    font-size: 24px;
    padding-top: 15px;
}

/* #popup_msg{	color:#fff;} */
.submit-btn {
    background: #7C444F;
    color: #fff;
}

.submit-btn:hover {
    background: #296ea5;
    color: #fff;
}

#feedback p {
    color: #000;
    font-size: 12px;
    text-align: center;
    padding-top: 5px;
    margin-bottom: 0;
}

/************** quick contact end****************/
/************** thank you start****************/
/* .pre-header-item.thankyou-mail a {
    color: #555;
    font-size: 18px;
}

.pre-header-item.thankyou-mail i {
    color: #555 !important;
    font-size: 16px;
}

.thank-social li a {
    height: 40px;
    width: 40px;
    display: block;
    background: rgb(48 56 103);
    position: relative;
    border-radius: 50%;
}

.thank-social ul li a {
    color: rgba(255, 255, 255, 0.5);
}

.pre-header-item.thankyou-mail {
    margin-top: 12px;
}

.thick i {
    color: green;
    font-size: 82px;
    margin-bottom: 16px;
} */

.thankyou-page {
    background-color: #fff;
    /* Light gray background */
    padding: 60px 20px;
}

.jumbotron {
    background-color: #fff;
    /* White card background */
    padding: 40px 20px;
    border: 2px solid #F39E60;
    /* Golden border */
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    /* Subtle shadow */
}

.display-3 {
    color: #7C444F;

}

.thankyou-page hr {
    border: 0;
    /* Remove the default border */
    border-top: 2px solid #F39E60;
    /* Set thickness and color */
    margin: 20px 0;
    /* Add some spacing */
}


/************** thank you end****************/

section.cover3 {
    padding: 50px 0 50px 0;
    /* background: #fff; */
    margin-top: 45px;
    margin-bottom: -70px;
    background-color: #fff;
    /* Light gray background */
    color: #7C444F;
    border-top: 3px solid #F39E60;
    border-bottom: 3px solid #F39E60;


}

.location-heading {
    font-size: 40px;
    font-weight: 700;
    color: #7C444F;
    padding-bottom: 15px;
    text-align: center;
}

.loc-intro {
    font-size: 18px;
    color: #333;
    /* Slightly darker gray for better readability */
    text-align: center;
    margin-bottom: 25px;
    /* Add spacing below the paragraph */
    line-height: 1.6;
}


.content .heading {
    font-size: 40px;
    font-weight: 700;
    color: #7C444F;
    padding-bottom: 15px;
}

.content .paragraph {
    font-size: 14px;
    line-height: 24px;
    padding: 0 0 43px 0;
}

section.cover3 .main-box {
    height: 159px;
    background-color: rgb(248, 248, 248);
    box-shadow: 0px 15px 20px 0px rgb(128 128 128 / 10%);
    border-radius: 15px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section.cover3 .main-box .icon {
    width: 50px;
}

section.cover3 .main-box .text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding-top: 20px;
    text-align: center;
}

.inner-div {
    border: 1px solid #fff;
    box-shadow: 0 10px 10px #eee;
    padding: 19px;
    text-align: center;
    background: #fff;
}

.inner-div h3 {
    margin-top: 18px;
    margin-bottom: 11px;
    font-size: 20px;
}

a.plan-floor {
    text-decoration: underline;
    color: #7C444F;
}

thead.thead-dark1 {
    background: #7C444F;
    color: #fff;
}

tbody.table-back {
    border: 1px solid #eee;
}

.specification {
    padding: 60px 0;
}

.plan {
    background-color: #fff;
    /* Light gray background */
    color: #7C444F;
    /* Dark blue text */
    /* padding: 60px 20px; */
    border-top: 3px solid #F39E60;
}

button.btn.btn-default.filter-button.active {
    display: none;
}

tbody.table-back {
    border: 1px solid #eee;
    background: #fff;
}

.filter-button.active {
    background-color: transparent;
    color: #004d00;
    text-transform: uppercase;
}

.filter-button {
    margin: 5px;
    background: #7C444F;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.gallery .img-div {
    overflow: hidden;
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    margin-bottom: 30px;
    position: relative;
}

.gallery .img-div img {
    height: 310px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    /* Adds a subtle shadow */

    /* Adds smooth corners */

}

.gallery .img-div::after {
    position: absolute;
    transition: all ease-in-out 0.4s;

    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background-color: rgb(185 145 30 / 65%); */
    content: "\f00e";
    font-family: fontawesome;
    display: flex;

    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 25px;
    opacity: 0;
    transform: scale(0.8);
    /* Starts smaller for scaling effect */

}

.gallery .img-div:hover::after {
    opacity: 0.5;
    /* Fully visible on hover */
    transform: scale(2)
}

.about-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.about-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #F39E60;
    margin: 10px auto 0;
    border-radius: 5px;
}

#basicExampleModal .modal-header {
    background: #7C444F;
    color: #fff;
}

#basicExampleModal .form-group label {
    width: 100%;
}

#basicExampleModal form {
    padding: 27px;
}

.form-group input {
    width: 100%;
}

#basicExampleModal {
    background: #000000a8;
}

#basicExampleModal .modal-content {
    margin-top: 38%;
}

@media (max-width: 1199px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 960px;

    }
}

@media (max-width: 991px) {
    #minimal-bootstrap-carousel .carousel-caption {
        width: 100%;
    }

    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 720px;
    }

    .Banner {
        margin-top: 5px;
    }

    .Banner li {
        font-size: 15px;
    }
}

@media (max-width: 667px) {

    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px;

    }

    .background h1 {
        padding: 41px !important;
        /* margin: auto; */
        color: white;
        font-size: 50px !important;
        font-weight: 600;
    }

    #feedback {
        top: 23%;
    }

    #basicExampleModal .modal-content {
        margin-top: 23%;
    }

}

@media (max-width: 480px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 40px;
        height: 40px;
        font-size: 17px;
        line-height: 40px;
        background: rgba(255, 255, 255, 0.4);
        color: #000;
    }
}

.social-li-nks {
    position: fixed;
    bottom: 20px;
    z-index: 9999;
    left: 20px
}

.social-li-nks ul {
    display: flex;
    flex-wrap: wrap
}

.social-li-nks ul li {
    margin-left: 15px
}

.social-li-nks ul li a {
    display: inline-block
}

.social-li-nks ul li a img {
    width: 70px;
    transition: all ease-in-out .3s;
    border-radius: 35px;
}

a.carousel-control-prev {
    display: none;
}

a.carousel-control-next {
    display: none;
}

.logo_icon {
    width: 10%;

}

/*** START FROM HERE ***/
/* Slick slide */
.slider {
    width: 80%;
    margin: 0px auto;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-list {
    padding: 40px 50px !important;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

/* Card */
.card {
    position: relative;
    width: 370px;
    height: auto;
    border-radius: 20px;
    border: 0;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.slick-slide img {
    display: block;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;


}

.fa,
.fas {
    font-weight: 900;
    color: #7C444F;
}

.background {
    /* image url  */

    /* make the image full height */
    height: 311px;

    /* center and scale the image */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    /* use the following only if if you are able to scroll past the image to see a white area (this is the <body> peeking out) above or below the image */
    overflow: hidden;
}

.background h1 {
    padding: 131px;
    /* margin: auto; */
    color: white;
    font-size: 72px;
    font-weight: 600;
}

.card span {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.card span::before {
    content: "Regal heights";
    position: absolute;
    width: 150%;
    height: 40px;
    background: #7C444F;
    transform: rotate(-45deg) translateY(-20px);
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.1em;
    box-shadow: 0 3px 10px rgb(136 42 43);
}

.card span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: lightgray;
    z-index: -1;
    box-shadow: 140px -140px lightgray;
}

section#why_new_chd hr,
section#ongoing_project hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 3px solid rgb(12 12 12)
}

section#why_new_chd,
section#ongoing_project {
    background-color: #7C444Fc4;
}

section#why_new_chd {
    margin-top: 70px;
}

section#why_new_chd p,
section#why_new_chd a,
section#ongoing_project p {
    font-family: 'Helvetica', 'Arial', sans-serif;
    color: #fff;
}

section#why_new_chd h1,
section#ongoing_project h1 {
    color: #000;
}

.newsection {
    padding: 40px 0px;
}

.gallery1 {
    margin: 0 auto;
    text-align: center;
    width: 90%;


}

.gallery {
    background-color: #fff;
    /* Light gray background */
    color: #7C444F;
    /* border-top: 3px solid #F39E60; */
    margin-bottom: -50px;

}

figure {
    border: 10px solid #DADCDB;
    margin: 10px 10px;
    padding: 0;
}

figure.image11 {
    display: inline-block;
    position: relative;
}

figure img {
    display: block;
    height: auto;
    max-width: 100%;
}

.navbar {
    background-color: #7C444F;

}

figcaption {
    background: rgb(0 0 0 / 79%);
    color: white;

    padding: .2em 0;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

figcaption span {
    font-size: 14px;
}

.col-text {
    height: 20em;
}

.grid-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-around;
    height: 500px;
}

.col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.col-left {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.col-text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.Aligner-item {
    width: 60%;
}

.col-image {
    background-size: cover;
    background-position: center center;
}

@media (max-width: 640px) {
    .grid-flex {
        height: 40em;
        display: -webkit-flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .Aligner-item.aos-init.aos-animate {

        max-width: 95%;
        font-size: 10px;
    }

    .col {
        order: vertical;
    }

    .col-left {
        -webkit-box-ordinal-group: 0;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .col-text div p {
        padding: 1em;
    }

    .Aligner-item {
        width: 90%;
    }
}

/* General Section Styling */
#amenities {
    padding: 50px 0;
    /* background: linear-gradient(to bottom, #f7f8fa, #eaeaea); */
    border-top: 3px solid #F39E60;

}

#amenities .heading {
    font-size: 2.5rem;
    font-weight: bold;
    color: #2a2a2a;
    margin-bottom: 10px;
}

#amenities .paragraph {
    color: #555;
    font-size: 1.1rem;
    margin-bottom: 40px;
}

/* Container for Amenities */
.am-sec {
    text-align: center;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 10px 0;
}

.am-sec:hover {
    transform: scale(1.05);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

/* Icon Styling */
.am-sec i {
    font-size: 2.5rem;
    color: #F39E60;
    /* Gold color for luxury appeal */
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.am-sec:hover i {
    color: #ffcc00;
}

/* Text Styling */
.am-sec p {
    font-size: 1rem;
    color: #333;
    margin: 0;
    font-weight: 600;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    #amenities .heading {
        font-size: 2rem;
    }

    #amenities .paragraph {
        font-size: 1rem;
    }

    .am-sec i {
        font-size: 2rem;
    }

    .am-sec p {
        font-size: 0.9rem;
    }
}


.gdpl-section {
    background-color: #fff;
    padding: 60px 20px;
    border-top: 3px solid #F39E60;
    /* Golden divider */
    /* border-bottom: 3px solid #F39E60; */
}

.gdpl-section .heading {
    font-size: 36px;
    color: #222;
    font-weight: bold;
    margin-bottom: 20px;
}

.gdpl-section .paragraph {
    font-size: 18px;
    color: #555;
    max-width: 600px;
    margin: 0 auto 40px auto;
    line-height: 1.6;
}

.gdpl-section .feature-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.gdpl-section .feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.gdpl-section .feature-card .icon-container {
    background-color: #F39E60;
    /* Golden background for the icon */
    color: #7C444F;
    font-size: 40px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
}

.gdpl-section .feature-card h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
}

.gdpl-section .feature-card p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.faq-section {
    background-color: #fff;
    /* Light gray background */
    color: #7C444F;
    /* Dark blue text */
    padding: 60px 20px;
    border-top: 3px solid #F39E60;
    /* Golden divider */
    /* border-bottom: 3px solid #F39E60; */
    /* Golden divider */
}

.faq-section .heading {
    color: #7C444F;
    /* Golden heading */
    margin-bottom: 10px;
    font-weight: bold;
}

.faq-section .paragraph {
    color: #7C444F;
    /* Dark blue paragraph text */
    margin-bottom: 40px;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 20px;
    border: 1px solid #F39E60;
    /* Golden border */
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    /* White background for FAQ items */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    /* Subtle shadow for depth */
}

.faq-question {
    background: #fff;
    /* White background */
    color: #7C444F;
    /* Dark blue text */
    padding: 15px 20px;
    text-align: left;
    width: 100%;
    border: none;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s ease;
}

.faq-question:hover {
    color: #F39E60;
    /* Golden text on hover */
}

.faq-icon {
    width: 16px;
    height: 16px;
    background-color: #F39E60;
    /* Golden icon */
    border-radius: 50%;
    display: inline-block;
    transition: transform 0.3s ease;
}

.faq-answer {
    background: #f8f9fa;
    /* Light gray background */
    color: #7C444F;
    /* Dark blue text */
    padding: 15px 20px;
    display: none;
    font-size: 16px;
}

.faq-item.open .faq-answer {
    display: block;
    /* Display answer when open */
}

.faq-item.open .faq-icon {
    transform: rotate(180deg);
    /* Rotate icon when expanded */
}

/* site plan css */
.content-image-section {
    padding: 50px 0;
    /* Add padding around the section */
    overflow: hidden;
    border-bottom: 3px solid #F39E60;

    /* Ensure content does not overflow the section */
}

.image-container img {
    width: 100%;
    /* Ensure the image takes the full width of its column */
    height: auto;
    /* Maintain aspect ratio */
    /* max-height: 500px; */
    /* Limit the maximum height to keep it within the section */
    object-fit: cover;
    /* Crop the image if necessary to fit the dimensions */
    border-radius: 8px;
    /* Optional: Add rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Optional: Add a subtle shadow */
}

.content-container {
    text-align: center;
}

.content-container h2 {
    /* font-size: 28px; */
    /* color: #7C444F; */
    /* Golden theme color */
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 40px;
    font-weight: 700;
    color: #7C444F;
}

.content-container p {
    font-size: 16px;
    line-height: 1.6;
    color: #7C444F;
    /* Dark blue theme color */
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .content-image-section .row {
        flex-direction: column-reverse;
        /* Stack image and content for smaller screens */
    }

    .image-container img {
        max-height: 300px;
        /* Adjust max-height for smaller screens */
    }
}

.projects {
    padding: 2rem;
    /* background-color: #F39E60; */
    /* Use theme color as background */
    color: #fff;
    /* Ensure text is readable */
}

.projects-header {
    text-align: center;
    margin-bottom: 2rem;
}

.projects-header h2 {
    color: #7C444F;
    /* Use the darker theme color for headings */
}

.project-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3.5rem;
}

.project-card {
    background: #fff;
    border: 1px solid #7C444F;
    /* Theme color for border */
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 10px rgba(124, 68, 79, 0.2);
    /* Softer shadow with theme color */
}

.project-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.project-info {
    padding: 1rem;
    color: #7C444F;
    /* Use theme color for text */
}

.tag {
    display: inline-block;
    padding: 0.3rem 0.8rem;
    margin-bottom: 0.5rem;
    border-radius: 12px;
    font-size: 0.8rem;
    color: #fff;
}

.tag.residential {
    background: #7C444F;
    /* Dark theme color for residential tags */
}

.tag.commercial {
    background: #F39E60;
    /* Light theme color for commercial tags */
}

/* Fullscreen overlay for popup */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #7C444F;
    display: none;
    /* Hide by default */
    justify-content: center;
    align-items: center;
    z-index: 1000;
    /* Ensure it appears above all other content */
}

/* .popup input {
    width: 82%;
    top: 10px;
} */

/* Popup content styling */
.popup-content {
    background: #F39E60;
    padding: 20px;
    border-radius: 10px;
    width: 400px;
    max-width: 90%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
}

/* Input Box Styling */
.popup input,
.popup textarea {
    width: 90%;
    /* Increased width for a cleaner layout */
    margin: 10px auto;
    padding: 12px 15px;
    border: 2px solid #7C444F;
    /* Main theme color */
    border-radius: 8px;
    /* Rounded corners */
    background: #7C444F;
    /* Dark background */
    /* color: #FFF; */
    /* White text for contrast */
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    outline: none;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
    /* Subtle inner shadow */
    transition: all 0.3s ease;
    /* Smooth transition for hover/focus */
}

/* Focus Effect */
.popup input:focus,
.popup textarea:focus {
    border-color: #FFF;
    /* White border on focus */
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.7);
    /* Glowing effect */
    background: #7C444F;
    /* Slightly lighter background */
}

/* Placeholder Text Styling */
.popup input::placeholder,
.popup textarea::placeholder {
    color: #B3B3B3;
    /* Subtle gray placeholder text */
    font-style: italic;
}

/* Input Label Styling */
.popup label {
    position: absolute;
    top: -10px;
    /* Move label above the input */
    left: 15px;
    /* Align with padding of input */
    font-size: 12px;
    color: #7C444F;
    /* Theme color for labels */
    background: #F39E60;
    /* Matches input background */
    padding: 0 5px;
    transform: translateY(0);
    transition: all 0.3s ease;
    /* Smooth label transition */
}

/* Focused Label Transition */
.popup input:focus+label,
.popup textarea:focus+label {
    color: #FFF;
    /* White label on focus */
    font-weight: bold;
    transform: translateY(-5px);
    /* Slight lift effect */
}

/* Hover Effect for Inputs */
.popup input:hover,
.popup textarea:hover {
    border-color: #FFF;
    /* White border on hover */
    background: #FFF;
    /* Slightly lighter background */
}

/* Close button styling */
.fade-out {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
    color: #000;
}

.fade-out:hover {
    color: red;
}

/* Button Styling */
.main-btn-rect {
    display: inline-block;
    padding: 12px 25px;
    /* Spacious padding for a premium feel */
    background-color: #7C444F;
    /* Primary theme color */
    color: #FFF;
    /* White text for contrast */
    font-size: 16px;
    /* Slightly larger font for prominence */
    font-weight: bold;
    border: 2px solid #7C444F;
    /* Solid border to match background */
    border-radius: 8px;
    /* Rounded corners for a modern look */
    text-transform: uppercase;
    /* Capitalized text for emphasis */
    letter-spacing: 1px;
    /* Slight spacing for clean text layout */
    cursor: pointer;
    transition: all 0.3s ease;
    /* Smooth hover/focus effect */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    /* Subtle shadow for depth */
}

.main-btn-rect i {
    color: #FFF;

}

.main-btn-rect:hover i {
    color: #7C444F;
}


/* Hover Effect */
.main-btn-rect:hover {
    background-color: #FFF;
    /* Swap background to white */
    color: #7C444F;
    /* Swap text to theme color */
    border-color: #FFF;
    /* Adjust border to match background */
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
    /* Enhanced shadow */
}

/* Focus Effect */
.main-btn-rect:focus {
    outline: none;
    /* Remove default outline */
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
    /* Glowing focus effect */
}

/* Icon Styling */
.main-btn-rect i {
    margin-right: 8px;
    /* Spacing between icon and text */
    font-size: 18px;
    /* Slightly larger icon for balance */
    vertical-align: middle;
    /* Align icon with text */
    transition: transform 0.3s ease;
    /* Smooth animation */
}

/* Icon Animation on Hover */
.main-btn-rect:hover i {
    transform: translateX(5px);
    /* Subtle slide effect */
}