:root{
  --blue:#0b2d52;
  --gold:#0E1E2E;
  --green:#EB1D3E;
  --bs-primary: #5f8d2a ; /* your brand color */
  --brand:#fa1e1e;
  --brand-600:#0F3B46;
  --light:#f7f9fb;
  --brand-purple: #ff4f3d;
  --birla-blue: #EB1D3E;
}

body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #4f4f4f !important;
	font-size: 14px;
	font-weight: 400;
	font-family: 'jost', sans-serif;
}
.bg-blue {
    background-color: #263169;
}
html{
	scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 18px !important;
    line-height: 24px !important;
    color: #313131;
    margin: 0;
    font-weight: 400;
	font-family: 'Cinzel', serif;
}
.b-radius-0{
	border-radius:0px !important;
}
.b-radius-10{
	border-radius:10px;
}
.b-radius-20{
	border-radius: 20px;
}
.bg-white{
	background:#fff!important;
}
.bg-custom{
	background:#ec1d3d;
}
.border-custom2{
	border:1px solid #ec1d3d !important;
}
.bg-img{
	background: url('images/highlight-overlay.jpg') center/cover no-repeat ;
}
p{
	font-size: 14px !important;
}
.font-primary{
    font-family: 'Cinzel', serif;
    font-style: normal;
}

.font-second{
	font-family: 'Jost', sans-serif;
}

.text-custom{
	color:#4f4f4f !important;
}
.color{
	color:#cead53 ;
}
.color2{
	color:#ec1d3d ;
}
section{
	background-color: #f9f9f9;
	padding: 60px 0;
	margin: 0px;
	position: relative;
}

.navbar-brand img{
	width:50vw;
}

.navbar-collapse{
	margin-top:20px;
}

.navbar-nav .nav-link span{
	color: #4f4f4f;
	border-radius: 5px;
	position: relative;
	display: flex;
	overflow: hidden;
	cursor: pointer;
	transition: .5s;
	font-weight: 400;
	font-size: 14px;
	text-transform: capitalize;

}

.navbar-expand-lg .navbar-nav .nav-link{
	margin:0px 10px;
}
.navbar-nav .nav-link:hover ,
.navbar-nav .nav-link:active,
.navbar-nav .nav-link:focus{
    color: #000;
    z-index: 9;
    border-bottom: 1px solid #cead53;

}
.navbar-nav .nav-link.active span,
.navbar-nav .nav-link:hover span{
color: #000 !important;
}

.navbar-nav .nav-link.active{
    z-index: 9;
    border-bottom: 1px solid #cead53;
}
.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: none;
}

.navbar-toggler-icon { 
	display: inline-block; 
	width: 1.2em; 
	height: 1.1em; 
	vertical-align: middle; 
	background-image: var(--bs-navbar-toggler-icon-bg); 
	background-repeat: no-repeat; 
	background-position: center; 
	background-size: 100%; 
}

.navbar-toggler { 
	padding: 5px 10px; 
	border-radius: 2px; 
}
.main-btn {
	margin: 20px 0px; 
	box-sizing: border-box; 
	color: white ; 
	border: 1px solid white;
	font-weight:700; 
	font-size: 18px; 
	outline: 0 none; 
	letter-spacing: 0.25px; 
	padding: 10px 25px; 
	outline: none !important;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block; 
	resize: none; 
	box-shadow: none !important; 
	width: 100%; 
	border-radius: 0px;
	background: var(--green);
	transition: .5s all ease;
}

.main-btn:hover {
	background:transparent;
	border: 1px solid var(--green);
	color: var(--green)!important;
	animation: scaleUp 0.3s ease-in-out;
}
.butn-fplan{
	appearance: none;
  background-color: transparent;
  border:0;
  text-transform: uppercase;
  border-bottom:1px solid #ec1d3d;
  box-sizing: border-box;
  color: #ec1d3d ;
  cursor: pointer;
  display: inline-block;
  border-radius:0px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1em;
  margin: 0;
  opacity: 1;
  outline: 0;
  padding:0;
  padding-bottom: .5rem;
  position: relative;
  text-align: center;
}
.butn-fplan:hover{
	border-bottom:1px solid #cead53;
  color: #cead53 ;
}


.butn {
  appearance: none;
  background-color: transparent;
  border:0;
  text-transform: uppercase;
  border-bottom:1px solid #cead53;
  box-sizing: border-box;
  color: #cead53 ;
  cursor: pointer;
  display: inline-block;
  border-radius:0px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1em;
  margin: 0;
  opacity: 1;
  outline: 0;
  padding:0;
  padding-bottom: .5rem;
  position: relative;
  text-align: center;
}

.butn:hover{
	border-bottom:1px solid #ec1d3d;
  color: #ec1d3d ;
}

.butn-enquire{
appearance: none;
  background-color: var(--green);
  border:1px solid #293a8d ;
  box-sizing: border-box;
  color: white ;
  cursor: pointer;
  display: inline-block;
  border-radius:30px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1em;
  margin: 0;
  opacity: 1;
  outline: 0;
  padding: 1em;
  position: relative;
  text-align: center;
}
.butn-enquire:hover{
	background:transparent;
	/*border:0;*/
	color:var(--green)!important;
	border: 1px solid var(--green)!important;
}

.modal-dialog { 
	margin-top:10vh !important; 
}

.modal-content {
	border-radius: 0px;
}

.modal-header { 
	background:#fff !important;
	border-radius: 0;
}

.modal-body{ 
	padding:2rem; 
	background:#fff !important; 
	border-radius:0;
}

.with-errors { 
	color:red; 
	margin-top: -15px; 
	margin-bottom: 15px; 
	font-weight: 500; 
	font-size: 16px; 
}
@media (max-width:768px) {
   .modal-form-banner {
  background-image: url('images/raymond-new-launch.webp')!important;
  background-size: cover;          /* 👈 key change */
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 30vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: #000; /* fills side gaps gracefully */
} 
}
.modal-form-banner {
  background-image: url('images/raymond.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 3 / 4;        /* 👈 KEY */
  width: 100%;
  background-color: #000;
}



.formblock { 
	display: flex; 
	flex-wrap: wrap; 
	flex-direction: column; 
}

.modal-header .close { 
	font-size: 30px !important; 
	background-color: transparent !important; 
	margin-right:10px !important; 
	box-shadow: none !important; 
	border: none !important; 
}

.with-errors { 
	color:red; 
	margin-top: -15px; 
	margin-bottom: 15px; 
	font-weight: 500; 
	font-size: 16px; 
}


.contact-form .form-control{ 
	margin-bottom: 20px;
	border-radius:0px;
}

.form-control { 
	display: block; 
	width: 100%; 
	padding: 8px 15px ; 
	font-family:'jost';
	font-size: 16px; 
	font-weight: 400; 
	line-height: 22px; 
	color: #fff; 
	background-color: rgba(255, 255, 255, 0); 
	background-clip: padding-box;
	border: 0;
	border-bottom: 1px solid #eee;
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none; 
	border-radius: 0px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; 
}

.form-control:focus { 
	color: #fff; 
	background-color: rgba(255, 255, 255, 0.0); 
	border-color: #fff; 
	outline: 0; 
	box-shadow: none; 
}

.form-control::input-placeholder { 
	color: #999;
	font-weight: 300;
	opacity: 1; /* Firefox */ 
}

.form-control::-webkit-input-placeholder { 
	color: #999; 
}

.form-control::-ms-input-placeholder { 
	color: #999; 
}

#home {
    height: auto;
    overflow: hidden;
}

.hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;     
    object-position: top center;
}

.overlay-banner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #000000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 71%);
}
.overlay-thankyou-banner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
}
.input-group-text {
	display: flex;
	align-items: center;
	height: 38px;
	padding: 0 0.75rem;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	color: #ccc;
	text-align: center;
	white-space: nowrap;
	border: 0;
	border-bottom: 1px solid #eee;
	background-color: rgba(255, 255, 255, 1) !important; 
	border-radius: 0px !important;
}

.input-group>.form-control {
	position: relative;
	flex: 1 1 auto;
	width: 78% !important;
	min-width: 0;
	border-radius: 0px 0px 0px 0px !important; 

}

video{
	max-width:100%;
	height:auto !important;
}
/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
input:-ms-autofill,
input:-ms-autofill:hover, 
input:-ms-autofill:focus, 
input:-ms-autofill:active{
    -ms-box-shadow: 0 0 0 30px white inset !important;
}
input:-moz-autofill,
input:-moz-autofill:hover, 
input:-moz-autofill:focus, 
input:-moz-autofill:active{
    -moz-box-shadow: 0 0 0 30px white inset !important;
}

/*Change text in autofill textbox*/
input:-webkit-autofill{
    -webkit-text-fill-color: black !important;
}
input:-ms-autofill{
    -ms-text-fill-color: black !important;
}
input:-moz-autofill{
    -moz-text-fill-color: black !important;
}


.owl-carousel .owl-nav,
.owl-carousel .owl-dots {
	display: none;
}

.btn-wrap button {
	background-color:transparent;
	border: none;
	padding: 20px;
	transition: all 0.5s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.btn-wrap button.disabled {
	opacity: 0.6;
}

.btn-wrap button:hover .fa-solid{
	color:#ec1d3d;
}

#amenities .bottom-left {
  font-size:18px;
  bottom: 0px;
  background: linear-gradient(0deg, #ec1d3d -15%, rgba(0, 0, 0, 0) 25%);
}

.amenity-img {
	width:100%;
	height:240px;
	object-fit:cover;
}
.border-custom{
	border:1px solid #cead53 !important;
}

#fplan img{
	filter: blur(5px);
}
#gallery .item img, #fplan .item img{
	height:250px;
	object-fit:cover;
}

#location .nav-pills .nav-link{
	background:transparent;
	color:#4f4f4fbf;
	text-align:start;
	border:0;
	padding:0;
	font-family: 'Cinzel', serif;
}
#location .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background:transparent;
	border-bottom:1px solid #cead53;
	color:#000;
	text-align:start;
	border-radius:0;
	padding:0;

}
.g-17{
	gap:10px;
}
.fa-circle-play{
	font-size:4rem;
	cursor: pointer;
}
.virtual-site{
    min-height:40vh;
}
#price .item{
 
    min-height:225px;
}
@media (min-width: 768px){
	#home{
		height:30vh;
	}
}
@media (min-width: 992px){
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 15px;
		padding-left: 15px;
		color:#4f4f4f;
	}
	.navbar-brand img{
	width:15vw;
}
	.navbar {
    	background-color: rgba(0, 0, 0, 0.0);
    }
.navbar-collapse {
    margin-top: 0px;
}
.overlay-banner{	
	background: rgba(0, 0, 0, 0.25);
}

h1, h2, h3, h4, h5, h6{
	font-size:22px !important;
	line-height:28px !important;
}
#home{
		height:auto;
	}
#home img {
 object-position: 100% 78%;
}
.virtual-site{
    min-height:63vh;
}
}
/*amenities section*/
.highlights-section {
  background: #f6efd9;
}

/* Card */
.highlight-card {
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
.highlight-card p {
  font-size: 24px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .highlight-card p {
    font-size: 16px;
  }
}


/* Hover background image */
.highlight-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('images/gallery8.jpg')
              center/cover no-repeat;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.highlight-card:hover::before {
  opacity: 1;
}
/* Overlay layer */
.highlight-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35); /* adjust: 0.25–0.45 */
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

/* Show overlay on hover */
.highlight-card:hover::after {
  opacity: 1;
}

/* Inner content */
.card-inner {
  position: relative;
  z-index: 2;
  padding: 60px 25px;
  transition: color 0.4s ease;
}

/* Icon circle */
.icon-circle {
  width: 70px;
  height: 70px;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 24px;
  transition: all 0.4s ease;
}

/* Hover color change */
.highlight-card:hover .card-inner,
.highlight-card:hover p,
.highlight-card:hover i {
  color: #fff;
}


.highlight-card:hover .icon-circle {
  border-color: #fff;
}

/* Carousel arrows bottom center */
.carousel-control-prev,
.carousel-control-next {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  top: auto;
  bottom: -55px;
  opacity: 1;
}

.carousel-control-prev {
  left: 45%;
}

.carousel-control-next {
  right: 45%;
}

/*amenitie section end*/

/*hero banner*/
.hero-cta{
  /*position:absolute;*/
  /*top:50%;*/
  /*left:40px;*/
  /*transform:translateY(-50%);*/
  background:#fff;
  width:100%;
  height: 100%;
  border-radius:0px;
  overflow:hidden;
  box-shadow:0 20px 40px rgba(0,0,0,.35);
}
.hero-cta h3 {
    color: var(--green);
    font-size: 24px;
}
@media (max-width: 991px) {
    .hero-cta {
        width: 100%!important;
        margin: 0 auto;
    }
}
.hero-cta .head {
  color: #fff;
  text-align: center;
  padding: 10px;
  font-weight: bold;

  /* Animated gradient mix */
  background: linear-gradient(
    90deg,
    var(--brand-purple),
    var(--birla-blue),
    var(--brand-purple)
  );

  background-size: 300% 100%;
  animation: waveMix 2s ease-in-out infinite;
}
@keyframes waveMix {
 0% {
    background-position: 100% 50%;
  }
  60% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.hero-cta .body{padding:18px}
.hero-cta ul{list-style:none;margin:12px 0; background: linear-gradient(
    90deg,
    var(--brand-purple),
    var(--birla-blue),
    var(--brand-purple)
  );

  background-size: 300% 100%;
  animation: waveMix 4s ease-in-out infinite; border-radius:5px; border: var(--button); padding: 5px;}
.hero-cta li{font-size:14px;margin-bottom:8px; border-bottom: 1px dashed white; padding: 10px; color: white;}
.hero-cta li i{color:white; margin-right:6px}
.price{
  text-align:center;
  font-size:22px;
  color:var(--green);
  font-weight:bold;
  margin:10px 0;
}
/*hero banner end*/

/*buttn style*/
.orbit-btn, .btn-primary {
  position:relative;
  display:inline-block;
  margin: 0 auto;
  padding:12px 26px;
  border-radius:10px!important;
  background: linear-gradient(
    90deg,
    var(--brand-purple),
    var(--birla-blue),
    var(--brand-purple)
  );

  background-size: 300% 100%;
  animation: waveMix 4s ease-in-out infinite;
  color:#fff;
  border:none;
  font-size:14px;
  cursor:pointer;
  width: auto;
  margin: 0 auto;
  /*overflow:hidden;*/
}
.orbit-btn:hover {
    color: white;
}
/*buttn style end*/