{"id":18,"date":"2026-05-02T05:59:38","date_gmt":"2026-05-02T05:59:38","guid":{"rendered":"https:\/\/amayrasuperia.com\/?page_id=18"},"modified":"2026-08-29T07:23:03","modified_gmt":"2026-08-29T07:23:03","slug":"home","status":"publish","type":"page","link":"https:\/\/amayrasuperia.com\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"18\" class=\"elementor elementor-18\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4a0b861 e-flex e-con-boxed e-con e-parent\" data-id=\"4a0b861\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7f9319f elementor-widget elementor-widget-html\" data-id=\"7f9319f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Amayra Superia \u2013 Premium Commercial Project, Mohali<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Outfit:wght@300;400;500;600&display=swap\" rel=\"stylesheet\">\n<style>\n*{margin:0;padding:0;box-sizing:border-box}\n:root{\n  --gold:#C9A84C;\n  --gold-light:#E8D5A3;\n  --gold-dark:#9A7A2E;\n  --cream:#FAF7F2;\n  --dark:#0D0D0D;\n  --charcoal:#1A1A1A;\n  --slate:#2C2C2C;\n  --text-muted:#6B6B6B;\n  --white:#FFFFFF;\n}\nhtml{scroll-behavior:smooth}\nbody{font-family:'Outfit',sans-serif;background:var(--dark);color:var(--white);overflow-x:hidden}\n\n\/* NAV *\/\nnav{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:18px 60px;display:flex;align-items:center;justify-content:space-between;transition:all .4s ease}\nnav.scrolled{background:rgba(13,13,13,0.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(201,168,76,0.2)}\n.nav-logo{display:flex;flex-direction:column}\n.nav-logo span:first-child{font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:600;color:var(--gold);letter-spacing:3px;text-transform:uppercase}\n.nav-logo span:last-child{font-size:9px;letter-spacing:6px;color:var(--gold-light);text-transform:uppercase;margin-top:1px}\n.nav-links{display:flex;gap:36px;list-style:none}\n.nav-links a{font-size:12px;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,0.75);text-decoration:none;transition:color .3s}\n.nav-links a:hover{color:var(--gold)}\n.nav-cta{background:transparent;border:1px solid var(--gold);color:var(--gold);padding:10px 24px;font-size:11px;letter-spacing:2px;text-transform:uppercase;cursor:pointer;transition:all .3s;font-family:'Outfit',sans-serif}\n.nav-cta:hover{background:var(--gold);color:var(--dark)}\n\n\/* HERO SLIDER *\/\n.hero{position:relative;height:100vh;overflow:hidden}\n.slides-wrap{display:flex;height:100%;transition:transform .8s cubic-bezier(.77,0,.175,1)}\n.slide{min-width:100%;height:100%;position:relative;overflow:hidden}\n.slide-img{width:100%;height:100%;object-fit:cover;transform:scale(1.08);transition:transform 6s ease}\n.slide.active .slide-img{transform:scale(1)}\n.slide-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(13,13,13,0.82) 0%,rgba(13,13,13,0.4) 60%,rgba(13,13,13,0.6) 100%)}\n.hero-content{position:absolute;bottom:140px;left:80px;max-width:700px;opacity:0;transform:translateY(30px);transition:all .8s ease .3s}\n.hero-content.active{opacity:1;transform:translateY(0)}\n.hero-eyebrow{font-size:11px;letter-spacing:5px;text-transform:uppercase;color:var(--gold);margin-bottom:18px;display:flex;align-items:center;gap:12px}\n.hero-eyebrow::before{content:'';width:40px;height:1px;background:var(--gold)}\n.hero-title{font-family:'Cormorant Garamond',serif;font-size:clamp(52px,7vw,96px);font-weight:300;line-height:1.0;margin-bottom:20px;color:var(--white)}\n.hero-title em{font-style:italic;color:var(--gold)}\n.hero-subtitle{font-size:15px;color:rgba(255,255,255,0.7);line-height:1.7;max-width:520px;margin-bottom:36px}\n.hero-btns{display:flex;gap:16px;flex-wrap:wrap}\n.btn-primary{background:var(--gold);color:var(--dark);padding:14px 36px;font-size:12px;letter-spacing:2px;text-transform:uppercase;border:none;cursor:pointer;font-family:'Outfit',sans-serif;font-weight:500;transition:all .3s;text-decoration:none;display:inline-block}\n.btn-primary:hover{background:var(--gold-dark)}\n.btn-outline{background:transparent;color:var(--white);padding:14px 36px;font-size:12px;letter-spacing:2px;text-transform:uppercase;border:1px solid rgba(255,255,255,0.4);cursor:pointer;font-family:'Outfit',sans-serif;transition:all .3s;text-decoration:none;display:inline-block}\n.btn-outline:hover{border-color:var(--gold);color:var(--gold)}\n\n\/* Slide Indicators *\/\n.slide-indicators{position:absolute;bottom:48px;left:80px;display:flex;gap:8px;z-index:10}\n.indicator{width:24px;height:2px;background:rgba(255,255,255,0.3);cursor:pointer;transition:all .3s}\n.indicator.active{width:56px;background:var(--gold)}\n\n\/* Slide nav arrows *\/\n.slide-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.2);color:white;width:52px;height:52px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;transition:all .3s;backdrop-filter:blur(4px)}\n.slide-arrow:hover{background:var(--gold);border-color:var(--gold);color:var(--dark)}\n.slide-prev{left:32px}\n.slide-next{right:32px}\n\n\/* Scroll stat bar *\/\n.stat-bar{background:rgba(201,168,76,0.1);border-top:1px solid rgba(201,168,76,0.25);border-bottom:1px solid rgba(201,168,76,0.25);padding:28px 80px;display:flex;justify-content:space-around;align-items:center}\n.stat-item{text-align:center}\n.stat-num{font-family:'Cormorant Garamond',serif;font-size:36px;font-weight:600;color:var(--gold)}\n.stat-label{font-size:10px;letter-spacing:3px;text-transform:uppercase;color:rgba(255,255,255,0.5);margin-top:4px}\n\n\/* SECTION COMMON *\/\nsection{padding:100px 80px}\n.section-eyebrow{font-size:10px;letter-spacing:5px;text-transform:uppercase;color:var(--gold);margin-bottom:16px;display:flex;align-items:center;gap:12px}\n.section-eyebrow::before{content:'';width:32px;height:1px;background:var(--gold)}\n.section-title{font-family:'Cormorant Garamond',serif;font-size:clamp(36px,4vw,56px);font-weight:300;line-height:1.15;margin-bottom:24px}\n.section-title em{font-style:italic;color:var(--gold)}\n.section-text{font-size:15px;color:rgba(255,255,255,0.65);line-height:1.8;max-width:600px}\n\n\/* ABOUT *\/\n.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}\n.about-image-wrap{position:relative}\n.about-image-wrap img{width:100%;height:580px;object-fit:cover}\n.about-img-badge{position:absolute;bottom:-28px;right:-28px;background:var(--gold);padding:28px 32px;text-align:center}\n.about-img-badge .num{font-family:'Cormorant Garamond',serif;font-size:42px;font-weight:600;color:var(--dark);line-height:1}\n.about-img-badge .txt{font-size:9px;letter-spacing:3px;text-transform:uppercase;color:var(--dark);margin-top:4px}\n.about-features{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:40px}\n.about-feat{border:1px solid rgba(201,168,76,0.2);padding:20px;background:rgba(201,168,76,0.03)}\n.about-feat-icon{font-size:24px;margin-bottom:10px}\n.about-feat-title{font-size:13px;font-weight:500;letter-spacing:1px;margin-bottom:4px}\n.about-feat-text{font-size:12px;color:rgba(255,255,255,0.5);line-height:1.6}\n\n\/* WHY INVEST *\/\n.why-section{background:var(--cream);color:var(--dark)}\n.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-top:60px}\n.why-card{background:white;padding:44px 36px;position:relative;overflow:hidden;transition:all .4s}\n.why-card::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .4s}\n.why-card:hover{transform:translateY(-8px);box-shadow:0 24px 60px rgba(0,0,0,0.12)}\n.why-card:hover::after{transform:scaleX(1)}\n.why-num{font-family:'Cormorant Garamond',serif;font-size:64px;font-weight:300;color:rgba(201,168,76,0.2);position:absolute;top:16px;right:24px;line-height:1}\n.why-icon{font-size:32px;margin-bottom:18px}\n.why-card-title{font-size:16px;font-weight:600;margin-bottom:12px;color:var(--dark)}\n.why-card-text{font-size:13px;color:#666;line-height:1.7}\n\n\/* AMENITIES *\/\n.amenities-section{background:var(--charcoal)}\n.amenities-wrap{margin-top:60px}\n.amenities-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px}\n.amenity{background:rgba(255,255,255,0.04);padding:36px 28px;border:1px solid rgba(201,168,76,0.1);text-align:center;transition:all .3s}\n.amenity:hover{background:rgba(201,168,76,0.08);border-color:rgba(201,168,76,0.4)}\n.amenity-icon{font-size:36px;margin-bottom:14px;display:block}\n.amenity-name{font-size:13px;letter-spacing:1.5px;text-transform:uppercase;color:rgba(255,255,255,0.75)}\n\n\/* FLOOR PLAN *\/\n.floor-plan-section{background:var(--dark)}\n.floor-plan-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:start;margin-top:60px}\n.unit-tabs{display:flex;gap:2px;margin-bottom:32px;flex-wrap:wrap}\n.unit-tab{padding:12px 24px;font-size:11px;letter-spacing:2px;text-transform:uppercase;border:1px solid rgba(201,168,76,0.3);color:rgba(255,255,255,0.5);cursor:pointer;transition:all .3s;background:transparent;font-family:'Outfit',sans-serif}\n.unit-tab.active{background:var(--gold);color:var(--dark);border-color:var(--gold)}\n.floor-details{padding:32px;border:1px solid rgba(201,168,76,0.2);background:rgba(201,168,76,0.03)}\n.floor-row{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid rgba(255,255,255,0.07)}\n.floor-row:last-child{border-bottom:none}\n.floor-row label{font-size:12px;color:rgba(255,255,255,0.45);letter-spacing:1px;text-transform:uppercase}\n.floor-row span{font-size:14px;font-weight:500;color:var(--gold)}\n.floor-plan-visual{background:rgba(255,255,255,0.03);border:1px solid rgba(201,168,76,0.15);padding:40px;display:flex;align-items:center;justify-content:center;min-height:400px;position:relative}\n.fp-label{font-family:'Cormorant Garamond',serif;font-size:18px;color:rgba(201,168,76,0.4);text-align:center}\n\n\/* SVG floor plan *\/\n.fp-svg{width:100%;max-width:420px}\n\n\/* GALLERY *\/\n.gallery-section{background:var(--slate);padding:100px 0}\n.gallery-header{padding:0 80px;margin-bottom:48px}\n.gallery-scroll{display:flex;gap:2px;overflow-x:auto;padding:0 80px;scrollbar-width:none}\n.gallery-scroll::-webkit-scrollbar{display:none}\n.gallery-item{flex:0 0 400px;height:500px;overflow:hidden;position:relative;cursor:pointer}\n.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}\n.gallery-item:hover img{transform:scale(1.06)}\n.gallery-item-label{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,0.8));padding:24px 20px 16px;font-size:12px;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,0.8);opacity:0;transition:opacity .3s}\n.gallery-item:hover .gallery-item-label{opacity:1}\n\n\/* LOCATION *\/\n.location-section{background:var(--cream);color:var(--dark);padding:100px 80px}\n.location-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:start;margin-top:60px}\n.map-placeholder{background:#e5e0d8;height:480px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}\n.map-pin{text-align:center}\n.map-pin-icon{font-size:48px;margin-bottom:12px}\n.map-pin-text{font-size:13px;color:#888;max-width:200px;line-height:1.6}\n.loc-advantages{display:flex;flex-direction:column;gap:0}\n.loc-item{padding:20px 0;border-bottom:1px solid rgba(0,0,0,0.08);display:flex;gap:16px;align-items:flex-start}\n.loc-item:first-child{padding-top:0}\n.loc-bullet{width:36px;height:36px;background:var(--gold);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:16px;margin-top:2px}\n.loc-item-content h4{font-size:15px;font-weight:600;margin-bottom:4px;color:var(--dark)}\n.loc-item-content p{font-size:13px;color:#666;line-height:1.6}\n.address-box{background:var(--dark);color:var(--white);padding:28px 32px;margin-top:32px;border-left:3px solid var(--gold)}\n.address-box h4{font-size:11px;letter-spacing:3px;text-transform:uppercase;color:var(--gold);margin-bottom:12px}\n.address-box p{font-size:14px;line-height:1.7;color:rgba(255,255,255,0.8)}\n\n\/* TESTIMONIALS \/ DEVELOPER *\/\n.developer-section{background:var(--dark)}\n.developer-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}\n.dev-image{width:100%;height:480px;object-fit:cover}\n.dev-quote{font-family:'Cormorant Garamond',serif;font-size:26px;font-weight:300;font-style:italic;line-height:1.5;color:rgba(255,255,255,0.85);margin:28px 0;border-left:2px solid var(--gold);padding-left:24px}\n.dev-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.dev-stat-num{font-family:'Cormorant Garamond',serif;font-size:36px;color:var(--gold);font-weight:600}\n.dev-stat-label{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,0.4);margin-top:4px}\n\n\/* CONTACT \/ ENQUIRY *\/\n.enquiry-section{background:var(--charcoal);padding:100px 80px}\n.enquiry-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}\n.form-group{margin-bottom:20px}\n.form-group label{display:block;font-size:10px;letter-spacing:3px;text-transform:uppercase;color:rgba(255,255,255,0.45);margin-bottom:8px}\n.form-group input,.form-group select,.form-group textarea{width:100%;background:rgba(255,255,255,0.05);border:1px solid rgba(201,168,76,0.2);color:var(--white);padding:14px 16px;font-size:14px;font-family:'Outfit',sans-serif;outline:none;transition:border-color .3s}\n.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--gold)}\n.form-group select{appearance:none;cursor:pointer}\n.form-group textarea{height:100px;resize:none}\n.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}\n\n\/* FOOTER *\/\nfooter{background:#050505;padding:60px 80px 40px;border-top:1px solid rgba(201,168,76,0.15)}\n.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:60px;margin-bottom:48px}\n.footer-brand{font-family:'Cormorant Garamond',serif;font-size:24px;font-weight:600;color:var(--gold);letter-spacing:3px;text-transform:uppercase;margin-bottom:16px}\n.footer-tagline{font-size:12px;color:rgba(255,255,255,0.4);line-height:1.7;margin-bottom:24px}\n.footer-heading{font-size:10px;letter-spacing:3px;text-transform:uppercase;color:var(--gold);margin-bottom:20px}\n.footer-links{list-style:none;display:flex;flex-direction:column;gap:10px}\n.footer-links a{font-size:13px;color:rgba(255,255,255,0.5);text-decoration:none;transition:color .3s}\n.footer-links a:hover{color:var(--gold)}\n.footer-contact-item{display:flex;gap:10px;margin-bottom:14px;align-items:flex-start}\n.footer-contact-icon{color:var(--gold);font-size:14px;margin-top:1px}\n.footer-contact-text{font-size:13px;color:rgba(255,255,255,0.5);line-height:1.5}\n.footer-bottom{border-top:1px solid rgba(255,255,255,0.06);padding-top:24px;display:flex;justify-content:space-between;align-items:center}\n.footer-copy{font-size:12px;color:rgba(255,255,255,0.3)}\n.rera-badge{font-size:11px;color:rgba(201,168,76,0.6);letter-spacing:1px;border:1px solid rgba(201,168,76,0.2);padding:6px 14px}\n\n\/* DIVIDER *\/\n.gold-line{width:64px;height:1px;background:var(--gold);margin:24px 0}\n\n\/* Scroll reveal *\/\n.reveal{opacity:0;transform:translateY(40px);transition:all .7s ease}\n.reveal.visible{opacity:1;transform:translateY(0)}\n\n\/* Floating enquiry btn *\/\n.float-btn{position:fixed;right:28px;bottom:28px;z-index:999;background:var(--gold);color:var(--dark);padding:14px 24px;font-size:11px;letter-spacing:2px;text-transform:uppercase;cursor:pointer;font-family:'Outfit',sans-serif;font-weight:600;border:none;transition:all .3s;box-shadow:0 8px 32px rgba(201,168,76,0.4)}\n.float-btn:hover{background:var(--gold-dark);transform:translateY(-3px)}\n\n\/* Responsive *\/\n@media(max-width:900px){\n  nav{padding:16px 24px}\n  .nav-links{display:none}\n  section{padding:64px 24px}\n  .about-grid,.developer-grid,.enquiry-grid,.location-grid,.floor-plan-grid{grid-template-columns:1fr;gap:40px}\n  .why-grid{grid-template-columns:1fr 1fr}\n  .amenities-grid{grid-template-columns:repeat(2,1fr)}\n  .hero-content{left:24px;bottom:100px}\n  .stat-bar{padding:24px;flex-wrap:wrap;gap:20px}\n  .footer-grid{grid-template-columns:1fr 1fr;gap:32px}\n  .gallery-header{padding:0 24px}\n  .gallery-scroll{padding:0 24px}\n  .gallery-item{flex:0 0 300px;height:360px}\n  .float-btn{right:16px;bottom:16px}\n  .slide-arrow{display:none}\n}\n<\/style>\n<\/head>\n<body>\n\n<!-- NAVIGATION -->\n<nav id=\"navbar\">\n  <div class=\"nav-logo\">\n    <span>Amayra Superia<\/span>\n    <span>Kharar \u00b7 Landran Road \u00b7 Mohali<\/span>\n  <\/div>\n  <ul class=\"nav-links\">\n    <li><a href=\"#about\">About<\/a><\/li>\n    <li><a href=\"#why-invest\">Why Invest<\/a><\/li>\n    <li><a href=\"#amenities\">Amenities<\/a><\/li>\n    <li><a href=\"#floor-plan\">Floor Plan<\/a><\/li>\n    <li><a href=\"#gallery\">Gallery<\/a><\/li>\n    <li><a href=\"#location\">Location<\/a><\/li>\n  <\/ul>\n  <button class=\"nav-cta\" onclick=\"document.getElementById('enquiry').scrollIntoView({behavior:'smooth'})\">Enquire Now<\/button>\n<\/nav>\n\n<!-- HERO SLIDER -->\n<section class=\"hero\" id=\"home\">\n  <div class=\"slides-wrap\" id=\"slidesWrap\">\n\n    <!-- Slide 1 -->\n    <div class=\"slide active\">\n      <img decoding=\"async\" class=\"slide-img\" src=\"https:\/\/images.unsplash.com\/photo-1486325212027-8081e485255e?w=1600&q=80\" alt=\"Amayra Superia Commercial Towers\">\n      <div class=\"slide-overlay\"><\/div>\n      <div class=\"hero-content active\">\n        <div class=\"hero-eyebrow\">New Launch \u00b7 Mohali's Finest<\/div>\n        <h1 class=\"hero-title\">Where Commerce<br>Meets <em>Luxury<\/em><\/h1>\n        <p class=\"hero-subtitle\">Amayra Superia redefines commercial investment in Mohali \u2014 a landmark project on Kharar Landran Road offering unmatched visibility and returns.<\/p>\n        <div class=\"hero-btns\">\n          <a href=\"#enquiry\" class=\"btn-primary\">Book Site Visit<\/a>\n          <a href=\"#about\" class=\"btn-outline\">Explore Project<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Slide 2 -->\n    <div class=\"slide\">\n      <img decoding=\"async\" class=\"slide-img\" src=\"https:\/\/images.unsplash.com\/photo-1545324418-cc1a3fa10c00?w=1600&q=80\" alt=\"Premium Commercial Spaces\">\n      <div class=\"slide-overlay\"><\/div>\n      <div class=\"hero-content\">\n        <div class=\"hero-eyebrow\">12.65 Acres \u00b7 Sector 115 Mohali<\/div>\n        <h1 class=\"hero-title\">Prime Commercial<br><em>Investment<\/em><\/h1>\n        <p class=\"hero-subtitle\">Spread over 51,200 sq.m. of premium land \u2014 Amayra Superia offers diverse commercial property options for every budget and business type.<\/p>\n        <div class=\"hero-btns\">\n          <a href=\"#floor-plan\" class=\"btn-primary\">View Floor Plans<\/a>\n          <a href=\"#location\" class=\"btn-outline\">See Location<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Slide 3 -->\n    <div class=\"slide\">\n      <img decoding=\"async\" class=\"slide-img\" src=\"https:\/\/images.unsplash.com\/photo-1582407947304-fd86f028f716?w=1600&q=80\" alt=\"Modern Architecture\">\n      <div class=\"slide-overlay\"><\/div>\n      <div class=\"hero-content\">\n        <div class=\"hero-eyebrow\">High Footfall \u00b7 Maximum Visibility<\/div>\n        <h1 class=\"hero-title\">Your Business<br>Deserves <em>Superia<\/em><\/h1>\n        <p class=\"hero-subtitle\">Mohali's most desirable commercial destination \u2014 with modern infrastructure, strategic connectivity, and investment returns that outperform the market.<\/p>\n        <div class=\"hero-btns\">\n          <a href=\"#why-invest\" class=\"btn-primary\">Why Invest Here<\/a>\n          <a href=\"#amenities\" class=\"btn-outline\">See Amenities<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Slide 4 -->\n    <div class=\"slide\">\n      <img decoding=\"async\" class=\"slide-img\" src=\"https:\/\/images.unsplash.com\/photo-1497366216548-37526070297c?w=1600&q=80\" alt=\"Luxury Office Interiors\">\n      <div class=\"slide-overlay\"><\/div>\n      <div class=\"hero-content\">\n        <div class=\"hero-eyebrow\">By Amayra Group<\/div>\n        <h1 class=\"hero-title\">Trusted Legacy,<br><em>Premium<\/em> Quality<\/h1>\n        <p class=\"hero-subtitle\">Backed by Amayra Group's decades of real estate excellence in Mohali \u2014 quality craftsmanship, timely delivery, and uncompromising standards.<\/p>\n        <div class=\"hero-btns\">\n          <a href=\"#developer\" class=\"btn-primary\">About Developer<\/a>\n          <a href=\"#enquiry\" class=\"btn-outline\">Get Callback<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n\n  <\/div>\n\n  <!-- Arrows -->\n  <button class=\"slide-arrow slide-prev\" onclick=\"changeSlide(-1)\">&#8592;<\/button>\n  <button class=\"slide-arrow slide-next\" onclick=\"changeSlide(1)\">&#8594;<\/button>\n\n  <!-- Indicators -->\n  <div class=\"slide-indicators\" id=\"indicators\">\n    <div class=\"indicator active\" onclick=\"goToSlide(0)\"><\/div>\n    <div class=\"indicator\" onclick=\"goToSlide(1)\"><\/div>\n    <div class=\"indicator\" onclick=\"goToSlide(2)\"><\/div>\n    <div class=\"indicator\" onclick=\"goToSlide(3)\"><\/div>\n  <\/div>\n<\/section>\n\n<!-- STAT BAR -->\n<div class=\"stat-bar\">\n  <div class=\"stat-item\">\n    <div class=\"stat-num\">12.65<\/div>\n    <div class=\"stat-label\">Acres Total Area<\/div>\n  <\/div>\n  <div class=\"stat-item\">\n    <div class=\"stat-num\">51.2K<\/div>\n    <div class=\"stat-label\">Sq.m. Project Size<\/div>\n  <\/div>\n  <div class=\"stat-item\">\n    <div class=\"stat-num\">G+5<\/div>\n    <div class=\"stat-label\">Floors<\/div>\n  <\/div>\n  <div class=\"stat-item\">\n    <div class=\"stat-num\">115<\/div>\n    <div class=\"stat-label\">Sector \u00b7 Mohali<\/div>\n  <\/div>\n  <div class=\"stat-item\">\n    <div class=\"stat-num\">2024<\/div>\n    <div class=\"stat-label\">New Launch<\/div>\n  <\/div>\n<\/div>\n\n<!-- ABOUT SECTION -->\n<section id=\"about\" style=\"background:var(--dark)\">\n  <div class=\"about-grid\">\n    <div class=\"about-image-wrap reveal\">\n      <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1486325212027-8081e485255e?w=800&q=80\" alt=\"Amayra Superia Project\">\n      <div class=\"about-img-badge\">\n        <div class=\"num\">No.1<\/div>\n        <div class=\"txt\">Commercial Project<br>Mohali 2024<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"reveal\" style=\"transition-delay:.2s\">\n      <div class=\"section-eyebrow\">About the Project<\/div>\n      <h2 class=\"section-title\">Mohali's Most <em>Desirable<\/em> Commercial Address<\/h2>\n      <div class=\"gold-line\"><\/div>\n      <p class=\"section-text\">Amayra Superia is a new launch commercial project located on the prime Kharar Landran Road, Sector 115, Mohali. Spread across 12.65 acres (51,200 sq.m.), this landmark development offers maximum visibility and high footfall for every business type.<\/p>\n      <p class=\"section-text\" style=\"margin-top:16px\">Whether you're a retailer, investor, or entrepreneur \u2014 Amayra Superia caters to diverse budget ranges while ensuring exciting returns on investment in Mohali's fastest-growing commercial corridor.<\/p>\n      <div class=\"about-features\">\n        <div class=\"about-feat\">\n          <div class=\"about-feat-icon\">\ud83c\udfd7\ufe0f<\/div>\n          <div class=\"about-feat-title\">Modern Architecture<\/div>\n          <div class=\"about-feat-text\">Contemporary design with premium construction quality<\/div>\n        <\/div>\n        <div class=\"about-feat\">\n          <div class=\"about-feat-icon\">\ud83d\udccd<\/div>\n          <div class=\"about-feat-title\">Prime Location<\/div>\n          <div class=\"about-feat-text\">Kharar Landran Road \u2014 Mohali's commercial hub<\/div>\n        <\/div>\n        <div class=\"about-feat\">\n          <div class=\"about-feat-icon\">\ud83d\udcbc<\/div>\n          <div class=\"about-feat-title\">Multiple Unit Types<\/div>\n          <div class=\"about-feat-text\">Retail shops, offices & showrooms available<\/div>\n        <\/div>\n        <div class=\"about-feat\">\n          <div class=\"about-feat-icon\">\ud83d\udcc8<\/div>\n          <div class=\"about-feat-title\">High ROI Potential<\/div>\n          <div class=\"about-feat-text\">Promising appreciation in a growing zone<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- WHY INVEST -->\n<section id=\"why-invest\" class=\"why-section\">\n  <div class=\"reveal\">\n    <div class=\"section-eyebrow\" style=\"color:var(--gold-dark)\">Investment Opportunity<\/div>\n    <h2 class=\"section-title\" style=\"color:var(--dark)\">Why Invest in <em style=\"color:var(--gold-dark)\">Amayra Superia?<\/em><\/h2>\n    <p style=\"font-size:15px;color:#666;max-width:600px;line-height:1.8\">A new-generation commercial project with every modern facility \u2014 positioned for maximum growth in Mohali's most promising infrastructure zone.<\/p>\n  <\/div>\n  <div class=\"why-grid\">\n    <div class=\"why-card reveal\">\n      <div class=\"why-num\">01<\/div>\n      <div class=\"why-icon\">\ud83c\udf10<\/div>\n      <h3 class=\"why-card-title\">Strategic Location<\/h3>\n      <p class=\"why-card-text\">Kharar Landran Road has superior infrastructure compared to other commercial zones in Mohali, with improving connectivity to Chandigarh, Kharar & beyond.<\/p>\n    <\/div>\n    <div class=\"why-card reveal\" style=\"transition-delay:.1s\">\n      <div class=\"why-num\">02<\/div>\n      <div class=\"why-icon\">\ud83d\udc41\ufe0f<\/div>\n      <h3 class=\"why-card-title\">Maximum Visibility<\/h3>\n      <p class=\"why-card-text\">Prime frontage on a high-traffic road ensures exceptional brand visibility and naturally high footfall for every business unit in the project.<\/p>\n    <\/div>\n    <div class=\"why-card reveal\" style=\"transition-delay:.2s\">\n      <div class=\"why-num\">03<\/div>\n      <div class=\"why-icon\">\ud83d\udcb0<\/div>\n      <h3 class=\"why-card-title\">Varied Budget Range<\/h3>\n      <p class=\"why-card-text\">Multiple property types and sizes available catering to first-time investors, SMEs and large enterprises \u2014 something for every budget.<\/p>\n    <\/div>\n    <div class=\"why-card reveal\" style=\"transition-delay:.3s\">\n      <div class=\"why-num\">04<\/div>\n      <div class=\"why-icon\">\ud83d\udcca<\/div>\n      <h3 class=\"why-card-title\">Exciting Returns<\/h3>\n      <p class=\"why-card-text\">Mohali's fastest-growing commercial corridor means appreciating land value and high rental yields \u2014 ideal for long-term wealth creation.<\/p>\n    <\/div>\n    <div class=\"why-card reveal\" style=\"transition-delay:.4s\">\n      <div class=\"why-num\">05<\/div>\n      <div class=\"why-icon\">\ud83c\udfdb\ufe0f<\/div>\n      <h3 class=\"why-card-title\">Trusted Developer<\/h3>\n      <p class=\"why-card-text\">Amayra Group brings decades of real estate expertise in Mohali \u2014 with a strong track record of quality construction and timely delivery.<\/p>\n    <\/div>\n    <div class=\"why-card reveal\" style=\"transition-delay:.5s\">\n      <div class=\"why-num\">06<\/div>\n      <div class=\"why-icon\">\ud83d\udd27<\/div>\n      <h3 class=\"why-card-title\">World-Class Facilities<\/h3>\n      <p class=\"why-card-text\">All major modern amenities to cater to working professionals, retailers and consumers \u2014 making Superia a self-sufficient commercial ecosystem.<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- AMENITIES -->\n<section id=\"amenities\" class=\"amenities-section\">\n  <div class=\"reveal\" style=\"text-align:center\">\n    <div class=\"section-eyebrow\" style=\"justify-content:center\">World Class Facilities<\/div>\n    <h2 class=\"section-title\" style=\"text-align:center\">Premium <em>Amenities<\/em><\/h2>\n    <p style=\"font-size:15px;color:rgba(255,255,255,0.55);max-width:560px;margin:0 auto 48px;line-height:1.8\">Every facility designed to make Amayra Superia a complete commercial destination for businesses and their customers.<\/p>\n  <\/div>\n  <div class=\"amenities-grid reveal\" style=\"transition-delay:.1s\">\n    <div class=\"amenity\"><span class=\"amenity-icon\">\ud83c\udd7f\ufe0f<\/span><span class=\"amenity-name\">Multi-Level Parking<\/span><\/div>\n    <div class=\"amenity\"><span class=\"amenity-icon\">\u26a1<\/span><span class=\"amenity-name\">24\/7 Power Backup<\/span><\/div>\n    <div class=\"amenity\"><span class=\"amenity-icon\">\ud83c\udfcb\ufe0f<\/span><span class=\"amenity-name\">Fitness Center<\/span><\/div>\n    <div class=\"amenity\"><span class=\"amenity-icon\">\ud83c\udf7d\ufe0f<\/span><span class=\"amenity-name\">Food Court<\/span><\/div>\n    <div class=\"amenity\"><span class=\"amenity-icon\">\ud83d\udd12<\/span><span class=\"amenity-name\">24\/7 Security<\/span><\/div>\n    <div class=\"amenity\"><span class=\"amenity-icon\">\ud83d\udcf6<\/span><span class=\"amenity-name\">High-Speed Wi-Fi<\/span><\/div>\n    <div class=\"amenity\"><span class=\"amenity-icon\">\ud83d\uded7<\/span><span class=\"amenity-name\">Passenger Elevators<\/span><\/div>\n    <div class=\"amenity\"><span class=\"amenity-icon\">\ud83c\udf3f<\/span><span class=\"amenity-name\">Landscaped Plazas<\/span><\/div>\n    <div class=\"amenity\"><span class=\"amenity-icon\">\ud83c\udfe6<\/span><span class=\"amenity-name\">ATM & Banking<\/span><\/div>\n    <div class=\"amenity\"><span class=\"amenity-icon\">\ud83d\udebf<\/span><span class=\"amenity-name\">Premium Washrooms<\/span><\/div>\n    <div class=\"amenity\"><span class=\"amenity-icon\">\u267f<\/span><span class=\"amenity-name\">Disabled Access<\/span><\/div>\n    <div class=\"amenity\"><span class=\"amenity-icon\">\ud83c\udfa5<\/span><span class=\"amenity-name\">CCTV Surveillance<\/span><\/div>\n    <div class=\"amenity\"><span class=\"amenity-icon\">\u2600\ufe0f<\/span><span class=\"amenity-name\">Solar Energy Panels<\/span><\/div>\n    <div class=\"amenity\"><span class=\"amenity-icon\">\ud83c\udf27\ufe0f<\/span><span class=\"amenity-name\">Rainwater Harvesting<\/span><\/div>\n    <div class=\"amenity\"><span class=\"amenity-icon\">\ud83d\ude92<\/span><span class=\"amenity-name\">Fire Safety System<\/span><\/div>\n    <div class=\"amenity\"><span class=\"amenity-icon\">\ud83d\udce6<\/span><span class=\"amenity-name\">Loading \/ Unloading<\/span><\/div>\n  <\/div>\n<\/section>\n\n<!-- FLOOR PLAN -->\n<section id=\"floor-plan\" class=\"floor-plan-section\">\n  <div class=\"reveal\">\n    <div class=\"section-eyebrow\">Unit Configuration<\/div>\n    <h2 class=\"section-title\">Floor <em>Plans<\/em><\/h2>\n    <p class=\"section-text\">Multiple commercial unit configurations to match your investment size and business requirements.<\/p>\n  <\/div>\n  <div class=\"floor-plan-grid\" style=\"margin-top:48px\">\n    <div class=\"reveal\" style=\"transition-delay:.1s\">\n      <div class=\"unit-tabs\">\n        <button class=\"unit-tab active\" onclick=\"selectUnit(0)\">Ground Floor<\/button>\n        <button class=\"unit-tab\" onclick=\"selectUnit(1)\">First Floor<\/button>\n        <button class=\"unit-tab\" onclick=\"selectUnit(2)\">Upper Floors<\/button>\n        <button class=\"unit-tab\" onclick=\"selectUnit(3)\">Showroom<\/button>\n      <\/div>\n      <div class=\"floor-details\" id=\"floorDetails\">\n        <!-- Filled by JS -->\n      <\/div>\n      <div style=\"margin-top:28px;padding:20px 24px;background:rgba(201,168,76,0.06);border:1px solid rgba(201,168,76,0.15)\">\n        <p style=\"font-size:12px;color:rgba(255,255,255,0.45);line-height:1.8\">\ud83d\udcc4 Detailed floor plan brochure available on request. All units are RERA registered. Dimensions and layouts are indicative and subject to change. Please contact our sales team for exact specifications.<\/p>\n      <\/div>\n      <a href=\"https:\/\/amayrasuperia.com\/wp-content\/uploads\/2026\/08\/AMAYRA-SUPERIA-SITE-PLAN-Built-Up-Floors.pdf\" class=\"btn-primary\" style=\"display:inline-block;margin-top:24px\">Download Brochure<\/a>\n    <\/div>\n  <div class=\"floor-plan-visual reveal\" style=\"transition-delay:.2s\">\n  <!-- Schematic SVG Floor Plan -->\n  <img decoding=\"async\" src=\"https:\/\/amayrasuperia.com\/wp-content\/uploads\/2026\/08\/AMAYRA-SUPERIA-SITE-PLAN-Built-Up-Floors_page-0001-scaled.jpg\" alt=\"Floor Plan\" class=\"floor-plan-img\" style=\"width:100%; height:auto;\">\n<\/div>\n  <\/div>\n<\/section>\n\n<!-- GALLERY -->\n<section id=\"gallery\" class=\"gallery-section\" style=\"padding-top:100px;padding-bottom:100px\">\n  <div class=\"gallery-header reveal\">\n    <div class=\"section-eyebrow\">Visual Tour<\/div>\n    <h2 class=\"section-title\">Project <em>Gallery<\/em><\/h2>\n  <\/div>\n  <div class=\"gallery-scroll\">\n    <div class=\"gallery-item reveal\">\n      <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1486325212027-8081e485255e?w=800&q=80\" alt=\"Exterior View\">\n      <div class=\"gallery-item-label\">Exterior View<\/div>\n    <\/div>\n    <div class=\"gallery-item reveal\" style=\"transition-delay:.1s\">\n      <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1497366216548-37526070297c?w=800&q=80\" alt=\"Office Spaces\">\n      <div class=\"gallery-item-label\">Premium Office Spaces<\/div>\n    <\/div>\n    <div class=\"gallery-item reveal\" style=\"transition-delay:.2s\">\n      <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1600607687939-ce8a6c25118c?w=800&q=80\" alt=\"Retail Area\">\n      <div class=\"gallery-item-label\">Retail Frontage<\/div>\n    <\/div>\n    <div class=\"gallery-item reveal\" style=\"transition-delay:.3s\">\n      <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1582407947304-fd86f028f716?w=800&q=80\" alt=\"Architecture\">\n      <div class=\"gallery-item-label\">Modern Architecture<\/div>\n    <\/div>\n    <div class=\"gallery-item reveal\" style=\"transition-delay:.4s\">\n      <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1545324418-cc1a3fa10c00?w=800&q=80\" alt=\"Building\">\n      <div class=\"gallery-item-label\">Commercial Complex<\/div>\n    <\/div>\n    <div class=\"gallery-item reveal\" style=\"transition-delay:.5s\">\n      <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1464938050520-ef2270bb8ce8?w=800&q=80\" alt=\"Amenities\">\n      <div class=\"gallery-item-label\">Premium Amenities<\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- LOCATION -->\n<section id=\"location\" class=\"location-section\">\n  <div class=\"reveal\">\n    <div class=\"section-eyebrow\" style=\"color:var(--gold-dark)\">Connectivity & Location<\/div>\n    <h2 class=\"section-title\" style=\"color:var(--dark)\">Strategically <em style=\"color:var(--gold-dark)\">Located<\/em><\/h2>\n  <\/div>\n  <div class=\"location-grid\">\n    <div class=\"reveal\">\n      <div class=\"map-placeholder\">\n        <div class=\"map-pin\">\n          <div class=\"map-pin-icon\">\ud83d\udccd<\/div>\n          <p style=\"font-size:16px;font-weight:600;color:var(--dark);margin-bottom:8px\">Amayra Superia<\/p>\n          <p class=\"map-pin-text\">GG16, Kharar - Landran Rd, Sector 115, Sahibzada Ajit Singh Nagar, Punjab 140307<\/p>\n          <a href=\"https:\/\/maps.google.com\/?q=GG16+Kharar+Landran+Road+Sector+115+Mohali+Punjab\" target=\"_blank\" class=\"btn-primary\" style=\"display:inline-block;margin-top:20px;background:#9A7A2E;color:white\">Open in Maps<\/a>\n        <\/div>\n        <!-- Decorative grid lines -->\n        <svg style=\"position:absolute;inset:0;width:100%;height:100%;opacity:0.08\" viewBox=\"0 0 400 480\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n          <line x1=\"0\" y1=\"80\" x2=\"400\" y2=\"80\" stroke=\"#9A7A2E\" stroke-width=\"1\"\/>\n          <line x1=\"0\" y1=\"160\" x2=\"400\" y2=\"160\" stroke=\"#9A7A2E\" stroke-width=\"1\"\/>\n          <line x1=\"0\" y1=\"240\" x2=\"400\" y2=\"240\" stroke=\"#9A7A2E\" stroke-width=\"1\"\/>\n          <line x1=\"0\" y1=\"320\" x2=\"400\" y2=\"320\" stroke=\"#9A7A2E\" stroke-width=\"1\"\/>\n          <line x1=\"0\" y1=\"400\" x2=\"400\" y2=\"400\" stroke=\"#9A7A2E\" stroke-width=\"1\"\/>\n          <line x1=\"80\" y1=\"0\" x2=\"80\" y2=\"480\" stroke=\"#9A7A2E\" stroke-width=\"1\"\/>\n          <line x1=\"160\" y1=\"0\" x2=\"160\" y2=\"480\" stroke=\"#9A7A2E\" stroke-width=\"1\"\/>\n          <line x1=\"240\" y1=\"0\" x2=\"240\" y2=\"480\" stroke=\"#9A7A2E\" stroke-width=\"1\"\/>\n          <line x1=\"320\" y1=\"0\" x2=\"320\" y2=\"480\" stroke=\"#9A7A2E\" stroke-width=\"1\"\/>\n        <\/svg>\n      <\/div>\n      <div class=\"address-box\">\n        <h4>\ud83d\udccc Project Address<\/h4>\n        <p>GG16, Kharar - Landran Road<br>Sector 115, Sahibzada Ajit Singh Nagar<br>Punjab \u2013 140307<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"reveal\" style=\"transition-delay:.2s\">\n      <h3 style=\"font-size:20px;font-weight:600;color:var(--dark);margin-bottom:8px\">Location Advantages<\/h3>\n      <div class=\"gold-line\" style=\"margin:16px 0\"><\/div>\n      <div class=\"loc-advantages\">\n        <div class=\"loc-item\">\n          <div class=\"loc-bullet\">\u2708\ufe0f<\/div>\n          <div class=\"loc-item-content\">\n            <h4>Chandigarh Airport<\/h4>\n            <p>Approx 20 mins drive \u2014 ideal for business travelers and NRI investors<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"loc-item\">\n          <div class=\"loc-bullet\">\ud83c\udfeb<\/div>\n          <div class=\"loc-item-content\">\n            <h4>Educational Institutions Nearby<\/h4>\n            <p>Surrounded by universities and schools ensuring consistent footfall<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"loc-item\">\n          <div class=\"loc-bullet\">\ud83c\udfe5<\/div>\n          <div class=\"loc-item-content\">\n            <h4>Healthcare Hub<\/h4>\n            <p>Multiple hospitals and clinics within a 5 km radius<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"loc-item\">\n          <div class=\"loc-bullet\">\ud83d\udee3\ufe0f<\/div>\n          <div class=\"loc-item-content\">\n            <h4>NH-21 Connectivity<\/h4>\n            <p>Direct access to National Highway \u2014 connecting Kharar, Landran & Chandigarh seamlessly<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"loc-item\">\n          <div class=\"loc-bullet\">\ud83c\udfd9\ufe0f<\/div>\n          <div class=\"loc-item-content\">\n            <h4>IT & Corporate Hub<\/h4>\n            <p>Proximity to Mohali's IT city and industrial area for large working population<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"loc-item\">\n          <div class=\"loc-bullet\">\ud83d\ude8c<\/div>\n          <div class=\"loc-item-content\">\n            <h4>Excellent Public Transport<\/h4>\n            <p>Well connected via buses and proposed metro extension in Greater Mohali<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- DEVELOPER -->\n<section id=\"developer\" class=\"developer-section\">\n  <div class=\"developer-grid\">\n    <div class=\"reveal\">\n      <img decoding=\"async\" class=\"dev-image\" src=\"https:\/\/images.unsplash.com\/photo-1521737604893-d14cc237f11d?w=700&q=80\" alt=\"Amayra Group Team\">\n    <\/div>\n    <div class=\"reveal\" style=\"transition-delay:.2s\">\n      <div class=\"section-eyebrow\">About the Developer<\/div>\n      <h2 class=\"section-title\">Amayra <em>Group<\/em><\/h2>\n      <div class=\"gold-line\"><\/div>\n      <p class=\"section-text\">Amayra Group is a leading real estate developer based in Mohali, Punjab. With a strong commitment to quality construction, customer satisfaction, and timely delivery, Amayra Group has established itself as one of the most trusted real estate brands in the Tricity region.<\/p>\n      <div class=\"dev-quote\">\"We build spaces that inspire growth, foster commerce, and create lasting value for every investor who trusts us.\"<\/div>\n      <p class=\"section-text\">Their portfolio spans residential and commercial projects across Mohali and the Tricity area, each reflecting the group's commitment to modern design, superior amenities, and transparent dealings.<\/p>\n      <div class=\"dev-stats\">\n        <div>\n          <div class=\"dev-stat-num\">15+<\/div>\n          <div class=\"dev-stat-label\">Years Experience<\/div>\n        <\/div>\n        <div>\n          <div class=\"dev-stat-num\">50+<\/div>\n          <div class=\"dev-stat-label\">Projects Delivered<\/div>\n        <\/div>\n        <div>\n          <div class=\"dev-stat-num\">5000+<\/div>\n          <div class=\"dev-stat-label\">Happy Customers<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ENQUIRY -->\n<section id=\"enquiry\" class=\"enquiry-section\">\n  <div class=\"enquiry-grid\">\n    <div class=\"reveal\">\n      <div class=\"section-eyebrow\">Get in Touch<\/div>\n      <h2 class=\"section-title\">Book Your <em>Site Visit<\/em><\/h2>\n      <div class=\"gold-line\"><\/div>\n      <p class=\"section-text\">Interested in investing in Amayra Superia? Our expert sales team is ready to guide you through property options, pricing, and payment plans tailored to your needs.<\/p>\n      <div style=\"margin-top:40px;display:flex;flex-direction:column;gap:20px\">\n        <div style=\"display:flex;gap:16px;align-items:center\">\n          <span style=\"color:var(--gold);font-size:20px\">\ud83d\udcde<\/span>\n          <div>\n            <div style=\"font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,0.4);margin-bottom:4px\">Call Us<\/div>\n            <div style=\"font-size:16px;font-weight:500\"> +91 83739 00656  <\/div>\n          <\/div>\n        <\/div>\n        <div style=\"display:flex;gap:16px;align-items:center\">\n          <span style=\"color:var(--gold);font-size:20px\">\u2709\ufe0f<\/span>\n          <div>\n            <div style=\"font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,0.4);margin-bottom:4px\">Email Us<\/div>\n            <div style=\"font-size:16px;font-weight:500\">wonderhomz21@gmail.com'<\/div>\n          <\/div>\n        <\/div>\n        <div style=\"display:flex;gap:16px;align-items:center\">\n          <span style=\"color:var(--gold);font-size:20px\">\ud83d\udd50<\/span>\n          <div>\n            <div style=\"font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,0.4);margin-bottom:4px\">Sales Hours<\/div>\n            <div style=\"font-size:16px;font-weight:500\">Mon\u2013Sun: 9:00 AM \u2013 7:00 PM<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"reveal\" style=\"transition-delay:.2s\">\n      <div style=\"background:rgba(255,255,255,0.03);border:1px solid rgba(201,168,76,0.2);padding:40px\">\n        <h3 style=\"font-size:18px;margin-bottom:28px;color:var(--gold)\">Request a Callback<\/h3>\n        <div class=\"form-row\">\n          <div class=\"form-group\">\n            <label>First Name<\/label>\n            <input type=\"text\" placeholder=\"Your name\">\n          <\/div>\n          <div class=\"form-group\">\n            <label>Phone Number<\/label>\n            <input type=\"tel\" placeholder=\"+91 00000 00000\">\n          <\/div>\n        <\/div>\n        <div class=\"form-group\">\n          <label>Email Address<\/label>\n          <input type=\"email\" placeholder=\"your@email.com\">\n        <\/div>\n        <div class=\"form-group\">\n          <label>Unit Type Interested In<\/label>\n          <select>\n            <option>Select unit type...<\/option>\n            <option>Ground Floor Retail Shop<\/option>\n            <option>First Floor Office<\/option>\n            <option>Upper Floor Commercial<\/option>\n            <option>Showroom \/ Anchor Store<\/option>\n            <option>Investment Purpose<\/option>\n          <\/select>\n        <\/div>\n        <div class=\"form-group\">\n          <label>Budget Range<\/label>\n          <select>\n            <option>Select budget...<\/option>\n            <option>Under \u20b925 Lakhs<\/option>\n            <option>\u20b925 \u2013 \u20b950 Lakhs<\/option>\n            <option>\u20b950 Lakhs \u2013 \u20b91 Crore<\/option>\n            <option>\u20b91 Crore \u2013 \u20b92 Crore<\/option>\n            <option>Above \u20b92 Crore<\/option>\n          <\/select>\n        <\/div>\n        <div class=\"form-group\">\n          <label>Message (Optional)<\/label>\n          <textarea placeholder=\"Any specific requirements or questions...\"><\/textarea>\n        <\/div>\n        <button class=\"btn-primary\" style=\"width:100%;padding:16px;font-size:13px\" onclick=\"submitEnquiry()\">Submit Enquiry \u2192<\/button>\n        <p style=\"font-size:11px;color:rgba(255,255,255,0.3);margin-top:14px;text-align:center\">By submitting, you agree to receive project updates from Amayra Group.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- FOOTER -->\n<footer>\n  <div class=\"footer-grid\">\n    <div>\n      <div class=\"footer-brand\">Disclaimer:<\/div>\n      <p class=\"footer-tagline\">This website is an authorized partner website providing information and assistance related to the real estate projects<\/p>\n      <div style=\"display:flex;gap:12px\">\n        <div style=\"width:36px;height:36px;border:1px solid rgba(201,168,76,0.3);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--gold);font-size:14px;transition:all .3s\" onmouseover=\"this.style.background='var(--gold)';this.style.color='var(--dark)'\" onmouseout=\"this.style.background='transparent';this.style.color='var(--gold)'\">f<\/div>\n        <div style=\"width:36px;height:36px;border:1px solid rgba(201,168,76,0.3);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--gold);font-size:11px;transition:all .3s\" onmouseover=\"this.style.background='var(--gold)';this.style.color='var(--dark)'\" onmouseout=\"this.style.background='transparent';this.style.color='var(--gold)'\">in<\/div>\n        <div style=\"width:36px;height:36px;border:1px solid rgba(201,168,76,0.3);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--gold);font-size:14px;transition:all .3s\" onmouseover=\"this.style.background='var(--gold)';this.style.color='var(--dark)'\" onmouseout=\"this.style.background='transparent';this.style.color='var(--gold)'\">\u25b6<\/div>\n      <\/div>\n    <\/div>\n    <div>\n      <div class=\"footer-heading\">Quick Links<\/div>\n      <ul class=\"footer-links\">\n        <li><a href=\"#about\">About Project<\/a><\/li>\n        <li><a href=\"#why-invest\">Why Invest<\/a><\/li>\n        <li><a href=\"#amenities\">Amenities<\/a><\/li>\n        <li><a href=\"#floor-plan\">Floor Plans<\/a><\/li>\n        <li><a href=\"#gallery\">Gallery<\/a><\/li>\n        <li><a href=\"#location\">Location<\/a><\/li>\n      <\/ul>\n    <\/div>\n    <div>\n      <div class=\"footer-heading\">Project Info<\/div>\n      <ul class=\"footer-links\">\n        <li><a href=\"#\">RERA Registration<\/a><\/li>\n        <li><a href=\"#\">Payment Plans<\/a><\/li>\n        <li><a href=\"#\">Loan Assistance<\/a><\/li>\n        <li><a href=\"#\">Site Visit<\/a><\/li>\n        <li><a href=\"#\">Download Brochure<\/a><\/li>\n        <li><a href=\"#\">About Amayra Group<\/a><\/li>\n      <\/ul>\n    <\/div>\n    <div>\n      <div class=\"footer-heading\">Contact Us<\/div>\n      <div class=\"footer-contact-item\">\n        <span class=\"footer-contact-icon\">\ud83d\udccd<\/span>\n        <span class=\"footer-contact-text\">GG16, Kharar-Landran Rd, Sector 115, SAS Nagar, Punjab 140307<\/span>\n      <\/div>\n      <div class=\"footer-contact-item\">\n        <span class=\"footer-contact-icon\">\ud83d\udcde<\/span>\n        <span class=\"footer-contact-text\"> +91 83739 00656<br> <\/span>\n      <\/div>\n      <div class=\"footer-contact-item\">\n        <span class=\"footer-contact-icon\">\u2709\ufe0f<\/span>\n        <span class=\"footer-contact-text\">wonderhomz21@gmail.com<\/span>\n      <\/div>\n      <div class=\"footer-contact-item\">\n        <span class=\"footer-contact-icon\">\ud83d\udd50<\/span>\n        <span class=\"footer-contact-text\">Mon\u2013Sun: 9 AM \u2013 7 PM<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n  <div class=\"footer-bottom\">\n    <p class=\"footer-copy\">\u00a9 2026 Amayra Superia by Amayra Group. All rights reserved.<\/p>\n    <div style=\"display:flex;gap:16px;align-items:center\">\n      <span class=\"rera-badge\">RERA Registered<\/span>\n      <span style=\"font-size:12px;color:rgba(255,255,255,0.3)\">Privacy Policy \u00b7 Terms<\/span>\n    <\/div>\n  <\/div>\n<\/footer>\n\n<!-- Floating CTA -->\n<button class=\"float-btn\" onclick=\"document.getElementById('enquiry').scrollIntoView({behavior:'smooth'})\">\ud83d\udcde Enquire Now<\/button>\n\n<script>\n\/\/ SLIDER\nlet currentSlide = 0;\nconst totalSlides = 4;\nlet autoSlide;\n\nfunction goToSlide(n) {\n  const wrap = document.getElementById('slidesWrap');\n  const slides = wrap.querySelectorAll('.slide');\n  const indicators = document.querySelectorAll('.indicator');\n  const contents = wrap.querySelectorAll('.hero-content');\n  \n  slides[currentSlide].classList.remove('active');\n  indicators[currentSlide].classList.remove('active');\n  contents[currentSlide].classList.remove('active');\n  \n  currentSlide = n;\n  \n  slides[currentSlide].classList.add('active');\n  indicators[currentSlide].classList.add('active');\n  contents[currentSlide].classList.add('active');\n  \n  wrap.style.transform = `translateX(-${currentSlide * 100}%)`;\n  resetAuto();\n}\n\nfunction changeSlide(dir) {\n  let next = (currentSlide + dir + totalSlides) % totalSlides;\n  goToSlide(next);\n}\n\nfunction resetAuto() {\n  clearInterval(autoSlide);\n  autoSlide = setInterval(() => changeSlide(1), 6000);\n}\n\nresetAuto();\n\n\/\/ NAV scroll\nwindow.addEventListener('scroll', () => {\n  const nav = document.getElementById('navbar');\n  if(window.scrollY > 80) nav.classList.add('scrolled');\n  else nav.classList.remove('scrolled');\n});\n\n\/\/ Reveal on scroll\nconst observer = new IntersectionObserver((entries) => {\n  entries.forEach(e => {\n    if(e.isIntersecting) {\n      e.target.classList.add('visible');\n    }\n  });\n}, { threshold: 0.1 });\n\ndocument.querySelectorAll('.reveal').forEach(el => observer.observe(el));\n\n\/\/ Floor Plan\nconst units = [\n  {\n    name: 'Ground Floor Retail',\n    data: [\n      {label:'Unit Type', val:'Retail Shop'},\n      {label:'Floor', val:'Ground'},\n      {label:'Size Range', val:'200 \u2013 500 sq.ft.'},\n      {label:'Facing', val:'High Street \/ Road Facing'},\n      {label:'Ideal For', val:'Retail, Showroom, Caf\u00e9'},\n      {label:'Possession', val:'2025 (Estimated)'},\n    ]\n  },\n  {\n    name: 'First Floor Office',\n    data: [\n      {label:'Unit Type', val:'Commercial Office'},\n      {label:'Floor', val:'First'},\n      {label:'Size Range', val:'300 \u2013 800 sq.ft.'},\n      {label:'Facing', val:'Atrium \/ Street View'},\n      {label:'Ideal For', val:'Office, Clinic, Studio'},\n      {label:'Possession', val:'2025 (Estimated)'},\n    ]\n  },\n  {\n    name: 'Upper Floors',\n    data: [\n      {label:'Unit Type', val:'Commercial Suites'},\n      {label:'Floors', val:'2nd \u2013 5th Floor'},\n      {label:'Size Range', val:'500 \u2013 2000 sq.ft.'},\n      {label:'Facing', val:'Panoramic \/ City View'},\n      {label:'Ideal For', val:'Corporate Office, Co-working'},\n      {label:'Possession', val:'2025\u201326 (Estimated)'},\n    ]\n  },\n  {\n    name: 'Anchor Showroom',\n    data: [\n      {label:'Unit Type', val:'Large Format Showroom'},\n      {label:'Floor', val:'Ground & First'},\n      {label:'Size Range', val:'2000 \u2013 5000 sq.ft.'},\n      {label:'Facing', val:'Prime Road Facing'},\n      {label:'Ideal For', val:'Showroom, Superstore, Bank'},\n      {label:'Possession', val:'2025 (Estimated)'},\n    ]\n  }\n];\n\nlet currentUnit = 0;\n\nfunction selectUnit(idx) {\n  currentUnit = idx;\n  document.querySelectorAll('.unit-tab').forEach((t,i) => {\n    t.classList.toggle('active', i === idx);\n  });\n  renderFloorDetails();\n  document.getElementById('fpUnit').textContent = units[idx].name;\n}\n\nfunction renderFloorDetails() {\n  const u = units[currentUnit];\n  const container = document.getElementById('floorDetails');\n  container.innerHTML = `\n    <div style=\"font-size:13px;letter-spacing:2px;text-transform:uppercase;color:var(--gold);margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid rgba(201,168,76,0.2)\">${u.name}<\/div>\n    ${u.data.map(r => `\n      <div class=\"floor-row\">\n        <label>${r.label}<\/label>\n        <span>${r.val}<\/span>\n      <\/div>\n    `).join('')}\n  `;\n}\n\nrenderFloorDetails();\n\n\/\/ Enquiry submit\nfunction submitEnquiry() {\n  alert('Thank you for your enquiry! Our sales team will contact you within 24 hours.\\n\\nAmayra Superia \u2013 Sector 115, Mohali');\n}\n<\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Amayra Superia \u2013 Premium Commercial Project, Mohali Amayra Superia Kharar \u00b7 Landran Road \u00b7 Mohali About Why Invest Amenities Floor Plan Gallery Location Enquire Now New Launch \u00b7 Mohali&#8217;s Finest Where CommerceMeets Luxury Amayra Superia redefines commercial investment in Mohali \u2014 a landmark project on Kharar Landran Road offering unmatched visibility and returns. Book Site [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-18","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/amayrasuperia.com\/index.php?rest_route=\/wp\/v2\/pages\/18","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/amayrasuperia.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/amayrasuperia.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/amayrasuperia.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/amayrasuperia.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=18"}],"version-history":[{"count":34,"href":"https:\/\/amayrasuperia.com\/index.php?rest_route=\/wp\/v2\/pages\/18\/revisions"}],"predecessor-version":[{"id":74,"href":"https:\/\/amayrasuperia.com\/index.php?rest_route=\/wp\/v2\/pages\/18\/revisions\/74"}],"wp:attachment":[{"href":"https:\/\/amayrasuperia.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=18"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}