.navbar {
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #fff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.12);
  }
  .navbar-brand {
    padding: 0;
  }
  .navbar-brand img {
    height: 37px;
    width: auto;
  }
  @media screen and (max-width: 767px) {
    .navbar-brand img {
      height: 32px;
    }
  }
  .btn {
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    padding: 10px 15px;
    border-radius: 61px;
  }
  @media screen and (max-width: 767px) {
    .btn {
      font-size: 16px;
      line-height: 24px;
      padding: 12px 15px;
    }
  }
  .btn-primary {
    background-color: #79d22e;
    border-color: #79d22e;
  }
  .btn-primary:hover,
  .btn-primary:focus {
    background-color: #79d22e;
    border-color: #79d22e;
  }
  .card {
    margin-bottom: 24px;
    border: 1px solid #ddd;
    border-radius: 10px;
  }
  @media (max-width: 767px) {
    .card {
      border: none;
    }
  }
  .card-body {
    padding: 32px 48px;
  }
  @media screen and (max-width: 767px) {
    .card-body {
      padding: 0 8px;
    }
  }
  .card--inner .card-body {
    padding: 24px 32px;
  }
  @media screen and (max-width: 767px) {
    .card--inner .card-body {
      padding: 0;
    }
  }
  .form-label {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 4px;
  }
  @media screen and (max-width: 767px) {
    .form-label {
      font-size: 16px;
      line-height: 24px;
    }
  }
  .form-control,
  .form-select {
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: none !important;
    outline: none !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 16px;
  }
  .form-control:focus,
  .form-select:focus {
    border-color: #085e92;
  }
  .form-check-input {
    box-shadow: none !important;
    outline: none !important;
  }
  .form-check-input:checked {
    background-color: #79d22e;
    border-color: #79d22e;
  }
  .form-check-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #383838;
  }
  .form-check-label a {
    color: #085e92;
    text-decoration: underline;
  }
  .radio-fuel {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .radio-fuel .form-check {
    padding: 0;
    margin: 0;
  }
  .radio-fuel .form-check-label {
    display: block;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 12px;
    color: #383838;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
  }
  .radio-fuel .form-check-label:hover {
    border-color: #085e92;
    color: #085e92;
  }
  .radio-fuel .form-check input {
    display: none;
  }
  .radio-fuel .form-check input:checked ~ .form-check-label,
  .radio-fuel .form-check input[checked="true"] ~ .form-check-label {
    background-color: #085e92;
    border-color: #085e92;
    color: #fff;
  }
  body {
    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 16px;
    color: #383838;
    line-height: 24px;
  }
  a,
  button {
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-decoration: none;
  }
  h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
  }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 20px;
      line-height: 28px;
    }
  }
  h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }
  @media screen and (max-width: 767px) {
    h4 {
      font-size: 16px;
      line-height: 24px;
    }
  }
  h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
  }
  @media screen and (max-width: 767px) {
    h5 {
      font-size: 16px;
      line-height: 24px;
    }
  }
  section {
    position: relative;
    padding: 40px 0;
  }
  @media screen and (max-width: 767px) {
    section {
      padding: 24px 0;
    }
  }
  main {
    min-height: 55vh;
  }
  hr {
    border-color: #ddd;
    opacity: 1;
  }
  .weather-title {
    font-size: 24px;
    line-height: 32px;
  }
  .weather-today {
    background: linear-gradient(
      130.77deg,
      #f0f1ff 0%,
      rgba(223, 224, 255, 0) 95.98%
    );
    border-radius: 20px;
    width: 240px;
    height: 209px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    color: #085e92;
    text-align: left;
    align-items: flex-start;
    margin-bottom: 16px;
  }
  @media screen and (max-width: 767px) {
    .weather-today {
      flex-direction: row;
      width: 100%;
      height: auto;
      padding: 16px;
      align-items: center;
    }
  }
  .weather-today img {
    height: 90px;
    width: auto;
    margin-right: 24px;
    margin-bottom: 14px;
  }
  @media screen and (max-width: 767px) {
    .weather-today img {
      margin-bottom: 0;
      height: 74px;
    }
  }
  .weather-today h2 {
    font-weight: 700;
    font-size: 64px;
    line-height: 72px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
  @media screen and (max-width: 767px) {
    .weather-today h2 {
      font-size: 48px;
      line-height: 56px;
    }
  }
  .weather-today h2 span {
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    margin-left: 8px;
  }
  @media screen and (max-width: 767px) {
    .weather-today h2 span {
      font-size: 32px;
      line-height: 40px;
    }
  }
  .weather-info {
    display: flex;
    align-items: center;
  }
  .weather-info__icon {
    margin-right: 12px;
  }
  @media screen and (max-width: 767px) {
    .weather-info__icon {
      margin-right: 8px;
    }
  }
  .weather-info__icon img {
    height: 32px;
    width: auto;
  }
  .weather-info h5 {
    margin-bottom: 0;
  }
  .weather-stats {
    padding: 12px 8px;
    border: 1px solid #ddd;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
  }
  @media screen and (max-width: 767px) {
    .weather-stats {
      margin-bottom: 12px !important;
    }
  }
  .weather-stats__icon {
    margin-right: 8px;
  }
  .weather-stats__icon img {
    height: 31px;
    width: auto;
  }
  .weather-stats__caption {
    flex-grow: 1;
  }
  .weather-stats__caption p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    color: #7d7d7d;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .weather-stats__caption p strong {
    font-weight: 800;
    font-size: 12px;
    line-height: 20px;
    color: #383838;
    display: block;
  }
  .weather-stats__caption p span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .weather-stats__caption h5 {
    color: #085e92;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
  }
  .weather-source {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #a8a8a8;
    margin-bottom: 0;
    text-align: right;
  }
  .weather-source a {
    color: #085e92;
  }
  .fuel-stats {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
  }
  @media screen and (max-width: 767px) {
    .fuel-stats {
      padding: 12px 8px;
      align-items: flex-start;
      margin-bottom: 12px !important;
    }
  }
  .fuel-stats__icon {
    margin-right: 16px;
  }
  @media screen and (max-width: 767px) {
    .fuel-stats__icon {
      margin-right: 12px;
    }
  }
  .fuel-stats__icon img {
    height: 64px;
    width: auto;
  }
  @media screen and (max-width: 767px) {
    .fuel-stats__icon img {
      height: 40px;
    }
  }
  .fuel-stats__caption {
    flex-grow: 1;
  }
  .fuel-stats__caption h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  @media screen and (max-width: 767px) {
    .fuel-stats__caption h5 {
      font-size: 16px;
      line-height: 24px;
    }
  }
  .fuel-stats__caption h3 {
    display: flex;
    align-items: center;
    color: #085e92;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
  }
  .fuel-stats__caption h3 img {
    margin-left: 4px;
    width: 12px;
    flex: 0 0 8px;
    height: auto;
  }
  .fuel-stats__caption p {
    color: #085e92;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 1px 16px;
    display: inline-block;
    border: 1px solid #085e92;
    border-radius: 33px;
  }
  .footer {
    padding: 35px 0;
    background-color: #052638;
    color: #fff;
  }
  .footer-logo {
    margin-bottom: 24px;
  }
  .footer-logo img {
    height: 48px;
    width: auto;
  }
  .footer-nav {
    padding: 0;
    list-style: none;
    margin-bottom: 24px;
    display: flex;
  }
  .footer-nav li {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin: 0;
  }
  .footer-nav li a {
    color: #fff;
  }
  .footer-nav li + li {
    margin-left: 20px;
  }
  .footer-bottom {
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .footer-bottom p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.7);
  }
  .text-primary {
    color: #79d22e !important;
  }
  .text-secondary {
    color: #085e92 !important;
  }
