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

.brands_section .swiper-slide {
    border: 1px solid #dddddd;
    border-radius: 10px;
}

.mtl-col.mtl-testimonial-video img {
    border-radius: 10px;
}

/* Contact Form  */
.wpforms-container.wpforms-container-full.contact_form {
    margin: 0;
}

.wpforms-container.contact_form .wpforms-field{
	padding:0 0 25px 0;
} 

.wpforms-container.contact_form input[type="email"],
.wpforms-container.contact_form input[type="text"],
.wpforms-container.contact_form textarea{
  width: 100%;
  padding: 25px 15px;
  margin-bottom:0;
  font-size: 16px;
  font-weight:500;
}

.wpforms-container.wpforms-container-full.contact_form{
    margin: 0;
}

.wpforms-container.wpforms-container-full.contact_form .wpforms-submit-container {
    margin: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit.contact_form_btn {
  margin:0;
  height:auto;
  padding: 15px 35px;
  font-size: 16px;
  font-weight:500;
  cursor: pointer;
  transition: 0.3s;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit.contact_form_btn:hover{
background-color:black !important;
}

@media only screen and (max-width: 480px) {
	.wpforms-container-full.wpforms-container.contact_form .wpforms-one-third {
		width: calc(100% - 0px);
		margin-left:0;
	}
}


.price-section {
    text-align: center;
  }

  .title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
  }

  .price-box {
    display: inline-flex;
    align-items: flex-end;
    background: #ffffff;
    padding: 30px 40px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  }

  .price {
    display: flex;
    gap: 6px;
  }

  .digit {
    width: 52px;
    height: 72px;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #eee;
    color: #ff3b3b;
    font-size: 46px;
    font-weight: 700;
    text-align: center;
    line-height: 72px;
    position: relative;
  }

  .reel {
    position: absolute;
    width: 100%;
    transition: transform 0.28s ease-out;
  }

  .reel div {
    height: 72px;
    line-height: 72px;
  }

  .per {
    margin-left: 12px;
    font-size: 18px;
    color: #777;
    padding-bottom: 8px;
  }
