/***********************************************************************/
/*    Tony's Plumbing Co. Mobile Page Style 001                        */
/*    https://tonysplumbingco.com/m/css/mWave.css                   */
/*    Last Update: 03/11/2025                                          */
/*    Copyright (c) 2021 AUTHOR.Tony V.; Licensed 682234               */
/***********************************************************************/
@keyframes swell {
 0%, 100% {
  transform: translate3d(0, 3px, 0);
 }
 50% {
  transform: translate3d(0, 5px, 0);
 }
}
/* header Styles */
@font-face {
 font-family: 'Open Sans';
 font-style: normal;
 font-weight: 400;
 font-display: block;
 src: url(https://fonts.gstatic.com/s/opensans/v23/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
@font-face {
 font-family: 'Open Sans';
 font-style: normal;
 font-weight: 700;
 font-display: block;
 src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf) format('truetype');
}
@font-face {
 font-family: 'Raleway';
 font-style: normal;
 font-weight: 300;
 font-display: block;
 src: url(https://fonts.gstatic.com/s/raleway/v22/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEorCIPrQ.ttf) format('truetype');
}
@font-face {
 font-family: 'Raleway';
 font-style: normal;
 font-weight: 400;
 font-display: block;
 src: url(https://fonts.gstatic.com/s/raleway/v22/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrQ.ttf) format('truetype');
}
html {
 background: #dffbff;
}
body, html {
 margin: 0;
 padding: 0;
 font-family: Arial, sans-serif;
 color: #333;
}
ul {
 list-style-type: none;
 margin: 0; /* Optional: Removes default margin */
 padding: 0; /* Optional: Removes default padding */
}
section {
 position: relative;
 overflow: hidden;
}
h1 {
 font-family: "Raleway", sans-serif;
 max-width: 600px;
 color: #dffbe1;
 text-align: center;
 padding-left: 50px;
 font-size: 1.2rem;
 letter-spacing: 0.1em;
 line-height: 1.1;
 font-weight: 500;
 text-transform: none;
}
h2, .heading {
 font-family: "Raleway", sans-serif;
 margin: 0 0 10px 0;
 font-size: 1.6rem;
 line-height: normal;
 font-weight: 100;
 color: #dffbe1;
 padding-bottom: calc(1.5rem * .75);
}
h3, .heading {
 font-family: "Raleway", sans-serif;
 margin: 0 0 10px 0;
 font-size: 1.6rem;
 line-height: normal;
 font-weight: 100;
 color: #dffbe1;
 padding-top: calc(1.5rem * .75);
 padding-bottom: calc(1.5rem * .75);
}
h4, h5, .heading {
 font-family: "Raleway", sans-serif;
 margin: 0 0 10px 0;
 font-size: 1.0rem;
 line-height: normal;
 font-weight: 100;
 color: #dffbe1;
 padding-bottom: calc(1.5rem * .75);
}
a {
 text-decoration: none;
 color: inherit;
 cursor: default;
 background: none;
}
.button-link {
 background-color: #2b92c3;
 border: none;
 color: white;
 padding: 10px 18px;
 text-align: center;
 text-decoration: none;
 display: inline-block;
 font-size: 16px;
 margin: 4px 2px;
 cursor: pointer;
 border-radius: 5px;
 z-index: 999;
}
.header {
 background: #2b92c3;
 color: white;
 padding: .5em;
 text-align: center;
 position: fixed;
 width: 100%;
 font-size: 1.25em;
 z-index: 9999;
}
.GuarStamp {
 position: fixed;
 margin: 0;
 padding: 0;
 z-index: 99999;
 text-align: left;
}
.title-font {
 font-family: "Raleway", sans-serif;
 font-size: 30px;
 letter-spacing: 0em;
 line-height: 1.2;
 font-weight: 600;
 text-transform: none;
 display: block;
 font-style: normal;
 color: #2b92c3;
 text-align: center;
 background-color: #333;
 padding-top: 40px;
}
.phoneNostyle {
 color: #2b92c3;
 font-size: 2.8rem;
 font-family: "Arial Black", Gadget, sans-serif;
 letter-spacing: 0em;
 font-weight: 700;
 line-height: 1.5;
}
.center {
 display: flex;
 justify-content: center; /* Centers horizontally */
 align-items: center; /* Centers vertically */
 /*min-height: 100vh;  Ensures the viewport height is covered */
 margin: 0;
}
.cardpic {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 200px;
    margin: auto;
    text-align: center;
    font-family: arial;
}
.cardpic-title {
    color: #2b92c3;
    font-family: "Raleway", sans-serif;
    font-size: 2.0rem;
    line-height: 1.1;
    font-weight: 500;
}
.cardpic-Spacer {
 padding-left: calc(.5rem * .75);
 padding-right: calc(.5rem * .75);

}
.cardpic h2{
 margin:0 0 20px 0;
 line-height:normal;
 font-weight:normal;
 text-transform:uppercase;
 color:#2b92c3;
}
.cardpic button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 18px;
    color: white;
    background-color: #333333;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
}
.cardpic a {
    text-decoration: none;
    font-size: 18px;
    color: gray;
}
.cardpic button:hover, a:hover {
    opacity: 0.7;
}
.subcard {
 color: #333333;
 font-family: "Raleway", sans-serif;
 font-size: 0.9rem;
 letter-spacing: 0.05em;
 line-height: 1.6;
 font-weight: 500;
 text-transform: none;
 text-align: left;
 padding: 1em;
 max-width: 600px;
 border-radius: 5px;
 background-color: white;
 outline: 1px solid #ccc;
 outline-offset: -5px;
 padding-left: calc(2.5rem * .75);
 padding-right: calc(2.5rem * .75);
}
.subcard2 {
 color: #333333;
 font-family: "Raleway", sans-serif;
 font-size: 0.9rem;
 letter-spacing: 0.05em;
 line-height: 1.6;
 height: 625px;
 font-weight: 500;
 text-transform: none;
 text-align: left;
 max-width: 600px;
 border-radius: 5px;
 background-color: white;
 outline: 1px solid #ccc;
 outline-offset: -5px;
 padding-left: calc(2.5rem * .75);
 padding-right: calc(2.5rem * .75);
}
.subcard h1 {
 color: #215071;
 font-size: 38px;
 padding: 0;
}
.subcard2 h1 {
 color: #215071;
 font-size: 38px;
 padding: 0;
}
.subcard h2, h3 {
 color: #32a9bb;
 font-size: 24px;
 text-align: left;
 padding-left: 10px;
}
.subcard-Spacer {
 padding-left: calc(1.5rem * .75);
 padding-right: calc(1.5rem * .75);
 padding-top: calc(3.5rem * .75);
 padding-bottom: calc(3.5rem * .75);
}
.subcard ul {
 color: #32a9bb;
 font-size: 1.0rem;
 list-style: none; /* Remove default bullets */
 padding-left: 40px; /* Add some spacing */
}
.subcard ul {
 list-style-type: none; /* Removes bullets */
}
.subcard li {
 position: relative;
 margin-bottom: 10px; /* Spacing between list items */
}
.subcard li::before {
 content: ''; /* No text content, just the image */
 position: absolute;
 left: -20px; /* Adjust based on desired positioning */
 width: 14px; /* Width of SVG icon */
 height: 14px; /* Height of SVG icon */
 background-image: url('../images/xml/li-bullet-02.svg'); /* Path to your SVG file */
 background-size: contain; /* Make sure the SVG fits the box */
 background-repeat: no-repeat; /* Avoid repeating the image */
}
.lit-box {
 font-family: "Raleway", sans-serif;
 font-size: 0.9rem;
 text-align: center;
 letter-spacing: 0.05em;
 line-height: 1.1;
 font-weight: 500;
 text-transform: none;
 padding: 1.0em 2.0em;
 max-width: 600px;
 outline: 1px solid rgba(33, 80, 113, 0.5);
 outline-offset: -1px;
 background-color: #DCFAFF;
/* box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);*/
}
.lit-boxTC {
 font-family: "Open Sans", sans-serif;
 font-size: 16px;
 color: #215071;
 line-height: 1.5;
}
/* Footer Style */
.background {
 position: absolute;
 z-index: -1;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
}
.footerUl ul {
 display: flex;
 list-style: none;
 padding: 0;
 margin: 0;
}
.socials {
 gap: 20px;
}
.socials a {
 font-size: 24px;
 color: aliceblue;
}
.legal {
 font-size: 12px;
 margin: 0;
}
footer {
 color: aliceblue;
 position: relative;
 left: 0;
 display: flex;
 width: 100%;
 height: 170px;
 background-color: #2b92c3;/* */
}
section {
 display: flex;
 flex-direction: column;
 justify-content: flex-end;
 gap: 30px;
 padding-bottom: 30px;
 padding-left: 60px;
 width: 100%;
}
@media (min-width: 421px) {
 section {
  align-items: center;
  padding-left: 0;
  gap: 20px;
 }
 .links {
  gap: 20px;
 }
}