.elementor-1469 .elementor-element.elementor-element-b7d3d82{--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-1469 .elementor-element.elementor-element-c345474 > .elementor-widget-container{padding:100px 0px 0px 0px;}.elementor-1469 .elementor-element.elementor-element-c345474 img{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}/* Start custom CSS for section, class: .elementor-element-6cc26c1 *//* Glavni container */
.axil-post-list-area {
  padding: clamp(60px, 6vw, 100px) 30px;
  font-family: "Poppins", sans-serif;
  color: #2a1e1a; /* tamno topla braon */
  line-height: 1.8;
}

/* Paragrafi */
.axil-post-list-area p {
  font-size: clamp(16px, 1.2vw, 18px);
  margin-bottom: 20px;
  color: #2c1c15;
}

/* Naslovi */
.axil-post-list-area h2,
.axil-post-list-area h3 {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  color: #3a1e12;
  margin: 40px 0 20px;
  line-height: 1.3;
}

/* Ikonice (emoji u naslovima) da ne iskaču previše */
.axil-post-list-area h3 strong {
  color: #b6543a; /* bakreno-naglašena slova */
}

/* Bold tekst */
.axil-post-list-area strong {
  color: #b6543a;
  font-weight: 600;
}

/* Liste – čiste, sa bakrenim oznakama */
.axil-post-list-area ul {
  list-style: none;
  padding: 0;
  margin: 25px 0 40px;
}

.axil-post-list-area li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #2c1c15;
}

.axil-post-list-area li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  color: #b6543a;
  font-size: 14px;
}

/* Linija između sekcija */
.axil-post-list-area hr {
  border: none;
  height: 2px;
  background: linear-gradient(to right, transparent, #b6543a, transparent);
  opacity: 0.5;
  margin: 40px 0;
}

/* Dugme “Saradnja” */
.axil-post-list-area .elementor-button {
  background-color: #b6543a;
  color: #fff !important;
  border-radius: 25px;
  padding: 14px 32px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.axil-post-list-area .elementor-button:hover {
  background-color: #8f3f2b;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Odstojanje između blokova */
.axil-post-list-area .elementor-widget-container > *:not(:last-child) {
  margin-bottom: 20px;
}

/* Tekst “Zainteresovani za saradnju?” kao vizualni završetak */
.axil-post-list-area h3:last-of-type {
  margin-top: 50px;
  font-size: clamp(22px, 2.2vw, 26px);
  color: #3a1e12;
  border-left: 4px solid #b6543a;
  padding-left: 12px;
}/* End custom CSS */