/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.spangreen span {
	color: #fff !important;
}

h1 a {
	text-decoration: none !important;
}

.flexbox p{
	display: flex; justify-content: space-between; gap: 10px; margin-bottom: 10px;
}
.flexbox p > span {
	width: 100%; max-width: 100%;
} 

input[type="text"], input[type="email"], textarea, input[type="tel"] {
    background-color: #eee;
	height: 50px;
    padding: 10px 20px;
	border: 0px;
    border-radius: 0px;
	width:100%;
}
 textarea {
	height: 150px;
	margin-bottom: 15px
}

input[type="tel"]::placeholder,
input[type="text"]::placeholder, 
input[type="email"]::placeholder, 
textarea::placeholder {
    color: #000;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
}
input[type="tel"]:focus,
input[type="text"]:focus, 
input[type="email"]:focus, 
textarea:focus {
    border-color: #007bff;
    outline: none;
    background-color: #e6f7ff;
}

.wpcf7-submit {
    color: #fff;
	border: 1px solid #96A65F;
	border-radius: 0;
	background: #96A65F;
    padding: 16px 32px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    max-width: 220px;
    display: flex;
    margin: auto;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

#cardone {
	height: 561px !important; display: flex; justify-content: end; align-content: start;
}

.glsr-review {
  width: 100%;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  padding: 24px 28px;
  font-family: "Inter", "Helvetica Neue", sans-serif;
  color: #333;
  transition: all 0.25s ease;
}

.glsr-review:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.glsr-review-title h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 6px 0;
  color: #111;
}

.glsr-review-rating {
  margin-bottom: 8px;
}

.glsr-stars {
  display: inline-flex;
  gap: 2px;
}

.glsr-star {
  color: #f5b301;
  font-size: 1.2rem;
}

.glsr-review-date {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 16px;
}

.glsr-review-content {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 16px;
}

.glsr-review-content p {
  margin: 0;
  font-style: italic;
}
.page-id-78 #addingpadding {
	padding-top: 82px;
}
.page-id-78 footer #formgone,
.glsr-review-author {
  display: none !important;
}

.glsr-review + .glsr-review {
  margin-top: 20px;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
  font-family: "Inter", "Helvetica Neue", sans-serif;
}

.nav-links a,
.nav-links span.page-numbers {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  color: #444;
  background: #96A65F;
  border: 1px solid #96A65F;
  transition: all 0.25s ease;
}

.nav-links .current {
  background: #96A65F;
  color: #fff;
  border-color: #96A65F;
  cursor: default;
}
.nav-links a:hover {
  background: #96A65F;
  color: #fff;
  border-color: #96A65F;
}

.nav-links .next {
  font-weight: 600;
}

.nav-links a:focus {
  outline: 2px solid #96A65F;
  outline-offset: 2px;
}

.nav-links {
  flex-wrap: wrap;
}

.uris-slider-post-title {
    font-family: "Playfair Display", Sans-serif;
    font-size: 40px;
    font-weight: 800;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    color: #96A65F;
	text-align: center;
}
#slideeverythingone .swiper-slide {
 border-radius: 20px !important;
	overflow: hidden;
}
@media (max-width: 1920px) {
	.w100p {
		width: 100% !important;
		max-width: 100% !important;
	}
}
@media (max-width: 1790px) {
	.w1001p {
		width: 100% !important;
		max-width: 100% !important;
	}
}
@media (max-width: 767px) {
	.glsr-review {
		padding: 20px;
	  }
	  .glsr-review-title h4 {
		font-size: 1.1rem;
	  }
	.nav-links a,
	  .nav-links span.page-numbers {
		padding: 8px 12px;
		font-size: 0.9rem;
	  }
	.flexbox p{
		flex-direction: column;
	}
	#menumobile {
		background: #96A65F;
		position: fixed;
	}
}
