.service-inner a {
  pointer-events: none !important;
  cursor: default;
  color: inherit; /* Optional: Keeps the link from appearing blue/underlined */
  text-decoration: none; /* Optional: Removes underline */
}

.service-inner .bottom-meta {
display: none;
}
.wpcf7-form init{
	max-width: 500px;
  margin: 0 auto;
}

.page .hirxpert-page-header:after, .error404 .hirxpert-page-header:after {
background-color: rgba(49, 50, 136, 0.72);
}


.form-input,
.form-textarea,
.form-submit {
  width: 100% !important;
  padding: 10px 14px !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  height: 44px !important;
  font-size: 15px !important;
  transition: border-color 0.3s, box-shadow 0.3s !important;
}

.form-textarea {
  min-height: 120px !important;
  resize: vertical !important;
}

.form-input:focus,
.form-textarea:focus {
  border-color: #313288 !important;
  box-shadow: 0 0 0 2px rgba(49, 50, 136, 0.2) !important;
  outline: none !important;
}

.form-submit {
  background-color: #313288 !important;
  color: white !important;
  border: none !important;
  cursor: pointer !important;
  font-weight: 600 !important;
  transition: background-color 0.3s !important;
}

.form-submit:hover {
  background-color: #262470 !important;
}

.bi-search {
	display: none;
}
.elementor-438 .elementor-element .elementor-element-fbb050c {
	display: flex;
}
.float-parallax{
	display: none;
}

footer .mailchimp-wrapper .input-group input#zozo-mc-email{
	display: none;
}
footer button.input-group-addon.zozo-mc.btn.btn-default {
    border-radius: 0px 10px 10px 0px !important;
    display: none;
}


.single[class*="single-cea-"] .hirxpert-page-header:after {
background-color: rgba(49, 50, 136, 1);
}

.service-style-default .service-inner .post-thumb a:before{
		background-color: #32338566;
}

.service-style-default .service-inner .post-thumb a:after{
		background-color: #32338566;
}
.page .hirxpert-page-header, .error404 .hirxpert-page-header {
    background-image: url(https://hoistbiz.com/wp-content/uploads/2025/07/Asset-1@4x.png);
}
/*.contact-form-wrapper span.wpcf7-form-control-wrap input, .contact-form-wrapper span.wpcf7-form-control-wrap select, .contact-form-wrapper span.wpcf7-form-control-wrap textarea {
    padding-left: 14px !important;
}


.contact-form-wrapper span.wpcf7-form-control-wrap input, .contact-form-wrapper span.wpcf7-form-control-wrap select, .contact-form-wrapper span.wpcf7-form-control-wrap textarea {
        margin-bottom: 0px;
    !important;
}*/


/* === GENERAL FIXES FOR WPCF7 CHECKBOXES & RADIOS === */
.hoist-form .wpcf7-form-control input[type="checkbox"],
.hoist-form .wpcf7-form-control input[type="radio"] {
  transform: scale(1); /* Reset big checkbox scaling */
  width: 16px;
	display: inline-block;
  height: 16px;
  margin-right: 8px;
	margin: 0 8px !important;
  vertical-align: middle;
  appearance: auto;
}

/* === LIST ITEM CONTAINER FIX === */
.hoist-form .wpcf7-list-item {
  display: flex;
/*   align-items: center; */
  line-height: 1.4;
	margin: 0;
	margin-bottom: 0.5rem;
}

span.wpcf7-list-item.first {
	margin-bottom: 0.5rem;
}

/* Align checkboxes/radio groups into rows */
.hoist-form .wpcf7-checkbox,
.hoist-form .wpcf7-radio {
  display: flex;
	flex-direction: column;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-top: 0 0.5rem;
}

/* Optional: Fix too-wide label spacing inside checkboxes */
.hoist-form .wpcf7-list-item-label {
  font-weight: normal;
  font-size: 15px;
	margin: 0px;
  display: inline-block;
}

/* Optional: Reduce font weight for entire form */
.hoist-form label {
  font-weight: normal;
	margin: 0px;
}

/* Only bold the actual question number/title */
.hoist-form label::before {
  font-weight: bold;
}

/* Tighten up long labels so they wrap better */
.hoist-form .wpcf7-list-item-label {
  max-width: 450px;
}
.wpcf7-form-control .wpcf7-checkbox{
	flex-direction: column;
}
.hoist-form h2{
	color:#313288;
}

.submit-btn{
  background-color: #313288 !important;
  color: white !important;
  border: none !important;
  cursor: pointer !important;
  font-weight: 600 !important;
  transition: background-color 0.3s !important;
}

.submit-btn:hover {
  background-color: #262470 !important;
}

.error404-content .search-form .search-field{
	display:none;
}
.error404-content .search-form .search-field{
	display: none;
}
.mobile-menu-floating .search-form .search-field {
	display: none;
}
.mobile-menu-active .mobile-menu-floating *.search-submit{
	display: none;
}
.error404 input.search-submit{
display: none;
}
#btn-explore{
	text-align:center;
}
span.wpcf7-form-control.wpcf7-radio {
	display: flex; !important
	gap: 1rem 2rem;
}

.contact-form-wrapper span.wpcf7-form-control-wrap select{
	padding-left: 8px !important;
}

input.wpcf7-form-control, textarea.wpcf7-form-control {
	margin-bottom: 0 !important;
}

.wpcf7-not-valid-tip {
	text-wrap: nowrap;
}

/* Textarea Style */
.contact-form-wrapper span.wpcf7-form-control-wrap input, .contact-form-wrapper span.wpcf7-form-control-wrap select, .contact-form-wrapper span.wpcf7-form-control-wrap textarea { width: 100%;              /* Full width inside wrapper */
  max-width: 800px;         /* Prevents them from being too wide */
  padding: 12px 16px !important;       /* Comfortable spacing */
  border: 1px solid #ddd;   /* Soft border */
  border-radius: 8px;       /* Rounded corners */
  background: #fff;         /* Clean background */
  font-size: 15px;          /* Slightly larger text */
  line-height: 1.5;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05); /* Subtle shadow */
  transition: all 0.3s ease;
  display: block;
  margin-left: 20px; 
	margin-top: 20px;
}