.elementor-22116 .elementor-element.elementor-element-7561d50 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-22116 .elementor-element.elementor-element-7561d50 > .elementor-container{max-width:716px;}.elementor-22116 .elementor-element.elementor-element-80b9a79 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-22116 .elementor-element.elementor-element-d207c65 .elementor-button{background-color:#B70909;font-family:"IRANSansWeb_Medium", Sans-serif;border-radius:12px 12px 12px 12px;}.elementor-22116 .elementor-element.elementor-element-d207c65 .elementor-button:hover, .elementor-22116 .elementor-element.elementor-element-d207c65 .elementor-button:focus{background-color:#CEB661;box-shadow:0px 0px 20px 0px rgba(0,0,0,0.5);}.elementor-22116 .elementor-element.elementor-element-d207c65{width:var( --container-widget-width, 120.71% );max-width:120.71%;--container-widget-width:120.71%;--container-widget-flex-grow:0;}.elementor-bc-flex-widget .elementor-22116 .elementor-element.elementor-element-9d46e59.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-22116 .elementor-element.elementor-element-9d46e59.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-22116 .elementor-element.elementor-element-9d46e59.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-22116 .elementor-element.elementor-element-5974929 .elementor-button{background-color:#B90A0A;font-family:"IRANSansWeb_Medium", Sans-serif;border-radius:12px 12px 12px 12px;}.elementor-22116 .elementor-element.elementor-element-5974929 .elementor-button:hover, .elementor-22116 .elementor-element.elementor-element-5974929 .elementor-button:focus{background-color:#CEB661;box-shadow:0px 0px 20px 0px rgba(0,0,0,0.5);}@media(max-width:767px){.elementor-22116 .elementor-element.elementor-element-80b9a79{width:50%;}.elementor-22116 .elementor-element.elementor-element-9d46e59{width:50%;}.elementor-22116 .elementor-element.elementor-element-5974929{width:var( --container-widget-width, 306.111px );max-width:306.111px;--container-widget-width:306.111px;--container-widget-flex-grow:0;}}@media(min-width:768px){.elementor-22116 .elementor-element.elementor-element-80b9a79{width:50%;}.elementor-22116 .elementor-element.elementor-element-9d46e59{width:50%;}}/* Start custom CSS for button, class: .elementor-element-5974929 */.button-wave {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  background: #0073e6;
  color: white;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  overflow: hidden;
  transition: background 0.3s;
}

.button-wave:hover {
  background: #005bb5;
}

/* افکت موج بالا پایین */
.button-wave::before {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0.2) 100%
  );
  animation: waveMove 2.5s infinite;
  pointer-events: none;
}

@keyframes waveMove {
  0% {
    top: -100%;
  }
  50% {
    top: 0%;
  }
  100% {
    top: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-7561d50 */<style>
  .beautiful-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .beautiful-buttons a {
    display: inline-block;
    padding: 14px 28px;
    background: linear-gradient(135deg, #ff416c, #ff4b2b);
    color: white;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(255, 65, 108, 0.4);
  }

  .beautiful-buttons a:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 8px 20px rgba(255, 65, 108, 0.6);
  }

  /* دکمه دوم رنگ متفاوت */
  .beautiful-buttons a.secondary {
    background: linear-gradient(135deg, #0084ff, #0051ff);
    box-shadow: 0 5px 15px rgba(0, 132, 255, 0.4);
  }

  .beautiful-buttons a.secondary:hover {
    background: linear-gradient(135deg, #0064ff, #0041cc);
    box-shadow: 0 8px 20px rgba(0, 132, 255, 0.6);
  }
</style>

<div class="beautiful-buttons">
  <a href="tel:989144852329">📞 تماس با ما</a>
  <a href="https://urom-karaca.ir/" class="secondary">🏠 اروم کاراجا</a>
</div>/* End custom CSS */