body, button, input, select, textarea {
   font-family: 'RobotoRegular', sans-serif !important;
}

.container {
    width: 80%;
    max-width: 80%;
}

#main-content {
    padding-top: 185px !important;
    padding-bottom: 50px;
}

.bg-green {
    background: #27B24D !important;
}

.bg-light-black {
    background: #444444 !important;
}

.bg-darkgreen {
    background: #123237 !important;
}

.bg-light-green {
    background: #EFFFF3 !important;
}

.bg-about-card {
    background: #e9e9e9 !important;
}

.bg-light-white {
    background: #f5f5f5 !important;
}

.text-green {
    color: #27B24D !important;
}

.text-black {
    color: #272727 !important;
}

.text-light-black {
    color: #444444 !important;
}

.text-gray {
    color: #606060 !important;
}

.text-justify {
    text-align: justify !important;
}

.border-green {
    border: 1px solid #27B24D !important;
}

.border-bottom-green {
    border-bottom: 1px solid #27B24D !important;
}

.section-container {
    padding: 35px 0;
}

ol, ul {
    margin: 0 !important;
    padding-left: 0 !important;
}

/**************** Start Font Size CSS ****************/
.fs-8{
    font-size: 8px !important;
}
.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-21 {
    font-size: 21px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-23 {
    font-size: 23px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-27 {
    font-size: 27px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-29 {
    font-size: 29px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-31 {
    font-size: 31px !important;
}

.fs-32 {
    font-size: 32px !important;
}

.fs-33 {
    font-size: 33px !important;
}

.fs-34 {
    font-size: 34px !important;
}

.fs-35 {
    font-size: 35px !important;
}

.fs-36 {
    font-size: 36px !important;
}

.fs-37 {
    font-size: 37px !important;
}

.fs-38 {
    font-size: 38px !important;
}

.fs-39 {
    font-size: 39px !important;
}

.fs-40 {
    font-size: 40px !important;
}

.fs-41 {
    font-size: 41px !important;
}

.fs-42 {
    font-size: 42px !important;
}

.fs-43 {
    font-size: 43px !important;
}

.fs-44 {
    font-size: 44px !important;
}

.fs-45 {
    font-size: 45px !important;
}

/**************** End Font Size CSS ****************/

/**************** Start Footer Section CSS ****************/
.footer-container {
    margin-top: 0;
    padding: 40px 0;
    background: #27464B !important;
}

.footer-heading {
    font-size: 40px;
    text-align: center;
    color: #FFF;
    font-weight: 500;
}

.footer-card-bg {
    background: #123237 !important;
    border-radius: 12px;
}

.footer-card-bg .card-body {
    padding: 10px;
}

.footer-card-bg .card-body img {
    width: 100px;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.footer-border-bottom {
    border-bottom: 1px solid #27B24D !important;
}

.footer-card-bg .card-left-0 {
    padding-left: 0 !important;
}

.footer-nav ul li a {
    color: #FFFF;
}

#footernav ul li {
    width: 31% !important;
    border: 0;
    border-radius: 0;
}

#footernav ul li:hover {
    border: 1px solid #888 !important;
}

#footernav ul li i {
    position: absolute;
    left: 22px !important;
    top: 4px;
    color: #4db748;
    font-weight: bold;
}

#footernav ul li:hover i {
    color: #4db748;
}

#footernav ul li i.fa-caret-right {
    display: none;
}

#footernav ul li a {
    padding: 0;
    padding-left: 15px;
}

#footernav ul li:hover a {
    background: transparent;
}
.copyright {
    padding: 15px;
    font-size: 18px;
    background: #123237;
    border-top: 2px solid #C4CCCD;
}

.social-icons a {
    width: 35px;
    height: 35px;
    position: relative;
    display: inline-flex;
    margin: 0 10px;
    color: #FFF;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    background: #0b1f22;
    border: 1px solid #27B24D;
    border-radius: 50%;
    transition: color 0.3s ease;
    z-index: 99999999;
}

.social-icons .facebook:hover,
.social-icons .facebook:focus {
    background: #405d9b !important;
    color: #FFF !important;
    border: 1px solid #FFF !important;
}

.social-icons .linkedin:hover,
.social-icons .linkedin:focus {
    background: #007ab9 !important;
    color: #FFF !important;
    border: 1px solid #FFF !important;
}

.social-icons .youtube:hover,
.social-icons .youtube:focus {
    background: #c4191f !important;
    color: #FFF !important;
    border: 1px solid #FFF !important;
}

.social-icons .twitter:hover,
.social-icons .twitter:focus {
    background: #000 !important;
    color: #FFF !important;
    border: 1px solid #FFF !important;
}

/**************** End Footer Section CSS ****************/

/**************** Start Media Query CSS ****************/
@media (max-width: 575.98px) {
    #main-content {
        padding-top: 0 !important;
    }
    .container {
        width: 100% !important;
        max-width: 100% !important;
    }
    .footer-container img {
        width: 100px;
        height: 100px;
    }
    #footernav ul li a {
        font-size: 16px !important;
    }
    #footernav ul {
        text-align: left !important;
    }
    #footernav ul li {
        width: 100% !important;
        margin-bottom: 15px !important; 
    }
    #footernav ul li i {
        left: 20px !important;
        font-size: 13px;
        padding-top: 2px;
        padding-left: 11px !important;
    }
    .footer-card-bg .card-left-0 {
        padding-left: 12px !important;
        padding-top: 15px !important;
    }
    .footer-nav .footer-logo-img {
        display: block;
        margin: 15px auto 30px auto;
    }
    .copyright .social-icons {
        justify-content: flex-start !important;
        margin-top: 15px;
    }
    .copyright-text {
        margin-top: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #main-content {
        padding-top: 0 !important;
    }
    .container {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 15px !important;
    }
    .footer-card-bg .card-left-0 {
        padding-left: 12px !important;
        padding-top: 15px !important;
    }
    #footernav ul li a {
        font-size: 14px !important;
    }
    #footernav ul li {
        width: 31% !important;
        border: 0;
        margin: 8px !important; 
    }
    #footernav ul li i {
        top: 4px !important;
        left: 14px !important;
        padding-top: 2px;
    }
    .footer-nav .footer-logo-img {
        display: block;
        margin: 15px auto;
    }
    .footer-logo {
        text-align: center;
    }
    .copyright-text.justify-content-end {
        justify-content: center !important;
    }
    .copyright-text {
        margin-top: 0px;
        justify-content: center;
    }
    .copyright .social-icons {
        margin-top: 15px;
        justify-content: center !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #main-content {
        padding-top: 0 !important;
    }
    #main-content .container {
        margin: 0;
    }
    .container {
        width: 100% !important;
        max-width: 100% !important;
    }
    .footer-nav .footer-logo-img {
        display: block;
        margin: 15px auto;
    }
    #footernav ul li {
        width: 31% !important;
        margin: 10px !important;
    }
    #footernav ul li i {
        top: 2px !important;
        left: 16px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #main-content {
        padding-top: 205px !important;
    }
    #main-content .container {
        margin: 0 !important;
    }
    .hero-section .hero-heading {
        margin-top: 0;
    }
    .container {
        width: 100% !important;
        max-width: 100% !important;
    }
    #footernav ul li {
        width: 30%;
        margin: 10px !important;
    }
}

@media (min-width: 1400px) and (max-width: 1900px) { 
    #main-content .container {
        margin: 0 !important;
    }
    .container {
        width: 100% !important;
        max-width: 100% !important;
    }
    #main-content #banner-enrollment-form.container {
        margin-top: 45px !important;
    }
    #footernav ul li a {
        font-size: 14px !important;
    }
}
/**************** End Media Query CSS ****************/
#file-property-tax, #appraisal-review-board, #appeal-decision, #why-choose-oconnor, #your-deadline {
    scroll-margin-top: 220px; /* adjust based on your header height */
}

/**********************   Cook County CSS    ********************/
:root{
  --brand-green: #27B24D;
  --brand-green-dark: #196f3d;
  --muted-gray: #6c757d;
  --card-bg: #f5f5f5;
  --text-dark: #212529;
  --text-body: #606060;
  --section-bg: #f5f5f5;
  --township-bg: #e8f8ee;
  --step-row-bg: #eafaf1;
  --step-row-bg-neutral: #eeeeee;
  --navy: #16333f;
  --navy-dark: #0f242c;
  --table-head-bg: #d5f2df;
  --table-row-alt: #f5f5f5;
  --stat-blue-bg: #eaf3fc;
  --stat-blue-border: #cfe4f7;
  --pill-bg: #eeeeee;
  --panel-green-bg: #eefaf1;
  --panel-border: #b7e6c6;
}
.hero-wrap #loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 13%);
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    z-index: 99;
}
.hero-wrap .item-list {
    width: 69%;
    max-height: 215px;
    position: absolute;
    display: none;
    left: 205px;
    background: white;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 7px;
    overflow-y: auto;
    z-index: 900;
}
.hero-wrap .properties-modal .item-list {
  width: 66% !important;
  left: 120px;
}
.modal-backdrop {
  position: relative !important;
}
.hero-wrap .list-group-item {
  cursor: pointer;
}
.hero-wrap #field_7_53, .hero-wrap #field_7_55 {
  display: none !important;
}
.hero-wrap #field_7_34, .hero-wrap #field_7_36 {
  display: inline-block;
  float: none;
  padding-right: 16px;
  vertical-align: top;
  width: 50%;
}
.hero-wrap #field_7_35, .hero-wrap #field_7_37 {
  display: inline-block;
  float: none !important;
  padding-right: 16px;
  vertical-align: top;
  width: 50%;
}
.hero-wrap .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: 1px solid #27b24d !important;
  border-radius: 7px !important;
  height: 35px;
  color: #444;
  font-size: 16px !important;
  font-weight: 500;
  padding: 5px 10px !important;
}
.hero-wrap #gform_7 input {
  font-size: 16px !important;
}
.hero-wrap .gform_legacy_markup_wrapper .gfield_checkbox li label, .hero-wrap .gform_legacy_markup_wrapper .gfield_radio li label {
   font-size: 14px;
}
.hero-wrap .gform_legacy_markup_wrapper .top_label .gfield_label, .hero-wrap .gform_legacy_markup_wrapper legend.gfield_label {
    color: #606060;
    font-weight: 500;
    font-size: 15px;
}
.hero-wrap .innerpage .gform_wrapper .top_label div.ginput_container {
  margin: 8px 0 0 !important;
}
@media(min-width: 1200px) and (max-width:1399px) {
  .hero-wrap .item-list {
    width: 90%;
    left: 42px;
  }
}
@media(min-width: 1400px) and (max-width:1900px) {
  .hero-wrap .item-list {
    width: 91%;
    left: 45px;
  }
}
.hero-wrap {
  position : relative;
  padding : 60px 15px 25px;
  overflow : hidden;
  background : linear-gradient(#ffffff, #ffffff);
}
.hero-wrap .city-svg {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:260px;
    object-fit:cover;
    object-position:center bottom;
    z-index:1;
    pointer-events:none;
}
.hero-wrap .hero-card {
  position : relative;
  z-index : 2;
  max-width : 70%;
  margin : 0 auto 110px auto;
  background : #f5f5f5b0;
  border-radius : 24px;
  padding : 48px 40px 40px;
  box-shadow : 0 2px 20px rgba(0, 0,0, 0.04);
}
.hero-wrap .hero-title {
  color : var(--brand-green);
  font-weight : 700;
  text-align : center;
  margin-bottom : 40px;
  font-size : 2.1rem;
}
.hero-wrap .stepper {
  display : flex;
  align-items : center;
  justify-content : center;
  max-width : 65%;
  margin : 0 auto 8px;
}
.hero-wrap .step-circle {
  width : 34px;
  height : 34px;
  min-width : 34px;
  border-radius : 50%;
  border : 2px solid var(--brand-green);
  color : var(--brand-green);
  display : flex;
  align-items : center;
  justify-content : center;
  font-weight : 600;
  background : #fff;
  font-size : 0.95rem;
  transition : all .25s ease;
  z-index : 2;
}
.hero-wrap .step-circle.active {
  background : var(--brand-green);
  color : #fff;
}
.hero-wrap .step-circle.completed {
  background : var(--brand-green);
  color : #fff;
}
.hero-wrap .step-circle.completed i {
  font-size : 0.85rem;
}
.hero-wrap .step-line {
  flex : 1;
  height : 2px;
  background : #cfd4d8;
  position : relative;
}
.hero-wrap .step-line.filled {
  background : var(--brand-green);
}
.hero-wrap .step-labels {
  display : flex;
  justify-content : space-between;
  max-width : 92%;
  margin : 12px auto 0;
}
.hero-wrap .step-labels span {
  flex : 1;
  text-align : center;
  font-weight : 600;
  color : #495057;
  font-size: 18px;
  padding: 0 6px;
}
.hero-wrap .step-labels span.active-label {
  color : #212529;
}
.hero-wrap .step-instructions {
    text-align: center;
    color: #606060;
    margin: 30px 0 20px;
    font-size: 18px;
    font-weight: 400;
}
.hero-wrap #step2-content .properties-modal input {
    border: 1px solid #27b24d !important;
    border-radius: 7px !important;
    height: 35px;
    color: #444;
    font-size: 16px !important;
    font-weight: 500;
    padding: 5px 10px !important;
}
.hero-wrap .step-badge {
  display : inline-flex;
  width : 20px;
  height : 20px;
  background : var(--brand-green);
  color : #fff;
  border-radius : 50%;
  align-items : center;
  justify-content : center;
  font-size : 0.7rem;
  font-weight : 700;
  margin-left : 4px;
  vertical-align : middle;
}
.hero-wrap .search-row .input-group {
  max-width : 900px;
  margin : 0 auto;
}
.hero-wrap .search-row .form-control {
  border : 1.5px solid var(--brand-green);
  border-right : none;
  border-radius : 6px 0 0 6px;
  padding : 12px 14px;
}
.hero-wrap .search-row .form-control:focus {
  box-shadow : none;
  border-color : var(--brand-green);
}
.hero-wrap .input-icon {
  background : #fff;
  border : 1.5px solid var(--brand-green);
  border-right : none;
  border-radius : 6px 0 0 6px;
  font-size: 25px;
  color : var(--brand-green);
  padding: 4px 5px 0 4px;
}
.hero-wrap .search-row .form-control {
  border-left : none;
  border-radius : 0;
}
.hero-wrap .btn-search {
  background : var(--brand-green);
  border-color : var(--brand-green);
  color : #fff;
  font-weight : 600;
  padding : 10px 34px;
  border-radius : 0 6px 6px 0;
}
.hero-wrap .btn-search:hover {
  background : var(--brand-green-dark);
  border-color : var(--brand-green-dark);
  color : #fff;
}
.hero-wrap .tagline {
    text-align: center;
    color: #606060;
    margin-top: 18px;
    font-size: 18px;
}
.hero-wrap .enroll-form {
  max-width : 85%;
  margin : 10px auto 0;
}
.hero-wrap .enroll-form label {
  font-weight : 600;
  color : #343a40;
  font-size : 0.9rem;
}
.hero-wrap .enroll-form .form-control, .hero-wrap .enroll-form .form-select {
  border-radius : 6px;
  padding : 10px 12px;
}
.hero-wrap .nav-buttons {
  max-width : 100%;
  margin : 0px auto 0;
  display : flex;
  justify-content : space-between;
}
.hero-wrap .btn-back {
  background : #fff;
  border : 1.5px solid var(--brand-green);
  color : var(--brand-green);
  font-weight : 600;
  padding : 10px 30px;
  border-radius : 6px;
}
.hero-wrap .btn-back:hover {
  background : #eafaf1;
  color : var(--brand-green-dark);
}
.hero-wrap .btn-continue {
  background : var(--brand-green);
  border-color : var(--brand-green);
  color : #fff;
  font-weight : 600;
  padding : 10px 34px;
  border-radius : 6px;
}
.hero-wrap .btn-continue:hover {
  background : var(--brand-green-dark);
  border-color : var(--brand-green-dark);
  color : #fff;
}

/* ============================================================
   RESPONSIVE BREAKPOINTS
   ============================================================ */

/* Large tablets / small laptops */
@media (max-width: 1199.98px){
  .hero-wrap .hero-card{
    max-width: 85%;
  }
  .hero-wrap .stepper{
    max-width: 85%;
  }
  .hero-wrap .step-labels{
    max-width: 100%;
  }
}

/* Tablets */
@media (max-width: 991.98px){
  .hero-wrap{
    padding: 44px 15px 0;
  }
  .hero-wrap .hero-card{
    max-width: 92%;
    margin: 0 auto 90px auto;
    padding: 36px 28px 32px;
  }
  .hero-wrap .hero-title{
    font-size: 1.7rem;
    margin-bottom: 30px;
  }
  .hero-wrap .stepper{
    max-width: 100%;
  }
  .hero-wrap .step-labels span{
    font-size: 0.85rem;
  }
  .hero-wrap .enroll-form,
  .hero-wrap .nav-buttons{
    max-width: 100%;
  }
  .hero-wrap .city-svg{
    height: 200px;
  }
}

/* Small tablets / large phones */
@media (max-width: 767.98px){
  .hero-wrap .hero-card{
    max-width: 100%;
    margin: 0 auto 60px auto;
    padding: 28px 20px 26px;
    border-radius: 18px;
  }
  .hero-wrap .hero-title{
    font-size: 1.4rem;
    margin-bottom: 24px;
  }
  .hero-wrap .step-circle{
    width: 30px;
    height: 30px;
    font-size: 0.85rem;
  }
  .hero-wrap .step-labels span{
    font-size: 0.72rem;
    padding: 0 3px;
  }
  .hero-wrap .step-instructions{
    font-size: 0.88rem;
    margin: 22px 0 16px;
  }
  .hero-wrap .search-row .input-group{
    flex-wrap: nowrap;
  }
  .hero-wrap .btn-search{
    padding: 10px 18px;
  }
  .hero-wrap .tagline{
    font-size: 0.88rem;
  }
  .hero-wrap .city-svg{
    height: 150px;
  }
}

/* Phones */
@media (max-width: 575.98px){
  .hero-wrap{
    padding: 0px 10px 0;
  }
  .hero-wrap .hero-card{
    padding: 22px 16px 22px;
    border-radius: 14px;
    margin-bottom: 40px;
  }
  .hero-wrap .hero-title{
    font-size: 14px;
    margin-bottom: 20px;
  }
  .hero-wrap .item-list {
    width: 92%;
    left: 15px;
  }
  .hero-wrap .step-circle{
    width: 26px;
    height: 26px;
    min-width: 26px;
    font-size: 0.75rem;
  }
  .hero-wrap .step-labels{
    max-width: 100%;
  }
  .hero-wrap .step-labels span{
    font-size: 0.62rem;
    padding: 0 2px;
  }
  .hero-wrap .step-badge{
    width: 17px;
    height: 17px;
    font-size: 0.6rem;
  }
  /* stack the address input and search button on very small screens */
  .hero-wrap .search-row .input-group{
    flex-wrap: wrap;
  }
  .hero-wrap .search-row .input-group .input-icon,
  .hero-wrap .search-row .input-group .form-control{
    /* border-radius: 6px 6px 0 0; */
    border-radius: 6px;
  }
  .hero-wrap .search-row .input-group .form-control{
    border: 1.5px solid var(--brand-green);
    border-radius: 0 6px 6px 0 !important;
  }
  .hero-wrap .search-row .input-group .input-icon{
    border: 1.5px solid var(--brand-green);
    padding: 5px 10px 0 15px;
  }
  .hero-wrap .search-row .input-group .btn-search{
    width: 100%;
    border-radius: 0 0 6px 6px;
    display: none;
  }
  .hero-wrap .enroll-form .row > div{
    margin-bottom: 4px;
  }
  .hero-wrap .nav-buttons{
    flex-direction: column-reverse;
    gap: 12px;
  }
  .hero-wrap .nav-buttons .btn{
    width: 100%;
  }
  .hero-wrap .city-svg{
    height: 110px;
  }
}

/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce){
  .hero-wrap .step-circle{
    transition: none;
  }
}

.tax-section{
  background: var(--section-bg);
  padding: 60px 15px;
}

/* ===== Left column ===== */
.tax-heading{
  color: var(--brand-green);
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 24px;
}
.tax-copy{
  color: var(--text-body);
  font-size: 18px;
  line-height: 1.7;
  text-align: justify;
  margin-bottom: 22px;
}
.tax-list{
  list-style: none;
  padding-left: 0;
  margin-bottom: 26px;
}
.tax-list li{
  position: relative;
  padding-left: 30px;
  color: var(--text-body);
  font-size: 18px;
  margin-bottom: 14px;
  line-height: 1.5;
}
.tax-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:6px;
  width: 12px;
  height: 12px;
  border: 2px solid var(--brand-green);
  border-radius: 50%;
  background: transparent;
}
.deadlines-line{
  font-size: 18px;
  color: var(--text-body);
}
.deadlines-line a{
  color: var(--brand-green);
  font-weight: 700;
  text-decoration: underline;
}
.deadlines-line a:hover{
  color: var(--brand-green-dark);
}

/* ===== Right column ===== */
.township-heading{
  color: var(--text-dark);
  font-weight: 700;
  font-size: 1.7rem;
  margin-bottom: 24px;
}
.township-box{
  background: var(--township-bg);
  border: 1.5px solid var(--brand-green);
  border-radius: 18px;
  padding: 34px 40px;
}
.township-list{
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.township-list li{
  position: relative;
  padding-left: 26px;
  margin-bottom: 20px;
}
.township-list li:last-child{
  margin-bottom: 0;
}
.township-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:6px;
  width: 10px;
  height: 10px;
  border: 2px solid var(--brand-green);
  border-radius: 50%;
  background: transparent;
}
.township-list li a{
  color: var(--text-dark);
  font-weight: 500;
  font-size: 18px;
  text-decoration: underline;
}
.township-list li a:hover{
  color: var(--brand-green);
}

/* ===== Responsive ===== */
@media (max-width: 1199.98px){
  .township-box{
    padding: 30px 28px;
  }
}

@media (max-width: 991.98px){
  .tax-section{
    padding: 48px 15px;
  }
  .tax-heading{
    font-size: 1.7rem;
  }
  .township-heading{
    font-size: 1.5rem;
  }
  .tax-copy, .tax-list li, .deadlines-line, .township-list li a{
    font-size: 0.98rem;
  }
  .township-box{
    margin-top: 8px;
  }
}

@media (max-width: 767.98px){
  .tax-section{
    padding: 40px 15px;
  }
  .tax-heading{
    font-size: 1.5rem;
    margin-bottom: 18px;
  }
  .tax-copy{
    text-align: left;
    line-height: 1.75;
  }
  .township-heading{
    font-size: 1.35rem;
    margin-bottom: 18px;
  }
  .township-box{
    padding: 26px 22px;
    border-radius: 14px;
  }
  .township-list{
    column-count: 1;
  }
  .township-list li{
    margin-bottom: 16px;
  }
}

@media (max-width: 575.98px){
  .tax-heading{
    font-size: 1.3rem;
  }
  .tax-copy, .tax-list li, .deadlines-line{
    font-size: 0.92rem;
  }
  .township-heading{
    font-size: 1.2rem;
  }
  .township-box{
    padding: 22px 18px;
  }
  .township-list li a{
    font-size: 0.92rem;
  }
}

.calc-section {
  padding : 30px 15px;
}
.calc-section .calc-title {
  color : var(--brand-green);
  font-weight : 700;
  text-align : center;
  font-size : 2.1rem;
  margin-bottom : 32px;
}
.calc-section .calc-copy {
  color : var(--text-body);
  font-size : 18px;
  line-height : 1.9;
  text-align : justify;
  margin-bottom : 22px;
}
.calc-section .calc-panel {
  background : var(--section-bg);
  border-radius : 16px;
  padding : 44px 32px 15px;
  margin-top : 24px;
}
.calc-section .calc-panel-title {
  color : var(--brand-green);
  font-weight : 700;
  text-align : center;
  font-size : 1.85rem;
  margin-bottom : 36px;
}
.calc-section .step-card {
  background : #fff;
  border : 1.5px solid var(--brand-green);
  border-radius : 14px;
  height : 100%;
  display : flex;
  flex-direction : column;
  overflow : hidden;
}
.calc-section .step-card.navy {
  border-color : var(--navy);
  box-shadow : 0 8px 22px rgba(15, 36, 44, 0.18);
}
.calc-section .step-card-title {
  color : var(--brand-green);
  font-weight : 700;
  font-size : 1.7rem;
  padding : 26px 30px 6px;
}
.calc-section .step-card.navy .step-card-title {
  color : var(--navy);
}
.calc-section .step-formula {
  height: -webkit-fill-available;
  color : var(--text-dark);
  font-weight : 600;
  font-size : 1.05rem;
  padding : 4px 30px 24px;
  line-height : 1.55;
}
.calc-section .step-row {
  display : flex;
  justify-content : space-between;
  align-items : center;
  padding : 16px 30px;
  background : var(--step-row-bg);
}
.calc-section .step-card.navy .step-row {
  background : var(--step-row-bg-neutral);
}
.calc-section .step-row + .step-row {
  border-top : 1px solid #a8dfc0;
}
.calc-section .step-card.navy .step-row + .step-row {
  border-top : 1px solid #d6d6d6;
}
.calc-section .step-row-label {
  color : #8ca093;
  font-size : 0.98rem;
}
.calc-section .step-card.navy .step-row-label {
  color : #93a0a5;
}
.calc-section .step-row-value {
  color : var(--text-dark);
  font-weight : 700;
  font-size : 1.05rem;
  display : flex;
  align-items : center;
  gap : 10px;
}
.calc-section .step-row-value .op {
  color : #8ca093;
  font-weight : 600;
}
.calc-section .step-total {
  margin-top : auto;
  background : var(--brand-green);
  color : #fff;
  font-weight : 700;
  font-size : 1.08rem;
  padding : 18px 30px;
  display : flex;
  justify-content : space-between;
  align-items : center;
}
.calc-section .step-card.navy .step-total {
  background : var(--navy);
}
.calc-section .calc-footnote {
  color : var(--text-body);
  font-size : 0.92rem;
  line-height : 1.8;
  margin-top : 28px;
}
@media (max-width : 991.98px) {
  .calc-section .calc-title{
    font-size : 1.7rem;
   }
.calc-section .calc-panel-title {
  font-size : 1.5rem;
  margin-bottom : 28px;
}
.calc-section .calc-copy {
  font-size : 0.98rem;
}
.calc-section .step-card-title {
  font-size : 1.25rem;
}
}
@media (max-width : 767.98px) {
  .calc-section .calc-section{padding : 40px 15px;
}
.calc-section .calc-title {
  font-size : 1.4rem;
  margin-bottom : 24px;
}
.calc-section .calc-copy {
  text-align : left;
  line-height : 1.75;
}
.calc-section .calc-panel {
  padding : 32px 20px 28px;
  border-radius : 12px;
}
.calc-section .calc-panel-title {
  font-size : 1.3rem;
  margin-bottom : 24px;
}
.calc-section .step-card {
  margin-bottom : 20px;
}
.calc-section .step-card-title {
  font-size : 1.4rem;
  padding : 20px 22px 4px;
}
.calc-section .step-formula {
  font-size : 0.95rem;
  padding : 4px 22px 18px;
}
.calc-section .step-row {
  padding : 14px 22px;
}
.calc-section .step-total {
  padding : 15px 22px;
  font-size : 1rem;
}
  }@media (max-width : 575.98px) {
  .calc-section .calc-title{font-size : 1.2rem;
}
.calc-section .calc-copy, .calc-section .calc-footnote {
  font-size : 0.88rem;
}
.calc-section .calc-panel-title {
  font-size : 1.15rem;
}
.calc-section .step-row-label, .calc-section .step-row-value {
  font-size : 0.9rem;
}
}

.process-section{
  background: var(--section-bg);
  border-radius: 16px;
  padding: 48px 32px 56px;
  margin: 30px auto;
  max-width: 1580px;
  border: 1px solid #ccc;
}
.process-section .process-title{
  color: var(--brand-green);
  font-weight: 700;
  text-align: center;
  font-size: 2.1rem;
  margin-bottom: 24px;
}
.process-section .process-copy{
  color: var(--text-body);
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  max-width: 1180px;
  margin: 0 auto 36px;
}
.process-section .process-flow-img{
  display: block;
  width: 70%;
  height: auto;
  margin: 0 auto;
}
/* ===== Responsive ===== */
@media (max-width: 991.98px){
  .process-section{
    padding: 40px 24px 44px;
    border-radius: 14px;
  }
  .process-section .process-title{
    font-size: 1.7rem;
  }
  .process-section .process-copy {
    font-size: 0.98rem;
  }
}
@media (max-width: 767.98px){
  .process-section{
    padding: 32px 18px 36px;
    margin: 40px auto;
  }
  .process-section .process-title{
    font-size: 1.4rem;
    margin-bottom: 18px;
  }
  .process-section .process-copy{
    font-size: 0.92rem;
    line-height: 1.7;
    margin-bottom: 26px;
  }
}
@media (max-width: 575.98px){
  .process-section{
    padding: 26px 14px 30px;
    border-radius: 12px;
  }
  .process-section .process-title{
    font-size: 1.2rem;
  }
  .process-section .process-copy{
    font-size: 0.86rem;
  }
}


.rates-section {
  padding: 56px 15px 60px;
}
.rates-section .rates-title{
  color: var(--brand-green);
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 22px;
}
.rates-section .rates-copy{
  color: var(--text-body);
  font-size: 18px;
  line-height: 1.7;
  text-align: justify;
  margin-bottom: 18px;
}
.rates-section .rates-copy a{
  color: var(--brand-green);
  font-weight: 700;
  text-decoration: underline;
}
.rates-section .rates-copy a:hover{
  color: var(--brand-green-dark);
}
.rates-section .rates-row{
  align-items: stretch;
}
.rates-section .table-col-inner{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.rates-section .stats-col-inner{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.rates-section .stats-col-inner .map-panel{
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.rates-section .stats-col-inner .map-stage{
  flex: 1 1 auto;
  height: auto;
  min-height: 340px;
}
.rates-section .table-panel-heading{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0px 0 18px;
}
.rates-section .table-panel-title{
  color: var(--text-dark);
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0;
}
.rates-section .rate-search{
  max-width: 340px;
  width: 100%;
}
.rates-section .rate-search .input-group-text{
  background: #fff;
  border: 1.5px solid var(--brand-green);
  border-right: none;
  color: var(--brand-green);
}
.rates-section .rate-search .form-control{
  border: 1.5px solid var(--brand-green);
  border-left: none;
  border-right: none;
}
.rates-section .rate-search .form-control:focus{
  box-shadow: none;
  border-color: var(--brand-green);
}
.rates-section .rate-search .search-icon-btn{
  background: #fff;
  border: 1.5px solid var(--brand-green);
  border-left: none;
  color: var(--muted-gray);
}
.rates-section .rates-table-wrap{
  border: none;
  border-radius: 0;
  overflow: visible;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}
.rates-section .rates-table-scroll{
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1 1 auto;
  min-height: 0;
  padding-right: 2px;
}
/* header row */
.rates-section .rate-grid-header{
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr 1fr 1fr;
  background: var(--table-head-bg);
  border-bottom: 3px solid var(--brand-green);
  border-radius: 8px 8px 0 0;
  position: sticky;
  top: 0;
  z-index: 1;
}
.rates-section .rate-grid-header > div{
  color: var(--brand-green-dark);
  font-weight: 700;
  font-size: 0.98rem;
  padding: 16px 20px;
  white-space: nowrap;
  border-right: 1px solid #b7e6c6;
}
.rates-section .rate-grid-header > div:last-child{
  border-right: none;
}
.rates-section .rate-grid-header > div:first-child{
  text-align: left;
}
.rates-section .rate-grid-header > div:not(:first-child){
  text-align: center;
}

/* body rows as individual rounded cards */
.rates-section .rate-grid-body{
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 14px;
}
.rates-section .rate-row{
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  background: #fff;
}
.rates-section .rate-row.alt{
  background: var(--table-row-alt);
}
.rates-section .rate-row > div{
  padding: 15px 20px;
  color: var(--text-dark);
  font-size: 0.98rem;
  white-space: nowrap;
  border-right: 1px solid #e4e4e4;
}
.rates-section .rate-row > div:last-child{
  border-right: none;
}
.rates-section .rate-row > div:first-child{
  text-align: left;
}
.rates-section .rate-row > div:not(:first-child){
  text-align: center;
}
.rates-section .rate-row.no-results{
  grid-template-columns: 1fr;
  justify-items: center;
  color: var(--muted-gray);
  padding: 24px;
  border-style: dashed;
}

/* ===== Right column: stat cards ===== */
.rates-section .stat-card-panel{
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  padding: 15px 24px;
  margin-bottom: 24px;
}
.rates-section .stat-card-panel-title{
  text-align: center;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--text-dark);
  margin-bottom: 18px;
}
.rates-section .stat-box{
  background: var(--stat-blue-bg);
  border: 1px solid var(--stat-blue-border);
  border-radius: 10px;
  text-align: center;
  padding: 18px 8px;
  height: 100%;
}
.rates-section .stat-box .stat-value{
  color: var(--brand-green);
  font-weight: 700;
  font-size: 1.5rem;
  display: block;
}
.rates-section .stat-box .stat-label{
  color: var(--muted-gray);
  font-size: 0.9rem;
  display: block;
  margin-top: 4px;
}

/* ===== Map panel ===== */
.rates-section .map-panel{
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  padding: 20px;
}
.rates-section .map-panel-title{
  text-align: center;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--text-dark);
  margin-bottom: 16px;
}
.rates-section .map-stage{
  position: relative;
  height: 380px;
  border-radius: 8px;
  overflow: hidden;
  background: #fbfbfb;
  cursor: grab;
  touch-action: none;
  user-select: none;
}
.rates-section .map-stage.grabbing{
  cursor: grabbing;
}
.rates-section .map-image-inner{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center center;
  will-change: transform;
}
.rates-section .map-image-inner img{
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
  -webkit-user-drag: none;
}
.rates-section .map-controls{
  position: absolute;
  top: 5px;
  left: 0px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 3;
}
.rates-section .map-controls button{
  width: 34px;
  height: 34px;
  border: 1px solid #cfd4d8;
  background: #fff;
  color: var(--text-dark);
  border-radius: 6px;
  font-weight: 700;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
.rates-section .map-controls button:hover{
  background: #f1f1f1;
}
.rates-section .map-controls button.locate-btn{
  font-size: 0.95rem;
}
.rates-section .map-legend{
  background: var(--township-bg);
  border: 1.5px solid var(--brand-green);
  border-radius: 10px;
  padding: 16px 20px;
  margin-top: 18px;
  text-align: center;
}
.rates-section .map-legend-title{
  font-weight: 700;
  color: var(--text-dark);
  font-size: 1rem;
  margin-bottom: 12px;
}
.rates-section .map-legend-items{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
}
.rates-section .map-legend-items .legend-item{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  color: var(--text-dark);
}
.rates-section .legend-swatch{
  width: 26px;
  height: 14px;
  border-radius: 2px;
  display: inline-block;
}
.rates-section .legend-swatch.l1{ background: #cdf3da; }
.rates-section .legend-swatch.l2{ background: #4caf6b; }
.rates-section .legend-swatch.l3{ background: #1e5631; }

/* ===== Responsive ===== */
@media (max-width: 1199.98px){
  .rates-section .map-stage{
    height: 420px;
  }
}
@media (max-width: 991.98px){
  .rates-section .rates-title{ font-size: 1.7rem; }
  .rates-section .rates-copy{ font-size: 0.98rem; }
  .rates-section .table-panel-title{ font-size: 1.3rem; }
  .rates-section .table-col-inner, .rates-section .stats-col-inner{
    height: auto;
  }
  .rates-section .rates-table-wrap{
    flex: none;
    max-height: 480px;
  }
  .rates-section .stats-col-inner .map-panel{
    flex: none;
  }
  .rates-section .stats-col-inner .map-stage{
    flex: none;
    height: 380px;
    min-height: 0;
  }
}

@media (max-width: 767.98px){
  .rates-section{ padding: 40px 15px; }
  .rates-section .rates-title{ font-size: 1.4rem; }
  .rates-section .rates-copy{ text-align: left; line-height: 1.75; }
  .rates-section .table-panel-heading{ margin-top: 28px; }
  .rates-section .table-panel-title{ font-size: 1.2rem; }
  .rates-section .rate-search{ max-width: 100%; }
  .rates-section .rates-table-scroll{ overflow-x: auto; }
  .rates-section .rate-grid-header, .rates-section .rate-row{
    grid-template-columns: 140px 110px 110px 110px 110px 110px;
    min-width: 690px;
  }
  .rates-section .rate-grid-header > div, .rates-section .rate-row > div{
    padding: 12px 14px;
    font-size: 0.88rem;
  }
  .rates-section .stat-card-panel{ padding: 18px; }
  .rates-section .stat-box .stat-value{ font-size: 1.25rem; }
  .rates-section .map-panel{ padding: 16px; }
  .rates-section .stats-col-inner .map-stage{ height: 340px; }
  .rates-section .map-legend-items{ gap: 14px; }
}
@media (max-width: 575.98px){
  .rates-section .rates-title{ font-size: 1.2rem; }
  .rates-section .rates-copy{ font-size: 0.9rem; }
  .rates-section .rate-grid-header > div, .rates-section .rate-row > div{
    padding: 10px 10px;
    font-size: 0.8rem;
  }
  .rates-section .stat-box .stat-value{ font-size: 1.1rem; }
  .rates-section .stat-box .stat-label{ font-size: 0.78rem; }
  .rates-section .stats-col-inner .map-stage{ height: 300px; }
  .rates-section .map-legend-items{
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.vary-section {
  padding : 0px 15px 30px;
}
.vary-section .vary-title {
  color : var(--brand-green);
  font-weight : 700;
  text-align : center;
  font-size : 2rem;
  margin-bottom : 10px;
}
.vary-section .vary-subtitle {
  color : var(--text-body);
  text-align : center;
  font-size : 1.15rem;
  margin-bottom : 36px;
}
.vary-section .vary-pill {
  display : flex;
  align-items : center;
  gap : 16px;
  background : var(--pill-bg);
  border-radius : 8px;
  padding : 16px 20px;
  margin-bottom : 18px;
}
.vary-section .vary-pill-icon {
  flex : 0 0 auto;
  width : 34px;
  height : 34px;
  border-radius : 50%;
  background : var(--brand-green);
  color : #fff;
  display : flex;
  align-items : center;
  justify-content : center;
  font-size : 1rem;
}
.vary-section .vary-pill-text {
  color : var(--text-dark);
  font-weight : 600;
  font-size : 1.05rem;
}
.vary-section .vary-copy {
  color : var(--text-body);
  font-size: 18px;
  line-height: 1.7;
  text-align : justify;
  margin-top : 20px;
}
  @media (max-width : 991.98px) {
  .vary-section .vary-title{font-size : 1.7rem;
}
.vary-section .vary-subtitle {
  font-size : 1.05rem; margin-bottom : 28px;
}
.vary-section .vary-pill-text {
  font-size : 1rem;
}
  }@media (max-width : 767.98px) {
  .vary-section .vary-section{padding : 40px 15px;
}
.vary-section .vary-title {
  font-size : 1.4rem;
}
.vary-section .vary-subtitle {
  font-size : 0.98rem; margin-bottom : 24px;
}
.vary-section .vary-pill {
  padding : 14px 16px; gap: 12px; margin-bottom : 14px;
}
.vary-section .vary-pill-icon {
  width : 30px; height: 30px; font-size : 0.9rem;
}
.vary-section .vary-pill-text {
  font-size : 0.94rem;
}
.vary-section .vary-copy {
  text-align : left; line-height: 1.75; margin-top : 16px;
}
  }@media (max-width : 575.98px) {
  .vary-section .vary-title{font-size : 1.2rem;
}
.vary-section .vary-subtitle {
  font-size : 0.9rem;
}
.vary-section .vary-pill-text {
  font-size : 0.88rem;
}
.vary-section .vary-copy {
  font-size : 0.9rem;
}
}

.reduce-intro {
  padding : 0px 15px 20px;
  text-align : center;
}
.reduce-intro .reduce-title {
  color : var(--brand-green);
  font-weight : 700;
  font-size : 2.1rem;
  margin-bottom : 22px;
}
.reduce-intro .reduce-intro-copy {
  color : var(--text-body);
  font-size: 18px;
  line-height: 1.7;
  max-width : 100%;
  margin : 0 auto;
}
.taxbill-panel {
  background : var(--panel-green-bg);
  padding : 56px 15px 15px;
}
.taxbill-panel .taxbill-heading {
  color : var(--brand-green);
  font-weight : 700;
  font-size : 1.9rem;
  margin-bottom : 26px;
}
.taxbill-panel .taxbill-copy {
  color : var(--text-body);
  font-size : 18px;
  line-height : 1.7;
  text-align : justify;
  margin-bottom : 22px;
}
.taxbill-panel .taxbill-copy:last-child {
  margin-bottom : 0;
}
.taxbill-panel .taxbill-copy a {
  color : var(--brand-green);
  font-weight : 700;
  text-decoration : underline;
}
.taxbill-panel .taxbill-copy a:hover {
  color : var(--brand-green-dark);
}
.taxbill-panel .taxbill-img {
  width : 100%;
  height : auto;
  border-radius : 6px;
  display : block;
}
.taxbill-panel .taxbill-footer-copy {
  color : var(--text-body);
  font-size : 18px;
  line-height : 1.85;
  text-align : justify;
  margin-top : 36px;
}
  @media (max-width : 991.98px) {
  .reduce-intro .reduce-title{font-size : 1.7rem;
}
.reduce-intro .reduce-intro-copy {
  font-size : 1rem;
}
.taxbill-panel .taxbill-heading {
  font-size : 1.6rem;
}
.taxbill-panel .taxbill-copy, .taxbill-panel .taxbill-footer-copy {
  font-size : 0.98rem;
}
.taxbill-panel .taxbill-img {
  margin-top : 28px;
}
  }@media (max-width : 767.98px) {
  .reduce-intro{padding : 40px 15px 32px;
}
.reduce-intro .reduce-title {
  font-size : 1.4rem; margin-bottom : 16px;
}
.reduce-intro .reduce-intro-copy {
  font-size : 0.95rem; line-height : 1.7;
}
.taxbill-panel .taxbill-panel {
  padding : 40px 15px;
}
.taxbill-panel .taxbill-heading {
  font-size : 1.4rem; margin-bottom : 18px;
}
.taxbill-panel .taxbill-copy, .taxbill-panel .taxbill-footer-copy {
  text-align : left;
  line-height : 1.75;
  font-size : 0.94rem;
}
.taxbill-panel .taxbill-footer-copy {
  margin-top : 26px;
}
.taxbill-panel .taxbill-img {
  margin-top : 22px;
}
  }@media (max-width : 575.98px) {
  .reduce-intro .reduce-title{font-size : 1.2rem;
}
.reduce-intro .reduce-intro-copy {
  font-size : 0.88rem;
}
.taxbill-panel .taxbill-heading {
  font-size : 1.25rem;
}
.taxbill-panel .taxbill-copy, .taxbill-panel .taxbill-footer-copy {
  font-size : 0.88rem;
}
}

.why-banner {
  background : var(--panel-green-bg);
  border : 1.5px solid var(--panel-border);
  border-radius : 18px;
  padding : 24px 32px;
  max-width : 1600px;
  margin : 0 auto 30px auto;
}
.why-banner .why-row {
  --bs-gutter-x : 2rem;
}
.why-banner .why-illustration {
  width : 100%;
  aspect-ratio : 415 / 230;
  background : #fff;
  border-radius : 14px;
  display : flex;
  align-items : center;
  justify-content : center;
  padding : 8px;
}
.why-banner .why-illustration svg {
  width : 68%;
  height : 68%;
}
.why-banner .why-content {
  flex : 1 1 auto;
}
.why-banner .why-content {
  width : 100%;
  height : 100%;
  display : flex;
  flex-direction : column;
  justify-content : center;
}
.why-banner .why-title {
  color : var(--brand-green);
  font-weight : 700;
  font-size : 1.9rem;
  margin-bottom : 18px;
}
.why-banner .why-list {
  list-style : none;
  padding-left : 0;
  margin-bottom : 0;
  flex : 1 1 auto;
  display : flex;
  flex-direction : column;
  justify-content : space-between;
}
.why-banner .why-list li {
  position : relative;
  padding-left : 28px;
  color : var(--text-dark);
  font-size : 18px;
  font-weight : 400;
  margin-bottom : 0;
  line-height : 1.4;
}
.why-banner .why-list li::before {
  content : "";
  position : absolute;
  left : 0;
  top : 6px;
  width : 11px;
  height : 11px;
  border : 2px solid var(--brand-green);
  border-radius : 50%;
  background : transparent;
}
.why-banner .why-cta {
  width : 100%;
  display : flex;
  align-items : center;
}
@media (min-width : 768px) {
  .why-banner .why-cta-col{border-left : 1px solid var(--panel-border);
  padding-left : 40px;
}
}
.why-banner .why-btn {
  background : var(--brand-green);
  color : #fff;
  font-weight : 700;
  font-size : 1.05rem;
  border : none;
  border-radius : 10px;
  padding : 18px 34px;
  white-space : nowrap;
  width : 100%;
  box-shadow : 0 3px 8px rgba(30, 132, 73, 0.3);
}
.why-banner .why-btn:hover {
  background : var(--brand-green-dark);
  color : #fff;
}
  @media (max-width : 991.98px) {
  .why-banner .why-title{font-size : 1.5rem;
}
.why-banner .why-list li {
  font-size : 0.98rem;
}
.why-banner .why-btn {
  padding : 16px 26px;
  font-size : 1rem;
}
  }@media (max-width : 767.98px) {
  .why-banner .why-banner{padding : 22px 20px;
}
.why-banner .why-title {
  font-size : 1.35rem;
}
.why-banner .why-btn {
  padding : 14px 20px;
}
  }@media (max-width : 575.98px) {
  .why-banner .why-title{font-size : 1.15rem;
}
.why-banner .why-list li {
  font-size : 0.86rem;
  padding-left : 24px;
}
.why-banner .why-btn {
  font-size : 0.92rem;
  padding : 13px 18px;
}
}

