/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body{
	font-family: "Inter", sans-serif;
}

input[type="number"]::-webkit-inner-spin-button,
        input[type="number"]::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0;
}

input[type="number"] {
            -moz-appearance: textfield;
}

.VideoMob {
	display:none;
}


div#chat-toggle {
    bottom: 54px;
}






.mobile-slider {
	display:none;
}

.popup-form-left{
	text-align:center;
}

.popup-form-left img {
    width: 145px;
    display: inline-block;
    margin-top: 30px;
    padding: 7px;
}

.popup-form-left h3 {
    padding: 12px 0 25px 0;
    margin: 0px;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.popup-modal {
	border: none;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.popup-modal .modal-body {
	padding: 0;
}

.popup-close {
	position: absolute;
	top: 10px;
	right: 14px;
	z-index: 5;
	opacity: 1;
	color: #1a1a1a;
	font-size: 28px;
	font-weight: 400;
	text-shadow: none;
}

.popup-close:hover,
.popup-close:focus {
	opacity: 1;
	color: #C8642E;
	outline: none;
}

.popup-layout {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	min-height: 420px;
}

.popup-form-panel {
	padding: 36px 32px 30px;
	background: #fff;
	text-align: left;
}

.popup-brand {
	display: inline-block;
	margin-bottom: 12px;
	font-family: "Inter", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.4px;
	color: #C8642E;
}

.popup-form-panel h3 {
	margin: 0 0 8px 0;
	padding: 0;
	font-family: "Inter", sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.3;
	text-align: left;
}

.popup-subtitle {
	margin: 0 0 22px 0;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
}

.popup-form .popup-field {
	margin-bottom: 12px;
}

.popup-form .form-control {
	height: 48px;
	margin: 0;
	padding: 12px 14px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	background: #faf7f4;
	box-shadow: none;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	color: #1a1a1a;
}

.popup-form .form-control:focus {
	border-color: rgba(200, 100, 46, 0.55);
	background: #fff;
	box-shadow: none;
	outline: none;
}

.popup-submit {
	width: 100%;
	margin-top: 4px;
	padding: 13px 18px;
	border: none;
	border-radius: 8px;
	background: #C8642E;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
}

.popup-submit:hover,
.popup-submit:focus {
	background: #A85224;
	outline: none;
	transform: translateY(-1px);
}

.popup-terms {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 12px 0 0;
	font-weight: 400;
	cursor: pointer;
}

.popup-terms input[type="checkbox"] {
	margin: 3px 0 0;
	flex-shrink: 0;
}

.popup-terms .term-condition {
	margin: 0;
	display: inline;
	font-size: 12px;
	line-height: 1.4;
	color: #666;
}

.popup-benefits {
	padding: 36px 28px;
	background: linear-gradient(160deg, #1f1a17 0%, #3b2418 60%, #C8642E 100%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 18px;
}

.popup-benefit-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	color: #fff;
}

.popup-benefit-item i {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.12);
	color: #f5c76a;
	font-size: 16px;
	flex-shrink: 0;
}

.popup-benefit-item strong {
	display: block;
	margin-bottom: 3px;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-weight: 700;
}

.popup-benefit-item span {
	display: block;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.75);
	line-height: 1.4;
}

#exampleModal .modal-dialog,
#brochureModal .modal-dialog {
	width: 720px;
	max-width: 92%;
	margin: 40px auto;
}


#myCarousel2 i.fa.fa-chevron-left {
    background: #ffffffeb;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #1b1b1b;
    font-size: 17px;
}

#myCarousel2 i.fa.fa-chevron-right {
    background: #ffffffeb;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #1b1b1b;
    font-size: 17px;
}


.left-arrow{
	position:absolute;
	top:0;
	left:10px;
	width: 15% !important;
}

.right-arrow{
	position:absolute;
	top:0;
	right:10px;
	width: 15% !important;
}

.carousel-control.left{
	 background:none;
}
.carousel-control.right{
	 background:none;
}	

.carousel-control {
    opacity: 1 !important;
}

.carousel-control:hover{
	opacity:0.8 !important; 
}














.form-content .TopRera {
    background: #f6ebe7;
    padding: 0px 0px 0px 0;
}

.Reradetl {
    display: flex;
    justify-content: flex-end;
    align-items: end;
    gap: 12px;
    margin: 0 0 0px 0;
}

.RERANUM {
    text-align: right;
    font-size: 11px;
    font-family: "Inter", sans-serif;
    line-height: 16px;
}

.form-content .QRCODE {
    width: 19%;
}

.form-content .QRCODE img {
    width: 70px;
    margin-bottom: 0px;
    height: auto !important;
}
.form-content .TopRera p {
    font-family: "Inter", sans-serif;
    font-size: 11px;
    color: #000;
    margin: 0px;
    padding: 0px 0 0px 0;
    line-height: 13px;
}
 
.AccountNUmber {
    text-align: right;
    font-size: 11px;
    font-family: "Inter", sans-serif;
    line-height: 17px;
}



.inner-rera .TopRera {
    background: #ffffff;
    padding: 0px 0px 0px 0;
    width: 30%;
    margin-left: auto;
}

.inner-rera .QRCODE {
    width: 19%;
}


.inner-rera .QRCODE img {
    width: 70px;
    margin-bottom: 0px;
    height: auto !important;
}
.inner-rera .TopRera p {
    font-family: "Inter", sans-serif;
    font-size: 11px;
    color: #000;
    margin: 0px;
    padding: 0px 0 0px 0;
    line-height: 13px;
}







.popup-form-left span{
	color:#C8642E;
}


.popup-form-right {
	margin: 0;
    padding: 15px 10px 15px 10px;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,.5);
	text-align:center;
	margin-top: 20px;
}


.popup-form-right h5{
	padding:0px;
	margin:0px;
	color:#C8642E;
	font-size: 13px;
}


.popup-form-right img {
    margin: auto;
    width: 50px;
}






.mobile-content {
    position: absolute;
    top: 90px;
    left: 0px;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.mobile-content img {
    width: 125px;
    margin: auto;
    height: auto;
}


/* Initial state for headings */
.main-title,
  .heading,
  .subheading,
  .otp,
  .fifty,
  .download-btn,
  .features {
    opacity: 0;
    transform: translateY(-30px);
    transition: all 0.6s ease-in-out;
  }


.mobile-content h1 {
    font-family: "Inter", sans-serif;
    letter-spacing: 2cqw;
    padding: 15px 0 0 0;
    margin: 0px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}

.heading {
    text-align: center;
    font-size: 22px;
    padding: 10px 0 2px 0;
    margin: 0px;
    color: #fff;
    line-height: 25px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
}

.mobile-content h3 {
    font-family: "Inter", sans-serif;
    letter-spacing: 1.4px;
    padding: 0px 0 0 0;
    margin: 0px;
    font-size: 13px;
     
    color: #fff;
    font-weight: 500;
}


.subheading {
    text-align: center;
    color: #fff;
    font-family: "Inter", sans-serif;
    letter-spacing: 1.4px;
    font-size: 13px;
    font-weight: 500;
    padding: 3px 0 0px 0;
    margin: 0 0 0 0;
}

.otp {
    text-align: center;
    font-size: 22px;
    padding: 8px 0 10px 0;
    margin: 0px;
    color: #fff;
    line-height: 25px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
}

.otp span{
text-align: center;
    color: #fff;
    font-family: "Inter", sans-serif;
    letter-spacing: 1.4px;
    font-size: 13px;
    font-weight: 500;
    padding: 0px 0 0 0;
	display:block;
	
}



.fifty {
    text-align: center;
    font-size: 22px;
    padding: 6px 0 10px 0;
    margin: 0px;
    color: #fff;
    line-height: 25px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
}

.fifty span{
text-align: center;
    color: #fff;
    font-family: "Inter", sans-serif;
    letter-spacing: 1.4px;
    font-size: 13px;
    font-weight: 500;
    padding: 0px 0 0 0;
	display:block;
	
}



/* Final state (after showing) */
 .main-title.show,
  .heading.show,
  .subheading.show,
  .otp.show,
  .fifty.show,
  .download-btn.show,
  .features.show {
    opacity: 1;
    transform: translateY(0);
  }



.stickymobileicon {
	display:none;
}




















.accordion {
    background-color: #ffffff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-family: "Inter", sans-serif;
    border-bottom: #e9e9e9 solid 1px;
}
.active, .accordion:hover {
	background-color: #ccc;
}
.accordion:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}
.active:after {
	content: "\2212";
}
.panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	margin-bottom:0px;
}
.panel p {
	font-family: "Inter", sans-serif;
	text-align:left;
	padding:10px 5px;
	font-size:15px;
	margin:0px;
}
.faq_section {
    padding: 50px 0px 40px 0;
    text-align: center;
    background-color: #fff;
}
.faq_heading h2 {
	color:#000;
	font-family: "Inter", sans-serif;
	font-weight:600;
	font-size:30px;
	margin:0px 0 40px 0;
	position:relative;
	display:inline-block;
	padding: 0 0 10px 0;
}
 .faq_heading h2::before {
content:"";
width:90px;
height:4px;
position:absolute;
bottom:0;
right:0;
background: #C8642E;
margin: auto;
left: 0;
}
 .faq_heading h2::after {
content:"";
width:10px;
height:10px;
position:absolute;
bottom:-3px;
right:0;
background:#fff;
margin: auto;
left: 0;
border-radius:50%;
}
.developer_section {
	padding: 70px 0 65px;
	text-align: center;
	background: linear-gradient(180deg, #faf7f4 0%, #ffffff 100%);
}

.developer-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 28px;
	align-items: stretch;
	text-align: left;
	max-width: 1080px;
	margin: 0 auto;
}

.developer-intro {
	background: #1a1a1a;
	color: #fff;
	border-radius: 16px;
	padding: 32px 28px;
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
}

.developer-badge {
	display: inline-block;
	margin-bottom: 14px;
	padding: 6px 12px;
	border-radius: 20px;
	background: rgba(245, 199, 106, 0.15);
	border: 1px solid rgba(245, 199, 106, 0.35);
	font-family: "Inter", sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #f5c76a;
}

.developer-intro h3 {
	margin: 0 0 14px 0;
	padding: 0;
	font-family: "Inter", sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	line-height: 1.25;
}

.developer-intro p {
	margin: 0 0 24px 0 !important;
	padding: 0 !important;
	font-family: "Inter", sans-serif;
	font-size: 15px !important;
	line-height: 1.7 !important;
	color: rgba(255, 255, 255, 0.82) !important;
	text-align: left !important;
}

.developer-cta {
	display: inline-block;
	padding: 11px 22px;
	border-radius: 8px;
	background: #C8642E;
	color: #fff !important;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease;
}

.developer-cta:hover,
.developer-cta:focus {
	background: #A85224;
	color: #fff !important;
	text-decoration: none;
	outline: none;
	transform: translateY(-2px);
}

.developer-content {
	background: #fff;
	border: 1px solid rgba(200, 100, 46, 0.14);
	border-radius: 16px;
	padding: 32px 28px;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.04);
}

.developer-content > p,
.developer_section p {
	font-family: "Inter", sans-serif;
	font-size: 15px;
	color: #4a4a4a;
	margin: 0 0 22px 0;
	line-height: 1.75;
	padding-bottom: 0;
	text-align: left;
}

.developer-highlights {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.developer-highlight-item {
	padding: 14px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.developer-highlight-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.developer-highlight-item strong {
	display: block;
	margin-bottom: 4px;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #1a1a1a;
}

.developer-highlight-item span {
	display: block;
	font-family: "Inter", sans-serif;
	font-size: 13px;
	color: #666;
	line-height: 1.5;
}

.developer_heading h2 {
	color:#000;
	font-family: "Inter", sans-serif;
	font-weight:600;
	font-size:30px;
	margin:0px 0 40px 0;
	position:relative;
	display:inline-block;
	padding: 0 0 10px 0;
}
 .developer_heading h2::before {
content:"";
width:90px;
height:4px;
position:absolute;
bottom:0;
right:0;
background: #C8642E;
margin: auto;
left: 0;
}
 .developer_heading h2::after {
content:"";
width:10px;
height:10px;
position:absolute;
bottom:-3px;
right:0;
background:#fff;
margin: auto;
left: 0;
border-radius:50%;
}


.logo-codename {
    width: 32%;
    margin-bottom: 15px;
    margin-top: 8px;
    display: inline;
    background: #ffffff8f;
    padding: 15px;
    border-radius: 10px;
}


.main-slider{
	position:relative;
}

.main-slider::after {
	content: "";
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.45);
	z-index: 3;
	pointer-events: none;
}

.main-slider .form-content,
.main-slider .banner-form {
	z-index: 4;
}

.main-slider .carousel-control {
	z-index: 5;
}

.main-slider img{
	width:100%;
	height:100vh !important;
}

.banner-form {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
    padding: 0;
    background: rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(8px);
}

.banner-form form {
	margin: 0;
}

.banner-form-inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 16px 20px;
    max-width: 1260px;
    margin: 0 auto;
    padding: 20px 20px 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.banner-form-title {
	flex: 0 0 auto;
	min-width: 160px;
	color: #fff;
}

.banner-form-title span {
	display: block;
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.2px;
}

.banner-form-title small {
	display: block;
	margin-top: 4px;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.75);
}

.banner-form-fields {
	flex: 1 1 auto;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 12px;
	min-width: 0;
}

.banner-form-fields .form-control {
	flex: 1 1 0;
	min-width: 140px;
	height: 48px;
	margin: 0;
	padding: 10px 16px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	box-shadow: none;
	outline: none;
}

.banner-form-fields .form-control::placeholder {
	color: rgba(255, 255, 255, 0.65);
}

.banner-form-fields .form-control:focus {
	border-color: rgba(240, 201, 168, 0.8);
	background: rgba(255, 255, 255, 0.18);
	box-shadow: none;
}

.banner-form-fields .btn {
    flex: 0 0 auto;
    height: 48px;
    min-width: 130px;
    width: auto;
    padding: 0 28px;
    margin: 0;
    border: none;
    border-radius: 8px;
    background: #C8642E;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: background 0.2s ease, transform 0.2s ease;
}

.banner-form-fields .btn:hover,
.banner-form-fields .btn:focus {
	background: #A85224;
	color: #fff;
	outline: none;
	transform: translateY(-1px);
}

.banner-form-action {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	flex: 0 0 auto;
}

.banner-form-terms {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	margin: 0;
	max-width: 220px;
	font-weight: 400;
	cursor: pointer;
}

.banner-form-terms input[type="checkbox"] {
	margin: 2px 0 0;
	flex-shrink: 0;
	transform: scale(0.85);
	transform-origin: left top;
}

.banner-form .term-condition {
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 10px;
	line-height: 1.35;
	display: inline;
}

.banner-form .term-condition a {
	color: #f0c9a8;
	text-decoration: underline;
}

.banner-form .term-condition a:hover {
	color: #fff;
}


.form-content {
    background: transparent;
    position: absolute;
    top: 42%;
    left: 5%;
    right: auto;
    bottom: auto;
    width: min(560px, 48%);
    padding: 0;
    text-align: left;
    border-radius: 0;
    transform: translateY(-50%);
    z-index: 4;
}

.form-content .form-control {
    background: #f6ebe7;
    margin-bottom: 10px;
    border-bottom: #69727d solid 1px;
    border-width: 0 0 1px;
    height: 45px;
    font-size: 15px;
    box-shadow: none;
	font-family: "Inter", sans-serif;
}
.form-content .btn{
	   background: #C8642E !important;
    color: #fff !important;
    font-size: 20px !important;
    border-radius: 15px !important;
    padding: 7px 25px 15px 25px !important;
}



.form-content h1 {
    display: block;
    background: none;
    color: #f5c76a;
    font-size: 36px;
    border-radius: 0;
    font-weight: 800;
    padding: 0;
    margin: 0 0 10px 0;
    font-family: "Inter", sans-serif;
    line-height: 1.2;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.65), 0 1px 0 rgba(0, 0, 0, 0.4);
}
.form-content h1 span{
	display:block;
	font-size:17px;
	font-weight:700;
}

.form-content p span{
	font-weight: 700;
	color: #fff;
}

.form-content p {
    text-align: left;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
    padding: 0 0 16px 0;
    margin: 0 !important;
    max-width: 480px;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.hero-price {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 18px 0;
	padding: 10px 16px;
	background: rgba(200, 100, 46, 0.18);
	border: 1px solid rgba(245, 199, 106, 0.45);
	border-left: 3px solid #f5c76a;
	border-radius: 8px;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

.hero-price-label {
	display: block;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.85);
}

.hero-price-value {
	display: block;
	font-family: "Inter", sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	color: #f5c76a;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

.form-content h4 {
    text-align: left;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    display: block;
    align-items: center;
    gap: 8px;
    letter-spacing: 0.2px;
}

.form-content h4 .fa-map-marker {
    color: #f0c9a8;
    font-size: 18px;
}

.form-content h6 {
    text-align: left;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 1.2em;
    font-weight: 600;
    padding: 0px 0 10px 0;
    margin: 0px;
}


.form-content h5 {
    padding: 13px;
    background-color: transparent;
    border-radius: 0;
    font-weight: 400;
    color: #fff;
    margin: 15px 0 0 0;
	font-family: "Inter", sans-serif;
}







/* Privacy Policy Start */

.privacy-policy {
    padding: 5% 0;
}

.back-home-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 24px 0;
	padding: 10px 18px;
	border-radius: 8px;
	background: #C8642E;
	color: #fff !important;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease;
}

.back-home-btn:hover,
.back-home-btn:focus {
	background: #A85224;
	color: #fff !important;
	text-decoration: none;
	outline: none;
	transform: translateY(-1px);
}

.privacy-policy h3 {
    color: #000;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin: 0px 0 0px 0;
    padding: 0px;
    text-align: left;
}

.privacy-policy p {
   font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #4d4d4d;
    margin: 0px;
    line-height: 36px;
    padding-bottom: 10px;
    text-align: left;
    font-weight: 400;
}
.modal .term-condition{
margin-top:10px;
margin-bottom:15px;
	color:#000;
	font-size:12px;
	display: inline-block;
}


.term-condition{
margin-top:10px;
	color:#000;
	font-size:12px;
	display: inline-block;
	font-family: "Inter", sans-serif;
}

input[type=checkbox] {
    margin: 4px 0 30px 0;
    margin-top: 1px\9;
    line-height: normal;
}


/* Privacy Policy End */






/*offer section start*/



@keyframes lefttoright {
0% {
transform: translate(1em, 0);
}
 100% {
transform: transform: translate(1em, 0);
}
}
 @keyframes bigtext {
0% {
transform: scale(0.9);
}
 50% {
transform: scale(1);
}
 100% {
transform: scale(0.5);
}
}


#text {
    display: none;
}

.btn-container button {
    background: #C8642E;
    padding: 8px 15px;
    color: #fff;
    border: none;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}







.slider_content h2 {
	font-family: "Inter", sans-serif;
	font-size:22px;
	font-weight:900;
	text-align:center;
	margin:0px 0 15px 0;
	padding: 0 0 10px 0;
	display: inline-block;
	border-bottom: #daa520 solid 2px;
}
.slider_content h2 span {
	animation: bigtext 1s linear infinite;
	display: inline-block;
}
.slider_content h2 a {
	color:#ffd400;
}
.slider_content h2 img {
	margin:0 15px 0 0;
	animation: lefttoright 1s linear infinite;
}
.slider_content h2 a:hover {
	text-decoration:none;
}
#offerModal .close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	top: 5px;
	position: absolute;
	right: 5px;
}
#offerModal h5 {
	color:#d69e00;
}
/*offer section End*/




.modal-header .close {
    margin-top: -2px;
    position: absolute;
    top: 5px;
    right: 5px;
}


.hide-link {
	color:#C8642E !important;
}
 @keyframes ripple {
 0% {
 box-shadow: 0 0 0 .3rem rgba(0, 0, 0, 0.3);
}
 100% {
 box-shadow: 0 0 0 4rem rgba(0, 0, 0, 0);
}
}
 @keyframes bigtext {
 0% {
transform: scale(0.9);
}
 50% {
transform: scale(1);
}
 100% {
transform: scale(0.9);
}
}
* {
	margin:0px;
	padding:0px;
}
.mb-30 {
	margin-bottom:30px;
}
.mt-40 {
	margin-top:40px;
}
 #pickupModal .ui[class*="left icon"].input>i.icon {
right: auto;
left: 1px;
border-radius: .28571429rem 0 0 .28571429rem;
top: -7px;
}



#pickupModal .modal-title {
	margin: 0px 0 10px 0;
}
#pickupModal .modal-header .close {
	margin-top: 0px;
	top: 5px;
	right: 5px;
	position: absolute;
}



.ui.input input {
    
    margin-bottom: 10px !important;
    border: 0 !important;
	    border-bottom: #69727d solid 1px !important;
    border-width: 0 0 1px !important;
}











.modal-title {
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    margin: 0px 0 0px 0 !important;
    position: relative;
    padding: 20px 0 20px 0;
    background: #C8642E;
}
.modal-header {
	border-bottom:0px;
	padding:0px;
}
.modal-header img {
    position: absolute;
    top: 24px;
    left: 35px;
    width: 21%;
}
.modal-body {
	position: relative;
	padding: 0px 15px;
}



.modal-body .form-control {
    background: #fff;
    margin-bottom: 10px;
    border-bottom: #69727d solid 1px;
    border-width: 0 0 1px;
    height: 45px;
    font-size: 15px;
    box-shadow: none;
}



 .modal-body:placeholder {
font-family: "Inter", sans-serif;
font-size:15px;
}
.modal-body .form-control:focus {
	box-shadow:none;
	
}
.modal-body input[type=submit] {
    padding: 10px 35px;
    background: #C8642E;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    border: none;
}



.modal .close {
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    top: 5px;
    position: absolute;
    right: 5px;
    opacity: 1;
}



.wrap-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9;
}

#myHeader {
	background: transparent;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
	background: rgba(0, 0, 0, 0.72);
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

#myHeader.sticky {
	background: rgba(0, 0, 0, 0.72);
}

#myHeader.sticky .main-menu {
	background: transparent;
}
.navbar-brand img {
    width: 145px;
}

.navbar-brand {
    height: auto;
    padding: 0 !important;
    margin-top: 0;
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #fff !important;
    letter-spacing: 0.3px;
    line-height: 1.2;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
    white-space: nowrap;
}


a:focus, a:hover {
    outline: none;
}

#myHeader.sticky .navbar-brand {
    color: #fff !important;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: #f0c9a8 !important;
    text-decoration: none;
}

#myHeader.sticky .navbar-brand:hover,
#myHeader.sticky .navbar-brand:focus {
    color: #f0c9a8 !important;
}

.main-menu {
    padding: 6px 0 6px 0;
    background: transparent;
}
.main-menu .navbar .container-fluid {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
}

.main-menu .navbar-collapse {
	flex: 1 1 auto;
	border: none;
	box-shadow: none;
}

@media (min-width: 768px) {
	.main-menu .navbar-collapse.collapse {
		display: flex !important;
		justify-content: flex-end;
		height: auto !important;
		overflow: visible !important;
	}
}

.main-menu .navbar-default {
	background:none !important;
	border:none !important;
}

.main-menu .navbar {
	margin-bottom:0px;
}
.main-menu .navbar-nav li a {
	font-family: "Inter", sans-serif;
	font-size:14px;
	font-weight:700;
	transition:1s;
	color:#000;
}
.main-menu .navbar-nav {
    margin-top: 6px;
    float: none !important;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.main-menu .navbar-nav li a:hover {
	color:#CC6633 !important;
}
.main-menu .navbar-nav > li.btn {
	float: none;
	margin-left: 8px;
}

.main-menu .navbar .btn {
    background: #C8642E;
    margin-top: 0;
    border-radius: 50px;
    border: 2px solid #C8642E;
    box-shadow: 0 4px 14px rgba(200, 100, 46, 0.35);
    transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

.main-menu .navbar .btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 6px 18px rgba(200, 100, 46, 0.45);
}

.main-menu .navbar .btn a {
	color: #fff !important;
	padding: 3px 10px !important;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.main-menu .navbar .btn a .fa-phone {
	font-size: 13px;
}

.main-menu .navbar .btn a:hover {
	color: #fff !important;
	background: transparent;
}

#myHeader:not(.sticky) .main-menu .navbar-nav li:not(.btn) a {
	color: #fff;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
}

#myHeader:not(.sticky) .main-menu .navbar-nav li:not(.btn) a:hover {
	color: #f6ebe7 !important;
}

#myHeader:not(.sticky) .main-menu .navbar .btn {
	background: rgba(255, 255, 255, 0.12);
	border-color: #fff;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

#myHeader:not(.sticky) .main-menu .navbar .btn:hover {
	background: #C8642E;
	border-color: #C8642E;
}

#myHeader.sticky .main-menu .navbar-nav li:not(.btn) a {
	color: #fff;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
}

#myHeader.sticky .main-menu .navbar-nav li:not(.btn) a:hover {
	color: #f0c9a8 !important;
}

#myHeader.sticky .main-menu .navbar .btn {
	background: #C8642E;
	border-color: #C8642E;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

.nav>li>a {
    padding: 10px 15px !important;
}
.bdr-r {
    border: #C8642E solid 1px;
    margin-right: 15px;
    border-radius: 0;
}

.qr {
    margin: auto;
}

/*Broucher animated button start*/



.mobile-view {
	display:none;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
 @-webkit-keyframes slideInDown {
 0% {
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 visibility: visible
}
 80% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
}
 @keyframes slideInDown {
 0% {
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 visibility: visible
}
 80% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
}
/*Broucher animated button end*/



.configuration{
	background:#faf7f4 !important;
	padding: 70px 0 65px !important;
}

.price-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	max-width: 920px;
	margin: 0 auto;
}

.price-card {
	background: #fff;
	border: 1px solid rgba(200, 100, 46, 0.16);
	border-radius: 14px;
	padding: 28px 24px 24px;
	text-align: left;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.price-card:hover {
	transform: translateY(-4px);
	border-color: rgba(200, 100, 46, 0.4);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

.price-card-top {
	margin-bottom: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.price-card-tag {
	display: inline-block;
	margin-bottom: 8px;
	font-family: "Inter", sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #C8642E;
}

.price-card-top h3 {
	margin: 0;
	padding: 0;
	font-family: "Inter", sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.3;
}

.price-card-meta {
	list-style: none;
	margin: 0 0 22px;
	padding: 0;
}

.price-card-meta li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.price-card-meta li:last-child {
	border-bottom: none;
}

.price-card-meta span {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	color: #666;
}

.price-card-meta strong {
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #1a1a1a;
}

.price-card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.price-card-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 auto;
	min-width: 120px;
	padding: 11px 16px;
	border-radius: 8px;
	background: #C8642E;
	color: #fff !important;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid #C8642E;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.price-card-btn:hover,
.price-card-btn:focus {
	background: #A85224;
	border-color: #A85224;
	color: #fff !important;
	text-decoration: none;
	outline: none;
	transform: translateY(-1px);
}

.price-card-btn.outline {
	background: transparent;
	color: #C8642E !important;
}

.price-card-btn.outline:hover,
.price-card-btn.outline:focus {
	background: #C8642E;
	color: #fff !important;
}

.configuration .btn-info {
    color: #fff;
    background-color: #C8642E;
    border-color: #C8642E;
    padding: 8px 8px 8px 8px;
    font-size: 16px;
	border:none;
}
.configuration .btn-info:hover {
    color: #fff;
    background-color: #C8642E;
    border-color: #C8642E;
    padding: 8px 8px 8px 8px;
    font-size: 16px;
	border:none;
}

.configuration .btn-info:focus{
	color: #fff !important;
    background-color: #C8642E !important;
    border-color: #C8642E !important;
}
.configuration table tr td{
	vertical-align:middle;
	font-family: "Inter", sans-serif;
}

.configuration table tr th{
	vertical-align:middle;
	font-family: "Inter", sans-serif;
}

.cost-sheet h3 {
    font-family: "Inter", sans-serif;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}



.slider {
	background:url(../images/slider-2.webp);
	background-repeat:no-repeat;
	background-size:cover;
	padding:10% 0 10% 0;
}



.slider_content {
	background:rgba(0, 0, 0, 0.6);
	padding:35px 20px 35px 40px;
	text-align:left;
}
.slider_content h3 {
	font-family: "Inter", sans-serif;
	font-size:24px;
	font-weight:700;
	text-align:left;
	color:#fff;
	margin:0px 0 20px 0;
	padding: 0 0 10px 0;
}
.slider_content h3 span {
	background:#C8642E;
	padding: 0 10px 0 10px;
}
.slider_content h1 {
	font-family: "Inter", sans-serif;
	font-size:32px;
	font-weight:700;
	text-align:left;
	color:#fff;
	margin:0px 0 10px 0;
	padding: 0 0 0px 0;
}
.heading_wrapper {
	border-left:3px solid #fff;
	padding:0 0 0 20px;
}
.effect img {
	margin-right: 10px;
	width:80px;
	height:29px !important;
}
.effect {
	animation: bigtext 1s linear infinite;
	transform: scale3d(1.1, 1.1, 1);
}
.bg-orng {
    background-color: #C8642E !important;
    display: block;
    padding: 10px 10px 10px 10px !important;
    border-radius: 5px;
    font-size: 18px;
	color:#fff !important;
}
.slider_content p {
	font-family: "Inter", sans-serif;
	font-size:19px;
	color:#fff;
	margin:0px 0 30px 0;
	font-weight:500;
	padding:0 0 0 0;
	line-height:28px;
}
.slider_content p span {
	font-size:22px;
	font-weight:700;
	display: block;
}
.slider_content h5 {
	font-family: "Inter", sans-serif;
	font-size:19px;
	font-weight:700;
	color:#fff;
	margin:0px 0 30px 0;
	padding: 0 0 0 0;
}
.slider_content h6 {
	font-family: "Inter", sans-serif;
	font-size:19px;
	font-weight:500;
	color:#fff;
	margin:0px 0 30px 0;
	padding:  0px 0px;
	line-height:28px;
}
.slider_content h6 span {
	font-size:22px;
	font-weight:700;
	display: block;
}
.slider_form {
	background:rgba(0, 0, 0, 0.7);
	padding:15px 10px 35px 10px;
}
.slider_form h3 {
	font-family: "Inter", sans-serif;
	font-size:22px;
	font-weight:700;
	text-align:center;
	color:#fff;
	margin:0px 0 20px 0;
	position:relative;
	padding: 0 0 15px 0;
}
 .slider_form h3::before {
content:"";
width:100%;
height:1px;
background: #fff;
position:absolute;
bottom:0px;
left:0;
}
.slider_form .form-control {
	border-radius:5px;
	padding:12px 12px;
	height:auto;
	border: solid 1px #dedede;
	margin-bottom:15px;
}
 .slider_form:placeholder {
font-family: "Inter", sans-serif;
font-size:15px;
}
.slider_form .form-control:focus {
	box-shadow:none;
	border: solid 1px #dedede;
}
.slider_form input[type=submit] {
	padding:12px 12px;
	background: #C8642E;
	color:#fff;
	font-family: "Inter", sans-serif;
	font-size:16px;
	border: none;
	width:100%;
}
/*.slider_heading{margin-bottom:50px;}

.slider_heading h1{font-family: "Inter", sans-serif; font-size:45px; color:#FFFFFF; text-align:center; font-weight:700;}

.slider_heading p{font-family: "Inter", sans-serif; font-size:22px; color:#FFFFFF; text-align:center;}*/





.short_detail {
	position: relative;
	padding: 0px;
	text-align: center;
	margin-top:-25px;
}
.short_detail_box {
	border: solid 1px #585858;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	background:#fff;
	padding: 25px;
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
}
.short_detail_box h3 {
	font-family: "Inter", sans-serif;
	font-size:17px;
	font-weight:700;
	color:#000;
	margin:0;
	padding:0px;
	text-decoration: underline;
}
.short_detail_box p {
	font-family: "Inter", sans-serif;
	font-size:16px;
	font-weight:500;
	color:#000;
	margin:0;
	padding:5px 0 0 0;
	z-index: 1;
}
.short_detail_box p a {
	background: #C8642E;
	padding:3px 5px;
	color:#fff;
}
.short_detail .col-lg-3 {
	padding-left:0px;
	padding-right:0px;
}


.life-logo img{
	width:23%;
}

.about {
    padding: 80px 0 70px;
    text-align: left;
    background: linear-gradient(180deg, #faf7f4 0%, #ffffff 100%);
}

.about-row {
	display: flex;
	align-items: center;
}

.about-copy {
	padding-right: 0px;
}

.about-eyebrow {
	display: inline-block;
	margin-bottom: 12px;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #C8642E;
}

.about_content h2 {
    color: #1a1a1a;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 34px;
    margin: 0 0 14px 0;
    position: relative;
    display: block;
    background: none;
    border-radius: 0;
    padding: 0;
    line-height: 1.25;
}

.about-devider {
	width: 70px;
	height: 3px;
	background: #C8642E;
	margin: 0 0 22px 0;
	border-radius: 2px;
}

.about_content p {
	font-family: "Inter", sans-serif;
	font-size: 15px;
	color: #4a4a4a;
	margin: 0 0 14px 0;
	line-height: 1.75;
	padding-bottom: 0;
	text-align: left;
}

.about_content p strong {
	color: #1a1a1a;
	font-weight: 700;
}

.about-highlights {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 22px 0 26px;
}

.about-highlight-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	background: #fff;
	border: 1px solid rgba(200, 100, 46, 0.2);
	border-radius: 30px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
	font-family: "Inter", sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #333;
}

.about-highlight-item i {
	color: #C8642E;
	font-size: 14px;
}

.about-cta {
	display: inline-block;
	padding: 12px 28px;
	background: #C8642E;
	color: #fff !important;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 600;
	border-radius: 8px;
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(200, 100, 46, 0.28);
	transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.about-cta:hover,
.about-cta:focus {
	background: #A85224;
	color: #fff !important;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(200, 100, 46, 0.35);
	outline: none;
}

.about_content ul li {
	text-align:left;
	font-family: "Inter", sans-serif;
	font-size:17px;
	color:#353434;
	margin:0px;
	padding-bottom:10px;
	line-height:28px;
}

.about img{
	border-radius: 18px;
	width: 100%;
}

.about .item{
	border-radius: 18px;
	overflow: hidden;
}

.about_content h3 {
	color:#C8642E;
	font-family: "Inter", sans-serif;
	font-weight:700;
	font-size:35px;
	margin:45px 0 15px 0;
	padding:0px;
	text-align:left;
}
.about_content h4 {
	color:#C8642E;
	font-family: "Inter", sans-serif;
	font-weight:700;
	font-size:25px;
	margin:45px 0 10px 0;
	padding:0px;
	text-align:left;
}




.abt_feature {
	margin-left:20px;
}
.abt_feature li {
	color:#353434;
	font-family: "Inter", sans-serif;
	font-size:17px;
	margin:0px 0 15px 0;
	text-align:left;
}
.about_content_box {
	background:#003333;
	padding:35px 25px;
	transition:1s;
}
.about_content_box:hover {
	background:#044e4e;
}
.about_content_box h3 {
	margin:0px 0 5px 0;
	color:#fff;
	font-family: "Inter", sans-serif;
	font-size:26px;
}
.about_content_box p {
	margin:0px;
	color:#a9a9a9;
	font-family: "Inter", sans-serif;
	font-size:18px;
	line-height:28px;
	font-weight:300;
}
.about_content img {
	margin-bottom:0;
}
.abt_img {
	position: relative;
	padding: 10px;
}

.abt_img::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 70%;
	height: 70%;
	border: 2px solid rgba(200, 100, 46, 0.35);
	border-radius: 20px;
	z-index: 0;
}

.abt_img .carousel {
	position: relative;
	z-index: 1;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

/*.aminities_bg{display: flex;    justify-content: center;    flex-wrap: wrap;}*/

.flex_center {
	display: flex;
	justify-content: center;
}


.aminities_bg {
	border: none;
	padding: 0;
	border-top: none;
}

.amenities-layout {
	display: flex;
	align-items: center;
}

.amenities-image {
	position: relative;
	padding: 8px;
}

.amenities-image img {
	width: 100%;
	border-radius: 16px;
	display: block;
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
}

.amenities-list-wrap {
	padding-left: 20px;
	text-align: left;
}

.amenities-list-heading {
	margin: 0 0 18px 0;
	padding: 0;
	font-family: "Inter", sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.3;
}

.amenities-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px 18px;
}

.amenities-list li {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 14px 4px;
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 0;
	text-align: left;
	transition: border-color 0.2s ease;
}

.amenities-list li:hover {
	background: transparent;
	border-color: transparent;
	border-bottom-color: rgba(200, 100, 46, 0.45);
}

.amenities-list li i {
	color: #C8642E;
	font-size: 8px;
	flex-shrink: 0;
	line-height: 1;
}

.amenities-list li span {
	color: #2b2b2b;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
}

.our_aminities_section {
	padding: 70px 0 60px;
	text-align: center;
	background: #fff;
	background-attachment: scroll;
}

.our_aminities_heading h2 {
	color:#000;
	font-family: "Inter", sans-serif;
	font-weight:600;
	font-size:30px;
	margin:0px 0 15px 0;
	position:relative;
	display:inline-block;
	padding: 0 0 10px 0;
}

.our_aminities_section h4 {
	font-size: 18px;
	font-weight: 900;
	color: #000;
	margin: 40px 0 0 0;
	padding: 15px 5px 15px 15px;
	font-family: "Inter", sans-serif;
	text-align: left;
	border: #00000020 solid 1px;
}

.our_aminities_box {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #faf7f4;
	padding: 22px 16px;
	margin: 0;
	box-shadow: none;
	border: 1px solid rgba(200, 100, 46, 0.14);
	border-radius: 10px;
	min-height: 72px;
	width: 100%;
}

.our_aminities_box img {
	display: none;
}

.our_aminities_box p {
	color: #2b2b2b;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	margin: 0;
	font-weight: 600;
	line-height: 1.35;
}

.bdr-r-0 {
	border-right:0px;
}
.bdr-t-0 {
	border-top:0px;
}




.sub-heading {
	    font-family: "Inter", sans-serif;
    font-size: 15px;
    color: #353434;
    margin: 0px;
    line-height: 36px;
    padding: 0px 0px 0 0px;
    text-align: left;
}











.our_aminities_section .col-lg-2 {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
 .your_host_content ul li::before {
content:"\f18e";
font-family: FontAwesome;
position:absolute;
top:14px;
left:-30px;
font-size:20px;
color:#ff7344;
}
.our_project_gallery_section {
    padding: 50px 0px 40px 0;
    text-align: center;
    background-color: #fff;
}

#gallery.our_project_gallery_section {
	padding: 70px 0 65px;
	background: #151515;
	position: relative;
}

#gallery .higlights_heading h2 {
	color: #fff;
}

#gallery .title-heading {
	color: rgba(255, 255, 255, 0.72);
}

#gallery .devider {
	background: #C8642E;
}

.gallery-slider-wrap {
	position: relative;
	padding: 0 50px;
}

#gallery .gallery-carousel .item {
	border: none;
	padding: 0;
	margin-bottom: 0;
	border-radius: 12px;
	overflow: hidden;
	background: #222;
}

#gallery .gallery-carousel .item a {
	display: block;
	position: relative;
}

#gallery .gallery-carousel .item a::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.35), transparent 45%);
	opacity: 0;
	transition: opacity 0.25s ease;
	pointer-events: none;
}

#gallery .gallery-carousel .item:hover a::after {
	opacity: 1;
}

#gallery .gallery-carousel .item img {
	width: 100%;
	display: block;
	border-radius: 12px;
	transition: transform 0.35s ease;
}

#gallery .gallery-carousel .item:hover img {
	transform: scale(1.03);
}

#gallery .owl-theme .owl-nav {
	display: block;
	margin-top: 0;
}

#gallery .owl-theme .owl-nav .owl-prev,
#gallery .owl-theme .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 46px;
	height: 46px;
	margin: 0;
	padding: 0;
	border-radius: 50%;
	background: #C8642E !important;
	color: #fff !important;
	font-size: 22px !important;
	line-height: 46px;
	text-align: center;
	opacity: 1;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
	transition: background 0.2s ease, transform 0.2s ease;
}

#gallery .owl-theme .owl-nav .owl-prev {
	left: -50px;
	right: auto;
}

#gallery .owl-theme .owl-nav .owl-next {
	right: -50px;
	left: auto;
}

#gallery .owl-theme .owl-nav .owl-prev:hover,
#gallery .owl-theme .owl-nav .owl-next:hover {
	background: #A85224 !important;
	transform: translateY(-50%) scale(1.05);
}

#gallery .owl-theme .owl-nav .disabled {
	opacity: 0.4;
	cursor: default;
}

#gallery .owl-theme .owl-dots {
    margin-top: 22px;
    display: none;
}
#gallery .owl-theme .owl-dots .owl-dot span {
	background: rgba(255, 255, 255, 0.28);
	width: 9px;
	height: 9px;
}

#gallery .owl-theme .owl-dots .owl-dot.active span,
#gallery .owl-theme .owl-dots .owl-dot:hover span {
	background: #C8642E;
}

.our_project_gallery_heading h2 {
	color:#000;
	font-family: "Inter", sans-serif;
	font-weight:600;
	font-size:30px;
	margin:0px 0 40px 0 !important;
	position:relative;
	display:inline-block;
	padding: 0 0 10px 0;
}
 .our_project_gallery_heading h2::before {
content:"";
width:90px;
height:4px;
position:absolute;
bottom:0;
right:0;
background: #C8642E;
margin: auto;
left: 0;
}
 .our_project_gallery_heading h2::after {
content:"";
width:10px;
height:10px;
position:absolute;
bottom:-3px;
right:0; /*background: linear-gradient(90deg, #FF7900, #932E00);*/
background:#fff;
margin: auto;
left: 0;
border-radius:50%;
}
.our_project_gallery_section .item {
	border:#ccc solid 1px;
	padding:0px;
	margin-bottom:0px;
}
.our_project_gallery_section .item img {
    width: 100%;
}
#higlits {
    padding: 50px 0px 40px 0;
    text-align: center;
    background-color: #fff;
}


.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: none;
}

.active:after {
    content: "\2212";
	display:none;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px;
}

.our_project_gallery_section .active {
    background-color: #ccc;
	background:none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #C8642E !important;
    width: 10px;
    height: 10px;
    border: navajowhite;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    background-color: #b5b5b580 !important;
}


.cost-sheet img{
	width:100%;
}

.middle-bg{
	background:url(../images/middle-bg.webp);
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:70px 0;
	text-align:center;
}

.middle-bg h3{
	 color: #fff;
     font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 600;
	text-align:center;
	padding:0px;
	margin:0px;
}

.middle-bg p{
	 color: #fff;
     font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
	text-align:center;
	padding:10px 0 0 0;
	margin:0px;
}

.middle-bg a{
	font-family: "Inter", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    fill: #fff;
    color: #fff;
    background-color: #C8642E;
    border-radius: 15px;
	padding:15px;
	display: inline-block;
	margin-top: 30px;
}

.middle-bg a:hover{
	color:#fff;
}	


.walkthrough{
	  padding: 50px 0px 40px 0;
	  text-align:center;
}


.walkthrough .row {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}



.higlights_heading {
    text-align: center;
    margin: 0 auto 24px;
    max-width: 820px;
}

.higlights_heading h2 {
	color: #1a1a1a;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: 34px;
	margin: 0 0 10px 0;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	background: none;
	border-radius: 0;
	padding: 0;
	line-height: 1.2;
	letter-spacing: 0.5px;
 
}

.higlights_heading h2::before,
.higlights_heading h2::after {
	content: "";
	width: 42px;
	height: 1px;
	background: linear-gradient(90deg, transparent, #C8642E);
	flex-shrink: 0;
}

.higlights_heading h2::after {
	background: linear-gradient(90deg, #C8642E, transparent);
}

.higlights_heading .devider {
	display: none;
}

.devider {
	width: 64px;
	height: 3px;
	margin: 0 auto 16px;
	background: #C8642E;
	border-radius: 2px;
}

.title-heading {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: #777;
	margin: 0 auto;
	padding: 0 0 36px 0;
	font-family: "Inter", sans-serif;
	max-width: 640px;
	line-height: 1.6;
	letter-spacing: 0.2px;
}

.title-heading::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 22px;
	transform: translateX(-50%) rotate(45deg);
	width: 7px;
	height: 7px;
	background: #C8642E;
}

#gallery .higlights_heading h2 {
	color: #fff;
}

#gallery .higlights_heading h2::before {
	background: linear-gradient(90deg, transparent, #f5c76a);
}

#gallery .higlights_heading h2::after {
	background: linear-gradient(90deg, #f5c76a, transparent);
}

#gallery .title-heading {
	color: rgba(255, 255, 255, 0.7);
}

#gallery .title-heading::before {
	background: #f5c76a;
}


#higlits table{
	border:#ccc solid 1px;
}

#higlits table tr td{
	padding:15px 0;
	font-family: "Inter", sans-serif; 
	font-size:14px;
	font-weight:600;
	color:#54595f;
}












#higlits ul li {
	text-align:left;
	list-style:none;
	margin-bottom:0px;
	font-family: "Inter", sans-serif;
	font-size: 17px;
	color: #757272;
	padding-bottom:25px;
	position:relative;
}
#higlits ul {
	margin-top:15px;
	margin-left:25px;
}
 #higlits ul li::before {
content: "\f101";
position:absolute;
top:0;
left:-20px;
font-family: FontAwesome;
color:#932E00;
font-size:20px;
}
.higlits_box {
	padding:5px;
	text-align:center;
	background:#fff;
	box-shadow: #939393 0px 0px 7px;
	border-radius:0 15px 0 15px;
	position:relative;
}
/*.higlits_box{ padding:30px; text-align:center; background:#fff;     box-shadow: #939393 0px 0px 7px; border-radius:0 15px 0 15px; position:relative;}

.higlits_box::before{border:#932E00 solid 1px; content:""; position:absolute; top:15px; left:15px; right:15px; bottom:15px;}*/

.higlits_box img {
	margin:auto;
	border-radius: 0 10px 0 10px;
}
.higlits_box h4 {
	color:#000;
	font-family: "Inter", sans-serif;
	font-size:17px;
	margin: 10px 0 0 0;
	font-weight:700;
	padding:0;
}
.higlits_box p {
	color:#000;
	font-family: "Inter", sans-serif;
	font-size:15px;
	margin: 5px 0 0 0;
	font-weight:500;
	padding:0;
}



.connectivity-highlights {
    padding: 50px 0px 40px 0;
    text-align: center;
    background-color: #fff;
}

.connectivity-highlights p{
	font-family: "Inter", sans-serif;
    font-size: 15px;
    color: #353434;
    margin: 0px;
    line-height: 36px;
    padding: 0px;
    text-align: justify;
}

.connectivity-highlights table{
	    border: #ccc solid 1px;
		margin-top:30px;
}

.connectivity-highlights table tr td {
    padding: 15px 0;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #54595f;
}


.infrastructure {
    padding: 50px 0px 40px 0;
    text-align: center;
    background-color: #fff;
}


.infrastructure p{
	font-family: "Inter", sans-serif;
    font-size: 15px;
    color: #353434;
    margin: 0px;
    line-height: 36px;
    padding: 0px 30px 0 30px;
    text-align: center;
}

.metro {
	text-align:center;
}

.metro img{
	display:inline-block;
}

.metro h4 {
    padding: 12px 0 0 0;
    margin: 0px;
    color: #C8642E;
    font-size: 18px;
    font-weight: 600;
}

.metro p{
	font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #353434;
    margin: 0px;
    line-height: 36px;
    padding: 0px 30px 0 30px;
    text-align: center;
}


.call-action {
	background: linear-gradient(135deg, #1f1a17 0%, #3b2418 55%, #C8642E 100%);
	padding: 36px 0;
	position: relative;
	overflow: hidden;
}

.call-action::before {
	content: "";
	position: absolute;
	top: -40px;
	right: -30px;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	pointer-events: none;
}

.call-action-inner {
	display: flex;
	align-items: center;
	gap: 24px;
	position: relative;
	z-index: 1;
}

.call-action-icon {
	flex: 0 0 auto;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #f5c76a;
	font-size: 26px;
}

.call-action-content {
	flex: 1 1 auto;
	min-width: 0;
}

.call-action-eyebrow {
	display: inline-block;
	margin-bottom: 8px;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #f5c76a;
}

.call-action h5 {
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.45;
	padding: 0;
	margin: 0;
	max-width: 640px;
}

.call-action-btns {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	flex: 0 0 auto;
}

.call-action-call,
.call-action-enquire {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 20px;
	border-radius: 8px;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.call-action-call {
	color: #1f1a17 !important;
	background: #f5c76a;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.call-action-call:hover,
.call-action-call:focus {
	color: #1f1a17 !important;
	background: #ffd78a;
	text-decoration: none;
	transform: translateY(-2px);
	outline: none;
}

.call-action-enquire {
	color: #fff !important;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.55);
}

.call-action-enquire:hover,
.call-action-enquire:focus {
	color: #fff !important;
	background: rgba(255, 255, 255, 0.12);
	text-decoration: none;
	transform: translateY(-2px);
	outline: none;
}

/* legacy selectors kept for safety */
.call-action a {
	color: #ffffff;
	text-decoration: none;
}

.call-action a:hover {
	color: #fff;
}







.flour_plans_section {
	padding: 70px 0 65px;
	text-align: center;
	background: #fff;
}

.floor-plan-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.floor-plan-card {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 14px;
	overflow: hidden;
	text-align: left;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.floor-plan-card:hover {
	transform: translateY(-4px);
	border-color: rgba(200, 100, 46, 0.35);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1);
}

.floor-plan-media {
	position: relative;
	overflow: hidden;
	background: #f3f3f3;
}

.floor-plan-media img,
.flour_plans_section .item img {
	width: 100%;
	display: block;
	filter: blur(2.5px);
	transform: scale(1.04);
	transition: transform 0.35s ease, filter 0.35s ease;
}

.floor-plan-card:hover .floor-plan-media img {
	transform: scale(1.08);
	filter: blur(1.5px);
}

.floor-plan-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(21, 21, 21, 0.35);
	opacity: 1;
	transition: background 0.25s ease;
}

.floor-plan-card:hover .floor-plan-overlay {
	background: rgba(21, 21, 21, 0.5);
}

.floor-plan-overlay a {
	display: inline-block;
	padding: 11px 18px;
	border-radius: 8px;
	background: #C8642E;
	color: #fff !important;
	font-family: "Inter", sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
	transition: background 0.2s ease, transform 0.2s ease;
}

.floor-plan-overlay a:hover,
.floor-plan-overlay a:focus {
	background: #A85224;
	color: #fff !important;
	text-decoration: none;
	outline: none;
	transform: translateY(-2px);
}

.floor-plan-info {
	padding: 16px 18px 18px;
}

.floor-plan-info span {
	display: inline-block;
	margin-bottom: 6px;
	font-family: "Inter", sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #C8642E;
}

.floor-plan-info h3,
.flour_plans_section h3 {
	padding: 0;
	margin: 0;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.35;
}

.flour_plans_section .item {
	border: none;
	padding: 0;
}



.location_advantage_section {
	padding: 70px 0 65px;
	text-align: center;
	background-color: #151515;
}

.location_advantage_section .higlights_heading h2 {
	color: #fff;
}

.location_advantage_section .higlights_heading h2::before {
	background: linear-gradient(90deg, transparent, #f5c76a);
}

.location_advantage_section .higlights_heading h2::after {
	background: linear-gradient(90deg, #f5c76a, transparent);
}

.location_advantage_section .title-heading {
	color: rgba(255, 255, 255, 0.7);
}

.location_advantage_section .title-heading::before {
	background: #f5c76a;
}

.location-layout {
	display: flex;
	align-items: center;
}

.location-points {
	text-align: left;
	padding-right: 10px;
}

.location-points h3 {
	margin: 0 0 22px 0;
	padding: 0;
	font-family: "Inter", sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	line-height: 1.3;
}

.location_advantage_section img {
	width: 100%;
}

.location-map {
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.location-map img {
	display: block;
	width: 100%;
	margin: 0;
}

.location_advantage_heading h2 {
	color:#000;
	font-family: "Inter", sans-serif;
	font-weight:600;
	font-size:30px;
	margin:0px 0 40px 0 !important;
	position:relative;
	display:inline-block;
	padding: 0 0 10px 0;
}
 .location_advantage_heading h2::before {
content:"";
width:90px;
height:4px;
position:absolute;
bottom:0;
right:0;
background: #C8642E;
margin: auto;
left: 0;
}
 .location_advantage_heading h2::after {
content:"";
width:10px;
height:10px;
position:absolute;
bottom:-3px;
right:0;
background:#fff;
margin: auto;
left: 0;
border-radius:50%;
}
.location_advantage_section h4 {
	color: #fff;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	font-size: 17px;
	margin: 0px 0 20px 0;
	text-align: left;
}

.location_advantage_section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.location_advantage_section ul li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	color: rgba(255, 255, 255, 0.9);
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-weight: 500;
	margin: 0 0 12px 0;
	padding: 14px 0;
	text-align: left;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 1.45;
}

.location_advantage_section ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.location_advantage_section ul li i {
	color: #f5c76a;
	font-size: 16px;
	margin-top: 2px;
	flex-shrink: 0;
}

.location_advantage_section ul li span {
	display: block;
}
.footer {
	background: url(../images/slider-1.webp) center center / cover no-repeat;
	padding: 0;
	position: relative;
	width: 100%;
}

.footer-overlay {
	background: rgba(10, 10, 10, 0.88);
	padding: 50px 0 30px;
	width: 100%;
}

.footer-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
	padding-bottom: 28px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-brand h3 {
	margin: 0 0 8px 0;
	padding: 0;
	font-family: "Inter", sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
}

.footer-brand p {
	margin: 0 !important;
	padding: 0 !important;
	color: rgba(255, 255, 255, 0.75) !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
	text-align: left !important;
}

.footer-contact {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.footer-contact-btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: 190px;
	padding: 12px 16px;
	border-radius: 10px;
	text-decoration: none;
	color: #fff !important;
	transition: transform 0.2s ease, background 0.2s ease;
}

.footer-contact-btn i {
	font-size: 22px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.12);
}

.footer-contact-btn span {
	display: flex;
	flex-direction: column;
	gap: 2px;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.25;
}

.footer-contact-btn small {
	font-size: 11px;
	font-weight: 500;
	opacity: 0.8;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}

.footer-contact-btn.call {
	background: #C8642E;
}

.footer-contact-btn.whatsapp {
	background: #25D366;
}

.footer-contact-btn:hover,
.footer-contact-btn:focus {
	color: #fff !important;
	text-decoration: none;
	outline: none;
	transform: translateY(-2px);
}

.footer-rera {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	flex-wrap: wrap;
	padding: 28px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-rera-info {
	display: grid;
	grid-template-columns: repeat(2, minmax(220px, 1fr));
	gap: 18px 28px;
	flex: 1 1 auto;
}

.footer-rera-item span {
	display: block;
	margin-bottom: 6px;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.6);
}

.footer-rera-item strong {
	display: block;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	line-height: 1.4;
}

.footer-qr {
	text-align: center;
	flex: 0 0 auto;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	padding: 14px;
}

.footer-qr img {
	width: 110px;
	height: 110px;
	object-fit: cover;
	display: block;
	margin: 0 auto 8px;
	border-radius: 6px;
	background: #fff;
}

.footer-qr p {
	margin: 0 !important;
	padding: 0 !important;
	color: rgba(255, 255, 255, 0.8) !important;
	font-size: 12px !important;
	line-height: 1.4 !important;
	text-align: center !important;
}

.footer-bottom {
	padding-top: 20px;
}

.footer p {
	color: rgba(255, 255, 255, 0.72);
	font-family: "Inter", sans-serif;
	font-size: 13px;
	margin: 0 0 10px 0;
	text-align: left;
	line-height: 1.6;
}

.footer a {
	color: #f5c76a;
}

.footer a:hover {
	text-decoration: none;
	color: #fff;
}
.slider_model_box h5 {
	color:#000;
	font-family: "Inter", sans-serif;
	font-size:30px;
	margin:0;
	text-align:center;
	font-weight:600;
}
.slider_model_box .modal-header p {
	color:#000;
	font-family: "Inter", sans-serif;
	font-size:16px;
	margin:0;
	text-align:center;
}
.slider_model_box .modal-body {
	display: inline-block;
	width: 100%;
	padding: 0 15px 15px 15px;
}
.slider_model_box form .form-control {
	border-radius:0px;
	padding:12px 12px;
	height:auto;
	border: 1px solid #b1acac;
	margin-bottom:15px;
}
 .slider_model_box form input::placeholder {
font-family: "Inter", sans-serif;
font-size:16px;
}
.slider_model_box form .form-control:focus {
	box-shadow:none;
	border: 1px solid #b1acac;
}
.slider_model_box form input[type=submit] {
	padding:12px 12px;
	background:#CC3300;
	color:#fff;
	font-family: "Inter", sans-serif;
	font-size:18px;
	border: 1px solid #CC3300;
}
.slider_model_box .modal-header {
	border-bottom:none;
	padding: 15px 15px 0px 15px;
}
.slider_model_box .modal-header .close {
	margin-top: -2px;
	position: absolute;
	top: -10px;
	right: -10px;
	background: #fff;
	width: 25px;
	height: 25px;
	opacity: 1;
	border-radius: 50%;
}
.sticky_footer {
	background:#ee9b0e;
	padding: 15px 15px 15px 15px;
	position: sticky;
	bottom: 0;
	z-index: 9;
	border-top:#FFFFFF solid 1px;
}
.enquery_form_bg h2 {
	text-align:center;
	color:#000;
	font-family: "Inter", sans-serif;
	font-weight:600;
	font-size:28px;
	margin:0px;
}
.enquery_form_bg .form-control {
	border-radius:0px;
	padding:12px 12px;
	height:auto;
	border: none;
}
 .enquery_form_bg:placeholder {
font-family: "Inter", sans-serif;
font-size:15px;
}
.enquery_form_bg .form-control:focus {
	box-shadow:none;
	border: none;
}
.enquery_form_bg input[type=submit] {
	padding:12px 12px;
	background:#000;
	color:#fff;
	font-family: "Inter", sans-serif;
	font-size:16px;
	border: none;
}
.sticky_whatsapp {
	bottom: 24px;
	left: 18px;
	z-index: 999;
	position: fixed;
}

.sticky_whatsapp a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #25D366;
	color: #fff !important;
	box-shadow: 0 8px 22px rgba(37, 211, 102, 0.4);
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sticky_whatsapp a:hover,
.sticky_whatsapp a:focus {
	color: #fff !important;
	text-decoration: none;
	transform: translateY(-2px) scale(1.05);
	box-shadow: 0 10px 26px rgba(37, 211, 102, 0.5);
	outline: none;
}

.sticky_whatsapp a i {
	font-size: 28px;
	line-height: 1;
}

.sticky_whatsapp span {
	display: none;
}

.sticky-contact {
	bottom: 24px;
	right: 18px;
	z-index: 999;
	position: fixed;
}

.sticky-contact a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #C8642E;
	color: #fff !important;
	box-shadow: 0 8px 22px rgba(200, 100, 46, 0.4);
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.sticky-contact a:hover,
.sticky-contact a:focus {
	color: #fff !important;
	text-decoration: none;
	background: #A85224;
	transform: translateY(-2px) scale(1.05);
	box-shadow: 0 10px 26px rgba(200, 100, 46, 0.5);
	outline: none;
}

.sticky-contact a i {
	font-size: 22px;
	line-height: 1;
}

.sticky-contact span {
	display: none;
}
.live-chat {
	bottom:15%;
	right:10px;
	z-index:999;
	position:fixed;
	background:#C8642E;
	border-radius:50%;
	padding:10px;
	animation: bigtext 1s linear infinite;
	border: #fff solid 1px;
}
.live-chat span {
	display:none;
}
.sticky_contact {
	display: none !important;
	top: 50%;
	right: 0;
	left: auto;
	z-index: 999;
	position: fixed;
	transform: translateY(-50%);
	background: transparent;
	padding: 0;
}

.sticky_contact a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	font-family: "Inter", sans-serif;
	letter-spacing: 0.4px;
	background: #C8642E;
	padding: 14px 18px;
	border-radius: 12px 0 0 12px;
	box-shadow: -4px 6px 20px rgba(0, 0, 0, 0.28);
	writing-mode: vertical-rl;
	text-orientation: mixed;
	transform: rotate(180deg);
	transition: background 0.2s ease, padding 0.2s ease, box-shadow 0.2s ease;
}

.sticky_contact a i {
	font-size: 15px;
	transform: rotate(90deg);
}

.sticky_contact a span {
	display: inline-block;
}

.sticky_contact a:hover,
.sticky_contact a:focus {
	text-decoration: none;
	color: #fff !important;
	outline: none;
	background: #A85224;
	padding-top: 18px;
	padding-bottom: 18px;
	box-shadow: -6px 8px 24px rgba(0, 0, 0, 0.35);
}
.thank_you {
	text-align: center;
	padding: 24px;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background:
		linear-gradient(135deg, rgba(21, 21, 21, 0.88) 0%, rgba(59, 36, 24, 0.9) 55%, rgba(200, 100, 46, 0.82) 100%),
		url(../images/slider-1.webp) center center / cover no-repeat;
}

.thank_you_inner {
	width: 100%;
	max-width: 560px;
	padding: 42px 32px 36px;
	margin: 0 auto;
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
	border: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
}

.thank_you_badge {
	width: 72px;
	height: 72px;
	margin: 0 auto 18px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(200, 100, 46, 0.12);
	border: 1px solid rgba(200, 100, 46, 0.25);
}

.thank_you_badge i,
.thank_you i.fa-check {
	font-size: 30px;
	color: #C8642E;
	line-height: 1;
}

.thank_you_eyebrow {
	display: inline-block;
	margin-bottom: 10px;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #C8642E;
}

.thank_you h4 {
	text-align: center;
	color: #1a1a1a;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: 30px;
	margin: 0 0 14px 0;
	line-height: 1.3;
}

.thank_you p {
	text-align: center;
	color: #555;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	margin: 0 0 8px 0;
	line-height: 1.6;
}

.thank_you p strong {
	color: #1a1a1a;
	font-weight: 700;
}

.thank_you_note {
	max-width: 420px;
	margin: 0 auto !important;
	color: #777 !important;
	font-size: 14px !important;
}

.thank_you_actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 28px;
}

.thank_you_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 160px;
	padding: 12px 20px;
	border-radius: 8px;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	color: #fff !important;
	transition: transform 0.2s ease, background 0.2s ease;
}

.thank_you_btn i {
	font-size: 15px;
	color: #fff;
}

.thank_you_btn.call {
	background: #C8642E;
}

.thank_you_btn.whatsapp {
	background: #25D366;
}

.thank_you_btn.home {
	background: #C8642E;
}

.thank_you_btn:hover,
.thank_you_btn:focus {
	color: #fff !important;
	text-decoration: none;
	outline: none;
	transform: translateY(-2px);
}

.thank_you_btn.home:hover,
.thank_you_btn.home:focus {
	background: #A85224;
}

@media (max-width: 767px) {
	.thank_you_inner {
		padding: 32px 20px 28px;
	}

	.thank_you h4 {
		font-size: 24px;
	}

	.thank_you p {
		font-size: 15px;
	}

	.thank_you_btn {
		width: 100%;
	}
}




.blog {
    padding: 70px 0;
	background:#f9f9f9;
	}

.blog-bg {
    background: #fff;
    padding: 50px 20px 30px 20px;
    box-shadow: #ccc9c9 0px 2px 23px;
}

.blog-bg h4 {
    font-family: "Inter", sans-serif;
    font-size: 25px;
    font-weight: 700;
    margin: 0px;
    padding: 0px 0 20px 0;
}

.blog-bg img{
	border-radius:5px;
}
.blog-bg .calander span{
	font-family: "Inter", sans-serif;
	font-size:12px;
	padding:20px 0 10px 0;
	display: inline-block;
	color:#a09f9f;
}
.blog-bg .calander span i{
	padding:0 5px 0 0px;
}

.blog-bg p{
   	font-family: "Inter", sans-serif;
	font-size:14px;
	margin:0px;
	padding:0px 0 20px 0;
	line-height:30px;
	text-align:justify;
   }
   
   
   
.blog-content{
	padding:10px 0 0 0;
}  

.blog-content ul{
	margin:0 0 0 25px;
} 

.blog-content ul li{
   	font-family: "Inter", sans-serif;
	font-size:14px;
	margin:0px;
	padding:10px 0 10px 0;
   }



    


.modal-dialog {
    width: 685px;
    margin: 30px auto;
}




















/* lg */ 

@media (min-width: 1200px) {

}



/* md */

@media (min-width: 992px) and (max-width: 1199px) {
}



/* sm */

@media (min-width: 768px) and (max-width: 991px) {
}



@media (min-width: 768px) and (max-width: 991px) {
	.amenities-list {
		grid-template-columns: 1fr;
	}

	.amenities-list-wrap {
		padding-left: 10px;
	}

	.floor-plan-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.price-cards {
		grid-template-columns: 1fr;
	}
}



/* xs */

@media (max-width: 767px) {
	
	
	.RERANUM {
    text-align: right;
    font-size: 10px;
    font-family: "Inter", sans-serif;
    line-height: 15px;
}

.AccountNUmber {
    text-align: right;
    font-size: 10px;
    font-family: "Inter", sans-serif;
    line-height: 15px;
}
	
	
	.inner-rera .TopRera {
    background: #ffffff;
    padding: 0px 0px 0px 0;
    width: 100%;
    margin-left: auto;
}


.stickymobileicon {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 11;
    display: block;
}

.mobbrochrebtn {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    background: #f9e0b7;
    padding: 6px 16px;
    border: #000 solid 1px;
    letter-spacing: 0.5px;
}

.mobbrochrebtn:focus {
    outline: none;
    outline-offset: 0;
    color: #000;
    text-decoration: none;
}

.mobbrochrebtn:hover {
    outline: none;
    outline-offset: 0;
    color: #000;
    text-decoration: none;
}

.iconwrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.stickymobileicon img{
	width:40px;
}





















.VideoMob {
padding:40px 0 40px 0px;
	display:block;
}


.mobile-slider {
    display: block;
}

 

.walkthrough iframe{
	height:auto !Important;
}

.left-arrow {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 35% !important;
}


.right-arrow {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 35% !important;
}

.modal-footer {
    display: none !important;
}

.popup-form-left h3 {
    font-size: 17px;
}

.modal-title {
    font-size: 16px;
}

.owl-theme .owl-dots {
    margin-top: 0px !important;
}

.owl-carousel .owl-stage-outer {
    padding: 10px 0px 0px 0px;
}


.developer_section p {
    font-size: 14px;
}

.accordion {
    font-size: 14px;
}

.connectivity-highlights p {
    font-size: 14px;
}

.infrastructure p {
    font-size: 14px;
}

.location_advantage_section ul li {
    font-size: 14px;
}

.location-layout {
	display: block;
}

.location-points {
	padding-right: 0;
	margin-bottom: 24px;
}

.location-points h3 {
	font-size: 18px;
	margin-bottom: 16px;
}

.location_advantage_section {
	padding: 50px 0 40px;
}

.location_advantage_section ul li {
	padding: 12px 0;
}

.footer p {
    font-size: 13px;
}


 .configuration table tr th{
	display:none;
}

.configuration table tr td{
	display:block;
}

.configuration table tr {
	margin-bottom:15px;
}

.price-cards {
	grid-template-columns: 1fr;
	gap: 16px;
}

.price-card {
	padding: 22px 18px 18px;
}

.price-card-top h3 {
	font-size: 20px;
}


.sub-heading {
    font-size: 14px;
}

.call-action {
	text-align: left;
	padding: 28px 0;
}

.call-action-inner {
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}

.call-action-icon {
	width: 52px;
	height: 52px;
	font-size: 22px;
}

.call-action h5 {
	font-size: 16px;
}

.call-action-btns {
	width: 100%;
}

.call-action-call,
.call-action-enquire {
	width: 100%;
}

.modal .col-lg-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 20px;
	    margin-bottom: 15px;
}

#exampleModal .modal-dialog,
#brochureModal .modal-dialog {
	width: 100%;
	margin: 20px auto;
}

.popup-layout {
	grid-template-columns: 1fr;
	min-height: 0;
}

.popup-form-panel {
	padding: 28px 20px 22px;
}

.popup-form-panel h3 {
	font-size: 20px;
}

.popup-benefits {
	padding: 22px 20px 24px;
	gap: 14px;
}

.popup-close {
	color: #1a1a1a;
}

#higlits table {
    width: 90%;
    margin: auto;
}

.connectivity-highlights table tr td {
    display: block;
}


#higlits table tr td {
    display: block;
}




.main-slider {
    height: auto;
}
.modal-dialog {
    width: 100%;
    margin: 30px auto;
}



.form-content {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 25px 20px 20px;
    text-align: left;
    border: none;
    border-radius: 0;
    margin: 0;
    right: auto;
    transform: none;
    background: #1a1a1a;
}

.form-content h1 {
    font-size: 26px;
    margin-bottom: 12px;
    color: #f5c76a;
}

.form-content p {
    font-size: 15px;
    padding-bottom: 12px;
}

.hero-price {
	padding: 8px 12px;
	gap: 10px;
	margin-bottom: 14px;
}

.hero-price-label {
	font-size: 11px;
}

.hero-price-value {
	font-size: 18px;
}

.form-content h4 {
    font-size: 14px;
}

.banner-form {
	position: relative;
	display: block;
	left: auto;
	right: auto;
	bottom: auto;
	z-index: 6;
	width: 100%;
	background: #1a1a1a;
	padding: 0;
	margin: 0;
}

.banner-form-inner {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: stretch;
	padding: 18px 16px 20px;
	gap: 14px;
	max-width: 100%;
}

.banner-form-title {
	min-width: 0;
	width: 100%;
}

.banner-form-title span {
	font-size: 18px;
}

.banner-form-fields {
	width: 100%;
	min-width: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 12px;
}

.banner-form-fields .form-control,
.banner-form-fields .btn {
	width: 100%;
	flex: none;
	min-width: 0;
}

.banner-form-action {
	width: 100%;
	align-items: stretch;
	gap: 8px;
}

.banner-form-terms {
	max-width: none;
}

.main-slider {
	height: auto;
	overflow: visible;
}

.main-slider::after {
	display: none;
}

.main-slider img {
   height: auto !important;
}


.slider_content p {
    margin: 0px 0 15px 0;
}

.slider_content h1 {
    font-size: 23px;
}

.logo-codename {
    width: 40%;
    margin-bottom: 10px;
    margin-top: 8px;
    display: inline;
    background: #ffffff8f;
    padding: 15px;
    border-radius: 10px;
}


.modal-header img {
    position: absolute;
    top: 30px;
    left: 35px;
    width: 18%;
}


.location_advantage_section img {
    height: auto;
}

.sticky_contact {
	display: none !important;
	top: 50%;
	right: 0;
	left: auto;
}

.sticky_contact a {
	font-size: 13px;
	padding: 12px 14px;
}

.our_project_gallery_section .item img {
    width: 100%;
}


.developer_section {
    padding: 50px 0 40px;
}

.developer-layout {
	grid-template-columns: 1fr;
	gap: 16px;
}

.developer-intro,
.developer-content {
	padding: 24px 20px;
}

.developer-intro h3 {
	font-size: 22px;
}


 .slider_content h5 {
font-size: 14px;
}
 .mobile-view {
background: #C8642E;
color:#fff;
padding:7px 25px;
text-align:left;
display:inline-block;
position:absolute;
top:8px;
right:67px;
font-size:14px;
z-index:1;
font-family: "Inter", sans-serif;
}
 .mobile-view:hover {
text-decoration:none;
}
 .mobile-view:focus {
color:#fff;
text-decoration:none;
}
 .mobile-view i {
margin-right:5px;
}
 .navbar-default .navbar-toggle {
border-color: #C8642E;
background: #C8642E;
color:#fff;
margin-right: 5px;
border-radius: 0px;
}
 .navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}
 .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
background-color: #C8642E;
}
 .footer {
	padding: 0;
}

 .footer-overlay {
	padding: 36px 0 70px;
}

 .footer-inner {
	padding-left: 16px;
	padding-right: 16px;
}

 .footer-top {
	flex-direction: column;
	align-items: flex-start;
	gap: 18px;
}

 .footer-brand h3 {
	font-size: 22px;
}

 .footer-contact {
	width: 100%;
}

 .footer-contact-btn {
	width: 100%;
	min-width: 0;
}

 .footer-rera {
	flex-direction: column;
	align-items: flex-start;
	gap: 18px;
}

 .footer-rera-info {
	grid-template-columns: 1fr;
	gap: 14px;
	width: 100%;
}

 .footer-qr {
	width: 100%;
}

 .footer-bottom p {
	text-align: left !important;
	font-size: 12px !important;
}
 .short_detail_box h3 {
font-size: 13px;
}
.slider_content h3 {
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 5px 0;
}
 .slider {
padding: 10% 0 10% 0;
background:url(../images/mobile-slider.webp);
background-position: center;
}
 .slider_content {
margin-bottom:10px;
}
 .short_detail_box {
margin-bottom: 5px;
}
 .higlits_box {
margin-bottom: 7px;
}
 .our_project_gallery_section .item {
margin-bottom: 8px;
}
 .flex_center {
display: inherit;
justify-content: center;
}
 .flour_plans_section .item {
	margin-bottom: 8px;
}

 .floor-plan-grid {
	grid-template-columns: 1fr;
	gap: 16px;
}

 .flour_plans_section {
	padding: 50px 0 40px;
}

 .floor-plan-info h3 {
	font-size: 16px;
}
 .mob_header button {
text-align:center;
color:#fff;
font-family: "Inter", sans-serif;
font-weight:600;
font-size:18px;
margin:0px 0 0px 0;
background:#ee9b0e;
width:100%;
border:none;
padding:10px 0;
}
.navbar-brand img {
    width: 110px;
}
.navbar-brand {
    margin-top: 14px;
    font-size: 19px;
    color: #C8642E !important;
    text-shadow: none;
    white-space: normal;
    max-width: 180px;
    font-family: "Inter", sans-serif;
}
 .main-menu {
padding: 0px 0;
background: rgba(255, 255, 255, 0.97);
}

#myHeader.sticky .main-menu {
	background: transparent;
}

.wrap-header {
	position: relative;
}

#myHeader:not(.sticky) .main-menu .navbar-nav li:not(.btn) a {
	color: #000;
	text-shadow: none;
}

#myHeader.sticky .main-menu .navbar-nav li:not(.btn) a {
	color: #fff;
	text-shadow: none;
}

 .main-menu .navbar .container-fluid {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
}

 .main-menu .navbar-nav {
	display: block;
	margin-left: 0;
}

 .navbar .pull-right {
float: left !important;
    margin-left: 0;
}
 .enquery_form_bg .form-control {
margin-bottom:5px;
}
 .about {
	padding: 50px 0 40px;
}

 .amenities-layout {
	display: block;
}

 .amenities-image {
	margin-bottom: 22px;
	padding: 0;
}

 .amenities-list {
	padding-left: 0;
	grid-template-columns: 1fr;
	gap: 10px;
}

 .amenities-list-wrap {
	padding-left: 0;
}

 .amenities-list-heading {
	font-size: 20px;
	margin-bottom: 14px;
}

 .amenities-list li {
	padding: 12px 14px;
}

 .amenities-list li span {
	font-size: 14px;
}

 .higlights_heading h2 {
	font-size: 24px;
	gap: 10px;
	letter-spacing: 0.3px;
}

 .higlights_heading h2::before,
 .higlights_heading h2::after {
	width: 24px;
}

 .title-heading {
	font-size: 13px;
	padding-bottom: 30px;
}

 .gallery-slider-wrap {
	padding: 0 40px;
}

 #gallery .owl-theme .owl-nav .owl-prev,
 #gallery .owl-theme .owl-nav .owl-next {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px !important;
}

 #gallery .owl-theme .owl-nav .owl-prev {
	left: -36px;
}

 #gallery .owl-theme .owl-nav .owl-next {
	right: -36px;
}

 .our_aminities_section {
	padding: 50px 0 40px;
}

 .our_aminities_box {
	min-height: 64px;
	padding: 16px 12px;
}

 .our_aminities_box p {
	font-size: 13px;
}

 .about-row {
	display: block;
}

 .about-copy {
	padding-right: 0;
	margin-bottom: 28px;
}

 .about_content h2 {
	font-size: 26px;
}

 .about_content p {
	font-size: 14px;
	line-height: 1.7;
}

 .about-highlight-item {
	font-size: 12px;
	padding: 8px 12px;
}

 .abt_img {
	padding: 6px;
}

 .abt_img::before {
	display: none;
}
 .sticky_whatsapp {
	bottom: 0;
	left: 0;
	position: fixed;
	width: 47%;
	background: transparent;
	padding: 0;
	border: none;
	border-radius: 0;
	margin: 0 5px 10px 10px;
}

 .sticky_whatsapp a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	height: 46px;
	border-radius: 28px;
	background: #25D366;
	color: #fff !important;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 600;
	box-shadow: 0 6px 16px rgba(37, 211, 102, 0.35);
}

 .sticky_whatsapp a i {
	font-size: 20px;
}

 .sticky_whatsapp span {
	display: inline;
}

 .sticky-contact {
	bottom: 0;
	right: 0;
	position: fixed;
	width: 47%;
	background: transparent;
	padding: 0;
	border: none;
	border-radius: 0;
	margin: 0 10px 10px 5px;
}

 .sticky-contact a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	height: 46px;
	border-radius: 28px;
	background: #C8642E;
	color: #fff !important;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 600;
	box-shadow: 0 6px 16px rgba(200, 100, 46, 0.35);
}

 .sticky-contact a i {
	font-size: 16px;
}

 .sticky-contact span {
	display: inline;
}
 .sticky_footer {
background: #ee9b0e;
padding: 15px 15px 15px 15px;
position: sticky;
bottom: 13px;
z-index: 9;
border-top: #FFFFFF solid 1px;
}
 .sticky_footer {
background: #ee9b0e;
padding: 15px 15px 15px 15px;
position: sticky;
bottom: 13px;
z-index: 9;
border-top: #FFFFFF solid 1px;
}
}
