/* Global UI Fixes to match Home Page */
:root {
    --primary-color: #b30c0d;
    --primary-gradient: linear-gradient(135deg, #b30c0d 0%, #8a0909 100%);
    --text-dark: #111827;
    --text-gray: #4b5563;
    --bg-light: #f9fafb;
}

/* Mobile Action Bar Refinement (Reference Matching) */
.calltoactionresponsive {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    padding: 0 !important;
    height: 60px !important;
    background: #fff !important;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1) !important;
    border-top: 1px solid #eee !important;
}

.calltoactionresponsive a,
.calltoactionresponsive span {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #444 !important;
    background: transparent !important;
    border-right: 1px solid #eee !important;
}

.calltoactionresponsive a i,
.calltoactionresponsive span i {
    font-size: 18px !important;
    margin-bottom: 2px !important;
}

.calltoactionresponsive .enq-now {
    background: var(--primary-color) !important;
    color: #fff !important;
    border: none !important;
}

.calltoactionresponsive .wa-now {
    color: #25d366 !important;
}

@media (min-width: 992px) {
    .calltoactionresponsive {
        display: none !important;
    }
}

body {
    font-family: 'Inter', sans-serif !important;
    color: var(--text-gray);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
    color: var(--text-dark);
}

/* Header Styling Fixes */
.header {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
}

/* Force Menu Style Correctness */
.header .main-menu nav ul li a {
    text-decoration: none !important;
}

.header .main-menu nav ul li a:hover {
    text-decoration: none !important;
    border-bottom: none !important;
    color: #374151 !important;
}

.header .main-menu nav ul li a:after {
    background-color: #b30c0d !important;
}

.btn-primary,
.btn-info,
.send_btn,
.send_btn.btn {
    background: var(--primary-color) !important;
    background-image: none !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 12px 24px !important;
    font-weight: 600 !important;
    color: #fff !important;
    transition: all 0.3s ease !important;
}

/* Override Bootstrap Primary Blue Site-Wide */
.btn-primary,
.bg-primary,
.btn-info,
.bg-info,
.send_btn,
.send_btn.btn,
.btn-danger,
.btn {
    background-color: var(--primary-color) !important;
    background-image: none !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
}

.text-primary,
.text-info {
    color: var(--primary-color) !important;
}

.btn-outline-primary,
.btn-outline-danger {
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.btn-outline-primary:hover,
.btn-outline-danger:hover {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

/* Fix for broken Rupee symbol display */
.snapshot-table td,
.price-list-table td,
.text-3xl {
    font-family: 'Inter', sans-serif !important;
}

.btn-primary i {
    transition: transform 0.3s ease !important;
}

.btn-primary:hover i {
    transform: translateX(5px) !important;
}

/* Section Spacing & Titles */
.padd80 {
    padding: 60px 0 !important;
}

@media (max-width: 767px) {
    .padd80 {
        padding: 40px 0 !important;
    }
}

.cntmntle {
    font-size: 28px !important;
    margin-bottom: 30px !important;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

/* List Property Card Styling */
.lstpro-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #f3f4f6;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.lstpro-card h2,
.lstpro-card h3 {
    font-size: 20px !important;
    margin-bottom: 12px !important;
}

.lstpro-card p {
    font-size: 14px !important;
    line-height: 1.5 !important;
}

.lstpro-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.lstpro-card .icn-box {
    width: 52px;
    height: 52px;
    background: #fef2f2;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.lstpro-card .icn-box img {
    width: 36px;
    height: 36px;
    filter: invert(13%) sepia(85%) saturate(5411%) hue-rotate(352deg) brightness(91%) contrast(100%);
}

/* Banner Toggle Button Styling Refinements */
.btn-group-wrapper {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.btn-group-toggles {
    background: rgba(255, 255, 255, 0.15);
    padding: 6px;
    border-radius: 14px;
    display: inline-flex !important;
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.btn-group-toggles .btn-check+.addpropertybtn {
    background: transparent !important;
    border: none !important;
    color: rgba(255, 255, 255, 0.9) !important;
    border-radius: 10px !important;
    padding: 12px 28px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    margin: 0 !important;
}

.btn-group-toggles .btn-check:checked+.addpropertybtn {
    background: #fff !important;
    color: var(--primary-color) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
    transform: scale(1.02);
}

.black-glass-box {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 20px 30px 15px;
    border-radius: 20px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 5px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.about-banner-img {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about-banner-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}

.banner-text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    margin: 0;
    width: 90%;
    text-align: center;
}

.banner-text-overlay h1 {
    color: white !important;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.banner-text-overlay p {
    margin: 0 auto !important;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

/* Responsive Banner Overrides */
.inner-page-banner {
    min-height: 350px;
    padding: 0;
    background-color: #000;
    position: relative;
    overflow: hidden;
}

.inner-page-banner .banner-div {
    position: relative;
    height: 100%;
}

.inner-page-banner .banner-cnt {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 90% !important;
    text-align: center;
    z-index: 2;
    margin-top: 0 !important;
}

.inner-page-banner .banner-cnt h1 {
    display: inline-block;
    border-bottom: 4px solid #fff;
    margin-bottom: 24px;
    padding-bottom: 12px;
    font-size: 42px !important;
}

.banner-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.btn-group-wrapper {
    justify-content: center !important;
}

.inner-page-banner .banner-cnt p.text-lg {
    font-size: 1.1rem !important;
    margin-bottom: 30px !important;
}

@media (max-width: 767px) {
    .inner-page-banner {
        min-height: 250px;
        padding: 0;
    }

    .banner-text-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 95%;
        padding: 0;
        text-align: center;
        z-index: 10;
    }

    .inner-page-banner .banner-cnt h1 {
        font-size: 26px !important;
        line-height: 1.2;
        margin-bottom: 15px;
        border-bottom: 3px solid #fff !important;
        text-shadow: 0 2px 15px rgba(0, 0, 0, 0.9);
    }

    .inner-page-banner .banner-cnt p.text-lg {
        font-size: 0.85rem !important;
        margin-bottom: 0 !important;
        padding: 0 10px;
        text-shadow: 0 1px 10px rgba(0, 0, 0, 0.9);
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        /* Standard property for compatibility */
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .black-glass-box {
        padding: 15px 20px 10px;
        margin-top: 15px;
        background: rgba(0, 0, 0, 0.4);
        /* Lighter background for buttons section */
    }

    .btn-group-toggles .btn-check+.addpropertybtn {
        padding: 8px 16px !important;
        font-size: 13px !important;
    }

    .inner-page-banner .banner-cnt {
        margin-top: 0 !important;
        width: 95% !important;
    }
}

/* FAQ Accordion Alignment & Style */
.tp-custom-accordion .accordion-items {
    background: #fff !important;
    border-radius: 16px !important;
    margin-bottom: 24px !important;
    border: 1px solid #f3f4f6 !important;
    overflow: hidden !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05) !important;
}

.tp-custom-accordion .accordion-body {
    padding: 0 30px 24px !important;
    color: var(--text-gray) !important;
    line-height: 1.6;
}

.tp-custom-accordion .accordion-buttons {
    padding: 24px 30px !important;
    background: #fff !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    font-weight: 600 !important;
    font-size: 17px !important;
    color: var(--text-dark) !important;
    box-shadow: none !important;
}

.tp-custom-accordion .accordion-buttons::after {
    display: none !important;
}

.tp-custom-accordion .accordion-buttons svg,
.tp-custom-accordion .accordion-buttons i {
    width: 18px !important;
    height: 18px !important;
    font-size: 18px !important;
    transition: transform 0.3s ease !important;
    fill: #9ca3af !important;
    color: #9ca3af !important;
    margin-left: 15px !important;
}

.tp-custom-accordion .accordion-buttons:not(.collapsed) svg,
.tp-custom-accordion .accordion-buttons:not(.collapsed) i {
    transform: rotate(180deg) !important;
    fill: var(--primary-color) !important;
    color: var(--primary-color) !important;
}

/* FAQ Section Bottom Spacing */
.faqsec {
    padding-bottom: 40px !important;
}

/* Footer DECISIVE FIXES (Force small icons) */
.footer {
    display: block !important;
    background: #111827 !important;
}

/* Target EVERY single icon/svg in the footer globally */
.footer i,
.footer svg,
.footer img.svg-inline--fa,
.footer .svg-inline--fa {
    width: 16px !important;
    height: 16px !important;
    font-size: 16px !important;
    line-height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
    display: inline-block !important;
    margin: 0 !important;
    vertical-align: middle !important;
}

/* Restore color for footer contact icons */
.footer .frthdv i,
.footer .frthdv svg {
    color: var(--primary-color) !important;
    fill: var(--primary-color) !important;
    margin-right: 12px !important;
}

/* Social Icon Containers */
.footer .sclbtnftr {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-top: 25px !important;
}

.footer .sclbtnftr a {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.1) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.footer .sclbtnftr a:hover {
    background: var(--primary-color) !important;
    transform: translateY(-3px);
}

.footer .sclbtnftr a i,
.footer .sclbtnftr a svg {
    margin: 0 !important;
    color: #fff !important;
    fill: #fff !important;
}

/* Footer Bottom Bar Links */
.footer .border-t {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding-top: 30px !important;
    margin-top: 50px !important;
}

.footer .ftrbtmlnk a,
.footer .btmprvclnk a {
    color: rgba(255, 255, 255, 0.5) !important;
    text-decoration: none !important;
    font-size: 14px !important;
    margin-left: 24px;
}

.footer .ftrbtmlnk a:hover,
.footer .btmprvclnk a:hover {
    color: #fff !important;
}

/* Desktop right alignment for legal links */
@media (min-width: 768px) {
    .desktop-right-align {
        text-align: right !important;
        justify-content: flex-end !important;
    }
}

/* Footer Logo Styling */
.footer .frstdv img,
.footer .ftrfstdv img {
    max-width: 180px !important;
    height: auto !important;
    margin-bottom: 25px !important;
    filter: none !important;
    background: transparent !important;
}

/* Ensure copyright text is left aligned on mobile but fits the grid */
.copyright-text {
    margin-bottom: 0px !important;
}

/* CTA Section Before Footer */
.cta-before-footer {
    background-color: #f0f4f8;
    padding: 80px 0;
}

.cta-before-footer .cta-content {
    max-width: 700px;
    margin: 0 auto;
}

.cta-before-footer .cta-heading {
    font-size: 32px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 16px;
    line-height: 1.3;
}

.cta-before-footer .cta-subheading {
    font-size: 16px;
    color: var(--text-gray);
    margin-bottom: 32px;
    line-height: 1.6;
}

.cta-before-footer .cta-btn-primary {
    background: #0078DB !important;
    border: none !important;
    border-radius: 25px !important;
    padding: 14px 36px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #fff !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0, 120, 219, 0.3);
}

.cta-before-footer .cta-btn-primary:hover {
    background: #005CA8 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 120, 219, 0.4);
}

.cta-before-footer .cta-subheading {
    font-size: 15px;
}

/* ==========================================
   Fix for 'Why Choose' Section (FORCE OVERRIDE)
   ========================================== */
.whychoose {
    background: #a30a0a !important;
    padding: 80px 0 !important;
}

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

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

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

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

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

/* Specific fix for SVG size - HIGH SPECIFICITY */
.whychoose .wc-icon-wrapper svg,
.whychoose .wc-icon-wrapper i,
.wc-icon-wrapper svg.svg-inline--fa {
    width: 32px !important;
    height: 32px !important;
    fill: #b30c0d !important;
    color: #b30c0d !important;
    max-width: 32px !important;
    max-height: 32px !important;
    display: block !important;
    margin: auto !important;
}

/* Trending Properties View All Button */
.btn-view-all-trending {
    font-weight: 600 !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    padding: 16px 32px !important;
    border-radius: 8px !important;
    border: 2px solid #b30c0d !important;
    color: #b30c0d !important;
    text-decoration: none !important;
    display: inline-block !important;
    background: #fff !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.btn-view-all-trending:hover {
    background: #b30c0d !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(179, 12, 13, 0.2) !important;
}

/* Floating Icons Global */
.whatsapp_float {
    background-color: #25d366 !important;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 90px;
    right: 20px;
    border-radius: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    color: #fff !important;
    text-decoration: none !important;
}

.call_float {
    background-color: var(--primary-color) !important;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 165px;
    right: 20px;
    border-radius: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    color: #fff !important;
    text-decoration: none !important;
}

/* Mobile Header Fixes & Responsive Utilities */
@media (max-width: 991px) {
    .header {
        padding: 10px 0 !important;
    }

    .header .container {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        flex-direction: row !important;
    }

    .header .logo img {
        max-height: 45px !important;
        width: auto !important;
        display: block !important;
    }

    .mobile-header__menu-button {
        color: var(--primary-color) !important;
        font-size: 24px !important;
        cursor: pointer;
        display: block !important;
    }

    .call_float {
        display: flex !important;
    }
}

@media (min-width: 992px) {
    .call_float {
        display: none !important;
    }
}

```