/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0
Description: Child theme for Hello Elementor
*/

@import url("../hello-elementor/style.css");

a {
  text-decoration: none !important;
}

#neum_shadow {
  box-shadow: inset 4px 4px 8px #8888aa, inset -4px -4px 8px #ccccff;
}

#neum_shadow:hover {
  transform: scale(0.98);
}

.button_container:hover {
  transform: scale(0.96);
}

.neumorphic-inset {
  box-shadow: inset 5px 5px 10px #b5b5c4, inset -5px -5px 10px #ffffff;
}

.neumorphic_shadow {
  box-shadow: inset 4px 4px 8px #8888aa, inset -4px -4px 8px #ccccff;
}

.neumorphic-dark {
  box-shadow: inset 4px 4px 8px #2f2f36, inset -4px -4px 8px #686878;
}

.neumorphic-inset_purpul {
  background: #e3e5f4;
  box-shadow: inset 5px 5px 10px #c2c4d3, inset -5px -5px 10px #ffffff;
}

.elementor-12
  .elementor-element.elementor-element-22cebe0a
  .elementor-counter-title {
  text-align: center;
  flex-direction: column;
}

.elementor-12
  .elementor-element.elementor-element-22cebe0a
  .elementor-counter-title
  span {
  font-size: 15px;
}

.blur_box {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, 0.2); /* прозрачность важна! */
}
.sticky_header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.hot-vacancy-btn {
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 20px;
  text-align: center;
  box-shadow:
inset 4px 4px 8px rgb(0 0 0 / 30%), inset -4px -4px 8px rgba(0, 0, 0, 0.2), 8px 8px 16px rgba(0, 0, 0, 0.3), -8px -8px 16px rgba(255, 255, 255, 0.1)
  border: none;
  transition: all 0.2s ease;
  cursor: pointer;
	font-size: 15px !important;
}

.card-purple img {
	position: relative;
}

.red_hot:after {
	position: absolute;
    top: -45px;
    left: 15%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    color: white;
    font-weight: bold;
    padding: 17px 0px 0;
    font-size: 14px;
    z-index: 2;
    height: 60px;
    width: 70%;
	content: "Гаряча вакансія";
    background-image: url(/wp-content/uploads/2025/07/red_bg_rot.png);
}



.iti--separate-dial-code .iti__selected-flag {
	border-color: transparent !important;	
	    background-color: #00000012 !important;
}


@media (max-width: 767px) {
  .card-purple::before,
  .card-red::before {
    top: -8px;
  }
	.hot_vacancy {
		height: 42px;
	}
}
