.elementor-7583 .elementor-element.elementor-element-7ad3677:not(.elementor-motion-effects-element-type-background), .elementor-7583 .elementor-element.elementor-element-7ad3677 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://privateinvestigatoroklahomacity.com/wp-content/uploads/2022/11/01.webp");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-7583 .elementor-element.elementor-element-7ad3677{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-90px;margin-bottom:0px;padding:200px 0px 150px 0px;}.elementor-7583 .elementor-element.elementor-element-7ad3677 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-7583 .elementor-element.elementor-element-1b48e2c .elementor-heading-title{color:#FFFFFF;font-family:"Gilroy", Sans-serif;font-size:47px;font-weight:700;line-height:54px;}.elementor-7583 .elementor-element.elementor-element-420d704 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(11px/2);}.elementor-7583 .elementor-element.elementor-element-420d704 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(11px/2);}.elementor-7583 .elementor-element.elementor-element-420d704 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(11px/2);margin-left:calc(11px/2);}.elementor-7583 .elementor-element.elementor-element-420d704 .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-11px/2);margin-left:calc(-11px/2);}body.rtl .elementor-7583 .elementor-element.elementor-element-420d704 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-11px/2);}body:not(.rtl) .elementor-7583 .elementor-element.elementor-element-420d704 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-11px/2);}.elementor-7583 .elementor-element.elementor-element-420d704 .elementor-icon-list-icon i{color:var( --e-global-color-secondary );}.elementor-7583 .elementor-element.elementor-element-420d704 .elementor-icon-list-icon svg{fill:var( --e-global-color-secondary );}.elementor-7583 .elementor-element.elementor-element-420d704{--e-icon-list-icon-size:19px;--e-icon-list-icon-align:left;--e-icon-list-icon-margin:0 calc(var(--e-icon-list-icon-size, 1em) * 0.25) 0 0;}.elementor-7583 .elementor-element.elementor-element-420d704 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-7583 .elementor-element.elementor-element-420d704 .elementor-icon-list-item > a{font-family:"Quicksand", Sans-serif;font-size:20px;font-weight:500;line-height:25px;}.elementor-7583 .elementor-element.elementor-element-4598d85{text-align:left;}.elementor-7583 .elementor-element.elementor-element-32a41b8f:not(.elementor-motion-effects-element-type-background), .elementor-7583 .elementor-element.elementor-element-32a41b8f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-7583 .elementor-element.elementor-element-32a41b8f{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:70px 0px 70px 0px;}.elementor-7583 .elementor-element.elementor-element-32a41b8f > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}:root{--page-title-display:none;}@media(max-width:1024px) and (min-width:768px){.elementor-7583 .elementor-element.elementor-element-5adc1cf{width:100%;}.elementor-7583 .elementor-element.elementor-element-e3d1c3a{width:100%;}}@media(max-width:1024px){.elementor-7583 .elementor-element.elementor-element-7ad3677{padding:150px 0px 100px 0px;}}@media(max-width:767px){.elementor-7583 .elementor-element.elementor-element-7ad3677{padding:140px 0px 70px 0px;}.elementor-7583 .elementor-element.elementor-element-1b48e2c .elementor-heading-title{font-size:35px;line-height:37px;}.elementor-7583 .elementor-element.elementor-element-420d704{--e-icon-list-icon-size:17px;}.elementor-7583 .elementor-element.elementor-element-420d704 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-7583 .elementor-element.elementor-element-420d704 .elementor-icon-list-item > a{font-size:16px;}}/* Start custom CSS for shortcode, class: .elementor-element-768cb8b *//* General Form Styling */
.container {
    
    margin: auto;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

h2, h3 {
    color: #333;
 
  text-transform: capitalize;

    
    margin-bottom: 10px;
}

p {
    font-size: 16px;
    line-height: 1.5;
    color: #555;
}
input[type="date"]{
    height: 20px;
    width: 200px;
    border:2px solid black;
    margin-left: 20px;
    
}
#date{
        display: flex;

    flex-direction: row;
    justify-content: center;
    
}
/* Styling for CF7 Input Fields */
input[type="text"]

 {
     
    margin-left: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    color: red;
    font-weight: bold;
    
}


/* Signature Field */


/* Placeholder Styling */
::placeholder {
    color: red;
    font-style: italic;
}

/* Submit Button */
.button {
    display: block;
    background: #007bff;
    color: white;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    

}



.wpcf7-form-control-signature-body canvas{
    border:2px solid black;
    background: white;
     
    
}
.textarea{
   
}
input[type="text"] {
    margin-top: 20px;
  max-width: 300px;
  height: 40px;
  
  display: inline-block;
  vertical-align: middle;
}

/* Responsive Design */
@media (max-width: 600px) {
    .container {
        padding: 15px;
    }
    p {
        font-size: 14px;
    }
    input, textarea {
        font-size: 14px;
        width:100%;
    }
}
input[type="button"] {
  margin-top: 5px;
  width: 70px;
  font-size: 16px;
  padding: 4px 8px;
  color: #de474b;
  border: 1px solid #de474b;
  background: none;
  display: block;
}
.button:hover {
    background: #0056b3;
}
.wpcf7 p{
    text-transform: none;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://privateinvestigatoroklahomacity.com/wp-content/uploads/2022/10/Gilroy-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://privateinvestigatoroklahomacity.com/wp-content/uploads/2022/10/Gilroy-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://privateinvestigatoroklahomacity.com/wp-content/uploads/2022/10/Quicksand-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://privateinvestigatoroklahomacity.com/wp-content/uploads/2022/10/Quicksand-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://privateinvestigatoroklahomacity.com/wp-content/uploads/2022/10/Quicksand-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */