/*!
Theme Name: Gomez
Theme URI: http://underscores.me/
Author: Moinahemad H Mansuri
Author URI: https://lionstechnologies.com/
Description: Custom Theme Development for Gomez
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: gomez
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.

Gomez 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;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
  
.navigation li {
    display: inline;
}
  
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #0043ff;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
  
.navigation li a:hover,
.navigation li.active a {
    background-color: #ff1200;
}
 .form-check {
    padding-left: 40px;
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
    position: relative;
}
 
.form-check .form-check-input {
    float: left;
    margin-left: 0;
    width: auto;
    height: auto;
    border: none;
    padding: 0;
    border-radius: 0;
    width: 100%;
    position: relative;
}
 
.wpcf7-list-item {
    display: inline-block;
    margin: 0;
    width: 100%;
}
 
.form-check .form-check-input input {
    min-width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: -40px;
}
 
.contact-form .wpcf7-form {
    overflow: visible;
}
 
.wpcf7-list-item {
    margin: 0 !important;
}
 /**/
.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;
    outline: 0px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: max-content;
    color: #fff !important;
    border: 1px solid #0043ff;
    background: #0043ff;
    outline: 0px;
    padding: 0px 30px !important;
    font-size: 14px;
    line-height: 58px !important;
    border-radius: 0px;
    letter-spacing: 0.2em;
    min-width: 200px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
 
.evaluation-box .cf7mls_next.action-button:hover,
.evaluation-box .cf7mls_back.action-button:hover,
.evaluation-box .action-button:hover {
    background: #000e35 !important;
    border-color: #000e35 !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;
}
 
/**/
.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: 1px;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    border: 1px solid #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    outline: none !important;
    box-shadow: none !important;
}
 
.modal.guide .section-title h2 {
    font-size: 50px;
}
 
.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 .wpcf7-form {
    overflow: visible;
}
 
.page-banner .form-check label {
    position: relative;
}
 
.page-banner .form-check .wpcf7-list-item input {
    min-width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: -40px;
}
 
.form-check .form-check-input:hover,
.form-check .form-check-input:focus {
    background: none !important;
    outline: none !important;
}

@media only screen and (max-width:767px) {
.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 {
    line-height: 45px !important;
    padding: 0px 15px !important;
    font-size: 12px !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 label {
    font-size: 14px;
}
 
.evaluation-box .checkbox-group label {
    font-size: 14px;
}
 
.evaluation-box input[type="checkbox"] {
    width: 25px !important;
    height: 25px;
    margin-right: 5px;
}
 
.evaluation-box p {
    margin-bottom: 10px;
}
 
.modal.guide .modal-body {
    padding: 70px 15px;
}
 
}
 
@media only screen and (min-width: 768px) and (max-width: 991px) {
.evaluation-box .btn-default.bordered span {
    font-size: 10px;
    letter-spacing: 0px;
}
 
.evaluation-box label {
    font-size: 14px;
}
 
 
}
 
.modal.guide .section-title h2 {
    margin-top: 0;
    margin-bottom: 8px;
}
 