/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */
/* Averta Light */
@font-face {
  font-family: "Averta";
  src: url("assets/fonts/Averta-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Averta Regular */
@font-face {
  font-family: "Averta";
  src: url("assets/fonts/Averta-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Averta Semibold */
@font-face {
  font-family: "Averta";
  src: url("assets/fonts/Averta-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Averta Bold */
@font-face {
  font-family: "Averta";
  src: url("assets/fonts/Averta-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Averta", sans-serif !important;
  font-weight: 400;
}

h1,
h2 {
  font-family: "Averta", sans-serif;
  font-weight: 700;
}

h3 {
  font-family: "Averta", sans-serif;
  font-weight: 600;
}

.small-text {
  font-family: "Averta", sans-serif;
  font-weight: 300;
}

/* Outer circle */
.ba_image_carousel_0 .dtq-carousel .slick-dots li button {
  width: 18px;
  height: 18px;
  padding: 0;
  border: 1px solid #01015e;
  border-radius: 50%;
  background: transparent;

  display: flex;
  align-items: center;
  justify-content: center;

  box-sizing: border-box;
}

/* Hide Slick's default bullet */
.ba_image_carousel_0 .dtq-carousel .slick-dots li button:before {
  display: none;
}

/* Inner dot */
.ba_image_carousel_0 .dtq-carousel .slick-dots li button::after {
  content: "";
  width: 5px; /* adjust size */
  height: 5px;
  border-radius: 50%;
  background: #01015e;
  transform: scale(0);
  transition: transform 0.25s ease;
}

.ba_image_carousel_0 .dtq-carousel .slick-dots li button {
  font-size: 0 !important;
  background: transparent !important;
  height: 10px;
  width: 10px;
  border-radius: 10px 10px 10px 10px;
  margin-top: -35px;
}

/* Show only on active */
.ba_image_carousel_0 .dtq-carousel .slick-dots li.slick-active button::after {
  transform: scale(1);
}

.et_pb_module.et_pb_divider.et_pb_divider_0_tb_header.et_pb_divider_position_center.et_pb_space::before {
  margin-left: 40px;
  margin-right: 36px;
}

header .et_pb_divider:before {
  content: "";
  width: 97% !important;
}

.short-multicolor-divider {
  width: 15%;
  height: 3px;
  background: linear-gradient(90deg, #144e8c 0%, #00bedf 50%, #7ec34f 99%);
  border-radius: 2px; /* optional */
  margin-bottom: 10px;
}

div#calendar-icon {
  background-image: linear-gradient(
    90deg,
    #144e8c 0%,
    #00bedf 50%,
    #7ec34f 99%
  ) !important;
}

.et_pb_column.et_pb_column_empty {
  min-height: 4px;
}

div.colored-div {
  background-image: linear-gradient(
    90deg,
    #144e8c 0%,
    #00bedf 50%,
    #7ec34f 99%
  ) !important;
}

div#calendar-column {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.news-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 25px;
}

.news-header select {
  min-width: 130px;
  padding: 8px 14px;
}

.news-list {
  width: 100%;
}

.news-row {
  display: grid;

  grid-template-columns: 140px 1fr 40px;

  gap: 20px;

  align-items: center;

  padding: 14px 0;

  border-bottom: 1px solid #e5e5e5;
}

.news-date {
  color: #666;

  font-size: 14px;
}

.news-title {
  font-weight: 600;
}

.news-icon {
  text-align: right;
}

.news-icon a {
  font-size: 22px;

  text-decoration: none;
}

.news-icon a:hover {
  opacity: 0.7;
}

.prosklisi-attachment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 30px 0;
}

.prosklisi-attachment-item {
  min-width: 0;
  border: 1px solid #d8d8d8;
  background: #fff;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.prosklisi-attachment-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
}

.prosklisi-attachment-link {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
  padding: 20px;
  color: #144e8c;
  text-decoration: none;
}

.prosklisi-attachment-icon {
  display: flex;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(90deg, #144e8c 0%, #00bedf 50%, #7ec34f 99%);
  font-size: 22px;
  line-height: 1;
}

.prosklisi-attachment-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
}

.prosklisi-attachment-title {
  overflow-wrap: anywhere;
  font-weight: 700;
  line-height: 1.4;
}

.prosklisi-attachment-type {
  color: #666;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.et_pb_menu .menu-item > a {
    font-weight: bold !important;
}

@media (max-width: 767px) {
  .prosklisi-attachment-grid {
    grid-template-columns: 1fr;
  }
}

