/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.btn-color-primary {
    background: linear-gradient(90deg, var(--wd-primary-color), var(--wd-alternative-color)) !important;
}

.wd-tools-element.wd-design-6 > a > :is(.wd-tools-inner, .wd-tools-icon) {
    border-radius: 6px !important;
}

.gform_button {
    background: linear-gradient(90deg, var(--wd-primary-color), var(--wd-alternative-color));
    padding: 2em !important;
    border-radius: 10px !important;
    border: none !important;
    font-weight: bold !important;
}

.gform_required_legend {
    display: none;
}

.gfield_label.gform-field-label {
    font-weight: bold;
}

.gform_fields {
    row-gap: 12px !important;
}
.gfield input[type="text"],
.gfield input[type="email"],
.gfield input[type="tel"] {
    border-color: #ddd !important;
    box-shadow: none !important;
    padding: 1.4rem !important;
    border-radius: 8px;
}

#direct-call {
    backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    position: sticky;
    top: 3rem;
}

.wd-plan-title.title span {
    display: block;
    font-size: 1rem;
    font-weight: normal;
    color: #888;
}

.wd-plan-feature {
    border: none !important;
}

.button.price-plan-btn {
    background: linear-gradient(90deg, var(--wd-primary-color), var(--wd-alternative-color));
    padding: 1.2rem;
    width: 100%;
    border-radius: 0.7rem;
}

.wd-price-table {
    position: relative;
    text-align: center;
    transition: transform 0.3s ease;
    background: white;
    border-radius: 2rem;
    box-shadow:
        0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.wd-price-table.price-style-alt .wd-plan-price {
    border: none !important;
}

.wd-plan-inner {
    border: none !important;
    box-shadow: none !important;
}

.wd-plan-features {
    border: none !important;
}

.elementor-price-table__button {
    width: 80% !important;
}

.elementor-price-table__features-list li {
    height: 1.5rem;
}
