@charset "utf-8";

/* CSS Document */

.bannerslider .banner50 .bnrbigtxt {
    padding-right: 80px;
    font-size: clamp(1.375rem, 1.075rem + 1.5vw, 2.875rem);
}

.ptag ul li {
    width: 50%;
    font-size: 16px;
    font-weight: normal;
    color: var(--darkgrey);
    padding-right: 15px;
    color: #4c5053;
}

ul.fwidth-list li {
    width: 100%;
}

.ptag ul li a {
    text-decoration: none;
    color: var(--darkgrey);
}

.ptag ul li:hover:before,
.ptag ul li.active:before {
    filter: invert(34%) sepia(98%) saturate(1864%) hue-rotate(177deg) brightness(94%) contrast(101%);
}

.ptag ul li a:hover,
.ptag ul li.active {
    text-decoration: underline;
    color: var(--bluebg);
}

.ptag ul li:not(:last-child) {
    margin-bottom: 15px;
}

.ptag ul.areas_list li:before {
    background: url(../images/bullet-check-circle.svg)no-repeat 0 0;
    width: 13px;
    height: 13px;
    top: 6px;
}

.contenttxtdiv.width50 .btnbar a {
    margin: 0 10px 10px 0;
}

.contenttxtdiv ul {
    margin: 10px 0 30px;
}

.contenttxtdiv.width50 hr {
    border: 0px solid transparent;
    background: #ccc;
    height: 1px;
    margin: 40px 0;
}


/* area and suburb form styles */

.suburb-search-form {
    margin: 20px 0;
    z-index: 1;
}

.suburb-search-form input[type="search"] {
    margin: 0;
    width: 300px;
    max-width: 100%;
    padding: 18px 30px;
    border: 0px solid transparent;
    border-radius: 30px 0 0 30px;
}

.suburb-search-form button[type="button"] {
    border: 0px solid transparent;
    border-radius: 30px;
    padding: 17px 30px 17px 30px;
    background: var(--bluebg);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 0 -27px;
    width: 130px;
}

form.suburb-search-form .ui-autocomplete-input.ui-autocomplete-loading {
    background: url(../images/black-loading-animation.gif)no-repeat right 80px center #fff;
    background-size: 30px
}


/* 
.html5lightbox-div {
    overflow: hidden !important;
} */

.areapopup_title {
    font-size: clamp(1.375rem, 1.15rem + 1.125vw, 2.5rem);
    margin: 20px 0 0;
    font-weight: 500;
}

.html5-elem-wrap,
.html5-elem-box {
    background: transparent !important
}


/* changes to imp */


/* .html5-image {
    background: var(--white) !important;
    border-radius: 10px !important;
} */


/* .html5-image form {
    max-width: 900px;
    margin: 0 auto;
    display: inline-block
}

.html5-image form .radiobtndiv {
    display: flex
}

.html5-image .btnbox.width100 {
    padding: 0 !important;
    width: 100%;
    margin: 20px auto 50px
} */


/*.html5-image form.wpcf7-form .btn_theme {
    padding: 20px 26px 19px 26px
}*/

#suburb-search-popup-content .f40 {
    color: #fff;
    margin: 20px 0 0
}

#suburb-search-popup-content p {
    color: #fff;
    margin: 10px 0 20px
}

span.wpcf7-spinner {
    position: absolute
}

#html5-lightbox-box #html5-close img {
    display: none
}

#html5-lightbox-box #html5-close {
    background: url(../images/fancybox_sprite.png)no-repeat center center !important;
    width: 30px;
    height: 30px;
    right: 30px !important;
    top: 30px !important;
    /*filter: brightness(0) invert(1)*/
}

#html5-lightbox-overlay {
    background-color: rgba(0, 0, 0, .8) !important
}

.html5lightbox-div .wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0;
}

#suburb-search-popup-content {
    background-color: white;
    padding: 10px 15px;
    overflow: hidden
}

.areasweservepg .contentsec {
    padding-top: 0 !important;
}

.stripcta_sec~.contentsec.sec_padd.ptag {
    margin-top: 90px;
    padding-bottom: 40px !important;
}

.areasweservepg .contentsec.sv_topsec {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.arealist_fullwidth .wrapper {
    flex-wrap: wrap;
}

.arealist_fullwidth .wrapper .width50 {
    width: 100%;
    position: relative;
    top: 0;
    padding: 0;
}

.arealist_fullwidth .wrapper .contentimg_div.width50 {
    margin-bottom: 30px;
}

.arealist_fullwidth .wrapper .contenttxtdiv.width50 ul li {
    width: 25%;
}

.halfpart .mapdiv {
    height: 475px;
}


/*  */

.contentsec .contentimgdiv.mapdiv h3 {
    margin-top: 10px;
    padding-bottom: 10px;
}

#suburb-search-popup-content {
    background-color: white;
}

ul.hours_list li {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding-left: 0;
    margin-bottom: 0 !important;
}

.hours_list>li>span:first-of-type {
    min-width: 100px !important;
}

.hours_list li span {
    color: #616161 !important;
}

.hours_list li::before {
    display: none;
}

ul.hours_list {
    margin: 0;
}

/*----- MEDIA QUERIES  -----*/

@media(max-width:1900px) {}

@media(max-width:1440px) {}

@media(max-width:1200px) {
    .bannerslider .wrapper {
        min-height: 520px;
    }

    .ptag ul li {
        width: 100%;
        line-height: 1.2;
    }

    .ptag ul li:before {
        top: 2px;
    }

    .arealist_fullwidth .wrapper .contenttxtdiv.width50 ul li {
        width: 33.33%;
    }
}

@media(max-width:992px) {
    .suburb-search-form input[type="search"] {
        width: 240px;
        padding: 18px 10px 18px 30px;
    }

    .arealist_fullwidth .wrapper .contenttxtdiv.width50 ul li {
        width: 50%;
    }

    .halfpart .mapdiv {
        height: auto;
    }
}

@media(max-width:768px) {
    .bannerslider .banner50 .bnrbigtxt {
        padding-right: 0;
        text-align: left;
    }

    .bannerslider .banner50 .headtitle3 {
        text-align: left;
    }

    .contenttxtdiv.width50 hr {
        margin: 20px 0;
    }

    ul.woo_breadcums {
        justify-content: center;
    }

    .areasweservepg .contentsec.sv_topsec {
        padding-top: 60px !important;
        padding-bottom: 20px !important;
    }

    /* .stripcta_sec {
        margin-bottom: 60px;
    } */
    .stripcta_sec~.contentsec.sec_padd.ptag {
        margin-top: 60px;
    }
}

@media(max-width:576px) {
    .ptag ul li:not(:last-child) {
        margin-bottom: 5px;
    }

    .ptag ul li {
        font-size: 16px;
    }

    .areapopup_title {
        margin: 35px 0 0;
    }

    .arealist_fullwidth .wrapper .contenttxtdiv.width50 ul li {
        width: 100%;
    }

    #html5-lightbox-box #html5-close {
        margin: -25px -25px 0px 0px !important;
    }

    .op_blocks .right_img img {
        display: none;
    }
}

@media(max-width:480px) {
    .ptag ul li {
        font-size: 14px;
        line-height: 1.6;
    }

    .ptag ul li:before {
        top: 3px;
    }

    .suburb-search-form button[type="button"] {
        padding: 17px 0 17px 0;
        width: 65px;
    }

    .suburb-search-form input[type="search"] {
        width: 220px;
        padding: 18px 10px 18px 20px;
    }
}

@media(max-width:360px) {}

/* Things To Do Section - Enhanced */
.things_to_do_sec {
    background: #ffffff;
    padding: 60px 0;
}

.places_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.place_item {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
    display: block;
    border: 1px solid #eee;
    position: relative;
}

.place_item:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    text-decoration: none;
    border-color: #e0e0e0;
}

.place_item:hover .place_image img {
    transform: scale(1.08);
}

.place_image {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
}

.place_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.place_info {
    padding: 20px;
}

.rating_stars {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.stars {
    color: #FFA500;
    font-size: 18px;
    letter-spacing: 2px;
}

.rating_value {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.place_name {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #1a1a1a;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Add external link indicator */
.place_item::after {
    content: "↗";
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.9);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #666;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.place_item:hover::after {
    opacity: 1;
}

/* Loading state */
.places_grid .loading-spinner {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    color: #666;
    font-style: italic;
}

/* Empty state */
.places_grid p {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px 20px;
    color: #666;
    background: #f5f5f5;
    border-radius: 8px;
}

/* Alternative card style with gradient overlay */
.place_item.style-2 .place_image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.3));
    pointer-events: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .places_grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 20px;
    }

    .place_image {
        height: 180px;
    }

    .place_info {
        padding: 15px;
    }

    .place_name {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .places_grid {
        grid-template-columns: 1fr;
    }

    .place_item {
        margin: 0 10px;
    }
}

/* Section title styling */
.things_to_do_sec .headtitle1 {
    font-size: 32px;
    color: #1a1a1a;
    margin-bottom: 10px;
    font-weight: 700;
}

/* Optional: Add category badges */
.place_category {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #4285F4;
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}

/* Optional: Distance indicator */
.place_distance {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.9);
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

/* Neighbourhoods Section */
.neighbourhoods_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

.neighbourhoods_list li {
    background: white;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.neighbourhoods_list li:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.neighbourhoods_list a {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

.neighbourhoods_list a:hover {
    color: #0066cc;
}

/* Bus Stops Section with Map */
.bus_stops_sec {
    background: #f9f9f9;
}

.bus_stops_container {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 20px;
    margin-top: 20px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.bus_stops_map {
    height: 500px;
    width: 100%;
}

.bus_stops_sidebar {
    padding: 20px;
    background: #f5f5f5;
    overflow-y: auto;
    max-height: 500px;
}

.bus_stops_sidebar h3 {
    margin: 0 0 20px 0;
    font-size: 18px;
    color: #333;
}

.bus_stops_list_items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bus_stop_list_item {
    display: flex;
    align-items: center;
    background: white;
    padding: 15px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.bus_stop_list_item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.bus_stop_list_item .bus_icon {
    font-size: 30px;
    margin-right: 15px;
}

.bus_stop_info h4 {
    margin: 0 0 5px 0;
    font-size: 14px;
    color: #333;
}

.bus_routes {
    margin: 0;
    color: #666;
    font-size: 12px;
}

/* Map Info Window */
.map-info-window {
    padding: 10px;
    max-width: 250px;
}

.map-info-window h4 {
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #333;
}

.map-info-window p {
    margin: 5px 0;
    font-size: 14px;
}

.map-info-window a {
    color: #4285F4;
    text-decoration: none;
    font-weight: 500;
}

.map-info-window a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    .bus_stops_container {
        grid-template-columns: 1fr;
    }

    .bus_stops_map {
        height: 400px;
    }

    .bus_stops_sidebar {
        max-height: 300px;
    }
}

/* Loading state */
.bus_stops_map .loading-spinner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #f5f5f5;
}

/* Weather Section - Professional Blue Theme */
.weather_sec {
    background: #f8f9fa;
    position: relative;
    overflow: hidden;
}

.weather_sec::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(66, 133, 244, 0.05) 0%, transparent 70%);
    animation: float 20s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    50% {
        transform: translate(-30px, -30px) rotate(180deg);
    }
}

.weather_sec .headtitle1 {
    color: #1a1a1a;
    margin-bottom: 30px;
    position: relative;
}

.weather_widget {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8e8e8;
    position: relative;
}

/* Alternative 1: Dark Professional Theme */
/*
.weather_widget {
    background: #1e1e1e;
    color: white;
}

.weather_sec .headtitle1 {
    color: #1a1a1a;
}

.weather_widget .weather_detail .label {
    color: rgba(255, 255, 255, 0.7);
}
*/

/* Alternative 2: Gradient Border Effect */
/*
.weather_widget {
    background: white;
    position: relative;
}

.weather_widget::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, #4285F4 0%, #34A853 50%, #FBBC04 100%);
    border-radius: 20px;
    z-index: -1;
}
*/

.current_weather {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
}

.weather_main {
    display: flex;
    align-items: center;
    gap: 20px;
}

.weather_temp {
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1;
}

.weather_desc {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.weather_desc img {
    width: 80px;
    height: 80px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.weather_desc span {
    font-size: 16px;
    text-transform: capitalize;
    color: #666;
    font-weight: 500;
}

.weather_details {
    display: flex;
    gap: 30px;
}

.weather_detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 12px;
    min-width: 80px;
}

.weather_detail .label {
    font-size: 13px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.weather_detail .value {
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px;
    color: #1a1a1a;
}

/* Weather Forecast */
.weather_forecast {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e8e8e8;
}

.weather_forecast h3 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #1a1a1a;
    font-weight: 600;
}

.forecast_days {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 15px;
}

.forecast_day {
    text-align: center;
    padding: 15px 10px;
    background: #f8f9fa;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.forecast_day:hover {
    background: white;
    border-color: #4285F4;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(66, 133, 244, 0.1);
}

.day_name {
    font-weight: 600;
    margin-bottom: 10px;
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.forecast_day img {
    width: 40px;
    height: 40px;
    margin: 10px 0;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.day_temps {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
}

.day_temps .high {
    font-weight: 600;
    color: #1a1a1a;
}

.day_temps .low {
    color: #888;
}

/* Alternative Clean Minimal Style */
.weather_widget.minimal {
    background: linear-gradient(135deg, #ffffff 0%, #f5f7fa 100%);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}

/* Alternative with Icon Backgrounds */
.weather_detail.with-icon {
    position: relative;
    overflow: hidden;
}

.weather_detail.with-icon::before {
    content: '💧';
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 40px;
    opacity: 0.1;
}

/* Responsive Weather */
@media (max-width: 768px) {
    .current_weather {
        flex-direction: column;
        text-align: center;
    }

    .weather_details {
        justify-content: center;
        flex-wrap: wrap;
    }

    .weather_temp {
        font-size: 36px;
    }

    .forecast_days {
        grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
    }

    .weather_detail {
        min-width: 70px;
    }
}

/* Additional Theme Options */

/* Option 1: Soft Blue Theme */
.weather_widget.blue-theme {
    background: linear-gradient(135deg, #e3f2fd 0%, #ffffff 100%);
    border: 1px solid #bbdefb;
}

.weather_widget.blue-theme .weather_detail {
    background: rgba(66, 133, 244, 0.05);
    border: 1px solid rgba(66, 133, 244, 0.1);
}

/* Option 2: Dark Mode */
.weather_widget.dark-theme {
    background: #2c2c2c;
    color: white;
    border: 1px solid #444;
}

.weather_widget.dark-theme .weather_temp,
.weather_widget.dark-theme h3,
.weather_widget.dark-theme .day_temps .high {
    color: white;
}

.weather_widget.dark-theme .weather_desc span,
.weather_widget.dark-theme .weather_detail .label,
.weather_widget.dark-theme .day_name {
    color: rgba(255, 255, 255, 0.7);
}

.weather_widget.dark-theme .weather_detail,
.weather_widget.dark-theme .forecast_day {
    background: rgba(255, 255, 255, 0.05);
}

.weather_widget.dark-theme .weather_forecast {
    border-top-color: #444;
}

/* Option 3: Card Style */
.weather_widget.card-style {
    background: white;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: none;
    position: relative;
    overflow: hidden;
}

.weather_widget.card-style::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #4285F4 0%, #34A853 50%, #FBBC04 100%);
}