/* 
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 */
.input-container p {
  	display: flex;
	justify-content: space-between;
	padding-bottom: 14px;
	gap: 6px;
}

.input-container p span {
	width: 100%;
	max-width: 100%;
}

input[type="text"], input[type="email"], textarea, input[type="tel"] {
    background-color: #EDEDED;
    padding: 10px 0 10px 20px;
	border: 0px;
    border-radius: 0px;
	box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2);
	width:100%;
	height: 60px;
}
form textarea {
	height: 180px;
	margin-bottom: 15px
}
input[type="tel"]::placeholder,
input[type="text"]::placeholder, 
input[type="email"]::placeholder, 
textarea::placeholder {
    color: #202020;
    font-family: Arial;
    font-size: 15px;
}
input[type="tel"]:focus,
input[type="text"]:focus, 
input[type="email"]:focus, 
textarea:focus {
    border-color: #007bff;
    outline: none;
    background-color: #e6f7ff;
}
input.wpcf7-email {
	margin: unset;
}
.wpcf7 p {
	margin-block-end: -0.1rem;
}
.wpcf7-list-item {
	margin: 0 0 9px 0;
}

#contactinerform .wpcf7-list-item-label {
	color: #000 !important;
}
.wpcf7-submit {
    color: #fff;
	border: 1px solid #02214d;
	border-radius: 0;
	background: #CC0000;
    padding: 20px 32px;
    font-family: Poppins;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: .3px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    max-width: 202px;
    display: flex;
    margin: auto;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

a {
	text-decoration: unset !important;
}
.learnmore {
	text-decoration: 1px #CE0000  underline !important;
	text-underline-offset: 5px;
}
.glsr-reviews {
	grid-gap: unset !important;
	gap: unset;
}
.glsr-review {
  max-width: 820px;
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  margin: 20px auto;
  box-shadow: 0 8px 20px rgba(0,0,0,0.5);
  font-family: "Segoe UI", Tahoma, sans-serif;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.glsr-review:hover {
  transform: translateY(-4px);
}

.glsr-review-title h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 0 0 6px 0;
}

.glsr-review-rating .glsr-stars {
  color: #f1c40f;
  margin-bottom: 8px;
}

.glsr-review-date {
  font-size: 0.9rem;
  color: #95a5a6;
  margin-bottom: 14px;
}

.glsr-review-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #34495e;
  margin: 0 0 10px 0;
}
.navigation {
  text-align: center;
  margin: 30px auto;
  font-family: "Segoe UI", Roboto, sans-serif;
}

.navigation .nav-links {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 0;
	flex-wrap: wrap;
}

.navigation .page-numbers {
  display: inline-block;
  padding: 8px 14px;
  font-size: 16px;
  color: #333;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.navigation .page-numbers:hover {
  background: #D80100;
  color: #fff;
  border-color: #0073e6;
}

.navigation .page-numbers.current {
  background: #D80100;
  color: #fff;
  border-color: #D80100;
  cursor: default;
}

.navigation .page-numbers.dots {
  background: transparent;
  border: none;
  padding: 8px;
  color: #999;
  cursor: default;
}

.navigation .page-numbers.prev,
.navigation .page-numbers.next {
  font-weight: 600;
}

#slideone .swiper-button-next, #slideone .swiper-button-prev  {
	position: absolute !important;
	background-image: url(/wp-content/uploads/2025/09/s20.png) !important;
	height: 28px !important;
	width: 28px !important;
	bottom: -21px !important;
	right: 0px;
	top: unset;
}
#slideone .swiper-button-prev {
	background-image: url(/wp-content/uploads/2025/09/s19.png) !important ;
	left: unset !important;
	right: 33px !important;
}
.glsr-review-author,
#slideone .swiper-button-next svg, #slideone .swiper-button-prev svg, 
.page-id-27 .containerform, .page-id-27 .containerinfo {
	display: none !important;
}

.rpt_style_basic .rpt_plan .rpt_head .rpt_price {
    font-size: 35px !important;
    line-height: 2em !important;
}

@media (max-width: 1750px) {
	body {
		min-width: 1750px;
	}
}
@media (max-width: 1366px) {
	body {
		min-width: unset;
	}
}
@media (max-width: 767px) {
	.input-container p br {display: none;}
	.input-container p {
		flex-direction: column;
		gap: 6px;
	}
	#slideone .swiper-button-next {
		right: 40%;
	}
	#slideone .swiper-button-prev {
		right: 55% !important;
	}
}
