/* 
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 */
.vd_heading .elementor-heading-title span {
    color: #9F8158;
}
.add_heart_icon .elementor-heading-title:before {
    content: '';
    position: absolute;
    background-image: url(https://arveilo.derinfotech.com/wp-content/uploads/2025/10/heart_red.svg);
    width: 108px;
    height: 103px;
    top: -45px;
    right: 25px;
}
.remove_mrg .elementor-icon-box-content .elementor-icon-box-title {
    margin: 0px;
}
.vd_review_verified .elementor-image-box-description {
    background-color: #9F815824;
    padding: 1px 15px;
    border-radius: 100px;
    display: inline-block;
    margin-top: 5px;
}
.vd_review_verified .elementor-image-box-title {
    margin: 0px;
}
.vd_cursor {
    cursor: pointer;
}
.vd_faq .e-n-accordion details.e-n-accordion-item[open] summary.e-n-accordion-item-title {
    border-radius: 16px 16px 0px 0px;
}
.vd_faq .e-n-accordion details.e-n-accordion-item[open] .elementor-element {
    border-color: #9F8158;
}
.vd_primary_menu ul.elementor-nav-menu li.vd_btn a.elementor-item {
    display: block;
    background: linear-gradient(90deg, #9F8158 0%, #C9A77C 100%);
    border-radius: 100px;
    color: #ffffff !important;
    padding: 11px 25px !important;
    text-align: center;
    border: 2px solid #9F8158;
}
.vd_primary_menu ul.elementor-nav-menu li.vd_btn a.elementor-item::after {
    background-color: unset;
}
.vd_primary_menu ul.elementor-nav-menu li.vd_btn a.elementor-item:hover {
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
    color: #9F8158 !important;
}
.vd_single_blog h2 {
    font-size: 32px;
    line-height: 42px;
}
.vd_single_blog h3 {
    font-size: 26px;
    line-height: 36px;
}
.vd_single_blog h4 {
    font-size: 22px;
    line-height: 32px;
}
.vd_single_blog h5 {
    font-size: 18px;
    line-height: 28px;
}
.vd_single_blog h6 {
    font-size: 14px;
    line-height: 24px;
}
.vd_single_blog img {
    border-radius: 20px;
}
.vd_review_verified .elementor-testimonial-job {
    background-color: #9F815824;
    padding: 5px 15px;
    border-radius: 100px;
    display: inline-block;
    margin-top: 5px;
}

@media only screen and (max-width: 767px) {
	.add_heart_icon .elementor-heading-title:before {
		opacity: 0;
		display: none;
	}
	.vd_single_blog h2 {
		font-size: 26px;
		line-height: 36px;
	}
	.vd_single_blog h3 {
		font-size: 22px;
		line-height: 32px;
	}
	.vd_single_blog h4 {
		font-size: 20px;
		line-height: 30px;
	}
}