/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1760800606
Updated: 2025-10-18 15:16:46

*/

.hiring-owl-carousel .owl-nav button.owl-prev,
.hiring-owl-carousel .owl-nav button.owl-next {
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
}

.hiring-owl-carousel .owl-nav {
    margin-top: 15px;
    text-align: center;
}

.hiring-owl-carousel .owl-dots {
    margin-top: 10px;
}
img.hiring-img {
    width: 20% !important;
    margin: 0 auto;
}
hiring-owl-carousel .owl-nav button.owl-prev,
.hiring-owl-carousel .owl-nav button.owl-next {
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
}

.hiring-owl-carousel .owl-nav {
    margin-top: 15px;
    text-align: center;
}

.hiring-owl-carousel .owl-dots {
    margin-top: 10px;
}
.hiring-owl-carousel .owl-nav button.owl-prev,
.hiring-owl-carousel .owl-nav button.owl-next {
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
}

.hiring-owl-carousel .owl-nav {
    margin-top: 15px;
    text-align: center;
}

.hiring-owl-carousel .owl-dots {
    margin-top: 10px;
}
h3.hiring-title {
    font-family: "Anton";
    font-size: 25px !important;
    color: white;
    font-weight: 400 !important;
}
.hiring-details {
    font-size: 22px !important;
    color: white !important;
    font-family: "sen";
    line-height: 25px;
    margin-bottom: 25px;
}
p.hiring-branch {
    font-family: "sen";
    font-size: 20px;
    color: white;
}
a.hiring-btn {
    text-transform: uppercase;
    background-color: #C7A445;
    color: white;
    font-size: 20px;
    font-family: "sen";
    padding: 10px 30px;
    border-radius: 31px;
}
.hiring-item {
/*     background: #fff;
    border: 1px solid #ddd;
    padding: 33px 33px 40px 33px;
    border-radius: 30px;
    text-align: center; */
    background: black;
    padding: 33px 33px 33px 33px;
    border-radius: 30px;
    text-align: center;
    background-image: url(https://primesolutionsofficial.com/wp-content/uploads/2025/10/Group-38759-1-min.png);
    background-position: center center;
    background-size: 460px 374px;
    background-repeat: no-repeat;
    height: 374px;
    place-content: center;
}
/* Owl Dots Fix */
.hiring-owl-carousel .owl-dots {
  text-align: center;
  margin-top: 15px;
}

.hiring-owl-carousel .owl-dot {
  display: inline-block;
  zoom: 1;
}

.hiring-owl-carousel .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 4px;
  background: #ccc;
  display: block;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.hiring-owl-carousel .owl-dot.active span {
  background: black; /* change color as you like */
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
}

.form-group.half-width {
  flex: 1 1 calc(50% - 15px);
}

.form-group.full-width {
  flex: 1 1 100%;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"] {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.wpcf7-submit {
  background: #000;
  color: #fff;
  border: none;
  padding: 12px 25px;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.3s;
}

.wpcf7-submit:hover {
  background: #333;
}
.form-row input, .form-row select {
    background-color: black;
    border-radius: 30px !important;
    border-color: #211B0B !important;
    height: 55px;
	color: white !important;
}
.form-row input::placeholder {
    color: white;
}
.form-button input.wpcf7-form-control {
    width: 100%;
    background-color: #C7A445;
    color: black;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'sen';
}
.form-button p {
    width: 100%;
}
.upload-wrapper {
/*   display: flex; */
/*   align-items: center;
  justify-content: space-between; */
  border: 1px solid #211b0b;
  border-radius: 50px;
  padding: 10px 20px;
  background: #000;
  color: #fff;
  position: relative;
  width: 100%;
/*   max-width: 500px; */
  margin: 15px 0;
	height: 55px;
}
.upload-wrapper p {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.upload-label {
  font-size: 14px;
  color: #fff;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.upload-input {
  display: none;
}

.upload-btn {
  background: #1a1a1a;
  color: #fff;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 13px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.upload-btn:hover {
  background: #333;
}
.wpcf7-response-output {
    position: absolute;
    color: whitesmoke;
    width: 100%;
    border-radius: 20px;
}


@media only screen and (max-width: 767px) {
.hiring-item
 {
    background-size: 407px 345px;
    height: 346px;
}
h3.hiring-title
 {
    font-size: 22px !important;
}
}