/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
.img-slider img.swiper-slide-image {
    box-shadow: 0px 6px 10px 2px rgba(0.5, 0.5, 0.5, 0.13) !important;
}

/* home-page form css start */
.custom-contact-form {
  background: #ffffff;
  padding: 25px 50px;
  border-radius: 20px;
  max-width: 500px;
  margin: auto;
  font-family: "Nunito", Sans-serif;
}

.custom-contact-form label {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000000;
}

.custom-contact-form input,
.custom-contact-form textarea,
.custom-contact-form select {
  width: 100%;
  padding: 12px;
  margin-top: 5px;
/*   margin-bottom: 15px; */
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.custom-contact-form textarea {
  height: 100px;
  resize: none;
}

.custom-contact-form input[type="submit"] {
  background: #1f6f8b;
  color: #000000 !important;
font-weight: 700 !important;
  border: none;
  padding: 14px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
  transition: 0.3s;
border-radius: 100px !important; 
}

.custom-contact-form input[type="submit"]:hover {
    background: #232e42 !important;
    color: #fff !important;
}

.service-charge-icon ul li span.elementor-icon-list-icon {
    background: #fddb31;
    padding: 10px;
    border-radius: 20px;
}
.service-charge-icon ul li span.elementor-icon-list-icon svg {
    margin: 0px !important;
}

/* home-page form css end */