.elementor-1088 .elementor-element.elementor-element-ab0a706{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1088 .elementor-element.elementor-element-5c0c8e1{--display:flex;}@media(max-width:1024px){.elementor-1088 .elementor-element.elementor-element-ab0a706{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-1088 .elementor-element.elementor-element-ab0a706{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for image, class: .elementor-element-291e84f */.elementor-widget-image img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 0 0 24px 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  filter: brightness(75%);
  transition: transform 0.8s ease;
  display: block;
  margin: 30px auto;
}


.elementor-widget-image img:hover {
  transform: scale(1.05);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-02fa449 */.article-body {
  max-width: 850px;
  margin: 40px auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 17px;
  color: #333;
  line-height: 1.9;
  transition: all 0.3s ease-in-out;
}


.article-body p {
  margin-bottom: 20px;
}


.article-body ul,
.article-body ol {
  margin-left: 25px;
  margin-bottom: 20px;
  padding-left: 10px;
}


.article-body h1, .article-body h2, .article-body h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}


.article-body a {
  color: #1a73e8;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.2s ease;
}
.article-body a:hover {
  color: #125dc1;
}

.single-post {
  background-color: #e8f6e9 !important;
}

.single-post {
  background-color: #e8f6e9 !important;
}


.article-body {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  line-height: 1.9;
  font-size: 18px;
  font-family: 'Segoe UI', sans-serif;
  transition: all 0.3s ease;
  animation: fadeInUp 1s ease both;
}


h1.article-title {
  font-size: 34px; 
  font-weight: 700;
  color: #10843f;
  margin-bottom: 20px;
  animation: fadeInDown 1s ease both;
}


.article-body h2 {
  font-size: 24px; 
  border-left: 6px solid #10843f;
  padding-left: 15px;
  color: #222;
  margin-top: 40px;
  margin-bottom: 20px;
  animation: fadeInLeft 0.8s ease both;
}

.article-body h3 {
  font-size: 20px; 
  border-left: 4px solid #10843f;
  padding-left: 12px;
  color: #333;
  margin-top: 30px;
  margin-bottom: 18px;
  animation: fadeInLeft 0.8s ease both;
}


.article-body p {
  position: relative;
  padding-left: 25px;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.9;
  color: #333;
  font-family: 'Segoe UI', sans-serif;
  transition: all 0.3s ease;
  animation: fadeIn 1s ease both;
}


.article-body p::before {
  content: "❖";
  position: absolute;
  left: 0;
  top: 0;
  color: #10843f;
  font-size: 18px;
  line-height: 1.9;
  transform: scale(1.2);
}


.article-body p:hover {
  background: rgba(16, 132, 63, 0.05);
  border-left: 4px solid #10843f;
  padding-left: 30px;
  border-radius: 8px;
}


@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(40px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInDown {
  0% { opacity: 0; transform: translateY(-40px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInLeft {
  0% { opacity: 0; transform: translateX(-40px); }
  100% { opacity: 1; transform: translateX(0); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}


@media (max-width: 768px) {
  .article-body {
    padding: 25px;
    font-size: 16px;
  }

  .article-body p {
    font-size: 16px;
    padding-left: 20px;
  }

  .article-body p::before {
    font-size: 16px;
  }

  h1.article-title {
    font-size: 26px;
  }

  .article-body h2 {
    font-size: 20px;
  }

  .article-body h3 {
    font-size: 18px;
  }
}


.post-tags,
.meta-tags,
.entry-tags,
.tagcloud,
.tag-links {
  display: none !important;
}
.single-post .post-thumbnail,
.single-post .featured-image,
.single-post .post-featured-image,
.single-post .elementor-post__thumbnail {
  display: none !important;
}
.post-tags,
.meta-tags,
.entry-tags,
.tagcloud,
.tag-links,
.tags-links,
.tags,
footer .post-meta,
.post-footer .tags,
.elementor-post-info__item--terms {
  display: none !important;
}/* End custom CSS */