/*
Theme Name: Haus - Child
Author: ThematicWebs
Version: 3.0
Author URI: https://themeforest.net/user/thematicwebs
Theme URI: https://thematicwebs.com/demo/wp/haus/
Description: Sleek Architecture WordPress Theme by - <a href="https://thematicwebs.com/">ThematicWebs</a>
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, sticky-post
Text Domain: haus
Template: haus

*/

/* =Theme customization starts here
-------------------------------------------------------------- */

body {
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}
.section-projects-home .row {
    display: flex;
    flex-direction: column;
}


.section-projects-home .title-rotate-wrapper {
    width: 100%;
    float: none;
    height: 100%;
}

.section-projects-home .title-rotate {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    position: relative;
    top: 0;
    right: 0;
}
.section-projects-home .project{
    width: 100%;
    float: none;
}

/*
 * Wireframe list layout (sketch: PROJECTS title + rows: image left, text right)
 * In Elementor: select the Container that wraps the "Projects" widget →
 * Advanced → CSS Classes → add: projects-list-wireframe
 * Set the widget "Title" field to PROJECTS (or your heading) if you use filtration.
 */
.projects-list-wireframe .section-projects .container {
    height: auto !important;
    min-height: 0 !important;
}

.projects-list-wireframe .section-categories .container {
    text-align: center;
}

.projects-list-wireframe .section-categories-title {
    display: block;
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    font-weight: 600;
    letter-spacing: 0.12em;
    margin-bottom: 0.75rem;
}

.projects-list-wireframe .projects-list.row {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
}

.projects-list-wireframe .project-item {
    float: none !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.projects-list-wireframe .project-item:nth-child(n) {
    float: none !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
}

.projects-list-wireframe .project-item .project-thumbnail,
.projects-list-wireframe .project-item:nth-child(n) .project-thumbnail {
    height: auto !important;
}

.projects-list-wireframe .project-thumbnail {
    display: block;
    min-height: 140px;
    padding: 0 !important;
    padding-left: clamp(200px, 28vw, 300px) !important;
    background-size: clamp(200px, 28vw, 300px) 100%;
    background-position: left center;
    background-repeat: no-repeat;
    text-align: left;
    color: #1a1a1a;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.projects-list-wireframe .project-description-wrapper {
    opacity: 1 !important;
    background: #f4f4f4 !important;
    position: relative !important;
    height: auto !important;
    min-height: 140px;
    display: flex;
    align-items: center;
    padding: 1.25rem 1.5rem !important;
}

.projects-list-wireframe .project-description {
    position: relative !important;
    top: auto !important;
    margin-top: 0 !important;
    width: 100%;
}

.projects-list-wireframe .project-title {
    color: #1a1a1a !important;
    font-size: 1.15rem !important;
    line-height: 1.35;
    transform: none !important;
    -webkit-transform: none !important;
    margin: 0 0 0.4rem 0;
    text-transform: none;
}

.projects-list-wireframe .project-title::after {
    display: none !important;
}

.projects-list-wireframe .see-more {
    color: #555 !important;
    display: block;
    font-size: 0.95rem;
    line-height: 1.5;
    transform: none !important;
    -webkit-transform: none !important;
}

.projects-list-wireframe .project-thumbnail:hover {
    color: #1a1a1a;
}

.projects-list-wireframe .project-thumbnail:hover .project-description-wrapper {
    transform: none !important;
    -webkit-transform: none !important;
}

.projects-list-wireframe .project-thumbnail:hover .project-title,
.projects-list-wireframe .project-thumbnail:hover span.see-more {
    transform: none !important;
    -webkit-transform: none !important;
}

@media (max-width: 767px) {
    .projects-list-wireframe .project-thumbnail {
        padding-left: 0 !important;
        padding-top: 200px !important;
        background-size: 100% 200px !important;
        background-position: top center !important;
        min-height: 0;
    }

    .projects-list-wireframe .project-description-wrapper {
        min-height: 0;
    }
}