/*!
Theme Name: Christopher Knight
Theme URI: http://underscores.me/
Author: Moinahemad Mansuri
Author URI: https://lionstechnologies.com
Description: Custsom Developed theme for Christopher Knight
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: christopher-knight
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.

Christopher Knight 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;
}



/**/
.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;
	overflow: visible;
	width: max-content;
	color: #000 !important;
	border: none;
	font-family: "Montserrat", sans-serif;
	background: #fff;
	outline: 0px;
	padding: 0px 35px !important;
	font-weight: bold;
	font-size: 13px;
	line-height: 55px !important;
	border-radius: 100px;
	transition: all .3s ease-in;
	text-transform: uppercase;
	letter-spacing: 2px;
	min-width: inherit;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
}

.evaluation-box .cf7mls_next.action-button:hover,
.evaluation-box .cf7mls_back.action-button:hover,
.evaluation-box .action-button:hover {
	background: #fff !important;
	color: #000 !important;
	border-color: #000 !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-body {
	padding: 70px 30px 70px 30px;
	background: #eeeeee;
}

.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 .modal-body .form-control {
	margin-bottom:15px;
	background:none;
	border:0px;
	border-radius:0px;
	border-bottom:1px solid #000;
}

.modal.guide .btn-default {
	display: block;
	margin: 0 auto;
	background-color: transparent;
	margin-top: 25px;
	color: #fff;
	background: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 45px;
	border-radius: 100px;
	padding: 0px 30px;
}

.modal.guide .btn-default:hover {
	color: #fff;
	border-color: #000;
	background: #000;
}



/*** NEIGHBORHOODS details page ***/
.lavalcontent {
	padding: 70px 0px 70px 0px;
	overflow: hidden;
	background: #ececec;
}

.lavalcontent .bgwhite {
	background: #fff;
	padding: 20px 20px;
}

.lavalcontent .nav-tabs {
	border: none;
	justify-content: center;
	margin-bottom: 50px;
}

.lavalcontent .nav-tabs li {
	margin: 0px 10px;
}

.lavalcontent .nav-tabs li a {
	display: inline-block;
	background: #000;
	color: #fff;
	line-height: 55px;
	padding: 0px 25px;
	font-size: 16px;
	border-radius: 4px;
	min-width: 180px;
	border: none;
	text-align: center;
	text-transform: capitalize;
}

.lavalcontent .nav-tabs li a.active  {
	color: #000;
	background-color: none;
	border:1px solid #000;
}

.lavalcontent .table {
	background: #fff;
	padding: 40px;
}

.lavalcontent .table tr:first-child td {
	border: none;
}

.lavalcontent .table tr td {
	font-size: 15px;
	color:#000;
	padding: 20px 20px;
}

.lavalcontent h3 {
	color: #000;
	position: relative;
	font-size: 35px;
	line-height: 1.1;
	margin-bottom: 17px;
	letter-spacing: 1px;
}

.lavalcontent h4 {
	color: #000;
}

.lavalcontent .tp {
	margin-bottom: 40px;
}

.lavalcontent .bgs {
	background: #fff;
	padding: 40px 40px;
	border-radius: 15px;
}

.lavalcontent .bgs h3 {
	font-size: 22px;
}

.lavalcontent #nav-contact .bgs h3 {
	font-size: 18px;
	padding: 0;
	color: #000;
	font-weight: 600;
}

.lavalcontent #nav-contact .bgs ul {
	padding-left: 15px;
}

.lavalcontent #nav-contact .bgs ul a:hover {
	color: #000e35;
}

.lavalcontent .section-title {
	display: inline-block;
	text-align: center;
	margin-bottom: 0;
}

.lavalcontent .sectors img{
	aspect-ratio: 1 / .56;
	object-fit: cover;
	width: 100%;
}
.lavalcontent .links h6,.about .links h6 {
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
}
.lavalcontent .links h6 img ,.about .links h6 img{
	max-height: 20px;
	margin-right: 15px;
}

.full-content b, strong {
    font-weight: 600;
	font-size:18px;
}