<div class="alh-subtitle">BOOK A TOUR</div> <hr class="h-line" /> <h1 class="alh-title">EXPLORE LIV</h1> <p>It's one thing to hear about the LIV lifestyle &ndash; it's another to experience it firsthand. Come take a tour and discover how effortless renting with us can be.</p> An elevated living experience <!-- Calendly Tour Booking --> <div class="calendlyPreQuestions"> <div class="form-header"> <h2>Select your tour options</h2> </div> <select class="no-ss" style="display:none;"> <option value=""></option> </select> <div class="form-section"> <div class="row buildingTour"> <div class="col-12 col-md-6"> <div class="form-group"> <label class="form-label" for="Building">Step 1 - Building*</label> <select id="Building" name="Building" class="no-ss form-control halfAvailableWidth"> <option value="">Not selected</option> <option value="https://calendly.com/liv-anura/anura-tour">LIV Anura - Newstead QLD 4006</option> <option value="https://calendly.com/liv-albert/albert-tour">LIV Albert - Brunswick VIC 3057</option> <option value="https://calendly.com/liv-aston/aston-tour">LIV Aston - Docklands VIC 3008</option> <option value="https://calendly.com/liv-indigo-tours/indigo-tour">LIV Indigo - Sydney Olympic Park NSW 2127</option> <option value="https://calendly.com/liv-munro/munro-tour">LIV Munro - Melbourne VIC 3000</option> </select> </div> </div> <div class="col-12 col-md-6"> <div class="form-group"> <label class="form-label" for="TourType">Step 2 - Tour Type*</label> <select id="TourType" name="TourType" class="no-ss form-control halfAvailableWidth" disabled> <option value="">Not selected</option> <option value="In Person">In Person (On site)</option> <!--<option value="Group Tour">In Person Group (On site)</option>--> <option value="Virtual Tour">Virtual Tour</option> </select> </div> </div> </div> <div class="row"> <div class="col-12"> <div class="form-group"> <label class="form-label" for="SelectTour">Step 3 - Select Tour*</label> <select id="SelectTour" name="SelectTour" class="no-ss form-control halfAvailableWidth" disabled> <option value="">Not selected</option> <!-- Options will be dynamically populated based on building selection --> </select> </div> </div> </div> <div class="row group-tour-date" style="display:none;"> <div class="col-12"> <div class="form-group"> <label class="form-label" for="PreferredDate">Step 4 - Preferred Date*</label> <select id="PreferredDate" name="PreferredDate" class="no-ss form-control halfAvailableWidth"> <option value="">Not selected</option> <option value="Monday - Wednesday">Monday - Wednesday</option> <option value="Thursday - Saturday">Thursday - Saturday</option> </select> </div> </div> </div> <p class="calendly-disclaimer"><span>Choose your preferred tour time and details to get started. </span><span style="text-decoration:underline;">The calendar will appear after all selections are made.</span></p> </div> <!-- Calendar selector will be inserted here by JavaScript --> <!-- Calendly inline widget begin --> <div class="calendly-inline-widget" data-url="https://calendly.com/liv-anura/liv-anura?hide_gdpr_banner=1&background_color=f0ebcd&text_color=000000&primary_color=000000" style="min-width:1000px;height:1200px;display:none;" data-resize="true"></div> <!-- Calendly inline widget end --> </div> <!-- /Calendly Tour Booking --> <!-- Calendly script (required) --> <style> /* Container */ .component.calendly-tour-booking :is(*, *::before, *::after) { box-sizing: border-box; } body { background-color: #fcfbe8; } /* Card */ .calendlyPreQuestions { max-width: 1200px; margin: 45px auto; background-color: #f0ebcd; padding: 40px; border-radius: 12px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); } /* Headings */ .form-header { margin-bottom: 30px; } .form-header h2 { color: #2c2c2c; font-size: 24px; font-weight: 600; margin-bottom: 8px; } .form-section { margin-bottom: 30px; } .form-section h3 { color: #2c2c2c; font-size: 18px; font-weight: 500; margin-bottom: 20px; } /* Grid */ .row { display: flex; margin-bottom: 20px; } .col-12 { width: 100%; } .col-md-6 { width: 50%; } /* Fields */ .form-group { margin-bottom: 20px; position: relative; } .form-label { display: block; color: #2c2c2c; font-size: 18px; font-weight: 500; margin-bottom: 16px; } select { width: 100%; padding: 12px 16px; border: 2px solid #d4d4aa; border-radius: 8px; background: #fff; color: #2c2c2c; font-size: 14px; font-weight: 400; appearance: none; cursor: pointer; transition: all 0.2s ease; padding-right: 40px; } select:focus { outline: none; border-color: #2c2c2c; box-shadow: 0 0 0 3px rgba(44, 44, 44, 0.1); } select:hover:not(:disabled) { border-color: #b8b88a; } select:disabled { background: #f5f5f5; color: #999; cursor: not-allowed; border-color: #e0e0e0; } .form-group::after { content: ""; position: absolute; right: 15px; top: 70%; transform: translateY(-50%) rotate(45deg); width: 10px; height: 10px; border-right: 2px solid #ff6600; border-bottom: 2px solid #ff6600; pointer-events: none; transition: transform 0.2s ease; } .form-group:focus-within::after { transform: translateY(-50%) rotate(-135deg); } /* Calendly */ .calendly-inline-widget { margin-top: 20px; border-radius: 12px; overflow: visible; background-color: transparent; min-width: unset !important; } .calendly-inline-widget iframe { border-radius: 12px; } .calendly-disclaimer span { color: #2c2c2c !important; font-size: 18px !important; font-weight: 500 !important; } @media (min-width: 769px){ .row.buildingTour .col-12.col-md-6:nth-child(2) { padding-left: 7.5px; } .row.buildingTour .col-12.col-md-6:nth-child(1) { padding-right: 7.5px; } } /* Utilities */ .halfAvailableWidth { margin: -10px 0 0 0 !important; padding-top: 12px; } /* Responsive */ @media (max-width: 768px) { .row { flex-direction: column; margin-bottom: 0; } .col-md-6 { width: 100%; } .form-group::after { top: 63%; } .halfAvailableWidth { margin: 0 0 15px 0 !important; } } </style>