/* ----------------------------------------------------------------------------------------
* Author        : Awaiken
* Template Name : Corprate - Corporate & Consulting Business HTML Template
* File          : CSS File
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */
/* INDEX
----------------------------------------------------------------------------------------
01. Global Variables
02. General css
03. Header css
04. Hero css
05. About Us css
06. Our Services css
07. Scrolling Ticker css
08. Why Choose Us css
09. How We Work css
10. Our Achivements css
11. Our Team css
12. Intro Video css
13. Our Pricing css
14. Our Testimonial css
15. Our Blog css
16. Footer css
17. About Us Page css
18. Page Services css
19. Services Single css
20. Blog Archive css
21. Blog Single css
22. Projects Page css
23. Projects Single css
24. Team Page css
25. Team Single css
26. Image Gallery css
27. Video Gallery css
28. Pricing Page css
29. FAQs Page css
30. Contact Us Page css
31. 404 Error Page css
32. Responsive css
-------------------------------------------------------------------------------------- */

/************************************/
/*** 	 01. Global Variables	  ***/
/************************************/	

:root{
	--primary-color				: #0F2747;
	--secondary-color			: #C7A35D;
	--text-color				: #081421;
	--accent-color				: #C7A35D;
	--accent-secondary-color	: #E4E1DC;
	--white-color				: #FFFFFF;
	--divider-color				: #E4E1DC;
	--dark-divider-color		: #0F274720;
	--error-color				: #0F2747;
	--default-font				: "DM Sans", serif;
	--accent-font				: "Poppins", serif;
}



/************************************/
/*** 	 Milner - btn Price	  ***/
/************************************/
.benefit-services-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Wyśrodkowanie na ekranach */
    gap: 10px;
}




.carousel-control-prev {
  left: 0px; /* Odległość od lewej krawędzi */
}

.carousel-control-next {
  right: 10px; /* Odległość od prawej krawędzi */
}

/* Stylizacja ikon */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 100%, 100%;
  background-repeat: no-repeat;
  background-position: center;
}

/* Zmiana koloru ikon */
.carousel-control-prev-icon {
	background-image: url('data:image/svg+xml;charset=UTF8,%3Csvg xmlns%3D%22http://www.w3.org/2000/svg%22 fill%3D%22%23fff%22 viewBox%3D%220 0 8 8%22%3E%3Cpath d%3D%22M2.5 0L3.5 1 1 3.5 8 3.5V4.5H1L3.5 7 2.5 8 0 4.5%22/%3E%3C/svg%3E');
}

.carousel-control-next-icon {
  background-image: url('data:image/svg+xml;charset=UTF8,%3Csvg xmlns%3D%22http://www.w3.org/2000/svg%22 fill%3D%22%23fff%22 viewBox%3D%220 0 8 8%22%3E%3Cpath d%3D%22M5.5 0L4.5 1 7 3.5 0 3.5V4.5H7L4.5 7 5.5 8 8 4.5%22/%3E%3C/svg%3E');

}

/* Efekt po najechaniu myszką */
.carousel-control-prev:hover,
.carousel-control-next:hover {
  text-decoration: none;
  outline: 0;
}



.pricing-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.pricing-btn {
    margin-top: auto;
}

/************************************/
/*** 	   02. General css		  ***/
/************************************/

body{
	font-family: var(--default-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.1em;
	background-color: var(--white-color);
	color: var(--text-color);
}

p{
	line-height: 1.6em;
	margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-family: var(--accent-font);
	margin :0;
	font-weight: 600;
	line-height: 1.2em;
	color: var(--primary-color);
}

figure{
	margin: 0;
}

img{
	max-width: 100%;
}

a{
	text-decoration: none;
	color: inherit;
}

a.btn-default,
a.btn-secondary{
	color: var(--white-color);
}

.service-entry a:not(.btn-default):not(.btn-secondary),
.service-entry-process a:not(.btn-default):not(.btn-secondary){
	color: var(--accent-color);
	text-decoration: underline;
}
.service-entry a:not(.btn-default):not(.btn-secondary):hover,
.service-entry-process a:not(.btn-default):not(.btn-secondary):hover{
	opacity: 0.8;
}

a:hover{
	text-decoration: none;
	outline: 0;
	color:white;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

html,
body{
	width: 100%;
	overflow-x: clip;
}

.container{
	max-width: 1300px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl{
    padding-right: 15px;
    padding-left: 15px;
}

.image-anime{
	position: relative;
	overflow: hidden;
	
}

.image-anime:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: #ffffff4d;
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal{
	position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.reveal img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.row{
	--primary-color                : #0F2747;
	--secondary-color            : #C7A35D;
	--text-color                : #081421;
	--accent-color                : #C7A35D;
	--accent-secondary-color    : #E4E1DC;
	padding-right: 15px;
	padding-left: 15px;
}

.row.no-gutters{
    margin-right: 0px;
    margin-left: 0px;
}

.row.no-gutters > *{
    padding-right: 0px;
    padding-left: 0px;
}

/* === Premium button: granat treść + szary KWADRAT z prawej (ze strzałką) === */
.btn-default{
	position: relative;
	display: inline-block;
	background-color: var(--primary-color);
	background-image: linear-gradient(var(--secondary-color), var(--secondary-color));
	background-repeat: no-repeat;
	background-size: 52px 100%;        /* szary kwadrat 52px po prawej */
	background-position: right top;
	color: var(--white-color);
	font-size: 16px;
	font-weight: 500;
	line-height: 1em;
	white-space: nowrap;
	border: none;
	padding: 17px 72px 17px 26px;
	transition: background-size 1.1s cubic-bezier(.4, 0, .2, 1),
	            box-shadow 0.4s cubic-bezier(.4, 0, .2, 1),
	            transform 0.4s cubic-bezier(.4, 0, .2, 1);
	overflow: hidden;
	box-shadow: 0 6px 16px rgba(15, 39, 71, 0.25);
	text-decoration: none;
}

.btn-default::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;                       /* wycentrowane w 52px szarym kwadracie */
	transform: translateY(-50%);
	background-image: url('../images/arrow-white.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 22px;
	height: 22px;
	transition: transform 1.1s cubic-bezier(.4, 0, .2, 1);
}

.btn-default:hover{
	background-size: 100% 100%;        /* szary "ładuje się" przez cały button */
	box-shadow: 0 10px 28px rgba(150, 150, 150, 0.32);
	transform: translateY(-1px);
	color: var(--white-color);
}

.btn-default:hover::before{
	transform: translateY(-50%) rotate(45deg);
}

.btn-default:active{
	transform: translateY(0);
}

/* === Secondary button: szare tło + granatowy KWADRAT z prawej (ze strzałką) === */
.btn-secondary{
	position: relative;
	display: inline-block;
	background-color: var(--secondary-color);
	background-image: linear-gradient(var(--primary-color), var(--primary-color));
	background-repeat: no-repeat;
	background-size: 52px 100%;
	background-position: right top;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1em;
	white-space: nowrap;
	border: none;
	padding: 17px 72px 17px 26px;
	transition: background-size 1.1s cubic-bezier(.4, 0, .2, 1),
	            box-shadow 0.4s cubic-bezier(.4, 0, .2, 1),
	            transform 0.4s cubic-bezier(.4, 0, .2, 1);
	overflow: hidden;
	box-shadow: 0 6px 16px rgba(150, 150, 150, 0.22);
	text-decoration: none;
}

.btn-secondary::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background-image: url('../images/arrow-white.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 22px;
	height: 22px;
	transition: transform 1.1s cubic-bezier(.4, 0, .2, 1);
}

.btn-secondary:hover{
	background-size: 100% 100%;
	box-shadow: 0 10px 28px rgba(15, 39, 71, 0.28);
	transform: translateY(-1px);
	color: #ffffff;
}

.btn-secondary:hover::before{
	transform: translateY(-50%) rotate(45deg);
}

.btn-secondary:active{
	transform: translateY(0);
}

/* === Ghost (outline) variant — szary border, granat tekst === */
.btn-ghost{
	position: relative;
	display: inline-block;
	background: transparent;
	color: var(--primary-color);
	font-size: 16px;
	font-weight: 500;
	line-height: 1em;
	border: 1.5px solid var(--secondary-color);
	padding: 15.5px 44px 15.5px 16px;
	transition: all 0.25s ease;
	text-decoration: none;
	overflow: hidden;
}

.btn-ghost::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	background-image: url('../images/arrow-white.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 22px;
	height: 22px;
	filter: invert(22%) sepia(80%) saturate(1500%) hue-rotate(195deg);
	transition: filter 0.25s ease, transform 0.4s ease-in-out;
}

.btn-ghost:hover{
	background: var(--secondary-color);
	border-color: var(--secondary-color);
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(150, 150, 150, 0.25);
}

.btn-ghost:hover::before{
	filter: none;
	transform: translateY(-50%) rotate(45deg);
}

.btn-default::before{
	content: '';
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 16px;
	transform: translateY(-50%);
	background-image: url('../images/arrow-white.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 24px;
	height: 24px;
	transition: all 0.4s ease-in-out;
}

.btn-default:hover::before{
	transform: translateY(-50%) rotate(45deg);
}

.btn-default.btn-highlighted{
    background: var(--white-color);
}

.btn-default.btn-highlighted span{
    color: var(--accent-color);
    -webkit-text-fill-color: var(--accent-color);
    transition: all 0.4s ease-in-out;
}

.btn-default.btn-highlighted:hover span{
    background-position: right center;
}

.btn-default.btn-highlighted::before{
    right: 18px;
    background-image: url('../images/arrow-gradient.svg');
    width: 14px;
    height: 14px;
}

.cb-cursor:before{
	background: var(--accent-color);
}

.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background: var(--accent-color);
	display: flex;
	align-items: center;
	justify-content: center;
}

.loading-container,
.loading{
	height: 100px;
	position: relative;
	width: 100px;
	border-radius: 100%;
}

.loading-container{
	margin: 40px auto;
}

.loading{
	border: 1px solid transparent;
	border-color: transparent var(--white-color) transparent var(--white-color);
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading{
	transition: all 0.5s ease-in-out;
}

#loading-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 66px;
	transform: translate(-50%, -50%);
}

@keyframes rotate-loading{
	0%{
		transform: rotate(0deg);
	}

	100%{
		transform: rotate(360deg);
	}
}

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

.section-row .section-title{
	margin: 0;
}

.section-title-content p{
	margin-bottom: 20px;
}

.section-title-content p:last-child{
	margin-bottom: 0;
}

.section-row .section-btn{
	text-align: end;
}

.section-title{
	position: relative;
	margin-bottom: 40px;
	z-index: 1;
}

.section-title h3{
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 14px;
	font-size: 16px;
    font-weight: 600;
	line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--primary-color);
    padding-left: 18px;
    margin-bottom: 14px;
}

.section-title h3::before{
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: var(--accent-secondary-color);
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.section-title h3::after{
	content: '';
	display: inline-block;
	width: 40px;
	height: 2px;
	background: linear-gradient(to right, var(--accent-secondary-color) 0%, transparent 100%);
}

.section-title h1{
	font-size: 60px;
	margin-bottom: 0;
	cursor: none;
}

.section-title h2{
	font-size: 46px;
	margin-bottom: 0;
	cursor: none;
}

.section-title h2 span{
	background-image: linear-gradient(95deg, var(--accent-color) 0%, var(--accent-color) 60%, var(--accent-secondary-color) 100%);
	background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title p{
	margin-top: 20px;
	margin-bottom: 0;
}

.section-title.dark-section h3,
.section-title.dark-section h1,
.section-title.dark-section h2,
.section-title.dark-section p{
	color: var(--white-color);
}

/* Na ciemnym tle: szary akcent zachowany ale jaśniejszy żeby był widoczny */
.section-title.dark-section h3::after{
	background: linear-gradient(to right, rgba(255,255,255,0.55) 0%, transparent 100%);
}

.section-title.dark-section h2 span{
	background-image: linear-gradient(95deg, #ffffff 0%, #ffffff 60%, rgba(179, 178, 178, 0.95) 100%);
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.help-block.with-errors ul{
	margin: 0;
	text-align: left;
}

.help-block.with-errors ul li{
	color: var(--error-color);
	font-weight: 500;
	font-size: 14px;
}

/************************************/
/**** 	   03. Header css		 ****/
/************************************/

.topbar{
	background: var(--accent-color);
	padding: 12px 0;
}

.topbar-contact-info ul{
	list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.topbar-contact-info ul li a{
    color: var(--white-color);
    display: flex;
    align-items: center;
	transition: all 0.3s ease-in-out;
}

.topbar-contact-info ul li a:hover{
	color: var(--accent-secondary-color);
}

.topbar-contact-info ul li a i{
    font-size: 16px;
	color: inherit;
    margin-right: 8px;
}

.topbar-social-login{
	display: flex;
	justify-content: end;
}

.topbar-login-btn{
	border-right: 1px solid var(--white-color);
	margin-right: 30px;
	padding-right: 30px;
}

.topbar-login-btn ul{
	list-style: none;
    padding: 0;
    margin: 0;
}

.topbar-login-btn ul li{
	position: relative;
    display: inline-block;
    margin-right: 20px;
	color: var(--white-color);
    transition: all 0.3s ease-in-out;
}

.topbar-login-btn ul li:hover{
	color: var(--accent-secondary-color);
}

.topbar-login-btn ul li:last-child{
	margin: 0;
	padding: 0;
}

.topbar-login-btn ul li::before{
	content: '/';
	position: absolute;
	top: 0;
	right: -16px;
	bottom: 0;
	font-size: 16px;
	color: var(--white-color);
}

.topbar-login-btn ul li:last-child:before{
	display: none;
}

.topbar-login-btn ul li a{
	color: inherit;
}

.topbar-social-links{
    text-align: right;
}

.topbar-social-links ul{
    list-style: none;
    line-height: 1em;
    padding: 0;
    margin: 0;
}

.topbar-social-links ul li{
	position: relative;
    display: inline-block;
    margin-right: 15px;
    transition: all 0.3s ease-in-out;
}

.topbar-social-links ul li:last-child{
	margin: 0;
}

.topbar-social-links ul li a{
	display: block;
	color: var(--white-color);
	transition: all 0.3s ease-in-out;
}

.topbar-social-links ul li:hover a{
	color: var(--accent-secondary-color);
}

.topbar-social-links ul li a i{
	font-size: 16px;
    color: inherit;
}

header.main-header{
	position: relative;
	background-color: var(--white-color);
	z-index: 100;
}

header.main-header .header-sticky{
	position: relative;
	top: 0;
	z-index: 100;
}

header.main-header .header-sticky.hide{
	transform: translateY(-100%);
	transition: transform 0.3s ease-in-out;
	border-radius: 0;
}

header.main-header .header-sticky.active{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 0;
    transform: translateY(0);
	background-color: var(--white-color);
	border-bottom: 1px solid var(--divider-color);
}

/* Mobile/Tablet: header always sticky */
@media (max-width: 991px){
	header.main-header{
		position: sticky;
		top: 0;
		z-index: 100;
	}
	header.main-header .header-sticky{
		position: static;
		background-color: var(--white-color);
		box-shadow: 0 2px 12px rgba(15, 39, 71, 0.10);
	}
}

.navbar{
	padding: 25px 0;
	align-items: center;
}

.navbar-brand{
	padding: 0;
	margin: 0;
}

.navbar-brand img{
	max-width: 260px;
	height: auto;
	transition: max-width 0.2s ease;
}

/* Laptop (MacBook Air, ~1280-1440px): mniejsze logo + ciaśniejsze menu */
@media (min-width: 992px) and (max-width: 1399px){
	.navbar-brand img{
		max-width: 200px;
		width: 160px;
	}
	.main-menu ul li a{
		font-size: 14px !important;
		padding: 14px 9px !important;
	}
	.main-menu .nav-menu-wrapper{
		margin: 0 10px;
	}
	.header-btn .btn-default{
		padding: 14px 50px 14px 16px !important;
		font-size: 14px;
	}
}

/* Mniejsze laptopy / starsze 1280px / iPady poziomo */
@media (min-width: 992px) and (max-width: 1199px){
	.navbar-brand img{
		max-width: 136px;
		width: 136px;
	}
	.main-menu ul li a{
		font-size: 13px !important;
		padding: 12px 7px !important;
	}
}

.main-menu .nav-menu-wrapper{
	flex: 1;
	text-align: center;
	margin: 0 20px;
}

.main-menu .nav-menu-wrapper > ul{
	align-items: center;
	display: inline-flex;
}

.main-menu ul li{
	margin: 0;
	position: relative;
}

.main-menu ul li a{
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2em;
	padding: 14px 12px !important;
	color: var(--primary-color);
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
	white-space: nowrap;
}

.main-menu ul li.submenu > a:after{
	content: '\f107';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 14px;
	margin-left: 8px;
	margin-top: 1px;
}

.main-menu ul li a:hover,
.main-menu ul li a:focus{
	color: var(--accent-color);
	opacity: 0.7;
}

.main-menu ul ul{
	visibility: hidden;
	opacity: 0;
	transform: scaleY(0.8);
	transform-origin: top;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 270px;
	border-radius: 0;
	position: absolute;
	left: 0;
	top: 100%;
	background: var(--accent-color);
	transition: all 0.3s ease-in-out;
	text-align: left;
}

.main-menu ul li.submenu:first-child ul{
    width: 270px;
}

.main-menu ul ul ul{
	left: 100%;
	top: 0;
	text-align: left;
}
.main-menu ul li:hover > ul{
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
    padding: 5px 0;
}

.main-menu ul li.submenu ul li.submenu > a:after{
    content: '\f105';
    float: right;
}

.main-menu ul ul li{
	margin: 0;
	padding: 0;
}

.main-menu ul ul li a{
	color: var(--white-color);
	padding: 8px 20px !important;
	transition: all 0.3s ease-in-out;
}

.main-menu ul li:hover > ul{
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
    padding: 5px 0;
}

.main-menu ul ul li a:hover,
.main-menu ul ul li a:focus{
	color: var(--white-color);
	background-color: rgba(255, 255, 255, 0.15);
	padding: 8px 20px 8px 23px !important;
}

.main-menu ul li.highlighted-menu{
    display: none;
}

.responsive-menu,
.navbar-toggle{
	display: none;
}

.responsive-menu{
	top: 0;
	position: relative;
}

.slicknav_btn{
	background: var(--accent-color);
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin: 0;
	border-radius: 0;
}

.slicknav_icon .slicknav_icon-bar{
	display: block;
	width: 100%;
	height: 3px;
	width: 22px;
	background-color: var(--white-color);
	border-radius: 6px;
	margin: 4px auto !important;
	transition: all 0.1s ease-in-out;
}

.slicknav_icon .slicknav_icon-bar:first-child{
	margin-top: 0 !important;
}

.slicknav_icon .slicknav_icon-bar:last-child{
	margin-bottom: 0 !important;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1){
    transform: rotate(-45deg) translate(-5px, 5px);
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2){
    opacity: 0;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3){
    transform: rotate(45deg) translate(-5px, -5px);
}

.slicknav_menu{
	position: absolute;
    width: 100%;
	padding: 0;
	background: var(--accent-color);
}

.slicknav_menu ul{
	margin: 5px 0;
}

.slicknav_menu ul ul{
	margin: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a{
	position: relative;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 8px 20px;
	color: var(--white-color);
	line-height: normal;
	margin: 0;
	border-radius: 0 !important;
	transition: all 0.3s ease-in-out;
}

.slicknav_nav a:hover,
.slicknav_nav a:focus,
.slicknav_nav .slicknav_row:hover{
	background-color: transparent;
	color: var(--primary-color);
}

.slicknav_menu ul ul li a{
    padding: 8px 20px 8px 30px;
}

.slicknav_arrow{
	font-size: 0 !important;
}

.slicknav_arrow:after{
	content: '\f107';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 12px;
	margin-left: 8px;
	color: var(--white-color);
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-out;
}

.slicknav_open > a .slicknav_arrow:after{
    transform: translateY(-50%) rotate(-180deg);
	color: var(--primary-color);
}

/************************************/
/***        04. Hero css	      ***/
/************************************/

.hero{
	position: relative;
	background: url(../images/Hero-bg.webp) no-repeat;
	background-position: center center;
	padding: 120px 0;
}

.hero::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90deg, var(--accent-color) 0%, rgba(15, 39, 71, 0.65) 50%, rgba(15, 39, 71, 0.0) 90%);
	opacity: 82%;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.hero.hero-video .hero-bg-video{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.hero.hero-video::before{
	opacity: 70%;
}

.hero.hero-video .hero-bg-video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero.hero-slider-layout{
	background: none;
	padding: 0;
}

.hero.hero-slider-layout .hero-slide{
	position: relative;
	padding: 120px 0;
}

.hero.hero-slider-layout .hero-slide::before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, var(--accent-color) 0%, rgba(15, 39, 71, 0.65) 50%, rgba(15, 39, 71, 0.0) 90%);
	opacity: 82%;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero.hero-slider-layout .hero-slide .hero-slider-image{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.hero.hero-slider-layout .hero-slide .hero-slider-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero.hero-slider-layout .hero-pagination{
	position: absolute;
    bottom: 50px;
	text-align: left;
	padding-left: calc(((100vw - 1300px) / 2));
	z-index: 2;
}

.hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: var(--white-color);
    opacity: 1;
    transition: all 0.3s ease-in-out;
    margin: 0 5px;
}

.hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet-active{
    background-color: var(--primary-color);
}

.hero-content{
	position: relative;
	z-index: 2;
}

.hero-content .section-title.dark-section h3::before{
	background: var(--white-color);
}

.hero-body{
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.hero-body .video-play-button{
	display: inline-flex;
	align-items: center;
}

.hero-body .video-play-button p{
	font-family: var(--accent-font);
	text-transform: capitalize;
	color: var(--white-color);
	margin: 0;
	transition: all 0.3s ease-in-out;
}

.hero-body .video-play-button:hover p{
	color: var(--primary-color);
}

.hero-body .video-play-button a{
	height: 50px;
	width: 50px;
	border: 2px solid var(--white-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: none;
	margin-right: 10px;
	transition: all 0.3s ease-in-out;
}

.hero-body .video-play-button:hover a{
	border-color: var(--primary-color);
}

.hero-body .video-play-button a img{
	width: 100%;
	max-width: 20px;
	margin-left: 2px;
}

.hero-footer{
	display: inline-block;
	border: 1px solid var(--dark-divider-color);
	padding: 20px 24px;
	margin-top: 55px;
}

.hero-footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 24px;
}

.hero-footer ul li{
	color: var(--white-color);
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 500;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
}

.hero-footer ul li img{
	width: 18px;
	max-width: 18px;
	height: auto;
	margin-right: 8px;
	flex: 0 0 18px;
}

@media (max-width: 991px){
	.hero-footer ul{
		flex-wrap: wrap;
		gap: 14px 28px;
		justify-content: flex-start;
	}
	.hero-footer ul li{ font-size: 15px; }
}

/************************************/
/***       05. About Us css       ***/
/************************************/

.about-us{
	padding: 100px 0;
}

.about-us-images{
    position: relative;
    padding: 20px 240px 165px 30px;
    margin-right: 35px;
}

.about-image-1{
	transform: rotate(0deg);
}

.about-image-1 figure,
.about-image-2 figure{
	display: block;
}

.about-image-1 img,
.about-image-2 img{
	width: 100%;
	aspect-ratio: 1 / 1.162;
	object-fit: cover;
}

.about-image-2{
    position: absolute;
    bottom: 40px;
    right: 50px;
    transform: rotate(0deg);
    width: 100%;
    max-width: 290px;
}

.about-image-circle{
	position: absolute;
	top: 0;
	right: 30px;
}

.about-image-circle a{
	display: block;
    box-shadow: 0px 0px 30px 0px #0000000D;
    border-radius: 50%;
}

.about-image-circle a img{
	width: 100%;
	max-width: 146px;
	animation: infiniterotate 25s infinite linear;
}

@keyframes infiniterotate{
	from{
		transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
	}
}

.about-us-body{
	display: flex;
	gap: 30px 50px;
	flex-wrap: wrap;
}

.about-body-item{
	width: calc(50% - 25px);
	display: flex;
	align-items: center;
}

.about-body-item .icon-box{
	margin-right: 20px;
}

.about-body-item .icon-box img{
	width: 100%;
	max-width: 50px;
}

.about-body-item-content{
	width: calc(100% - 70px);
}

.about-body-item-content h3{
	font-size: 16px;
	line-height: 1.5em;
	text-transform: capitalize;
}

.about-us-footer{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
	border-top: 1px solid var(--divider-color);
	margin-top: 40px;
	padding-top: 40px;
}

.about-us-footer-counter{
	width: calc(27% - 20px);
}

.about-us-footer-counter h2{
	font-size: 80px;
	font-weight: 700;
	line-height: 1em;
	background-image: linear-gradient(90deg, var(--accent-color) 0%, rgba(15, 39, 71, 0.75) 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-us-footer-content{
	width: calc(45% - 20px);
}

.about-us-footer-content h3{
	font-size: 18px;
	line-height: 1.5em;
}

.about-us-footer-button{
	width: calc(28% - 20px);
	text-align: end;
}

/************************************/
/***      06. Our Services css    ***/
/************************************/

.our-services{
	background-color: var(--white-color);
	padding: 100px 0;
}

.service-item-list{
	display: flex;
	flex-wrap: wrap;
	border-left: 1px solid var(--dark-divider-color);
}

.service-item{
	position: relative;
	width: calc(100% / var(--services-columns, 4));
	border: 1px solid var(--dark-divider-color);
	border-top-width: 0;
	border-left-width: 0;
}

.service-item:nth-of-type(-n + 4){
	border-top-width: 1px;
}

.service-image a,
.service-image a figure{
	position: relative;
	display: block;
	cursor: none;
}

.service-image a::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(360deg, #0F2747cc 0%, rgba(15, 39, 71, 0) 50%);
	height: 100%;
	width: 100%;
	z-index: 1;
}

.service-image a figure::before{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0.07deg, rgba(15, 39, 71, 0.8) 0.06%, rgba(0, 0, 0, 0.8) 99.94%);
    height: 0;
    width: 100%;
	transition: all 0.4s ease-in-out;
    z-index: 1;
}

.service-item.active .service-image a figure::before,
.service-item:hover .service-image a figure::before{
    height: 100%;
}

.service-image img{
	width: 100%;
	aspect-ratio: 1 / 1.34;
	object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.service-item.active .service-image img,
.service-item:hover .service-image img{
	transform: scale(1.05);
}

.service-content{
	position: absolute;
	right: 40px;
	left: 40px;
	bottom: 40px;
    transform: translateY(50px);
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.service-item.active .service-content,
.service-item:hover .service-content{
    transform: translateY(0);
}

.service-title img{
	width: 100%;
	max-width: 55px;
	margin-bottom: 25px;
}

.service-title h3{
	font-size: 18px;
	line-height: 1.25;
	color: var(--white-color);
	text-transform: capitalize;
	hyphens: auto;
	-webkit-hyphens: auto;
	overflow-wrap: break-word;
	word-break: break-word;
}

.service-title h3 a{
	color: inherit;
}

.service-body{
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
}

.service-item.active .service-body,
.service-item:hover .service-body{
	opacity: 1;
	visibility: visible;
	margin-top: 15px;
}

.service-body p{
	color: var(--white-color);
	margin-bottom: 0;
}

.contact-us-now-text{
	text-align: center;
	margin-top: 60px;
}

.contact-us-now-text p{
	margin-bottom: 0;
}

.contact-us-now-text p i{
	font-size: 18px;
	color: inherit;
	margin-right: 5px;
}

.contact-us-now-text p a{
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: underline;
	text-underline-offset: 2px;
	color: var(--primary-color);
	transition: all 0.3s ease-in-out;
}

.contact-us-now-text p a:hover{
	color: var(--accent-secondary-color);
}

/************************************/
/***   07. Scrolling Ticker css   ***/
/************************************/

.scrolling-ticker{
	padding: 100px 0 50px;
}

.scrolling-ticker-box{
	--gap: 40px;
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: var(--gap);
	align-items: center;
	z-index: 1;
}

.scrolling-content{
	flex-shrink: 0;
	display: flex;
	gap: var(--gap);
	min-width: 100%;
	animation: scroll 80s linear infinite;
}

@keyframes scroll{
	from{
		transform: translateX(0);
	}

	to{
		transform: translateX(calc(-100% - var(--gap)));
	}
}

.scrolling-ticker-box .scrolling-content span{
	display: flex;
	align-items: center;
	text-transform: capitalize;
	font-family: var(--accent-font);
	font-size: 100px;
	line-height: 1.3em;
	font-weight: 700;
	color: var(--white-color);
	letter-spacing: 0.02em;
    background: -webkit-var(--accent-color);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-stroke: 4px transparent;
}

.scrolling-ticker-box .scrolling-content span img{
	width: 45px;
	margin-right: 40px;
}

/************************************/
/***     08. Why Choose Us css    ***/
/************************************/

.why-choose-us{
	padding: 50px 0 100px;
}

.why-choose-list ul{
	list-style: disc;
	margin: 0;
	padding-left: 20px;
}

.why-choose-list ul li{
	color: var(--primary-color);
	text-transform: capitalize;
	line-height: normal;
	margin-bottom: 15px;
}

.why-choose-list ul li::marker{
	font-size: 18px;
	color: var(--accent-secondary-color);
}

.why-choose-list ul li:last-child{
	margin-bottom: 0;
}

.why-choose-btn{
	margin-top: 40px;
}

.why-choose-image{
	margin: 0 17px;
}

.why-choose-image figure{
	display: block;
}

.why-choose-image img{
	width: 100%;
	aspect-ratio: 1 / 1.416;
	object-fit: contain;
}

.why-choose-author-info,
.why-choose-author-skillbar{
	margin-bottom: 60px;
}

.why-choose-author-info h3{
	font-size: 20px;
	line-height: 1.4em;
	margin-bottom: 30px;
}

.why-choose-author-info p:last-child{
	margin-bottom: 0;
}

.skills-progress-bar{
	margin-bottom: 30px;
}

.skills-progress-bar:last-child{
	margin-bottom: 0;
}

.skills-progress-bar .skillbar .skill-data{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.skills-progress-bar .skill-data .skill-title{
	text-transform: capitalize;
}

.skills-progress-bar .skill-data .skill-no{
	color: var(--primary-color);
	margin-left: 20px;
}

.skills-progress-bar .skillbar .skill-progress{
	width: 100%;
	height: 8px;
	background: var(--divider-color);
	position: relative;
}

.skills-progress-bar .skill-progress .count-bar{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: var(--accent-color);
}

.why-choose-author-box{
	display: flex;
	align-items: center;
}

.why-choose-author-image{
	margin-right: 15px;
}

.why-choose-author-image figure{
	display: block;
	border-radius: 50%;
}

.why-choose-author-image img{
	width: 100%;
	max-width: 70px;
	border-radius: 50%;
}

.why-choose-author-content{
	margin-right: 30px;
}

.why-choose-author-content h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.why-choose-author-content p{
	margin-bottom: 0;
}

.why-choose-author-signature img{
	width: 100%;
	max-width: 56px;
}

/************************************/
/***      09. How We Work css     ***/
/************************************/

.how-we-work{
	background: url(../images/how-we-work-bg-image.png) ,var(--primary-color);
	background-repeat: repeat-y;
	background-position: left top;
	background-size: auto;
	padding: 100px 0;
}

.work-counter-list{
	display: flex;
	flex-wrap: wrap;
	gap: 40px 100px;
	border-bottom: 1px solid var(--dark-divider-color);
	margin-bottom: 60px;
	padding-bottom: 60px;
}

.work-counter-list-item{
	width: calc(25% - 75px);
}

.work-counter-item-header{
	display: flex;
	margin-bottom: 30px;
}

.work-counter-item-header .icon-box{
	margin-right: 20px;
}

.work-counter-item-header .icon-box img{
	width: 100%;
	max-width: 50px;
	transition: all 0.4s ease-in-out;
}

.work-counter-list-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.work-counter-item-no h2{
	font-size: 46px;
	color: var(--white-color);
}

.work-counter-item-content p{
	color: var(--white-color);
	margin-bottom: 0;
}

.work-step-item{
	display: flex;
	border-bottom: 1px solid var(--dark-divider-color);
	margin-bottom: 30px;
    padding-bottom: 30px;
}

.work-step-item:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.work-step-item .icon-box{
	margin-right: 20px;
}

.work-step-item .icon-box img{
	max-width: 50px;
	transition: all 0.4s ease-in-out;
}

.work-step-item:hover .icon-box img{
	filter: brightness(0) invert(1);
    transform: rotateY(180deg);
}

.work-step-content{
	width: calc(100% - 70px);
}

.work-step-content h3{
	font-family: var(--default-font);
	font-size: 16px;
	font-weight: 500;
	color: var(--white-color);
	margin-bottom: 10px;
}

.work-step-content h2{
	font-size: 20px;
	color: var(--white-color);
	margin-bottom: 15px;
}

.work-step-content p{
	color: var(--white-color);
	margin-bottom: 0;
}

.how-work-image figure{
	display: block;
}

.how-work-image img{
	width: 100%;
	aspect-ratio: 1 / 1.078;
	object-fit: cover;
}

/************************************/
/***   10. Our Achivements css    ***/
/************************************/

.our-achivements{
	padding: 100px 0;
}

.achivement-image{
	margin-right: 20px;
}

.achivement-image figure{
	display: block;
}

.achivement-image img{
	width: 100%;
	aspect-ratio: 1 / 0.884;
	object-fit: cover;
}

.faq-accordion .accordion-item{
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.faq-accordion .accordion-item:last-child{
    margin-bottom: 0;
	padding-bottom: 0;
    border-bottom: none;
}

.faq-accordion .accordion-header .accordion-button{
    font-size: 20px;
	font-weight: 600;
    line-height: 1.4em;
	text-transform: none;
    color: var(--primary-color);
    padding-right: 40px;
    transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-button:not(.collapsed){
    margin-bottom: 15px;
}

.faq-accordion .accordion-item .accordion-button::after,
.faq-accordion .accordion-item .accordion-button.collapsed::after{
    display: none;
}

.faq-accordion .accordion-button:not(.collapsed)::after{
    display: none;
}

.accordion-item .accordion-body{
	padding-right: 35px;
}

.accordion-item .accordion-body p{
    margin-bottom: 15px;
}

.accordion-item .accordion-body p:last-child{
    margin-bottom: 0;
}

/************************************/
/***       11. Our Team css       ***/
/************************************/

.our-team{
	background: var(--white-color);
	padding: 100px 0;
}

.our-company-slider{
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 60px;
	padding-bottom: 60px;
}

.our-company-slider .company-logo{
	text-align: center;
}

.our-company-slider .company-logo img{
	width: 100%;
	max-height: 36px;
}

.team-contact-circle{
	text-align: end;
}

.team-contact-circle a{
	display: inline-block;
}

.team-contact-circle a img{
	width: 1000%;
	max-width: 125px;
	animation: infiniterotate 30s infinite linear;
}

.team-item{
	position: relative;
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.team-image a,
.team-image a figure,
.team-image figure{
	display: block;
	cursor: pointer;
	overflow: hidden;
	margin: 0;
}

.team-image img,
.team-image a img,
.team-image figure img{
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1.205;
	object-fit: cover;
	object-position: center top;
	display: block;
	transition: transform 0.4s ease-in-out;
}

.team-item:hover .team-image img,
.team-item:hover .team-image a img{
	transform: scale(1.05);
}

.team-body{
	position: absolute;
	bottom: 25px;
	left: 80px;
	right: 0;
	display: flex;
	align-items: center;
	background: var(--white-color);
	padding: 20px 25px;
	z-index: 1;
}

.team-body::before{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--accent-color);
    height: 0;
    width: 100%;
	transition: all 0.4s ease-in-out;
}

.team-item:hover .team-body::before{
    height: 100%;
}

.team-content{
	position: relative;
	width: calc(100% - 60px);
	z-index: 1;
}

.team-content h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 10px;
	transition: all 0.4s ease-in-out;
}

.team-content h3 a{
	color: inherit;
}

.team-content p{
	text-transform: capitalize;
	margin-bottom: 0;
	transition: all 0.4s ease-in-out;
}

.team-item:hover .team-content h3,
.team-item:hover .team-content p{
	color: var(--white-color);
}

.team-social-list{
	position: relative;
	margin-left: 20px;
	z-index: 1;
}

.team-social-link{
    position: relative;
    z-index: 1;
}

.team-social-link a,
.team-social-icon ul li a{
	width: 40px;
	height: 40px;
	background-color: var(--secondary-color);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease-in-out;
}

.team-social-link i,
.team-social-icon ul li a i{
	font-size: 20px;
	color: var(--primary-color);
	transition: all 0.4s ease-in-out;
}

.team-social-icon{
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translateY(0);
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
}

.team-item:hover .team-social-icon{
	opacity: 1;
	visibility: visible;
	transform: translateY(-40px);
}

.team-social-icon ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.team-social-icon ul li a:hover{
	background: var(--primary-color);
}

.team-social-icon ul li a:hover i{
	color: var(--white-color);
}

.contact-us-now-text.team-footer{
	margin-top: 30px;
}

/************************************/
/***      12. Intro Video css     ***/
/************************************/

.intro-video{
	position: relative;
	padding: 200px 0;
	background: url('../images/intro-video-bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}

.intro-video::before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(15, 39, 71, 0.7) 0%, rgba(199, 163, 93, 0.7) 100%);
    width: 100%;
    height: 100%;
}

.intro-video-play-button{
	position: relative;
	text-align: center;
	z-index: 1;
}

.intro-video-play-button a{
	position: relative;
	background: var(--accent-color);
	background-size: 200% auto;
	border-radius: 100%;
	width: 80px;
	height: 80px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: none;
	transition: all 0.4s ease-in-out;
}

.intro-video-play-button a:hover{
	background-position: right center;
}

.intro-video-play-button a:before{
	content: '';
	position: absolute;
	top: -30%;
	left: -30%;
	width: 160%;
	height: 160%;
	border: 50px solid var(--divider-color);
	border-radius: 50%;
	transform: scale(0.6);
	z-index: -1;
	animation: border-zooming 1.2s infinite linear;
}

.intro-video-play-button a:after{
	content: '';
	position: absolute;
	top: -30%;
	left: -30%;
	width: 160%;
	height: 160%;
	border: 50px solid var(--divider-color);
	border-radius: 50%;
	transform: scale(0.6);
	z-index: -1;
	animation: border-zooming 1.2s infinite linear;
	animation-delay: .3s;
}

@keyframes border-zooming{
	100%{
		transform: scale(1);
		opacity: 0;
	}
}

.intro-video-play-button a i{
	font-size: 34px;
	color: var(--white-color);
	margin-left: 3px;
}

/************************************/
/***      13. Our Pricing css     ***/
/************************************/

.our-pricing{
	padding: 100px 0;
}

.our-pricing-swich{
	display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
	padding: 0;
    margin-bottom: 60px;
}

.our-pricing-swich .form-check-label{
	color: var(--primary-color);
	font-size: 18px;
	font-weight: 500;
}

.our-pricing-swich.form-switch .form-check-input{
	width: 75px;
    height: 40px;
    --bs-form-check-bg: var(--accent-color);
	--bs-form-switch-bg: url(../images/pricing-swich-circle.svg);
	background-size: 28px auto;
	background-position: left 5px center;
	border-radius: 100px;
	border: none;
	outline: none;
	box-shadow: none;
    margin: 0;
	transition: all 0.3s ease-in-out;
}

.form-switch .form-check-input:checked{
	background-color: var(--accent-secondary-color);
	background-position: right 5px center;
}

.pricing-item{
	background: var(--secondary-color);
	height: calc(100% - 30px);
	padding: 40px;
	margin-bottom: 30px;
}

.pricing-header{
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.pricing-header h2{
	font-size: 46px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.pricing-header h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.pricing-header ul{
	list-style: disc;
	text-transform: none;
	margin: 0;
	padding-left: 20px;
}

.pricing-header ul li{
	line-height: normal;
	text-transform: none;
	margin-bottom: 10px;
}

.pricing-header ul li::marker{
	font-size: 18px;
	color: var(--accent-secondary-color);
}

.pricing-header ul li:last-child{
	margin-bottom: 0;
}

.pricing-body{
	margin-bottom: 30px;
}

.pricing-body h2{
	font-size: 46px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.pricing-body p{
	text-transform: none;
	margin-bottom: 0;
}

.pricing-btn .btn-default{
	display: block;
	text-align: center;
	padding: 17px;
}

.pricing-btn .btn-default::before{
	display: none;
}

.pricing-item.highlighted-box{
	background: var(--accent-color)
}

.pricing-item.highlighted-box .pricing-header h2,
.pricing-item.highlighted-box .pricing-header h3,
.pricing-item.highlighted-box .pricing-header ul li,
.pricing-item.highlighted-box .pricing-header ul li::marker,
.pricing-item.highlighted-box .pricing-body h2,
.pricing-item.highlighted-box .pricing-body p{
	color: var(--white-color);
}

.pricing-item.highlighted-box .pricing-btn .btn-default{
	background: var(--white-color);
	color: var(--primary-color);
}

.pricing-item.highlighted-box .pricing-btn .btn-default:hover{
	background: var(--primary-color);
	color: var(--white-color);
}

.pricing-benefit-list{
	margin-top: 30px;
}

.pricing-benefit-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 15px 50px;
}

.pricing-benefit-list ul li{
	display: flex;
	align-items: center;
	color: var(--primary-color);
}

.pricing-benefit-list ul li img{
	max-width: 20px;
	margin-right: 15px;
}

/************************************/
/***    14. Our Testimonial css   ***/
/************************************/

.our-testimonial{
	background-repeat: repeat-x;
	padding: 80px 0 100px;
}

@keyframes testimonialbgmove{
	from{
		background-position: left center;
	}
	to{
		background-position: left 100vw center;
	}
}

.testimonial-title-box{
	position: sticky;
	top: 30px;
}

.testimonial-title-box .section-title{
	margin: 0;
}

.testimonial-content-box{
    margin-left: 95px;
}

.client-content-box{
	display: flex;
	align-items: center;
	margin-bottom: 0px;
}

.client-logo{
	border-right: 1px solid var(--divider-color);
	margin-right: 30px;
	padding-right: 30px;
}

.client-logo img{
	width: 100%;
	max-width: 105px;
}

.client-review-box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.satisfy-client-image{
    display: inline-block;
    margin-left: -14px;
    overflow: hidden;
}

.satisfy-client-image:first-child{
    margin: 0;
}

.satisfy-client-image figure{
	display: block;
	border: 1px solid var(--secondary-color);
    border-radius: 50%;
}

.satisfy-client-image img{
	width: 100%;
	max-width: 40px;
	border-radius: 50%;
}

.client-review-content h3{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
}

.client-review-content h3 i{
	background: var(--accent-color);
	background-clip: text;
    -webkit-text-fill-color: transparent;
}

.client-review-content p{
	margin-bottom: 0;
}

.testimonial-slider .swiper-wrapper{
	cursor: none;
}

.testimonial-company-logo{
	margin-bottom: 30px;
}

.testimonial-company-logo img{
	width: 100%;
	max-width: 120px;
}

.testimonial-content{
	margin-bottom: 40px;
}

.testimonial-content p{
	font-size: 18px;
	font-weight: 500;
	color: var(--primary-color);
	margin-bottom: 0;
}

.testimonial-body{
	display: flex;
	align-items: center;
	padding-right: 50px;
}

.author-image{
	margin-right: 15px;
}

.author-image figure{
	display: block;
	border-radius: 50%;
}

.author-image img{
	max-width: 70px;
	border-radius: 50%;
}

.author-content{
	width: calc(100% - 85px);
}

.author-content h3{
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.author-content p{
	text-transform: capitalize;
	margin: 0;
}

.testimonial-pagination{
	position: absolute;
	bottom: 25px;
    right: 0;
	top: auto;
    left: auto;
    width: auto;
	font-size: 22px;
	z-index: 1;
}

.testimonial-pagination span{
	font-size: 20px;
	font-weight: 600;
}

.swiper-pagination-current{
	color: var(--primary-color);
}

.our-facility{
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	border-top: 1px solid var(--divider-color);
	margin-top: 60px;
	padding-top: 60px;
}

.facility-item{
	width: calc(16.66% - 33.33px);
}

.facility-item .icon-box{
	margin-bottom: 30px;
}

.facility-item .icon-box img{
	width: 100%;
	max-width: 50px;
}

.facility-item-content h3{
	font-size: 20px;
	text-transform: capitalize;
}

/************************************/
/***       15. Our Blog css       ***/
/************************************/

.our-blog{
    padding: 100px 0 70px;
}

.blog-item{
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.post-featured-image{
	margin-bottom: 20px;
}

.post-featured-image a{
	cursor: none;
	display: block;
	overflow: hidden;
}

.post-featured-image a figure{
    display: block;
}

.post-featured-image img{
	width: 100%;
	aspect-ratio: 1 / 0.77;
	object-fit: cover;
	transition: all 0.5s ease-in-out;
}

.blog-item:hover .post-featured-image img{
	transform: scale(1.1);
}

.post-item-content{
	margin-bottom: 25px;
}

.post-item-content h3{
	font-size: 20px;
	font-weight: 600;
    line-height: 1.5em;
	margin-bottom: 10px;
}

.post-item-content h3 a{
	color: inherit;
}

.post-item-content p{
	margin: 0;
}

/************************************/
/***        16. Footer css	      ***/
/************************************/

.main-footer{
    background: linear-gradient(135deg, #0F2747 0%, #081421 100%);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto;
    padding: 100px 0 0;
}

.about-footer{
    width: 100%;
    max-width: 475px;
}

.about-footer p{
    font-size: 20px;
    color: var(--white-color);
    margin-bottom: 60px;
}

.about-footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-footer ul li{
	position: relative;
    display: inline-block;
    margin-right: 20px;
    transition: all 0.3s ease-in-out;
}

.about-footer ul li:last-child{
	margin: 0;
}

.about-footer ul li a{
	display: block;
	color: var(--white-color);
	transition: all 0.3s ease-in-out;
}

.about-footer ul li:hover a{
	color: var(--accent-secondary-color);
}

.about-footer ul li a i{
	font-size: 20px;
    color: inherit;
}

.footer-links{
    padding-left: 10px;
}

.footer-links h3{
	font-size: 20px;
    color: var(--white-color);
	text-transform: capitalize;
	margin-bottom: 30px;
}

.footer-links ul li a{
    hyphens: manual;
    -webkit-hyphens: manual;
    overflow-wrap: normal;
    word-break: normal;
    white-space: nowrap;
}

@media (max-width: 768px){
    .footer-links{
        transform: none;
        padding-right: 0;
    }
    .main-footer .container{
        padding-right: 64px; /* miejsce dla floating social icons */
    }
    .footer-links ul li a{
        font-size: 14px;
    }
}

.footer-links ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-links ul li{
	text-transform: capitalize;
    color: var(--white-color);
	line-height: normal;
	margin-bottom: 12px;
	transition: all 0.3s ease-in-out;
}

.footer-links ul li:hover{
	color: var(--accent-secondary-color);
}

.footer-links ul li:last-child{
	margin-bottom: 0;
}

.footer-links ul li a{
	color: inherit;
}

.footer-privacy-policy{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    border-top: 1px solid #C7A35D;
    margin-top: 60px;
    padding-top: 20px;
}

.footer-logo img{
    width: 100%;
    max-width: 200px;
}

.privacy-policy-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

.privacy-policy-list ul li{
	display: inline-block;
	text-transform: capitalize;
	line-height: normal;
	color: var(--white-color);
    border-right: 1px solid var(--dark-divider-color);
    padding-right: 30px;
	margin-right: 30px;
	transition: all 0.3s ease-in-out;
}

.privacy-policy-list ul li:hover{
    color: var(--accent-secondary-color);
}

.privacy-policy-list ul li:last-child{
    border-right: none;
    padding-right: 0;
	margin-right: 0;
}

.privacy-policy-list ul li a{
    color: inherit;
}

.footer-copyright{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    border-top: 1px solid #C7A35D;
    margin-top: 20px;
    padding: 50px 0;
}

.footer-copyright-text p{
    color: var(--secondary-color);
    margin-bottom: 0;
}

.footer-copyright-text a{
    color: var(--secondary-color);
    transition: color 0.2s ease;
}

.footer-copyright-text a:hover{
    color: var(--white-color);
}

.footer-go-to-top-btn a{
    text-transform: capitalize;
    color: var(--white-color);
    transition: all 0.3s ease-in-out;
}

.footer-go-to-top-btn a:hover{
    color: var(--accent-secondary-color);
}

.footer-go-to-top-btn a i{
    margin-left: 10px;
    font-size: 20px;
    color: inherit;
    animation: gotoparrowmove 1s infinite linear alternate;
}

@keyframes gotoparrowmove{
    0%{
		transform: translateY(3px);
    }
    100%{
        transform: translateY(-3px);
    }
}

/************************************/
/***     17. About Us Page css	  ***/
/************************************/

.page-header{
	position: relative;
	background: linear-gradient(135deg, #0F2747 0%, #0B1E38 40%, #081421 100%);
	padding: 120px 0;
	overflow: hidden;
}

.page-header::before{
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 50%, rgba(255,255,255,0.06) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(179,178,178,0.08) 0%, transparent 40%);
    pointer-events: none;
    z-index: 0;
}


.page-header-box{
	position: relative;
	z-index: 1;
}

.page-header-box h1{
	display: inline-block;
    color: var(--white-color);
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 15px;
    cursor: none;
}

.page-header-box ol{
	margin: 0;
	padding: 0;
}

.page-header-box ol li.breadcrumb-item{
    font-weight: 500;
	text-transform: capitalize;
	line-height: normal;
	color: var(--white-color);
}

.page-header-box ol li.breadcrumb-item a{
    color: inherit;
}

.page-header-box ol li.breadcrumb-item.active{
	color: var(--white-color);
}

.page-header-box ol .breadcrumb-item+.breadcrumb-item::before{
	content: "\f111";
    font-family: "FontAwesome";
	font-size: 6px;
    color: var(--white-color);
	margin-top: 8px;
}

.our-approach{
    background-color: var(--white-color);
    padding: 100px 0;
}

.our-approach-image{
    position: relative;
    margin-left: 40px;
    padding-left: 170px;
}

.our-approach-image-1 figure,
.our-approach-image-2 figure{
    display: block;
}

.our-approach-image-1 img{
    width: 100%;
    aspect-ratio: 1 / 1.581;
    object-fit: cover;
}

.our-approach-image-2{
    max-width: 305px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.our-approach-image-2 figure img{
    width: 100%;
    aspect-ratio: 1 / 1.42;
    object-fit: cover;
    border: 10px solid var(--white-color);
}

.our-approach-circle{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50% , -50%);
}

.our-approach-circle img{
    width: 100%;
    max-width: 146px;
    animation: infiniterotate 25s infinite linear;
}

.what-we-do{
    padding: 100px 0;
}

.what-we-do-image{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-right: 20px;
}

.what-we-do-img-1,
.what-we-do-img-2{
    width: calc(50% - 15px);
}

.what-we-do-img-1 figure,
.what-we-do-img-2 figure,
.what-we-do-img-3 figure{
    display: block;
}

.what-we-do-img-1 img,
.what-we-do-img-2 img{
    width: 100%;
    aspect-ratio: 1 / 0.853;
    object-fit: cover;
}

.what-we-do-image-box{
    width: 100%;
    position: relative;
    text-align: right;
    padding-left: 60px;
}

.what-we-do-img-3 img{
    width: 100%;
    aspect-ratio: 1 / 0.46;
    object-fit: cover;
}

.what-we-do-circle{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.what-we-do-circle img{
    width: 100%;
    max-width: 122px;
    animation: infiniterotate 25s infinite linear;
}

.what-we-do-body{
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.what-we-do-body ul{
	list-style: none;
	margin: 0;
	padding: 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.what-we-do-body ul li{
	position: relative;
    width: calc(50% - 10px);
	color: var(--primary-color);
	text-transform: capitalize;
	line-height: normal;
    padding-left: 20px;
}

.what-we-do-body ul li::before{
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
	transform: translateY(-50%);
    background-color: var(--accent-secondary-color);
    border-radius: 50%;
    height: 6px;
    width: 6px;
}

.what-we-list{
	display: flex;
	gap: 30px 50px;
	flex-wrap: wrap;
}

.what-we-item{
	width: calc(50% - 25px);
	display: flex;
	align-items: center;
}

.what-we-item .icon-box{
	margin-right: 20px;
}

.what-we-item .icon-box img{
	width: 100%;
	max-width: 50px;
}

.what-we-item-content{
	width: calc(100% - 70px);
}

.what-we-item-content h3{
	font-size: 16px;
    line-height: 1.5em;
	text-transform: capitalize;
}

.our-benefit{
    padding: 100px 0;
}

.our-benefit-header-mobile{
    display: none;
}

.our-benefit-content{
    position: sticky;
    top: 30px;
}

.our-benefit-list{
    display: flex;
    flex-wrap: wrap;
    gap: 40px 30px;
}

.benefit-item{
    width: calc(50% - 15px);
}

.benefit-item .icon-box{
    margin-bottom: 20px;
}

.benefit-item .icon-box img{
    width: 100%;
    max-width: 50px;
}

.benefit-item-content h3{
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.benefit-item-content p{
    margin: 0;
}

.benefit-footer{
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0;
    margin-top: 60px;
}

.benefit-footer .benefit-footer-content{
    background-color: var(--white-color);
    padding: 12px 20px;
}

.benefit-footer-content p{
    text-transform: none;
    margin: 0;
}

.our-opportunities{
    position: relative;
    background: url('../images/our-opportunities-bg.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 60px;
    padding: 100px 0 0;
}

.our-opportunities:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--primary-color);
    opacity: 75%;
    z-index: 0;
}

.our-opportunities-box{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px 60px;
    margin-bottom: -60px;
    z-index: 1;
}

.opportunities-image{
    width: calc(50% - 30px);
}

.opportunities-image figure{
    display: block;
}

.opportunities-image img{
    width: 100%;
    aspect-ratio: 1 / 1.048;
    object-fit: cover;
}

.opportunities-content{
    position: relative;
    width: calc(50% - 30px);
    z-index: 1;
}

.opportunities-content .section-title{
    border-bottom: 1px solid var(--dark-divider-color);
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.opportunities-body{
    margin-bottom: 70px;
}

.opportunities-body ul{
	list-style: none;
	margin: 0;
	padding: 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.opportunities-body ul li{
	position: relative;
    width: calc(50% - 10px);
	color: var(--white-color);
	text-transform: capitalize;
	line-height: normal;
    padding-left: 20px;
}

.opportunities-body ul li::before{
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
	transform: translateY(-50%);
    background-color: var(--accent-secondary-color);
    border-radius: 50%;
    height: 6px;
    width: 6px;
}

.opportunities-cta-box{
    background: var(--accent-color);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.opportunities-image-video{
    position: relative;
    width: 40%;
}

.opportunities-video-image figure,
.opportunities-video-image a{
	display: block;
	overflow: hidden;
	cursor: none;
}

.opportunities-video-image img{
	width: 100%;
	aspect-ratio: 1 / 0.567;
	object-fit: cover;
}

.opportunities-cta-box .intro-video-play-button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.opportunities-cta-box .intro-video-play-button a{
	width: 50px;
	height: 50px;
}

.opportunities-cta-box .intro-video-play-button a::after,
.opportunities-cta-box .intro-video-play-button a::before{
	top: -50%;
	left: -50%;
}

.opportunities-cta-box .intro-video-play-button a i{
	font-size: 16px;
}

.opportunities-video-content{
    width: 60%;
    padding: 20px 60px;
}

.opportunities-video-content p{
    color: var(--white-color);
    text-transform: capitalize;
    margin-bottom: 15px;
}

.video-contact{
    display: flex;
    align-items: center;
}

.video-contact .icon-box{
    margin-right: 10px;
}

.video-contact .icon-box img{
    width: 100%;
    max-width: 22px;
}

.video-contact-content h3{
    color: var(--white-color);
    font-size: 20px;
}

.video-contact-content h3 a{
    color: inherit;
}

.our-team.about-page-team{
    background: var(--white-color);
}

.our-faqs{
    padding: 100px 0;
}

.faqs-image{
    position: relative;
}

.faq-img figure{
    display: block;
}

.faq-img img{
    width: 100%;
    aspect-ratio: 1 / 0.9;
    object-fit: contain;
}

.company-experience{
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: var(--accent-color);
    padding: 20px 30px 20px 20px;
    z-index: 1;
}

.company-experience h3{
    color: var(--white-color);
    font-size: 46px;
    margin-bottom: 5px;
}

.company-experience p{
    color: var(--white-color);
    text-transform: capitalize;
    margin: 0;
}

.faqs-content{
    margin-left: 30px;
}

/************************************/
/***     18. Page Services css	  ***/
/************************************/

.page-services{
    padding: 100px 0;
}

.page-services .service-item-list{
	gap: 30px;
}

.page-services .service-item-list .service-item{
    width: calc(25% - 22.5px);
    border: none;
}

/************************************/
/***    19. Services Single css	  ***/
/************************************/

.page-service-single{
    padding: 100px 0;
}

.service-sidebar{
    position: sticky;
    margin-right: 20px;
    top: 20px;
}

.service-catagery-list{
    margin-bottom: 60px;
}

.service-catagery-list h3{
    font-size: 20px;
    color: var(--white-color);
    text-transform: capitalize;
    background: var(--accent-color);
    padding: 25px 30px;
}

.service-catagery-list ul{
    background-color: var(--secondary-color);
    list-style: none;
    margin: 0;
    padding: 30px;
}

.service-catagery-list ul li{
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.service-catagery-list ul li:last-child{
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.service-catagery-list ul li a{
    position: relative;
    display: block;
    text-transform: capitalize;
    color: var(--text-color);
    padding-right: 30px;
    transition: all 0.3s ease-in-out;
}

.service-catagery-list ul li:hover a,
.service-catagery-list ul li.active a{
    color: var(--primary-color);
    font-weight: 600;
}

.service-catagery-list ul li.active a::before{
    transform: rotate(45deg);
    filter: brightness(0) invert(0);
}

.service-catagery-list ul li a::before{
    content: '';
    position: absolute;
    top: 3px;
    right: 3px;
    background: url(../images/arrow-text.svg) no-repeat;
    background-position: right center;
    background-size: cover;
    width: 12px;
    height: 12px;
    transition: all 0.3s ease-in-out;
}

.service-catagery-list ul li:hover a::before{
    transform: rotate(45deg);
    filter: brightness(0) invert(0);
}

.sidebar-cta-box{
    background: var(--accent-color);
    padding: 40px;
}

.sidebar-cta-logo,
.sidebar-cta-content,
.sidebar-cta-content h3{
    margin-bottom: 35px;
}

.sidebar-cta-logo img{
    width: 100%;
    max-width: 275px;
}

.sidebar-cta-content h3{
    font-size: 22px;
    color: var(--white-color);
}

.sidebar-cta-content ul{
	list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-cta-content ul li{
    margin-bottom: 20px;
}

.sidebar-cta-content ul li:last-child{
    margin-bottom: 0;
}

.sidebar-cta-content ul li a{
    color: var(--white-color);
    display: inline-flex;
    align-items: center;
	transition: all 0.3s ease-in-out;
}

.sidebar-cta-content ul li a:hover{
	color: var(--white-color);
	opacity: 0.7;
}

.sidebar-cta-content ul li a i{
    font-size: 18px;
	color: inherit;
    margin-right: 10px;
}

.service-feature-image{
    margin-bottom: 40px;
}

.service-feature-image figure{
    display: block;
}

.service-feature-image img{
    width: 100%;
    aspect-ratio: 1 / 0.598;
    object-fit: cover;
}

.service-entry{
    margin-bottom: 30px;
}

.service-entry h2{
    font-size: 46px;
    margin-bottom: 20px;
}

.service-entry p{
    margin-bottom: 20px;
}

.service-entry p:last-child{
    margin-bottom: 0;
}

.service-entry ul{
	list-style: none;
	margin: 0;
	padding: 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.service-entry ul li{
    position: relative;
    width: calc(50% - 10px);
	color: var(--primary-color);
	text-transform: capitalize;
	line-height: normal;
    padding-left: 20px;
}

.service-entry ul li::before{
	content: '';
    position: absolute;
    top: 8px;
    left: 0;
    background-color: var(--accent-secondary-color);
    border-radius: 50%;
    height: 6px;
    width: 6px;
}

.benefit-service-box,
.service-why-choose-box,
.service-entry-process{
    margin-top: 60px;
}

.benefit-services-list{
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    margin: 40px 0;
}

.benefit-services-list .benefit-item{
    width: calc(25% - 18.75px);
}

.service-single-content .benefit-services-list .benefit-item{
    width: calc(50% - 12.5px);
}
.service-single-content .benefit-services-list .benefit-item .btn-default{
    margin-top: 24px;
}

.service-entry-image-counter{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.service-entry-counter-box{
    position: relative;
    width: calc(50% - 15px);
    padding: 50px 70px 50px 40px;
    overflow: hidden;
}

.service-entry-immage{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.service-entry-immage figure{
	display: block;
	height: 100%;
}

.service-entry-immage figure::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background: linear-gradient(270deg, rgba(15, 39, 71, 0) -11.22%, #0F2747 100%);
    height: 100%;
    width: 100%;
    z-index: 1;
}

.service-entry-immage img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.service-entry-counter-box:hover .service-entry-immage img{
	transform: scale(1.05);
}

.service-entry-counter{
	position: relative;
	z-index: 2;
}

.service-entry-counter h2{
    color: var(--white-color);
	line-height: 1em;
}

.service-entry-counter h3{
    font-size: 20px;
    text-transform: capitalize;
    color: var(--white-color);
}

.service-entry-video{
    position: relative;
    margin-top: 40px;
}

.service-entry-video-image{
	overflow: hidden;
}

.service-entry-video-image figure{
    display: block;
}

.service-entry-video-image figure::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--primary-color);
    opacity: 20%;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.service-entry-video-image img{
    width: 100%;
    aspect-ratio: 1 / 0.359;
    object-fit: cover;
}

.service-entry-video .intro-video-play-button{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.service-entry-process-steps{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.service-process-step-item{
    width: calc(33.33% - 20px);
}

.service-process-step-no{
    display: inline-block;
    background: var(--accent-color);
    margin-bottom: 30px;
    padding: 10px;
}

.service-process-step-no h3{
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--white-color);
}

.service-process-step-body{
    display: flex;
    align-items: center;
}

.service-process-step-body{
    margin-bottom: 30px;
}

.service-process-step-body .icon-box{
    margin-right: 20px;
}

.service-process-step-body .icon-box img{
    max-width: 50px;
}

.service-process-step-title{
    width: calc(100% - 70px);
}

.service-process-step-title h3{
    font-size: 20px;
    text-transform: capitalize;
}

.service-entry-process .contact-us-now-text{
    text-align: start;
    margin-top: 40px;
}

/************************************/
/***     20. Blog Archive css     ***/
/************************************/

.page-blog{
    padding: 100px 0;
}

.page-pagination{
    margin-top: 30px;
    text-align: center;
}

.page-pagination ul{
    justify-content: center;
    padding: 0;
    margin: 0;
}

.page-pagination ul li a,
.page-pagination ul li span{
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color);
    color: var(--primary-color);
	border-radius: 0px;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-weight: 600;
	line-height: 1em;
    transition: all 0.3s ease-in-out;
}

.page-pagination ul li.active a, 
.page-pagination ul li a:hover{
    background: var(--primary-color);
    color: var(--white-color);
}

/************************************/
/***      21. Blog Single css	  ***/
/************************************/

.page-single-post{
	padding: 100px 0;
}

.post-image{
	position: relative;
	margin-bottom: 30px;
}

.post-image figure{
	display: block;	
	overflow: hidden;
}

.post-image img{
	width: 100%;
	aspect-ratio: 1 / 0.50;
	object-fit: cover;
}

.post-content{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.post-entry{
	border-bottom: 1px solid var(--divider-color);
	padding-bottom: 30px;
    margin-bottom: 30px;
}

.post-entry:after{
    content: '';
    display: block;
    clear: both;
}

.post-entry a{
    color: var(--accent-color);
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6{
	font-weight: 600;
	line-height: 1.2em;
	margin: 0 0 0.455em;
}

.post-entry h1{
	font-size: 60px;
}

.post-entry h2{
	font-size: 46px;
}

.post-entry h3{
	font-size: 40px;
}

.post-entry h4{
	font-size: 30px;
}

.post-entry h5{
	font-size: 22px;
}

.post-entry h6{
	font-size: 18px;
}

.post-entry p{
	margin-bottom: 20px;
}

.post-entry p:last-child{
	margin-bottom: 0;
}

.post-entry p strong{
	color: var(--primary-color);
	font-size: 20px;
	font-weight: 600; 
}

.post-entry ol{
    margin: 0 0 30px;
}

.post-entry ol li{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    color: var(--text-color);
}

.post-entry ul{
	padding: 0;
	margin: 20px 0 20px;
	padding-left: 20px;
}

.post-entry ul li{
	font-size: 18px;
    font-weight: 500;
    line-height: 1.6em;
    color: var(--text-color);
    position: relative;
    margin-bottom: 15px;
}

.post-entry ul li:last-child{
	margin-bottom: 0;
}

.post-entry ul ul,
.post-entry ul ol,
.post-entry ol ol,
.post-entry ol ul{
    margin-top: 20px;
    margin-bottom: 0;
}

.post-entry ul ul li:last-child,
.post-entry ul ol li:last-child,
.post-entry ol ol li:last-child,
.post-entry ol ul li:last-child{
    margin-bottom: 0;
}

.post-entry blockquote{
	background: url('../images/icon-blockquote.svg'), var(--primary-color);
	background-repeat: no-repeat;
	background-position: 35px 25px;
    background-size: 55px;
    padding: 30px 30px 30px 100px;
    margin-bottom: 30px;
}

.post-entry blockquote p{
	font-family: var(--accent-font);
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4em;
	color: var(--white-color);
}

.post-entry blockquote p:last-child{
	margin-bottom: 0;
}

.tag-links{
    font-family: var(--accent-font);
    font-size: 22px;
	font-weight: 600;
    text-transform: capitalize;
	color: var(--primary-color);
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.post-tags .tag-links a{
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1em;
	background: var(--accent-color);
    background-size: 200% auto;
    color: var(--white-color);
	border-radius: 0px;
    padding: 12px 20px;
	transition: all 0.3s ease-in-out;
}

.post-tags .tag-links a:hover{
	background-position: right center;
}

.post-social-sharing{
    text-align: right;
}

.post-social-sharing ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.post-social-sharing ul li{
    display: inline-block;
    margin-right: 10px;
}

.post-social-sharing ul li:last-child{
	margin-right: 0;
}

.post-social-sharing ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	background: var(--accent-color);
    background-size: 200% auto;
    color: var(--white-color);
	border-radius: 0px;
    width: 38px;
    height: 38px;
    transition: all 0.3s ease-in-out;
}

.post-social-sharing ul li:hover a{
	background-position: right center;
}

.post-social-sharing ul li a i{
    font-size: 18px;
    color: inherit;
}

/************************************/
/***     22. Projects Page css	  ***/
/************************************/

.page-projects{
    padding: 100px 0 70px;
}

.project-item{
    position: relative;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.project-img figure,
.project-img a{
	display: block;
	cursor: none;
}

.project-img figure:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(360deg, rgba(15, 39, 71, 0.8) 0%, rgba(15, 39, 71, 0) 50%);
	z-index: 1;
}

.project-img img{
	width: 100%;
	aspect-ratio: 1 / 0.97;
    object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.project-item:hover .project-img img{
	transform: scale(1.1);
}

.project-content{
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    z-index: 1;
}

.project-content p{
    display: inline-block;
    color: var(--white-color);
    text-transform: capitalize;
    background: var(--accent-color);
    padding: 5px 10px;
    margin-bottom: 20px;
}

.project-content p a{
    color: inherit;
}

.project-content h3{
	font-size: 20px;
    text-transform: capitalize;
    color: var(--white-color);
}

.project-content h3 a{
    color: inherit;
}

/************************************/
/***    23. Projects Single css   ***/
/************************************/

.page-project-single{
    padding: 100px 0;
}

.project-sidebar{
    position: sticky;
    margin-right: 20px;
    top: 30px;
}

.project-catagery-list{
    margin-bottom: 60px;
}

.project-catagery-list h3{
    font-size: 20px;
    color: var(--white-color);
    text-transform: capitalize;
    background: var(--accent-color);
    padding: 25px 30px;
}

.project-catagery-list ul{
    background: var(--secondary-color);
    margin: 0;
    padding: 30px;
    list-style: none;
}

.project-catagery-list ul li{
    font-family: var(--accent-font);
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--primary-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.project-catagery-list ul li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.project-catagery-list ul li span{
    font-family: var(--default-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
    width: 60%;
    display: inline-flex;
    gap: 15px;
}

.project-catagery-list ul li span a{
    background: var(--accent-color);
    background-size: 200% auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
	transition: all 0.4s ease-in-out;
}

.project-catagery-list ul li span a i{
    color: var(--white-color);
    font-size: 14px;
}

.project-catagery-list ul li span a:hover{
	background-position: right center;
}

.project-single-slider{
    margin-bottom: 60px;
}

.project-single-slider .swiper-slide figure{
    display: block;
}

.project-single-slider .swiper-slide figure::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(15, 39, 71, 0) 80.06%, var(--primary-color) 100%);
    width: 100%;
    height: 100%;
}

.project-single-slider .swiper-slide img{
    width: 100%;
    aspect-ratio: 1 / 0.598;
    object-fit: cover;
}

.project-single-slider .project-pagination{
    position: absolute;
    bottom: 20px;
    text-align: center;
    z-index: 1;
}

.project-single-slider .project-pagination .swiper-pagination-bullet{
	position: relative;
    height: 12px;
    width: 12px;
    background: var(--white-color);
    opacity: 1;
    margin: 0 8px;
}

.project-single-slider .project-pagination .swiper-pagination-bullet:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid var(--white-color);
    height: 0;
    width: 0;
    border-radius: 50%;
	transition: all 0.4s ease-in-out;
}

.project-single-slider .project-pagination .swiper-pagination-bullet-active:before{
	height: 24px;
	width: 24px;
}

.project-entry{
    margin-bottom: 60px;
}

.project-entry h2{
    font-size: 46px;
    margin-bottom: 20px;
}

.project-entry p{
    margin-bottom: 20px;
}

.project-entry p:last-child{
    margin-bottom: 0;
}

.project-entry ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.project-entry ul li{
    position: relative;
	color: var(--primary-color);
	text-transform: capitalize;
	line-height: normal;
    padding-left: 20px;
    margin-bottom: 20px;
}

.project-entry ul li:last-child{
    margin-bottom: 0;
}

.project-entry ul li::before{
	content: '';
    position: absolute;
    top: 8px;
    left: 0;
    background-color: var(--accent-secondary-color);
    border-radius: 50%;
    height: 6px;
    width: 6px;
}

.project-challenge-box{
    margin-top: 60px;
}

.project-challenge-item:nth-child(even){
    flex-direction: row-reverse;
}

.project-challenge-item-list{
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.project-challenge-item{
    display: flex;
    gap: 30px;
    align-items: center;
}

.project-challenge-image,
.project-challenge-content{
    width: calc(50% - 15px);
}

.project-challenge-image figure{
    display: block;
}

.project-challenge-image img{
    width: 100%;
    aspect-ratio: 1 / 0.87;
    object-fit: cover;
}

.project-challenge-content h3{
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

/************************************/
/***      24. Team Page css       ***/
/************************************/

.page-team{
    padding: 00px 0 0px;
}

/************************************/
/***     25. Team Single css      ***/
/************************************/

.page-team-single{
margin-bottom: 10px;}

.team-member-info-box,
.team-member-about{
	margin-bottom: 100px;
}

.team-member-info-box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 40px;
}

.team-member-image,
.team-member-content{
	width: calc(50% - 20px);
}

.team-member-image figure{
	display: block;
}

.team-member-image img{
	width: 100%;
	aspect-ratio: 1 / 0.92;
	object-fit: contain;
	object-position: top center
}

.member-content-body{
	background: var(--secondary-color);
	padding: 40px;
}

.member-content-body ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.member-content-body ul li{
	position: relative;
    font-family: var(--accent-font);
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    display: flex;
	align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-left: 15px;
}

.member-content-body ul li:last-child{
    margin-bottom: 0;
}

.member-content-body ul li::before{
	content: '';
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    left: 0;
    background-color: var(--accent-secondary-color);
    border-radius: 50%;
    height: 6px;
    width: 6px;
}

.member-content-body ul li span{
    font-family: var(--default-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
    width: 60%;
    display: inline-flex;
    gap: 15px;
}

.member-social-list{
    display: flex;
    align-items: center;
    gap: 20px;
	margin-top: 40px;
}

.member-social-list span{
    font-size: 20px;
    font-weight: 600;
	color: var(--primary-color);
}

.member-social-list ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.member-social-list ul li{
    display: inline-block;
    margin-right: 15px;
}

.member-social-list ul li a{
    background: var(--accent-color);
    background-size: 200% auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
	transition: all 0.4s ease-in-out;
}

.member-social-list ul li a:hover{
	background-position: right center;
}

.member-social-list ul li a i{
    color: var(--white-color);
    font-size: 20px;
}

.team-member-about-list ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 20px 30px;
	flex-wrap: wrap;
}

.team-member-about-list ul li{
    position: relative;
	width: calc(33.33% - 20px);
	color: var(--primary-color);
	text-transform: capitalize;
	line-height: normal;
    padding-left: 20px;
}

.team-member-about-list ul li::before{
	content: '';
    position: absolute;
    top: 8px;
    left: 0;
    background-color: var(--accent-secondary-color);
    border-radius: 50%;
    height: 6px;
    width: 6px;
}

.team-member-experience{
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	align-items: center;
}

.team-experience-box,
.team-contact-form{
	width: calc(50% - 20px);
}

.team-experience-box .member-content-body ul li span{
	width: 80%;
}

.team-experience-skills{
	margin-top: 40px;
}

.team-contact-form{
	background-color: var(--secondary-color);
	padding: 40px;
}

/************************************/
/***     26. Image Gallery css    ***/
/************************************/

.page-gallery{
	padding: 100px 0 70px;
}

.page-gallery-box .photo-gallery{
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.page-gallery-box .photo-gallery a{
	cursor: none;
}

.page-gallery-box .photo-gallery figure{
	display: block;
}

.page-gallery-box .photo-gallery img{
    width: 100%;
    aspect-ratio: 1 / 0.8;
	object-fit: cover;
}

/************************************/
/***     27. Video Gallery css    ***/
/************************************/

.page-video-gallery{
	padding: 100px 0 70px;
}

.video-gallery-image{
	overflow: hidden;
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.video-gallery-image a{
	position: relative;
	display: block;
	cursor: none;
}

.video-gallery-image a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary-color);
    opacity: 0%;
    visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.video-gallery-image:hover a::before{
    opacity: 50%;
    visibility: visible;
    transform: scale(1);
}

.video-gallery-image a::after{
    content: '\f04b';
	font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
	font-size: 20px;
	background: var(--accent-secondary-color);
	color: var(--white-color);
    border-radius: 50%;
    height: 60px;
    width: 60px;
    cursor: none;
	display: flex;
	align-items: center;
	justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.video-gallery-image:hover a::after{
    opacity: 1;
    visibility: visible;
}

.video-gallery-image img{
	width: 100%;
    aspect-ratio: 1 / 0.87;
	object-fit: cover;
}

/************************************/
/***     28. Pricing Page css     ***/
/************************************/

.page-pricing{
    padding: 100px 0;
}

/************************************/
/***       29. FAQs Page css      ***/
/************************************/

.page-faqs{
    padding: 100px 0;
}

.faq-sidebar{
    position: sticky;
    top: 30px;
    margin-right: 20px;
}

.faq-catagery-list{
    background-color: var(--secondary-color);
    padding: 30px;
    margin-bottom: 30px;
}

.faq-catagery-list ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.faq-catagery-list ul li{
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.faq-catagery-list ul li:last-child{
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.faq-catagery-list ul li a{
    position: relative;
    display: block;
    text-transform: capitalize;
    color: var(--text-color);
    padding-right: 30px;
    transition: all 0.3s ease-in-out;
}

.faq-catagery-list ul li:hover a{
    color: var(--primary-color);
}

.faq-catagery-list ul li a::before{
    content: '';
    position: absolute;
    top: 3px;
    right: 3px;
    background: url('../images/arrow-text.svg') no-repeat;
    background-position: right center;
    background-size: cover;
    width: 12px;
    height: 12px;
    transition: all 0.3s ease-in-out;
}

.faq-catagery-list ul li:hover a::before{
    transform: rotate(45deg);
    filter: brightness(0) invert(0);
}

.page-faqs-accordion{
	margin-bottom: 60px;
}

.page-faqs-accordion:last-child{
	margin-bottom: 0px;
}

/************************************/
/***    30. Contact Us Page css   ***/
/************************************/

.page-contact-us{
    padding: 100px 0 50px;
}

.contact-us-box{
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    border: none;
    border-radius: 8px;
    box-shadow: none;
}

.page-contact-us{
    background: linear-gradient(180deg, #f7f9fd 0%, #eef2f8 100%);
}

.page-contact-us .contact-us-form{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 20px 0;
}

.page-contact-us .contact-us-box{
    display: block;
}

.contact-form{
    position: relative;
    background: #ffffff;
    border: none;
    padding: 48px 44px 40px;
    border-radius: 8px;
    box-shadow:
        0 1px 2px rgba(10, 30, 70, 0.04),
        0 8px 24px rgba(10, 30, 70, 0.06),
        0 30px 80px rgba(10, 30, 70, 0.10);
}

@media (max-width: 768px){
    .contact-form{
        padding: 28px 18px 24px;
    }
    .contact-form .field-box{
        padding: 0;
    }
    .contact-form .form-control{
        font-size: 16px; /* prevents iOS zoom on focus */
        padding: 26px 14px 10px;
    }
    .contact-form textarea.form-control{
        padding-top: 30px;
        min-height: 130px;
    }
    .contact-form label{
        left: 14px;
        font-size: 16px;
    }
    .contact-form .form-control:focus ~ label,
    .contact-form .form-control:not(:placeholder-shown) ~ label{
        top: 7px;
        font-size: 10.5px;
    }
    .contact-form .field-box.has-textarea label{
        top: 24px;
    }
    .contact-form .row > [class*="col-"]{
        padding-bottom: 14px;
    }
    .contact-form .field-check{ right: 12px; }
    .contact-form .form-submit{ margin-top: 18px; }
    .contact-form .btn-default{ padding: 16px 24px; font-size: 15px; }
}

.contact-form::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 4px;
    background: var(--primary-color);
}

/* --- Floating-label field --- */
.contact-form .field-box {
    position: relative;
    background: #fbfcfe;
    border: 1.5px solid #d3dbe8;
    border-radius: 8px;
    padding: 0;
    margin-bottom: 18px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contact-form .field-box:hover{
    border-color: #98a7c0;
    background: #ffffff;
}

.contact-form .field-box:focus-within{
    background: #ffffff;
    border-color: #0F2747;
    box-shadow:
        0 0 0 4px rgba(15, 39, 71, 0.10),
        0 8px 20px rgba(15, 39, 71, 0.08);
}

.contact-form label{
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    color: #5a6478;
    pointer-events: none;
    background: transparent;
    transition: top 0.18s ease, font-size 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.contact-form .row > div{
    margin-bottom: 0;
}

.contact-form .form-control{
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    color: #1f2b42;
    background: transparent;
    border: none;
    border-radius: 8px;
    padding: 22px 16px 8px;
    box-shadow: none;
    outline: none;
    transition: color 0.2s ease;
}

.contact-form textarea.form-control{
    min-height: 150px;
    padding-top: 28px;
    resize: vertical;
}

.contact-form .field-box.has-textarea label{
    top: 22px;
    transform: translateY(0);
}

.contact-form .form-control:focus{
    color: #071a38;
}

/* Float label on focus or when filled (placeholder=" " trick) */
.contact-form .form-control:focus ~ label,
.contact-form .form-control:not(:placeholder-shown) ~ label{
    top: 8px;
    transform: translateY(0);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0F2747;
}

.contact-form .field-box.is-invalid .form-control:focus ~ label,
.contact-form .field-box.is-invalid .form-control:not(:placeholder-shown) ~ label{
    color: #b02a27;
}

.contact-form .form-control::placeholder{
    color: transparent;
}

/* Valid check icon */
.contact-form .field-check{
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%) scale(0.6);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #2e8b57;
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.18s ease, transform 0.18s ease;
    pointer-events: none;
}

.contact-form .field-box.is-valid .field-check{
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

/* No check-icon on textareas — clashes with floating label */
.contact-form .field-box.has-textarea .field-check{
    display: none;
}

/* --- Success Popup (Floating modal po wysłaniu formularza) --- */
.success-popup{
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.success-popup.is-open{
    display: flex;
    animation: sp-fadein 0.3s ease;
}

body.success-popup-lock{ overflow: hidden; }

.success-popup-backdrop{
    position: absolute;
    inset: 0;
    background: rgba(10, 26, 54, 0.55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    cursor: pointer;
}

.success-popup-card{
    position: relative;
    max-width: 460px;
    width: 100%;
    background: #ffffff;
    padding: 56px 40px 40px;
    text-align: center;
    box-shadow:
        0 20px 60px rgba(10, 30, 70, 0.20),
        0 60px 120px rgba(10, 30, 70, 0.15);
    animation: sp-popin 0.45s cubic-bezier(.2,.7,.2,1);
    overflow: hidden;
}

.success-popup-card::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #2e8b57 0%, #46a76e 50%, #2e8b57 100%);
}

.success-popup-close{
    position: absolute;
    top: 14px;
    right: 14px;
    width: 32px;
    height: 32px;
    border: none;
    background: rgba(15, 39, 71, 0.06);
    color: #41506b;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    border-radius: 50%;
    transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.success-popup-close:hover{
    background: var(--primary-color);
    color: #ffffff;
    transform: rotate(90deg);
}

.success-popup-icon{
    width: 88px;
    height: 88px;
    margin: 0 auto 24px;
    background: linear-gradient(135deg, #2e8b57 0%, #46a76e 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 28px rgba(46, 139, 87, 0.30);
    position: relative;
    animation: sp-iconpop 0.6s cubic-bezier(.34,1.56,.64,1) 0.15s both;
}

.success-popup-icon::after{
    content: "";
    position: absolute;
    inset: -8px;
    border: 2px solid rgba(46, 139, 87, 0.35);
    border-radius: 50%;
    animation: sp-iconpulse 1.6s ease-out 0.5s infinite;
}

.success-popup-icon svg{
    width: 42px;
    height: 42px;
    stroke: #ffffff;
    stroke-width: 3;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.success-popup-icon svg path{
    stroke-dasharray: 60;
    stroke-dashoffset: 60;
    animation: sp-check 0.5s ease-out 0.55s forwards;
}

.success-popup-card h3{
    font-family: var(--accent-font);
    font-size: 26px;
    font-weight: 700;
    color: #0a1a36;
    margin: 0 0 12px;
    letter-spacing: -0.01em;
    animation: sp-textin 0.4s ease 0.3s both;
}

.success-popup-card p{
    font-size: 15px;
    line-height: 1.6;
    color: #41506b;
    margin: 0 0 28px;
    animation: sp-textin 0.4s ease 0.4s both;
}

.success-popup-card .btn-default{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 36px;
    font-size: 14px;
    animation: sp-textin 0.4s ease 0.5s both;
}

.success-popup-card .btn-default::before{ display: none; }

.success-popup-progress{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: rgba(46, 139, 87, 0.6);
    width: 100%;
    transform-origin: left;
    animation: sp-progress 8s linear forwards;
}

@keyframes sp-fadein{ from{opacity:0} to{opacity:1} }
@keyframes sp-popin{
    from{ transform: translateY(40px) scale(0.92); opacity: 0; }
    to  { transform: translateY(0) scale(1); opacity: 1; }
}
@keyframes sp-iconpop{
    0%   { transform: scale(0) rotate(-30deg); }
    60%  { transform: scale(1.15) rotate(0); }
    100% { transform: scale(1) rotate(0); }
}
@keyframes sp-iconpulse{
    0%   { transform: scale(1); opacity: 0.7; }
    100% { transform: scale(1.4); opacity: 0; }
}
@keyframes sp-check{
    to{ stroke-dashoffset: 0; }
}
@keyframes sp-textin{
    from{ opacity: 0; transform: translateY(8px); }
    to  { opacity: 1; transform: translateY(0); }
}
@keyframes sp-progress{
    from{ transform: scaleX(1); }
    to  { transform: scaleX(0); }
}

@media (max-width: 480px){
    .success-popup-card{ padding: 44px 24px 28px; }
    .success-popup-icon{ width: 72px; height: 72px; margin-bottom: 18px; }
    .success-popup-icon svg{ width: 34px; height: 34px; }
    .success-popup-card h3{ font-size: 22px; }
    .success-popup-card p{ font-size: 14px; }
}

/* --- Karriere page --- */
.karriere-intro{
    padding: 90px 0 50px;
    background: var(--white-color);
}

.karriere-benefits{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.karriere-benefits li{
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
    background: #f7f9fd;
    border-left: 3px solid var(--primary-color);
}

.karriere-benefits i{
    flex: 0 0 22px;
    color: var(--primary-color);
    font-size: 20px;
    margin-top: 2px;
}

.karriere-benefits strong{
    display: block;
    font-family: var(--accent-font);
    font-size: 16px;
    font-weight: 600;
    color: #0a1a36;
    margin-bottom: 2px;
}

.karriere-benefits span{
    display: block;
    font-size: 14px;
    color: #41506b;
    line-height: 1.5;
}

.karriere-form-section{
    padding: 50px 0 100px;
    background: linear-gradient(180deg, #ffffff 0%, #f4f6fb 100%);
}

/* === Callback Picker (3 day boxes + hour pills) === */
.callback-picker{
    margin-bottom: 22px;
}

.callback-picker-label{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 14px;
    margin-top: 24px;
}

.callback-picker-label::before{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--secondary-color);
    flex-shrink: 0;
}

.callback-picker-label::after{
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, var(--secondary-color) 0%, transparent 100%);
    opacity: 0.5;
}

.callback-days{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.callback-day-box{
    background: #ffffff;
    border: 2px solid #d3dbe8;
    padding: 14px 16px;
    cursor: pointer;
    text-align: center;
    font-family: inherit;
    transition: all 0.22s cubic-bezier(.4,0,.2,1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
}

.callback-day-box:hover{
    border-color: var(--secondary-color);
    background: #fbfcfe;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(15, 39, 71, 0.08);
}

.callback-day-box.is-active{
    background: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: 0 10px 22px rgba(15, 39, 71, 0.30);
}

.callback-day-box.is-active::after{
    content: "\f00c";                       /* fa check */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 18px;
    height: 18px;
    background: var(--secondary-color);
    color: #fff;
    border-radius: 50%;
    font-size: 9px;
    line-height: 18px;
    text-align: center;
}

.callback-day-box .cd-short{
    display: none;
}

.callback-day-box .cd-full{
    font-size: 12px;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 0.02em;
    text-transform: uppercase;
    word-break: break-word;
}

.callback-day-box .cd-date{
    font-family: var(--accent-font);
    font-size: 24px;
    font-weight: 700;
    color: #0a1a36;
    line-height: 1.1;
    margin-top: 4px;
}

.callback-day-box .cd-year{
    font-size: 12px;
    color: #7a849a;
    margin-top: 2px;
}

.callback-day-box > i{
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--white-color);
    background: var(--accent-color);
    border-radius: 50%;
    margin-bottom: 8px;
    transition: all 0.22s ease;
}
.callback-day-box:hover > i{
    transform: scale(1.08);
    box-shadow: 0 6px 16px rgba(15, 39, 71, 0.25);
}
.callback-day-box.is-active > i{
    background: var(--white-color);
    color: var(--accent-color);
}

.callback-day-box.is-active .cd-full{ color: rgba(255,255,255,0.85); }
.callback-day-box.is-active .cd-date{ color: #ffffff; }
.callback-day-box.is-active .cd-year{ color: rgba(255,255,255,0.7); }

.callback-hours{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    margin-bottom: 18px;
}

.callback-hour-pill{
    position: relative;
    background: #ffffff;
    border: 1.5px solid #e1e7f0;
    padding: 14px 6px 12px;
    font-family: inherit;
    cursor: pointer;
    transition: transform 0.22s cubic-bezier(.4,0,.2,1),
                border-color 0.22s ease,
                background 0.22s ease,
                box-shadow 0.22s ease,
                color 0.22s ease;
    text-align: center;
    overflow: hidden;
}

.callback-hour-pill::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--secondary-color);
    opacity: 0;
    transition: opacity 0.22s ease;
}

.callback-hour-pill .hour-time{
    display: block;
    font-family: var(--accent-font);
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 0.02em;
    line-height: 1.1;
}

.callback-hour-pill .hour-status{
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 24px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2e8b57;
}

.callback-hour-pill .hour-status::before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2e8b57;
    box-shadow: 0 0 0 3px rgba(46, 139, 87, 0.18);
}

.callback-hour-pill:hover:not(.is-booked):not(:disabled){
    border-color: var(--secondary-color);
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(15, 39, 71, 0.12);
}

.callback-hour-pill:hover:not(.is-booked):not(:disabled)::before{
    opacity: 1;
}

.callback-hour-pill.is-active{
    background: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: 0 14px 28px rgba(15, 39, 71, 0.30);
    transform: translateY(-2px);
}

.callback-hour-pill.is-active::before{
    background: var(--secondary-color);
    opacity: 1;
}

.callback-hour-pill.is-active .hour-time{
    color: #ffffff;
}

.callback-hour-pill.is-active .hour-status{
    color: #ffffff;
}

.callback-hour-pill.is-active .hour-status::before{
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

.callback-hour-pill.is-booked{
    background: #f4f6fb;
    border-color: #e1e7f0;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

.callback-hour-pill.is-booked .hour-time{
    color: #C7A35D;
    text-decoration: line-through;
}

.callback-hour-pill.is-booked .hour-status{
    color: #C7A35D;
}

.callback-hour-pill.is-booked .hour-status::before{
    background: #C7A35D;
    box-shadow: none;
}

.callback-hour-pill .booked-tag{ display: none; }

@media (max-width: 768px){
    .callback-hours{ grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 480px){
    .callback-hours{ grid-template-columns: repeat(3, 1fr); }
    .callback-hour-pill{ padding: 12px 4px 10px; }
    .callback-hour-pill .hour-time{ font-size: 14px; }
    .callback-hour-pill .hour-status{ font-size: 9px; }
}

.callback-summary{
    display: none;
    padding: 12px 16px;
    background: #e7f5ec;
    border-left: 3px solid #2e8b57;
    color: #1e6b3a;
    font-size: 14px;
    font-weight: 500;
    margin-top: 4px;
}

.callback-summary.is-partial{
    background: #fff3cd;
    border-left-color: #f1c40f;
    color: #7a5800;
}

.callback-picker .field-error{
    display: block;
    margin-top: 8px;
    font-size: 0.8rem;
    color: #b02a27;
    font-weight: 500;
}

.callback-picker .field-error:empty{ display: none; }

.optional-tag{
    display: inline-block;
    margin-left: 6px;
    padding: 1px 8px;
    background: rgba(15, 39, 71, 0.1);
    color: var(--primary-color);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    vertical-align: middle;
}

@media (max-width: 600px){
    .callback-days{ grid-template-columns: 1fr; }
    .callback-day-box{ padding: 14px 16px; flex-direction: row; justify-content: space-between; gap: 10px; }
    .callback-day-box .cd-short{ display: inline; font-size: 13px; font-weight: 700; color: var(--primary-color); }
    .callback-day-box .cd-full{ font-size: 11px; }
    .callback-day-box .cd-date{ font-size: 18px; }
    .callback-day-box .cd-year{ font-size: 12px; }
    .callback-day-box.is-active .cd-short{ color: rgba(255,255,255,0.85); }
    .callback-hour-pill{ padding: 9px 14px; font-size: 13px; }
}

/* Math Captcha — inline */
.captcha-inline{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 6px 0 12px;
}
.captcha-ico{
    font-size: 16px;
    color: var(--accent-color);
}
.captcha-q{
    font-size: 14px;
    color: var(--primary-color);
}
.captcha-input{
    width: 52px;
    text-align: center;
    padding: 7px 0;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #d3dbe8;
    border-radius: 8px;
    background: #fff;
    color: var(--primary-color);
    font-family: inherit;
    transition: border-color 0.2s ease;
}
.captcha-input:focus{
    outline: none;
    border-color: var(--accent-color);
}
.captcha-inline .field-error{
    width: 100%;
    font-size: 13px;
    color: #d32f2f;
}

/* Sprechzeiten info-Block */
.contact-form .sprechzeiten-info{
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 20px;
    background: #f4f6fb;
    border-left: 3px solid var(--primary-color);
    margin-bottom: 18px;
}

.contact-form .sprechzeiten-info i{
    flex: 0 0 22px;
    color: var(--primary-color);
    font-size: 20px;
    margin-top: 2px;
}

.contact-form .sprechzeiten-info strong{
    display: block;
    font-family: var(--accent-font);
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.contact-form .sprechzeiten-info span{
    font-size: 14px;
    color: #41506b;
    line-height: 1.5;
}

@media (max-width: 600px){
    .contact-form .sprechzeiten-info{ padding: 14px 16px; gap: 12px; }
    .contact-form .sprechzeiten-info i{ font-size: 18px; flex-basis: 18px; }
    .contact-form .sprechzeiten-info strong{ font-size: 13px; }
    .contact-form .sprechzeiten-info span{ font-size: 13px; }
}

/* Date input — label zawsze floated (native picker pokazuje placeholder) */
.contact-form .field-box.field-date input[type="date"].form-control{
    appearance: none;
    -webkit-appearance: none;
    padding: 26px 16px 10px;
    cursor: pointer;
    color: #1f2b42;
    font-family: inherit;
}

.contact-form .field-box.field-date label{
    top: 8px;
    transform: translateY(0);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--primary-color);
}

.contact-form .field-box.field-date input[type="date"]::-webkit-calendar-picker-indicator{
    cursor: pointer;
    opacity: 0.6;
    filter: invert(20%) sepia(60%) saturate(2000%) hue-rotate(195deg);
    transition: opacity 0.2s ease;
}

.contact-form .field-box.field-date input[type="date"]::-webkit-calendar-picker-indicator:hover{
    opacity: 1;
}

.contact-form .field-box.field-date input[type="date"]:invalid::-webkit-datetime-edit{
    color: #8a93a6;
}

/* Custom select w stylu floating-label */
.contact-form .field-box.field-select select.form-control{
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230a4681' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
    cursor: pointer;
}

.contact-form .field-box.field-select select.form-control:invalid{
    color: transparent;
}

.contact-form .field-box.field-select .form-control:focus ~ label,
.contact-form .field-box.field-select select.form-control:valid ~ label{
    top: 8px;
    transform: translateY(0);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--primary-color);
}

/* CV file upload — premium drop zone */
.contact-form .field-upload{
    position: relative;
    margin-top: 36px;
    margin-bottom: 18px;
    clear: both;
}

.contact-form .field-upload input[type=file]{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.contact-form .field-upload .upload-label{
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    padding: 32px 30px;
    background: linear-gradient(135deg, #f7f9fd 0%, #eef2f8 100%);
    border: 2px dashed #c3cbdc;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.25s cubic-bezier(.2,.7,.2,1);
}

.contact-form .field-upload .upload-label::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10,70,129,0.04) 0%, rgba(10,70,129,0.08) 100%);
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
}

.contact-form .field-upload:hover .upload-label{
    border-color: var(--primary-color);
    box-shadow: 0 4px 12px rgba(15, 39, 71, 0.1);
}

.contact-form .field-upload:hover .upload-label::before{
    opacity: 1;
}

.contact-form .field-upload.is-drag-over .upload-label{
    border-color: var(--primary-color);
    border-style: solid;
    background: linear-gradient(135deg, #e7eef9 0%, #d8e3f3 100%);
}

.contact-form .field-upload i.fa-file-arrow-up,
.contact-form .field-upload .upload-icon{
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--primary-color);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 8px 20px rgba(15, 39, 71, 0.25);
    transition: transform 0.3s cubic-bezier(.2,.7,.2,1), box-shadow 0.25s ease;
    position: relative;
    z-index: 1;
}

.contact-form .field-upload:hover i.fa-file-arrow-up{
    box-shadow: 0 8px 20px rgba(15, 39, 71, 0.25);
}

.contact-form .field-upload .upload-text{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.contact-form .field-upload .upload-text strong{
    font-family: var(--accent-font);
    font-size: 17px;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 4px;
}

.contact-form .field-upload .upload-hint{
    font-size: 13px;
    color: #5a6478;
    line-height: 1.4;
}

.contact-form .field-upload .upload-filename{
    flex: 0 0 auto;
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 6px;
    padding: 8px 14px;
    background: #2e8b57;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    border-radius: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(46, 139, 87, 0.25);
    position: relative;
    z-index: 1;
    display: none;
}

.contact-form .field-upload .upload-filename:not(:empty){
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.contact-form .field-upload .upload-filename:not(:empty)::before{
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 11px;
}

.contact-form .field-upload.is-valid .upload-label{
    border-color: #2e8b57;
    border-style: solid;
    background: linear-gradient(135deg, #f4faf6 0%, #e7f5ec 100%);
}

.contact-form .field-upload.is-valid i.fa-file-arrow-up{
    background: #2e8b57;
    box-shadow: 0 8px 20px rgba(46, 139, 87, 0.25);
}

.contact-form .field-upload.is-valid .upload-text strong{
    color: #1e6b3a;
}

.contact-form .field-upload.is-invalid .upload-label{
    border-color: #d9534f;
    border-style: solid;
    background: linear-gradient(135deg, #fdf3f3 0%, #fbe5e5 100%);
}

.contact-form .field-upload.is-invalid i.fa-file-arrow-up{
    background: #d9534f;
    box-shadow: 0 8px 20px rgba(217, 83, 79, 0.25);
}

.contact-form .field-upload .field-error{
    display: none;
    margin-top: 10px;
    font-size: 0.8rem;
    color: #b02a27;
    font-weight: 500;
}

.contact-form .field-upload.is-invalid .field-error{ display: block; }

@media (max-width: 600px){
    .contact-form .field-upload .upload-label{
        flex-direction: column;
        align-items: center;
        gap: 14px;
        padding: 24px 20px;
        text-align: center;
        align-items: center;
    }
    .contact-form .field-upload .upload-text{ align-items: center; }
    .contact-form .field-upload .upload-filename{ max-width: 100%; }
    .contact-form .field-upload i.fa-file-arrow-up{ flex-basis: 56px; width: 56px; height: 56px; font-size: 22px; }
}

@media (max-width: 768px){
    .karriere-intro{ padding: 60px 0 30px; }
    .karriere-form-section{ padding: 30px 0 70px; }
    .karriere-benefits{ margin-top: 30px; }
    .contact-form .field-upload .upload-label{ flex-wrap: wrap; padding: 16px; }
    .contact-form .field-upload .upload-filename{ flex-basis: 100%; max-width: 100%; margin-top: 6px; }
}

/* --- Aktuelle Presseberichte --- */
.presseberichte{
    padding: 90px 0;
    background: linear-gradient(180deg, #f7f9fd 0%, #eef2f8 100%);
}

.presseberichte .presse-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.presseberichte .presse-card{
    position: relative;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid rgba(15, 39, 71, 0.10);
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 4px 12px rgba(15, 39, 71, 0.05);
}

.presseberichte .presse-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(15, 39, 71, 0.15);
    border-color: var(--primary-color);
    color: inherit;
}

.presseberichte .presse-card::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--secondary-color);
    transition: background 0.3s ease;
    z-index: 2;
}

.presseberichte .presse-card:hover::before{
    background: var(--primary-color);
}

.presseberichte .presse-card-visual{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    padding: 24px;
    background: linear-gradient(135deg, #f4f6fb 0%, #e6ecf6 100%);
    border-bottom: 1px solid rgba(15, 39, 71, 0.08);
}

.presseberichte .presse-card-visual img{
    max-height: 60px;
    max-width: 80%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.presseberichte .presse-card-name{
    font-family: var(--accent-font);
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 0.02em;
    text-align: center;
}

.presseberichte .presse-card-body{
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 22px 22px 24px;
}

.presseberichte .presse-meta{
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8a93a6;
    margin-bottom: 12px;
}

.presseberichte .presse-headline{
    font-family: var(--accent-font);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    color: #0a1a36;
    margin: 0 0 18px;
    transition: color 0.25s ease;
}

.presseberichte .presse-card:hover .presse-headline{
    color: var(--primary-color);
}

.presseberichte .presse-cta{
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--primary-color);
    transition: gap 0.25s ease;
}

.presseberichte .presse-card:hover .presse-cta{
    gap: 14px;
}

.presseberichte .presse-cta i{
    font-size: 12px;
    transition: transform 0.25s ease;
}

@media (max-width: 991px){
    .presseberichte .presse-grid{ grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px){
    .presseberichte{ padding: 60px 0; }
    .presseberichte .presse-grid{ gap: 16px; }
    .presseberichte .presse-card-visual{ height: 100px; padding: 16px; }
    .presseberichte .presse-card-visual img{ max-height: 44px; }
    .presseberichte .presse-card-name{ font-size: 18px; }
    .presseberichte .presse-card-body{ padding: 16px 16px 18px; }
    .presseberichte .presse-headline{ font-size: 15px; }
}

/* --- FAQ section --- */
.faq-section{
    padding: 100px 0;
    background: var(--white-color);
}

.faq-section .faq-intro{
    font-size: 16px;
    line-height: 1.6;
    color: #41506b;
    margin: 0;
}

.faq-section .faq-intro a{
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: underline;
}

.faq-section .faq-list{
    margin-top: 40px;
    border-top: 1px solid rgba(15, 39, 71, 0.12);
}

.faq-section .faq-item{
    border-bottom: 1px solid rgba(15, 39, 71, 0.12);
    transition: background 0.2s ease;
}

.faq-section .faq-item[open]{
    background: #f7f9fd;
}

.faq-section .faq-question{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 22px 80px 22px 24px;
    cursor: pointer;
    list-style: none;
    font-family: var(--accent-font);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--primary-color);
    transition: color 0.2s ease;
    user-select: none;
}

.faq-section .faq-question::-webkit-details-marker{ display: none; }
.faq-section .faq-question::marker{ display: none; content: ""; }

.faq-section .faq-question:hover{
    color: var(--primary-color);
    filter: brightness(1.2);
}

.faq-section .faq-q-text{
    flex: 1;
}

.faq-section .faq-q-icon{
    position: relative;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--primary-color);
    transition: transform 0.3s ease, background 0.2s ease;
}

.faq-section .faq-q-icon::before,
.faq-section .faq-q-icon::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background: #ffffff;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
}

.faq-section .faq-q-icon::after{
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-section .faq-item[open] .faq-q-icon{
    background: var(--primary-color);
    filter: brightness(1.15);
    transform: rotate(180deg);
}

.faq-section .faq-item[open] .faq-q-icon::after{
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 0;
}

.faq-section .faq-answer{
    padding: 0 80px 26px 24px;
    font-size: 15px;
    line-height: 1.7;
    color: #41506b;
    animation: faq-fade 0.35s ease both;
}

.faq-section .faq-answer p{
    margin: 0;
}

.faq-section .faq-answer a{
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: underline;
}

.faq-section .faq-answer strong{
    color: var(--primary-color);
}

@keyframes faq-fade{
    from{ opacity: 0; transform: translateY(-4px); }
    to  { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px){
    .faq-section{ padding: 70px 0; }
    .faq-section .faq-question{
        font-size: 16px;
        padding: 18px 64px 18px 16px;
        gap: 16px;
    }
    .faq-section .faq-q-icon{ flex-basis: 28px; width: 28px; height: 28px; }
    .faq-section .faq-answer{ padding: 0 64px 22px 16px; font-size: 14.5px; }
}

/* --- "Bekannt aus" media logo marquee --- */
.bekannt-aus{
    padding: 60px 0;
    background: var(--white-color);
    border-top: 1px solid rgba(15, 39, 71, 0.08);
    border-bottom: 1px solid rgba(15, 39, 71, 0.08);
    overflow: hidden;
}

.bekannt-aus .bekannt-label{
    text-align: center;
    margin-bottom: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #8a93a6;
}

.bekannt-aus .marquee{
    position: relative;
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.bekannt-aus .marquee-track{
    display: flex;
    gap: 80px;
    width: max-content;
    animation: bekannt-scroll 40s linear infinite;
    align-items: center;
}

.bekannt-aus .marquee:hover .marquee-track{
    animation-play-state: paused;
}

.bekannt-aus .marquee-item{
    flex: 0 0 auto;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bekannt-aus .marquee-item img{
    height: 100%;
    width: auto;
    max-height: 50px;
    max-width: 180px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.bekannt-aus .marquee-item a:hover img,
.bekannt-aus .marquee-item:hover img{
    transform: scale(1.05);
}

@keyframes bekannt-scroll{
    from{ transform: translateX(0); }
    to  { transform: translateX(-50%); }
}

@media (max-width: 768px){
    .bekannt-aus .marquee-track{ gap: 48px; animation-duration: 30s; }
    .bekannt-aus .marquee-item{ height: 36px; }
    .bekannt-aus .marquee-item img{ max-height: 36px; max-width: 130px; }
}

/* --- "Unsere Erfolge in Zahlen" --- */
.erfolge-zahlen{
    position: relative;
    padding: 90px 0;
    background: var(--primary-color);
    color: #ffffff;
    overflow: hidden;
    text-align: left;
}

.erfolge-zahlen::before{
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.06) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.04) 0%, transparent 50%);
    pointer-events: none;
}

.erfolge-zahlen .erfolge-grid{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    position: relative;
}

.erfolge-zahlen .erfolge-item{
    text-align: center;
    padding: 20px 10px;
    position: relative;
}

.erfolge-zahlen .erfolge-item + .erfolge-item::before{
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    bottom: 20%;
    width: 1px;
    background: rgba(255, 255, 255, 0.18);
}

.erfolge-zahlen .erfolge-icon{
    width: 48px;
    height: 48px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: rgba(255, 255, 255, 0.85);
}

.erfolge-zahlen .erfolge-number{
    font-family: var(--accent-font);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
    position: relative;
}

.erfolge-zahlen .erfolge-number::after{
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 2px;
    background: var(--secondary-color);
    opacity: 0.7;
}

.erfolge-zahlen .erfolge-suffix{
    font-size: 32px;
    font-weight: 600;
}

.erfolge-zahlen .erfolge-label{
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 991px){
    .erfolge-zahlen .erfolge-grid{
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 16px;
    }
    .erfolge-zahlen .erfolge-item + .erfolge-item::before{
        display: none;
    }
    .erfolge-zahlen .erfolge-number{ font-size: 38px; }
}

@media (max-width: 480px){
    .erfolge-zahlen{ padding: 60px 0; }
    .erfolge-zahlen .erfolge-grid{ gap: 24px 12px; }
    .erfolge-zahlen .erfolge-number{ font-size: 32px; }
    .erfolge-zahlen .erfolge-suffix{ font-size: 22px; }
    .erfolge-zahlen .erfolge-label{ font-size: 12px; }
    .erfolge-zahlen .erfolge-icon{ width: 36px; height: 36px; font-size: 20px; margin-bottom: 10px; }
}

/* --- Referenzobjekte --- */
.referenzen{
    padding: 100px 0;
    background: var(--white-color);
}

.referenzen .referenzen-slider-wrap{
    position: relative;
    margin-top: 20px;
}
.referenzen .referenzen-grid{
    display: flex;
    gap: 28px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.referenzen .referenzen-grid::-webkit-scrollbar{ display: none; }
.referenzen .referenz-card{
    scroll-snap-align: start;
    flex: 0 0 calc(33.333% - 19px);
    min-width: calc(33.333% - 19px);
}
.ref-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
    background: var(--white-color);
    color: var(--primary-color);
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(10,70,129,0.15);
    transition: all 0.2s ease;
}
.ref-arrow:hover{
    background: var(--primary-color);
    color: var(--white-color);
}
.ref-arrow-left{ left: -22px; }
.ref-arrow-right{ right: -22px; }

.referenzen .referenz-card{
    position: relative;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid rgba(15, 39, 71, 0.10);
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 4px 12px rgba(15, 39, 71, 0.05);
    scroll-snap-align: start;
    flex: 0 0 calc(33.333% - 19px);
    min-width: calc(33.333% - 19px);
}

.referenzen .referenz-card::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--secondary-color);
    transition: background 0.3s ease;
    z-index: 2;
}

.referenzen .referenz-card:hover::before{
    background: var(--primary-color);
}

.referenzen a.referenz-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 22px 44px rgba(15, 39, 71, 0.18);
    border-color: var(--primary-color);
    color: inherit;
}

.referenzen .referenz-image{
    position: relative;
    aspect-ratio: 16 / 10;
    background: #f4f6fb;
    overflow: hidden;
}

.referenzen .referenz-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.referenzen a.referenz-card:hover .referenz-image img{
    transform: scale(1.05);
}

.referenzen .referenz-badge{
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 6px 12px;
    background: var(--primary-color);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 8px;
}

.referenzen .referenz-body{
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 22px 22px 24px;
}

.referenzen .referenz-title{
    font-family: var(--accent-font);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
    color: #0a1a36;
    margin: 0 0 10px;
    transition: color 0.25s ease;
}

.referenzen a.referenz-card:hover .referenz-title{
    color: var(--primary-color);
}

.referenzen .referenz-city{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 500;
    color: var(--primary-color);
    margin: 0 0 14px;
}

.referenzen .referenz-meta{
    list-style: none;
    padding: 0;
    margin: auto 0 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-top: 1px solid rgba(15, 39, 71, 0.08);
    padding-top: 14px;
}

.referenzen .referenz-meta li{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #41506b;
}

.referenzen .referenz-meta i{
    flex: 0 0 14px;
    color: var(--primary-color);
    font-size: 12px;
}

@media (max-width: 991px){
    .referenzen .referenz-card{ flex: 0 0 calc(50% - 14px); min-width: calc(50% - 14px); }
}

@media (max-width: 600px){
    .referenzen{ padding: 70px 0; }
    .referenzen .referenz-card{ flex: 0 0 85%; min-width: 85%; }
    .ref-arrow-left{ left: 4px; }
    .ref-arrow-right{ right: 4px; }
    .ref-arrow{ width: 36px; height: 36px; font-size: 14px; }
}

/* --- Referenz button reset (was <a>, now <button>) --- */
.referenz-card.referenz-trigger{
    background: #ffffff;
    border: 1px solid rgba(15, 39, 71, 0.10);
    padding: 0;
    margin: 0;
    text-align: left;
    cursor: pointer;
    font: inherit;
    color: inherit;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.referenz-card.referenz-trigger:focus-visible{
    outline: 2px solid var(--primary-color);
    outline-offset: 3px;
}

.referenzen .referenz-card.referenz-trigger:hover{
    transform: translateY(-6px);
    box-shadow: 0 22px 44px rgba(15, 39, 71, 0.18);
    border-color: var(--primary-color);
}

.referenzen .referenz-card.referenz-trigger:hover .referenz-title{
    color: var(--primary-color);
}

.referenzen .referenz-card.referenz-trigger:hover .referenz-image img{
    transform: scale(1.05);
}

/* --- Referenz Modal --- */
.ref-modal{
    position: fixed;
    inset: 0;
    display: none;
    z-index: 1000;
}

.ref-modal.is-open{
    display: block;
    animation: rm-fadein 0.25s ease;
}

body.ref-modal-lock{ overflow: hidden; }

.ref-modal-backdrop{
    position: absolute;
    inset: 0;
    background: rgba(10, 26, 54, 0.65);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.ref-modal-dialog{
    position: relative;
    max-width: 900px;
    margin: 5vh auto;
    background: #ffffff;
    box-shadow: 0 30px 80px rgba(10, 30, 70, 0.30);
    overflow: hidden;
    animation: rm-slidein 0.3s cubic-bezier(.2,.7,.2,1);
    max-height: 90vh;
    display: flex;
    flex-direction: column;
}

.ref-modal-close{
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.92);
    color: var(--primary-color);
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
    transition: background 0.2s ease, transform 0.2s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.ref-modal-close:hover{
    background: var(--primary-color);
    color: #ffffff;
    transform: rotate(90deg);
}

.ref-modal-grid{
    display: grid;
    grid-template-columns: 420px 1fr;
    overflow: hidden;
}

.ref-modal-image{
    position: relative;
    background: linear-gradient(180deg, #eef2f8, #d8e1f0);
    overflow: hidden;
    min-height: 380px;
}

.ref-modal-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 380px;
}

.ref-modal-badge{
    position: absolute;
    top: 18px;
    left: 18px;
    padding: 7px 14px;
    background: var(--primary-color);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ref-modal-body{
    padding: 44px 40px 36px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.ref-modal-body h2{
    font-family: var(--accent-font);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    color: #0a1a36;
    margin: 0 0 12px;
}

.ref-modal-city{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    margin: 0 0 22px;
}

.ref-modal-meta{
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-top: 1px solid rgba(15, 39, 71, 0.10);
    padding-top: 18px;
}

.ref-modal-meta li{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #41506b;
    line-height: 1.4;
}

.ref-modal-meta i{
    flex: 0 0 16px;
    color: var(--primary-color);
    font-size: 14px;
}

.ref-modal-actions{
    margin-top: auto;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.ref-modal-actions .btn-default{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    font-size: 14px;
}

.ref-modal-actions .btn-outline{
    background: #ffffff;
    color: var(--primary-color);
    border: 1.5px solid var(--primary-color);
    box-shadow: none;
}

.ref-modal-actions .btn-outline:hover{
    background: var(--primary-color);
    color: #ffffff;
}

.ref-modal-actions .btn-default::before{
    display: none;
}

@keyframes rm-fadein{ from{opacity:0} to{opacity:1} }
@keyframes rm-slidein{
    from{ transform: translateY(30px) scale(0.97); opacity: 0; }
    to  { transform: translateY(0) scale(1); opacity: 1; }
}

@media (max-width: 820px){
    .ref-modal-dialog{ margin: 0; max-height: 100vh; height: 100vh; max-width: 100%; }
    .ref-modal-grid{ grid-template-columns: 1fr; height: 100%; overflow-y: auto; }
    .ref-modal-image{ max-height: 240px; min-height: 240px; }
    .ref-modal-image img{ min-height: 240px; }
    .ref-modal-body{ padding: 28px 22px 30px; }
    .ref-modal-body h2{ font-size: 20px; }
    .ref-modal-actions .btn-default{ flex: 1 1 auto; justify-content: center; }
}

/* --- Team trigger button (replaces anchor links) --- */
.team-item .team-trigger{
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    text-align: inherit;
    cursor: pointer;
    color: inherit;
    font: inherit;
}

.team-item .team-trigger:focus-visible{
    outline: 2px solid var(--primary-color);
    outline-offset: 4px;
}

/* --- Team Modal --- */
.team-modal{
    position: fixed;
    inset: 0;
    display: none;
    z-index: 1000;
}

.team-modal.is-open{
    display: block;
    animation: tm-fadein 0.25s ease;
}

body.team-modal-lock{
    overflow: hidden;
}

.team-modal-backdrop{
    position: absolute;
    inset: 0;
    background: rgba(10, 26, 54, 0.65);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.team-modal-dialog{
    position: relative;
    max-width: 920px;
    margin: 5vh auto;
    background: #ffffff;
    box-shadow: 0 30px 80px rgba(10, 30, 70, 0.30);
    overflow: hidden;
    animation: tm-slidein 0.3s cubic-bezier(.2,.7,.2,1);
    max-height: 90vh;
    display: flex;
    flex-direction: column;
}

.team-modal-close{
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background: rgba(15, 39, 71, 0.06);
    color: var(--primary-color);
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
    transition: background 0.2s ease, transform 0.2s ease;
}

.team-modal-close:hover{
    background: var(--primary-color);
    color: #ffffff;
    transform: rotate(90deg);
}

.team-modal-grid{
    display: grid;
    grid-template-columns: 360px 1fr;
    overflow: hidden;
}

.team-modal-image{
    background: linear-gradient(180deg, #eef2f8, #d8e1f0);
    overflow: hidden;
}

.team-modal-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 320px;
}

.team-modal-body{
    padding: 40px 44px 36px;
    overflow-y: auto;
}

.team-modal-body h2{
    font-family: var(--accent-font);
    font-size: 28px;
    font-weight: 700;
    color: #0a1a36;
    margin: 0 0 6px;
    line-height: 1.2;
}

.team-modal-role{
    display: inline-block;
    margin: 0 0 22px;
    padding: 5px 12px;
    background: rgba(15, 39, 71, 0.08);
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.team-modal-bio{
    font-size: 15px;
    line-height: 1.7;
    color: #41506b;
    margin-bottom: 28px;
    white-space: pre-wrap;
}

.team-modal-actions{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.team-modal-actions .btn-default{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    font-size: 14px;
}

.team-modal-actions .btn-outline{
    background: #ffffff;
    color: var(--primary-color);
    border: 1.5px solid var(--primary-color);
    box-shadow: none;
}

.team-modal-actions .btn-outline:hover{
    background: var(--primary-color);
    color: #ffffff;
}

.team-modal-actions .btn-default::before{
    display: none; /* no arrow inside modal actions */
}

@keyframes tm-fadein{
    from{ opacity: 0; }
    to  { opacity: 1; }
}
@keyframes tm-slidein{
    from{ transform: translateY(30px) scale(0.97); opacity: 0; }
    to  { transform: translateY(0) scale(1); opacity: 1; }
}

@media (max-width: 768px){
    .team-modal-dialog{
        margin: 0;
        max-height: 100vh;
        height: 100vh;
        max-width: 100%;
    }
    .team-modal-grid{
        grid-template-columns: 1fr;
        height: 100%;
        overflow-y: auto;
    }
    .team-modal-image{
        max-height: 280px;
    }
    .team-modal-image img{
        min-height: 240px;
    }
    .team-modal-body{
        padding: 28px 22px 30px;
    }
    .team-modal-body h2{ font-size: 22px; }
    .team-modal-actions .btn-default{ flex: 1 1 auto; justify-content: center; }
}

/* --- CTA Banner (Seitenende, jede Leistung) --- */
.cta-banner{
    position: relative;
    padding: 80px 0;
    background: var(--primary-color);
    color: #ffffff;
    overflow: hidden;
}

.cta-banner::before{
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(255,255,255,0.08) 0%, transparent 45%),
        radial-gradient(circle at 85% 80%, rgba(255,255,255,0.06) 0%, transparent 45%);
    pointer-events: none;
}

.cta-banner-inner{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
}

.cta-banner-text{
    flex: 1 1 460px;
}

.cta-banner-text h2{
    font-family: var(--accent-font);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 14px;
}

.cta-banner-text p{
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
    max-width: 560px;
}

.cta-banner-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

/* Primary button: białe tło, granatowy tekst — inverted dla kontrastu */
.cta-banner .cta-btn-secondary{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 17px 72px 17px 26px;
    position: relative;
    background-color: var(--white-color);
    background-image: linear-gradient(var(--secondary-color), var(--secondary-color));
    background-repeat: no-repeat;
    background-size: 52px 100%;
    background-position: right top;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(15, 39, 71, 0.18);
    transition: background-size 1.1s cubic-bezier(.4, 0, .2, 1), box-shadow 0.4s ease;
}

.cta-banner .cta-btn-secondary::before{
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background-image: url('../images/arrow-white.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 22px;
    height: 22px;
}

.cta-banner .cta-btn-secondary:hover{
    background-size: 100% 100%;
    color: var(--white-color);
}

@media (max-width: 768px){
    .cta-banner{ padding: 60px 0; }
    .cta-banner-text h2{ font-size: 26px; }
    .cta-banner-inner{ gap: 30px; }
    .cta-banner-actions{ width: 100%; }
    .cta-banner-actions .btn-default,
    .cta-banner-actions .cta-btn-secondary{
        flex: 1 1 auto;
        text-align: center;
        justify-content: center;
    }
}

/* --- Back-to-top floating button --- */
.back-to-top{
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: var(--primary-color);
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 95;
    opacity: 0;
    transform: translateY(20px) scale(0.85);
    pointer-events: none;
    box-shadow: 0 8px 24px rgba(15, 39, 71, 0.30);
    transition: opacity 0.3s ease, transform 0.3s cubic-bezier(.2,.7,.2,1), filter 0.2s ease, box-shadow 0.2s ease;
}

.back-to-top.is-visible{
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.back-to-top:hover,
.back-to-top:focus-visible{
    filter: brightness(1.15);
    box-shadow: 0 14px 32px rgba(15, 39, 71, 0.40);
    transform: translateY(-4px) scale(1);
    outline: none;
}

.back-to-top svg{
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.back-to-top:hover svg{
    transform: translateY(-2px);
}

/* Pulse ring on first appearance */
.back-to-top::before{
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
    opacity: 0;
    animation: backtop-pulse 2.4s ease-out infinite;
}

@keyframes backtop-pulse{
    0%   { transform: scale(0.95); opacity: 0.5; }
    70%  { transform: scale(1.25); opacity: 0; }
    100% { transform: scale(1.25); opacity: 0; }
}

@media (max-width: 768px){
    .back-to-top{
        right: 16px;
        bottom: 16px;
        width: 42px;
        height: 42px;
    }
    .back-to-top svg{ width: 18px; height: 18px; }
}

/* --- Floating social/contact widget (right side, all pages) --- */
.social-floating{
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 90;
}

.social-floating ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.social-floating li{
    display: block;
    align-self: flex-end;
}

.social-floating a{
    position: relative;
    display: flex;
    align-items: center;
    height: 52px;
    width: 52px;
    background: var(--primary-color);
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    border: 2px solid var(--secondary-color);
    border-right: none;
    overflow: hidden;
    transition: width 0.35s cubic-bezier(.2,.7,.2,1),
                background 0.25s ease,
                box-shadow 0.25s ease,
                border-color 0.25s ease;
    box-shadow: 0 6px 18px rgba(15, 39, 71, 0.25);
    white-space: nowrap;
}

.social-floating a:hover{
    border-color: #ffffff;
}

.social-floating a:hover,
.social-floating a:focus-visible{
    width: 240px;
    background: var(--accent-color);
    box-shadow: 0 10px 26px rgba(15, 39, 71, 0.45);
    filter: brightness(1.12);
    color: #ffffff;
}

.social-floating .social-icon{
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.social-floating .social-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.15;
    padding-right: 18px;
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity 0.25s ease 0.05s, transform 0.25s ease 0.05s;
}

.social-floating a:hover .social-text,
.social-floating a:focus-visible .social-text{
    opacity: 1;
    transform: translateX(0);
}

.social-floating .social-label{
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.social-floating .social-sublabel{
    font-size: 12px;
    font-weight: 400;
    opacity: 0.85;
    margin-top: 2px;
}

/* Per-icon brand accents (subtle) */
.social-floating li:nth-child(3) a:hover,
.social-floating li:nth-child(3) a:focus-visible{
    background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    box-shadow: 0 10px 26px rgba(220, 39, 67, 0.35);
}

@media (max-width: 768px){
    .social-floating a{
        height: 44px;
        width: 44px;
        border-radius: 8px;
    }
    .social-floating .social-icon{
        flex-basis: 44px;
        width: 44px;
        height: 44px;
        font-size: 16px;
    }
    .social-floating a:hover,
    .social-floating a:focus-visible{
        width: 210px;
    }
}

/* --- Consent checkbox (DSGVO) --- */
.contact-form .field-consent{
    position: relative;
    margin: 8px 0 0;
    padding-bottom: 22px;
}

.contact-form .consent-label{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    position: static;
    transform: none;
    font-size: 14px;
    font-weight: 400;
    color: #41506b;
    cursor: pointer;
    text-transform: none;
    letter-spacing: 0;
    pointer-events: auto;
    line-height: 1.5;
}

.contact-form .consent-label input[type="checkbox"]{
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.contact-form .consent-box{
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border: 1.5px solid #c3cbdc;
    background: #ffffff;
    position: relative;
    margin-top: 1px;
    transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.contact-form .consent-box::after{
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 11px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(0);
    transition: transform 0.18s ease;
}

.contact-form .consent-label:hover .consent-box{
    border-color: #0F2747;
}

.contact-form .consent-label input:focus-visible + .consent-box{
    box-shadow: 0 0 0 3px rgba(15, 39, 71, 0.15);
}

.contact-form .consent-label input:checked + .consent-box{
    background: #0F2747;
    border-color: #0F2747;
}

.contact-form .consent-label input:checked + .consent-box::after{
    transform: rotate(45deg) scale(1);
}

.contact-form .field-consent.is-invalid .consent-box{
    border-color: #d9534f;
    box-shadow: 0 0 0 3px rgba(217, 83, 79, 0.10);
}

.contact-form .consent-text a{
    color: #0F2747;
    text-decoration: underline;
}

.contact-form .field-consent .field-error{
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 2px;
    font-size: 0.78rem;
    font-weight: 500;
    color: #b02a27;
}

.contact-form .field-consent.is-invalid .field-error{
    display: block;
}

.contact-form .form-submit{
    margin-top: 24px;
}

.contact-form .btn-default{
    width: 100%;
    padding: 20px 56px 20px 32px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(15, 39, 71, 0.18);
    transition: all 0.4s ease-in-out, box-shadow 0.2s ease, transform 0.2s ease;
}

.contact-form .btn-default:hover{
    box-shadow: 0 16px 36px rgba(15, 39, 71, 0.28);
    transform: translateY(-2px);
}

.contact-form .btn-default:active{
    transform: translateY(0);
}

.contact-form .form-notice{
    font-size: 0.95rem;
    color: #41506b;
    margin-top: 18px;
}

.contact-form .form-notice a{
    color: #0F2747;
    text-decoration: underline;
}

/* --- Live validation states --- */
.contact-form .field-box.is-invalid{
    border-color: #d9534f;
    box-shadow: 0 0 0 3px rgba(217, 83, 79, 0.10);
}

.contact-form .field-box.is-valid{
    border-color: #2e8b57;
}

.contact-form .field-error{
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 4px;
    font-size: 0.78rem;
    font-weight: 500;
    color: #b02a27;
    letter-spacing: 0;
    text-transform: none;
}

.contact-form .field-box.is-invalid .field-error{
    display: block;
}

/* extra bottom space so absolute-positioned error doesn't overlap next field */
.contact-form .row > [class*="col-"]{
    padding-bottom: 22px;
}

.contact-form .form-status{
    margin-bottom: 14px;
    padding: 10px 14px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
}

.contact-form .form-status.success{
    background: #e7f5ec;
    color: #1e6b3a;
    border: 1px solid #b8e0c5;
}

.contact-form .form-status.error{
    background: #fdecec;
    color: #b02a27;
    border: 1px solid #f3c6c5;
}

.contact-form button[disabled]{
    opacity: 0.6;
    cursor: not-allowed;
}

.contact-us-image{
    width: 46%;
    height: 100%;
}

.contact-us-image figure{
    display: block;
    height: 100%;
}

.contact-us-image img{
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1.33;
    object-fit: cover;
}

.contact-info{
    padding: 50px 0 70px;
}

.contact-info-item{
    position: relative;
    background-color: #ffffff;
    border: 1px solid rgba(15, 39, 71, 0.10);
    height: calc(100% - 30px);
    padding: 50px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(15, 39, 71, 0.05);
    transition: box-shadow 0.4s ease-in-out, border-color 0.4s ease-in-out, transform 0.4s ease-in-out;
}

.contact-info-item::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--secondary-color);
    z-index: 3;
    transition: background 0.4s ease-in-out;
}

.contact-info-item:after{
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: var(--accent-color);
	z-index: 0;
	transition: all 0.4s ease-in-out;
}

.contact-info-item:hover{
    box-shadow: 0 20px 40px rgba(15, 39, 71, 0.18);
    border-color: var(--primary-color);
    transform: translateY(-4px);
}

.contact-info-item:hover::before{
    background: var(--primary-color);
}

.contact-info-item:hover:after{
    top: auto;
    height: 100%;
}

.contact-info-item .icon-box{
    position: relative;
    width: 60px;
    height: 60px;
    background: var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.contact-info-item .icon-box:after{
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: var(--white-color);
	z-index: 0;
	transition: all 0.4s ease-in-out;
}

.contact-info-item:hover .icon-box:after{
    top: auto;
    height: 100%;
}

.contact-info-item .icon-box img{
    position: relative;
    width: 100%;
    max-width: 30px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.contact-info-item:hover .icon-box img{
    filter: brightness(0) invert(0);
}

.contact-info-content{
    position: relative;
    z-index: 1;
}

.contact-info-content h2{
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 15px;
    transition: all 0.4s ease-in-out;
}

.contact-info-content p{
    margin-bottom: 35px;
    transition: all 0.4s ease-in-out;
}

.contact-info-content h3{
    font-size: 16px;
    font-weight: 500;
    color: var(--accent-color);
    transition: all 0.4s ease-in-out;
}

.contact-info-content h3 a{
    color: inherit;
    text-decoration: underline;
    -webkit-text-fill-color: inherit;
}

.contact-info-item:hover .contact-info-content h2{
    color: var(--white-color);
}

.contact-info-item:hover .contact-info-content p{
    color: var(--white-color);
    opacity: 80%;
}

.contact-info-item:hover .contact-info-content h3{
    -webkit-text-fill-color: var(--white-color);
}

.google-map .container-fluid{
	padding: 0;
}

.google-map-iframe,
.google-map-iframe iframe{
    height: 600px;
    width: 100%;
}

/************************************/
/***    31. 404 Error Page css    ***/
/************************************/

.error-page{
	padding: 100px 0;
}

.error-page-image{
	text-align: center;
	margin-bottom: 40px;
}

.error-page-image img{
	width: 100%;
	max-width: 50%;
}

.error-page-content{
	text-align: center;
}

.error-page-content .section-title{
	margin-bottom: 15px;
}

.error-page-content-body p{
	color: var(--primary-color);
	margin-bottom: 20px;
}

/************************************/
/***      32. Responsive css      ***/
/************************************/

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

	.topbar-contact-info ul{
		gap: 20px;
	}

	.topbar-login-btn{
		margin-right: 20px;
		padding-right: 20px;
	}

	.topbar-login-btn ul li{
		margin-right: 15px;
	}

	.topbar-login-btn ul li::before{
		right: -13px;
	}

	.topbar-social-links ul li{
		margin-right: 10px;
	}

	.navbar{
		padding: 20px 0;
	}

	.slicknav_nav li,
	.slicknav_nav ul{
        display: block;
    }

	.responsive-menu,
    .navbar-toggle{
        display: block;
    }

	.header-btn{
		display: none;
	}

	.btn-default{
		padding: 14px 42px 14px 14px;
	}

	.btn-default::before{
		right: 14px;
		width: 22px;
		height: 22px;
	}

	.section-row{
		margin-bottom: 40px;
	}

	.section-title-content{
		margin-top: 15px;
	}

	.section-row .section-btn{
		text-align: left;
		margin-top: 15px;
	}

	.section-title{
		margin-bottom: 30px;
	}

	.section-title h1{
		font-size: 46px;
	}

	.section-title h2{
		font-size: 36px;
	}

	.section-title p{
		margin-top: 15px;
	}
	
	.hero{
		padding: 80px 0;
	}

	.hero.hero-slider-layout .hero-slide{
		padding: 80px 0;
	}

	.hero.hero-slider-layout .hero-pagination{
		bottom: 30px;
		padding-left: 15px;
	}

	.hero-footer{
		padding: 15px 20px;
		margin-top: 40px;
	}

	.about-us{
		padding: 50px 0;
	}

	.about-us-images{
		width: 100%;
		max-width: 75%;
		margin: 0 auto 30px;
		padding: 20px 225px 140px 30px;
	}

	.about-image-2{
		max-width: 270px;
	}

	.about-image-circle a img{
		max-width: 120px;
	}

	.about-us-body{
		gap: 20px;
	}

	.about-body-item{
		width: calc(50% - 10px);
	}

	.about-body-item .icon-box{
		margin-right: 10px;
	}

	.about-body-item .icon-box img{
		max-width: 35px;
	}

	.about-body-item-content{
		width: calc(100% - 45px);
	}

	.about-us-footer{
		margin-top: 30px;
		padding-top: 30px;
	}

	.about-us-footer-counter h2{
		font-size: 60px;
	}

	.about-us-footer-counter{
		width: calc(22% - 20px);
	}

	.about-us-footer-content{
		width: calc(50% - 20px);
	}

	.our-services{
		padding: 50px 0;
	}

	.service-item{
		width: 50%;
	}
	
	.service-item:nth-of-type(-n + 4){
		border-top-width: 0;
	}

	.service-item:nth-of-type(-n + 2){
		border-top-width: 1px;
	}

	.service-image img{
		aspect-ratio: 1 / 1.1;
	}

	.service-content{
		right: 30px;
		left: 30px;
		bottom: 30px;
	}

	.service-title img{
		max-width: 45px;
		margin-bottom: 15px;
	}

	.service-item:hover .service-body{
		margin-top: 10px;
	}

	.contact-us-now-text{
		margin-top: 30px;
	}

	.scrolling-ticker{
		padding: 50px 0 25px;
	}

	.scrolling-ticker-box{
		--gap: 30px;
	}

	.scrolling-ticker-box .scrolling-content span{
		font-size: 70px;
	}

	.scrolling-ticker-box .scrolling-content span img{
		max-width: 35px;
		margin-right: 30px;
	}

	.why-choose-us{
		padding: 25px 0 50px;
	}

	.why-choose-content{
		margin-bottom: 30px;
	}

	.why-choose-list ul li{
		margin-bottom: 10px;
	}

	.why-choose-btn{
		margin-top: 30px;
	}

	.why-choose-image{
		margin: 0;
	}

	.why-choose-image img{
		aspect-ratio: 1 / 1.133;
	}

	.why-choose-author-info,
	.why-choose-author-skillbar{
		margin-bottom: 30px;
	}

	.why-choose-author-info h3{
		margin-bottom: 20px;
	}

	.skills-progress-bar{
		margin-bottom: 20px;
	}

	.how-we-work{
		padding: 50px 0;
	}

	.work-counter-list{
		gap: 30px 40px;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.work-counter-list-item{
		text-align: center;
		width: calc(25% - 30px);
	}

	.work-counter-item-header{
		display: block;
		margin-bottom: 10px;
	}

	.work-counter-item-header .icon-box{
		margin: 0 0 10px 0;
	}
	
	.work-counter-item-no{
		width: 100%;
	}

	.work-counter-item-no h2{
		font-size: 36px;
	}

	.how-work-content{
		margin-bottom: 30px;
	}

	.work-step-item{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.how-work-image img{
		aspect-ratio: 1 / 0.7;
		object-position: top center;
	}

	.our-achivements{
		padding: 50px 0;
	}

	.achivement-image{
		margin: 0 0 30px 0;
	}

	.achivement-image img{
		aspect-ratio: 1 / 0.7;
		object-position: top center;
	}

	.faq-accordion .accordion-item{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.faq-accordion .accordion-button:not(.collapsed){
		margin-bottom: 10px;
	}

	.faq-accordion .accordion-item .accordion-button::after,
	.faq-accordion .accordion-item .accordion-button.collapsed::after{
		top: 4px;
		height: 18px;
		width: 18px;
	}

	.our-team{
		padding: 50px 0;
	}

	.our-company-slider{
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.team-contact-circle a img{
		max-width: 110px;
	}

	.team-body{
		left: 60px;
		padding: 15px 20px;
	}

	.contact-us-now-text.team-footer{
		margin-top: 10px;
	}

	.intro-video{
		padding: 100px 0;
	}

	.intro-video-play-button{
		margin-bottom: 40px;
	}

	.intro-video-content{
		text-align: center;
	}

	.our-pricing{
		padding: 50px 0;
	}

	.our-pricing-swich{
		margin-bottom: 30px;
		gap: 20px;
	}

	.our-pricing-swich .form-check-label{
		font-size: 16px;
	}

	.our-pricing-swich.form-switch .form-check-input{
		width: 60px;
		height: 32px;
		background-size: 22px auto;
	}

	.pricing-item{
		padding: 30px;
	}

	.pricing-header{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.pricing-header h2{
		font-size: 36px;
		margin-bottom: 15px;
	}

	.pricing-body{
		margin-bottom: 20px;
	}
	
	.pricing-body h2{
		font-size: 36px;
	}

	.pricing-btn .btn-default{
		padding: 14px;
	}

	.pricing-benefit-list{
		margin-top: 10px;
	}

	.pricing-benefit-list ul{
		gap: 15px 30px;
	}

	.pricing-benefit-list ul li img{
		max-width: 18px;
		margin-right: 10px;
	}

	.our-testimonial{
		padding: 50px 0;
	}

	.testimonial-title-box{
		position: initial;
		margin: 0 0 30px 0;
	}

	.client-content-box{
		margin-bottom: 30px;
	}

	.testimonial-content-box{
		margin-left: 0;
	}

	.testimonial-company-logo{
		margin-bottom: 20px;
	}

	.testimonial-content{
		margin-bottom: 30px;
	}

	.author-content h3{
		font-size: 20px;
	}

	.our-facility{
		gap: 30px;
		margin-top: 30px;
		padding-top: 30px;
	}

	.facility-item{
		width: calc(33.33% - 20px);
	}

	.facility-item .icon-box{
		margin-bottom: 15px;
	}

	.facility-item .icon-box img{
		max-width: 40px;
	}

	.our-blog{
        padding: 50px 0 20px;
    }

    .post-featured-image{
		margin-bottom: 15px;
	}

    .post-item-content{
        margin-bottom: 20px;
    }

	.main-footer{
        padding: 50px 0 0;
    }

    .about-footer{
        max-width: 100%;
        margin-right: 30px;
    }

    .about-footer p{
		font-size: 18px;
        margin-bottom: 30px;
    }

    .footer-links h3{
        margin-bottom: 20px;
    }

    .footer-privacy-policy{
        margin-top: 40px;
    }

    .privacy-policy-list ul li{
        padding-right: 20px;
        margin-right: 20px;
    }

    .footer-copyright{
        padding: 30px 0;
    }

	.page-header{
		padding: 80px 0;
	}

	.page-header-box h1{
		font-size: 46px;
        margin-bottom: 10px;
	}

	.our-approach{
        padding: 50px 0;
    }

    .our-approach-content{
        margin-bottom: 30px;
    }

    .our-approach-image{
        max-width: 80%;
        margin: 0 auto;
    }

    .our-approach-circle img{
        max-width: 120px;
    }

	.what-we-do{
        padding: 50px 0;
    }

    .what-we-do-image{
		margin-right: 0;
        margin-bottom: 30px;
    }

    .what-we-do-image-box{
        padding-left: 50px;
    }

    .what-we-do-circle img{
        max-width: 100px;
    }

    .what-we-do-body{
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

	.what-we-do-body ul{
		gap: 15px 20px;
	}

    .what-we-list{
        gap: 30px 20px;
    }
    
    .what-we-item{
        width: calc(50% - 10px);
    }
    
    .what-we-item .icon-box{
        margin-right: 10px;
    }
    
    .what-we-item .icon-box img{
        max-width: 35px;
    }
    
    .what-we-item-content{
        width: calc(100% - 45px);
    }

	.our-benefit{
        padding: 50px 0;
    }

    .our-benefit-header-mobile{
        display: block;
        position: sticky;
        top: 0;
        z-index: 2;
        background: var(--white-color);
        padding: 20px 0 10px;
        text-align: center;
    }
    .our-benefit-header-mobile .section-title{
        margin-bottom: 0;
    }
    .our-benefit-content{
        display: none;
    }

	.our-benefit-list{
		gap: 30px;
	}

    .benefit-item .icon-box{
        margin-bottom: 15px;
    }

    .benefit-item .icon-box img{
        max-width: 45px;
    }

    .benefit-item-content h3{
        margin-bottom: 10px;
    }

    .benefit-footer{
        margin-top: 30px;
    }

	.our-opportunities{
        padding: 50px 0 0;
    }

    .opportunities-image,
    .opportunities-content{
        width: 100%;
    }

    .opportunities-image img{
        aspect-ratio: 1 / 0.6;
    }

    .opportunities-content .section-title{
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .opportunities-body{
        margin-bottom: 40px;
    }

	.opportunities-body ul{
		gap: 15px 20px;
	}

    .opportunities-video-content{
        padding: 20px 40px;
    }

	.our-faqs{
        padding: 50px 0;
    }

    .faqs-image{
        margin-bottom: 30px;
    }

	.faq-img img{
		aspect-ratio: 1 / 0.7;
	}

    .company-experience{
        bottom: 20px;
        left: 20px;
        padding: 15px 25px 15px 15px;
    }

    .company-experience h3{
        font-size: 36px;
    }

    .faqs-content{
        margin-left: 0;
    }

	.page-services{
        padding: 50px 0 30px;
    }

	.page-services .service-item-list .service-item{
		width: calc(50% - 15px);
	}

	.page-service-single{
        padding: 50px 0;
    }

    .service-sidebar{
        position: initial;
        margin: 0 0 30px 0;
    }

    .service-catagery-list{
        margin-bottom: 30px;
    }

	.service-catagery-list h3{
        padding: 15px 20px;
    }

	.service-catagery-list ul li{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

    .sidebar-cta-box{
        padding: 30px;
    }

    .sidebar-cta-logo,
    .sidebar-cta-content,
    .sidebar-cta-content h3{
        margin-bottom: 25px;
    }

    .sidebar-cta-logo img{
        flex-basis: 100%;
    max-width: 100%;
    margin-top: 6px;
    }

    .sidebar-cta-content h3{
        font-size: 20px;
    }

    .sidebar-cta-content ul li{
        margin-bottom: 15px;
    }

    .service-feature-image{
        margin-bottom: 30px;
    }

    .service-feature-image img{
        aspect-ratio: 1 / 0.5;
    }

    .service-entry{
        margin-bottom: 30px;
    }

    .service-entry h2{
        font-size: 36px;
		margin-bottom: 15px;
    }

	.service-entry p{
		margin-bottom: 15px;
	}

    .service-entry ul{
        gap: 15px;
    }

    .service-entry ul li{
        width: calc(50% - 7.5px);
        padding-left: 18px;
    }

    .benefit-service-box,
    .service-why-choose-box,
    .service-entry-process{
        margin-top: 30px;
    }

    .benefit-services-list{
        gap: 15px;
        margin: 30px 0;
    }

    .benefit-services-list .benefit-item{
        width: calc(25% - 11.25px);
    }

    .benefit-item-content h3{
        font-size: 18px;
    }

    .service-entry-counter-box{
        padding: 40px 50px 40px 30px;
    }

	.service-entry-video,
    .service-entry-process-steps,
    .service-entry-process .contact-us-now-text{
        margin-top: 30px;
    }

    .service-process-step-no,
    .service-process-step-body{
        margin-bottom: 20px;
    }

    .service-process-step-body .icon-box{
        margin-right: 10px;
    }

    .service-process-step-body .icon-box img{
        max-width: 40px;
    }

    .service-process-step-title{
        width: calc(100% - 50px);
    }

	.page-blog{
        padding: 50px 0;
    }
    
    .page-pagination{
        margin-top: 10px;
    }

	.page-single-post{
        padding: 50px 0;
    }
    
    .post-image{
        margin-bottom: 20px;
    }
    
    .post-entry h1,
    .post-entry h2,
    .post-entry h3,
    .post-entry h4,
    .post-entry h5,
    .post-entry h6{
        margin: 0 0 0.417em;
    }
    
    .post-entry h2{
        font-size: 36px;
    }
    
    .post-entry p{
        margin-bottom: 15px;
    }

	.post-entry ul li{
		font-size: 16px;
		margin-bottom: 10px;
	}
    
    .post-entry blockquote{
        background-position: 25px 25px;
        background-size: 50px;
        padding: 25px 25px 25px 85px;
        margin-bottom: 20px;
    }
    
    .post-entry blockquote p{
        font-size: 18px;
    }
    
    .post-tags{
        margin-bottom: 20px;
    }

    .tag-links{
        font-size: 22px;
    }

    .post-tags .tag-links a{
        font-size: 14px;
		padding: 12px 15px;
    }
    
    .post-social-sharing ul{
        text-align: left;
    }

	.page-projects{
        padding: 50px 0 30px;
    }

	.project-img img{
		aspect-ratio: 1 / 0.87;
	}

    .project-content{
        right: 20px;
        bottom: 20px;
        left: 20px;
    }

    .project-content p{
        margin-bottom: 15px;
    }

	.page-project-single{
        padding: 50px 0;
    }

    .project-sidebar{
        position: initial;
        margin: 0 0 30px 0;
    }

    .project-catagery-list{
        margin-bottom: 30px;
    }

    .project-catagery-list h3{
        padding: 15px 20px;
    }

    .project-single-slider{
        margin-bottom: 30px;
    }

    .project-single-slider .swiper-slide img{
        aspect-ratio: 1 / 0.55;
    }

    .project-entry{
        margin-bottom: 30px;
    }

    .project-entry h2{
        font-size: 36px;
		margin-bottom: 15px;
    }

	.project-entry p{
		margin-bottom: 15px;
	}

    .project-entry ul li{
        margin-bottom: 10px;
    }

    .project-challenge-box{
        margin-top: 30px;
    }

    .project-challenge-item-list{
        gap: 30px;
        margin-top: 30px;
    }

    .project-challenge-content h3{
        margin-bottom: 15px;
	}

	.page-team{
        padding: 50px 0 20px;
    }

	.page-team-single{
		padding: 50px 0;
	}

	.team-member-info-box,
	.team-member-about{
		margin-bottom: 50px;
	}

	.team-member-info-box{
		gap: 30px;
	}

	.team-member-image,
	.team-member-content{
		width: 100%;
	}

	.team-member-image img{
		aspect-ratio: 1 / 0.75;
	}

	.member-content-body{
		padding: 30px;
	}

	.member-content-body ul li{
		font-size: 18px;
		margin-bottom: 20px;
	}

	.member-social-list{
		margin-top: 30px;
	}

	.team-member-about-list ul{
		gap: 15px 10px;
	}

	.team-member-about-list ul li{
        width: calc(50% - 5px);
		padding-left: 12px;
    }

	.team-member-experience{
		gap: 30px;
	}

	.team-experience-box,
	.team-contact-form{
		width: 100%;
	}

	.team-experience-skills{
		margin-top: 30px;
	}

	.team-contact-form{
		padding: 30px;
	}

	.page-gallery{
        padding: 50px 0 20px;
    }

	.page-video-gallery{
        padding: 50px 0 20px;
    }

	.page-pricing{
        padding: 50px 0;
    }

	.page-faqs{
		padding: 50px 0;
	}

	.faq-sidebar{
		position: initial;
		top: 0px;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.faq-catagery-list ul li{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.page-faqs-accordion{
		margin-bottom: 40px;
	}

	.page-contact-us{
        padding: 50px 0 25px;
    }

    .contact-us-form,
    .contact-us-image{
        width: 100%;
    }

    .contact-us-form{
        padding: 50px;
    }

    .contact-form .form-control{
        padding: 26px 14px 10px;
    }

    .contact-us-image,
    .contact-us-image figure,
    .contact-us-image img{
        height: auto;
    }

    .contact-us-image img{
        aspect-ratio: 1 / 0.9;
    }

    .contact-info{
        padding: 25px 0 20px;
    }

    .contact-info-item{
        padding: 30px;
    }

    .contact-info-item .icon-box{
        width: 50px;
        height: 50px;
        margin-bottom: 20px;
    }

    .contact-info-item .icon-box img{
        max-width: 26px;
    }

    .contact-info-content h2{
        font-size: 20px;
        margin-bottom: 10px;
    }

    .contact-info-content p{
        margin-bottom: 20px; 
    }

    .google-map-iframe,
    .google-map-iframe iframe{
        height: 450px;
    }

	.error-page{
		padding: 50px 0;
	}
	
	.error-page-image{
		margin-bottom: 30px;
	}

	.error-page-image img{
		max-width: 80%;
	}
}

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

    .btn-default{
        padding: 14px 56px 14px 18px;
        font-size: 14px;
        background-size: 42px 100%;
    }
    .btn-default::before{
        right: 10px;
        width: 18px;
        height: 18px;
    }
    .btn-secondary{
        padding: 14px 56px 14px 18px;
        font-size: 14px;
        background-size: 42px 100%;
    }
    .btn-secondary::before{
        right: 10px;
        width: 18px;
        height: 18px;
    }

	.topbar-contact-info ul{
		justify-content: center;
	}

	.topbar-social-login{
		display: none;
	}

	.section-title h1{
		font-size: 26px;
	}

	.section-title h2{
		font-size: 26px;
	}

	.hero::before{
		background: var(--accent-color);
	}

	.hero-body{
		gap: 15px 40px;
	}

	.hero-body .video-play-button a{
		height: 45px;
		width: 45px;
	}

	.hero-body .video-play-button a img{
		max-width: 16px;
	}

	.hero-footer{
		width: 100%;
        padding: 15px;
        margin-top: 30px;
    }

	.hero-footer ul{
		justify-content: center;
		gap: 20px 25px;
	}

	.hero-footer ul li{
		display: flex;
		flex-direction: column;
		justify-content: center;
		font-size: 14px;
	}

	.hero-footer ul li img{
		margin: 0 auto;
		margin-bottom: 8px;
	}

	.about-us-images{
		max-width: 100%;
		padding: 15px 100px 130px 20px;
	}

	.about-image-2{
        max-width: 200px;
        bottom: 25px;
        right: 30px;
    }

	.about-image-circle{
		top: 10px;
		right: 0;
	}

	.about-image-circle a img{
        max-width: 100px;
    }

	.about-body-item{
		width: 100%;
	}

	.about-body-item .icon-box{
		margin-right: 5px;
	}

	.about-body-item .icon-box img{
        max-width: 30px;
    }

	.about-body-item-content{
        width: 100%;
    }

	.about-us-footer{
		gap: 20px;
	}

	.about-us-footer-counter{
        width: calc(28% - 10px);
    }

	.about-us-footer-counter h2{
        font-size: 40px;
    }

	.about-us-footer-content{
        width: calc(72% - 10px);
    }

	.about-us-footer-content h3{
		font-size: 16px;
	}

	.about-us-footer-button{
		text-align: left;
		width: 100%;
	}

	.service-item{
		width: 100%;
	}

	.service-item:nth-of-type(-n + 4){
        border-top-width: 0;
    }

	.service-item:first-child{
        border-top-width: 1px;
    }

	.service-image img{
        aspect-ratio: 16 / 9;
    }

	.service-content{
        right: 20px;
        left: 20px;
        bottom: 20px;
    }

	.service-title h3{
		font-size: 16px;
	}

	.contact-us-now-text p i{
		font-size: 16px;
		margin-right: 2px;
	}

	.scrolling-ticker-box{
		--gap: 20px;
	}

	.scrolling-ticker-box .scrolling-content span{
		font-size: 40px;
	}

	.scrolling-ticker-box .scrolling-content span img{
		width: 25px;
		margin-right: 20px;
	}

	.why-choose-list ul li{
        font-size: 14px;
    }

	.why-choose-image{
		margin-bottom: 30px;
	}

	.why-choose-author-info h3{
		font-size: 18px;
	}

	.why-choose-author-content h3{
		font-size: 18px;
	}

	.work-counter-list{
        gap: 20px;
    }

	.work-counter-list-item{
        width: calc(50% - 10px);
    }

	.work-counter-item-header .icon-box img{
		max-width: 40px;
	}

	.work-counter-item-no h2{
        font-size: 26px;
    }

	.work-step-item .icon-box{
		margin-right: 15px;
	}

	.work-step-item .icon-box img{
		max-width: 40px;
	}

	.work-step-content{
		width: calc(100% - 55px);
	}

	.work-step-content h2{
		font-size: 18px;
		margin-bottom: 10px;
	}

	.how-work-image img{
		aspect-ratio: 1 / 0.9;
		object-position: center center;
	}
	
	.achivement-image img{
		aspect-ratio: 1 / 0.884;
		object-position: center center;
	}

	.faq-accordion .accordion-header .accordion-button{
		font-size: 18px;
		padding-right: 30px;
	}

	.faq-accordion .accordion-item .accordion-button::after,
	.faq-accordion .accordion-item .accordion-button.collapsed::after{
        height: 14px;
        width: 14px;
    }

	.faq-accordion .accordion-item .accordion-body{
		padding: 0;
	}

	.section-row .section-title{
		text-align: center;
	}

	.team-contact-circle{
		text-align: center;
		margin-top: 20px;
	}

	.team-contact-circle a img{
        max-width: 95px;
    }

	.team-image a img{
		aspect-ratio: 1 / 1.15;
	}

	.team-body{
        padding: 15px;
    }

	.team-content{
		width: calc(100% - 50px);
	}

	.team-content h3{
		font-size: 18px;
		margin-bottom: 5px;
	}

	.team-social-list{
		margin-left: 10px;
	}

	.intro-video-play-button a{
		width: 70px;
		height: 70px;
	}

	.intro-video-play-button a i{
		font-size: 26px;
	}

	.pricing-item{
        padding: 20px;
    }

	.pricing-header h2{
		font-size: 26px;
	}
	
	.pricing-header h3{
		font-size: 18px;
		margin-bottom: 15px;
	}
	
	.pricing-body h2{
		font-size: 26px;
	}

	.pricing-benefit-list ul{
		gap: 15px;
	}

	.pricing-benefit-list ul li{
		width: calc(50% - 7.5px);
		font-size: 12px;
	}

	.pricing-benefit-list ul li img{
		max-width: 16px;
		margin-right: 5px;
	}

	.client-logo{
		margin-right: 15px;
		padding-right: 15px;
	}

	.testimonial-company-logo{
        margin-bottom: 15px;
    }

	.testimonial-content{
        margin-bottom: 20px;
    }

	.testimonial-content p{
		font-size: 16px;
	}

	.author-image{
		margin-right: 10px;
	}

	.author-image img{
		max-width: 60px;
	}

	.author-content{
		width: calc(100% - 70px);
	}

	.author-content h3{
        font-size: 18px;
    }

	.testimonial-pagination{
		font-size: 20px;
		bottom: 22px;
	}
	
	.testimonial-pagination span{
		font-size: 18px;
	}

	.our-facility{
        gap: 30px 20px;
    }

	.facility-item{
        width: calc(50% - 10px);
    }

	.facility-item .icon-box{
        margin-bottom: 10px;
    }

	.facility-item-content h3{
		font-size: 18px;
	}

	.post-featured-image img{
        aspect-ratio: 1 / 0.72;
    }

    .post-item-content h3{
        font-size: 18px;
    }

	.about-footer{
        margin: 0 0 30px 0;
    }

    .about-footer p{
        font-size: 16px;
        margin-bottom: 20px;
    }

    .footer-links{
        margin-bottom: 30px;
    }    

    .footer-links h3{
        font-size: 18px;
    }

    .footer-privacy-policy{
        display: block;
        margin-top: 0;
    }

    .footer-logo{
		text-align: center;
        margin-bottom: 15px;
    }

    .footer-logo img{
        max-width: 170px;
    }

    .privacy-policy-list ul{
        text-align: center;
    }

    .privacy-policy-list ul li{
        padding-right: 10px;
        margin-right: 10px;
    }

    .footer-copyright{
		padding: 15px 0;
        display: block;
        text-align: center;    
    }

    .footer-go-to-top-btn{
        margin-top: 15px;
    }

    .footer-go-to-top-btn a i{
        font-size: 16px;
        margin-left: 5px;
    }

	.page-header-box h1{
		font-size: 26px;
        margin-bottom: 5px;
	}

	.our-approach-image{
		max-width: 100%;
        padding-left: 100px;
    }
    
    .our-approach-image-2{
        max-width: 180px;
    }

    .our-approach-image-2 figure img{
        border-width: 5px;
    }

    .our-approach-circle img{
        max-width: 100px;
    }

	.what-we-do-image{
        gap: 20px;
    }

    .what-we-do-img-1,
    .what-we-do-img-2{
        width: calc(50% - 10px);
    }

    .what-we-do-image-box{
        padding-left: 40px;
    }

    .what-we-do-circle img{
        max-width: 80px;
    }

    .what-we-do-body{
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

	.what-we-do-body ul{
        gap: 10px 20px;
    }

    .what-we-do-body ul li{
        width: 100%;
    }

    .what-we-list{
        gap: 20px 10px;
    }
    
    .what-we-item{
        width: 100%;
    }
    
    .what-we-item-content{
        width: 100%;
    }

	.benefit-item{
        width: 100%;
        text-align: center;
    }

    .benefit-item .icon-box{
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
    }

    .benefit-item .icon-box img{
        max-width: 40px;
    }

    .benefit-item-content h3{
        font-size: 18px;
    }

    .our-benefit-list{
        gap: 24px;
    }

    .benefit-footer{
        text-align: center;
    }

    .benefit-footer{
        margin-top: 20px;
    }

	.benefit-footer .benefit-footer-content{
		padding: 8px 15px;
	}

	.opportunities-image img{
        aspect-ratio: 1 / 0.8;
    }

	.opportunities-content .section-title{
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

	.opportunities-body ul{
        gap: 10px 20px;
    }

    .opportunities-body ul li{
        width: 100%;
    }

    .opportunities-body{
        margin-bottom: 30px;
    }

    .opportunities-image-video,
    .opportunities-video-content{
        width: 100%;
    }

    .opportunities-video-content{
        padding: 20px;
    }

    .opportunities-video-content p{
        margin-bottom: 10px;
    }

    .video-contact-content h3{
        font-size: 18px;
    }

	.faq-img img{
        aspect-ratio: 1 / 0.9;
    }

	.company-experience{
        padding: 10px 15px 10px 10px;
    }

    .company-experience h3{
        font-size: 26px;
        margin-bottom: 0;
    }

	.page-services .service-item-list .service-item{
		width: 100%;
	}

	.service-catagery-list h3{
		font-size: 18px;
        padding: 12px 20px;
    }

    .service-catagery-list ul,
    .sidebar-cta-box{
        padding: 20px;
    }

    .sidebar-cta-logo,
    .sidebar-cta-content,
    .sidebar-cta-content h3{
        margin-bottom: 20px;
    }

    .sidebar-cta-logo img{
        max-width: 180px;
    }

    .sidebar-cta-content h3{
        font-size: 18px;
    }

    .service-feature-image{
        margin-bottom: 20px;
    }

    .service-feature-image img{
        aspect-ratio: 1 / 0.7;
    }

    .service-entry h2{
        font-size: 26px;
    }

    .service-entry ul li{
        width: 100%;
    }

    .benefit-services-list .benefit-item{
        width: calc(50% - 7.5px);
    }

    .service-entry-image-counter{
        gap: 20px;
    }

    .service-entry-counter-box{
        padding: 40px 30px 40px 30px;
    }

    .service-entry-counter-box{
        width: 100%;
    }

	.service-entry-counter h3{
		font-size: 18px;
	}

    .service-entry-video-image img{
        aspect-ratio: 1 / 0.65;
    }

    .service-process-step-item{
        width: 100%;
    }

    .service-process-step-no{
		margin-bottom: 15px;
	}

    .service-process-step-body{
        margin-bottom: 10px;
    }

    .service-process-step-no{
        padding: 6px 10px;
	}

    .service-process-step-title h3{
        font-size: 18px;
    }

	.service-entry-process .contact-us-now-text p{
		text-align: center;
		font-size: 14px;
	}

	.post-image img{
        aspect-ratio: 1 / 0.7;
    }
    
    .post-entry blockquote{
        background-position: 15px 12px;
        padding: 60px 15px 15px 15px;
    }
    
    .post-entry h2{
        font-size: 26px;
    }
    
    .tag-links{
        font-size: 20px;
    }

	.project-content p{
        font-size: 14px;
        margin-bottom: 10px;
    }

    .project-content h3{
        font-size: 18px;
    }

	.project-catagery-list h3{
        font-size: 18px;
        padding: 12px 20px;
    }

    .project-catagery-list ul,
    .sidebar-cta-box{
        padding: 20px;
    }
    
    .project-catagery-list ul li{
        font-size: 18px;
    }

    .project-single-slider{
        margin-bottom: 20px;
    }

    .project-single-slider .swiper-slide img{
        aspect-ratio: 1 / 0.72;
    }

    .project-single-slider .project-pagination .swiper-pagination-bullet{
        height: 10px;
        width: 10px;
    }

    .project-single-slider .project-pagination .swiper-pagination-bullet-active:before{
        height: 20px;
        width: 20px;
    }

    .project-entry h2{
        font-size: 26px;
    }

    .project-challenge-item{
        display: block;
    }

    .project-challenge-image,
	.project-challenge-content{
        width: 100%;
    }

    .project-challenge-image{
        margin-bottom: 20px;
    }

    .project-challenge-image img{
        aspect-ratio: 1 / 0.72;
    }

    .project-challenge-content h3{
        margin-bottom: 10px;
    }

	.team-member-info-box{
		gap: 20px;
	}

    .team-member-image img{
        aspect-ratio: 1 / 1.05;
    }

	.member-content-body{
        padding: 20px 15px;
    }

	.member-content-body ul li{
        font-size: 16px;
    }

	.member-content-body ul li span{
		width: 50%;
	}

	.member-social-list span{
		font-size: 18px;
	}

	.member-social-list ul li{
		margin-right: 10px;
	}

	.team-member-about-list ul li{
		width: 100%;
	}

	.team-experience-box .member-content-body ul li span{
		width: 75%;
	}

	.team-contact-form{
        padding: 20px;
    }

	.faq-catagery-list{
		padding: 20px;
	}

	.contact-us-form{
        padding: 20px;
    }

    .contact-info-item{
        padding: 20px;
    }

    .contact-info-item .icon-box{
        margin-bottom: 15px;
    }

    .contact-info-content h2{
        font-size: 18px;
        margin-bottom: 5px;
    }

    .contact-info-content p{
        margin-bottom: 15px;
    }

    .google-map-iframe,
    .google-map-iframe iframe{
        height: 350px;
    }
}

/* === Mobile benefit-items: wyśrodkowane, jedno pod drugim === */
@media (max-width: 768px) {
    .our-benefit-list .benefit-item {
        width: 100% !important;
        flex: 0 0 100% !important;
        text-align: center;
        padding: 20px;
    }
    .our-benefit-list .benefit-item .icon-box {
        display: flex;
        justify-content: center;
    }
    .our-benefit-list {
        gap: 24px;
    }
    .benefit-footer {
        text-align: center;
        justify-content: center;
    }
    .benefit-item-content h3 { font-size: 16px; }
    .benefit-item-content p { font-size: 13px; line-height: 1.45; }
}