/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1759822522
Updated: 2025-10-07 07:35:22

*/


#project-header .e-con-inner{
    display: flex !important;
    flex-wrap: unset !important;
}

body{
    background: #F7F7F7 !important;
}

.relative-position{
    position: relative;
}

#site-footer, #site-header{
    display: none;
}

.footer-links{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.footer-text {
    position: relative;
    padding-top: 10px;
    text-align: center;
}

.footer-text::before {
    content: "";
    display: block;
    width: 270px;
    height: 1px;
    background-color: #9D8A7E;
    margin: 0 auto 5px;
}

.slick-slide > div{
    background: #F7F7F7;
}

.image-caption-center{
    position: relative;
}

.image-caption-center .wp-caption{
    display: flex;
}

.image-caption-center .wp-caption .wp-caption-text{
    position: absolute;
    margin: 0 auto;
    width: 100%;
    top: 45%;
}

.sticky-scroll{
    position: sticky;
    top: 40px;
}

.bottom-caption .wp-caption .wp-caption-text{
    margin-top: 1rem;
}

.home .page-logo,
.home #page-opener{
    display: none;
}

:not(.home) .home-logo,
:not(.home) #home-opener {
    display: none;
}

.home .home-logo,
.home #home-opener{
    display: block;
}

#home-opener .elementor-button,
#page-opener .elementor-button{
    cursor: pointer;
    padding-right: 0;
}

body.elementor-editor-active .home-logo,
body.elementor-editor-active #home-opener{
    display: unset !important;
}

.page.page-id-701 .home-logo,
.page.page-id-701 #home-opener{
    display: unset !important;
}

.page.page-id-701 .page-logo,
.page.page-id-701 #page-opener{
    display: none !important;
}

.posts-on-blog .wpr-grid-media-hover .wpr-cv-inner{
    vertical-align: bottom;
    padding-bottom: 20px;
    text-align: center;
}

.posts-on-blog .wpr-grid-media-hover a{
    width: 100%;
    text-align: center;
}

.posts-on-blog .elementor-element.elementor-element-23ad544 .wpr-grid-media-hover-bg{
    opacity: 0.6;
}

.flex-icons{
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 0.5rem;
}

.copy-email{
    cursor: pointer;
}

.menu-icons{
    margin-top: 2rem;
}

.menu-icons a {
    color: #D7BFAE;
}

.menu-icons a:hover{
    color: #000;
}

.drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 9998;
}
.drawer-overlay.active {
    opacity: 1;
    visibility: visible;
}

.drawer-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 540px;
    height: 100vh;
    background: #5E372F;
    transition: right 0.3s ease;
    z-index: 9999;
    padding: 2rem 1.5rem;
}
.drawer-menu.open {
    right: 0;
}

.drawer-close {
    background: none;
    border: none;
    font-size: 2rem;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    color: #D9C1B0;
    cursor: pointer;
    z-index: 99999999;
}

.drawer-toggle{
    cursor: pointer;
}

.drawer-close:hover{
    transform: scale(1.2);
    background: unset;
}

.drawer-nav {
    list-style: none;
    margin: 6rem 0 0;
    padding: 0;
}

.drawer-nav li {
    margin-bottom: 1rem;
    text-align: center;
    border-bottom: 1px solid #9C7D6F;
    padding-bottom: 15px;
}

.drawer-nav a {
    text-align: center;
    font-family: "Work Sans", Sans-serif;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #D7BFAE;
    transition: color 0.2s;
}

.drawer-nav a:hover {
    color: #000;
}

body.drawer-open {
    overflow: hidden;
}

.elementor-element-95031e0{
    margin-top: -0.5rem !important;
}

.elementor-element-f35343f{
    margin: 0 auto !important;
}

@media screen and (max-width: 500px){
    .drawer-menu{
        max-width: 320px;
        width: 100%;
    }
}

@media  screen and (min-width: 767px) {
    .home-sticky-section .elementor-widget-heading{
        position: sticky;
        top: 90px;
    }

    .home-sticky-section .elementor-element-e62af89{
        position: sticky;
        top: 150px;
    }

    .home-sticky-section .elementor-element-bfb7a4d{
        position: sticky;
        top: 270px;
    }
}

@media  screen and (max-width: 767px) {
    .reverse-order-mobile{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .footer-links{
        gap: 30px;
    }

    .project-list{
        display: flex !important;
        flex-direction: column;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
}