p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	line-height: 0;
}

@font-face {
	font-family: gill-sans-regular;
	src: url('../fonts/gill-sans-regular.OTF');
}

@font-face {
	font-family: gill-sans-medium;
	src: url('../fonts/gill-sans-medium.OTF');
}

@font-face {
	font-family: gill-sans-semibold;
	src: url('../fonts/gill-sans-semibold.TTF');
}

@font-face {
	font-family: gill-sans-mt-pro-medium;
	src: url('../fonts/gill-sans-mt-pro-medium.OTF');
}

@font-face {
	font-family: gill-sans-mt-pro-medium-italic;
	src: url('../fonts/gill-sans-mt-pro-medium-italic.OTF');
}

@font-face {
	font-family: gill-sans-mt-pro-medium-bold;
	src: url('../fonts/gill-sans-mt-pro-bold.OTF');
}

#respMenu li {
	margin: 0 2.7vw 0 0;
}

#respMenu li a {
	font-family: "gill-sans-regular";
	font-size: 1.2em;
	letter-spacing: 1px;
	font-weight: 100;
}

.ace-responsive-menu {
	margin: 0 5vw 0 0 !important;
}

.homeBanner .owl-dots{
	display: none;
}
.sliderHero1{
	background-image: url("../images/custom/banner1.webp");
	align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 700px;
}
.sliderHero2{
	background-image: url("../images/custom/Zenith-banner-desktop.webp");
	align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 700px;
}
.sliderHero3{
	background-image: url("../images/custom/Nirvana-home-banner.webp");
	align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 700px;
}

.sliderHero4{
	background-image: url("../images/custom/qzzzz.png");
	align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 700px;
}

.header-logo .logo2 img {
	width: 77%;
}



.viewProjects {
	width: 12%;
	position: absolute;
	bottom: 10%;
	cursor: pointer;
}

.btnProjects {
	width: 30%;
}

.viewProjects img {
	margin: 0;
	width: 100%;
}

.menuSwamiraj .dropdown {
  position: relative;
}

.banner-style-one, .banner-carousel-btn{
	position: absolute;
	top: 50%;
	z-index: 9;
}
#HomeSlidernav span {
    color: #fff;
    border: 1px solid;
    border-radius: 50px;
    font-size: 13px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}
#HomeSlidernav span:hover {
	background-color: #3c2a44 ;
}
.banner-style-one, #HomeSlidernav
{
	display: flex;
    flex-direction: row;
    padding:0 20px;
    width: 100%;
    justify-content: space-between;
	border: none;
}

/* MAIN SUBMENU (your original code) */
.menuSwamiraj .submenu {
  display: none;
  position: absolute;
  top: 100%;
  border-radius: 5px;
  left: 0;
  background: white;
  padding: 10px 0;
  min-width: 180px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  z-index: 999;
}

.menuSwamiraj .submenu li a {
  display: block;
  padding: 8px 15px;
  color: #333 !important;
  text-decoration: none;
}

.menuSwamiraj .submenu li a:hover {
  background: #cfa19a;
}

/* SHOW FIRST LEVEL */
.menuSwamiraj .dropdown:hover > .submenu {
  display: block;
}



/* ------------------------------------------------------ */
/* SECOND LEVEL SUBMENU (Mumbai → Residential etc.) */
/* ------------------------------------------------------ */

/* needed to position inner submenu */
.menuSwamiraj .submenu > li.submenu-parent {
  position: relative;
  margin: 0 !important;
}

/* inner submenu design (same style but opens to right) */
.menuSwamiraj .submenu .submenu-inner {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;   /* open to right side */
  border-radius: 5px;
  background: white;
  padding: 10px 0;
  min-width: 180px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  z-index: 9999;
}

/* Show inner submenu on hover */
.menuSwamiraj .submenu > li.submenu-parent:hover > .submenu-inner {
  display: block;
}



/* ------------------------------------------------------ */
/* ADD ARROW AFTER Mumbai & Pune */
/* ------------------------------------------------------ */

.menuSwamiraj .submenu > li.submenu-parent > a {
  position: relative;
  padding-right: 22px;  /* space for arrow */
}

.menuSwamiraj .submenu > li.submenu-parent > a::after {
  content: "›";   /* arrow */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #333;
}

/* optional – change arrow color on hover */
.menuSwamiraj .submenu > li.submenu-parent:hover > a::after {
  color: #000;
}



.menuSwamiraj .arrow {
  margin-left: 5px;
  font-size: 12px;
}


.viewProjects p {
	color: #fff;
	width: 70%;
	margin: 0 0 0 12%;
	font-family: "gill-sans-semibold";
	font-size: 1vw;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: normal;
}

.btnProjects {
	position: relative;
	display: inline-block;
}

.btnProjects img {
	border-radius: 50%;
	display: block;
	position: relative;
	z-index: 3;
}

.btnProjects::before,
.btnProjects::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.60);
	transform: translate(-50%, -50%) scale(0.8);
	z-index: 1;
	animation: ripple 3s infinite;
}

.btnProjects::after {
	animation-delay: 1.5s;
}

@keyframes ripple {
	0% {
		transform: translate(-50%, -50%) scale(0.8);
		opacity: 0.6;
	}

	70% {
		transform: translate(-50%, -50%) scale(1.8);
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}


.bannerContent h3 {
	font-family: "gill-sans-medium";
	font-size: 1.6vw;
	font-weight: 100;
	letter-spacing: 1px;
	line-height: 8px;
	text-transform: uppercase;
}

.bannerContent h2 {
	font-family: "gill-sans-semibold";
	font-size: 2.9vw;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.slider-slide-item:before {
	background-color: transparent !important;
}

.scrollExplore a {
	font-family: "gill-sans-regular";
	font-size: 1.2em;
	font-style: italic;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	z-index: 1;
	transform: translate(0%, -2.5vw)
}

.mobile_menu_bar .brandLogo img {
	width: 60%;
	float: left;
}

.aboutUs {
	padding: 6% 14vw;
}
.breadcumb-style1 span{
	text-transform: uppercase;
    font-family: inherit;
}

.experince {
	width: 12vw;
	height: 10vw;
	position: relative;
	border: 5px solid #393c42;
	-webkit-tap-highlight-color: transparent;
	z-index: 0;
	transition: 1s;
}

.experince:before {
	width: 58%;
}

.experince:before {
	left: -5px;
}

.experince:after {
	width: 58%;
}

.experince:after {
	right: -5px;
}

.experince:before {
	position: absolute;
	background-color: #fff;
	z-index: -1;
	transition: 1s;
	content: "";
	height: 45%;
	width: 5px;
	margin: 0 auto;
}

.experince::after {
	position: absolute;
	background-color: #fff;
	z-index: -1;
	transition: 1s;
	content: "";
	height: 45%;
	width: 5px;
	margin: 0 auto;
}

.experince h2 {
	color: #cfa19a;
	font-family: "gill-sans-mt-pro-medium-italic";
	font-weight: 500;
	letter-spacing: -8px;
	font-size: 4.8vw;
	margin: 0;
	width: 56vw;
}

.experince sup {
	font-size: 2.5vw;
	margin: 0 0 0 8px;
}

.experince p {
	color: #282828;
	font-family: "gill-sans-medium";
	font-weight: 100;
	font-size: 0.9vw;
	line-height: normal;
	margin: 0;
	width: 44vw;
}

.aboutHeading {
	width: 22vw;
}

.aboutHeading h3 {
	color: #282828;
	font-size: 0.9vw;
	line-height: 0;
	font-weight: 600;
	font-family: "gill-sans-medium";
	margin: 0 0 4% 0;
}

.aboutHeading span {
	margin: 0 2% 0 0;
}

.aboutHeading h2 {
	font-family: "gill-sans-semibold";
	font-size: 2.5vw;
	line-height: normal;
	color: #282828;
}

.aboutContent {
	width: 26vw;
}

.aboutContent h3 {
	font-family: "gill-sans-medium";
	font-size: 1vw;
	font-weight: 100;
	color: #282828;
	letter-spacing: 1px;
	margin: 0 0 4% 0;
}

.aboutContent p {
	font-family: "gill-sans-medium";
	font-size: 0.9vw;
	line-height: inherit;
	text-align: justify;
	letter-spacing: 1px;
	color: #555555;
	font-weight: 100;
}

.aboutContent .btnBrdr {
	background-color: transparent;
	padding: 2.5% 7%;
	border-radius: 50px;
	border: solid 1px #3c2a44;
	color: #3c2a44;
	font-family: "gill-sans-semibold";
	font-size: 1.3em;
	margin: 3% 0 0 0;
}

.aboutContent .btnBrdr:hover {
	background-color: #3c2a44;
	padding: 2.5% 7%;
	border-radius: 50px;
	border: solid 1px #3c2a44;
	color: #fff;
	font-family: "gill-sans-semibold";
	font-size: 1.3em;
}

.presence {
	background-image: url("../images/custom/presence-bg.webp");
	background-position: center;
	background-size: cover;
	padding: 0 0 2% 0;
}

.presenceHeading {
	position: relative;
	z-index: 1;
	top: 62px;
}

.mainPresenceHeading h3 {
	color: #fff;
	font-size: 1.3em;
	font-weight: 100;
	font-family: "gill-sans-medium";
	margin: 0 0 2% 0;
}

.mainPresenceHeading h2 {
	color: #fff;
	font-size: 2.5vw;
	font-family: "gill-sans-semibold";
	margin: 0;
}

.viewMoreLocations a {
	position: relative;
	color: #fff;
	font-size: 1vw;
	font-family: "gill-sans-medium";
	text-decoration: none;
}

.viewMoreLocations a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 1px;
	background: #fff;
	transform: scaleX(1);
	transform-origin: left;
	transition: transform 0.3s ease;
}

.viewMoreLocations a:hover::after {
	transform: scaleX(1.1);
	/* slightly expands on hover */
}


.placeHeading h3 {
	position: absolute;
	right: 1%;
	margin: -3% 0 0 0;
	color: #351e3e;
	text-transform: uppercase;
	font-size: 11vw;
	text-align: right;
	font-family: "gill-sans-mt-pro-medium-bold";
}

.locationSlider {
	margin: 7% 0 0 0;
	z-index: 1;
	position: relative;
}

.slideBullets {
	width: 8.6vw;
}

/* Slide fade animations for slides */
.fadeInLeft {
	animation: fadeInLeft 1s ease forwards;
}

.fadeOutLeft {
	animation: fadeOutLeft 1s ease forwards;
}

/* Slide fade animations for headings */
.fadeInRight {
	animation: fadeInRight 1s ease forwards;
}

.fadeOutRight {
	animation: fadeOutRight 1s ease forwards;
}

/* Keyframes for slides */
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(30px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(-30px);
	}
}

/* Keyframes for headings (right side) */
@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(-30px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(30px);
	}
}

.slideBullets a {
	border: solid #6b5c71 1px;
	width: 10px;
	height: 4px;
	background: #6b5c71;
	display: block;
	border-radius: 2px;
	margin: 0 0 15% 0;
	transition: background 0.3s;
}

.slideBullets a:hover {
	border: solid #fff 1px;
	width: 15px;
	height: 4px;
	background: #fff;
	display: block;
	border-radius: 2px;
	margin: 0 0 15% 0;
}

.sliderContent {
	/* width: 88%; */
	width: 80%;
}


.sliderImg {
	width: 67vw;
}

.sliderInfo {
	width: 50vw;
}

.sliderImg img {
	width: 100%;
}

.slideBullets .activeTab {
	border: solid #fff 1px;
	width: 15px;
	height: 4px;
	background: #fff;
	display: block;
	border-radius: 2px;
}

.sliderInfo h2 {
	color: #fff;
	font-family: "gill-sans-semibold";
	text-transform: capitalize;
	font-size: 1.6vw;
}

.sliderInfo p {
	color: #fff;
	font-size: 1vw;
	font-weight: 100;
	font-family: "gill-sans-medium";
}

.values {
	margin: 5% 0 0 0;
}

.valuesHolder {
	background-image: url(../images/custom/company-value-bg.jpg);
	background-position: right center;
	background-size: cover;
	padding: 2% 0;
}

.valuesHeading h3 {
	color: #282828;
	font-size: 1.3em;
	font-weight: 600;
	font-family: "gill-sans-medium";
	margin: 0;
}

.valuesHeading h2 {
	color: #282828;
	font-size: 1.9vw;
	font-family: "gill-sans-semibold";
	margin: 1% 0 0 0;
	line-height: normal;
}

.valuesContent {
	margin: 3% 0 0 0;
}

.valuePt {
	padding: 0 2%;
}

.valuesContent h2 {
	font-family: "gill-sans-semibold";
	color: #282828;
	margin: 5% 0;
	font-size: 1vw;
}

.valuesContent p {
	font-family: "gill-sans-medium";
	font-size: 0.9vw;
	color: #555555;
	line-height: 28px;
}

.footerSection {
	background-image: url(../images/custom/footer-bg.webp);
	background-position: right center;
	background-size: cover;
	padding: 4% 0;
	background-repeat: no-repeat;
}

.menuHolder h2 {
	color: #fff;
	font-size: 1.8em;
	font-family: "gill-sans-semibold";
	margin: 0;
}

.menuHolder p {
	color: #fff;
	font-size: 1.2em;
	font-family: "gill-sans-medium";
	margin: 0;
}

.menuHolder ul {
	margin: 0;
	padding: 0;
}

.menuHolder ul li {
	margin: 0 0 2% 0;
}

.menuHolder ul li a {
	color: #fff;
	font-size: 1.2em;
	font-family: "gill-sans-medium";
}

.contacts {
	width: 30%;
	padding: 0;
}

.projects {
	width: 21%;
}

.info {
	width: 18%;
}

.links {
	width: 15%;
}

.menuHolder img {
	margin: 3% 0 8% 0;
}

.copyrights {
	color: #fff;
	padding: 20px 40px;
}

.copyrights-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}

.copyrights p {
	font-size: 1.2em;
	margin: 0;
	color: #fff;
	width: 100%;
	text-align: center;
	font-family: "gill-sans-medium";
	order: 1;
}

.social-icons {
	display: flex;
	gap: 15px;
	order: 2;
	position: absolute;
	right: 0;
}

.social-icons a {
	width: 32px;
	height: 32px;
	font-size: 19px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #3B294C;
	text-decoration: none;
	transition: 0.3s ease;
}

.social-icons a:hover {
	background: #EB6753;
	color: #1f0f2f;
}


/* Base state: slightly smaller + lighter */
.landmarkSlider {
  opacity: 0.6;
  transform: scale(0.9);
  transition: transform 0.4s ease, opacity 0.4s ease;
  box-shadow: none !important;
  margin-right: 4px !important;
}

/* Active (center) slide: bigger + fully visible */
.landmarkSlider.active {
  opacity: 1;
  transform: scale(1);
}





.deskHide {
	display: none !important;
}

.landmark {
	padding: 9% 0;
	background: linear-gradient(to top, #3c2a44 50%, #ffffff 50%);
	padding: 4% 0;
	background-repeat: repeat;
}

.landmarHolder {
	padding: 0 0 0 14vw;
	display: flex;
	align-items: center;
}

.landmarHeadings {
	width: 25%;
	padding: 0 2vw 0 0;
}

.landmarksShowcase {
	width: 76.5%;
	overflow-x: hidden;
	position: relative;
}

.landmarkArrows img {
	cursor: pointer;
	position: static !important;
	width: auto !important;
	z-index: 8;
}

.landmarksShowcase>.d-flex {
	display: flex;
	width: max-content;
}

.valuesHeading p {
	font-size: 0.9vw;
	margin: 4% 0 0 0;
	line-height: normal;
	color: #555555;
	font-family: "gill-sans-medium";
}

.valuesHeading button {
	background-color: transparent;
	padding: 2.5% 7%;
	border-radius: 50px;
	border: solid 1px #cfa19a;
	color: #cfa19a;
	font-family: "gill-sans-semibold";
	font-size: 1.3em;
	margin: 8vw 0;
}

.valuesHeading button:hover {
	background-color: #fff;
	border: solid 1px #fff;
	color: #3B294C;
}

#shocaseLandmark .listing-style1 {
	border-radius: 0;
}

#shocaseLandmark .list-content {
	display: none;
}


.landmarkSlider {
	width: 19.5vw !important;
	opacity: 1 !important;
}

.landmarkSlider.active {
	width: 29vw !important;
}

.img-cost {
	height: 500px;
	padding: 0 0 0 6%;
	display: flex;
	align-items: end;
}

.active .img-cost {
	height: 600px;
}

.img-cost h3 {
	color: #fff;
	font-size: 1.8em;
	font-family: "gill-sans-semibold";
}

.active .img-cost h3 {
	color: #fff;
	font-size: 1.8vw;
	font-family: "gill-sans-semibold";
}

.img-cost.sbm {
	background-image: url("../images/custom/sbmsky-project-thumb.webp");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.img-cost.innovative {
	background-image: url("../images/custom/innovative-solitaire-project-thumb.webp");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.img-cost.kuber {
	background-image: url("../images/custom/kuber-heights-project-thumb.webp");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.img-cost.Zenith {
	background-image: url("../images/custom/Zenith-project.webp");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.img-cost.Buildcon {
	background-image: url("../images/custom/Innovative-Buildcon-mumbai.webp");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.active .titleLocation {
	background-color: #fff;
}

.titleLocation {
	padding: 4% 5%;
}

.titleLocation h2 {
	font-family: "gill-sans-semibold";
	font-size: 0.9vw;
	color: #fff;
	text-align: left;
}

.active .titleLocation h2 {
	color: #3c2a44;
	font-size: 1.3vw;
	margin: 0;
}

.titleLocation p {
	display: none;
	text-align: left;
}

.active .titleLocation p {
	display: block;
	font-family: "gill-sans-semibold";
	font-size: 0.9vw;
	font-weight: 100;
	margin: 0;
	color: #3c2a44;
	text-align: left;
}


.reviews {
	padding:5% 0;
}

.reviewHeading {
	margin: 0 0 4% 0;
}

.reviewHeading h3 {
	color: #282828;
	font-size: 1.3em;
	font-weight: 600;
	font-family: "gill-sans-medium";
	margin: 0 0 2% 0;
}

.reviewHeading h2 {
	color: #282828;
	font-size: 2.5vw;
	font-family: "gill-sans-semibold";
	margin: 0;
	line-height: normal;
}


/* 
main {
  position: relative;
  min-height: 100vh;
  column-gap: 3rem;
  padding-block: min(20vh, 3rem);
  padding-inline: 2.3em;
  align-items: center;
  justify-content: center;
  background: #461356;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  main {
    display: flex;
    padding-inline: 0;
  }
}
main .content {
  width: 100%;
  color: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: 3em;
}
@media screen and (min-width: 960px) {
  main .content {
    width: 40%;
    padding-left: 5em;
    margin-bottom: 0;
  }
}
main h2 {
  letter-spacing: 0.8px;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.2;
}
main p {
  font-size: 1rem;
  line-height: 1.8;
  margin-inline: auto;
  margin-top: 10px;
}
main .counter {
  font-weight: 400;
  display: flex;
  align-items: center;
  margin: 2.5em 0 2em 0;
  gap: 2em;
}
main .counter i {
  margin-right: 10px;
}
main .counter span {
  display: block;
  text-transform: capitalize;
  font-size: 0.8rem;
  color: #c1c1c1;
  margin-top: 3px;
}
main .btn {
  background-color: #d51a6d;
  border: none;
  color: white;
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  border-radius: 4px;
  transition: 0.3s ease-in;
}
main .btn i {
  margin-left: 15px;
}
main .btn:hover {
  background-color: #ae0a53;
} */

.swiper-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	right: 0px;
	margin: 0 auto;
}

/* @media screen and (min-width: 960px) {
	.swiper-container {
		width: 60%;
		right: -60px;
	}
} */

.swiper {
	position: relative;
	width: 100%;
	z-index: 2;
}

.swiper-slide {
	width: 10rem;
	height: 35rem;
	display: flex;
	flex-direction: column;
	align-items: self-start;
	position: relative;
	border-radius: 12px;
	box-shadow: -1px 5px 15px #0000001f;
	text-align: center;
	opacity: 0.4;
	transition: opacity 0.4s ease-in;
}

.swiper-slide span {
	display: inline-block;
	background: #9926e1;
	border-radius: 0 50px 50px 0;
	text-transform: capitalize;
	padding: 12px 20px;
	letter-spacing: 0.5px;
	font-weight: 500;
	position: absolute;
	top: 2em;
	left: 0;
	color: #fff;
}

.swiper-slide h3 {
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.4;
	margin-bottom: 0.625rem;
	letter-spacing: 0.8px;
	position: relative;
	word-wrap: break-word;
}

@media screen and (min-width: 800px) {
	.swiper-slide h3 {
		font-size: 1.8rem;
	}
}

.swiper-slide p {
	color: #fff;
	line-height: 1.6;
	font-size: 0.8rem;
}

.swiper-slide .slide-content {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -10px);
	width: 90%;
}

.swiper-slide--one {
	background: #0f2027;
	background: linear-gradient(to bottom, #2c536400, #203a4303, #0f2027cc), url("https://cdn.pixabay.com/photo/2023/03/12/20/58/ai-generated-7847847_1280.jpg") no-repeat 50% 50%/cover;
}

.swiper-slide--one h3 {
	font-family: "Courgette", cursive;
	font-weight: 300;
}

.swiper-slide--two {
	background: linear-gradient(to bottom, #2c536400, #203a4303, #0f2027cc), url("https://cdn.pixabay.com/photo/2022/06/26/21/12/cover-7286312_1280.jpg") no-repeat 50% 50%/cover;
}

.swiper-slide--two h3 {
	font-family: "Noto Serif Vithkuqi", serif;
	font-weight: 300;
}

.swiper-slide--three {
	background: url("https://upload.wikimedia.org/wikipedia/commons/9/92/THE_BOOK_cover_image.png") no-repeat 50% 50%/cover;
}

.swiper-slide--four {
	background: url("https://covers.audiobooks.com/images/covers/full/9781511358378.jpg") no-repeat 50% 50%/cover;
}

.swiper-slide--five {
	background: url("https://cdn.pixabay.com/photo/2015/02/20/16/59/deer-643340_1280.jpg") no-repeat 50% 50%/cover;
}

.swiper-slide--six {
	background: linear-gradient(to bottom, #2c536400, #203a4303, #0f2027cc), url("https://cdn.pixabay.com/photo/2022/11/04/23/15/woman-7570834_1280.jpg") no-repeat 50% 50%/cover;
}

.swiper-slide--six h3 {
	font-family: "Chonburi", cursive;
	font-weight: 400;
}

.swiper-slide-active {
	display: grid;
	opacity: 1;
	height: 43rem;
}

.swiper-pagination {
	position: relative;
	bottom: -0.313rem;
	text-align: center;
	margin-top: 35px;
	width: auto;
}

.swiper-pagination-bullet {
	border-radius: 0;
	width: 1.5rem;
	height: 0.25rem;
	background: #fff;
}

.swiper-pagination-bullet-active {
	background: #fff;
}

.circle {
	position: absolute;
	bottom: -5em;
	left: -8em;
	width: clamp(150px, 40vw, 400px);
	height: clamp(150px, 40vw, 400px);
	background: black;
	border-radius: 50%;
	z-index: 1;
	opacity: 0.7;
}


/* Popup */
.instaPopup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.popupContent {
  position: relative;
  width: 90%;
  max-width: 400px;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
}
.popupContent iframe {
  width: 100%;
  height: 520px;
  border: none;
}
.closePopup {
  position: absolute;
  top: 8px;
  right: 12px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
}
.instaItem {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
}

/* Thumbnail */
.instaItem img {
  width: 100%;
  display: block;
  transition: transform 0.35s ease;
}

/* Overlay */
.playIcon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0000007c;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Light Circle */
.playIcon::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  box-shadow:
    0 0 0 2px rgba(255,255,255,0.4),
    0 0 25px rgba(255,255,255,0.6);
}

/* Play Triangle */
.playIcon::before {
  content: "";
  position: relative;
  z-index: 2;
  width: 0;
  height: 0;
  border-left: 22px solid #fff;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}

/* Hover Effects */
.instaItem:hover .playIcon {
  opacity: 1;
}

.instaItem:hover img {
  transform: scale(1.05);
}







/* about page css */
.home-banner-style-about {
	background-image: url(../images/custom/about-hero-banner.webp);
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	top: -8px;
}

.home-banner-style-about .home-style1 {
	align-items: center;
	display: flex;
	height: 760px;
}

.floatingOverlay {
	position: relative;
	top: -10vw;
}

.cardBox {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 4%;
	width: 38vw;
	background-color: #fff;
	background-image: url("../images/custom/wave-bg.webp");
	background-position: center center;
	background-repeat: no-repeat;
	height: 400px;
}

.cardBox h2 {
	font-size: 3.4vw;
	line-height: normal;
	color: #3c2a44;
	font-family: "gill-sans-semibold";
}

.aboutIntor {
	width: 40vw;
}

.aboutPerson {
	width: 60vw;
}

.aboutPerson img {
	width: 90%;
	float: right;
}

.aboutIntor h3 {
	font-size: 1.3em;
	margin: 0 0 3% 0;
	line-height: normal;
	color: #282828;
	font-family: "gill-sans-medium";
}

.aboutIntor h2 {
	font-size: 2.5vw;
	line-height: normal;
	color: #282828;
	font-family: "gill-sans-semibold";
}

.aboutFirstfold {
	margin: 5% 0;
	/* margin: -16vw 0 5% 0; */
}

.aboutSecondfold p {
	font-family: "gill-sans-regular";
	font-size: 1.3em;
	width: 44%;
	color: #555555;
	line-height: 28px;
}

.visonMission {
	background-image: url("../images/custom/vision-mission-bg.webp");
	background-position: center;
	background-size: cover;
	margin: 5% 0;
	padding: 8% 0;
}

.vmHeadings h3 {
	font-size: 1.3em;
	margin: 0 0 3% 0;
	line-height: normal;
	color: #fff;
	font-family: "gill-sans-medium"
}

.vmHeadings h2 {
	font-size: 3.4em;
	line-height: normal;
	color: #fff;
	font-family: "gill-sans-semibold";
}

.vmp-section {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 5% 0 0 0;
}

.vmp-box {
    position: relative;
    flex: 1 1 300px;
    border: 2px solid #ffffffcc;
    border-top: 0;
    padding: 40px 25px 25px;
    max-width: 28%;
    background: rgba(0, 0, 0, 0.4);
}

.vmp-title {
    position: absolute;
    top: -18px;
    left: 20px;
    padding: 0 15px;
}

.borderVision::before {
    content: "";
    position: absolute;
    top: 0px; 
    left: 0%;
    width: 28px;                
    height: 2px;
    background: #ffffffcc;
}
.borderVision::after {
    content: "";
    position: absolute;
    top: 0px; 
    right: 0%;
    width: 68%;                
    height: 2px;
    background: #ffffffcc;
}

.borderMission::before {
    content: "";
    position: absolute;
    top: 0px; 
    left: 0%;
    width: 28px;                
    height: 2px;
    background: #ffffffcc;
}
.borderMission::after {
    content: "";
    position: absolute;
    top: 0px; 
    right: 0%;
    width: 64%;                
    height: 2px;
    background: #ffffffcc;
}

.borderPhilosophy::before {
    content: "";
    position: absolute;
    top: 0px; 
    left: 0%;
    width: 28px;                
    height: 2px;
    background: #ffffffcc;
}
.borderPhilosophy::after {
    content: "";
    position: absolute;
    top: 0px; 
    right: 0%;
    width: 53%;                
    height: 2px;
    background: #ffffffcc;
}



.vmp-box h3 {
	font-size: 1.6vw;
	font-weight: 100;
	line-height: normal;
	color: #fff;
	font-family: "gill-sans-medium"
}

.vmp-box p {
	font-size: 0.9vw;
	line-height: 1.4;
	font-family: "gill-sans-medium";
	color: #ddd;
}

.teamBox {
	background-color: #f4eff5;
	padding: 4% 0 6% 0;
}

.teamsHeading {
	width: 40%;
}

.teamsShortinfo {
	width: 46%;
}

.teamsHeading h3 {
	font-size: 1.3em;
	line-height: normal;
	color: #1c3661;
	font-family: "gill-sans-medium";
	margin: 0 0 4% 0;
	font-weight: 600;
}

.teamsHeading h2 {
	font-size: 2.5vw;
	line-height: normal;
	color: #3c2a44;
	font-family: "gill-sans-semibold";
}

.teamsShortinfo p {
	font-family: "gill-sans-regular";
	font-size: 1.3em;
	color: #555555;
	line-height: 25px;
}

.cardTeamname {
	background-color: #fff;
	padding: 2% 0
}

.cardTeamname h2 {
	font-size: 1.6vw;
	line-height: normal;
	color: #3c2a44;
	font-family: "gill-sans-semibold";
}

.cardTeamname p {
	font-size: 1.4em;
	line-height: normal;
	color: #555555;
	font-family: "gill-sans-medium";
}
.hoverTeam {
    position: relative;
    overflow: hidden;
}

.hoverteamInfo {
    position: relative;
}

.hoverteamInfo p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.6);
	font-family: "gill-sans-medium";
	font-size: 1.2em;
    color: #fff;
	line-height: 24px;
    padding: 15px;
    margin: 0;
    opacity: 0;
    transition: 0.3s ease;
}

/* Show text on hover */
.hoverTeam:hover .hoverteamInfo p {
    opacity: 1;
}


.teamsSlider {
	margin: 4% 0 0 0;
	padding: 0 0%;
}

.teamsSlider .owl-nav {
	display: none !important;
}

.teamsSlider .owl-dots {
	bottom: -13% !important;
}

.teamsSlider .item {
	width: 75% !important;
	margin: 0 auto;
}

.awardsSection {
	background-image: url('../images/custom/awards-bg.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	padding: 4% 0;
	margin: 0 0 5% 0;
}

.awardsHeadings h3 {
	font-size: 1.3em;
	line-height: normal;
	color: #3c2a44;
	font-family: "gill-sans-medium";
	font-weight: 100;
}

.awardsHeadings h2 {
	font-size: 3.5em;
	line-height: normal;
	margin: 1% 0;
	color: #282828;
	font-family: "gill-sans-semibold";
}

.awardsHeadings p {
	font-family: "gill-sans-regular";
	font-size: 1.3em;
	color: #555555;
	line-height: 25px;
}

.awardsShowcase {
	margin: 4% 0 0 0;
}

.awardsShowcase h2 {
	font-family: "gill-sans-semibold";
	font-size: 1.5em;
	color: #282828;
}

.awardsShowcase p {
	font-family: "gill-sans-semibold";
	font-size: 1.4em;
	color: #555555;
	font-weight: 100;
}

.awardBox img {
	margin: 0 0 12% 0;
	padding: 0;
}

.brdrAwards {
	position: relative;
	top: -6vw;
}


.counter-section {
	text-align: center;
	padding: 20px;
}

.counter-section h2 {
	font-size: 2.6em;
	font-weight: 600;
	margin-bottom: 50px;
	font-family: "gill-sans-semibold";
	color: #282828;
}

.counters {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 0px;
}

.counter-box {
	flex: 1 1 180px;
	min-width: 150px;
	max-width: 220px;
	position: relative;
	padding: 0 20px;
}

.counter-box:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: rgba(0, 0, 0, 0.1);
}

.counter-number {
	font-size: 3.4em;
	font-weight: 700;
	color: #3c2a44;
	text-align: center;
	font-family: "gill-sans-semibold";
}

.counter-text {
	font-size: 1.3em;
	text-align: center;
	line-height: 1.2;
	font-weight: 100;
	color: #3c2a44;
	margin-top: 15px;
	font-family: "gill-sans-medium";
}

@media (max-width: 768px) {
	.counters {
		gap: 0px;
	}

	.counter-box:not(:last-child)::after {
		display: none;
	}

	.counter-number {
		font-size: 2rem;
	}
}

/* about page css */


/* project page css */
.home-banner-style-projects {
	align-items: center;
	background-image: url(../images/custom/project-list-banner.webp);
	background-size: cover;
	background-position: center;
	display: flex;
	height: 350px;
}

.home-banner-style-projects h2 {
	color: #fff;
	line-height: normal;
	font-family: "gill-sans-semibold";
	font-size: 3.4em;
}


.mumbaiAllprojects,
.puneAllprojects{
    display: none;
}

.showTab{
    display: block;
}

.projectsLocation{
	width: 30%;
	margin:0 auto 4% auto;
	position: relative;
}
#mumbaiProjects, #puneProjects
{
	width: 30%;
	border: 1px solid #fff;
	border-radius: 50px;
	cursor: pointer;
	padding: 22px 0;
}
#mumbaiProjects p{
	margin: 0;
	line-height: 0;
	text-align: center;
	color: #fff;
}
#puneProjects p{
	margin: 0;
	line-height: 0;
	text-align: center;
	color: #fff;
}
.TabActive{
	background-color: #fff;
	border-color: #fff;
	color: #3B294C !important;
}
.TabActive p{
	color: #3B294C !important;
	font-weight: 600 !important;
}




.projectsLists {
	position: relative;
	padding: 3% 0;
	overflow: hidden;
	background-color: #fff;
	/* fallback color for bottom half */
}

.projectsLists::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: url('../images/custom/projects-bg.webp') no-repeat left top;
	background-size: cover;
	z-index: 0;
}

.projectShowcase {
	width: 31%;
	cursor: pointer;
}

.projectsHolder nav {
	margin: 0 0 5% 0;
}

.projectsHolder nav button {
	line-height: normal;
	font-family: "gill-sans-semibold" !important;
	font-size: 1.3em;
	color: #918994 !important;
	background-color: transparent !important;
	margin: 0 4% 0 0;
}

.projectsHolder nav button:hover {
	color: #EB6753 !important;
	border-bottom: 2px solid #EB6753 !important;
}

.projectsHolder nav .active {
	color: #fff !important;
	border-bottom: 2px solid #fff !important;
}

.cardProjectinfo {
	background-color: #fff;
	padding: 5%;
	border: 1px solid #ededed;
	transition: 0.3s ease;
	border-top: none;
}
/* Hover effect */
.projectShowcase:hover .cardProjectinfo {
    background-color: #3c2a44;
}

.projectShowcase:hover .cardProjectinfo h2,
.projectShowcase:hover .cardProjectinfo p,
.projectShowcase:hover .cardProjectinfo a {
    color: #ffffff;
	 transition: 0.3s ease;
}
.projectShowcase  {
    transition: transform 0.4s ease;
}

.projectShowcase {
    position: relative;
}

.projectShowcase img {
    position: relative;
    z-index: 1; /* image is base */
}

.projectShowcase .hoverBadge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    color: #000;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    opacity: 0;
    transform: translateY(8px);
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);

    z-index: 5; /* force above everything */
    pointer-events: none;
}
.projectShowcase:hover .hoverBadge {
    opacity: 1;
    transform: translateY(0);
}

.projectShowcase .soldOuthover {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #351e3e;
    color: #fff;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    opacity: 0;
    transform: translateY(8px);
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);

    z-index: 5; /* force above everything */
    pointer-events: none;
}
.projectShowcase:hover .soldOuthover {
    opacity: 1;
    transform: translateY(0);
}


/* Scale image on hover */
.projectShowcase:hover {
    transform: scale(1.01);
}

.projectShowcase h2 {
	color: #3c2a44;
	line-height: normal;
	font-family: "gill-sans-semibold";
	font-size: 1.3vw;
	margin: 0 0 3% 0;
}

.projectShowcase p {
	color: #3c2a44;
	line-height: normal;
	font-family: "gill-sans-semibold";
	font-size: 1.1em;
	margin: 0% 0 2% 0;
}


.projectLi {
	margin: 0 0 8% 0;
	gap: 3%;
}

/* project page css */


/* kuber project */
.heroBanner img {
	width: 100%;
}

.highlights {
	padding: 0 9%;
	margin: 5% 0;
}

.subNavs {
    position: relative;   /* changed */
    z-index: 9;
    padding: 1% 0;
    background-color: #fff;
    box-shadow: 0px 1px 6px 1px #e5e5e5;
    transition: all 0.3s ease;
}

.subNavs.stickyMenu {
    position: fixed;
    top: 94px;   /* important */
    left: 0;
    width: 100%;
    z-index: 8;
    background: #fff;
}



.subNavs ul li {
	margin: 0 3% 0 0;
	font-size: 1.2em;
	font-family: "gill-sans-medium";
	color: #272727;
}

.thumbHighlight {
	width: 52vw;
}

.highlightsContent {
	width: 37vw;
	position: absolute;
	right: 9vw;
	padding: 3.5vw;
	background-color: #fff;
	background-image: url(../images/custom/wave-bg.webp);
	background-position: center center;
	background-repeat: no-repeat;
}

.thumbHighlight img {
	width: 100%;
}

.highlightsHeadings h3 {
	font-size: 0.9vw;
	line-height: normal;
	color: #282828;
	font-family: "gill-sans-semibold";
	margin: 0 0 3% 0;
}

.highlightsHeadings h2 {
	font-size: 2.5vw;
	line-height: normal;
	color: #282828;
	font-family: "gill-sans-semibold";
}

.highlightsContent p {
	font-family: "gill-sans-medium";
	font-size: 0.9vw;
	line-height: 24px;
	margin: 4% 0;
	color: #555555;
}

.highlightsContent ul li {
	list-style-type: disc;
	font-family: "gill-sans-medium";
	font-size: 0.8vw;
	margin: 1.5% 0;
	color: #555555;
}

#amenities .swiper-container {
  height: auto;
}

#amenities .swiper-container {
  position: relative;
  width: 100%;
}
#amenities .swiper-wrapper
{
  display: flex;
    align-items: center;
}

.swiper-container > .swiper-slide__content {
  position: absolute;
  top: 0;
}

#amenities .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms linear;
  transform: scale(0.8);
  height: auto;
}
#amenities .swiper-slide.swiper-slide-active {
  transform: scale(1);
  height: 502px;
}

#amenities .swiper-slide__content {
  height: 300px;
}


.amenitiesHeading {
	width: 40%;
}

.amenitiesShortinfo {
	width: 46%;
}

.amenitiesHeading h2 {
	font-size: 2.5vw;
	line-height: normal;
	color: #fff;
	font-family: "gill-sans-semibold";
}

.amenitiesHeading h3 {
	font-size: 1.1em;
	line-height: normal;
	color: #fff;
	font-family: "gill-sans-medium";
	margin: 0 0 3% 0;
	font-weight: 100;
}

.amenitiesShortinfo p {
	font-family: "gill-sans-regular";
	font-size: 1.3em;
	color: #fff;
	line-height: 24px;
}

.Amenities {
	margin: -7% 0 0 0;
	padding: 10% 0 5% 0;
	background-image: url(../images/custom/amenities-bg.webp);
	background-position: center center;
	background-repeat: no-repeat;
}

.gallery {
	margin: 5% 0;
}

.galleryHeading h3 {
	color: #282828;
	font-size: 1.1em;
	font-weight: 100;
	font-family: "gill-sans-medium";
	margin: 0 0 2% 0;
}

.galleryHeading h2 {
	color: #282828;
	font-size: 3.3em;
	font-family: "gill-sans-semibold";
	margin: 0;
	line-height: normal;
}

.galleryHolder{
	margin: 4% 0 0 0;
}
/* Scale image on hover */
.imgWrap img {
    transition: transform 0.4s ease;
    cursor: pointer;
}

.imgWrap img:hover {
    transform: scale(1.06);
}


.location {
	background-image: url("../images/custom/location-bg.webp");
	background-position: right center;
	background-size: cover;
	padding: 2% 0 0 0;
	margin: 9% 0 0 0;
	height: 95vh;
}

.map {
	width: 48%;
	position: relative;
	top: -7vw;
}
.map iframe{
	height: 850px;
}

.mapInfo {
	padding: 3% 0 0 8%;
	width: 52%;
}

.map img {
	width: 100%;
}

.location button {
	background-color: transparent;
	padding: 1.1% 2.5%;
	border-radius: 50px;
	border: solid 1px #cfa19a;
	color: #cfa19a;
	font-family: "gill-sans-semibold";
	font-size: 1.3em;
	margin: 2.5% 0 0 0;
	float: right;
}

.location button:hover {
	border: solid 1px #cfa19a;
	color: #fff;
	background-color: #cfa19a;
}

.mapHeadings h3 {
	color: #fff;
	font-size: 1.3em;
	font-weight: 100;
	font-family: "gill-sans-medium";
	margin: 0;
}

.mapHeadings h2 {
	color: #fff;
	font-size: 3.3em;
	font-family: "gill-sans-semibold";
	margin: 0;
	line-height: normal;
}


.sliderLocation {
	width: 90%;
	max-width: 600px;
	position: relative;
	overflow: hidden;
}

.slidess {
	display: none;
	animation: fade 0.8s ease-in-out;
}

.slidess.active {
	display: block;
}

.slidess h3 {
	color: #fff;
	font-size: 1.7em;
	font-family: "gill-sans-semibold";
}

.slidess ul {
	list-style-type: disc;
	padding: 0;
}

.slidess li {
	display: flex;
	justify-content: space-between;
	margin: 6px 0;
	font-family: "gill-sans-medium";
	font-size: 1.1em;
	color: #fff;
}

.arrowsLocations {
	color: #cfa19a;
	width: 30%;
	float: right;
	margin: 8% 0 0 0;
}

.arrowsLocations .arrow {
	border: 1px solid #cfa19a;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-size: 2em;
	transition: 0.3s;
}

@keyframes fade {
	from {
		opacity: 0.4;
	}

	to {
		opacity: 1;
	}
}


.specHolder {
	width: 50%;
}

.specImg {
	width: 96%;
}

.specification {
	padding: 5% 0;
	background-color: #f8f3f9;
}

.specImg img {
	width: 100%;
}

.specHeading h3 {
	color: #272727;
	font-size: 1.3em;
	font-weight: 100;
	font-family: "gill-sans-medium";
	margin: 0;
}

.specHeading h2 {
	color: #272727;
	font-size: 2.3vw;
	font-family: "gill-sans-semibold";
	margin: 0;
	line-height: normal;
}

.specHolder li {
	margin: 6px 0;
	font-family: "gill-sans-medium";
	font-size: 1.1em;
	color: #272727;
}


.sbm-lightbox-wrapper {
      max-width: 100%;
      position: relative;
      text-align: center;
    }

    .sbm-main-img {
      max-height: 70vh;
      width: auto;
      max-width: 100%;
      object-fit: contain;
      display: block;
      margin: 0 auto;
    }

    .sbm-nav-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: #00000080;
      border: 0;
      color: #fff;
      font-size: 28px;
      padding: 6px 14px;
      cursor: pointer;
      border-radius: 50%;
      z-index: 10;
      line-height: 1;
    }

    .sbm-prev-btn { left: 10px; }
    .sbm-next-btn { right: 10px; }

    .sbm-thumb-img {
      cursor: pointer;
      border-radius: 6px;
      transition: transform 0.3s, box-shadow 0.3s;
    }

    .sbm-thumb-img:hover {
      transform: scale(1.05);
      box-shadow: 0 0 10px rgba(0,0,0,0.3);
    }

    .sbm-thumb-img.active-thumb {
      outline: 3px solid #007bff;
    }

    /* Mobile: keep arrows visible but not too big */
    @media (max-width: 576px) {
      .sbm-nav-btn {
        font-size: 22px;
        padding: 4px 10px;
      }
    }

/* kuber project */


/* elite css */
.home-banner-style-elite {
	align-items: center;
	background-image: url(../images/custom/hero-elite-banner.jpg);
	background-size: cover;
	background-position: center;
	display: flex;
	height: 350px;
}

.home-banner-style-elite h2 {
	color: #fff;
	line-height: normal;
	font-family: "gill-sans-semibold";
	font-size: 3.4em;
}

.eliteInfo {
	background-image: url("../images/custom/elite-info-bg.webp");
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0 0 0 13%;
}

.whatisElite {
	width: 50%;
}

.eliteSideimg {
	width: 39%;
}

.eliteSideimg img {
	width: 100%;
}

.whatisElite h2 {
	color: #282828;
	line-height: normal;
	font-family: "gill-sans-semibold";
	font-size: 2.5vw;
}

.whatisElite p {
	color: #555555;
	font-family: "gill-sans-medium";
	font-size: 0.9vw;
}

.refer {
	background-color: #3c2a44;
	padding: 0 13% 0 0;
}

.referPoster img {
	width: 100%;
}

.referPoster {
	width: 58%;
}

.referInfo {
	width: 50%;
	padding: 0 0 0 6%;
}

.referInfo ul {
	padding: 0 0 0 23px;
	margin: 2% 0 0 0;
}

.referInfo h2 {
	color: #fff;
	font-family: "gill-sans-semibold";
	font-size: 2.5vw;
}

.referInfo li {
	margin: 0 0 3% 0;
	font-family: "gill-sans-medium";
	font-size: 0.9vw;
	color: #fff;
}

.tndc {
	padding: 4% 0;
	background-image: url(../images/custom/t&c-bg.webp);
	background-position: center right;
	background-size: cover;
}

.tndc h2 {
	font-family: "gill-sans-semibold";
	font-size: 2.5vw;
	color: #282828;
	margin: 0 0 2% 0;
}

.tndc li {
	margin: 0 0 3% 0;
	font-family: "gill-sans-medium";
	font-size: 0.9vw;
	color: #555555;
}

.representation {
	padding: 4% 0;
	background-color: #3c2a44;
}

.representation h2 {
	font-family: "gill-sans-semibold";
	font-size: 2.6em;
	margin: 3% 0 0 0;
	color: #fff;
}

.representation p {
	font-family: "gill-sans-medium";
	font-size: 1.3em;
	color: #fff;
}

.representation li {
	font-family: "gill-sans-medium";
	font-size: 1.3em;
	color: #fff;
}

.rewards {
	padding: 4% 0;
}

.rewards img {
	width: 100%;
	cursor: pointer;
}
.rewards .lightbox {
    display: none; 
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
}

.rewards .lightbox-content {
    max-width: 90%;
    max-height: 90%;
    border-radius: 8px;
}

.rewards .close {
    position: absolute;
    top: 20px; right: 30px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}

/* elite css */


/* contact css */
.home-banner-style-contact {
	align-items: center;
	background-image: url(../images/custom/contact-Bg.webp);
	background-size: cover;
	background-position: center;
	display: flex;
	height: 350px;
}

.home-banner-style-contact h2 {
	color: #fff;
	line-height: normal;
	font-family: "gill-sans-semibold";
	font-size: 3.4em;
}

.boxForm {
	position: relative;
	z-index: 1;
}

.contactForm {
	position: relative;
	padding: 3% 0;
	overflow: hidden;
	background-color: #fff;
}

.contactForm::before {
	background-image: url('../images/custom/contact-form-Bg.webp');
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 76%;
	background-size: cover;
}

.contactHeadings h2 {
	color: #3c2a44;
	line-height: normal;
	font-family: "gill-sans-semibold";
	font-size: 2.6em;
}

.contactHeadings p {
	font-family: "gill-sans-medium";
	font-size: 1.2em;
	color: #555555;
	margin: 1% 0 0 0;
	line-height: normal;
	padding: 0 28%;
}

.formHolder {
	margin: 4% 0 0 0;
}

.contactDetails {
	width: 55%;
	padding: 0 22% 0 0;
}

.formFields {
	width: 45%;
}

.contactDetails h2 {
	font-family: "gill-sans-semibold";
	font-size: 1.3em;
	color: #282828;
}

.contactDetails p {
	font-family: "gill-sans-medium";
	font-size: 1.2em;
	color: #555555;
	line-height: normal;
	margin: 0 0 5% 0;
}

.inputContact input {
	border-radius: 24px;
}

.inputContact textarea {
	border-radius: 15px;
}

.formFields .btnBrdr {
	background-color: #fff;
	padding: 2.2% 7%;
	border-radius: 50px;
	border: solid 1px #3c2a44;
	color: #3c2a44;
	font-family: "gill-sans-semibold";
	font-size: 1.3em;
	margin: 6% 0 0 0;
	width: 40%;
}

.formFields .btnBrdr:hover {
	background-color: #3c2a44;
	color: #fff;
}

.mapLocation {
	margin: 10% 0 0 0;
}

.mapLocation iframe {
	border-radius: 30px;
}

.inputContact {
	margin: 0 0 5% 0;
}

/* contact css */


/* career css */
.home-banner-style-career {
	align-items: center;
	background-image: url(../images/custom/carrer-banner-bg.webp);
	background-size: cover;
	background-position: center;
	display: flex;
	height: 350px;
}

.home-banner-style-career h2 {
	color: #fff;
	line-height: normal;
	font-family: "gill-sans-semibold";
	font-size: 3.4em;
}

.buildFuture h2 {
	font-family: "gill-sans-semibold";
	font-size: 3.4em;
	color: #3c2a44;
	line-height: normal;
	margin: 0 0 5% 0;
}

.buildFuture p {
	font-family: "gill-sans-medium";
	font-size: 1.2em;
	color: #555555;
	text-align: justify;
	line-height: 1.5em;
}

.buildFuture {
	width: 43%;
	padding: 5% 8% 0 0;
}

.careerFormbox {
	width: 57%;
	background-image: url('../images/custom/career-form-bg.webp');
	background-position: right bottom;
	background-size: cover;
	position: relative;
	top: -4vw;
	padding: 8% 6%;
}

.careerFormbox .formFields {
	width: 100%;
}

.careerFormbox p {
	font-family: "gill-sans-medium";
	font-size: 1.3em;
	color: #555555;
	line-height: 1.5em;
	margin: 0 0 5% 0;
}

.inputContact label {
	color: #282828;
	font-size: 1.1em;
	font-family: "gill-sans-medium";
	margin: 0 0 0 10px;
}


.uploadFile label {
	margin: 0;
}

/* drop area */
.drop-area {
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid #dad5dc;
	min-height: 78px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 22px;
	transition: box-shadow .18s, border-color .18s, background .18s;
	position: relative;
}

.drop-area.dragover {
	box-shadow: 0 10px 30px rgba(107, 75, 214, 0.08);
	border-color: rgba(107, 75, 214, 0.35);
	background: rgba(244, 238, 255, 0.9);
}

.drop-area .main-text {
	font-size: 15px;
	color: #6f6380;
}

.drop-area .main-text b {
	color: #1e51d4;
	cursor: pointer;
	text-decoration: none;
	font-weight: 600;
}

/* small hint under */
.hint {
	font-size: 12px;
	color: #9b95a8;
}

/* hidden input */
.uploadFile input[type="file"] {
	display: none;
}

/* file name / error */
.file-info {
	margin-top: 10px;
	font-size: 13px;
	color: #3a3346;
}

.file-info.error {
	color: #c94b4b;
}

/* career css */


/* Channel Partner css */
.home-banner-style-chpart {
	align-items: center;
	background-image: url(../images/custom/banner-chpart.webp);
	background-size: cover;
	background-position: center;
	display: flex;
	height: 350px;
}

.home-banner-style-chpart h2 {
	color: #fff;
	line-height: normal;
	font-family: "gill-sans-semibold";
	font-size: 3.4em;
}

.formChpart {
	width: 57%;
	background-image: url('../images/custom/career-form-bg.webp');
	background-position: right bottom;
	background-size: cover;
	padding: 8% 3%;
	margin: 8% 0;
}

.formChpart p {
	text-align: center;
	padding: 0 18%;
	margin: 0 0 3% 0;
}

.formChpart .btnBrdr {
	background-color: #fff;
	text-align: center;
	padding: 1%;
	float: right;
	border-radius: 50px;
	border: solid 1px #3c2a44;
	color: #3c2a44;
	font-family: "gill-sans-semibold";
	font-size: 1.3em;
	margin: 2% 0 0 0;
	width: 12%;
}

.formChpart .btnBrdr:hover {
	background-color: #3c2a44;
	color: #fff;
}

.formChpart p {
	font-family: "gill-sans-medium";
	font-size: 1.3em;
	color: #555555;
	line-height: 1.5em;
	margin: 0 0 5% 0;
}

/* Channel Partner css */


/* events pages */
.eventsBox{
	background-color: #351e3e;
}
#eventImgs, #eventsVids
{
	width: 30%;
	border: 1px solid #fff;
	border-radius: 50px;
	cursor: pointer;
	padding: 22px 0;
}
#eventImgs p{
	margin: 0;
	line-height: 0;
	text-align: center;
	color: #fff;
}
#eventsVids p{
	margin: 0;
	line-height: 0;
	text-align: center;
	color: #fff;
}
.TabActive{
	background-color: #fff;
	border-color: #fff;
	color: #3B294C !important;
}
.TabActive p{
	color: #3B294C !important;
	font-weight: 600 !important;
}
.eventsHolder{
	width: 30%;
	margin:0 auto 4% auto;
	position: relative;
}
/* Content visibility */
.eventImages h3{
	color: #fff;
	font-family: "gill-sans-medium";
	font-size: 2em;
}
.eventImages,
.eventVideos {
    display: none;
}
.showContent {
    display: block;
}
.galleryGrid h2{
	color: #fff;
	font-family: "gill-sans-regular";
	font-size: 1.5em;
	margin: 3% 0 0 0;
}



.eventGalleryImg {
    position: relative;
    overflow: hidden;
	cursor: pointer;
}

/* Overlay */
.eventGalleryImg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000000a1;
    opacity: 0;
    transition: 0.3s ease;
    z-index: 1;
}

/* PLUS ICON */
.eventGalleryImg::after {
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    font-size: 64px;
    font-weight: 300;
    color: #fff;
    opacity: 0;
    transition: 0.3s ease;
    z-index: 2;
}

/* Hover trigger */
.eventGalleryCard:hover .eventGalleryImg::before {
    opacity: 1;
}

.eventGalleryCard:hover .eventGalleryImg::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}



.customLightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.customLightbox.active {
    display: flex;
}

.customLightbox img {
    max-width: 90%;
    max-height: 85vh;
}

.lb-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

.lb-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

.lb-prev { left: 20px; }
.lb-next { right: 20px; }





/* Masonry */
.masonry-gallery {
  column-count: 3;
  column-gap: 16px;
}

.masonry-gallery img {
  width: 100%;
  margin-bottom: 16px;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.masonry-gallery img:hover {
  transform: scale(1.03);
}

/* Responsive */
@media (max-width: 991px) {
  .masonry-gallery { column-count: 2; }
}
@media (max-width: 575px) {
  .masonry-gallery { column-count: 1; }
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.lightbox.show {
  display: flex;
}

.lightbox-img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 36px;
  color: #fff;
  cursor: pointer;
}


.yearSelect{
	max-width: 250px;
	margin: 0 0 2% 0;
}

/* events pages */


@media only screen and (max-width:1550px) {
	.aboutUs {
 	 	padding: 6% 12vw;
	}
	.aboutContent {
		width: 35vw;
	}
	.map iframe {
    	height: 666px;
	}
	.aboutContent p {
    font-size: 1vw;
	line-height: 23px;
	}
	.valuesHeading p {
    font-size: 1vw;
}
	/*.experince {
		height: 174px;
	}

	 .experince h2 {
		font-size: 5.5vw;
	}

	.experince p {
		font-size: 1vw;
	}

	.aboutHeading h3 {
		font-size: 1.2vw;
	}

	.aboutHeading h2 {
		font-size: 2.8vw;
	}

	.aboutContent h3 {
		font-family: "gill-sans-medium";
		font-size: 1.1vw;
	}

	.aboutContent p {
		font-family: "gill-sans-medium";
		font-size: 0.9vw;
	} */

	
.borderVision::after {
  width: 72%;
}
.borderMission::after {
  width: 68%;
}
.borderPhilosophy::after {
  width: 60%;
}
.vmp-title {
  top: -15px;
}

	.valuesContent h2 {
		font-size: 1.5vw;
	}

	.valuesContent p {
		font-size: 1vw;
	}
	.vmp-box p {
    font-size: 1vw;
}
.highlightsContent p {
    font-size: 1vw;
}
.whatisElite p {
    font-size: 1vw;
}
.referInfo li {
    font-size: 1vw;
}
.tndc li {
    font-size: 1vw;
}
	.eliteInfo {
		padding: 0 0 0 9%;
	}

	.refer {
		padding: 0 6% 0 0;
	}

	.active .img-cost {
		height: 430px;
	}

	.img-cost {
		height: 430px;
	}
}

@media only screen and (max-width:1290px) {
	.experince h2 {
		margin: 18px 0 0 0;
	}
	.landmarksShowcase {
		width: 78.5%;
	}
	.counter-number {
		font-size: 3em;
	}
}

@media only screen and (max-width:999px) {

	.sliderHero1{
		background-image: url("../images/custom/banner1-mobile.webp");
		height: 500px;
	}
	.sliderHero2{
		background-image: url("../images/custom/Zenith_mob-banner.webp");
		height: 500px;
	}
		.sliderHero3{
		background-image: url("../images/custom/Nirvana_1000x1000.webp");
		height: 500px;
	}
	.sliderHero4{
		background-image: url("../images/custom/Sapphire_1000x1000.webp");
		height: 500px;
	}
	.btnProjects::before,
.btnProjects::after {
	background: none;
}
	.scrollExplore a {
		transform: translate(0%, -4.5vw);
	}

	.projectsLocation {
    width: 100%;
}
	.eventsHolder {
    width: 100%;
}

	.viewProjects {
		width: 22%;
	}

	.viewProjects p {
		font-size: 1em;
	}

	.sliderInfo {
		text-align: center;
	}

	.sliderInfo h2 {
		font-size: 1.5em;
	}

	.sliderInfo p {
		font-size: 1em;
	}

	.viewMoreLocations a {
		font-size: 1.3em;
	}

	.experince {
		width: 30%;
		margin: 0 auto;
		height: 15vw;
	}

	.experince h2 {
		font-size: 5em;
	}

	.experince p {
		font-size: 1.1em;
	}

	.experince sup {
		font-size: 0.8em;
	}

	.aboutHeading {
		width: 100%;
		margin: 4% 0;
	}

	.aboutHeading h3 {
		font-size: 1.1em;
		margin: 0 0 4% 0;
	}

	.aboutHeading h2 {
		font-size: 2.5em;
		text-align: center;
	}

	.aboutContent {
		width: 100%;
		text-align: center;
	}

	.aboutContent h3 {
		font-size: 1.5em;
		margin: 0 0 1% 0;
	}

	.aboutContent p {
		font-size: 1.1em;
		line-height: 22px;
	}

.location {
		padding: 19% 0;
		height: auto;
	}

	.reviewHeading h3 {
    font-size: 1.1em;
	font-weight: 600;
	margin: 0 0 4% 0;
	}

	.aboutContent .btnBrdr {
		padding: 1.8% 7%;
		margin: 2% 0 0 0;
	}

	.valuesHeading {
		text-align: center;
	}

	.valuesContent h2 {
		font-size: 1.3em;
		margin: 2% 0;
	}

	.valuesContent p {
		font-size: 1.1em;
		line-height: 22px;
	}

	.valuePt {
		padding: 4% 0%;
	}

	.contacts,
	.projects,
	.info,
	.links {
		width: 100%;
	}

	.copyrights-container {
		flex-direction: column;
		position: static;
	}

	.copyrights p {
		order: 1;
		text-align: center;
	}

	.social-icons {
		order: 2;
		position: static;
		justify-content: center;
		margin-top: 10px;
	}

	.floatingOverlay {
		position: static;
		margin: 8% 0 0 0;
	}

	.cardBox {
		width: 90%;
		margin: 0 auto;
		height: 300px;
	}

	.cardBox h2 {
		font-size: 3em;
		text-align: center;
	}

	.aboutFirstfold {
		margin: 8% 0 5% 0;
	}

	.aboutIntor,
	.aboutPerson {
		width: 100%;
	}

	.aboutIntor h2 {
		font-size: 2.5em;
	}

	.aboutSecondfold p {
		width: 100%;
	}

	.vmp-section {
		gap: 20px;
	}

	.vmp-box {
		max-width: 100%;
		margin: 0 0 10% 0;
	}

	.vmp-box h3 {
		font-size: 1.4em;
	}

	.vmp-title {
		top: -14px;
	}

	.vmp-box p {
		font-size: 1.2em;
	}

	.teamsHeading,
	.teamsShortinfo {
		width: 100%;
	}

	.awardBox {
		width: 100%;
		margin: 0 0 22% 0;
	}

	.awardsShowcase {
		margin: 10% 0 0 0;
	}

	.awardBox img {
		margin: 0 0 3% 0;
	}

	.brdrAwards {
		display: none;
	}

	.projectShowcase {
		width: 100%;
		margin: 0 0 8% 0;
	}

	.projectShowcase h2 {
		font-size: 2em;
	}

	.projectShowcase p {
		font-size: 1em;
	}

	.thumbHighlight {
		width: 100%;
	}

	.highlightsContent {
		width: 100%;
		position: static;
	}

	.highlightsHeadings h3 {
		font-size: 1.1em;
	}

	.highlightsHeadings h2 {
		font-size: 2.1em;
	}

	.highlightsContent p {
		font-size: 1.3em;
		line-height: 28px;
	}

	.highlightsContent ul li {
		font-size: 1.3em;
	}

	.highlightsContent ul {
		width: 100% !important;
	}

	.amenitiesHeading,
	.amenitiesShortinfo {
		width: 100%;
	}

	.galleryHolder img {
		width: 100%;
		margin: 0 0 5% 0;
	}

	.map {
		width: 90%;
		position: static;
		margin: 0 auto 12% auto;
	}

	.mapInfo {
		padding: 0 0 0 8%;
		width: 100%;
	}

	.specHolder,
	.specImg {
		width: 100%;
	}

	.eliteInfo {
		padding: 5%;
	}

	.whatisElite,
	.eliteSideimg,
	.referPoster,
	.referInfo {
		width: 100%;
	}

	.whatisElite p {
		font-size: 1.2em;
	}

	.whatisElite h2 {
		font-size: 2em;
	}

	.refer {
		padding: 0;
	}

	.referInfo h2 {
		font-size: 2em;
	}

	.referInfo li {
		font-size: 1.2em;
	}

	.referInfo {
		padding: 5%;
	}

	.tndc h2 {
		font-size: 2em;
	}

	.tndc li {
		font-size: 1.2em;
	}

	.contactDetails {
		width: 100%;
		padding: 0;
	}

	.formFields {
		width: 100%;
	}

	.contactHeadings p {
		margin: 1% 0 8% 0;
	}

	.buildFuture {
		width: 100%;
		padding: 10% 0;
	}

	.careerFormbox {
		width: 100%;
	}

	.subNavs {
		display: none;
	}

	.landmarHolder {
		padding: 0 5%;
		flex-direction: column;
	}

	.landmarHeadings {
		width: 100%;
		padding: 0;
	}

	.landmarkSlider {
		width: 100% !important;
	}

	.deskHide {
		display: block !important;
	}

	.mobHide {
		display: none !important;
	}

	.valuesHeading p {
		font-size: 1.1em;
		color: #272727;
		line-height: 22px;
	}

	.active .titleLocation h2 {
		font-size: 1.5em;
	}

	.active .titleLocation p {
		font-size: 1em;
	}
}

@media only screen and (max-width:500px) {
	.scrollExplore a {
		display: none;
	}

	    .map iframe {
        height: 500px;
    }

	.banner-style-one, #HomeSlidernav{
		display: none;
	}

	.bannerContent h3 {
		font-size: 0.9em;
	}

	.bannerContent h2 {
		font-size: 1.2em;
	}
	.aboutIntor h3 {
    font-size: 1.1em;
}
.locationSlider {
    margin: 24% 0 0 0;
}

	.viewProjects {
		width: 40%;
	}

	.aboutSecondfold p {
        width: 100%;
        font-size: 1.1em;
        line-height: 24px;
    }

	.landmark {
		padding: 12% 0;
	}

	.valuesHeading h3 {
		font-size: 1.1em;
		margin: 0 0 4% 0;
		font-weight: 600;
	}

	.aboutHeading {
		width: 100%;
		margin: 12% 0;
		text-align: center;
	}

	.inputContact textarea {
    padding: 10px 15px 36px;
	}

	.aboutUs {
		padding: 20% 5%;
	}

	.experince {
		width: 60%;
		margin: 0 auto;
		height: 134px;
	}

	.experince h2 {
		font-size: 4em;
		width: 44%;
		margin: 20px 0 0 0;
	}

	.experince p {
		font-size: 1.1em;
		width: 50%;
	}

	.slideBullets {
    width: 8.6vw;
    display: flex;
    justify-content: space-between;
	}

	.amenitiesShortinfo p {
    font-size: 1em;
}

	.titleLocation h2 {
    font-size: 0.9vw;
}

	.aboutHeading h2 {
		font-size: 2.1em;
	}

	.aboutContent h3 {
		font-size: 1.3em;
		font-weight: 600;
	}

	.aboutContent .btnBrdr {
		padding: 2.5% 7%;
		margin: 2% 0 0 0;
	}

	.aboutContent .btnBrdr:hover {
		margin: 2% 0 0 0;
	}

	.counter-box {
		flex: 1 1 136px;
		margin: 0 0 13% 0;
	}

	.cardTeamname
 {
    background-color: #fff;
    padding: 6% 0 2%;
}

	.teamsSlider .item {
		width: 100% !important;
	}

	.presence {
		padding: 10% 0;
	}

	.mainPresenceHeading h2 {
		text-align: center;
		font-size: 2.1em;
		line-height: 34px;
	}

	.viewMoreLocations a {
		font-size: 1em;
	}

	.sliderImg {
		width: 100%;
	}

	.sliderInfo {
		width: 100%;
	}

	.sliderInfo h2 {
		font-size: 1.5em;
	}

	.sliderInfo p {
		font-size: 1.1em;
		line-height: 22px;
	}

	.mainPresenceHeading img {
		width: 100%;
	}

	.mainPresenceHeading h3 {
		font-size: 1.1em;
		margin: 0 0 4% 0;
	}

	.valuesHolder {
		padding: 15% 0;
	}

	.values {
		margin: 18% 0 0 0;
		padding: 0;
	}

	.valuesHeading {
		text-align: center;
		margin: 0 0 4% 0;
	}

	.viewMoreLocations{
		margin: 0 0 10% 0;
	}

	.viewMoreLocations a::after {
		content: "";
		position: absolute;
		left: 0%;
		bottom: -8px;
		width: 100%;
		height: 1px;
		background: #fff;
		transform: scaleX(1);
		transform-origin: left;
		transition: transform 0.3s ease;
	}

	.viewMoreLocations a:hover::after {
		transform: scaleX(1.1);
	}

	.valuesHeading h2 {
		font-size: 2.1em;
	}

	.footerSection {
		padding: 12% 5%;
	}

	.menuHolder h2 {
		margin: 14% 0 0 0;
	}

	.copyrights {
		padding: 20px 0;
	}

	.reviewHeading h2 {
		font-size: 2.1em;
		margin: 0 0 8% 0;
	}

	.cardBox h2 {
		font-size: 1.8em;
		text-align: center;
	}

	.cardBox {
		height: 158px;
	}

	.aboutIntor h2 {
		font-size: 2.1em;
	}
.counter-section h2 {
    font-size: 2.1em;
}
.vmHeadings h3 {
    font-size: 1.1em;
}
	.vmp-section {
		padding: 40px 20px;
	}

	.vmp-box {
		padding: 35px 20px 20px;
	}

	.vmp-title {
		top: -11px;
		left: 15px;
		font-size: 18px;
	}

	.vmHeadings h2 {
		font-size: 2.1em;
	}
	.teamsHeading h3{
		font-size: 1.1em;
	}

	.teamBox {
		padding: 16% 5% 26%;
	}
	.reviews {
  padding: 11% 0 5% 0;
}

	.teamsHeading h2 {
		font-size: 2.1em;
	}
	.teamsShortinfo p {
font-size: 1.1em;
line-height: 22px;
}

	.item {
		width: 100% !important;
	}

	.cardTeamname h2 {
		font-size: 1.5em;
	}

	.awardsSection {
		padding: 24% 0;
	}

	.awardsHeadings h2 {
		font-size: 1.5em;
		margin: 0 0 5% 0;
	}

	.home-banner-style-about {
	background-image: url(../images/custom/about-hero-banner.webp);
}

	.home-banner-style-about .home-style1 {
		height: 180px;
	}

	.projectsHolder nav button {
		font-size: 1em;
	}

	#nav-tab2 .nav-link:nth-child(2) {
		position: static;
		padding: 0;
	}

	.projectsLists {
		padding: 6%;
	}

	.projectShowcase h2 {
		font-size: 1.3em;
	}

	#nav-tab2 .nav-link:nth-child(2)::before {
		display: none;
	}

	#nav-tab2 .nav-link:nth-child(2)::after {
		display: none;
	}

	.highlights {
		margin: 12% 0;
	}

	.galleryHolder {
		margin: 5% 0 0 0;
	}

	.amenitiesHeading h2 {
		font-size: 2.1em;
		margin: 0 0 5% 0;
	}

	.galleryHeading h2 {
		font-size: 2.1em;
		margin: 0 0 12% 0;
	}

	.gallery {
		margin: 9% 0;
		padding: 0 4%;
	}

	.location {
		padding: 19% 0;
		height: auto;
	}

	.mapHeadings h2 {
		font-size: 2.1em;
	}

	.specHeading h2 {
		font-size: 2.1em;
	}

	.eliteInfo {
		padding: 12% 5%;
	}

	.tndc {
		padding: 10% 5%;
	}

	.representation h2 {
		font-size: 2em;
	}

	.representation p {
		font-size: 1.2em;
	}

	.representation li {
		font-size: 1.2em;
	}

	.representation {
		padding: 10% 5%;
	}

	.rewards {
		padding: 10% 5%;
	}

	.contactForm {
		padding: 10% 5%;
	}

	.contactHeadings p {
		padding: 0;
	}

	.formHolder {
		margin: 14% 0 0 0;
	}

	.formFields .btnBrdr {
		width: auto;
	}

	.inputContact {
		margin: 0 0 5% 0;
	}

	.formFields {
		margin: 8% 0 0 0;
	}

	.contactHeadings h2 {
		font-size: 2em;
	}

	.contactForm::before {
		height: 85%;
	}

	.careerForm {
		padding: 0 5%;
	}

	.buildFuture h2 {
		font-size: 2.5em;
	}

	.careerFormbox p {
		font-size: 1em;
	}

	.formChpart p {
		text-align: left;
		padding: 0;
		font-size: 1em;
		margin: 0 0 12% 0;
	}

	.chPartnerForm {
		padding: 1%;
	}

	.formChpart{
		padding: 8%;
	}

	.formChpart .btnBrdr {
		padding: 2%;
		float: left;
		width: 32%;
	}

	.arrowsLocations {
		width: 42%;
	}

	.specification {
		padding: 12% 0;
	}

	.highlightsHeadings h2 {
		font-size: 2.1em;
	}

	.home-banner-style-contact {
	background-image: url(../images/custom/Contact-page-mobilebg.webp);
}


	.home-banner-style-contact h2 {
		font-size: 2.4em;
	}

	.home-banner-style-projects {
	background-image: url(../images/custom/Project-page-mob-bannerbg.webp);
}

	.home-banner-style-projects h2 {
		font-size: 2.4em;
	}

	.home-banner-style-career h2 {
		font-size: 2.4em;
	}

	.home-banner-style-elite {
	background-image: url(../images/custom/Swamiraj-Elite-page-mob-bannerbg.webp);
}

	.home-banner-style-elite h2 {
		font-size: 2.4em;
	}

	.home-banner-style-chpart h2 {
		font-size: 2.4em;
	}
	#amenities .swiper-slide.swiper-slide-active {
    	transform: scale(1);
    	height: auto;
	}
	.Amenities {
    padding: 10% 4% 5% 4%;
	}
}