:root {
	--primary-color: #123d49;
	--primary-color-bg: rgba(18, 61, 73, 0.6);
	--white-color: #ffffff;
	--black-color: #000000;
	--black-color-black-opacity: rgba(0, 0, 0, 0.36);
	--bg-color-slider: rgba(18, 61, 73, 0.08);
	--black-lighter-color: #666666;
	--active-link: #123d4980;
	--color-lines: #e3e2e7;
	--color-shadow: #00000029;
	--color-pagination-bg: #17364a0b;
	--background-input: rgba(23, 54, 74, 0.1);

	--max-width-container: 1440px;

	--text-size-48: 48px;
	--text-size-32: 32px;
	--text-size-26: 26px;
	--text-size-22: 22px;
	--text-size-18: 18px;
	--text-size-16: 16px;
	--text-size-15: 15px;
	--text-size-12: 12px;

	--text-line-height-88: 88px;
	--text-line-height-60: 60px;
	--text-line-height-43: 43px;
	--text-line-height-42: 42px;
	--text-line-height-40: 40px;
	--text-line-height-32: 32px;

	--font-weight-regular: 400;
	--font-weight-medium: 500;
	--font-weight-semibold: 600;
	--font-weight-bold: 700;

	--pading-section-80: 80px;

	--box-shadow: 0px 6px 10px #00000029;
	--box-shadow-strong: 6px 3px 6px #00000029;
}

* {
	font-family: "Montserrat", sans-serif;
}

html,
body {
	scroll-behavior: smooth;
	scroll-padding: 96px;
}

/* container */

.container {
	max-width: var(--max-width-container);
	margin: 0 auto;
	padding-inline: 20px;
}

/* globals */

/* do zmiany na 96px */
main {
	margin-top: 96px;
}

h1 {
	color: var(--white-color);
	font-size: var(--text-size-48);
	font-weight: var(--font-weight-bold);
}

h2 {
	font-size: var(--text-size-32);
	font-weight: var(--font-weight-medium);
	line-height: var(--text-line-height-43);
	text-align: center;
}

ul li.active > a {
	color: var(--active-link) !important;
}

.background-img {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.background {
	background-color: var(--primary-color);
}

.flex-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.btn,
#menu-cta > li > a,
.wpcf7-form-control.wpcf7-submit.has-spinner {
	text-decoration: none;
	display: inline-block;
	background-color: var(--primary-color);
	border-radius: 999px;
	border: 1px solid transparent;
	padding: 13px 15px;
	text-transform: uppercase;
	font-size: var(--text-size-16);
	transition: background-color 0.3s linear;
	font-weight: var(--font-weight-semibold);
	text-align: center;
	color: var(--white-color);
}

p {
	font-size: var(--text-size-18);
	font-weight: var(--font-weight-medium);
	color: var(--black-color);
	line-height: var(--text-line-height-32);
}

.relative {
	position: relative;
	overflow-x: hidden;
}

.banner {
	padding: 70px 0 70px 0px;
	text-align: center;
	position: relative;
}

.banner h1 {
	line-height: var(--text-line-height-60);
	margin-bottom: 0px;
}

.banner-container {
	position: relative;
	text-align: center;
	max-width: 1644px;
	margin: 0px auto;
	padding: 0px 40px;
}

.banner-text {
	margin-top: 60px;
	background-color: var(--primary-color);
	padding: 60px 60px;
}

.banner-text p {
	color: var(--white-color);
	font-size: var(--text-size-18);
	line-height: var(--text-line-height-32);
	margin-bottom: 0;
}

.box-shadow {
	box-shadow: var(--box-shadow-strong) !important;
}

.active-btn {
	display: block;
}

@media only screen and (max-width: 1200px) {
	.banner h1 {
		font-size: var(--text-size-32);
		line-height: var(--text-line-height-43);
	}
}

@media only screen and (max-width: 992px) {
	.banner-container {
		padding: 0 20px;
	}

	.banner-text {
		padding: 40px 0px;
		margin-top: 40px;
	}
}

@media only screen and (max-width: 576px) {
	h2 {
		font-size: var(--text-size-26);
		line-height: var(--text-line-height-40);
	}
	.banner h1 {
		font-size: var(--text-size-26);
		line-height: var(--text-line-height-40);
	}
	.banner-text p {
		font-size: var(--text-size-16);
		line-height: auto;
	}
}

/* Template-parts  start*/

.contact,
.advantages,
.contact-cta {
	display: flex;
	flex-direction: column;
	gap: 38px;
}

.contact-text,
.contact-cta > .cta > .textwidget > p,
.contact-cta > .cta > h3,
#menu-cta > li > a,
.text_on_background > *,
.built * {
	color: var(--white-color);
}

.contact-button > a:hover,
#menu-cta > li > a:hover {
	background-color: var(--black-color);
	color: var(--white-color);
}

@media only screen and (max-width: 992px) {
	.advantages {
		flex-wrap: wrap;
		gap: 20px !important;
		flex-direction: column !important;
	}
	.contact,
	.contact-cta {
		gap: 20px !important;
	}
}

/* ADVANTAGES */

.advantages {
	flex-direction: row;
	gap: 50px;
	padding-block: var(--pading-section-80);
}

.advantages .block {
	flex: 1;
	text-align: center;
}

.advantage_title {
	margin-block: 30px 20px;
	font-weight: var(--font-weight-semibold);
}

.advantage_title,
.advantage_text {
	font-size: var(--text-size-18);
}

.advantage_text {
	line-height: var(--text-line-height-32);
}

@media only screen and (max-width: 992px) {
	.advantages {
		padding-block: 60px;
	}
}

/* CONTACT PARTS */

.contact {
	max-width: 767px;
	padding-block: 84px;
	align-items: center;
	margin-left: auto;
}

.contact-text > .textwidget p {
	text-align: center;
	font-size: var(--text-size-26);
	line-height: var(--text-line-height-40);
	color: var(--white-color);
	font-weight: var(--font-weight-medium);
	margin: 0px;
}

/* .contact-button > a {
	width: 227px;
} */

.background-img--special {
	background-image: url("../img/mapa-min.png");
}

@media only screen and (max-width: 966px) {
	.background-img--special {
		background-position: 40% 50%;
	}
}

@media only screen and (max-width: 992px) {
	.contact {
		max-width: 100%;
		padding-block: 64px;
	}
	.contact-text > .textwidget p {
		font-size: var(--text-size-22);
		line-height: var(--text-line-height-32);
	}
}

@media only screen and (max-width: 576px) {
	.background-img--special {
		background-position: 35% 50%;
	}
}

/* CTA PARTS */

.contact-cta {
	justify-content: center;
	text-align: center;
	padding-block: 89px;
}

.contact-cta > .cta > h3 {
	margin-bottom: 40px;
	font-weight: var(--font-weight-medium);
	font-size: var(--text-size-48);
	line-height: var(--text-line-height-60);
}

.contact-cta > .cta > .textwidget {
	max-width: 935px;
	margin: 0 auto;
	padding-inline: 10px;
	line-height: var(--text-line-height-32);
}

#menu-cta {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 53px;
}

.menu-cta-container #menu-cta {
	padding: 0;
}

#menu-cta > li > a:hover {
	background-color: var(--black-color);
}

@media only screen and (max-width: 1200px) {
	.contact-cta > .cta > h3 {
		font-size: var(--text-size-32);
		line-height: var(--text-line-height-43);
		margin-bottom: 24px;
	}
}

@media only screen and (max-width: 992px) {
	.contact-cta {
		padding: 60px 20px;
	}
}

@media only screen and (max-width: 576px) {
	.contact-cta {
		padding: 40px 20px;
	}
	.contact-cta > .cta > h3 {
		font-size: var(--text-size-26);
		line-height: var(--text-line-height-40);
	}
	#menu-cta {
		flex-direction: column;
		gap: 20px;
	}
}

/* Logos */
#gallery-1 {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: auto;
	gap: 50px;
	justify-content: space-between;
}

#gallery-1 .gallery-item {
	margin: 0 !important;
	width: auto !important;
}

#gallery-1 br {
	display: none;
}

#gallery-1 .gallery-item dt img {
	width: 100%;
	display: block;
	height: 100%;
}

.logos {
	padding-block: var(--pading-section-80);
}

.logos #gallery-1 {
	margin-top: 42px;
}

.logos #gallery-1 img {
	border: none;
}

@media only screen and (max-width: 992px) {
	#gallery-1 {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto;
		justify-content: center;
		gap: 25px;
	}
	#gallery-1 .gallery-item {
		justify-self: center;
	}
	#gallery-1 .gallery-item dt img {
		max-width: 100%;
		display: block;
		height: 100%;
	}
	.logos {
		padding-block: 60px;
	}
}

@media only screen and (max-width: 576px) {
	#gallery-1 {
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: auto;
		justify-content: center;
	}
	.logos {
		padding-block: 40px;
	}
}

/* Template-parts  end*/

/* Header */

.nav_menu {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: var(--white-color);
	z-index: 99;
	box-shadow: 0px 16px 48px #00000029;
}

.custom-logo-link img {
	width: 100%;
	height: auto;
}

.nav_menu_position {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav_menu ul {
	display: flex;
	gap: 16px;
	padding: 40px 0 40px 0;
}

.menu-desktop dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 0rem;
}

.nav_menu ul li {
	position: relative;
	padding: 0 0 0px 0;
}

.nav_menu ul li a {
	padding: 20px 0 20px 0;
	text-decoration: none;
	color: var(--black-color);
	font-weight: var(--font-weight-medium);
	color: var(--primary-color);
	transition: all 0.3s ease;
}

.nav_menu ul li a:hover {
	color: var(--active-link);
}

.nav_menu ul li .sub-menu {
	display: none;
	position: absolute;
	top: 30px;
	background-color: var(--white-color);
	min-width: 250px;
	z-index: 999;
	border-radius: 4px;
	padding: 20px;
	box-shadow: 0px 16px 48px #00000029;
}

.nav_menu ul li .sub-menu li {
	margin-bottom: 16px;
	width: 100%;
	flex-direction: column;
}

.nav_menu ul li .sub-menu li:last-child {
	margin-bottom: 0px;
}

.nav_menu ul li .sub-menu li a {
	padding: 0px;
	width: 100%;
	display: block;
}

.nav_menu ul li:hover .sub-menu {
	display: block;
}

.nav-links-menu {
	display: none;
}

.menu-mobile {
	display: none;
}

@media only screen and (max-width: 1200px) {
	.custom-logo-link img {
		max-width: 170px;
		height: auto;
	}
}

@media only screen and (max-width: 992px) {
	.menu-desktop {
		display: none;
	}

	.sub-menu.show-dropdown {
		margin-top: 20px;
	}

	.nav_menu ul li .sub-menu li {
		margin-bottom: 0;
	}

	.menu-mobile {
		display: block;
	}

	#menu-menutop-1 {
		flex-direction: column;
	}

	.menu-mobile {
		padding: 33.5px 0 33.5px 0;
	}

	.menu-mobile-menu-container {
		background-color: #fff;
		padding: 0 20px;
		box-shadow: var(--box-shadow);
		overflow-y: auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		top: 100%;
		height: calc(100vh - 80px);
	}

	#menu-mobile-menu {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	#menu-mobile-menu .sub-menu {
		position: inherit;
		flex-direction: column;
		top: 0;
	}

	.nav_menu ul li:hover .sub-menu {
		display: none;
	}

	#menu-mobile-menu #menu-item-440 li:hover .sub-menu {
		display: inherit;
	}

	#menu-mobile-menu #menu-item-440 .show-dropdown {
		display: flex;
	}

	.nav-links-menu.active {
		display: block;
	}

	.mobile-menu-toggle {
		display: block;
		background: none;
		border: none;
		cursor: pointer;
	}

	.mobile-menu-toggle span {
		display: block;
		width: 25px;
		height: 3px;
		background-color: var(--black-color);
		margin: 5px 0;
		transition: 0.4s;
	}
	.mobile-menu-toggle.active span:nth-child(1) {
		transform: rotate(-45deg) translate(-5px, 6px);
	}

	.mobile-menu-toggle.active span:nth-child(2) {
		opacity: 0;
	}

	.mobile-menu-toggle.active span:nth-child(3) {
		transform: rotate(45deg) translate(-5px, -6px);
	}

	.menu-item-has-children > a::after {
		display: inline-block;
		content: url("../img/arrow-down.svg");
		margin-left: 8px;
	}
}

/* Footer */

.footer {
	padding: 54px 0 32px 0;
	color: var(--white-color);
}

.footer h6 {
	font-size: var(--text-size-26);
	font-weight: var(--font-weight-medium);
}

.footer-logo img {
	margin-bottom: 60px;
}

.footer-logo p {
	color: var(--white-color);
	font-size: var(--text-size-18);
	font-weight: var(--font-weight-regular);
}

.footer-map {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	gap: 50px;
	justify-content: space-between;
	grid-template-rows: auto;
}

.footer-contact,
.footer-contact div,
.footer-info,
.footer-type,
#menu-footertwo,
#menu-footerone {
	display: flex;
	flex-direction: column;
}

.footer-contact,
.footer-info,
.footer-type {
	gap: 20px;
}

.footer-contact div,
#menu-footertwo,
#menu-footerone {
	gap: 14px;
}

#menu-footerone,
#menu-footertwo {
	padding: 0;
}

#menu-footertwo li a,
#menu-footerone li a {
	text-decoration: none;
	color: var(--white-color);
}

.social-icons {
	text-align: end;
	margin-top: 40px;
}

.social-icons-space {
	display: flex;
	gap: 14px;
	justify-content: end;
	align-items: center;
}

.social-icons-space a {
	width: 30px;
	transition: all 0.3s ease;
}

.social-icons-space a:hover {
	opacity: 0.5;
}

.footer-website {
	margin-top: 64px;
	padding-top: 18px;
	border-top: 1px solid var(--black-color);
	display: flex;
	gap: 50px;
	justify-content: space-between;
	align-items: center;
}

.footer-website span {
	font-size: var(--text-size-15);
}

.footer-website span a {
	text-decoration: none;
	color: var(--white-color);
	font-size: var(--text-size-15);
	font-weight: var(--font-weight-medium);
}

@media only screen and (max-width: 1200px) {
	.footer-logo img {
		margin-bottom: 40px;
	}
	.footer-map {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
	}
	.social-icons-space {
		justify-content: start;
	}
}

@media only screen and (max-width: 576px) {
	.footer-logo img {
		width: 70%;
	}
	.footer-map {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		gap: 25px;
	}
	.footer-website {
		margin-top: 40px;
	}
}

/* Strona główna */

.text_on_background {
	text-align: center;
	padding: var(--pading-section-80) 60px;
}

.text_on_background > h1 {
	font-size: var(--text-size-48);
	font-weight: var(--font-weight-medium);
	line-height: var(--text-line-height-88);
	margin-bottom: 65px;
}

.text_on_background > .textwidget > p {
	color: var(--white-color);
}

.double-img {
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 110px 20px;
	position: relative;
}

.left-img,
.right-img {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.left-img {
	left: 0;
	background-image: url("../img/left-min.png");
}

.right-img {
	right: 0;
	background-image: url("../img/right-min.png");
}

.opacity-left,
.opacity-right {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background-color: var(--black-color-black-opacity);
	z-index: 1;
}

.opacity-left {
	left: 0;
}

.left-img:hover .opacity-left {
	background: transparent;
}

.right-img:hover .opacity-right {
	background: transparent;
}

.opacity-left,
.opacity-right {
	transition: background 0.3s ease;
}

.opacity-right {
	right: 0;
}

.box {
	max-width: 480px;
	text-align: center;
	z-index: 2;
}

.box--left {
	margin-right: auto !important;
}

.box--right {
	margin-left: auto !important;
}

.box .contact-text {
	font-size: var(--text-size-26);
	font-weight: var(--font-weight-medium);
	margin-bottom: 46px;
	line-height: var(--text-line-height-42);
}

.box > a:hover {
	background-color: var(--black-color);
	color: var(--white-color);
}

.flexibility {
	padding: var(--pading-section-80) 20px;
	text-align: center;
}

.flexibility > h2 {
	margin-bottom: 20px;
}

.flexibility > .textwidget > p {
	color: var(--black-lighter-color);
}

.flexibility .blox-flex {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: auto;
	justify-content: space-between;
	gap: 50px;
	margin-top: 20px;
}

.flexibility .blox-flex .block {
	background-color: var(--primary-color);
	color: var(--white-color);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	flex: 1;
	padding-block: 24px;
	padding-inline: 10px;
	transition: all 0.3s ease;
}

.flexibility .blox-flex .block:hover {
	box-shadow: var(--box-shadow-strong);
	transform: translateY(-10px);
	cursor: pointer;
}

.flexibility .blox-flex .block h5 {
	font-size: var(--text-size-26);
	line-height: var(--text-line-height-32);
	font-weight: var(--font-weight-medium);
}

.built {
	padding: 85px 0px;
	max-width: 935px;
	text-align: center;
}

.built > h2 {
	font-size: var(--text-size-48);
	line-height: var(--text-line-height-88);
	margin-bottom: 30px;
}

.built p + ul {
	font-size: var(--text-size-18);
	line-height: var(--text-line-height-32);
	font-weight: var(--font-weight-medium);
}

.built > .textwidget > p:first-child {
	margin-bottom: 40px;
}

.built ul {
	text-align: left;
	max-width: 400px;
	margin: 0 auto;
}

.built ul li {
	margin-top: 16px;
}

.built ul li:first-child {
	margin-top: 0px;
}

.built ul li::before {
	content: url("../img/check.svg");
	padding-right: 10px;
}

.built p:last-child {
	margin: 15px 0 0 0;
}

.built .background-absolute {
	width: 40%;
	position: absolute;
	content: "";
	bottom: 0;
	right: -50px;
}

@media only screen and (max-width: 1200px) {
	.text_on_background {
		padding: 60px 20px;
	}
	.text_on_background > h1 {
		font-size: var(--text-size-32);
		line-height: var(--text-line-height-43);
		margin-bottom: 45px;
	}
	.double-img {
		padding: 110px 20px;
	}
	.box {
		padding: 20px;
	}
	.flexibility .blox-flex {
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: auto;
		gap: 25px;
	}
	.built > h2 {
		font-size: var(--text-size-32);
		line-height: var(--text-line-height-43);
		margin-bottom: 24px;
	}
	.built * {
		text-align: left;
	}
	.built ul {
		max-width: 100%;
		padding: 0;
	}
	.built .background-absolute {
		right: 0;
	}
}

@media only screen and (max-width: 992px) {
	.double-img {
		flex-direction: column;
		padding: 0px 20px;
	}
	.left-img {
		height: 50%;
		width: 100%;
		left: 0;
		top: 0;
	}
	.right-img {
		height: 50%;
		width: 100%;
		left: 0;
		bottom: 0;
		right: 0;
		top: 50%;
	}
	.box {
		max-width: 100%;
		padding: 0px;
	}
	.box--left,
	.box--right {
		padding: 40px 0;
	}
	.box .contact-text {
		font-size: var(--text-size-22);
		margin-bottom: 32px;
		line-height: var(--text-line-height-32);
	}
	.flexibility {
		padding: 60px 20px;
	}
	.flexibility .blox-flex {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto;
	}
	.built {
		padding: 65px 0px;
	}

	.flexibility .blox-flex .block h5 {
		font-size: var(--text-size-18);
	}
	.built > .textwidget > p:last-child {
		max-width: 400px;
	}
	.built .background-absolute {
		right: 0;
	}
}

@media only screen and (max-width: 768px) {
	.built * {
		text-align: center;
	}
	.built > .textwidget > p:last-child {
		max-width: 100%;
	}
	.built .background-absolute {
		display: none;
	}
}

@media only screen and (max-width: 576px) {
	.text_on_background {
		padding: 40px 20px;
	}
	.text_on_background > h1 {
		font-size: var(--text-size-26);
		line-height: var(--text-line-height-40);
		margin-bottom: 24px;
	}
	.flexibility {
		padding: 40px 20px;
	}
	.flexibility .blox-flex {
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: auto;
	}
	.built {
		padding: 45px 0px;
	}
	.built > h2 {
		font-size: var(--text-size-26);
		line-height: var(--text-line-height-40);
	}
}

/* Kontakt */

.accordion {
	display: flex;
	margin-top: 60px;
	gap: 74px;
}

.accordion_text {
	flex: 1;
}

.accordion_text h6 {
	color: var(--primary-color);
	font-size: var(--text-size-16);
	font-weight: var(--font-weight-medium);
	position: relative;
	padding-left: 24px;
	cursor: pointer;
}

.accordion_text h6::before {
	content: "";
	background-image: url("../img/plus.svg");
	width: 12px;
	height: 12px;
	position: absolute;
	background-repeat: no-repeat;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.block h6.active::before {
	content: "";
	background-image: url("../img/minus.svg");
	width: 12px;
	height: 12px;
	position: absolute;
	background-repeat: no-repeat;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.accordion_text .textwidget {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion_text .textwidget.active {
	max-height: none;
	padding: 32px 0px 15px;
}

.accordion_text .textwidget p {
	text-align: left;
	margin: 0;
	font-size: var(--text-size-18);
	line-height: var(--text-line-height-32);
	font-weight: var(--font-weight-regular);
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.accordion_text .block {
	padding: 24px 0px;
	border-bottom: 1px solid var(--color-lines);
}

.accordion_text .block:first-child {
	padding-top: 0px;
}

.accordion_text .block:last-child {
	border: none;
}

.accordion_img {
	flex: 1;
}

.accordion_img img {
	width: 100%;
	height: auto;
}

.partners {
	margin-top: 50px;
}

.partners h2 {
	color: var(--primary-color);
	margin-bottom: 20px;
}

.partners p {
	text-align: center;
	font-weight: var(--font-weight-regular);
}

.partner h5 {
	font-weight: var(--font-weight-semibold);
	color: var(--primary-color);
}

.partner p {
	text-align: left;
	font-weight: var(--font-weight-medium);
	color: var(--primary-color);
	margin-block: 20px;
}

.partner {
	display: flex;
	gap: 50px;
	margin-top: 32px;
	justify-content: center;
}

.contact-box {
	display: flex;
	flex-direction: row;
	gap: 16px;
	align-items: center;
}

.contact-box-info {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.contact-icon {
	display: flex;
	gap: 20px;
	flex-direction: column;
}

.contact-icon .icon {
	width: 75px;
	height: 75px;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 6px 10px #00000029;
}

.contact-form {
	margin-bottom: 20px;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
	font-weight: var(--font-weight-medium);
}

#wpcf7-f347-o1 {
	width: 100%;
}

.wpcf7-form-control-wrap {
	width: 100%;
	display: block;
}

.form {
	margin-top: 100px;
	display: flex;
	gap: 50px;
	width: 100%;
}

.form {
	font-size: var(--text-size-16);
	font-weight: var(--font-weight-regular);
	color: var(--primary-color);
	position: relative;
}

.form span input,
.form .form-text textarea {
	background-color: var(--background-input);
}

.form .form-info,
.form .form-text {
	flex: 1;
}

.form input::placeholder,
.form .form-info p input,
.form .form-text textarea,
.form .form-text textarea::placeholder {
	font-size: var(--text-size-16);
	color: var(--primary-color);
}

.form .form-info p input,
.form .form-text textarea {
	width: 100%;
	padding: 12px 24px;
	border-radius: 99px;
}

.form-info p {
	line-height: inherit;
}

.form-info .wpcf7-not-valid-tip {
	padding: 12px 24px;
}

.form .form-text textarea {
	border-radius: 20px;
	height: 165px;
}

.wpcf7-not-valid-tip {
	font-size: var(--text-size-16);
}

.btn-form {
	text-align: end;
}

.btn-form p input:hover {
	background-color: var(--black-color) !important;
}

.form-text p {
	margin-bottom: 2rem;
}

.btn-form .wpcf7-spinner {
	display: none;
}

@media only screen and (max-width: 992px) {
	.accordion {
		margin-top: 60px;
		flex-direction: column;
		gap: 25px;
	}
	.partner {
		flex-direction: column;
	}
	.partner-map iframe {
		width: 100%;
		height: 350px;
	}

	.contact-icon {
		flex-direction: row;
	}
	.contact-icon .icon {
		width: 55px;
		height: 55px;
	}

	.contact-icon .icon img {
		width: 25px;
	}
	.form {
		margin-top: 50px;
		flex-direction: column;
		gap: 20px;
	}
	.btn-form {
		text-align: start;
	}

	.btn-form input {
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.contact-icon {
		flex-direction: column;
	}
}

/* Models */

.page-template-models .banner {
	padding: 48px 0px 37px 0px;
}

.models_filter {
	padding-top: var(--pading-section-80);
	display: flex;
	justify-content: center;
	gap: 50px;
	align-items: center;
}

.models_filter_btn {
	font-weight: var(--font-weight-semibold);
	color: var(--primary-color);
	cursor: pointer;
	position: relative;
}

.underline::after {
	position: absolute;
	content: "";
	width: 100%;
	bottom: 0;
	left: 0;
	height: 3px;
	background-color: var(--primary-color);
}

.models_box {
	padding: 85px 0px 0px 0px;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 50px;
}

.models_cards {
	box-shadow: 6px 3px 6px var(--color-shadow);
}

.models_box img {
	width: 100%;
	height: auto;
	display: block;
}

.models_card {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 20px;
}

.models_cards_link {
	color: inherit !important;
	text-decoration: none !important;
	transition: all 0.3s ease;
}

.models_cards_link:hover {
	transform: translateY(-10px);
}

.models_cards_link:hover .models_link span {
	background-color: var(--black-color);
}

.models_info {
	display: flex;
	justify-content: space-between;
}

.models_info h2 {
	font-size: var(--text-size-18);
	text-align: left;
	line-height: normal;
	font-weight: var(--font-weight-semibold);
}

.models_info span {
	font-size: var(--text-size-12);
	color: var(--black-lighter-color);
}

.models_info .models_metr,
.models_info .models_metr > * {
	font-weight: var(--font-weight-semibold);
	font-size: var(--text-size-18);
	color: var(--black-color);
}

.models_price {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
}

.models_price * {
	color: var(--primary-color);
	font-size: var(--text-size-18);
	font-weight: var(--font-weight-medium);
}

.models_link {
	text-align: center;
}

.models_link .btn {
	padding: 12px 32px;
}

.models_link .btn:hover {
	background-color: var(--black-color);
	color: var(--white-color);
}

sup {
	vertical-align: super;
	font-size: 12px;
}

@media only screen and (max-width: 1200px) {
	.models_box {
		padding: 65px 0px 0px 0px;
		gap: 20px;
	}
}

@media only screen and (max-width: 992px) {
	.models_filter {
		padding-top: 60px;
		flex-wrap: wrap;
		gap: 20px;
	}

	.models_filter p {
		margin-bottom: 0;
	}

	.models_box {
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (max-width: 576px) {
	.models_box {
		grid-template-columns: 1fr;
	}
}

/* Blog */

.blog-posts {
	margin: 60px 0px 95px 0px;
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.post {
	box-shadow: 0px 3px 6px var(--color-shadow);
	padding: 32px;
	display: flex;
	flex-direction: row;
	gap: 20px;
}

.post-info {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.post-data {
	font-size: var(--text-size-12);
	color: var(--primary-color);
}

.post-title {
	text-align: left;
	margin: 5px 0px 20px 0px;
	color: var(--primary-color);
	font-weight: var(--font-weight-bold);
}

.post-text p {
	font-weight: var(--font-weight-regular);
}

.post-btn {
	align-self: flex-end;
}

.post-btn .btn:hover {
	background-color: var(--black-color);
	color: var(--white-color);
}

.blog-posts .pagination {
	flex-wrap: wrap;
}

.pagination .current {
	color: var(--white-color);
	background-color: var(--primary-color);
	font-size: var(--text-size-12);
}

.pagination .current,
.pagination a {
	display: inline-block;
	font-size: var(--text-size-12);
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 999px;
	text-align: center;
}

.pagination a {
	background-color: var(--color-pagination-bg);
	text-decoration: none;
	margin: 0px 8px 0 8px;
}

.pagination a:last-child,
.pagination a:first-child {
	background-color: var(--white-color);
	margin-inline: 0px;
}

.pagination a,
.pagination .next span {
	color: var(--primary-color);
}

.pagination .next span {
	background-color: var(--white-color);
}

.prev:has(> .prev-one),
.next:has(> .next-one) {
	width: auto;
}

.pagination .next span img {
	padding-left: 8px;
}

.pagination .prev span img {
	padding-right: 8px;
}

@media only screen and (max-width: 992px) {
	.blog-posts {
		gap: 25px;
	}
}

@media only screen and (max-width: 768px) {
	.post {
		flex-direction: column;
		padding: 20px;
	}

	.post img {
		width: 100%;
		height: 300px;
		object-fit: cover;
	}

	.post-btn {
		align-self: auto;
	}
}

/* Single Blog post */

.single-blog-post {
	padding: 166px 0 40px 0px;
}

.single-blog-post h2 {
	text-align: left;
	margin-bottom: 32px;
	color: var(--primary-color);
	font-size: var(--text-size-18);
	line-height: var(--text-line-height-32);
}

.blog-padding-header {
	margin-top: 32px;
}

.single-blog-post .blog-width {
	flex: 25% !important;
}

:where(.wp-block-columns.is-layout-flex) {
	gap: 50px;
}

@media only screen and (max-width: 781px) {
	.blog-padding-header--second {
		margin-top: 16px;
	}
}

/* Single Blog post Single Post */

.single-post-text h2,
.single-blog-post h2 {
	text-align: left;
	margin-bottom: 32px;
	color: var(--primary-color);
}

.single-post-text p,
.single-post-text h2,
.single-blog-post h2,
.single-blog-post p {
	font-size: var(--text-size-18);
	font-weight: var(--font-weight-regular);
}

/* Single Post */

.single-container {
	padding-block: var(--pading-section-80);
}

.single-post-properties {
	display: flex;
	gap: 50px;
}

.single-post-title {
	color: var(--black-color);
	font-weight: var(--font-weight-medium);
	font-size: var(--text-size-32);
}

.single-post-text {
	padding-top: 50px;
	flex: 70%;
}

.single-post-text p,
.single-post-text h2 {
	font-size: var(--text-size-18);
	font-weight: var(--font-weight-regular);
}

.single-informations-container {
	width: 450px;
}

.single-informations {
	box-shadow: var(--box-shadow);
	display: flex;
	flex-direction: column;
}

.single-informations p {
	margin: 0;
}

.single-informations-padding {
	padding: 32px 20px 40px 20px;
}

.single-informations-box {
	margin-bottom: 16px;
}

.single-informations-box-last {
	margin-top: 16px;
}

.single-informations div div * {
	font-size: var(--text-size-18);
	font-weight: var(--font-weight-regular);
}

.single-informations .single-title-medium,
.single-informations .single-title-medium > sup {
	font-weight: var(--font-weight-medium);
}

.single-informations-price {
	padding: 27px 20px 30px 20px;
	background-color: var(--primary-color);
	color: var(--white-color);
}

.single-informations-price * {
	color: var(--white-color);
}

.single-informations-price span {
	font-weight: var(--font-weight-semibold);
}

.single-informations div div div span > sup {
	font-size: var(--text-size-12);
}

.single-informations-btn {
	margin-top: 18px;
	display: block;
	color: var(--white-color);
}

.single-informations-btn:hover {
	background-color: var(--black-color);
	color: var(--white-color);
}

.slider-bg {
	background-color: var(--bg-color-slider);
	padding: 50px 0 100px;
	/* margin-bottom: 40px; */
}

.post-navigation {
	margin-bottom: 80px;
}

.post-navigation .nav-links {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.post-navigation .nav-subtitle {
	margin-top: 24px;
	font-size: var(--text-size-12);
	font-weight: var(--font-weight-medium);
}

.post-navigation .nav-subtitle:hover {
	color: var(--white-color);
	background-color: var(--black-color);
}

.post-navigation a {
	color: inherit;
	text-decoration: none !important;
}

.post-navigation span {
	display: flex;
	align-items: center;
}

.post-navigation .prev-icon {
	padding-right: 8px;
}

.post-navigation .next-icon {
	padding-left: 8px;
}

.post-navigation span.prev-icon {
	padding-left: 16px;
	padding-right: 16px;
}

.post-navigation span.next-icon {
	padding-left: 16px;
	padding-right: 16px;
}

@media only screen and (max-width: 992px) {
	.single-container {
		padding-block: 60px;
	}
	.single-post-properties {
		flex-direction: column;
		gap: 20px;
	}
	.single-post-text {
		padding-top: 24px;
		flex: 100%;
	}
	.single-informations-container {
		width: 100%;
	}
	.single-post-text h2 {
		margin-bottom: 16px;
	}
}

@media only screen and (max-width: 576px) {
	.single-container {
		padding-block: 40px;
	}
	.single-informations-box {
		gap: 10px;
	}
	.single-informations-box .single-informations-box--text {
		flex: 1;
	}
	.single-informations-box {
		gap: 10px;
	}
	.single-informations-box .single-informations-box--text {
		flex: 1;
	}
	.single-informations-price {
		flex-wrap: wrap;
		gap: 10px;
	}
}

/* Flexibility */

.flex-container {
	margin-top: 60px;
}

.flex-title {
	margin-bottom: 75px;
}

.flex-container h2 {
	color: var(--primary-color);
	margin-bottom: 20px;
}

.flex-container p {
	text-align: center;
	font-weight: var(--font-weight-regular);
	font-size: var(--text-size-18);
	margin-bottom: 0px;
}

.flex-container .flex-container-box {
	padding: 44px 50px;
}

.flex-container .flex-container-box h4 {
	margin-bottom: 20px;
	text-align: center;
	font-weight: var(--font-weight-semibold);
	font-size: var(--text-size-18);
}

.flex-tabs {
	margin-top: 60px;
}

.tabs-container {
	width: 100%;
	margin: 0 auto;
}

.flex-tabs-info {
	display: flex;
	justify-content: space-between;
	margin: 20px 0px 30px;
	gap: 50px;
}

.tab-button {
	box-shadow: var(--box-shadow-strong);
	padding: 10px 20px;
	background-color: var(--white-color);
	border: none;
	cursor: pointer;
	transition: background-color 0.3s;
	font-size: var(--text-size-26);
	line-height: var(--text-line-height-32);
	text-align: center;
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center;
}

.tab-button:hover,
.tab-button.active {
	background-color: var(--primary-color);
	color: var(--white-color);
}

.tabs-content {
	margin-top: 44px;
	box-shadow: var(--box-shadow-strong);
	overflow: hidden;
	background-color: var(--primary-color);
}

.tabs-content p {
	color: var(--white-color);
	font-size: var(--text-size-18);
	line-height: var(--text-line-height-32);
	font-weight: var(--font-weight-regular);
}

.tab-content {
	display: none;
	padding: 44px 32px;
}
.tab-content.active {
	display: block;
}

.section-want {
	padding: var(--pading-section-80) 0px;
}

.section-description {
	margin-bottom: 80px;
}

.options-container {
	display: flex;
	gap: 50px;
	align-items: baseline;
	padding-top: 20px;
}

.option-item {
	flex: 1;
	box-shadow: var(--box-shadow-strong);
}

.option-content {
	background-color: var(--primary-color);
	padding: 20px 20px 35px;
	color: var(--white-color);
	min-height: 300px;
}

.option-title {
	text-align: center;
	font-size: var(--text-size-18);
	font-weight: var(--font-weight-semibold);
}

.option-content p {
	color: var(--white-color);
	font-weight: var(--font-weight-medium);
	margin-top: 24px;
}

.option-description:last-child {
	margin-bottom: 0px;
}

.option-extra {
	padding: 24px;
}

.options-container .option-extra .textwidget p {
	text-align: left;
}

.option-extra .accordion_text .block {
	padding: 16px 0px;
}

.section-included-price {
	padding-top: 50px;
	display: flex;
}

.section-included {
	padding: var(--pading-section-80) 0px;
}

.section-included-price div {
	flex: 1;
}

.section-included-price div h3 {
	font-size: var(--text-size-18);
	font-weight: var(--font-weight-semibold);

	text-align: center;
	margin-bottom: 20px;
}

.section-not-included {
	padding-bottom: var(--pading-section-80);
}

.section-not-included > .textwidget p {
	padding-bottom: 50px;
}

.option-cost {
	padding-top: 75px;
	display: flex;
	gap: 38px;
}

.option-cost img {
	width: 100%;
	height: auto;
}

.option-cost-box {
	flex: 1;
}

.option-cost-space {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.option-cost-price {
	padding: 28px 20px;
	background-color: var(--primary-color);
}

.option-cost-price * {
	color: var(--white-color);
	font-size: var(--text-size-18);
}

.option-cost-price-title {
	font-weight: var(--font-weight-medium);
}

.option-cost-info {
	padding: 50px 20px;
	display: flex;
	gap: 4px;
	flex-direction: column;
}

.option-cost-info .option-cost-space span:first-child {
	font-weight: var(--font-weight-medium);
	text-align: end;
}

.option-cost-info .option-cost-space span {
	flex: 1;
	line-height: var(--text-line-height-32);
	font-size: var(--text-size-18);
}

.option-cost-info .option-cost-space {
	gap: 50px;
}

@media only screen and (max-width: 1200px) {
	.flex-tabs-info {
		flex-wrap: wrap;
		gap: 20px;
		justify-content: center;
	}
	.options-container {
		gap: 20px;
	}
}

@media only screen and (max-width: 992px) {
	.flex-container {
		margin-top: 60px;
	}
	.flex-blocks-page {
		flex-direction: column;
		gap: 20px;
		align-items: center;
	}

	.flex-blocks-page figure,
	.flex-blocks-page img {
		width: 100% !important;
	}
	.flex-title {
		margin-bottom: 45px;
	}
	.tab-button {
		font-size: var(--text-size-22);
	}
	.section-want {
		padding: 40px 0px 60px;
	}
	.section-description {
		margin-bottom: 40px;
	}
	.options-container {
		flex-direction: column;
	}
	.option-content {
		min-height: auto;
		padding: 20px 20px;
	}
	.section-included-price {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.section-included {
		padding: 60px 0px;
	}
	.option-cost {
		gap: 20px;
		flex-direction: column;
	}
	.section-not-included {
		padding-bottom: 60px;
	}
}

@media only screen and (max-width: 576px) {
	.flex-container .flex-container-box {
		padding: 24px 20px;
	}

	.flex-container p {
		font-size: var(--text-size-16);
	}
	.flex-tabs {
		margin-top: 40px;
	}
	.tabs-content {
		padding: 24px 20px;
	}
	.section-want {
		padding: 20px 0px 40px;
	}
	.section-included {
		padding: 40px 0px;
	}
	.section-not-included {
		padding-bottom: 40px;
	}
	.option-cost-info {
		gap: 8px;
		text-align: center;
	}
	.option-cost-info .option-cost-space {
		gap: 0px;
	}
	.option-cost-space {
		flex-direction: column;
	}
	.option-cost-space.option-cost-price {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 8px;
	}
}

/* Process */

.process {
	margin-top: 60px;
	padding-bottom: 108px;
}

.process-container-box {
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin-top: 80px;
}

.process .process-title {
	margin-bottom: 80px;
}

.process .process-title h2,
.process .process-title h2 p {
	align-self: center;
}

.process h4,
.process h5,
.process p {
	text-align: center;
	font-weight: var(--font-weight-regular);
}

.process h4,
.process h5 {
	font-size: var(--text-size-18);
	color: var(--primary-color);
}

.process h4 {
	margin-bottom: 40px;
	font-weight: var(--font-weight-semibold);
}

.process h5 {
	font-weight: var(--font-weight-medium);
	line-height: var(--text-line-height-32);
}

.process-content {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
}

.process-content img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.process-column-text {
	padding: 50px 20px 20px 20px;
}

.process-content:nth-child(even) .process-column-text {
	order: -1;
}

.process .process-column-text p {
	margin: 16px 0;
}

.process .process-column-text:last-child,
.process .process-column-text p:first-child {
	margin: 0px;
}

.process .process-column-text h5 + p {
	margin-top: 0px;
}

@media only screen and (max-width: 992px) {
	.process {
		margin-top: 60px;
		padding-bottom: 80px;
	}
	.process-container-box {
		margin-top: 45px;
		gap: 25px;
	}

	.process-column-img {
		height: 600px;
	}
	.process h4 {
		margin-bottom: 24px;
	}
	.process-content {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
		align-items: center;
		justify-content: center;
	}
	.process-content:nth-child(even) .process-column-text {
		order: 0;
	}
}

@media only screen and (max-width: 576px) {
	.process-column-img {
		height: auto;
	}

	.process-container-box p {
		font-size: var(--text-size-16);
	}
}

/* slider one */

.slider_one {
	margin-bottom: 150px !important;
}

.slider_one h2 {
	margin-bottom: 50px;
}

.slider_one > .carousel.slide.custom-carousel,
.slider_two > .carousel.slide.custom-carousel {
	max-width: 900px !important;
	margin: auto !important;
}

.slider_two,
.slider_one {
	max-width: 90%;
	margin: 0 auto;
}

.carousel-item {
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden;
}

.carousel-item img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.slider_two .carousel-indicators,
.slider_one .carousel-indicators {
	bottom: -70px !important;
}

.slider_two .carousel-indicators [data-bs-target],
.slider_one .carousel-indicators [data-bs-target] {
	border-top: 0;
	border-bottom: 0;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background-color: var(--black-color-black-opacity);
}

.carousel-control-next,
.carousel-control-prev {
	width: auto;
}

.carousel-control-prev {
	left: -100px;
}

.carousel-control-next {
	right: -100px;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.modal-body {
	padding: 0;
}

.btn-close {
	position: absolute;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") !important;
	top: 40px;
	right: 120px;
	font-size: 1.2rem;
	z-index: 10;
	opacity: 1 !important;
}

@media only screen and (max-width: 1200px) {
	.carousel-control-prev {
		left: -50px;
	}

	.carousel-control-next {
		right: -50px;
	}
}

@media only screen and (max-width: 992px) {
	.slider_one {
		margin-bottom: 0px !important;
	}
	.carousel-indicators {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.slider_two,
	.slider_one {
		max-width: 85%;
	}
	.btn-close {
		right: 10px;
	}
}

@media only screen and (max-width: 576px) {
	.carousel-control-prev {
		left: -30px;
	}

	.carousel-control-next {
		right: -30px;
	}
}

/* Slider */

.slider-bg {
	position: relative;
}

/* Styl dla body gdy lightbox jest aktywny */
body.has-lightbox {
	overflow: hidden;
}

/* Styl dla kontenera lightboxa */
.lightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

/* Styl dla contentu lightboxa */
.lightbox-content {
	position: relative;
	max-width: 90%;
	max-height: 90%;
}

/* Styl dla obrazu w lightboxie */
.lightbox-img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

/* Styl dla przycisków nawigacji w lightboxie */
.lightbox-overlay .prev,
.lightbox-overlay .next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: white;
	font-size: 30px;
	text-decoration: none;
	padding: 10px;
}

.lightbox-overlay .prev {
	left: 10px;
}
.lightbox-overlay .next {
	right: 10px;
}

/* Styl dla przycisku zamykania */
.lightbox-overlay .close {
	position: absolute;
	top: 50px;
	right: 50px;
	color: white;
	font-size: 30px;
	cursor: pointer;
	z-index: 8;
}

/* Gallery */

.image-grid {
	padding: 0px 0px var(--pading-section-80);
}

.gallery-image-lightbox {
	display: flex;
	gap: 50px;
	justify-content: center;
}

.modal .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}

.modal .carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

@media only screen and (max-width: 992px) {
	.image-grid {
		padding: 100px 0px 60px;
	}
	.gallery-image-lightbox {
		gap: 20px;
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 768px) {
	.modal .carousel-control-prev-icon {
		display: none;
	}

	.modal .carousel-control-next-icon {
		display: none;
	}
}

@media only screen and (max-width: 576px) {
	.image-grid {
		padding: 100px 0px 40px;
	}
}

/* Smart slider */

@media only screen and (max-width: 1200px) {
	.smart-slider-heading h2 {
		font-size: 64px !important;
	}

	.smart-slider-text p {
		font-size: var(--text-size-22) !important;
	}

	.smart-slider-text {
		margin-top: 56px !important;
	}
}

@media only screen and (max-width: 992px) {
	.smart-slider-heading h2 {
		font-size: var(--text-size-48) !important;
	}

	.smart-slider-text p {
		font-size: var(--text-size-18) !important;
	}

	.smart-slider-text {
		margin-top: 32px !important;
	}
}

/* Page 404 */

.not-found {
	margin: 160px 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 25px;
}

.not-found h1 {
	color: var(--primary-color);
}

.not-found a:hover {
	color: var(--white-color);
	background-color: var(--black-color);
}

/* SLIDER */

.slider-opions {
	max-width: 1440px;
	padding: var(--pading-section-80) 20px;
}

.slider-position {
	position: relative;
}

.slider-opions h2 {
	margin-bottom: 50px;
}

.swiper-slide {
	max-width: 1400px;
	height: auto !important;
	background-color: var(--primary-color);
}

.slider-box {
	text-align: center;
	padding: 24px 20px;
}

.slider-box-info {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 20px;
}

.slider-box-info img {
	max-width: 230px;
	width: 100%;
	height: auto;
	display: block;
}

.slider-box-info * {
	margin-bottom: 0px;
}

.slider-box-info h6 {
	font-size: var(--text-size-18);
	line-height: 26px;
	font-weight: var(--font-weight-semibold);
}

.slider-box-info p,
.slider-box-name {
	font-size: var(--text-size-18);
	line-height: var(--text-line-height-32);
	font-weight: var(--font-weight-medium);
}

.slider-box * {
	color: var(--white-color);
}

.slider-box-name {
	margin-top: 32px;
}

.swiper-content {
	height: 100% !important;
}

.swiper-button-next {
	right: -40px !important;
}

.swiper-button-prev {
	left: -40px !important;
}

@media only screen and (max-width: 992px) {
	.slider-opions {
		padding-block: 60px;
	}
	.slider-opions h2 {
		margin-bottom: 24px;
	}
}

@media only screen and (max-width: 576px) {
	.slider-opions {
		padding: 40px 0px;
	}

	.slider-opions h2 {
		margin-bottom: 20px;
	}

	.swiper-button-next {
		right: -0px !important;
	}

	.swiper-button-prev {
		left: -0px !important;
	}
}

.wordpress-img-custom {
	text-align: center !important;
}
