/************************************/
/*** 	   General css		  ***/
/************************************/

body{
	position: relative;
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	color: #000;
	line-height: normal;
	 font-family: "Play", sans-serif;
  overflow-x: hidden;
}


p{
	line-height: 1.6em;
	margin-bottom: 10px;
	color: #000;
  margin-bottom: 0px;
  text-align: justify;
}
ul{
	margin-top: 10px;
}

:root{
	--primary-color				: #be8b22;
	--white-color			: #ffffff;
  --subheading-color :#ff914c;
  --btn-color: #000;
  --btn-hover-color: #be8b22;
  --headingfont-family: "Play", sans-serif;
	--text-color				: #9C9C9C;
	--accent-color				: #3D493A;
	--accent-secondary-color	: #c29d62;
	--white-color				: #FFFFFF;
	--divider-color				: #4156491A;
	--dark-divider-color		: #FFFFFF1A;
	--error-color				: rgb(230, 87, 87);
	--default-font				: "Play", sans-serif;
	--accent-font				: "Play", sans-serif;
}

@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
		url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
		url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
		url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
		url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesome') format('svg');
}

@font-face {
    font-family: 'Play';
    src: url('fonts/Play-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Play';
    src: url('fonts/Play-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
header .navbar-nav li a{
	    font-size: 18px;
    font-weight: 500;
    font-family: var(--headingfont-family);
    line-height: 1.2em;
    padding: 15px 10px !important;
    color: #000000;
	text-transform: capitalize;
    transition: all 0.3s  ease-in-out;
}

/************************************/
/*** 	   header css	start	  ***/
/************************************/
.dropdown:hover .dropdown-menu {
      display: block;
    }
    .navbar-nav .dropdown-menu{
      margin-left: 15px;
    }
.nav-item{list-style: none;}
/************************************/
/*** 	   header css	end	  ***/
/************************************/



/************************************/
/*** 	   carousel css	start	  ***/
/************************************/
.slider-section .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 550px;
}

@keyframes animated-text {
  100% {
    background-position: 200% 0;
  }
}
.slider-section .slide-1{
	background: url('../images/banner-1.webp');
	padding: 100px 0px 50px;
	width: 100%;
	background-size: cover;
	background-position: center;
  position: relative;
}
.slider-section .slide-2{
	background: url('../images/banner-2.webp');
	padding: 100px 0px 50px;
	width: 100%;
	background-size: cover;
	background-position: center;
  position: relative;
}
.slider-section .slide-3{
	background: url('../images/banner-3.webp');
	padding: 100px 0px 50px;
	width: 100%;
	background-size: cover;
	background-position: center;
  position: relative;
}
.slider-section .slide-1:after, .slider-section .slide-2:after, .slider-section .slide-3:after{
      content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 20;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.507) 90%);
}
.slider-section .swiper-slide::after{
	    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* background: #26282b; */
    /* background: -moz-linear-gradient(161deg, #26282b 0%, #26282b 49%, #9f8054 100%);
    background: -webkit-linear-gradient(161deg, #26282b 0%, #26282b 49%, #9f8054 100%);
    background: linear-gradient(161deg, #26282b 0%, #26282b 49%, #9f8054 100%); */
}
.slider-section .swiper-slide h1{
	color: var(--white-color);
	position: relative;
	z-index: 999;
	font-family: var(--headingfont-family);
	    font-size: 38px;
     /* background:rgba(0,0,0,0.5); */
    /* position: absolute; */
    bottom: 0;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    margin-bottom: 0;
    border-radius: 10px 10px 0px 0px;
    padding-bottom: 8px;
    width: 100%;
    font-weight: 600;
    /* text-align: center !important; */
}
.slider-text{
  font-style: italic;
}
.hero-section-title_sub {
    display: table;
    position: relative;
    font-size: 1.2em;
    color: #fff;
    text-align: left;
    font-weight: 500;
    margin-bottom: 15px;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(0, 0, 0, .3);
    border-radius: 4px;
    z-index: 999;
}
.slider-section .swiper-slide p{
	position: relative;
	z-index: 999;
	color: var(--white-color);
}
/* Pagination wrapper */
.swiper-pagination {
  bottom: 5px !important; /* slider ke bottom se gap */
  text-align: center;
}

/* Pagination bullets default */
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(243, 243, 243, 0.712); /* light golden / transparent */
  opacity: 1;
  border-radius: 50%;
  margin: 0 6px !important;
  transition: all 0.3s ease;
}

/* Active bullet */
.swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background-color: #ebcfa7 !important; /* golden beige */
  transform: scale(1.2);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.877);
}

/* Hover effect (optional) */
.swiper-pagination-bullet:hover {
  transform: scale(1.2);
  background-color: #fff;
  cursor: pointer;
}
.swiper-slide .btn a{
  background: var(--white-color);
  color: #000;
  border: none;
}
.swiper-slide .btn a:hover{
  background: #000;
  color: #fff;
  border: none;
}
.swiper-slide ul{
  list-style: none;
  z-index: 999;
  position: relative;
  text-align: left;
      padding-left: 10px;
}
.swiper-slide ul li i{
  color: #be8b22;
}


/************************************/
/*** 	   carousel css	end	  ***/
/************************************/


/************************************/
/*** 	   Explore Apartment css start	  ***/
/************************************/

.iconbox-one__single{
      margin-bottom: 30px;
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.16);
    overflow: hidden;
    transition: color 0.3s cubic-bezier(0.75, 0, 0.125, 1);
    border-radius: 20px;
    padding: 40px 25px;
}
.iconbox-one__single:before {
  content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: translate3d(0px, 100%, 0px);
    background: #ff914c;
    transition: transform 0.3s cubic-bezier(0.75, 0, 0.125, 1), -webkit-transform 0.3s;
        z-index: -1;
    border-radius: 20px;
    position: absolute;
}
.iconbox-one__icon {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 82px;
    height: 82px;
    line-height: 1;
    margin-bottom: 30px;
    font-size: 45px;
    color: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.16);
    border-image: initial;
    border-radius: 20px;
    transition: 0.5s;
}
.iconbox-one__title {
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin: 0px;
    transition: 0.5s;
}
.iconbox-one__single .term-count {
    font-size: 16px;
    font-weight: 500;
    color: rgb(255, 255, 255);
}
.iconbox-one__link-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 11;
}
.iconbox-one__single::after {
  content: "";
  position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: var(--btn-color);
        z-index: -1;
    border-radius: 20px;
}
.appartment-type{
  background: url('../images/primium-why-choose-bg.webp');
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}
.appartment-type .card .card-img-top {
    /* padding: 10px; */
    border-radius: 8px;
    z-index: 999;
    /* outline: 1px solid #0000002d;
    outline-offset: 4px; */
        width: 50px;
        /* margin: auto; */
}
.appartment-type  .card{
/* padding: 20px 20px 0px;
height: 100%; 
text-align: center;
background: #f7f7f7;
transition: 0.5s all;
    margin: 0px 0px 10px 0px; */
    border: none;
    background: transparent;
}
.appartment-type .key-advantages .card{
    border: none;
    background: #fff;
    padding: 20px;
    border: 1px solid #ebe9e9;
}
.appartment-type .key-advantages .card .card-img-top {
    /* padding: 10px; */
    border-radius: 8px;
    z-index: 999;
    width: 40%;
    /* margin: auto; */
    text-align: center;
    margin: auto;
    /* background: #f7f7f7; */
}
.appartment-type .social-amenities .card{
    border: none;
    background: #fff;
    padding: 20px;
    border: 1px solid #ebe9e9;
}
.appartment-type .community-level.card .card-img-top {
    /* padding: 10px; */
    border-radius: 8px;
    z-index: 999;
    width: 40%;
    /* margin: auto; */
    text-align: center;
    margin: auto;
    /* background: #f7f7f7; */
}
.appartment-type .community-level .card{
    border: none;
    background: #fff;
    padding: 20px;
        border: 1px solid #ebe9e9;
}
.appartment-type .community-level .card .card-img-top {
    /* padding: 10px; */
    border-radius: 8px;
    z-index: 999;
    width: 40%;
    /* margin: auto; */
    text-align: center;
    margin: auto;
    /* background: #f7f7f7; */
}
.appartment-type .social-amenities .card .card-img-top {
    /* padding: 10px; */
    border-radius: 8px;
    z-index: 999;
    width: 40%;
    /* margin: auto; */
    text-align: center;
    margin: auto;
    /* background: #f7f7f7; */
}
.appartment-type  .card .card-body{
padding: 0 !important;
}
.why-choose-us-img img{
  border-radius: 10px;
  box-shadow: -15px 15px 0px #000;
}
.appartment-type  .card:nth-child(4){
  margin-bottom: 0px;
}
.why-choose-content{
  /* height: 600px;
  overflow-y: scroll; */
}
.why-choose-content::-webkit-scrollbar-track
{
	background-color: #fff;
}

.why-choose-content::-webkit-scrollbar
{
	width: 3px;
	background-color: #fff;
}

.why-choose-content::-webkit-scrollbar-thumb
{
	background-color: #000000;
	/* border: 2px solid #555555; */
}
/* .appartment-type h4, .appartment-type p{
  color: #fff;
} */
.appartment-type  .card:hover{
  /* background: #fff; */
}
.appartment-type  .card:hover h4, .appartment-type  .card:hover p{
  color: #000;  
}
.appartment-type  .card:hover .card-img-top{
  /* background: #fff; */
}
.appartment-type .card .card-body .card-title{
  font-size: 20px;
}
.iconbox-one__single:hover::before, .iconbox-one__single:focus::before, .iconbox-one__single.active::before {
    transform: translate3d(0px, 0px, 0px);
}
.iconbox-one__single:hover .iconbox-one__icon, .iconbox-one__single:focus .iconbox-one__icon, .iconbox-one__single.active .iconbox-one__icon {
    border-color: #ff914c;
    color: #ff914c;
}
/************************************/
/*** 	   Explore Apartment css end	  ***/
/************************************/


/************************************/
/*** 	   Home about css start	  ***/
/************************************/
@keyframes marquee {
	 0% {
		 transform: translateX(0);
	}
	 100% {
		 transform: translateX(-100%);
	}
}
 .marquee {
	 display: flex;
	 align-items: center;
	 justify-content: flex-start;
	 overflow: hidden;
}
 .marquee span {
	 text-transform: uppercase;
	 will-change: transform;
	 transform: translateX(0);
	 white-space: nowrap;
	 animation: marquee 24s linear infinite;
	 font-size: 200px;
	 font-family: 'Gravitas One', Helvetica, Arial, sans-serif;
	 font-weight: 900;
	 color: #d5ad4817;
}
.fa-circle{
  font-size: 12px;
}

.about-seetion .marquee{
margin-top: -120px;
    z-index: -1;
}
.about-one__single {
    position: relative;
    text-align: center;
}
.about-one__image {
    display: inline-block;
    position: relative;
    margin-bottom: 8px;
    width: 100%;
}
.about-one__image:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: -8px;
    border: 1px solid rgba(46, 87, 87, 0.1);
    border-radius: 10px;
    z-index: 1;
}
.about-one__image .image-inner{
    overflow: hidden;
    display: inline-block;
    /* -webkit-mask-image: url('../images/polygon-image.png');
    mask-image: url('../images/polygon-image.png');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%; */
    max-width: 100%;
    position: relative;
    width: 100%;
    z-index: 3;
}
.about-one__image img {
    -webkit-transition: all 5s;
    transition: all 5s;
    width: 100%;
}
.about-one__image:after {
    content: "";
    position: absolute;
    top: 45px;
    left: 45px;
    right: 45px;
    bottom: 8px;
    background: #be8b2214;
    border-radius: 10px;
    z-index: 2;
}
.about-one__link-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.about-img{
    border-radius: 10px;    
    z-index: 99999;
    position: relative;
  }
.subheading > span{
  font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    display: none;
     display: none;
    color: var(--primary-color);
}
 .title h2{
  font-size: 38px;
    margin: 0;
    font-family: var(--headingfont-family);
}
.spacer{
  height: 10px;
}
.about-right-content .list ul{
  list-style: none;
  padding-left: 10px;
}
.about-right-content .list ul li{
  margin-bottom: 5px;
}
.about-right-content .list ul li i{
  color: var(--primary-color);
}
.btn a{
  background: var(--btn-color);
    color: var(--white-color);
    padding: 18px 30px;
    line-height: 1;
    font-size: 16px;
    border-radius: 8px;
     font-family: var(--headingfont-family);
    position: relative;
    z-index: 9;
    display: inline-block;
    white-space: nowrap;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    border: none;
    text-decoration: none;
    font-weight: 500;
     border: 1px solid;
}
.btn a:hover{
    background: transparent;
    color: #000;
    border: 1px solid;
}
.btn a .btn-icon {
    margin-right: 10px;
        font-size: 20px;
}
/* .appartment-type{
  background-color: #be8b2214;
} */
#myTab .nav-link{
  background: #e8e6ed;
  color: #000;
      padding: 10px 50px;
          font-weight: 500;
}
#myTab .active{
  color: #fff;
  background: var(--primary-color);
}
#myTab .nav-item {
    margin: 0px 10px 0px 0px;
}
#myTabContent{
  border: 0px !important;
    padding: 10px 0px !important;
}
/************************************/
/*** 	   Home about css end	  ***/
/************************************/


/************************************/
/*** 	   USP css start	  ***/
/************************************/

.usp-section{
      width: 100%;
    display: block;
    padding: 150px 0;
    position: relative;
      /* background: url('../images/primium-why-choose-bg.webp');
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat; */
}
.video-background {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background: #26282b;
    background: -moz-linear-gradient(161deg, #26282b 0%, #26282b 49%, #9f8054 100%);
    background: -webkit-linear-gradient(161deg, #26282b 0%, #26282b 49%, #9f8054 100%);
    background: linear-gradient(161deg, #26282b 0%, #26282b 49%, #9f8054 100%);
}
.video-background video {
    min-width: 100%;
    min-height: 100%;
    float: left;
    opacity: 0.15;
}
.video-background .content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.video-content{
  position: relative;
  z-index: 99;
}
.usp-icon-box{
      align-items: center;
        border: 1px solid #0000001c;
    padding: 15px 20px;
    margin: 5px 0;
       background: #fff;
       transition: 0.5s all;

}

.custom-map{
      border: 1px solid #d5d1d1;
    border-radius: 10px;
    padding: 8px;
}
.usp-icon-box:hover{
  background: var(--btn-color);
}
.usp-icon-box:hover h6{
  color: #fff;
}
.usp-icon-box:hover img{
  filter: brightness(0) invert(1);
}


.about-dholera-img img{
  border-radius: 10px;
      box-shadow: -15px -15px 0px #be8b222e;
}
/************************************/
/*** 	   USP css end	  ***/
/************************************/


/************************************/
/*** 	   Project at glance css start	  ***/
/************************************/

.project-at-glance .card-img-top{
  border-radius: 10px;
}
.project-at-glance .card{
border-radius: 10px;
    background: #fff;
}
.project-at-glance .list ul{
  list-style: none;
      padding-left: 10px;
}
.project-at-glance .list ul li i{
color: #be8b22;
}
.project-at-glance .locations{
  font-size: 18px;
    font-weight: 500;
    color: #022150;
}
.project-at-glance .btn a{
      padding: 12px 20px;
}
.project-at-glance .card-title{
  font-size: 22px;
}
.project-at-glance{
  /* background: url('../images/bg-building.webp'); */
  background-size: cover;
  background-position: center;
  width: 100%;
}
/* .project-at-a-glance h2{
      text-decoration: underline;
    text-underline-offset: 15px;
    text-decoration-thickness: 2px;
} */
.project-at-a-glance .card-img-wrapper {
  position: relative;
  overflow: hidden;
  height: 350px;
}

.project-at-a-glance .card-img-top {
  transition: transform 0.5s ease;
  width: 100%;
  display: block;
  height: 350px;
  object-fit: cover;
}

.project-at-a-glance .card:hover .card-img-top {
  transform: scale(1.1); /* Image zoom-in */
}

.project-at-a-glance .overlay-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 24px;
    /* padding: 18px; */
    border-radius: 50%;
    height: 60px;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-decoration: none;
    width: 60px;
    text-align: center;
    display: flex;
    /* line-height: 60px; */
    align-items: center;
    justify-content: center;
}
.project-at-a-glance .overlay-icon i{
  font-size: 18px;
}

.project-at-a-glance .card:hover .overlay-icon {
  opacity: 1; /* Show icon on hover */
}

/************************************/
/*** 	   Project at glance css end	  ***/
/************************************/


/************************************/
/*** 	   why choose us css start	  ***/
/************************************/

/* .why-choose-us{
  background: url('../images/slide01.jpg');
  background-size: cover;
  background-position: center;
  width: 100%;
 position: relative;
  background-attachment: fixed;
}
.why-choose-us::after{
      content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #26282b;
    opacity: 0.3;
} */
.why-choose-us .title-content{
  position: relative;
  z-index: 999;
}
.why-choose-us .card-img-top{
  width: 60px;
}
.why-choose-us .project-at-glance-box:nth-child(1) .card{
  background: url('../images/residential-plot.webp');
  background-size: cover;
  background-position: center;
  position: relative;
}
 .why-choose-us .project-at-glance-box:nth-child(2) .card{
  background: url('../images/villas.webp');
 }
  .why-choose-us .project-at-glance-box:nth-child(3) .card{
  background: url('../images/commercial-plot.webp');
 }
.why-choose-us .project-at-glance-box .card::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
       background: rgb(255 255 255 / 79%);
    width: 100%;
    z-index: 0;
    height: 100%;
}
.why-choose-us .card{
      padding: 40px 20px;
  background-size: cover;
  background-position: center;
  position: relative;
  border: none;
  border-bottom: 4px solid #be8b22;
  text-align: center;
  height: 100%;
  transition: 0.5s all;
}
.why-choose-us .card:hover{
  transform: translateY(-20px);
}
.why-choose-us .title h2{
      text-decoration: underline;
    text-underline-offset: 15px;
    text-decoration-thickness: 2px;
}
/* .why-choose-us .card:after{
 content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
            background: rgb(255 255 255 / 78%); 
  z-index: 0; 
      border-radius: 5px;
} */
.why-choose-us .card .card-img-top{
    padding: 10px;
    border-radius: 8px;
    z-index: 999;
        outline: 1px solid #0000002d;
    outline-offset: 4px;
    margin: auto;
}
.why-choose-us .card .card-body{
  z-index: 999;
}
.why-choose-us .card h4{
  font-size: 22px;
  padding: 5px 0px;
}
/************************************/
/*** 	   why choose us css end	  ***/
/************************************/

/************************************/
/*** 	   floor plan css start	  ***/
/************************************/
.floor-plan{
  background: url('../images/floor-plan-bg.webp');
  background-size: cover;
  background-position: center;
  width: 100%;
}
.floor-plan-img{
      border: 2px solid #e7e7e7;
    border-radius: 10px;
    padding: 5px;
}
.flor-flex{
  background: #fff;
    padding: 18px;
    border-radius: 5px;
    /* border: 1px solid #dbdbdb; */
        border: 2px solid #e7e7e7;
}
.flor-color .purple{
  background: #cda5fb;
height: 40px;
    width: 100%;
  border-radius: 3px;
}
.flor-color .orange{
  background: #ffb199;
height: 40px;
    width: 100%;
  border-radius: 3px;
}
.flor-color .blue{
  background: #7a99f4;
height: 40px;
    width: 100%;
  border-radius: 3px;
}
.flor-color .yellow{
  background: #d7d9bb;
height: 40px;
    width: 100%;
  border-radius: 3px;
}
.flor-color .green{
  background: #bae8ab;
height: 40px;
    width: 100%;
  border-radius: 3px;
}

/************************************/
/*** 	   floor plan css end	  ***/
/************************************/


/************************************/
/*** 	   Why Invest css start	  ***/
/************************************/
.Why-Invest .icon-box img{
  width: 60%;
}
.Why-Invest .icon-box {
    padding: 30px;
    text-align: center;
        border-radius: 10px;
    text-align: center;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 24%);
        height: 100%;
}
.Why-Invest .icon-box p{
  font-weight: 500;
}
.Why-Invest .icon-box:hover{
  background: #be8b22;
}
.Why-Invest .icon-box:hover p{
  color: #fff;
}
/************************************/
/*** 	   Why Invest css end	  ***/
/************************************/



/************************************/
/*** 	  CTA css start	  ***/
/************************************/

.cta{
  background: #000;
  padding: 80px;
  border-radius: 20px;
  background-image: url("../images/icon/bg-cta.png");  /* PNG image */
  background-repeat: no-repeat;
  background-position: right bottom;  /* Image at right bottom */
  background-size: 400px auto;  
}
.cta-section .btn a{
  background: transparent;
   border: 1px solid #ffffff73;
}
.cta-section .btn a:hover{
  background: var(--btn-color);
  border: 1px solid #fff;
  color: #fff;
}

/************************************/
/*** 	   CTA css end	  ***/
/************************************/


/************************************/
/*** 	   Testimonial css start	  ***/
/************************************/


.testimonial-section {
	padding: 80px 0px;
	background-size: cover;
	background-position: center;
}

.testimonial {
	position: relative;
	overflow: hidden;
}

.testimonial-section h2 {
	font-size: 38px;
	margin-bottom: 10px;
}
.card-title{
   font-family: var(--headingfont-family);
}
/* .testimonial-section h2 span {
	color: #c58f2b;
} */
.testimonial-content {
    background: #fff;
    padding: 25px;
    margin: 10px;
        padding: 50px;
    padding-bottom: 40px;
        border-radius: 16px;
    -webkit-box-shadow: 0px 4px 25px 0px rgb(0 0 0 / 3%);
   box-shadow: 0px 4px 25px 0px rgb(0 0 0 / 3%);
  height: 240px;
}
.testimonial-profile-section{
  display: flex;
  align-items: center;
}
.testimonial-one__image {
    margin-right: 20px;
    border-radius: 50%;
}
.testimonial-one__image img{
  border-radius: 50%;
  height: 100px;
  width: 100px;
}
.details .name {
   font-family: var(--headingfont-family);
    font-weight: 600;
    font-size: 20px;
    display: block;
    margin-bottom: 6px;
}
.testimonial-rating{
  margin-top: 5px;
}
.testimonial-rating i{
      color: #be8b22;
}
.testimonial-content p{
  margin-top: 20px;
}
.testimonial .swiper-button-next:after, .testimonial .swiper-button-prev:after{
  color: var(--btn-color);
font-size: 22px;
    font-weight: 600;
}
.testimonial-meta{
  display: flex;
  justify-content: space-between;
}
.testimonial-quote i{
  color: #be8b22;
      font-size: 45px;
}
/************************************/
/*** 	   Testimonial css end	  ***/
/************************************/


/************************************/
/*** 	   Blog css start	  ***/
/************************************/
.blog-card{
      -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
    border: none;
}
/* .blog-card .card-body{
      padding: 25px 30px 30px;
} */
.blog-card .card-body span i{
  color: #be8b22;
}
.blog-inner-meta .post-one__entry-date{
  font-size: 18px;
}
.blog-search .card-title{
      padding-bottom: 22px;
    border-bottom: 1px solid #D7D7D7;
}
.blog-search-field .form-control{
  padding: 12px;
}
.blog-search-field .search-btn{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 12px 12px;
    background: var(--btn-hover-color);
    border: none;
    width: 100%;
}
.blog-inner-bg{
  background: url('../images/blog-inner-banner.webp') !important;
}
.topic-list {
    background: #000;
    padding: 12px 15px;
    border-radius: 5px;
}
.topic-list h6{
  margin-bottom: 0px;
  color: #fff;
}
.post-one__meta {
    position: relative;
    margin-bottom: 18px;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    padding-bottom: 22px;
    border-bottom: 1px solid #D7D7D7;
}
.post-one__meta > span {
   font-family: var(--headingfont-family);
    margin-right: 30px;
}
.blog-card .card-title{
  font-size: 22px;
  font-family: var(--headingfont-family);
}
.read-more a{
  text-decoration: none;
  color: #6c6e76;
  font-size: 15px;
}
.read-more a i{
  color: #6c6e76 !important;
}
.read-more a:hover{
  color: var(--subheading-color) !important;
}
.read-more a:hover i{
  color: var(--subheading-color) !important;
}
.cta-secong{
    background-image: url('../images/cta-second--new.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px 30px;
}
.cta-secong-bg-bottom{
   background-image: url(../images/building-bg.webp);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.second-cta-bg{
      border: 1px solid #ffffff73;
    padding: 50px;
    border-radius: 10px;
    background: #000000b3;
}

/************************************/
/*** 	   Blog css end	  ***/
/************************************/

/*Gallery Css*/

.galerie {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.gallery-section{
  /* background: url('../images/gallery-bg.webp'); */
  background-size: cover;
  background-position: center;
}
.gallery-section .item {
	width: 100%;
	margin: 10px 0px;
	overflow: hidden;
	flex-shrink: 0;
}

.item img {
    width: 100%;
    height: 300px;
    border-radius: 0px;
    object-fit: cover;
}
.home-gallery .item img{
  height: inherit;
  border-radius: 8px;
}
.gallery-section .prev, .gallery-section .next {
  color: white;
  font-size: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  user-select: none;
}
.gallery-section .next{
  right: 20px;
}
.gallery-section .prev{
   left: 20px;
}

.modal {
	display: none;
	position: fixed;
	z-index: 9999;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
	margin: auto;
	display: block;
 max-width: 90%;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
}

.close {
	color: #f1f1f1;
	position: absolute;
	top: 15px;
	right: 35px;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
	cursor: pointer;
}

.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}
/* #gallery{
  background: #f7f7f7;
} */
/*Gallery Css End*/



/************************************/
/*** 	   map css start	  ***/
/************************************/
.map-section{
  background: #f7f7f7;
}
.map-section img{
      border: 2px solid #e7e7e7;
    border-radius: 10px;
    padding: 5px;
}
.location-sec h6{
    background: linear-gradient(267deg, #F5D875 0%, #be8b22 100%);
    padding: 20px;
    border-radius: 10px;
    color: white;
    margin: 0;
    display: flex;
    align-items: center;
        font-size: 18px;
}
.location-sec h6:hover{
   background: #000;
}
.location-sec h6:hover i{
   background: #be8b22;
}
.location-sec h6 i{
    background: #000;
    padding: 8px 12px;
    font-size: 30px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    margin-right: 15px;
    display: flex
;
    justify-content: center;
    align-items: center;
}

/************************************/
/*** 	   map css end	  ***/
/************************************/
.visitor-counter-container {
    text-align: center;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.visitor-counter-container h2 {
    color: #333333;
    font-size: 24px;
    margin-bottom: 10px;
}

.visitor-counter-container .counter {
    font-weight: bold;
    margin-bottom: 10px;
}

#visitorCount {
    color: #be8b22;
    font-size: 28px;
}
#visitorCount2 {
    color: #be8b22;
    font-size: 28px;
}

.visitor-counter-container p {
    color: #000;
    text-align: center;
}
.protected-by {
    background: #262626;
    padding: 20px 10px;
    height: 143px;
    text-align: center;
    width: 100%;
    margin-right: 10px;
    border-radius: 5px;
    border: 1px solid #4c4c4c;
}
.footer-right-margin{
  margin-right: 80px;
}

/************************************/
/*** 	   faq css start	  ***/
/************************************/
.faq-section{
  /* background: url('../images/faq-bg.webp'); */
  background-size: cover;
  background-position: center;
}
.faq-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
}

.faq-question {
   font-family: var(--headingfont-family);
  width: 100%;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  color: #000;
}

.faq-question .icon {
  transition: transform 0.3s ease;
  font-weight: 500;
  font-size: 1.2rem;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 0;
}

.faq-answer p {
  margin: 10px 0;
}

.faq-item.active .faq-answer {
  max-height: 200px; /* enough for content */
  padding: 10px 0;
}

.faq-item.active .faq-question .icon {
  transform: rotate(180deg);
  content: "–";
}
.faq-img img{
  border-radius: 10px;
  width: 100%;
}


/************************************/
/*** 	   faq css end	  ***/
/************************************/
.logoMarqueeSection {
 overflow: hidden;
}

#logoMarqueeSection {
  max-width: 1920px!important;
  margin: 0 auto;
}

.default-content-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    width: 100%;
    min-height: 100vh;
}

div.marquee>a>img {
  height: 70px;
}

.logoMarqueeSection>div>div {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
}

.logoMarqueeSection .marquee-wrapper {
  display:  inline-block;
  white-space: nowrap;
}
#logoMarqueeSection .marquee p{
      background: black;
    color: white;
    padding: 5px;
    margin-top: 10px;
    text-align: center;
    border-radius: 5px;
}

.logoMarqueeSection .marquee {
    display:  inline-block;
    white-space: nowrap;
    position: relative;
    transform: translate3d(0%, 0, 0);
    animation-name: marquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.logoMarqueeSection .marquee2 {
    display:  inline-block;
    white-space: nowrap;
    position: relative;
    transform: translate3d(0%, 0, 0);
    animation-name: marquee2;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.logoMarqueeSection .marquee3 {
    display:  inline-block;
    white-space: nowrap;
    position: relative;
    transform: translate3d(0%, 0, 0);
    animation-name: marquee3;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.logoMarqueeSection .marquee a {
    display:  inline-block;
    white-space: nowrap;
    background: #fdfdfd;
    text-align: center;
    padding: 10px;
    border: 1px solid #0000002d;
    margin: 0px 5px;
    border-radius: 5px;
    width: 300px;
}

.logoMarqueeSection .marquee-wrapper:hover .marquee {
    animation-play-state: paused !important;
}
.logoMarqueeSection{
  position: relative;
}
.logoMarqueeSection::before,
.logoMarqueeSection::after {
  content: "";
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 2;
}
.logoMarqueeSection::before {
  left: 0;
  background: linear-gradient(to right, white 60%, transparent);
}

.logoMarqueeSection::after {
  right: 0;
  background: linear-gradient(to left, white 60%, transparent);
}
@keyframes marquee {
    0% {
        transform: translate3d(0%, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes marquee2 {
    0% {
        transform: translate3d(0%, 0, 0);
    }

    100% {
        transform: translate3d(-120%, 0, 0);
    }
}
@keyframes marquee3 {
    0% {
        transform: translate3d(0%, 0, 0);
    }

    100% {
        transform: translate3d(-80%, 0, 0);
    }
}
.section-padding {
	padding: 80px 0px;
}

.banner-new-name {
	font-size: 22px;
}

.whtasap {
    text-align: right;
    position: fixed;
    bottom: 180px;
    right: 30px;
    z-index: 999;
}
.chatbot{
   text-align: right;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 999;
}
.footer-logo{
  text-align: center;
}
.footer-logo img{
  width: 50%;
}
.footer-section {
	background: url(../images/footer-bg.webp);
  background-size: cover;
  background-position: center;
}
.footer-heading h5{
   font-family: var(--headingfont-family);
}
.social-media-icon{
      display: flex;
    gap: 20px;
    align-items: center;
}
.icon-social i{
      color: white;
    font-size: 20px;
    margin: 0px 10px;
}
footer ul{
  list-style: none;
  padding-left: 10px;
}
footer ul li a{
  color: #fff;
  text-decoration: none;
}
footer ul li{
  margin: 5px 0px;
}
footer ul li a i{
  color: #be8b22;
}
.copywrite-footer {
	background: #262626;
}

.copywrite-footer a {
	color: #ffffff;
	font-weight: 500;
}
.talk-to-expert a{
    border: 1px solid #000;
}
.talk-to-expert a:hover {
    background: transparent;
    border: 1px solid #000;
    color: #000;
}
.site-amenities{
  /* background: url('../images/site-amanities-bg.webp'); */
  background-size: cover;
  background-position: center;
}
.amenities-flex {
      border: 1px solid #00000014;
    padding: 18px;
    border-radius: 10px;
    color: #000;
    height: 150px;
    background-color: #f1ece9;
    justify-content: center;
    flex-direction: column;
    display: flex;
        box-shadow: 0 3px 3px rgb(0 0 0 / 5%), 0 3px 6px rgb(0 0 0 / 2%);
}
.amenities-flex img {
    width: 50px;
    object-fit: cover;
}

    /* Mobile menu (hidden on desktop) */
    .mobile-menu {
      display: none;
      position: absolute;
      top: 100%; /* header ke niche */
      left: 0;
      width: 100%;
      background: #fff;
      border-top: 1px solid #ddd;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	  z-index: 999;
    }
    .mobile-menu.show {
      display: block;
      z-index: 99999;
    }
    .mobile-menu .nav-link {
      padding: 10px 20px;
      font-family: var(--headingfont-family);
      display: block;
    }
    .mobile-menu .dropdown-menu {
      display: none;
      position: static;
      float: none;
    }
    .mobile-menu .dropdown-menu.show {
      display: block;
    }

    /* Hide desktop nav on mobile */


 /* ==================================================== About page css start ========================================================== */
 .innerpage-heading{
  background: url('../images/about-banner.webp');
  background-size: cover !important;
  background-position: center !important;
  padding: 120px 0px 100px;
      background-color: rgb(0 0 0 / 51%) !important;
  background-blend-mode: overlay; 
 }
 /* .about-dholera{
  background: url('../images/about-dholera-sir-bg.webp');
  background-size: cover;
  background-position: center;
 } */
 .about-dholera-bg{
    background: url('../images/about-dholera-bg.webp');
    background-size: cover !important;
    /* background-position: bottom center !important; */
 }
 .blog-news-bg{
   background: url('../images/blog-news-bg.webp');
 }
/* .about-seetion.about-page {
  background: url('../images/about-page-about-sec-bg.webp');
  background-size: cover;
  background-position: center;
} */
 .innerpage-heading h2{
      color: white;
    position: relative;
    z-index: 999;
    font-family: var(--headingfont-family);
    font-size: 45px;
 }
  .innerpage-heading h2 span{
    color: var(--primary-color);
  }
  /* .about-page{
        background-image: url('../images/pattern-dotted.png');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 12% auto;
  } */
  .about-seetion .carousel .carousel-item img{
    border-radius: 10px;
  }
  .about-seetion .carousel-control-prev, .about-seetion .carousel-control-next{
      background: #e8b500bd;
    padding: 10px;
    border-radius: 50%;
    font-size: 20px;
    height: 40px;
    width: 40px;
    opacity: 0.8;
  }
  .about-seetion .carousel-control-prev{
top: 50%;
    left: 12px;
     transform: translate(-0%, -50%);
  }
  .about-seetion .carousel-control-next{
top: 50%;
    right: 12px;
     transform: translate(-0%, -50%);
  }
  .mission-vision{
    background-color: #000;
    /* background-image: url('../images/pattern-dotted-white.png');
    background-position: center right, bottom center;
    background-repeat: no-repeat;
    background-size: 12% auto,  cover;  */
  }
  .mission-img img{
        border-style: solid;
    border-width: 12px 12px 12px 12px;
    border-color: #FFFFFF30;
    width: 100%;
  }
  .mission-content .title h2{
    color: #fff;
  }
  .mission-content{
        border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #be8b22;
    transition: 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 30px 20px 30px 20px;
    background: #ffffff1f;
  }
  .usp-about .usp-icon-box{
    align-items: center;
    border: 1px solid rgb(173 171 171 / 31%);
    padding: 30px 20px;
    margin: 15px 0;
    background: #be8b2214;
}
.key-features .amenities-flex{
  background: #fff;
}
.key-features .amenities-flex img{
  width: 85px;
}
.key-features .amenities-flex{
  height: inherit;
}
.related-post img{
  border-radius: 5px !important;
}
.related-post h4 a{
  font-size: 18px !important;
  text-decoration: none;
  color: #000;
}
.related-post .card-title{
  border: none !important;
}
.key-feature-box{
      border: 1px solid #00000014;
    border-radius: 8px;
    margin-bottom: 10px;
     background: #f1eeef;
}
.key-feature-box:last-child{
  margin-bottom: 0px;
}
.key-feature-box .key-feature-icon{
      background: #fff;
    padding: 10px;
    border-radius: 8px 0px 0px 8px;
}
.world-class-infa-box{
  padding: 250px 0px 0px;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.world-class-infa-box:hover .word-class-bottom-content{
transform: translateY(0px);
height: 180px;
}
.word-class-bottom-content{
  background: #000000ad;
    padding: 20px;
    border-radius: 0px 0px 8px 8px;
    position: absolute;
    width: 100%;
    bottom: 0;
    transition: 0.5s all;
        transform: translateY(192px);
        height: 250px;
}

.waste-water{
  background: url('../images/waste-water.webp');
}
.strome-water{
  background: url('../images/strome-water.webp');
}
.urbain-planing{
  background: url('../images/urbain-planing.webp');
}
.solid-waste{
  background: url('../images/solid-waste.webp');
}
.power-ict{
  background: url('../images/power-ict.webp');
}
.road-design{
  background: url('../images/road-design.webp');
}
.smart-infra{
      background: #f1eeef;
    border: 1px solid #00000014;
    padding: 12px;
    border-radius: 10px;
}

/* .team-area .single-item {
  margin-bottom: 30px;
} */

.team-area .item .thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
    height: 250px;
    width: 250px;
    border-radius: 50%;
    margin: auto;
    border: 10px solid #be8b2230;
}
.team-area .item .no-img-staf{
  height: 100px;
    width: 100px;
}
.team-area .item .no-img-staf img{
  height:auto;
}
.team-area .title h2 .last-letter::after{
      left: 40px;
} 
/* .team-area .item .thumb::after {
  background: #232323 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
} */

/* .team-area .team-items .item:hover .thumb::after {
  opacity: 0.7;
} */

.team-area .item .thumb .overlay {
  top: -100%;
  left: 0;
  padding: 20px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: 1;
}

.team-area .item:hover .thumb .overlay {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.team-area .item .thumb .overlay p {
  color: #ffffff;
}

.team-area .item .thumb .overlay h4 {
  color: #ffffff;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-family: var(--headingfont-family);
}

.team-area .item .thumb img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

/* .team-area .item:hover .thumb img {
  opacity: .6;
} */

.team-area .item .thumb .social li {
  display: inline-block;
}

.team-area .item .thumb .social li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
}

.team-area .info {
  /* background: #ffffff none repeat scroll 0 0; */
  padding: 20px 20px 20px;
  position: relative;
  text-align: center;
  z-index: 9;
}

.team-area .info .message {
  height: 50px;
  line-height: 40px;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
  display: none;
}

.team-area .info .message a {
  background: #fff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  box-sizing: border-box;
  color: var(--btn-hover-color);
  display: inline-block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  width: 50px;
}

.team-area .info .message a i {
  font-weight: 500;
}

.team-area .info h4 {
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: capitalize;
  font-family: var(--headingfont-family);
  font-size: 20px;
}

.team-area .info span {
  color: var(--btn-hover-color);
  font-family: var(--headingfont-family);
  /* font-weight: 600; */
  /* text-transform: uppercase; */
}

.team-area .social li.facebook a {
  background-color: #1877F2;
}

.team-area .social li.insta a {
      background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.team-area .social li.linkdin a {
  background-color: #3b5998;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
    justify-content: left;
}
.breadcrumbs ol li a, .breadcrumbs ol li {
    color: #fff;
    text-decoration: none;
    position: relative;
}
.breadcrumbs ol li+li {
    padding-left: 10px;
}
.breadcrumbs ol li+li::before {
    content: "/";
    display: inline-block;
    padding-right: 10px;
    color: #fff;
}
/* .team-area{
  background: #f1eeef;
} */
#button {
  display: inline-block;
  background-color: var(--primary-color);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
     bottom: 100px;
    right: 20px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}
/* ==================================================== About page css end ========================================================== */

/* ==================================================== Blog page css start ========================================================== */
/* .blog-section{
  background: url('../images/blog-img.webp');
  background-size: cover;
  background-position: center;
} */
/* ==================================================== Blog page css end ========================================================== */



/* ==================================================== Contact page css start ========================================================== */
.contact-page{
background: url('../images/contact-banner.webp');
}
.terms-and-conditions-page{
  background:url('../images/term-and-condition-banner.webp');
}
.privacy-policy-page{
   background:url('../images/privacy-policy-banner.webp');
}
.Investment-Opportunities{
   background:url('../images/investment-oppotunity-banner.webp');
}
.list-box-investment i{
      color: var(--primary-color);
}
.investment-opportunity-box{
        background: #f1eeef;
    border: 1px solid #c1c1c169;
    padding: 25px;
    border-radius: 10px;
}
.investment-opportunity-left img{
      border: 1px solid #c1c1c169;
    border-radius: 8px;
}
.investment-opportunity-right h2{
  font-size: 32px;
}
.contact-details .get-in-touch-icon ul{
  list-style: none;
      padding-left: 15px;
}
.contact-details .get-in-touch-icon ul li{
  margin: 10px 0px;
}
.contact-details .get-in-touch-icon ul li a{
  text-decoration: none;
  color: #000;
}
.contact-details .get-in-touch-icon ul li a i{
  font-size: 20px;
  color: var(--btn-hover-color);
}
.form-section form{
      background: #f1eeef;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 3px 8px rgb(0 0 0 / 16%), 0 3px 8px rgb(0 0 0 / 2%);
}
.form-section form label {
       margin-bottom: 8px;
}
.form-section form .form-control {
    padding: 16px .75rem;
}
.form-section form button[type="submit"] {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 12px 50px;
    background: var(--btn-hover-color);
    border: none;
    text-transform: uppercase;
}
.form-section form button[type="submit"]:hover{
  background: #000;
}
.form-control:focus{
  box-shadow: none;
      border-color: var(--btn-hover-color);
}

/* ==================================================== Contact page css end ========================================================== */

.mobile-stickyboxfix {
        display: none;
    }
    @media (max-width: 991px) {
      .desktop-nav {
        display: none;
      }
    }
     @media (max-width: 767px) {
          .whtasap{
		display:none;
	}
  .key-features .amenities-flex {
    height: 165px;
}
		   .footer-right-margin{
  margin-right: 0px;
}
		.project-at-glance-v5 .col-md-3.mb-3.mb-lg-0.pe-0.pe-lg-4 {
			padding-right:12px !important;
}
		.project-at-glance-v5 .col-md-6.pe-0.pe-lg-4 {
			padding-right:12px !important;
}
  .location-badge h3{
    justify-content: start !important;
        padding: 8px 0px !important;
  }
  .mobile-height{
    height: 110px !important;
  }
  .item img{
    height: auto;
  }
  .gallery-section .prev, .gallery-section .next{
        top: 31%;
    transform: translateY(-50%);
    z-index: 999;
  }
  .project-at-glance-v5 .card{
    height: inherit !important;
  }
  #button{
        width: 45px;
    height: 45px;
        bottom: 70px;
        right: 10px;
  }
  .locatin-advantage .icon img{
  width: 20% !important;
}
.innerpage-heading{
      padding: 80px 0px !important;
}
.key-feature-box h5, .smart-infra h5{
  font-size: 18px;
}
.world-class-infa-heading{
  margin-right: 45px;
}
.world-class-infa-box {
    padding: 200px 0px 0px;
  }
.innerpage-heading h2{
  font-size: 28px;
}

.project-at-glance .card-img-top{
   width: 20% !important;
}
.border-right{
  border-right: none !important;
}
.border-bottom{
border-bottom: none !important;
}
.location-badge{
  margin: 0px;
          padding: 15px;
}
  .project-at-a-glance .card-img-wrapper{
    height: 340px;
  }
  .form-section form{
    padding: 15px;
  }
  .pipli-section{
        border: 1px solid #00000026 !important;
        border-radius: 8px;
  }
  .project-at-a-glance .card-img-top {
    height: 340px;
  }
  .tab-content>.active{
    text-align: center;
  }
  .about-right-content .btn{
    margin: auto;
    display: block;
  } 
  #myTab{
    justify-content: center;
  }
  .pipli-section{
    padding-top: 30px !important;
  }
     .navbar-toggler:focus{
      box-shadow: none;
     }
#myTab .nav-link{
 padding: 10px 35px;
}
.appartment-type .card{
  text-align: center;
}
.appartment-type .card .card-img-top{
  margin: auto;
}
.title{
  text-align: center;
}
.prject-bg {
    padding: 40px 20px !important;
}
.blog-card .card-body {
    padding: 25px 20px 20px !important;
}
.mobile-stickyboxfix ul {
           display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        position: fixed;
        bottom: -4px !important;
        width: 100%;
        z-index: 9;
        height: 62px;
        left: 0;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
	    .mobile-stickyboxfix ul li:nth-child(1) {
        background: #000;
    }
	    .mobile-stickyboxfix ul li:nth-child(2) {
        background: #29bb29;
    }
	    .mobile-stickyboxfix ul li:nth-child(3) {
        background: #be8b22;
    }
	.mobile-stickyboxfix ul li{
		padding: 6px;
		width: 50%;
        text-align: center;
	}
	    .mobile-stickyboxfix ul li i {
        font-size: 22px;
        margin-bottom: 1px;
			        color: #fff;
    }
	    .mobile-stickyboxfix ul li span {
        display: block;
        font-size: 16px;
        color: #fff;
        font-weight: 600;
    }
	.mobile-stickyboxfix ul li a{
		text-decoration: none;
	}
	 .mobile-stickyboxfix {
        display: block;
                z-index: 999;
        position: relative;
    }
	.copywrite-footer {
    margin-bottom: 54px;
}
.chatbot{
  display: none;
      bottom: 80px;
    right: 10px;
}

      .slider-section .swiper-slide h1{
        font-size: 25px;
        text-align: center !important;
        width: 100%;
      }
      .slider-section .swiper-slide{
        height: 450px;
        padding-top: 280px;
        padding-bottom: 50px;
      }
      .hero-section-title_sub{
        margin: auto;
      }
      .slider-text{
        text-align: center;
      }
      .title h2 {
    font-size: 26px;
  }
  .marquee span{
    font-size: 100px;
  }
  .about-seetion .marquee {
    margin-top: -50px;}
    .why-choose-us{
      padding-top: 0px !important;
    }
    .why-choose-us {
    background-image: url(../images/crown-shadow.webp);
            background-position: bottom center;
  }
  .section-padding {
    padding: 40px 0px;
}
.amenities-flex{
  margin-bottom: 7px;
}
.amenities-flex h5{
  font-size: 18px;
}
.slider-section .swiper-pagination{
  bottom: 0px !important;
}
.cta-section .btn a{
  width: 200px;
}
.testimonial-content{
  height: inherit;
}
.second-cta-bg{
  padding: 10px;
}
.logoMarqueeSection::after, .logoMarqueeSection::before{
  background: none;
  display: none;
}
.logoMarqueeSection{
  padding: 0px;
}
#logoMarqueeSection{
  padding: 0px;
}
.cta{
  padding: 30px;
  background-image: inherit;
}
.gallery-section .modal-content{
      width: 90%;
    max-width: 90%;
}
.footer-logo img{
  width: 60%;
}
header{
  position: inherit;
}
.title h2 .last-letter::after{
    left: 25px !important;
    top: -7px !important;
}
.faq-section .title{
width: 85%;
    margin: auto;
}
    }

    /* Hide mobile nav on desktop */
    @media (min-width: 992px) {
      .mobile-toggler,
      .mobile-menu {
        display: none !important;
      }
    }


/*========================================================== Version 2 =======================================================*/
.title h2 .last-letter{
  position: relative;
}
.title h2 .last-letter::after{
    content: "";
    position: absolute;
    left: 25px;
    top: 3px;
    height: 40px;
    width: 40px;
    background: url(../images/title-icon.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* .caps-last-letter::after{
  top: -30px !important;
} */
.project-v-2 .project-at-glance-box .card::before{
      background: rgb(255 255 255 / 76%);
}
.slide-v-2{
      background: url(../images/slider-v-2.webp) !important;
          background-position: bottom center !important;
    background-size: cover !important;
}
/* .association-logo img{
 width: 100%;
    background: white;
    padding: 5px;
    border-radius: 5px;
} */
.with-ssociation{
      background: #be8b22;
    padding: 6px;
    border-radius: 5px;
}
.project-v-2{
  background: url('../images/slide01.jpg');
  background-size: cover;
  background-position: center;
}
.project-v-2 h2{
  color: white;
}
.project-v-2 .project-at-glance-box .card{
  background: white !important;
}
.project-v-2 .talk-to-expert a{
  background: #fff;
  color: #000;
  border: 1px solid #fff;
}
.project-v-2 .talk-to-expert a:hover{
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.bg-v-4{
  background: url('../images/bg-v-4.webp');
  background-size: cover;
  background-position: center;
}


/*========================================= Version 5 css ============================================*/
.amenities-flex{
  background: #f1eeef;
}

.talk-to-expert a {
  border-color: white;
    background: #fff;
    color: #000;
}
.talk-to-expert a:hover{
    border-color: white;
    background: transparent;
    color: #fff;
}
.project-at-glance-v5{
    background-image: 
        url('../images/project-glance.png') !important;

    /* Position of images */
    background-position: center center !important;

    /* Cover each image */
    background-size:cover !important;

    /* No repeating of images */
    background-repeat:  no-repeat !important;
  border-radius: 10px;
  text-align: center;
  position: relative;
}
.project-at-glance-v5 .card{
  height: 245px;
}


/*========================================= Version 6 css ============================================*/
.prject-bg{
      background: #000;
    border-radius: 20px;
    padding: 80px 50px;
}
.award-section{
  background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.596) 100%) !important;
   /* background: #fff !important; */
    border: none;
        border-bottom: 10px solid #be8b224a;
        position: relative;
}
.award-section:hover{
  background: #fff !important;
}
.award-section .card-text{
  text-align: center;
}
/* .award-section .card-text::first-letter {
  font-size: 24px;   
  color: var(--primary-color);    
  font-weight: bold; 
} */
 .name-rating img{
    display: none;
 }
.location-badge h3{
    font-size: 16px;
    padding: 15px 0px;
    border-radius: 8px;
    text-align: center;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.pipli-section{
      background: #fff;
  background-size: cover;
  background-position: center;
  padding: 50px 0px;
      height: 230px;
          text-align: center;
        
}
.border-right{
  border-right: 1px solid #00000026;
}
.border-bottom{
border-bottom: 1px solid #00000026;
}
.pipli-section .icon-icon-box img{
    background: #f1eeef;
    padding: 10px;
    border-radius: 50%;
}
.card-4{
        background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.596) 100%) !important;
    padding: 30px;
    border-radius: 8px;
}
.card-4:hover{
  background: #fff !important;
}
.locatin-advantage ul li{
  margin-bottom: 5px;
}
  .locatin-advantage .icon img{
  width: 150%;
}
/* .usp-right-section{
      background: #f1eeef;
    padding: 20px;
    border-radius: 10px;
} */
 .location-badge{
      border: 1px dashed #afafaf;
    background: #be8b22;
    border-radius: 8px;
 }
 .location-badge h3 i{
  font-size: 20px;
 }
 .approved{
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  display: none;
  padding: 0px;
 }
 .approved img{
  width: 20% !important;
 }
/* Social Media Icon Styling */
.social-links {
    display: flex;
    justify-content: flex-end;  /* Align icons to the right */
    gap: 20px;  /* Space between the icons */
}

.social-links .social-icon {
padding-left:10px;
    color: #000;  /* Default color for the icons */
    font-size: 20px;  /* Size of the icons */
    text-decoration: none;  /* Remove underline */
    transition: color 0.3s ease;  /* Smooth transition effect for color change */
}

/* Hover effect on icons */
.social-links .social-icon:hover {
    color: #007bff;  /* Hover color */
}

/* Optional: Mobile Styling */
@media (max-width: 992px) {
    .social-links {
        margin-top: 10px;  /* Add top margin for spacing on mobile view */
    }
}