.elementor-61 .elementor-element.elementor-element-7c1b6fd{--display:flex;}.elementor-61 .elementor-element.elementor-element-7c1b6fd.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-61 .elementor-element.elementor-element-f9fc137{width:var( --container-widget-width, 102.379% );max-width:102.379%;--container-widget-width:102.379%;--container-widget-flex-grow:0;}.elementor-61 .elementor-element.elementor-element-f9fc137.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-61 .elementor-element.elementor-element-7c1b6fd{--width:102.089%;}}/* Start custom CSS for html, class: .elementor-element-f9fc137 *//* =====================================================
   DAST E HUSN — PROFESSIONAL FOOTER
===================================================== */

.dh-footer,
.dh-footer * {
    box-sizing: border-box;
}

.dh-footer {
    position: relative;

    width: 100%;

    background: #4b3024;

    color: #f8eee7;

    overflow: hidden;

    font-family: "Poppins", Arial, sans-serif;
}


/* =====================================================
   DECORATIVE BACKGROUND
===================================================== */

.dh-footer::before {
    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    border-radius: 50%;

    background: rgba(211, 169, 151, 0.08);

    top: -260px;
    right: -120px;

    pointer-events: none;
}


.dh-footer::after {
    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    border-radius: 50%;

    background: rgba(255, 235, 222, 0.05);

    bottom: -200px;
    left: -100px;

    pointer-events: none;
}


/* =====================================================
   MAIN FOOTER CONTAINER
===================================================== */

.dh-footer-container {
    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 1250px;

    margin: 0 auto;

    padding: 70px 35px 60px;

    display: grid;

    grid-template-columns:
        1.5fr
        0.8fr
        0.8fr
        1.35fr;

    gap: 60px;
}


/* =====================================================
   BRAND
===================================================== */

.dh-footer-brand {
    max-width: 310px;
}


/* LOGO */

.dh-footer-logo {
    display: inline-block;

    margin-bottom: 18px;

    text-decoration: none;
}


.dh-footer-logo img {
    width: 105px;
    height: 85px;

    object-fit: contain;

    display: block;

    border-radius: 50%;
}


/* DESCRIPTION */

.dh-footer-brand > p {
    margin: 0;

    color: #dfcec3;

    font-size: 13px;

    line-height: 1.9;

    max-width: 295px;
}


/* =====================================================
   SOCIAL ICONS
===================================================== */

.dh-footer-social {
    display: flex;

    align-items: center;

    gap: 9px;

    margin-top: 24px;
}


.dh-footer-social a {
    width: 36px;
    height: 36px;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255, 240, 230, 0.30);

    border-radius: 50%;

    color: #f4e5db;

    text-decoration: none;

    font-size: 13px;

    transition: all 0.3s ease;
}


.dh-footer-social a:hover {
    background: #d0a08c;

    border-color: #d0a08c;

    color: #ffffff;

    transform: translateY(-3px);
}


/* =====================================================
   FOOTER COLUMNS
===================================================== */

.dh-footer-column h3,
.dh-footer-contact h3 {
    margin: 0 0 23px;

    color: #fff7f1;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 19px;

    font-weight: 400;
}


/* LINKS */

.dh-footer-column ul {
    list-style: none;

    margin: 0;
    padding: 0;
}


.dh-footer-column li {
    margin-bottom: 13px;
}


.dh-footer-column a {
    position: relative;

    color: #d8c4b8;

    text-decoration: none;

    font-size: 13px;

    transition: all 0.3s ease;
}


.dh-footer-column a::before {
    content: "—";

    position: absolute;

    left: -19px;

    color: #d0a08c;

    opacity: 0;

    transition: all 0.3s ease;
}


.dh-footer-column a:hover {
    color: #ffffff;

    padding-left: 18px;
}


.dh-footer-column a:hover::before {
    opacity: 1;
}


/* =====================================================
   CONTACT SECTION
===================================================== */

.dh-footer-label {
    display: block;

    margin-bottom: 12px;

    color: #d0a08c;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 2.5px;
}


.dh-footer-contact h3 {
    font-size: 27px;

    line-height: 1.35;

    margin-bottom: 13px;
}


.dh-footer-contact h3 span {
    color: #d9aa97;

    font-style: italic;
}


.dh-footer-contact p {
    color: #d8c4b8;

    font-size: 13px;

    line-height: 1.8;

    margin: 0 0 22px;

    max-width: 285px;
}


/* =====================================================
   WHATSAPP BUTTON
===================================================== */

.dh-footer-whatsapp {
    display: inline-flex;

    align-items: center;

    gap: 11px;

    padding: 12px 18px;

    background: #f7eee8;

    color: #56372a;

    border-radius: 30px;

    text-decoration: none;

    font-size: 12px;

    font-weight: 600;

    transition: all 0.3s ease;
}


.dh-footer-whatsapp > i:first-child {
    font-size: 17px;
}


.dh-footer-whatsapp > i:last-child {
    font-size: 11px;

    transition: transform 0.3s ease;
}


.dh-footer-whatsapp:hover {
    background: #d0a08c;

    color: #ffffff;

    transform: translateY(-2px);
}


.dh-footer-whatsapp:hover > i:last-child {
    transform: translateX(4px);
}


/* =====================================================
   DIVIDER
===================================================== */

.dh-footer-divider {
    position: relative;

    z-index: 2;

    width: calc(100% - 70px);

    max-width: 1180px;

    height: 1px;

    margin: 0 auto;

    background: rgba(255, 240, 230, 0.15);
}


/* =====================================================
   BOTTOM FOOTER
===================================================== */

.dh-footer-bottom {
    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 1250px;

    margin: 0 auto;

    padding: 22px 35px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;
}


.dh-footer-bottom p {
    margin: 0;

    color: #cdb8ac;

    font-size: 11px;
}


.dh-footer-bottom strong {
    color: #f0ded4;

    font-weight: 500;
}


/* =====================================================
   BOTTOM LINKS
===================================================== */

.dh-footer-bottom-links {
    display: flex;

    align-items: center;

    gap: 12px;
}


.dh-footer-bottom-links a {
    color: #cdb8ac;

    text-decoration: none;

    font-size: 11px;

    transition: color 0.3s ease;
}


.dh-footer-bottom-links a:hover {
    color: #ffffff;
}


.dh-footer-bottom-links span {
    color: #a98a7b;

    font-size: 10px;
}


/* =====================================================
   HANDMADE
===================================================== */

.dh-handmade span {
    color: #d6a18c;

    font-size: 14px;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1000px) {

    .dh-footer-container {
        grid-template-columns: 1.4fr 1fr 1fr;

        gap: 45px;
    }


    .dh-footer-contact {
        grid-column: 1 / -1;

        max-width: 500px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 700px) {

    .dh-footer-container {
        grid-template-columns: 1fr 1fr;

        padding: 55px 25px 45px;

        gap: 40px 30px;
    }


    .dh-footer-brand {
        grid-column: 1 / -1;

        max-width: 100%;
    }


    .dh-footer-contact {
        grid-column: 1 / -1;
    }


    .dh-footer-bottom {
        padding: 20px 25px;

        flex-direction: column;

        text-align: center;

        gap: 10px;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 450px) {

    .dh-footer-container {
        grid-template-columns: 1fr;

        padding: 45px 22px 40px;

        gap: 32px;
    }


    .dh-footer-brand,
    .dh-footer-contact {
        grid-column: auto;
    }


    .dh-footer-divider {
        width: calc(100% - 44px);
    }


    .dh-footer-bottom-links {
        flex-wrap: wrap;

        justify-content: center;
    }

}/* End custom CSS */