/*
  Theme Name: Hello Elementor Child
  Description: Child theme for the Hello Elementor theme
  Template: hello-elementor
  Author: Big Techies
  Version: 1.0.0
  Author URI: https://bigtechies.com
  Text Domain: hello-elementor-child
*/


.elementor-pagination .page-numbers.current {
  background: var(--e-global-color-primary);
  padding: 16px;
  border-radius: 6px;
}

.elementor-pagination a.page-numbers:hover {
  background: var(--e-global-color-primary);
}

.elementor-pagination a.page-numbers {
  transition: background .3s ease-in-out;
}

.elementor-pagination .page-numbers.prev,
.elementor-pagination .page-numbers.next {
  border: 1px solid #081F1F33;
  display: inline-flex;
}

.elementor-pagination .page-numbers {
  width: 48px;
  border-radius: 6px;
  height: 48px;
  display: inline-flex;
  place-items: center;
  justify-content: center;
}

.elementor-widget-loop-grid .elementor-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

#contact_form_1 .elementor-field-group-name #form-field-name,
#contact_form_1 .elementor-field-group-email #form-field-email,
#contact_form_1 .elementor-field-type-tel input,
#contact_form_1 .elementor-field-type-textarea textarea {
  padding-left: 44px;
}

#contact_form_1 .elementor-field-group-name {
  background-image: url(/wp-content/uploads/2024/11/user.svg);
  background-repeat: no-repeat;
  background-position: 28px 13px;
}

#contact_form_1 .elementor-field-group-email {
  background-image: url(/wp-content/uploads/2024/11/mail.svg);
  background-repeat: no-repeat;
  background-position: 25px 17px;
}

#contact_form_1 .elementor-field-type-tel {
  background-image: url(/wp-content/uploads/2024/11/phone.svg);
  background-repeat: no-repeat;
  background-position: 27px 16px;
}

#contact_form_1 .elementor-field-type-textarea {
  background-image: url(/wp-content/uploads/2024/11/message.svg);
  background-repeat: no-repeat;
  background-position: 24px 13px;
}

@media (max-width:1024px) {
  .d-d {
    display: none;
  }

  #contact_form_1 .elementor-field-group-name {
    background-position: 28px 13px;
  }

  #contact_form_1 .elementor-field-group-email {
    background-position: 25px 16px;
  }

  #contact_form_1 .elementor-field-type-tel {
    background-position: 26px 15px;
  }

  #contact_form_1 .elementor-field-type-textarea {
    background-position: 24px 11px;
  }
}

@media (max-width:767px) {
  #contact_form_1 .elementor-field-group-name {
    background-position: 28px 11px;
  }

  #contact_form_1 .elementor-field-group-email {
    background-position: 25px 14px;
  }

  #contact_form_1 .elementor-field-type-tel {
    background-position: 26px 12px;
  }

  #contact_form_1 .elementor-field-type-textarea {
    background-position: 24px 9px;
  }
}