
.cennik-wrapper {
  width: 100%;
  overflow-x: auto; /* responzívny scroll na mobile */
  padding: 10px;
  padding-bottom: 40px;
}

.cennik-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: #333;
  background-color: #fff;

  /* card look */
  border-radius: 10px;
  overflow: hidden; /* zaoblenie aj pre hlavicku */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.cennik-table thead {
  background-color: #f7f7f7;
}

.cennik-table thead th {
  text-align: left;
  padding: 12px;
  font-weight: 600;
  border-bottom: 2px solid #ddd;
  vertical-align: top;
}

.cennik-table tbody td {
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
  vertical-align: top;   /* zarovnanie textu nahor */
}

/* striped rows */
.cennik-table tbody tr:nth-child(odd) {
  background-color: #fafafa;
}

/* hover effect */
.cennik-table tbody tr:hover {
  background-color: #f0f8ff;
  transition: background-color 0.2s ease-in-out;
}




    section.section#section-1 .section-container{
            padding-top:30px;
    padding-bottom:30px;
    }
    @media only screen and (min-width: 768px) and (max-width: 1199px){
        section.section#section-1 .section-container{
                        padding-top:24px;
        padding-bottom:24px;
        }
    }

    @media only screen and (min-width: 0px) and (max-width: 767px) {
        section.section#section-1 .section-container{
        
        
        padding-top:16px;
        padding-bottom:16px;        }
    }

<!-- section styles -->


    section.section#section-6 .section-container{
            padding-top:64px;
    padding-bottom:64px;
    }
    @media only screen and (min-width: 768px) and (max-width: 1199px){
        section.section#section-6 .section-container{
                        padding-top:48px;
        padding-bottom:48px;
        }
    }

    @media only screen and (min-width: 0px) and (max-width: 767px) {
        section.section#section-6 .section-container{
        
        
        padding-top:32px;
        padding-bottom:32px;        }
    }

<!-- section styles -->


    section.section#section-5 .section-container{
            padding-top:64px;
    padding-bottom:64px;
    }
    @media only screen and (min-width: 768px) and (max-width: 1199px){
        section.section#section-5 .section-container{
                        padding-top:48px;
        padding-bottom:48px;
        }
    }

    @media only screen and (min-width: 0px) and (max-width: 767px) {
        section.section#section-5 .section-container{
        
        
        padding-top:32px;
        padding-bottom:32px;        }
    }

<!-- section styles -->


    section.section#section-7 .section-container{
            padding-top:64px;
    padding-bottom:64px;
    }
    @media only screen and (min-width: 768px) and (max-width: 1199px){
        section.section#section-7 .section-container{
                        padding-top:48px;
        padding-bottom:48px;
        }
    }

    @media only screen and (min-width: 0px) and (max-width: 767px) {
        section.section#section-7 .section-container{
        
        
        padding-top:32px;
        padding-bottom:32px;        }
    }

<!-- /section styles -->




    .group-pictogram-tiles-id-2 .box {
        margin: 1rem;
    }

    .group-pictogram-tiles-id-2 .box {
        width: calc(20% - 2rem);
    }

    @media (max-width: 1200px) {
        .group-pictogram-tiles-id-2 .box {
            width: calc(20% - 2rem);
        }
    }

    @media (max-width: 992px) {
        .group-pictogram-tiles-id-2 .box {
            width: calc(33.333333333333% - 2rem);
        }
    }


    @media (max-width: 768px) {
        .group-pictogram-tiles-id-2 .box {
            width: calc(50% - 2rem);
            margin: 1rem 0;
        }
    }

    @media (max-width: 576px) {
        .group-pictogram-tiles-id-2 .box {
            width: 100%;
            margin: 0;
        }
    }

    @media (max-width: 361px) {


    }


.route-map-block {
    margin-top: 32px;
}

.route-map-block h2 {
    margin: 0 0 12px 0;
}

.route-map-labels {
    margin: 0 0 14px 0;
    line-height: 1.5;
}

.route-map-block iframe {
    display: block;
    width: 100%;
    max-width: 100%;
    border: 0;
    border-radius: 12px;
}

        :root {
            --color-primary: rgba(157, 139, 99, 1);
            --color-primary-darker: hsl(var(--color-primary), 45%);
            --color-primary-darkest: hsl(var(--color-primary), 40%);
            --color-primary-lighten: hsl(var(--color-primary), 55%);
            --color-primary-lightest: hsl(var(--color-primary), 60%);


            --color-secondary: rgba(31, 31, 31, 1);

            --button-color: rgba(157, 139, 99, 1);
            --button-color-hover: rgba(255, 255, 255, 1);

            --button-color-bg: rgba(0, 0, 0, 1);
            --button-color-bg-hover: rgba(157, 139, 99, 1);

            --button-color-border: rgba(157, 139, 99, 1);
            --button-color-border-hover: rgba(157, 139, 99, 1);

            --button-color-border-roundness: 4px;

            --button-svg-fill-path:rgba(157, 139, 99, 1);
            --button-svg-fill-path-hover:rgba(255, 255, 255, 1);
            --button-font-size:0.912rem;
            --button-font-letter-spacing:2px;


            --img-bg: url('images/img_bg.png');
            --color-bg: rgba(250, 250, 250, 1);

            --color-font: rgba(46, 46, 46, 1);
            --color-header-bg: rgba(0, 0, 0, 1);
            --color-top-bg: rgba(157, 139, 99, 1);

            --color-footer-bg: rgba(0, 0, 0, 1);
            --color-copyrights-bg: rgba(46, 46, 46, 1);
/*
            --font-text: Lato,sans-serif;
            --font-size: 1rem;
            --font-header: Baskervville,serif;
*/            
            --font-text: Poppins, Arial, Helvetica, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans"; /* Nunito Sans, sans-serif; */
            --font-size: 1rem;
            --font-header: Poppins, Arial, Helvetica, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans"; /* Nunito Sans, sans-serif; */

            --logo-color-bg: rgba(0, 0, 0, 1);

            --nav-color:rgba(157, 139, 99, 1);
            --nav-color-hover:rgba(219, 190, 123, 1);
            --nav-font-size:1rem;
            --nav-font-letter-spacing:0px;
            --nav-svg-fill-path:rgba(255, 255, 255, 1);
            --nav-svg-fill-path-hover:rgba(157, 139, 99, 1);


            --nav-mobile-bg:rgba(0, 0, 0, 1);
            --nav-mobile-color:rgba(157, 139, 99, 1);
            --nav-mobile-color-hover:;
            --nav-mobile-font-size:1.2rem;
            --nav-mobile-font-letter-spacing:0px;
            --nav-mobile-svg-fill-path:;
            --nav-mobile-svg-fill-path-hover:;


        }
        
        
        
        
        
/* Default (tablets / desktop) – link works */
.link-mobile-off{ pointer-events:auto; }

/* Phones – disable clicks / taps */
@media (max-width:767px){
  .link-mobile-off{
    pointer-events:none;   /* stops navigation */
    cursor:default;        /* optional – no “hand” icon */
    color:inherit;         /* optional – avoids link styling */
  }
}


.vd_icons {
    margin-right: 10px;
    opacity: 0.6; /* Adjust from 0 (fully transparent) to 1 (fully opaque) */
}
.vd_icons:hover {
    opacity: 0.8;
}







/* ----- UVOD ----- */
    .section-container {
      padding: 40px 0;
    }

    .tiles.pictogram-tiles {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 30px;
      text-align: center;
    }

    .pictogram-container {
      padding: 20px;
      border-radius: 12px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .pictogram-container:hover {
      transform: translateY(-5px);
    }

    .pictogram-container .icon {
      font-size: 40px;
      color: #b7946c;
      margin-bottom: 5px;
    }

    .pictogram-container h3 {
      font-size: 19px !important;
      color: #333;
      margin: 0!important;
      font-weight: 400!important;
    }

    @media (max-width: 575.98px) {
      .section-container {
        padding: 20px 0;
      }

      .tiles.pictogram-tiles {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      .pictogram-container {
        padding: 0px;
      }
    }

.prahabg {
  	background: #9D8B63 url(/pics25/prague-vector-bg-gold.jpg) left bottom repeat-x;
    padding-bottom: 100px;
    margin-left: -15px;
    margin-right: -15px;

}




.footer-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    text-align: left;
    align-items: flex-start;
}

.footer-col {
    flex: 1 1 220px;
    min-width: 220px;
    text-align: left !important;
    color: #eaeaea;
}

/* headers sa nesmu zalamovat */
.footer-col h3 {
    text-align: left !important;
    white-space: nowrap;
    margin-bottom: 12px;
    color: #ffffff;
}

/* vsetko v stlpcoch dolava */
.footer-col,
.footer-col * {
    text-align: left !important;
}

/* kontakt - natvrdo */
.footer-col .contact-data,
.footer-col .contact-data *,
.footer-col .phone-link,
.footer-col .phone-info-wrapper,
.footer-col .list-unstyled,
.footer-col .list-unstyled li {
    text-align: left !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}

.footer-col .phone-link,
.footer-col .contact-data a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
}

.footer-col .contact-data a:hover {
    text-decoration: underline;
}

/* reset zoznamu */
.footer-col ul {
    padding-left: 0;
    margin: 0;
}

.footer-col li {
    list-style: none;
}

/* ICO viditelnejsie */
.footer-col > span {
    display: inline-block;
    color: #bbbbbb;
    opacity: 1;
    font-weight: 500;
}

/* GOOGLE RATING */
.google-rating-box {
    padding: 16px 18px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 14px;
    background: rgba(255,255,255,0.06);
    line-height: 1.5;
    max-width: 280px;
    color: #ffffff;
    text-align: left !important;
}

.google-rating-score {
    margin-bottom: 6px;
}

.rating-value {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

.rating-max {
    font-size: 18px;
    opacity: 0.8;
}

.google-rating-stars {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 8px;
    color: #ffd24d;
}

.google-rating-meta {
    margin-bottom: 10px;
    opacity: 0.9;
}

.google-rating-link a {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 10px;
    text-decoration: none;
    background: rgba(255,255,255,0.12);
    color: #ffffff;
    transition: background 0.2s ease;
}

.google-rating-link a:hover {
    background: rgba(255,255,255,0.22);
}

/* logo center */
.logo-container {
    text-align: center !important;
}

.footer-col:nth-child(3),
.footer-col:nth-child(3) *,
.footer-col:nth-child(3) a,
.footer-col:nth-child(3) span,
.footer-col:nth-child(3) div,
.footer-col:nth-child(3) ul,
.footer-col:nth-child(3) li {
    text-align: left !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}








.faq-section {
    padding: 50px 0;
}

.faq-wrap {
    max-width: 900px;
    margin: 0 auto;
}

.faq-wrap h2 {
    margin-bottom: 12px;
    font-size: 2rem;
    line-height: 1.2;
}

.faq-intro {
    margin-bottom: 24px;
    color: #666;
    line-height: 1.7;
}

.faq-item {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 14px;
    margin-bottom: 14px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.04);
    overflow: hidden;
}

.faq-item summary {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 18px 54px 18px 20px;
    font-weight: 600;
    font-size: 1.05rem;
    line-height: 1.5;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    line-height: 1;
    color: #888;
    transition: transform 0.2s ease;
}

.faq-item[open] summary::after {
    content: "-";
}

.faq-answer {
    padding: 0 20px 18px 20px;
    color: #444;
    line-height: 1.75;
    border-top: 1px solid #f1f1f1;
}

.faq-answer strong {
    font-weight: 700;
}

@media (max-width: 767px) {
    .faq-section {
        padding: 35px 0;
    }

    .faq-wrap h2 {
        font-size: 1.6rem;
    }

    .faq-item summary {
        padding: 16px 46px 16px 16px;
        font-size: 1rem;
    }

    .faq-answer {
        padding: 0 16px 16px 16px;
    }
}