Home Town Heights – Sainikpuri
New .flash-sticker { display: inline-block; padding: 2px 10px; background-color: #ff0000; /* Bright red background */ color: #ffffff; /* White text */ font-size: 14px; font-weight: bold; text-transform: uppercase; border-radius: 4px; animation: flash 1s infinite; } @keyframes flash { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } } APPLICATION STARTED FOR FARM LAND AT SAWANTWADI – NORTH OF GOA New .flash-sticker { display: inline-block; padding: 2px 10px; background-color: #ff0000; /* Bright red background */ color: #ffffff; /* White text */ font-size: 14px; font-weight: bold; text-transform: uppercase; border-radius: 4px; animation: flash 1s infinite; } @keyframes flash { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } } REGISTRATION OPEN FOR RERA APPROVED RESIDENTIAL FLATS IN DEHRADUN – UTTARAKHAND New .flash-sticker { display: inline-block; padding: 2px 10px; background-color: #ff0000; /* Bright red background */ color: #ffffff; /* White text */ font-size: 14px; font-weight: bold; text-transform: uppercase; border-radius: 4px; animation: flash 1s infinite; } @keyframes flash { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } } ELITE HEIGHTS (RESIDENTIAL PLOTS) IN MUSSOORIE – UTTARAKHAND New .flash-sticker { display: inline-block; padding: 2px 10px; background-color: #ff0000; /* Bright red background */ color: #ffffff; /* White text */ font-size: 14px; font-weight: bold; text-transform: uppercase; border-radius: 4px; animation: flash 1s infinite; } @keyframes flash { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } } COZY CREST (RESIDENTIAL PLOTS) IN MUSSOORIE – UTTARAKHAND *REGISTRATION OPEN FOR HIRANANDANI PARKS [ORAGADAM]- CHENNAI .flash-sticker { display: inline-block; padding: 2px 10px; background-color: #ff0000; /* Bright red background */ color: #ffffff; /* White text */ font-size: 14px; font-weight: bold; text-transform: uppercase; border-radius: 4px; animation: flash 1s infinite; } @keyframes flash { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } } *REGISTRATION OPEN FOR ALTURA RERA APPROVED RESIDENTIAL FLATS [1BHK & 2BHK] IN DODAMARG – NORTH OF GOA *REGISTRATION OPEN FOR FARM HOUSE LAND IN DODAMARG – NORTH OF GOA a:link { color: blue; text-decoration: none; } a:visited { color: black; text-decoration: none; } a:hover { color: red; } Home Town Heights-Yapral,Sainikpuri(Hyderabad) (RERA NO:P0200006023) .headline-zoomin { text-align: center; margin: 40px auto; animation: zoomIn 1s ease-in-out; } .headline-zoomin h1 { font-family: ‘Roboto’, sans-serif; font-size: 2.2rem; color: #0A5F96; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin: 0; } /* RERA text style */ .rera-id { font-family: ‘Roboto’, sans-serif; font-size: 1.1rem; font-weight: 600; color: red; margin-top: 10px; /* Applying the blink animation */ animation: blink 1.2s infinite; } /* Zoom-in animation for heading */ @keyframes zoomIn { 0% { transform: scale(0.5); opacity: 0; } 100% { transform: scale(1); opacity: 1; } } /* Blinking animation for RERA */ @keyframes blink { /* Starting and ending at full opacity */ 0%, 100% { opacity: 1; } /* Mid-point at 50% opacity (makes it “flash” darker/lighter) */ 50% { opacity: 0.5; } /* For a more noticeable “on/off” flash, you could use 50% { opacity: 0; } */ } /* Mobile responsive */ @media (max-width:768px) { .headline-zoomin h1 { font-size: 1.4rem; } .rera-id { font-size: 1rem; } } BLISS AQUA – SINDHUDURG, MAHARASHTRA MahaRera No: PP131000251311 .headline-zoomin { text-align: center; margin: 35px auto; animation: zoomIn 1s ease-in-out; overflow: hidden; white-space: nowrap; /* ensures single line */ } .headline-zoomin h1 { font-family: ‘Roboto’, sans-serif; font-size: 2.2rem; color: #0A5F96; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin: 0; display: inline-block; transform-origin: center; } /* RERA Number Styling */ .rera-id { font-family: ‘Roboto’, sans-serif; font-size: 1.1rem; font-weight: 600; color: red; margin-top: 10px; opacity: 0; transform: translateY(15px); animation: fadeIn 1.5s ease-in-out forwards; animation-delay: 0.8s; will-change: opacity, transform; /* Ensures mobile repaint */ } /* Zoom-in animation */ @keyframes zoomIn { 0% { transform: scale(0.5); opacity: 0; } 100% { transform: scale(1); opacity: 1; } } /* Fade-in animation for RERA */ @keyframes fadeIn { 0% { opacity: 0; transform: translateY(15px); } 100% { opacity: 1; transform: translateY(0); } } /* Mobile optimization */ @media (max-width: 768px) { .headline-zoomin h1 { font-size: 1.3rem; letter-spacing: 0.6px; } .rera-id { font-size: 1rem; } } @media (max-width: 480px) { .headline-zoomin h1 { font-size: 1.1rem; letter-spacing: 0.4px; } .rera-id { font-size: 0.9rem; } } #gallery-1 { margin: auto; } #gallery-1 .gallery-item { float: left; margin-top: 10px; text-align: center; width: 100%; } #gallery-1 img { border: 2px solid #cfcfcf; } #gallery-1 .gallery-caption { margin-left: 0; } /* see gallery_shortcode() in wp-includes/media.php */ Project Box with Outside RERA Badge (works) /* Wrapper: leave enough space on top so badge doesn’t hide content */ .project-wrapper { position: relative; max-width: 1200px; width: 100%; margin: 70px auto 30px; /* <- more top margin so content isn't hidden */ box-sizing: border-box; padding: 0; } /* Main card */ .project-overview { width: 100%; font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; border-radius: 12px; box-shadow: 0 8px 28px rgba(0,0,0,0.08); overflow: visible; /* important: don't clip the badge */ border: 1px solid rgba(0,0,0,0.05); background: #fff; } /* Badge placed outside the top, centered */ .rera-badge { position: absolute; top: -28px; /* pushes badge OUTSIDE the box */ left: 50%; transform: translateX(-50%); background: #e11d48; color: #fff; padding: 8px 18px; font-weight: 700; border-radius: 8px; animation: flash 1s infinite; font-size: 15px; z-index: 9999; box-shadow: 0 6px 16px rgba(0,0,0,0.18); white-space: nowrap; } @keyframes flash { 0% { opacity: 1; } 50% { opacity: 0.25; } 100% { opacity: 1; } } .project-header { background: linear-gradient(90deg,#0ea5a4,#7c3aed); padding: 25px 30px; color: #fff; border-top-left-radius: 12px; border-top-right-radius: 12px; } .project-content { padding: 30px; color: #0f172a; line-height: 1.7; font-size: 1.05rem; } /* small responsive tweak so badge doesn't overlap on very small screens */ @media (max-width: 420px) { .rera-badge { font-size: 13px; padding: 6px 12px; top: -24px; } .project-wrapper { margin-top: 56px; } } RERA Approved Project Overview Home Town Heights is a premium residential project located in Yapral, Sainikpuri, Hyderabad. Spread across 1.09 acres with a total built-up area of 1,92,195 sq. ft., it offers 112 well-designed apartments in a structure of 2 cellars, stilt, and 9 upper floors. The project features a grand clubhouse spanning 15,000 sq. ft., ensuring residents enjoy a perfect blend of comfort, luxury, and community living. With its prime location, Home Town Heights provides easy access to essential services, schools, and recreational hubs, making it an ideal home for families seeking a peaceful yet well-connected lifestyle in one of Hyderabad’s most serene neighborhoods. Home Town Heights provides more than just a home, it offers a lifestyle of convenience and luxury. Our central location ensures you are always close to essential services and recreational options. Living at Home Town Heights means staying connected to everything important. Project Details Total Number of Units: 112 Land Extent: 1.09 Acres Built-Up Area: 1,92,195 Sft Conveniently located in Sainikpuri, Home Town Heights offers excellent connectivity—just minutes away from Yapral, ECIL X Roads, AOC Center, Jubilee Bus Station, and other key landmarks across Hyderabad <!– Add this line in your section if Font Awesome isn’t already included –> .button-container { display: flex; flex-wrap: wrap; gap: 15px; justify-content: center; margin-top: 20px; } .custom-btn { background-color: #0A5F96; color: #ffffff !important; border: 2px solid #0A5F96; padding: 12px 25px; font-size: 16px; border-radius: 6px; cursor: pointer; text-decoration: none !important; text-align: center; min-width: 220px; display: flex; align-items: center; justify-content: center; gap: 8px; transition: all 0.3s ease; font-weight: 500; } .custom-btn i { color: #ffffff !important; transition: all 0.3s ease; } .custom-btn:hover { background-color: #ffffff !important; color: #0A5F96 !important; transform: translateY(-2px); border: 2px solid #0A5F96; } .custom-btn:hover i { color: #0A5F96 !important; } @media (max-width: 600px) { .custom-btn { width: 100%; } } Download Brochure Layout Payment Plan <a