@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Condiment');
@import url('https://fonts.googleapis.com/css?family=Lato:400,100,300,700,100italic,300italic,400italic,900');
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600');

body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #424242;
    line-height: 26px;
    scroll-behavior: smooth;
}

.h5, h5 {
    word-break: break-all;
}

#sidebar {
    background: #f4f4f4;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
}

.navbar .navbar-brand.logo-img img{ 
	max-height: 50px; 
	max-width: 180px;
}

.d-p-0{
	padding: 0px;
}

.navbar .navbar-nav.space-even{
	background-color: var(--colorPrimary);
	justify-content: space-evenly;
}

.navbar-light .navbar-nav .nav-link i.fa{
	display: block;
}
.navbar-light .navbar-nav .nav-link{
	padding: 15px 0px;
	color: #ffffff;
	width: 100%;
	text-align: center;
	font-size: 18px;
}

.hvr-radial-out {
    display: block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    background: transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F1F1F1;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
    color: #333;
}

.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

.og-block {
    display: flex;
    align-items: stretch;
}

.og-block li {
    cursor: pointer;
    padding: 10px 8px;
    background: #292b2c;
    color: #ffffff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 50%;
    font-weight: 600;
}

.og-block li:first-child {
    border-right: 1px solid #555;
    border-radius: 0px 0px 0 15px;
    font-size: 15px;
}

.og-block li:last-child {
    border-radius: 0px 0px 15px 0px;
}

.og-block li:hover {
    background: #3a3d3f;
}

.top-ola-logo {
    width: auto;
    height: 38px;
    border-radius: 20px;
    vertical-align: middle;
}

.og-block .pricesheet-btn {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
}

.og-block .pricesheet-btn .fa-file-pdf {
    font-size: 28px;
    color: #ff4444;
}

form .input-group-text{
	background-color: var(--colorPrimary);
	color: #ffffff;
}

.fa-bounce {
    position: relative;
    -moz-animation: bounce 0.8s infinite linear;
    -o-animation: bounce 0.8s infinite linear;
    -webkit-animation: bounce 0.8s infinite linear;
    animation: bounce 0.8s infinite linear;
}

@keyframes bounce {
    0% {
        top: 0;
    }
    50% {
        top: -0.2em;
    }
    70% {
        top: -0.3em;
    }
    100% {
        top: 0;
    }
}

.carousel{
	position: relative;
	margin-top: 5em;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{
	width: 100%;
}

.tab-content .carousel-item img {
    width: 100%;
    height: 500px;
    object-fit: contain;
    background: #f5f5f5;
}

/* 360 Degree Tour Section */
.tour360-heading {
    font-weight: 700;
    color: var(--colorPrimary);
    font-style: italic;
}

.tour360-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.tour360-iframe {
    width: 100%;
    height: 450px;
    border: none;
}

@media all and (max-width: 640px) {
    .tour360-iframe { height: 280px; }
}

#floating-content {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 800;
}

.box-wrapper {
    left: 0px;
    width: 320px;
    border-radius: 10px;
    display: table;
    position: relative;
    bottom: 50px;
    z-index: 666;
}

.ola-submit{
    height:30px;
    border-radius: 20px;
}

#prelaunch-offer .intro-box {
    line-height: 1.4;
    min-width: 220px;
    background: rgba(255, 255, 255, 0.96);
    padding: 0 0 10px;
    border-radius: 10px;
    text-align: center;
    color: #2b2f2f;
    border: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

#prelaunch-offer .prelaunch-project-name {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 12px 10px 5px;
    line-height: 1.2;
}

#prelaunch-offer .property-details-card {
    background: #f0f0f8;
    border-radius: 10px;
    margin: 10px 12px;
    padding: 10px 15px;
}

#prelaunch-offer .property-detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid #dcdce6;
}

#prelaunch-offer .property-detail-row:last-child {
    border-bottom: none;
}

#prelaunch-offer .detail-label {
    font-size: 13px;
    color: #555;
    font-weight: 600;
}

#prelaunch-offer .detail-value {
    font-size: 14px;
    color: #1a1a2e;
    font-weight: 700;
}

#prelaunch-offer .offer-highlights-box {
    border: 2px dashed #fff;
    border-radius: 8px;
    margin: 10px 12px;
    padding: 10px 12px;
    background: var(--colorPrimary);
}

#prelaunch-offer .offer-highlight-text {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 1.6;
}

#prelaunch-offer .offerprice {
    margin: 10px 0 2px;
    font-size: 14px;
    text-align: center;
    color: #555;
    font-style: italic;
}

#prelaunch-offer .offerprice .starts-at {
    font-weight: 400;
}

#prelaunch-offer .price-display {
    text-align: center;
    margin: 0 0 8px;
}

#prelaunch-offer .price-amount {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #1a1a2e;
}

#prelaunch-offer .price-onwards {
    font-size: 16px;
    font-weight: 400;
    color: #1a1a2e;
}

#prelaunch-offer .brochure-download-btn {
    background: var(--colorPrimary);
    color: #fff;
    border-radius: 4px;
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    text-transform: none;
    letter-spacing: 0.5px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    display: inline-block;
}

#prelaunch-offer .brochure-download-btn:hover {
    background: var(--colorSecondary);
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    color: #fff;
}

#prelaunch-offer .sub-title-h3 {
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    color: #777;
    margin: 5px 0;
}

.mt-6 {
	margin-top: 4rem!important;
}

.box-wrapper .bg-white {
    background: #fff;
}

.box-wrapper a {
    padding: 8px 8px;
    line-height: initial;
    margin: 0;
    color: #000;
    display: block;
    border-bottom: 1px solid #666;
}

.fa.pull-right {
    margin-left: .3em;
    float: right;
}

.offer-text-effect {
    animation: 1s ease 0s alternate none infinite running circle-anim-2;
}

@keyframes circle-anim-2 {
    0% {
        transform: scale3d(0.8, 0.8, 1);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

.zooming-text {
    max-width: 300px;
    color: #333333;
    font-size: 22px;
    text-align: center;
    animation: 0.6s ease 0s alternate none infinite running circle-anim;
}

@keyframes circle-anim {
    0% {
        transform: scale3d(0.5, 0.5, 1);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

.dotted-border {
    border: 1px dotted #ccc;
}

.pdf-thumb-box {
    display: inline-block !important;
    position: relative !important;
    overflow: hidden;
}

.pdf-thumb-box-overlay {
    display: none;
}

.bottom-logo{
	max-width: 220px;
}

#footer-floating-icons{ 
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    right: 0;
}

#footer-floating-icons a.button{
    width: 33.33%;
    display: block;
    float: left;
    padding: 2% 1%;
    border-left: 1px solid #ffffff;
    text-align: center;
	color: #ffffff;
}

.fab.fa-whatsapp{
	color:#fff;
	background:
   linear-gradient(#25d366,#25d366) 14% 84%/16% 16% no-repeat,
   radial-gradient(#25d366 60%,transparent 0);
}

.vid-overlay {   background: #ffffff90;   opacity:0;   position:absolute;   height:100%;   width:100%;    z-index:999;   top: 0;   left: 0;      cursor:pointer;}
.tour-section .image-wrapper{ position: relative; padding-bottom: 56.2%; }
.tour-section .image-wrapper img{ cursor: pointer; position: absolute; width: 100%; height: 100%; }
.datepicker { z-index: 1600 !important; }
.mx310{ max-height: 310px; }
.w15{ width: 10% !important; padding: 5px !important; }
.w85{ width: 75% !important; }

/*media queries*/
@media all and (max-width: 1600px){
	.navbar-light .navbar-nav .nav-link{ font-size: 15px; }
}

@media all and (max-width: 1200px){
	.navbar-light .navbar-nav .nav-link{ font-size: 14px; }
}

@media all and (max-width: 1024px){
	.navbar-light .navbar-nav .nav-link{ font-size: 12px; padding: 10px 0px; }
	.carousel{ margin-top: 4em; }
}

@media all and (max-width: 768px){
	.navbar-toggler{ margin-top: 5px; border: 2px solid var(--colorPrimary) !important; }
	
	.carousel{ margin-top: 6em; }
	
	#main-section.w-75, .navbar.fixed-top.w-75{
		width: 100% !important;
	}
	.navbar-light .navbar-nav .nav-link{
		font-size: 15px;
		box-shadow: 0px 1px 1px 0px #bfbfbf;
	}
	.navbar-light .navbar-nav .nav-link i.fa{
		display: inline;
		margin-right: 10px;
	}
	.navbar-collapse{
		margin-top: 10px;
	}
	.d-p-0{
		padding: 15px;
	}
}

@media all and (max-width: 640px){
	.nav-tabs li a { font-size: 14px; }
	.w15{ width: 12% !important; padding: 5px !important; }
	.w85{ width: 70% !important; }
	#floating-content { position: relative;margin-bottom: -65px;}
	.box-wrapper{width:100%;}
	.top-buffer h1{font-size:26px;}
	.tab-content .carousel-item img { height: 250px; }
}