

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    background: linear-gradient( 180deg, #050b16, #091425, #0d1c31);
    font-family: 'Poppins',sans-serif;
    display: flex;
    justify-content: center;
    padding: 20px 0 100px;
    color: #fff;
}

/* MAIN CARD */

.card-container {
    width: 100%;
    max-width: 430px;
    background: linear-gradient( 180deg, rgba(17,25,40,.97), rgba(8,12,20,.99));
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 60px rgba(0,0,0,.6);
    border: 1px solid rgba(255,255,255,.06);
}

/* GOLD EFFECT */

.gold-shape {
    position: absolute;
    top: -120px;
    right: -120px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(212,175,55,.45), transparent 70%);
    border-radius: 50%;
}

/* HERO */

.hero {
    position: relative;
    height: 250px;
    overflow: hidden;
}

    .hero img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: brightness(.55);
    }

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 180deg, rgba(0,0,0,.1), rgba(0,0,0,.92));
}

/* PROFILE */
.floating-card {
    position: absolute;
    right:20px;
    top:-107px;
    color:black;
    background: white;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    z-index: 10;
    animation: float 5s ease-in-out infinite;
    text-decoration:none;

}
.profile {
    position: relative;
    margin-top: -70px;
    padding: 0 20px 24px;
    text-align: center;
    z-index: 10;
}

    .profile img {
        width: 135px;
        height: 135px;
        object-fit: cover;
        border-radius: 30px;
        border: 5px solid #101a2f;
        box-shadow: 0 10px 35px rgba(0,0,0,.5);
    }

    .profile h2 {
        font-size: 32px;
        font-weight: 700;
        margin-top: 18px;
    }

    .profile h5 {
        font-size: 17px;
        color: #d4af37;
        margin-top: 6px;
        font-weight: 500;
    }

    .profile p {
        font-size: 14px;
        line-height: 1.9;
        margin-top: 14px;
        color: #cbd5e1;
    }

/* BUTTONS */

.actions {
    display: flex;
    gap: 12px;
    padding: 0 20px 24px;
}

.action-btn {
    flex: 1;
   
    border: none;
    border-radius: 18px;
    font-size: 15px;
    font-weight: 700;
}

.call-btn {
    background: linear-gradient( 180deg, #f3d36f, #c69a19);
    color: #000;
}

.whatsapp-btn {
    background: #25d366;
    color: #fff;
}

/* CONTACT */

.contact-box {
    padding: 0 20px 24px;
}

.contact-item {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,.04);
    padding: 15px;
    border-radius: 18px;
    margin-bottom: 14px;
    border: 1px solid rgba(255,255,255,.06);
}

    .contact-item i {
        width: 52px;
        height: 52px;
        line-height: 52px;
        text-align: center;
        border-radius: 16px;
        background: linear-gradient( 180deg, #f3d36f, #c69a19);
        color: #000;
        font-size: 18px;
        margin-right: 14px;
    }

    .contact-item div {
        font-size: 14px;
        line-height: 1.8;
    }

/* SECTION */

.section {
    padding: 0 20px 30px;
}

.section-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

    .section-title:after {
        content: '';
        width: 60px;
        height: 4px;
        border-radius: 20px;
        background: #d4af37;
        position: absolute;
        left: 0;
        bottom: -8px;
    }

/* ABOUT */

.about-box {
    background: rgba(255,255,255,.04);
    padding: 22px;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,.06);
}

.company-row {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

    .company-row span {
        display: block;
        font-size: 13px;
        color: #d4af37;
        margin-bottom: 5px;
        font-weight: 600;
    }

    .company-row p {
        font-size: 14px;
        margin: 0;
        line-height: 1.8;
    }

.speciality-box {
    margin-top: 20px;
    background: rgba(255,255,255,.04);
    padding: 18px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.06);
}

    .speciality-box h5 {
        font-size: 18px;
        font-weight: 700;
        color: #d4af37;
        margin-bottom: 10px;
    }

    .speciality-box p {
        font-size: 14px;
        line-height: 2;
        color: #cbd5e1;
    }

/* SERVICES */

.services {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 14px;
}

.service-box {
    background: rgba(255,255,255,.04);
    padding: 22px 12px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid rgba(255,255,255,.06);
}

    .service-box i {
        font-size: 30px;
        color: #d4af37;
        margin-bottom: 12px;
    }

    .service-box h6 {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.7;
    }

/* PROPERTY */

.property {
    background: rgba(255,255,255,.04);
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.06);
    margin-bottom:20px;
}

    .property img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

.property-content {
    padding: 18px;
}

    .property-content h4 {
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .property-content p {
        font-size: 14px;
        line-height: 1.9;
        color: #cbd5e1;
    }

.price {
    font-size: 30px;
    font-weight: 700;
    margin-top: 14px;
    color: #d4af37;
}

/* ACHIEVEMENT */

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 14px;
}

.stat-box {
    background: rgba(255,255,255,.04);
    padding: 22px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid rgba(255,255,255,.06);
}

    .stat-box h2 {
        font-size: 30px;
        font-weight: 700;
        color: #d4af37;
    }

    .stat-box p {
        font-size: 13px;
        margin-top: 8px;
    }

/* REVIEW */

.review-card {
    background: rgba(255,255,255,.04);
    padding: 24px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.06);
}

.stars {
    font-size: 22px;
    color: #d4af37;
    margin-bottom: 12px;
}

.review-card p {
    font-size: 14px;
    line-height: 2;
    color: #cbd5e1;
}

.review-card h5 {
    margin-top: 14px;
}

/* GALLERY */

.gallery {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 12px;
}

    .gallery img {
        width: 100%;
        height: 120px;
        object-fit: cover;
        border-radius: 18px;
    }

/* VIDEO */

.video-box {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

    .video-box img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 74px;
    height: 74px;
    line-height: 74px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255,255,255,.2);
    font-size: 28px;
}

/* FORM */

.modern-input {
    height: 56px;
    border-radius: 18px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    margin-bottom: 16px;
    color: #fff;
    padding-left: 16px;
    font-size: 14px;
}

textarea.modern-input {
    height: auto;
    padding-top: 14px;
}

.modern-input::placeholder {
    color: #94a3b8;
}

.send-btn {
    width: 100%;
    height: 56px;
    border: none;
    border-radius: 18px;
    background: linear-gradient( 180deg, #f3d36f, #c69a19);
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

/* BANK */

.bank-box {
    background: rgba(255,255,255,.04);
    padding: 22px;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,.06);
}

.bank-row {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

    .bank-row span {
        display: block;
        font-size: 13px;
        color: #d4af37;
        margin-bottom: 5px;
        font-weight: 600;
    }

    .bank-row p {
        margin: 0;
        font-size: 14px;
        line-height: 1.8;
    }

.upi-title {
    margin-top: 24px;
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #d4af37;
}

.upi-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 14px;
}

.upi-card {
    background: rgba(255,255,255,.04);
    padding: 18px 10px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid rgba(255,255,255,.06);
}

    .upi-card img {
        width: 42px;
        height: 42px;
        object-fit: contain;
        margin-bottom: 12px;
    }

    .upi-card h6 {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 6px;
    }

    .upi-card p {
        font-size: 12px;
        color: #cbd5e1;
        word-break: break-word;
    }

/* QR */

.upi-qr-box {
    margin-top: 24px;
    text-align: center;
    background: rgba(255,255,255,.04);
    padding: 20px;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,.06);
}

.upi-qr {
    width: 220px;
    background: #fff;
    padding: 12px;
    border-radius: 20px;
}

.upi-qr-box p {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 600;
    color: #d4af37;
}

.payment-buttons {
    display: flex;
    gap: 12px;
    margin-top: 22px;
}

.payment-btn {
    flex: 1;
    height: 54px;
    border: none;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 700;
}

.copy-btn {
    background: linear-gradient( 180deg, #f3d36f, #c69a19);
    color: #000;
}

.pay-btn {
    background: #22c55e;
    color: #fff;
}

/* QR SHARE */

.qr-share-box {
    text-align: center;
    background: rgba(255,255,255,.04);
    padding: 24px;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,.06);
}

.main-qr {
    width: 220px;
    background: #fff;
    padding: 12px;
    border-radius: 22px;
}

.qr-share-box p {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #d4af37;
}

.share-buttons {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.share-btn {
    flex: 1;
    height: 54px;
    border: none;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 700;
}

.save-btn {
    background: linear-gradient( 180deg, #f3d36f, #c69a19);
    color: #000;
}

.share-card-btn {
    background: #25d366;
    color: #fff;
}

/* MAP */

.map-box img {
    width: 100%;
    border-radius: 22px;
}

/* SOCIAL */

.social {
    display: flex;
    justify-content: center;
    gap: 14px;
    padding-bottom: 30px;
}

    .social a {
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: rgba(255,255,255,.05);
        border-radius: 16px;
        font-size: 20px;
        color: #d4af37;
        border: 1px solid rgba(255,255,255,.06);
        text-decoration: none;
    }

/* FOOTER */

.footer {
    padding: 24px;
    text-align: center;
    background: #070d18;
    font-size: 13px;
    color: #94a3b8;
}

/* NAVBAR */

.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 430px;
    background: rgba(8,12,20,.96);
    display: flex;
    justify-content: space-around;
    padding: 12px 0;
    border-top: 1px solid rgba(255,255,255,.06);
    backdrop-filter: blur(12px);
    z-index: 9999;
}

    .bottom-nav a {
        text-decoration: none;
        color: #fff;
        font-size: 11px;
        text-align: center;
        width: 20%;
    }

        .bottom-nav a i {
            display: block;
            font-size: 20px;
            margin-bottom: 5px;
            color: #d4af37;
        }


