/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 07 2025 | 22:04:32 */
.wpcf7-list-item {
    margin: 0;
}

.wpcf7-not-valid-tip {
    font-weight: bold;
    margin-top: 10px;
    font-size: 12px;
}

[data-name="FirstName"],
[data-name="LastName"] {
    position: relative;
}

[data-name="FirstName"] .wpcf7-not-valid-tip,
[data-name="LastName"] .wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
}

.wpcf7 form .wpcf7-response-output {
    background: #303030;
    color: #fff;
    padding: 15px;
    border-color: #303030 !important;
    text-align: center;
}

.credit-info {
    flex-direction: column;
}

.credit-item {
    margin: 5px 0;
}

.credit-item p {
    color: #515151;
    font-size: 18px;
    line-height: 28px;
    font-family: "elza", sans-serif;
}


.rc-box a h6 {
    color: #232323;
}

.rc-box a {
    display: block;
    line-height: 0;
}




.credit-item a {
    color: #515151;
}

.credit-item a:hover {
    color: #9d9d9d;
}

.project-gallery-item a {
    line-height: 0;
}

.project-gallery-landscape .img-fluid {
    height: 350px;
    width: 100%;
}

.project-gallery-landscape a {
    display: block;
}

.projects .slide::after {
    background-image: var(--bg-image);
}

.wishlist-action {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.wishlist-action .quantity-input {
    width: 45px;
    height: 37px;
    border: none;
    background: transparent;
    text-align: center;
}

.wishlist-quantity {
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}

.wishlist-quantity button {
    width: 45px;
    height: 45px;
    background: #4f4d4b;
    color: #fff;
}

.wishlist-action .quantity-input:focus {
    outline: none;
}

.clear-all-btn {
    padding: 8px 50px;
    font-size: 30px;
    line-height: 35px;
    margin: 70px 20px 0 0;
}

@media (max-width: 767px) {
    .project-gallery-landscape .img-fluid {
        height: 100px;
    }
}