/*!
Theme Name: TechPro
Theme URI: https://themes.feedbackget.com/wp-demo/techpro
Author: CodexUnicTheme
Author URI: https://www.templatemonster.com/authors/codexunictheme/
Description: TechPro – IT Solutions & Business Services Multipurpose WordPress Theme
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: techpro
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

TechPro is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


.preloader {
  background-color: rgba(255, 255, 255, 0.9);
}

:root {
  --primary-color: #b27552 !important; /* teplá hnědo-oranžová */
  --headding-color: #f2af56 !important; /* Teplejší, výraznější hnědo-oranžová */
  --primary-bg: linear-gradient(to right, #f2af56, #a89c94);

}


.ct-price-card .price {
  display: none; /*Skrytí ceny u pricing boxů */
}

/* Patička*/
.site-footer {
    position: relative;
    z-index: 1;
    background-color: #2e2a26; /* tmavý taupe základ */
    color: #f4f1ee; /* světlý text pro kontrast */
}

.footer-bg-dot {
  background-image: radial-gradient(#b8afa6 1px, transparent 1px); /* světlejší taupe */
  background-size: 20px 20px;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.4; /* mírně zvýšená viditelnost */
}

/*Barva menu*/
.menu ul li a {
  color: #FAD4A0; /* Warm Clay */
 
}

/*Barva pozadí v kontaktech*/
.ct-contact-list .item-cf {
  background-color: #FAF3E8; /* Cream Dust */
}

.ct-contact-from {
    background-color: #FAF3E8; /* Cream Dust */
}


/*Odsunutí buttonu "Spravovat souhlas" */
.cmplz-manage-consent {
  right: 80px !important;   /* posun od pravého okraje */
}


.gallery-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 0;
}



