/*
Theme Name: Interplast Trocal Child
Theme URI: https://refive.design
Description: Child theme for Interplast Trocal
Author: REFIVE DESIGN
Textdomain: qi
Author URI: https://refive.design
Template: interplast
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html 
*/

/* General */

:root {
	--header-bg-color: rgba(0, 0, 0, 0);
}

/* End of General */

/* Buttons Style */

.custom-btn-icon .qodef-m-icon {
	background: #21409a;
	width: 40px;
	height: 40px;
	border-radius: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px !important;
}

.custom-btn-icon svg path {
	fill: #ffffff;
}

/* End Buttons Style */

/* Home */

.hero-scene-img img {
	width: 100vw;
}

/* End of Home */

/* Footer */

.footer_big_text {
	font-family: Inter;
	font-weight: 400;
	font-size: 400px;
	line-height: 1em;
	letter-spacing: -0.02em;
	color: var(--e-global-color-primary);
	white-space: nowrap;
	text-align: left;
}

.footer_big_text > span {
	font-size: 70px;
}

/* End of Footer */

/* Header */

div#qodef-page-header-inner {
	width: 1400px;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0px;
}

.custom-btn {
	padding: 12px 20px;
	border-radius: 40px;
	background-color: #fff;
	color: #000 !important;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 400;
	transition: all .3s ease-in-out;
}

.custom-btn:hover {
	transform: scale(0.93);
}

header#qodef-page-header .qodef-widget-holder {
	margin-left: 40px;
}

.qodef-header--standard header#qodef-page-header {
	position: fixed;
	background-color: var(--header-bg-color);
}

/* End of Header */

/* Menu */

nav.qodef-header-navigation > ul {
	gap: 0;
}

nav.qodef-header-navigation > ul > li {
	position: static;
	margin: 0;
}

nav.qodef-header-navigation > ul > li.current-menu-ancestor > a,
nav.qodef-header-navigation > ul > li.current-menu-item > a,
nav.qodef-header-navigation > ul > li > a,
nav.qodef-header-navigation > ul > li > a:hover {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 8px 16px;
	text-decoration: none;
	color: #fff;
	transition: all .3s ease-in-out;
	font-size: 16px;
	line-height: 1.5em;
}

nav.qodef-header-navigation > ul > li > a:hover {
	opacity: 0.8;
}

nav.qodef-header-navigation > ul > li > a::before {
	content: "";
	position: relative;
	display: block;
	width: 4px;
	height: 4px;
	/* background-color: #3a3a3a; */
	background-color: #fff;
}

header#qodef-page-header .qodef-widget-holder .widget {
	height: 100%;
	display: flex;
	align-items: center;
}

nav > ul > li.menu-item.menu-item-has-children > a::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath fill='currentColor' d='M896 392 526 780 157 392l92-92 278 277 277-277z'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	transition: all .3s ease-in-out;
	filter: brightness(0) invert(1);
}

nav > ul > li.menu-item.menu-item-has-children > a:hover::after {
	transform: rotate(180deg);
}

nav.qodef-header-navigation > ul > li > a + ul.sub-menu {
	position: absolute;
	left: 0;
	width: 100%;
	max-height: 0px;
	background-color: #f0efed;
	visibility: visible;
	opacity: 1;
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
	transition: all .7s ease-out;
}


nav.qodef-header-navigation > ul > li > ul.sub-menu {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	padding: 24px;
	border-top: 20px solid transparent;
	background-clip: padding-box;
}

nav.qodef-header-navigation > ul > li > a:hover + ul.sub-menu,
nav.qodef-header-navigation > ul > li > ul.sub-menu:hover {
	padding-top: 26px;
	padding-bottom: 26px;
	max-height: 180px;
}

nav.qodef-header-navigation > ul > li > ul.sub-menu > li {
	padding: 0;
	display: flex;
	justify-content: center;
}

nav.qodef-header-navigation > ul > li > ul.sub-menu > li a {
	color: #000;
	width: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 12px;
}

footer nav ul li > a > span,
footer nav ul li > ul {
	display: none !important;
}

footer nav ul li > a::after {
	content: none !important;
}

nav.qodef-header-navigation > ul > li > ul.sub-menu > li a > span {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	opacity: .7;
	transition: opacity .3s;
}

nav.qodef-header-navigation > ul > li > ul.sub-menu > li a:hover > span {
	opacity: 1;
}

/* End of Menu */

/* Tabs */

.e-n-tabs .e-n-tabs-heading .e-n-tab-title {
	min-height: 250px;
	cursor: pointer;
}

.e-n-tabs .e-n-tabs-heading .e-n-tab-title[data-tab-index="1"][aria-selected="true"] {
	background: url(/wp-content/uploads/2026/04/trocal88.avif) !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center;
}

.e-n-tabs .e-n-tabs-heading .e-n-tab-title[data-tab-index="2"][aria-selected="true"] {
	background: url(/wp-content/uploads/2026/04/Kommerling77.avif) !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center;
}

.e-n-tabs .e-n-tabs-heading .e-n-tab-title[data-tab-index="3"][aria-selected="true"] {
	background: url(/wp-content/uploads/2026/04/premidoor88.avif) !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center;
}

.e-n-tabs .e-n-tabs-heading .e-n-tab-title[data-tab-index="4"][aria-selected="true"] {
	background: url(/wp-content/uploads/2026/04/haustursysteme.avif) !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center;
}

.e-n-tabs .e-n-tabs-heading .e-n-tab-title:hover {
	transform: scale(.98);
}

@media (max-width: 1024px) {
	.e-n-tabs .e-n-tabs-heading {
		display: grid !important;
		grid-template-columns: repeat(4, 1fr);
		gap: 16px !important;
	}

	.e-n-tabs .e-n-tabs-heading .e-n-tab-title {
		min-height: 150px;
		padding: 20px;
	}

	.e-n-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-title-text {
		font-size: 18px;
	}

	.e-n-tabs .e-n-tabs-heading .e-n-tab-title[data-tab-index="1"][aria-selected="true"],
	.e-n-tabs .e-n-tabs-heading .e-n-tab-title[data-tab-index="2"][aria-selected="true"],
	.e-n-tabs .e-n-tabs-heading .e-n-tab-title[data-tab-index="3"][aria-selected="true"],
	.e-n-tabs .e-n-tabs-heading .e-n-tab-title[data-tab-index="4"][aria-selected="true"] {
		background: #21409A !important;
		color: #fff !important;
	}
}

@media (max-width: 680px) {
	.e-n-tabs .e-n-tabs-heading {
		display: grid !important;
		grid-template-columns: repeat(1, 1fr);
		gap: 8px !important;
	}

	.e-n-tabs .e-n-tabs-heading .e-n-tab-title {
		min-height: 67px;
	}
}

/* END Tabs */


/* GRID */

@media only screen and (max-width: 1024px) {

	div[data-element_type=container].qodef-elementor-content-grid,
	#qodef-page-header-inner {
		width: calc(100% - 60px) !important;
		max-width: 100% !important;
	}
}

@media only screen and (max-width: 480px) {

	div[data-element_type=container].qodef-elementor-content-grid,
	#qodef-page-header-inner {
		width: calc(100% - 40px) !important;
		max-width: 100% !important;
	}
}

/* END GRID */