/*!
Theme Name: hando
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: hando
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.

hando 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/
*/
:root {
  --primary-color: #1D4ED8;
  --secondary-color: #F9F9F9;
  --title-color: #00202E;
  --text-color: #B5BFCA;
  --text-color2: #485E79;
  --text-color3: #212A40;;
  --text-link-color: #0165FC;
  --border-radius: 8px;  
  --shade-color: #E6F0FF;
}
*, *:before, *:after {
  box-sizing: inherit;
}
 body, head{
	padding: 0;
	margin: 0;
	font-family: 'Manrope', sans-serif;
 }
 button{
	font-family: 'Manrope', sans-serif;
 }
 p{
	margin:0 0  24px;
	line-height: 150%;
 }
 p:last-child{
	margin-bottom: 0;
 }
 #page{
  position: relative;
}
header.site-header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.lang-container{
  position: relative;
}
.lang-container .btn-lang{
  background: #fff;
  border-radius: 8px;
  color: #666;
  border: none;
  font-size: 16px;
  font-weight: 600;
  gap: 5px;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.lang-container .btn-lang img{
  width: 20px;
  height: 20px;
}
.lang-container:hover .btn-lang{
  background: var(--primary-color);
  color: #fff;
}
.lang-container:hover .btn-lang img{
  filter: brightness(0) invert(1);
}
.lang-container .lang-list{
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border-radius: 8px;
  margin: 0;
  list-style: none;
  padding: 0px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
  overflow: hidden;
}
.lang-container .lang-list li{ 
  cursor: pointer;
  width: 75px;

}
.lang-container .lang-list li:hover{
  background: #f0f0f0;
}
.lang-container .lang-list li a{
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 10px;
  text-decoration: none;
  color: #666;
  font-weight: 700;
	text-transform: uppercase;
}
.mobile-nav-container{
	display: none;
}
h3.elementor-icon-box-title{
  margin-top: 0;
}
footer a{
	color: #fff;
	text-decoration: none;
}
footer a:hover{
	color: #fff;
	text-decoration: underline;
}
.contact-popup-container{
  display: none;
}
.contact-popup-container.active , .contact-popup-container{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  overflow-y: auto;
}
body.overflow-hidden{
  overflow: hidden;
  height: 100%;
  height: 100vh;
}
.contact-popup-form h2{
  color: #212A40; 
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 50.4px */
  letter-spacing: -2px;
}
.contact-popup-close-btn{
  border-radius: 8px;
  background: var(--shade-color);
  padding: 10px 20px;
  color:var(--primary-color);
  border: none;
}
.floating-button{
  position: fixed;
  bottom: 220px;
  right: 20px;
  z-index: 9999;
 
}
.floating-button a{
  border-radius: 50%;
  background: #fff; 
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
  width: 60px;
  height: 60px;
}
.contact-popup-form {
  width: 100%;
  max-width: 800px;
  margin: 100px auto 0;
  padding: 40px 32px;
  background: #fff;
  border-radius: 16px;
}
.contact-header{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.contact-header h2{
  font-size: 36px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -2px;
  margin: 0;
}

.contact-popup-form{
  width: 100%;
  max-width: 800px;
  margin: 100px auto 0;
  padding: 40px 32px; 
  background: #fff;
  border-radius: 16px;
}
.page-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px; 
}
.form-container {
  width: 100%; 
}
.form-container .d-flex{
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.form-container .d-flex .col6{
  flex: 0 0 calc(50% - 12px);
  max-width: calc(50% - 12px);
}
.form-container .d-flex .col12{
  flex: 0 0 100%;
  max-width: 100%;
}
.form-container .form-group {
  width: 100%;
  border-radius: 8px; 
  margin-bottom: 24px;
  display:inline-block;
}
.form-container .form-input {
  width: 100%;
  padding: 10px; 
  border-radius: 8px;
  margin-bottom: 5px;
  display:inline-block;
  box-sizing: border-box; 
  height: 56px; 
  background: #F3F6FA;
  font-family: 'Manrope', sans-serif;
  border: none;
  font-size: 16px;
}
.form-container .form-label {
  font-size: 16px; 
  margin-bottom: 5px;
  display:inline-block;
  color: var(--title-color);
}
.form-container .form-label .red{
  color: #dc3545;
}
.form-container .wpcf7-list-item{
  margin-right: 20px;
  margin-left: 0;
}
.form-container .btn-form-submit {
  padding: 8px;
  border: 1px solid transparent;
  border-radius: 8px;
  width: 146px;
  gap: 10px;
  background:#1D4ED8;
  cursor: pointer;
}
.errorTrue{
  color: #dc3545;
  font-size: 12px;
  padding-bottom: 10px;
}
.form-container  textarea.form-input{
  height: 120px;
}

.form-container .btn-form-submit {
  padding: 8px;
  border: 1px solid transparent;
  border-radius: 8px;
  width: 146px;
  gap: 10px;
  background: #1D4ED8;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
}
.form-container .wpcf7-not-valid-tip{
  font-size: 12px;
  color: #dc3545; 
}
 
.form-container .wpcf7-not-valid .form-input{
  border: 1px solid #dc3545;
}

/* Thank You Popup Styles */
.thank-you-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.thank-you-popup.active {
  opacity: 1;
  visibility: visible;
  display: flex;
}

.thank-you-content {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
  text-align: center;
  position: relative;
  transform: translateY(-100px);
  transition: transform 0.3s ease;
  margin: 100px auto;
}

.thank-you-popup.active .thank-you-content {
  transform: translateY(0);
}

.thank-you-message h2 {
  color: #333;
  margin-bottom: 20px;
  font-size: 24px;
}

.thank-you-message p {
  color: #666;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
}

.thank-you-close-btn {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s ease;
}

.thank-you-close-btn:hover {
  background: #0056b3;
}

.wpcf7 form .wpcf7-response-output{
  margin: 20px 0 0;
}
.img-container.no-img{
  border: 1px solid #ececec;
  border-radius: 8px;
}
/* Responsive Styles */
@media screen and (max-width: 768px) {
  .thank-you-content {
    padding: 30px 20px;
    width: 95%;
  }
  
  .thank-you-message h2 {
    font-size: 20px;
  }
  
  .thank-you-message p {
    font-size: 14px;
  }
  
  .thank-you-close-btn {
    padding: 10px 25px;
    font-size: 14px;
  }
}