.dropdown .dropdown-menu {
  border: 1px solid rgba(255, 255, 255, 0.1882352941);
}
.dropdown .dropdown-menu::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  backdrop-filter: blur(50px);
  border-radius: inherit;
  background-color: inherit;
}

.form-modal input::-moz-placeholder, .form-modal textarea::-moz-placeholder {
  color: white !important;
}

.form-modal input,
.form-modal textarea,
.form-modal input::placeholder,
.form-modal textarea::placeholder {
  color: white !important;
}
.form-modal input:not([type=checkbox]),
.form-modal textarea {
  border-radius: 15px !important;
  height: 59px;
}
.form-modal textarea {
  height: auto;
  padding-top: 10px;
}
.form-modal .form-check-input:checked {
  background-color: #0d6efd !important;
}

.primary-col {
  color: #00CFFF !important;
}

.about-1-img::before {
  background-image: url("wp-content/img/mobile-1.jpg") !important;
}

.social-1-img::before {
  background-image: url("wp-content/img/social-1.jpg") !important;
}

.shopify-1-img::before {
  background-image: url("wp-content/img/shopify-1.jpg") !important;
}

.ui-ux-1-img::before {
  background-image: url("wp-content/img/ui-ux-1.jpg") !important;
}

.ServiceSlider .swiper-slide {
  display: flex;
  flex-direction: column; /* stack content vertically */
}

/* Make inner box fill available height inside each slide */
.ServiceSlider .swiper-slide .jkit-equal-height-enable {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* push button down */
  height: 300px; /* match slide height */
}


/* Optional: make text container grow only to content */
.ServiceSlider .swiper-slide .icon-box-body {
  flex: 1;
}


.swiper-slide .elementor-element.e-con-full.animated {
  width: 100% !important;
}/*# sourceMappingURL=style.css.map */
.swiper-slide{
  height: 300px;
  border: 2px solid #0d6efd;
 
  border-radius: 10px;
 transition: transform 0.3s ease, box-shadow 0.3s ease
} 


.swiper-slide:hover {
    transform: translateY(-20px); /* upar move */
}
.swiper{
  position: relative;
}

.services-card{
  padding: 30px ;
}