/*!
Theme Name: e-doradcy
Theme URI: http://underscores.me/
Author: hube
Author URI: https://hube.pl/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: e-doradcy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

e-doradcy is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
:root{
	--main-color: #321462;
	--sub-color: #3584BA;
	--purple: #211958;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
	overflow-x: hidden;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
	text-decoration: none;
}

a:visited {
	color: #2daae1;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

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

	/*rtl:ignore*/
	float: left;

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

#post-3 {
    margin: 5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

.site-branding {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: var(--main-color);
    color: white;
}
.site-branding ul.menu {
    display: flex;
    gap: 30px;
    list-style: none;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    margin: 20px;
}
.site-branding ul.menu li a {
    color: white;
    text-decoration: none;
    padding: 5px;
    border-radius: 10px;
    transition: 0.3s;
}
.site-branding ul.menu li:hover a {
	background: white;
	color: var(--main-color);
}

.nav {
    display: inline-flex;
    gap: 5px;
    align-items: center;
}
.nav p {
	font-weight: bolder;
	margin: 10px;
}
.nav.buttons a {
	position: relative;
    overflow: hidden;
    background-color: #49297B;
    color: white;
    padding: 4px 25px;
    border-radius: 5px;
    text-decoration: none;
    margin-right: -10px;
    transition: 0.3s;
}

.nav.buttons a:nth-child(2){
background: #366A80;
background: linear-gradient(90deg, rgba(54, 106, 128, 1) 0%, rgba(79, 39, 142, 1) 100%);
}

.nav.buttons a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.3),
        transparent
    );
    transition: 0.5s;
}

.nav.buttons a:hover::before {
    left: 100%;
}

.front-about-container {
	padding: 20px;
    border-radius: 30px;
    box-shadow: 0px 2px black;
    margin: auto;
    max-width: 450px;
}

.front-about-section p {
    margin: 10px 0;
}

.front-about-section a p {
    padding-top: 15px;
}

.front-about-section h2 {
    margin: 0;
}

.front-about-section svg{
	transition: 0.3s;
}

.front-about-section a:hover svg {
    transform: translateX(180px);
}

.front-about-section:nth-child(1) {
    display: flex;
    gap: 25px;
    margin-bottom: 20px;
}

.front-about-container:nth-child(1){ background: #301D69; background: linear-gradient(90deg, rgba(48, 29, 105, 1) 0%, rgba(74, 49, 140, 1) 100%);}
.front-about-container:nth-child(2){ background: #514BA5; background: linear-gradient(90deg, rgba(81, 75, 165, 1) 0%, rgba(73, 131, 155, 1) 100%);}
.front-about-container:nth-child(3){ background: #366A80; background: linear-gradient(90deg, rgba(54, 106, 128, 1) 0%, rgba(79, 40, 142, 1) 100%);}

.hero-form-container {
    padding: 20px;
}

.front-about-section a p span {
    color: white;
    text-decoration: none;
    font-weight: 700;
}

.hero-finance {
    position: relative;
    background: #345696;
background: radial-gradient(circle,rgba(52, 86, 150, 1) 0%, rgba(49, 20, 98, 1) 0%, rgba(52, 86, 150, 1) 100%);    color: #fff;
    overflow: hidden;
}

.hero-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-text {
    display: flex;
    gap: 10px;
    padding: 15px;
    flex-direction: column;
}

.hero-text h1 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.hero-form-container {
    flex: 0 0 550px;
}

.form-card {
    position: relative;
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    padding-bottom: 5px;
    color: #333;
    box-shadow: 3px 6px 35px rgb(150 94 199);
    z-index: 999;
}

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

.about-intro {
    max-width: 800px;
    margin: 0 auto 60px;
}

.about-intro h2 {
    color: #4b11a3;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
    font-size: 32px;
}

.about-links a {
    color: #2daae1;
    text-decoration: underline;
    font-size: 0.9rem;
    line-height: 1.8;
}

.team-grid {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.team-card {
    max-width: 300px;
    width: 100%;
}

.team-image {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    overflow: visible;
    z-index: 999;
}

.team-image img {
    width: 100%;
    display: block;
}
.name-tag {
    position: absolute;
    top: -46px;
    left: 16px;
    width: 90%;
    background: var(--purple);
    color: #ffffff;
    padding: 10px;
    font-weight: bold;
    font-size: 1.1rem;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.about-links a {
    color: #6537AC;
    font-weight: 600;
}

.about-intro p, .about-links {
    text-align: left;
    font-size: 16px;
}

.section-bik {
	background: #fff;
    padding: 0;
}
.bik-intro-box {
    position: relative;
	background: #431E7B;
	background: linear-gradient(90deg, rgba(67, 30, 123, 1) 0%, rgba(59, 140, 198, 1) 100%);
    padding: 70px 0 70px 0;
    margin-top: 2em;
    color: #fff;
    text-align: center;
}
.bik-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
}
.bik-card {
	position: relative;
    display: flex;
    background: #fff;
    color: #333;
    padding: 30px;
    border-radius: 15px;
    flex: 1;
    max-width: 300px;
    flex-direction: column;
    align-items: center;
}
.bik-card:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 3px;
    background: var(--purple);
    bottom: 0px;
}
.bik-card img { 
	max-height: 150px; 
	margin-bottom: 15px; 
}

.section-faq {
	position: relative;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-faq .container {
    width: 75%;
}

.section-faq h2 {
    color: #4B11A3;
    margin-bottom: 40px;
    text-align: center;
}

.faq-item {
	position: relative;
    border-bottom: 1px solid #4b11a3;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    font-weight: 600;
    user-select: none;
}

.faq-question img {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    width: 15px;
}

.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-content {
    overflow: hidden;
    color: #666;
    line-height: 1.6;
}

.faq-item.active .faq-answer {
    grid-template-rows: 1fr;
}

.faq-item.active .faq-question img {
    transform: rotate(180deg);
}

.faq-item.active .faq-content {
    padding-bottom: 20px;
}
.section-testimonials .intro-title {
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0px;
}
.testimonial-circle {
    width: 300px;
    height: 300px;
    background: #431E7B;
	background: linear-gradient(90deg, rgba(67, 30, 123, 1) 0%, rgba(59, 140, 198, 1) 100%);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 40px;
    text-align: center;
    font-size: 0.85rem;
}

.testimonials-grid {
    display: flex;
    justify-content: center;
    gap: 80px;
    flex-direction: row;
    flex-wrap: wrap;
}
.benefits-grid {
	display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    padding-top: 50px;
}
.benefit-item {
	opacity: 0;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    flex: 1;
    text-align: center;
    font-size: 0.85rem;
    transform: translate(-50px 0px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.hidden {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.show {
  opacity: 1;
  transform: translate(0px, 0px);
}
.benefit-item.show {
  opacity: 1;
}
.section-benefits {
    position: relative;
	background: #431E7B;
	background: linear-gradient(90deg, rgba(67, 30, 123, 1) 0%, rgba(59, 140, 198, 1) 100%);
    padding: 10px 0 10px 0;
    color: #fff;
    text-align: center;
}

.site-footer {
    position: relative;
    background: linear-gradient(90deg, #1a1a4b 0%, #4b11a3 50%, #2daae1 100%);
    color: #ffffff;
    padding: 40px 0 0px 0;
    margin-top: 50px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 20px 100px 20px 100px;
}

.footer-col {
    flex: 1;
    min-width: 200px;
}

.footer-logo {
    max-width: 180px;
    margin-bottom: 15px;
}

.brand-info p {
    font-size: 13px;
    line-height: 1.6;
    opacity: 0.9;
    margin: 0px;
}

.footer-icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    font-size: 18px;
}

.footer-icon-box img {
    width: 20px;
    height: auto;
}

.footer-icon-box a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s;
}

.footer-icon-box a:hover {
    opacity: 0.7;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-around;
    background: white;
    align-items: center;
}

.social-icons {
    display: flex;
    gap: 20px;
}

.social-icons img {
    width: 34px;
    transition: transform 0.3s;
}

.social-icons a:hover img {
    transform: translateY(-3px);
}

.footer-icon-box img {
    filter: invert(1);
}

.bottom-info {
    color: black;
}

.hero-form-container h5 {
    font-size: 17px;
    text-align: center;
}

a.btn-primary, a.btn-simple, a.btn-simple-white, a.phone-btn {
	position: relative;
	z-index: 9999;
    display: block;
    background: var(--purple);
    width: 150px;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    color: white;
    text-decoration: none;
    margin: auto;
	overflow: hidden;
    transition: all 0.4s ease;
}

.phone-btn {
    padding: 12px 0 !important;
    border-radius: 10px !important;
    font-weight: bold;
}
a.phone-btn {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    width: 90% !important;
}
a.btn-primary:hover, a.btn-simple:hover, a.btn-simple-white:hover,  a.phone-btn:hover {
    background: #af77ff;
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(192, 145, 255, 0.4);
}

a.btn-primary::before, a.btn-simple::before, a.btn-simple-white::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        to right, 
        rgba(255,255,255,0) 0%, 
        rgba(255,255,255,0.3) 50%, 
        rgba(255,255,255,0) 100%
    );
    transform: skewX(-25deg);
    transition: none;
}

a.btn-primary:hover::before, a.btn-simple:hover::before, a.btn-simple-white:hover::before {
    left: 150%;
    transition: all 0.6s ease;
}
.faq-question img {
    transition: transform 0.3s ease;
    display: inline-block;
}
.faq-question:hover img {
    animation: arrow-pulse 0.8s infinite ease-in-out;
}
.faq-item.active .faq-question:hover img {
    animation: arrow-pulse-rotated 0.8s infinite ease-in-out;
}
.form-card h3 {
    color: #8e44ad;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 50px;
}

.form-card h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #7d5fff;
}

.form-card .wpcf7 p {
    margin: 0 0 15px 0;
}

.form-card .wpcf7-form-control.wpcf7-text,
.form-card .wpcf7-form-control.wpcf7-textarea {
    width: 100% !important;
    background-color: #f4f4f4;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 12px 15px;
    font-size: 15px;
    color: #333;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.form-card .wpcf7-form-control.wpcf7-text:focus,
.form-card .wpcf7-form-control.wpcf7-textarea:focus {
    background-color: #ffffff;
    border-color: #8e44ad;
    outline: none;
}

.form-card .wpcf7-textarea {
    height: 120px;
    resize: none;
}

.form-card .wpcf7-form-control::placeholder {
    color: #aaa;
    opacity: 1;
}

.form-card .wpcf7-submit {
    background: var(--purple);
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 60px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 1.5px;
    transition: transform 0.2s ease, background 0.3s ease;
    margin-top: 10px;
    width: auto;
    display: inline-block;
}

.form-card .wpcf7-submit:hover {
    background: #a569ff;
    transform: scale(1.05);
}

.wpcf7 .wpcf7-spinner {
    position: absolute;
    bottom: 20px;
}
.intro-title {
    margin-left: 50px;
    color: var(--purple);
}

.about-links a svg {
    margin-right: 15px;
}

.bik-intro-box h3 {
    font-size: 22px;
}

.intro-title p {
    color: black;
    margin: 0px;
    font-size: 20px;
}
.intro-title h2 {
    margin-bottom: 0px;
    font-size: 33px;
}

.hamburger {
    display: none;
    flex-direction: column;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 1001;
}

.hamburger-line {
    width: 25px;
    height: 3px;
    background: white;
    margin: 3px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}


.hamburger.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.hamburger.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.hamburger.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.finance-hero {
    position: relative;
    min-height: 600px;
    background: linear-gradient(135deg, #1a0b2e 0%, #3d2354 50%, #5a4070 100%);
    overflow: hidden;
    padding: 4rem 0;
}

.finance-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url(./assets/ico/hero-front-img.jpg);
    background-position: right;
    background-repeat: no-repeat;
}

.finance-hero__wrapper {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin-left: 5em;
    align-items: center;
}

.finance-hero__text {
    color: #fff;
}

.finance-hero__heading {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 1.5rem 0;
    color: #fff;
}

.finance-hero__desc {
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 2rem 0;
    color: rgba(255, 255, 255, 0.9);
    max-width: 500px;
}

.finance-hero__actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.finance-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.75rem;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
    color: white !important;
}

.finance-btn--outline {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

.finance-btn--outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: white;
}

.finance-btn--filled {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
    border-color: transparent;
    backdrop-filter: blur(10px);
}

.finance-btn--filled:hover {
    background: rgba(255, 255, 255, 0.35);
    transform: translateY(-2px);
}

.finance-btn--filled svg {
    position: absolute;
    top: 17px;
    left: -15px;
    width: 40px;
    height: 40px;
    transition: 0.3s;
}
.finance-btn--filled:hover svg {
    transform: translate(5px, -5px);
}
.finance-btn:hover{
	color: #2daae1;
}

.finance-hero__media {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.finance-hero__media img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.finance-hero__overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #321462 42%, #321462 15%, rgba(61, 35, 84, 0.6) 50%, rgba(61, 35, 84, 0.3) 60%, transparent 100%);
    z-index: 1;
}

/*KONTAKT*/
.contact-section {
    padding: 80px 0;
    background: #fff;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-info h2 {
    color: #4b11a3;
    font-size: 32px;
    margin-bottom: 40px;
}

.contact-item {
    display: flex;
    gap: 20px;
    margin-bottom: 35px;
    padding: 20px;
    border-radius: 15px;
    background: #f9f9f9;
    transition: all 0.3s ease;
}

.contact-item:hover {
    background: linear-gradient(90deg, rgba(67, 30, 123, 0.05) 0%, rgba(59, 140, 198, 0.05) 100%);
    transform: translateX(10px);
}

.contact-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(90deg, #431E7B 0%, #3B8CC6 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon img {
    width: 25px;
    height: 25px;
    filter: brightness(0) invert(1);
}

.contact-details h3 {
    color: #4b11a3;
    font-size: 18px;
    margin: 0 0 10px 0;
}

.contact-details p {
    margin: 5px 0;
    color: #666;
    line-height: 1.6;
}

.contact-details a {
    color: #2daae1;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-details a:hover {
    color: #4b11a3;
}

.contact-form-wrapper {
    display: flex;
    align-items: flex-start;
}

.contact-form-wrapper .form-card {
    width: 100%;
    box-shadow: 0 10px 40px rgba(75, 17, 163, 0.1);
}

@media (max-width: 968px) {
    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .contact-section {
        padding: 40px 20px;
    }
}

/*O-nas*/
.about-story {
    padding: 80px 0;
    background: #fff;
}

.story-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.story-text h2 {
    color: #4b11a3;
    font-size: 36px;
    margin-bottom: 25px;
}

.story-text p {
    color: #666;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 20px;
}

.story-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

.story-image img {
    width: 100%;
    height: auto;
    display: block;
}

.team-section {
    padding: 10px 0;
    background: #f9f9f9;
}

.team-grid {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    margin-top: 50px;
}

.team-card {
    max-width: 350px;
    width: 100%;
    background: white;
    border-radius: 20px;
    overflow: visible;
    padding-bottom: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

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

.team-info {
    padding: 20px 25px;
}

.team-info h3 {
    color: #4b11a3;
    font-size: 18px;
    margin-bottom: 10px;
}

.team-info p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.numbers-section {
    padding: 80px 0;
    background: linear-gradient(90deg, #431E7B 0%, #3B8CC6 100%);
    color: white;
}

.numbers-section .intro-title h2 {
    color: white;
}

.numbers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-top: 50px;
}

.number-item {
    text-align: center;
}

.number {
    font-size: 48px;
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
}

.number-item p {
    font-size: 16px;
    color: rgba(255,255,255,0.9);
}

@media (max-width: 968px) {
    .story-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .numbers-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .about-story, .team-section, .numbers-section {
        padding: 10px 10px;
    }
    
    .story-text h2 {
        font-size: 28px;
    }
    
    .numbers-grid {
        grid-template-columns: 1fr;
    }
    
    .number {
        font-size: 36px;
    }
}

/*kredyty*/
.kredyty-intro {
    padding: 60px 0;
    background: #f9f9f9;
}

.intro-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.intro-content h2 {
    color: #4b11a3;
    font-size: 36px;
    margin-bottom: 20px;
}

.intro-content p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}

.kredyty-types {
    padding: 60px 0;
    background: white;
}

.kredyt-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.kredyt-card:hover {
    box-shadow: 0 15px 50px rgba(75, 17, 163, 0.15);
}

.kredyt-header {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #f0f0f0;
}

.kredyt-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #431E7B 0%, #3B8CC6 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.kredyt-icon img {
    width: 45px;
    height: 45px;
    filter: brightness(0) invert(1);
}

.kredyt-title h2 {
    color: #4b11a3;
    font-size: 32px;
    margin: 0 0 5px 0;
}

.kredyt-subtitle {
    color: #666;
    font-size: 16px;
    margin: 0;
}
.kredyty-types .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.kredyt-description h3 {
    color: #4b11a3;
    font-size: 20px;
    margin: 25px 0 15px 0;
}

.kredyt-description h3:first-child {
    margin-top: 0;
}

.kredyt-description p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}

.kredyt-benefits, .kredyt-docs {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.kredyt-benefits li {
    color: #2daae1;
    padding: 8px 0;
    font-weight: 500;
}

.kredyt-docs li {
    color: #666;
    padding: 5px 0;
}

.kredyt-calculator {
    background: linear-gradient(135deg, #f9f9f9 0%, #f0f0f0 100%);
    border-radius: 15px;
    padding: 25px;
    height: fit-content;
    position: sticky;
    top: 20px;
}

.kredyt-calculator h3 {
    color: #4b11a3;
    font-size: 20px;
    margin: 0 0 20px 0;
    text-align: center;
}

.calc-box {
    background: white;
    border-radius: 12px;
    padding: 20px;
}

.calc-row {
    margin-bottom: 15px;
}

.calc-row label {
    display: block;
    color: #666;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 500;
}

.calc-row input {
    width: 100%;
    padding: 12px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    transition: border-color 0.3s;
}

.calc-row input:focus {
    outline: none;
    border-color: #4b11a3;
}

.btn-calc {
    display: block;
    width: 100%;
    background: linear-gradient(90deg, #431E7B 0%, #3B8CC6 100%);
    color: white;
    padding: 14px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    margin-top: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.btn-calc:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(75, 17, 163, 0.3);
}

.calc-note {
    font-size: 12px;
    color: #999;
    text-align: center;
    margin: 10px 0 0 0;
}

.cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a0b2e 0%, #3d2354 100%);
    color: white;
    text-align: center;
}

.cta-content h2 {
    font-size: 36px;
    margin-bottom: 15px;
    color: white;
}

.cta-content p {
    font-size: 18px;
    margin-bottom: 30px;
    color: rgba(255,255,255,0.9);
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 968px) {
    .kredyt-content {
        grid-template-columns: 1fr;
    }
    
    .kredyt-calculator {
        position: relative;
        top: 0;
    }
    
    .kredyt-card {
        padding: 10px;
    }
    
    .kredyt-header {
        flex-direction: column;
        text-align: center;
    }
    .kredyty-types .container {
    	grid-template-columns: auto;
	}
}
/*Proces*/
.process-intro {
    padding: 60px 0;
    background: #f9f9f9;
}

.intro-box {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.intro-box h2 {
    color: #4b11a3;
    font-size: 36px;
    margin-bottom: 20px;
}

.intro-box p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}

.process-steps {
    padding: 60px 0;
    background: white;
}

.steps-timeline {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.steps-timeline::before {
    content: '';
    position: absolute;
    left: 50px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #431E7B 0%, #3B8CC6 100%);
}

.step-item {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
    position: relative;
}

.step-item:last-child {
    margin-bottom: 0;
}

.step-number {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #431E7B 0%, #3B8CC6 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: bold;
    color: white;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(67, 30, 123, 0.3);
}

.step-content {
    flex: 1;
    background: #f9f9f9;
    border-radius: 20px;
    padding: 30px;
    position: relative;
}

.step-content h3 {
    color: #4b11a3;
    font-size: 26px;
    margin: 0 0 10px 0;
}

.step-subtitle {
    color: #2daae1;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.step-description p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 15px;
}

.step-description ul {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.step-description li {
    color: #666;
    padding: 8px 0 8px 25px;
    position: relative;
}

.step-description li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #2daae1;
    font-weight: bold;
}

.step-action {
    background: white;
    border-left: 4px solid #2daae1;
    padding: 15px 20px;
    margin-top: 20px;
    border-radius: 8px;
}

.step-action strong {
    color: #4b11a3;
    display: block;
    margin-bottom: 8px;
}

.step-action p {
    margin: 0;
    color: #666;
}

.process-timeline-visual {
    padding: 80px 0;
    background: linear-gradient(135deg, #f9f9f9 0%, #f0f0f0 100%);
}

.timeline-bars {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.timeline-bar {
    background: white;
    border-radius: 15px;
    padding: 20px;
    min-width: 150px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    border-top: 4px solid #2daae1;
}

.bar-label {
    color: #4b11a3;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 14px;
}

.bar-time {
    color: #666;
    font-size: 13px;
}

.cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a0b2e 0%, #3d2354 100%);
    color: white;
    text-align: center;
}

.cta-content h2 {
    font-size: 36px;
    margin-bottom: 15px;
    color: white;
}

.cta-content p {
    font-size: 18px;
    margin-bottom: 30px;
    color: rgba(255,255,255,0.9);
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.privacy-policy aside#secondary {
    display: none;
}
@media (max-width: 768px) {
    .steps-timeline::before {
        left: 40px;
    }
    
    .step-item {
        gap: 20px;
    }
    
    .step-number {
        width: 80px;
        height: 80px;
        font-size: 24px;
    }
    
    .step-content {
        padding: 20px;
    }
    
    .step-content h3 {
        font-size: 20px;
    }
    
    .process-intro, .process-steps, .process-timeline-visual {
        padding: 40px 20px;
    }
    
    .intro-box h2, .cta-content h2 {
        font-size: 28px;
    }
    
    .timeline-bars {
        flex-direction: column;
        align-items: stretch;
    }
    
    .timeline-bar {
        min-width: auto;
    }
    
    .cta-buttons {
        flex-direction: column;
    }
    
    .finance-btn {
        width: 100%;
    }
}


@media (max-width: 768px) {
    .kredyty-intro, .kredyty-types, .cta-section {
        padding: 40px 5px;
    }
    
    .intro-content h2, .kredyt-title h2, .cta-content h2 {
        font-size: 28px;
    }
    
    .cta-buttons {
        flex-direction: column;
    }
    
    .finance-btn {
        width: 100%;
    }
}


/* --- RESPONSIVNESS */

@media (max-width: 768px) {
    .form-card {
        padding: 20px;
    }
    .form-card h3 {
        font-size: 18px;
    }
    .form-card .wpcf7-submit {
        width: 100%; 
    }
    .hamburger {
        display: flex;
    }
    
    .main-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 60%;
        max-width: 300px;
        height: 100vh;
        background: var(--main-color);
        box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
        transition: right 0.3s ease;
        z-index: 1000;
        padding: 0rem 0rem 0rem;
        font-size: 20px;
    }
    
    .main-nav.active {
        right: 0;
    }
    
    .menu {
        flex-direction: column !important;
        gap: 1.5rem;
    }
    
    .menu li {
        border-bottom: 1px solid #eee;
        padding-bottom: 1rem;
    }
    
    .buttons {
        margin-top: 1rem;
    }
    
    .buttons a {
        text-align: center;
    }
    
    .main-nav::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        z-index: -1;
    }
    
    .main-nav.active::before {
        opacity: 1;
        pointer-events: auto;
    }
    .site-branding ul.menu li a{
    	font-size: 20px;
    }
    section.hero-finance{
    	padding-top: 2em;
    }
    .nav.buttons a{
    	padding: 8px 30px;
    }
    .finance-hero__overlay{
    	background-position: center;
    }
}

@media (max-width: 992px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0;
    }
    .footer-icon-box {
        justify-content: center;
    }
    .footer-bottom {
        justify-content: center;
    }
    .finance-hero__wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .finance-hero__heading {
        font-size: 2rem;
    }
    
    .finance-hero__media {
        max-width: 500px;
        margin: 0 auto;
    }
        .finance-hero__wrapper {
        margin-left: 2em;
        margin-right: 2em;
    }
}

@media (max-width: 768px) {
    .container {
        width: 100% !important;
        padding: 0 15px;
    }
    .hero-text{
    	transform: translateY(0px);
    	padding: 0px;
    }
    .site-branding{
    	flex-direction: column;
    	align-items: center;
    }
    .hero-content {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        max-width: 100%;
    	padding: 0px;
    }
    
    .hero-text, .hero-form-container {
        width: 100%;
    }

    .hero-logo {
        max-width: 200px;
        margin: 0 auto 20px;
    }

    .team-grid {
        flex-direction: column;
        align-items: center;
        gap: 70px;
    }

    .team-card {
        width: 100%;
        max-width: 350px;
    }

    .bik-grid {
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }

    .bik-card {
        max-width: 100%;
        width: 100%;
    }

    .bik-intro-box {
        padding: 60px 0 80px 0;
    }

    .benefits-grid {
        flex-direction: column;
        gap: 15px;
    }

    .section-faq .container {
        width: 95%;
    }

    .testimonials-grid {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .testimonial-circle {
        width: 280px;
        height: 280px;
        padding: 30px;
        font-size: 0.75rem;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 5px;
        padding-bottom: 10px;
    }

    .footer-icon-box {
        justify-content: center;
    }

    .hero-form-container{
    	padding: 5px;
    	margin-bottom: 30px;
    }
    .hero-text{
    	display: flex;
    	flex-direction: column;
    	align-items: center;
    }
    .form-card{
    	margin:auto;
    }
     .finance-hero {
        min-height: auto;
        padding: 3rem 0;
    }
    
    .finance-hero__wrapper {
    	margin: 10px;
        padding: 0 1.5rem;
        gap: 2rem;
    }
    
    .finance-hero__heading {
        font-size: 1.75rem;
    }
    
    .finance-hero__heading br {
        display: none;
    }
    
    .finance-hero__desc {
        font-size: 0.9rem;
    }
    
    .finance-hero__actions {
        flex-direction: column;
    }
    
    .finance-btn {
        width: 100%;
        justify-content: center;
    }
    .finance-btn--outline{
   	background: rgba(255, 255, 255, 0.25);
    color: #fff;
    border-color: transparent;
    }
    .finance-btn--outline:hover{
   		border-color: #ffffff00;
    	background: rgba(255, 255, 255, 0.35);
    }
    .finance-hero__overlay::after {
    	background: linear-gradient(
        to right,
        #3d2354 0%,
        rgba(61, 35, 84, 0.8) 50%,
        rgba(61, 35, 84, 0.6) 100%
    	);
   	}
}

@media (max-width: 480px) {
    .finance-hero__heading {
        font-size: 1.5rem;
    }
    
    .finance-btn {
        padding: 0.75rem 1.5rem;
        font-size: 0.95rem;
    }
}

.wpcf7-form {
    display: flex;
    flex-direction: column;
}

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea,
.wpcf7-form-control.wpcf7-select,
.wpcf7-form-control.wpcf7-number {
    width: 100% !important;
    max-width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
    font-size: 16px;
    color: #333;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

.wpcf7-form-control.wpcf7-text:focus,
.wpcf7-form-control.wpcf7-textarea:focus {
    border-color: #4b11a3;
    box-shadow: 0 0 5px rgba(75, 17, 163, 0.2);
    outline: none;
    background-color: #fff;
}
.wpcf7 textarea {
  height: 100px;
}

.wpcf7-submit {
    width: 100%;
    background: linear-gradient(90deg, #4b11a3 0%, #2daae1 100%);
    color: #fff;
    padding: 15px;
    border: none;
    border-radius: 30px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin-top: 10px;
}

.wpcf7-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.wpcf7-response-output {
    margin: 15px 0 0 0 !important;
    padding: 10px !important;
    border-radius: 8px !important;
    font-size: 14px;
    text-align: center;
}

@media (max-width: 768px) {
    .form-card {
        padding: 20px;
    }
    
    .form-card h3 {
        font-size: 1.2rem;
        margin-bottom: 15px;
    }
    .section-about{
    	padding: 20px;
    }
    .section-benefits{
    	padding: 50px 0 50px 0;
    }
}
@media (max-width: 480px) {
    h2 { font-size: 1.8rem; }
    h3 { font-size: 1.4rem; }
    
    .testimonial-circle {
        width: 250px;
        height: 250px;
    }
    .nav{
    	gap: 0px;
    	font-size: 11px;
    	padding-bottom: 1em;
	}
	.nav p{
    	margin: 5px;
    }
    .section-faq::after{
    	right: 5%;
    	bottom: 0%;
    }
	.intro-title{
		margin-left: 0px;
	}
	.social-icons{
		gap: 15px;
    	flex-direction: column;
    	width: 40px;
    	margin: 2px
	}
	.bottom-info {
    	font-size: 14px;
	}
}

@keyframes arrow-pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes arrow-pulse-rotated {
    0% {
        transform: rotate(180deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.3);
    }
    100% {
        transform: rotate(180deg) scale(1);
    }
}

