#fw-section-hero-13228e1b-c632-4aa7-b8b0-0849d41891d2 {
--font-heading-scale: 1.16;
--font-body-scale: 1.26;
}
#fw-section-hero-13228e1b-c632-4aa7-b8b0-0849d41891d2 {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-background: #ffebd8;
--color-on-background-rgb: 255, 235, 216;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-product-image-background: #ffebd8;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #000000;
--primary-btn-text: #ffffff;
--primary-btn-border-color: #ffebd8;
--secondary-btn-bg: transparent;
--secondary-btn-text: #ffebd8;
--secondary-btn-border-color: #ffebd8;

}
#fw-section-text-blocks-8769986d-196b-4216-a460-b7fa799a673e {
--font-heading-scale: 0.7;
--font-body-scale: 0.92;
}
#fw-section-text-blocks-8769986d-196b-4216-a460-b7fa799a673e {
--color-primary: #fff8ef;
--color-primary-rgb: 255, 248, 239;
--color-background: #f9eedf;
--color-background-rgb: 249, 238, 223;
--color-on-background: #000000;
--color-on-background-rgb: 0, 0, 0;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-product-image-background: #000000;
--color-background-brightness: 240;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #fff8ef;
--primary-btn-text: #ffffff;
--primary-btn-border-color: #000000;
--secondary-btn-bg: transparent;
--secondary-btn-text: #000000;
--secondary-btn-border-color: #000000;

}
#fw-section-featured-collection-0 {
--font-heading-scale: 1.13;
--font-body-scale: 0.85;
}
#fw-section-custom-html-10a7a2cc-ebc6-4ba7-a1f9-fa640ea77f69 {

.custom-three-column-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
}

.custom-text-columns {
    flex: 0 1 calc(66.666% - 20px);
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.custom-header {
    margin: 0;
    font-size: 2.2rem;
    font-weight: regular;
    line-height: 1.4;
}

.custom-text-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.custom-text-grid p {
    margin-bottom: 1.2em;
}

.custom-text-grid div p:last-child {
    margin-bottom: 0;
}

.custom-image {
    flex: 0 1 calc(33.333% - 20px);
}

.custom-image img {
    width: 100%;
    height: auto;
    display: block;
}

.highlight-text {
    font-size: 110%;
    font-weight: bold;
}

/* Left column - makes it a flex container to center button */
.left-column {
    display: flex;
    flex-direction: column;
}

/* Button Wrapper - centers the button in the left column */
.button-wrapper {
    text-align: center;
    margin-top: 20px; /* Space above the button */
    width: 100%;
}

/* Black Button with White Text */
.book-call-btn {
    display: inline-block;
    padding: 14px 40px;
    background-color: #000000; /* Black */
    color: #ffffff; /* White text */
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    border-radius: 50px; /* Pill shape - change to 4px for square corners */
    transition: all 0.3s ease;
    border: 2px solid #000000; /* Black border */
    cursor: pointer;
    text-align: center;
}

/* Hover effect */
.book-call-btn:hover {
    background-color: #ffffff; /* White background on hover */
    color: #000000; /* Black text on hover */
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
/* ============================================ */
/* MOBILE RESPONSIVE STYLES - ADD THIS TO YOUR CSS */
/* ============================================ */

/* Tablets and smaller devices */
@media screen and (max-width: 992px) {
    .custom-three-column-layout {
        flex-direction: column;
        gap: 30px;
    }
    
    .custom-text-columns {
        flex: 1 1 100%;
        order: 2; /* Text moves below image */
    }
    
    .custom-image {
        flex: 1 1 100%;
        order: 1; /* Image moves to top */
        max-width: 100%;
    }
    
    .custom-image img {
        max-height: 400px;
        object-fit: cover;
    }
}

/* Mobile phones */
@media screen and (max-width: 768px) {
    .custom-three-column-layout {
        padding: 15px;
        gap: 20px;
    }
    
    .custom-text-grid {
        grid-template-columns: 1fr; /* Changes to single column */
        gap: 15px;
    }
    
    .custom-header {
        font-size: 1.8rem;
        text-align: center;
    }
    
    .custom-image img {
        max-height: 300px;
        object-fit: cover;
    }
    
    .book-call-btn {
        display: block;
        width: 100%;
        padding: 16px 20px;
        font-size: 16px;
        border-radius: 50px;
    }
    
    .button-wrapper {
        margin-top: 15px;
    }
}

/* Small mobile phones */
@media screen and (max-width: 480px) {
    .custom-three-column-layout {
        padding: 10px;
        gap: 15px;
    }
    
    .custom-header {
        font-size: 1.5rem;
    }
    
    .custom-image img {
        max-height: 200px;
        object-fit: cover;
    }
    
    .custom-text-grid p {
        font-size: 15px;
        line-height: 1.6;
    }
    
    .book-call-btn {
        padding: 14px 20px;
        font-size: 15px;
    }
}
}
#fw-section-recent-videos-0a8e3d3d-6324-47eb-bde8-e4cd03127c6f {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-background: #000000;
--color-on-background-rgb: 0, 0, 0;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-product-image-background: #000000;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #000000;
--primary-btn-text: #ffffff;
--primary-btn-border-color: #000000;
--secondary-btn-bg: transparent;
--secondary-btn-text: #000000;
--secondary-btn-border-color: #000000;

}
#fw-section-newsletter-94b85380-62a6-4f21-b51e-70f4040f98b1 {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #3c0915;
--color-background-rgb: 60, 9, 21;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-product-image-background: #ffffff;
--color-background-brightness: 26;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #000000;
--primary-btn-text: #ffffff;
--primary-btn-border-color: #ffffff;
--secondary-btn-bg: transparent;
--secondary-btn-text: #ffffff;
--secondary-btn-border-color: #ffffff;

}

#fw-section-header {
--font-heading-scale: 1.23;
--font-body-scale: 1.13;
}
#fw-section-header {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #3c0916;
--color-background-rgb: 60, 9, 22;
--color-on-background: #f2f2f2;
--color-on-background-rgb: 242, 242, 242;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-product-image-background: #f2f2f2;
--color-background-brightness: 26;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #000000;
--primary-btn-text: #ffffff;
--primary-btn-border-color: #f2f2f2;
--secondary-btn-bg: transparent;
--secondary-btn-text: #f2f2f2;
--secondary-btn-border-color: #f2f2f2;

}