
:root {
    --body-font: brandon-grotesque-bold, Arial, sans-serif;
    --body-sub-fonts: franklin-gothic-urw, Arial, sans-serif;
    --body-font-weight: 100;
    --body-sub-font-weight: 100;
    --body-bg: #F9F9F9;
    --heading-color: #212529;
    --text-color: #1C2528;
    --primary-color: #00A5B1;
    --secondary-color: #64969B;
    --white-color: #ffffff;
    --neutral-01: #B51616;
    --neutral-02: #FC6A25;
    --neutral-03: #1E3C78;
    --neutral-04: #808080;
    --neutral-05: #251F3E;
    --neutral-06: #1E3C78;
    --neutral-07: #02737F;

    --page-footer-background: #343434;;
    --page-footer-text-color: white;
    --page-servicesTiles-background: linear-gradient(to right, #00c9b7, #92d504);
    --page-radio-background-color: rgb(52, 52, 52);;
    --page-radio-assests-color: white;
}

body.no-scroll,
body.no-scroll-activeCenters,
body.no-scroll-neighbour,
body.no-scroll-mapbox {
    overflow: hidden;
    /* Disable scrolling */
}

/* @font-face {
    font-family: 'Brandon bold';
    src: url('assets/fonts/Brandon_bld.otf') format('otf');
    font-weight: normal;
    font-style: normal;
} */


#google_translate_element {
    position: fixed;
    top: 0%;
    right: 10px;
    /* transform: translateY(-50%); */
    background-color: white;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    z-index: 9999;
}

/* Modal container (hidden by default) */
.mapbox-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
    /* Semi-transparent background */
}

/* Modal content box */
.mapbox-modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    max-width: 600px;
    text-align: left;
}

/* Close button */
.mapbox-modal .close-btn {
    color: #ffff;
    float: right;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    margin-right: 5px;
}

.mapbox-modal .close-btn:hover,
.mapbox-modal .close-btn:focus {
    color: #000;
    text-decoration: none;
}

/* end of map modal */

/* FONTS CONFIG */

/* All headings and titles */
h3,
.overlay-text,
.water-card-top h6,
.fire-dan-top h2,
.plan-prepare h2,
.plan-prepare.yellow-col h2,
.plan-prepare.orange-col h2,
.plan-prepare.red-col h2,
.pagefooter h3,
.low-high-card-icon span,
.weather-middle-icon-wrapper h6,
.fire-danger-bottom-card .card-content h6,
.fire-danger-bottom-content h2 {
    font-family: var(--body-font) !important;
    font-weight: var(--body-font-weight)!important;
}

/* All sub headings/descriptions and links */
h5,
a,
.weather-middle-card-content h3,
.low-high-card-content h3,
.service-card-content p,
.fire-danger-bottom-card .card-content h3,
.emergency-area-heading h5,
.card-number h1 {
    font-family: var(--body-sub-fonts) !important;
    font-weight: var(--body-sub-font-weight)!important;
}

.mapboxgl-popup-anchor-top,
.mapboxgl-popup-anchor-top-left,
.mapboxgl-popup-anchor-top-right,
.mapboxgl-popup-anchor-bottom,
.mapboxgl-popup-anchor-bottom-left,
.mapboxgl-popup-anchor-bottom-right {
    max-width: 400px !important;
}

/* pop up dynamic classes */
.pop-up-title {
    padding: 10px;
    ;
}

.popup-traffic,
.popup-roadwork {
    background: rgb(241, 123, 33);
}

.popup-hazard {
    background-color: #f0d83d;
}

.popup-weather,
.popup-flood {
    background-color: rgb(75, 166, 238);
}

.popup-emerg,
.popup-heavy {
    background-color: #eb4d4d;
}

.popup-specialEv {
    background-color: #0586f1ea;
}

.popup-fire__layer-icon {
    background-color: #cf2121;
}

.popup-riverHeights__layer-icon {
    background-color: #61b0f0ea;
}

.popup-powerOutages__layer-icon {
    background-color: rgb(243 118 139);
}

.popup-hazardsWH__layer-icon {
    background-color: #FFCC00;
}


.popup-liveCam__layer-icon {
    background-color: #040608ea;
}

.popup-liveCam__layer-icon h4 {
    color: white;
}

.liveFeedIMG img {
    height: 220px;
}

.popup-default {
    background-color: #8080802e;
}

/* Map box table in pop up */
.mapBoxTable {
    border: 1px solid #dddddd;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.mapBoxTable th {
    padding: 10px;
    text-align: left;
}

.mapBoxTable td,
.mapBoxTable th {
    border: 1px solid #dddddd;
    padding: 10px;
    text-align: left;
}

.mapBoxTable tr:nth-child(even) {
    background-color: #f2f2f2;
}

.layer-control-container {
    position: absolute;
    top: 10%;
    z-index: 1000;
    right: 20px;
    cursor: pointer;
}

/* Layer control img and list */
.layer-control--img {
    background: white;
    padding: 5px;
    border: 1px solid black;
    border-radius: 5px;
    height: 45px;
}

.layer-control__list {
    position: absolute;
    display: block;
    background-color: white;
    width: 250px;
    height: auto;
    right: 0;
    border-radius: 7px;
}

.layer-control__list ul {
    text-align: center;
    padding: 5px;
}

/* control list items */
.layer-control__list ul li {
    color: black;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid gray;
    background: #faf8f4;
    border-radius: 5px;
}

.layer-control__list ul li:hover {
    color: white;
    cursor: pointer;
}

/* Each Layer control styles  */
.layer_elements i {
    float: right;
    font-size: 20px;
}

.layer-control__list ul .layer-traffic-active {
    background-color: rgb(226, 98, 0);
    color: white;
}

.layer-control__list ul .layer-traffic:hover {
    background-color: rgb(226, 98, 0);
    color: white;
}

.layer-control__list ul .layer-traffic-mapOutline-active {
    background-color: #1684b5;
    color: white;
}

.layer-control__list ul .layer-traffic-boundary:hover {
    background-color: #1684b5;
    color: white;
}


.layer-control__list ul .layer-fire-incidents-active {
    background-color: #B51616;
    color: white;
}

.layer-control__list ul .layer-fire-incidents:hover {
    background-color: #B51616;
    color: white;
}

.layer-control__list ul .layer-river-heights-active {
    background-color: #163eb5;
    color: white;
}

.layer-control__list ul .layer-river-heights:hover {
    background-color: #163eb5;
    color: white;
}

.layer-control__list ul .layer-live-cam-active {
    background-color: #050608;
    color: white;
}

.layer-control__list ul .layer-live-cam:hover {
    background-color: #050608;
    color: white;
}

.layer-control__list ul .layer-power-active {
    background-color: rgb(196, 93, 110);
    color: white;
}

.layer-control__list ul .layer-power:hover {
    background-color: rgb(196, 93, 110);
    color: white;
}

.layer-control__list ul .layer-hazardsWh-active {
    background-color: #FFCC00;
    color: white;
}

.layer-control__list ul .layer-hazardsWh:hover {
    background-color: #FFCC00;
    color: white;
}

#map {
    /* position: absolute; */
    height: 600px;
    top: 0;
    bottom: 0;
    width: 100%;
}

/* ------- Mapbox map styles ------- */

/* Popup */

.mapboxgl-popup-content {
    padding: 15px 30px;
    font-size: 16px;
}

.mapboxgl-popup-close-button {
    font-size: 20px;
    outline: none;
}

/* ------ Sensor panel (right sleeve) ------- */

.sensor-panel {
    width: 420px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 55px;
    margin: 0;
    max-height: 600px;
    z-index: 1000;
    pointer-events: auto;
    background-color: #d4d6db;
}

/*Sensor panel header*/

.sensor-panel__header {
    padding: 10px;
    background: #5d616c;
    color: #fff;
    /*height: 70px;*/
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.sensor-panel__close {
    color: #fff;
}

.pull-right {
    float: right !important;
}

.sensor-subtitle {
    display: block;
    font-size: 24px;
    line-height: 1;
}

.sensor-subtitle-statement {
    font-size: 14px;
    color: #d4d6db;
}

/*Sensor panel body*/

.sensor-panel__body {
    padding: 15px;
}

.graphWrapper {
    position: relative;
}

.graph-titlestatement {
    line-height: 1.1;
    padding-bottom: 20px;
}

.graph-title {
    font-weight: 700;
    color: #080809;
}

.graph-statement {
    color: #5d616c;
    margin-top: 0;
    font-size: 16px;
}

.graph-statement,
.graph-title {
    padding-left: 0;
}

.lineGraph .odswidget-charts {
    height: 300px;
}

.lineGraph .odswidget-charts rect.highcharts-background {
    fill: #d4d6db;
}

.lineGraph .odswidget-charts text {
    font-size: 11px !important;
    color: #333 !important;
    fill: #333 !important
}

.lineGraph .ods-highcharts__tooltip {
    display: none;
}

/* Reference Line */
.lineGraph .highcharts-series.highcharts-series-3.highcharts-column-series path {
    stroke-width: 1px;
}

.lineGraph .highcharts-series path {
    stroke-width: 2px;
}

.graph-legend {
    position: relative;
    width: 100%;
    height: auto;
    background: none;
    margin-bottom: 8px;
    overflow: hidden;
}

.legend-item {
    display: block;
    line-height: 32px;
}

.graph-legend-label {
    position: absolute;
    display: inline-block;
    text-align: left;
    margin-left: 0;
    width: 100%;
    font-size: 16px;
}

.graph-legend-value {
    text-align: right;
    margin-right: 10px;
    font-size: 24px;
    font-weight: 600;
}

.graph-legend-value.lesser {
    font-size: 16px;
}

.graph-legend-value.lesser span {
    border-radius: 5px;
    padding: 4px;
    color: #000;
}

.graph-legend-value.lesser .positive {
    background: rgb(252, 244, 19);
}

.graph-legend-value.lesser .negative {
    background: rgb(58, 139, 213);
}

.graph-legend-value.lesser .nan {
    background: rgb(246, 244, 241);
}

/* ------ Control panel (left sleeve) ------- */

.control-panel {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 25%;
    z-index: 100000;
    background: #3C404B;
    padding: 20px 30px;
}

.control-panel p {
    margin: 0;
    color: #f2f3f4;
}

.odswidget-date-range-slider .irs--flat .irs-from,
.odswidget-date-range-slider .irs--flat .irs-to,
.odswidget-date-range-slider .irs--flat .irs-single {
    display: none;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
    display: none;
}

.irs--flat .irs-line {
    background: #f2f3f4;
}

.irs--flat .irs-grid-text {
    color: #f2f3f4 !important;
}

.odswidget-date-range-slider .irs--flat .irs-bar,
.odswidget-date-range-slider .irs--flat .irs-handle>i:first-child {
    background: #d7153a !important;
}


#hour {
    width: 100%;
    margin: 20px auto;
}

#output {
    text-align: center;
    font-size: 24px;
}


/* Header */
header .logo_container {
    padding: 10px 20px;
    background-color: #333;
    color: white;
}

.logo_container {
    font-size: 24px;
    font-weight: bold;
}

.logo {
    display: flex;
    align-items: center;
    height: 120px;
}

.logo img {
    height: 50px;
}

nav {
    display: flex;
    gap: 15px;
}

nav a {
    color: #3C3C3B;
    text-decoration: none;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 400;
    display: inline-block;
    padding: 0 25px;
    line-height: 55px;
    text-wrap: nowrap;
}

nav a:hover {
    background-color: #00a5b1;
    /* When the mouse go hover the item, the color change */
    /* COLORCOLOR */
    text-shadow: 1px 1px 1px #000;
    color: #3C3C3B;
}

.menu-icon {
    display: none;
    font-size: 28px;
    cursor: pointer;
}

.menu_items_flex {
    display: flex;
}


.menu-items .fa-close {
    display: none;
}

.menu-items .logo {
    display: none;
}

@media (max-width: 1200px) {
    .menu-items .fa-close {
        display: block;
        position: absolute;
        right: 15px;
        top: 20px;
        font-size: 20px;
    }

    .menu-items {
        width: 270px;
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        /* background-color: #3C3C3B;
        padding: 10px; */
        border-radius: 8px;
        z-index: 1000;
    }

    .menu_items_flex {
        flex-direction: column;
        gap: 10px;
        background-color: white;
        align-items: center;
    }

    .menu-items a {
        color: #3C3C3B;
    }

    .menu-icon {
        display: block;
        float: right;
    }

    .menu-items .logo {
        height: 185px;
        display: flex;
        background-color: #3C3C3B;
    }
}

.header_backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
}

/* End header / nav styles  */


.social_media_iframes {
    margin-bottom: 35px;
    height: 500px;
    width: 310px;
}

.flex_gap {
    gap: 6px;
}

/* Road Closures Table content */
.road_closures--table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.road_closures--table thead {
    background-color: #f2f2f2;
}

.road_closures--table th,
.road_closures--table td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.road_closures--table th {
    background-color: var(--neutral-06);
    color: white;
}

.road_closures--table tr:nth-child(even) {
    background-color: #f9f9f9;
}



.ods-pop-in__backdrop {
    /*  background-color:blue;*/
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(8, 8, 8, 0.5);
    z-index: -1;
    cursor: auto;
}

.news-content-title.weatherWarning {
    background-color: var(--neutral-02);
}

.news-content-title.road_closures {
    background-color: var(--neutral-04);
}

.ods-pop-in__backdrop.visible {
    z-index: 1;
}

.no_scroll {
    overflow-y: hidden !important;
    background-color: blue !important;
}

.news-card-container {
    height: 100%;
}

/*Fonts css*/

/* 
@font-face {
    font-family: 'Arial';
    src: url('https://data.wollondilly.nsw.gov.au/assets/theme_font/ArialMT.woff2') format('woff2'),
        url('https://data.wollondilly.nsw.gov.au/assets/theme_font/ArialMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: url('https://data.wollondilly.nsw.gov.au/assets/theme_font/Arial-Black.woff2') format('woff2'),
        url('https://data.wollondilly.nsw.gov.au/assets/theme_font/Arial-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: url('https://data.wollondilly.nsw.gov.au/assets/theme_font/Arial-BoldMT.woff2') format('woff2'),
        url('https://data.wollondilly.nsw.gov.au/assets/theme_font/Arial-BoldMT.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: url('https://data.wollondilly.nsw.gov.au/assets/theme_font/ArialCE.woff2') format('woff2'),
        url('https://data.wollondilly.nsw.gov.au/assets/theme_font/ArialCE.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
} */

/* Common class css */

.tiles_headings h3 {
    text-transform: uppercase;
    padding: 40px 10px 10px 10px;
}



body {
    background-color: var(--body-bg);
    /* font-family: var(--body-font); */
}

main {
    margin: 0;
}

.ods-box {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: none;
}

input,
select,
textarea {
    border: 0;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

h4 {
    margin-block-start: 0em;
    margin-block-end: 0em;
}

h5 {
    margin-block-start: 0em;
    margin-block-end: 0em;
}

h6 {
    margin-block-start: 0em;
    margin-block-end: 0em;
}

.text-center {
    text-align: center;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-baseline {
    align-items: baseline;
}

.align-items-center {
    align-items: center;
}

.align-items-start {
    align-items: flex-start;
}

.align-items-end {
    align-items: flex-end;
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}


h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.23;
    letter-spacing: 0em;
}


h2 {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.22;
    letter-spacing: 0.02em;
}

h3 {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: 0.02em;
}

h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.01em;
}

h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: 0.04em;
}



@media (min-width: 1300px) {
    .container {
        max-width: 1260px !important;
    }
}

/*Hero css*/

/* .hero-section {
    background: linear-gradient(90deg, #00A5B1 0%, #8EC740 100%);
    padding: 80px 0px 50px 0px;
} */

.hero-content{
    position: relative;
}

.hero-content h2 {
    color: var(--white-color);
    text-transform: uppercase;
}

.hero-content img {
    width: 100%;
}

/* .hero-content{
    margin: 0 auto; /* Center the container horizontally *
    width: 100%;
    height:250px;
    background-image: url('https://data.penrith.city/assets/theme_image/penrith-disaster-header.jpg'); /* Use the image as the background *
  background-size: cover; /* Ensures the image covers the container *
  background-position: center; /* Center the image *
  background-repeat: no-repeat; /* Prevent tiling *
} */


.overlay {
    position: absolute;
    top: 0;
    left: 14px;
    width: 99%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background: rgba(0, 0, 0, 0.4); Optional: Add semi-transparent background */
    color: white;
    text-align: center;
    padding: 0 25px;
}



.overlay-logo {
    padding: 10px;
    border-radius: 10px;
    max-width: 180px;
    margin-bottom: 10px;
    position: absolute;
    top: 30px;
    align-self: baseline;
}

.overlay-text {
    font-size: 35px;
    /* font-weight: bold; */
    padding-top: 20px;
}

.overlay-text-subheader {
    font-size: 24px;
    text-transform: capitalize !important;
}

/*News css*/

.news-section {
    padding: 40px 0px 60px 0px;
}

.emergency-area-heading {
    background: rgb(52, 52, 52);
    padding: 16px 0px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.emergency-area-heading.fireBanHeading {
    background: #FC6A2C;
}

.emergency-area-heading h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: var(--white-color);
}

.news-area-heading {
    /* background: #1cbcbb; */
    height: 100%;
    /* background: rgb(52, 52, 52); */
    padding: 30px 20px;
    border: 3px solid;
    /* border-radius: 0 0 6px 6px; */
    /* margin-bottom: 20px; */
    cursor: pointer;
}

.under-map-tiles {
    margin-bottom: 20px;
}

.news-area-heading h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: var(--white-color);
    text-align: center;
}

.under-map-tiles .col-lg-4:nth-child(1),
.under-map-tiles .col-md-4:nth-child(1),
.under-map-tiles .col-lg-4:nth-child(2),
.under-map-tiles .col-md-4:nth-child(2) {
    padding-right: 0;
}

.under-map-tiles .col-lg-4:nth-child(2),
.under-map-tiles .col-md-4:nth-child(2),
.under-map-tiles .col-lg-4:nth-child(3),
.under-map-tiles .col-md-4:nth-child(3) {
    padding-left: 0;
}

.under-map-tiles .light-background {
    background: #415746;
    border: 6px solid black;
    height: 100%;
}

.under-map-tiles .light-background-blue {
    background: var(--neutral-03);
    border: 6px solid black;
    height: 100%;
}

.under-map-tiles .card-number{
    position: absolute;
    top: -3px;
    right: 5px;
    background: #FF3B30;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    z-index: 1;
}

.under-map-tiles .card-number h1{
    font-size: 25px;
    color: white;
    margin: 0;
}

.news-content-title.active-center-section {
    background: #1cbcbb;
}

.active-center_note {
    padding: 10px;
}

.card-content-icon {
    margin-bottom: 10px;
    height: 90px;
}

.flood .card-content-icon {
    height: 65px;
}

.otherTiles .tile:nth-child(1) .card-content-icon {
    height: 85px;
}

.otherTiles .tile:nth-child(2) .card-content-icon {
    height: 65px;
}

.otherTiles .tile:nth-child(2) .card-content-icon img {
    width: 120px;
}

.otherTiles .tile:nth-child(5) .card-content-icon img,
.otherTiles .tile:nth-child(6) .card-content-icon img {
    width: 70px;
}

.otherTiles .tile:nth-child(7) .card-content-icon img {
    width: auto;
}

.otherTiles .tile:nth-child(8) .card-content-icon img {
    width: 170px;
    margin-top: 25px;
}

.card-content-icon img {
    width: 90px;
    /* height: 90px; */
}

.flood .card-content-wrapper .card-content {
    height: auto;
}

.card-content-wrapper .card-content {
    height: 90px;
}


.news-content-card {
    padding: 30px;
    border-radius: 6px;
}

.news-content-card.emergency {
    background: var(--neutral-01);
}

.news-content-card {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.news-content-card .card-content-wrapper {
    display: flex;
    flex-direction: column;
}

.news-content-card h5 {
    color: var(--white-color);
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.news-content-card p {
    color: var(--white-color);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.news-content-card .card-number {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #FF3B30;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
}

.news-content-card h1 {
    color: var(--white-color);
    font-size: 26px;
    left: 50px;
    margin: 0;
}

.news-content-card.warning {
    background: var(--neutral-03);
}

.news-content-card.fire,
.news-content-title.fireTile_heading {
    background: var(--neutral-02);
}

.news-content-card.closures {
    background: var(--neutral-04);
}

.news-content-card.police {
    background: var(--neutral-05);
    flex-direction: column;
    justify-content: center;
}

.news-content-card.flood {
    background: var(--neutral-06);
    flex-direction: column;
    justify-content: center;
}

.news-content-card.fire-service {
    background: var(--neutral-04);
    flex-direction: column;
    justify-content: center;
}

.news-content-card.rescue {
    background: var(--neutral-07);
    flex-direction: column;
    justify-content: center;
}

.card-row {
    margin-bottom: -20px;
}

.card-row .col-lg-3 {
    margin-bottom: 20px;
}

.card-row.otherTiles {
    margin-bottom: 20px;
}

/*Hover css*/

.news-hover-content-wrapper {
    display: block;
    position: fixed;
    width: 900px;
    background: #fff;
    top: 100px;
    left: 50%;
    z-index: 10000;
    border: 0;
    border-radius: 0;
    transition: all 0.4s ease-in-out;
    display: none;
    transform: translateX(-50%);
}

.modal-content {
    max-height: 600px;
    overflow-y: auto;
    border-bottom: 0;
}

.news-hover-content-wrapper.visible {
    display: block;
}

/*
.news-content-card.emergency:hover + .news-hover-content-wrapper {
display: block;
}
*/
.news-content-title {
    background: #B51616;
    padding: 10px;
    text-align: center;
    position: relative;
}

.news-content-title h4 {
    color: #fff;
    font-size: 16px;
}

.cross-icon {
    position: absolute;
    right: 20px;
    bottom: 10px;
    color: #fff;
}

.cross-btn span {
    color: #222222;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.news-hover-content {
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    padding: 5px 10px;
    margin: 10px 10px;
    position: relative;
}

.modal-content div:last-of-type,
.modal-content {
    margin-bottom: 8px;
}

.news-hover-content-bottom p {
    color: #504f4f;
    font-size: 16px;
    line-height: 24px;
}

.news-hover-content p,
.news-hover-content a {
    color: #13A0A0;
    font-size: 16px;
    line-height: 24px;
    padding: 8px;
}

.neighbouring-councils-button .news-hover-content p,
.neighbouring-councils-button .news-hover-content a {
    margin: 0;
    padding: 0;
}

.news-hover-content span {
    position: absolute;
    bottom: 6px;
    right: 10px;
}

.news-hover-content-bottom {
    position: relative;
    margin: 0px 10px;
}

.cross-btn {
    position: absolute;
    right: 20px;
    bottom: 0px;
    color: #fff;
}

.neighbouring-councils-button .cross-btn {
    color: #fff;
    bottom: 10px;
    margin-bottom: 3px;
}

/*Map css*/

.map-content img {
    width: 100%;
}


/*Service card css*/


.service-content-card {
    /* background: var(--primary-color); */
    /* background: var(--page-servicesTiles-background); */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    height: 100%;
    border-radius: 6px;
}

.service-card-content p {
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: var(--white-color);
    margin: 5px 0 0 0;
    text-align: center;
}

.service-section {
    padding: 0 0 0px 0px;
}

.service-section .container {
    padding: 0;
}

.safe-places {
    background: rgb(52, 52, 52);
    border-radius: 6px;
    /* margin-top: 10px; */
}

.bom-link-button {
    background: rgb(52, 52, 52);
    border-radius: 6px;
}

.bom-link-button {
    margin-bottom: 20px;
}

.safe-places__header,
.bom-link-button__header {
    padding: 25px 0px;
}

.bom-link-button__header a {
    color: white;
    font-size: 18px;
}

.safe-places__header a {
    color: white;
    font-weight: bold;
    font-family: 'Brandon Grotesque', sans-serif;
    font-size: 18px;
}

.safe-places__header a:hover,
.bom-link-button__header a:hover {
    text-decoration: underline;
}


/*Get ready card css*/

.get-ready-heading h3 {
    text-transform: uppercase;
    padding-bottom: 70px;
}

.get-ready-card-row {
    margin-bottom: -30px;
}

/* .get-ready-card-row .col-lg-3 {
    margin-bottom: 30px;
} */
.get-ready-card-content p {
    font-family: Arial;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: var(--primary-color);
    padding-top: 30px;
}

.get-ready-bottom {
    padding: 20px 0px;
}

.get-ready-bottom-border {
    background: linear-gradient(90deg, #00A5B1 0%, #8EC740 100%);
    height: 5px;
    width: 100%;
}

/* .get-ready-section {
    margin-top: 20px;
} */

/*Active Center css*/

.active-section {
    padding: 0px 0px 0px 0px;
}

.row.weather-observ-row {
    /* background: url(https://data.wollondilly.nsw.gov.au/assets/theme_image/weather-background.png); */
    background: url(https://data.wollondilly.nsw.gov.au/assets/theme_image/Weather%20Graphic%20Emergency%20Dashboard%20%281%29.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 6px;
    padding: 25px;
    height: 100%;
    position: relative;
    z-index: 1;
}

.row.weather-observ-row:after {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.28);
    border-radius: 10px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.low-high-card-content-wrapper {
    padding: 16px 4px;
    border-radius: 2px;
    border: 1px solid #D6D8DB;
    background: #FFFFFF1A;
    backdrop-filter: blur(2px);
    height: 100%;
}


.low-high-temp-card {
    margin-top: 25px;
}

.low-high-card-content h3 {
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    color: var(--white-color);
}

.low-high-card-icon {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    gap: 5px;
}

.water-card-top h6 {
    font-size: 23px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: var(--white-color);
}

.low-high-card-icon span {
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    text-transform: uppercase;
}

.last-weather-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    padding: 18px 0px;
}

.weather-card-bottom-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.weather-middle-card-wrapper {
    padding: 16px 4px;
    border-radius: 2px;
    border: 1px solid #D6D8DB;
    background: #FFFFFF1A;
    backdrop-filter: blur(2px);
    height: 100%;
}

.weather-middle-card-content h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    padding: 12px 0px;
    margin-bottom: 0;
}

.weather-middle-icon-wrapper h6 {
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    text-transform: uppercase;
}

.weather-middle-icon-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}

.weather-middle-card-content span {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: var(--white-color);
}

.weather-card-bottom-wrapper p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: var(--white-color);
}

.low-high-card-content.low h3 {
    font-size: 36px !important;
}

.low-high-card-content.high h3 {
    font-size: 36px !important;
}

.weather-middle-area-card {
    margin-bottom: -20px;
}

.weather-middle-area-card .col-lg-4 {
    margin-bottom: 20px;
}



.dropdown-area {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    border-radius: 4px;
    padding: 20px 0px;
    top: 36px;
}

.show-btn {
    font-family: 'Arial';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 16px 32px;
    cursor: pointer;
    width: 252px;
    height: 36px;
    padding: 16px 20px;
    border-radius: 2px;
    border: 1px solid #D6D8DB;
    background: #FFFFFF1A;
    backdrop-filter: blur(2px);
}

.dropdown-content a {
    padding: 8px 30px;
    text-decoration: none;
    display: block;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #350A66;
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

.dropdown-area:hover .dropdown-content {
    display: block;
}

.dropdown-area button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.water-card-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

.low-high-temp-card {
    margin-bottom: -20px;
}

.low-high-temp-card .col-lg-4 {
    margin-bottom: 20px;
}



.fire-danger-bottom-content h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #fff;
    margin: 0px 0px 17px 0px;
}

.fire-dan-top h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #706C6C;
    margin: 0px 0px 25px 20px;
    color: #fff;
}

.plan-prepare h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.02em;
    margin: 0px 0px 15px 0px;
    background: #64BF30;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 10px;
    color: #000000;
}

.plan-prepare.yellow-col h2 {
    background: yellow;
}

.plan-prepare.orange-col h2 {
    background: orange;
}

.plan-prepare.red-col h2 {
    background: red;
}

.fire-danger-content-chart img {
    width: 380px;
}

.fire-danger-bottom-card {
    display: flex;
    gap: 5px;
}

.fire-danger-bottom-card .card-content {
    padding: 24px 20px 24px 20px;
    background: #EBF8FC;
    width: calc(33.33% - 5px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fire-danger-bottom-card .card-content.day-card {
    background: #F9FCFE;
}

.fire-danger-bottom-card .card-content.update-card {
    background: #F9FCFE;
}

.fire-danger-bottom-card .card-content h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #2E3237;
    text-transform: uppercase;
}

.fire-danger-bottom-card .card-content h3 {
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #212529;

}

.nsw-content p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    margin-top: 25px;
}

.fire-danger-bottom-content {
    background: #FFFFFF1A;
    backdrop-filter: blur(2px);
    padding: 15px 25px 15px 25px;
    border-radius: 2px;
}







/*Radio Stations css*/


/* .radio-section {
    padding-bottom: 70px;
} */

.keep-content {
    background: var(--page-radio-background-color);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding: 16px 20px;
    border-radius: 6px;
    flex-direction: column;
    margin-bottom: 10px;
}

.keep-content img {
    height: 50px;
}

.margin-bottom {
    margin-bottom: 10px;
}

.radio-stations-content {
    border: 1px solid #EEF2F5;
    border-radius: 6px;
    padding: 30px 90px;
}

.radio-button a {
    background: #027BB1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--body-font);
    margin: 15px 0px;
}

.radio-title h6 {
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #706C6C;
    margin: 0px 0px 15px 0px;
}

.radio-title p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #706C6C;
}

.radio-area-bottom-content p {
    color: #009999;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 0;
}

.radio-area-bottom-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.radio-area-bottom-content span {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #706C6C;
}

.keep-content p {
    display: inline;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: var(--page-radio-assests-color);
}

.radio_name a{
    color: var(--page-radio-assests-color);
}


.station_freq {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    cursor: pointer;
}

.station_freq i,
.station_freq p {
    color: var(--page-radio-assests-color);
}

.station_freq p {
    margin: 0;
}

.station_freq i {
    margin-right: 10px;
    font-size: 35px;
}

.radio_name,
.station_freq {
    padding: 20px 0;
}

.radio_name {
    text-align: center;
}

/* Footer */
.pagefooter {
    background: var(--page-footer-background)
}

.pagefooter h3 {
    font-family: brandon-grotesque, Arial, sans-serif;
    font-weight: 700;
    padding-top: 1em;
    font-size: 1.8em;
    text-transform: uppercase;
}

/* .pagefooter .container {
    color: var(--page-footer-text-color);
} */

.pagefooter .container .padding-top {
    padding-top: 2em;
}

.clearfix .icon i {
    font-size: 40px;
}

.last .icon i {
    font-size: 46px;
}

.footer-links p a {
    /* color: var(--page-footer-text-color); */
    color: inherit;
    margin-bottom: 50px !important;
}

.site-details-first a , .site-details-second a, .detail a{
    color: inherit;
}

.footer-links p a:hover,
.footer-details-flex .detail p a:hover,
.site-details-first p a:hover,
.site-details-second p a:hover {
    text-decoration: underline;
}

.footer-details-flex {
    display: flex;
    flex-direction: row;
}

.footer-details-flex .detail {
    margin-left: 30px;
    /* color: var(--page-footer-text-color); */
}

/* .footer-details-flex .detail p a,
.site-details-first p a,
.site-details-second p a {
    color: var(--page-footer-text-color);
} */

.footer-details-flex .detail p:nth-child(1) {
    margin-bottom: 1px;
}

/* 
.ods-front-footer {
    height: 40px;
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
    text-align: center;
    clear: both;
}

.footer {
    background: #363D46;
    padding: 30px 0px 15px 0px;
    font-size: .9rem;
    text-align: center;
    margin: 0;
}

.footer-menu {
    text-align: center;
}

.footer-menu ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.footer-menu ul li a {
    color: #fff;
    margin: 0px 15px;
} */

.copyright-text p {
    color: #fff;
    padding-top: 10px;
    font-size: 18px;
}


/********  start slider ********/
.slider-container {
    /* width: 80%; */
    margin: auto;
    overflow: hidden;
    position: relative;
}

.slider-wrapper {
    display: flex;
    transition: transform 0.3s ease;
    height: 500px;
}

.slider-item {
    flex: 0 0 25%;
    /* 4 items in the viewport */
    box-sizing: border-box;
    /* padding-right: 10px; */
}

.slider-item div {
    /* background: #f0f0f0;
    border: 1px solid #ccc;
    padding: 20px; */

    text-align: center;
    /* border-radius: 4px; */
    height: 100%;
}

.slider-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.slider-controls button {
    background-color: #4267b2;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 30%;
}

.slider-controls button:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* end slider */
/*Responsive*/
/* Targeting small screens: 320px to 767px */
/* Targeting screens 320px to 767px */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 24px;
    }

    .card-row .col-lg-3 {
        margin-bottom: 10px;
    }

    .fire-danger-card-wrapper {
        margin-top: 20px;
    }

    .get-ready-heading h3 {
        padding-bottom: 35px;
    }

    .radio-stations-content {
        padding: 30px 30px;
        margin-top: 20px;
    }

    .get-ready-bottom {
        padding: 50px 0px;
    }

    .get-ready-card-content p {
        font-size: 16px;
        line-height: 24px;
    }

    .fire-danger-content-chart img {
        width: 250px;
    }

    .plan-prepare h2 {
        font-size: 16px;
        line-height: 26px;
    }

    .fire-danger-bottom-card .card-content {
        width: 100%;
    }

    .fire-danger-bottom-card {
        flex-direction: column;
    }

    .news-hover-content-wrapper {
        width: 300px;
    }

    .news-hover-content p {
        margin-bottom: 35px;
    }

    .news-hover-content-bottom p {
        margin-bottom: 35px;
    }

    .cross-btn {
        bottom: -20px;
    }

    .cross-btn.active-centers {
        bottom: 0px;
    }

    .justify-content-space-between {
        justify-content: center;
    }
}

/* Targeting screens below 768px */
@media only screen and (max-width: 767px) {
    /* qrcode */

    /* Hide layers on smaller screens */
    .layer-control__list{
        display:none;
    }

    .hero-content em{
        margin-bottom: 27px;
    }

    /* .hero-content .overlay{
        background-color: red;
        max-width: 90%;
        justify-content: flex-end;
    } */

    /* code injected from qrcode js to detect ios iphone/ipad */
    .ios-device .hero-content .overlay{
        /* background-color: red; */
        max-width: 93%;
    }

    .hero-content #qrcode{
        /* align-self: end !important; */
        /* position: relative !important; */
        margin-bottom: 0px !important;
        /* right: 5px !important; */
        transform: translateX(0px);
    }

    .overlay-text {
        font-size: 17px;
        padding-top: 36px;
    }

    .overlay-text-subheader {
        font-size: 12px;
    }

    .low-high-card-icon span, .weather-middle-icon-wrapper h6 {
        font-size: 14px;
    }

    .weather-middle-card-wrapper, .low-high-card-content-wrapper {
        padding: 16px 15px;
    }

    .under-map-tiles .col-lg-4:nth-child(1),
    .under-map-tiles .col-md-4:nth-child(1),
    .under-map-tiles .col-lg-4:nth-child(2),
    .under-map-tiles .col-md-4:nth-child(2) {
        padding-right: 15px;
    }

    .under-map-tiles .col-lg-4:nth-child(2),
    .under-map-tiles .col-md-4:nth-child(2),
    .under-map-tiles .col-lg-4:nth-child(3),
    .under-map-tiles .col-md-4:nth-child(3) {
        padding-left: 15px;
    }

    .row.weather-observ-row {
        flex-direction: column-reverse;
    }
}

/* Targeting screens 768px and above */
@media (min-width: 768px) {
    .pagefooter .quicklinks {
        text-align: right;
    }

    .pagefooter .website-extras > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .pagefooter .website-extras > div p,
    .pagefooter .website-extras > p p {
        margin: 0 2em 0 0;
    }
}

/* Targeting medium screens: 768px to 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    h2 {
        font-size: 30px;
    }

    .fire-danger-card-wrapper {
        margin-top: 20px;
    }

    .radio-stations-content {
        padding: 30px 30px;
    }

    .news-hover-content-wrapper {
        width: 600px;
    }

    .news-hover-content p {
        margin-bottom: 35px;
    }

    .news-hover-content-bottom p {
        margin-bottom: 35px;
    }

    .cross-btn {
        bottom: -20px;
    }

    .cross-btn.active-centers {
        bottom: 0px;
    }
}

/* Targeting e-kiosks range: 780px to 1080px */
@media only screen and (min-width: 768px) and (max-width: 1080px) {
    .low-high-card-icon span, .weather-middle-icon-wrapper h6 {
        font-size: 16px;
    }

    .low-high-card-content-wrapper, .weather-middle-card-wrapper {
        padding: 16px 12px;
    }

    .padding-right, .padding-left {
        padding-right: 0;
    }

    .custom-kiosks-responsive {
        flex: 0 0 100%; /* Makes the column take up 100% width */
        max-width: 100%; /* Ensures the column doesn't exceed 100% width */
    }

    .row.weather-observ-row {
        flex-direction: column-reverse;
    }
}

/* Convert social media slider into regular flex */
@media (max-width: 991px) {
    .slider-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        height: auto;
    }

    .slider-item {
        flex: none;
        height: 500px;
    }

    .slider-controls {
        display: none;
    }

    #qrcode{
        right: 25px !important;
    }
}
