.elementor-3034 .elementor-element.elementor-element-61281c5{--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-3034 .elementor-element.elementor-element-27909d3{--display:flex;}.elementor-3034 .elementor-element.elementor-element-4343227{--display:flex;}.elementor-3034 .elementor-element.elementor-element-f6b0870{--display:grid;--e-con-grid-template-columns:repeat(4, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-3034 .elementor-element.elementor-element-cce53ea img{border-radius:5px 5px 5px 5px;}.elementor-3034 .elementor-element.elementor-element-cafd4f2 img{transition-duration:0.3s;border-radius:5px 5px 5px 5px;}.elementor-3034 .elementor-element.elementor-element-4598329 img{border-radius:5px 5px 5px 5px;}.elementor-3034 .elementor-element.elementor-element-0fc183d img{border-radius:5px 5px 5px 5px;}@media(max-width:1024px){.elementor-3034 .elementor-element.elementor-element-f6b0870{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-3034 .elementor-element.elementor-element-f6b0870{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-63a3f28 *//* Blog Post Wrapper */
.blog-post {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  color: #333;
  line-height: 1.75;
  background-color: #ffffff;
}

/* Main Title */
.blog-post h1 {
  font-size: 34px;
  margin-bottom: 20px;
  line-height: 1.3;
  text-align: center;
  color: #1f3d2b;
}

/* Section Headings */
.blog-post h2 {
  font-size: 26px;
  margin-top: 50px;
  margin-bottom: 15px;
  color: #2e6b4e;
}

/* Sub Headings */
.blog-post h3 {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #3b7d5c;
}

/* Paragraphs */
.blog-post p {
  font-size: 16.5px;
  margin-bottom: 18px;
}

/* Lists */
.blog-post ul {
  padding-left: 22px;
  margin-bottom: 20px;
}

.blog-post ul li {
  margin-bottom: 8px;
  font-size: 16px;
}

/* Horizontal Divider */
.blog-post hr {
  border: none;
  height: 1px;
  background: linear-gradient(to right, transparent, #ccc, transparent);
  margin: 45px 0;
}

/* Table */
.blog-post table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 16px;
}

.blog-post table th {
  background-color: #f2f7f4;
  color: #1f3d2b;
  font-weight: 600;
}

.blog-post table th,
.blog-post table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
}

/* Links */
.blog-post a {
  color: #2e6b4e;
  text-decoration: none;
  font-weight: 500;
}

.blog-post a:hover {
  text-decoration: underline;
}

/* Call to Action (last link emphasis) */
.blog-post p:last-of-type {
  background: #f7fbf9;
  padding: 20px;
  border-left: 4px solid #2e6b4e;
  font-size: 17px;
}

/* Responsive */
@media (max-width: 768px) {
  .blog-post h1 {
    font-size: 28px;
  }

  .blog-post h2 {
    font-size: 22px;
  }

  .blog-post h3 {
    font-size: 18px;
  }

  .blog-post p,
  .blog-post ul li {
    font-size: 15.5px;
  }
}
/* Blog Layout */
.blog-layout {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
}

/* Sidebar */
.blog-sidebar {
  position: sticky;
  top: 80px;
}

/* Sidebar Boxes */
.sidebar-box {
  background: #f7fbf9;
  padding: 20px;
  margin-bottom: 25px;
  border-radius: 10px;
}

.sidebar-box h4 {
  margin-bottom: 12px;
  font-size: 18px;
  color: #2e6b4e;
}

/* Sidebar Lists */
.sidebar-box ul {
  list-style: none;
  padding-left: 0;
}

.sidebar-box ul li {
  margin-bottom: 8px;
  font-size: 15px;
  cursor: pointer;
}

.sidebar-box ul li:hover {
  text-decoration: underline;
}

/* Search Input */
.sidebar-box input[type="search"] {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

/* Comments */
.blog-comments {
  margin-top: 60px;
}

.blog-comments h3 {
  margin-bottom: 15px;
  color: #2e6b4e;
}

/* Comment Form */
.comment-form input,
.comment-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 15px;
}

.comment-form button {
  background: #2e6b4e;
  color: #fff;
  padding: 12px 22px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.comment-form button:hover {
  background: #24543e;
}

/* Mobile */
@media (max-width: 900px) {
  .blog-layout {
    grid-template-columns: 1fr;
  }

  .blog-sidebar {
    position: relative;
    top: auto;
  }
}/* End custom CSS */