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

Theme Name: Solvior Child
Theme URI: http://solvior.themejunction.net/
Author: Theme Junction
Author URI: https://themeforest.net/user/theme-junction/portfolio
Description: Solvior is a Business Consulting  WordPress Theme.
Version: 1.0.0
Template: solvior
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, 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/

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

/* TJ Hero Banner Slider */
.tj-hero-slider.style-1 .sub-title,
.tj-hero-slider.style-1 .slider-title,
.tj-hero-slider.style-1 .slider-button {
	transform: translateY(0);
	opacity: 1;
}

/* TJ Services */
	/* alle Kacheln gleich hoch */
.service-style-2 {
    height: 100%;
}
	/* TJ Services – sauberes Layout ohne Icon-Veränderung */
.service-style-2.service-el-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

	/* Icon-Bereich (nur Position, keine Größenänderung!) */
.service-style-2 .service-icon.el-icon {
    height: 70px;
    margin-bottom: 70px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

	/* WICHTIG: KEINE font-size mehr -> Theme behält Originalgröße */
.service-style-2 .service-icon.el-icon i {
    line-height: 1;
}

	/* Hover-Animation komplett deaktivieren */
.service-style-2 .service-icon,
.service-style-2 .service-icon * {
    transform: none !important;
    transition: none !important;
    animation: none !important;
}

	/* Content als Spalte */
.service-style-2 .service-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

	/* Titel */
.service-style-2 .title {
    height: 60px;
    margin: 0;
}

.service-style-2 .title a {
    display: block;
    margin: 0;
    white-space: nowrap !important;
    word-break: keep-all !important;
}

	/* Beschreibung */
.service-style-2 .desc {
    flex-grow: 1;
    margin-top: 24px;
    margin-bottom: 20px;
}

	/* Button unten */
.service-style-2 .service-button {
    margin-top: auto;
    align-self: flex-start;
    width: auto !important;
    display: inline-flex !important;
}

	/* Text im Blockabsatz */
.service-style-2 .desc {
    text-align: justify;
    hyphens: auto;
}

.service-style-2 .title {
    height: 60px;
}

.service-style-2 .desc {
    margin-top: 20px !important;
}
/* TJ About */
.about-bg-images .hover\:shine::before {
display: none;
}
.tj-about-section .container{
	max-width: 1800px;
}
.tj-about-section .about-left-content .desc {
    max-width: 860px;
}
@media (max-width: 1880px){
.tj-about-section::before {
    width: 100%;
}
}

/* TJ Projects Carousel */
.project-slider-one .tj-cursor {
    display: none;
}

/* TJ Brand Carousel */
.brand-slider-1::before {
    background-image: linear-gradient(90deg, #212E4D 0%, rgba(5, 18, 41, 0) 100%);
}

.brand-slider-1::after {
    background-image: linear-gradient(-90deg, #212E4D 0%, rgba(5, 18, 41, 0) 100%);
}
.tj-brand-inner .brand-logo img {
    max-width: 120px;
}

/* TJ Testimonial */
.testimonial-item:hover .testimonial-quote {
    transform: none !important;
    transition: none !important;
}


/* TJ-Feauture */
	/* Kacheln gleich hoch */
.tj-feature {
    height: 100%;
}

.tj-feature .feature-el-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

	/* Inhalt sauber untereinander */
.tj-feature .feature-el-item .desc {
    flex-grow: 1;
}

	/* Text beginnt auf gleicher Höhe */
.tj-feature .tj-feature-title {
    height: 60px;
}

	/* Icon Hover komplett deaktivieren */
.tj-feature-icon,
.tj-feature-icon * {
    transform: none !important;
    transition: none !important;
    animation: none !important;
}

	/* Zusätzlich Hover explizit killen */
.tj-feature:hover .tj-feature-icon,
.tj-feature:hover .tj-feature-icon * {
    transform: none !important;
}

	/* Feature Image */
.feature-img.hover\:shine::before {
    display: none !important;
}

/* TJ Contact Info */
.contact-item.style-2 {
    height: 100%;
}
.contact-item.style-2:hover .contact-icon i {
    animation: none;
}
/* Sidebar cta button */
.tj-sidebar-cta .cta-btn {
    max-width: max-content;
}