body {
    width: 100%;
    max-width: 1366px;
    margin: auto;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}


.logo {
    max-width: 200px;
}



.carousel-overlay {
    /*font-size: xx-large;*/
    position: absolute;
    /*top: 60%;*/
    /*left: 50%;*/
    text-align: left;
    /*transform: translate(-40%, -50%);*/
    font-size: 1.75rem;
}

.red {
    font-family: calibri;
    color: red;
    display: inline-block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.white {
    font-family: calibri;
    color: white;
    display: inline-block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.black {
    font-family: calibri;
    color: black;
    display: inline-block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.scale {
    height: 0.8em;
    width: 0.8em;
    vertical-align: -15%;
    display: inline-block;
}

ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    padding-left: 10px;
    align-items: flex-start;
}

li {
    list-style: none;
    padding: 5px 5px 5px 5px;
}


li a>img {
    border-radius: 10px;
}

h5 {
    font-size: 0.9rem;
    margin-bottom: 0px;
    line-height: 0.9;
    color: black;
}

.col-md-4 h5:first-of-type {
    color: blue;
    font-size: 1rem;
}

/* Card-style highlight for upcoming launch and launching now listings */
.highlight-launch {
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 15px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.col-md-4 {
    margin-bottom: 10px;
}

.highlight-launch:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Launch status badge */
.launch-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.launch-badge.launching-soon {
    background: #fbbf24;
    color: white;
    animation: pulse-badge 2s ease-in-out infinite;
}

.launch-badge.preview-now {
    background: #dc143c;
    color: white;
    animation: pulse-badge 2s ease-in-out infinite;
}

.launch-badge.open-now {
    background: #2a44ef;
    color: white;
}

@keyframes pulse-badge {
    0%, 100% {
        box-shadow: 0 0 5px rgba(251, 191, 36, 0.5), 0 0 10px rgba(251, 191, 36, 0.3);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 15px rgba(251, 191, 36, 0.8), 0 0 25px rgba(251, 191, 36, 0.5);
        transform: scale(1.05);
    }
}

.highlight-launch h5:first-of-type {
    color: #1f2937 !important;
    font-weight: 700;
    font-size: 1.15rem !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    text-transform: uppercase;
}

/* Style the property tags as pill badges */
.highlight-launch .black,
.highlight-launch .red {
    background: #374151;
    color: white !important;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    margin: 4px 4px 4px 0;
    display: inline-block;
    font-weight: 600;
}

.highlight-launch .red {
    background: #ec4899;
}

/* Hide the tick images in highlighted cards */
.highlight-launch .scale {
    display: none;
}

/* View Details button */
.highlight-launch .view-details-btn {
    display: block;
    width: 100%;
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    color: white;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.95rem;
    margin-top: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
}

.highlight-launch .view-details-btn:hover {
    background: linear-gradient(135deg, #047857 0%, #065f46 100%);
    transform: scale(1.02);
}

footer {
    color: black;
}


.row>* {
    padding-right: 0px;
}

.col-md-12 {
    padding-bottom: 0px;
}

.col-md-4 {
    margin-bottom: 10px;
}

.call4action {
    background-color: #1e3a8a;
    color: white;
    text-align: center;
    vertical-align: text-bottom;
    padding: 12px 16px;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.3px;
}

/* Position carousel indicators just above call4action bar */
#carouselExampleIndicators .carousel-indicators {
    bottom: 35px !important;
    margin-bottom: 0;
    z-index: 15;
}

button {
    margin-bottom: 10px;
}

#propertyTypeFilter {
    display: flex;
    align-items: center;
    gap: 15px;
    /* Add spacing between the buttons */
}

#propertyTypeFilter label {
    display: inline-flex;
    align-items: center;
    font-family: calibri;
    font-size: 1rem;
    color: black;
    cursor: pointer;
}

#propertyTypeFilter input[type="radio"],
#propertyTypeFilter input[type="checkbox"] {
    margin-right: 5px;
    /* Add spacing between the input and the label text */
}

#propertyRegionFilter {
    line-height: 2;
    /* Adjusted line spacing */
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
}

.container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 0);
    padding-left: calc(var(--bs-gutter-x) * 0);
}

.navbar.fixed-bottom.bg-body-tertiary {
    display: none;
}

.navbar {
    --bs-navbar-nav-link-padding-x: 0rem;
}

.nav .dropdown-menu li {
    padding: 0px;
}

.dropdown-menu {
    --bs-dropdown-min-width: 13rem;
    font-size: 0.85rem;
}

#about {
    display: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-bottom: 30px;
}

#about header img {
    max-height: 1.7rem;
}


@media screen and (max-width : 768px) {

    /* Apply square list style to all <li> elements */
    li {
        list-style: square;
        margin-left: 15px;
    }

    /* Exclude <li> elements inside .nav.nav-pills */
    .nav.nav-pills li {
        list-style: none;
        margin-left: 5px;
        /* Remove the square style */
    }

    .nav .dropdown-menu li {
        margin-left: 0px;
    }

    h5 {
        font-size: 1rem;
    }

    .carousel-overlay {
        font-size: 1rem;
    }

    .nav {
        --bs-nav-link-padding-x: 0.5rem;
        --bs-nav-link-padding-y: 0.5rem;
    }

    .btn {
        /*
        padding-left: 0.25rem;
        padding-right: 0.25rem;
        --bs-btn-padding-y: 0.1rem;
        */
        --bs-btn-padding-x: 0.15rem;
    }

}