/*!
Theme Name: Softhouse
Theme URI: http://underscores.me/
Author: Vasyl Kril
Author URI: https://vasylkril.com/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: softhouse
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.

Softhouse 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/
*/


/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.lets-work--live-wrap a {
	display: flex;
    width: 47%;
}

.lets-work--live-wrap a img {
	width: 100%;
}

.services--item {
	margin-bottom: 30px;
}


.solution-services {
	padding: 60px 0;
}

.solution-services--items {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
	margin-top: 40px;
}

.solution-services--item {
	border: 1px solid #e5e5e5;
	padding: 32px;
}

.solution-number {
	position: relative;
	padding-bottom: 16px;
    color: #1B1B1E;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    transition: all 200ms ease-out;
}

.solution-number:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 30px;
	height: 4px;
	background: #D80032;
}

.solution-product {
	margin: 14px 0;
    padding: 4px 10px;
	color: #1B1B1E;
	border-left: 5px solid #D80032;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    transition: all 200ms ease-out;
}

.solution-title {
	margin: 6px 0 12px;
	color: #1B1B1E;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.6;
    transition: all 200ms ease-out;
}

.solution-content p {
	margin: 0;
	color: #1B1B1E;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

.service-el--tabs {
	display: flex;
	margin-top: 48px;
	background: #fff;
    box-shadow: 0 0 50px 1px #ccc;
    padding: 40px 30px;
}

.service-el--left {
	width: 35%;
}

.service-el--right {
	width: 65%;
}

.service-el--slider {
	display: flex !important;
	flex-direction: row-reverse;
}


.service-el--title {
	margin-bottom: 4px;
	padding: 8px 10px;
	font-size: 18px;
	cursor: pointer;
	transition: all 200ms ease-out;
}

.service-el--title:last-child {
	margin-bottom: 0;
}

.service-el--title.active,
.service-el--title:hover {
	padding-left: 25px;
	color: #fff;
	background: #D80032;
}

.service-el--content-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding-left: 40px;
}

.service-el--content-inner p {
	margin: 0 0 24px;
}

.service-el--content-inner p:last-child {
	margin-bottom: 0;
}

.service-el--mobile {
	display: none;
}


.service-el {
	max-height: 945px;
	padding: 60px 0;
}

.service-el--acc {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
  }

  .service-el--acc:last-child {
	border-bottom: 0;
  }
  
  .service-el--acc-title {
	cursor: pointer;
	padding: 10px 0;
	font-size: 16px;
	font-weight: 500;
	transition: background-color 0.3s;
  }
  
  .service-el--acc-content {
	padding: 10px 0;
	display: none;
	font-size: 14px;
  }

  .service-el--acc-content p {
	margin: 0 0 8px;
  }
  .service-el--acc-title.active {
	color: #D80032;
  }
  

@media (max-width: 767px) {
	.solution-services--items {
		grid-template-columns: 1fr;
	}

	.service-el {
		max-height: none;
	}

	.service-el .container {
	}

	.service-el .section-title {
		/* padding: 0 15px; */
	}

	.service-el--tabs {
		flex-wrap: wrap;
		padding: 20px;
		/* padding: 0; */
		/* background: none; */
		/* box-shadow: none; */
	}

	.service-el--left {
		display: none;
	}

	.service-el--title {
		margin-bottom: 0;
		padding: 8px 16px !important;
		background: #ededed;
	}

	.service-el--right {
		display: none;
	}

	.service-el--mobile {
		display: block;
	}
}

.site-header--logo img,
.footer-logo img {
	height: 50px;
}

.preloader-img img {
	width: 220px;
	height: auto;
}