.elementor-29354 .elementor-element.elementor-element-9f8dc26{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-29354 .elementor-element.elementor-element-2134a50{--spacer-size:0px;}.elementor-29354 .elementor-element.elementor-element-9dfd30e{margin:-15px -15px calc(var(--kit-widget-spacing, 0px) + -15px) -15px;padding:0px 0px 0px 0px;}.elementor-29354 .elementor-element.elementor-element-86d766c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-29354 .elementor-element.elementor-element-56010f3{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ad9f69f *//* Products Hero Section */
.products-hero {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 80vh;
  background-image: url('https://albarakatimber.store/wp-content/uploads/2021/10/post-example-2-image-11.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Open Sans', sans-serif;
  overflow: hidden;
}

/* Overlay for readability */
.products-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(36,22,14, 0.6); /* dark warm overlay */
  z-index: 1;
}

/* Content on top */
.products-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 0 5%;
  color: #f8f4f0;
}

/* Heading */
.products-content h1 {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.products-content h1 span {
  color: #c89b7b;
  font-style: italic;
}

/* Subheading / paragraph */
.products-content p {
  font-size: 1.3rem;
  line-height: 1.8;
  color: #f1e6db;
  max-width: 700px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .products-hero {
    height: 65vh;
  }
  .products-content h1 {
    font-size: 2.6rem;
  }
  .products-content p {
    font-size: 1.1rem;
  }
  .products-content {
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9dfd30e */.mdf-products-section {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: #faf6f4;
  padding: 80px 0;
  font-family: 'Open Sans', sans-serif;
  color: #2b1b10;
}

.mdf-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  gap: 60px;
  justify-content: space-between;
  padding: 0 5%;
}

/* LEFT COLUMN */
.mdf-left {
  flex: 1 1 58%;
}

.mdf-left h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #704934;
  margin-bottom: 20px;
}

.mdf-left p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 25px;
  color: #333;
}

.mdf-product h3 {
  font-size: 1.4rem;
  color: #4a2b18;
  font-weight: 700;
  margin-bottom: 8px;
}

.mdf-product .application {
  font-size: 1rem;
  color: #5b321b;
  font-style: italic;
}

/* RIGHT COLUMN */
.mdf-right {
  flex: 1 1 35%;
  background-color: #fff;
  border-radius: 14px;
  padding: 35px 30px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.mdf-right h2 {
  font-size: 1.8rem;
  color: #704934;
  margin-bottom: 20px;
  font-weight: 800;
}

.mdf-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mdf-right li {
  font-size: 1.05rem;
  color: #333;
  margin-bottom: 14px;
  display: flex;
  align-items: flex-start;
  line-height: 1.6;
}

.mdf-right li i {
  color: #704934;
  font-size: 1.1rem;
  margin-right: 10px;
  margin-top: 4px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .mdf-container {
    flex-direction: column;
    gap: 50px;
  }

  .mdf-right {
    padding: 30px 25px;
  }

  .mdf-left h2 {
    font-size: 2.2rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5a84682 *//* Product Showcase Section */
.product-showcase {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: #fff;
  padding: 100px 0;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: #3b2311;
}

.showcase-header h2 {
  font-size: 2.8rem;
  font-weight: 800;
  color: #704934;
  margin-bottom: 15px;
}

.showcase-header p {
  max-width: 800px;
  margin: 0 auto 60px;
  font-size: 1.1rem;
  color: #333;
  line-height: 1.7;
}

/* Product Grid */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 40px;
  justify-content: center;
  padding: 0 5%;
}

/* Product Card */
.product-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  transform: translateY(var(--offset));
  text-align: center;
  overflow: hidden;
  position: relative;
}

.product-card:hover {
  transform: translateY(calc(var(--offset) - 10px));
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* Product Images */
.product-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

/* Product Title */
.product-card h3 {
  font-size: 1.2rem;
  color: #4a2b18;
  margin: 15px 0;
  font-weight: 700;
}

/* View Button */
.view-btn {
  display: inline-block;
  background-color: #4a2b18;
  color: #fff;
  text-decoration: none;
  padding: 10px 28px;
  border-radius: 25px;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.view-btn:hover {
  background-color: transparent;
  color: #4a2b18;
  border: 2px solid #4a2b18;
  text-decoration: none;
}

/* Responsive Layout */
@media (max-width: 1024px) {
  .showcase-header h2 {
    font-size: 2.2rem;
  }
  .product-card img {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .showcase-header p {
    font-size: 1rem;
  }
  .view-btn {
    font-size: 0.9rem;
  }
}/* End custom CSS */