/*
Theme Name: Outsource Direct
Theme URI: https://example.com/outsource-direct
Author: Your Name
Author URI: https://example.com
Description: Complete custom WordPress theme with logo, menus, and 4-section footer.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: Outsource
*/

@font-face {
  font-family: 'Tiempos';
  src: url('assets/fonts/TestTiemposText-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Tiempos Semibold';
  src: url('assets/fonts/TestTiemposText-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Tiempos Bold';
  src: url('assets/fonts/TestTiemposHeadline-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url('assets/fonts/gothampro.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

body{
  font-family: 'Gotham Pro',sans-serif!important;
}

h1, h2,h3, h4, h5 {
font-family: 'Tiempos Bold'!important;
}
h6 {
  font-family: 'Tiempos Semibold'!important;
}
.elementor-element-3e4055ee .elementor-element .elementor-heading-title {
  font-family: 'Tiempos Semibold'!important;
}
.elementor-element-25e8984 .elementor-element .elementor-heading-title {
  font-family: 'Tiempos Semibold'!important;
}
.elementor-element.elementor-element-c490a1b .elementor-heading-title {
  font-family: 'Tiempos Semibold'!important;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container{
    max-width: 1140px;
    margin: auto;
}
.elementor-43 .elementor-element.elementor-element-f31a21f .elementor-heading-title {
   font-family: 'Tiempos Bold'
}
.elementor-3 .elementor-element.elementor-element-db6393d .elementor-heading-title {
  font-family: 'Tiempos'!important
}

/* Terms and copndition form */

#form-two .wpcf7 p label {
  font-size: 16px;
  color: #333333;
  line-height: 1;
}
#form-two .wpcf7 .wpcf7-form {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
#form-two .wpcf7 input[type="text"]{
    background-color: transparent!important;
    border-color: #666!important;
    border-radius: 3px!important;
}
#form-two .wpcf7 input[type="email"], select {
    background-color: transparent!important;
    border-color: #666!important;
    border-radius: 3px!important;
}
#form-two .wpcf7 .wpcf7-form-control.wpcf7-submit {
background-color: transparent;
border: 1px solid #c36;
color: #c36;
border-radius: 3px;
font-size: 16px;
width: 100px;
transition: all .3s;
}
#form-two .wpcf7 .wpcf7-form-control.wpcf7-submit:hover{
  background-color:#c36 ;
  color: #fff;
}
*

** Contact Form 7 basics
**
**/

/* Padding*/

html {
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
	scroll-margin-top: 120px; 
}
body{
  font-family: 'Gotham Pro',sans-serif!important;
}

.wpcf7-form {
		
padding-left: 30px;
 
padding-right: 30px;
 
padding-bottom: 30px;

}
textarea, select, input[type=text], input[type=password], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=number], input[type=datetime] {
    -webkit-appearance: none;
    border: 1px solid #dedee5;
    outline: none;
    width: 100%;
    padding: 13px 15px;
    line-height: 1;
}

/* Form width  and border */

.wpcf7 {
  text-align: left;
  width: 100%;
  background-color: #FFFFFF;
  background-position: center;
  background-size: cover;
}
.wpcf7 p	{
		margin-bottom: 15px;
}
	
.wpcf7 p label{
	color : #6D7680;
	font-size:14px ;
    line-height:27.2px
	}

/* Input Field widths */

.wpcf7-text,
.wpcf7-textarea {
  width: 100%;
  border-radius: 4px;
  color: #EEEEEE;
}

.wpcf7-text {
  padding-left: 10px;
}

/* Input Field background */

.wpcf7 input[type="text"] {
     background-color: #F2F4F5;
    border-color: #B4C8D4;
}

.wpcf7 input[type="email"] {
     background-color: #F2F4F5;
    border-color: #B4C8D4;
}

.wpcf7 input[type="tel"] {
     background-color: #F2F4F5;
    border-color: #B4C8D4;
}

.wpcf7-textarea {
     background-color: #F2F4F5;
    border-color: #B4C8D4;
}

/* Input Field Text color */

input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea {
   
		color: #666666 !important;
		
}

/* Placeholder Text color */

::-webkit-input-placeholder { /* WebKit browsers */
color: #666666 !important;
opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #666666 !important;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #666666 !important;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #666666 !important;
opacity: 1;
}

.form-group .wpcf7-select{
	 background-color: #F2F4F5!important;
    border-color: #B4C8D4!important;
	border-radius: 3px!important
}	
.form-group.btn {
  width: 100%;
  text-align: center; /* center the wrapper horizontally */
}

/* The submit wrapper aligns relative to button */
.submit-wrapper {
  position: relative;
  display: inline-block; /* wrapper will only be as wide as the button */
  margin: 0 auto;
}

/* Style the CF7 button */
.my-custom-btn {
  border-width: 0;
  max-width: 200px;
  width: 100%; /* ensures button fills the wrapper width */
  background-color: #E44681;
  color: #ffffff;
  font-family: "Roboto", Sans-serif;
  font-size: 12px;
  font-weight: 400;
  border-radius: 25px;
  padding: 16px 40px 16px 60px; /* extra padding on right for icon space */
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-align: left; /* keep text aligned properly */
}

/* Icon relative to the button */
.submit-icon {
  position: absolute;
      left: 35px;
    top: 24px;
  transform: translateY(-50%);
  font-size: 13px;
  color: #ffffff;
  pointer-events: none; /* allows button click through */
}
.wpcf7-form-control.wpcf7-submit {
	border-width: 0;
	max-width: 200px;
    background-color: #E44681;
	color: #ffffff;
    font-family: "Roboto", Sans-serif;
	cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    border-radius: 25px 25px 25px 25px;
    padding: 16px 23px 16px 60px;
}		

/* Submit Button */

.wpcf7-form-control.wpcf7-submit {
	border-width: 0;
	max-width: 200px;
    background-color: #E44681;
	color: #ffffff;
    font-family: "Roboto", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    border-radius: 25px 25px 25px 25px;
    padding: 16px 23px 16px 023px;
}		

.wpcf7-form-control.wpcf7-submit {
		
	width: 100%;
		
}

/* Submit button Responsive */

@media screen and (max-width:480px){
.fm-form-container.fm-theme21 .fm-form .button-submit{
   width: 100% !important;
}
}

.form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.form-group {
  flex: 1;
  min-width: 200px; /* for smaller screens */
}
.form-group.btn{
text-align: center}

.pum-theme-266 .pum-container, .pum-theme-default-theme .pum-container {
	display: flex!important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
	background: #FFFFFF;
	width: 60%;
	border-radius:30px;
	padding: 60px 60px 40px;
	overflow: hidden
}
.pum-theme-266 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {background-color: transparent;
color: #000;
border: 0;
box-shadow: none;
right: 30px;
top: 20px;
font-weight: 800;
font-size: 22px;
}
.pum-theme-266 .pum-title, .pum-theme-default-theme .pum-title {
  font-family: 'Tiempos Bold' !important;
  font-size: 26px;
  line-height: 1.2em;
  color: #123247;
	text-align: center;
}
.pum-theme-266 .pum-content, .pum-theme-default-theme .pum-content .desc{
	text-align: center;
  font-family: sans-serif;
  font-size: 12px;
	padding-top: 10px;
  display: inline-block;
	color: #123247;
}

@media screen and (max-width:598px){
	.pum-theme-266 .pum-container, .pum-theme-default-theme .pum-container {
			padding: 40px 20px 30px;
}
	.pum-theme-266 .pum-title, .pum-theme-default-theme .pum-title {
		 font-size: 16px;
}
	.pum-theme-266 .pum-container, .pum-theme-default-theme .pum-container {
		width: 80%
	}
}

element.style {
}

.elementor-283 .elementor-element.elementor-element-9c8e172 .elementor-field-group .elementor-field {
    color: #000000;
}
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea {
    flex-basis: 100%;
    max-width: 100%;
}
.elementor-widget-form .elementor-field-group .elementor-field, .elementor-widget-form .elementor-field-subgroup label {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}
.elementor-field-group .elementor-field-textual:focus {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
}
.elementor-283 .elementor-element.elementor-element-9c8e172 .elementor-field-group .elementor-select-wrapper select {
    background-color: #F2F4F5!important;
    border-color: #B4C8D4!important;
}
@media screen and (max-width:1024px){
	.hfe-nav-menu #menu-item-27 .hfe-menu-item{
		display: none
	}
}
.my-sticky-header.shrink .elementor-element-a962e7a .elementor-button {
  background-color: #e44681 !important;
  border-color: transparent !important;
  color: #fff !important;
}

.hfe-nav-menu #menu-item-27 .hfe-menu-item{
	  background-color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  color: #123247;
  border: 1px solid #123247;
  border-radius: 25px;
  padding: 14px 22px;
  text-decoration: none;
  transition: all 0.3s ease;
	margin-left: 20px;
}
.hfe-nav-menu #menu-item-27 .hfe-menu-item:hover{
	background: #E44681;
  color: white;
  border-color: transparent;
}



.my-sticky-header {
  position: fixed; /* FIXED to keep it visible */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: white;
  transition: all 0.3s ease;
  transform: translateY(0);
}

/* When shrink class is active (after scroll) */
.my-sticky-header.shrink {
  background-color: #fff;
  transform: translateY(0); /* Ensure it's locked in place */
}
.elementor-element.copyright .elementor-shortcode {
	color: #FFFFFF80!important;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.custom-select {
  /* Remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
  /* Add padding for the arrow */
  padding-right: 30px;
  background: white url('https://cdn-icons-png.flaticon.com/512/60/60995.png') no-repeat right 10px center;
  background-size: 16px 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.has-icon.wpcf7-submit {
  position: relative;
  padding-right: 2.2em; /* space for the icon */
}

/* Use ::after to add SVG as a background */
.has-icon.wpcf7-submit::after {
  content: '';
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M13.172 12l-4.95-4.95 1.414-1.414L16 12l-6.364 6.364-1.414-1.414z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.elementor-422 .elementor-element.elementor-element-7fbb08c .elementor-heading-title {
	font-family: 'Tiempos Semibold'!important;
}
.form-group.btn {
    text-align: center;
    position: relative;
}

.submit-icon {
    position: absolute;
    left: 16%;
    top: 24px;
    transform: translateY(-50%);
    font-size: 14px;
    color: #ffffff;
    pointer-events: none;
}