/*!
Theme Name: Patrick
Theme URI: Marketing Websites
Author: Marketing Websites
Author URI: Marketing Websites
Description: Custom Theme Development for Patrick
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: patrick
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Patrick is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

input.wpcf7-form-control.wpcf7-not-valid{
	border-bottom: 2px solid #f00 !important;
}
span.wpcf7-not-valid-tip{
	display:none;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	display:inline-block !important; 
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
	display:inline-block !important;
}


/* ✅ Success message (form sent) */
.wpcf7 form.sent .wpcf7-response-output,  {
	background: #f6f4ee; /* soft beige or light neutral background */
	color: #0a3a2a; /* elegant dark green accent */
	border: 2px solid #0a3a2a;
	padding: 1rem 1.5rem;
	border-radius: 12px;
	font-family: 'Poppins', 'Helvetica Neue', sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	max-width: 500px;
	margin: 1.5rem auto;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	opacity: 0;
	animation: fadeInUp 0.6s ease forwards;
}

/* ❌ Error message (validation failed or required fields missing) */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output, .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{
	background: #fdf2f2; /* soft red background */
	color: #8b0000; /* deep red text */
	border: 2px solid #e63946; /* elegant red border */
	padding: 1rem 1.5rem;
	border-radius: 12px;
	font-family: 'Poppins', 'Helvetica Neue', sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	max-width: 500px;
	margin: 1.5rem auto;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	opacity: 0;
	animation: fadeInUp 0.6s ease forwards;
}

/* ⚠️ Individual field validation tips (inline error under fields) */
.wpcf7-not-valid-tip {
	color: #e63946; /* red accent for field warnings */
	font-size: 14px;
	margin-top: 4px;
	font-weight: 500;
}

/* ✨ Fade-in animation for both messages */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.otgs-development-site-front-end{
	display:none;
}

/**/
.modal-backdrop {
    z-index: 99999;
}
 
.modal {
    z-index: 999999;
    padding: 0px !important;
}
 
.modal.guide .modal-content {
    border-radius: 0px;
}
 
.modal.guide .modal-body {
    padding: 70px 30px 70px 30px;
}
 
.modal.guide .form-control {
    background: none;
    border-radius: 0px;
    padding: 0px 15px;
    margin-bottom: 18px;
    height: 55px;
    color: #000;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    border: none;
    border: 1px solid #000 !important;
    font-weight: 300;
    outline: none !important;
    box-shadow: none !important;
}
 
.modal.guide .form-control::-webkit-input-placeholder {
    color: #000;
}
 
.modal.guide button.btn-close {
    font-size: 17px;
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 1;
}
 
.modal.guide button.btn-close svg,
.modal.guide button.btn-close i {
    opacity: 0;
}
 
.modal.guide .modal-dialog {
    max-width: 600px !important;
}
 
.modal.guide .btn-default {
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}
 
.modal.guide .btn-default:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}
 
 
/**/
.footer .logo img {
    filter: none;
}
 
 
/**/
.evaluation-box .cf7mls_next.action-button,
.evaluation-box .cf7mls_back.action-button,
.evaluation-box .action-button,
.cf7mls-btns.cf7mls-btns-last-step .cf7mls_back.action-button {
    margin-bottom: 5px;
    opacity: 1 !important;
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: visible;
    width: max-content;
    min-width: 180px;
    color: #fff !important;
    font-family: "Montserrat", sans-serif;
    background: none;
    border: 1px solid #fff;
    outline: 0px;
    padding: 0px 30px !important;
    font-size: 12px;
    line-height: 63px !important;
    border-radius: 0px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-transform: uppercase;
    letter-spacing: .4em;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}
 
.evaluation-box .cf7mls_next.action-button:hover,
.evaluation-box .cf7mls_back.action-button:hover,
.evaluation-box .action-button:hover {
    border-color: transparent !important;
    background-image: linear-gradient(to top, #000000, #1c1c1c, #323232, #494949, #616161) !important;
    color: #fff !important;
}
 
.evaluation-box .navigate-btns button[type="submit"] {
    margin-left: auto;
}
 
.evaluation-box .checkbox-group span.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
 
.evaluation-box .checkbox-group .wpcf7-list-item {
    flex: 0 1 calc(50% - 10px);
    margin: 0px;
    color: #fff;
    margin-bottom: 25px !important;
    font-size: 16px;
    font-weight: 500;
}
 
.evaluation-box .checkbox-group .wpcf7-list-item label {
    margin: 0;
}
 
.evaluation-box input[type="submit"].btn-default, .evaluation-box button[type="submit"].btn-default {
    margin-left: auto;
}
 
input[type="submit"], button[type="submit"] {
    transition: all .3s;
}
 
.evaluation-box input[type="checkbox"] {
    margin-right: 7px;
}
 
span.wpcf7-list-item {
    margin: 0px;
}
 
@media only screen and (max-width:767px) {
.evaluation-box .form-control {
    font-size: 13px;
}
 
.evaluation-box .cf7mls_next.action-button, .evaluation-box .cf7mls_back.action-button, .evaluation-box .action-button, .cf7mls-btns.cf7mls-btns-last-step .cf7mls_back.action-button {
    font-size: 12px;
    line-height: 45px !important;
    letter-spacing: 1px;
    padding: 0px 15px !important;
    min-width: 100px;
}
 
.evaluation-box .checkbox-group .wpcf7-list-item {
    flex: 0 1 calc(100% - 0px);
    margin-bottom: 14px !important;
    font-size: 15px;
}
 
.evaluation-box input[type="checkbox"] {
    width: 22px !important;
}
 
.modal.guide .modal-body {
    padding: 70px 20px 70px 20px;
}
 
 
.footer .contact-list li:first-child, .footer .contact-list li:nth-child(2) {
    width: 100%;
    margin-right: 0;
    text-align: center;
}
 
.footer .contact-list li:first-child a, .footer .contact-list li:nth-child(2) a {
    justify-content: center;
    width: max-content;
    margin: 0 auto;
}
 
}
 
@media only screen and (min-width:768px) and (max-width:991px) {
.evaluation-box .cf7mls_next.action-button, .evaluation-box .cf7mls_back.action-button, .evaluation-box .action-button, .cf7mls-btns.cf7mls-btns-last-step .cf7mls_back.action-button {
    font-size: 12px;
    line-height: 55px !important;
    letter-spacing: 2px;
    min-width: 160px;
    padding: 0px 12px !important;
}
 
}
 
 @media only screen and (min-width: 768px) and (max-width: 991px) {
    .evaluation-box label {
        font-size: 14px;
    }
}