/* ===================================================================================

* Theme Name: Reland Child
* Theme URI: https://www.themegenix.net/reland/
* Author: ThemeGenix
* Author URI: https://themeforest.net/user/themegenix/
* Description: Reland - Real Estate Group WordPress Theme
* Version: 1.5
* Template: reland
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

ol.custom-list-o-nas {
    list-style: none;
    counter-reset: list-counter;
    padding: 0;
    margin: 0;
  }

  ol.custom-list-o-nas li {
    counter-increment: list-counter;
  }

  ol.custom-list-o-nas li::before {
    content: counter(list-counter) ".";
    font-weight: bold;
    margin-right: 10px;
  }
.transparent-header {
    background-color:white;
	color: black;
}
.navbar-wrap ul li a {
	color: black;
  }
.header-contact a, .header-mail a {
    color: var(--tg-primary-color);
}
.footer-gold a {
    position: relative !important;
    text-decoration: none !important;
    color: var(--tg-primary-color) !important;
    display: inline-block; /* Zajistí správnou šířku */
    border-bottom: 2px solid var(--tg-primary-color) !important; /* Podtržení */
    padding-bottom: 2px; /* Trochu místa pod textem */
}
.video-bg {
   height: 600px!important;
}
.banner-content .title {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.brand-item img{
   padding: 1px;
}
.feature-icon > svg {
    height: 60px;
    width: 60px;   
}

.elementor-element-9caaa47 > div > div.elementor-element.elementor-element-7a8bd69.elementor-widget.elementor-widget-tp-btn > div > a, .elementor-element-a0c08e7.elementor-widget.elementor-widget-tp-btn > div > a, .elementor-element-7ab12e3.elementor-widget.elementor-widget-tp-btn > d.elementor-element-843604d.elementor-widget.elementor-widget-tp-btn > div > a, .elementor-element-3535c2a.elementor-widget.elementor-widget-tp-btn > div > a, .elementor-element-db17c92.elementor-widget.elementor-widget-tp-btn > div > a, .elementor-element-af1bb19.elementor-widget.elementor-widget-tp-btn > div > a, .elementor-element-b9ea545.elementor-widget.elementor-widget-tp-btn > div > aiv > a, .elementor-element-843604d.elementor-widget.elementor-widget-tp-btn > div > a, .elementor-element-3535c2a.elementor-widget.elementor-widget-tp-btn > div > a, .elementor-element-db17c92.elementor-widget.elementor-widget-tp-btn > div > a, .elementor-element-af1bb19.elementor-widget.elementor-widget-tp-btn > div > a, .elementor-element-b9ea545.elementor-widget.elementor-widget-tp-btn > div > a, .elementor-element-7ab12e3.elementor-widget.elementor-widget-tp-btn > div > a{
       font-size: 1.1rem;
    padding: 22px 40px;
}
.btn_c {
    line-height: 1.1; 
}
.elementor-counter .elementor-counter-title{
   text-align: center; 
}
@media (min-width: 1200px) and (max-width: 1500px) {
    #sticky-header a {
        font-size: 10px;
    }
}
/* Jak začít - sekce */
.process {
    background: #202020;
    color: #F9FAF1;
    text-align: center;
    padding: 90px 20px;
}

/* Nadpis */
.process-header h2 {
    font-size: 2em;
	color: #BD9A68;
    margin-bottom: 20px;
}

.process-header p {
    max-width: 600px;
    margin: 0 auto 60px;
    color: #797978;
}

/* Flexbox pro kroky */
.process-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    position: relative;
}
.process-steps-career{
    display: flex;
    justify-content: center;
    align-items: stretch; 
    gap: 65px;
    flex-wrap: wrap;
    position: relative;
}

/* Spojovací čára */
.process-steps::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    height: 2px;
    background: #444;
    z-index: -1;
}

/* Každý krok */
.step, .step-career {
    text-align: center;
    max-width: 200px;
}
/* Každý krok -kariéra */
.step-career {
    width: calc(33.33% - 40px); 
    box-sizing: border-box;
    text-align: center;
    flex: 1 1 calc(33.33% - 40px); 
    max-width: 300px; 
}

/* Pro menší obrazovky  */
@media (max-width: 768px) {
    .step-career {
        width: calc(50% - 20px); 
    }
}
@media (max-width: 480px) {
    .step-career {
        width: 100%; 
    }
}
/* Ikona v kosočtverci */
.icon-box {
    width: 80px;
    height: 80px;
    background: transparent;
    border: 2px solid #444;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
    transform: rotate(45deg);
}

.icon-box i {
    font-size: 32px;
    color: #BD9A68;
    transform: rotate(-45deg);
}

/* Text */
.step h3, .step-career h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
	margin-top:50px;
	color: #BD9A68;
}

.step p, .step-career p {
    font-size: 0.9em;
    color: #bbb;
}
/* Koncepty - Jak začít - up */
 .elementor-element-30fe27d.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default > div > div > div > div > div > section, .elementor-element-84e842c.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default > div > div > div > div > div > section, .elementor-element-b399731.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default > div > div > div > div > div > section, .elementor-element-acab623.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default > div > div > div > div > div > section, .elementor-element-8340c51.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default > div > div > div > div > div > section, .elementor-element-41af251.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default > div > div > div > div > div > section, .elementor-element-5c3d721.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default > div > div > div > div > div > section, .elementor-element-c360b27.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default > div > div > div > div > div > section{
    padding-bottom: 0px!important; 
  }

.process {
    margin-top: -30px!important; 
  }
.page-id-2917.process {
    padding-top: 80px!important; 
  }
/* Table */
.process-table {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.process-table table {
    width: 80%;
    border-collapse: collapse;      
    border-radius: 8px;
    overflow: hidden;
}

.process-table th, 
.process-table td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #BD9A68;
}

.process-table thead {
    color: #BD9A68;
    text-transform: uppercase;
    font-weight: bold;
}

.process-table tbody tr:hover {
    background-color: #BD9A68;
}

.process-table td {
color: #F9FAF1;
}
   
.process-table td, .process-table th{   
     padding: 20px 20px;
}

@media (max-width: 768px) {
    .process-table table {
        width: 100%;
    }

    .process-table th, 
    .process-table td {
        padding: 10px;
    }
}
/* Investiční stránka */
.page-id-2917 .banner-content h1 {
   padding: 0 75px;
}
.elementor-2917 .elementor-element.elementor-element-ddb403c .elementor-image-box-img img, .wp-image-2380 {
    height: 650px;
    object-fit: cover;
    object-position: center top;
}
.investicni-model h3{
    text-align: center;
    margin-top: 20px;
}
.investicni-model ul{   
    margin-top: 30px;
}
.hero {
	display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 60px 20px;
    background: #f8f9fa;
}

.hero-content {
    max-width: 800px;
    margin-bottom: 20px;
}

.hero h1 {
    font-size: 2.2rem;
    color: #333;
    margin-bottom: 15px;
	text-transform:uppercase;
}

.hero p {
    font-size: 1rem;
    color: #666;
}

/* Galerie s obrázky vedle sebe */
.hero-gallery {
    display: flex;
    justify-content: center;
    gap: 15px;
    max-width: 900px;
    width: 100%;
}

/* Obrázky */
.hero-gallery img {
    width: 33%; 
    height: 319px;
    border-radius: 8px;
    object-fit: cover;
    border: 5px solid #333; 
}
.brand-area .container {
    padding: 0px;
    max-width: 100%;
}
.btn-cta {
	user-select: none;   
    background: var(--tg-primary-color) none repeat scroll 0 0;
    border: 1.3px solid var(--tg-primary-color);
    border-radius: 8px;
    color: var(--tg-white);
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1rem;
    margin-bottom: 0;
    padding: 15px 35px;
    text-align: center;
    text-transform: uppercase;
   vertical-align: middle;
    transition: background .6s cubic-bezier(.55, 0, .1, 1), border .6s cubic-bezier(.55, 0, .1, 1);
}

.btn-cta:hover {
    background-color: #212529;
}
#wpcf7-f3432-p2917-o1 > form > div.contact-form-wrap > p{    
    padding-bottom: 34px;
 }
.faq p, .faq h2.title{
    color:#bbb;
    }
.footer-top .widget_block ul li a, .footer-top .footer-widget ul li a {
   font-weight: bold;
}
/* Responzivita pro mobily */
@media (max-width: 768px) {
    .hero-gallery {
        flex-direction: column; 
        align-items: center;
    }

    .hero-gallery img {
        width: 80%; 
    }
	.elementor-2917 .elementor-element.elementor-element-ddb403c .elementor-image-box-img img, .wp-image-2380 {
    height: 350px!important;
    }
}
.footer-top {
    padding: 80px 0px 0px!important;
}
.hero-kariera h4 {
   padding-top: 45px!important;
}
.wpcf7-spinner {
    display: none; /* Skryjeme, dokud se nezobrazí při odesílání */
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute; /* Zabrání posouvání tlačítka */
    right: 10px; /* Posuneme ke tlačítku */
    top: 50%;
    transform: translateY(-50%);
}

.wpcf7 form.submitting .wpcf7-spinner {
    display: inline-flex; /* Zobrazíme při odesílání */
}
