.card {
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0 10px #d6d4d4;
}
.btn-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px rgb(0 0 0 / 0.1);
    background-color: #fff;
    border: none;
    transition: background-color 0.15s ease-in-out;
}
.btn-circle:hover {
    background-color: #f3f4f6;
}
.photo-badge {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    background-color: #fff;
    color: #4b5563;
    font-size: 0.75rem;
    font-weight: 400;
    border-radius: 0.375rem;
    padding: 0.25rem 0.5rem;
    box-shadow: 0 1px 4px rgb(0 0 0 / 0.1);
    display: flex;
    align-items: center;
    gap: 0.25rem;
    user-select: none;
}
.rera-badge {
    font-size: 0.625rem;
    font-weight: 600;
    background-color: #22c55e;
    color: #fff;
    border-radius: 9999px;
    padding: 0.125rem 0.5rem;
    user-select: none;
    display: inline-block;
}
.text-pink {
    color: #ff4136;
}
.text-gray-400 {
    color: #9ca3af;
}
.text-gray-600 {
    color: #4b5563;
}
.text-gray-900 {
    color: #111827;
}
.icon-base {
    font-size: 1rem;
}
.nav-scroll {
    overflow-x: auto;
    white-space: nowrap;
    background: #fff;
    box-shadow: 0 0 10px #d6d4d4;
    flex-wrap: nowrap !important;
}
.nav-scroll .nav-link {
    display: inline-block;
    white-space: nowrap;
}
.rera-header {
    background-color: #ff4136;
    color: white;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    padding: 0.5rem 0;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}
.rera-body {
    border: 1px solid #dee2e6;
    border-top: none;
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    padding: 1rem;
    text-align: center;
    font-size: 0.75rem;
    color: #6c757d;
}
.rera-body p {
    margin-bottom: 0.5rem;
    color: #212529;
    font-weight: 600;
    font-size: 16px;
}
.rera-body p span {
    font-weight: 400;
}
.overview-title {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    position: relative;
}
.overview-title::after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 5rem;
    height: 2px;
    background-color: #ff4136;
    border-radius: 2px;
}
.underline {
    width: 100%;
    border-bottom: 1px solid #a4a4a48b;
    margin-bottom: 1.5rem;
}
.info-card {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 0.5rem 0.75rem;
    font-size: 16px;
    color: #6c757d;
    margin-bottom: 1rem;
}
.info-card p:first-child {
    margin-bottom: 0.25rem;
    font-size: 16px;
    font-weight: 400;
}
.info-card p:last-child {
    font-weight: 600;
    font-size: 16px;
    color: #212529;
    margin-bottom: 0;
}
.about-title {
    font-weight: 600;
    font-size: 1.2rem;
    color: #212529;
    margin-bottom: 0.25rem;
}
.about-text {
    font-size: 1rem;
    color: #212529;
    line-height: 1.2;
}
.about-text .highlight {
    font-weight: 600;
}
.read-more {
    color: #ff4136;
    font-size: 1rem;
    cursor: pointer;
    user-select: none;
}
.btn-inquire {
    background-color: #ff4136;
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.375rem 1.5rem;
    border-radius: 0.375rem;
    border: none;
}
.btn-inquire:hover,
.btn-inquire:focus {
    background-color: #ff4136;
    color: white;
    outline: none;
    box-shadow: 0 0 0 0.25rem rgba(139, 59, 122, 0.5);
}
.border-purple {
    border-color: #ff4136 !important;
}
.text-purple {
    color: #ff4136 !important;
}
.btn-purple {
    background-color: #ff4136;
    color: white;
    font-weight: 600;
}
.btn-purple:hover,
.btn-purple:focus {
    background-color: #ff4136;
    color: white;
}
.icon-circle {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 1.5px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
}
.icon-purple {
    border-color: #ff4136;
    color: #ff4136;
}
.icon-pink {
    border-color: #ff4136;
    color: #ff4136;
}
.section-title {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
    max-width: max-content;
    border-bottom-color: #ff4136;
    font-weight: 600;
    font-size: 1.5rem;
}
.property-slider1.second .slider-arrow {
    top: 46% !important;
}
.amenity-item {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.amenity-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

table thead {
    background-color: #000;
    color: #fff;
    font-size: 0.625rem;
}
table tbody tr td {
    font-size: 0.75rem;
    color: #6c757d;
}
ul.spec-list {
    font-size: 0.75rem;
    color: #495057;
    padding-left: 1.25rem;
    margin-bottom: 0;
}
ul.spec-list li {
    margin-bottom: 0.25rem;
}
.map-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: 450px;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    overflow: hidden;
    margin-bottom: 1rem;
}
.mange-scroll {
    height: 450px;
    overflow-y: auto;
}
.mange-scroll::-webkit-scrollbar {
    width: 8px;
}
.mange-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.mange-scroll::-webkit-scrollbar-thumb {
    background: #c2c2c2;
}
.mange-scroll::-webkit-scrollbar-thumb:hover {
    background: #909090;
}
.map-keyframes {
    position: absolute;
    inset: 0;
    background: url("https://storage.googleapis.com/a1aa/image/2e7599ec-58cb-4a36-871e-6aceaa500a83.jpg")
        no-repeat center/cover;
    animation: mapPulse 6s ease-in-out infinite;
    border-radius: 0.25rem;
}
@keyframes mapPulse {
    0%,
    100% {
        filter: brightness(1);
        transform: scale(1);
    }
    50% {
        filter: brightness(1.1);
        transform: scale(1.02);
    }
}
.landmark-btn {
    font-size: 0.75rem;
    color: #495057;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    background: #fff;
    margin-bottom: 0.5rem;
    width: 100%;
    text-align: center;
    padding: 0.375rem 0.75rem;
    transition: background-color 0.2s ease;
}
.landmark-btn:hover {
    background-color: #f8f9fa;
    cursor: pointer;
}
.title-underline {
    border-bottom: 2px solid #ff4136;
    display: inline-block;
    padding-bottom: 0.25rem;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1.125rem;
    color: #3b3b3b;
}
.input-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #4a4a4a;
}
.input-control {
    border-radius: 0.375rem;
    border: 1px solid #d1d5db;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    background: #fff;
}
.input-control:focus {
    border-color: #ff4136;
    box-shadow: 0 0 0 0.2rem rgba(156, 42, 107, 0.25);
}
.box {
    background-color: #f3f4f6;
    padding: 1.5rem;
    border-radius: 0.375rem;
}
.box-row {
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    padding: 0.75rem 1rem;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}
.emi-amount {
    color: #ff4136;
    font-weight: 700;
    font-size: 1.25rem;
}
.bold-text {
    font-weight: 700;
    font-size: 0.875rem;
    color: #1f2937;
}
.small-text {
    font-size: 0.75rem;
    color: #4a4a4a;
    line-height: 1.2;
}
.pie-label {
    font-size: 0.75rem;
    color: #4a4a4a;
    position: absolute;
    width: 8rem;
    line-height: 1.1;
}
.pie-label.principal {
    top: 1.5rem;
    right: 0.5rem;
    text-align: right;
}
.pie-label.interest {
    bottom: 1.5rem;
    left: 0.5rem;
}
.legend {
    font-size: 0.75rem;
    color: #4a4a4a;
    margin-top: 1rem;
    display: flex;
    gap: 1.5rem;
}
.legend-item {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}
.legend-color {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    display: inline-block;
}
.legend-pink {
    background-color: #ff4136;
}
.legend-purple {
    background-color: #ff4136;
}
svg {
    display: block;
    margin: 0 auto;
    max-width: 16rem;
    max-height: 16rem;
}
.section-underline {
    width: 3rem;
    border-bottom: 2px solid #ff4136;
    margin-bottom: 1.5rem;
}
.icon-circle {
    background-color: #ff4136;
    color: white;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}
.btn-outline-pink {
    border-color: #ff4136;
    color: #ff4136;
    font-size: 0.75rem;
    font-weight: 500;
    border-radius: 9999px;
    padding: 0.25rem 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    transition: background-color 0.3s, color 0.3s;
    white-space: nowrap;
}
.btn-outline-pink:hover {
    background-color: #ff4136;
    color: white;
    text-decoration: none;
}
.card-contact-btn {
    background-color: #f9d6e6;
    color: #d6336c;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 9999px;
    padding: 0.25rem 0.75rem;
    border: none;
    transition: background-color 0.3s;
    white-space: nowrap;
}
.card-contact-btn:hover {
    background-color: #f3a1c1;
    color: white;
}
.rera-badge {
    font-size: 0.65rem;
    font-weight: 600;
    color: #4b5563;
    background-color: #f3f4f6;
    border: 1px solid #d1d5db;
    border-radius: 9999px;
    padding: 0.125rem 0.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    user-select: none;
    white-space: nowrap;
}
.rera-badge i {
    color: #22c55e;
    font-size: 0.75rem;
}
.card-title-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-img-top {
    height: 11.25rem;
    object-fit: cover;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}
.favorite-btn {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: transparent;
    border: none;
    color: white;
    font-size: 1.25rem;
    cursor: pointer;
    z-index: 10;
}
.about-developer {
    background-color: white;
    border-radius: 0.375rem;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.1);
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    margin-bottom: 1.5rem;
}
.similar-projects {
    background-color: white;
    border-radius: 0.375rem;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.1);
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}
.stats-container {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    max-width: 600px;
}
.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    min-width: 4.5rem;
}
@media (max-width: 767.98px) {
    .stats-container {
        justify-content: center;
    }
}
@media (min-width: 768px) {
    /* body {
        padding: 2.5rem 3rem;
    } */
    table thead {
        font-size: 0.75rem;
    }
    table tbody tr td {
        font-size: 0.875rem;
    }
    ul.spec-list {
        font-size: 0.875rem;
    }
    .landmark-btn {
        font-size: 0.875rem;
    }
}
@media (min-width: 576px) {
    /* body {
        padding: 2rem 1.5rem;
    } */
}
@media (min-width: 768px) {
    /* body {
        padding: 2rem 2rem;
    } */
}
