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

Groupe Altis 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.
 */

.page-banner h1 {
    font-size: 54px;
}
 
.banner h1 {
    font-size: 80px;
	font-weight: 300;
	text-transform: uppercase;
}

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 ul {
    display: inline-block;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}
 
.navigation ul li {
    display: inline-block;
    margin: 2px 2px;
}
 
.navigation ul li a {
    display: inline-block;
    color: #000;
    border: 1px solid #dfd7d7;
    padding: 6px 13px;
    font-size: 16px;
}
 
.navigation ul li:hover> a, .navigation ul li.active> a {
    background: #000;
    color: #fff;
    border-color: #000;
}
 
  
.navbar-light .navbar-nav>.nav-item>.nav-link {
    font-size: 13px;
}
 
.navbar-light .navbar-nav>.nav-item {
    margin-left: 13px;
}
 
.about h3 {
    margin-bottom: 15px;
}
 .communities .section-title.white h3 {
    color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.navbar-light .navbar-nav>.nav-item, header.fixed .navbar-light .navbar-nav>.nav-item {
    margin-left: 7px;
}
 
.navbar-light .navbar-nav>.nav-item>.nav-link {
    letter-spacing: 0.5px;
    font-size: 11px;
}
 
}
 
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.navbar-light .navbar-nav>.nav-item, header.fixed .navbar-light .navbar-nav>.nav-item {
    margin-left: 10px;
}
 
.navbar-light .navbar-nav>.nav-item>.nav-link {
    font-size: 12px;
}
 
}
 
 
 
 .page-banner h1 {
    font-size: 54px;
}
 
.banner h1 {
    font-size: 80px;
}
 