3 RM BTO Resale

Regular price
$234,000.00
Sale price
$234,000.00
Regular price

Lorem Ipsum

/* ============================================ PROFESSIONAL ORANGE HEADING STYLES Product Page Typography ============================================ */ /* Primary Product Title */ .product__title, .product__title.h2 { color: #FF6B35 !important; font-weight: 700; letter-spacing: -0.02em; line-height: 1.2; } /* All Heading Levels - Orange Theme */ h1, .h1 { color: #FF6B35; font-weight: 700; letter-spacing: -0.02em; line-height: 1.2; } h2, .h2 { color: #FF7847; font-weight: 600; letter-spacing: -0.01em; line-height: 1.3; } h3, .h3 { color: #FF8A5B; font-weight: 600; line-height: 1.4; } h4, .h4 { color: #E65A28; font-weight: 600; line-height: 1.4; } h5, .h5 { color: #CC4E23; font-weight: 500; line-height: 1.5; } h6, .h6 { color: #B3451F; font-weight: 500; line-height: 1.5; } /* Product Description Headings */ .product__description h1, .product__description h2, .product__description h3, .product__description h4 { color: #FF6B35; margin-top: 1.5em; margin-bottom: 0.75em; } /* Section Headings */ .section-heading, .product-section__title { color: #FF6B35; font-weight: 700; text-transform: none; } /* Dropdown Information Headings */ .accordion__title, .collapsible-content__heading { color: #E65A28; font-weight: 600; } /* Hover States for Interactive Headings */ .accordion__title:hover, .collapsible-content__heading:hover { color: #FF8A5B; transition: color 0.3s ease; } /* Breadcrumb Styling (Optional Orange Accent) */ .breadcrumb a:hover { color: #FF6B35; transition: color 0.3s ease; } /* Mobile Responsive Adjustments */ @media screen and (max-width: 749px) { .product__title { font-size: 1.75rem; letter-spacing: -0.01em; } h1, .h1 { font-size: 1.75rem; } h2, .h2 { font-size: 1.5rem; } } /* Desktop Optimization */ @media screen and (min-width: 990px) { .product__title { font-size: 2.5rem; letter-spacing: -0.02em; } h1, .h1 { font-size: 2.5rem; } h2, .h2 { font-size: 2rem; } } /* Professional Font Smoothing */ h1, h2, h3, h4, h5, h6, .product__title { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; }