/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 09 2025 | 08:00:35 */
.dp_footer_heading {
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 2.4rem;
  text-align: left !important; }

body .wa-footer {
  background-color: var(--blue);
  z-index: 1; }
  body .wa-footer .ct-section-inner-wrap {
    display: flex;
    flex-direction: row;
    gap: 6rem;
    padding-top: 7rem;
    padding-bottom: 5.2rem; }
  body .wa-footer-column {
    width: 33.33%; }
  body .wa-footer nav {
    font-weight: 400; }
    body .wa-footer nav ul {
      flex-direction: column;
      gap: 2rem; }
      body .wa-footer nav ul li a {
        position: relative;
        width: fit-content;
        transition: 0.2s all ease-in-out;
        padding: 0 !important;
        font-size: 16px;
        color: #fff;
        line-height: 18.4px; }
        body .wa-footer nav ul li a:after {
          display: block;
          position: absolute;
          top: calc(100% + 0.2rem);
          left: 0;
          width: 100%;
          border-bottom: 0.2rem solid var(--green);
          content: "";
          transition: transform 0.6s cubic-bezier(0.28, 0.75, 0.22, 0.95);
          transform: scaleX(0);
          transform-origin: right center; }
        body .wa-footer nav ul li a:hover:after {
          transform: scale(1);
          transform-origin: left center; }
  body .wa-footer__logo {
    max-height: 6.1rem;
    max-width: 34.8rem;
    margin-bottom: 3.7rem; }
  body .wa-footer-iconbox {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    text-align: center;
    align-items: flex-start; }
    body .wa-footer-iconbox img {
      transition: 0.2s all ease-in-out; }
    body .wa-footer-iconbox__text {
      font-size: 1.8rem;
      color: #fff;
      font-weight: 500;
      line-height: 20.7px;
      transition: 0.2s all ease-in-out; }
      body .wa-footer-iconbox__text b {
        display: block;
        padding-top: 0.8rem;
        line-height: 18.4px;
        font-size: 1.6rem;
        font-weight: 400;
        margin-top: -2px; }
    body .wa-footer-iconbox__icon {
      transition: 0.2s all ease-in-out;
      width: 2.5rem;
      height: 2.4rem; }
    body .wa-footer-iconbox:hover .wa-footer-iconbox__icon {
      filter: brightness(0) saturate(100%) invert(55%) sepia(58%) saturate(6187%) hue-rotate(110deg) brightness(101%) contrast(74%); }
      body .wa-footer-iconbox:hover .wa-footer-iconbox__text {
        color: var(--green) !important; }
  body .wa-footer-socials {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem; }
    body .wa-footer-socials__icon {
      transition: 0.2s all ease-in-out;
      width: 3.3rem;
      height: 3.3rem; }
      body .wa-footer-socials__icon:hover {
        filter: brightness(0) saturate(100%) invert(55%) sepia(58%) saturate(6187%) hue-rotate(110deg) brightness(101%) contrast(74%); }
  body .wa-footer-warranty-img img {
    transition: 0.2s all ease-in-out; }
    @media (min-width: 768px) {
  body .wa-footer-warranty-img:hover img {
    transform: scale(1.02); } }
  body .wa-footer-bottom {
    background-color: #fff;
    text-align: center; }
    body .wa-footer-bottom .ct-section-inner-wrap {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
      align-items: center; }
    body .wa-footer-bottom-inner {
      width: 100%;
      align-items: center;
      text-align: center;
      padding-top: 0rem; }
      body .wa-footer-bottom-inner__text {
        color: var(--blue);
        font-size: 1.4rem; }

body .wa-prefooter {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
  padding-block: 0.8rem; }
  body .wa-prefooter-section {
    width: 100%;
    background-color: #f4f4ff;
    display: flex; }
    @media (min-width: 1281px) {
  body .wa-prefooter-section {
    display: none; } }
  body .wa-prefooter-benefit {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 1.6rem; }
    body .wa-prefooter-benefit-img {
      width: 4rem;
      height: 4rem; }
      body .wa-prefooter-benefit-img img {
        width: 4rem;
        height: 4rem; }
    body .wa-prefooter-benefit-content {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      color: var(--blue); }
    body .wa-prefooter-benefit__title {
      font-size: 1.2rem;
      line-height: 1.15; }
    body .wa-prefooter-benefit__value {
      font-size: 2.2rem;
      font-weight: 700;
      line-height: 1.15; }

@media (max-width: 1024px) {
  body .wa-footer .ct-section-inner-wrap {
    flex-direction: column !important;
    gap: 0 !important;
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important; }
    body .wa-footer-column {
      width: 100%; }
      body .wa-footer-column--left {
        justify-content: center !important;
        align-items: center !important;
        padding-bottom: 2.1rem;
        margin-bottom: 2.1rem !important; }
    body .wa-footer-iconbox {
      gap: 1.2rem !important;
      padding-bottom: 0 !important;
      margin-bottom: 2rem !important; }
    body .wa-footer__logo {
      margin-bottom: 1.9rem; }
    body .wa-footer nav {
      margin-bottom: 4.5rem !important; } }

@media (max-width: 767px) {
  body .wa-footer nav ul li a {
    font-size: 15px !important; }
    body .wa-footer-iconbox__icon {
      width: 2.2rem;
      height: 2.2rem; }
    body .wa-footer__logo {
      max-width: 23.6rem;
      height: 4.1rem; }
    body .wa-footer-socials {
      gap: 1.4rem; }
      body .wa-footer-socials__icon {
        width: 2.2rem;
        height: 2.2rem; }
    body .wa-footer-warranty-img {
      max-height: 5.5rem !important;
      position: relative; }
      body .wa-footer-warranty-img img {
        height: 5.5rem;
        width: auto; } }
