/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 18 2026 | 11:25:41 */
.elementor-widget-text-editor ol,.elementor-widget-text-editor ul {
    padding: 0;
}
.elementor-widget-text-editor ul li{
list-style: disc;
}
.elementor-widget-text-editor ol strong{
	margin:30px 0;display:block
}
.e21-talk-btn {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 99998;
    border: 0;
    background: #000000;
    color: #fff;
    padding: 14px 22px;
    border: 1px solid #000;
    font-family: inherit;
    font-size: 13px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 3px 18px rgba(0, 0, 0, .1);
  }

  .e21-popup-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(0,0,0,0);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .3s ease;
  }

  .e21-popup-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .e21-popup {
    position: relative;
    width: 100%;
    max-width: 460px;
    background: #fff;
    padding: 50px 45px;
    text-align: center;
    box-sizing: border-box;
    transform: translateY(20px);
    transition: transform .35s ease;
  }

  .e21-popup-overlay.is-open .e21-popup {
    transform: translateY(0);
  }

  .e21-popup__close {
    position: absolute;
    top: 15px;
    right: 18px;
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    font-size: 25px;
    line-height: 1;
    font-weight: 300;
    color: #222;
    cursor: pointer;
  }

  .e21-popup__eyebrow {
    margin: 0px;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #777;
  }
.e21-popup__eyebrow img{
	width:70%;
}
  .e21-popup__title {
    margin: 0 0 0px;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 400;
    color: #222;
  }

  .e21-popup__text {
    margin: 0 auto 28px;
    max-width: 330px;
    font-size: 14px;
    line-height: 1.7;
    color: #555;
  }

  .e21-popup__links {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .e21-popup__link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 12px 20px;
    box-sizing: border-box;
    text-decoration: none !important;
    font-size: 12px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    transition: all .3s ease;
  }

  .e21-popup__link--contact {
    background: #222;
    color: #fff !important;
  }

  .e21-popup__link--contact:hover {
    background: #000;
    color: #fff !important;
  }

  .e21-popup__link--whatsapp {
    background: #f4f4f4;
    color: #222 !important;
    border: 1px solid #ddd;
  }

  .e21-popup__link--whatsapp:hover {
    background: #e9e9e9;
    color: #222 !important;
  }

  body.e21-popup-active {
    overflow: hidden;
  }

  @media screen and (max-width: 767px) {
    .e21-talk-btn {
      right: 15px;
      bottom: 15px;
      padding: 12px 17px;
      font-size: 11px;
    }

    .e21-popup-overlay {
      padding: 15px;
    }

    .e21-popup {
      max-width: 100%;
      padding: 45px 25px 30px;
    }

    .e21-popup__title {
      font-size: 27px;
    }

    .e21-popup__text {
      font-size: 13px;
    }
  }
