.elementor-15 .elementor-element.elementor-element-0562afb{--display:flex;}.elementor-15 .elementor-element.elementor-element-db0a3a8{--display:flex;}@media(max-width:767px){.elementor-15 .elementor-element.elementor-element-8596f20{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-15 .elementor-element.elementor-element-0c248e7{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-8596f20 */.blog-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
}

.blog-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.blog-image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.blog-content {
  padding: 22px;
}

.blog-category {
  font-size: 13px;
  font-weight: 600;
  color: #0b5cff;
  text-transform: uppercase;
}

.blog-title {
  margin: 10px 0 12px;
}

.blog-title a {
  font-size: 21px;
  line-height: 1.4;
  font-weight: 600;
  color: #111;
  text-decoration: none;
}

.blog-title a:hover {
  color: #0b5cff;
}

.blog-excerpt {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 15px;
}

.blog-meta {
  font-size: 13px;
  color: #777;
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.read-more {
  font-weight: 600;
  color: #0b5cff;
  text-decoration: none;
}

.read-more:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .blog-image img {
    height: 200px;
  }

  .blog-title a {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .blog-image img {
    height: 180px;
    border-radius: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0c248e7 */.blog-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
}

.blog-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.blog-image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.blog-content {
  padding: 22px;
}

.blog-category {
  font-size: 13px;
  font-weight: 600;
  color: #0b5cff;
  text-transform: uppercase;
}

.blog-title {
  margin: 10px 0 12px;
}

.blog-title a {
  font-size: 21px;
  line-height: 1.4;
  font-weight: 600;
  color: #111;
  text-decoration: none;
}

.blog-title a:hover {
  color: #0b5cff;
}

.blog-excerpt {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 15px;
}

.blog-meta {
  font-size: 13px;
  color: #777;
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.read-more {
  font-weight: 600;
  color: #0b5cff;
  text-decoration: none;
}

.read-more:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .blog-image img {
    height: 200px;
  }

  .blog-title a {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .blog-image img {
    height: 180px;
    border-radius: 14px;
  }
}/* End custom CSS */