.elementor-50 .elementor-element.elementor-element-278506e{width:var( --container-widget-width, 102.649% );max-width:102.649%;--container-widget-width:102.649%;--container-widget-flex-grow:0;}.elementor-50 .elementor-element.elementor-element-278506e.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-278506e *//* ==========================================
   DAST E HUSN - HEADER
========================================== */

.dh-header,
.dh-header * {
    box-sizing: border-box;
}

.dh-header {
    width: 100%;
    height: 92px;

    background: #fffaf5;

    border-bottom: 1px solid #eadbd0;

    position: sticky;
    top: 0;
    z-index: 99999;
}


/* ==========================================
   HEADER CONTAINER
========================================== */

.dh-header-container {
    width: 100%;
    max-width: 1350px;
    height: 100%;

    margin: 0 auto;
    padding: 0 35px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* ==========================================
   LOGO
========================================== */

.dh-logo {
    display: flex;
    align-items: center;

    text-decoration: none;

    flex-shrink: 0;
}

.dh-logo img {
    width: 105px;
    height: 78px;

    object-fit: contain;

    display: block;

    border-radius: 50%;
}


/* ==========================================
   NAVIGATION
========================================== */

.dh-nav {
    display: flex;
    align-items: center;

    gap: 42px;

    margin-left: auto;
    margin-right: 55px;
}

.dh-nav a {
    position: relative;

    color: #563728;

    text-decoration: none;

    font-family: "Poppins", Arial, sans-serif;

    font-size: 14px;
    font-weight: 500;

    letter-spacing: 0.3px;

    padding: 10px 0;

    transition: all 0.3s ease;
}


/* Hover */

.dh-nav a:hover {
    color: #b47b68;
}


/* Elegant Underline */

.dh-nav a::after {
    content: "";

    position: absolute;

    left: 50%;
    bottom: 2px;

    width: 0;
    height: 2px;

    background: #c89582;

    transform: translateX(-50%);

    transition: width 0.3s ease;
}

.dh-nav a:hover::after,
.dh-nav a.dh-active::after {
    width: 100%;
}


/* Active Link */

.dh-nav a.dh-active {
    color: #a66d59;
}


/* ==========================================
   RIGHT SIDE
========================================== */

.dh-right {
    display: flex;
    align-items: center;

    gap: 13px;

    flex-shrink: 0;
}


/* ==========================================
   SOCIAL ICONS
========================================== */

.dh-social {
    display: flex;
    align-items: center;

    gap: 8px;
}

.dh-social a {
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #ddc6b7;

    border-radius: 50%;

    color: #684635;

    text-decoration: none;

    font-size: 13px;

    transition: all 0.3s ease;
}

.dh-social a:hover {
    background: #b98270;

    border-color: #b98270;

    color: #ffffff;

    transform: translateY(-2px);
}


/* ==========================================
   WHATSAPP
========================================== */

.dh-whatsapp {
    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #f0e1d8;

    color: #684635;

    text-decoration: none;

    font-size: 17px;

    transition: all 0.3s ease;
}

.dh-whatsapp:hover {
    background: #b98270;

    color: #ffffff;

    transform: translateY(-2px);
}


/* ==========================================
   SIGN UP
========================================== */

.dh-signup {
    height: 42px;

    padding: 0 19px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    background: #704936;

    color: #ffffff;

    border-radius: 25px;

    text-decoration: none;

    font-family: "Poppins", Arial, sans-serif;

    font-size: 13px;
    font-weight: 500;

    transition: all 0.3s ease;
}

.dh-signup:hover {
    background: #a86f5c;

    transform: translateY(-2px);
}

.dh-signup i {
    font-size: 13px;
}


/* ==========================================
   MOBILE MENU
========================================== */

.dh-menu {
    display: none;

    width: 40px;
    height: 40px;

    border: 0;

    background: transparent;

    color: #684635;

    font-size: 22px;

    cursor: pointer;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 1050px) {

    .dh-header-container {
        padding: 0 25px;
    }

    .dh-nav {
        gap: 25px;
        margin-right: 25px;
    }

    .dh-social {
        display: none;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 800px) {

    .dh-header {
        height: 76px;
    }

    .dh-header-container {
        padding: 0 18px;
    }

    .dh-logo img {
        width: 85px;
        height: 65px;
    }

    .dh-nav {
        display: none;
    }

    .dh-right {
        margin-left: auto;
        margin-right: 12px;
    }

    .dh-menu {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .dh-whatsapp {
        width: 36px;
        height: 36px;
    }

    .dh-signup {
        height: 38px;
        padding: 0 15px;
    }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 480px) {

    .dh-header-container {
        padding: 0 12px;
    }

    .dh-logo img {
        width: 78px;
        height: 60px;
    }

    .dh-signup span {
        display: none;
    }

    .dh-signup {
        width: 38px;
        height: 38px;

        padding: 0;

        border-radius: 50%;
    }

}/* End custom CSS */