/*
 Theme Name:     BROFI Child
 Theme URI:      https://www.brofi.eu
 Description:    Brofi Child Theme of Divi
 Author:         Jan Brokes
 Author URI:     https://www.brofi.eu
 Template:       Divi
 Version:        1.0.0
  License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- *//* CSS Document */


.container.et_menu_container {
	width:95%;
max-width:1440px !important;
}

.buttons-box .et_pb_code_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.buttons-box .et_pb_code_inner .btn {
		width:170px;
}

/* ===== GLOBAL BUTTONS ===== */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: 9999px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
  border-style: solid;
}

/* PRIMARY */
.btn.primary {
  color: #ffffff;
  background: #C3005D;
  border-width: 0px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.06), 0px 4px 8px rgba(0,0,0,0.07);
}
.btn.primary:hover {
  background: #7a0a35;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.1), 0px 8px 16px rgba(0,0,0,0.1);
}
.btn.primary:active {
  background: #640830;
}
.btn.primary:disabled {
  opacity: 0.4;
}

/* SECONDARY */
.btn.secondary {
  color: #C3005D;
  background: #ffffff !important;
  border-width: 2px;
  border-color: #C3005D;
}
.btn.secondary:hover {
  background: #fff0f4;
}
.btn.secondary:active {
  background: #ffe0e9;
}
.btn.secondary:disabled {
  opacity: 0.4;
}

/* TERTIARY */
.btn.tertiary {
  color: #9095a1;
  background: #ffffff;
  border-width: 2px;
  border-color: #9095a1;
}
.btn.tertiary:hover {
  color: #6f7787;
  border-color: #6f7787;
}
.btn.tertiary:active {
  color: #565d6d;
  border-color: #565d6d;
}
.btn.tertiary:disabled {
  opacity: 0.4;
}

* 

.stitek {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  background: #F22C541A;
  border-radius: 9999px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #C3005D;
  line-height: 22px;
}

/* Row je priamy flex kontajner */
.recenze-slider.et_pb_row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  scroll-snap-type: x mandatory;
  gap: 0 !important;
  padding-bottom: 16px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.recenze-slider.et_pb_row::-webkit-scrollbar {
  display: none;
}

/* Stĺpec zrušíme ako layout kontajner */
.recenze-slider .et_pb_column {
  display: contents !important;
}

/* Každý testimonial = karta v rade */
.recenze-slider .et_pb_testimonial {
  flex: 0 0 360px !important;
  max-width: 360px !important;
  scroll-snap-align: start;
  margin: 0 12px !important;
}

.recenze-slider.et_pb_row {
  cursor: grab;
}

.recenze-wrap {
  position: relative;
}
.recenze-nav {
  display: flex !important;
  justify-content: flex-end;
  gap: 12px;
  padding-right: 16px;
  margin-bottom: 16px;
  width: 100%;
}

.recenze-prev,
.recenze-next {
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  border: 2px solid #C3005D;
  background: #ffffff;
  color: #C3005D;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
	  font-family: 'ETmodules' !important;

}

.recenze-prev:hover,
.recenze-next:hover {
  background: #C3005D;
  color: #ffffff;
}
/* ===== RECENZE KARTY ===== */

.recenze-karta {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px;
  padding-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 0 0 360px !important;
  max-width: 360px !important;
  scroll-snap-align: start;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.07);
  position: relative;
  margin: 0 1% !important;

}

.recenze-karta::before {
  content: '';
  display: block;
  position: absolute;
  top: 32px;
  left: 32px;
  width: 48px;
  height: 48px;
  background-image: url('https://skd.brofi.eu/wp-content/uploads/2026/05/quote.webp');
  background-size: contain;
  background-repeat: no-repeat;
}

.recenze-karta__text {
  font-size: 15px;
  line-height: 1.7;
  color: #323743;
  margin: 0;
	min-height:160px;
}

.recenze-karta__autor {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #f3f4f6;

}

.recenze-karta__avatar {
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  object-fit: cover;
  flex-shrink: 0;
}

.recenze-karta__meno {
  font-size: 15px;
  font-weight: 700;
  color: #201C18;
  margin: 0;
	padding:0;
}

.recenze-karta__popis {

  font-size: 13px;
  color: #9F9489;
  margin: 0;
}

ul.check-list {
  list-style: none;
  padding: 0 !important;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #323743;
  line-height: 1.5;
	font-size:16px;
}

.check-list li::before {
  content: '\0052';
  font-family: 'ETmodules';
  font-size: 20px;
  color: #C3005D;
  flex-shrink: 0;
	font-weight:900;
}


.logo_container a::after {
  content: "Slovenské duly";
  font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 23px;
    font-weight: 700;
    color: #C3005D;
    white-space: nowrap;
    top: 5px;
    position: relative;

}
	@media (max-width: 550px) {
.logo_container a::after {

    font-size: 20px;
}
		#main-header {min-height:120px;}
}
  .header-btns .btn {
    padding: 8px 14px;
    font-size: 13px;
  }

/* DESKTOP */
@media (min-width: 981px) and (max-width: 1479px) {
  .header-btns {
    position: fixed;
    top: 0;
    right: 20px;
    z-index: 999999 !important;
    display: flex;
    align-items: center;
    gap: 12px;
    height: 80px;
  }
}

@media (min-width: 1480px) {
  .header-btns {
    position: fixed;
    top: 0;
    right: calc((100% - 1440px) / 2 + 20px);
    z-index: 999999 !important;
    display: flex;
    align-items: center;
    gap: 12px;
    height: 80px;
  }
}

/* MOBILE */
@media (max-width: 980px) {
  .header-btns {
    position: absolute;
    top: 50%;
    right: 60px; /* miesto pred hamburgerom */
    transform: translateY(-50%);
    display: flex;
    gap: 8px;
    z-index: 9999 !important;
  }
}
	@media (max-width: 550px) {
 .header-btns {
    position: absolute;
    top: 90px;
    right: 0px; /* miesto pred hamburgerom */
	 padding:5px 10px;
  }

}


@media (min-width: 981px) {
  #et-top-navigation {
    float: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 1 !important;
  }
	#et_top_search {top:-24px !important;}
}


.footer-links {
  list-style: none;
  padding: 0 !important;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-links a {
  font-size: 15px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #C3005D;
}

.footer-link-heart {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #C3005D !important;
  font-weight: 600;
  line-height: 1;
}

.footer-link-heart svg {
  fill: #C3005D;
  stroke: #C3005D;
  flex-shrink: 0;
  display: block;
}
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-contact li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-contact .et-pb-icon {
  font-family: 'ETmodules';
  font-size: 18px;
  color: #323743;
  flex-shrink: 0;
}

.footer-contact a {
  font-size: 15px;
  color: #323743;
  text-decoration: none;
}

.footer-contact a:hover {
  color: #C3005D;
}


.testimonial-kurzy p img {border-radius:50%;} 

  /* ── Wrapper ── */
    .dula-filter-wrap { font-family: inherit; }

    /* ── Filter bar ── */
    .dula-filter-bar {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        align-items: flex-end;
        background: #fff;
        border: 1.5px solid #e0e0f0;
        border-radius: 12px;
        padding: 20px 24px;
        margin-bottom: 36px;
		    position: relative;
    overflow: visible;
    }
    .dula-filter-group {
        display: flex;
        flex-direction: column;
        gap: 6px;
        flex: 1;
        min-width: 180px;
    }
    .dula-filter-group label {
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .06em;
        color: #888;
    }
    .dula-filter-group select {
        appearance: none;
        -webkit-appearance: none;
        background: #fff url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'16\' height=\'16\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23999\' stroke-width=\'2\'%3E%3Cpolyline points=\'6 9 12 15 18 9\'/%3E%3C/svg%3E") no-repeat right 12px center;
        border: 1.5px solid #e0e0f0;
        border-radius: 8px;
        padding: 10px 36px 10px 12px;
        font-size: 14px;
        color: #333;
        cursor: pointer;
        transition: border-color .2s;
        width: 100%;
    }
    .dula-filter-group select:focus {
        outline: none;
        border-color: #b5003c;
    }
    .dula-filter-btn-wrap {
        padding-top: 2px;
    }
    .dula-filter-btn {
        background: transparent;
        border: 2px solid #b5003c;
        color: #b5003c;
        border-radius: 999px;
        padding: 10px 28px;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        transition: background .2s, color .2s;
        white-space: nowrap;
    }
    .dula-filter-btn:hover {
        background: #b5003c;
        color: #fff;
    }

    /* ── Grid ── */
    .dula-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 28px;
        margin-bottom: 36px;
    }
    @media (max-width: 900px) {
        .dula-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 560px) {
        .dula-grid { grid-template-columns: 1fr; }
        .dula-filter-bar { flex-direction: column; }
    }

    /* ── Card ── */
    .dula-card {
        background: #fff;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 2px 12px rgba(0,0,0,.07);
        transition: box-shadow .2s, transform .2s;
        display: flex;
        flex-direction: column;
    }
    .dula-card:hover {
        box-shadow: 0 8px 28px rgba(0,0,0,.13);
        transform: translateY(-3px);
    }
    .dula-card__img {
        width: 100%;
        aspect-ratio: 4/3;
        overflow: hidden;
    }
    .dula-card__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform .4s;
    }
    .dula-card:hover .dula-card__img img {
        transform: scale(1.04);
    }
    .dula-card__body {
        padding: 16px 20px 20px;
        display: flex;
        flex-direction: column;
        flex: 1;
    }
    .dula-card__meta {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 8px;
    }
    .dula-card__type {
        font-size: 12px;
        font-weight: 600;
        color: #b5003c;
        text-transform: uppercase;
        letter-spacing: .05em;
    }
    .dula-card__date {
        font-size: 12px;
        color: #999;
        display: flex;
        align-items: center;
        gap: 4px;
    }
    .dula-card__name {
        font-size: 18px;
        font-weight: 700;
        color: #1a1a2e;
        margin: 0 0 10px;
        line-height: 1.3;
    }
    .dula-card__tags {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        margin-bottom: 16px;
    }
    .dula-card__tag {
        font-size: 11px;
        background: #f2f2f8;
        color: #555;
        border-radius: 999px;
        padding: 3px 10px;
    }
    .dula-card__btn {
        display: inline-block;
        background: #b5003c;
        color: #fff !important;
        border-radius: 999px;
        padding: 10px 22px;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none !important;
        align-self: flex-start;
        margin-top: auto;
        transition: background .2s, transform .15s;
    }
    .dula-card__btn:hover {
        background: #8c0030;
        transform: scale(1.03);
    }


.dula-card__prijima {

    background: #fef0f3;
    color: #C3005D;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 20px;
    border: 1px solid #C3005D;
}

    /* ── Pagination ── */
    .dula-pagination {
        display: flex;
        justify-content: center;
        gap: 8px;
        flex-wrap: wrap;
        margin-top: 8px;
    }
    .dula-pagination__btn {
        border: 1.5px solid #e0e0f0;
        background: #fff;
        color: #333;
        border-radius: 8px;
        padding: 8px 15px;
        font-size: 14px;
        cursor: pointer;
        transition: border-color .2s, background .2s, color .2s;
    }
    .dula-pagination__btn:hover {
        border-color: #b5003c;
        color: #b5003c;
    }
    .dula-pagination__btn--active {
        background: #b5003c;
        border-color: #b5003c;
        color: #fff;
    }

    /* ── Loading / Empty ── */
    .dula-loading {
        text-align: center;
        padding: 48px 0;
        color: #999;
        font-size: 15px;
    }
    .dula-empty {
        text-align: center;
        padding: 48px 0;
        color: #aaa;
        font-size: 15px;
    }

    .dula-sluzby {
        margin: 1.5rem 0;
        font-family: inherit;
    }

    .dula-sluzby__title {
        font-size: 1.1rem;
        font-weight: 700;
        margin-bottom: 0.75rem;
        color: inherit;
    }

    .dula-sluzby__list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem 1.5rem;
    }

    .dula-sluzby__item {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.95rem;
    }

    .dula-sluzby__icon {
        display: flex;
        align-items: center;
        flex-shrink: 0;
        color: #d63384; /* ružová – zmeň podľa brandingu */
    }

    .dula-sluzby__label {
        color: inherit;
    }

    .dula-kontakty {
        background: #fff;
        border: 1px solid #ebebeb;
        border-radius: 16px;
        padding: 1.75rem;
        box-shadow: 0 2px 12px rgba(0,0,0,.06);
        font-family: inherit;
    }

    /* Grid: 2 stĺpce */
    .dula-kontakty__grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem 1.5rem;
        margin-bottom: 1.25rem;
    }

    .dula-kontakty__row {
        display: flex;
        align-items: center;
        gap: 0.65rem;
        padding: 0.35rem 0;
    }

    /* Ikona v kruhu */
    .dula-kontakty .et-pb-icon {
        font-size: 1rem !important;
        font-family: ETmodules !important;
        line-height: 1;
    }

    .dula-kontakty__icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        min-width: 36px;
        border-radius: 50%;
        background: #fce8f1;
        color: #c0185a;
        font-size: 1rem;
        font-family: ETmodules;
        text-decoration: none;
        transition: background .2s, color .2s;
    }

    .dula-kontakty__icon--social:hover {
        background: #c0185a;
        color: #fff;
    }

    .dula-kontakty__social {
        gap: 0.5rem;
    }

    .dula-kontakty__text {
        font-size: 0.95rem;
        color: #1a1a1a;
        text-decoration: none;
        word-break: break-word;
    }

    .dula-kontakty__text:hover {
        color: #c0185a;
    }

    .dula-kontakty__divider {
        border: none;
        border-top: 1px solid #ebebeb;
        margin: 1.25rem 0;
    }

    /* Tlačidlá */
    .dula-kontakty__actions {
        display: flex;
        gap: 1rem;
    }

    .dula-kontakty__neprijma {
        font-size: 0.9rem;
        color: #888;
        margin: 0;
    }

    /* Fallback štýl pre .btn.primary ak téma nemá vlastný */
    .dula-kontakty .btn.primary {
        display: inline-block;
        padding: 0.75rem 1.75rem;
        border-radius: 999px;
        background: #c0185a;
        color: #fff;
        font-size: 1rem;
        font-weight: 600;
        text-decoration: none;
        transition: background .2s;
        border: 2px solid #c0185a;
    }

    .dula-kontakty .btn.primary:hover {
        background: #a01248;
        border-color: #a01248;
    }

    @media (max-width: 540px) {
        .dula-kontakty__grid {
            grid-template-columns: 1fr;
        }
        .dula-kontakty__actions {
            flex-direction: column;
        }
        .dula-kontakty .btn.primary,
        .dula-kontakty .btn.secondary {
            text-align: center;
        }
    }

    .dula-prijima {
        display: inline-block;
        padding: 0.5rem 1.25rem;
        border-radius: 999px;
        font-size: 0.9rem;
        font-weight: 500;
        text-decoration: none;
        line-height: 1.4;
    }

    .dula-prijima--nie {
        background: #f0f0f0;
        color: #999;
        cursor: default;
        pointer-events: none;
    }

    .dula-meta {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        font-family: inherit;
    }

    .dula-meta__row {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    /* Spoločný základ pre badge */
    .dula-meta__badge {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        padding: 0.35rem 0.9rem;
        border-radius: 999px;
        font-size: 0.88rem;
        font-weight: 400;
        line-height: 1.4;
        white-space: nowrap;
    }

    /* Druh – jemný svetlý štýl (ako na screenshote) */
    .dula-meta__badge--druh {
        background: transparent;
        color: #555;
        font-size: 1rem;
        padding: 0;
    }

    /* Lokalita – pill s bordером */
    .dula-meta__badge--lokalita {
        background: #fff;
        border: 1px solid #ddd;
        color: #444;
    }

    /* Cesta lokalít */
    .dula-meta__path-part {
        color: #444;
        text-decoration: none;
    }

    .dula-meta__path-part:hover {
        color: #c0185a;
        text-decoration: underline;
    }

    .dula-meta__path-part--current {
        font-weight: 500;
    }

    .dula-meta__sep {
        color: #aaa;
        font-size: 0.8rem;
    }

    /* ETmodules ikona pin */
    .dula-meta__icon {
        font-family: ETmodules !important;
        font-size: 0.9rem !important;
        line-height: 1;
        color: inherit;
    }

    .dula-jazyky {
        font-family: inherit;
    }

    .dula-jazyky__title {
        font-size: 1.1rem;
        font-weight: 700;
        margin-bottom: 0.65rem;
        color: inherit;
    }

    .dula-jazyky__list {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
		padding-left:23px;
    }

    .dula-jazyky__badge {
        display: inline-block;
        padding: 0.35rem 0.9rem;
        border-radius: 999px;
        background: #fff;
        border: 1px solid #ddd;
        color: #444;
        font-size: 0.88rem;
        font-weight: 400;
        line-height: 1.4;
    }


    .dula-podobne {
        font-family: inherit;
        margin: 2rem 0;
    }

    .dula-podobne__header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 1.5rem;
        gap: 1rem;
    }

    .dula-podobne__title {
        font-size: 1.4rem;
        font-weight: 700;
        margin: 0 0 0.25rem;
        color: inherit;
    }

    .dula-podobne__subtitle {
        font-size: 0.9rem;
        color: #888;
        margin: 0;
    }

    .dula-podobne__all {
        display: inline-flex;
        align-items: center;
        gap: 0.3rem;
        color: #c0185a;
        font-size: 0.9rem;
        font-weight: 500;
        text-decoration: none;
        white-space: nowrap;
        margin-top: 0.25rem;
    }

    .dula-podobne__all:hover {
        text-decoration: underline;
    }

    .dula-podobne__arrow {
        font-family: ETmodules !important;
        font-size: 0.9rem !important;
        line-height: 1;
    }

    /* Grid */
    .dula-podobne__grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
    }

    @media (max-width: 768px) {
        .dula-podobne__grid {
            grid-template-columns: 1fr 1fr;
        }
    }

    @media (max-width: 480px) {
        .dula-podobne__grid {
            grid-template-columns: 1fr;
        }
    }

    /* Karta */
    .dula-podobne__card {
        display: flex;
        flex-direction: column;
        border-radius: 16px;
        overflow: hidden;
        border: 1px solid #ebebeb;
        background: #fff;
        text-decoration: none;
        color: inherit;
        transition: box-shadow .2s, transform .2s;
    }

    .dula-podobne__card:hover {
        box-shadow: 0 6px 24px rgba(0,0,0,.1);
        transform: translateY(-2px);
    }

    /* Obrázok */
    .dula-podobne__img-wrap {
        position: relative;
        aspect-ratio: 4 / 3;
        overflow: hidden;
        background: #f5f5f5;
    }

    .dula-podobne__img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform .3s;
    }

    .dula-podobne__card:hover .dula-podobne__img {
        transform: scale(1.03);
    }

    .dula-podobne__img-placeholder {
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, #f0e6ec, #f5f0f5);
    }

    /* Lokalita badge */
    .dula-podobne__loc-badge {
        position: absolute;
        top: 0.65rem;
        left: 0.65rem;
        background: rgba(255,255,255,.92);
        backdrop-filter: blur(4px);
        padding: 0.25rem 0.7rem;
        border-radius: 999px;
        font-size: 0.8rem;
        font-weight: 500;
        color: #333;
    }

    /* Info */
    .dula-podobne__info {
        padding: 0.9rem 1rem 1rem;
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
    }

    .dula-podobne__name {
        font-size: 1rem;
        font-weight: 700;
        color: #1a1a1a;
    }

    .dula-podobne__druh {
        font-size: 0.85rem;
        color: #888;
    }

