/* Top Header */
.mini-widgets {
    background-color: #000000;
}

.body > #footer .copyright {
	color: #ffffff !important;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: none !important;
}

.coupon--text {
    border: 2px dashed #d9d9d9;
    padding: 33px 45px;
}
.coupon {
    color: #000;
    text-align: left;
    border-radius: 10px;
    position: relative;
    margin-bottom: 28px;
}

li.dropdown-full-color.dropdown-tertiary {
    background-color: #4a5b7d !important;
}
li.dropdown-full-color.dropdown-tertiary a {
    color: #ffffff !important;
}

/* reduce footer */
body > #footer {
    padding-top: 0;
}
.body > #footer .footer-copyright 
{
    padding-top: 10px; margin-top: 0;
}

/* Mobile first - up to 768px wide */

 #lsdt {
 	visibility: hidden;
    display: none;
 }

 #lsmbl {
	visibility: visible;
    display: block;
 }
 
/* Tablet targetted size */
@media screen and (min-width:768px) and (max-width:900px) {

 #lsdt {
 	visibility: hidden;
    display: none;
 }

 #lsmbl {
	visibility: visible;
    display: block;
 }

}

/* Desktop size */
@media screen and (min-width:900px) {
  #lsdt {
 	visibility: visible;
    display: block;
 }

 #lsmbl {
	visibility: hidden;
    display: none;
 }

}

    /* Floating contact widget */
    .floating-contact {
      /* position: fixed;
      top: calc(100vh - 250px); */
      position: fixed;
      top: -5px;           /* Distance from top */
      right: 0px;             /* Distance from right */
      z-index: 9999;           /* Stays on top of other content */
      background-color: #e0272d; /* Dark blue (professional HVAC feel) */
      color: white;
      padding: 12px 18px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
      font-family: Arial, Helvetica, sans-serif;
      font-size: 14px;
      line-height: 1.5;
      text-align: center;
      min-width: 180px;
      transition: all 0.3s ease;
    }

    .floating-contact:hover {
      transform: translateY(0px);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
    }

    .floating-contact .phone {
      font-size: 18px;
      font-weight: bold;
      margin: 4px 0;
      display: block;
      color: #ffffff;          /* Gold/yellow for emphasis */
      text-decoration: none;
    }

    .floating-contact .phone:hover {
      text-decoration: underline;
    }

    .floating-contact .label {
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 2px;
    }

    .floating-contact .emailaddress {
      font-weight: bold;
      font-size: 14px;
      margin-bottom: 2px;
    }

    .floating-contact .espanol {
      font-style: italic;
      font-size: 16px;
      color: #e0f2fe;
    }

    /* Optional: make it smaller / more button-like on mobile */
     @media (max-width: 768px) {
      .floating-contact {
        position: fixed;
        top: calc(100vh - 250px);
        right: 0px;
        padding: 5px 5px;
        font-size: 10px;
        min-width: 100px;
      }
      .floating-contact .phone {
        font-size: 14px;
      }
    }





