/*
Theme Name: Astra Child
Template: astra
Version: 1.0
*/


/* .ast-container{
    padding-left: 80px !important;
    padding-right: 80px !important;
    max-width: 1440px !important;
} */


h1,h2,h3,h4,h5,h6{
    font-family: "Playfair Display";
}

.custom-shadow {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.04);
}
.home-banner{
    position: relative;
}

.font-mont{
    font-family: Montserrat !important;
}

.site-header {
    z-index: 99;
    position: sticky !important;
    top: 0px;
}

.ast-primary-header-bar{
background: #fbf9f4b3;
 background: rgba(248, 245, 240, 0.7);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);

    border-bottom: 1px solid rgba(255,255,255,0.1);
        /* position: fixed; */
    width: 100%;
}
.home-banner::after {
    content:  "";
    position: absolute;
    inset: 0;
   background-image: linear-gradient(
        to top,
        rgba(251, 249, 244, 0.9),
        rgba(251, 249, 244, 0.3),
        transparent
    );
}

.home-banner-heading, .home-banner-content{
    max-width: 64rem !important;
    margin-left: auto;
    margin-right: auto;
}
.bg-transparent,.bg-transparent .elementor-button-link{
    background-color: transparent !important;
}

.text-body-md {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

.text-headline-md {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 500;
}


/* woocoomerce catgory css */
.furniture-categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.category-card {
    position: relative;
    display: block;
    overflow: hidden;
    /* border-radius: 20px; */
    min-height: 420px;
}

.category-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.category-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.7),
        transparent
    );
}

.category-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 2;
}

.category-content h3 {
    color: white;
    font-size: 32px;
    font-family: 'Playfair Display', serif;
}

.category-card:hover img {
    transform: scale(1.05);
}


@media(max-width:992px){
    .furniture-categories-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

}

@media(max-width:600px){
    .furniture-categories-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
}

}

/* woocoomerce catgory css end*/




/* journey css */

/* =========================================
   BKP JOURNEY SECTION
========================================= */

.bkp-journey-section {
    position: relative;
    padding: 120px 0;
    background-color: #fbf9f4;
    overflow: hidden;
}

/* =========================================
   CONTAINER
========================================= */

.bkp-container {
    width: 100%;
    max-width: 1440px;
    margin-inline: auto;
    padding-inline: 80px;
}

/* =========================================
   SECTION HEADING
========================================= */

.bkp-section-heading {
    text-align: center;
    margin-bottom: 64px;
}

.bkp-section-heading h2 {
    margin-bottom: 16px;

    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;

    color: #1b1c19;
}

.bkp-section-heading p {
    max-width: 700px;
    margin-inline: auto;

    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;

    color: #444748;
}

/* =========================================
   TIMELINE WRAPPER
========================================= */

.bkp-timeline-wrapper {
    position: relative;
    max-width: 1000px;
    margin-inline: auto;
    padding-block: 40px;
}

/* =========================================
   TIMELINE CENTER LINE
========================================= */

.bkp-timeline-line {
    position: absolute;

    top: 0;
    bottom: 0;
    left: 50%;

    width: 2px;

    background-color: #d9d4cf;

    transform: translateX(-50%);
}

/* =========================================
   TIMELINE ITEM
========================================= */

.bkp-timeline-item {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;

    margin-bottom: 80px;

    z-index: 2;
}

.bkp-timeline-item.reverse {
    flex-direction: row-reverse;
}

/* =========================================
   CONTENT AREA
========================================= */

.bkp-timeline-content {
    width: 41.666667%;
}

.bkp-timeline-item:not(.reverse) .bkp-timeline-content {
    padding-right: 32px;
    text-align: right;
}

.bkp-timeline-item.reverse .bkp-timeline-content {
    padding-left: 32px;
    text-align: left;
}

.bkp-timeline-content h4 {
    margin-bottom: 12px;

    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;

    color: #1b1c19;
}

.bkp-timeline-content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;

    color: #444748;
}

/* =========================================
   TIMELINE ICON
========================================= */

.bkp-timeline-icon {
    position: absolute;

    left: 32px;

    width: 64px;
    height: 64px;

    border-radius: 10px;

    background-color: #ffffff;

    border: 4px solid #f0e0d3;

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 10;

    transition:
        border-color 0.3s ease,
        transform 0.3s ease;
}

/* Desktop center alignment */

@media (min-width: 768px) {

    .bkp-timeline-icon {
        left: 50%;
        transform: translateX(-50%);
    }

}

/* Hover */

.bkp-timeline-item:hover .bkp-timeline-icon {
    border-color: #8C6D46;
}

.bkp-timeline-icon .material-symbols-outlined {
    font-size: 28px;
    color: #1b1c19;
}

/* =========================================
   MOBILE CONTENT
========================================= */

.bkp-mobile-content {
    display: none;
}

/* =========================================
   TABLET RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .bkp-container {
        padding-inline: 40px;
    }

    .bkp-timeline-line {
        left: 32px;
        transform: none;
    }

    .bkp-timeline-item,
    .bkp-timeline-item.reverse {
        flex-direction: row;
    }

    .bkp-timeline-content {
        width: 100%;

        padding-left: 100px !important;
        padding-right: 0 !important;

        text-align: left !important;
    }

    .bkp-timeline-icon {
        left: 0;
        transform: none;
    }

}

/* =========================================
   MOBILE RESPONSIVE
========================================= */

@media (max-width: 767px) {

    .bkp-journey-section {
        padding: 80px 0;
    }

    .bkp-container {
        padding-inline: 20px;
    }

    .bkp-section-heading {
        margin-bottom: 48px;
    }

    .bkp-section-heading h2 {
        font-size: 36px;
    }

    .bkp-section-heading p {
        font-size: 15px;
    }

    .bkp-timeline-item {
        margin-bottom: 64px;
    }

    .bkp-timeline-content h4 {
        font-size: 22px;
    }

    .bkp-timeline-content p {
        font-size: 14px;
    }

    .bkp-timeline-icon {
        width: 56px;
        height: 56px;
    }

    .bkp-timeline-icon .material-symbols-outlined {
        font-size: 24px;
    }

}

/* journey css end*/




/* =========================================
   TESTIMONIALS SECTION
========================================= */

.bkp-testimonials-section {
    /* padding: 120px 0; */
    /* background: #fbf9f4; */
}

/* =========================================
   CONTAINER
========================================= */

.bkp-container {
    max-width: 1440px;
    margin-inline: auto;
    padding-inline: 80px;
}

/* =========================================
   SECTION HEADING
========================================= */

.bkp-section-heading {
    text-align: center;
    margin-bottom: 64px;
}

.bkp-section-heading h2 {
    margin-bottom: 16px;

    font-size: 48px;
    line-height: 1.2;
    font-weight: 500;

    color: #1b1c19;

    font-family: 'Playfair Display', serif;
}

.bkp-section-heading p {
    max-width: 700px;
    margin-inline: auto;

    font-size: 16px;
    line-height: 1.7;

    color: #666666;

    font-family: 'Montserrat', sans-serif;
}

/* =========================================
   GRID
========================================= */

.bkp-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

/* =========================================
   CARD
========================================= */

.bkp-testimonial-card {
    background: #ffffff;

    border-radius: 24px;

    padding: 40px;

    border: 1px solid #ebe7e2;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.bkp-testimonial-card:hover {
    transform: translateY(-6px);

    box-shadow:
        0 10px 40px rgba(0,0,0,0.06);
}

/* =========================================
   REVIEW TEXT
========================================= */

.bkp-review-text {
    margin-bottom: 32px;

    font-size: 17px;
    line-height: 1.9;

    color: #444748;

    font-family: 'Montserrat', sans-serif;
}

/* =========================================
   FOOTER
========================================= */

.bkp-testimonial-footer {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* =========================================
   CLIENT IMAGE
========================================= */

.bkp-client-image {
    width: 64px;
    height: 64px;

    border-radius: 50%;

    overflow: hidden;

    flex-shrink: 0;
}

.bkp-client-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

/* =========================================
   CLIENT INFO
========================================= */

.bkp-client-info h4 {
    margin-bottom: 4px;

    font-size: 20px;
    font-weight: 600;

    color: #1b1c19;

    font-family: 'Playfair Display', serif;
}

.bkp-client-info span {
    font-size: 14px;

    color: #8C6D46;

    font-family: 'Montserrat', sans-serif;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .bkp-container {
        padding-inline: 40px;
    }

    .bkp-testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .bkp-testimonials-section {
        padding: 80px 0;
    }

    .bkp-container {
        padding-inline: 20px;
    }

    .bkp-section-heading h2 {
        font-size: 36px;
    }

    .bkp-testimonials-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .bkp-testimonial-card {
        padding: 32px 24px;
    }

}


/* =========================================
   SWIPER SLIDER
========================================= */

.bkp-testimonials-slider {
    overflow: hidden;
    padding-bottom: 60px;
}

.bkp-testimonials-slider .swiper-slide {
    height: auto;
}

/* =========================================
   PAGINATION
========================================= */

.bkp-testimonials-slider .swiper-pagination {
    bottom: 0 !important;
}

.bkp-testimonials-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;

    background: #d4cfc8;

    opacity: 1;
}

.bkp-testimonials-slider .swiper-pagination-bullet-active {
    background: #8C6D46;
}




/* =========================================
   FOOTER
========================================= */

.bkp-footer {
    background-color: #f5f3ee;

    border-top: 1px solid rgba(196, 199, 199, 0.2);
}

/* =========================================
   MAIN GRID
========================================= */

.bkp-footer-main {
    width: 100%;
    max-width: 1440px;

    margin-inline: auto;

    padding:
        120px
        80px;

    display: grid;

    grid-template-columns:
        2fr
        1fr
        1fr
        1fr;

    gap: 24px;
}

/* =========================================
   BRAND AREA
========================================= */

.bkp-footer-brand {
    max-width: 420px;
}

.bkp-footer-logo {
    margin-bottom: 24px;

    font-family: 'Playfair Display', serif;

    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;

    color: #1b1c19;
}

.bkp-footer-description {
    margin-bottom: 32px;

    font-family: 'Montserrat', sans-serif;

    font-size: 15px;
    line-height: 1.8;

    color: #444748;
}

/* =========================================
   SOCIAL ICONS
========================================= */

.bkp-footer-socials {
    display: flex;
    align-items: center;
    gap: 16px;
}

.bkp-social-icon {
    width: 40px;
    height: 40px;

    border-radius: 50%;

    background-color: #e4e2dd;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;

    font-size: 13px;
    font-weight: 600;

    color: #1b1c19;

    transition:
        background-color 0.3s ease,
        color 0.3s ease;
}

.bkp-social-icon:hover {
    background-color: #1b1c19;
    color: #ffffff;
}

/* =========================================
   FOOTER COLUMN
========================================= */

.bkp-footer-column h4 {
    margin-bottom: 24px;

    font-family: 'Montserrat', sans-serif;

    font-size: 16px;
    font-weight: 600;

    color: #1b1c19;
}

.bkp-footer-column ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.bkp-footer-column ul li {
    margin-bottom: 16px;
}

.bkp-footer-column ul li a {
    text-decoration: none;

    font-family: 'Montserrat', sans-serif;

    font-size: 15px;
    line-height: 1.6;

    color: #444748;

    transition: color 0.3s ease;
}

.bkp-footer-column ul li a:hover {
    color: #1b1c19;
}

/* =========================================
   ADDRESS
========================================= */

.bkp-footer-column address {
    margin-bottom: 24px;

    font-style: normal;

    font-family: 'Montserrat', sans-serif;

    font-size: 15px;
    line-height: 1.8;

    color: #444748;
}

.bkp-directions-link {
    font-family: 'Montserrat', sans-serif;

    font-size: 15px;
    font-weight: 500;

    color: #1b1c19;

    transition: color 0.3s ease;
}

.bkp-directions-link:hover {
    color: #8C6D46;
}

/* =========================================
   FOOTER BOTTOM
========================================= */

.bkp-footer-bottom {
    padding: 24px;

    text-align: center;

    border-top: 1px solid rgba(196, 199, 199, 0.2);

    font-family: 'Montserrat', sans-serif;

    font-size: 14px;
    line-height: 1.6;

    color: #666666;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .bkp-footer-main {
        grid-template-columns:
            1fr
            1fr;

        padding:
            80px
            40px;
    }

}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .bkp-footer-main {
        grid-template-columns: 1fr;

        padding:
            64px
            20px;

        gap: 48px;
    }

    .bkp-footer-logo {
        font-size: 28px;
    }

}

.ast-grid-right-center-section{
    justify-content: flex-end;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal{
    color: #000;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    width: 20px;
    height: 20px;
    fill: #000;
}