/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *



 */

 html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  font-family: var(--rubik);
}

body > * {
  flex-grow: 0;
  flex-shrink: 0;
}

body > main {
  flex-grow: 1;
}

.reverse-string {
  direction: rtl;
  unicode-bidi: bidi-override;
}

 #submit-loading {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, .4);
  margin: 0;
  padding: 0;
  z-index: 9999;    
}

#submit-loading div {
  opacity: 25%;
}

.exclude-sold-checkbox {
  width: 1.5rem !important;
  height: 1.5rem !important;
}

p:empty {
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* .rsc-table-item:not(.d-none):nth-child(even) {
  background-color: #F9FAFB;
} */
/* @import url("https://use.typekit.net/snn2oga.css"); */

/* ------------------- */
/*        setup        */
/* ------------------- */
:root {
    --primary: #21295C;
    --primary-lght: #D3D5E2;
    --highlight: #DD3E2B;
    --cream: #F7F5F0;
    --txt-color: #475467;
    --dark-txt-color: #323232;
    --dark: #37393C;
    --txt-font: "setimo", sans-serif;
    --btn-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    --box-shadow: 0px 32px 64px -12px rgba(16, 24, 40, 0.14);
}
html {
    height: 100%;
    /* scroll-behavior: smooth; */
    /* overflow-x: hidden; */
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: var(--txt-font);
    display: flex;
    flex-direction: column;
}
body > * {
    flex-grow: 0;
    flex-shrink: 0;
}
body a {
    text-decoration: none;
}
/* helper area */
.mw-480 {
    max-width: 480px;
}
.mw-576 {
    max-width: 576px;
}
.mw-768 {
    max-width: 768px;
}
body > main {
    flex-grow: 1;
}

.section-p {
    padding-top: 64px;
    padding-bottom: 64px;
}
.single-p {
    padding-bottom: 64px;
}

/* Skip to main content */
.skip-to-main-content {
    position: absolute;
    left: -9999px;
    z-index: 9999;
    padding: 1em;
    background-color: black;
    color: #fff;
    opacity: 0;
}
.skip-to-main-content:focus {
    left: 50%;
    top: 1%;
    transform: translateX(-50%);
    opacity: 1;
    border: 1px solid red;
}
/* ------------------- *//* ------------------- *//* ------------------- */

/* ---------------------- */
/*        Homepage        */
/* ---------------------- */

/* Navbar */
.wnb-nav-container .navbar {
    padding-inline: 3%;
    padding-top: 0;
}
.wnb-nav-container .navbar-toggler {
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid var(--primary);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 10px;
    transition: background-color 0.2s ease;
}
.wnb-nav-container .navbar-toggler:hover {
    background-color: var(--primary);
}
.wnb-nav-container .navbar-toggler:hover i {
    color: #ffffff;
}
.wnb-nav-container .navbar-toggler i {
    font-size: 20px;
    color: var(--primary);
    padding: 0 4px;
}
.wnb-nav-container .navbar .container {
    background-color: #ffffff;
    border-bottom-left-radius: 38px;
    border-bottom-right-radius: 38px;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.10), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    max-width: 1280px;
    padding: 18px 32px;
}
.navbar-brand img {
    width: 145px;
    height: auto;
    object-fit: contain;
}
.navbar .nav-menu .nav-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.navbar .nav-menu .nav-link {
    color: var(--primary);
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    padding: 4px 12px;
}
.navbar .nav-menu .nav-link:not(.live-nav):hover,
.navbar .nav-menu .nav-link:not(.live-nav):focus {
    background-color: var(--primary-lght);
}
.navbar .nav-menu .live-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary);
    color: #ffffff;
    border: 1px solid transparent;
}
.navbar .nav-menu .live-nav:hover,
.navbar .nav-menu .live-nav:focus {
    background-color: #fff;
    color: var(--primary);
    border-color: var(--primary)
}
.nav-menu {
    display: none;
}
.navbar-collapse {
    padding-bottom: 16px;
}
.navbar-collapse .nav-link {
    color: var(--txt-color);
}
.navbar-collapse .nav-title {
    color: var(--dark-txt-color);
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    position: relative;
}
.navbar-collapse .nav-title-contact a.nav-link {
    background-color: var(--primary);
    border-radius: 4px;
    border: 1px solid var(--primary);
    color: #ffffff;
    display: flex;
    justify-content: center;
    padding: 4px 8px;
    transition: background-color 0.2s ease, color 0.2s ease;
    font-weight: 600;
}
.navbar-collapse .nav-title-contact a.nav-link:hover {
    background-color: #ffffff;
    color: var(--primary);
}
.nav-title.active::after {
    content: '';
    height: 19px;
    width: 5px;
    position: absolute;
    background-color: var(--highlight);
    left: -8px;
    top: 2px;
}
.nav-link.active {
    text-decoration: underline;
}

/* banner */
.home-header {
    background-image: var(--bg-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.bg-element {
    height: 45%;
    width: 100%;
    background-color: rgba(33, 41, 92, 0.45);
    backdrop-filter: blur(12px);
    top: 0;
}
.home-banner-box {
    background-color: #ffffff;
    border-radius: 24px;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.04);
    padding: 32px;
}
.home-banner-box h1 {
    color: var(--dark-txt-color);
    font-size: 36px;
    font-weight: 700;
}
.home-banner-box p {
    color: var(--dark-txt-color);
    font-size: 18px;
    font-weight: 400;
}
.west-rsc-btn {
    background-color: var(--primary);
    border-radius: 8px;
    border: 2px solid var(--primary-lght);
    color: #ffffff;
    padding: 12px 18px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    flex: 1 0 0;
    justify-content: center;
    white-space: nowrap;
    transition: border 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.west-rsc-btn:hover {
    border: 2px solid var(--primary);
    color: var(--primary);
    background-color: #ffffff;
}

/* carousel */
.homepage-carousel {
    height: 280px;
    width: 90%;
    border-radius: 24px;
    overflow: hidden;
    top: -56px;
    margin-left: auto;
    margin-right: auto;
}
.homepage-carousel .carousel-inner {
    height: 100%;
}
.homepage-carousel .carousel-item {
    height: 100%;
}
.home-s1 .container {
    margin-top: 32px;
}
.home-s1 h2 {
    color: var(--dark-txt-color);
    font-size: 32px;
    font-weight: 700;
}
.hs1-txt {
    border-radius: 24px;
    background-color: var(--cream);
    padding: 48px;
    padding-bottom: 96px;
}
.hs1-txt p {
    color: var(--dark-txt-color);
    font-size: 18px;
}
.home-s1 .hs1-title::after {
    content: '';
    height: 5px;
    width: 150px;
    background-color: var(--highlight);
    position: absolute;
    top: -32px;
}
.west-rsc-btn-red {
    background-color: transparent;
    border-radius: 8px;
    border: 2px solid var(--highlight);
    color: var(--highlight);
    padding: 12px 18px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    flex: 1 0 0;
    justify-content: center;
    white-space: nowrap;
    transition: border 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.west-rsc-btn-red:hover, .west-rsc-btn-red:focus,
.west-rsc-btn-red:focus-visible {
    border: 2px solid var(--cream);
    color: var(--cream);
    background-color: var(--highlight);
}

/* top services */
.lght-bg {
    background-color: var(--primary-lght);
}
.top-services {
    align-self: stretch;
    background-color: #ffffff;
    border-radius: 16px;
    border-top: 4px solid var(--primary);
    padding: 32px;
    row-gap: 32px;
}
.top-services h3 {
    color: var(--dark-txt-color);
    font-size: 24px;
    font-weight: 700;
}
.top-services p {
    color: var(--txt-color);
    font-size: 18px;
    font-weight: 400;
}
.ts-item {
    border: 1px solid var(--primary);
    border-radius: 8px;
    overflow: hidden;
    height: 85px;
    min-width: 220px;
    max-width: 560px;
    flex: 1 0 0;
}
.ts-icon {
    background-color: var(--primary);
    padding: 12px;
    height: 100%;
    width: 54px;
}
.ts-icon i {
    color: #ffffff;
    font-size: 24px;
}
.ts-text {
    width: 100%;
    height: 100%;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
}
.ts-text a {
    color: var(--dark-txt-color);
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 16px;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.ts-text a:hover, .ts-text a:focus {
    color: #ffffff;
    background-color: var(--primary);
}

/* large image section */
/* .lg-img-sect .img-container {
    height: 654px;
} */
.lg-img-sect img {
    max-width: 576px;
    border-radius: 16px;
    
}
.lg-img-sect h2 {
    color: var(--dark-txt-color);
    font-size: 32px;
    font-weight: 700;
}
.lg-img-sect p {
    color: var(--txt-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

/* footer */
footer {
    padding-inline: 3%;
}
footer .footer-container {
    background-color: var(--primary);
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    /* padding-inline: 3%; */
    padding: 32px;
}
.footer-navigation {
    row-gap: 48px;
}
.footer-logo img {
    width: 200px;
    height: auto;
    object-fit: contain;
}
.footer-menu ul {
    list-style: none;
    padding-left: 0;
}
.footer-menu li a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}
.footer-menu li a:hover {
    text-decoration: underline;
}
.footer-container .social-media a {
    width: 48px;
    height: 48px;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    border-radius: 10px;
    color: var(--primary);
    transition: background-color 0.2s ease;
}
.footer-container .social-media a:hover {
    background-color: var(--primary);
}
.footer-container .social-media i {
    font-size: 24px;
}
.footer-container .social-media a:hover i {
    color: #ffffff;
}
/* divider */
.section-divider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section-divider div {
    height: 1px;
    width: 100%;
    max-width: 1300px;
    padding: 0px 32px;
    align-self: center;
    background-color: var(--primary-lght);
}
.footer-bottom {
    color: #ffffff;
}
.footer-bottom a {
    color: #ffffff;
}
.footer-bottom a:hover {
    text-decoration: underline;
}

/* ------------------- *//* ------------------- *//* ------------------- */

/* ------------------- */
/*        About        */
/* ------------------- */
.subpage-banner {
    padding-top: 112px;
    padding-bottom: 64px;
    background-color: var(--primary);
}
.subpage-banner h1 {
    color: #ffffff;
    /* font-size: 32px; */
    font-weight: 700;
    flex: 1 0 0;
    white-space: nowrap;
}
.subpage-banner p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

/* starting here with new edits. I also edited the body {} and .main {} */
.section-p h2, .single-p h2, .abt-blue-section h2 {
    color: var(--primary);
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 0;
}
.section-p p, .single-p p, .abt-blue-section p {
    color: var(--txt-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
}
.abt-quick-links span {
    color: var(--primary);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.abt-quick-links .flex-wrap .west-rsc-btn {
    display: flex;
    min-width: 250px;
    /* max-width: 282px; */
    flex: 1 0 0;
}
.abt-quick-links .west-rsc-btn.unactive {
    background-color: #D3D5E2;
    color: var(--primary);
}
.abt-quick-links .west-rsc-btn.unactive:hover {
    cursor: default;
    border-color: var(--primary-lght);
}
.abt-map {
    width: 100%;
    max-width: 576px;
    padding: 8px;
    /* height: 450px; */
    height: 400;
}
.abt-map img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.bg-lght-grey {
    background-color: #EDEEF3 !important;
    border-radius: 16px;
}
.mw-1024 {
    max-width: 1024px;
}
.abt-blue-section .lght-bg {
    padding: 64px 0 96px 0;
}
.image-card-container {
    transform: translateY(-64px);
    padding-bottom: 64px;
}
.abt-blue-section .image-card-container .container {
    padding: 32px 16px;
    border-radius: 16px;
    background-image: var(--bg-image);
    background-position: center;
    background-position: no-repeat;
    background-size: cover;
    position: relative;
}
.glass-container {
    background-color: rgba(33, 41, 92, 0.30);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 0 0;
    gap: 20px;
    min-width: 250px;
    width: 100%;
    text-align: center;
    /* height: 270px; */
}
.glass-container i {
    font-size: 40px;
    color: #FFF;
}
.glass-container p {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}
.glass-container ul {
    text-align: start;
    padding-left: 0;
    list-style: none;
    width: 90%;
    /* column-count: 2; */
    align-content: space-between;
    margin-bottom: 0;
}
.glass-container h4 {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}
.glass-container ul li {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 8px;
}
.glass-container li i {
    font-size: 4px;
}
.abt-service-container {
    gap: 64px 32px;
}
.abt-service {
    display: flex;
    min-width: 320px;
    max-width: 480px;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    gap: 20px;
    flex: 1 0 0;
    text-align: center;
}
.abt-service i {
    background: var(--primary-lght);
    color: var(--primary);
    width: 48px;
    height: 48px;
    font-size: 20px;
    align-content: center;
    border-radius: 10px;
}
.abt-service h3 {
    color: var(--dark-txt-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}
.abt-service p {
    color: var(--txt-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.section-p iframe {
    /* width: 100%;
    height: 516px; */
    width: 100%;
    aspect-ratio: 5/3;
}
.abt-bod-container {
    gap: 64px 32px;
}
.bod-item {
    display: flex;
    min-width: 150px;
    max-width: 480px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex: 1 0 0;
    text-align: center;
}
.bod-item i {
    background: var(--primary-lght);
    color: var(--primary);
    width: 96px;
    height: 96px;
    font-size: 40px;
    align-content: center;
    border-radius: 9999px;
}
.bod-item h3 {
    color: var(--primary);
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0;
}
.bod-item span {
    color: var(--txt-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.table>:not(caption)>*>* {
    background: transparent;
}
.rsc-table-container {
    display: block;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.rsc-table-header {
    font-weight: bold;
    background-color: var(--primary);
    color: white;
    padding: 0.75rem;
}
.rsc-table-header div:last-child {
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 20px;
}
.rsc-table-item {
    padding: 0.75rem;
    border: 1px solid #ddd;
}
.rsc-table-item:nth-child(even) {
    background-color: #F9FAFB;
}
.rsc-table-item .tb-left {
    font-weight: bold;
    margin-bottom: 0.25rem;
}
.rsc-table-item .tb-right {
    color: #555;
    font-style: italic;
}


/* ------------------------- */
/*        Information        */
/* ------------------------- */
.tab-menu ul.nav {
    border-radius: 8px;
    border: 1px solid #EAECF0;
    background-color: #F9FAFB;
    padding: 6px;
}
.tab-menu ul .nav-item .nav-link {
    border-radius: 6px;
    border: 1px solid transparent;
    /* color: var(--primary); */
    color: #667085;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    background-color: transparent;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    text-decoration: none;

    /* color: var(--colors-text-text-quarterary-500, #667085); */
}
.tab-menu ul .nav-item .nav-link.active {
    background-color: var(--primary);
    color: #ffffff;
}
.tab-menu ul .nav-item .nav-link.active:hover {
    background-color: var(--primary);
    border-color: var(--primary-lght);
    color: #ffffff;
}
.tab-menu ul .nav-item .nav-link:hover {
    background-color: var(--primary-lght);
    border-color: var(--primary-lght);
    color: var(--primary);
}
.rsc-table-item .tb-right a {
    color: #555;
    font-style: italic;
}
.rsc-table-item .tb-right a i {
    color: var(--primary);
}
.rsc-table-item .tb-right a:hover {
    text-decoration: underline;
}
.section-p h3 {
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
}
.bg-img-container {
    width: 100%;
    max-width: 560px;
    background-color: #D3D5E2;
    padding: 40px;
    border-radius: 16px;
    height: 280px;
}
.bg-img-container > img {
    border-radius: 6px;
}
.c-orange {
    color: var(--highlight);
}


/* --------------------- */
/*        Minutes        */
/* --------------------- */

/* dropdown filter */
.dd-filter {
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.dd-filter .year-filter {
    /* max-width: 255px; */
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    row-gap: 6px;
}
.dd-filter .year-filter span {
    color: #475467;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.dd-filter .dropdown-toggle {
    border-radius: 8px;
    padding: 10px 14px;
    border: 1px solid #D0D5DD;
    background-color: #ffffff;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    width: 100%;
    max-width: 125px;
    text-align: start;
    position: relative;
}
.dd-filter .dropdown-menu {
    min-width: 125px;
}
.dd-filter .dropdown-toggle::after {
    position: absolute;
    top: 1.25rem;
    right: 14px;
}

/* ------------------- *//* ------------------- *//* ------------------- */

/* --------------------------------- */
/*        Building & Planning        */
/* --------------------------------- */

.responsive-img-lg {
    width: 100%;
    height: 250px;
}
.lg-img-sect span {
    font-size: 20px;
    font-weight: 400;
}
/* .text-link {
    color: var(--txt-color);
    text-decoration: none;
}
.text-link:hover {
    color: var(--primary);
    text-decoration: underline;
} */
.text-link {
    font-size: 18px;
    color: var(--txt-color);
    transition: color 0.2s ease;
}
.text-link:hover {
    color: var(--highlight);
    text-decoration: underline;
}

/* list with links */
.link-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.link-list a {
    color: var(--txt-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
    transition: color 0.2s ease;
}
.link-list a:hover {
    color: var(--highlight);
    text-decoration: underline;
}
.link-list li::before {
    content: "\f0c1";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    margin-right: 0.5rem;
    color: var(--highlight);
}
.normal-list, .numeric-list {
    color: var(--txt-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
}
.numeric-list {
    list-style-type: decimal;
}
.numeric-list li {
    padding-bottom: 12px;
}


/* ------------------- *//* ------------------- *//* ------------------- */

/* ---------------------------- */
/*        Waste Disposal        */
/* ---------------------------- */
.waste-data {
    border-radius: 16px;
    padding: 48px 32px;
    row-gap: 64px;
}
.waste-data-item {
    text-align: center;
    width: 100%;
    /* min-width: 294px; */
    max-width: 145px;
}
.waste-data-item p {
    color: var(--primary);
    /* font-size: 60px; */
    font-weight: 600;
    font-size: 32px;
    line-height: 72px;
}
.waste-data-item span {
    color: var(--primary);
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}

/* --------------------------------- */
/*        Compost Information        */
/* --------------------------------- */

.square-compost-info {
    width: 100%;
    position: relative;
    border-radius: 16px;
    min-height: 400px;
    height: 100%;
}
.square-compost-info img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
.blue-absolute-container {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    top: 0;
    /* background-color: rgba(211, 213, 226, 0.90);
    background-image: var(--bg-image); */
    background:
        linear-gradient(rgba(211, 213, 226, 0.90), rgba(211, 213, 226, 0.90)),
        var(--bg-image);
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    padding: 40px 32px;
}
.square-compost-info .blue-absolute-container h3 {
    color: var(--primary);
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
}
.icon-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.icon-list li {
    color: var(--primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 16px;
    position: relative;
    padding-left: 32px;
}

.icon-list li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Duotone";
    position: absolute;
    left: 0;
    top: 0;
    /* transform: translateY(-50%); */
    font-weight: 900;
    margin-right: 0.5rem;
    color: var(--primary);
    font-size: 24px;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
}
.icon-list li::after {
    content: "\f058\f058";
    font-family: "Font Awesome 6 Duotone";
    position: absolute;
    left: 0;
    top: 0;
    /* transform: translateY(-50%); */
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    margin-right: 0.5rem;
    color: var(--primary);
    opacity: 0.4;
}

/* ------------------------------ */
/*        Transfer Station        */
/* ------------------------------ */
.transfer-station-info {
    display: flex;
    flex-direction: row;
    column-gap: 16px;
}
.section-p .transfer-station-info h3 {
    color: var(--primary);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.transfer-station-info i {
    color: var(--primary);
    margin-top: 2px;
    width: 24px;
    height: 24px;
    text-align: center;
    align-content: center;
    font-size: 20px;
}
.plain-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.plain-list li {
    color: var(--txt-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 8px;
}
.plain-list li i {
    margin-top: 0;
    font-size: 18px;
    width: unset;
    height: unset;
    transition: color 0.2s ease;
}
.plain-list a {
    color: var(--txt-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    /* margin-bottom: 0; */
    transition: color 0.2s ease;
}
.plain-list a:hover {
    color: var(--highlight);
    text-decoration: underline;
}
.plain-list a:hover i {
    color: var(--highlight);
}
.ts-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
}

/* ----------------------------- */
/*        Hazardous Waste        */
/* ----------------------------- */
.hzd-icon-container {
    gap: 64px 32px;
}
.hzd-icon-item {
    display: flex;
    min-width: 320px;
    max-width: 480px;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    gap: 20px;
    flex: 1 0 0;
    text-align: center;
}
.hzd-icon-item i {
    background: var(--primary);
    color: #ffffff;
    width: 48px;
    height: 48px;
    font-size: 20px;
    align-content: center;
    border-radius: 10px;
}
.section-p .hzd-icon-item h3 {
    color: var(--dark-txt-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}
.mw-lg-480 {
    width: 100%;
}
.plain-list.epr-waste-list {
    display: flex;
    flex-direction: column;
    row-gap: 28px;
}
.plain-list.epr-waste-list li {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.plain-list.epr-waste-list h4 {
    color: var(--primary);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0;
}
/* accordion list */
.accordion.wnbRscAccordion {
    /* border-radius: 0; */
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.accordion.wnbRscAccordion .accordion-item {
    border: none;
    border-radius: 0;
    border-radius: 16px;
    background-color: transparent;
    /* overflow: hidden; */
}
.accordion.wnbRscAccordion .accordion-header .accordion-button {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    color: var(--primary);
    padding: 32px;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}
.accordion.wnbRscAccordion .accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}
.accordion.wnbRscAccordion .accordion-header .accordion-button.collapsed:hover {
    background-color: #D3D5E2;
}
.accordion.wnbRscAccordion .accordion-button:not(.collapsed) {
    background-color: #D3D5E2;
    box-shadow: none;
}
.accordion.wnbRscAccordion .accordion-body {
    background-color: #D3D5E2;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}
.accordion.wnbRscAccordion .accordion-body p {
    margin-bottom: 8px;
}
.hazardous-waste-last h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: var(--primary);
}

/* ------------------- *//* ------------------- *//* ------------------- */

/* ---------------------------------- */
/*        Recreation & Leisure        */
/* ---------------------------------- */

.no-bg-img-container {
    width: 100%;
    max-width: 560px;
    background-color: #D3D5E2;
    /* padding: 40px; */
    border-radius: 16px;
    height: 280px;
    overflow: hidden;
}
.img-object-position-center {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.row-gap-64 {
    row-gap: 64px;
}
.wnb-cta-box {
    border-radius: 16px;
    padding: 40px 24px;
}

/* ------------------- *//* ------------------- *//* ------------------- */

/* ------------------------------------------- */
/*        Commnity Dev & Transportation        */
/* ------------------------------------------- */

.pillar-head {
    display: flex;
    flex-direction: column;
}
.pillar-head span {
    color: var(--txt-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

/* ------------------- *//* ------------------- *//* ------------------- */

/* -------------------- */
/*        Contact       */
/* -------------------- */

.contact-us-container {
    gap: 64px 32px;
}
.contact-us-item {
    display: flex;
    min-width: 150px;
    max-width: 480px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex: 1 0 0;
    text-align: center;
}
.contact-us-item i {
    background-color: var(--primary);
    color: #ffffff;
    width: 48px;
    height: 48px;
    font-size: 24px;
    align-content: center;
    border-radius: 10px;
}
.contact-us-item h3 {
    color: var(--primary);
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0;
}
.contact-us-item span {
    color: var(--txt-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.contact-team {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 48px 32px;
    flex-wrap: wrap;
    list-style: none;
    /* padding-left: 0; */
}
.contact-team li {
    display: flex;
    min-width: 240px;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
}
.contact-team h4 {
    color: var(--primary);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0;
}
.contact-team p {
    color: var(--primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 8px;
}
.form-div textarea {
    height: 135px;
    resize: none;
}
.form-div {
    align-content: center;
}
.form-div .form-control {
    border: 1px solid var(--primary-lght);
    padding: 12px 14px;
}
.form-div .form-label {
    color: #344054;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

/* .form-label.required::after {
    content: ' *';
    color: red;
} */

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-toggle.show::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-bottom: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
    border-top: 0;
}

.navbar-nav .dropdown-menu .dropdown-item {
    color: var(--txt-color);
}
.navbar-nav .dropdown-menu .dropdown-item.active,
.navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-nav .dropdown-menu .dropdown-item:focus {
    background: transparent;
    color: var(--primary);
}
.navbar-nav .dropdown-menu .dropdown-item.active {
    color: var(--primary);
    text-decoration: underline;
}

.navbar-nav .dropdown-menu.show {
    padding-top: 0;
    border: 0;
}

.navbar-nav .nav-link {
    padding-left: 8px;

}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.dropdown-toggle.show {
    color: var(--primary);
}

/*---------------------
  Interactive Map
-----------------------*/

.sidebar.map-listings {
    position:relative;
    width:33.3333%;
    height:100%;
    top:0;left:0;
    overflow:hidden;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    border-left: 1px solid #EEE;
    padding-inline: 0;
}

.map.mapboxgl-map {
    position:relative;
    left:0%;
    min-height: 1000px;
    width:66.6666%;
    top:0;bottom:0;
}

.sidebar.map-listings .heading {
    padding: 16px 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border-bottom: 1px solid #EEE;
}

.sidebar.map-listings .listings {
  /* height: calc(100% - 140px); */
  overflow:auto;
  padding-bottom:40px;
}

.sidebar.map-listings .listings .item {
    border-bottom: 1px solid #EEE;
}

.sidebar.map-listings .listings .item .title a {
    display: flex;
    padding: 16px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.sidebar.map-listings .listings .item.active {
  background-color: rgba(30, 63, 106, 0.075);
}
.sidebar.map-listings .listings .item .title p {
    color: #02245B;
    font-family: var(--txt-font);
}
.sidebar.map-listings .listings .item .title span {
  font-weight: 400;
  color: #000;
  font-size: 13px;
  margin-top: 11px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.listings .item .title span i {
    font-size: 17px;
    color: #344f74;
}
.mapboxgl-popup-content span.info-items i {
    margin: 0 7px 0 0;
    font-size: 17px;
    width: 32px;
    color: #344f74;
}

.marker {
  border: none;
  cursor: pointer;
  height: 40px;
  width: 40px;
  background-color: rgba(0, 0, 0, 0);
}

/* Marker tweaks */
.mapboxgl-popup {
  padding-bottom: 50px;
  max-width: 300px!important
}

.mapboxgl-popup-close-button {
  /*display:none;*/
    color: #000;
    padding: 10px;
    font-size: 35px;
    top: -14px;
    right: 3px;
}
.mapboxgl-popup-content {
  padding:0;
  width:330px;
}
.mapboxgl-popup-content-wrapper {
  padding:1%;
}
.mapboxgl-popup-content h3 {
/*  background: #fff;*/
  color: #2b2b2b;
  margin: 0;
  display: block;
  padding: 13px 15px;
  border-radius: 3px 3px 0 0;
  font-weight: 700;
  font-size: 16px;
/*  margin-top: -15px;*/
}

.mapboxgl-popup-content h4 {
    display: none!important;
    margin: 5px 13px;
    margin-bottom: 8px;
    display: block;
    padding: 10px 20px 0 7px;
    font-weight: 700;
    font-size: 16px;
    color: #79242f;
}
.mapboxgl-popup-content span {
  font-weight: 400;
  color: #2b2b2b;
  font-size: 13px;
  padding: 0 20px;
  margin: 5px 0 10px 0;
  position: relative;
  display: flex;
  line-height: normal;
}

.mapboxgl-popup-content div {
  padding:10px;
}
.mapboxgl-popup-content .btn-more-details {
/*  padding: 0px 0 4px 20px;*/
  padding: 0;
  display: block;
/*  margin: 21px 0 15px 0;*/
}
.mapboxgl-popup-content .btn-more-details a {
  padding: 7px 25px;
  font-size: 13px;
  border-radius: 25px;
}

.mapboxgl-container .leaflet-marker-icon {
  cursor:pointer;
}

.mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
  border-bottom-color: #79242f;
}

.sidebar.map-listings .listings .item .thumbnail .imagesThumbnail {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 0;
  padding: 0;
/*    margin-bottom: -19px;*/
}
.popup-imagesThumbnail {
  height: 150px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 6px;
}
.geocoder {
  position: absolute;
  z-index: 1;
  width: 50%;
  left: 50%;
  margin-left: 0;
  top: 10px;
}
.geocoder .mapboxgl-ctrl-geocoder input[type='text'] {
  padding: 10px 40px 11px 33px;
}
select#category_filter,
input#map_query {
  height: 44px;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.has-search .form-control {
  padding-left: 2.375rem;
}
.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.5rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

.sidebar.map-listings .listings .item .title div.category_name {
    position: absolute;
    top: unset;
    bottom: 0;
    margin-bottom: 15px;
    max-width: 120px;
    padding-left:5px ;
    height: auto;
    background: #1e3f6a;
    color: #fff;
    font-weight: 600;
    overflow: hidden;
}

/*---------------------
  Filter
-----------------------*/

.filter {
    position: relative;
    left: 0;
    top: 0;
    width: 20%;
    height: 100%;
    background: #f8feff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
    padding: 30px 34px 30px 30px;
    overflow-y: auto;
    border-right:3px solid #513862;
    z-index: 99;
    padding-top: 120px;
    float: left;
}

.ov-hid {
  overflow: hidden;
/*  padding-left: 400px;*/
}

.filter__title h5 {
  font-size: 18px;
  color: #323232;
  text-align: center;
  font-weight: 700;
}

.filter__title h5 i {
  margin-right: 5px;
}

.filter__search {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    background: #ffffff;
    margin-bottom: 30px;
    margin-top: 25px;
}

.filter__search i {
    font-size: 20px;
    color: #513862;
    position: absolute;
    right: 11px;
    bottom: 12px;
}

.filter__select #category_filter:not(.selected):not(:focus-visible),
.filter__search #map_query::placeholder {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #667085;
    font-family: var(--txt-font);
    font-size: 1rem;
    font-weight: 400;
}  

.filter__search .btn.btn-primary {
    background-color: var(--primary);
}

.filter__search .btn.btn-primary:hover, 
.filter__search .btn.btn-primary:focus-visible {
    background-color: white;
    color: var(--primary)
}

.filter__select {
    display: flex;
  border-bottom: 0px solid rgba(0,0,0,.12);
}

.map-container {
    height: 1000px;
}

.map-listings .form-control {
    color: #2b2b2b;
}

.subpages .mapboxgl-popup-content ul li {
    font-size: 13px;
}

.marker::after {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  width: 40px;
  height: 40px;
  text-align: center;
  align-content: center;
  content: var(--marker-icon, "\f192");
  color: #FFF;
  font-size: 20px;
  font-weight: 900;
  background-color: #21295C;
  border-radius: 50%;
}

.listings .marker-icon { 
    position: relative;
    width: 100%;
    height: 40px; 
}

.listings .marker-icon::after {
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    width: 40px;
    height: 40px;
    text-align: center;
    align-content: center;
    content: var(--marker-icon, "\f192");
    color: #FFF;
    font-size: 20px;
    font-weight: 900;
    background-color: #21295C;
    border-radius: 50%;
}

.map-listings .heading h2 {
    color: #02245B;
    font-family: var(--txt-font);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.listings .item {
    padding: 16px 24px;
}

.listings .item .title {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 10px;
}

.listings .listing-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.listings .listing-title {
    color: #02245B;
    font-family: var(--txt-font);
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
}

.listing-info .address {
    display: flex;
    align-items: center;
    gap: 10px;
}

.listing-info .link-container a {
    color: var(--dark-txt-color);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.listing-info .link-container a:hover span,
.listing-info .link-container a:focus span {
    color: var(--primary);
    text-decoration: underline;
}
.listing-info i {
    color: #000;
    font-size: 15px;
    font-weight: 300;
}

.map-container .mapboxgl-popup-content .popup-title {
    color: var(--primary);
    font-family: var(--txt-font);
    font-size: 24px;
    font-weight: 600;
}

.map-container .mapboxgl-popup-content {
    padding: 0;
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
}
.map-container .mapboxgl-popup-close-button {
    position: relative;
    display: block;
}


/* ------------------- *//* ------------------- *//* ------------------- */

/* ------------ */
/* Careers page */
/* ------------ */
.careers-img-container{
    width: 100%;
    height: 280px;
    border-radius: 16px;
    overflow: hidden;
}
.careers-img-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.open-positions{
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.open-positions .position{
    
    display: flex;
    width: 100%;
    padding: 0 24px 24px 24px;
    flex-direction: column;
    row-gap: 16px;
    border-radius: 16px;
    transition: background-color 0.2s ease;
    border-width: 99%;
}
.open-positions .position:hover{
    background-color: var(--primary-lght);
}
.open-positions .position h3{
    border-top: 1px solid #EAECF0;
    padding-top: 24px;
    color: var(--dark);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 8px;
}
.open-positions .position:hover h3{
    border-top-color: transparent;
}
.open-positions .details{
    display: flex;
    flex-direction: row;
    column-gap: 16px;
    color: #475467;
    font-size: 16px;
}

.table.table-bordered tr:nth-child(even) {
    background-color: #F9FAFB;
}
.table.table-bordered tr td:first-of-type {
    font-weight: 700;
}
/* -------------------- */
/* events calendar page */
/* -------------------- */
.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0;
    background-color: var(--primary);
    color: #ffffff;
    padding: 4px 16px;
}
.fc .fc-toolbar-title {
    font-size: 18px;
    color: #ffffff;
}
.fc .fc-button-primary {
    background-color: transparent;
    border-color: transparent;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}
.fc .fc-button-primary:hover,
.fc .fc-button-primary:not(:disabled):active {
    background-color: #ffffff;
    border-color: #ffffff;
    color: var(--primary);
}
.fc .fc-button-group .fc-button-primary {
    background-color: transparent;
    border-color: transparent;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}
.fc .fc-button-group .fc-button-primary:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: var(--primary);
}
.fc .fc-button:disabled {
    opacity: 1;
}
.fc .fc-button-primary:disabled {
    background-color: transparent;
    border-color: transparent;
}
.fc .fc-button-primary:disabled:hover {
    background-color: transparent;
    border-color: transparent;
    color: #ffffff;
}
.fc-col-header-cell-cushion {
    color: #101828;
}
.fc-daygrid-day-number {
    color: #475467;
}
.fc .fc-daygrid-day.fc-day-today {
    background-color: rgba(33, 41, 92, 0.15);
}

/* ------------------ */
/* event details page */
/* ------------------ */

.details-page-title h1 {
    color: var(--primary);
    font-size: 32px;
    font-weight: 600;
}
.details-page-segment p{
	color:#475467;
	font-size: 18px;
}
.details-page-info a{
	color: #475467;
	font-size: 18px;
	text-decoration: none;
	transition: color 0.2s ease;
}
.details-page-info a:hover{
	color: var(--primary);
}
.details-page-info span{
	font-size: 18px;
	color: #475467;
	width: 80px;
	flex-shrink: 0;
	font-weight: 700;
}
.details-page-info a i{
	font-size: 18px;
	width: 32px;
	height: 32px;
	background-color: var(--primary);
	color: #EFF4FF;
	border: 1px solid var(--primary);
	border-radius: 9999px;
	text-align: center;
	align-content: center;
	transition: background-color 0.2s ease;
}
.details-page-info a:hover i{
	background-color: transparent;
	color: var(--primary);
}
.va-img-showcase-container{
    /* height: 400px; */
	height: 240px;
    overflow: hidden;
    width: 100%;
}
.va-img-showcase-2{
    height: 100%;
    width: 100%;
}
.va-img-showcase-2 div{
    min-width: 100%;
    height: 100%;
    overflow: hidden;
}
.va-img-showcase-2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-select-2{
    width: 100%;
	height: 80px;
	margin-top: 16px;
	column-gap: 8px;
}
.img-select-2 .img-item{
    width: 100%;
	max-width: 140px;
    height: 100%;
	cursor: pointer;
	border: 5px solid transparent;
	transition: border-color 0.2s ease;
}
.img-select-2 .img-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-item.selected{
	border-color: var(--primary);
}
.img-item:hover{
	border-color: var(--primary);
}
@media screen and (max-width:374px) {
    .glass-container ul {
        text-align: center;    
    }

    /* compost info */
    .square-compost-info {
        height: 420px;
    }
}
@media screen and (min-width:375px) {
    .glass-container ul {
        column-count: 2;
    }
}
@media screen and (max-width: 575px) {
    .subpage-banner h1 {
        font-size: 32px;
    }

    /* about */
    .image-card-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    /* building n planning */
    .west-rsc-btn {
        font-size: 16px;
        white-space: normal !important;
        /* align-items: flex-start; */
    }

    /* Nav menu */
    .wnb-nav-container nav.navbar { padding-inline: 0; }
    .wnb-nav-container nav.navbar .container { border-radius: 0; }

    footer.section-p { padding-inline: 0; }
    footer.section-p .footer-container { border-radius: 0; }
}
/* Phablet */
@media screen and (min-width: 576px) {
    .home-banner-box h1 {
        font-size: 36px;
    }
}
/* Tablet */
/* @media screen and (max-width:767px) {
    
} */
@media screen and (min-width: 768px) {
    /* .main section {
        padding-top: 96px;
        padding-bottom: 96px;
    } */
    .lg-img-sect .img-container {
        height: 480px;
    }
     /* ------- *//*    home    *//* ------- */
    .home-banner-box {
        padding: 56px;
    }
    .home-banner-box h1 {
        font-size: 48px;
    }
    .home-banner-box p {
        font-size: 24px;
    }
    /* home carousel */
    .homepage-carousel {
        height: 360px;
    }
    .west-rsc-btn {
        display: block;
        flex: 0;
    }
    .west-rsc-btn-red {
        display: block;
        flex: 0;
    }
    .home-s1 h2 {
        font-size: 48px;
    }
    .hs1-txt p {
        font-size: 26px;
    }
    /* top services */
    .top-services {
        padding: 64px;
        row-gap: 32px;
    }
    .top-services h3 {
        font-size: 30px;
    }
    .top-services p {
        font-size: 20px;
    }
    /* large image section */
    .lg-img-sect h2 {
        font-size: 36px;
    }

    /* about */
    .subpage-banner {
        padding-bottom: 96px;
    }
    .section-p h2, .single-p h2, .abt-blue-section h2 {
        font-size: 36px;
        line-height: 44px;
    }
    .abt-quick-links .flex-wrap .west-rsc-btn {
        max-width: 282px;
    }
    .abt-map {
        padding: 32px;
        height: 480px;
    }
    .abt-blue-section .image-card-container .container {
        padding: 64px 18px;
    }
    .glass-container {
        min-width: 400px;
        max-width: 600px;
    }
    .glass-container ul {
        column-count: 3;
    }
    .glass-container p, .glass-container li {
        font-size: 20px;
    }
    .bod-item {
        min-width: 250px;
    }
    .section-p h3 {
        font-size: 30px;
        line-height: 38px;
    }
    
    /* blue background image container */
    .bg-img-container {
        height: 400px;
    }

    /* building n planning */
    .responsive-img-lg {
        height: 400px;
    }

    /* waste disposal */
    .waste-data-item p {
        font-size: 60px;
        /* line-height: 72px; */
    }
    .waste-data-item span {
        font-size: 18px;
    }
    .waste-data {
        padding: 64px;
    }
    .waste-data-item {
        max-width: 250px;
    }

    /* compost info */
    .square-compost-info .blue-absolute-container h3 {
        font-size: 48px;
        line-height: 60px;
    }

    /* transfer station */
    .ts-img {
        height: 420px;
    }

    /* Recreation & Leisure */
    .no-bg-img-container {
        height: 400px;
    }
    .row-gap-64 {
        row-gap: 96px;
    }
    .wnb-cta-box {
        padding: 64;
    }
    .subpage-banner {
        padding-top: 144px;
    }

    /* careers page */
    .careers-img-container{
        height: 360px;
    }

    /* event details page */
    .va-img-showcase-container{
		height: 400px;
		overflow: hidden;
		width: 100%;
	}
    .img-select-2{
		height: 100px;
	}
}

/* Laptop */
@media screen and (min-width: 992px) {
    .lg-img-sect .img-container {
        height: 654px;
    }
    .section-p {
        padding-top: 96px;
        padding-bottom: 96px;
    }
    .single-p {
        padding-bottom: 96px;
    }
    /* ------- *//*    home    *//* ------- */

    /* Navigation */
    .nav-menu {
        display: block;
    }
    /* banner */
    .bg-element {
        height: 100%;
        width: 40%;
        background-color: rgba(33, 41, 92, 0.45);
        backdrop-filter: blur(12px);
        right: 0;
    }
    .home-banner-box h1 {
        font-size: 64px;
    }
    /* home carousel */
    
    .hs1-txt > div {
        padding-left: 82px;
    }
    .homepage-carousel {
        top: -112px;
        height: 480px;
    }
    .hs1-txt {
        height: 480px;
    }
    .hs1-txt p {
        font-size: 32px;
    }
    /* footer */
    .footer-menu li a {
        font-size: 20px;
    }

    /* about */
    .subpage-banner h1 {
        font-size: 48px;
    }
    .subpage-banner p {
        font-size: 20px;
        line-height: 30px;
    }
    .abt-quick-links .flex-wrap .west-rsc-btn {
        min-width: 200px;
        max-width: 224px;
    }
    .abt-map {
        padding: 32px;
        height: 654px;
    }
    .abt-blue-section .lght-bg {
        padding: 64px 0 160px 0;
    }
    .image-card-container {
        transform: translateY(-96px);
        padding-bottom: 96px;
    }
    .abt-blue-section .image-card-container .container {
        padding: 64px 24px;
    }
    .glass-container {
        min-width: 500px;
        max-width: 600px;
    }
    .bod-item {
        min-width: 280px;
    }

    /* table */
    .rsc-table-container {
        display: table;
        width: 100%;
        border-collapse: collapse;
    }
    .rsc-table-header {
        display: table-row;
        background-color: #1b3279;
        color: white;
    }
    .rsc-table-header div {
        display: table-cell;
        padding: 0.75rem;
        font-weight: bold;
        border-right: 1px solid white;
    }
    .rsc-table-header div:last-child {
        border-right: none;
        font-style: normal;
        font-weight: 700;
    }
    .rsc-table-item {
        display: table-row;
        border: none;
        margin: 0;
    }
    .rsc-table-item div {
        display: table-cell;
        padding: 0.75rem;
        border: 1px solid #ddd;
    }
    .rsc-table-item .tb-left {
        font-weight: 700;
        margin-bottom: 0;
    }
    .rsc-table-item .tb-right,
    .rsc-table-item .tb-right a {
        font-style: normal;
        color: #000;
    }
    .tab-content>.active {
        display: table;
    }

    /* building and planning */
    .responsive-img-lg {
        height: 654px;
    }

    /* waste disposal */
    .waste-data-item {
        /* min-width: 294px; */
        max-width: 340px;
    }

    /* transfer station */
    .ts-img {
        height: 560px;
    }

    /* hazardous waste */
    .mw-lg-480 {
        max-width: 480px;
    }

    /* careers page */
    .careers-img-container{
        height: 420px;
    }
}
/* Small screen */
@media screen and (min-width: 1200px) {
    /* ------- *//*    home    *//* ------- */

    /* navbar */
    /* .wnb-nav-container .navbar {
        padding-inline: 15%;
    } */
    /* carousel */
    .homepage-carousel {
        height: 540px;
        width: 612px;
        position: absolute;
        top: 148px;
    }
    .hs1-title {
        max-width: 480px;
    }
    .home-header .container {
        padding-right: 96px;
    }
    .hs1-txt p {
        max-width: 576px;
    }
    .home-s1 .container {
        margin-bottom: 192px;
    }

    /* about */
    .abt-quick-links .flex-wrap .west-rsc-btn {
        min-width: 250px;
        max-width: 269px;
    }
    .glass-container ul {
        column-count: 2;
    }
    .glass-container {
        min-width: unset;
        max-width: unset;
    }
    
    /* careers page */
    .careers-img-container{
        height: 560px;
    }
}
/* Large screen */
@media screen and (min-width: 1400px) {
    /* navbar */

    /* about */
    .abt-quick-links .flex-wrap .west-rsc-btn {
        max-width: 282px;
    }
}
/* ultra large */
@media screen and (min-width:1536px) {
    /* .wnb-nav-container .navbar {
        padding-inline: 30%;
    } */
}

@media screen and (max-width:991px) {
    .map-container {
        flex-direction: column;
        height: unset;
    }
    .sidebar.map-listings {
        border-right: 1px solid #EEE;
        width: 100%;
        height: 600px;
        flex-shrink: 0;
    }
    .map.mapboxgl-map {
        width: 100%;
        min-height: 600px;
    }
}
