/* =========================================================
   BHAGWATI DEVELOPERS
   Main Website Stylesheet
   ========================================================= */


/* =========================
   1. RESET & VARIABLES
   ========================= */

:root {
    --primary: #c89b3c;
    --primary-dark: #a77d28;
    --dark: #111111;
    --dark-light: #1c1c1c;
    --text: #333333;
    --text-light: #777777;
    --white: #ffffff;
    --light-bg: #f8f7f4;
    --border: #e5e5e5;

    --container: 1200px;

    --transition: all 0.3s ease;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}


body {
    font-family: "Inter", sans-serif;
    color: var(--text);
    background: var(--white);
    line-height: 1.6;
}


img {
    max-width: 100%;
    display: block;
}


a {
    text-decoration: none;
    color: inherit;
}


button,
input,
textarea,
select {
    font-family: inherit;
}


button {
    cursor: pointer;
}


ul {
    list-style: none;
}


/* =========================
   2. COMMON
   ========================= */

.container {
    width: min(92%, var(--container));
    margin: auto;
}


.section {
    padding: 100px 0;
}


.section-tag {
    display: inline-block;

    color: var(--primary);

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 2px;

    margin-bottom: 15px;
}


.section-heading {
    max-width: 700px;
    margin-bottom: 55px;
}


.section-heading.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


.section-heading h2 {
    font-family: "Playfair Display", serif;

    font-size: clamp(34px, 4vw, 50px);

    line-height: 1.2;

    color: var(--dark);

    margin-bottom: 20px;
}


.section-heading h2 span {
    color: var(--primary);
}


.section-heading p {
    color: var(--text-light);

    font-size: 16px;

    max-width: 650px;
}


/* =========================
   3. HEADER
   ========================= */

.header {
    position: fixed;

     top: 64px;
    left: 0;

    width: 100%;

    z-index: 1000;

    background: rgba(17, 17, 17, 0.96);

    backdrop-filter: blur(10px);

    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}


.nav-container {
    min-height: 92px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;
}


/* Logo */
.logo img {
    height: 70px;

    width: auto;

    display: block;

    object-fit: contain;
}

.logo {
    display: flex;

    align-items: center;

    gap: 10px;

    color: var(--white);

    font-weight: 800;
}


.logo-icon {
    width: 42px;
    height: 42px;

    display: grid;
    place-items: center;

    border: 1px solid var(--primary);

    color: var(--primary);

    font-size: 18px;
}


.logo-text {
    font-size: 18px;

    letter-spacing: 1px;
}


.logo-text span {
    color: var(--primary);
}


/* Navigation */

/* =========================
   NAVIGATION - DESKTOP
   ========================= */

.navbar {
    display: flex;

    align-items: center;

    gap: 38px;
}


/* Navigation Links */

.navbar a {
    position: relative;

    color: #ffffff;

    font-size: 15px;

    font-weight: 600;

    padding: 40px 0;

    transition: all 0.3s ease;
}


.navbar a:hover {
    color: #c9a13b;
}


/* Active Link */

.navbar a.active {
    color: #c9a13b;
}


/* Active underline */

.navbar a.active::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;

    bottom: 22px;

    height: 2px;

    background: #c9a13b;
}

/* Navigation End */
.navbar a {
    position: relative;

    color: #eeeeee;

    font-size: 14px;
    font-weight: 500;

    transition: var(--transition);
}


.navbar a:hover,
.navbar a.active {
    color: var(--primary);
}


.navbar a::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: -8px;

    width: 0;
    height: 2px;

    background: var(--primary);

    transition: var(--transition);
}


.navbar a:hover::after,
.navbar a.active::after {
    width: 100%;
}


/* Header Button */

.nav-btn {
    background: var(--primary);

    color: var(--dark);

    padding:  17px 30px;

    font-size: 14px;

    font-weight: 700;

    transition: var(--transition);
}


.nav-btn:hover {
    background: var(--white);

    transform: translateY(-2px);
}


/* Mobile Menu */

.menu-btn {
    display: none;

    width: 42px;
    height: 42px;

    border: 1px solid rgba(255, 255, 255, 0.2);

    background: transparent;

    color: var(--white);

    font-size: 18px;
}


/* =========================
   4. HERO
   ========================= */

.hero {
    position: relative;

    min-height:  720px;

    display: flex;

    align-items: center;

    color: var(--white);
	padding-top: 150px;
    padding-bottom: 80px;

    box-sizing: border-box;

    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.88),
            rgba(0, 0, 0, 0.55),
            rgba(0, 0, 0, 0.35)
        ),
        url("hero.jpg") center/cover no-repeat;

    overflow: hidden;
}


.hero-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.15),
            rgba(0, 0, 0, 0.45)
        );
}


.hero-content {
    position: relative;

    z-index: 2;

    padding-top: 20px;
}


.hero-text {
    max-width: 780px;
}


.hero-tag {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: var(--primary);

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 2px;

    margin-bottom: 20px;
}


.hero h1 {
    font-family: "Playfair Display", serif;

    font-size: clamp(48px, 6vw, 78px);

    line-height: 1.08;

    margin-bottom: 25px;
}


.hero h1 span {
    color: var(--primary);
}


.hero p {
    max-width: 650px;

    color: #dddddd;

    font-size: 17px;

    margin-bottom: 35px;
}


/* Hero Buttons */

.hero-buttons {
    display: flex;

    align-items: center;

    gap: 15px;

    flex-wrap: wrap;
}


.btn {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    min-height: 52px;

    padding: 0 25px;

    font-size: 14px;

    font-weight: 700;

    transition: var(--transition);
}


.btn-primary {
    background: var(--primary);

    color: var(--dark);
}


.btn-primary:hover {
    background: var(--white);

    transform: translateY(-3px);
}


.btn-outline {
    border: 1px solid rgba(255, 255, 255, 0.5);

    color: var(--white);
}


.btn-outline:hover {
    background: var(--white);

    color: var(--dark);

    transform: translateY(-3px);
}


/* Hero Stats */

.hero-stats {
    display: flex;

    align-items: center;

    gap: 50px;

    margin-top: 80px;
}


.stat-box {
    display: flex;

    align-items: center;

    gap: 14px;
}


.stat-box strong {
    color: var(--primary);

    font-size: 30px;
}


.stat-box span {
    color: #dddddd;

    font-size: 12px;

    line-height: 1.4;
}


/* =========================
   5. ABOUT
   ========================= */

.about {
    background: var(--white);
}


.about-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 70px;

    align-items: center;
}


.about-image {
    min-height: 500px;

    background: var(--light-bg);

    position: relative;
}


.image-placeholder {
    width: 100%;
    height: 100%;

    min-height: inherit;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 15px;

    color: #999;

    background:
        linear-gradient(
            135deg,
            #eeeeee,
            #dddddd
        );

    font-size: 14px;
}


.image-placeholder i {
    font-size: 45px;

    color: #aaaaaa;
}


.about-content h3 {
    font-family: "Playfair Display", serif;

    font-size: 32px;

    color: var(--dark);

    margin-bottom: 20px;
}


.about-content p {
    color: var(--text-light);

    margin-bottom: 18px;
}


.about-features {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 15px;

    margin-top: 30px;
}


.about-features div {
    display: flex;

    align-items: center;

    gap: 10px;

    font-size: 14px;

    font-weight: 600;
}


.about-features i {
    color: var(--primary);

    font-size: 17px;
}


/* =========================
   6. PROPERTIES
   ========================= */
/* =====================================================
   BHAGWATI DEVELOPERS
   PROPERTIES & SERVICES
   ===================================================== */

.properties-section {
    width: 100%;
}


/* MAIN GRID */

.property-grid {
    width: 100%;
    max-width: 100%;

    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 0;

    margin: 0;
}


/* =====================================================
   PROPERTY CARD
   ===================================================== */

.property-card {
    width: 100%;
    min-width: 0;

    min-height: 430px;

    padding: 38px 30px;

    background: #ffffff;

    border: 1px solid #e5e0d6;
    border-right: none;
    border-bottom: none;

    position: relative;

    display: flex;
    flex-direction: column;

    box-sizing: border-box;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


/* Last column border */

.property-card:nth-child(3n) {
    border-right: 1px solid #e5e0d6;
}


/* Bottom row */

.property-card:nth-child(n + 4) {
    border-bottom: 1px solid #e5e0d6;
}


/* HOVER */

.property-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.10);

    z-index: 5;
}


/* =====================================================
   FEATURED CARD
   ===================================================== */

.property-card.featured-property {
    background: #1c2d4f;

    color: #ffffff;
}


.property-card.featured-property h3 {
    color: #ffffff;
}


.property-card.featured-property p {
    color: rgba(255, 255, 255, 0.72);
}


.property-card.featured-property
.property-location {
    color: rgba(255, 255, 255, 0.70);
}


.property-card.featured-property
.property-price {
    color: #d3aa45;
}


/* =====================================================
   ICON
   ===================================================== */

.property-icon {
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 27px;

    margin-bottom: 22px;
}


/* =====================================================
   PROPERTY TYPE
   ===================================================== */

.property-type {
    width: fit-content;

    display: inline-block;

    padding: 6px 11px;

    margin-bottom: 18px;

    background: #f5f1e6;

    color: #b48a2d;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 1.5px;

    line-height: 1;

    text-transform: uppercase;
}


.featured-property .property-type {
    background: rgba(211, 170, 69, 0.15);

    color: #d5aa42;
}


/* =====================================================
   TITLE
   ===================================================== */

.property-card h3 {
    margin: 0 0 14px;

    color: #10203d;

    font-family: "Playfair Display", serif;

    font-size: 22px;

    font-weight: 600;

    line-height: 1.3;
}


/* =====================================================
   DESCRIPTION
   ===================================================== */

.property-card p {
    margin: 0 0 20px;

    color: #707070;

    font-size: 13px;

    line-height: 1.75;
}


/* =====================================================
   LOCATION
   ===================================================== */

.property-location {
    margin-top: auto;

    margin-bottom: 16px;

    color: #777777;

    font-size: 11px;

    line-height: 1.6;
}


/* =====================================================
   PRICE
   ===================================================== */

.property-price {
    margin-bottom: 20px;

    color: #10203d;

    font-family: "Playfair Display", serif;

    font-size: 17px;

    font-weight: 600;
}


/* =====================================================
   BUTTON
   ===================================================== */

.property-btn {
    width: fit-content;

    padding: 11px 19px;

    border: none;

    background: #c9a13b;

    color: #111111;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1px;

    text-transform: uppercase;

    cursor: pointer;

    transition: all 0.3s ease;
}


.property-btn:hover {
    background: #10203d;

    color: #ffffff;
}


/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 1000px) {

    .property-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }


    .property-card:nth-child(3n) {
        border-right: none;
    }


    .property-card:nth-child(2n) {
        border-right: 1px solid #e5e0d6;
    }


    .property-card:nth-child(n + 4) {
        border-bottom: none;
    }


    .property-card:nth-child(n + 3) {
        border-bottom: 1px solid #e5e0d6;
    }

}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 768px) {

    .property-grid {
        grid-template-columns: 1fr;
    }


    .property-card {
        min-height: auto;

        padding: 32px 24px;
    }


    .property-card,
    .property-card:nth-child(2n),
    .property-card:nth-child(3n) {
        border-right: 1px solid #e5e0d6;

        border-bottom: none;
    }


    .property-card:last-child {
        border-bottom: 1px solid #e5e0d6;
    }


    .property-card h3 {
        font-size: 21px;
    }
	.success-box {
    padding: 40px 25px;
	}

	.success-box h1 {
		font-size: 34px;
	}

	.success-box h2 {
		font-size: 19px;
	}

}


/* =========================
   7. WHY US
   ========================= */

.why-us {
    background: var(--white);
}


.why-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 20px;
}


.why-card {
    padding: 35px 25px;

    background: var(--light-bg);

    border: 1px solid var(--border);

    text-align: center;

    transition: var(--transition);
}


.why-card:hover {
    transform: translateY(-5px);

    border-color: var(--primary);
}


.why-icon {
    width: 65px;
    height: 65px;

    display: grid;

    place-items: center;

    margin: 0 auto 20px;

    background: rgba(200, 155, 60, 0.12);

    color: var(--primary);

    font-size: 25px;
}


.why-card h3 {
    color: var(--dark);

    font-size: 17px;

    margin-bottom: 12px;
}


.why-card p {
    color: var(--text-light);

    font-size: 13px;
}


/* =========================
   8. REGISTRATION
   ========================= */

.register {
    background:
        linear-gradient(
            110deg,
            #151515,
            #242424
        );

    color: var(--white);
}


.register-container {
    display: grid;

    grid-template-columns: 0.9fr 1.1fr;

    gap: 70px;

    align-items: center;
}


.register-info .section-tag {
    color: var(--primary);
}


.register-info h2 {
    font-family: "Playfair Display", serif;

    font-size: clamp(35px, 4vw, 52px);

    line-height: 1.15;

    margin-bottom: 20px;
}


.register-info h2 span {
    color: var(--primary);
}


.register-info > p {
    color: #bbbbbb;

    max-width: 500px;

    margin-bottom: 40px;
}


.contact-item {
    display: flex;

    align-items: center;

    gap: 18px;

    margin-bottom: 25px;
}


.contact-item > i {
    width: 45px;
    height: 45px;

    display: grid;

    place-items: center;

    background: rgba(200, 155, 60, 0.12);

    color: var(--primary);
}


.contact-item small {
    display: block;

    color: #999;

    font-size: 11px;

    text-transform: uppercase;

    letter-spacing: 1px;
}


.contact-item strong {
    display: block;

    color: var(--white);

    font-size: 15px;

    margin-top: 2px;
}


/* Form */

.register-form-wrapper {
    background: var(--white);

    padding: 40px;

    color: var(--dark);

    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.25);
}


.form-heading {
    margin-bottom: 28px;
}


.form-heading h3 {
    font-family: "Playfair Display", serif;

    font-size: 28px;

    margin-bottom: 5px;
}


.form-heading p {
    color: var(--text-light);

    font-size: 13px;
}


.form-row {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 18px;
}


.form-group {
    margin-bottom: 18px;
}


.form-group label {
    display: block;

    color: var(--dark);

    font-size: 12px;

    font-weight: 700;

    margin-bottom: 7px;
}


.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;

    border: 1px solid var(--border);

    background: #fafafa;

    color: var(--dark);

    padding: 13px 14px;

    outline: none;

    font-size: 13px;

    transition: var(--transition);
}


.form-group input,
.form-group select {
    height: 47px;
}


.form-group textarea {
    resize: vertical;

    min-height: 100px;
}


.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--primary);

    background: var(--white);

    box-shadow: 0 0 0 3px rgba(200, 155, 60, 0.08);
}


.submit-btn {
    width: 100%;

    min-height: 52px;

    border: none;

    background: var(--primary);

    color: var(--dark);

    font-size: 13px;

    font-weight: 800;

    transition: var(--transition);
}


.submit-btn:hover {
    background: var(--dark);

    color: var(--white);
}


.submit-btn i {
    margin-left: 8px;
}


.form-note {
    color: #999;

    text-align: center;

    font-size: 11px;

    margin-top: 15px;
}


.form-note i {
    color: var(--primary);

    margin-right: 5px;
}


/* =========================
   9. CONTACT
   ========================= */

.contact {
    background: var(--light-bg);
}


.contact-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;
}


.contact-card {
    background: var(--white);

    border: 1px solid var(--border);

    padding: 35px;

    text-align: center;

    transition: var(--transition);
}


.contact-card:hover {
    transform: translateY(-5px);

    border-color: var(--primary);
}


.contact-card > i {
    width: 60px;
    height: 60px;

    display: grid;

    place-items: center;

    margin: 0 auto 18px;

    background: rgba(200, 155, 60, 0.12);

    color: var(--primary);

    font-size: 22px;
}


.contact-card h3 {
    color: var(--dark);

    font-size: 17px;

    margin-bottom: 8px;
}


.contact-card p {
    color: var(--text-light);

    font-size: 14px;
}


/* =========================
   10. FOOTER
   ========================= */

.footer {
    background: #0d0d0d;

    color: #bbbbbb;
}


.footer-container {
    display: grid;

    grid-template-columns: 2fr 1fr 1fr;

    gap: 60px;

    padding-top: 70px;

    padding-bottom: 60px;
}


.footer-brand p {
    max-width: 320px;

    color: #888;

    font-size: 13px;

    margin-top: 18px;
}


.footer-links {
    display: flex;

    flex-direction: column;

    gap: 10px;
}


.footer-links h4 {
    color: var(--white);

    font-size: 14px;

    margin-bottom: 8px;
}


.footer-links a {
    color: #888;

    font-size: 13px;

    transition: var(--transition);
}


.footer-links a:hover {
    color: var(--primary);

    padding-left: 4px;
}


.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);

    text-align: center;

    padding: 20px;

    color: #666;

    font-size: 12px;
}


/* =========================
   11. WHATSAPP
   ========================= */

.whatsapp-btn {
    position: fixed;

    right: 25px;
    bottom: 25px;

    z-index: 999;

    display: flex;

    align-items: center;

    gap: 10px;

    padding: 13px 20px;

    border-radius: 50px;

    background: #25d366;

    color: var(--white);

    font-size: 13px;

    font-weight: 700;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);

    transition: var(--transition);
}


.whatsapp-btn i {
    font-size: 23px;
}


.whatsapp-btn:hover {
    transform: translateY(-4px);

    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}


/* =========================
   12. RESPONSIVE
   ========================= */


/* Tablet */

@media (max-width: 992px) {

    .navbar {
        gap: 20px;
    }


    .property-grid {
        grid-template-columns: 1fr 1fr;
    }


    .why-grid {
        grid-template-columns: 1fr 1fr;
    }


    .about-grid {
        gap: 40px;
    }


    .register-container {
        grid-template-columns: 1fr;
    }

}


/* Mobile */

@media (max-width: 768px) {

    /* =========================
       MOBILE TOP INFO BAR
       ========================= */

    .top-info-bar {
        height: 48px;

        justify-content: flex-start;

        overflow-x: auto;

        scrollbar-width: none;
    }


    .top-info-bar::-webkit-scrollbar {
        display: none;
    }


    .top-info-container {
        width: max-content;

        justify-content: flex-start;

        gap: 22px;

        padding: 0 20px;
    }


    .top-info-container span {
        font-size: 9px;

        letter-spacing: 1.5px;
    }


    .top-info-container i {
        font-size: 6px;
    }


    /* =========================
       HEADER
       ========================= */

    .header {
        top: 48px;
    }


    /* =========================
       SECTIONS
       ========================= */

    .section {
        padding: 75px 0;
    }


    /* =========================
       NAVBAR
       ========================= */

    .nav-container {
        min-height: 105px;
    }


    .navbar {
        position: absolute;

        top: 70px;

        left: 0;

        width: 100%;

        display: none;

        flex-direction: column;

        align-items: flex-start;

        gap: 0;

        background: #111;

        border-top: 1px solid rgba(255, 255, 255, 0.08);

        padding: 10px 5%;
    }


    .navbar.active {
        display: flex;
    }


    .navbar a {
        width: 100%;

        padding: 14px 0;
    }


    .navbar a::after {
        display: none;
    }


    .nav-btn {
        display: none;
    }


    .menu-btn {
        display: block;
    }


    /* =========================
       HERO
       ========================= */

    .hero {
        min-height: 850px;
    }


    .hero h1 {
        font-size: 48px;
    }


    .hero p {
        font-size: 15px;
    }


    .hero-stats {
        gap: 25px;

        flex-wrap: wrap;

        margin-top: 55px;
    }


    .stat-box strong {
        font-size: 24px;
    }


    /* =========================
       ABOUT
       ========================= */

    .about-grid {
        grid-template-columns: 1fr;
    }


    .about-image {
        min-height: 350px;
    }


    /* =========================
       PROPERTIES
       ========================= */

    .property-grid {
        grid-template-columns: 1fr;
    }


    /* =========================
       WHY US
       ========================= */

    .why-grid {
        grid-template-columns: 1fr 1fr;
    }


    /* =========================
       REGISTRATION FORM
       ========================= */

    .form-row {
        grid-template-columns: 1fr;
    }


    .register-form-wrapper {
        padding: 28px 22px;
    }


    /* =========================
       CONTACT
       ========================= */

    .contact-grid {
        grid-template-columns: 1fr;
    }


    /* =========================
       FOOTER
       ========================= */

    .footer-container {
        grid-template-columns: 1fr 1fr;

        gap: 35px;
    }


    .footer-brand {
        grid-column: 1 / -1;
    }

}

/* Small Mobile */

@media (max-width: 480px) {

    .hero {
        min-height: 800px;
    }


    .hero h1 {
        font-size: 40px;
    }


    .hero-buttons {
        flex-direction: column;

        align-items: stretch;
    }


    .btn {
        width: 100%;
    }


    .hero-stats {
        display: grid;

        grid-template-columns: 1fr 1fr;

        gap: 20px;
    }


    .stat-box:last-child {
        grid-column: 1 / -1;
    }


    .why-grid {
        grid-template-columns: 1fr;
    }


    .about-features {
        grid-template-columns: 1fr;
    }


    .whatsapp-btn {
        right: 15px;
        bottom: 15px;

        width: 55px;
        height: 55px;

        padding: 0;

        justify-content: center;
    }


    .whatsapp-btn span {
        display: none;
    }


    .footer-container {
        grid-template-columns: 1fr;
    }

}
/* =========================
   REAL PROPERTY IMAGES
   ========================= */

.about-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}


.property-image img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    display: block;
}
@media (max-width: 768px) {

    .about-image img {
        height: 350px;
    }

    .property-image img {
        height: 270px;
    }

}

/* =========================
   TOP INFORMATION BAR
   ========================= */

.top-info-bar {
    position: fixed;

    top: 0;
    left: 0;

    width: 100%;

    height: 48px;

    z-index: 1100;

    background: var(--primary);

    display: flex;

    align-items: center;

    justify-content: flex-start;

     overflow-x: auto;
	 
}


.top-info-container {
    width: min(92%, 1200px);
	

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 34px;

    white-space: nowrap;
}


.top-info-container span {
    color: var(--dark);

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}


.top-info-container i {
    color: var(--dark);

    font-size: 8px;

    opacity: 0.7;
}
.header {
    top: 64px;
}
/* =====================================================
   FINAL FIX - PROPERTY GRID WIDTH
   ===================================================== */

.properties-section .container {
    width: 90% !important;
    max-width: 1100px !important;
    margin-left: auto !important;
    margin-right: auto !important;

    display: block !important;
}


.properties-section .property-grid {
    width: 100% !important;
    max-width: 100% !important;

    display: grid !important;

    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;

    gap: 0 !important;

    margin: 0 !important;

    padding: 0 !important;

    box-sizing: border-box !important;
}


.properties-section .property-card {
    width: auto !important;
    min-width: 0 !important;

    box-sizing: border-box !important;
}


/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 1000px) {

    .properties-section .property-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;
    }

}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 768px) {

    .properties-section .container {
        width: 92% !important;
    }


    .properties-section .property-grid {
        grid-template-columns: 1fr !important;
    }

}/* =========================================
   TOP GOLD INFORMATION BAR
   DESKTOP ONLY
   ========================================= */

@media (min-width: 993px) {

    .top-info-bar {
        min-height: 64px !important;
        height: 64px !important;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .top-info-container {
        width: min(92%, 1200px);

        min-height: 64px;

        display: flex;
        align-items: center;
        justify-content: space-between;

        gap: 30px;
    }

    .top-info-item {
        font-size: 12px !important;

        font-weight: 700;

        letter-spacing: 1.5px;

        white-space: nowrap;

        line-height: 1.2;
    }

}
.success-page {
    min-height: 100vh;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #f7f5ef;

    padding: 30px;
}


.success-box {
    width: 100%;

    max-width: 600px;

    background: #ffffff;

    text-align: center;

    padding: 55px 40px;

    border-radius: 12px;

    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.10);
}


.success-icon {
    width: 70px;

    height: 70px;

    margin: 0 auto 25px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #c99d3b;

    color: #ffffff;

    font-size: 38px;

    font-weight: bold;
}


.success-box h1 {
    margin-bottom: 10px;

    font-size: 42px;

    color: #182b4d;
}


.success-box h2 {
    margin-bottom: 20px;

    font-size: 22px;

    color: #c99d3b;
}


.success-box p {
    margin: 8px 0;

    color: #666;

    line-height: 1.7;
}


.success-btn {
    display: inline-block;

    margin-top: 25px;

    padding: 14px 30px;

    background: #c99d3b;

    color: #ffffff;

    text-decoration: none;

    font-weight: 600;

    border-radius: 4px;

    transition: 0.3s;
}


.success-btn:hover {
    background: #182b4d;
}