/*!
Theme Name: Mobley Theme
Theme URI: Mobley
Author: Mobley
Author URI: Mobley
Description: Mobley
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mobley-theme
Tags:
*/

/* default pages styling  */
.our-team .about_hero_section {
  margin-bottom: 0px !important;
}
.our-team .about_hero_section .contentWrapper {
  transform: none !important;
}
.our-team .about_hero_section .contentWrapper h1 {
  padding-top: 22px;
  padding-bottom: 112px;
  margin-bottom: 0;
}
.services .about_hero_section {
  margin-bottom: 0px !important;
}
.services .about_hero_section .contentWrapper {
  transform: none !important;
}
.services .about_hero_section .contentWrapper h1 {
  padding-top: 22px;
  padding-bottom: 112px;
  margin-bottom: 0;
}
.services .card-img-top {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.services a.btn {
  background: #083f70;
  transition: all 0.3s ease-in-out;
  border-color: #083f70;
}
.services a.btn:hover {
  color: #083f70;
  background: #fff;
}
.services .card-text {
  font-size: 16px;
  margin: 12px 0;
}
.default-style .about_hero_section {
  margin-bottom: 70px !important;
}
.default-style .about_hero_section .contentWrapper {
  transform: none !important;
}
.default-style .about_hero_section .contentWrapper h1 {
  padding-top: 22px;
  padding-bottom: 112px;
  margin-bottom: 0;
}
.default-style h2,
h3,
h4,
h5,
h6 {
  color: #3c3c3c;
}
.error404 .default-style .page-content .container,
.search-no-results .default-style .page-content .container {
  position: relative;
  padding: 20px;
  margin-bottom: 70px;
}
.error404 .default-style .page-content .container p,
.search-no-results .default-style .page-content .container p {
  font-weight: 400;
  line-height: 1.9;
  color: #3c3c3c;
  font-size: calc(14px + 4 * (100vw - 300px) / 1140);
  text-align: center;
  margin-bottom: 14px;
}
.error404 .default-style .page-content .container form,
.search-no-results .default-style .page-content .container form {
  display: flex;
  justify-content: center;
}
.error404 .default-style .page-content .container .search-field,
.search-no-results .default-style .page-content .container .search-field {
  width: 100%;
  outline: 0;
  border: 0;
  border-bottom: 2px solid #dbe1e3;
  background: transparent;
  padding-bottom: 14px;
  color: #3c3c3c;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}
.error404 .default-style .page-content .container .search-submit,
.search-no-results .default-style .page-content .container .search-submit {
  background: linear-gradient(
    48deg,
    rgb(28, 199, 219) 0%,
    rgb(76, 188, 226) 100%
  );
  max-width: 200px;
  border: 1px solid #dbe1e3;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  color: #fff;
  padding: 5px 10px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  font-size: calc(14px + 4 * (100vw - 300px) / 1140);
  margin-left: 22px;
}
.error404 .default-style .page-content .container .search-submit:hover,
.search-no-results
  .default-style
  .page-content
  .container
  .search-submit:hover {
  color: #000;
}

.default-style a.btn {
  background: #083f70;
  transition: all 0.3s ease-in-out;
  border-color: #083f70;
}
.default-style .card-text {
  font-size: 16px;
  margin: 12px 0;
}
.default-style a.btn:hover {
  color: #083f70;
  background: #fff;
}
.default-style .page-link.active,
.active > .page-link {
  background-color: #083f70;
}
.default-style .page-link:focus {
  box-shadow: none;
}
.services .page-link:focus {
  box-shadow: none;
}
.search-no-results .default-style .page-content .container h2 {
  margin-bottom: 30px;
}

.default-style .card-img-top {
  aspect-ratio: 1;
  object-fit: cover;
}
.default-style.post .page-content {
  padding-bottom: 70px;
}
@media screen and (max-width: 460px) {
  .default-style li.page-item .page-link {
    font-size: 9px;
  }
  .services li.page-item .page-link {
    font-size: 9px;
  }
  .error404 .default-style .page-content .container form,
  .search-no-results .default-style .page-content .container form {
    flex-direction: column;
    gap: 20px;
  }
  .error404 .default-style .page-content .container .search-submit,
  .search-no-results .default-style .page-content .container .search-submit {
    margin-left: 0;
  }
  .default-style .card-text {
    font-size: 12px;
  }
  .services .card-text {
    font-size: 12px;
  }
}
/* ===  */
/* .video_wrapper{
      background-image: url(https://wpreviewupload.com/project/blog74295/lo36crbsac74295/wp-content/uploads/2025/05/hero_poster.png);
    background-repeat: no-repeat;
    background-size: cover;
} */
/* #heroVideo { opacity: 0; transition: opacity 0.5s ease-in; }
#heroVideo.ready { opacity: 1; } */
.contactUs {
  scroll-margin: 128px;
}
@media screen and (max-width: 640px) {
  .contactUs {
    scroll-margin: 94px;
  }
}

/* ====== 16 - 07 - 2025  */
.team_member .content .icons {
  width: 100%;
  justify-content: start;
  gap: 30px;
  margin-bottom: 18px;
}
.team_member .content .icons a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.team_member .content h3 {
  margin-bottom: 18px;
}
.contactWrapper img {
  position: static;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team_member .image img {
  object-position: top;
}
@media screen and (min-width: 992px) {
  .team_member {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  .team_member .content .icons {
    justify-content: center;
  }
}

/* ===== 24 - 07 - 2025  */
.video_wrapper .video-slider {
  height: 100%;
}
.video_wrapper .slick-list {
  height: 100%;
}
.video_wrapper .slick-track {
  height: 100%;
}
.video-slide video {
  pointer-events: none;
}
.video-slide {
  position: relative;
}
.video-slide:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  pointer-events: none;
}
.hero_section .video_wrapper:after {
  display: none;
}
.hero_section .video_wrapper iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-embed-container {
  height: 100%;
}

/* ===  */
.careers .page-content h1 {
  color: #083f70;
  margin-bottom: 50px;
}
.careers a.cust-apply-btn {
  max-width: 140px;
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  color: #ffffff;
  background: #083f70;
  padding: 6px;
  margin-top: 32px;
  border: 1px solid #083f70;
  transition: all 0.3s ease-in-out;
}
.careers a.cust-apply-btn:hover {
  background: transparent;
  color: #083f70;
}

/* form styling  */
.frm_forms .frm_progress_line.frm_show_lines input {
  border-left-color: #3f4b5b !important;
  border-right-color: #3f4b5b !important;
}
.frm_style_formidable-style.with_frm_style
  .frm_progress_line.frm_show_lines
  .frm_current_page
  input[type="button"] {
  border-left-color: #d6d8dc !important;
}
.frm_style_formidable-style.with_frm_style
  .frm_progress_line
  li:last-of-type
  input.frm_page_skip {
  border-right-color: #eaecf0 !important;
}
.frm_style_formidable-style.with_frm_style .form-field input:focus {
  background-color: #ffffff;
  border-color: #083f70 !important;
  box-shadow: 0px 0px 5px 0px rgb(8 63 112 / 38%) !important;
}
.frm_button_submit , .frm_prev_page {
  font-weight: 500;
  line-height: 1.7;
  color: #ffffff;
  background: #083f70 !important;
  border: 1px solid #083f70 !important;
  transition: all 0.3s ease-in-out;
}
.frm_button_submit:hover , .frm_prev_page:hover{
  background: transparent !important;
  color: #083f70 !important;
}
.frm_style_formidable-style.with_frm_style .frm_progress_line input.frm_page_back {
    border-color: #083f70 !important;
}
.frm_forms .frm_progress_line li:first-of-type input {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-left: 1px solid #083f70 !important;
}
.frm_forms .frm_progress_line input.frm_page_back {
    background-color: #083f70;
}
.with_frm_style .frm-show-form  .frm_section_heading h3[class*="frm_pos_"] {
    font-family: "Inter", sans-serif !important;
}
.with_frm_style .frm_form_field.frm_html_container, .with_frm_style .frm_form_field .frm_show_it{
  color: #373739 !important;
  line-height: 2;
}
.with_frm_style .frm_radio label, .with_frm_style .frm_checkbox label {
  line-height: 1.6;
}
.frm_form_field.frm_html_container.form-field p {
  font-size: 16px !important ;line-height: 2;
}
.frm_style_formidable-style.with_frm_style .frm_progress_line.frm_show_lines .frm_current_page input[type="button"] {
    border-right-color: #d6d8dc !important;
}
.application-for-employment h1{
  font-size: calc(60px + 71 * (100vw - 300px) / 1620);
}
.frm_style_formidable-style.with_frm_style div.frm_description {
  font-size: 16px !important;
}
.frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading .frm_section_spacing{
  margin-bottom: 10px !important;
}
.frm_style_formidable-style.with_frm_style .frm_progress_line.frm_show_lines .frm_current_page input[type="button"]

 {
    border-right-color: #083f70 !important;
}


.wpcf7-form-control.wpcf7-submit {
	margin-top: 35px;
}
.wpcf7-response-output{
	color: #fff !important;
	border-color: #4CBCE2 !important;
}
#frm_form_1_container .frm_message{
	margin-bottom: 70px !important
}