/*
Theme Name: Aman Careers Theme
Author: AXE-WEB
Author URI: https://axe-web.com/
Description: A theme for Aman's careers pages.
Version: 1.0.49
Template: hello-elementor
Text Domain: aman-careers
*/

.application_page__form-box-content {
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl;
}
}

/*// Adaptive / Fluid design.*/
html {
  font-size: calc(16vw / 3.75);

  @media (min-width: 600px) {
    font-size: calc(16vw / 7.68);
  }

  @media (min-width: 1024px) {
    font-size: calc(16vw / 16.8);
  }

  @media (min-width: 1680px) {
    font-size: 16px;
  }
}
