/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for Hello Elementor
Author: Vishnu Vaishnav
Author URI: Exiliensoft.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

.custom-form-wrapper .form-field {
    width: 50%;
}
.custom-form-wrapper .form-row{
    display: flex !important;
    gap: 16px !important;
}
.custom-form-wrapper input[type=date],.custom-form-wrapper input[type=email],.custom-form-wrapper input[type=number],.custom-form-wrapper input[type=password],.custom-form-wrapper input[type=search],.custom-form-wrapper input[type=text],.custom-form-wrapper input[type=url],.custom-form-wrapper select,.custom-form-wrapper textarea{
    border: 1px solid #47a448 !important;
    border-radius: 0px !important;
    padding: 1.1rem !important;
}
.intl-tel-input.separate-dial-code.allow-dropdown input{
    padding-left: 76px !important;
}
.intl-tel-input.separate-dial-code.allow-dropdown input[type=text]{
    padding-left: 76px !important;
}
.custom-form-wrapper .form-row.full-width .form-field{
     width: 100% !important;
}
.custom-form-wrapper .form-row.full-width .form-field textarea{
    max-height: 100px;
}
.custom-form-wrapper .wpcf7-list-item{
    margin-left: 0 !important;
}
.custom-form-wrapper input[type="checkbox"] {
    transform: scale(1.5);
    border-radius: 0px !important;
    margin-right: 5px !important;
    accent-color: #2c6a3d;
}
.blog-submit p{
    text-align: center;
}
.blog-submit p input[type="submit"]{
    font-size: 1rem;
    line-height: 1.5rem;
    padding: .5rem 1.25rem;
    background: #2c6a3d;
    color: #fff;
    border-radius: 0;
    border: 0;
    margin-top: 10px;
    margin-left: 50px;
}
.custom-form-wrapper .wpcf7-not-valid-tip{
    font-size: 12px !important;
}
.intl-tel-input.separate-dial-code .selected-flag{
    background: transparent !important ;
}
.intl-tel-input .country-list{
    white-space: pre-wrap;
}

/* ---------- testimonial slider ----------- */

.pm-testimonials-title {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 0 30px;
    text-align: center;
}


.pm-testimonials-slider .vs-slider-nav {
    background: transparent !important;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    color: #fff;
    border: none;
    font-size: 32px;
    cursor: pointer;
    z-index: 10;
    transition: .3s;
}
.pm-testimonials-slider .vs-slider-dots {
    bottom: 0px !important;
}
.pm-testimonials-slider .vs-slider-prev {
    left: -12px;
}

.pm-testimonials-slider .vs-slider-next {
    right: -12px;
}

.pm-testimonials-slider .vs-slider-nav:hover {
    background: transparent !important  ;
    color: #1e8a3c;
}

.pm-testimonial-card {
    overflow: hidden;
    cursor: pointer;
    margin: 0 30px;
    transition: transform .3s;
}

.pm-testimonial-card:hover {
    transform: translateY(-5px);
}

.pm-testimonial-thumb {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #000;
}

.pm-testimonial-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pm-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 48px;
    opacity: .9;
    transition: .3s
}

.pm-testimonial-card:hover .pm-play-btn {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1)
}

.pm-testimonial-name {
    color: #fff;
    font-weight: 600;
    padding: 15px;
    margin: 0;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2rem;
}

#pm-video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center
}

#pm-video-modal iframe {
    width: 90%;
    max-width: 900px;
    aspect-ratio: 16/9;
    border: none
}

#pm-video-modal .pm-modal-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    cursor: pointer
}

@media(max-width:768px) {
    .pm-testimonials-slider .vs-slider-prev {
        left: 5px
    }

    .pm-testimonials-slider .vs-slider-next {
        right: 5px
    }

    .pm-testimonials-title {
        font-size: 24px
    }
        /* Modal responsive */
    .custom-form-wrapper .form-row{
        flex-direction: column !important;
        gap: 12px !important;
        margin-bottom: 12px !important;
    }
    .pm-modal-content p{
        font-size: .8rem !important;
        margin-bottom: 0px !important;
    }
    .custom-form-wrapper .form-field{
        width: 100% !important;
    }
    .pm-modal-close{
        top: 5px !important;
    }
    .custom-form-wrapper {
        margin-top: 10px;
    }
}
/* Home page property slider */
.home-property-loop .elementor-widget-theme-post-featured-image img,.home-property-loop .elementor-widget-theme-post-featured-image{
    height: 100% !important;
    max-height: 450px;
    object-fit: cover;
    width: 100% !important;
}
.home-property-loop .elementor-widget-theme-post-featured-image a{
    height: 100% !important;
    max-height: 450px;
    width: 100% !important;
}
.home-property-card a img{
    transition: all .4s linear;
}
.home-property-card a:hover img{
    transform: scale(1.05);
}
.pm-notifications-table-block{
    overflow: auto;
}