/*
Theme Name: Erizo
Author: Erizo.pl
*/

:root {
	/* FONTS */
	--font-size-1: 66px;
	--font-size-2: 46px;
	--font-size-3: 36px;
	--font-size-4: 26px;
	--font-size-5: 22px;
	--font-size-6: 18px;
	--font-size-7: 16px;
	--font-size-8: 14px;
	--font-size-9: 12px;
	--font-size-10: 10px;

	/* FONT FAMILY */
	--primary-font-family: 'Lora', serif;

	/* COLORS */
	--main-bg-color: #fff;
	--second-bg-color: #f8f8f8;
	--font-color: #333;
	--primary-color: #e31d24;
	--btn-bg-color: var(--primary-color);
	--btn-color: #fff;
	--svg-icons-color: var(--primary-color);
	--text-section-after: var(--second-bg-color);
	--banner-after: #ffffff85;
	--banner-bg-color: #f8f8f8;
	--banner-font-color: #000;
	--video-banner-after:  #0000003b;
	--video-banner-font-color:  #000;
	--slick-dots-color: var(--primary-color);
	--slick-arrow-bg: var(--primary-color);
	--slick-arrow-color: #fff;
	--cta-bg-color: var(--second-bg-color);
	--contact-form-borders: #bfbfbf;
	--template-separator-color: var(--primary-color);
	--header-bg-color: var(--main-bg-color);
	--header-second-bg-color: var(--second-bg-color);
	--header-color: var(--font-color);
	--header-top-info-bg: #2a2929;
	--header-top-info-color: #fff;
	--footer-bg-color: #1a1a1a;
	--footer-color: #fff;

	/* ICONS COLOR FILTER */
	--icons-filter: invert(20%) sepia(92%) saturate(2942%) hue-rotate(346deg) brightness(89%) contrast(101%);

	/* BUTTON */
	--def-btn-font-size: 18px;
	--def-btn-padding: 17px 48px;

	/* PADDING */
	--small-padding: 75px;
	--big-padding: 150px;

	/* DESC */
	--desc-margin: 25px 0 0;

	/* BORDER RADIUS */
	--border-radius: 50px;

	/* SEPARATOR */
	--template-separator-height: 5px;

	/* HEADER */
	--header-padding: 15px 0;
	--logo-size: 130px;
	--logo-scrolled-size: 100px;
	--logo-mobile-size: 100px;
	--logo-scrolled-mobile: 80px;

	/* FOOTER LOGO */
	--footer-logo-size: 130px;
	--footer-mobile-logo-size: 100px;

	/* FW TYPES */
	--fw-type-1: 500;
	--fw-type-2: 600;
	--fw-type-3: 600;
	--fw-type-4: 600;
	--fw-type-5: 600;
}

.er-title-2, .er-title-4{
	text-transform: uppercase;
}
.custom-cta-t2-v3 .row{
	justify-content: center;
	text-align: center;
}
header.main-header-section .header-top-info {
	border-bottom: 3px solid #e31d24;
}
section.icons-section.icons-section-t1-v1.home .icon-item .icon-img img.icon-with-filter{
	filter: none;
}
section.icons-section.icons-section-t1-v1.home {
	background-color: var(--second-bg-color);
}
section.icons-section-t1-v1.icons-bg .icon-item {
	background-color: #fff;
	padding: 30px 20px;
}
section.icons-section-t1-v1 .icon-item .title {
	text-transform: none;
	font-size: var(--font-size-6);
}
section.icons-section-t1-v1 .icon-item .title + .desc {
	margin-top: 10px;
}

header.main-header-section-v1 .desktop-nav .header-main-row .logo-column a img {
	top: 45px;
	width: 11%;
	position: absolute;
	background: #fff;
	padding: 13px;
	border-radius: 15px;
}
section.video-banner-main .video-banner-slides .video-banner-wrapper {
	align-items: flex-end;
}
header.main-header-section .header-top-info a {
	color: #fff!important;
}
section.video-banner-main.video-banner-t1-v1.custom-video-banner-t1-v1 .video-banner-wrapper .video-banner-content{
	display: inline-flex;
	background: white;
	padding: 20px;
	border-radius: 15px;
	margin-bottom: -15px;
}
header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu > li > a {
	font-weight: 700;
}
@media screen and (min-width: 1200px) {
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.socials li a.icon svg {
		width: 25px;
	}
}


/* GLOBAL MEDIA */

@media screen and (max-width: 1499px) {
	:root {
		/* FONTS */
		--font-size-1: 64px;
		--font-size-2: 44px;
		--font-size-3: 34px;
		--font-size-4: 24px;
		--font-size-5: 20px;
		--font-size-6: 18px;
		--font-size-7: 16px;
		--font-size-8: 14px;
		--font-size-9: 12px;
		--font-size-10: 10px;

		/* BUTTON */
		--def-btn-font-size: 15px;
		--def-btn-padding: 17px 35px;

	}
}
@media screen and (min-width: 1200px) {
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu > li > a {
		padding: 15px 0;
		color: var(--header-color);
		font-size: var(--font-size-6);
		position: relative;
	}
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu > li > a::after {
		height: 2px;
	}
	section.icons-section-t1-v1 .icon-item .icon-img img {
		height: 130px;
		border-radius: 30px;
	}
}
@media screen and (min-width: 1500px) {
	section.icons-section-t1-v1 .icon-item .icon-img img {
		height: 160px;
		border-radius: 30px;
	}
}
@media screen and (max-width: 1199px) {
	:root {
		/* FONTS */
		--font-size-1: 60px;
		--font-size-2: 40px;
		--font-size-3: 30px;
		--font-size-4: 22px;
		--font-size-5: 18px;
		--font-size-6: 16px;
		--font-size-7: 14px;
		--font-size-8: 13px;
		--font-size-9: 12px;
		--font-size-10: 10px;
	}
	.def-btn a {
		padding: 14px 55px;
	}
	section.icons-section-t1-v1 .icon-item .icon-img img {
		height: 110px;
		border-radius: 30px;
	}
}
@media screen and (max-width: 991px) {
	:root {
		/* FONTS */
		--font-size-1: 54px;
		--font-size-2: 36px;
		--font-size-3: 28px;
		--font-size-4: 20px;

		/* BUTTON */
		--def-btn-font-size: 14px;

		/* PADDING */
		--small-padding: 60px;
		--big-padding: 120px;
	}
	body {
		font-size: var(--font-size-7);
	}
	section.icons-section-t1-v1 .icon-item .icon-img img {
		height: 140px;
		border-radius: 30px;
	}
}

@media screen and (max-width: 767px) {
	:root {
		/* FONTS */
		--font-size-1: 48px;
		--font-size-2: 32px;
		--font-size-3: 24px;

		/* PADDING */
		--small-padding: 50px;
		--big-padding: 100px;
	}
	section.icons-section-t1-v1 .icon-item .icon-img img {
		height: 160px;
		border-radius: 30px;
	}
}
/* ==========================================================
   REDESIGN 2026 - PART 1 (GLOBAL DESIGN SYSTEM)
   ========================================================== */

:root{

    --primary:#E31D24;
    --primary-hover:#c6171d;

    --dark:#111827;
    --dark-2:#1F2937;

    --gray:#6B7280;
    --gray-light:#F4F6F8;

    --white:#ffffff;

    --container:1360px;

    --radius-xs:10px;
    --radius-sm:16px;
    --radius-md:22px;
    --radius-lg:30px;
    --radius-xl:42px;

    --shadow-xs:0 6px 18px rgba(17,24,39,.05);

    --shadow-sm:
    0 12px 30px rgba(17,24,39,.08);

    --shadow-md:
    0 18px 45px rgba(17,24,39,.10);

    --shadow-lg:
    0 35px 80px rgba(17,24,39,.14);

    --transition:.35s cubic-bezier(.4,0,.2,1);

    --section-space:120px;

}

/* ---------- RESET ---------- */

*,
*:before,
*:after{

box-sizing:border-box;

}

html{

scroll-behavior:smooth;

}

body{

background:#fff;

color:var(--dark);

font-family:'Lora',serif;

font-size:17px;

line-height:1.75;

overflow-x:hidden;

-webkit-font-smoothing:antialiased;

text-rendering:optimizeLegibility;

}

/* ---------- CONTAINER ---------- */

.container{

max-width:var(--container)!important;

padding-inline:24px;

}

/* ---------- LINKS ---------- */

a{

transition:var(--transition);

text-decoration:none;

}

a:hover{

color:var(--primary);

}

/* ---------- IMAGES ---------- */

img{

display:block;

max-width:100%;

height:auto;

}

/* ---------- TYPO ---------- */

h1,
h2,
h3,
h4,
h5,
h6{

margin:0;

font-family:'Lora',serif;

color:var(--dark);

line-height:1.08;

letter-spacing:-.03em;

}

.er-title-1{

font-size:clamp(52px,7vw,88px)!important;

font-weight:700!important;

margin-bottom:28px;

}

.er-title-2{

font-size:clamp(38px,5vw,64px)!important;

font-weight:700!important;

margin-bottom:24px;

}

.er-title-3{

font-size:clamp(32px,4vw,46px)!important;

font-weight:700!important;

margin-bottom:22px;

}

.er-title-4{

font-size:clamp(26px,3vw,34px)!important;

font-weight:600!important;

margin-bottom:18px;

}

.desc{

font-size:18px;

color:var(--gray);

line-height:1.9;

}

.desc *{

color:var(--gray)!important;

}

/* ---------- SECTION ---------- */

section{

padding:var(--section-space) 0!important;

position:relative;

overflow:hidden;

}

/* ---------- BUTTON ---------- */

.def-btn{

margin-top:40px;

}

.def-btn a{

display:inline-flex!important;

align-items:center;

justify-content:center;

padding:18px 38px!important;

border:none!important;

border-radius:999px!important;

background:linear-gradient(135deg,#ff3f45,#e31d24)!important;

color:#fff!important;

font-size:16px!important;

font-weight:700!important;

letter-spacing:.02em;

box-shadow:

0 18px 45px rgba(227,29,36,.28);

transition:var(--transition);

}

.def-btn a:hover{

transform:translateY(-4px);

box-shadow:

0 28px 60px rgba(227,29,36,.36);

background:linear-gradient(135deg,#ff5257,#d1181f)!important;

color:#fff!important;

}

/* ---------- CARD ---------- */
/* Karty tylko w odpowiednich sekcjach */
section.icons-section .icon-item,
section.reviews-section .review-item,
section.contact-section .contact-box,
section.text-section .text-box {
	background: #fff;
	border-radius: 26px;
	box-shadow: var(--shadow-sm);
	transition:
		transform 0.35s ease,
		box-shadow 0.35s ease;
}

section.icons-section .icon-item:hover,
section.reviews-section .review-item:hover {
	transform: translateY(-8px);
	box-shadow: var(--shadow-lg);
}


/* ---------- GLASS ---------- */

.glass{

background:rgba(255,255,255,.72);

backdrop-filter:blur(18px);

-webkit-backdrop-filter:blur(18px);

border:1px solid rgba(255,255,255,.45);

}

/* ---------- SEPARATOR ---------- */

.tmp-separator{

height:5px!important;

width:110px!important;

border-radius:999px!important;

background:linear-gradient(90deg,#ff474d,#e31d24)!important;

}

/* ---------- SPACING ---------- */

.mt-30{

margin-top:32px!important;

}

.mt-45{

margin-top:52px!important;

}

.mt-60{

margin-top:72px!important;

}

.mb-30{

margin-bottom:32px!important;

}

.mb-45{

margin-bottom:52px!important;

}

.mb-60{

margin-bottom:72px!important;

}

/* ---------- MOBILE ---------- */

@media(max-width:991px){

:root{

--section-space:80px;

}

.container{

padding-inline:20px;

}

body{

font-size:16px;

}

.er-title-1{

font-size:44px!important;

}

.er-title-2{

font-size:34px!important;

}

.er-title-3{

font-size:28px!important;

}

.def-btn a{

width:100%;

}

}
/* ==========================================================
   REDESIGN 2026 - PART 2 (HEADER)
   ========================================================== */

header.main-header-section{

position:fixed!important;

top:0;

left:0;

width:100%;

z-index:99999;

background:rgba(255,255,255,.82)!important;

backdrop-filter:blur(18px);

-webkit-backdrop-filter:blur(18px);

border-bottom:1px solid rgba(230,230,230,.7);

transition:.35s ease;

box-shadow:none;

}

header.main-header-section.scrolled{

background:rgba(255,255,255,.95)!important;

box-shadow:0 18px 45px rgba(0,0,0,.08);

}

header.main-header-section .header-top-info{

background:#111827!important;

border:none!important;

padding:8px 0;

}

header.main-header-section .header-top-info .header-icons{

display:flex;

justify-content:flex-end;

gap:28px;

}

header.main-header-section .header-top-info .title{

font-size:14px;

font-weight:500;

letter-spacing:.02em;

opacity:.95;

}

.desktop-nav{

height:96px;

display:flex;

align-items:center;

}

.header-main-row{

display:flex;

align-items:center;

justify-content:space-between;

width:100%;

gap:50px;

}

/* ---------------- LOGO ---------------- */

.logo-column{

display:flex;

align-items:center;

z-index:20;

}

.logo-column a{

display:flex;

align-items:center;

}

.logo-column img{

width:92px!important;

height:auto!important;

background:#fff;

padding:12px;

border-radius:24px;

box-shadow:

0 16px 40px rgba(0,0,0,.10);

transition:.35s;

position:relative!important;

top:auto!important;

}

header.main-header-section.scrolled .logo-column img{

transform:scale(.92);

}

/* ---------------- MENU ---------------- */

.menu-links-column{

display:flex;

align-items:center;

justify-content:flex-end;

gap:42px;

flex:1;

}

.menu-links-column ul.menu{

display:flex;

align-items:center;

gap:34px;

margin:0;

padding:0;

list-style:none;

}

.menu-links-column ul.menu>li{

position:relative;

}

.menu-links-column ul.menu>li>a{

font-size:15px!important;

font-weight:700!important;

letter-spacing:.02em;

padding:10px 0!important;

position:relative;

color:#111827!important;

}

.menu-links-column ul.menu>li>a:after{

content:"";

position:absolute;

left:0;

bottom:-8px;

height:2px;

width:0;

background:#E31D24;

transition:.3s;

}

.menu-links-column ul.menu>li:hover>a{

color:#E31D24!important;

}

.menu-links-column ul.menu>li:hover>a:after{

width:100%;

}

/* ---------------- DROPDOWN ---------------- */

.menu-links-column ul.menu li ul{

position:absolute;

top:120%;

left:0;

opacity:0;

visibility:hidden;

transform:translateY(12px);

transition:.3s;

background:#fff;

padding:18px;

border-radius:18px;

min-width:230px;

box-shadow:0 25px 55px rgba(0,0,0,.10);

}

.menu-links-column ul.menu li:hover ul{

opacity:1;

visibility:visible;

transform:translateY(0);

}

.menu-links-column ul.menu li ul li{

margin:0;

padding:0;

}

.menu-links-column ul.menu li ul a{

display:block;

padding:12px 10px;

border-radius:12px;

font-size:14px;

}

.menu-links-column ul.menu li ul a:hover{

background:#F5F6F8;

}

/* ---------------- SOCIAL ---------------- */

.socials{

display:flex;

align-items:center;

gap:14px;

margin:0;

padding:0;

list-style:none;

}

.socials a{

width:42px;

height:42px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

background:#F4F6F8;

transition:.3s;

}

.socials a:hover{

background:#E31D24;

transform:translateY(-3px);

}

.socials a:hover svg{

fill:#fff!important;

}

/* ---------------- MOBILE ---------------- */

.mobile-nav{

display:none;

}

@media(max-width:1199px){

.desktop-nav{

display:none;

}

.mobile-nav{

display:block;

background:#fff;

}

.header-mobile-row{

height:82px;

display:flex;

align-items:center;

justify-content:space-between;

}

.header-mobile-menu-btn{

width:52px;

height:52px;

border-radius:16px;

background:#F4F6F8;

display:flex;

align-items:center;

justify-content:center;

cursor:pointer;

transition:.3s;

}

.header-mobile-menu-btn:hover{

background:#E31D24;

}

.header-mobile-menu-btn:hover .btn-toggle,

.header-mobile-menu-btn:hover .btn-toggle:before,

.header-mobile-menu-btn:hover .btn-toggle:after{

background:#fff;

}

.btn-toggle{

width:24px;

height:2px;

background:#111;

position:relative;

transition:.3s;

}

.btn-toggle:before{

content:"";

position:absolute;

left:0;

top:-7px;

width:24px;

height:2px;

background:#111;

transition:.3s;

}

.btn-toggle:after{

content:"";

position:absolute;

left:0;

top:7px;

width:24px;

height:2px;

background:#111;

transition:.3s;

}

.menu-links-box{

background:#fff;

}

}
/* ==========================================================
   REDESIGN 2026 - PART 4 (TEXT SECTIONS / IMAGES)
   ========================================================== */

section.text-section {
	position: relative;
	background: #fff;
}

section.text-section:nth-of-type(even) {
	background:
		linear-gradient(
			180deg,
			#ffffff 0%,
			#fafafa 100%
		);
}

section.text-section .main-row {
	align-items: center;
	row-gap: 60px;
}

section.text-section .content-position {
	display: flex;
	align-items: center;
}

section.text-section .content-wrapper {
	width: 100%;
	max-width: 660px;
}

section.text-section.reverse .content-wrapper {
	margin-left: auto;
}

section.text-section .title-1,
section.text-section .title-2 {
	text-transform: none !important;
	text-wrap: balance;
}

section.text-section .title-1 {
	margin-bottom: 14px !important;
	color: #e31d24 !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	letter-spacing: 0.1em !important;
	text-transform: uppercase !important;
}

section.text-section .title-2 {
	margin-bottom: 24px !important;
	color: #111827 !important;
	font-size: clamp(38px, 4.5vw, 62px) !important;
	font-weight: 700 !important;
	line-height: 1.04 !important;
	letter-spacing: -0.045em !important;
}

section.text-section .title-2 span {
	color: #e31d24 !important;
}

section.text-section .desc {
	max-width: 620px;
	color: #667085;
	font-size: 17px;
	line-height: 1.8;
}

section.text-section .desc * {
	color: #667085 !important;
	line-height: 1.8;
	letter-spacing: 0;
}

section.text-section .desc strong,
section.text-section .desc b {
	color: #111827 !important;
	font-weight: 700;
}

section.text-section .desc ul,
section.text-section .desc ol {
	margin: 26px 0 0;
	padding-left: 0;
	list-style: none;
}

section.text-section .desc li {
	position: relative;
	margin-top: 14px !important;
	padding-left: 34px;
}

section.text-section .desc li::before {
	content: "";
	position: absolute;
	top: 0.7em;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background:
		linear-gradient(
			135deg,
			#ff5258 0%,
			#e31d24 100%
		);
	box-shadow: 0 6px 16px rgba(227, 29, 36, 0.24);
	transform: translateY(-50%);
}

section.text-section .desc li::after {
	content: "";
	position: absolute;
	top: 0.7em;
	left: 6px;
	width: 6px;
	height: 3px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: translateY(-65%) rotate(-45deg);
}

section.text-section .tmp-separator {
	margin-top: 28px;
}

section.text-section img.main-img {
	width: 100%;
	min-height: 460px;
	object-fit: cover;
	object-position: center;
	border-radius: 32px !important;
	box-shadow:
		0 30px 70px rgba(15, 23, 42, 0.14);
	transition:
		transform 0.5s ease,
		box-shadow 0.5s ease;
}

section.text-section img.main-img:hover {
	transform: translateY(-8px) scale(1.01);
	box-shadow:
		0 42px 90px rgba(15, 23, 42, 0.18);
}

/* ---------------- IMAGE WRAPPERS ---------------- */

section.text-section .img-color-after,
section.text-section .main-img-after {
	position: relative;
	isolation: isolate;
}

section.text-section .img-color-after::before,
section.text-section .main-img-after::before {
	content: "";
	position: absolute;
	z-index: -2;
	border-radius: 42px;
	background:
		linear-gradient(
			135deg,
			rgba(227, 29, 36, 0.14),
			rgba(255, 255, 255, 0)
		);
	filter: blur(1px);
}

section.text-section.text-section-t1-v2 .img-color-after {
	width: calc(100% - 42px) !important;
	margin: 0 0 42px 42px !important;
}

section.text-section.text-section-t1-v2 .img-color-after::after {
	top: 42px !important;
	left: -42px !important;
	width: 100%;
	height: 100%;
	border-radius: 32px !important;
	background:
		linear-gradient(
			135deg,
			#fff1f2 0%,
			#f5f7fa 100%
		) !important;
	box-shadow:
		inset 0 0 0 1px rgba(227, 29, 36, 0.05);
}

section.text-section.text-section-t1-v2.reverse .img-color-after {
	margin: 0 42px 42px 0 !important;
}

section.text-section.text-section-t1-v2.reverse .img-color-after::after {
	right: -42px !important;
	left: auto !important;
}

section.text-section.text-section-t1-v3 .img-color-after {
	padding: 0 0 70px 70px !important;
}

section.text-section.reverse.text-section-t1-v3 .img-color-after {
	padding: 0 70px 70px 0 !important;
}

section.text-section.text-section-t1-v3 .img-color-after::after {
	z-index: -1 !important;
	bottom: 0;
	left: 0;
	width: 210px !important;
	height: 210px !important;
	border-radius: 38px !important;
	background:
		linear-gradient(
			135deg,
			#e31d24 0%,
			#ff6267 100%
		) !important;
	box-shadow:
		0 25px 60px rgba(227, 29, 36, 0.24);
}

section.text-section.text-section-t1-v3.reverse .img-color-after::after {
	right: 0 !important;
	left: auto !important;
}

/* ---------------- WIDE IMAGE SECTION ---------------- */

section.text-section.text-section-t1-v4,
section.text-section.text-section-t2-v3 {
	text-align: center;
}

section.text-section.text-section-t1-v4 .content-wrapper,
section.text-section.text-section-t2-v3 .content-wrapper {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}

section.text-section.text-section-t1-v4 .main-img-after,
section.text-section.text-section-t2-v3 .main-img-after {
	margin-top: 56px !important;
	padding-bottom: 52px !important;
}

section.text-section.text-section-t1-v4 .main-img-after .main-img-bg,
section.text-section.text-section-t2-v3 .main-img-after .main-img-bg {
	position: relative;
	z-index: 2;
	padding-top: 48% !important;
	border-radius: 34px !important;
	box-shadow:
		0 34px 80px rgba(15, 23, 42, 0.16);
	overflow: hidden;
}

section.text-section.text-section-t1-v4 .main-img-after .main-img-bg::after,
section.text-section.text-section-t2-v3 .main-img-after .main-img-bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			180deg,
			transparent 60%,
			rgba(15, 23, 42, 0.18) 100%
		);
	pointer-events: none;
}

section.text-section.text-section-t1-v4 .main-img-after::after,
section.text-section.text-section-t2-v3 .main-img-after::after {
	top: 52px !important;
	right: 52px !important;
	bottom: 0 !important;
	left: 52px !important;
	z-index: 0 !important;
	border-radius: 34px !important;
	background:
		linear-gradient(
			135deg,
			#fff0f1 0%,
			#f4f6f8 100%
		) !important;
}

/* ---------------- TEXT WITH IMAGE BACKGROUND ---------------- */

section.text-section.text-section-t3-v1 {
	background:
		linear-gradient(
			180deg,
			#f8fafc 0%,
			#ffffff 100%
		);
}

section.text-section.text-section-t3-v1 .content-wrapper {
	position: relative;
	z-index: 2;
	padding: 52px !important;
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-radius: 32px;
	background: rgba(255, 255, 255, 0.82);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	box-shadow:
		0 28px 70px rgba(15, 23, 42, 0.12);
}

section.text-section.text-section-t3-v1 .main-img-bg {
	min-height: 620px;
	border-radius: 38px !important;
	box-shadow:
		0 30px 80px rgba(15, 23, 42, 0.16);
}

section.text-section.text-section-t3-v1.text-with-img-bg .content-wrapper {
	padding: 52px !important;
}

/* ---------------- HOVER DECORATIONS ---------------- */

section.text-section .main-img-after,
section.text-section .img-color-after {
	transition: transform 0.45s ease;
}

section.text-section .main-img-after:hover,
section.text-section .img-color-after:hover {
	transform: translateY(-5px);
}

/* ---------------- TABLET ---------------- */

@media screen and (max-width: 1199px) {
	section.text-section .main-row {
		row-gap: 46px;
	}

	section.text-section img.main-img {
		min-height: 380px;
	}

	section.text-section.text-section-t1-v3 .img-color-after {
		padding: 0 0 52px 52px !important;
	}

	section.text-section.reverse.text-section-t1-v3 .img-color-after {
		padding: 0 52px 52px 0 !important;
	}

	section.text-section.text-section-t1-v3 .img-color-after::after {
		width: 160px !important;
		height: 160px !important;
	}

	section.text-section.text-section-t3-v1 .content-wrapper {
		padding: 42px !important;
	}
}

/* ---------------- MOBILE ---------------- */

@media screen and (max-width: 991px) {
	section.text-section .content-wrapper,
	section.text-section.reverse .content-wrapper {
		max-width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	section.text-section .content-position {
		display: block;
	}

	section.text-section .title-2 {
		font-size: clamp(34px, 8vw, 46px) !important;
	}

	section.text-section .desc {
		font-size: 16px;
	}

	section.text-section img.main-img {
		min-height: 0;
		margin-top: 0 !important;
		border-radius: 24px !important;
	}

	section.text-section.text-section-t1-v2 .img-color-after,
	section.text-section.text-section-t1-v2.reverse .img-color-after {
		width: calc(100% - 28px) !important;
		margin: 42px 0 28px 28px !important;
	}

	section.text-section.text-section-t1-v2 .img-color-after::after {
		top: 28px !important;
		left: -28px !important;
		border-radius: 24px !important;
	}

	section.text-section.text-section-t1-v2.reverse .img-color-after::after {
		right: auto !important;
		left: -28px !important;
	}

	section.text-section.text-section-t1-v3 .img-color-after,
	section.text-section.reverse.text-section-t1-v3 .img-color-after {
		margin-top: 42px !important;
		padding: 0 0 36px 36px !important;
	}

	section.text-section.text-section-t1-v3 .img-color-after::after,
	section.text-section.text-section-t1-v3.reverse .img-color-after::after {
		right: auto !important;
		left: 0 !important;
		width: 100px !important;
		height: 100px !important;
		border-radius: 24px !important;
	}

	section.text-section.text-section-t1-v4 .main-img-after,
	section.text-section.text-section-t2-v3 .main-img-after {
		margin-top: 38px !important;
		padding-bottom: 30px !important;
	}

	section.text-section.text-section-t1-v4 .main-img-after .main-img-bg,
	section.text-section.text-section-t2-v3 .main-img-after .main-img-bg {
		padding-top: 66% !important;
		border-radius: 24px !important;
	}

	section.text-section.text-section-t1-v4 .main-img-after::after,
	section.text-section.text-section-t2-v3 .main-img-after::after {
		top: 30px !important;
		right: 24px !important;
		left: 24px !important;
		border-radius: 24px !important;
	}

	section.text-section.text-section-t3-v1 .content-wrapper,
	section.text-section.text-section-t3-v1.text-with-img-bg .content-wrapper {
		padding: 28px !important;
		border-radius: 24px;
	}

	section.text-section.text-section-t3-v1 .main-img-bg {
		min-height: 0;
		margin-top: 34px;
		padding-top: 72% !important;
		border-radius: 26px !important;
	}
}

/* ---------------- SMALL MOBILE ---------------- */

@media screen and (max-width: 575px) {
	section.text-section .title-1 {
		font-size: 12px !important;
	}

	section.text-section .title-2 {
		font-size: 34px !important;
	}

	section.text-section .desc li {
		padding-left: 30px;
	}

	section.text-section.text-section-t3-v1 .content-wrapper,
	section.text-section.text-section-t3-v1.text-with-img-bg .content-wrapper {
		padding: 24px !important;
	}
}
/* ==========================================================
   REDESIGN 2026 - PART 5 (ICONS / OFFER CARDS)
   ========================================================== */

section.icons-section {
	position: relative;
	background:
		linear-gradient(
			180deg,
			#f8fafc 0%,
			#ffffff 100%
		);
}

section.icons-section::before {
	content: "";
	position: absolute;
	top: -180px;
	right: -180px;
	width: 520px;
	height: 520px;
	border-radius: 50%;
	background:
		radial-gradient(
			circle,
			rgba(227, 29, 36, 0.12) 0%,
			rgba(227, 29, 36, 0.04) 44%,
			transparent 72%
		);
	filter: blur(8px);
	pointer-events: none;
}

section.icons-section .first-row {
	align-items: flex-end;
	margin-bottom: 56px;
}

section.icons-section .first-row > div {
	position: relative;
	z-index: 2;
}

section.icons-section .title-1 {
	margin-bottom: 22px !important;
	color: #111827 !important;
	font-size: clamp(38px, 4.7vw, 64px) !important;
	font-weight: 700 !important;
	line-height: 1.05 !important;
	letter-spacing: -0.045em !important;
	text-transform: none !important;
	text-wrap: balance;
}

section.icons-section .desc {
	max-width: 760px;
	color: #667085;
	font-size: 17px;
	line-height: 1.8;
}

section.icons-section .desc * {
	color: #667085 !important;
	line-height: 1.8;
	letter-spacing: 0;
}

section.icons-section .tmp-separator {
	margin-top: 28px;
}

section.icons-section .icons-row {
	row-gap: 28px;
}

section.icons-section .icons-row > div {
	display: flex;
}

section.icons-section .icon-item {
	position: relative;
	width: 100%;
	min-height: 100%;
	padding: 24px !important;
	border: 1px solid rgba(15, 23, 42, 0.07);
	border-radius: 28px !important;
	background:
		linear-gradient(
			180deg,
			rgba(255, 255, 255, 0.98) 0%,
			rgba(250, 250, 250, 0.98) 100%
		);
	box-shadow:
		0 18px 42px rgba(15, 23, 42, 0.07);
	overflow: hidden;
	isolation: isolate;
	transition:
		transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.4s ease,
		border-color 0.4s ease;
}

section.icons-section .icon-item::before {
	content: "";
	position: absolute;
	top: -90px;
	right: -90px;
	width: 190px;
	height: 190px;
	border-radius: 50%;
	background:
		radial-gradient(
			circle,
			rgba(227, 29, 36, 0.13) 0%,
			rgba(227, 29, 36, 0.03) 52%,
			transparent 72%
		);
	z-index: -1;
	transition:
		transform 0.45s ease,
		opacity 0.45s ease;
}

section.icons-section .icon-item::after {
	content: "→";
	position: absolute;
	right: 22px;
	bottom: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #f3f4f6;
	color: #111827;
	font-size: 18px;
	font-weight: 700;
	transition:
		transform 0.35s ease,
		background 0.35s ease,
		color 0.35s ease;
}

section.icons-section .icon-item:hover {
	transform: translateY(-10px);
	border-color: rgba(227, 29, 36, 0.18);
	box-shadow:
		0 32px 72px rgba(15, 23, 42, 0.14);
}

section.icons-section .icon-item:hover::before {
	transform: scale(1.18);
}

section.icons-section .icon-item:hover::after {
	transform: translateX(4px);
	background: #e31d24;
	color: #fff;
}

section.icons-section .icon-img {
	position: relative;
	width: 100%;
	margin-bottom: 26px;
	border-radius: 22px;
	overflow: hidden;
	background: #f4f6f8;
}

section.icons-section .icon-img::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			180deg,
			transparent 54%,
			rgba(15, 23, 42, 0.18) 100%
		);
	pointer-events: none;
}

section.icons-section .icon-img img {
	width: 100% !important;
	height: 210px !important;
	object-fit: cover;
	object-position: center;
	border-radius: 22px !important;
	filter: none !important;
	transition:
		transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
		filter 0.4s ease;
}

section.icons-section .icon-item:hover .icon-img img {
	transform: scale(1.06);
	filter: saturate(1.05) contrast(1.03) !important;
}

section.icons-section .icon-item .title {
	margin: 0 0 12px !important;
	padding-right: 52px;
	color: #111827 !important;
	font-size: 21px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	letter-spacing: -0.02em;
	text-transform: none !important;
}

section.icons-section .icon-item .desc {
	margin: 0 !important;
	padding-right: 36px;
	color: #667085;
	font-size: 15px;
	line-height: 1.65;
}

section.icons-section .icon-item .desc * {
	color: #667085 !important;
	line-height: 1.65;
	letter-spacing: 0;
}

section.icons-section .icon-item > a.abs {
	z-index: 6;
}

section.icons-section > .container > .def-btn {
	margin-top: 48px;
	text-align: center;
}

/* ---------------- VARIANT WITH WHITE BACKGROUND ---------------- */

section.icons-section.icons-bg {
	background:
		linear-gradient(
			180deg,
			#f7f8fa 0%,
			#ffffff 100%
		) !important;
}

section.icons-section.icons-bg .icon-item {
	background:
		linear-gradient(
			180deg,
			#ffffff 0%,
			#fbfbfc 100%
		) !important;
}

/* ---------------- NUMBERED CARD EFFECT ---------------- */

section.icons-section .icons-row > div {
	counter-increment: offer-card;
}

section.icons-section .icons-row {
	counter-reset: offer-card;
}

section.icons-section .icon-item .icon-img::before {
	content: "0" counter(offer-card);
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.62);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

/* ---------------- NO IMAGE FALLBACK ---------------- */

section.icons-section .icon-item:not(:has(.icon-img)) {
	padding-top: 34px !important;
}

section.icons-section .icon-item:not(:has(.icon-img))::before {
	top: -110px;
	right: -110px;
	width: 250px;
	height: 250px;
}

section.icons-section .icon-item:not(:has(.icon-img)) .title {
	padding-top: 12px;
}

/* ---------------- TABLET ---------------- */

@media screen and (max-width: 1199px) {
	section.icons-section .icons-row {
		row-gap: 24px;
	}

	section.icons-section .icon-item {
		padding: 22px !important;
	}

	section.icons-section .icon-img img {
		height: 190px !important;
	}

	section.icons-section .icon-item .title {
		font-size: 20px !important;
	}
}

/* ---------------- MOBILE ---------------- */

@media screen and (max-width: 991px) {
	section.icons-section .first-row {
		margin-bottom: 42px;
	}

	section.icons-section .title-1 {
		font-size: clamp(34px, 8vw, 48px) !important;
	}

	section.icons-section .desc {
		font-size: 16px;
	}

	section.icons-section .icon-item {
		border-radius: 24px !important;
	}

	section.icons-section .icon-img {
		border-radius: 18px;
	}

	section.icons-section .icon-img img {
		height: 220px !important;
		border-radius: 18px !important;
	}

	section.icons-section > .container > .def-btn {
		margin-top: 38px;
	}
}

/* ---------------- SMALL MOBILE ---------------- */

@media screen and (max-width: 575px) {
	section.icons-section .icons-row {
		row-gap: 18px;
	}

	section.icons-section .icon-item {
		padding: 18px !important;
		border-radius: 22px !important;
	}

	section.icons-section .icon-img img {
		height: 190px !important;
	}

	section.icons-section .icon-item .title {
		padding-right: 46px;
		font-size: 19px !important;
	}

	section.icons-section .icon-item .desc {
		padding-right: 28px;
		font-size: 14px;
	}

	section.icons-section .icon-item::after {
		right: 16px;
		bottom: 16px;
		width: 38px;
		height: 38px;
	}
}
/* ==========================================================
   REDESIGN 2026 - PART 6 (CTA + REVIEWS)
   ========================================================== */

/* ==========================================================
   CTA
   ========================================================== */

section.cta-section {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(
			135deg,
			#111827 0%,
			#1f2937 54%,
			#111827 100%
		) !important;
}

section.cta-section::before {
	content: "";
	position: absolute;
	top: -220px;
	right: -160px;
	width: 520px;
	height: 520px;
	border-radius: 50%;
	background:
		radial-gradient(
			circle,
			rgba(227, 29, 36, 0.28) 0%,
			rgba(227, 29, 36, 0.08) 46%,
			transparent 72%
		);
	filter: blur(10px);
	pointer-events: none;
}

section.cta-section::after {
	content: "";
	position: absolute;
	left: -140px;
	bottom: -220px;
	width: 460px;
	height: 460px;
	border-radius: 50%;
	background:
		radial-gradient(
			circle,
			rgba(255, 255, 255, 0.08) 0%,
			rgba(255, 255, 255, 0.02) 52%,
			transparent 72%
		);
	filter: blur(12px);
	pointer-events: none;
}

section.cta-section .container {
	position: relative;
	z-index: 2;
}

section.cta-section .row {
	align-items: center;
}

section.cta-section .title-1,
section.cta-section .title-2,
section.cta-section .title-3,
section.cta-section .title-4 {
	color: #fff !important;
	text-transform: none !important;
	text-wrap: balance;
}

section.cta-section .title-1 {
	margin-bottom: 14px !important;
	color: #ff656a !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase !important;
}

section.cta-section .title-2 {
	margin-bottom: 22px !important;
	font-size: clamp(38px, 5vw, 68px) !important;
	font-weight: 700 !important;
	line-height: 1.02 !important;
	letter-spacing: -0.05em !important;
}

section.cta-section .title-3,
section.cta-section .title-4 {
	font-weight: 700 !important;
	letter-spacing: -0.03em !important;
}

section.cta-section .desc {
	max-width: 720px;
	color: rgba(255, 255, 255, 0.72) !important;
	font-size: 17px;
	line-height: 1.8;
}

section.cta-section .desc * {
	color: rgba(255, 255, 255, 0.72) !important;
	line-height: 1.8;
	letter-spacing: 0;
}

section.cta-section .def-btn {
	margin-top: 34px;
}

section.cta-section .def-btn a {
	min-height: 58px;
	padding: 17px 34px !important;
	border: 1px solid rgba(255, 255, 255, 0.16) !important;
	background:
		linear-gradient(
			135deg,
			#f23b41 0%,
			#d8171e 100%
		) !important;
	box-shadow:
		0 20px 48px rgba(227, 29, 36, 0.36),
		inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

section.cta-section .def-btn a:hover {
	background:
		linear-gradient(
			135deg,
			#ff5056 0%,
			#cf1118 100%
		) !important;
	box-shadow:
		0 28px 64px rgba(227, 29, 36, 0.46),
		inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

section.cta-section .def-btn a::after {
	content: "→";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	margin-left: 14px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.14);
	transition: transform 0.3s ease;
}

section.cta-section .def-btn a:hover::after {
	transform: translateX(4px);
}

/* ---------------- CTA LIGHT VARIANTS ---------------- */

section.custom-cta-t2-v3,
section.cta-section.cta-bg {
	background:
		linear-gradient(
			135deg,
			#f7f8fa 0%,
			#ffffff 100%
		) !important;
}

section.custom-cta-t2-v3::before,
section.cta-section.cta-bg::before {
	background:
		radial-gradient(
			circle,
			rgba(227, 29, 36, 0.15) 0%,
			rgba(227, 29, 36, 0.03) 52%,
			transparent 72%
		);
}

section.custom-cta-t2-v3 .title-1,
section.cta-section.cta-bg .title-1 {
	color: #e31d24 !important;
}

section.custom-cta-t2-v3 .title-2,
section.custom-cta-t2-v3 .title-3,
section.custom-cta-t2-v3 .title-4,
section.cta-section.cta-bg .title-2,
section.cta-section.cta-bg .title-3,
section.cta-section.cta-bg .title-4 {
	color: #111827 !important;
}

section.custom-cta-t2-v3 .desc,
section.custom-cta-t2-v3 .desc *,
section.cta-section.cta-bg .desc,
section.cta-section.cta-bg .desc * {
	color: #667085 !important;
}

/* ---------------- CTA CARD LAYOUT ---------------- */

section.cta-section .cta-wrapper,
section.cta-section .content-wrapper {
	position: relative;
	padding: 58px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 36px;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

section.custom-cta-t2-v3 .cta-wrapper,
section.custom-cta-t2-v3 .content-wrapper,
section.cta-section.cta-bg .cta-wrapper,
section.cta-section.cta-bg .content-wrapper {
	border-color: rgba(15, 23, 42, 0.06);
	background: rgba(255, 255, 255, 0.82);
	box-shadow:
		0 28px 70px rgba(15, 23, 42, 0.1);
}

/* ==========================================================
   REVIEWS
   ========================================================== */

section.reviews-section {
	position: relative;
	background:
		linear-gradient(
			180deg,
			#ffffff 0%,
			#f8fafc 100%
		) !important;
	overflow: hidden;
}

section.reviews-section::before {
	content: "";
	position: absolute;
	top: -180px;
	left: -180px;
	width: 480px;
	height: 480px;
	border-radius: 50%;
	background:
		radial-gradient(
			circle,
			rgba(227, 29, 36, 0.1) 0%,
			rgba(227, 29, 36, 0.025) 52%,
			transparent 72%
		);
	filter: blur(10px);
	pointer-events: none;
}

section.reviews-section .container {
	position: relative;
	z-index: 2;
}

section.reviews-section .first-row,
section.reviews-section .title-row {
	margin-bottom: 50px;
}

section.reviews-section .title-1 {
	margin-bottom: 20px !important;
	color: #111827 !important;
	font-size: clamp(38px, 4.7vw, 64px) !important;
	font-weight: 700 !important;
	line-height: 1.05 !important;
	letter-spacing: -0.045em !important;
	text-transform: none !important;
	text-wrap: balance;
}

section.reviews-section .desc {
	max-width: 720px;
	color: #667085;
	font-size: 17px;
	line-height: 1.8;
}

section.reviews-section .desc * {
	color: #667085 !important;
	line-height: 1.8;
	letter-spacing: 0;
}

/* ---------------- REVIEW CARD ---------------- */

section.reviews-section .review-item,
section.reviews-section .review-box,
section.reviews-section .slick-slide > div > div {
	height: 100%;
}

section.reviews-section .review-item,
section.reviews-section .review-box {
	position: relative;
	padding: 34px !important;
	border: 1px solid rgba(15, 23, 42, 0.07);
	border-radius: 28px !important;
	background:
		linear-gradient(
			180deg,
			#ffffff 0%,
			#fbfbfc 100%
		);
	box-shadow:
		0 18px 44px rgba(15, 23, 42, 0.07);
	overflow: hidden;
	transition:
		transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.4s ease,
		border-color 0.4s ease;
}

section.reviews-section .review-item::before,
section.reviews-section .review-box::before {
	content: "“";
	position: absolute;
	top: 10px;
	right: 22px;
	color: rgba(227, 29, 36, 0.1);
	font-size: 110px;
	font-family: Georgia, serif;
	font-weight: 700;
	line-height: 1;
	pointer-events: none;
}

section.reviews-section .review-item:hover,
section.reviews-section .review-box:hover {
	transform: translateY(-8px);
	border-color: rgba(227, 29, 36, 0.15);
	box-shadow:
		0 32px 76px rgba(15, 23, 42, 0.13);
}

section.reviews-section .review-item .desc,
section.reviews-section .review-box .desc {
	position: relative;
	z-index: 2;
	margin-bottom: 28px;
	color: #475467;
	font-size: 16px;
	line-height: 1.8;
}

section.reviews-section .review-item .desc *,
section.reviews-section .review-box .desc * {
	color: #475467 !important;
	line-height: 1.8;
	letter-spacing: 0;
}

section.reviews-section .review-item .title,
section.reviews-section .review-item .name,
section.reviews-section .review-box .title,
section.reviews-section .review-box .name {
	margin: 0 !important;
	color: #111827 !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	letter-spacing: -0.01em;
}

section.reviews-section .review-item .position,
section.reviews-section .review-item .subtitle,
section.reviews-section .review-box .position,
section.reviews-section .review-box .subtitle {
	margin-top: 4px;
	color: #98a2b3 !important;
	font-size: 13px;
	line-height: 1.45;
}

section.reviews-section .review-item .author,
section.reviews-section .review-box .author {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 28px;
}

section.reviews-section .review-item .author img,
section.reviews-section .review-box .author img {
	width: 52px;
	height: 52px;
	flex: 0 0 52px;
	border-radius: 50%;
	object-fit: cover;
	box-shadow:
		0 8px 22px rgba(15, 23, 42, 0.12);
}

/* ---------------- STARS ---------------- */

section.reviews-section .stars,
section.reviews-section .rating {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 20px;
	color: #f5b301;
}

section.reviews-section .stars svg,
section.reviews-section .rating svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

/* ---------------- REVIEWS SLIDER ---------------- */

section.reviews-section .slick-list {
	margin: 0 -14px;
	padding: 10px 0 30px;
}

section.reviews-section .slick-slide {
	height: auto;
	padding: 0 14px;
}

section.reviews-section .slick-track {
	display: flex;
}

section.reviews-section .slick-dots {
	position: static !important;
	margin-top: 20px;
}

section.reviews-section .slick-dots li {
	width: auto !important;
	height: auto !important;
	margin: 0 6px !important;
}

section.reviews-section .slick-dots li button {
	width: 28px !important;
	height: 4px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #d0d5dd !important;
}

section.reviews-section .slick-dots li.slick-active button {
	width: 52px !important;
	background: #e31d24 !important;
}

section.reviews-section .slick-dots li button::before {
	display: none !important;
}

section.reviews-section .slick-arrow {
	width: 48px !important;
	height: 48px !important;
	border: 1px solid rgba(15, 23, 42, 0.08) !important;
	border-radius: 50% !important;
	background: #fff !important;
	box-shadow:
		0 12px 30px rgba(15, 23, 42, 0.1);
}

section.reviews-section .slick-arrow:hover {
	border-color: rgba(227, 29, 36, 0.18) !important;
	background: #e31d24 !important;
	opacity: 1 !important;
}

section.reviews-section .slick-arrow:hover::before {
	color: #fff !important;
}

section.reviews-section .slick-arrow::before {
	color: #111827 !important;
	opacity: 1 !important;
}

/* ==========================================================
   TABLET
   ========================================================== */

@media screen and (max-width: 1199px) {
	section.cta-section .cta-wrapper,
	section.cta-section .content-wrapper {
		padding: 46px;
	}

	section.reviews-section .review-item,
	section.reviews-section .review-box {
		padding: 30px !important;
	}
}

/* ==========================================================
   MOBILE
   ========================================================== */

@media screen and (max-width: 991px) {
	section.cta-section .title-2 {
		font-size: clamp(34px, 8vw, 48px) !important;
	}

	section.cta-section .desc {
		font-size: 16px;
	}

	section.cta-section .cta-wrapper,
	section.cta-section .content-wrapper {
		padding: 34px;
		border-radius: 28px;
	}

	section.reviews-section .first-row,
	section.reviews-section .title-row {
		margin-bottom: 38px;
	}

	section.reviews-section .title-1 {
		font-size: clamp(34px, 8vw, 48px) !important;
	}

	section.reviews-section .desc {
		font-size: 16px;
	}

	section.reviews-section .review-item,
	section.reviews-section .review-box {
		border-radius: 24px !important;
	}
}

/* ==========================================================
   SMALL MOBILE
   ========================================================== */

@media screen and (max-width: 575px) {
	section.cta-section .cta-wrapper,
	section.cta-section .content-wrapper {
		padding: 26px;
		border-radius: 24px;
	}

	section.cta-section .title-2 {
		font-size: 34px !important;
	}

	section.reviews-section .review-item,
	section.reviews-section .review-box {
		padding: 24px !important;
	}

	section.reviews-section .review-item::before,
	section.reviews-section .review-box::before {
		right: 14px;
		font-size: 88px;
	}
}
/* ==========================================================
   REDESIGN 2026 - PART 7 (CONTACT + FORM + FOOTER)
   ========================================================== */

/* ==========================================================
   CONTACT SECTION
   ========================================================== */

section.contact-section {
	position: relative;
	background:
		linear-gradient(
			180deg,
			#f8fafc 0%,
			#ffffff 100%
		) !important;
	overflow: hidden;
}

section.contact-section::before {
	content: "";
	position: absolute;
	top: -180px;
	right: -180px;
	width: 520px;
	height: 520px;
	border-radius: 50%;
	background:
		radial-gradient(
			circle,
			rgba(227, 29, 36, 0.11) 0%,
			rgba(227, 29, 36, 0.03) 50%,
			transparent 72%
		);
	filter: blur(10px);
	pointer-events: none;
}

section.contact-section .container {
	position: relative;
	z-index: 2;
}

section.contact-section .row {
	align-items: stretch;
	row-gap: 34px;
}

section.contact-section .title-1,
section.contact-section .title-2,
section.contact-section .title-3,
section.contact-section .title-4 {
	color: #111827 !important;
	text-transform: none !important;
	text-wrap: balance;
}

section.contact-section .title-1 {
	margin-bottom: 14px !important;
	color: #e31d24 !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase !important;
}

section.contact-section .title-2 {
	margin-bottom: 22px !important;
	font-size: clamp(38px, 4.8vw, 64px) !important;
	font-weight: 700 !important;
	line-height: 1.04 !important;
	letter-spacing: -0.045em !important;
}

section.contact-section .desc {
	max-width: 680px;
	color: #667085;
	font-size: 17px;
	line-height: 1.8;
}

section.contact-section .desc * {
	color: #667085 !important;
	line-height: 1.8;
	letter-spacing: 0;
}

section.contact-section .contact-content,
section.contact-section .contact-wrapper,
section.contact-section .contact-info,
section.contact-section .form-wrapper {
	height: 100%;
}

/* ---------------- CONTACT INFO CARD ---------------- */

section.contact-section .contact-content,
section.contact-section .contact-info {
	position: relative;
	padding: 42px;
	border: 1px solid rgba(15, 23, 42, 0.07);
	border-radius: 30px;
	background:
		linear-gradient(
			180deg,
			#ffffff 0%,
			#fbfbfc 100%
		);
	box-shadow:
		0 24px 60px rgba(15, 23, 42, 0.09);
	overflow: hidden;
}

section.contact-section .contact-content::before,
section.contact-section .contact-info::before {
	content: "";
	position: absolute;
	top: -120px;
	right: -120px;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background:
		radial-gradient(
			circle,
			rgba(227, 29, 36, 0.13) 0%,
			rgba(227, 29, 36, 0.03) 55%,
			transparent 72%
		);
	pointer-events: none;
}

section.contact-section .contact-items,
section.contact-section .contact-icons {
	display: grid;
	gap: 16px;
	margin-top: 34px;
}

section.contact-section .icon-item,
section.contact-section .contact-item {
	position: relative;
	display: flex;
	align-items: center;
	gap: 16px;
	min-height: 76px;
	padding: 16px 18px !important;
	border: 1px solid rgba(15, 23, 42, 0.06);
	border-radius: 20px !important;
	background: #fff;
	box-shadow:
		0 10px 26px rgba(15, 23, 42, 0.05);
	transition:
		transform 0.35s ease,
		border-color 0.35s ease,
		box-shadow 0.35s ease;
}

section.contact-section .icon-item:hover,
section.contact-section .contact-item:hover {
	transform: translateY(-4px);
	border-color: rgba(227, 29, 36, 0.16);
	box-shadow:
		0 18px 36px rgba(15, 23, 42, 0.09);
}

section.contact-section .icon-item .icon-img,
section.contact-section .contact-item .icon-img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	flex: 0 0 46px;
	margin: 0;
	border-radius: 15px;
	background:
		linear-gradient(
			135deg,
			#fff0f1 0%,
			#ffe4e6 100%
		);
}

section.contact-section .icon-item .icon-img svg,
section.contact-section .contact-item .icon-img svg {
	width: 22px;
	height: 22px;
	fill: #e31d24;
}

section.contact-section .icon-item .title,
section.contact-section .contact-item .title {
	margin: 0 !important;
	color: #111827 !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	text-transform: none !important;
}

section.contact-section .icon-item .desc,
section.contact-section .contact-item .desc {
	margin-top: 3px !important;
	color: #667085;
	font-size: 14px;
	line-height: 1.5;
}

section.contact-section .icon-item a.abs,
section.contact-section .contact-item a.abs {
	z-index: 4;
}

/* ==========================================================
   CONTACT FORM
   ========================================================== */

section.contact-section .form-wrapper,
section.contact-section form {
	position: relative;
}

section.contact-section .form-wrapper {
	padding: 42px;
	border: 1px solid rgba(15, 23, 42, 0.07);
	border-radius: 30px;
	background: #fff;
	box-shadow:
		0 24px 60px rgba(15, 23, 42, 0.09);
}

section.contact-section form {
	display: grid;
	gap: 18px;
}

section.contact-section form p {
	margin: 0;
}

section.contact-section label {
	display: block;
	margin-bottom: 8px;
	color: #344054;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

section.contact-section input[type="text"],
section.contact-section input[type="email"],
section.contact-section input[type="tel"],
section.contact-section input[type="number"],
section.contact-section input[type="url"],
section.contact-section input[type="date"],
section.contact-section input[type="time"],
section.contact-section select,
section.contact-section textarea {
	width: 100%;
	min-height: 56px;
	padding: 14px 16px;
	border: 1px solid #d0d5dd;
	border-radius: 16px;
	background: #fff;
	color: #111827;
	font-size: 15px;
	line-height: 1.5;
	outline: none;
	box-shadow:
		0 1px 2px rgba(16, 24, 40, 0.04);
	transition:
		border-color 0.25s ease,
		box-shadow 0.25s ease,
		background 0.25s ease;
}

section.contact-section textarea {
	min-height: 150px;
	resize: vertical;
}

section.contact-section input::placeholder,
section.contact-section textarea::placeholder {
	color: #98a2b3;
}

section.contact-section input:focus,
section.contact-section select:focus,
section.contact-section textarea:focus {
	border-color: #e31d24;
	background: #fff;
	box-shadow:
		0 0 0 4px rgba(227, 29, 36, 0.11);
}

section.contact-section input[type="checkbox"],
section.contact-section input[type="radio"] {
	width: 18px;
	height: 18px;
	margin: 0 8px 0 0;
	accent-color: #e31d24;
}

section.contact-section .wpcf7-list-item {
	margin: 0;
}

section.contact-section .wpcf7-list-item-label {
	color: #667085;
	font-size: 13px;
	line-height: 1.5;
}

section.contact-section .wpcf7-not-valid-tip {
	margin-top: 6px;
	color: #d92d20;
	font-size: 12px;
	line-height: 1.4;
}

section.contact-section .wpcf7-response-output {
	margin: 18px 0 0 !important;
	padding: 14px 16px !important;
	border-radius: 14px;
	font-size: 14px;
	line-height: 1.5;
}

section.contact-section .wpcf7-spinner {
	margin: 0 0 0 12px;
}

section.contact-section input[type="submit"],
section.contact-section button[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 16px 30px;
	border: 0;
	border-radius: 999px;
	background:
		linear-gradient(
			135deg,
			#f23b41 0%,
			#d8171e 100%
		);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	box-shadow:
		0 18px 42px rgba(227, 29, 36, 0.3);
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease,
		background 0.3s ease;
}

section.contact-section input[type="submit"]:hover,
section.contact-section button[type="submit"]:hover {
	transform: translateY(-3px);
	background:
		linear-gradient(
			135deg,
			#ff5056 0%,
			#cf1118 100%
		);
	box-shadow:
		0 26px 56px rgba(227, 29, 36, 0.4);
}

/* ==========================================================
   MAP
   ========================================================== */

section.contact-section iframe {
	display: block;
	width: 100%;
	min-height: 420px;
	border: 0;
	border-radius: 26px;
	box-shadow:
		0 24px 60px rgba(15, 23, 42, 0.12);
	filter: saturate(0.85) contrast(1.03);
}

/* ==========================================================
   FOOTER
   ========================================================== */

footer,
footer.footer-section,
footer.main-footer-section {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(
			135deg,
			#0d1117 0%,
			#141b26 58%,
			#0d1117 100%
		) !important;
	color: #fff;
}

footer::before,
footer.footer-section::before,
footer.main-footer-section::before {
	content: "";
	position: absolute;
	top: -220px;
	right: -180px;
	width: 520px;
	height: 520px;
	border-radius: 50%;
	background:
		radial-gradient(
			circle,
			rgba(227, 29, 36, 0.24) 0%,
			rgba(227, 29, 36, 0.06) 48%,
			transparent 72%
		);
	filter: blur(12px);
	pointer-events: none;
}

footer .container,
footer.footer-section .container,
footer.main-footer-section .container {
	position: relative;
	z-index: 2;
}

footer a,
footer.footer-section a,
footer.main-footer-section a {
	color: rgba(255, 255, 255, 0.72) !important;
}

footer a:hover,
footer.footer-section a:hover,
footer.main-footer-section a:hover {
	color: #fff !important;
}

footer .footer-main-row,
footer .main-row,
footer.footer-section .footer-main-row,
footer.main-footer-section .footer-main-row {
	padding-top: 82px;
	padding-bottom: 58px;
	row-gap: 38px;
}

footer .logo-column img,
footer .footer-logo img,
footer.footer-section .logo-column img,
footer.main-footer-section .logo-column img {
	width: 116px !important;
	height: auto !important;
	padding: 14px;
	border-radius: 24px;
	background: #fff;
	box-shadow:
		0 18px 44px rgba(0, 0, 0, 0.22);
}

footer .title,
footer .footer-title,
footer h3,
footer h4,
footer.footer-section .title,
footer.main-footer-section .title {
	margin-bottom: 18px !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
	letter-spacing: -0.01em;
	text-transform: none !important;
}

footer .desc,
footer .desc *,
footer.footer-section .desc,
footer.main-footer-section .desc {
	color: rgba(255, 255, 255, 0.62) !important;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0;
}

footer ul,
footer.footer-section ul,
footer.main-footer-section ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer ul li + li,
footer.footer-section ul li + li,
footer.main-footer-section ul li + li {
	margin-top: 10px;
}

footer ul a,
footer.footer-section ul a,
footer.main-footer-section ul a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	line-height: 1.5;
}

footer ul a::before,
footer.footer-section ul a::before,
footer.main-footer-section ul a::before {
	content: "";
	width: 5px;
	height: 5px;
	flex: 0 0 5px;
	border-radius: 50%;
	background: #e31d24;
	transition: transform 0.25s ease;
}

footer ul a:hover::before,
footer.footer-section ul a:hover::before,
footer.main-footer-section ul a:hover::before {
	transform: scale(1.5);
}

footer .socials {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 24px;
}

footer .socials li {
	margin: 0 !important;
}

footer .socials a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.06);
}

footer .socials a::before {
	display: none;
}

footer .socials a:hover {
	border-color: rgba(255, 255, 255, 0.18);
	background: #e31d24;
	transform: translateY(-3px);
}

footer .socials svg {
	width: 20px;
	height: 20px;
	fill: #fff;
}

footer .footer-bottom,
footer .bottom-row,
footer.footer-section .footer-bottom,
footer.main-footer-section .footer-bottom {
	padding: 22px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

footer .footer-bottom *,
footer .bottom-row *,
footer.footer-section .footer-bottom *,
footer.main-footer-section .footer-bottom * {
	color: rgba(255, 255, 255, 0.46) !important;
	font-size: 12px;
	line-height: 1.5;
}

/* ==========================================================
   TABLET
   ========================================================== */

@media screen and (max-width: 1199px) {
	section.contact-section .contact-content,
	section.contact-section .contact-info,
	section.contact-section .form-wrapper {
		padding: 34px;
	}
}

/* ==========================================================
   MOBILE
   ========================================================== */

@media screen and (max-width: 991px) {
	section.contact-section .title-2 {
		font-size: clamp(34px, 8vw, 48px) !important;
	}

	section.contact-section .desc {
		font-size: 16px;
	}

	section.contact-section .contact-content,
	section.contact-section .contact-info,
	section.contact-section .form-wrapper {
		padding: 28px;
		border-radius: 26px;
	}

	section.contact-section iframe {
		min-height: 340px;
		border-radius: 22px;
	}

	footer .footer-main-row,
	footer .main-row,
	footer.footer-section .footer-main-row,
	footer.main-footer-section .footer-main-row {
		padding-top: 64px;
		padding-bottom: 44px;
	}
}

/* ==========================================================
   SMALL MOBILE
   ========================================================== */

@media screen and (max-width: 575px) {
	section.contact-section .contact-content,
	section.contact-section .contact-info,
	section.contact-section .form-wrapper {
		padding: 22px;
		border-radius: 22px;
	}

	section.contact-section .icon-item,
	section.contact-section .contact-item {
		min-height: 68px;
		padding: 14px !important;
		border-radius: 18px !important;
	}

	section.contact-section input[type="submit"],
	section.contact-section button[type="submit"] {
		width: 100%;
	}

	section.contact-section iframe {
		min-height: 300px;
	}

	footer .logo-column img,
	footer .footer-logo img,
	footer.footer-section .logo-column img,
	footer.main-footer-section .logo-column img {
		width: 100px !important;
	}
}
/* ==========================================================
   REDESIGN 2026 - PART 8
   SIMPLE BANNER + MOBILE MENU + FINAL FIXES
   ========================================================== */

/* ==========================================================
   SIMPLE BANNER
   ========================================================== */

section.simple-banner-section,
section.banner-main.small-banner {
	position: relative;
	min-height: 52vh;
	padding: 0 !important;
	background: #111827 !important;
	overflow: hidden;
}

section.simple-banner-section .banner-wrapper,
section.banner-main.small-banner .banner-img-bg,
section.banner-main.small-banner .banner-wrapper,
section.banner-main.small-banner .content-box {
	min-height: 52vh !important;
	display: flex;
	align-items: center;
}

section.simple-banner-section .banner-wrapper::before,
section.banner-main.small-banner .banner-img-bg::before,
section.banner-main.small-banner .banner-wrapper::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(
			90deg,
			rgba(9, 16, 30, 0.9) 0%,
			rgba(9, 16, 30, 0.68) 48%,
			rgba(9, 16, 30, 0.22) 100%
		);
	pointer-events: none;
}

section.simple-banner-section .banner-wrapper::after,
section.banner-main.small-banner .banner-img-bg::after,
section.banner-main.small-banner .banner-wrapper::after {
	content: "";
	position: absolute;
	left: -140px;
	bottom: -240px;
	width: 500px;
	height: 500px;
	z-index: 1;
	border-radius: 50%;
	background:
		radial-gradient(
			circle,
			rgba(227, 29, 36, 0.25) 0%,
			rgba(227, 29, 36, 0.07) 50%,
			transparent 72%
		);
	filter: blur(10px);
	pointer-events: none;
}

section.simple-banner-section .container,
section.banner-main.small-banner .container {
	position: relative;
	z-index: 3;
}

section.simple-banner-section .banner-content,
section.banner-main.small-banner .banner-content,
section.banner-main.small-banner .content-wrapper {
	max-width: 760px;
	padding: 150px 0 90px !important;
}

section.simple-banner-section .title-1,
section.banner-main.small-banner .title-1 {
	margin-bottom: 14px !important;
	color: #ff656a !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase !important;
}

section.simple-banner-section .title-2,
section.simple-banner-section h1,
section.banner-main.small-banner .title-2,
section.banner-main.small-banner h1 {
	margin-bottom: 22px !important;
	color: #fff !important;
	font-size: clamp(44px, 6vw, 78px) !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	letter-spacing: -0.05em !important;
	text-transform: none !important;
	text-wrap: balance;
}

section.simple-banner-section .title-2 span,
section.simple-banner-section h1 span,
section.banner-main.small-banner .title-2 span,
section.banner-main.small-banner h1 span {
	color: #ff4d53 !important;
}

section.simple-banner-section .desc,
section.banner-main.small-banner .desc {
	max-width: 650px;
	color: rgba(255, 255, 255, 0.76) !important;
	font-size: 17px;
	line-height: 1.75;
}

section.simple-banner-section .desc *,
section.banner-main.small-banner .desc * {
	color: rgba(255, 255, 255, 0.76) !important;
	line-height: 1.75;
	letter-spacing: 0;
}

/* ==========================================================
   HEADER FINAL OVERRIDES
   ========================================================== */

header.main-header-section {
	--header-height: 96px;
}

header.main-header-section .container {
	max-width: 1360px !important;
}

header.main-header-section .desktop-nav .header-main-row {
	min-height: 96px;
}

header.main-header-section .desktop-nav .header-main-row .logo-column a img {
	position: static !important;
	top: auto !important;
	width: 92px !important;
	max-width: 92px !important;
	height: auto !important;
	padding: 10px !important;
	border-radius: 20px !important;
	background: #fff !important;
	box-shadow:
		0 14px 34px rgba(15, 23, 42, 0.13) !important;
}

header.main-header-section .desktop-nav .header-main-row .menu-links-column {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 28px;
}

header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu {
	display: flex;
	align-items: center;
	gap: 30px;
	margin: 0;
}

header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu > li > a {
	padding: 12px 0 !important;
	color: #111827 !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.2;
}

header.main-header-section .header-top-info {
	padding: 7px 0 !important;
	background: #0f172a !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

header.main-header-section .header-top-info .header-icons {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 26px;
}

header.main-header-section .header-top-info .icon-item {
	display: flex;
	align-items: center;
	gap: 8px;
}

header.main-header-section .header-top-info .icon-img {
	width: 16px;
	height: 16px;
}

header.main-header-section .header-top-info svg {
	width: 16px;
	height: 16px;
	fill: #fff;
}

header.main-header-section .header-top-info .title,
header.main-header-section .header-top-info a {
	color: #fff !important;
	font-size: 13px;
	line-height: 1.4;
}

/* ==========================================================
   MOBILE MENU
   ========================================================== */

@media screen and (max-width: 1199px) {
	header.main-header-section {
		background: rgba(255, 255, 255, 0.96) !important;
		backdrop-filter: blur(18px);
		-webkit-backdrop-filter: blur(18px);
	}

	header.main-header-section .header-top-info {
		display: none;
	}

	header.main-header-section .mobile-nav {
		display: block !important;
	}

	header.main-header-section .header-mobile-row {
		min-height: 82px;
	}

	header.main-header-section .mobile-nav .logo-column img {
		position: static !important;
		width: 78px !important;
		max-width: 78px !important;
		height: auto !important;
		padding: 8px !important;
		border-radius: 18px !important;
		background: #fff;
		box-shadow:
			0 10px 28px rgba(15, 23, 42, 0.12);
	}

	header.main-header-section .header-mobile-menu-btn {
		position: relative;
		z-index: 100002;
	}

	header.main-header-section .menu-links-box {
		position: fixed;
		inset: 0;
		z-index: 100001;
		display: flex;
		justify-content: flex-end;
		width: 100%;
		height: 100vh;
		background: rgba(15, 23, 42, 0.5);
		backdrop-filter: blur(8px);
		-webkit-backdrop-filter: blur(8px);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition:
			opacity 0.3s ease,
			visibility 0.3s ease;
	}

	header.main-header-section .menu-links-box.active,
	header.main-header-section .menu-links-box.open,
	header.main-header-section .menu-links-box.menu-open {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	header.main-header-section .menu-links-box .wrapper {
		position: relative;
		width: min(420px, 88vw);
		height: 100%;
		margin-left: auto;
		padding: 104px 28px 40px;
		background:
			linear-gradient(
				180deg,
				#ffffff 0%,
				#f8fafc 100%
			);
		box-shadow:
			-24px 0 70px rgba(15, 23, 42, 0.2);
		transform: translateX(100%);
		transition:
			transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
		overflow-y: auto;
	}

	header.main-header-section .menu-links-box.active .wrapper,
	header.main-header-section .menu-links-box.open .wrapper,
	header.main-header-section .menu-links-box.menu-open .wrapper {
		transform: translateX(0);
	}

	header.main-header-section .menu-links-box .close-btn {
		position: absolute;
		top: 24px;
		right: 24px;
		width: 48px;
		height: 48px;
		border-radius: 15px;
		background: #f2f4f7;
		cursor: pointer;
	}

	header.main-header-section .menu-links-box .close-btn::before,
	header.main-header-section .menu-links-box .close-btn::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 22px;
		height: 2px;
		border-radius: 999px;
		background: #111827;
	}

	header.main-header-section .menu-links-box .close-btn::before {
		transform: translate(-50%, -50%) rotate(45deg);
	}

	header.main-header-section .menu-links-box .close-btn::after {
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	header.main-header-section .menu-links-box ul.menu {
		display: block;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	header.main-header-section .menu-links-box ul.menu > li {
		margin: 0;
		border-bottom: 1px solid rgba(15, 23, 42, 0.07);
	}

	header.main-header-section .menu-links-box ul.menu > li > a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 18px 4px;
		color: #111827 !important;
		font-size: 23px;
		font-weight: 700;
		line-height: 1.2;
		letter-spacing: -0.03em;
	}

	header.main-header-section .menu-links-box ul.menu > li > a::after {
		content: "↗";
		color: #98a2b3;
		font-size: 17px;
		font-weight: 400;
		transition:
			transform 0.3s ease,
			color 0.3s ease;
	}

	header.main-header-section .menu-links-box ul.menu > li > a:hover {
		color: #e31d24 !important;
	}

	header.main-header-section .menu-links-box ul.menu > li > a:hover::after {
		color: #e31d24;
		transform: translate(3px, -3px);
	}

	header.main-header-section .menu-links-box .sub-menu {
		position: static !important;
		display: block;
		min-width: 0;
		padding: 0 0 14px 16px;
		border: 0;
		background: transparent;
		box-shadow: none;
		opacity: 1 !important;
		visibility: visible !important;
		transform: none !important;
	}

	header.main-header-section .menu-links-box .sub-menu li {
		margin-top: 8px;
	}

	header.main-header-section .menu-links-box .sub-menu a {
		display: block;
		padding: 8px 0;
		color: #667085 !important;
		font-size: 15px;
		font-weight: 600;
	}

	header.main-header-section .menu-links-box .socials {
		display: flex;
		gap: 12px;
		margin-top: 32px;
	}

	header.main-header-section .menu-links-box .socials a {
		width: 48px;
		height: 48px;
		border: 1px solid rgba(15, 23, 42, 0.08);
		background: #fff;
		box-shadow:
			0 10px 24px rgba(15, 23, 42, 0.08);
	}

	header.main-header-section .menu-links-box .socials a:hover {
		border-color: #e31d24;
		background: #e31d24;
	}
}

/* ==========================================================
   GLOBAL RESPONSIVE FIXES
   ========================================================== */

@media screen and (max-width: 991px) {
	:root {
		--small-padding: 64px;
		--big-padding: 88px;
	}

	section {
		padding: 80px 0 !important;
	}

	.nav_mg,
	.minus-header-height {
		margin-top: 82px !important;
	}

	.dp {
		padding: 88px 0 !important;
	}

	.dpt {
		padding-top: 88px !important;
	}

	.dpb {
		padding-bottom: 88px !important;
	}

	.row {
		row-gap: 28px;
	}

	.def-btn a {
		width: auto !important;
		min-width: 0;
	}

	section.simple-banner-section,
	section.banner-main.small-banner {
		min-height: 440px;
	}

	section.simple-banner-section .banner-wrapper,
	section.banner-main.small-banner .banner-img-bg,
	section.banner-main.small-banner .banner-wrapper,
	section.banner-main.small-banner .content-box {
		min-height: 440px !important;
	}

	section.simple-banner-section .banner-content,
	section.banner-main.small-banner .banner-content,
	section.banner-main.small-banner .content-wrapper {
		padding: 130px 0 70px !important;
	}
}

@media screen and (max-width: 767px) {
	:root {
		--small-padding: 54px;
		--big-padding: 72px;
	}

	.container {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}

	section {
		padding: 68px 0 !important;
	}

	.dp {
		padding: 72px 0 !important;
	}

	.dpt {
		padding-top: 72px !important;
	}

	.dpb {
		padding-bottom: 72px !important;
	}

	.er-title-1 {
		font-size: 42px !important;
	}

	.er-title-2 {
		font-size: 34px !important;
	}

	.er-title-3 {
		font-size: 28px !important;
	}

	.desc {
		font-size: 16px;
		line-height: 1.7;
	}

	.desc * {
		line-height: 1.7;
		letter-spacing: 0;
	}

	.def-btn {
		margin-top: 30px;
	}

	.def-btn a {
		min-height: 54px;
		padding: 15px 26px !important;
		font-size: 14px !important;
	}

	section.simple-banner-section .title-2,
	section.simple-banner-section h1,
	section.banner-main.small-banner .title-2,
	section.banner-main.small-banner h1 {
		font-size: 42px !important;
		line-height: 1.02 !important;
	}

	section.simple-banner-section .desc,
	section.banner-main.small-banner .desc {
		font-size: 16px;
	}

	section.simple-banner-section .banner-content,
	section.banner-main.small-banner .banner-content,
	section.banner-main.small-banner .content-wrapper {
		padding: 120px 0 60px !important;
	}
}

@media screen and (max-width: 575px) {
	.container {
		padding-right: 16px !important;
		padding-left: 16px !important;
	}

	section {
		padding: 58px 0 !important;
	}

	.er-title-1 {
		font-size: 38px !important;
	}

	.er-title-2 {
		font-size: 32px !important;
	}

	.er-title-3 {
		font-size: 26px !important;
	}

	.def-btn a {
		width: 100% !important;
	}

	section.simple-banner-section .title-2,
	section.simple-banner-section h1,
	section.banner-main.small-banner .title-2,
	section.banner-main.small-banner h1 {
		font-size: 36px !important;
	}
}

/* ==========================================================
   ACCESSIBILITY
   ========================================================== */

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
	outline: 3px solid rgba(227, 29, 36, 0.35) !important;
	outline-offset: 4px;
}

::selection {
	background: rgba(227, 29, 36, 0.2);
	color: #111827;
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

/* ==========================================================
   FINAL COMPATIBILITY OVERRIDES
   ========================================================== */

body {
	background: #fff !important;
	color: #111827 !important;
}

section.icons-section.icons-section-t1-v1.home {
	background:
		linear-gradient(
			180deg,
			#f8fafc 0%,
			#ffffff 100%
		) !important;
}

section.icons-section-t1-v1.icons-bg .icon-item {
	padding: 24px !important;
	background: #fff !important;
}

section.video-banner-main.video-banner-t1-v1.custom-video-banner-t1-v1
.video-banner-wrapper
.video-banner-content {
	display: block !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
}

section.video-banner-main .video-banner-slides .video-banner-wrapper {
	align-items: center !important;
}

section.text-section.text-section-t2-v3 .main-img-after::after,
section.text-section.text-section-t1-v4 .main-img-after::after {
	background:
		linear-gradient(
			135deg,
			#fff0f1 0%,
			#f4f6f8 100%
		) !important;
}

header.main-header-section-v1
.desktop-nav
.header-main-row
.logo-column
a
img {
	position: static !important;
	top: auto !important;
	width: 92px !important;
}

section.icons-section-t1-v1 .icon-item .icon-img img {
	height: 210px !important;
	border-radius: 22px !important;
}

@media screen and (max-width: 1199px) {
	section.icons-section-t1-v1 .icon-item .icon-img img {
		height: 190px !important;
	}
}

@media screen and (max-width: 991px) {
	section.icons-section-t1-v1 .icon-item .icon-img img {
		height: 220px !important;
	}
}

@media screen and (max-width: 575px) {
	section.icons-section-t1-v1 .icon-item .icon-img img {
		height: 190px !important;
	}

}

/* ==========================================================
   AS NEW HERO — CZYSTY KOMPONENT
   Usuń wcześniejsze bloki .home-lead-, .hero-lead-, .as26-
   ========================================================== */

.as-new-hero {
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	min-height: 780px !important;
	margin: 0 !important;
	padding: 150px 0 90px !important;
	background: #09111f !important;
	overflow: hidden !important;
	isolation: isolate !important;
}

.as-new-hero__video {
	position: absolute !important;
	inset: 0 !important;
	z-index: -3 !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center !important;
}

.as-new-hero__shade {
	position: absolute !important;
	inset: 0 !important;
	z-index: -2 !important;
	background:
		linear-gradient(
			90deg,
			rgba(5, 12, 25, 0.96) 0%,
			rgba(5, 12, 25, 0.84) 44%,
			rgba(5, 12, 25, 0.52) 100%
		) !important;
}

.as-new-hero__container {
	width: 100% !important;
	max-width: 1380px !important;
	margin: 0 auto !important;
	padding-right: 28px !important;
	padding-left: 28px !important;
}

.as-new-hero__layout {
	display: grid !important;
	grid-template-columns: minmax(0, 1.12fr) minmax(360px, 430px) !important;
	align-items: center !important;
	gap: clamp(56px, 7vw, 110px) !important;
	width: 100% !important;
}

.as-new-hero__copy {
	max-width: 760px !important;
	color: #fff !important;
	text-align: left !important;
}

.as-new-hero__kicker {
	display: inline-flex !important;
	align-items: center !important;
	gap: 10px !important;
	margin-bottom: 24px !important;
	padding: 9px 14px !important;
	border: 1px solid rgba(255,255,255,.22) !important;
	border-radius: 999px !important;
	background: rgba(255,255,255,.09) !important;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	letter-spacing: .07em !important;
	text-transform: uppercase !important;
}

.as-new-hero__kicker-dot {
	width: 8px !important;
	height: 8px !important;
	flex: 0 0 8px !important;
	border-radius: 50% !important;
	background: #e31d24 !important;
	box-shadow: 0 0 0 6px rgba(227,29,36,.18) !important;
}

.as-new-hero__title {
	margin: 0 !important;
	padding: 0 !important;
	color: #fff !important;
	font-size: clamp(36px, 4vw, 58px) !important;
	font-size: clamp(34px, 3.6vw, 54px) !important;
line-height: 1.02 !important;
letter-spacing: -.03em !important;
	text-align: left !important;
	text-transform: none !important;
	text-wrap: balance;
}
}

.as-new-hero__title *,
.as-new-hero__title span {
	color: inherit !important;
}

.as-new-hero__text {
	max-width: 640px !important;
	margin-top: 24px !important;
	color: rgba(255,255,255,.8) !important;
	font-size: 18px !important;
	line-height: 1.7 !important;
	text-align: left !important;
}

.as-new-hero__text * {
	color: inherit !important;
	line-height: inherit !important;
	text-align: inherit !important;
}

.as-new-hero__facts {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 12px 20px !important;
	margin-top: 32px !important;
}

.as-new-hero__fact {
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	color: rgba(255,255,255,.88) !important;
	font-size: 13px !important;
	line-height: 1.4 !important;
}

.as-new-hero__fact span {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 21px !important;
	height: 21px !important;
	flex: 0 0 21px !important;
	border-radius: 50% !important;
	background: rgba(227,29,36,.23) !important;
	color: #ff686d !important;
	font-size: 11px !important;
	font-weight: 800 !important;
}

.as-new-hero__cta {
	display: inline-flex !important;
	align-items: center !important;
	gap: 12px !important;
	margin-top: 30px !important;
	padding: 15px 22px !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg,#f23a40,#d8171e) !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	box-shadow: 0 18px 40px rgba(227,29,36,.32) !important;
}

.as-new-hero-form {
	width: 100% !important;
	padding: 30px !important;
	border: 1px solid rgba(255,255,255,.35) !important;
	border-radius: 26px !important;
	background: #fff !important;
	box-shadow: 0 32px 80px rgba(0,0,0,.28) !important;
	color: #111827 !important;
}

.as-new-hero-form__topline {
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	padding: 7px 11px !important;
	border-radius: 999px !important;
	background: #fff0f1 !important;
	color: #d71920 !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	letter-spacing: .08em !important;
	text-transform: uppercase !important;
}

.as-new-hero-form__status {
	width: 7px !important;
	height: 7px !important;
	border-radius: 50% !important;
	background: #e31d24 !important;
}

.as-new-hero-form__title {
	margin: 16px 0 0 !important;
	color: #111827 !important;
	font-size: 34px !important;
	font-weight: 700 !important;
	line-height: 1.08 !important;
	letter-spacing: -.04em !important;
	text-align: left !important;
	text-transform: none !important;
}

.as-new-hero-form__intro {
	margin: 11px 0 0 !important;
	color: #667085 !important;
	font-size: 14px !important;
	line-height: 1.55 !important;
}

.as-new-hero-form__cf7 {
	margin-top: 22px !important;
}

.as-new-hero-form__cf7 .wpcf7,
.as-new-hero-form__cf7 form,
.as-new-hero-form__cf7 .as26-cf7,
.as-new-hero-form__cf7 .hero-cf7-mini {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 14px !important;
	width: 100% !important;
	margin: 0 !important;
}

.as-new-hero-form__cf7 p {
	margin: 0 !important;
}

.as-new-hero-form__cf7 br {
	display: none !important;
}

.as-new-hero-form__cf7 label {
	display: grid !important;
	gap: 6px !important;
	margin: 0 !important;
	color: #344054 !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
	text-align: left !important;
}

.as-new-hero-form__cf7 .wpcf7-form-control-wrap {
	display: block !important;
	width: 100% !important;
}

.as-new-hero-form__cf7 input[type="text"],
.as-new-hero-form__cf7 input[type="email"],
.as-new-hero-form__cf7 input[type="tel"],
.as-new-hero-form__cf7 select,
.as-new-hero-form__cf7 textarea {
	display: block !important;
	width: 100% !important;
	min-height: 52px !important;
	margin: 0 !important;
	padding: 12px 14px !important;
	border: 1px solid #d0d5dd !important;
	border-radius: 13px !important;
	background: #fff !important;
	color: #111827 !important;
	font-family: inherit !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
	outline: none !important;
	box-shadow: none !important;
	appearance: none !important;
	-webkit-appearance: none !important;
}

.as-new-hero-form__cf7 textarea {
	min-height: 100px !important;
	resize: vertical !important;
}

.as-new-hero-form__cf7 input:focus,
.as-new-hero-form__cf7 select:focus,
.as-new-hero-form__cf7 textarea:focus {
	border-color: #e31d24 !important;
	box-shadow: 0 0 0 4px rgba(227,29,36,.11) !important;
}

.as-new-hero-form__cf7 .wpcf7-list-item {
	margin: 0 !important;
}

.as-new-hero-form__cf7 .wpcf7-list-item label {
	display: flex !important;
	flex-direction: row !important;
	align-items: flex-start !important;
	gap: 8px !important;
	color: #667085 !important;
	font-size: 11px !important;
	font-weight: 400 !important;
	line-height: 1.45 !important;
}

.as-new-hero-form__cf7 input[type="checkbox"] {
	width: 17px !important;
	height: 17px !important;
	flex: 0 0 17px !important;
	margin: 1px 0 0 !important;
	accent-color: #e31d24 !important;
}

.as-new-hero-form__cf7 input[type="submit"] {
	display: block !important;
	width: 100% !important;
	min-height: 55px !important;
	margin: 0 !important;
	padding: 15px 20px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg,#f23a40,#d8171e) !important;
	color: #fff !important;
	font-family: inherit !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	cursor: pointer !important;
	box-shadow: 0 17px 38px rgba(227,29,36,.3) !important;
}

.as-new-hero-form__secure {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 7px !important;
	margin-top: 14px !important;
	color: #98a2b3 !important;
	font-size: 10px !important;
	line-height: 1.4 !important;
	text-align: center !important;
}

.as-new-hero-form__secure span:first-child {
	color: #12b76a !important;
}

.as-new-hero-form .wpcf7-spinner {
	display: block !important;
	margin: 10px auto 0 !important;
}

.as-new-hero-form .wpcf7-not-valid-tip {
	margin-top: 5px !important;
	color: #b42318 !important;
	font-size: 11px !important;
}

.as-new-hero-form .wpcf7-response-output {
	margin: 10px 0 0 !important;
	padding: 10px !important;
	border-radius: 10px !important;
	font-size: 11px !important;
}

@media screen and (max-width: 1199px) {
	.as-new-hero__layout {
		grid-template-columns: minmax(0, 1fr) 380px !important;
		gap: 44px !important;
	}

	.as-new-hero__title {
		font-size: clamp(46px,5vw,66px) !important;
	}

	.as-new-hero-form {
		padding: 26px !important;
	}
}

@media screen and (max-width: 991px) {
	.as-new-hero {
		min-height: auto !important;
		padding: 120px 0 48px !important;
	}

	.as-new-hero__shade {
		background:
			linear-gradient(
				180deg,
				rgba(5,12,25,.58) 0%,
				rgba(5,12,25,.86) 44%,
				rgba(5,12,25,.98) 100%
			) !important;
	}

	.as-new-hero__layout {
		grid-template-columns: 1fr !important;
		gap: 36px !important;
	}

	.as-new-hero__copy,
	.as-new-hero-form {
		max-width: 680px !important;
	}
}

@media screen and (max-width: 575px) {
	.as-new-hero {
		padding: 96px 0 28px !important;
	}

	.as-new-hero__container {
		padding-right: 16px !important;
		padding-left: 16px !important;
	}

	.as-new-hero__title {
		font-size: 39px !important;
		line-height: 1.02 !important;
	}

	.as-new-hero__text {
		margin-top: 18px !important;
		font-size: 15px !important;
	}

	.as-new-hero__facts {
		display: grid !important;
		gap: 9px !important;
		margin-top: 24px !important;
	}

	.as-new-hero-form {
		padding: 22px 17px !important;
		border-radius: 22px !important;
	}

	.as-new-hero-form__title {
		font-size: 28px !important;
	}

	.as-new-hero-form__cf7 input[type="text"],
	.as-new-hero-form__cf7 input[type="email"],
	.as-new-hero-form__cf7 input[type="tel"],
	.as-new-hero-form__cf7 select,
	.as-new-hero-form__cf7 textarea {
		font-size: 16px !important;
	}
}

/* ==========================================================
   FINAL CLEAN FIXES — HEADER / LOGO / VISIBILITY
   ========================================================== */

body {
	overflow-x: hidden !important;
}

/* Sekcje treści nie mogą być przypadkowo przycinane. */
section:not(.as-new-hero):not(.icons-section):not(.reviews-section):not(.main-cta):not(.banner-main) {
	overflow: visible !important;
}

/* Logo bez sztucznego kafelka. */
header.main-header-section .logo-column a,
header.main-header-section .logo-column img,
footer.main-footer-section .footer-logo img,
footer .footer-logo img {
	padding: 0 !important;
	background: transparent !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	filter: none !important;
}

header.main-header-section .desktop-nav .logo-column img {
	width: 145px !important;
	max-width: 145px !important;
	height: auto !important;
	position: static !important;
	top: auto !important;
}

header.main-header-section .mobile-nav .logo-column img {
	width: 108px !important;
	max-width: 108px !important;
	height: auto !important;
	position: static !important;
	top: auto !important;
}

/* Pasek kontaktowy nagłówka bez białych kapsuł. */
header.main-header-section .header-top-info .icon-item,
header.main-header-section .header-top-info .icon-img,
header.main-header-section .header-top-info .title {
	width: auto !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	transform: none !important;
}

header.main-header-section .header-top-info .icon-item::before,
header.main-header-section .header-top-info .icon-item::after,
header.main-header-section .header-top-info .icon-img::before,
header.main-header-section .header-top-info .icon-img::after {
	display: none !important;
	content: none !important;
}

header.main-header-section .header-top-info .header-icons {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
	flex-wrap: wrap !important;
	gap: 8px 24px !important;
}

header.main-header-section .header-top-info .icon-item {
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	position: relative !important;
}

header.main-header-section .header-top-info .title,
header.main-header-section .header-top-info a {
	color: #fff !important;
	font-size: 12px !important;
	line-height: 1.35 !important;
	white-space: nowrap !important;
}

/* AOS nie może pozostawić treści niewidocznej przy błędzie JS. */
[data-aos] {
	opacity: 1 !important;
	visibility: visible !important;
}

@media screen and (max-width: 991px) {
	header.main-header-section .header-top-info {
		display: none !important;
	}

	header.main-header-section .header-mobile-row {
		min-height: 74px !important;
		height: 74px !important;
	}
}

/* Dostępność */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 3px solid rgba(227, 29, 36, 0.35) !important;
	outline-offset: 3px !important;
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}