/* 
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 .profile-card {
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}
body ul li {
    list-style: none !important;
}

body  a {
    text-decoration: none !important;
}

.jkit-testimonials .testimonials-track .testimonial-item .testimonial-box .icon-content {
    position: absolute !important;
    top: inherit !important;
    right: 20px !important;
    left: inherit !important;
    bottom: 20px !important;
}


.jkit-testimonials .bio-details {
    width: 100% !important;
}

.jkit-testimonials .bio-details span.profile-info {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jkit-testimonials .comment-content {
    margin-bottom: 10px !important;
}
.jkit-testimonials .bio-details span.profile-info p.profile-des {
    margin: 0 !important;
}
.jkit-testimonials .testimonials-track .testimonial-item .testimonial-box {min-height: 220px !important;}


.elementor-widget-testimonial .elementor-widget-container {
    padding: 25px 25px;
    min-height: 377px;
    position: relative;
}

.elementor-widget-testimonial .elementor-widget-container .elementor-testimonial-content {
    font-size: 15px !important;
    line-height: 24px !important;
    margin-bottom: 10px !important;
}

.elementor-widget-testimonial .elementor-widget-container .elementor-testimonial-meta {
    position: absolute !important;
    bottom: 10px;
    width: 100%;
    left: 25px;
}

.elementor-widget-testimonial .elementor-widget-container .elementor-testimonial-meta .elementor-testimonial-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.elementor-widget-testimonial .elementor-widget-container .elementor-testimonial-meta-inner {
    width: 85%;
    padding-bottom: 28px;
    position: relative;
}

.elementor-widget-testimonial .comment-header {width: 100%;margin-top: 2px;}

.elementor-widget-testimonial .comment-header ul.rating-stars {
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
}

.elementor-widget-testimonial .comment-header ul.rating-stars i {
    color: #ffc402;
    font-size: 12px;
}

.ads-sec .elementor-widget-image-box .elementor-image-box-wrapper figure.elementor-image-box-img {
    height: 260px;
    overflow: hidden;
    border-radius: 8px;
}

.ads-sec .elementor-widget-image-box .elementor-image-box-wrapper figure.elementor-image-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-bg-color ul.elementor-icon-list-items li {
    background: #f5f5f5;
    margin: 8px 8px 14px 8px;
    padding: 15px 18px;
    border-radius: 8px;
}

.line-class .elementor-widget-container {
    width: 97%;
    margin: 0 auto 12px !important;
    position: relative;
}

.line-class .elementor-widget-container::after {
    content: '';
    background: #d1af77;
    position: absolute;
    height: 4px;
    width: 100px;
    bottom: -2.9px;
    border-radius: 100px;
}

.pum-theme-default-theme {
    background: rgb(0 0 0 / 30%) !important;
}

.pum-container {
    padding: 35px !important;
    background: #fff !important;
    border-radius: 22px !important;
}

.pum-content+.pum-close {
    background: #000 !important;
    padding: 0 !important;
    width: 30px !important;
    font-size: 25px !important;
    height: 30px !important;
    line-height: 0 !important;
    right: 8px !important;
    top: 8px !important;
    border-radius: 100px !important;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
    background: #000 !important;
    color: #fff !important;
    font-size: 18px;
    padding: 10px 25px !important;
    border: unset !important;
    width: 100%;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background: #D1AF77 !important;
    color: #fff !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    color: #000;
    font-size: 14px;
    margin-bottom: 3px;
}


.ads-sec .elementor-widget-image-box h3.elementor-image-box-title a {
    font-size: 22px !important;
    transition: all 0.3s linear;
}

.ads-sec .elementor-widget-image-box:hover h3.elementor-image-box-title a {
    color: #d1af77 !important;
}
.enquireNowMainForm form input[type="text"],
.enquireNowMainForm form input[type="email"],
.enquireNowMainForm form input[type="tel"],
.enquireNowMainForm form input[type="number"] {
    background: transparent !important;
    border-color: gray !important;
}
.enquireNowMainForm form textarea {
    background: transparent !important;
    border-color: gray !important;
}
.enquireNowMainForm form input[type="text"][aria-invalid="true"],
.enquireNowMainForm form input[type="email"][aria-invalid="true"],
.enquireNowMainForm form input[type="tel"][aria-invalid="true"],
.enquireNowMainForm form input[type="number"][aria-invalid="true"] {
    border-color: #f00 !important;
}
.enquireNowMainForm form textarea[aria-invalid="true"] {
    border-color: #f00 !important;
}

.enquireNowMainForm form span.mf-error-message {
    font-size: 12px;
}