@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Poppins:wght@300;400;500;600&display=swap');

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins', sans-serif;
}

.hero{
    position:relative;
    width:100%;
    height:100vh;

    background:url('./images/0c8dd457-6ebd-441d-94ad-0e70a2e9c8cb.png') center center/cover no-repeat;
    overflow:hidden;
}

.overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.25);
}

.navbar{
    position:relative;
    z-index:2;

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:25px 80px;
}

.logo img{
    height:70px;
}

nav ul{
    display:flex;
    list-style:none;
    gap:50px;
}

nav ul li a{
    color:#fff;
    text-decoration:none;
    font-size:18px;
    font-weight:400;
    position:relative;
}

nav ul li a.active::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-12px;
    width:100%;
    height:2px;
    background:#fff;
}

.login-btn{
    text-decoration:none;
    color:#fff;
    border:2px solid #fff;
    padding:12px 30px;
    border-radius:50px;
    font-weight:500;
}

.hero-content{
    position:relative;
    z-index:2;

    height:calc(100vh - 120px);

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

.center-logo img{
    width:120px;
    margin-bottom:30px;
}

.hero-content h1{
    font-family:'Cormorant Garamond', serif;
    font-size:88px;
    font-weight:500;
    color:#fff;
    letter-spacing:2px;
    text-align:center;
    margin-bottom:90px;
}

.stats{
    display:flex;
    gap:120px;
    color:#fff;
}

.stat-box{
    display:flex;
    align-items:center;
    gap:18px;
}

.stat-box i{
    font-size:50px;
}

.stat-box h2{
    font-size:42px;
    font-weight:600;
}

.stat-box p{
    font-size:20px;
}

@media(max-width:992px){

    .navbar{
        padding:20px;
    }

    nav{
        display:none;
    }

    .hero-content h1{
        font-size:50px;
        padding:0 20px;
    }

    .stats{
        flex-direction:column;
        gap:40px;
    }
}

.belief-section{
    background:#f8f8f8;
    text-align:center;
    padding:80px 20px 40px;
}

.hindi-text{
    display:inline-block;
    background:#dce8f3;
    color:#102744;
    padding:18px 30px;
    border-radius:15px;
    font-size:28px;
    font-weight:400;
    margin-bottom:80px;
    font-family:'Noto Sans Devanagari', sans-serif;
}

.belief-content h2{
    font-family:'Cormorant Garamond', serif;
    font-size:72px;
    font-weight:400;
    line-height:1.15;
    letter-spacing:1px;
    color:#1f2d3d;
    text-transform:uppercase;
    max-width:1200px;
    margin:auto;
}

@media(max-width:992px){

    .hindi-text{
        font-size:20px;
        padding:15px 20px;
    }

    .belief-content h2{
        font-size:42px;
    }
}

@media(max-width:576px){

    .belief-content h2{
        font-size:28px;
        line-height:1.3;
    }

    .hindi-text{
        font-size:16px;
    }
}

.know-section{
    min-height:100vh;

    background:url("./images/ead79b43-5dda-4bfc-9730-d5e5b4e680ab.png") center center/cover no-repeat;

    display:flex;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    justify-content:center;
    align-items:center;

    padding:80px 20px;
}

.overlay-box{
    position:relative;

    width:100%;
    max-width:900px;

    background:rgba(255,255,255,0.88);
    backdrop-filter:blur(4px);

    padding:60px 70px;

    text-align:center;
}

.overlay-box h2{
    font-family:'Cormorant Garamond', serif;
    font-size:70px;
    font-weight:500;
    color:#0c1f42;
    margin-bottom:35px;
    letter-spacing:1px;
}

.overlay-box p{
    font-family:'Poppins', sans-serif;
    font-size:18px;
    line-height:1.9;
    color:#6b7280;
    max-width:780px;
    margin:auto;
}

.overlay-box strong{
    color:#4b5563;
    font-weight:600;
}

.corner-icon{
    position:absolute;
    right:20px;
    bottom:15px;
}

.corner-icon img{
    width:70px;
    opacity:0.7;
}

.locations-section{
    padding:90px 20px;
    background:#f8f8f8;
    text-align:center;
}

.container{
    max-width:1200px;
    margin:auto;
}

.locations-section h2{
    font-family:'Cormorant Garamond', serif;
    font-size:72px;
    font-weight:500;
    color:#071c4d;
    margin-bottom:25px;
    letter-spacing:1px;
}

.subtitle{
    max-width:820px;
    margin:0 auto 40px;
    font-size:20px;
    line-height:1.7;
    color:#6b7280;
    font-family:'Poppins', sans-serif;
}

.subtitle strong{
    color:#334155;
    font-weight:600;
}

.filter-row{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:38px;
}

.filter-btn{
    border:1px solid #c6d1f5;
    background:#fff;
    color:#071c4d;

    padding:12px 28px;
    border-radius:50px;

    font-size:18px;
    font-weight:500;
    font-family:'Poppins', sans-serif;

    cursor:pointer;
    transition:.3s ease;
}

.filter-btn:hover{
    background:#071c4d;
    color:#fff;
}

.filter-btn.active{
    background:#071c4d;
    color:#fff;
    border-color:#071c4d;
}

.property-types{
    margin-top:10px;
}

.projects-section{
    padding:100px 20px;
    background:#f7f7f7;
}

.container{
    max-width:1200px;
    margin:auto;
}

.projects-section h2{
    text-align:center;
    font-family:'Cormorant Garamond', serif;
    font-size:54px;
    color:#08204d;
    margin-bottom:50px;
}

.projects-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.project-card{
    background:#fff;
    border:1px solid #d7dff8;
    overflow:hidden;
    transition:.3s ease;
}

.project-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 30px rgba(0,0,0,.08);
}

.project-image{
    position:relative;
    height:220px;
}

.project-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.badge{
    position:absolute;
    top:10px;
    padding:4px 10px;
    font-size:11px;
    border-radius:20px;
    font-weight:600;
    color:#fff;
}

.green{
    left:10px;
    background:#1fb36b;
}

.blue{
    right:10px;
    background:#6b8cff;
}

.purple{
    right:10px;
    background:#8b5cf6;
}

.project-content{
    padding:18px;
}

.project-content h3{
    font-family:'Cormorant Garamond', serif;
    font-size:28px;
    color:#08204d;
    margin-bottom:10px;
}

.location,
.price{
    font-size:14px;
    color:#64748b;
    margin-bottom:8px;
}

.desc{
    font-size:14px;
    color:#555;
    line-height:1.7;
    margin-bottom:15px;
}

.status{
    border-top:1px solid #eee;
    padding-top:12px;
    font-size:12px;
    font-weight:600;
    color:#08204d;
    letter-spacing:1px;
}

/* Responsive */

@media(max-width:992px){

    .projects-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:768px){

    .projects-grid{
        grid-template-columns:1fr;
    }

    .projects-section h2{
        font-size:40px;
    }

}

.problem-section{
    background:#f8f8f8;
    padding:100px 20px;
}

.container{
    max-width:1200px;
    margin:auto;
}

.problem-section h2{
    text-align:center;
    font-family:'Cormorant Garamond', serif;
    font-size:72px;
    font-weight:500;
    line-height:1.15;
    color:#071c4d;
    margin-bottom:90px;
    letter-spacing:1px;
}

.problem-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:80px;
    text-align:center;
}

.problem-card{
    display:flex;
    flex-direction:column;
    align-items:center;
}

.problem-card .icon{
    width:120px;
    height:120px;
    margin-bottom:25px;
}

.problem-card .icon img{
    width:100%;
    height:100%;
    object-fit:contain;
    opacity:0.55;
}

.problem-card p{
    font-family:'Poppins', sans-serif;
    font-size:20px;
    color:#667085;
    font-weight:400;
}

/* Tablet */
@media(max-width:992px){

    .problem-section h2{
        font-size:54px;
    }

    .problem-grid{
        gap:40px;
    }
}

/* Mobile */
@media(max-width:768px){

    .problem-section{
        padding:70px 20px;
    }

    .problem-section h2{
        font-size:38px;
        margin-bottom:50px;
    }

    .problem-grid{
        grid-template-columns:1fr;
        gap:50px;
    }

    .problem-card .icon{
        width:90px;
        height:90px;
    }

    .problem-card p{
        font-size:18px;
    }
}

.tech-section{
    background:#f8f8f8;
    padding:100px 20px;
}

.container{
    max-width:1200px;
    margin:auto;
}

.tech-section h2{
    text-align:center;
    font-family:'Cormorant Garamond', serif;
    font-size:62px;
    color:#08204d;
    font-weight:500;
    margin-bottom:20px;
}

.top-text{
    display:flex;
    justify-content:center;
    gap:40px;
    max-width:1000px;
    margin:0 auto 60px;
}

.top-text p{
    flex:1;
    font-size:14px;
    line-height:1.8;
    color:#6b7280;
    text-align:center;
}

.tech-wrapper{
    display:grid;
    grid-template-columns:450px 1fr;
    gap:60px;
    align-items:center;
}

.mobile-box{
    text-align:center;
}

.mobile-box img{
    max-width:100%;
    height:auto;
}

.content-box h3{
    font-family:'Cormorant Garamond', serif;
    font-size:54px;
    line-height:1.2;
    color:#2c3444;
    margin-bottom:30px;
}

.stats-row{
    display:flex;
    gap:20px;
    margin-bottom:30px;
}

.stat-card{
    flex:1;
    background:#f3eee6;
    padding:25px;
}

.stat-card span{
    display:block;
    font-size:22px;
    margin-bottom:10px;
}

.stat-card p{
    color:#6b7280;
    font-size:18px;
}

.store-buttons{
    display:flex;
    gap:15px;
    margin-bottom:25px;
}

.store-buttons img{
    height:45px;
}

.payment-icons{
    display:flex;
    align-items:center;
    gap:25px;
}

.payment-icons img{
    height:30px;
}

/* Responsive */

@media(max-width:992px){

    .tech-wrapper{
        grid-template-columns:1fr;
        text-align:center;
    }

    .content-box h3{
        font-size:42px;
    }

    .stats-row{
        flex-direction:column;
    }

    .store-buttons,
    .payment-icons{
        justify-content:center;
    }

    .top-text{
        flex-direction:column;
        gap:15px;
    }
}

@media(max-width:768px){

    .tech-section h2{
        font-size:42px;
    }

    .content-box h3{
        font-size:32px;
    }
}

.news-section{
    padding:100px 20px;
    background:#f8f8f8;
}

.container{
    max-width:1280px;
    margin:auto;
}

.news-section h2{
    text-align:center;
    font-family:'Cormorant Garamond', serif;
    font-size:54px;
    color:#08204d;
    margin-bottom:8px;
}

.subtitle{
    text-align:center;
    color:#7b8394;
    font-size:15px;
    margin-bottom:50px;
}

.news-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.news-card{
    background:#fff;
    border:1px solid #e5e7eb;
    transition:0.3s;
}

.news-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 30px rgba(0,0,0,.08);
}

.news-card img{
    width:100%;
    height:180px;
    object-fit:cover;
}

.news-content{
    padding:18px;
}

.date{
    display:inline-block;
    font-size:12px;
    color:#7b8394;
    margin-bottom:12px;
}

.news-content h3{
    font-family:'Cormorant Garamond', serif;
    color:#08204d;
    font-size:24px;
    line-height:1.3;
    margin-bottom:12px;
}

.news-content p{
    font-size:14px;
    color:#6b7280;
    line-height:1.7;
    margin-bottom:15px;
}

.news-content a{
    text-decoration:none;
    color:#08204d;
    font-size:14px;
    font-weight:600;
}

.btn-wrap{
    text-align:center;
    margin-top:40px;
}

.view-btn{
    display:inline-block;
    background:#08204d;
    color:#fff;
    text-decoration:none;
    padding:14px 34px;
    border-radius:50px;
    font-size:15px;
    font-weight:500;
}

.view-btn:hover{
    background:#0d2f70;
}

/* Responsive */

@media(max-width:992px){

    .news-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:768px){

    .news-grid{
        grid-template-columns:1fr;
    }

    .news-section h2{
        font-size:40px;
    }
}

.testimonials-section{
    padding:100px 20px;
    background:#f7f5ef;
}

.container{
    max-width:1200px;
    margin:auto;
}

.testimonials-section h2{
    text-align:center;
    font-family:'Cormorant Garamond', serif;
    font-size:56px;
    color:#08204d;
    margin-bottom:12px;
}

.subtitle{
    text-align:center;
    max-width:700px;
    margin:0 auto 35px;
    color:#6b7280;
    font-size:14px;
    line-height:1.8;
}

/* Tabs */

.social-tabs{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:35px;
}

.tab{
    border:none;
    padding:10px 22px;
    border-radius:30px;
    font-size:14px;
    font-weight:500;
    cursor:pointer;
    background:#fff;
}

.google{
    background:#4285F4;
    color:#fff;
}

.youtube{
    border:1px solid #ff0000;
    color:#ff0000;
}

.instagram{
    border:1px solid #E1306C;
    color:#E1306C;
}

.playstore{
    border:1px solid #34A853;
    color:#34A853;
}

.mouth{
    border:1px solid #6C63FF;
    color:#6C63FF;
}

/* Reviews */

.testimonial-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.review-card{
    background:#fff;
    border:1px solid #e5e7eb;
    padding:20px;
    transition:.3s;
}

.review-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.review-header{
    display:flex;
    gap:12px;
    margin-bottom:15px;
}

.review-header img{
    width:50px;
    height:50px;
    border-radius:50%;
    object-fit:cover;
}

.review-header h4{
    color:#08204d;
    font-size:16px;
}

.stars{
    color:#fbbf24;
    font-size:14px;
}

.review-card p{
    font-size:14px;
    line-height:1.8;
    color:#6b7280;
    margin-bottom:15px;
}

.review-card a{
    text-decoration:none;
    color:#2563eb;
    font-size:13px;
    font-weight:600;
}

.testimonial-nav{
    display:flex;
    justify-content:center;
    gap:15px;
    margin-top:35px;
}

.testimonial-nav button{
    border:1px solid #08204d;
    background:#fff;
    color:#08204d;
    padding:10px 18px;
    border-radius:30px;
    cursor:pointer;
}

.testimonial-nav button:hover{
    background:#08204d;
    color:#fff;
}

/* Responsive */

@media(max-width:992px){

    .testimonial-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:768px){

    .testimonial-grid{
        grid-template-columns:1fr;
    }

    .testimonials-section h2{
        font-size:40px;
    }

    .social-tabs{
        gap:8px;
    }
}

.about-section{
    padding:100px 20px;
    background:#f7f7f7;
}

.about-section .container{
    max-width:1280px;
    margin:auto;

    display:grid;
    grid-template-columns:60% 40%;
    gap:30px;
    align-items:stretch;
}

.about-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.about-content{
    background:#eef2f6;
    padding:45px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.about-content p{
    font-family:'Cormorant Garamond', serif;
    font-size:22px;
    line-height:1.8;
    color:#4b5563;
    margin-bottom:25px;
}

.about-content p:last-child{
    margin-bottom:0;
}

.about-content strong{
    color:#1e293b;
    font-weight:600;
}

/* Responsive */

@media(max-width:992px){

    .about-section .container{
        grid-template-columns:1fr;
    }

    .about-content{
        padding:35px;
    }
}

@media(max-width:768px){

    .about-section{
        padding:70px 15px;
    }

    .about-content{
        padding:25px;
    }

    .about-content p{
        font-size:18px;
        line-height:1.7;
    }
}

.enquiry-section{
    background:#f8f8f8;
    padding:80px 20px;
}

.enquiry-section .container{
    max-width:1200px;
    margin:auto;
    background:#fafafa;
    border:1px solid #d9dde5;
    border-radius:16px;
    padding:40px;
}

.form-header span{
    display:block;
    letter-spacing:6px;
    font-size:14px;
    color:#8a94a6;
    margin-bottom:5px;
}

.form-header h2{
    font-family:'Cormorant Garamond', serif;
    font-size:42px;
    color:#08204d;
    margin-bottom:5px;
}

.form-header p{
    color:#8a94a6;
    font-size:14px;
    margin-bottom:30px;
}

.form-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.form-group{
    display:flex;
    flex-direction:column;
}

.form-group label{
    font-size:14px;
    color:#555;
    margin-bottom:8px;
}

.form-group input,
.form-group select,
.form-group textarea{
    width:100%;
    border:1px solid #d9dde5;
    border-radius:14px;
    padding:14px 16px;
    background:#fff;
    font-size:14px;
    outline:none;
    transition:.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus{
    border-color:#08204d;
}

.full-width{
    margin-top:20px;
}

.form-group textarea{
    resize:none;
}

.submit-btn{
    margin-top:20px;
    background:#08204d;
    color:#fff;
    border:none;
    padding:14px 34px;
    border-radius:40px;
    cursor:pointer;
    font-size:16px;
    font-weight:500;
}

.submit-btn:hover{
    background:#0d2f70;
}

.privacy-box{
    margin-top:20px;
    background:#eef0ff;
    color:#8a94a6;
    padding:15px 20px;
    border-radius:14px;
    font-size:13px;
}

/* Responsive */

@media(max-width:768px){

    .form-grid{
        grid-template-columns:1fr;
    }

    .enquiry-section .container{
        padding:25px;
    }

    .form-header h2{
        font-size:34px;
    }

}

.footer{
    position:relative;

    background:url('./images/banner.png')
    center center/cover no-repeat;

    padding:80px 20px;

    color:#fff;
}

.footer-overlay{
    position:absolute;
    inset:0;

    background:rgba(0,0,0,.55);
}

.footer .container{
    position:relative;
    z-index:2;

    max-width:1300px;
    margin:auto;

    display:grid;
    grid-template-columns:
    1fr
    1fr
    1.2fr
    1.3fr;

    gap:50px;
}

.footer-logo{
    width:140px;
    margin-bottom:25px;
}

.footer h3{
    font-family:'Cormorant Garamond', serif;
    font-size:28px;
    margin-bottom:25px;
    letter-spacing:1px;
}

.footer ul{
    list-style:none;
}

.footer ul li{
    margin-bottom:12px;
}

.footer ul li a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.footer ul li a:hover{
    color:#d7d7d7;
}

.footer p{
    color:#f0f0f0;
    line-height:1.8;
    margin-bottom:12px;
}

.social-icons{
    display:flex;
    gap:15px;
}

.social-icons a{
    width:38px;
    height:38px;

    border:1px solid rgba(255,255,255,.4);

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;
    text-decoration:none;
}

.social-icons a:hover{
    background:#08204d;
}

.newsletter-text{
    margin-bottom:20px;
}

.newsletter-form{
    display:flex;
    gap:10px;
}

.newsletter-form input{
    flex:1;

    height:50px;

    border:none;
    outline:none;

    padding:0 15px;
}

.newsletter-form button{
    border:none;

    background:#08204d;
    color:#fff;

    padding:0 25px;

    border-radius:30px;

    cursor:pointer;
}

.newsletter-form button:hover{
    background:#10398c;
}

/* Responsive */

@media(max-width:992px){

    .footer .container{
        grid-template-columns:
        repeat(2,1fr);
    }

}

@media(max-width:768px){

    .footer .container{
        grid-template-columns:1fr;
    }

    .newsletter-form{
        flex-direction:column;
    }

    .newsletter-form button{
        height:50px;
    }

}