.elementor-15 .elementor-element.elementor-element-db476ba{--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;}@media(min-width:768px){.elementor-15 .elementor-element.elementor-element-db476ba{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-2da0eca *//* ===== BLOG SECTION ===== */
.besa-blog {
  max-width: 1500px;
  margin: auto;
  padding: 100px 24px;
}

.besa-blog-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 70px;
}

.besa-blog-header h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 12px;
}

.besa-blog-header p {
  font-size: 18px;
  line-height: 1.7;
  color: #475569;
}

/* ===== GRID ===== */
.besa-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

@media (max-width: 1024px) {
  .besa-blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .besa-blog-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== CARD ===== */
.besa-blog-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.besa-blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 55px rgba(0,0,0,0.15);
}

/* Image */
.besa-blog-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

/* Content */
.besa-blog-content {
  padding: 26px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.besa-blog-content h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.besa-blog-content h3 a {
  color: #0f172a;
  text-decoration: none;
}

.besa-blog-content h3 a:hover {
  color: #7768E5;
}

/* Meta */
.besa-blog-meta {
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 14px;
}

/* Excerpt */
.besa-blog-excerpt {
  font-size: 15px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: auto;
}

/* Read More */
.besa-blog-readmore {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #7768E5;
  text-decoration: none;
}

.besa-blog-readmore:hover {
  text-decoration: underline;
}/* End custom CSS */