/* 
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 */


body .wpcf7 input,
body .wpcf7 textarea,
body .wpcf7 select {
  font-family: inter, sans-serif !important;
}

a {
  text-decoration: none !important;
}

body .wpcf7 button {
  font-family: Poppins, sans-serif !important;
}

.banner_slid .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    border-radius: 0;
    height: 3px !important;
    width: 50px !important;
}

.banner_slid .swiper-slide-contents {
    padding-left: 20px;
    border-radius: 2px;
    border-left: 4px solid transparent;
    border-image: linear-gradient(to bottom, #bb313c, #c1111f) 1;
}

.why-choose {
    position: relative;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 0;
    overflow: hidden;
    transition: color 0.3s ease;
    z-index: 1;
}

.why-choose::before {
  content: "";
  position: absolute;
  top: 0;
  left: -92%;
  width: 100%;
  height: 8%;
  background: linear-gradient(to right,  #bb313c, #b02a29);
  transition: all 0.6s ease;
  z-index: -1;
}

.why-choose:hover::before {
  left: 0;
  height: 100%;
}

.why-choose:hover .elementor-icon-box-wrapper * {
  color: white !important;
  fill: #fff !important;
}

.footer-form {
	display: flex;
}

.footer-form p {
	margin-bottom:0 !important;
}

.footer-form p span input {
	border-radius: 0;
	outline: none;
	text-transform: capitalize;
	border: 0;
}

.footer-form .form-btn p input {
    background-color: #b02a29;
    color: white;
    border-radius: 0;
    border: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.footer-form .form-btn p input:hover {
	background-color: #000;
	color: #fff;
}

.form-btn p {
	display: flex;
}

.title span,
.title h5,
.title h1,
.title h2{
	position: relative;
}

.title span::before ,
.title h5::before,
.title h1::before,
.title h2::before{
	content: "";
    height: 1px;
    bottom: -4px;
	width: 100%;
    position: absolute;
    background: linear-gradient(to right, rgba(80, 193, 171, 0.2) 0%, #b02a29 100%);
	display: inline-block;
}

.banner_slid .swiper-slide-inner .swiper-slide-contents{
	margin: auto;
	width: 100%;
}


.banner_slid .swiper-slide-inner .swiper-slide-contents .elementor-slide-heading{
	max-width: 1000px;
}


.custom-form {
/*   background: #f9f9f9; */
  padding: 30px;
  border-radius: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.custom-form label {
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
  color: #333;
}

.custom-form p {
    margin: 0;
}

.custom-form input[type="text"],
.custom-form input[type="email"],
.custom-form input[type="tel"],
.custom-form textarea {
  width: 100%;
  padding: 7px 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 16px;
  transition: all 0.3s ease;
}

.custom-form textarea {
  resize: vertical;
  min-height: 100px;
  height: 100px;
}

.custom-form input:focus,
.custom-form textarea:focus {
  border-color: #c1111f;
  outline: none;
  box-shadow: 0 0 5px #b02a29;
}

.custom-form [type="submit"] {
    background-color: #b02a29;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    transition-duration: 0.4s;
    border-radius: 0;
    padding: 14px 28px 14px 28px;
    border: 0;
    line-height: 15px;
	text-transform: uppercase;
}

.custom-form [type="submit"]:hover {
  background-color: #000;
}

.custom-form.row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 15px;
  justify-content: space-between;
}

.custom-form .col-md-6 {
    flex: 0 0 48.8%;
    max-width: 48.8%;
}

.custom-form .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.testimonials-slide .slick-track {
	display: flex;
	gap: 20px;
}

 .border-bottom {
      display: inline-block;
      position: relative;
      padding-bottom: 5px;
      color: black;
      text-decoration: none;
	 cursor: pointer;
    }

    .border-bottom::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      height: 5px;
      width: 100%;
      background-color: #b02a29;
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.8s ease, background-color 0.8s ease;
    }

    .border-bottom:hover::after {
      transform: scaleX(1);
      background-color: #b02a29;
    }

	.border-bottom > div {
		overflow: hidden;
	}

    .border-bottom img {
      display: block;
      width: 100%;
      height: auto;
      transition: transform 0.8s ease;
	   overflow: hidden;
    }

    .border-bottom:hover img {
      transform: scale(1.1);
    }




@media screen and (max-width: 620px) {
	.custom-form .col-md-6 {
		flex: 0 0 100%;
       max-width: 100%;
	}
	
	.custom-form [type="submit"],
	.banner_slid .swiper-slide-inner a.elementor-button{
		padding: 8px 14px !important;
		font-size: 13px !important;
	}
	
	.custom-form {
		padding: 15px;
	}
	
	.custom-form.row{
		gap: 12px 15px;
	}
	
	.banner_slid .swiper-slide-inner .elementor-slide-description {
		margin-bottom: 15px !important;
	} 
}


