/* 
Theme Name: Hello Child
Theme URI: https://elementor-site.ir/
Description: 
Author: Elementor Site
Author URI: https://elementor-site.ir/
Template: hello-elementor
Version: 1.0.1
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
*/

.mp-footer-list span.elementor-icon-list-icon {
    background: #2525253b;
    border-radius: 50px;
    padding: 10px 7px;
}
@keyframes floating {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(15px);
    }
    100% {
        transform: translateY(0);
    }
}
.mp-image-index {
    animation: floating 3s ease-in-out infinite;
}
.mp-service .elementor-flip-box__layer.elementor-flip-box__front {
    border-radius: 15px !important;
}
.mp-service .elementor-flip-box__layer.elementor-flip-box__back {
    border-radius: 15px;
}
@keyframes ring {
  0% { transform: rotate(0); }
  10% { transform: rotate(-10deg); }
  20% { transform: rotate(10deg); }
  30% { transform: rotate(-10deg); }
  40% { transform: rotate(10deg); }
  50% { transform: rotate(0); }
  100% { transform: rotate(0); }
}

.mp-phone-icon .elementor-icon-box-icon {
  animation: ring 2s infinite;
  transform-origin: 50% 4px;
}
.mp-acc summary.e-n-accordion-item-title {
    margin-bottom: 12px;
}
.mp2 h3.elementor-icon-box-title {
    background: #e7e7e7;
    padding: 8px;
    border-radius: 18px;
    margin-top: -2px;
}
.mp-content img {    border-radius: 11px !important;
    margin-bottom: 20px !important;}
.mp-comment label {
    font-family: 'pinar';
    font-size: 14px;
    margin-bottom: 14px;
}
.mp-comment p.comment-notes {
    background: #4c4c4c;
    color: white;
    padding: 11px;
    border-radius: 15px;
    text-align: center;width: 100%;
}
.mp-comment h2#reply-title {
    text-align: center;    margin: 28px 0;
}
.mp-comment input#submit {
    background: #d79d4b;
    color: white;
    border: none;
    border-radius: 25px;
}
.mp-comment textarea#comment {
    max-height: 105px;    border: 1px solid #dfdbdb;
    border-radius: 25px;
}
.mp-comment p.comment-form-comment {
    width: 100%;
}
.mp-comment form#commentform {
   display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mp-comment p.comment-form-author {
    width: 49%;
     
}
.mp-comment p.comment-form-email {
    width: 49%;
    
}
.mp-comment p.comment-form-url {
    display: none;
}
.mp-comment p.comment-form-cookies-consent {
    width: 100%;
    margin-top: 22px;
}
.mp-comment p.form-submit {
    width: 100%;
}
.mp-comment input#email , .mp-comment input#author {
    border: 1px solid #dfdbdb;
    border-radius: 25px;
}
.elementor-toc__header-title {
    background: #fff;
    border: 2px solid #1c1d22;
    box-shadow: 2px 2px 0 #1c1d22;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    margin-top: -25px;
    margin-right: -10px;
    margin-left: 7px;
        text-align: center !important;
    margin-bottom: -20px !important;
}
.mp-title a{display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;}
.mp-title-blog a{display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;}
.mp-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mp-box:hover {
  transform: translateY(-10px);
}