html, body{
overflow-x: hidden;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #F8F8F8;
    color: #111;
}

h1, h2, h3, h4, h5 {
    font-family: 'Playfair Display', serif;
}

.navbar {
    background-color: #fff !important;
    padding-top: 15px;
    padding-bottom: 15px;
box-shadow: 0 2px 20px rgba(0,0,0,0.05);
}

.navbar-brand {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    letter-spacing: 2px;
}

.hero{
position:relative;
height:85vh;
display:flex;
align-items:center;
justify-content:center;
overflow:hidden;
}

.hero-video iframe{
position:absolute;
top:50%;
left:50%;
width:120vw;
height:120vh;
transform:translate(-50%,-50%);
pointer-events:none;
}

.hero-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6));
}

.hero-content{
position:relative;
z-index:2;
}

.hero input,
.hero select{
border-radius:8px;
}

.hero button{
border-radius:8px;
font-weight:600;
}

.card {
    border: none;
    border-radius: 15px;
}

.card img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.btn-primary {
    background-color: #6B5E53;
    border: none;
}

.btn-primary:hover {
    background-color: #574B42;
}

.property-card {
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
}

.property-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.badge {
    background-color: #C2B8AC !important;
    color: #111;
    font-weight: 500;
}


.logo {
    height: 60px;
    width: auto;
}

.contact-box {
    background: #ffffff;
    border-radius: 20px;
}

h1 {
    font-size: 40px;
    font-weight: 600;
}

h3 {
    font-size: 28px;
    color: #6B5E53;
    font-weight: 600;
}

.thumb {
    transition: 0.3s;
    opacity: 0.7;
}

.thumb:hover {
    opacity: 1;
    transform: scale(1.05);
}

.price-box {
    background: #111;
    color: white;
    padding: 20px 25px;
    border-radius: 16px;
    display: inline-block;
}

.price-label {
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.7;
    letter-spacing: 1px;
}

.price-box h2 {
    margin: 0;
    font-weight: 700;
}

h1 {
    font-weight: 700;
    letter-spacing: -1px;
}

body {
    background: #f8f9fa;
}

.contact-box {
    position: sticky;
    top: 100px;
}

.property-description {
    background: linear-gradient(to bottom, #ffffff, #f9f9f9);
    padding: 35px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.section-title {
    font-weight: 700;
    font-size: 20px;
    position: relative;
}

.section-title::after {
    content: "";
    width: 40px;
    height: 3px;
    background: #000;
    display: block;
    margin-top: 8px;
    border-radius: 5px;
}

.description-content {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

.description-content p {
    margin-bottom: 15px;
}

.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #25D366;
    color: white;
    font-size: 22px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transition: 0.3s;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.card {
    transition: 0.3s;
    border-radius: 16px;
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.about-hero {
    height: 50vh;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
                url('../images/hero.jpg') center/cover no-repeat;
}

.map-container {
    border-radius: 20px;
}

.card:hover {
    transform: translateY(-6px);
    transition: 0.3s;
}

.footer-premium {
    background: #0f0f0f;
    color: #ccc;
}

.footer-logo {
    height: 45px;
}

.footer-title {
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}

.footer-text {
    font-size: 14px;
    line-height: 1.7;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #fff;
    padding-left: 5px;
}

.social-icons a {
    color: #ccc;
    font-size: 18px;
    margin-right: 12px;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #fff;
    transform: translateY(-3px);
}

.footer-divider {
    border-color: rgba(255,255,255,0.1);
}

.footer-copy {
    color: #888;
}

.navbar {
    transition: 0.3s;
}

.nav-link {
    font-weight: 500;
    color: #333 !important;
    transition: 0.3s;
}

.nav-link:hover {
    color: #000 !important;
}

.btn-dark {
    border-radius: 30px;
}

.login-wrapper {
    min-height: 100vh;
}

.login-left {
    flex: 1;
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
                url('../images/hero.jpg') center/cover no-repeat;
    align-items: center;
    justify-content: center;
}

.login-overlay {
    max-width: 400px;
}

.login-right {
    flex: 1;
    background: #f8f9fa;
}

.login-box {
    width: 100%;
    max-width: 350px;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.form-control {
    border-radius: 12px;
    padding: 10px;
}

.dash-card {
    background: #fff;
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.dash-card:hover {
    transform: translateY(-5px);
}

