.elementor-663 .elementor-element.elementor-element-407d3bc{--display:flex;--min-height:268px;--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-663 .elementor-element.elementor-element-407d3bc:not(.elementor-motion-effects-element-type-background), .elementor-663 .elementor-element.elementor-element-407d3bc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#655544;}.elementor-663 .elementor-element.elementor-element-27bb99b{--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;--margin-top:-126px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-663 .elementor-element.elementor-element-193b5e8{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-663 .elementor-element.elementor-element-193b5e8 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-663 .elementor-element.elementor-element-193b5e8.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-663 .elementor-element.elementor-element-908d5f8{--display:flex;}/* Start custom CSS for container, class: .elementor-element-908d5f8 *//* Base Font and Color Setup */
body {
  font-family: 'Poppins', sans-serif;
  color: #222;
  line-height: 1.8;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

/* ---------- HEADINGS ---------- */

/* h1 - Page Titles / Hero Sections */
h1 {
  font-size: 44px;
  font-weight: 700;
  color: #1a1a1a;
  border-left: 6px solid #c59d5f;
  padding-left: 18px;
  margin-bottom: 20px;
  line-height: 1.3;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
h1:hover {
  color: #c59d5f;
}

/* h2 - Section Titles */
h2 {
  font-size: 34px;
  font-weight: 600;
  color: #222;
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
}
h2::after {
  content: '';
  width: 40%;
  height: 2px;
  background: #c59d5f;
  position: absolute;
  bottom: -6px;
  left: 0;
  transition: width 0.3s ease;
}
h2:hover::after {
  width: 100%;
}

/* h3 - Subtitles or Features */
h3 {
  font-size: 26px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
  border-bottom: 2px solid #c59d5f;
  display: inline-block;
  padding-bottom: 6px;
}

/* h4 - Smaller Headlines */
h4 {
  font-size: 20px;
  font-weight: 500;
  color: #444;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ---------- PARAGRAPH ---------- */
p {
  font-size: 18px;
  color: #555;
  margin-bottom: 18px;
  max-width: 800px;
  line-height: 1.8;
  font-weight: 400;
}

/* ---------- IMAGES ---------- */
img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
img:hover {
  transform: scale(1.02);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* ---------- RESPONSIVE BREAKPOINTS ---------- */
@media (max-width: 992px) {
  h1 { font-size: 36px; }
  h2 { font-size: 30px; }
  h3 { font-size: 22px; }
  h4 { font-size: 18px; }
  p   { font-size: 16px; }
}

@media (max-width: 768px) {
  h1 { font-size: 30px; padding-left: 12px; }
  h2 { font-size: 26px; }
  h3 { font-size: 20px; }
  h4 { font-size: 16px; }
  p   { font-size: 15px; }
}

@media (max-width: 480px) {
  h1 { font-size: 26px; border-left-width: 4px; }
  h2 { font-size: 22px; }
  h3 { font-size: 18px; }
  h4 { font-size: 15px; }
  p   { font-size: 14px; }
}/* End custom CSS */