/*-- -------------------------- -->
<---  Website Maintenance       -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #maintenance {
    padding: 5em 1.25em;
    background: #fff;
    margin-top: 3em;
  }
  #maintenance .container {
    width: 92%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 3.75em;
  }
  #maintenance .top-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2.5em;
  }
  #maintenance .top-row .text-col h2 {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 0.75em;
    color: var(--primaryShade);
  }
  #maintenance .top-row .text-col p {
    font-size: 1.125em;
    line-height: 1.75em;
    color: #111;
  }
  #maintenance .top-row .img-col img {
    width: 100%;
    max-width: 30em;
    height: auto;
  }
  #maintenance .feature-row {
    display: flex;
    flex-direction: column;
    gap: 2.5em;
    text-align: center;
  }
  #maintenance .feature-row .feature img {
    height: 3em;
    width: auto;
    margin-bottom: 1em;
  }
  #maintenance .feature-row .feature h3 {
    font-size: 1.25em;
    font-weight: 600;
    margin-bottom: 0.625em;
  }
  #maintenance .feature-row .feature p {
    font-size: 1em;
    line-height: 1.5em;
    color: #333;
    max-width: 21.25em;
    margin: auto;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #maintenance .top-row .img-col img {
    max-width: 32.5em;
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  #maintenance {
    padding: 6.25em 0;
  }
  #maintenance .container {
    max-width: 82.5em;
  }
  #maintenance .top-row {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
  #maintenance .top-row .text-col {
    flex: 1;
  }
  #maintenance .top-row .text-col h2 {
    font-size: 3.75em;
  }
  #maintenance .top-row .text-col p {
    font-size: 1.25em;
    line-height: 2em;
  }
  #maintenance .top-row .img-col {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }
  #maintenance .top-row .img-col img {
    max-width: 100%;
  }
  #maintenance .feature-row {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
  }
  #maintenance .feature-row .feature {
    flex: 1;
    padding: 0 0.625em;
  }
  #maintenance .feature-row .feature img {
    height: 3.5em;
  }
  #maintenance .feature-row .feature h3 {
    font-size: 1.5em;
  }
  #maintenance .feature-row .feature p {
    font-size: 1.25em;
    max-width: 23.75em;
  }
}
/*-- ------------------------------ */
/*   Website Care Section Styles   */
/* ------------------------------ -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #site-care {
    padding: 5em 1.25em;
    background: #fff;
    margin-top: -3em;
  }
  #site-care .container {
    width: 92%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 2.5em;
    align-items: center;
  }
  #site-care .text-content {
    max-width: 37.5em;
    text-align: left;
  }
  #site-care .text-content h2 {
    font-size: 1.75em;
    font-weight: 700;
    margin-bottom: 1.25em;
    color: var(--primaryShade);
  }
  #site-care .text-content ul {
    list-style: none;
    padding: 0;
  }
  #site-care .text-content ul li {
    font-size: 1em;
    line-height: 1.75em;
    margin-bottom: 1.25em;
    padding-left: 1.75em;
    position: relative;
  }
  #site-care .text-content ul li::before {
    content: '✔';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1em;
    color: #0072CE;
  }
  #site-care .text-content ul li strong {
    color: #0055aa;
  }
  #site-care .image-content img {
    display: none;
    max-width: 100%;
    height: auto;
  }
}
/* Tablet and up */
@media only screen and (min-width: 48em) {
  #site-care .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #site-care .text-content {
    flex: 1;
  }
  #site-care .image-content {
    flex: 1;
    padding-left: 2.5em;
  }
  #site-care .image-content img {
    display: block;
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  #site-care .container {
    max-width: 82.5em;
    margin-left: auto;
    margin-right: auto;
  }
  #site-care .text-content {
    margin-top: -2.5em;
  }
  #site-care .text-content h2 {
    font-size: 3.75em;
  }
  #site-care .text-content ul li {
    font-size: 1.25em;
    line-height: 1.875em;
  }
  #site-care .image-content {
    padding-left: 3.75em;
  }
}
/*-- -------------------------- -->
<---    Final Call To Action    -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #cta {
    position: relative;
    padding: 3.125em 0;
  }
  #cta:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #cta .container {
    text-align: center;
  }
  #cta picture {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
  }
  #cta picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #cta .title {
    font-weight: 900;
    font-size: min(9vw, 3em);
    line-height: 1.20833333;
    color: #fff;
    position: relative;
    margin-bottom: 0.75em;
    text-align: center;
  }
  #cta p {
    color: #fff;
    text-align: center;
    opacity: 1;
    margin: auto;
    margin-bottom: 2em;
    width: 96%;
    max-width: 33.22222222em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #cta {
    padding: 10.5em 0;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1300px) {
  #cta {
    position: relative;
    margin-top: 6.25em;
  }
  #cta:before {
    display: none;
  }
  #cta:after {
    content: '';
    position: absolute;
    display: block;
    height: 69.25em;
    width: 125em;
    opacity: 1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -3;
  }
  #cta .container {
    width: 90.0625%;
    margin: auto;
  }
  #cta picture {
    width: 90.0625%;
    left: 50%;
    transform: translateX(-50%);
  }
  #cta picture:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
