.elementor-33 .elementor-element.elementor-element-2cb6fe1{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-339b11a */@keyframes shakeMe {
    2%, 18% {
        transform: rotate(-15deg);
    }

    4%, 14% {
        transform: rotate(15deg);
    }

    5%, 8%, 12% {
        transform: rotate(-15deg);
    }

    6%, 10% {
        transform: rotate(15deg);
    }

    18.1% {
        transform: rotate(-15deg);
    }
}

.cta-mobile-call {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #02a302;
    z-index: 1000;
    padding: 10px;
    text-decoration: none;
}

.cta-mobile-call .cta-call {
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    background-color: #0b0;
    width: 50px;
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: -32px 0 20px 0;
    border-radius: 50%;
    border: 2px solid #005637;
}

.cta-mobile-call i {
    font-size: 30px;
    display: block;
    animation: shakeMe 3s ease-in-out 4s infinite;
}

.cta-mobile-call span {
    position: absolute;
    top: 30px;
    color: #fff;
}

.cta-mobile-call:hover {
    background-color: #018e01;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-42f8e6c */.fixed-button {
    position: fixed;
    top: 40px;
    left: 20px;
    text-align: center;
    z-index: 1000;
}
.circle {
    position: relative;
    width: 80px;
    height: 80px;
    background-color: #46b2e8;
    border: 8px solid #bde6f8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    font-size: 36px;
    color: white;
    box-shadow: 0 0px 14px 0px #46b2e8;
}

.pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border: 2px solid #0078d7;
    border-radius: 50%;
    transform: translate(-48%, -67%);
    animation: expand 1.2s infinite;
    z-index: 1;
}

.label {
    margin-top: 10px;
    background-color: yellow;
    color: black;
    font-size: 14px;
    font-family: mikhak;
    font-weight: bold;
    padding: 2px 10px;
    border-radius: 5px;
    z-index: 4;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

/* انیمیشن گسترش دایره خارجی */
@keyframes expand {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
   10% {
    width: 80px;
    height: 80px;
    opacity: 0.8;
  }
     20% {
    width: 85px;
    height: 85px;
    opacity: 0.8;
  }
    30% {
    width: 90px;
    height: 90px;
    opacity: 0.8;
  }
    40% {
    width: 95px;
    height: 95px;
    opacity: 0.8;
  }
  50% {
    width: 100px;
    height: 100px;
    opacity: 0.5;
  }
    60% {
    width: 110px;
    height: 110px;
    opacity: 0.4;
  }
    70% {
    width: 115px;
    height: 115px;
    opacity: 0.3;
  }
    80% {
    width: 120px;
    height: 120px;
    opacity: 0.2;
  }
      90% {
    width: 125px;
    height: 125px;
    opacity: 0.2;
  }
  100% {
    width: 130px;
    height: 130px;
    opacity: 0;
  }
}
.circle i {
    animation-name: tada;
    animation-duration: 1.25s;
    animation-iteration-count: infinite;
}
@keyframes tada {
    from,to {
        transform: scale3d(1,1,1)
    }

    10%,20% {
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }
}/* End custom CSS */