/**
Theme Name: Astra child
Author: on-board.cz
Author URI: https://on-board.cz
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.site-footer {
    color: #fff;
    background-color: #0096ee;
    background-repeat: repeat-x;
    background: linear-gradient(to bottom right, #003655 0, #0066a1 50%, #0096ee 100%);
}

.header-line {
    font-size:14px;
    display: flex;
    gap: 30px;
}
.header-line span:nth-child(1)::before {
    content:'';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/wp-content/themes/astra-child/images/ico1.png) no-repeat;
    background-size: contain;
    margin-right: 10px;
    margin-bottom: -4px;
}
.header-line span:nth-child(2)::before {
    content:'';
    display: inline-block;
    width: 18px;
    height: 18px;
        background: url(/wp-content/themes/astra-child/images/ico2.png) no-repeat;
    background-size: contain;
        margin-right: 10px;
    margin-bottom: -4px;
}
.header-line span:nth-child(3)::before {
    content:'';
    display: inline-block;
    width: 18px;
    height: 18px;
        background: url(/wp-content/themes/astra-child/images/ico3.png) no-repeat;
    background-size: contain;
        margin-right: 10px;
    margin-bottom: -4px;
}
/* @ containers */

.wp-block-uagb-container.hp-klienti-slider-wrap {
  padding: 0;
  gap: 0 !important;
}

.wp-block-uagb-container.hp-klienti-slide {
  padding: 0;
  border: 4px solid white;
  border-left: 0;
  aspect-ratio: 1 / 1;
  max-width: 20% !important;
  width: 20% !important;
  min-width: 20% !important;
  height:100px;
}

@media screen and (max-width:640px){
  .wp-block-uagb-container.hp-klienti-slide {
    max-width: 33% !important;
    width: 33% !important;
    min-width: 33% !important;
  }

}

figure.wp-block-image.hp-klienti-slide-img {
  text-align: center;
  
}

figure.wp-block-image.hp-klienti-slide-img img {
  width: 150px;
  max-width: 80%;
}

/* @ animations */

@keyframes hp-klienti-slider-animation-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.hp-klienti-slider-wrap:hover {
  animation-play-state: paused;
}

.hp-klienti-slider-wrap {
  animation: 35s hp-klienti-slider-animation-left infinite linear;
}

.wp-block-uagb-container.hp-klienti-fullwidth-container {
  overflow: hidden;
}

@keyframes hp-klienti-slider-animation-right {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0%);
  }
}

.hp-klienti-slider-wrap.hp-klienti-slider-wrap-second {
  animation: 35s hp-klienti-slider-animation-right infinite linear;
}

.hp-klienti-slider-wrap.hp-klienti-slider-wrap-second:hover {
  animation-play-state: paused;
}

.wp-block-uagb-container.hp-klienti-inner-container {
  gap: 0 !important;
}

.hp-klienti-slider-wrap.hp-klienti-slider-wrap-second .wp-block-uagb-container.hp-klienti-slide {
  border-top: 0;
}

 .wp-block-uagb-container.hp-klienti-slider-wrap {
    flex-wrap: nowrap;
  }
.column-group .custom-monitor,
  .column-group .monitor-column {
    width: 30%;
  }

  .nadpis-h1 .has-ast-global-color-0-color{
    text-transform: uppercase;
  }


  .check-list {
    list-style: none;
  }

  .check-list li {
      margin-bottom: 20px;
      position:relative;
  }

  .check-list li::before {
      content: '';
      width: 30px;
      height: 30px;
      background: url(/wp-content/themes/astra-child/images/okcircle.svg) no-repeat;
      display: block;
    position: absolute;
        left: -30px;
    top: 6px;
  }
  h2 strong{
    color: #0B2265;
  }




  .monitor-card {
      max-width: 100%;
      margin: 0 auto;
      border-radius: 20px;
      overflow: hidden;
  }

  .card-content {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0;
      padding:0;
      align-items: center;
  }

  .hero-section {
      position: relative;
  }

  .character-container {
      position: relative;
      height: 300px;
      display: flex;
      align-items: flex-start;
      justify-content: center;
  }

  .character {
      width: 200px;
      height: 250px;
      background: linear-gradient(45deg, #4a1a4a, #2a1a2a);
      border-radius: 10px;
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 48px;
      color: #fff;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  }

  .glow-effect {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 280px;
      height: 280px;
      background: radial-gradient(circle, rgba(138, 43, 226, 0.6) 0%, rgba(75, 0, 130, 0.4) 40%, transparent 70%);
      border-radius: 50%;
      z-index: 1;
      animation: pulse 2s ease-in-out infinite alternate;
  }

  @keyframes pulse {
      0% { transform: translate(-50%, -50%) scale(1); opacity: 0.6; }
      100% { transform: translate(-50%, -50%) scale(1.1); opacity: 0.8; }
  }

.lightning {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    pointer-events: none;
}

.lightning::before,
.lightning::after {
    content: '';
    position: absolute;
    background: linear-gradient(45deg, #9d4edd, #c77dff);
    width: 3px;
    height: 80px;
    border-radius: 2px;
    box-shadow: 0 0 10px #c77dff;
    animation: lightning 1.5s ease-in-out infinite;
}

.lightning::before {
    top: 20%;
    left: 15%;
    transform: rotate(20deg);
}

.lightning::after {
    bottom: 20%;
    right: 15%;
    transform: rotate(-20deg);
    animation-delay: 0.5s;
}

@keyframes lightning {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 1; }
}

.content-section {
    padding: 1rem;
}

.monitor-title {
    font-size: 26px;
    font-weight: bold;
    color: white !important;
    margin:0;
}

.model-name {
    color: white;
    font-size: 14px;
    margin-bottom: 1.5rem;
}

.description {
    font-size: 16px;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.9);
}

.cta-button {
    background: linear-gradient(45deg, #9d4edd, #c77dff);
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    color: white;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 5px 20px rgba(157, 78, 221, 0.3);
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(157, 78, 221, 0.5);
    background: linear-gradient(45deg, #b968e5, #d19aff);
}

.rating-section {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 0.8rem 1.2rem;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 48%;
}

.rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.3rem;
}

.stars {
    color: #ffd700;
    font-size: 1.2rem;
}

.rating-text {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
}

.benefits-link {
    font-size: 0.8rem;
    color: #c77dff;
    text-decoration: none;
    cursor: pointer;
}

.benefits-link:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .card-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;

    }

    .character-container {
        height: 250px;
    }

    .character {
        width: 150px;
        height: 200px;
        font-size: 36px;
    }

    .glow-effect {
        width: 220px;
        height: 220px;
    }

    .monitor-title {
        text-align: center;
    }

    .model-name {
        text-align: center;
    }

    .description {
        text-align: center;
    }

    .cta-button {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .monitor-card {
        margin: 1rem;
        border-radius: 15px;
    }

    .card-content {
        padding: 1.5rem 1rem;
    }

    .character-container {
        height: 200px;
    }

    .character {
        width: 120px;
        height: 160px;
        font-size: 28px;
    }

    .rating-section {
        position: static;
        margin-top: 1rem;
        text-align: center;
    }
}


.custom-monitor input[type="number"] {
  width: 100% !important;
  max-height: 30px;
}

.blank.img.no-border {
  min-height: 90px;
}

.uagb-tabs__align-left {
  background:#F5F5F5 ;
    min-width: 340px !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.uagb-tabs__align-left li {
  position: relative;
}

.uagb-tabs__align-left li .uagb-tabs__icon{
    position: absolute;
    right: 20px;
}

.uagb-tabs__align-left a {
  color: #0B2265 !important;
  text-transform: uppercase;
}

.uagb-tabs__body-wrap {
    margin-left: 20px;
    padding-left: 20px;
}


.uagb-tabs__body-wrap::before {
      content:'';
      width:4px;
      height: 100%;
      background: #00056a13;
      display: block;
      position: absolute;
      left: 5px;
      top:0;
}

.uagb-tab.uagb-tabs__active::after {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  background: #0B2265 !important;
    right: -38px;
    top: 0;
    border-radius: 3px;

}

.loga-wrapper {
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  h1.nadpis-h1 {
    font-size: 29px !important;
    color: #1e293b !important;
  }
  h2.wp-block-heading {
      font-size: 25px !important;
  }
  .site-branding {
    padding-left: 20px;
  }
  .uagb-tabs__body-wrap {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
    .wp-block-uagb-container.uagb-block-c6416b68::before {
      display: none;
    }}



.monitor {
  display: flex;
      font-size: 16px;
    line-height: 21px;
}

.left-content {
      min-width: 420px;
      max-width: 420px;
    padding: 0 30px;
}

.title h3 {
  margin-bottom: 0;
  padding-bottom: 8px;
}

.monitor .content {
  display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
}

.monitor .popis {
  color: #67768e;
}

.model {
  color: #4b4c527a;
}
.uagb-tab:hover {
  background: #0b2265;
  color: white;
}
.uagb-tab:hover a{
  background: #0b2265;
  color: white !important;
}

.button-primary-wrapper a,
.button-primary {
  background: #1644CB;
  background: linear-gradient(180deg,rgba(22, 68, 203, 1) 0%, rgba(13, 39, 115, 1) 100%);
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 4px;
  color:white;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none !important;
  display: inline-block;
  margin-top: 16px;
  transition: all 300ms ease-in-out;
}
.button-primary-wrapper a:hover,
.button-primary:hover {
  background: #1644CB;
  color: white;
}


.recenze {
  margin-top: 10px;
  font-size: 14px;
}


@media screen and (max-width: 640px){
  .uagb-tabs__body-wrap::before {
    display: none;
  }
  .monitor {
    flex-direction: column;
  }
  .left-content {
    width: 100%;
    min-width: auto;
    max-width: auto;
    padding: 10px 0px;
  }
  .uagb-tab.uagb-tabs__active::after {
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    background: #0B2265 !important;
    right: 3px;
    top: 0;
    border-radius: 3px;
}

  .uagb-tabs__align-left {
    background:#F5F5F5 ;
      min-width: 100% !important;
      padding-top: 30px !important;
      padding-bottom: 30px !important;
  }

  .tabblock-slide {
    opacity: 1 !important;
    visibility: visible !important;
  }

}

.more-monitory {
    text-transform: uppercase;
        color: #0b2265;
    font-size: 24px;
    line-height: 28px;
    margin-top: 30px;
}


.more-monitory::after {
    content:'';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/astra-child/images/arrow.png) no-repeat;
    background-size: contain;
    margin-left: 10px;
       margin-bottom: -2px;
}


.tabblock-section-mobile {
    display: none !important;
}
@media screen and (max-width:640px){

    .tabblock-section {
        display: none !important;
    }
    .tabblock-section-mobile {
        display: block  !important;
    }
}


   .monitor-energy-calculator {
            font-family: Arial, sans-serif;
            max-width: 1200px;
            margin: 0 auto;
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            overflow: hidden;
        }

        .clearfix::after {
            content: "";
            display: table;
            clear: both;
        }

        .header {
            background: #f8f9fa;
            padding: 20px;
            border-bottom: 1px solid #e9ecef;
        }

        .header h3 {
            margin: 0 0 20px 0;
            color: #333;
            font-size: 24px;
        }

        .settings__form {
            display: flex;
            gap: 20px;
            align-items: center;
        }

        .field-container {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .field-container label {
            font-weight: 500;
            color: #333;
        }

        .field-container input[type="number"] {
            padding: 8px 12px;
            border: 1px solid #ddd;
            border-radius: 4px;
            width: 80px;
        }

        .fake-select {
            position: relative;
            display: inline-block;
        }

        .fake-select .value {
            display: inline-block;
            padding: 8px 30px 8px 12px;
            background: #fff;
            border: 1px solid #ddd;
            border-radius: 4px;
            cursor: pointer;
        }

        .fake-select .trigger {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #666;
        }

        .fake-select select {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            cursor: pointer;
        }

        .table {
            display: flex;
            overflow-x: auto;
        }

        .row-headers {
            min-width: 200px;
            background: #f8f9fa;
            border-right: 1px solid #e9ecef;
        }

        .row-headers > div {
            padding: 15px 10px;
            border-bottom: 1px solid #e9ecef;
            font-weight: 500;
            min-height: 50px;
            display: flex;
            align-items: center;
        }

        .column-scrolling {
            flex: 1;
            overflow-x: auto;
        }

        .column-group {
            display: flex;
            min-width: fit-content;
        }

        .column {
            min-width: 160px;
            border-right: 1px solid #e9ecef;
            position: relative;
        }

        .column > div {
            padding: 15px 10px;
            border-bottom: 1px solid #e9ecef;
            min-height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .column .img img {
            max-width: 60px;
            max-height: 60px;
            object-fit: contain;
        }

        .remove {
            position: absolute;
            top: 5px;
            right: 5px;
            width: 20px;
            height: 20px;
            background: #dc3545;
            color: white;
            text-decoration: none;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            z-index: 10;
        }

        .remove:hover {
            background: #c82333;
        }

        .custom-monitor input[type="number"] {
            width: 80px;
            padding: 5px;
            border: 1px solid #ddd;
            border-radius: 3px;
        }

        .custom-monitor input[type="checkbox"] {
            transform: scale(1.2);
        }

        #add-monitor {
            min-width: 200px;
            background: #f8f9fa;
        }

        .vert-center {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            height: 100%;
            gap: 15px;
        }

        .vert-center h4 {
            margin: 0;
            color: #333;
        }

        .vert-center button {
            padding: 10px 20px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-weight: 500;
            transition: background-color 0.3s;
        }

        .vert-center button.philips {
            background: #0066cc;
            color: white;
        }

        .vert-center button.philips:hover {
            background: #0056b3;
        }

        .vert-center button.other {
            background: #6c757d;
            color: white;
        }

        .vert-center button.other:hover {
            background: #5a6268;
        }

        .tooltip {
            position: relative;
            cursor: help;
            color: #007bff;
        }

        .tooltip p {
            position: absolute;
            bottom: 100%;
            left: 50%;
            transform: translateX(-50%);
            background: #333;
            color: white;
            padding: 10px;
            border-radius: 4px;
            width: 250px;
            font-size: 12px;
            line-height: 1.4;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s;
            z-index: 1000;
        }

        .tooltip:hover p {
            opacity: 1;
            visibility: visible;
        }

        .footer {
            padding: 20px;
            background: #f8f9fa;
            border-top: 1px solid #e9ecef;
        }

        .footer .annex {
            font-size: 12px;
            color: #666;
            margin-bottom: 20px;
        }

        .footer .msg {
            background: #fff3cd;
            border: 1px solid #ffeaa7;
            color: #856404;
            padding: 10px;
            border-radius: 4px;
            margin-bottom: 20px;
        }

        .buttons {
            text-align: center;
        }

        #print {
            background: #28a745;
            color: white;
            border: none;
            padding: 12px 24px;
            border-radius: 4px;
            cursor: pointer;
            font-weight: 500;
        }

        #print:hover {
            background: #218838;
        }

        .loader {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            height: 100%;
        }

        .lds-rolling {
            display: inline-block;
            position: relative;
            width: 40px;
            height: 40px;
        }

        .lds-rolling div {
            animation: lds-rolling 1.2s linear infinite;
            width: 32px;
            height: 32px;
            margin: 4px;
            border-radius: 50%;
            background: #007bff;
            transform-origin: 16px 16px;
        }

        @keyframes lds-rolling {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        .dot {
            opacity: 0;
            animation: dot-flashing 1.4s infinite;
        }

        .dot.delay-1 {
            animation-delay: 0.2s;
        }

        .dot.delay-2 {
            animation-delay: 0.4s;
        }

        @keyframes dot-flashing {
            0%, 50%, 100% { opacity: 0; }
            25% { opacity: 1; }
        }

        @media (max-width: 768px) {
            .settings__form {
                flex-direction: column;
                align-items: stretch;
                gap: 15px;
            }
            
            .field-container {
                justify-content: space-between;
            }
            
            .column {
                min-width: 140px;
            }
        }



.monitor-slide {
    display: flex;
    flex-direction: row;
} 

.image {
    flex-basis: 40%;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #D9D9D9;
}

.slider-content {
    flex-basis:  60%;
}

.content-slider-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.content-slider-wrapper .slider-model,
.content-slider-wrapper h4,
.content-slider-wrapper h3{
    color:#0B2265;
}
.content-slider-wrapper h3{
        font-size:26px;
            line-height:26px;
        margin-bottom: 0;
        font-weight: bold;
}
.content-slider-wrapper h4 {
    font-size:24px;
}
.slider-header h2{
    font-size: 34px;
}

.slider-model {
        font-size:26px;
        line-height:26px;
        font-weight: 300;
        margin-bottom:40px;
        display: block;
}

.slider-popis-dva {
        font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
}
@media screen and (min-width: 641px){
    .swiper-pagination {
            top: -12px !important;
        right: 20px  !important;
        width: 80px  !important;
        left: auto  !important;
        height: 40px  !important;
    }
}
@media screen and (max-width: 640px){
    .monitor-slide {
    display: flex;
    flex-direction: column;
    } 
    .content-slider-wrapper {
            grid-template-columns: 1fr;
    }
   .swiper-pagination {
        width: 80px !important;
    left: auto!important;
    right: 0 !important;
    }
    .image {
        flex-basis: 100%;
        padding-right: 0px;
         margin-right: 0px;
             border-right:none;
    }
    .slider-content {
        flex-basis:  100%;
    }
}