.elementor-877 .elementor-element.elementor-element-8449889{margin-top:-57px;margin-bottom:0px;}.elementor-877 .elementor-element.elementor-element-5bcef31 > .elementor-widget-container{margin:-10px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-877 .elementor-element.elementor-element-3140f4a > .elementor-widget-container{margin:-25px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-83e58a2 */.article-wrapper {
  max-width: 820px;
  margin: 40px auto;
  font-family: system-ui, sans-serif;
  line-height: 1.8;
  color: #222;
  padding: 0 20px;
}

.breadcrumb {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}

.breadcrumb a {
  color: #f15c22;
  text-decoration: none;
}

.article-title {
  font-size: 36px;
  line-height: 1.3;
}

.article-meta {
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
}

.article-image img {
  width: 100%;
  border-radius: 12px;
}

.article-image figcaption {
  font-size: 13px;
  color: #777;
  text-align: center;
  margin-top: 6px;
}

.toc {
  background: #f8f8f8;
  padding: 15px;
  border-radius: 10px;
  margin: 30px 0;
}

.toc ul {
  padding-left: 20px;
}

.article-content h2 {
  margin-top: 40px;
}

.info-box {
  background: #fff3e6;
  padding: 15px;
  border-left: 5px solid #f15c22;
  border-radius: 6px;
  margin: 20px 0;
}

.cta-box {
  background: #111;
  color: white;
  padding: 30px;
  border-radius: 15px;
  margin: 50px 0;
  text-align: center;
}

.cta-btn {
  display: inline-block;
  background: #f15c22;
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  margin-top: 10px;
}

.author-box {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 50px;
  background: #f7f7f7;
  padding: 20px;
  border-radius: 12px;
}

.author-box img {
  width: 70px;
  border-radius: 50%;
}

.related-posts {
  margin-top: 40px;
}

.related-posts ul {
  padding-left: 20px;
}

.breadcrumb a {
  color: orange;
  text-decoration: none;
  font-weight: 500;
}

.breadcrumb a:hover {
  color: darkorange;
  text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ced0890 */.article-wrapper {
  max-width: 820px;
  margin: 40px auto;
  font-family: system-ui, sans-serif;
  line-height: 1.8;
  color: #222;
  padding: 0 20px;
}

.breadcrumb {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}

.breadcrumb a {
  color: #f15c22;
  text-decoration: none;
}

.article-title {
  font-size: 36px;
  line-height: 1.3;
}

.article-meta {
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
}

.article-image img {
  width: 100%;
  border-radius: 12px;
}

.article-image figcaption {
  font-size: 13px;
  color: #777;
  text-align: center;
  margin-top: 6px;
}

.toc {
  background: #f8f8f8;
  padding: 15px;
  border-radius: 10px;
  margin: 30px 0;
}

.toc ul {
  padding-left: 20px;
}

.article-content h2 {
  margin-top: 40px;
}

.info-box {
  background: #fff3e6;
  padding: 15px;
  border-left: 5px solid #f15c22;
  border-radius: 6px;
  margin: 20px 0;
}

.cta-box {
  background: #111;
  color: white;
  padding: 30px;
  border-radius: 15px;
  margin: 50px 0;
  text-align: center;
}

.cta-btn {
  display: inline-block;
  background: #f15c22;
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  margin-top: 10px;
}

.author-box {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 50px;
  background: #f7f7f7;
  padding: 20px;
  border-radius: 12px;
}

.author-box img {
  width: 70px;
  border-radius: 50%;
}

.related-posts {
  margin-top: 40px;
}

.related-posts ul {
  padding-left: 20px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5bcef31 */.benefit-section {
  padding: 20px 30px;
  background: #ffffff;
}

.container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 1100px;
  margin: auto;
}

.card {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #1e293b;
}

.card p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 992px) {
  .container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .container {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3140f4a */.benefit-section {
  padding: 0px 0px;
  background: #ffffff;
}

.container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 1100px;
  margin: auto;
}

.card {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #1e293b;
}

.card p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 992px) {
  .container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .container {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b1a0700 */.article-wrapper {
  max-width: 820px;
  margin: 40px auto;
  font-family: system-ui, sans-serif;
  line-height: 1.8;
  color: #222;
  padding: 0 20px;
}

.breadcrumb {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}

.breadcrumb a {
  color: #f15c22;
  text-decoration: none;
}

.article-title {
  font-size: 36px;
  line-height: 1.3;
}

.article-meta {
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
}

.article-image img {
  width: 100%;
  border-radius: 12px;
}

.article-image figcaption {
  font-size: 13px;
  color: #777;
  text-align: center;
  margin-top: 6px;
}

.toc {
  background: #f8f8f8;
  padding: 15px;
  border-radius: 10px;
  margin: 30px 0;
}

.toc ul {
  padding-left: 20px;
}

.article-content h2 {
  margin-top: 40px;
}

.info-box {
  background: #fff3e6;
  padding: 15px;
  border-left: 5px solid #f15c22;
  border-radius: 6px;
  margin: 20px 0;
}

.cta-box {
  background: #111;
  color: white;
  padding: 30px;
  border-radius: 15px;
  margin: 50px 0;
  text-align: center;
}

.cta-btn {
  display: inline-block;
  background: #f15c22;
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  margin-top: 10px;
}

.author-box {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 50px;
  background: #f7f7f7;
  padding: 20px;
  border-radius: 12px;
}

.author-box img {
  width: 50px;
  border-radius: 50%;
}

.related-posts {
  margin-top: 40px;
}

.related-posts ul {
  padding-left: 20px;
}/* End custom CSS */