/* New Launch badge — purple to match status-new-launch pill */
.featuredbx.new-launch-badge {
    background: #7c3aed;
}

.bgccc {
    background: #fdfdfd;
    padding: 20px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 99;
}

.project-list {
    background-color: #f8f9fa;
    padding-top: 40px;
}

.projects-wrap {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
    margin-bottom: 30px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

.projects-wrap:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.project-image img {
    height: 100%;
    object-fit: cover;
    min-height: 280px;
}

.project-right-cnt {
    padding: 25px;
}

.project-name h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #2c3e50;
}

.project-name p {
    color: #7f8c8d;
    font-size: 14px;
}

.project-usp {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin: 15px 0;
}

.project-usp p {
    margin-bottom: 5px;
    font-weight: 500;
    color: #555;
    font-size: 14px;
}

.project-usp i {
    color: #0d6efd;
    width: 20px;
    text-align: center;
    margin-right: 5px;
}

.project-possession p {
    background: #28a745;
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.project-image-info .project-msg {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 12px;
}

.call-back-div a.btn {
    border-radius: 6px;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.whatsaap-btn {
    background: #25D366 !important;
    color: #fff !important;
    border: none;
}

.whatsaap-btn:hover {
    background: #128C7E !important;
}

.blank-btn {
    background: #fff;
    color: #0d6efd;
    border: 1px solid #0d6efd;
}

.blank-btn:hover {
    background: #0d6efd;
    color: #fff;
}

.call-back-btn a.btn:last-child {
    background: #0d6efd;
    color: #fff;
    border: none;
}

.call-back-btn a.btn:last-child:hover {
    background: #0b5ed7;
}

/* Filter Styles */
.labelselect select,
.label select {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 15px;
    height: 45px;
    font-size: 14px;
    width: 100%;
    outline: none;
    box-shadow: none;
}

.btnheit45 {
    height: 45px;
    border-radius: 6px;
    background: #0d6efd;
    color: #fff;
    width: 100%;
}

.label {
    font-weight: 600;
    margin-bottom: 5px;
    color: #444;
    display: block;
}

/* Sidebar Form */
.city-form {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 100px;
}

.city-form h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #2c3e50;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 15px;
}

.city-form .form-control {
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 6px;
    height: 45px;
    padding-left: 15px;
}

.city-form textarea.form-control {
    height: auto;
    padding-top: 10px;
}

.send_btn {
    background: #0d6efd;
    color: #fff;
    width: 100%;
    border-radius: 6px;
    padding: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.send_btn:hover {
    background: #0b5ed7;
    color: #fff;
}


/* ==========================================
   Fix for 'Why Choose' Section
   ========================================== */
.whychoose {
    background: #a30a0a;
    /* Fallback/Base red color */
    padding: 80px 0;
}

.whychoose .cntmntle {
    color: #fff !important;
}

.whychoose .cntsubhead {
    color: rgba(255, 255, 255, 0.9) !important;
    margin-bottom: 50px;
    font-size: 16px;
}

.why-choose-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 40px 25px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.why-choose-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.wc-icon-wrapper {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b30c0d;
    font-size: 28px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.why-choose-card h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.why-choose-card p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
}

/* ==========================================
   Popular Property Searches Section
   ========================================== */
.poplrpropsec {
    background-color: #fdfdfd;
}

.padd80 {
    padding: 80px 0;
}

.cntmntle {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #2c3e50;
    position: relative;
    display: block;
}

.cntsubhead {
    font-size: 16px;
    color: #7f8c8d;
    margin-bottom: 40px;
    font-weight: 400;
}

.poplrpropbtn {
    text-align: center;
    padding: 10px;
}

.poplrpropbtn a {
    display: inline-block;
    padding: 10px 25px;
    margin: 8px;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    color: #555;
    background: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}

.poplrpropbtn a:hover {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(13, 110, 253, 0.2);
}