﻿/* ------------------------------------------------------------- *
 * About Me Section / Split Box
/* ------------------------------------------------------------- */

.about-me-inner {
    position: relative;
    z-index: 2;
}

/* Osnovna struktura split box-a */
.split-box {
    position: relative;
    overflow: hidden;
}

.split-box-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* Sadržaj desno/levo */
.split-box-content {
    position: relative;
    z-index: 3;
    padding: 8%;
    background-color: #fff;
}

    .split-box-content.sb-content-left {
        text-align: left;
    }

    .split-box-content.sb-content-right {
        text-align: left;
    }

/* Ravne kolone */
.row-lg-height {
    display: flex;
    flex-wrap: wrap;
}

.col-lg-height {
    display: flex;
    flex-direction: column;
}

.col-lg-middle {
    justify-content: center;
}

.no-padding {
    padding: 0 !important;
}

/* Pomoćne visine */
.sbi-height {
    display: block;
    width: 100%;
    height: 100%;
}

.padding-height-85 {
    padding-top: 85%;
}

/* TT Heading (naslov i podnaslov) */
.tt-heading {
    margin-bottom: 25px;
}

.tt-heading-inner {
    position: relative;
}

.tt-heading-title {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.tt-heading-subtitle {
    font-size: 18px;
    color: #999;
    margin-top: 8px;
}

.hr-short {
    width: 50px;
    height: 2px;
    background: #08c1b8;
    border: none;
    margin: 20px 0;
}

/* Signature (potpis ispod teksta) */
.signature img {
    max-width: 180px;
    margin-top: 30px;
}

/* What I Do sekcija */
.what-i-do {
    background-color: #f9f9f9;
}

    .what-i-do .split-box-content {
        background-color: transparent;
    }

/* Responsive prilagođavanja */
@media (max-width: 992px) {
    .split-box-content {
        padding: 12%;
    }

    .tt-heading-title {
        font-size: 28px;
    }

    .tt-heading-subtitle {
        font-size: 16px;
    }
}
