* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #0F0F0F;
    color: #F5F5F5;
}

/* ================= NAVBAR ================= */

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 60px;
    background: rgba(15, 15, 15, 0.95);
    backdrop-filter: blur(10px);
    transition: 0.3s ease;
    z-index: 1000;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    height: 50px;
}

nav ul {
    display: flex;
    list-style: none;
    gap: 30px;
}

nav a {
    text-decoration: none;
    color: #F5F5F5;
    font-size: 16px;
    letter-spacing: 1px;
    transition: 0.3s ease;
    position: relative;
}

nav a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    background: #00C26E;
    transition: 0.3s ease;
}

nav a:hover {
    color: #00C26E;
}

nav a:hover::after {
    width: 100%;
}

nav a.active {
    color: #00C26E;
}

nav a.active::after {
    width: 100%;
}

/* =========================
   header
========================= */
.page-hero {
    height: 50vh;
    padding-top: 120px;
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
        url("https://www.gangarealty.com/blog/wp-content/uploads/2025/05/High-Rise-Premium-Ultra-Luxury-Apartments-scaled.webp") center/cover no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.page-hero h1 {
    color: #F5F5F5;
    font-size: 48px;
    margin-bottom: 15px;
}

.page-hero p {
    max-width: 650px;
    color: #B5B5B5;
}

/* =========================
   contact options
========================= */
.features-wrapper {
    position: relative;
    background: #0f0f0f;
    margin-top: 40px;
    z-index: 10;
}

.features-box {
    width: 85%;
    margin: auto;
    background: #1a1a1a;
    padding: 60px 40px;
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.feature {
    flex: 1;
    text-align: center;
    padding: 30px 20px;
}

.feature:hover {
    transform: translateY(-6px);
    transition: 0.3s;
    box-shadow: 0 15px 35px rgba(0, 194, 110, 0.2);
}

.feature img {
    height: 45px;
    margin-bottom: 18px;

    filter: invert(57%) sepia(94%) saturate(374%) hue-rotate(104deg) brightness(93%) contrast(94%);
}

.feature a {
    color: #cccccc;
    text-decoration: none;
}

.feature a:hover {
    color: #00c26e;
}

.feature h3 {
    font-size: 18px;
    color: white;
    margin-bottom: 12px;
    position: relative;
}

.feature h3::after {
    content: "";
    width: 40px;
    height: 3px;
    background: #00c26e;
    display: block;
    margin: 12px auto 0;
    border-radius: 2px;
}

.feature p {
    color: #b5b5b5;
    font-size: 14px;
    line-height: 1.6;
}

/* =========================
   Contact Us
========================= */
.contact-us {
    padding: 120px 50px;
    background: #0f0f0f;
}

.contact-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 700px;
    margin: 0 auto;
    gap: 30px;
}

.con-title {
    font-size: 48px;
    font-family: 'Playfair Display', serif;
    color: #cccccc;
    align-items: center;
}

.contact-form {

    flex: 1;
    width: 100%;
    max-width: 600px;
    background: #1a1a1a;
    padding: 50px;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}

.contact-form h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 8px;
    border: none;
    background: #2a2a2a;
    color: #f5f5f5;
    font-size: 14px;
}

.contact-form textarea {
    height: 140px;
    resize: none;
}

.contact-btn {
    margin-top: 10px;
    padding: 14px;
    background: #00C26E;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
}

.contact-btn:hover {
    background: #00a65c;
}

.contact-img {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}


.contact-img img {
    margin-right: 90px;
    width: 100%;
    height: 550px;
    max-width: 450px;
    border-radius: 20px;
    object-fit: cover;
}

/* =========================
    location
========================= */

.contact-map {
    padding: 120px 80px;
    background: #0f0f0f;
    color: #f5f5f5;
    border-top: 1px solid #222;
}

.contact-map-content {
    max-width: 1200px;
    margin: auto;
}

.contact-title h2 {
    font-size: 40px;
    font-family: 'Playfair Display', serif;
    color: #cccccc;
}

.contact-title h1 {
    font-size: 50px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    margin-bottom: 60px;
    color: white;
}

.contact-map-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    width: 100%;
}

.map-box {
    flex: 2;
    width: 100%;
    transform: translateY(-40px);
}

.map-box iframe {
    width: 100%;
    height: 450px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.contact-details {
    flex: 1;
    max-width: 320px;
}

.contact-item {
    margin-bottom: 35px;
}

.contact-item h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #00c26e;
}

.contact-item p {
    color: #cccccc;
    font-size: 15px;
}

.contact-item a {
    text-decoration: none;
    color: #cccccc;
}

.map-btn {
    display: inline-block;
    margin-top: 25px;
    padding: 14px 30px;
    background: #00c26e;
    color: black;
    font-weight: 500;
    text-decoration: none;
    border-radius: 6px;
    transition: 0.3s ease;
}

.map-btn:hover {
    background: #00a65c;
    transform: translateY(-2px);
    color: white;
}

/* =========================
    Footer
========================= */

.footer {
    border-top: 1px solid #222;
    background: #0a0a0a;
    padding: 80px 0 30px;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 80px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 80px;
}

.footer-logo img {
    width: 130px;
    margin-bottom: 20px;
}

.footer-description {
    max-width: 380px;
}

.footer-description p {
    color: #bbbbbb;
    line-height: 1.7;
    font-size: 14px;
}

.footer-links {
    display: flex;
    gap: 70px;
}

.footer-links p {
    font-size: 18px;
    margin-bottom: 15px;
}

.footer-links ul {
    list-style: none;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    text-decoration: none;
    color: #bbbbbb;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #00c26e;
}

.contact-links span {
    color: white;
    font-weight: 500;
}

.footer-bottom {
    border-top: 1px solid #222;
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
}

.footer-bottom p {
    color: #777;
    font-size: 13px;
}

/* =========================
   Tablet
========================= */

@media (max-width:1024px) {

    header {
        padding: 15px 40px;
    }

    .page-hero h1 {
        font-size: 42px;
    }

    .features-box {
        flex-wrap: wrap;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .feature {
        flex: 1 1 40%;
    }

    .contact-us {
        padding: 100px 40px;
    }

    .contact-map {
        padding: 100px 40px;
    }

    .footer-container {
        padding: 0 40px;
    }

    .footer-content {
        gap: 50px;
    }

}

/* =========================
   Mobile
========================= */

@media (max-width:768px) {

    header {
        padding: 15px 25px;
    }

    nav ul {
        gap: 20px;
        font-size: 14px;
    }

    .page-hero {
        height: 45vh;
        padding-top: 100px;
    }

    .page-hero h1 {
        font-size: 36px;
    }

    .page-hero p {
        font-size: 14px;
    }

    /* feature cards */

    .features-box {
        flex-direction: column;
        text-align: center;
        gap: 25px;
        grid-template-columns: 1fr;
        width: 100%;
        padding: 40px 25px;
    }

    .feature {
        max-width: 350px;
        margin: auto;
    }

    /* contact form */

    .contact-us {
        padding: 80px 25px;
    }

    .con-title {
        font-size: 36px;
    }

    .contact-form {
        padding: 40px;
    }

    .contact-form h2 {
        font-size: 28px;
    }

    /* map section */

    .contact-map {
        padding: 80px 25px;
    }

    .contact-title h1 {
        font-size: 36px;
    }

    .contact-title h2 {
        font-size: 30px;
    }

    .map-box iframe {
        height: 380px;
    }

    /* footer */

    .footer-content {
        flex-direction: column;
        gap: 40px;
    }

    .footer-links {
        flex-direction: column;
        gap: 30px;
    }

    .footer-container {
        padding: 0 25px;
    }

}

/* =========================
   Small phones
========================= */

@media (max-width:480px) {

    .logo img {
        height: 40px;
    }

    nav ul {
        gap: 12px;
    }

    .page-hero h1 {
        font-size: 30px;
    }

    .feature h3 {
        font-size: 16px;
    }

    .feature p {
        font-size: 13px;
    }

    .contact-form {
        padding: 30px;
    }

    .contact-btn {
        font-size: 14px;
    }

    .map-box iframe {
        height: 320px;
    }

    .footer-logo img {
        width: 110px;
    }

}