/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

:root {
    --ddk-olive: #43532b;
    --ddk-olive-dark: #344120;
    --ddk-thread: #b9844e;
    --ddk-cream: #faf7f1;
    --ddk-sand: #efe4d3;
    --wd-primary-color: var(--ddk-olive);
}

body {
    background-color: var(--ddk-cream);
}

.wd-hb-wrapp {
    background: var(--ddk-sand);
    color: var(--ddk-olive-dark);
}

.whb-general-header:not(.whb-with-bg) {
    background-color: #fffdf9;
}

.site-logo .wd-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: none !important;
    color: var(--ddk-olive) !important;
    white-space: nowrap;
}

.site-logo .wd-logo img {
    width: 50px !important;
    height: 50px !important;
    max-width: 50px !important;
    padding: 0 !important;
    object-fit: contain;
}

.site-logo .wd-logo::after {
    content: "Dharohar Dhago Ki";
    font-family: Lora, Georgia, serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .01em;
    line-height: 1.1;
}

.wd-header-nav .woodmart-nav-link,
.wd-tools-element > a {
    color: var(--ddk-olive-dark);
}

.wd-header-nav .woodmart-nav-link:hover,
.wd-tools-element > a:hover {
    color: var(--ddk-thread);
}

.elementor-element-61d7f33 .wd-image > a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--ddk-olive);
}

.elementor-element-61d7f33 .wd-image > a::after {
    content: "Dharohar Dhago Ki";
    font-family: Lora, Georgia, serif;
    font-size: 22px;
    font-weight: 600;
    white-space: nowrap;
}

.elementor-element-61d7f33 .wd-image img {
    width: 58px !important;
    height: 58px !important;
    object-fit: contain;
}

.main-footer {
    background-color: #fffdf9;
}

.footer-container .wd-text-block strong,
.footer-container .widget-title,
.footer-container .title {
    color: var(--ddk-olive-dark);
}

.btn.btn-color-primary,
.button.alt,
.single_add_to_cart_button,
.wd-add-btn > a {
    background-color: var(--ddk-olive) !important;
    color: #fff !important;
}

.btn.btn-color-primary:hover,
.button.alt:hover,
.single_add_to_cart_button:hover,
.wd-add-btn > a:hover {
    background-color: var(--ddk-thread) !important;
}

@media (max-width: 1024px) {
    .site-logo .wd-logo {
        gap: 7px;
    }

    .site-logo .wd-logo img {
        width: 40px !important;
        height: 40px !important;
        max-width: 40px !important;
    }

    .site-logo .wd-logo::after {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .site-logo .wd-logo::after {
        font-size: 12px;
        max-width: 92px;
        white-space: normal;
    }
}

/* Premium boutique homepage. */
.page-id-959 .main-page-wrapper {
    padding-top: 0;
}

body.page-id-959 {
    overflow-x: hidden;
}

.page-id-959 .container,
.page-id-959 .site-content,
.page-id-959 .elementor-element.ddk-home-shell > .e-con-inner {
    max-width: none;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.page-id-959 .elementor-widget-shortcode,
.page-id-959 .elementor-widget-shortcode > .elementor-widget-container {
    width: 100%;
}

.ddk-home {
    --ddk-ink: #26301b;
    --ddk-muted: #6f705f;
    --ddk-line: rgba(67, 83, 43, .15);
    overflow: hidden;
    color: var(--ddk-ink);
    background: #fffdf9;
}

.ddk-home h1,
.ddk-home h2,
.ddk-home h3,
.ddk-home p {
    margin-top: 0;
}

.ddk-home h1,
.ddk-home h2,
.ddk-home h3 {
    font-family: Lora, Georgia, serif;
    color: var(--ddk-ink);
}

.ddk-hero {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 680px;
    margin: 14px;
    background-image: var(--ddk-hero-image);
    background-position: center;
    background-size: cover;
    isolation: isolate;
}

.ddk-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(40, 32, 20, .08), rgba(250, 242, 230, .18) 34%, rgba(250, 242, 230, .6) 50%, rgba(250, 242, 230, .18) 66%, rgba(40, 32, 20, .08));
}

.ddk-hero-panel {
    width: min(520px, 42vw);
    padding: 50px 44px;
    text-align: center;
    border: 1px solid rgba(80, 68, 47, .22);
    background: rgba(255, 252, 245, .82);
    box-shadow: 0 24px 70px rgba(65, 46, 23, .13);
    backdrop-filter: blur(7px);
}

.ddk-eyebrow {
    display: inline-block;
    margin-bottom: 13px;
    color: #8b6238;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.ddk-hero h1 {
    margin-bottom: 18px;
    font-size: clamp(44px, 5vw, 72px);
    font-weight: 500;
    line-height: .98;
}

.ddk-hero p {
    max-width: 430px;
    margin: 0 auto 28px;
    color: #565646;
    font-size: 16px;
    line-height: 1.75;
}

.ddk-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.ddk-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 25px;
    border: 1px solid var(--ddk-olive);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: .25s ease;
}

.ddk-button-primary {
    color: #fff;
    background: var(--ddk-olive);
}

.ddk-button-primary:hover,
.ddk-button-ghost:hover {
    color: #fff;
    border-color: var(--ddk-thread);
    background: var(--ddk-thread);
}

.ddk-button-ghost {
    color: var(--ddk-olive);
    background: rgba(255, 255, 255, .48);
}

.ddk-hero-note {
    display: block;
    margin-top: 22px;
    color: #77715f;
    font-family: Lora, Georgia, serif;
    font-size: 13px;
    letter-spacing: .12em;
}

.ddk-service-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1320px;
    margin: 0 auto;
    padding: 28px 24px;
    border-bottom: 1px solid var(--ddk-line);
}

.ddk-service-strip > div {
    padding: 2px 24px;
    text-align: center;
    border-right: 1px solid var(--ddk-line);
}

.ddk-service-strip > div:last-child {
    border-right: 0;
}

.ddk-service-strip strong,
.ddk-service-strip span {
    display: block;
}

.ddk-service-strip strong {
    margin-bottom: 5px;
    font-family: Lora, Georgia, serif;
    font-size: 15px;
}

.ddk-service-strip span {
    color: var(--ddk-muted);
    font-size: 12px;
}

.ddk-section {
    max-width: 1320px;
    margin: 0 auto;
    padding: 105px 24px;
}

.ddk-section-heading {
    max-width: 680px;
    margin: 0 auto 46px;
    text-align: center;
}

.ddk-section-heading h2,
.ddk-story h2,
.ddk-consultation h2 {
    margin-bottom: 14px;
    font-size: clamp(35px, 4vw, 52px);
    font-weight: 500;
    line-height: 1.12;
}

.ddk-section-heading p {
    margin-bottom: 0;
    color: var(--ddk-muted);
    font-size: 15px;
}

.ddk-category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.ddk-category-card {
    position: relative;
    min-height: 590px;
    overflow: hidden;
    color: #fff;
    background: var(--ddk-olive-dark);
}

.ddk-category-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s ease;
}

.ddk-category-card:hover img {
    transform: scale(1.035);
}

.ddk-card-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 36%, rgba(26, 30, 19, .82));
}

.ddk-category-copy {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 38px;
}

.ddk-category-copy small,
.ddk-category-copy strong,
.ddk-category-copy em,
.ddk-category-copy b {
    display: block;
    color: #fff;
}

.ddk-category-copy small {
    margin-bottom: 5px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.ddk-category-copy strong {
    margin-bottom: 7px;
    font-family: Lora, Georgia, serif;
    font-size: 37px;
    font-weight: 500;
}

.ddk-category-copy em {
    max-width: 310px;
    margin-bottom: 20px;
    font-size: 13px;
    font-style: normal;
    line-height: 1.55;
    opacity: .84;
}

.ddk-category-copy b {
    font-size: 11px;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.ddk-new-arrivals {
    border-top: 1px solid var(--ddk-line);
}

.ddk-heading-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    max-width: none;
    text-align: left;
}

.ddk-heading-row h2 {
    margin-bottom: 0;
}

.ddk-heading-row > a,
.ddk-text-link {
    color: var(--ddk-olive);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ddk-heading-row > a:hover,
.ddk-text-link:hover {
    color: var(--ddk-thread);
}

.ddk-product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 20px;
}

.ddk-product-image {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: #f2eadf;
}

.ddk-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.ddk-product-card:hover .ddk-product-image img {
    transform: scale(1.025);
}

.ddk-product-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    padding: 7px 10px;
    color: var(--ddk-olive-dark);
    background: rgba(255, 253, 249, .9);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ddk-view-piece {
    position: absolute;
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 13px 18px;
    color: #fff;
    text-align: center;
    background: rgba(52, 65, 32, .92);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    transform: translateY(75px);
    transition: transform .3s ease;
}

.ddk-product-card:hover .ddk-view-piece {
    transform: translateY(0);
}

.ddk-product-info {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 15px;
    padding-top: 17px;
}

.ddk-product-info h3 {
    max-width: 72%;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
}

.ddk-product-info h3 a {
    color: var(--ddk-ink);
}

.ddk-price {
    color: var(--ddk-olive);
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.ddk-story {
    display: grid;
    grid-template-columns: 1.14fr .86fr;
    min-height: 680px;
    background: #ebe2d3;
}

.ddk-story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ddk-story-copy {
    align-self: center;
    max-width: 600px;
    padding: 80px clamp(45px, 7vw, 105px);
}

.ddk-story-copy p {
    color: #5f604f;
    font-size: 15px;
    line-height: 1.8;
}

.ddk-story-copy ul {
    margin: 28px 0 31px;
    padding: 0;
    list-style: none;
}

.ddk-story-copy li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(52, 65, 32, .14);
    font-family: Lora, Georgia, serif;
}

.ddk-story-copy li::before {
    content: "✦";
    margin-right: 10px;
    color: var(--ddk-thread);
}

.ddk-consultation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    max-width: 1320px;
    margin: 105px auto;
    padding: 65px 72px;
    color: #fff;
    background: var(--ddk-olive-dark);
}

.ddk-consultation .ddk-eyebrow,
.ddk-consultation h2,
.ddk-consultation p {
    color: #fff;
}

.ddk-consultation h2 {
    max-width: 770px;
    margin-bottom: 10px;
}

.ddk-consultation p {
    margin-bottom: 0;
    opacity: .75;
}

.ddk-button-light {
    flex: 0 0 auto;
    color: var(--ddk-olive-dark);
    border-color: #fff;
    background: #fff;
}

.ddk-button-light:hover {
    color: #fff;
    border-color: var(--ddk-thread);
    background: var(--ddk-thread);
}

@media (max-width: 1024px) {
    .ddk-hero {
        min-height: 600px;
    }

    .ddk-hero-panel {
        width: min(520px, 58vw);
    }

    .ddk-service-strip {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 0;
    }

    .ddk-service-strip > div:nth-child(2) {
        border-right: 0;
    }

    .ddk-category-card {
        min-height: 490px;
    }

    .ddk-story {
        grid-template-columns: 1fr 1fr;
    }

    .ddk-consultation {
        margin: 70px 24px;
        padding: 50px;
    }
}

@media (max-width: 767px) {
    .ddk-hero {
        align-items: end;
        min-height: 650px;
        margin: 8px;
        background-position: 34% center;
    }

    .ddk-hero::before {
        background: linear-gradient(180deg, transparent 28%, rgba(37, 31, 22, .72));
    }

    .ddk-hero-panel {
        width: calc(100% - 24px);
        margin-bottom: 12px;
        padding: 30px 20px;
        border: 0;
        background: rgba(255, 252, 245, .94);
    }

    .ddk-hero h1 {
        font-size: 42px;
    }

    .ddk-hero p {
        font-size: 14px;
        line-height: 1.55;
    }

    .ddk-actions {
        flex-direction: column;
    }

    .ddk-service-strip {
        padding-right: 8px;
        padding-left: 8px;
    }

    .ddk-service-strip > div {
        padding: 2px 10px;
    }

    .ddk-section {
        padding: 72px 15px;
    }

    .ddk-section-heading {
        margin-bottom: 32px;
    }

    .ddk-category-grid,
    .ddk-product-grid,
    .ddk-story {
        grid-template-columns: 1fr;
    }

    .ddk-category-card {
        min-height: 510px;
    }

    .ddk-category-copy {
        padding: 28px;
    }

    .ddk-heading-row {
        display: block;
    }

    .ddk-heading-row > a {
        display: inline-block;
        margin-top: 15px;
    }

    .ddk-product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 36px 12px;
    }

    .ddk-product-info {
        display: block;
    }

    .ddk-product-info h3 {
        max-width: none;
        margin-bottom: 6px;
        font-size: 14px;
    }

    .ddk-view-piece {
        display: none;
    }

    .ddk-story {
        min-height: 0;
    }

    .ddk-story-image {
        min-height: 480px;
    }

    .ddk-story-copy {
        padding: 55px 24px;
    }

    .ddk-consultation {
        display: block;
        margin: 60px 15px;
        padding: 42px 25px;
    }

    .ddk-consultation .ddk-button {
        width: 100%;
        margin-top: 25px;
    }
}
