/*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
*/
body{background:#F8F8F8;}
.footer-form input {
    outline: none;
    border: 1px solid #746451;
    border-radius: 200px;
    background: rgba(255, 255, 255, 0.66);
     padding: 17px 17px 15px 17px;
	width:100%;
    /* display: flex; */
}
form p{margin:0 !important;}
/* .footer-form-parent form {
    display: flex;
    gap: 7px;
} */
.footer-form-parent .footer-form-sub {
    display: flex;
    gap: 7px;
}
.footer-form-parent input.wpcf7-submit.footer-btn {
    border-radius: 38px;
}
.footer-form input::placeholder {
    color: rgba(69, 69, 69, 0.60);
    font-family: Lora;
    font-size: 20px;
    font-weight: 400;
}
.who-we-are ul li .elementor-icon-list-text span { font-weight:700;}
.who-we-are-img::before {
    content: "";
    background: #746451;
    height: 599px;
	width:97%;
/*     width: 637px; */
    position: absolute;
    border-radius: 21px;
    z-index: -1;
    top: -34px;
    left: -30px;
}

/* contact form */
.contact-form-parent .contact-form  {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

 .contact-form-parent .contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form-parent .contact-form label {
/*   display: block; */
  margin-bottom: 6px;
  font-weight: 500;
  color: #333;
	display: flex;
    flex-direction: column;
    gap: 9px;
	font-size:15px;
		font-family: 'Lora';
}

.contact-form-parent .contact-form .form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #eee;
  border-radius: 25px;
  font-size: 14px;
	font-family:'Lora';
  outline: none;
}

/* .contact-form-parent .contact-form textarea.form-control {
  min-height: 120px;
  border-radius: 12px;
} */

.contact-form-parent .contact-form .btn-submit,.contact-form-parent .contact-form .btn-submit:hover {
  width: 100%;
  background: #746451;
  color: #fff;
  border-radius: 200px;
  border: 1px solid #C6AC8F;
  padding: 12px;
  font-size: 16px;
  cursor: pointer;
}

.contact-form-parent .contact-form .btn-submit:hover {
	border: 1px solid #746451;
  background: #fff;
	color:#746451;
	transition:0.3s ease-in-out;
}
.contact-form-parent .contact-form .form-submit span{display:none;}
/*  banner*/
.banner .banner-title {
    color: #454545;
    text-align: center;
    font-family: Lora;
    font-size: 64px;
    font-weight: 600;
    margin: 0;
}

.banner .banner-desc {
    color: #454545;
    text-align: center;
    font-family: Lora;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
/*     margin: 0; */
    max-width: 676px;
}

.banner {
    display: flex;
    justify-content: center;
}
.elementor-element.card-bg::before {
    content: "";
    background: #746451;
    position: absolute;
    border-radius: 21px;
    z-index: -1;
    top: 20px;
    left: 21px;
   width:98%;
    height: 258px;
}
/* .blog-carousel span.swiper-pagination-bullet {
    background: #EEE3D6 ;
}

.blog-carousel span.swiper-pagination-bullet-active {background:#746451;} */
.elementor-element.blog-single-heading.elementor-widget::before {
    content: "";
    position: absolute;
    background: #746451;
    width: 61px;
    height: 4px;
    border-radius: 20px;
    left: calc(100% - -14px);
    top: calc(100% - 13px);
}
.project-parent-info .elementor-element.blog-single-heading.elementor-widget::before{top: calc(100% - 17px);}
.image-gallery .swiper-slide-inner img.swiper-slide-image {
    height: 513px;
    object-fit: cover;
    width: 100%;
}

/* Swiper container */
.testimonial-carousel {
  padding: 40px 10px;
}

/* Each card */
.swiper-slide .testimonial-card {
	height: 271px !important;
  padding: 25px;
  border-radius: 15px;
  background: #EEE3D6; /* default bg */
  box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
  transition: all 0.3s ease-in-out;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
	gap:10px;
}
 .swiper-slide-active .testimonial-card{background:#C6AC8F;}

/* Hover effect */
/* .testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0px 8px 20px rgba(0,0,0,0.15);
} */

/* Text styling */
.testimonial-card p.testmonial-para {
    height: 164px;
    overflow: hidden;
    color: #18192D;
    font-family: Lora;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
}


.testimonial-card h4 ,.testimonial-card p {
  font-family: Lora;
 color: #18192D;
  margin: 0;
}
.testimonial-card  p {
    font-size: 16px;
    font-weight: 400;
	margin:0;
}
.testimonial-card  h4 {
font-size: 24px;
font-weight: 600;
}

/* Swiper pagination dots */
.testimonial-carousel .swiper-pagination {
  margin-top: 25px;
  position: relative;
	
}

.testimonial-carousel .swiper-pagination-bullet {
  background: #c2a47d;
  opacity: 0.5;
  transition: 0.3s;
	width: 10px;
    height: 10px;
}

.testimonial-carousel .swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}
/* .project-carousel .swiper{overflow:visible;}

.project-carousel .swiper-wrapper {
  counter-reset: slide-counter;
}

/* Har slide pe counter increment */
/* .project-carousel .swiper-slide {
  counter-increment: slide-counter;
  position: relative;
}
.project-carousel .swiper-slide::before {
  content: counter(slide-counter);
  position: absolute;
  top: 10px;
  left: 10px;
  background: #c2a47d;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 50%;
} */ 

.project-carousel .swiper {
    padding: 40px 20px;
}
.counter-heading .elementor-shortcode {
    color: #FFF;
    font-family: Lora;
    font-size: 42.122px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.banner .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.header-menu .menu-item-type-custom a.elementor-item,.header-menu .menu-item-type-custom a.elementor-item.elementor-item-active {border-radius: 200px;width: fit-content;
border: 1px solid #C6AC8F;
margin-bottom: 21px;
margin-left: 14px;
background: #C6AC8F;color:white !important;}
.header-menu .menu-item-type-custom a.elementor-item:hover{background:white; color:#C6AC8F !important;}
.header-menu .menu-item-type-custom a.elementor-item{display:none;}
.footer-form-parent .wpcf7 form .wpcf7-response-output {
    border: none;
    color: #51f760b3;
    font-size: 15px;
    font-weight: 400;
    padding: 7px 7px 0 7px;
    margin: 0;
    margin-top: -22px;
}
.contact-form-parent form {
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.contact-form-parent form.wpcf7-form .wpcf7-response-output{color: #51f760b3;
    /* padding-top: 5px; */
    width: fit-content;
    font-size: 15px;
    margin: 0;
    border: none;
    padding: 2px 7px;
}
.contact-form-parent form.sent .wpcf7-response-output {
    border: 2px solid #46b450;
}
/* double error */
.wpcf7 form.submitting input[type="submit"] {
    pointer-events: none;
    opacity: 0.6;
}

span.wpcf7-not-valid-tip {
    font-size: 15px;
    font-family: Lora;
	    padding-left: 2px;
    padding-top: 7px;
}
.news-form span.wpcf7-not-valid-tip{padding-left:8px;}

.contact-form-parent .contact-form .form-control::placeholder {
    font-family: 'Lora';
    font-size: 15px;
}
.popup-text a {
    color: white;
}
.partner-gallery .swiper-slide-inner img.swiper-slide-image {
    height: 234px;
    object-fit: cover;
    width: 100%;
}
/* Responsive adjustments */
@media (max-width: 1024px){
.header-menu .menu-item-type-custom a.elementor-item{display:block;}
	
}
@media (max-width:800px){
	.elementor *, .elementor :after, .elementor :before {
    box-sizing: border-box;
}
.who-we-are-img::before {
  
    height: 599px;
    width: 85%;
    top: -34px;
    left: 10px;
}
}
@media (max-width: 768px) {
  .testimonial-card {
    padding: 20px;
  }
  .testimonial-card p {
    font-size: 14px;
  }
	.elementor-element.blog-single-heading.elementor-widget::before { 
 width: 28px;  
left: calc(100% - -10px);
}
}


@media (max-width: 600px) {
	    .who-we-are-img::before {
        height: 400px;
        width: 91%;
        top: -34px;
        left: -21px;
	}

}
	@media (max-width: 480px) {
		span.wpcf7-not-valid-tip{font-size:14px}

	}
	
	
}