/*!
Theme Name: Sunbright liongate child theme
Theme URI: https://sunbrightliongate.nl
Version: 1.00.0
Template: Divi
Description: Smart. Flexible. Beautiful. The most powerful theme in my collection.
Author: Damir Radulic
Author URI: https://sunbrightliongate.nl
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Sakrivanje Google reCAPTCHA ikone */
.grecaptcha-badge {
    visibility: hidden;
    opacity: 0;
    display: none;
}

gdpr-icon-id {
    display: none !important;
}

/* Osnovni reset i globalne postavke */
.logo img {
    max-width: 60px; /* Postavi željenu širinu logotipa */
    height: auto; /* Održava proporcije */
    display: block;
}

/* Poravnanje logotipa lijevo */
.logo-container {
    float: left;
}

/* Stilizacija navigacije */
#et-top-navigation {
    float: right;
}

/* Očisti float nakon zaglavlja */
#main-header .container::after {
    content: "";
    display: table;
    clear: both;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: transparent;
}

/* Fiksne pozadinske slike */
.lion-header-section, .about-header-section, .blog-header-section, .blog-post-header-section,.services-header-section, .contact-header-section, .career-header-section, .personal-development-header-section, .business-consulting-header-section, .cv-optimization-header-section, .business-services-header-section, .personal-services-header-section, .business-integrations-header-section, .business-leadership-header-section, .martech-header-section, .coaching-header-section, .it-consulting-header-section, .digital-transformation-header-section {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    z-index: 0;
    pointer-events: none;
}

.lion-header-section {
    background-image: url('https://sunbrightliongate.nl/wp-content/uploads/2024/12/sunbright_liongate_lion-eye_header.webp');
}

.about-header-section {
    background-image: url('https://sunbrightliongate.nl/wp-content/uploads/2024/12/sunbright_lioness.webp');
}

.blog-header-section {
    background-image: url('https://sunbrightliongate.nl/wp-content/uploads/2024/12/sunbright_girl_whisper_lion.webp');
}

.blog-post-header-section {
    background-image: url('https://sunbrightliongate.nl/wp-content/uploads/2024/12/sunbright_liongate_lion-eye_left.webp');
}


.services-header-section {
    background-image: url('https://sunbrightliongate.nl/wp-content/uploads/2024/12/sunbright_lion_looks_up_right.webp');
}

.contact-header-section {
    background-image: url('https://sunbrightliongate.nl/wp-content/uploads/2024/12/sunbright_liongate_lion-savannah.webp');
}

.career-header-section {
    background-image: url('https://sunbrightliongate.nl/wp-content/uploads/2024/12/sunbright_liongate_career.webp');
}

.personal-development-header-section {
    background-image: url('https://sunbrightliongate.nl/wp-content/uploads/2024/12/sunbright_liongate_guy.webp');

}

.business-consulting-header-section {
    background-image: url('https://sunbrightliongate.nl/wp-content/uploads/2024/12/sunbright_liongate_course.webp');
}

.cv-optimization-header-section {
    background-image: url('https://sunbrightliongate.nl/wp-content/uploads/2024/12/sunbright_liongate_girl_lion-scaled.webp');
}

.business-services-header-section {
    background-image: url('https://sunbrightliongate.nl/wp-content/uploads/2024/12/sunbright_liongate_yacht_crew.webp');
}

.personal-services-header-section {
    background-image: url('https://sunbrightliongate.nl/wp-content/uploads/2024/12/sunbright_liongate_family-scaled.webp');
}

.business-integrations-header-section {
    background-image: url('https://sunbrightliongate.nl/wp-content/uploads/2024/12/sunbright_liongate_yacht.webp');
}

.business-leadership-header-section {
    background-image: url('https://sunbrightliongate.nl/wp-content/uploads/2024/12/sunbright_liongate_beach.webp');
}

.martech-header-section {
    background-image: url('https://sunbrightliongate.nl/wp-content/uploads/2024/12/sunbright_liongate_sea.webp');
}

.coaching-header-section {
    background-image: url('https://sunbrightliongate.nl/wp-content/uploads/2024/12/sunbright_liongate_older_couple.webp');
}

.it-consulting-header-section {
    background-image: url('https://sunbrightliongate.nl/wp-content/uploads/2024/12/sunbright_liongate_course.webp');
}

.digital-transformation-header-section {
    background-image: url('https://sunbrightliongate.nl/wp-content/uploads/2024/12/sunbright_liongate_team.webp');
}

/* Sadržajne sekcije */
.transparent-blur-background, .et_pb_section {
    padding-top: 70px;
    position: relative;
    z-index: 1;
}

.transparent-blur-background {
    background: rgb(0, 0, 0, 0.2);
    color: white;
}

.transparent-blog-background {
    background: rgb(0, 0, 0, 0.2);
    color: black;
}

/* Footer */
footer {
    margin: 0;
    color: white;
    text-align: center;
}

.et_pb_section:last-of-type {
    margin-bottom: -100px !important;
}

/* Nova klasa za plavi blok na početku blog postova */
.black-background-section {
    position: relative;
    padding: 50px 20px; /* Podešavanje razmaka unutar bloka */
    background-color: #000; /* Crna pozadina */
    color: white; /* Bijeli tekst */
    text-align: center; /* Centriranje teksta */
    border-radius: 10px; /* Zaobljeni uglovi (opcionalno) */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Suptilna sjena */
}

.black-background-section h1, 
.black-background-section h2, 
.black-background-section h3, 
.black-background-section p {
    margin: 0; /* Uklanjanje defaultnih margina za unutar bloka */
    padding: 10px 0; /* Dodavanje razmaka između elemenata */
}

.black-background-section a {
    color: #1e90ff; /* Plava boja za linkove */
    text-decoration: underline; /* Naglašavanje linkova */
}

.black-background-section a:hover {
    color: #00bfff; /* Svjetlija plava za hover */
}

/* Stilizacija hero sekcije */
.blog-header-section {
    position: relative;
    padding: 100px 20px;
    text-align: center;
    background-image: url('https://sunbrightliongate.nl/wp-content/uploads/2024/12/sunbright_girl_whisper_lion.webp');
    background-size: cover;
    background-position: center;
    color: white;
}

.blog-header-section h1 {
    font-size: 2.8rem;
    font-weight: bold;
}

/* Transparentna pozadina za sadržaj */
.transparent-blog-background {
    background: rgb(0, 0, 0, 0.8);
    padding: 20px;
    color: white;
    border-radius: 8px;
}

/* Sidebar stilizacija */
#sidebar {
    background: rgb(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 8px;
}
