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

Template Name: Robok - AI Agency & Technology HTML Template
Author: validtheme
Description:
Version: 1.0

Main Font    : Sora
Main Color   : #7476ff

-------------------------------------

[Typography]

Body copy:    15px 'Sora', sans-serif
Header:     36px 'Sora', sans-serif
Input, textarea:  16px 'Sora', sans-serif
Sidebar heading:  20px 'Sora', sans-serif

>>> TABLE OF CONTENTS:
=======================
        
    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
    02. Preloader
    03 Navbar
        - Navbar Default
        - Navbar Transparent
        - Navbar Sticky
        - Navbar Box
    04. Banner
        - Banner Style One
        - Banner Style Two
        - Banner Style Three
    05. About Us
	    - About Style One
        - About Style Two
    06. Services
        - Service Style one
        - Services Style Two
        - Services Style Three
    07. Features
    08. Work Process
    09. Why Choose Us
    10. Fun Factor
    11. Pricing Table
    12. Partner
    13. Team
        - Team Style One
        - Team Style Two
        - Team Details
    14. Testimonials
		- Testimonial Style One
        - Testimonial Style Two
        - Testimonial Style Three
    15. Projects
		- Project Style One
        - Project Details
    16. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
        - Single
    17. Newsletter Subscribe
    18. FAQ
    19. Error 404
    20. Footer
    21. PHP Contact Form
    22. Others

*/

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');


/* Varialbes */
:root {
	--font-default: 'Sora', sans-serif;
	--font-heading: 'Sora', sans-serif;
	--fontawesome: "Font Awesome 5 Pro";
	--black: #000000;
	--dark: #1f1f1f;
	--dark-secondary: #363e40;
	--dark-optional: #111315;
	--white: #ffffff;
	--white-secondary: #b5b5bc;
	--white-common: #cfddde;
	--color-primary: #C52C10;
	--color-secondary: #FD7B15;
	--color-style-two: #45D0BD;
	--color-style-three: #44B6E9;
	--color-heading: #000662;
	--color-paragraph: #60616c;
	--box-shadow-primary: -1px 3px 10px 0 rgba(0, 0, 0, 0.6);
	--box-shadow-secondary: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
	--box-shadow-regular: 0px 2px 12px 0px #e7e7e7;
	--bg-gray: #f0f2f4;
	--bg--gray-secondary: #f4f4f4;
	--bg-gradient: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 100%);
}



/* ============================================================== 
     # Reset Browsers
=================================================================== */

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body,
html {
	height: 100%;
}

html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

.wrapper {
	height: 100%;
}

img {
	border: none;
	outline: none;
	max-width: 100%;
}

label {
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
	max-width: 100%;
}

a {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
}

a img {
	border: none;
}

a:active {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
	opacity: 1;
}

a:focus {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
}

a:hover {
	outline: none;
	text-decoration: none;
	color: var(--color-primary);
	opacity: 1;
}

button {
	outline: medium none;
}

iframe {
	border: none;
}

hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #eeeeee;
}

pre {
	display: block;
	margin: 0 0 30px;
	padding: 9.5px;
	word-wrap: break-word;
	word-break: break-all;
	color: #333333;
	border: 1px solid #ededed;
	border-radius: inherit;
	background-color: #f9f9f9;
	font-size: 13px;
	line-height: 1.42857143;
}

input {
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	min-height: 50px;
}

input:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

textarea:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

select:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

ul {
	list-style-type: none;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

b {
	font-weight: 600;
}

strong {
	font-weight: 600;
}

.row {
	--bs-gutter-x: 30px;
}

i::before {
	line-height: inherit !important;
}

.split-text {
	overflow: hidden;
	position: relative;
}

.split-text .line {
	overflow: hidden;
	display: none;
}

/* ============================================================== 
    # Template Default Styles
=================================================================== */

body {
	font-family: var(--font-default);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	overflow-x: hidden;
	background-color: var(--white);
	color: var(--color-paragraph);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--color-heading);
	font-weight: normal;
	line-height: 1.2;
	font-family: var(--font-heading);
	letter-spacing: 0;
	margin: 0;
	margin-bottom: 15px;
	font-weight: 500;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 28px;
	font-weight: 600;
}

h4 {
	font-size: 24px;
	font-weight: 600;
}

h5 {
	font-size: 18px;
	font-weight: 600;
}

h6 {
	font-size: 14px;
	font-weight: 600;
}

a,
.btn,
button {
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	outline: medium none;
	text-decoration: none;
	font-weight: 600;
}

p {
	color: var(--color-paragraph);
	margin: 0 0 25px;
	text-transform: none;
	font-weight: 400;
	font-family: var(--font-default);
}


/* ============================================================== 
    # Helper CSS
=================================================================== */

@media (min-width: 1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1400px;
	}
}

.container-full {
	padding: 0 15px;
	margin: auto;
	max-width: 1400px;
}

@media (min-width: 576px) {
	.container-full {
		max-width: 540px;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.container-full {
		max-width: 720px;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.container-full {
		max-width: 960px;
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.container-full {
		max-width: 95%;
		width: 100%;
	}
}

@media (min-width: 1400px) {
	.navbar .container-full {
		max-width: 1800px;
		width: 100%;
	}
}

.container-medium {
	padding: 0 15px;
	margin: auto;
}

@media (min-width: 576px) {
	.container-medium {
		max-width: 540px;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.container-medium {
		max-width: 720px;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.container-medium {
		max-width: 960px;
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.container-medium {
		max-width: 1600px;
		width: 100%;
	}
}

.container-fill {
	padding: 0 15px;
	margin: auto;
	max-width: 100%;
}

@media (min-width: 576px) {
	.container-fill {
		max-width: 540px;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.container-fill {
		max-width: 720px;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.container-fill {
		max-width: 960px;
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.container-fill {
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 1199px) {
	.container-fill {
		padding: 0 25px;
		width: 100%;
	}
}

@media only screen and (min-width: 1367px) {
	.container-stage {
		margin-left: calc((100% - 1400px)/ 2);
		width: auto;
		min-width: auto;
		max-width: inherit;
		padding-right: 0;
	}

	.container-stage-lg {
		margin-left: calc((100% - 1400px)/ 2);
		width: auto;
		min-width: auto;
		max-width: inherit;
		padding-right: 50px;
	}

	.container-stage-left {
		width: auto;
		min-width: auto;
		max-width: inherit;
		padding-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.row {
		--bs-gutter-x: 1.5rem;
	}
}

.bg-cover {
	background-position: center center !important;
	background-size: cover !important;
}

.bg-contain {
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: left top !important;
}

.bg-fixed {
	background-attachment: fixed !important;
	background-position: center center !important;
	background-size: cover !important;
}

.bg-fit {
	background-size: 100% 100% !important;
	background-position: center !important;
}

.bg-gray {
	background: var(--bg-gray);
}

.bg-gray-secondary {
	background: var(--bg--gray-secondary);
}

.bg-light {
	background-color: var(--white);
}

.bg-dark {
	background-color: var(--dark-optional) !important;
}

.bg-dark-secondary {
	background-color: var(--dark-secondary) !important;
}

.bg-dark-optional {
	background-color: var(--dark) !important;
}

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

.bg-theme-secodnary {
	background-color: var(--color-secondary);
}

.bg-gradient {
	background-color: var(--color-primary);
	background: var(--bg-gradient) !important;
}

.bg-gradient-secondary {
	background-color: var(--color-secondary);
	background: var(--bg-gradient-secondary) !important;
}

.gradient-bg {
	background-color: var(--color-primary);
	background: var(--gradient-bg) !important;
}

.text-light {
	color: var(--white);
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light span,
.text-light a {
	color: var(--white);
}

.shadow {
	-webkit-box-shadow: inherit !important;
	box-shadow: inherit !important;
}

.shadow.dark {
	position: relative;
	z-index: 1;
}

.shadow.dark:after {
	background: var(--black);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.4;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.shadow.dark-hard {
	position: relative;
	z-index: 1;
}

.shadow.dark-hard:after {
	background: rgba(0, 4, 30, 0) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.shadow.theme {
	position: relative;
	z-index: 1;
}

.shadow.theme:after {
	background: var(--color-primary);
	content: "";
	height: 100%;
	left: 0;
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.shadow.theme-hard {
	position: relative;
	z-index: 1;
}

.shadow.theme-hard:after {
	background: var(--dark);
	content: "";
	height: 100%;
	left: 0;
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	transition: all 0.35s ease-in-out;
	opacity: 0.7;
}

.shadow.light {
	position: relative;
	z-index: 1;
}

.shadow.light:after {
	background: var(--white) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
	position: relative;
}

.default-padding {
	padding-top: 80px;
	padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
	.default-padding {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

.default-padding-big {
	padding: 250px 0;
}

@media only screen and (max-width: 767px) {
	.default-padding-big {
		padding: 50px 0;
	}
}

.default-padding-top {
	padding-top: 50px;
}

@media only screen and (max-width: 767px) {
	.default-padding-top {
		padding-top: 70px;
	}
}

.default-padding-bottom {
	padding-bottom: 120px;
}

@media only screen and (max-width: 767px) {
	.default-padding-bottom {
		padding-bottom: 70px;
	}
}

.default-padding.bottom-less {
	padding-top: 120px;
	padding-bottom: 90px;
}

@media only screen and (max-width: 767px) {
	.default-padding.bottom-less {
		padding-top: 70px;
		padding-bottom: 40px;
	}
}

.default-padding-bottom.bottom-less {
	margin-bottom: -30px;
}

@media only screen and (max-width: 767px) {
	.default-padding-bottom.bottom-less {
		margin-bottom: 0;
	}
}

.default-padding-top.bottom-less {
	margin-bottom: -30px;
}

@media only screen and (max-width: 767px) {
	.default-padding-top.bottom-less {
		margin-bottom: -20px;
	}
}

@media only screen and (min-width: 1200px) {
	.align-center {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.align-end {
		align-items: end;
	}
}

.relative {
	position: relative;
}

.overflow-hidden {
	overflow: hidden;
}

.border-top {
	border-top: 1px solid #e7e7e7;
}

.border-bottom {
	border-bottom: 1px solid #e7e7e7;
}

.border-left {
	border-left: 1px solid #e7e7e7;
}

.border-right {
	border-right: 1px solid #e7e7e7;
}

.heading {
	font-weight: 600;
	margin-bottom: 25px;
	font-size: 42px;
	line-height: 1.3;
	overflow: hidden;
}

.heading span {
	font-weight: 400;
}

.site-heading {
	overflow: hidden;
}

.title {
	font-weight: 500;
	font-size: 42px;
	margin-bottom: 25px;
}



.sub-title {
	text-transform: uppercase;
	color: var(--color-primary);
	font-weight: 500;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	position: relative;
	z-index: 1;
	border: 1px solid #d5e3f5;
	padding: 6px 12px;
	border-radius: 5px;
	font-size: 16px;
}

.bg-gray .sub-title {
	border-color: #c8d7ea;
}

.bg-gray-secondary .sub-title {
	border-color: #c2c3ff;
}

.text-light .sub-title {
	color: var(--white);
	-webkit-background-clip: inherit;
	background-clip: inherit;
	-webkit-text-fill-color: inherit;
	background: transparent;
	border-color: rgba(255, 255, 255, 0.4);
	font-weight: 500;
}

.bg-dark.text-light .sub-title {
	color: var(--color-primary);
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	border-color: rgba(255, 255, 255, 0.2);
}

.site-heading p {
	margin-bottom: 0;
	margin-top: 25px;
}

.text-center .site-heading p,
.text-center .site-heading p {
	padding: 0 10%;
}

@media (max-width: 767px) {

	.site-heading p,
	.text-center .site-heading p,
	.text-center .site-heading p {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.site-heading {
		margin-bottom: 30px;
	}
}

.heading-left {
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}

.heading-left .heading {
	font-weight: 600;
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.heading-left .heading {
		margin-bottom: 15px;
	}
}

.heading-left p {
	margin-bottom: 0;
}

.heading-left .btn {
	margin-top: 30px;
}

@media only screen and (max-width: 767px) {
	.heading-left {
		margin-bottom: 30px;
	}
}

.bg-dark .heading-left p {
	opacity: 0.8;
}

.sub-heading {
	text-transform: uppercase;
	margin: 0;
	position: relative;
	padding-left: 20px;
	margin-left: 25%;
}

.sub-heading::after {
	overflow: auto;
	right: 100%;
	content: "";
	height: 2px;
	width: 100%;
	border-top: 1px solid #cccccc;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.left-heading {
	margin-bottom: 60px;
	border-bottom: 1px solid #d5e3f5;
	padding-bottom: 50px;
}

.bg-dark .left-heading {
	border-color: rgba(255, 255, 255, 0.3);
}

.left-heading p {
	margin-bottom: 0;
	margin-top: 25px;
}

/* ============================================================== 
    # Video Play Button 
=================================================================== */
.video-play-button {
	display: inline-block;
	background: var(--color-primary);
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	color: var(--color-heading);
	position: relative;
}

.video-play-button i {
	font-weight: 400;
	font-size: 20px;
	position: relative;
	left: 3px;
	top: 2px;
}

.video-play-button .effect {
	position: absolute;
	width: 100px;
	height: 100px;
	background: var(--color-primary);
	opacity: 0;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	z-index: -1;
	-webkit-animation: video-play 1500ms ease-out infinite;
	animation: video-play 1500ms ease-out infinite;
}

.video-play-button .effect::after {
	position: absolute;
	content: "";
	width: 70px;
	height: 70px;
	background: var(--color-primary);
	opacity: 0;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	z-index: -1;
	-webkit-animation: video-play 1500ms ease-out infinite;
	animation: video-play 1500ms ease-out infinite;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.video-play-button .effect::before {
	position: absolute;
	content: "";
	width: 60px;
	height: 60px;
	background: var(--color-secondary);
	opacity: 0;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	z-index: -1;
	-webkit-animation: video-play 1500ms ease-out infinite;
	animation: video-play 1500ms ease-out infinite;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.video-play-button.with-text {
	width: auto;
	background: transparent;
}

.video-play-button.with-text span {
	position: relative;
	z-index: 1;
}

.video-play-button.with-text span i {
	margin-left: 25px;
	margin-right: 30px;
	color: var(--color-primary);
	left: -1px;
	font-weight: 100;
}

.video-play-button.with-text .effect {
	height: 60px !important;
	width: 60px;
	left: 0;
	-webkit-animation: inherit;
	animation: inherit;
	background: var(--color-primary);
	top: 0;
	opacity: 1;
	z-index: 1;
}

.video-play-button.with-text .effect::before {
	display: none;
}

.video-play-button.with-text .effect::after {
	background: var(--color-primary);
	height: 100%;
	width: 100%;
	z-index: inherit;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

a.btn-circle {
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	min-height: 115px;
	color: var(--color-heading);
	padding-left: 25px;
	padding-bottom: 42px;
	padding-top: 35px;
}

.text-light a.btn-circle {
	color: var(--white);
}

a.btn-circle img {
	height: 30px;
	margin-right: 15px;
	transition: all 0.35s ease-in-out;
}

.text-light a.btn-circle::after {
	filter: brightness(0) invert(1);
}

.text-light a.btn-circle img {
	filter: brightness(0) invert(1);
}

.text-light a.btn-circle:hover img {
	filter: none;
}

.text-light a.btn-circle:hover::after {
	background: var(--white);
}

a.btn-circle span {
	position: relative;
}

a.btn-circle::after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	height: 110px;
	width: 110px;
	transform: translateY(-50%);
	border-radius: 50%;
	background: url(../img/icon/round-shape.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	transition: all 0.35s ease-in-out;
}

.bg-dark a.btn-circle::after {
	filter: brightness(0) invert(1);
}

.bg-dark a.btn-circle img {
	filter: brightness(0) invert(1);
}

a.btn-circle .button-content {
	position: relative;
	z-index: 1;
}

.bg-dark a.btn-circle {
	color: var(--white);
}

a.btn-circle:hover::after {
	background-color: var(--color-primary);
	filter: none;
	transform: translateY(-50%) scale(0.8);
	left: -10px;
	background-image: none;
}

a.btn-circle:hover img {
	filter: brightness(0) invert(1);
}

a.btn-circle strong {
	transition: all 0.35s ease-in-out;
}

a.btn-circle:hover strong {
	margin-left: 25px;
}

.text-end a.btn-circle:hover strong {
	transform: translateX(25px);
	margin-left: 0;
}

a.btn-circle:hover img {
	height: 20px;
}


/* ============================================================== 
    # Template Animation
=================================================================== */

/* Video Paly */
@-webkit-keyframes video-play {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes video-play {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

/*Zoom Animation */
.zoom-animation {
	-webkit-animation: zoom 2000ms ease-out infinite;
	animation: zoom 2000ms ease-out infinite;
}

/* Slider Zoom Effect */
@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(1, 1);
	}

	to {
		-webkit-transform: scale(1.2, 1.2);
	}
}

@keyframes zoom {
	from {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	to {
		-webkit-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
	}
}

/* Spiner Animation */
.spiner-animation {
	-webkit-animation: spinner 20s infinite linear;
	animation: spinner 20s infinite linear;
}

/*Preloader Spiner Animation */
@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

@keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}


/* Spiner Animation */
.spiner-reverse-animation {
	-webkit-animation: spinnerReverse 20s infinite linear;
	animation: spinnerReverse 20s infinite linear;
}

/*Preloader Spiner Animation */
@-webkit-keyframes spinnerReverse {
	to {
		-webkit-transform: rotateZ(-360deg);
		transform: rotateZ(-360deg);
	}
}

@keyframes spinnerReverse {
	to {
		-webkit-transform: rotateZ(-360deg);
		transform: rotateZ(-360deg);
	}
}

/* Infinite Up Down Animation */
@keyframes UpDown {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(-25px);
		transform: translateY(-25px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

/* Animation UpDown */
.updown-animation {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
	animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
	-webkit-animation-name: UpDown;
	animation-name: UpDown;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes UpDown {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(-25px);
		transform: translateY(-25px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

/* Animation Left Right */
.leftRight-animation {
	-webkit-animation: fadeLeftRight 10s ease-out infinite;
	animation: fadeLeftRight 10s ease-out infinite;
}

/* Fade Left Right */
@keyframes fadeLeftRight {

	0%,
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	50% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
}

@-webkit-keyframes fadeLeftRight {

	0%,
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	50% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
}

/* Animation Right Left */
.rightLeft-animation {
	-webkit-animation: fadeRightLeft 10s ease-out infinite;
	animation: fadeRightLeft 10s ease-out infinite;
}

@keyframes fadeRightLeft {

	0%,
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	50% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
	}
}

@-webkit-keyframes fadeRightLeft {

	0%,
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	50% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
	}
}

/* Animation Zoom Up Down */
.zoomUpDown-animation {
	-webkit-animation: zoomUpDown 10s ease-out infinite;
	animation: zoomUpDown 10s ease-out infinite;
}

/* Zoom Up Down */
@keyframes zoomUpDown {

	0%,
	100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	50% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}
}

@-webkit-keyframes zoomUpDown {

	0%,
	100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}

/* Animation Moving */
.moving-animation {
	-webkit-animation: moving 10s ease-out infinite;
	animation: moving 10s ease-out infinite;
}

/* Mooving Animation */
@-webkit-keyframes moving {
	0% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}

	20% {
		-webkit-transform: translate(0px, -30px);
		transform: translate(0px, -30px);
	}

	50% {
		-webkit-transform: translate(-100px, -30px);
		transform: translate(-100px, -30px);
	}

	70% {
		-webkit-transform: translate(-100px, 0px);
		transform: translate(-100px, 0px);
	}

	100% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

@keyframes moving {
	0% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}

	20% {
		-webkit-transform: translate(0px, -30px);
		transform: translate(0px, -30px);
	}

	50% {
		-webkit-transform: translate(-100px, -30px);
		transform: translate(-100px, -30px);
	}

	70% {
		-webkit-transform: translate(-100px, 0px);
		transform: translate(-100px, 0px);
	}

	100% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

/* Animation Rotation */
@keyframes infinite-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

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

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

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

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

/* Button Border Animation */
@-webkit-keyframes open {
	0% {
		width: 0;
		height: 0;
	}

	50% {
		width: 100px;
		height: 0;
	}

	100% {
		width: 100px;
		height: 55px;
	}
}

@keyframes open {
	0% {
		width: 0;
		height: 0;
	}

	50% {
		width: 100px;
		height: 0;
	}

	100% {
		width: 100px;
		height: 55px;
	}
}

@-webkit-keyframes openB {
	0% {
		width: 0px;
	}

	100% {
		width: 100px;
	}
}

@keyframes openB {
	0% {
		width: 0px;
	}

	100% {
		width: 100px;
	}
}

/* Animation Shine (A shine color will move inside the text) */

@-webkit-keyframes shine {
	0% {
		background-position: 0;
	}

	60% {
		background-position: 180px;
	}

	100% {
		background-position: 180px;
	}
}

@keyframes shine {
	0% {
		background-position: 0;
	}

	60% {
		background-position: 180px;
	}

	100% {
		background-position: 180px;
	}
}

@-webkit-keyframes infiniteMove {
	0% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}

	50% {
		border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
	}

	100% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}
}

@keyframes infiniteMove {
	0% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}

	50% {
		border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
	}

	100% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}
}

@-webkit-keyframes infiniteMove2 {
	0% {
		border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
	}

	50% {
		border-radius: 50% 60% 30% 60% / 30% 60% 70% 40%;
	}

	100% {
		border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
	}
}

@keyframes infiniteMove2 {
	0% {
		border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
	}

	50% {
		border-radius: 50% 60% 30% 60% / 30% 60% 70% 40%;
	}

	100% {
		border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
	}
}


/* ============================================================== 
    # Button Styles
=================================================================== */
.btn {
	display: inline-block;
	padding: 14px 40px;
	background: var(--color-primary);
	font-size: 14px;
	font-weight: 500;
	border-radius: 8px;
	position: relative;
	z-index: 1;
	padding-top: 16px;
	color: var(--white);
	box-shadow: none !important;
	border: none;
	overflow: hidden;
}

.btn.btn-dark {
	background: var(--dark);
}

.btn.light {
	background: var(--white);
	color: var(--color-heading);
}

.btn i {
	font-weight: 400;
	transform: rotate(-45deg);
	margin-left: 10px;
}

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

.btn.light:hover {
	background: var(--color-primary);
	color: var(--white);
}

.text-light .btn:hover {
	background: var(--white);
	color: var(--color-heading);
}

.text-light .btn.light:hover {
	background: var(--color-primary);
	color: var(--white);
}

.btn-style-one:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 5px;
	background-color: var(--color-primary);
	background-image: linear-gradient(315deg, var(--dark) 0%, var(--dark) 74%);
	transition: all 0.3s ease;
}

.btn-style-one.btn-dark:after {
	background-color: var(--color-primary);
	background-image: linear-gradient(315deg, var(--color-primary) 0%, var(--color-primary) 74%);
}

a.btn-simple {
	text-transform: uppercase;
	color: var(--color-paragraph);
	display: inline-block;
}

a.btn-simple i {
	display: inline-block;
	font-weight: 100;
	transform: rotate(-45deg);
	font-size: 20px;
	position: relative;
	top: 2px;
}

a.btn-simple:hover {
	color: var(--color-primary);
}

.color-style-two a.btn-simple:hover {
	color: var(--color-style-two);
}

@media (min-width: 1024px) {
	.navbar.white.no-background .btn-style-one:after {
		background: var(--white);
	}

	.navbar.white.no-background .btn-style-one:hover {
		color: var(--color-heading) !important;
	}
}

.btn-style-one.light:after {
	background-color: var(--color-primary);
	background-image: linear-gradient(315deg, var(--color-primary) 0%, var(--color-primary) 74%);
}

.text-light .btn-style-one:after {
	background-image: linear-gradient(315deg, var(--white) 0%, var(--white) 74%);
}

.text-light .btn-style-one.light:after {
	background-image: linear-gradient(315deg, var(--color-primary) 0%, var(--color-primary) 74%);
}

.bg-gradient .btn-style-one.light:after {
	background-image: linear-gradient(315deg, var(--dark-secondary) 0%, var(--dark-secondary) 74%);
}

.text-light .btn-style-one.secondary:hover {
	color: var(--color-heading);
}

.btn-style-one:hover:after {
	top: auto;
	bottom: 0;
	height: 100%;
}

.btn-style-one:hover {
	color: var(--white);
	background: transparent;
}

.btn.btn-border-light {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 10px 24px;
}

.navbar .btn.btn-border-light {
	border: 1px solid #cccccc;
	color: var(--color-heading);
}

.navbar .btn.btn-border-light:hover {
	color: var(--white);
}

@media (min-width: 1024px) {

	.navbar.white.sticked .btn.btn-border-light {
		color: var(--color-heading);
	}

	.navbar.white.sticked .btn.btn-border-light:hover {
		color: var(--white);
	}

	.navbar.white.no-background .btn.btn-border-light {
		border: 1px solid rgba(255, 255, 255, 0.5);
	}
}

.btn.btn-border-light:hover {
	border-color: var(--color-primary);
}

.btn.btn-border-light::after {
	background: var(--color-primary);
}

.btn-style-one.btn-border-theme {
	background: transparent;
	color: var(--color-heading);
	border: 2px solid var(--color-primary);
	padding: 13px 40px;
}

.btn-style-one.btn-border-theme::after {
	background-image: linear-gradient(315deg, var(--color-primary) 0%, var(--color-primary) 74%);
}

.btn-style-one.btn-border-theme:hover {
	color: var(--white);
}

.btn-style-one.btn-border {
	background: transparent;
	color: var(--color-heading);
	border: 2px solid #d7d7ff;
	padding: 13px 40px;
}

.btn-style-one.btn-border::after {
	background-image: linear-gradient(315deg, var(--color-primary) 0%, var(--color-primary) 74%);
}

.btn-style-one.btn-border:hover {
	color: var(--white);
	border-color: var(--color-primary);
}

@media (min-width: 1400px) {
	.row.gutter-xl {
		--bs-gutter-x: 80px;
	}

	.row.gutter-zero {
		--bs-gutter-x: 0;
	}
}

.zoom-thumb {
	overflow: hidden;
}

html.lenis,
html.lenis body {
	height: auto;
}

.smooth-content {
	position: relative;
}

.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}

.reveal-thumb {
	overflow: hidden;
}

/* ============================================================== 
    # Nice Select Styles
=================================================================== */
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: var(--white);
	border: solid 1px #e8e8e8;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 16px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;
	margin-bottom: 15px;
}

.nice-select:hover {
	border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
	border-color: #999999;
}

.nice-select::after {
	border-bottom: 2px solid #999999;
	border-right: 2px solid #999999;
	content: '';
	display: block;
	height: 5px;
	margin-top: -6px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 5px;
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
	overflow-y: auto !important;
	height: auto;
}

.nice-select.open ::after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999999;
	pointer-events: none;
}

.nice-select.disabled::after {
	border-color: #96aac1;
}

.nice-select.wide {
	width: 100%;
}

.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}

.nice-select.right {
	float: right;
}

.nice-select.right .list {
	left: auto;
	right: 0;
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}

.nice-select.small::after {
	height: 4px;
	width: 4px;
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}

.nice-select .list {
	background-color: var(--white);
	border-radius: 5px;
	-webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
	width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: #f6f6f6;
}

.nice-select .option.selected {
	font-weight: 600;
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999999;
	cursor: default;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

/* ============================================================== 
    # Topbar Styles
=================================================================== */

.top-bar-area {
	padding: 12px 0;
}

.top-bar-area ul.item-flex {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 30px;
}

.top-bar-area ul.item-flex i {
	margin-right: 6px;
}

.top-bar-area .text-end ul.item-flex i {
	margin-right: 0;
}

.text-end .item-flex {
	justify-content: end;
}

.top-bar-area .social ul.item-flex {
	gap: 10px;
}

.top-bar-area .text-end .d-flex {
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
}

.top-bar-area .d-flex h5 {
	margin: 0;
}

@media (min-width: 1200px) {
	.top-bar-area.style-one {
		padding-right: 70px;
	}

	.top-bar-area .offset-xl-3 {
		padding-left: 25px;
	}
}

.top-bar-area .social {
	margin: 0;
	padding: 0;
	list-style: none;
}

.top-bar-area .social li a {
	display: inline-flex;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	align-items: center;
	justify-content: center;
	background: var(--color-primary);
	color: var(--white);
}

.top-bar-area .social li a:hover {
	background: var(--dark);
	color: var(--white);
}

.top-bar-area.text-light .social li a {
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: transparent;
}

.top-bar-area .social li a img {
	height: 16px;
	transition: all 0.35s ease-in-out;
}

.top-bar-area.text-light .social li a img {
	filter: brightness(1);
}

.top-bar-area.text-light .social li a:hover img {
	filter: brightness(1) invert(1);
}

.top-bar-area.text-light .social li a:hover {
	border-color: var(--white);
	background: var(--white);
	color: var(--color-heading);
}

.top-bar-area.style-two {
	overflow: hidden;
}

.top-bar-area.style-two .social {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding-left: 40px;
}

.top-bar-area.style-two .social::after {
	position: absolute;
	left: 0;
	top: -30px;
	content: "";
	width: 600%;
	background: var(--color-primary);
	z-index: -1;
	height: 100px;
}

.dropdown.language-switcher button {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	color: var(--color-heading);
}

.text-light .dropdown.language-switcher button {
	color: var(--white);
}

.dropdown.language-switcher button img {
	height: 30px;
}

.dropdown.language-switcher button::after {
	display: none;
}

.dropdown.language-switcher button i {
	font-weight: 500;
	font-size: 20px;
	position: relative;
	top: 2px;
	margin-left: 2px;
}

.dropdown.language-switcher .dropdown-menu li a {
	color: var(--color-heading);
	background: transparent;
}

.dropdown.language-switcher .dropdown-menu {
	min-width: 200px;
	padding: 15px 10px;
	margin-top: 10px !important;
}

.top-bar-area.transparent {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}

.top-bar-area.inc-border {
	padding: 0;
}

.top-bar-area.inc-border {
	padding: 10px 0;
	border-bottom: 1px solid #dddddd;
}

.top-bar-area.inc-border.box-layout {
	border: none;
}

.top-bar-area.inc-border.box-layout .top-bar-items {
	padding: 10px 0;
	border-bottom: 1px solid #dddddd;
}

@media (min-width: 1024px) {
	.top-bar-area.inc-border.box-layout .top-bar-items {
		margin: 0 -10px;
	}
}

.top-bar-area .address-info li {
	color: var(--color-heading);
}

.top-bar-area.text-light .address-info li {
	color: var(--white);
}

.top-bar-area .address-info li i {
	color: var(--color-primary);
	font-weight: 100;
}

/* Navbar Regular */
@media (min-width: 1600px) {
	.include-breadcrumb nav.navbar.validnavs .container {
		background: var(--white);
		padding: 0 50px;
		padding-bottom: 25px;
		border-radius: 0 0 30px 30px;
	}

	.include-breadcrumb nav.navbar.validnavs.sticked .container {
		padding: 0 12px;
	}

	.include-breadcrumb nav.navbar.validnavs .container::after {
		position: absolute;
		left: -32px;
		top: -7px;
		content: "";
		height: 39px;
		width: 25px;
		border-bottom-right-radius: 20px;
		box-shadow: 0 20px 0 0 var(--white);
		transform: rotate(-90deg);
	}

	.include-breadcrumb nav.navbar.validnavs .container::before {
		position: absolute;
		right: -32px;
		top: -7px;
		content: "";
		height: 39px;
		width: 25px;
		border-bottom-left-radius: 20px;
		box-shadow: 0 20px 0 0 var(--white);
		transform: rotate(90deg);
	}
}

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

	.include-breadcrumb nav.navbar.validnavs {
		padding: 0;
	}

	.include-breadcrumb nav.navbar.validnavs .container {
		background: var(--white);
		padding: 25px 30px;
		border-radius: 0 0 10px 10px;
	}

	.include-breadcrumb nav.navbar.validnavs.sticked .container {
		padding: 0 30px;
	}
}



/* ============================================================== 
    # Breadcrumb Styles
=================================================================== */
@media (min-width: 1600px) {
	.breadcrumb-area {
		max-width: 95%;
		margin: auto;
		border-radius: 30px;
		margin-top: 25px;
	}
}

.breadcrumb-area {
	padding: 180px 0;
	padding-top: 260px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.breadcrumb-area .row {
	position: relative;
	z-index: 1;
}

.breadcrumb-area .breadcrumb {
	background: transparent none repeat scroll 0 0;
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.breadcrumb-area .breadcrumb>li+li::before {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 600;
	padding: 0 5px;
	color: var(--white);
	display: none;
}

.breadcrumb-area .breadcrumb li {
	padding: 0 10px;
	position: relative;
	display: inline-block;
	z-index: 1;
	font-weight: 600;
}

.breadcrumb-area .breadcrumb li a {
	font-weight: 600;
}

.breadcrumb-area .breadcrumb li i {
	font-weight: 100;
}

.breadcrumb-area .breadcrumb li::after {
	content: "/";
	font-weight: 400;
	right: -5px;
	position: absolute;
	line-height: 0;
	top: 50%;
	color: var(--white);
	margin-top: 1px;
}

.breadcrumb-area .breadcrumb li i {
	margin-right: 3px;
}

.breadcrumb-area .breadcrumb li:last-child::after {
	display: none;
}

.breadcrumb-area h1 {
	display: block;
	font-weight: 600;
	margin-top: -10px;
	font-size: 55px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.breadcrumb-area {
		padding-top: 240px;
		padding-bottom: 140px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	.breadcrumb-area {
		padding-top: 240px;
		padding-bottom: 140px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.breadcrumb-area {
		padding: 120px 0 !important;
	}

	.breadcrumb-area h1 {
		font-size: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.breadcrumb-area {
		padding: 80px 0 !important;
	}

	.breadcrumb-area h1 {
		font-size: 40px;
	}
}

.breadcrum-shape {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.breadcrum-shape img {
	height: 100%;
}

/* ============================================================== 
    # Topbar Styles
=================================================================== */
.top-style-one .logo img {
	height: 60px;
}

.top-style-one .social li {
	display: inline-block;
}

.top-style-one {
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #e7e7e7;
}

.top-style-one.transparent {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.top-style-one .logo {
	text-align: center;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	padding: 15px 0;
}

.top-style-one.transparent .logo {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.top-style-one .social li a {
	display: inline-block;
	height: 43px;
	width: 43px;
	text-align: center;
	line-height: 45px;
	background: var(--bg-gradient);
	color: var(--white);
	border-radius: 50%;
	font-size: 15px;
}

.top-style-one .text-end.social li {
	margin-left: 3px;
}

.top-style-one .info i {
	font-weight: 100;
	font-size: 20px;
	position: relative;
	top: 2px;
	margin-right: 3px;
	color: var(--color-primary);
}

.top-style-one .info li {
	font-weight: 500;
	text-transform: capitalize;
}

@media (min-width: 1024px) {
	.top-style-one.transparent {
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 9;
	}
}

/* ============================================================== 
    # Banner Styles
=================================================================== */
.banner-area {
	height: 100%;
	width: 100%;
	position: relative;
}

@media (max-width: 1023px) {
	.banner-area {
		height: auto;
	}
}

.banner-area div {
	height: 100%;
}

.banner-area div.swiper-slide .row div {
	height: auto;
}

.banner-area.top-pad-80 .content {
	padding-top: 80px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-80 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-80 .content {
		padding-top: 140px;
	}
}

.banner-area.top-pad-90 .content {
	padding-top: 90px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-90 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-90 .content {
		padding-top: 140px;
	}
}

.banner-area.top-pad-100 .content {
	padding-top: 100px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-100 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-100 .content {
		padding-top: 140px;
	}
}

.banner-area.top-pad-110 .content {
	padding-top: 110px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-110 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-110 .content {
		padding-top: 140px;
	}
}

.banner-area.top-pad-120 .content {
	padding-top: 120px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-120 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-120 .content {
		padding-top: 140px;
	}
}

.banner-area.top-pad-130 .content {
	padding-top: 130px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-130 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-130 .content {
		padding-top: 140px;
	}
}

.banner-area.top-pad-150 .content {
	padding-top: 150px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-150 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-150 .content {
		padding-top: 140px;
	}
}

.banner-area.auto-height {
	height: auto;
}

.banner-area.auto-height div {
	height: auto;
}

.banner-area.auto-height .content {
	padding: 200px 0;
}

@media only screen and (max-width: 767px) {
	.banner-area.auto-height .content {
		padding: 60px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-area.auto-height .content {
		padding: 120px 0;
	}
}

.banner-area.auto-height .content .thumb {
	padding-left: 35px;
}

@media (max-width: 991px) {
	.banner-area.auto-height .content .thumb {
		padding-left: 0;
		margin-top: 50px;
	}
}

.banner-area.auto-height.inc-header-transparent .content {
	padding-top: 250px;
}

@media only screen and (max-width: 767px) {
	.banner-area.auto-height.inc-header-transparent .content {
		padding-top: 140px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-area.auto-height.inc-header-transparent .content {
		padding-top: 220px;
	}
}

.banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .info {
	padding-top: 80px;
}

.banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .thumb {
	margin-top: 250px;
}

@media only screen and (max-width: 767px) {
	.banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .thumb {
		margin-top: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .thumb {
		margin-top: 50px;
	}
}

.banner-area .content {
	position: relative;
	z-index: 9;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

@media (max-width: 1023px) {
	.banner-area .content {
		padding: 120px 0;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area .content {
		padding: 60px 0;
	}
}

.banner-area h4 {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translate3d(-15%, 0, 0);
	transform: translate3d(-15%, 0, 0);
	opacity: 0;
	visibility: hidden;
}

.banner-area h2 {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
}

.banner-area p,
.banner-area ul {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	opacity: 0;
	padding-right: 25%;
	margin: 0;
	visibility: hidden;
}

@media (max-width: 1023px) {
	.banner-area p {
		padding-right: 0 !important;
	}
}

.banner-area.text-center p {
	padding-left: 13%;
	padding-right: 13%;
}

@media (max-width: 1023px) {
	.banner-area.text-center p {
		padding: 0;
	}
}

.banner-area .thumb {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 0;
	visibility: hidden;
}

.banner-area .button {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	opacity: 0;
	visibility: hidden;
	margin-top: 30px;
}

.banner-area h4 {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.banner-area h2 {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.banner-area p,
.banner-area ul {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.banner-area .button {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.banner-area .swiper-slide.swiper-slide-active h4 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.banner-area .swiper-slide.swiper-slide-active h2 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1400ms;
	transition-delay: 1400ms;
}

.banner-area .swiper-slide.swiper-slide-active p,
.banner-area .swiper-slide.swiper-slide-active ul {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1600ms;
	transition-delay: 1600ms;
}

.banner-area.banner-style-one .swiper-slide.swiper-slide-active .button {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 2200ms;
	transition-delay: 2200ms;
}

.banner-area.double-items .thumb {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.banner-area.double-items .swiper-slide.swiper-slide-active .thumb {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms;
	visibility: visible;
	opacity: 1;
}

.banner-area.double-items.bottom-thumb .content {
	padding: 0;
}

.banner-area.double-items.bottom-thumb .content .thumb {
	margin-top: 120px;
}

@media only screen and (max-width: 767px) {
	.banner-area.double-items.bottom-thumb .content {
		padding: 50px 0;
	}

	.banner-area.double-items.bottom-thumb .content .thumb {
		margin-top: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-area.double-items.bottom-thumb .content {
		padding: 120px 0;
	}

	.banner-area.double-items.bottom-thumb .content .thumb {
		margin-top: 50px;
	}
}

.banner-area.zoom-effect .banner-thumb {
	-webkit-transition: 10s ease-out;
	transition: 10s ease-out;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
}

.banner-area.zoom-effect .swiper-slide.swiper-slide-active .banner-thumb {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.banner-area .swiper-notification {
	display: none;
}

.banner-area .swiper-slide.swiper-slide-active h4 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 400ms;
	transition-delay: 400ms;
}

.banner-area .swiper-slide.swiper-slide-active h2 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 800ms;
	transition-delay: 800ms;
}

.banner-area .swiper-slide.swiper-slide-active p,
.banner-area .swiper-slide.swiper-slide-active ul {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.banner-area .swiper-slide.swiper-slide-active .button {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1600ms;
	transition-delay: 1600ms;
}

.banner-area .banner-style-one.swiper-slide.swiper-slide-active .button {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.banner-area.banner-style-two .swiper-slide.swiper-slide-active .button {
	-webkit-transition-delay: 2400ms;
	transition-delay: 2400ms;
}

.banner-area .banner-items {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.banner-area:hover .swiper-button-prev,
.banner-area:hover .swiper-button-next {
	opacity: 1;
}

.banner-area:hover .swiper-button-prev {
	left: 30px;
	right: auto;
}

.banner-area:hover .swiper-button-next {
	right: 30px;
	left: auto;
}

.banner-area .swiper-button-prev,
.banner-area .swiper-button-next {
	height: 55px;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	opacity: 0;
	width: 55px;
	color: var(--color-heading);
	background: var(--white);
	border-radius: 50%;
	border: 1px solid #cccccc;
	line-height: 55px;
	font-size: 28px;
}

.banner-area.banner-style-one .swiper-button-prev,
.banner-area.banner-style-one .swiper-button-next {
	color: var(--white);
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.banner-area .swiper-button-prev i,
.banner-area .swiper-button-next i {
	font-weight: 300;
}

.banner-area .swiper-button-prev::after,
.banner-area .swiper-button-next::after {
	display: none;
}

.banner-area.navigation-circle .swiper-button-prev,
.banner-area.navigation-circle .swiper-button-next {
	height: 55px;
	width: 55px;
	line-height: 55px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	border: 2px solid var(--color-heading);
}

.banner-area.navigation-circle .swiper-button-prev::after,
.banner-area.navigation-circle .swiper-button-next::after {
	font-size: 16px;
}

.banner-area.navigation-right-bottom .swiper-button-prev,
.banner-area.navigation-right-bottom .swiper-button-next {
	left: auto;
	right: 30px;
	opacity: 1;
	top: auto;
	-webkit-transform: inherit;
	transform: inherit;
	bottom: 50px;
	border-radius: inherit;
}

.banner-area.navigation-right-bottom .swiper-button-prev {
	right: 92px;
}

.banner-area.navigation-between-bottom .content {
	padding-bottom: 105px;
}

@media only screen and (min-width: 829px) and (max-width: 1023px) {
	.banner-area.navigation-between-bottom .content {
		padding-bottom: 220px;
	}
}

.banner-area.navigation-between-bottom .swiper-button-prev,
.banner-area.navigation-between-bottom .swiper-button-next {
	left: auto;
	right: 30px;
	opacity: 1;
	top: auto;
	-webkit-transform: inherit;
	transform: inherit;
	bottom: 30px;
	border-radius: inherit;
}

.banner-area.navigation-between-bottom .swiper-button-prev {
	left: 30px;
	right: auto;
}

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

	.banner-area .swiper-button-prev,
	.banner-area .swiper-button-next {
		display: none;
	}
}

.banner-area.navigation-custom .swiper-button-prev::after {
	font-family: 'ElegantIcons';
	content: "\23";
	font-size: 22px;
}

.banner-area.navigation-custom .swiper-button-next::after {
	font-family: 'ElegantIcons';
	content: "\24";
	font-size: 22px;
}

.banner-area.navigation-text .swiper-button-prev,
.banner-area.navigation-text .swiper-button-next {
	opacity: 1;
	top: auto;
	-webkit-transform: inherit;
	transform: inherit;
	left: auto;
	right: 0;
	bottom: 0;
	display: inline-block;
	width: 150px;
	background: rgba(0, 0, 0, 0.2);
	text-align: center;
	height: 100px;
	line-height: 100px;
}

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

	.banner-area.navigation-text .swiper-button-prev,
	.banner-area.navigation-text .swiper-button-next {
		display: none;
	}
}

.banner-area.navigation-text .swiper-button-prev {
	right: 151px;
}

.banner-area.navigation-text .swiper-button-prev::after {
	font-family: var(--font-heading);
	content: "Prev";
	text-transform: uppercase !important;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.6px;
}

.banner-area.navigation-text .swiper-button-next::after {
	font-family: var(--font-heading);
	content: "Next";
	text-transform: uppercase !important;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.6px;
}

.banner-area.navigation-icon-solid .swiper-button-prev::after,
.banner-area.navigation-icon-solid .swiper-button-next::after {
	font-size: 30px;
}

.banner-area.navigation-custom-large .swiper-button-prev,
.banner-area.navigation-custom-large .swiper-button-next {
	min-width: 65px;
	height: 30px;
	margin: 0;
}

.banner-area.navigation-custom-large .swiper-button-prev::after {
	font-family: "Font Awesome 5 Pro";
	content: "\f104";
	font-weight: 100;
	font-size: 30px;
	position: absolute;
	left: 8px;
	color: var(--color-primary);
}

.banner-area.navigation-custom-large .swiper-button-prev::before {
	position: absolute;
	top: 50%;
	right: inherit;
	bottom: inherit;
	left: 12px;
	content: "";
	height: 2px;
	width: 35px;
	z-index: -1;
	background-color: var(--color-primary);
	margin-top: -1px;
}

.banner-area.navigation-custom-large .swiper-button-next::after {
	font-family: "Font Awesome 5 Pro";
	content: "\f105";
	font-weight: 100;
	font-size: 30px;
	position: absolute;
	right: 8px;
	color: var(--color-primary);
}

.banner-area.navigation-custom-large .swiper-button-next::before {
	position: absolute;
	top: 50%;
	left: 18px;
	bottom: inherit;
	right: inherit;
	content: "";
	height: 2px;
	width: 35px;
	z-index: -1;
	background-color: var(--color-primary);
	margin-top: -1px;
}

.banner-area.navigation-right-botom .swiper-button-prev,
.banner-area.navigation-right-botom .swiper-button-next {
	position: absolute;
	left: auto;
	left: 85px;
	top: auto;
	bottom: 40px;
	opacity: 1;
	-webkit-transform: inherit;
	transform: inherit;
}

.banner-area.navigation-right-botom .swiper-button-prev {
	right: 60px;
}

.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-prev,
.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-next {
	bottom: 30px;
}

.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-prev {
	left: 30px;
}

.banner-area .swiper-pagination {
	height: auto;
	bottom: 35px;
}

.banner-area .swiper-pagination span.swiper-pagination-bullet {
	height: 4px;
	width: 50px;
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
	border-radius: inherit;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.banner-area .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: white;
	height: 7px;
}

@media only screen and (max-width: 767px) {
	.banner-area.include-pagination .content {
		padding-bottom: 100px;
	}
}

.banner-area .swiper-pagination-fraction span {
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.banner-area .swiper-pagination-fraction span.swiper-pagination-current {
	font-size: 30px;
	font-family: var(--font-heading);
	font-weight: 600;
}

/* ============================================================== 
    # Banner Custom Style
=================================================================== */

/* Banner Style One */

@media (min-width: 1024px) {

	.banner-style-one-area,
	.banner-style-one-area div {
		height: 100%;
	}
}

.banner-style-one-area .row div {
	height: auto;
}

@media (min-width: 1024px) {
	.banner-style-one-area {
		height: 100vh;
	}
}

@media (min-width: 1400px) {
	.brand-style-one-carousel {
		max-width: 90%;
		margin: auto;
	}
}

.banner-one-content h4 {
	display: inline-block;
	border: 1px solid;
	font-size: 20px;
	padding: 8px 16px;
	position: relative;
	z-index: 1;
}

.banner-one-content h4::after {
	position: absolute;
	left: -1px;
	top: -15px;
	content: "";
	height: 15px;
	width: 1px;
	border-left: 1px solid;
}

.banner-one-content h4::before {
	position: absolute;
	left: -15px;
	top: -1px;
	content: "";
	height: 1px;
	width: 15px;
	border-top: 1px solid;
}

.banner-one-content h2 {
	font-size: 60px;
	margin-bottom: 35px;
}

.banner-one-content p {
	color: var(--white);
}

@media (min-width: 1024px) {
	.text-center .banner-one-content p {
		font-size: 16px;
	}
}

.banner-one-content strong {
	background-size: cover;
	background-position: center;
	display: inline-block;
	border-radius: 8px;
	padding: 0 10px;
}


/* ============================================================== 
    # Banner Style Two
=================================================================== */

@media (min-width: 1024px) {

	.banner-style-two-area,
	.banner-style-two-area div {
		height: 100%;
	}
}

@media (min-width: 1024px) {
	.banner-style-two-area {
		height: 100vh;
	}
}

.banner-style-two-area .row div {
	height: auto;
}

.banner-style-two-area {
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding-top: 80px;
}

.banner-two-content {
	position: relative;
	z-index: 1;
}

.banner-two-content .info {
	padding-left: 200px;
}

.banner-two-content h2 {
	font-size: 100px;
	line-height: 1;
}

.banner-two-content p {
	margin-top: 25px;
}

@media (min-width: 1024px) {
	.banner-two-content p {
		font-size: 18px;
		padding-right: 13%;
		line-height: 1.8;
	}
}

.banner-two-right-info .thumb img {
	clip-path: polygon(0px 16.9336px, 0px 16.9336px, 0.20941315px 14.338315752px, 0.8156912px 11.876360336px, 1.78589205px 9.580675744px, 3.0870736px 7.484203968px, 4.68629375px 5.619887px, 6.5506104px 4.020666832px, 8.64708145px 2.719485456px, 10.9427648px 1.749284864px, 13.40471835px 1.143007048px, 16px 0.933594px, calc(100% - 16px) 0.933594px, calc(100% - 16px) 0.933594px, calc(100% - 13.404609px) 1.143007048px, calc(100% - 10.942592px) 1.749284864px, calc(100% - 8.646883px) 2.719485456px, calc(100% - 6.550416px) 4.020666832px, calc(100% - 4.686125px) 5.619887px, calc(100% - 3.086944px) 7.484203968px, calc(100% - 1.785807px) 9.580675744px, calc(100% - 0.81564800000001px) 11.876360336px, calc(100% - 0.20940100000001px) 14.338315752px, calc(100% - 0px) 16.9336px, calc(100% - 0px) 54.9336px, calc(100% - 0px) 54.9336px, calc(100% - 0.2094009999999px) 57.5288695px, calc(100% - 0.8156479999999px) 59.990816px, calc(100% - 1.785807px) 62.2864965px, calc(100% - 3.0869439999999px) 64.382968px, calc(100% - 4.686125px) 66.2472875px, calc(100% - 6.550416px) 67.846512px, calc(100% - 8.646883px) 69.1476985px, calc(100% - 10.942592px) 70.117904px, calc(100% - 13.404609px) 70.7241855px, calc(100% - 16px) 70.9336px, calc(100% - 16px) 70.9336px, calc(100% - 18.595391px) 71.1430118px, calc(100% - 21.057408px) 71.7492864px, calc(100% - 23.353117px) 72.7194826px, calc(100% - 25.449584px) 74.0206592px, calc(100% - 27.313875px) 75.619875px, calc(100% - 28.913056px) 77.4841888px, calc(100% - 30.214193px) 79.5806594px, calc(100% - 31.184352px) 81.8763456px, calc(100% - 31.790599px) 84.3383062px, calc(100% - 32px) 86.9336px, calc(100% - 32px) 164.934px, calc(100% - 32px) 164.934px, calc(100% - 31.790599px) 167.529148px, calc(100% - 31.184352px) 169.991024px, calc(100% - 30.214193px) 172.286676px, calc(100% - 28.913056px) 174.383152px, calc(100% - 27.313875px) 176.2475px, calc(100% - 25.449584px) 177.846768px, calc(100% - 23.353117px) 179.148004px, calc(100% - 21.057408px) 180.118256px, calc(100% - 18.595391px) 180.724572px, calc(100% - 16px) 180.934px, calc(100% - 16px) 180.934px, calc(100% - 13.404609px) 181.143401px, calc(100% - 10.942592px) 181.749648px, calc(100% - 8.646883px) 182.719807px, calc(100% - 6.550416px) 184.020944px, calc(100% - 4.686125px) 185.620125px, calc(100% - 3.086944px) 187.484416px, calc(100% - 1.785807px) 189.580883px, calc(100% - 0.81564800000001px) 191.876592px, calc(100% - 0.20940100000001px) 194.338609px, calc(100% - 0px) 196.934px, calc(100% - 0px) calc(100% - 40.066px), calc(100% - 0px) calc(100% - 40.066px), calc(100% - 0.2094009999999px) calc(100% - 37.470852px), calc(100% - 0.8156479999999px) calc(100% - 35.008976px), calc(100% - 1.785807px) calc(100% - 32.713324px), calc(100% - 3.0869439999999px) calc(100% - 30.616848px), calc(100% - 4.686125px) calc(100% - 28.7525px), calc(100% - 6.550416px) calc(100% - 27.153232px), calc(100% - 8.646883px) calc(100% - 25.851996px), calc(100% - 10.942592px) calc(100% - 24.881744px), calc(100% - 13.404609px) calc(100% - 24.275428px), calc(100% - 16px) calc(100% - 24.066px), calc(100% - 58px) calc(100% - 24.066px), calc(100% - 58px) calc(100% - 24.066px), calc(100% - 59.946361px) calc(100% - 23.908956px), calc(100% - 61.792768px) calc(100% - 23.454288px), calc(100% - 63.514507px) calc(100% - 22.726692px), calc(100% - 65.086864px) calc(100% - 21.750864px), calc(100% - 66.485125px) calc(100% - 20.5515px), calc(100% - 67.684576px) calc(100% - 19.153296px), calc(100% - 68.660503px) calc(100% - 17.580948px), calc(100% - 69.388192px) calc(100% - 15.859152px), calc(100% - 69.842929px) calc(100% - 14.012604px), calc(100% - 70px) calc(100% - 12.066px), calc(100% - 70px) calc(100% - 12.066px), calc(100% - 70.157071px) calc(100% - 10.119639px), calc(100% - 70.611808px) calc(100% - 8.2732319999999px), calc(100% - 71.339497px) calc(100% - 6.551493px), calc(100% - 72.315424px) calc(100% - 4.9791359999999px), calc(100% - 73.514875px) calc(100% - 3.580875px), calc(100% - 74.913136px) calc(100% - 2.381424px), calc(100% - 76.485493px) calc(100% - 1.405497px), calc(100% - 78.207232px) calc(100% - 0.67780800000003px), calc(100% - 80.053639px) calc(100% - 0.22307099999995px), calc(100% - 82px) calc(100% - 0.065999999999974px), 16px calc(100% - 0.065999999999974px), 16px calc(100% - 0.065999999999974px), 13.40471592px calc(100% - 0.27542799999992px), 10.94276096px calc(100% - 0.88174399999986px), 8.64707704px calc(100% - 1.8519959999999px), 6.55060608px calc(100% - 3.1532319999999px), 4.68629px calc(100% - 4.7524999999999px), 3.08707072px calc(100% - 6.616848px), 1.78589016px calc(100% - 8.7133239999999px), 0.81569024px calc(100% - 11.008976px), 0.20941288px calc(100% - 13.470852px), 0px calc(100% - 16.066px), 0px 16.9336px);
}

.banner-two-right-info .top-info {
	padding: 30px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(30px);
	border-radius: 10px;
	margin-top: 30px;
}

.banner-two-right-info .top-info h4 {
	margin-bottom: 20px;
	line-height: 1.4;
	font-size: 22px;
}

.banner-two-right-info .top-info h5 {
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding-top: 15px;
}


/* ============================================================== 
    # Banner Style Three
=================================================================== */

@media (min-width: 1024px) {

	.banner-style-three-area,
	.banner-style-three-area div {
		height: 100%;
	}
}

@media (min-width: 1024px) {
	.banner-style-three-area {
		height: 100vh;
		padding-top: 50px;
	}
}

.banner-style-three-area .row div {
	height: auto;
}

.chat-bot-thumb {
	position: relative;
	margin-top: 50px;
}

.chat-item {
	display: flex;
	gap: 15px;
	position: absolute;
	right: 0;
	top: 55%;
	z-index: 9;
}

.banner-style-three-info .notificaiton {
	margin-top: 20px;
}

.banner-style-three-info .notificaiton p {
	margin: 0;
	color: var(--color-heading);
	display: flex;
	gap: 5px;
}

.banner-style-three-info .notificaiton p i {
	margin-right: 5px;
	color: var(--color-primary);
	line-height: 1;
	position: relative;
	top: 5px;
}

@media (min-width: 1024px) {
	.banner-style-three-info p {
		font-size: 18px;
		padding-right: 10%;
	}
}

.chat-item img {
	height: 50px;
	width: 50px;
}

.chat-item p {
	margin: 0;
	padding: 12px 15px;
	background: var(--bg-gradient);
	color: var(--white);
	border-radius: 8px;
	padding-top: 13px;
	position: relative;
	z-index: 1;
	max-width: 290px;
	font-size: 15px;
	line-height: 1.5;
	text-align: right;
}

.chat-item p::after {
	position: absolute;
	right: -13px;
	top: 0;
	content: "";
	height: 18px;
	width: 20px;
	background: var(--color-secondary);
	clip-path: polygon(0 0, 0 100%, 100% 0);
}

.chat-item img {
	border-radius: 10px;
	background: var(--white);
	padding: 3px;
}

.chat-bot-thumb .chat-item:nth-child(2n) {
	flex-direction: row-reverse;
	margin-top: 80px;
	right: -100px;
}

.chat-bot-thumb .chat-item:nth-child(3) {
	margin-top: 180px;
}

.chat-bot-thumb .chat-item:nth-child(2n) p {
	background: var(--dark);
	color: var(--white);
	text-align: left;
}

.chat-bot-thumb .chat-item:nth-child(2n) p::after {
	left: auto;
	left: -13px;
	clip-path: polygon(0 0, 100% 100%, 100% 0);
	background: var(--dark);
}

.banner-style-three-info form {
	display: flex;
	align-items: center;
	gap: 5px;
	max-width: 600px;
	margin-top: 35px;
}

.banner-style-three-info form button {
	min-width: 190px;
	padding: 17px 40px;
	border-radius: 30px;
	overflow: hidden;
}

.banner-style-three-info form input {
	background: transparent;
	border: 1px solid #a3a4e9;
	padding: 15px;
	border-radius: 30px;
	padding-left: 25px;
	box-shadow: none;
}

.banner-style-three-info form button::after {
	border-radius: 30px;
}

.banner-style-three-info form input:focus {
	background: transparent;
	box-shadow: none;
}

.banner-style-three-info h2 {
	font-size: 75px;
	margin-bottom: 25px;
}

.banner-style-three-info h2 strong {
	font-size: 75px;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.chat-bot-thumb .illustration {
	position: relative;
	z-index: 1;
}

.chat-bot-thumb .illustration img:nth-child(2) {
	position: absolute;
	left: -25%;
	top: 0;
	z-index: -1;
}


/* ============================================================== 
    # Banner Style Four
=================================================================== */
.banner-style-four-area {
	padding-top: 240px;
	position: relative;
	z-index: 1;
}

.banner-style-four-area h4 {
	text-transform: uppercase;
	font-size: 22px;
}

.banner-style-four-area h2 {
	font-size: 85px;
	line-height: 1;
	margin-bottom: 30px;
}

.banner-style-four-area h2 strong {
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	font-weight: 500;
}

@media (min-width: 1200px) {
	.banner-style-four-area p {
		padding: 0 15%;
	}
}

.banner-style-four-items form {
	position: relative;
	max-width: 600px;
	margin: auto;
}

.banner-style-four-items form input,
.banner-style-four-items form input:focus {
	box-shadow: none;
	border: 1px solid var(--white);
	background: rgba(255, 255, 255, 0.3);
	padding: 20px 25px;
	border-radius: 40px;
}

.banner-style-four-items form button {
	position: absolute;
	right: 7px;
	top: 7px;
	border-radius: 30px;
	padding: 15px 30px;
	text-transform: capitalize;
}

.banner-four-dashbaord {
	margin-top: 80px;
	position: relative;
	z-index: 1;
	padding-right: 120px;
}

.banner-four-dashbaord img {
	border-radius: 10px;
	box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
}

.code-card {
	display: inline-block;
	text-align: left;
	padding: 50px;
	width: 320px;
	overflow: hidden;
	border-radius: 10px;
}

.code-card p {
	padding: 0;
	font-size: 18px;
	line-height: 1.6;
}

.banner-four-dashbaord .code-card {
	position: absolute;
	right: 0;
	top: 120px;
}

.banner-style-four-area::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 30%;
	width: 100%;
	background: var(--white);
	z-index: -1;
}

.bg-dark .banner-style-four-area::after {
	background: var(--dark-optional);
}

.banner-style-four-items form button i {
	transform: none;
	font-weight: 600;
}

.banner-style-four-items form input:focus {
	box-shadow: none;
}

/* CSS */
.banner-style-four-items form input::-webkit-input-placeholder {
	/* Chrome */
	color: var(--color-heading);
}

.banner-style-four-items form input:-ms-input-placeholder {
	/* IE 10+ */
	color: var(--color-heading);
}

.banner-style-four-items form input::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--color-heading);
	opacity: 1;
}

.banner-style-four-items form input:-moz-placeholder {
	/* Firefox 4 - 18 */
	color: var(--color-heading);
	opacity: 1;
}

.bg-dark .banner-style-four-items form input,
.bg-dark .banner-style-four-items form input:focus {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(20px);
	border-color: rgba(255, 255, 255, 0.2);
	color: var(--white);
}

.bg-dark .btn.btn-dark:hover {
	background: var(--color-primary);
}

/* CSS */
.bg-dark .banner-style-four-items form input::-webkit-input-placeholder {
	/* Chrome */
	color: var(--white);
}

.bg-dark .banner-style-four-items form input:-ms-input-placeholder {
	/* IE 10+ */
	color: var(--white);
}

.bg-dark .banner-style-four-items form input::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--white);
	opacity: 1;
}

.bg-dark .banner-style-four-items form input:-moz-placeholder {
	/* Firefox 4 - 18 */
	color: var(--white);
	opacity: 1;
}

/* ============================================================== 
    # Banner Style Five
=================================================================== */
.banner-style-five-items .search-tags {
	align-items: center;
	display: flex;
	justify-content: center;
	gap: 10px;
}

.banner-style-five-items .search-tags ul {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.banner-style-five-items .search-tags h5 {
	margin: 0;
	font-weight: 400;
}

.banner-style-five-items .search-tags ul li a {
	display: inline-block;
	padding: 3px 15px;
	padding-bottom: 1px;
	background: var(--white);
	border-radius: 10px;
	font-weight: 400;
	font-size: 14px;
	color: var(--color-heading);
}

.banner-style-five-area {
	padding-top: 230px;
	margin-bottom: 120px;
}

.banner-style-five-items h2 {
	font-size: 70px;
	margin-bottom: 25px;
}

.banner-style-five-items p {
	color: var(--white);
	font-size: 18px;
}

@media (min-width: 1200px) {
	.banner-style-five-items p {
		padding: 0 15%;
	}
}

.banner-style-five-items form {
	max-width: 800px;
	margin: 40px auto auto;
	position: relative;
}

.banner-style-five-items form input,
.banner-style-five-items form input:focus {
	background: rgba(255, 255, 255, 0.1);
	border: none;
	box-shadow: none;
	color: var(--white);
	height: 80px;
	border-radius: 20px;
	padding-left: 30px;
	backdrop-filter: blur(15px);
}

.banner-style-five-items form input:focus {
	box-shadow: none;
	border: none;
	background: rgba(255, 255, 255, 0.1);
}

.banner-style-five-items form .btn-style-one {
	position: absolute;
	right: 10px;
	top: 9px;
	text-transform: capitalize;
	padding: 19px 35px;
	border-radius: 15px;
	overflow: hidden;
	font-size: 16px;
}

.banner-style-five-items form .btn-style-one i {
	transform: none;
}

.infinite-gallery-carousel .swiper-wrapper {
	align-items: end;
	transition-timing-function: linear !important;
}

.infinite-gallery-carousel {
	position: relative;
	bottom: -120px;
}

.infinite-gallery-item img {
	border-radius: 30px;
}

/* CSS */
.banner-style-five-items form input::-webkit-input-placeholder {
	/* Chrome */
	color: var(--white);
}

.banner-style-five-items form input:-ms-input-placeholder {
	/* IE 10+ */
	color: var(--white);
}

.banner-style-five-items form input::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--white);
	opacity: 1;
}

.banner-style-five-items form input:-moz-placeholder {
	/* Firefox 4 - 18 */
	color: var(--white);
	opacity: 1;
}

/* ============================================================== 
    # Banner Six
=================================================================== */
.banner-style-six-area {
	padding-top: 220px;
}

.banner-six-top-info h2 {
	text-align: right;
	font-size: 75px;
	margin-top: -15px;
	line-height: 1.1;
}

.banner-six-top-info h2 strong {
	display: block;
	text-align: left;
	font-weight: 500;
}

.banner-bottom-info {
	position: relative;
	z-index: 9;
	bottom: -140px;
	margin-bottom: 140px;
	margin-top: -60px;
}

.banner-bottom-info img {
	border-radius: 10px;
}

.community-card-two {
	display: inline-block;
	padding: 60px 50px;
	border-radius: 10px;
	backdrop-filter: blur(15px);
	margin-right: 30px;
	overflow: hidden;
}

.banner-six-top-info p {
	font-size: 18px;
}

.bg-theme .multi-users i {
	background: var(--dark);
	border: 2px solid;
	line-height: 43px;
}

/* ============================================================== 
    # Banner Style Seven
=================================================================== */
.banner-style-seven-area,
.banner-style-seven-area div {
	height: 100vh;
}

.banner-style-seven-area .row div {
	height: auto;
}

.banner-style-seven-area {
	position: relative;
	z-index: 1;
}

.banner-style-seven-area div.banner-seven-illustration {
	height: auto;
}

.banner-seven-illustration img:first-child {
	position: absolute;
	left: 0;
	bottom: 10%;
	max-width: 25%;
}

.banner-seven-illustration img:nth-child(2) {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 35%;
}

.banner-seven-content h2 {
	font-size: 85px;
	line-height: 1.1;
	margin: 0;
}

.banner-seven-content .info {
	padding-left: 260px;
}

.banner-seven-content .info p {
	margin-top: 30px;
	font-size: 20px;
	padding-right: 10%;
}


/* ============================================================== 
    # About
=================================================================== */
.card-style-one-item {
	position: relative;
	padding: 32px;
	border-radius: 10px;
	display: inline-block;
}

.card-style-one-item img {
	position: absolute;
	left: 50px;
	bottom: 0;
	height: 38%;
}

.card-style-one-item h3 {
	margin-bottom: 25px;
	line-height: 1.15;
	letter-spacing: -0.2px;
	word-break: break-word;
	overflow-wrap: anywhere;
}

.card-style-one-item .info {
	position: relative;
	z-index: 1;
}

.card-style-one-item .info p {
	line-height: 1.6;
	opacity: 0.95;
	word-break: break-word;
	overflow-wrap: anywhere;
}

@media (max-width: 767px) {
	.card-style-one-item h3 {
		font-size: 30px;
		margin-bottom: 18px;
	}
}

.card-style-one-two {
	background: var(--bg-gray);
	padding: 50px;
	border-radius: 10px;
	text-align: left;
}

.card-style-one-two .bottom {
	display: flex;
	align-items: center;
	gap: 50px;
	margin-top: 30px;
	justify-content: space-between;
	border-top: 1px solid #cddff3;
	padding-top: 30px;
}

.card-style-one-two .bottom img {
	max-height: 120px;
}

.card-style-one-two .js-counter {
	align-items: center;
	font-size: 60px;
	color: var(--color-primary);
	font-weight: 700;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-flex;
	text-align: left;
	line-height: 1;
}

.about-style-one-info {
	height: 100%;
	background: var(--bg-gray);
	padding: 32px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

/* .about-style-one-info::after {
	position: absolute;
	left: -100px;
	bottom: -100px;
	content: "";
	height: 200px;
	width: 200px;
	background: #FD7B15;
	z-index: -1;
	border-radius: 50%;
	filter: blur(120px);
} */

.about-style-one-info .fixed-text {
	position: absolute;
	bottom: -30px;
	font-size: 160px;
	left: 110px;
	line-height: 0.8;
	z-index: -1;
	color: var(--color-primary);
	font-weight: 600;
	background: linear-gradient(-90deg, #e3ebf1 0%, #d3d6e2 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* About Style Two */
.heading-style-two {
	margin-bottom: 60px;
}

.heading-style-two h1 {
	font-size: 120px;
	line-height: 1;
}

.heading-style-two h1 strong {
	text-align: right;
	display: inline-flex;
	font-weight: 500;
	width: 100%;
	justify-content: end;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.about-style-two-info h4 {
	line-height: 1.5;
}

.about-style-two-info .card-style-two {
	align-items: center;
}

.card-style-two {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 30px;
}

.card-style-two .thumb img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.card-style-two .thumb {
	position: relative;
	z-index: 1;
}

.about-style-two-thumb {
	position: relative;
	bottom: -120px;
	margin-top: -120px;
	height: 100%;
	overflow: hidden;
}

.about-style-two-thumb img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 10px 10px 0 0;
}

.vieo-text {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	justify-content: center;
	color: var(--white);
	font-size: 15px;
	font-weight: 500;
}

.vieo-text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	z-index: 1;
	left: 0;
}

.card-thumb {
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 10px;
}

.vieo-text img {
	height: 26px;
}

.card-thumb a {
	display: block;
	position: relative;
	z-index: 1;
}

.about-style-two-area {
	background-size: 22%;
	background-repeat: no-repeat;
	background-position: left bottom;
}

@media (min-width: 2000px) {
	.about-style-two-area {
		background-size: 26%;
	}
}


/* ============================================================== 
    # About Style Three
=================================================================== */
.about-style-three-thumb {
	padding-left: 15%;
	position: relative;
	z-index: 1;
	padding-bottom: 15%;
	margin-left: 60px;
}

.about-style-three-thumb img:nth-child(2) {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 65%;
	padding: 2px;
}

.about-style-three-thumb img {
	border-radius: 15px;
	box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
	background: rgba(255, 255, 255, 0.4);
	padding: 5px;
}

@media (min-width: 1660px) {
	.about-style-three-thumb {
		margin-right: -15%;
	}
}

.bg-dark .about-style-three-thumb img {
	box-shadow: none;
	background: var(--white);
	padding: 2px;
}

/* ============================================================== 
    # About Style Four
=================================================================== */

.faq-card {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.faq-style-two-items .accordion-item.faq-style-two .accordion-button {
	background: transparent;
	box-shadow: none;
	padding: 20px;
	font-weight: 600;
	border: none;
	border-bottom: 1px solid #dddddd;
}

.faq-style-two-items .accordion-item.faq-style-two .accordion-button:not(.collapsed) {
	background: var(--bg-gradient);
	border-color: transparent;
	color: var(--white);
}

.faq-style-two-items .accordion-item.faq-style-two p:last-child {
	margin: 0;
}

.faq-style-two-items .accordion-item.faq-style-two .accordion-body {
	padding: 25px 20px;
	border-bottom: 1px solid #dddddd;
}

.faq-card .thumb {
	height: 100%;
}

.faq-card .thumb img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}

.faq-style-two-items .accordion {
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #dddddd;
}

.accordion-item.faq-style-two {
	border: none;
	background: transparent;
}

.accordion-item.faq-style-two:last-child .accordion-body {
	border: none;
}

.faq-style-two-items .accordion-item.faq-style-two:last-child .accordion-button {
	border: none;
}

.faq-style-two-items .accordion-item.faq-style-two .accordion-button::after {
	display: none;
}

.faq-style-two-items .accordion-item.faq-style-two .accordion-button::before {
	position: absolute;
	right: 20px;
	top: 20px;
	content: "\f107";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	color: var(--color-heading);
}

.faq-style-two-items .accordion-item.faq-style-two .accordion-button:not(.collapsed)::before {
	-webkit-transform: inherit;
	transform: inherit;
	content: "\f106";
	color: var(--white);
}

.about-four-right-info img {
	border-radius: 10px;
	margin-bottom: 30px;
}

.about-four-right-info .js-counter {
	display: inline-block;
	font-size: 80px;
	line-height: 1;
	font-weight: 600;
}

.about-four-right-info .fun-fact {
	margin-top: 30px;
}

ul.social-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 10px;
}

ul.social-list li {
	background: #f1f1ff;
	padding: 30px;
	border-radius: 10px;
}

ul.social-list li img {
	height: 55px;
	margin: 0;
}

.about-four-right-info ul.social-list {
	margin-top: 30px;
}

.bg-dark .faq-style-two-items .accordion {
	border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark .faq-style-two-items .accordion-item.faq-style-two .accordion-body {
	border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark .faq-style-two-items .accordion-item.faq-style-two .accordion-button {
	border-color: rgba(255, 255, 255, 0.2);
	color: var(--white);
}

/* ============================================================== 
    # About Style Five
=================================================================== */
.about-style-five-left-info ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	row-gap: 0;
	column-gap: 30px;
}

.about-style-five-left-info ul.list-style-two li {
	margin: 5px;
	font-weight: 500;
}

.about-style-five-left-info h5 {
	line-height: 1.8;
	margin-bottom: 25px;
}


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

ul.feature-list li {
	padding: 30px;
	background: #d9eff7;
	border-radius: 10px;
}

ul.feature-list li h4 {
	color: var(--color-heading);
}

ul.feature-list li:nth-child(2) {
	background: #ffecd7;
}

ul.feature-list li p {
	color: var(--color-heading);
}

.about-style-five-right-info ul.feature-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin-top: 35px;
}

ul.feature-list li p {
	margin: 0;
}

ul.feature-list li img {
	height: 55px;
	margin-bottom: 40px;
}

/* ============================================================== 
    # About Style Six
=================================================================== */

.container-stage-left .row>div {
	padding: 0;
}

p.strong {
	font-weight: 500;
	color: var(--color-heading);
}

.about-style-six-left-info {
	height: 100%;
}

.about-style-six-left-info img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.about-style-six-right-info {
	padding: 80px;
}

.about-style-six-right-info {
	height: 100%;
}

.about-style-six-right-info .btn {
	max-width: max-content;
}


.about-six-fun-fact {
	padding: 80px;
}

@media (min-width: 1024px) {
	.about-six-fun-fact {
		height: 100%;
	}
}

.about-six-fun-fact .fun-fact .js-counter {
	font-size: 60px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 8px;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

.about-six-fun-fact .fun-fact h5 {
	margin: 0;
	font-size: 24px;
}

.about-six-fun-fact .fun-fact {
	margin-top: 50px;
}

.about-six-fun-fact .fun-fact:first-child {
	margin-top: 0;
}

.about-six-features {
	padding: 80px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.about-six-features ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
}

.about-six-features ul p {
	margin: 0;
}

.about-six-features::after {
	position: absolute;
	right: 0;
	bottom: 0;
	/* content: ""; */
	height: 200px;
	width: 200px;
	background: var(--color-primary);
	z-index: -1;
	border-radius: 50%;
	filter: blur(100px);
}

/* ============================================================== 
    # Why Choose Us
=================================================================== */
.choose-us-thumb {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-end;
}

.choose-us-one-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.choose-us-one-info .sub-title {
	max-width: max-content;
}

.choose-us-thumb {
	position: relative;
	z-index: 1;
}

.choose-us-thumb img:nth-child(2) {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

ul.list-style-three {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}

ul.list-style-three li {
	margin-bottom: 30px;
	padding-left: 50px;
	position: relative;
	z-index: 1;
}

ul.list-style-three li p {
	margin: 0;
	color: var(--white-common);
}

@media (min-width: 1400px) {
	ul.list-style-three li p {
		font-size: 17px;
		padding-right: 15%;
	}
}

ul.list-style-three li h4 {
	font-size: 22px;
}

ul.list-style-three li:last-child {
	margin-bottom: 0;
}

ul.list-style-three li::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "\e802";
	font-family: validicon;
	height: 33px;
	width: 33px;
	background: var(--dark);
	text-align: center;
	line-height: 32px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	font-size: 14px;
}

ul.list-style-three li::before {
	position: absolute;
	content: "";
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: 1px;
	background: var(--bg-gradient);
	height: 35px;
	width: 35px;
	z-index: -1;
	border-radius: 50%;
}


/* ============================================================== 
    # Why Choose Us Two
=================================================================== */
.choose-us-two-thumb {
	height: 100%;
}

.choose-us-two-thumb img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}

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

ul.list-style-four li {
	display: flex;
	gap: 20px;
	margin-top: 25px;
}

ul.list-style-four li i {
	display: inline-block;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
	background: var(--color-primary);
	font-size: 25px;
	color: var(--white);
}

ul.list-style-four li p {
	margin: 0;
}

ul.list-style-four li:first-child {
	margin-top: 0;
}

.choose-us-two-info ul.list-style-four {
	margin-top: 30px;
}


/* ============================================================== 
    # Feature
=================================================================== */
.feature-style-one-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.feature-style-one {
	padding: 42px 30px;
	background: var(--white);
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.feature-style-one::after {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	height: 70%;
	width: 100%;
	background: var(--dark-secondary);
	z-index: -1;
	transition: all 0.35s ease-in-out;
	border-radius: 10px;
	opacity: 0;
	visibility: hidden;
}

.feature-style-one.active::after {
	opacity: 1;
	visibility: visible;
	height: 100%;
}

.feature-style-one .content {
	position: relative;
	z-index: 1;
}

.feature-style-one>img {
	position: absolute;
	right: -20px;
	bottom: 0;
	max-width: 30%;
	transition: all 0.35s ease-in-out;
	opacity: 0;
	visibility: hidden;
	transition-delay: 0.1s;
}

.feature-style-one.active>img {
	opacity: 1;
	visibility: visible;
	max-width: 40%;
}

.feature-style-one .icon img {
	height: 45px;
	filter: brightness(0) invert(1);
	margin-bottom: 80px;
	transition: all 0.35s ease-in-out;
}

.feature-style-one p {
	margin: 0;
	font-size: 14px;
	transition: all 0.35s ease-in-out;
}

.feature-style-one.active h4 {
	color: var(--white);
	transition: all 0.35s ease-in-out;
}

.feature-style-one.active p {
	color: var(--white);
}

.feature-style-one.active .icon img {
	filter: brightness(0) invert(1);
}

.fun-fact-card-one .js-counter {
	display: inline-flex;
	align-items: center;
	font-size: 100px;
	font-weight: 600;
	line-height: 1;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.fun-fact-card-one h5 {
	margin: 0;
	margin-top: 5px;
}

.feature-style-one-left-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.feature-style-one-left-info .fun-fact-card-one {
	border-top: 1px solid #b5d6fd;
	padding-top: 20px;
}

/* ============================================================== 
    # Brand Style Two
=================================================================== */
.brand-style-two-items {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	flex-wrap: wrap;
}

.brand-style-two-items .brand-style-two-item {
	flex: 0 0 auto;
	width: 25%;
	max-width: 100%;
}

.brand-style-two-item {
	text-align: center;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(30px);
	background: rgba(255, 255, 255, 0.06);
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.brand-style-two-item img {
	height: 35px;
}

.brand-style-two-item a {
	margin-top: 25px;
	font-weight: 400;
	display: inline-block;
	color: var(--white);
	background: var(--bg-gradient);
	padding: 4px 15px;
	border-radius: 6px;
	padding-bottom: 3px;
}

.brand-style-two-item h5 {
	text-transform: uppercase;
	padding: 17px;
	font-size: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 0;
}

.brand-style-two-item .info {
	padding: 35px 30px;
	padding-bottom: 45px;
}

/* ============================================================== 
    # Promotional Brand
=================================================================== */

.regular .promotional-brand-one {
	transform: none;
}

.promotion-brand-area.regular {
	margin: 0;
}

.promotional-brand-one {
	transform: rotate(-2deg);
	margin: 0 -20px;
}

.promotional-brand-one:nth-child(2) {
	margin-top: -20px;
}

.bg-dark .promotional-brand-one.bg-dark {
	background: #2c3137 !important;
}

.promotion-brand-area {
	margin-top: -100px;
	margin-bottom: 50px;
}

.brand-items {
	position: relative;
	display: flex;
	align-items: center;
	padding: 30px 0;
}

.brand-content {
	display: flex;
	align-items: center;
	justify-content: center;
	animation: slide-left 50s linear infinite;
}

.promotional-brand-one.bg-dark .brand-content {
	display: flex;
	align-items: center;
	justify-content: center;
	animation: slide-right 50s linear infinite;
}

.brand-content h2 {
	margin: 0;
	font-size: 50px;
	margin: 0 50px;
	font-weight: 600;
	line-height: 1.4;
}

.brand-content .item {
	position: relative;
}

.brand-content .item::after {
	position: absolute;
	right: -15px;
	top: 50%;
	content: "";
	height: 40px;
	width: 40px;
	background: url(../img/shape/star.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	transform: translateY(-50%);
}

@-webkit-keyframes slide-left {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@keyframes slide-left {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}


@-webkit-keyframes slide-right {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}

@keyframes slide-right {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}



/* ============================================================== 
    # Services Style One
=================================================================== */
.community-card {
	padding: 50px;
	background-size: cover;
	background-position: center;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.multi-users {
	display: flex;
	align-items: center;
	margin-left: 15px;
}

.multi-users h5 {
	margin: 0;
	margin-left: 10px;
}

.multi-users img {
	height: 45px;
	width: 45px;
	min-width: 45px;
	border-radius: 50%;
	margin-left: -15px;
	border: 2px solid var(--bg-gray);
}

.multi-users i {
	display: inline-block;
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 45px;
	background: var(--bg-gradient);
	color: var(--white);
	border-radius: 50%;
	margin-left: -15px;
	font-weight: 100;
}

.service-style-one-item {
	border: 1px solid #e7e7e7;
	padding: 36px;
	border-radius: 20px;
}

/* Make service section cards equal height */
.service-style-one-items .row.gutter-zero {
	align-items: stretch;
}

.service-style-one-single,
.service-one-tags,
.service-style-one-items .community-card {
	display: flex;
}

.col-lg-4.col-md-6.service-style-one-single:nth-child(6) .service-style-one-item {
	border-right: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.service-style-one-item,
.service-style-one-items .community-card {
	height: 100%;
}

.service-style-one-item,
.service-style-one-items .community-card {
	display: flex;
	flex-direction: column;
}

.service-style-one-item p {
	flex: 1 1 auto;
}

@media (min-width: 1024px) {
	.service-style-one-single {
		padding: 0;
	}

	.col-lg-4.col-md-6.service-style-one-single:nth-child(2n) .service-style-one-item {
		border-right: none;
	}

	.col-lg-4.col-md-6.service-style-one-single:nth-child(5) .service-style-one-item {
		border-top: none;
	}

	.col-lg-4.col-md-6.service-style-one-single:nth-child(3) .service-style-one-item {
		border-bottom: none;
	}

	.col-lg-4.col-md-6.service-style-one-single:nth-child(6) .service-style-one-item,
	.col-lg-4.col-md-6.community-card:nth-child(6) {
		border-left: none;
	}
}

.service-style-one-item p {
	margin: 0;
}

.service-style-one-item img {
	height: 36px;
	margin-bottom: 70px;
}

.community-card .info {
	padding-top: 10px;
}

.community-card .info h5 {
	margin: 0;
	margin-top: 15px;
}

.curve-text svg {
	fill: var(--white);
	height: 250px;
	width: 250px;
	overflow: inherit;
	animation: spinner 20s infinite linear;
	border-radius: 50%;
	padding: 50px;
	backdrop-filter: blur(10px);
}

.curve-text svg path {
	fill: none;
}

.curve-text svg text {
	fill: var(--white);
	font-size: 20px;
	font-weight: 500;
}

.curve-text {
	position: relative;
	z-index: 1;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.curve-text img {
	height: 90px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.service-one-tags {
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	border-radius: 20px;
}



/* ============================================================== 
    # Services Style Two
=================================================================== */
.services-style-two-colum-large {
	padding: 85px;
	border-radius: 10px;
	background-size: cover;
	background-position: center;
}

.services-style-two-colum-large .text-end {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	padding-bottom: 20px;
}

ul.service-list {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}

ul.service-list li {
	display: flex;
	gap: 25px;
	margin-top: 30px;
}

ul.service-list li h4 {
	font-size: 20px;
}

ul.service-list li .icon {
	height: 60px;
	width: 60px;
	text-align: center;
	background: var(--bg-gray);
	min-width: 60px;
	padding: 17px;
	border-radius: 50%;
}

ul.service-list li:first-child {
	margin-top: 0;
}

ul.service-list li p {
	margin: 0;
	font-size: 15px;
}

.services-style-two-item {
	padding: 42px 30px;
	background: rgba(255, 255, 255, 0.4);
	border: 2px solid var(--white);
	border-radius: 10px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
}

.services-style-two {
	height: 100%;
}

.services-style-two-item h4 {
	margin-bottom: 20px;
}

.services-style-two-items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	height: 100%;
}

.services-style-two-item .fun-fact .js-counter {
	display: inline-flex;
	font-size: 50px;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 10px;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
}

.services-style-two-item .fun-fact h5 {
	margin-bottom: 0;
}

ul.list-style-one {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

ul.list-style-one li {
	margin-top: 10px;
	position: relative;
	z-index: 1;
	padding-left: 25px;
	font-size: 15px;
	color: var(--color-heading);
}

ul.list-style-one li:first-child {
	margin-top: 0;
}

ul.list-style-one li::after {
	position: absolute;
	left: 0;
	top: 0;
	content: '\e800';
	font-family: 'validicon';
	color: var(--color-primary);
}

ul.list-style-two {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

ul.list-style-two li {
	margin-top: 10px;
	position: relative;
	z-index: 1;
	padding-left: 25px;
	font-size: 15px;
	color: var(--color-heading);
}

ul.list-style-two li::after {
	position: absolute;
	left: 0;
	top: 8px;
	content: "";
	background-image: url(../img/icon/arrow-standard.png);
	height: 10px;
	width: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.services-style-two-item img {
	height: 100px;
	margin-bottom: 50px;
}

/* ============================================================== 
    # Service
=================================================================== */


.services-style-three-carousel {
	padding-right: 1px;
}

.service-style-three-item {
	padding: 50px;
	border-radius: 10px;
	background: var(--white);
	position: relative;
	overflow: hidden;
	z-index: 1;
	border: 1px solid #e0e1ff;
}

.service-style-three-item img {
	height: 55px;
	margin-bottom: 30px;
}

.service-style-three-item ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 30px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
}

.service-style-three-item ul li a {
	display: inline-block;
	border: 1px solid #e7e7ff;
	font-weight: 500;
	padding: 7px 20px;
	padding-top: 8px;
	border-radius: 30px;
	font-size: 13px;
	background: rgba(255, 255, 255, 0.6);
	line-height: 1.2;
}

.robo-thumb {
	height: 100%;
	text-align: center;
	padding: 50px;
	border-radius: 15px 15px 0 0;
	margin-left: -25%;
}

.robo-thumb img {
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
}

.fun-fact-car-two {
	padding: 62px 60px;
	border-radius: 10px;
	margin-top: 30px;
}

.fun-fact-car-two:first-child {
	margin-top: 0;
}

.fun-fact-car-two .js-counter {
	display: flex;
	align-items: center;
	font-size: 78px;
	line-height: 1;
	margin-bottom: 45px;
	color: var(--color-heading);
	font-weight: 600;
}

.text-light .fun-fact-car-two .js-counter,
.text-light.fun-fact-car-two .js-counter {
	color: var(--white);
}

.fun-fact-car-two h5 {
	line-height: 1.6;
	margin: 0;
}

/* ============================================================== 
    # Services Four
=================================================================== */
.services-style-four-item {
	padding: 40px;
	height: 100%;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

.services-style-four-item img {
	margin-bottom: 60px;
	height: 60px;
}

.services-style-four-item p {
	margin: 0;
}

.services-style-two-area {
	position: relative;
}

.services-style-two-area .shape img {
	position: absolute;
	left: 0;
	bottom: -50px;
	z-index: 1;
	max-width: 35%;
}

.services-style-four-items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	overflow: hidden;
}

.services-style-four-item::after {
	position: absolute;
	right: -1px;
	top: 0;
	content: "";
	height: 100%;
	width: 1px;
	border-right: 1px solid #d7d8f3;
}

.bg-dark .services-style-four-item::after {
	border-color: rgba(255, 255, 255, 0.2);
}

.services-style-four-item::before {
	position: absolute;
	left: 0;
	top: -1px;
	content: "";
	height: 1px;
	width: 100%;
	border-top: 1px solid #d7d8f3;
}

.bg-dark .services-style-four-item::before {
	border-color: rgba(255, 255, 255, 0.2);
}

.services-style-four-item:nth-child(odd) {
	padding-left: 0;
}

.services-style-four-item:nth-child(even) {
	padding-right: 0;
}

.services-style-four-item:first-child,
.services-style-four-item:nth-child(2) {
	padding-top: 0;
}

.services-style-four-item:last-child,
.services-style-four-item:last-child(2) {
	padding-bottom: 0;
}

/* ============================================================== 
    # Services Five
=================================================================== */
.service-style-five-item {
	padding: 0 15px;
}

.services-style-five-items {
	margin: 0 -15px;
}

.service-style-five-item p {
	margin: 0;
}

.service-style-five-item i {
	display: inline-block;
	height: 70px;
	width: 70px;
	background: var(--color-primary);
	text-align: center;
	line-height: 70px;
	color: var(--white);
	font-size: 30px;
	border-radius: 15px;
	margin-bottom: 50px;
}

.service-style-five-item h4 {
	font-size: 20px;
}

.bg-dark .service-style-five-item a {
	color: var(--white);
}

.bg-dark .service-style-five-item a:hover {
	color: var(--color-primary);
}

.service-five-single:nth-child(2) .service-style-five-item i {
	background: #f8a85e;
}

.service-five-single:nth-child(3) .service-style-five-item i {
	background: #979bff;
}

.service-five-single:nth-child(4) .service-style-five-item i {
	background: #36c5c0;
}


/* ============================================================== 
    # Services Six
=================================================================== */

.service-tab-content-box {
	position: relative;
	height: 100%;
}

.service-tab-contents img {
	transition: all 0.35s ease-in-out;
	transform: scale(0.9);
}

.service-tab-contents.active img {
	transform: scale(1);
}

.service-tab-contents {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	object-fit: contain;
	object-position: center;
	transition: all 0.35s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.service-tab-contents.active {
	opacity: 1;
	visibility: visible;
}

ul.service-tab-content-list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 20px;
}

ul.service-tab-content-list li {
	border-top: 1px solid #d7d7ff;
}

ul.service-tab-content-list li p {
	margin: 0;
}

ul.service-tab-content-list li:first-child {
	margin-top: 0;
	padding-top: 0;
	border: none;
}

.service-tab-item h4 {
	margin: 0;
	line-height: 1.4;
}

.bg-dark ul.service-tab-content-list li {
	border-color: rgba(255, 255, 255, 0.2);
}

ul.service-tab-content-list li:hover .round-btn,
ul.service-tab-content-list li.active .round-btn {
	background: var(--color-primary);
	transform: rotate(45deg);
}

.service-tab-contents img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}

.service-tab-item a {
	display: flex;
	gap: 60px;
	align-items: center;
	padding: 25px;
}

.text-scroll-animation .text {
	width: 100%;
	color: rgba(0, 6, 98, .2);
	background: linear-gradient(to right, #b6b6b6, var(--color-heading)) no-repeat;
	-webkit-background-clip: text;
	background-clip: text;
	background-size: 0%;
	transition: background-size cubic-bezier(.1, .5, .5, 1) 0.5s;
	display: flex;
	position: relative;
	z-index: 1;
}

.bg-dark .text-scroll-animation .text {
	color: rgba(255, 255, 255, .4);
	background: linear-gradient(to right, #b6b6b6, var(--white)) no-repeat;
	-webkit-background-clip: text;
	background-clip: text;
	background-size: 0%;
}

.text-scroll-animation .active .text {
	color: var(--white);
}

.text-scroll-animation .text::after {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/shape/2.jpg);
	color: #0D0D0D;
	clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
	transform-origin: center;
	transition: all cubic-bezier(.1, .5, .5, 1) 0.4s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	top: 0;
	content: "";
	z-index: -1;
	border-radius: 5px;
	background-size: cover;
	background-position: center;
}

.text-scroll-animation .text:hover::after,
.text-scroll-animation .active .text::after {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}


/* ============================================================== 
    # Services Seven
=================================================================== */
.services-style-seven-item .accordion-body {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr;
	grid-row-gap: 30px;
	grid-column-gap: 50px;
	padding: 30px;
	align-items: center;
}

.services-style-seven-item .thumb img {
	border-radius: 10px;
}

.services-style-seven-item button.accordion-button {
	border: none;
	box-shadow: none;
	background: transparent;
	padding: 20px 30px;
	border-radius: 0;
	font-size: 24px;
	display: grid;
	align-items: center;
	gap: 50px;
	justify-content: space-between;
	grid-template-columns: 1fr 2fr 1fr;
}

.services-style-seven-item button.accordion-button i {
	font-size: 30px;
}

.services-style-seven-item button.accordion-button::after {
	display: none;
}

.services-style-seven-item button.accordion-button::before {
	position: absolute;
	right: 30px;
	top: 20px;
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
	font-weight: 500;
	height: 35px;
	width: 35px;
	background: var(--dark);
	color: var(--white);
	text-align: center;
	line-height: 34px;
	border-radius: 50%;
	transition: all 0.35s ease-in-out;
	font-size: 14px;
	border: 1px solid var(--dark);
}

.services-style-seven-item button.accordion-button:not(.collapsed)::before {
	-webkit-transform: inherit;
	transform: inherit;
	content: "\f063";
	background: transparent;
	border: 1px solid;
}

.services-style-seven-item {
	border-bottom: 1px solid #c6c8f4;
}

.services-style-seven-items {
	border: 1px solid #c6c8f4;
	overflow: hidden;
	border-radius: 10px;
}

.services-style-seven-item:last-child {
	border: none;
}

.services-style-seven-item .accordion-body {
	border-top: 1px solid #c6c8f4;
}

.services-style-seven-item button.accordion-button:not(.collapsed) {
	background: var(--bg-gradient);
	color: var(--white);
}

.bg-dark .services-style-seven-items {
	border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark .services-style-seven-item {
	border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark .services-style-seven-item .accordion-body {
	border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark .services-style-seven-item button.accordion-button {
	color: var(--white);
}

.bg-dark .services-style-seven-item button.accordion-button::before {
	border: 1px solid rgba(255, 255, 255, 0.3);
}


/* ============================================================== 
    # Services Details
=================================================================== */

.services-details-items .heading {
	margin-bottom: 15px;
}

@media (min-width: 1024px) {
	.services-details-items .title {
		font-size: 42px;
	}
}

.services-details-items img {
	border-radius: 10px;
}

.quick-contact-widget {
	padding: 50px;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
}

.services-sidebar .single-widget {
	margin-bottom: 50px;
}

.services-sidebar .single-widget:last-child {
	margin-bottom: 0;
}

.quick-contact-widget h4 a {
	text-decoration: underline;
	display: inline-block;
	margin-top: 30px;
}

.single-widget.services-list-widget {
	padding: 50px;
	padding-bottom: 40px;
	background: #eff4f7;
	border-radius: 10px;
}

.services-list-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.services-list-widget ul li a::after {
	position: absolute;
	right: 20px;
	top: 50%;
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
	transform: translateY(-50%) rotate(-45deg);
	font-weight: 400;
	font-size: 14px;
	opacity: 0;
	visibility: hidden;
}

.services-list-widget ul li.current-menu-item a::after {
	opacity: 1;
	visibility: visible;
}

.services-list-widget ul li a {
	display: block;
	padding: 10px 20px;
	position: relative;
	z-index: 1;
}

.services-list-widget ul li:last-child {
	border: none;
}

.services-list-widget ul li.current-menu-item {
	border: none;
	margin-bottom: 5px;
}

.services-list-widget ul li.current-menu-item a {
	background: var(--white);
	border-radius: 8px;
	border: 1px solid #d0d0ff;
	padding: 12px 20px;
}

@media (min-width: 992px) {
	.services-details-items {
		position: relative;
		z-index: 1;
	}

	.service-sidebar-items {
		position: sticky;
		top: 140px;
	}
}

/* ============================================================== 
    # Process
=================================================================== */

.process-style-one-area {
	overflow: hidden;
}

.process-style-one-items {
	display: flex;
	position: relative;
	z-index: 1;
	padding: 120px 90px;
	backdrop-filter: blur(30px);
	background: rgba(255, 255, 255, 0.1);
	border-radius: 30px 30px 0 0;
}

.process-style-one-item {
	flex: 1;
	position: relative;
	z-index: 1;
	padding: 0 50px;
}

.process-style-one-item::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 1px;
	background: linear-gradient(to top, rgba(255, 255, 255, 0), var(--white), rgba(255, 255, 255, 0));
}

.process-style-one-item:last-child:after {
	display: none;
}

.process-style-one-area .shape {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	padding-top: 30px;
}

.process-style-one-area .shape img {
	height: 100%;
}

.process-style-one-item p {
	margin: 0;
	color: var(--white-common);
}

.process-style-one-item h4 {
	font-size: 20px;
}

.process-style-one-item h2 {
	display: block;
	color: transparent;
	-webkit-text-stroke: 1px var(--white-common);
	font-weight: 900;
	writing-mode: vertical-rl;
	font-size: 60px;
	line-height: 0.7;
	transform: rotateZ(180deg);
	min-height: 85px;
	margin-bottom: 30px;
}


/* ============================================================== 
    # Process Two
=================================================================== */
.process-style-two-item span {
	display: inline-block;
	height: 65px;
	width: 65px;
	text-align: center;
	line-height: 65px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	margin-bottom: 65px;
	writing-mode: sideways-lr;
	font-weight: 700;
	font-size: 26px;
}

.process-style-two-item p {
	margin: 0;
}

.process-style-two-item {
	padding: 0 30px;
}

.process-style-two-items {
	margin: 0 -30px;
}

.process-two-single {
	position: relative;
	z-index: 1;
}

.process-two-single::after {
	position: absolute;
	top: 25px;
	left: 110px;
	content: "";
	height: 1px;
	right: -45px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}


/* ============================================================== 
    # Process
=================================================================== */
.process-style-three-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px;
}

.process-style-three-item img {
	height: 70px;
	margin-bottom: 50px;
}

.process-style-three-item p {
	margin: 0;
}

.process-style-three-area {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.process-style-three-area .shape img {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 18%;
}


/* ============================================================== 
    # Language Support
=================================================================== */
.language-support-country-flag {
	position: relative;
	margin-top: 30px;
	margin-bottom: 40px;
}

.language-support-country-flag img:nth-child(2) {
	position: absolute;
	left: 30%;
	top: -30px;
	height: 80px;
	z-index: 1;
}

.language-support-country-flag img:nth-child(3) {
	position: absolute;
	left: -30px;
	bottom: 45%;
	height: 70px;
	z-index: 1;
}

.language-support-country-flag img:nth-child(4) {
	position: absolute;
	left: 50%;
	bottom: -40px;
	height: 80px;
	transform: translateX(-50%);
	z-index: 1;
}

.language-support-country-flag img:nth-child(5) {
	position: absolute;
	right: -15px;
	bottom: 25%;
	height: 70px;
	z-index: 1;
}

.language-support-country-flag img:nth-child(6) {
	position: absolute;
	right: 0;
	top: 15%;
	height: 90px;
	z-index: 1;
}

.round-move {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	border-radius: 50%;
	animation: spin 7s linear infinite;
}

.round-move-two {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	border-radius: 50%;
	animation: spin-two 12s linear infinite;
}

.round-move::after {
	position: absolute;
	left: 20%;
	top: 21%;
	content: "";
	height: 25px;
	width: 25px;
	background: var(--color-primary);
	border-radius: 50%;
	border: 2px solid var(--white);
}

.round-move-two::before {
	position: absolute;
	left: 12%;
	top: 13%;
	content: "";
	height: 25px;
	width: 25px;
	background: var(--color-primary);
	border-radius: 50%;
	border: 2px solid var(--white);
}


@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes spin-two {
	100% {
		-moz-transform: rotate(-360deg);
	}
}

@-webkit-keyframes spin-two {
	100% {
		-webkit-transform: rotate(-360deg);
	}
}

@keyframes spin-two {
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}


.language-support-country-flag .fun-fact {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.language-support-country-flag .fun-fact .js-counter {
	display: inline-block;
	font-size: 70px;
	line-height: 1;
	font-weight: 600;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.language-support-country-flag .fun-fact h4 {
	margin: 0;
	margin-top: 5px;
	font-size: 20px;
}



/* ============================================================== 
    # Project
=================================================================== */
.project-fun-fact .js-counter {
	display: inline-flex;
	align-items: center;
	font-size: 80px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 20px;
	background: var(--bg-gradient);
	color: var(--white);
	padding: 10px 30px;
	padding-top: 15px;
	border-radius: 10px;
}

.project-fun-fact {
	max-width: 400px;
	position: relative;
	z-index: 1;
}

.project-fun-fact h4 {
	margin: 0;
	line-height: 1.4;
}

.project-style-one-item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	align-items: center;
	background: #f7fbfe;
	border: 2px solid var(--white);
	border-radius: 30px;
	padding: 50px;
	z-index: 1;
	margin-bottom: 30px;
	position: relative;
}

@media (min-width: 1024px) {
	.project-style-one-item {
		overflow: hidden;
		position: sticky;
		top: 200px;
	}
}

.project-style-one-item:last-child {
	margin-bottom: 0;
}

.project-style-one-item .info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

ul.project-tags {
	padding: 0;
	list-style: none;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

ul.project-tags li {
	display: inline-block;
	background: var(--bg-gradient);
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 8px;
	padding: 3px 12px;
	padding-bottom: 2px;
	font-size: 16px;
}

ul.project-tags li::after {
	position: absolute;
	left: 1px;
	top: 1px;
	right: 1px;
	bottom: 1px;
	background: var(--white);
	content: "";
	border-radius: 7px;
	z-index: -1;
}

.project-style-one-item .thumb img {
	border-radius: 10px;
}

.project-style-one-item .btn-simple {
	color: var(--color-primary);
}

.project-style-one-items {
	position: relative;
	z-index: 1;
}

.project-shape {
	position: absolute;
	right: 30px;
	z-index: -1;
	bottom: 50px;
	max-width: 200px;
}

.project-style-one-item .thumb {
	height: 100%;
}

.project-style-one-item .thumb img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.project-style-one-item h3 {
	margin-bottom: 50px;
	line-height: 1.3;
	font-size: 26px;
}

.project-style-one-item .thumb img:nth-child(2) {
	position: absolute;
	right: 0;
	bottom: 50px;
	z-index: -1;
	max-width: 160px;
	height: auto;
	filter: blur(5px);
}

.project-style-one-item:nth-child(2) .thumb img:nth-child(2) {
	transform: rotate(45deg);
	filter: blur(5px);
}

@media (min-width: 1024px) {
	.fixed-content {
		position: sticky;
		top: 200px;
	}
}


/* ============================================================== 
    # Project Two
=================================================================== */

.text-large {
	font-size: 7vw;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	line-height: 1;
	margin: 0;
}

@media (min-width: 2400px) {
	.text-large {
		font-size: 6vw;
	}
}

.text-large strong {
	color: var(--color-primary);
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.project-style-two-item {
	display: grid;
	grid-template-columns: 2fr 1fr;
	z-index: 1;
	margin-bottom: 50px;
	top: 50px;
	overflow: hidden;
	border-radius: 10px;
}

@media (min-width: 1200px) {
	.project-style-two-item {
		position: sticky;
		top: 150px;
	}

	.project-style-two-item img {
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

}

.project-style-two-item:last-child {
	margin-bottom: 0;
}

.project-style-two-item .info {
	padding: 50px;
	position: relative;
	bottom: 0;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.project-style-two-item:nth-child(2n) .info {
	background-color: var(--dark) !important;
}

.project-style-two-item .info {
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: right bottom;
}




/* ============================================================== 
    # Project Details
=================================================================== */

.project-details-items img {
	border-radius: 10px;
}

@media (min-width: 1600px) {
	.project-details-main-info .title {
		padding-right: 15%;
	}
}

ul.project-info-list {
	margin-bottom: 0;
	border-top: 1px solid #dcddfd;
	list-style: none;
	display: flex;
	gap: 50px;
	padding-top: 40px;
	margin-top: 40px;
}

ul.project-info-list p {
	margin: 0;
}

ul.project-info-list>li {
	flex-grow: 1;
}

ul.project-info-list>li:last-child {
	border: none;
}

ul.project-info-list ul li {
	margin-top: 5px;
}

.thumb-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

.item-grid-container {
	display: grid;
	grid-row-gap: 60px;
}

.item-grid-container img {
	margin-top: 50px;
}

.item-grid-colum {
	display: grid;
	grid-template-columns: 1fr 2.5fr;
	grid-column-gap: 50px;
	grid-row-gap: 60px;
}

.thumb-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

.item-grid-colum .left-info h3 {
	display: flex;
	align-items: center;
}

.item-grid-colum .left-info h3 strong {
	position: relative;
	z-index: 1;
	margin-right: 25px;
	padding-right: 50px;
	font-size: 40px;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	font-weight: 700;
}

.bg-dark .item-grid-colum .left-info h3 strong {
	-webkit-text-stroke: 1px #cccccc;
}

.item-grid-colum .left-info h3 strong::after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	height: 2px;
	width: 30px;
	border-top: 1px solid;
	color: #b1b2f2;
}

.bg-dark .item-grid-colum .left-info h3 strong::after {
	border-top: 1px solid;
	color: var(--white);
}

.project-paginvation-items {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #d4d4fa;
	padding-top: 60px;
	padding-bottom: 60px;
}

.default-padding-bottom .project-paginvation-items {
	padding-bottom: 0;
}

.bg-dark .project-paginvation-items {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.project-previous a,
.project-next a {
	display: flex;
	align-items: center;
}

.project-next a {
	text-align: right;
}

.project-previous .icon {
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	background: var(--bg-gray);
	margin-right: 15px;
	color: var(--color-heading);
	border: 1px solid #d4d4fa;
	border-radius: 5px;
}

.project-next .icon {
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	background: var(--bg-gray);
	margin-right: 15px;
	color: var(--color-heading);
	border: 1px solid #d4d4fa;
	margin-left: 15px;
	border-radius: 5px;
}

.bg-dark .project-next .icon {
	background: var(--dark-optional);
	color: var(--white);
}

.project-previous h5,
.project-next h5 {
	margin: 0;
}

.project-previous .nav-title,
.project-next .nav-title {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
}

.project-previous .nav-title h5,
.project-next .nav-title h5 {
	text-transform: none;
	font-size: 20px;
	margin-top: 3px;
}

.project-paginvation-items .project-all i {
	display: inline-block;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	background: var(--bg-gradient);
	color: var(--white);
	border-radius: 5px;
}

.project-previous .icon i,
.project-next .icon i {
	font-weight: 500;
}


/* ============================================================== 
    # Award
=================================================================== */
.award-style-one-item {
	display: grid;
	grid-template-columns: 100px 1fr 1fr 200px;
	align-items: center;
	gap: 50px;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #dbdbfb;
}

.bg-dark .award-style-one-item {
	border-color: rgba(255, 255, 255, 0.2);
}

.award-style-one-item:first-child {
	margin-top: 0;
	padding-top: 0;
	border: none;
}

.award-style-one-item img {
	border-radius: 15px;
	transition: all 0.35s ease-in-out;
	transform: rotate(-10deg);
}

.award-style-one-item.active img {
	transform: rotate(10deg);
	opacity: 1;
	visibility: visible;
}

.award-style-one-item h4 {
	margin-bottom: 0;
}

.award-style-one-item h2 {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 45px;
	text-align: right;
	color: var(--color-paragraph);
}

.award-style-one-item p {
	margin-bottom: 0;
}

.bg-dark .award-style-one-item h2 {
	opacity: 0.5;
}

/* ============================================================== 
    # Pricing
=================================================================== */
ul.pricing-types {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	z-index: 1;
	margin-left: 25px;
}

ul.pricing-types::after {
	position: absolute;
	left: 0;
	top: 5px;
	bottom: 5px;
	content: "";
	width: 1px;
	background: #b7b8f5;
	z-index: -1;
}

ul.pricing-types li {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 30px;
	padding-left: 50px;
}

ul.pricing-types li .icon {
	background: var(--color-primary);
	padding: 11px;
	height: 50px;
	width: 50px;
	min-width: 50px;
	border-radius: 50%;
	position: absolute;
	left: -24px;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

ul.pricing-types li:first-child {
	margin-top: 0;
}

ul.pricing-types li p {
	margin-bottom: 0;
}

ul.pricing-types li:nth-child(2) .icon {
	background: #9799f4;
}

ul.pricing-types li:nth-child(3) .icon {
	background: #b3b4ed;
}

@media (min-width: 1600px) {
	ul.pricing-types li p {
		padding-right: 15%;
		font-size: 17px;
	}
}

/* ============================================================== 
    # Team Members
=================================================================== */

.team-style-one-area {
	overflow: hidden;
}

.team-style-one-item .thumb {
	border-radius: 50%;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.team-style-one-item .thumb img {
	border-radius: 50%;
}

.team-style-one-item {
	text-align: center;
}

.team-style-one-item h4 {
	margin-bottom: 5px;
}

.team-style-one-item span {
	font-weight: 300;
}

.team-style-one-item .info {
	margin-top: 40px;
}

.team-style-one-items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.team-style-one-items .team-style-one-item:nth-child(2n) {
	width: 28%;
	margin-top: 80px;
}

.team-style-one-items .team-style-one-item {
	flex: 0 0 auto;
	max-width: 100%;
	width: 22%;
	padding: 0 25px;
}

.team-single-items .title {
	font-size: 48px;
}

.team-single-card {
	border-top: 1px solid #d8d9fc;
	padding-top: 60px;
}

.team-single-items .about .title {
	margin-bottom: 10px;
}

.team-single-items .about span {
	margin-bottom: 25px;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	font-weight: 500;
	font-size: 20px;
}

.social-overlay .icon {
	background: var(--white);
	border-radius: 60px;
	position: relative;
	z-index: 1;
	padding: 5px;
}

.social-overlay {
	position: absolute;
	right: 50px;
	bottom: -20px;
	z-index: 1;
}

.team-style-one-items .team-style-one-item:nth-child(2n) .social-overlay {
	bottom: -7px;
}

.team-page .team-style-one-items .team-style-one-item:nth-child(2n) .social-overlay,
.team-page .team-style-one-items .team-style-one-item .social-overlay {
	bottom: -20px;
}

.social-overlay .icon i {
	display: inline-block;
	height: 45px;
	width: 45px;
	line-height: 45px;
	text-align: center;
	background: var(--dark);
	color: var(--white);
	border-radius: 50%;
	cursor: pointer;
	font-weight: 400;
}

.color-style-two .social-overlay .icon i {
	background: var(--color-style-two);
}

.color-style-three .social-overlay .icon i {
	background: var(--color-style-three);
}

.social-overlay ul li {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

.social-overlay ul li a {
	display: inline-block;
}

.social-overlay ul li a i {
	display: inline-block;
	height: 45px;
	width: 45px;
	line-height: 45px;
	background: var(--color-primary);
	color: var(--white);
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	transform: translateY(40px);
	transition: all 0.35s ease-in-out;
}

.color-style-two .social-overlay ul li a i {
	background: var(--color-style-two);
}

.color-style-three .social-overlay ul li a i {
	background: var(--color-style-three);
}

.social-overlay ul li:first-child a i {
	transition-delay: 0.60ms;
}

.social-overlay ul li:nth-child(2) a i {
	transition-delay: 0.45ms;
}

.social-overlay ul li:nth-child(3) a i {
	transition-delay: 0.30ms;
}

.social-overlay ul li:nth-child(4) a i {
	transition-delay: 0.15ms;
}

.team-style-one-item:hover .thumb .social-overlay ul li a i {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.social-overlay ul li a i.fa-facebook-f {
	background: #3B5998;
}

.social-overlay ul li a i.fa-dribbble {
	background: #ea4c89;
}

.social-overlay ul li a i.fa-linkedin-in {
	background: #0077B5;
}

/* Team Page */
.team-page .team-style-one-items .team-style-one-item:nth-child(2n) {
	margin-top: 50px;
	width: 25%;
}

.team-page .team-style-one-items .team-style-one-item {
	width: 25%;
	margin-top: 50px;
}

.team-page .team-style-one-items {
	margin-top: -50px;
}


/* ============================================================== 
    # Team Style Two
=================================================================== */
.team-style-two-item .info {
	margin-top: 30px;
}

.team-style-two-item .info h4 {
	margin-bottom: 5px;
}

.team-style-two-item .thumb {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}

.team-style-two-item .thumb img {
	border-radius: 10px;
	transition: all 0.35s ease-in-out;
}

.team-style-two-item:hover .thumb img {
	transform: scale(1.1);
}

.team-style-two-item:hover .thumb .social-overlay ul li a i {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.team-style-two-item .social-overlay .icon {
	display: flex;
	border-radius: 25px 0 0 0;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 0;
}

.team-style-two-item .social-overlay .icon::after {
	position: absolute;
	right: 0;
	top: -40px;
	content: "";
	height: 40px;
	width: 22px;
	border-bottom-right-radius: 20px;
	box-shadow: 0 20px 0 0 var(--white);
}

.team-style-two-item .social-overlay .icon::before {
	position: absolute;
	left: -22px;
	bottom: 0px;
	content: "";
	height: 40px;
	width: 22px;
	border-bottom-right-radius: 20px;
	box-shadow: 0 20px 0 0 var(--white);
}

.team-style-two-item .social-overlay {
	right: 0;
	bottom: 0;
}

.team-style-two-item .social-overlay .icon a {
	display: inline-block;
	border: 1px solid #cccccc;
	color: var(--color-heading);
	height: 45px;
	line-height: 43px;
	padding: 0 25px;
	border-radius: 30px;
	font-weight: 600;
	font-size: 15px;
	position: relative;
	z-index: 1;
}

.team-style-two-item .social-overlay .icon i {
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 43px;
	color: var(--color-heading);
	position: relative;
	z-index: 99;
	background: transparent;
	border: 1px solid #cccccc;
	transition: all 0.35s ease-in-out;
}

.team-style-two-item .social-overlay ul {
	display: inline-block;
	position: relative;
	left: 10px;
}

.team-style-two-items {
	position: relative;
	z-index: 1;
}

.team-style-two-items .shape {
	position: absolute;
	right: 100%;
	top: 50%;
	width: 15%;
	transform: translateY(-50%);
	margin-right: 50px;
}

.team-style-two-item .social-overlay .icon a:hover,
.team-style-two-item:hover .social-overlay .icon i {
	background: var(--color-primary);
	color: var(--white);
	border-color: var(--color-primary);
}

/* ============================================================== 
    # Team Single
=================================================================== */

.team-single-items {
	position: relative;
	z-index: 1;
}

.team-single-items .thumb img {
	border-radius: 10px;
}

@media (min-width: 992px) {
	.team-single-items .thumb {
		position: sticky;
		top: 160px;
	}
}

.team-single-area .right-info .social {
	display: flex;
	margin-top: 35px;
	font-weight: 600;
	align-items: center;
}

.team-single-area .right-info .social h4 {
	font-weight: 600;
	margin-bottom: 0;
	margin-right: 25px;
}

.team-single-area .right-info .social ul {
	margin: 0;
	padding: 0;
	border: none;
}

.team-single-area .right-info .social .share-link {
	position: relative;
	z-index: 1;
	margin-left: 15px;
	padding-right: 20px;
}

.team-single-area .right-info .social .share-link>i {
	display: inline-block;
	height: 45px;
	background: var(--dark);
	line-height: 45px;
	width: 45px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	color: var(--white);
}

.team-single-area .right-info .social ul {
	display: flex;
	list-style-type: none;
	grid-gap: 10px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease-in-out 0s;
}

.team-single-area .right-info .social .share-link:hover ul {
	left: 58px;
	opacity: 1;
	pointer-events: auto;
}

.team-single-area .right-info .social ul li {
	display: inline-block;
	margin: 0;
}

.team-single-area .right-info .social ul li a {
	display: inline-block;
	height: 45px;
	width: 45px;
	line-height: 47px;
	background: #f1f1f1;
	text-align: center;
	border-radius: 50%;
}

.team-single-items .about ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 25px;
}

.team-single-items .about ul li {
	margin-top: 10px;
	font-size: 18px;
	color: var(--color-heading);
	font-weight: 500;
}

.team-single-items .about ul li a {
	color: var(--color-paragraph);
}

.team-single-items .about ul li a:hover {
	color: var(--color-primary);
}

.team-single-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
}

.team-list-item h4 {
	margin-bottom: 30px;
	font-size: 28px;
}

.team-list-item h5 {
	font-weight: 600;
	margin-bottom: 8px;
}

.team-list-item span {
	text-transform: none;
	margin-bottom: 5px;
	color: var(--color-heading);
	display: block;
}

.team-list-item li {
	margin-top: 30px;
}

.team-list-item li:first-child {
	margin-top: 0;
}

.team-single-list ul {
	border: none;
	margin-top: 0;
	padding: 0;
}

.team-list-item ul {
	border-left: 1px solid;
	padding-left: 25px;
}

.team-list-item ul li {
	position: relative;
	z-index: 1;
}

.team-list-item ul li::after {
	position: absolute;
	left: -33px;
	top: 3px;
	content: "";
	height: 15px;
	width: 15px;
	border: 2px solid var(--color-primary);
	border-radius: 50%;
	background: var(--white);
}

.skill-items .progress {
	overflow: inherit;
	height: 10px;
	border-radius: 50px;
	background: #eff6fc;
}

.skill-items .progress .progress-bar {
	background: var(--color-primary);
	overflow: inherit;
	border-radius: 30px;
	position: relative;
}

.progress-box:first-child {
	margin-top: 0;
}

.progress-box {
	margin-top: 35px;
}

.skill-items .progress .progress-bar span {
	position: absolute;
	right: 0;
	top: -45px;
	background: var(--color-primary);
	border-radius: 5px;
	font-weight: 600;
	padding: 5px 10px;
	display: inline-block;
}

.skill-items .progress .progress-bar span::after {
	position: absolute;
	left: 3px;
	bottom: -10px;
	content: "";
	height: 11px;
	width: 12px;
	background: #8f91f4;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.contact-form-card {
	padding: 50px;
	border-radius: 10px;
}

.contact-form-card p {
	font-size: 17px;
}

.contact-form-card .sub-title {
	border-color: #c5c6ff;
	margin-bottom: 25px;
}

.contact-form-card .form-group {
	margin-bottom: 30px;
}

.contact-form-card .form-group input,
.contact-form-card .form-group textarea {
	background: transparent;
	border: none;
	border-bottom: 1px solid #c5c6e9;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
}

.contact-form-card .form-group textarea {
	height: 150px;
}
.contact-form-card .form-group input{
	color: #ffffff;
}
/* ============================================================== 
    # Testimonial
=================================================================== */
.blurry-shape {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.blurry-shape::after {
	position: absolute;
	left: -10%;
	top: -10%;
	content: "";
	height: 450px;
	width: 450px;
	background: linear-gradient(90deg, #235843 0%, #9889fe 100%);
	z-index: -1;
	filter: blur(120px);
}

.blurry-shape::before {
	position: absolute;
	right: -5%;
	bottom: 0;
	content: "";
	height: 150px;
	width: 65%;
	background: linear-gradient(90deg, #12a363 0%, #0034fa 100%);
	z-index: -1;
	filter: blur(180px);
}

.testimonial-one-control {
	position: relative;
	z-index: 1;
	height: 40px;
	overflow: inherit;
	margin-top: 50px;
}

.testimonial-one-control .testimonial-swiper-nav>div {
	height: 40px;
	width: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	line-height: 35px;
	background: #19364b;
	border-radius: 50%;
	border: 2px solid #637495;
}

.testimonial-one-control .testimonial-swiper-nav>div.testimonial-swiper-button-next {
	left: auto;
	right: 0;
}

.testimonial-one-control .testimonial-swiper-nav>div i {
	font-weight: 500;
	font-size: 14px;
}

.testimonial-style-one-carousel .testimonial-one-control .testimonial-swiper-pagination {
	position: absolute;
	left: 0;
	display: grid;
	grid-column-gap: 0;
	grid-auto-columns: minmax(0, 1fr);
	grid-auto-flow: column;
	overflow: inherit;
	transform: translateY(-50%);
	height: 10px;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 4px;
}

.testimonial-style-one-carousel .testimonial-one-control .testimonial-swiper-pagination .swiper-pagination-bullet {
	border-radius: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 9;
	background: transparent;
	background: var(--bg-gradient);
	height: 2px;
}

.testimonial-one-control::after {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	height: 2px;
	width: 100%;
	border-top: 2px solid rgba(255, 255, 255, 0.3);
	z-index: -1;
}

.testimonial-style-one-item .tm-provider h4 {
	margin-bottom: 10px;
	position: relative;
	top: 8px;
}

.testimonial-style-one-item p {
	margin-bottom: 0;
}

.testimonial-style-one-item .tm-provider .quote i {
	display: inline-block;
	height: 58px;
	width: 58px;
	text-align: center;
	line-height: 58px;
	background: #313a40;
	border-radius: 10px;
}

.testimonial-style-one-item .tm-provider .quote i::before {
	margin: 0;
	position: relative;
	left: -6px;
}

.testimonial-style-one-item .tm-provider {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	gap: 20px;
}

.testimonial-style-one-item .tm-provider .icon i {
	color: #ffb800;
	font-size: 13px;
}

/* Compact testimonial (custom) */
.testimonial-compact-area .site-heading .title {
	font-size: 44px;
	line-height: 1.1;
	margin: 0;
}

.testimonial-compact-meta {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	justify-content: flex-end;
}

.testimonial-compact-meta .muted {
	opacity: 0.75;
}

.testimonial-compact-meta .rating-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	padding: 8px 12px;
	border-radius: 999px;
	font-weight: 600;
}

.testimonial-compact-swiper .swiper-slide {
	height: auto;
}

.testimonial-compact-card {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 16px;
	padding: 22px 22px;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.testimonial-compact-card .top {
	display: grid;
	grid-template-columns: 44px 1fr auto;
	gap: 12px;
	align-items: center;
}

.testimonial-compact-card .avatar img {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	object-fit: cover;
}

.testimonial-compact-card .who h4 {
	font-size: 16px;
	margin: 0;
	font-weight: 700;
}

.testimonial-compact-card .who .role {
	margin: 0;
	font-size: 13px;
	opacity: 0.75;
}

.testimonial-compact-card .stars {
	white-space: nowrap;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.3);
}

.testimonial-compact-card .stars i.on {
	color: #ffb400;
}

.testimonial-compact-card .text {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
	opacity: 0.92;
}

@media (max-width: 767px) {
	.testimonial-compact-area .site-heading .title {
		font-size: 30px;
	}
}

/* ============================================================== 
    # Testimonial Style Two
=================================================================== */
.testimonial-provider-thumbs {
	display: flex;
	gap: 30px;
	align-items: center;
	margin-bottom: 200px;
	margin-top: -100px;
}

.testimonial-provider-item {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	flex-direction: column;
	position: relative;
}

.testimonial-provider-item img {
	border-radius: 10px;
}

.testimonial-provider-item:nth-child(2),
.testimonial-provider-item:nth-last-child(2) {
	top: 200px;
}

.testimonial-provider-item:nth-child(3),
.testimonial-provider-item:nth-last-child(3) {
	top: 200px;
}

.testimonial-style-two .icon {
	height: 55px;
	width: 55px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: var(--bg-gradient);
	border-radius: 50%;
	padding: 15px;
}

.testimonial-style-two .provider {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	gap: 20px;
	margin-top: 30px;
}

.testimonial-style-two .provider h4 {
	margin-bottom: 5px;
}

.testimonial-style-two p {
	font-size: 24px;
	line-height: 1.8;
	font-weight: 300;
	margin: 0;
}

.testimonial-style-two .rating {
	margin-bottom: 20px;
}

.testimonial-style-two .rating i {
	color: #efb80f;
}


/* ============================================================== 
    # Testimonial Style Three
=================================================================== */

.testimonial-style-three-area {
	position: relative;
	z-index: 1;
}

.testimonial-style-three {
	display: grid;
	grid-template-columns: 1fr 1.8fr;
	gap: 120px;
	align-items: center;
}

.testimonial-style-three-items {
	padding: 120px;
	border-radius: 10px;
}

.testimonial-style-three .provider {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 30px;
}

.testimonial-style-three .provider img {
	height: 70px;
	width: 70px;
	max-width: 70px;
	border-radius: 50%;
}

.testimonial-style-three .provider h4 {
	margin-bottom: 5px;
	font-size: 22px;
}

.testimonial-style-three .provider span {
	text-transform: uppercase;
	font-size: 16px;
}

.testimonial-style-three p {
	font-size: 23px;
	line-height: 1.8;
}

.testimonial-style-three h3 {
	margin-bottom: 35px;
}

.testimonial-style-three .left {
	position: relative;
	z-index: 1;
}

.testimonial-style-three .left i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 40px;
	color: var(--color-primary);
	margin-left: -15px;
}

.testimonial-style-three .top {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 25px;
}

.testimonial-style-three .top img {
	height: 30px;
}

.testimonial-style-three .rating i {
	color: #ffa500;
}

.project-swiper-nav {
	display: flex;
	align-items: center;
	gap: 5px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9;
}

.project-swiper-nav>div {
	height: 40px;
	width: 40px;
	line-height: 42px;
	background: var(--color-primary);
	text-align: center;
	color: var(--white);
	border-radius: 50%;
}

.project-swiper-nav>div.testimonial-three-prev {
	background: var(--dark);
}

.testimonial-style-three .left img:nth-child(2) {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 70px;
}


/* ============================================================== 
    # Testimonial Style Four
=================================================================== */

.testimonial-style-four-left-carousel .swiper-wrapper {
	transition-timing-function: linear !important;
}

.testimonial-style-four-right-carousel .swiper-wrapper {
	transition-timing-function: linear !important;
}

.testimonial-style-four-item {
	background: var(--white);
	padding: 50px;
	border-radius: 10px;
	border: 1px solid #f3f3ff;
}

.testimonial-style-four-item .tm-provider {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	gap: 15px;
}

.testimonial-style-four-item .tm-provider .thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	min-width: 60px;
	min-height: 60px;
}

.testimonial-style-four-item .tm-provider img,
.testimonial-style-four-item .tm-provider .testimonial-avatar-initials {
	height: 60px;
	width: 60px;
	border-radius: 50%;
}

.testimonial-style-four-item .tm-provider .testimonial-avatar-initials {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
	color: var(--white);
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.02em;
	flex-shrink: 0;
}

.testimonial-style-four-item .tm-provider h4 {
	font-size: 20px;
	margin-bottom: 2px;
}

.testimonial-style-four-item .bottom {
	border-top: 1px solid #e7e7e7;
	padding-top: 25px;
}

.testimonial-style-four-item .bottom h5 {
	margin-bottom: 5px;
}

.testimonial-style-four-item .quote-icon img {
	height: 45px;
	position: absolute;
	right: 50px;
	bottom: 55px;
}

.bg-dark .testimonial-style-four-item {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.1);
}

.bg-dark .testimonial-style-four-item .bottom {
	border-color: rgba(255, 255, 255, 0.2);
}

/* Match screenshot-like dark testimonial cards */
.testimonial-style-four-carousel .swiper-wrapper {
	flex-direction: row;
	align-items: stretch;
}

.testimonial-style-four-carousel .swiper-slide {
	/* Slightly narrower so 3–4 cards fit on desktop like screenshot */
	width: 300px;
	height: auto;
	display: flex;
	align-self: stretch;
}

.testimonial-style-four-carousel .swiper-slide .testimonial-style-four-item {
	flex: 1;
	width: 100%;
	display: flex;
	flex-direction: column;
}


.bg-dark .testimonial-style-four-item {
	border-radius: 14px;
	padding: 34px 34px;
	position: relative;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.10);
}

.bg-dark .testimonial-style-four-item .tm-provider {
	margin-bottom: 22px;
}

.bg-dark .testimonial-style-four-item p {
	color: rgba(255, 255, 255, 0.86);
	margin: 0;
}

.bg-dark .testimonial-style-four-item .bottom {
	margin-top: 26px;
	padding-top: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.bg-dark .testimonial-style-four-item .bottom h5 {
	margin: 0;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.95);
}

.bg-dark .testimonial-style-four-item .bottom span {
	color: rgba(255, 255, 255, 0.70);
	font-size: 14px;
}

.testimonial-style-four-item .quote-icon {
	position: absolute;
	right: 26px;
	bottom: 30px;
}

.testimonial-style-four-item .quote-badge {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 6px;
	background: rgba(0, 186, 250, 0.35);
	box-shadow: 0 0 0 3px rgba(0, 186, 250, 0.10);
}

@media (max-width: 767px) {
	.testimonial-style-four-carousel .swiper-slide {
		width: 78vw;
	}
}

@media (min-width: 1200px) {
	.testimonial-style-four-carousel .swiper-slide {
		width: 320px;
	}
}

@media (min-width: 1400px) {
	.testimonial-style-four-carousel .swiper-slide {
		width: 420px;
	}
}

/* ============================================================== 
    # Faq
=================================================================== */
.blurry-shape-right-bottom {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.blurry-shape-right-bottom::after {
	position: absolute;
	right: 0;
	bottom: 0;
	/* content: ""; */
	height: 200px;
	width: 25%;
	background: linear-gradient(90deg, #00bafa 0%, #ff008b 100%);
	z-index: -1;
	filter: blur(180px);
}

.blurry-shape-left-bottom {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.blurry-shape-left-bottom::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 200px;
	width: 22%;
	background: linear-gradient(90deg, #20b6ff 0%, #783cff 100%);
	z-index: -1;
	filter: blur(180px);
}

.blurry-shape-bottom {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.blurry-shape-bottom::after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	height: 200px;
	width: 25%;
	background: linear-gradient(90deg, #00bafa 0%, #ff008b 100%);
	z-index: -1;
	filter: blur(180px);
}

.blurry-shape-bottom::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 200px;
	width: 25%;
	background: linear-gradient(90deg, #20b6ff 0%, #783cff 100%);
	z-index: -1;
	filter: blur(180px);
}

.faq-style-one-area {
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow: hidden;
}

.accordion-style-one-item button.accordion-button {
	box-shadow: none;
	padding: 25px 30px;
	font-size: 20px;
	border: 1px solid #d7d7ff;
	background: transparent;
	border-radius: 10px;
	padding-right: 85px;
	line-height: 1.4;
}

.accordion-secondary .accordion-style-one-item button.accordion-button {
	border: 2px solid var(--white);
}

.accordion-style-one-item button.accordion-button::before {
	position: absolute;
	right: 30px;
	top: 20px;
	content: "\f067";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	height: 35px;
	width: 35px;
	background: var(--bg-gradient);
	color: var(--white);
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	font-size: 15px;
}

.accordion-style-one-item button.accordion-button:not(.collapsed)::before {
	-webkit-transform: inherit;
	transform: inherit;
	content: "\f068";
}

.accordion-style-one-item button.accordion-button:not(.collapsed) {
	background: var(--dark-secondary);
	color: var(--white);
	padding: 25px 30px;
	border-radius: 0;
	border: none;
}

.accordion-secondary .accordion-style-one-item button.accordion-button:not(.collapsed) {
	background: var(--bg-gradient);
}

.accordion-style-one-item button.accordion-button:not(.collapsed)::before {
	background: var(--white);
	color: var(--color-heading);
}

.accordion-style-one-item .accordion-body {
	background: var(--dark-secondary);
	position: relative;
	z-index: 1;
	padding: 30px;
}

.accordion-secondary .accordion-style-one-item .accordion-body {
	background: var(--bg-gradient);
}

.accordion-style-one-item {
	overflow: hidden;
	border-radius: 10px;
	margin-top: 15px;
	background: rgba(255, 255, 255, 0.5);
}

.accordion-style-one-item .accordion-body::after {
	position: absolute;
	left: 30px;
	right: 30px;
	top: 0;
	content: "";
	height: 2px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.accordion-style-one-item .accordion-body p {
	color: var(--white);
	margin: 0;
}

.accordion-style-one-item:first-child {
	margin-top: 0;
}

.accordion-style-one-item button.accordion-button::after {
	display: none;
}

ul.faq-tags {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

ul.faq-tags li {
	position: relative;
	z-index: 1;
	padding-right: 15px;
}

ul.faq-tags li::after {
	position: absolute;
	right: 0;
	top: 1px;
	content: "/";
	font-weight: 600;
}

ul.faq-tags li:last-child::after {
	display: none;
}

ul.faq-tags li.active a,
ul.faq-tags li a.active {
	color: var(--color-primary);
}

ul.faq-tags li a {
	font-weight: 500;
}

/* ============================================================== 
    # Fun Fact
=================================================================== */
.funfact-style-one-items {
	padding: 80px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.funfact-style-one-items:after {
	background: #11d452;
	content: "";
	height: 100%;
	left: 0;
	mix-blend-mode: darken;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	transition: all 0.35s ease-in-out;
	opacity: 0.4;
}

.funfact-style-one-area {
	position: relative;
	top: -120px;
	margin-bottom: -120px;
}

.funfact-style-one-item .js-counter {
	display: flex;
	align-items: center;
	font-size: 60px;
	line-height: 1;
	font-weight: 600;
}

.funfact-style-one-item h4 {
	margin-top: 50px;
}

.funfact-style-one-item p {
	margin: 0;
	color: var(--white);
}

.bg-dark .funfact-style-one-item p {
	color: var(--white);
}

.funfact-style-one-item {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	padding: 0 50px;
}

.funfact-style-one-item:last-child {
	border: none;
}

.funfact-style-one-item .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.funfact-style-one-item .top .icon img {
	height: 60px;
}


/* ============================================================== 
    # Pricing
=================================================================== */
.pricing-style-one-area {
	overflow: hidden;
}

.pricing-style-one-item {
	padding: 50px;
	border-radius: 10px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: center;
	margin-top: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #b9baf6;
}

.pricing-style-one-item.text-light .badge {
	background: var(--white);
	color: var(--color-heading);
}

.pricing-style-one-item.text-light {
	border: none;
}

.pricing-style-one-item:first-child {
	margin-top: 0;
}

.pricing-style-one-item h3 {
	display: flex;
	align-items: center;
}

.pricing-style-one-item .badge {
	font-weight: 600;
	background: var(--dark);
	color: var(--white);
	font-size: 13px;
	padding-top: 5px;
	margin-left: 10px;
}

.bg-dark .pricing-style-one-item .badge {
	background: var(--white);
	color: var(--color-heading);
}

.pricing-style-one-item .badge i {
	margin-right: 2px;
	color: #ff9200;
}

.pricing-style-one-item .pricing h1 {
	font-size: 45px;
	line-height: 1;
	margin-bottom: 5px;
}

.pricing-style-one-item.text-light .pricing span {
	color: var(--white-common);
}

.bg-gradient.pricing-style-one-item .pricing span {
	color: var(--white);
}

.text-light ul.list-style-two li {
	color: var(--white);
}

.bg-gradient ul.list-style-two li::after {
	filter: brightness(0) invert(1);
}

.pricing-style-one-item .bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	margin-top: 30px;
	padding-top: 20px;
}

.pricing-style-one-item ul.list-style-two li {
	font-size: 17px;
	margin-top: 12px;
}

.pricing-style-one-item ul.list-style-two li:first-child {
	margin-top: 0;
}


/* ============================================================== 
    # Pricing Style Two
=================================================================== */
.nav.nav-tabs.pricing-tab-navs {
	border: none;
	display: inline-block;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
	background: var(--white);
	width: 70px;
	border-radius: 30px;
	padding-left: 3px;
	height: 35px;
	border: 1px solid #b5b6ee;
}

.nav.nav-tabs.pricing-tab-navs button {
	display: inline-block;
	background: transparent;
	border: none;
	color: var(--color-heading);
	padding: 0;
	border-radius: inherit;
	overflow: inherit;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	height: 36px;
	width: 30px;
}

.nav.nav-tabs.pricing-tab-navs button::after {
	display: none;
}

.nav.nav-tabs.pricing-tab-navs button::before {
	position: absolute;
	left: 0;
	bottom: 6px;
	content: "";
	height: 27px;
	width: 0;
	background: var(--bg-gradient);
	transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	border-radius: 40px;
}

.nav.nav-tabs.pricing-tab-navs button.active::before {
	width: 27px;
}

.nav.nav-tabs.pricing-tab-navs button span {
	position: absolute;
	top: 5px;
	width: 100px;
	left: 100%;
	opacity: 0.5;
	transition: all 0.35s ease-in-out;
	display: inline-block;
}

.nav.nav-tabs.pricing-tab-navs button:first-child span {
	right: 100%;
	left: auto;
	margin-right: 15px;
}

.nav.nav-tabs.pricing-tab-navs button.active span {
	opacity: 1;
}

.pricing-style-two {
	background: var(--white);
	padding: 60px 45px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	border: 1px solid #d7d7ff;
	box-sizing: border-box;
	overflow: hidden;
}

.pricing-style-two .badge {
	background: #d7d7ff;
	position: absolute;
	right: 0;
	top: 0;
	padding: 15px 20px;
	color: var(--color-heading);
	font-size: 16px;
	border-radius: 0 0 0 10px;
}

.bg-dark .pricing-style-two .badge {
	background: #3f3f51;
	color: var(--white);
}


.pricing-style-two .badge::before {
	position: absolute;
	left: -28px;
	top: -8px;
	content: "";
	height: 35px;
	width: 21px;
	border-bottom-right-radius: 21px;
	box-shadow: 0 20px 0 0 #d7d7ff;
	transform: rotate(-90deg);
}

.bg-dark .pricing-style-two .badge::before {
	box-shadow: 0 20px 0 0 #3f3f51;
}

.pricing-style-two .badge i {
	margin-right: 5px;
}

.pricing-style-two ul {
	margin-top: 30px;
}

.pricing-style-two.active {
	border-color: var(--color-primary);
}

.pricing-style-two .badge::after {
	position: absolute;
	right: 4px;
	bottom: -34px;
	content: "";
	height: 38px;
	width: 30px;
	border-bottom-right-radius: 20px;
	box-shadow: 0 20px 0 0 #d7d7ff;
	transform: rotate(-90deg);
}

.bg-dark .pricing-style-two .badge::after {
	box-shadow: 0 20px 0 0 #3f3f51;
}

.pricing-style-two.after {
	border-color: var(--color-primary);
}

.pricing-style-two.active .badge {
	background: var(--color-primary);
	color: var(--white);
}

.pricing-style-two.active .badge::before {
	box-shadow: 0 20px 0 0 var(--color-primary);
}

.pricing-style-two.active .badge::after {
	box-shadow: 0 20px 0 0 var(--color-primary);
}

.pricing-style-two.active .badge i {
	color: var(--white);
}

.pricing-style-two h1 {
	font-size: 48px;
	margin-bottom: 5px;
	font-weight: 600;
}

.pricing-style-two h3 {
	font-size: 24px;
}



/* ============================================================== 
    # Dashboard
=================================================================== */
.dashboard-info {
	padding: 32px;
	display: grid;
	grid-template-columns: 1fr 1.3fr;
	border-radius: 20px;
	gap: 50px;
	position: relative;
	z-index: 1;
}

.dashboard-info::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 80%;
	background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, var(--bg-gray) 65%) repeat scroll 0 0;
	z-index: -1;
	border-radius: 16px;
}

.dashboard-info h2 {
	font-size: 30px;
	font-weight: 600;
}

.dashboard-info .thumb img {
	border-radius: 15px;
	height: 417px;
	width: 100%;
	object-fit: cover;
}

.user-card-style-two {
	background: var(--white);
	padding: 32px;
	margin-left: -60px;
	margin-bottom: -60px;
	border-top-right-radius: 15px;
	margin-top: 58px;
	padding-right: 30px;
	position: relative;
	z-index: 1;
	padding-left: 50px;
}

.user-card-style-two::before {
	position: absolute;
	left: 0px;
	top: -40px;
	content: "";
	height: 40px;
	width: 30px;
	border-bottom-left-radius: 20px;
	box-shadow: 0 20px 0 0 var(--white);
}

.user-card-style-two::after {
	position: absolute;
	right: -30px;
	bottom: 0;
	content: "";
	height: 40px;
	width: 30px;
	border-bottom-left-radius: 20px;
	box-shadow: 0 20px 0 0 var(--white);
}

.user-card-style-two h4 {
	margin: 0;
	line-height: 1.4;
}



.user-card-style-two .fun-fact {
	margin-top: 25px;
}

.user-card-style-two .ratings {
	font-size: 15px;
	margin-bottom: 10px;
}

.user-card-style-two .ratings span {
	margin-left: 5px;
}

.user-card-style-two .ratings i {
	color: #ebaa1f;
}

.api-intigration-items {
	padding: 32px;
	overflow: hidden;
	border-radius: 10px;
}

.feature-style-two-item {
	padding: 35px;
	overflow: hidden;
	border-radius: 10px;
	margin-top: 30px;
}

.feature-style-two-item:first-child {
	margin-top: 0;
}

.feature-style-two-item:first-child {
	margin-top: 0;
}

.infinit-carousel .swiper-wrapper {
	transition-timing-function: linear !important;
}

.infinit-carousel .swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s all;
	width: auto;
}

.api-intigration-items h4 {
	line-height: 1.4;
}

.api-intigration-items p {
	color: var(--white-common);
}

.api-intigration-items .api-list-items {
	margin-top: 18px;
}

.infinit-carousel {
	text-align: center;
}

.infinit-carousel img {
	max-height: 48px;
	width: 48px;
	background: #fff;
	padding: 6px;
	border-radius: 4px;
}

.feature-style-two-item h4 {
	line-height: 1.4;
}

/* ============================================================== 
    # Newsletter
=================================================================== */
.newsletter-thumb {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 45%;
}

.newsletter-thumb img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.newsletter-style-two form {
	position: relative;
	z-index: 1;
	max-width: 600px;
}

.newsletter-style-two form input {
	border: none;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	border-bottom: 1px solid #b4b5e1;
	padding: 0;
}

.newsletter-style-two form input:focus {
	background: transparent;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid;
}

.newsletter-style-two form button {
	position: absolute;
	right: 0;
	top: 12px;
	background: transparent;
	border: none;
	border-radius: 0;
	text-transform: uppercase;
}

.newsletter-style-two form button i {
	margin-right: 5px;
	color: var(--color-primary);
}

.newsletter-style-two fieldset input {
	height: auto;
	min-height: auto;
	margin-right: 5px;
}

.newsletter-style-two fieldset {
	margin-top: 20px;
}

/* ============================================================== 
    # Blog
=================================================================== */
.blog-style-one {
	display: grid;
	grid-template-columns: 1fr 2fr;
	align-items: center;
	gap: 50px;
	border-top: 1px solid #e5e3fe;
	padding-top: 30px;
	margin-top: 30px;
}

.blog-style-one .thumb img {
	border-radius: 10px;
}

.blog-one-meta ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.blog-one-meta ul li {
	line-height: 1;
}

.blog-one-meta ul li a {
	display: inline-block;
	background: var(--bg-gradient);
	color: var(--white);
	font-weight: 400;
    line-height: 1.2;
    padding: 4px 12px;
    border-radius: 7px;
    padding-top: 7px;
    font-size: 12px;
}

.blog-style-one .blog-one-meta {
	margin-bottom: 20px;
}

.blog-style-one .btn-simple {
	margin-top: 10px;
}

.blog-style-one:first-child {
	margin-top: 0;
	padding-top: 0;
	border: none;
}

.blog-style-one h2 {
	font-size: 32px;
}

.blog-style-one h2 a {
	font-weight: 500;
}

.blog-title{
	line-height:24px !important;
	margin-bottom:12px !important;
}
.blog-style-three.inc-thumb .info p{
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
}
.blog-title a {
	display: inline;
	background-image: linear-gradient(to right, var(--color-primary) 0, var(--color-primary) 100%);
	background-position: 0 100%;
	background-repeat: no-repeat;
	font-size: 20px;
	background-size: 0 2px;
	-webkit-transition: .3s, background-size .8s;
	transition: all .3s, background-size .8s;
}

.blog-title a:hover {
	background-size: 100% 2px;
}



/* ============================================================== 
    # Blog Style Two
=================================================================== */

.blog-style-two-box {
	padding: 80px;
	background: rgba(255, 255, 255, 0.7);
	border: 2px solid var(--white);
	border-radius: 15px;
}

.btn-regular {
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.btn-regular:hover {
	color: var(--color-heading);
}

.btn-regular img {
	height: 13px;
	position: relative;
	top: -2px;
}

.blog-style-two .btn-regular {
	margin-top: 5px;
}

.blog-style-two .thumb img {
	border-radius: 10px;
	margin-bottom: 30px;
}

.blog-style-two .blog-one-meta {
	margin-bottom: 20px;
}

.blog-style-two h4 {
	font-size: 27px;
	line-height: 1.3;
}


/* ============================================================== 
    # Blog Three
=================================================================== */
.blog-style-three {
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 30px;
}

.blog-style-three .info {
	padding: 24px;
	border: 1px solid #e5e3fe;
	border-radius: 10px;
}

.blog-style-three:last-child {
	margin-bottom: 0;
}

.blog-style-three .blog-one-meta {
	margin-bottom: 15px;
}

.blog-style-three .btn-regular {
	margin-top: 5px;
}

.blog-style-three.inc-thumb .thumb {
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}

.blog-style-three.inc-thumb .thumb a {
	display: block;
	line-height: 0;
}

.blog-style-three.inc-thumb .thumb img {
	width: 100%;
	display: block;
	object-fit: cover;
}

/* Insights / blog index: 3-column cards, equal visual height */
.insights-blog-grid-area .insights-blog-card {
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
}

.insights-blog-grid-area .insights-blog-card .info {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.insights-blog-grid-area .insights-blog-card .btn-regular {
	margin-top: auto;
}

/* Industries index (/industries) — dark layout */
.industry-index-card {
	color: inherit;
	display: block;
}

.industry-shell-index-grid {
	background: linear-gradient(180deg, #0f0f15 0%, #12121c 35%, #0c0c12 100%);
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.industry-shell-index-grid .industry-index-card-inner {
	height: 100%;
	background: rgba(255, 255, 255, 0.035);
	backdrop-filter: blur(12px);
	border-radius: 14px;
	padding: 28px 26px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	transition: box-shadow 0.22s ease, transform 0.22s ease, border-color 0.22s ease;
}

.industry-shell-index-grid .industry-index-card:hover .industry-index-card-inner {
	box-shadow: 0 20px 56px rgba(0, 0, 0, 0.45);
	border-color: rgba(197, 44, 16, 0.42);
	transform: translateY(-3px);
}

.industry-shell-index-grid .industry-index-icon {
	display: inline-flex;
	width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--color-primary) 0%, #8b2412 100%);
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 18px;
}

.industry-shell-index-grid .industry-index-title {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 12px;
	color: #f4f4f8;
}

.industry-shell-index-grid .industry-index-lead {
	font-size: 14px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.64);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.industry-shell-index-grid .industry-index-cta {
	margin-top: 18px;
	color: rgba(255, 255, 255, 0.88);
}

.industry-shell-index-grid .industry-index-cta:hover {
	color: #ffb380;
}

/* Industry detail — dark shell */
.industry-shell {
	--ind-bg-deep: #08080c;
	--ind-bg: #101018;
	--ind-bg-mid: #14141e;
	--ind-bg-soft: #181822;
	--ind-bg-card: #1c1c28;
	--ind-line: rgba(255, 255, 255, 0.075);
	--ind-line-bright: rgba(255, 255, 255, 0.11);
	--ind-muted: rgba(255, 255, 255, 0.62);
	--ind-muted-soft: rgba(255, 255, 255, 0.5);
	--ind-text: #f4f4f8;
	--ind-dek: rgba(255, 255, 255, 0.82);
}

.industry-shell-hero {
	background: linear-gradient(155deg, #0b0b11 0%, #12121c 40%, #0e0e16 100%);
	/* border-top: 1px solid var(--ind-line); */
	padding: 72px 0 56px;
}

.industry-shell-hero--index {
	padding: 88px 0 64px;
	text-align: center;
}

.industry-shell-crumb {
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 18px;
	letter-spacing: 0.02em;
}

.industry-shell-crumb a {
	color: var(--ind-muted-soft);
	text-decoration: none;
	transition: color 0.2s ease;
}

.industry-shell-crumb a:hover {
	color: #ffb380;
}

.industry-shell-crumb span[aria-hidden="true"] {
	margin: 0 10px;
	color: rgba(255, 255, 255, 0.28);
}

.industry-shell-crumb-current {
	color: rgba(255, 255, 255, 0.88);
}

.industry-shell-kicker {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #ff8c42;
	margin-bottom: 14px;
}

.industry-shell-kicker--dark {
	color: rgba(255, 255, 255, 0.52);
	letter-spacing: 0.14em;
}

.industry-shell-title {
	font-size: clamp(1.85rem, 3.5vw, 2.2rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.03em;
	color: var(--ind-text);
	margin: 0 0 18px;
}

.industry-shell-title--index {
	max-width: none;
	margin-left: auto;
	margin-right: auto;
}

.industry-shell-lead {
	font-size: 1.07rem;
	line-height: 1.65;
	color: var(--ind-muted);
	max-width: 38em;
}

.industry-shell-lead--index {
	max-width: 42em;
	margin-left: auto;
	margin-right: auto;
}

.industry-shell-hero-media {
	margin: 0;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.55);
	border: 1px solid var(--ind-line-bright);
	background: var(--ind-bg-mid);
}

.industry-shell-hero-media img {
	width: 100%;
	display: block;
	aspect-ratio: 5 / 3;
	object-fit: cover;
	vertical-align: middle;
}

/* Segments band (JSON-driven titles + cards) */
.industry-shell .industry-shell-segments {
	background: var(--ind-bg-mid);

}

.industry-shell .industry-shell-segments-head .sub-title {
	color: #ff8c42;
}

.industry-shell .industry-shell-segments-head .title {
	color: var(--ind-text);
}

.industry-shell .industry-shell-segment-item {
	background: var(--ind-bg-card);
	border: 1px solid var(--ind-line-bright);
	border-radius: 14px;
	padding: 28px 24px;
	height: 100%;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.industry-shell .industry-shell-segment-item:hover {
	border-color: rgba(197, 44, 16, 0.4);
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

.industry-shell .industry-shell-segment-item .top-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.industry-shell-segment-ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 14px;
	background: rgba(197, 44, 16, 0.18);
	color: #ff8c42;
	font-size: 1.2rem;
	margin-bottom: 18px;
	flex-shrink: 0;
}

.industry-shell .industry-shell-segment-item .top-info h4 {
	color: var(--ind-text);
	font-size: 1.08rem;
	font-weight: 650;
	margin-bottom: 12px;
}

.industry-shell .industry-shell-segment-item .top-info p {
	color: var(--ind-muted);
	font-size: 14px;
	line-height: 1.65;
	font-weight: 400;
}

/* JSON-driven content blocks (mediaSplit + dualPanels) */
.industry-shell .industry-shell-block--split {
	background: var(--ind-bg);
	border-top: 1px solid var(--ind-line);
}

.industry-shell .industry-shell-block--panels {
	background: var(--ind-bg-soft);
	border-top: 1px solid var(--ind-line);
}

.industry-shell-block-media {
	margin: 0;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid var(--ind-line-bright);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
	background: var(--ind-bg-mid);
}

.industry-shell-block-media img {
	width: 100%;
	display: block;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.industry-shell-block-emphasis {
	font-weight: 600;
	color: var(--ind-dek);
}

.industry-shell-dual-panel {
	border-radius: 16px;
	overflow: hidden;
	padding: 28px 26px;
	height: 100%;
	min-height: 260px;
}

.industry-shell-dual-panel--light {
	background: var(--ind-bg-card);
	border: 1px solid var(--ind-line-bright);
}

.industry-shell-dual-panel--dark {
	background: linear-gradient(145deg, #14141f 0%, #0d0d12 100%);
	border: 1px solid var(--ind-line-bright);
}

.industry-shell-dual-panel-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.industry-shell-dual-panel-list li {
	padding: 20px 0;
	border-bottom: 1px solid var(--ind-line);
}

.industry-shell-dual-panel--dark .industry-shell-dual-panel-list li {
	border-bottom-color: rgba(255, 255, 255, 0.1);
}

.industry-shell-dual-panel-list li:first-child {
	padding-top: 0;
}

.industry-shell-dual-panel-list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.industry-shell-dual-panel-title {
	font-size: 1.05rem;
	font-weight: 650;
	margin: 0 0 10px;
	color: var(--ind-text);
}

.industry-shell-dual-panel--dark .industry-shell-dual-panel-title {
	color: #ffffff;
}

.industry-shell-dual-panel-text {
	font-size: 0.94rem;
	line-height: 1.65;
	color: var(--ind-muted);
}

.industry-shell-dual-panel--dark .industry-shell-dual-panel-text {
	color: rgba(255, 255, 255, 0.68);
}

.industry-shell-section {
	background: var(--ind-bg);
}

.industry-shell-section--soft {
	background: var(--ind-bg-soft);
}

.industry-shell-h2 {
	font-size: clamp(1.45rem, 2.4vw, 1.85rem);
	font-weight: 650;
	line-height: 1.22;
	color: var(--ind-text);
	margin: 0 0 14px;
	letter-spacing: -0.02em;
}

.industry-shell-h2--tight {
	margin-bottom: 10px;
}

.industry-shell-h2--center {
	text-align: center;
	margin-bottom: 40px;
	max-width: 22em;
	margin-left: auto;
	margin-right: auto;
}

.industry-shell-dek {
	font-size: 1.08rem;
	font-weight: 500;
	line-height: 1.5;
	color: var(--ind-dek);
	margin-bottom: 22px;
}

.industry-shell-prose-text p {
	font-size: 1rem;
	line-height: 1.72;
	color: var(--ind-muted);
	margin-bottom: 18px;
}

.industry-shell-prose-text p:last-child {
	margin-bottom: 0;
}

.industry-shell-aside {
	background: var(--ind-bg-card);
	border: 1px solid var(--ind-line-bright);
	border-radius: 14px;
	padding: 26px 24px;
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
	position: sticky;
	top: 100px;
}

.industry-shell-aside-title {
	font-size: 1rem;
	font-weight: 700;
	margin: 0 0 16px;
	color: var(--ind-text);
}

.industry-shell-aside-list {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	border-top: 1px solid var(--ind-line);
}

.industry-shell-aside-list li {
	font-size: 0.95rem;
	line-height: 1.5;
	color: var(--ind-muted);
	padding: 14px 0 14px 22px;
	border-bottom: 1px solid var(--ind-line);
	position: relative;
}

.industry-shell-aside-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 1.15em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--color-primary);
	opacity: 0.95;
	box-shadow: 0 0 10px rgba(197, 44, 16, 0.45);
}

.industry-shell-aside-thumb {
	border-radius: 10px;
	overflow: hidden;
	margin: 0;
	background: var(--ind-bg-mid);
	border: 1px solid var(--ind-line);
}

.industry-shell-aside-thumb img {
	width: 100%;
	display: block;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.industry-shell-fullmedia {
	margin: 0;
	width: 100%;
	max-height: min(52vh, 520px);
	overflow: hidden;
	background: var(--ind-bg-deep);
	border-top: 1px solid var(--ind-line);
	border-bottom: 1px solid var(--ind-line);
}

.industry-shell-fullmedia img {
	width: 100%;
	height: min(52vh, 520px);
	object-fit: cover;
	display: block;
}

.industry-shell-section-head {
	margin-bottom: 8px;
}

.industry-shell-intro {
	font-size: 14px;
	line-height: 1.7;
	color: var(--ind-muted);
	margin: 0;
}



.industry-shell-cap-card {
	background: var(--ind-bg-card);
	border: 1px solid var(--ind-line-bright);
	border-radius: 14px;
	padding: 26px 22px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.industry-shell-cap-card:hover {
	border-color: rgba(197, 44, 16, 0.45);
	box-shadow: 0 16px 44px rgba(0, 0, 0, 0.4);
	transform: translateY(-2px);
}

.industry-shell-cap-icon {
	width: 44px;
	height: 44px;
	margin-bottom: 16px;
}

.industry-shell-cap-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: brightness(1.08);
}

.industry-shell-cap-title {
	font-size: 1.05rem;
	font-weight: 650;
	margin: 0 0 10px;
	color: var(--ind-text);
}

.industry-shell-cap-text {
	font-size: 0.94rem;
	line-height: 1.65;
	color: var(--ind-muted);
}

.industry-shell-stat {
	font-size: 0.95rem;
	color: var(--ind-muted);
	text-align: center;
}

.industry-shell-stat strong {
	color: var(--ind-text);
	font-size: 1.25rem;
	font-weight: 700;
	margin-right: 6px;
}

.industry-shell-value-card {
	background: var(--ind-bg-card);
	border: 1px solid var(--ind-line-bright);
	border-radius: 14px;
	padding: 24px 22px;
	height: 100%;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.industry-shell-value-card:hover {
	border-color: rgba(197, 44, 16, 0.35);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.industry-shell-value-ico {
	font-size: 1.25rem;
	color: #ff8c42;
	margin-bottom: 12px;
	display: block;
}

.industry-shell-value-title {
	font-size: 1rem;
	font-weight: 650;
	margin: 0 0 8px;
	color: var(--ind-text);
}

.industry-shell-value-text {
	font-size: 0.9rem;
	line-height: 1.62;
	color: var(--ind-muted);
}

.industry-shell-cta {
	background: linear-gradient(180deg, #060609 0%, #030305 100%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	padding: 76px 0;
}

.industry-shell-cta-inner {
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}

.industry-shell-cta-title {
	font-size: clamp(1.5rem, 2.6vw, 2rem);
	font-weight: 650;
	line-height: 1.2;
	margin: 0 0 16px;
	color: #ffffff;
	letter-spacing: -0.02em;
}

.industry-shell-cta-lead {
	font-size: 1.05rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.72);
	margin: 0 0 28px;
}

@media (max-width: 991.98px) {
	.industry-shell-aside {
		position: static;
	}
}

.blog-style-three.inc-thumb .info {
	border-top: none;
	border-radius: 0 0 10px 10px;
}

.blog-style-three h3,
.blog-style-three h2 {
	line-height: 1.3;
}

.home-blog-latest-area .blog-style-three .info {
	border-color: rgba(255, 255, 255, 0.15);
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(10px);
}

.home-blog-latest-area .blog-style-three h3,
.home-blog-latest-area .blog-style-three h3 a {
	color: var(--white);
}

.home-blog-latest-area .blog-style-three h3 a:hover {
	color: var(--color-secondary);
}

.home-blog-latest-area .blog-style-three .info p {
	color: rgba(255, 255, 255, 0.72);
	margin-bottom: 14px;
}

.home-blog-latest-area .blog-one-meta a,
.home-blog-latest-area .blog-one-meta ul li {
	color: rgba(255, 255, 255, 0.68);
}

.home-blog-latest-area .blog-one-meta a:hover {
	color: var(--white);
}

.home-blog-latest-area .btn-regular {
	color: rgba(255, 255, 255, 0.92);
}

.home-blog-latest-area .btn-regular:hover {
	color: var(--color-secondary);
}

.bg-gray .blog-style-three .info,
.bg-cover .blog-style-three .info {
	border: none;
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(10px);
}

/* ============================================================== 
    # Contact
=================================================================== */

/* Split contact hero — reference polish (#000, #ff5500, #1a1a1a card, #a1a1a1 muted) */
.contact-connect-split {
	--cc-accent: #ff5500;
	--cc-accent-hover: #ff7733;
	--cc-muted: #a1a1a1;
	--cc-muted-soft: rgba(161, 161, 161, 0.88);
	--cc-card: #1a1a1a;
	--cc-card-inner: #242424;
	background: #000000;
	overflow: hidden;
	padding: 50px 0 40px;
}



@media (min-width: 1200px) {
	.contact-connect-split-copy {
		padding-right: 1.5rem;
	}
}

.contact-connect-wordmark {
	font-size: clamp(2rem, 4.5vw, 2.75rem);
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1;
	margin-bottom: 1.1rem;
	display: flex;
	align-items: baseline;
	gap: 0.06em;
}

.contact-connect-wordmark-accent {
	color: var(--cc-accent);
}

.contact-connect-wordmark-rest {
	color: #ffffff;
	letter-spacing: 0.08em;
}

.contact-connect-split-kicker {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--cc-accent);
	margin-bottom: 1.15rem;
}

.contact-connect-split-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.18;
	color: #ffffff;
	margin: 0 0 12px;
	letter-spacing: -0.03em;
}

.contact-connect-split-lead {
	font-size: 14px;
	line-height: 1.7;
	color: var(--cc-muted);
	font-weight: 300;
	margin-bottom: 1.7rem;
}

.contact-connect-split-checks li {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	font-size: 14px;
	line-height: 1.55;
	color: var(--cc-muted-soft);
	margin-bottom: 14px;
}

.contact-connect-split-checks li:last-child {
	margin-bottom: 0;
}

.contact-connect-split-checks .fa-check {
	color: var(--cc-accent);
	margin-top: 4px;
	flex-shrink: 0;
	font-size: 13px;
}




.contact-connect-studio-title {
	font-size: 1.28rem;
	font-weight: 600;
	color: #ffffff;
	margin: 0 0 10px;
	letter-spacing: -0.02em;
}

.contact-connect-studio-intro {
	font-size: 13px;
	line-height: 1.6;
	color: var(--cc-muted);
	margin-bottom: 1.45rem;
	max-width: 26rem;
}

.contact-connect-studio-list {
	margin-bottom: 1.35rem;
}

.contact-connect-studio-row {
	margin-bottom: 16px;
}

.contact-connect-studio-row:last-of-type {
	margin-bottom: 0;
}

.contact-connect-studio-list dt {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: rgba(161, 161, 161, 0.85);
	margin-bottom: 5px;
}

.contact-connect-studio-list dd {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: var(--cc-muted-soft);
}

.contact-connect-studio-address {
	margin: 0;
	font-style: normal;
	color: var(--cc-muted);
	line-height: 1.55;
}

.contact-connect-studio-accent {
	font-weight: 700;
	color: var(--cc-accent) !important;
	text-decoration: none;
	transition: color 0.2s ease;
}

.contact-connect-studio-accent:hover {
	color: var(--cc-accent-hover) !important;
}

.contact-connect-studio-value {
	color: var(--cc-muted);
}

.contact-connect-studio-ticket {
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 3px;
	font-weight: 600;
	transition: color 0.2s ease;
}

.contact-connect-studio-ticket:hover {
	color: var(--cc-accent);
}

.contact-connect-studio-hint {
	color: rgba(161, 161, 161, 0.75);
}

.contact-connect-studio-social {
	padding-top: 1.25rem;
}

.contact-connect-studio-social-label {
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: rgba(161, 161, 161, 0.9);
	margin: 0 0 8px;
}

.contact-connect-studio-social-copy {
	font-size: 12px;
	line-height: 1.5;
	color: rgba(161, 161, 161, 0.82);
	margin: 0 0 16px;
	max-width: 22rem;
}

.contact-connect-studio-social-row {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
}

.contact-connect-studio-social-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: var(--cc-card-inner);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: #ffffff !important;
	font-size: 15px;
	transition:
		background 0.2s ease,
		transform 0.2s ease,
		border-color 0.2s ease;
}

.contact-connect-studio-social-btn:hover {
	background: rgba(255, 85, 0, 0.15);
	border-color: rgba(255, 85, 0, 0.35);
	transform: translateY(-2px);
	color: #ffffff !important;
}

.contact-connect-studio-social-btn img {
	height: 14px;
	width: auto;
	filter: brightness(0) invert(1);
}

/* Connect with us — split hero + overlapping cards (legacy; unused if split only) */
.contact-connect-section {
	overflow: hidden;
}

.contact-connect-dark {
	background: #050506;
	padding: clamp(44px, 7vw, 80px) 0 clamp(96px, 14vw, 132px);
	text-align: center;
}

.contact-connect-kicker {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--color-secondary);
	margin-bottom: 14px;
}

.contact-connect-title {
	font-size: clamp(1.45rem, 3.2vw, 2.35rem);
	font-weight: 800;
	line-height: 1.22;
	color: #fff;
	max-width: 760px;
	margin: 0 auto;
	letter-spacing: -0.02em;
}

.contact-connect-light {
	background: #fff;
	padding-bottom: clamp(40px, 6vw, 72px);
}



.contact-connect-cards {
	margin-top: clamp(-92px, -10vw, -64px);
	position: relative;
	z-index: 2;
}

.contact-connect-card {
	background: #fff;
	border-radius: 16px;
	padding: 28px 26px 32px;
	box-shadow: 0 22px 55px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.06);
	height: 100%;
}

.contact-connect-card-icon {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #2d2f36;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	margin-bottom: 18px;
}

.contact-connect-card-icon--email {
	background: linear-gradient(145deg, var(--color-primary) 0%, var(--color-secondary) 100%);
	box-shadow: 0 10px 24px rgba(197, 44, 16, 0.35);
}

.contact-connect-card-title {
	font-size: 1.15rem;
	font-weight: 800;
	color: #111;
	margin: 0 0 10px;
	line-height: 1.35;
}

.contact-connect-card-text {
	font-size: 15px;
	line-height: 1.65;
	color: #5a5d66;
	margin-bottom: 18px;
}

.contact-connect-phone-lines {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.contact-connect-line {
	text-decoration: none;
	font-size: 14px;
	color: #222;
	display: block;
	line-height: 1.5;
}

.contact-connect-line-label {
	font-weight: 700;
	color: #333;
	margin-right: 4px;
}

.contact-connect-line-value {
	color: var(--color-secondary);
	font-weight: 700;
}

.contact-connect-line:hover .contact-connect-line-value {
	color: var(--color-primary);
}

.contact-connect-card--email {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(197, 44, 16, 0.2);
	box-shadow:
		0 28px 70px rgba(197, 44, 16, 0.12),
		0 20px 50px rgba(0, 0, 0, 0.08);
	padding: 32px 28px 34px;
	background:
		linear-gradient(165deg, rgba(253, 123, 21, 0.09) 0%, rgba(255, 255, 255, 0.98) 42%, #fff 100%);
}

.contact-connect-card-accent {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: var(--bg-gradient);
}

.contact-connect-card--email::after {
	content: "";
	position: absolute;
	right: -36px;
	top: 42%;
	transform: translateY(-50%);
	width: 120px;
	height: 120px;
	background: radial-gradient(circle, rgba(253, 123, 21, 0.15) 0%, transparent 68%);
	pointer-events: none;
}

.contact-connect-email-display {
	display: inline-block;
	font-size: 1.08rem;
	font-weight: 800;
	color: var(--color-secondary);
	text-decoration: none;
	margin-bottom: 6px;
}

.contact-connect-email-display:hover {
	color: var(--color-primary);
}

.contact-connect-email-hint {
	font-size: 13px;
	line-height: 1.5;
	color: #6b6e78;
}

.contact-connect-email-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--bg-gradient);
	color: var(--white) !important;
	font-weight: 800;
	font-size: 14px;
	padding: 13px 22px;
	border-radius: 10px;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-connect-email-cta:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(197, 44, 16, 0.38);
	color: var(--white) !important;
}

.google-maps iframe {
	height: 650px;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}

.maps-area-fullwidth {
	width: 100vw;
	max-width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding-left: 0;
	padding-right: 0;
}

.maps-area-fullwidth .google-maps {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.maps-area-fullwidth .google-maps iframe {
	width: 100%;
	max-width: none;
	border-radius: 0;
	display: block;
	border: 0;
}

.contact-style-one-items {
	background-repeat: no-repeat;
	background-position: left center;
}

.contact-style-one-info li {
	display: flex;
	margin-top: 30px;
}

.contact-style-one-info li i {
	display: inline-block;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	background: var(--color-primary);
	border-radius: 50%;
	color: var(--white);
	font-size: 25px;
	margin-right: 20px;
}

.contact-style-one-info li:nth-child(2) i {
	background: var(--color-secondary);
}

.contact-style-one-info li:nth-child(3) i {
	background: var(--dark);
}

.contact-style-one-info li p {
	margin: 0;
}

.contact-style-one-info li h4 {
	font-weight: 600;
	margin-bottom: 10px;
}

.contact-style-one-info li a {
	font-weight: 400;
}

body.bg-dark .contact-style-one-info li p {
	color: rgba(255, 255, 255, 0.78);
}

body.bg-dark .contact-style-one-info li h4 {
	color: var(--white);
}

body.bg-dark .contact-style-one-info li a {
	color: var(--color-secondary);
	font-weight: 700;
}

body.bg-dark .contact-style-one-info li a:hover {
	color: var(--white);
}

body.bg-dark .contact-style-one-info>h2,
body.bg-dark .contact-style-one-info .title {
	color: var(--white);
}

/* Contact — support panel (on-brand, high contrast) */
.contact-support-panel {
	background: linear-gradient(165deg, rgba(12, 12, 14, 0.98) 0%, rgba(22, 22, 26, 0.98) 100%);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 20px;
	padding: clamp(28px, 4vw, 44px) clamp(24px, 3.5vw, 40px);
	box-shadow:
		0 24px 56px rgba(0, 0, 0, 0.35),
		0 0 0 1px rgba(255, 85, 0, 0.06) inset;
	position: relative;
	overflow: hidden;
}

.contact-support-panel::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #ff5500 0%, rgba(255, 140, 90, 0.9) 45%, rgba(255, 85, 0, 0.12) 100%);
	pointer-events: none;
}

body.bg-dark .contact-support-panel .contact-support-title {
	font-size: clamp(1.35rem, 2.6vw, 1.9rem);
	font-weight: 800;
	line-height: 1.22;
	letter-spacing: -0.03em;
	color: #ffffff !important;
	margin: 0 0 12px;
	max-width: 22rem;
}

body.bg-dark .contact-support-panel .contact-support-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.contact-support-panel.contact-style-one-info li {
	margin-top: clamp(22px, 3vw, 32px);
	align-items: flex-start;
	gap: 0;
}

.contact-support-panel.contact-style-one-info li:first-of-type {
	margin-top: clamp(18px, 2.5vw, 26px);
}

.contact-support-panel.contact-style-one-info li .icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}

.contact-support-panel.contact-style-one-info li i {
	width: 64px !important;
	height: 64px !important;
	line-height: 64px !important;
	font-size: 22px !important;
	margin-right: 0 !important;
	border-radius: 50%;
	color: #ffffff !important;
	border: none;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease;
}

.contact-support-panel.contact-style-one-info li:hover i {
	transform: scale(1.04);
}

.contact-support-item--phone i {
	background: linear-gradient(145deg, #c52c10 0%, #ff5500 55%, #ff7733 100%) !important;
	box-shadow:
		0 10px 28px rgba(255, 85, 0, 0.35),
		0 0 0 1px rgba(255, 255, 255, 0.12) inset !important;
}

.contact-support-item--location i {
	background: linear-gradient(145deg, #ff6a1a 0%, #ff8533 100%) !important;
	box-shadow:
		0 10px 28px rgba(255, 106, 26, 0.4),
		0 0 0 1px rgba(255, 255, 255, 0.1) inset !important;
}

.contact-support-item--email i {
	background: #2c2e33 !important;
	box-shadow:
		0 8px 20px rgba(0, 0, 0, 0.35),
		0 0 0 1px rgba(255, 255, 255, 0.08) inset !important;
}

body.bg-dark .contact-support-panel li h4 {
	font-weight: 800;
	font-size: 15px;
	letter-spacing: 0.02em;
	margin-bottom: 6px;
	color: #ffffff !important;
}

body.bg-dark .contact-support-panel li p {
	color: rgba(255, 255, 255, 0.72) !important;
	line-height: 1.55;
	font-size: 14px;
	max-width: 26rem;
}

body.bg-dark .contact-support-panel li a {
	color: #ff9a6b !important;
	font-weight: 700;
	text-decoration: none;
	transition: color 0.2s ease;
}

body.bg-dark .contact-support-panel li a:hover {
	color: #ffc4a8 !important;
}


.contact-trust-column::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, #d35400 0%, rgba(230, 126, 34, 0.5) 55%, transparent 100%);
	pointer-events: none;
}

.contact-trust-column .contact-trust-kicker {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: #e67e22;
	margin: 0 0 14px;
}

.contact-trust-column .contact-trust-title {
	font-size: clamp(1.7rem, 3vw, 2.35rem);
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -0.04em;
	color: #ffffff !important;
	margin: 0 0 18px;
	text-align: left;
}

.contact-trust-column .contact-trust-lead {
	margin: 0 0 clamp(26px, 3.5vw, 36px);
	max-width: 38rem;
	color: #a0a0a0 !important;
	font-size: 15px;
	line-height: 1.7;
	text-align: left;
	font-weight: 400;
}

.contact-trust-badges {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	max-width: 90%;
}

.contact-trust-badge {
	margin: 0;
	display: flex;
	align-items: stretch;
	justify-content: center;
	min-height: 0;
}

.contact-trust-badge-shape {
	width: 100%;
	min-height: 172px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 12px;
	padding: 22px 16px 24px;
	box-sizing: border-box;
	position: relative;
	background: #161616;
	border: 1px solid rgba(255, 255, 255, 0.08);
	transition:
		border-color 0.2s ease,
		background 0.2s ease;
}

.contact-trust-badge-shape:hover {
	background: #1c1c1c;
}

.contact-trust-badge-ico {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 10px;
	background: #d35400;
	color: #ffffff;
	font-size: 1.05rem;
	flex-shrink: 0;
}

.contact-trust-badge-heading {
	font-size: 10px;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #ffffff;
	max-width: 12.5rem;
}

.contact-trust-badge-copy {
	font-size: 12px;
	line-height: 1.65;
	color: #a0a0a0;
	max-width: 14rem;
	margin: 0 auto;
	font-weight: 400;
}

.contact-trust-badge-shape--accent {
	border-color: rgba(211, 84, 0, 0.55);
}

.contact-trust-badge-shape--accent:hover {
	border-color: rgba(230, 126, 34, 0.65);
}

.contact-trust-badge-shape--neutral {
	border-color: rgba(255, 255, 255, 0.1);
}

.contact-trust-badge-shape--neutral:hover {
	border-color: rgba(255, 255, 255, 0.14);
}

.contact-trust-badge-shape--hex {
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	padding: 24px 20px 26px;
	border: none;
	box-shadow: none;
}

.contact-trust-badge-shape--hex.contact-trust-badge-shape--accent {
	filter: drop-shadow(0 0 0 1px rgba(211, 84, 0, 0.75));
}

.contact-trust-badge-shape--hex.contact-trust-badge-shape--neutral {
	filter: drop-shadow(0 0 0 1px rgba(255, 255, 255, 0.14));
}

.contact-trust-badge-shape--hex.contact-trust-badge-shape--accent:hover {
	filter: drop-shadow(0 0 0 1px rgba(230, 126, 34, 0.9));
}

.contact-trust-badge-shape--hex.contact-trust-badge-shape--neutral:hover {
	filter: drop-shadow(0 0 0 1px rgba(255, 255, 255, 0.22));
}

.contact-trust-badge-shape--circle {
	border-radius: 50%;
	aspect-ratio: 1;
	min-height: 172px;
	padding: 22px 16px;
	justify-content: center;
}

.contact-trust-badge-shape--circle.contact-trust-badge-shape--accent {
	border: 1px solid rgba(211, 84, 0, 0.65);
}

.contact-trust-badge-shape--circle.contact-trust-badge-shape--accent:hover {
	border-color: rgba(230, 126, 34, 0.85);
}

.contact-trust-badge-shape--tile {
	border-radius: 20px;
}

@media (max-width: 575px) {
	.contact-trust-badges {
		grid-template-columns: 1fr;
		max-width: none;
	}

	.contact-trust-badge-shape--circle {
		border-radius: 20px;
		aspect-ratio: auto;
		min-height: auto;
	}
}

/* About page */
.about-page-hero {
	position: relative;
	padding: 150px 0 60px;
	background-color: #0a0a0c;
	background-position: center;
}

.about-page-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(5, 5, 8, 0.5) 0%, rgba(5, 5, 8, 0.5) 100%);
	pointer-events: none;
}

.about-page-hero .container {
	position: relative;
	z-index: 1;
}

.about-page-breadcrumb {
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 20px;
	letter-spacing: 0.02em;
}

.about-page-breadcrumb a {
	color: rgba(255, 255, 255, 0.65);
	text-decoration: none;
	transition: color 0.2s ease;
}

.about-page-breadcrumb a:hover {
	color: #ffb380;
}

.about-page-breadcrumb span[aria-hidden="true"] {
	margin: 0 10px;
	color: rgba(255, 255, 255, 0.35);
}

.about-page-breadcrumb-current {
	color: rgba(255, 255, 255, 0.9);
}

.about-page-eyebrow {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #ff8c42;
	margin-bottom: 14px;
}

.about-page-title {
	font-size: clamp(1.85rem, 4vw, 2.75rem);
	font-weight: 600;
	line-height: 1.12;
	letter-spacing: -0.03em;
	margin: 0 0 20px;
	color: #ffffff;
}

.about-page-lead {
	font-size: clamp(1rem, 1.9vw, 1.15rem);
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.78);
	max-width: 40rem;
	margin-left: auto;
	margin-right: auto;
}

.about-page-story-card .title {
	color: #ffffff;
}

.about-page-story-card p {
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.7;
	margin-bottom: 18px;
}

.about-page-story-visual {
	min-height: 320px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
	background-position: center;
}

.about-page-mission {
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.about-page-mission h3 {
	font-size: 1.45rem;
	font-weight: 800;
	color: #ffffff;
}

.about-page-mission--accent {
	background: linear-gradient(145deg, rgba(255, 85, 0, 0.25) 0%, rgba(20, 20, 24, 0.95) 50%);
	border-color: rgba(255, 85, 0, 0.28);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.about-page-value {
	padding: 28px 22px 30px;
	border-radius: 16px;
	background: #141418;
	border: 1px solid rgba(255, 255, 255, 0.08);
	height: 100%;
	transition:
		border-color 0.2s ease,
		transform 0.2s ease;
}

.about-page-value:hover {
	border-color: rgba(255, 119, 51, 0.35);
	transform: translateY(-3px);
}

.about-page-value-icon {
	width: 52px;
	height: 52px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	background: rgba(255, 85, 0, 0.15);
	border: 1px solid rgba(255, 85, 0, 0.28);
	color: #ff9a6b;
	font-size: 1.15rem;
}

.about-page-value-title {
	font-size: 1.05rem;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 12px;
	line-height: 1.3;
}

.about-page-value p {
	color: rgba(255, 255, 255, 0.65);
	font-size: 14px;
	line-height: 1.6;
}

body.bg-dark .about-page-principles-item {
	color: rgba(255, 255, 255, 0.82);
}

.about-page-principles-item {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	padding: 18px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 16px;
	line-height: 1.55;
}

.about-page-principles-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.about-page-principles-marker {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 85, 0, 0.2);
	color: #ffb380;
	font-size: 12px;
	margin-top: 2px;
}

.about-page-cta-bare {
	padding-top: clamp(48px, 8vw, 96px);
	padding-bottom: clamp(56px, 10vw, 100px);
	background: transparent;
}

.about-page-cta-bare-title {
	font-size: clamp(1.65rem, 3.2vw, 2.35rem);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.03em;
	color: #ffffff;
	margin: 0 auto 24px;
	max-width: 22em;
}

.about-page-cta-bare-lead {
	font-size: clamp(15px, 1.5vw, 17px);
	line-height: 1.7;
	color: #a0a0a0;
	margin: 0 auto 36px;
	font-weight: 400;
}

@media (max-width: 575px) {
	.about-page-cta-bare-lead {
		margin-bottom: 28px;
	}
}

@media (max-width: 767px) {
	.about-page-principles-item {
		font-size: 15px;
	}
}

/* Careers page */
.careers-accordion {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.careers-accordion-item {
	border-radius: 16px;
	background: rgba(20, 20, 24, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.08);
	overflow: hidden;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}

.careers-accordion-item.is-open {
	border-color: rgba(255, 119, 51, 0.3);
	box-shadow: 0 14px 44px rgba(0, 0, 0, 0.32);
}

.careers-accordion-trigger {
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 18px;
	padding: 22px 22px 20px;
	background: transparent;
	border: none;
	text-align: left;
	cursor: pointer;
	color: inherit;
	font-family: inherit;
}

.careers-accordion-trigger:focus-visible {
	outline: 2px solid #ff9a6b;
	outline-offset: 3px;
}

.careers-accordion-item.is-open .careers-accordion-trigger {
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.careers-accordion-profile {
	flex-shrink: 0;
	width: 52px;
	height: 52px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0.04em;
	color: #ffffff;
	background: linear-gradient(145deg, rgba(255, 85, 0, 0.32) 0%, rgba(22, 22, 28, 0.98) 100%);
	border: 1px solid rgba(255, 119, 51, 0.32);
}

.careers-accordion-trigger-text {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.careers-accordion-trigger-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.careers-accordion-title {
	font-size: 1.15rem;
	font-weight: 800;
	color: #ffffff;
	line-height: 1.25;
}

.careers-accordion-chevron {
	flex-shrink: 0;
	color: #ff9a6b;
	font-size: 14px;
	margin-top: 4px;
}

.careers-accordion-meta {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

.careers-accordion-exp {
	display: inline-block;
	margin-left: 8px;
	padding: 2px 10px;
	border-radius: 100px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: none;
	color: var(--color-secondary);
	background: rgba(253, 123, 21, 0.12);
	border: 1px solid rgba(253, 123, 21, 0.28);
}

.careers-apply-panel {
	position: relative;
	margin-top: 10px;
	padding: 16px 16px 14px;
	border-radius: 14px;
	background: linear-gradient(145deg, rgba(22, 22, 32, 0.95) 0%, rgba(12, 12, 18, 0.98) 100%);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.careers-apply-close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	width: 30px;
	height: 30px;
	font-size: 12px;
	border: none;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.7);
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.careers-apply-close:hover {
	background: rgba(197, 44, 16, 0.4);
	color: #fff;
}

.careers-apply-form {
	padding-right: 32px;
}

.careers-apply-head {
	margin-bottom: 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.careers-apply-head-text {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 6px;
}

.careers-apply-role {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.02em;
}

.careers-apply-exp-badge {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 4px 10px;
	border-radius: 100px;
	color: var(--color-secondary);
	background: rgba(253, 123, 21, 0.12);
	border: 1px solid rgba(253, 123, 21, 0.3);
}

.careers-apply-head-hint {
	margin: 0;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.45);
	line-height: 1.45;
}

.careers-apply-section {
	margin-bottom: 12px;
}

.careers-apply-section--last {
	margin-bottom: 0;
}

.careers-apply-section-title {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 8px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.42);
}

.careers-apply-section-title i {
	font-size: 11px;
	color: var(--color-secondary);
	width: 14px;
	text-align: center;
}

.careers-apply-grid {
	display: grid;
	gap: 8px 10px;
}

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

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

.careers-apply-field {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0;
}

.careers-apply-field--full {
	grid-column: 1 / -1;
}

.careers-apply-field--file {
	margin-top: 2px;
}

.careers-apply-label {
	font-size: 10px;
	font-weight: 650;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
}

.careers-apply-req {
	color: var(--color-secondary);
	margin-left: 2px;
}

.careers-apply-input {
	width: 100%;
	min-height: 36px;
	padding: 8px 11px;
	font-size: 13px;
	line-height: 1.35;
	color: #fff;
	background: rgba(0, 0, 0, 0.28);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.careers-apply-input::placeholder {
	color: rgba(255, 255, 255, 0.32);
	font-size: 12px;
}

.careers-apply-input:focus {
	outline: none;
	border-color: rgba(253, 123, 21, 0.5);
	box-shadow: 0 0 0 2px rgba(197, 44, 16, 0.15);
}

.careers-apply-textarea {
	min-height: 52px;
	resize: vertical;
	max-height: 100px;
}

.careers-apply-file-box {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 40px;
	padding: 8px 12px;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.28);
	border: 1px dashed rgba(255, 255, 255, 0.14);
	cursor: pointer;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.careers-apply-file-box:hover {
	border-color: rgba(253, 123, 21, 0.4);
	background: rgba(197, 44, 16, 0.06);
}

.careers-apply-file-box > i {
	font-size: 14px;
	color: var(--color-secondary);
	flex-shrink: 0;
}

.careers-apply-file-text {
	flex: 1;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.55);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.careers-apply-file-btn {
	flex-shrink: 0;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 5px 10px;
	border-radius: 6px;
	color: #fff;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.careers-apply-file-input {
	position: absolute;
	inset: 0;
	opacity: 0;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.careers-apply-toggle {
	display: inline-flex;
	padding: 3px;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.35);
	border: 1px solid rgba(255, 255, 255, 0.1);
	width: 100%;
	max-width: 160px;
}

.careers-apply-toggle-btn {
	flex: 1;
	min-height: 30px;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.55);
	background: transparent;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.careers-apply-toggle-btn.is-active {
	color: #fff;
	background: var(--bg-gradient);
	box-shadow: 0 4px 12px rgba(197, 44, 16, 0.35);
}

.careers-apply-toggle-btn:hover:not(.is-active):not(:disabled) {
	color: rgba(255, 255, 255, 0.85);
	background: rgba(255, 255, 255, 0.06);
}

.careers-apply-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 16px;
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.careers-apply-submit {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 20px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fff;
	background: var(--bg-gradient);
	border: none;
	border-radius: 8px;
	cursor: pointer;
	box-shadow: 0 6px 20px rgba(197, 44, 16, 0.35);
	transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.careers-apply-submit:hover:not(:disabled) {
	transform: translateY(-1px);
	box-shadow: 0 8px 24px rgba(197, 44, 16, 0.45);
}

.careers-apply-submit:disabled {
	opacity: 0.7;
	cursor: not-allowed;
	transform: none;
}

.careers-apply-status {
	margin: 0;
	font-size: 12px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.55);
	flex: 1;
	min-width: 140px;
}

.careers-apply-status.is-success {
	color: #7dcea0;
}

.careers-apply-status.is-error {
	color: #f5a89a;
}

@media only screen and (max-width: 1199px) {
	.careers-apply-grid--4 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 767px) {
	.careers-apply-grid--4,
	.careers-apply-grid--3 {
		grid-template-columns: 1fr;
	}

	.careers-apply-form {
		padding-right: 0;
		padding-top: 28px;
	}

	.careers-apply-close {
		top: 0;
		right: 0;
	}
}

.careers-job-apply {
	border: none;
	cursor: pointer;
	font-family: inherit;
}

.careers-accordion-item:not(.is-open) .careers-accordion-trigger {
	padding-top: 18px;
	padding-bottom: 18px;
}

.careers-accordion-panel {
	display: block;
}

.careers-accordion-panel[hidden] {
	display: none !important;
}

.careers-accordion-panel-inner {
	padding: 18px 22px 26px 92px;
}

.careers-accordion-panel-stack {
	font-size: 14px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.72);
	margin: 0 0 14px;
}

.careers-accordion-panel-stack strong {
	color: rgba(255, 255, 255, 0.9);
	font-weight: 700;
}

@media (max-width: 575px) {
	.careers-accordion-panel-inner {
		padding-left: 22px;
	}
}

.careers-accordion-lead {
	margin-bottom: 14px !important;
}

.careers-accordion-panel-inner .careers-job-section-title:first-of-type {
	margin-top: 0;
}

.careers-job-card {
	padding: 28px 24px 30px;
	border-radius: 16px;
	background: #141418;
	border: 1px solid rgba(255, 255, 255, 0.08);
	height: 100%;
	display: flex;
	flex-direction: column;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}

.careers-job-card:hover {
	border-color: rgba(255, 119, 51, 0.3);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}

.careers-job-title {
	font-size: 1.2rem;
	font-weight: 800;
	color: #ffffff;
	margin: 0 0 10px;
	line-height: 1.3;
}

.careers-job-meta {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #ff9a6b;
	margin: 0 0 16px;
}

.careers-job-stack {
	font-size: 14px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.72);
	margin-bottom: 14px;
}

.careers-job-stack strong {
	color: rgba(255, 255, 255, 0.9);
	font-weight: 700;
}

.careers-job-summary {
	font-size: 14px;
	line-height: 1.62;
	color: rgba(255, 255, 255, 0.65);
	margin-bottom: 0;
}

.careers-job-section-title {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.88);
	margin: 20px 0 10px;
	line-height: 1.3;
}

.careers-job-section-title:first-of-type {
	margin-top: 16px;
}

.careers-job-list {
	margin: 0 0 4px;
	padding-left: 1.15rem;
	font-size: 13px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.68);
}

.careers-job-list li {
	margin-bottom: 8px;
}

.careers-job-list li:last-child {
	margin-bottom: 0;
}

.careers-job-list--muted {
	color: rgba(255, 255, 255, 0.55);
}

.careers-job-apply-wrap {
	margin-top: auto;
	padding-top: 22px;
}

.careers-job-apply {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 0;
	font-size: 15px;
	font-weight: 800;
	color: #ff9a6b !important;
	text-decoration: none;
	transition: color 0.2s ease;
}

.careers-job-apply:hover {
	color: #ffc4a8 !important;
}

.careers-process-step {
	padding: 8px 8px 0 0;
}

.careers-process-num {
	display: inline-block;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.16em;
	color: rgba(255, 119, 51, 0.95);
	margin-bottom: 14px;
}

.careers-process-title {
	font-size: 1.05rem;
	font-weight: 800;
	margin-bottom: 10px;
	color: var(--color-heading);
}

.bg-gray .careers-process-title,
body.bg-dark .careers-process-title {
	color: #ffffff;
}

.careers-process-step p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 15px;
	line-height: 1.6;
}

.careers-inline-link {
	color: #ff9a6b !important;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.careers-inline-link:hover {
	color: #ffc4a8 !important;
}

/* Careers — section spacing (roles ↔ hiring) */
.careers-open-roles-section {
	padding-top: 60px;
	padding-bottom: clamp(36px, 5vw, 56px);
	position: relative;
}

.careers-open-roles-section .careers-open-roles-head {
	margin-bottom: clamp(22px, 3vw, 32px);
}

@media only screen and (max-width: 767px) {
	.careers-open-roles-section {
		padding-top: 50px;
		padding-bottom: 36px;
	}
}

.careers-hiring-section {
	padding-top: clamp(32px, 4.5vw, 48px);
	padding-bottom: 80px;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.careers-hiring-section {
		padding-top: 36px;
		padding-bottom: 70px;
	}
}

.careers-hiring-section .careers-hiring-head {
	margin-bottom: clamp(28px, 4vw, 40px);
}

/* Contact page — dark section below form (3 cards) */
.contact-below-section {
	background: #050506;
	padding: clamp(64px, 9vw, 100px) 0;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.contact-below-kicker {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #ff7733;
	margin-bottom: 14px;
}

.contact-below-heading {
	font-size: clamp(1.65rem, 3.2vw, 2.35rem);
	font-weight: 600;
	line-height: 1.18;
	letter-spacing: -0.03em;
	color: #ffffff;
	margin: 0 0 18px;
}

.contact-below-lead {
	font-size: 16px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.66);
	margin: 0 auto 48px;
}

.contact-below-cards {
	margin-top: 8px;
}

.contact-below-card {
	position: relative;
	height: 100%;
	padding: 28px 24px 30px;
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(24, 24, 28, 0.98) 0%, rgba(14, 14, 16, 0.99) 100%);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.35);
	transition:
		transform 0.25s ease,
		border-color 0.25s ease,
		box-shadow 0.25s ease;
}

.contact-below-card:hover {
	transform: translateY(-4px);
	border-color: rgba(255, 85, 0, 0.25);
	box-shadow:
		0 28px 56px rgba(0, 0, 0, 0.4),
		0 0 0 1px rgba(255, 85, 0, 0.08);
}



.contact-below-card-accent-bar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	border-radius: 16px 16px 0 0;
	background: linear-gradient(90deg, #ff5500 0%, #ff8c42 100%);
}

.contact-below-card-icon {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
	color: #ffffff;
	background: #2c2e33;
	border: 1px solid rgba(255, 255, 255, 0.12);
	margin-bottom: 18px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}



.contact-below-card-icon--calendar {
	background: linear-gradient(145deg, #3d3f46 0%, #25262b 100%);
	border: 1px solid rgba(255, 140, 90, 0.25);
}

.contact-below-card-title {
	font-size: 1.12rem;
	font-weight: 800;
	color: #ffffff;
	margin: 0 0 12px;
	line-height: 1.3;
	letter-spacing: -0.02em;
}

.contact-below-card-text {
	font-size: 14px;
	line-height: 1.62;
	color: rgba(255, 255, 255, 0.62);
	margin: 0 0 20px;
}

.contact-below-card-links {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.contact-below-card-accent {
	font-size: 15px;
	font-weight: 800;
	color: #ff9a6b !important;
	text-decoration: none;
	transition: color 0.2s ease;
}

.contact-below-card-accent:hover {
	color: #ffc4a8 !important;
}

.contact-below-card-meta {
	font-size: 12px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.45);
}

@media (max-width: 991px) {
	.contact-below-lead {
		margin-bottom: 40px;
	}
}

@media (min-width: 1400px) {
	.contact-style-one-info li p {
		padding-right: 20%;
	}
}

/* ============================================================== 
    # Newsletter
=================================================================== */
.newsletter-area {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.newsletter-style-three form {
	max-width: 500px;
	margin: 40px auto auto;
	position: relative;
}

.newsletter-style-three form input {
	height: 65px;
	padding: 0 25px;
	border-radius: 40px;
	border: none;
	box-shadow: none;
}

.newsletter-style-three form button.btn.btn-style-one {
	position: absolute;
	right: 6px;
	top: 6px;
	border-radius: 40px;
}

.newsletter-style-three form button.btn.btn-style-one::after {
	background: var(--dark);
}

.newsletter-style-three form button.btn.btn-style-one:hover {
	color: var(--white);
}


/* ============================================================== 
    # 404 page
=================================================================== */

.error-page-area {
	position: relative;
	z-index: 1;
}

.error-page-area .shape-left {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	width: 20%;
	background-position: left !important;
	background-repeat: no-repeat !important;
	z-index: -1;
	opacity: 0.3;
	background-size: contain !important;
}

.error-page-area .shape-right {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	width: 20%;
	background-position: right !important;
	background-repeat: no-repeat !important;
	z-index: -1;
	opacity: 0.3;
	background-size: contain !important;
}

.error-box h1 {
	font-size: 150px;
	line-height: 110px;
	font-weight: 700;
	margin-bottom: 40px;
	text-shadow: 3px 3px #c0c0c0;
}

.error-box h2 {
	font-weight: 600;
	margin-bottom: 20px;
}

.error-box p {
	padding: 0 10%;
}

/* ============================================================== 
    # Footer
=================================================================== */


.quick-link{
	width: 100% !important;
}
.quick-links li{
	list-style: none;
	width: 25%;
    background-color: transparent;
    margin-bottom: 10px;
	padding: 0;
}
.quick-links a{
	font-size: 14px !important;
	color: var(--cc-accent) !important;
    font-weight: 500 !important;
}

@media (min-width: 1450px) {
	footer.box-layout {
		max-width: 95%;
		margin: auto;
		border-radius: 50px 50px 0 0;
	}
}

ul.footer-item-social {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 30px;
}

ul.footer-item-social li {
	display: inline-block;
}

ul.footer-item-social li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
	font-size: 22px;
}

ul.footer-item-social li a img {
	height: 18px;
	filter: brightness(0);
}

.bg-dark ul.footer-item-social li a img {
	filter: brightness(1);
}

ul.footer-item-social.text-end {
	justify-content: flex-end;
}

.footer-bottom-one .logo img {
	height: 30px;
}

.footer-bottom-one .content {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 30px 0;
}

.bg-dark .footer-bottom-one .content {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-bottom {
	padding: 25px 0;
}

.footer-bottom p {
	margin: 0;
}

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

.footer-bottom ul li {
	display: inline-block;
}

.footer-bottom .text-end ul li {
	margin-left: 30px;
}

.footer-bottom ul li a {
	font-weight: 400;
}

.footer-bottom ul li a:hover {
	color: var(--white);
}

footer.bg-dark,
footer.bg-dark p,
footer.bg-dark a {
	color: var(--white-common);
}

.footer-bottom a {
	font-weight: 400;
}

footer.bg-dark a:hover {
	color: var(--white);
}

.f-item.about h2 {
	color: var(--color-primary);
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

footer .f-item .logo img {
	height: 35px;
	margin-bottom: 50px;
}

.footer-style-one-items {
	display: flex;
	gap: 30px;
}

.footer-style-one-items .f-item {
	flex-grow: 1;
}

h4.widget-title {
	margin-bottom: 30px;
}

.f-item.link li a {
	font-weight: 400;
	font-size: 16px;
}

.f-item.link li {
	margin-top: 10px;
}

footer {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.footer-shape {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	opacity: 0.2;
}

.bg-dark .footer-shape {
	opacity: 1;
}

footer.footer-style-one::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 300px;
	width: 100%;
	background: linear-gradient(90deg, #aedec5 0%, #e4d8f7 100%);
	z-index: -1;
	filter: blur(100px);
	opacity: 0.3;
}

footer.footer-style-one.bg-dark::after {
	background: linear-gradient(90deg, #74ffb5 0%, #4c14ff 100%);
}

footer ul.contact {
	display: grid;
	gap: 15px;
	margin-top: 30px;
}

footer ul.contact h4 {
	margin: 0;
	font-size: 20px;
}

footer.bg-dark ul.contact h4 a {
	color: var(--white);
}

footer ul.contact p {
	margin-bottom: 7px;
}


/* ============================================================== 
    # Footer Style Two
=================================================================== */

.f-item.about .logo img {
	height: 30px;
	margin-bottom: 50px;
}

.f-item.about .newsletter-style-one {
	margin-top: 30px;
}

.newsletter-style-one {
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.newsletter-style-one form {
	position: relative;
}

.newsletter-style-one input,
.newsletter-style-one input:focus {
	background: transparent;
	color: var(--white);
	height: 60px;
	border: none;
	box-shadow: none;
	padding: 0;
}

.newsletter-style-one button {
	background: transparent;
	border: none;
	box-shadow: none;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.newsletter-style-one button img {
	height: 26px;
}

.bg-dark .newsletter-style-one button img {
	filter: brightness(0) invert(1);
}

.newsletter-style-one input::-webkit-input-placeholder {
	/* Chrome */
	color: var(--white-common);
}

.newsletter-style-one input:-ms-input-placeholder {
	/* IE 10+ */
	color: var(--white-common);
}

.newsletter-style-one input::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--white-common);
	opacity: 1;
}

.newsletter-style-one input:-moz-placeholder {
	/* Firefox 4 - 18 */
	color: var(--white-common);
	opacity: 1;
}

footer .gradient-text {
	color: var(--color-primary);
	font-weight: 500;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	font-size: 36px;
	margin-bottom: 50px;
	line-height: 1.1;
}

.footer-style-two .footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	position: relative;
	z-index: 1;
}

.footer-style-two .f-item.about {
	position: relative;
	z-index: 1;
	padding-right: 60px;
}

.footer-style-two .f-item.about::after {
	position: absolute;
	right: 0;
	top: -200px;
	height: 500%;
	content: "";
	width: 500%;
	background: #282a34;
	z-index: -1;
}

.footer-style-two .f-item.about .footer-item-social {
	margin-top: 40px;
}

/* Footer — Reference 1: minimal columnar (chevron links) */
footer.footer-ref1.bg-dark {
	background-color: #050506 !important;
}

footer.footer-ref1 {
	color: rgba(255, 255, 255, 0.82);
	padding: 0;
	overflow: hidden;
}

footer.footer-ref1 a {
	color: rgba(255, 255, 255, 0.82);
	text-decoration: none;
	transition: color 0.2s ease;
}

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

footer.footer-ref1 .footer-ref1-fluid {
	max-width: 1420px;
	margin-left: auto;
	margin-right: auto;
	padding: 44px 0 24px;
}

footer.footer-ref1 .footer-ref1-top {
	margin-bottom: 42px;
}

footer.footer-ref1 .footer-ref1-brand {
	margin-bottom: 20px;
}

.brand-identity--footer .brand-identity-full,
.brand-identity--about .brand-identity-kicker {
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--color-heading, #fff);
	margin: 0 0 0.2rem;
	line-height: 1.35;
}

.brand-identity--footer .brand-identity-short,
.brand-identity--about .brand-identity-short {
	font-size: 0.95rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.92);
	margin: 0 0 0.15rem;
}

.brand-identity--footer .brand-identity-location,
.brand-identity--about .brand-identity-location {
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.72);
	margin: 0;
}

.brand-identity--about {
	text-align: center;
}

.brand-identity--compact {
	font-size: 0.875rem;
	color: var(--color-paragraph, #60616c);
}

.brand-identity--compact .brand-identity-sep {
	opacity: 0.5;
}

.contact-connect-studio-social-hint {
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.65);
	margin: 0 0 0.75rem;
	line-height: 1.45;
}

.contact-page .brand-identity--about .brand-identity-kicker,
.contact-page .brand-identity--about .brand-identity-short,
.contact-page .brand-identity--about .brand-identity-location,
.contact-style-one-area .brand-identity--about .brand-identity-kicker,
.contact-style-one-area .brand-identity--about .brand-identity-short,
.contact-style-one-area .brand-identity--about .brand-identity-location {
	color: var(--color-heading, #000662);
}

.contact-style-one-area .brand-identity--about .brand-identity-location {
	color: var(--color-paragraph, #60616c);
}

footer.footer-ref1 .footer-ref1-brand img {
	height: 30px;
	width: auto;
	display: block;
}

footer.footer-ref1 .footer-ref1-kicker {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: var(--color-secondary);
	margin-bottom: 6px;
}

footer.footer-ref1 .footer-ref1-tagline {
	font-size: clamp(1.2rem, 2vw, 1.5rem);
	font-weight: 700;
	line-height: 1.22;
	color: var(--white);
	margin: 0 0 10px;
	letter-spacing: -0.02em;
	max-width: 38rem;
}

footer.footer-ref1 .footer-ref1-lead {
	font-size: 14px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.76);
	margin: 0 0 14px;
	max-width: 40rem;
}

footer.footer-ref1 .footer-ref1-highlights li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 13px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.78);
	margin-bottom: 8px;
}

footer.footer-ref1 .footer-ref1-highlights li:last-child {
	margin-bottom: 0;
}

footer.footer-ref1 .footer-ref1-highlights .fa-check {
	color: var(--color-secondary);
	font-size: 11px;
	margin-top: 3px;
	flex-shrink: 0;
}


footer.footer-ref1 .footer-ref1-contact-title {
	font-size: 15px;
	font-weight: 800;
	color: var(--white);
	margin: 0 0 6px;
	letter-spacing: -0.01em;
}

footer.footer-ref1 .footer-ref1-contact-intro {
	font-size: 12px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.62);
	margin: 0 0 12px;
}

footer.footer-ref1 .footer-ref1-contact-list>div {
	margin-bottom: 10px;
}

footer.footer-ref1 .footer-ref1-contact-list>div:last-of-type {
	margin-bottom: 0;
}

footer.footer-ref1 .footer-ref1-contact-list dt {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	color: rgba(255, 255, 255, 0.48);
	margin-bottom: 2px;
}

footer.footer-ref1 .footer-ref1-contact-list dd {
	margin: 0;
	font-size: 13px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.84);
}

footer.footer-ref1 .footer-ref1-address {
	margin: 0;
	font-style: normal;
	color: rgba(255, 255, 255, 0.8);
}

footer.footer-ref1 .footer-ref1-contact-accent {
	font-weight: 700;
	color: var(--color-secondary);
}

footer.footer-ref1 .footer-ref1-contact-accent:hover {
	color: var(--white);
}

footer.footer-ref1 .footer-ref1-contact-muted {
	color: rgba(255, 255, 255, 0.72) !important;
}

footer.footer-ref1 .footer-ref1-contact-muted a {
	color: rgba(255, 255, 255, 0.88);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
}

footer.footer-ref1 .footer-ref1-contact-muted a:hover {
	color: var(--white);
}

footer.footer-ref1 .footer-ref1-social-block {
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer.footer-ref1 .footer-ref1-social-heading {
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: rgba(255, 255, 255, 0.72);
	margin: 0 0 4px;
}

footer.footer-ref1 .footer-ref1-social-copy {
	font-size: 12px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.52);
	margin: 0 0 10px;
}

footer.footer-ref1 .footer-ref1-social {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

footer.footer-ref1 .footer-ref1-social-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.92) !important;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

footer.footer-ref1 .footer-ref1-social-btn:hover {
	background: rgba(255, 255, 255, 0.15);
	transform: translateY(-2px);
	border-color: rgba(255, 255, 255, 0.22);
	color: var(--white) !important;
}

footer.footer-ref1 .footer-ref1-social-btn img {
	height: 14px;
	width: auto;
	filter: brightness(0) invert(1);
	opacity: 0.95;
}

footer.footer-ref1 .footer-ref1-newsletter {
	margin-top: 32px;
	padding: 16px 18px;
	border-radius: 12px;
	background: rgba(0, 0, 0, 0.35);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

footer.footer-ref1 .footer-ref1-newsletter-title {
	font-size: 16px;
	font-weight: 800;
	color: var(--white);
	margin: 0 0 4px;
}

footer.footer-ref1 .footer-ref1-newsletter-text {
	font-size: 13px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.62);
}

footer.footer-ref1 .footer-ref1-newsletter-form {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 8px;
}

footer.footer-ref1 .footer-ref1-newsletter-input {
	flex: 1 1 220px;
	min-height: 44px;
	padding: 0 14px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.06) !important;
	border: 1px solid rgba(255, 255, 255, 0.14) !important;
	color: var(--white) !important;
	font-size: 14px;
}

footer.footer-ref1 .footer-ref1-newsletter-input::placeholder {
	color: rgba(255, 255, 255, 0.45);
}

footer.footer-ref1 .footer-ref1-newsletter-input:focus {
	box-shadow: 0 0 0 2px rgba(197, 44, 16, 0.35);
}

footer.footer-ref1 .footer-ref1-newsletter-btn {
	min-height: 44px;
	padding: 0 22px;
	border-radius: 8px;
	font-weight: 800;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border: none;
	background: var(--bg-gradient);
	color: var(--white);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

footer.footer-ref1 .footer-ref1-newsletter-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(197, 44, 16, 0.35);
	color: var(--white);
}

footer.footer-ref1 .footer-ref1-newsletter-disclaimer {
	font-size: 12px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.45);
	margin-top: 6px;
}

footer.footer-ref1 .footer-ref1-newsletter-disclaimer a {
	text-decoration: underline;
	text-underline-offset: 2px;
}

footer.footer-ref1 .footer-ref1-explore {
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: rgba(255, 255, 255, 0.55);
	margin-bottom: 12px !important;
	margin-top: 4px;
}

footer.footer-ref1 .footer-ref1-column {
	height: 100%;
}

footer.footer-ref1 .footer-ref1-heading {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--white);
	margin: 0 0 1rem;
	letter-spacing: -0.01em;
}

footer.footer-ref1 .footer-ref1-list li {
	margin-bottom: 10px;
	line-height: 1.4;
}

footer.footer-ref1 .footer-ref1-list li:last-child {
	margin-bottom: 0;
}

footer.footer-ref1 .footer-ref1-link {
	display: inline-flex;
	align-items: baseline;
	font-size: 13px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.72);
}

footer.footer-ref1.footer-ref1-chevron-grid.bg-dark {
	background-color: #000000 !important;
}


.footer-newsletter-box {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: clamp(20px, 3vw, 28px);
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 14px;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
	position: relative;
	overflow: hidden;
}

@media (min-width: 768px) {
	.footer-newsletter-box {
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
		gap: clamp(28px, 5vw, 56px);
	}
}

.footer-newsletter-copy {
	flex: 1 1 auto;
	min-width: 0;
	max-width: 38rem;
	position: relative;
	z-index: 1;
}

.footer-newsletter-heading {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 12px;
}

.footer-newsletter-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	flex-shrink: 0;
	border-radius: 12px;
	background: rgba(255, 85, 0, 0.15);
	border: 1px solid rgba(255, 85, 0, 0.28);
	color: #ff7733;
	font-size: 17px;
}

.footer-newsletter-title {
	font-size: clamp(1.15rem, 2.2vw, 1.48rem);
	font-weight: 800;
	color: #fff;
	margin: 0;
	letter-spacing: -0.028em;
	line-height: 1.15;
}

.footer-newsletter-text {
	font-size: 14px;
	line-height: 1.62;
	color: rgba(255, 255, 255, 0.68);
	margin: 0 0 14px;
}

.footer-newsletter-proof {
	font-size: 13px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.55);
	margin: 0 0 14px;
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.footer-newsletter-proof .fa-users {
	color: rgba(255, 119, 51, 0.9);
	margin-top: 2px;
	flex-shrink: 0;
	font-size: 13px;
}

.footer-newsletter-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	margin: 0;
}

.footer-newsletter-trust li {
	font-size: 12px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: 0.02em;
	display: flex;
	align-items: center;
	gap: 6px;
}

.footer-newsletter-trust li::before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #ff5500;
	opacity: 0.85;
	flex-shrink: 0;
}

.footer-newsletter-form-col {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 0;
	position: relative;
	z-index: 1;
}

@media (min-width: 768px) {
	.footer-newsletter-form-col {
		flex: 1 1 620px;
		max-width: 620px;
		min-width: min(100%, 340px);
		align-self: center;
	}
}

.footer-newsletter-controls {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 12px;
	width: 100%;
}

.footer-newsletter-input {
	flex: 2 1 220px;
	min-width: min(100%, 220px);
	min-height: 56px;
	padding: 0 22px;
	border-radius: 12px;
	font-size: 16px;
	line-height: 1.4;
	color: #fff !important;
	background: rgba(0, 0, 0, 0.4) !important;
	border: 1px solid rgba(255, 255, 255, 0.18) !important;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		background 0.2s ease;
}

.footer-newsletter-input::placeholder {
	color: rgba(255, 255, 255, 0.38);
}

.footer-newsletter-input:hover {
	border-color: rgba(255, 255, 255, 0.26) !important;
}

.footer-newsletter-input:focus {
	outline: none;
	border-color: rgba(255, 133, 51, 0.7) !important;
	background: rgba(0, 0, 0, 0.52) !important;
	box-shadow:
		0 0 0 3px rgba(255, 85, 0, 0.2),
		0 8px 20px rgba(0, 0, 0, 0.2);
}

.footer-newsletter-btn {
	min-height: 56px;
	padding: 0 26px;
	border: none;
	border-radius: 12px;
	font-weight: 800;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	white-space: nowrap;
	background: linear-gradient(135deg, #ff6a1a 0%, #ff5500 45%, #c52c10 100%);
	color: #fff !important;
	cursor: pointer;
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease,
		filter 0.2s ease;
	box-shadow: 0 4px 20px rgba(255, 85, 0, 0.32);
}

.footer-newsletter-btn:hover {
	transform: translateY(-2px);
	filter: brightness(1.05);
	box-shadow: 0 10px 28px rgba(255, 85, 0, 0.42);
	color: #fff !important;
}

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

.footer-newsletter-disclaimer {
	font-size: 12px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.42);
	padding-left: 2px;
}

.footer-newsletter-disclaimer a {
	color: rgba(255, 140, 90, 0.95);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.footer-newsletter-disclaimer a:hover {
	color: #ffc4a8;
}

.footer-ref1-fluid--chevron {
	padding-top: clamp(48px, 6vw, 72px);
	padding-bottom: clamp(24px, 3vw, 36px);
}



footer.footer-ref1 .footer-ref1-brand--chevron-top a {
	display: inline-block;
	line-height: 0;
	text-decoration: none;
	opacity: 0.95;
	transition: opacity 0.2s ease;
}

footer.footer-ref1 .footer-ref1-brand--chevron-top a:hover {
	opacity: 1;
}

footer.footer-ref1 .footer-ref1-brand--chevron-top img {
	height: clamp(28px, 3.5vw, 30px);
	width: auto;
	display: block;
}

.footer-chevron-columns {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(1.75rem, 3vw, 2.5rem);
}

@media (min-width: 576px) {
	.footer-chevron-columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 992px) {
	.footer-chevron-columns {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1200px) {
	.footer-chevron-columns {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

.footer-chevron-column .footer-ref1-heading {
	margin-bottom: 1rem;
	font-size: 15px;
}

footer.footer-ref1.footer-ref1-chevron-grid .footer-ref1-bar {
	margin-top: clamp(32px, 5vw, 48px);
}

footer.footer-ref1 .footer-ref1-link::before {
	/* content: ">"; */
	margin-right: 8px;
	font-size: 0.78em;
	font-weight: 600;
	opacity: 0.7;
	transform: translateY(-0.04em);
	flex-shrink: 0;
}

footer.footer-ref1 .footer-ref1-link:hover {
	color: var(--white);
}

footer.footer-ref1 .footer-ref1-bar {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-top: 36px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

footer.footer-ref1 .footer-ref1-bar-main {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

@media (min-width: 576px) {
	footer.footer-ref1 .footer-ref1-bar-main {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
}

footer.footer-ref1 .footer-ref1-copy {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.55);
}

footer.footer-ref1 .footer-ref1-copy a {
	color: rgba(255, 255, 255, 0.75);
}

footer.footer-ref1 .footer-ref1-copy a:hover {
	color: var(--white);
}

footer.footer-ref1 .footer-ref1-legal {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 28px;
}

footer.footer-ref1 .footer-ref1-legal a {
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.72);
}

footer.footer-ref1 .footer-ref1-tagline-sm {
	font-size: 13px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.48);
	max-width: 960px;
}

/* ============================================================== 
    # Dark Layout
=================================================================== */

.bg-dark {
	color: var(--white-common);
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark h6 {
	color: var(--white);
}

.bg-dark p {
	color: var(--white-common);
}

.bg-dark .sub-title {
	border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark .about-style-one-info .fixed-text {
	opacity: 0.15;
}

.blurry-shape-top-full {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

/* .blurry-shape-top-full::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 120px;
	width: 100%;
	background: linear-gradient(90deg, #005aff 0%, #0076ff 100%);
	z-index: -1;
	filter: blur(120px);
} */

.bg-dark .about-style-one-info {
	background: transparent !important;
	background-color: rgba(255, 255, 255, 0.05) !important;
}

.bg-dark .card-style-one-item .info p {
	color: var(--white);
}

.bg-dark .card-style-one-two {
	background: rgba(255, 255, 255, 0.08);
}

.bg-dark .card-style-one-two .bottom {
	border-color: rgba(255, 255, 255, 0.2);
}

.blurry-shape-half-right-bottom {
	position: relative;
	z-index: 1;
}

/* .blurry-shape-half-right-bottom::after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	height: 150px;
	width: 65%;
	background: linear-gradient(90deg, #299cbd 0%, #0034fa 100%);
	z-index: -1;
	filter: blur(150px);
} */

.blurry-shape-half-left-bottom {
	position: relative;
	z-index: 1;
}

.blurry-shape-half-left-bottom::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 150px;
	width: 65%;
	background: linear-gradient(90deg, #0099ce 50%, #2a3d84 100%);
	z-index: -1;
	filter: blur(150px);
}

.bg-dark .service-style-one-item {
	border-color: rgba(255, 255, 255, 0.15);
}

.bg-dark .service-style-one-item a {
	color: var(--white);
}

.bg-dark .navbar.white.sticked .btn.btn-border-light {
	color: var(--white);
	border-color: rgba(255, 255, 255, 0.3);
}

.bg-dark .process-style-one-item h2 {
	color: transparent;
}

.bg-dark .community-card {
	background-image: none !important;
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.bg-dark .bg-gray {
	background-color: var(--dark);
}

.bg-dark .social-overlay .icon {
	background: var(--dark-secondary);
}

.bg-dark .team-style-one-item h4 a {
	color: var(--white);
}

.bg-dark .bg-dark {
	background: #1f2032 !important;
}

.bg-dark .social-overlay .icon {
	background: var(--bg-gradient);
	padding: 2px;
}

.bg-dark .social-overlay {
	bottom: -15px;
}

.bg-dark .blog-style-one {
	border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark .blog-style-one h2 a {
	color: var(--white);
}

.bg-dark a.btn-simple {
	color: var(--white);
}

.bg-dark .project-style-one-item {
	background: #282a2d;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.bg-dark .project-style-one-item h3 a {
	color: var(--white);
}

.bg-dark ul.project-tags li::after {
	background: var(--dark);
}

.bg-dark ul.project-tags li {
	color: var(--white);
}

.bg-dark .accordion-style-one-item button.accordion-button {
	border-color: rgba(255, 255, 255, 0.2);
	color: var(--white);
}

.bg-dark .accordion-style-one-item {
	background: transparent;
}

.bg-dark .btn.btn-dark {
	background: var(--white);
	color: var(--color-heading);
}

.bg-dark .btn.btn-dark:hover {
	color: var(--white);
}

.bg-dark .services-style-two-item {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.bg-dark .services-style-two-item h4 a {
	color: var(--white);
}

.bg-dark ul.list-style-one li {
	color: var(--white-common);
}

.bg-dark ul.list-style-two li {
	color: var(--white-common);
}

.bg-dark .feature-style-one-area {
	background-image: none !important;
}

.bg-dark .feature-style-one {
	background: rgba(255, 255, 255, 0.06);
}

.bg-dark .pricing-style-one-item.bg-dark {
	background: var(--dark-secondary) !important;
}

.bg-dark .pricing-style-one-item {
	border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark .btn-style-one.btn-border {
	border-color: rgba(255, 255, 255, 0.4);
	color: var(--white);
	padding: 14px 40px;
	background: transparent;
}

.bg-dark .btn-style-one.btn-border:hover {
	border-color: transparent;
}

.bg-dark .team-style-two-item .social-overlay {
	bottom: 0;
}

.bg-dark .team-style-two-item .info h4 a {
	color: var(--white);
}

.bg-dark .team-style-two-item .social-overlay .icon::after {
	box-shadow: 0 20px 0 0 var(--dark-optional);
}

.bg-dark .team-style-two-item .social-overlay .icon::before {
	box-shadow: 0 20px 0 0 var(--dark-optional);
}

.bg-dark .team-style-two-item .social-overlay .icon {
	background: var(--dark-optional);
	padding: 5px;
}

.bg-dark .team-style-two-item .social-overlay .icon a {
	border-color: rgba(255, 255, 255, 0.3);
	color: var(--white);
}

.bg-dark .team-style-two-item .social-overlay .icon a:hover {
	border-color: var(--color-primary);
}

.bg-dark .team-style-two-item .social-overlay .icon i {
	border-color: rgba(255, 255, 255, 0.3);
	color: var(--white);
}

.bg-dark .blog-style-two-box {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.1);
}

.bg-dark .blog-title a {
	color: var(--white);
}

.bg-dark .btn-regular {
	color: var(--white);
}

.bg-dark .btn-regular img {
	filter: brightness(0) invert(1);
}

.bg-dark .btn-style-one:after {
	background-image: linear-gradient(315deg, var(--white) 0%, var(--white) 74%);
}

.bg-dark .btn-style-one.btn-dark:after {
	background-image: linear-gradient(315deg, var(--color-primary) 0%, var(--color-primary) 74%);
}

.bg-dark .btn-style-one:hover {
	color: var(--color-heading);
}

.bg-dark .banner-style-three-info .notificaiton p {
	color: var(--white);
}

.bg-dark .chat-item p {
	color: var(--white);
}

.bg-dark .chat-bot-thumb .chat-item:nth-child(2n) p {
	background: var(--white);
	color: var(--color-heading);
}

.bg-dark .chat-bot-thumb .chat-item:nth-child(2n) p::after {
	background: var(--white);
}

.bg-dark .banner-style-three-info form input {
	border-color: rgba(255, 255, 255, 0.2);
	color: var(--white);
}

.bg-dark .banner-style-three-info form input::-webkit-input-placeholder {
	/* Chrome */
	color: var(--white-common);
}

.bg-dark .banner-style-three-info form input:-ms-input-placeholder {
	/* IE 10+ */
	color: var(--white-common);
}

.bg-dark .banner-style-three-info form input::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--white-common);
	opacity: 1;
}

.bg-dark .banner-style-three-info form input:-moz-placeholder {
	/* Firefox 4 - 18 */
	color: var(--white-common);
	opacity: 1;
}

@media (min-width: 1024px) {

	nav.navbar.navbar-common ul.nav.navbar-nav.navbar-center {
		border: 1px solid #e1e2fa;
		background: #fafaff;
	}

	nav.navbar.white.navbar-common ul.nav.navbar-nav.navbar-center,
	.bg-dark nav.navbar.navbar-common ul.nav.navbar-nav.navbar-center {
		border: 1px solid rgba(255, 255, 255, 0.2);
		background: rgba(0, 0, 0, 0.2);
	}

	nav.navbar.navbar-common.sticked ul.nav.navbar-nav.navbar-center {
		border: none;
		backdrop-filter: inherit;
		background: transparent;
	}
}

.bg-dark .user-card-style-two {
	background: var(--dark-optional);
}

.bg-dark .user-card-style-two::before {
	box-shadow: 0 20px 0 0 var(--dark-optional);
}

.bg-dark .user-card-style-two::after {
	box-shadow: 0 20px 0 0 var(--dark-optional);
}

.bg-dark .dashboard-info::after {
	background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, transparent 100%) repeat scroll 0 0;
}

.bg-dark .feature-style-two-item ul.list-style-two li {
	color: var(--white);
}

.bg-dark .api-intigration-items {
	background: #2a3035;
}

.bg-dark .fun-fact-car-two {
	background: rgba(255, 255, 255, 0.1);
}

.bg-dark .fun-fact-car-two .js-counter {
	color: var(--white);
}

.bg-dark .fun-fact-car-two.bg-theme {
	background: var(--bg-gradient);
}

.bg-dark .services-style-three-area {
	position: relative;
	z-index: 1;
}

.bg-dark .services-style-three-area::before {
	position: absolute;
	right: -5%;
	bottom: 0;
	content: "";
	height: 150px;
	width: 40%;
	background: linear-gradient(90deg, #299cbd 0%, #0034fa 100%);
	z-index: -1;
	filter: blur(180px);
}

.bg-dark .service-style-three-item {
	background: transparent;
	backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.bg-dark .service-style-three-item h4 a {
	color: var(--white);
}

.bg-dark .service-style-three-item ul li a {
	background: transparent;
	color: var(--white);
	border-color: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(20px);
}

.bg-dark .nav.nav-tabs.pricing-tab-navs button span {
	color: var(--white);
}

.bg-dark .pricing-style-two {
	background: transparent;
	border-color: #3f3f51;
}

.bg-dark .pricing-style-two.active {
	border-color: var(--color-primary);
}

.bg-dark .testimonial-style-three-items {
	background-image: none !important;
	background-color: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(20px);
}

.bg-dark .newsletter-style-two form input {
	border-color: rgba(255, 255, 255, 0.15);
	color: var(--white);
}

.bg-dark .newsletter-style-two form button {
	color: var(--white);
}

.bg-dark .newsletter-style-two fieldset a {
	color: var(--white);
}

.bg-dark .blog-style-three .info {
	border-color: rgba(255, 255, 255, 0.15);
	background: rgba(255, 255, 255, 0.1);
}

.bg-dark footer .footer-bottom a {
	color: var(--white);
}

.bg-dark footer .footer-bottom a:hover {
	color: var(--color-primary);
}

.bg-dark ul.footer-item-social li a {
	color: var(--white);
}

.bg-dark ul.footer-item-social li a:hover {
	color: var(--color-primary);
}

.bg-dark footer ul.contact h4 a {
	color: var(--white);
}

.bg-dark footer ul.contact h4 a:hover {
	color: var(--color-primary);
}

.bg-dark footer.footer-style-one.bg-gray::after {
	background: linear-gradient(90deg, #74ffb5 0%, #4c14ff 100%);
}

.bg-dark footer .f-item.link li a {
	color: var(--white-common);
}

.bg-dark footer .f-item.link li a:hover {
	color: var(--white);
}

/* ============================================================== 
    # Responsive
=================================================================== */
@media screen and (max-width: 1399px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

	/* Default CSS */
	.title {
		font-size: 48px;
	}

	/* Banner One */
	.text-center .banner-one-content p {
		padding: 0;
	}

	.banner-style-one-area,
	.banner-style-one-area div {
		height: auto;
	}

	.banner-style-one-area {
		padding-top: 160px;
	}

	.banner-style-one-area .brand-style-one-carousel {
		margin-top: 50px;
	}

	.banner-one-content h2 {
		font-size: 60px;
	}

	/* Banner Four */
	.banner-style-four-area h2 {
		font-size: 65px;
	}

	/* Banner Six */
	.banner-six-top-info h2 {
		text-align: left;
		font-size: 65px;
	}

	.banner-six-top-info p {
		font-size: 16px;
	}

	.community-card-two {
		margin: 0;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	/* Banner Seven */
	.banner-seven-content h2 {
		font-size: 55px;
	}

	.banner-seven-content .info p {
		font-size: 17px;
	}

	.banner-seven-content .info {
		padding-left: 100px;
		margin-top: 5px;
	}

	.banner-seven-illustration img:first-child {
		display: none;
	}

	.banner-seven-illustration img:nth-child(2) {
		max-width: 30%;
	}


	/* About One */
	.about-style-one-info {
		padding: 80px;
	}

	.about-style-one-info .fixed-text {
		left: 70px;
		font-size: 170px;
	}

	.card-style-one-item {
		padding: 50px;
	}

	.card-style-one-item .info .text-end {
		text-align: left !important;
		margin-top: 40px;
	}

	.card-style-one-item img {
		left: auto;
		right: 50px;
	}

	.card-style-one-two .bottom img {
		height: 70px;
	}

	.heading-style-two h1 {
		font-size: 90px;
	}

	/* About Five */
	.about-style-five-right-info {
		margin-left: -8%;
	}

	.about-style-five-left-info ul.list-style-two li {
		font-size: 14px;
	}

	/* About Six */
	.about-six-features {
		padding: 50px;
	}

	.about-six-features h4 {
		font-size: 20px;
	}

	.about-six-features ul {
		gap: 30px;
	}

	.about-six-features ul p {
		font-size: 15px;
	}

	.about-style-six-right-info {
		padding-top: 0;
		padding-right: 0;
	}

	/* Feature One */
	.feature-style-one-items {
		margin-left: -40px;
	}

	.feature-style-one p {
		font-size: 14px;
	}

	.feature-style-one {
		padding: 50px 28px;
	}

	/* Feature Style Two */
	.dashboard-info {
		grid-template-columns: 1fr;
	}

	.user-card-style-two::before,
	.user-card-style-two::after {
		display: none;
	}

	.user-card-style-two {
		margin: 0;
		padding: 50px;
		border-radius: 10px;
		margin-top: 30px;
		display: none;
	}

	/* Why Choose Us */
	.choose-us-style-two .align-center {
		align-items: inherit;
	}


	/* Process */
	.process-style-one-area .shape {
		height: 80%;
	}

	.process-style-one-items {
		padding: 80px 50px;
	}

	/* Service */
	.services-style-two-colum-large {
		padding: 50px;
	}

	/* Service Two */
	.services-style-two-item h4 {
		font-size: 22px;
		line-height: 1.4;
	}


	/* Service Three */
	.service-style-three-item {
		padding: 50px 30px;
	}

	.service-style-three-item h4 {
		font-size: 20px;
	}

	.service-style-three-item ul li a {
		padding: 6px 18px;
		font-size: 13px;
	}

	.fun-fact-car-two .js-counter {
		font-size: 58px;
		margin-bottom: 30px;
	}

	/* Project */
	.project-style-two-item {
		grid-template-columns: 1fr 1fr;
	}

	/* Team */

	.social-overlay {
		bottom: -25px;
	}

	.team-style-one-items .team-style-one-item:nth-child(2n) .social-overlay {
		bottom: -20px;
	}

	.team-page .team-style-one-items .team-style-one-item:nth-child(2n) {
		margin-top: 50px;
		width: 33.333333%;
	}

	.team-page .team-style-one-items .team-style-one-item {
		width: 33.3333333%;
		margin-top: 50px;
	}

	.team-page .team-style-one-items .team-style-one-item:nth-child(2n) .social-overlay,
	.team-page .team-style-one-items .team-style-one-item .social-overlay {
		bottom: -10px;
	}


	/* Pricing */
	.pricing-style-one-item {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	/* Blog Two */
	.blog-style-two h4 {
		font-size: 22px;
	}

	/* Footer */

	.footer-style-two .pl-80 {
		padding-left: 50px;
	}

	footer ul.contact h4 {
		font-size: 20px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {

	/* Default CSS */
	.title {
		font-size: 42px;
	}

	/* Banner Two */

	.banner-style-two-area .align-center {
		align-items: center;
	}

	.banner-two-content h2 {
		font-size: 60px;
	}

	.banner-two-content .info {
		padding-left: 0;
	}

	/* Banner Style Three */
	.banner-style-three-area,
	.banner-style-three-area div {
		height: auto;
	}

	.banner-style-three-area {
		padding-top: 150px;
		padding-bottom: 120px;
	}

	.banner-style-three-info h2 {
		font-size: 60px;
	}

	.banner-style-three-info h2 strong {
		font-size: 60px;
	}

	.chat-bot-thumb .chat-item:nth-child(2n) {
		right: 0;
	}

	/* Banner Five */
	.banner-style-five-items h2 {
		font-size: 55px;
	}


	/* Project Details */
	.item-grid-colum {
		grid-template-columns: 1fr 1.8fr;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

	/* Default CSS */
	.title {
		font-size: 42px;
	}

	/* Banner One */
	.text-center .banner-one-content p {
		padding: 0;
	}

	.banner-style-one-area,
	.banner-style-one-area div {
		height: auto;
	}

	.banner-style-one-area {
		padding-top: 160px;
	}

	.banner-style-one-area .brand-style-one-carousel {
		margin-top: 50px;
	}

	/* Banner Six */
	.banner-six-top-info h2 {
		text-align: left;
		font-size: 55px;
	}

	.multi-users h5 {
		display: none;
	}

	.banner-bottom-info .community-card-two {
		width: 100%;
	}

	/* Banner Seven */
	.banner-style-seven-area,
	.banner-style-seven-area div {
		height: auto;
	}

	.banner-style-seven-area {
		padding-top: 170px;
		padding-bottom: 120px;
		position: relative;
	}

	.banner-seven-content h2 {
		font-size: 60px;
	}

	.banner-seven-content .info {
		padding: 0;
	}

	.banner-seven-illustration img:first-child {
		display: none;
	}

	/* About */
	.about-style-one-info {
		padding: 50px;
	}

	.card-style-one-item {
		padding: 50px 30px;
	}

	/* About Two */
	.heading-style-two h1 {
		font-size: 80px;
	}

	.card-style-two {
		grid-template-columns: 1fr;
	}

	.about-style-two-info .card-thumb {
		display: none;
	}

	/* About Three */
	.about-style-three-thumb {
		margin: 0;
	}

	/* About Four */
	.about-four-right-info .thumb {
		display: none;
	}

	.about-four-right-info {
		margin-top: 50px;
	}

	ul.social-list li img {
		height: 100px;
	}

	.about-four-right-info h4 {
		font-size: 42px;
		padding-right: 15%;
	}

	.faq-style-two-items .accordion-item.faq-style-two .accordion-body {
		padding: 35px 20px;
	}

	.faq-style-two-items .accordion-item.faq-style-two .accordion-button {
		padding: 22px 20px;
		font-size: 24px;
	}

	/* About Five */
	.about-style-five-left-info ul {
		grid-template-columns: 1fr;
	}

	/* About Six */
	.about-style-six-right-info {
		padding: 50px;
		padding-top: 0;
		padding-right: 0;
	}

	.about-six-features {
		padding: 50px 30px;
	}

	.about-six-features ul {
		gap: 30px;
	}

	.about-six-features ul h4 {
		font-size: 20px;
	}

	.about-six-fun-fact .fun-fact {
		text-align: center;
	}

	/* Features */
	.feature-style-one-area .col-lg-8 {
		width: 80%;
	}

	.feature-style-one-area .site-heading {
		margin-bottom: 30px;
	}

	.feature-style-one-items {
		margin-top: 50px;
	}

	/* Feature Two */
	.feature-style-two-items {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
		margin-bottom: 30px;
	}

	.feature-style-two-items {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
		margin-bottom: 30px;
	}

	.feature-style-two-item {
		margin: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}


	/* Why Choose Us */
	.choose-us-thumb img:first-child {
		width: 120%;
		max-width: 120%;
	}


	/* Service One */
	.service-style-one-item {
		padding: 37px;
	}

	.community-card {
		padding: 37px;
	}

	.service-style-one-item img {
		margin-bottom: 50px;
	}

	.service-style-one-item p {
		font-size: 16px;
	}


	/* Service Two */
	.services-style-two-colum-large .text-end {
		text-align: left !important;
		padding-bottom: 30px;
	}

	.services-style-two-colum-large ul.service-list {
		margin-top: 40px;
	}

	.services-style-two-colum-large {
		margin-bottom: 30px;
	}

	/* Service Three */
	.service-style-three-items .heading {
		padding-right: 10%;
	}

	.fun-fact-card-two-items {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
		margin-bottom: 120px;
	}

	.fun-fact-car-two {
		margin: 0;
	}

	.fun-fact-car-two.bg-gray-secondary {
		background: #d0d7da;
	}

	.bg-dark .fun-fact-car-two.bg-gray-secondary {
		background: #424749;
	}

	.services-style-three-carousel {
		padding-bottom: 30px;
	}

	/* Service Four */
	.services-style-two-area .shape img {
		display: none;
	}


	/* Service Details */
	.services-details-items ul.list-style-one {
		margin-bottom: 30px;
	}

	.services-details-items .pricing-items .heading {
		margin-bottom: 0;
	}

	.services-details-items .pricing-items .heading .title {
		margin-bottom: 0;
	}

	.services-details-items .pricing-style-two {
		margin-top: 30px;
	}


	/* Process */
	.process-style-one-area .shape {
		height: 80%;
	}

	.process-style-one-items {
		padding: 80px 50px;
	}

	.process-style-one-item {
		padding: 0 35px;
	}

	.process-style-one-item p {
		font-size: 16px;
	}

	/* Process Three */
	.process-style-three-item h4 {
		font-size: 20px;
	}

	.process-style-three-item p {
		font-size: 15px;
	}

	.process-style-three-items {
		gap: 30px;
	}

	/* Project */
	.project-style-one-area .pl-50 {
		padding-left: 12px;
	}

	.project-fun-fact {
		margin-bottom: 50px;
		display: none;
	}

	.fixed-content {
		position: inherit;
	}

	.project-style-one-item {
		top: 140px;
	}

	/* Project Two */
	.project-style-two-item {
		grid-template-columns: 1fr 1fr;
	}

	.project-style-two-item img {
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	/* Project Details */
	.item-grid-colum {
		grid-template-columns: 1fr 1.5fr;
	}


	/* Team One */
	.team-style-one-items .team-style-one-item {
		width: 50%;
		margin-top: 50px;
	}

	.team-style-one-items .team-style-one-item:nth-child(2n) {
		width: 50%;
		margin: 0;
		margin-top: 50px;
	}

	.team-style-one-items {
		flex-wrap: wrap;
		margin-top: -50px;
	}

	.team-style-one-item .thumb img {
		height: 300px;
	}

	.team-style-one-items .team-style-one-item:nth-child(2n) .social-overlay,
	.team-style-one-item .social-overlay {
		bottom: -10px;
	}


	/* Team */
	.team-page .team-style-one-items .team-style-one-item:nth-child(2n) {
		margin-top: 50px;
		width: 33.333333%;
	}

	.team-page .team-style-one-items .team-style-one-item {
		width: 33.3333333%;
		margin-top: 50px;
	}

	.team-page .team-style-one-items .team-style-one-item img {
		height: auto;
	}

	.team-page .team-style-one-items .team-style-one-item:nth-child(2n) .social-overlay {
		bottom: -20px;
	}

	/* Testimonial */
	.testimonial-style-three {
		grid-template-columns: 1fr;
	}

	.testimonial-style-three .left {
		display: none;
	}

	/* Fun Factor */
	.funfact-style-one-item {
		padding: 0 30px;
	}

	.funfact-style-one-items {
		padding: 80px 50px;
	}

	.funfact-style-one-item p {
		font-size: 16px;
	}

	/* Pricing */
	.pricing-style-one-area .pl-80 {
		padding-left: 15px;
	}

	.pricing-style-one-item:first-child {
		margin-top: 50px;
	}

	/* Brand */
	.brand-style-two-items .brand-style-two-item {
		width: 30%;
	}

	.promotion-brand-area {
		margin-top: -120px;
		margin-bottom: 0;
	}

	/* Blog */
	.blog-style-one {
		align-items: inherit;
	}

	/* Blog Two */
	.blog-style-two {
		margin-top: 50px;
	}

	.blog-style-two {
		margin-top: 50px;
	}

	.mb-50 .blog-style-two {
		margin-top: 0;
	}

	.blog-style-two-box {
		padding-top: 30px;
	}

	/* Footer Two */
	footer .gradient-text {
		font-size: 45px;
	}

	.footer-style-two .pl-80 {
		padding-left: 15px;
	}

	.footer-style-two ul.contact h4 a {
		font-size: 20px;
	}
}

@media (min-width: 1024px) {}

/* Screen Mobile To Tablet */
@media screen and (max-width: 991px) {}

/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {

	/* Default CSS */
	.title {
		font-size: 48px;
	}

	/* Banner Style One */
	.banner-one-content h2 {
		font-size: 70px;
		line-height: 1.1;
	}

	.banner-one-content strong {
		margin-top: 8px;
	}

	.brand-style-one-carousel {
		margin-top: 50px;
	}

	/* Banner Two */
	.banner-two-content h2 {
		font-size: 60px;
	}

	.banner-two-content .info {
		padding-left: 0;
	}

	.banner-two-right-info {
		margin-top: 50px;
	}

	.banner-style-two-area {
		padding: 120px 0;
	}

	.banner-two-right-info .top-info {
		display: none;
	}

	/* Banner Three */
	.banner-style-three-area {
		padding-top: 100px;
		padding-bottom: 120px;
	}

	.chat-item {
		right: auto;
		left: 5%;
	}

	.chat-bot-thumb .chat-item:nth-child(2n) {
		right: 9%;
	}

	.banner-style-three-info h2 {
		font-size: 60px;
	}

	.banner-style-three-info h2 strong {
		font-size: 60px;
	}

	.chat-bot-thumb {
		display: none;
	}

	.chat-bot-thumb .illustration img:nth-child(2) {
		left: 10%;
	}

	/* Banner Style Four */
	.banner-style-four-area h2 {
		font-size: 60px;
		line-height: 1.1;
	}

	.banner-style-four-area {
		padding-top: 100px;
	}

	.code-card p {
		font-size: 16px;
	}

	.code-card {
		padding: 35px;
	}

	.banner-four-dashbaord {
		padding-right: 100px;
	}

	.banner-style-four-area::after {
		height: 120px;
	}


	/* Banner Five */
	.banner-style-five-items h2 {
		font-size: 50px;
	}

	.banner-style-five-area {
		padding-top: 110px;
	}

	/* Banner Six */
	.banner-six-top-info h2 {
		font-size: 60px;
		text-align: left;
		margin: 0;
		margin-bottom: 30px;
	}

	.banner-style-six-area {
		padding-top: 100px;
	}

	.community-card-two {
		margin: 0;
		width: 100%;
		margin-bottom: 30px;
	}

	.banner-bottom-info {
		margin-bottom: 120px;
	}

	/* Banner Seven */
	.banner-seven-content h2 {
		font-size: 60px;
	}

	.banner-seven-content .info {
		padding: 0;
	}

	.banner-style-seven-area,
	.banner-style-seven-area div {
		height: auto;
	}

	.banner-style-seven-area {
		padding: 120px 0;
	}

	.banner-style-seven-area div.banner-seven-illustration {
		display: none;
	}

	.banner-seven-content .info p {
		font-size: 17px;
		padding: 0;
	}


	/* About */
	.about-style-one-info {
		padding: 80px;
		padding-bottom: 120px;
	}

	.about-style-one-info .fixed-text {
		font-size: 160px;
		left: 67px;
	}

	.card-style-one-item .info .text-end {
		text-align: left !important;
		margin-top: 30px;
	}

	.card-style-one-item img {
		left: auto;
		right: 50px;
	}

	.card-style-one-item {
		margin-top: 30px;
	}

	.card-style-one-item .info .btn-style-one {
		background: var(--white);
		color: var(--color-heading);
	}

	.card-style-one-item .info .btn-style-one:after {
		background-image: linear-gradient(315deg, var(--dark) 0%, var(--dark) 74%);
	}

	.card-style-one-item .info .btn-style-one:hover {
		color: var(--white);
	}

	.card-style-one-two .bottom {
		flex-direction: row-reverse;
	}

	.card-style-one-two .bottom img {
		max-height: 80px;
	}

	/* About Style Two */
	.heading-style-two h1 {
		font-size: 65px;
		line-height: 1.1;
	}

	.heading-style-two h1 strong {
		text-align: left;
		justify-content: inherit;
	}

	.heading-style-two {
		margin-bottom: 30px;
	}

	.about-style-two-thumb {
		display: none;
	}

	/* About Three */
	.about-style-three-thumb {
		padding: 0;
		margin: 0;
		margin-top: 50px;
		padding-right: 15%;
		padding-bottom: 50px;
	}

	.about-style-three-thumb img:nth-child(2) {
		left: auto;
		right: 0;
	}


	/* About Four */
	.promotion-brand-area {
		margin-top: -120px;
		margin-bottom: 0;
	}

	.about-four-right-info {
		margin-top: 50px;
	}

	.about-four-right-info h4 {
		font-size: 36px;
		line-height: 1.3;
	}

	ul.social-list li img {
		height: 80px;
	}

	/* About Five */
	.about-style-five-left-info {
		margin-bottom: 50px;
	}

	/* About Six */
	.about-style-six-right-info {
		height: auto;
		display: block;
		padding: 50px 0;
	}

	.about-six-fun-fact {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 50px;
		margin-bottom: 50px;
	}

	.about-six-fun-fact .fun-fact {
		margin: 0;
		text-align: center;
	}

	.about-six-features {
		padding: 80px 30px;
	}

	/* Feature */
	.feature-style-one-items {
		margin-top: 50px;
		grid-template-columns: 1fr 1fr;
	}

	.feature-style-one-left-info .fun-fact-card-one {
		border-color: #bccee9;
	}

	/* Language Support */
	.language-support-country-flag {
		margin-bottom: 100px;
	}

	/* Feature */
	.api-intigration-items {
		padding: 50px;
	}

	.feature-style-two-item {
		padding: 50px;
	}

	.dashboard-info {
		margin-top: 30px;
		grid-template-columns: 1fr;
	}

	.user-card-style-two {
		margin: 30px 0;
		padding: 50px;
		border-radius: 10px;
		display: none;
	}

	.user-card-style-two::before,
	.user-card-style-two::after {
		display: none;
	}

	.dashboard-info h2 {
		font-size: 45px;
	}

	/* Why Choose Us */
	.choose-us-thumb {
		overflow: hidden;
		background: rgba(255, 255, 255, 0.1);
		padding: 80px;
		padding-bottom: 0;
		border-radius: 10px;
		margin-bottom: 50px;
		height: auto;
	}

	.choose-us-thumb img:nth-child(2) {
		left: 10%;
	}

	.choose-us-two-thumb {
		height: auto;
		margin-bottom: 50px;
	}

	/* Award */
	.award-style-one-item {
		border: 1px solid #e0e3f9;
		padding: 50px;
		border-radius: 10px;
		grid-template-columns: 1fr;
		text-align: center;
		gap: 20px;
		margin: 0;
	}

	.award-style-one-item h2 {
		text-align: center;
		background: var(--bg-gradient);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
		display: inline-block;
	}

	.award-style-one-item img {
		transform: none;
	}

	.award-style-one-item:first-child {
		padding-top: 50px;
		margin: 0;
		border: 1px solid #e0e3f9;
	}

	.award-style-one-item.active img {
		transform: none;
	}

	.award-style-one-items {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}

	.award-style-one-item .title {
		margin: 0;
	}

	.award-style-one-item img {
		width: 100px;
		margin-bottom: 15px;
	}

	/* Service */
	.service-style-one-items {
		padding: 0 12px;
	}

	.service-style-one-single {
		padding: 0;
	}

	.col-lg-4.col-md-6.service-style-one-single:nth-child(3) .service-style-one-item {
		border-right: none;
	}

	.col-lg-4.col-md-6.service-style-one-single:nth-child(4) .service-style-one-item {
		border-top: none;
		border-bottom: none;
	}

	.col-lg-4.col-md-6.service-style-one-single:nth-child(5) .service-style-one-item {
		border-top: none;
	}

	.col-lg-4.col-md-6.service-style-one-single:nth-child(6) .service-style-one-item,
	.col-lg-4.col-md-6.community-card:nth-child(6) {
		border-left: none;
	}

	/* Service Two */
	.services-style-two-colum-large .text-end {
		text-align: left !important;
		padding-bottom: 30px;
	}

	.services-style-two-colum-large ul.service-list {
		margin-top: 30px;
	}

	.services-style-two-items {
		margin-top: 30px;
		height: auto;
	}

	.services-style-two-item {
		height: auto;
	}

	/* Service Three */
	.service-style-three-item {
		padding: 50px 30px;
	}

	.service-style-three-item h4 {
		font-size: 20px;
	}

	.service-style-three-item ul li a {
		padding: 5px 15px;
		padding-top: 6px;
		font-size: 12px;
	}

	.fun-fact-card-two-items {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
		margin-bottom: 120px;
	}

	.fun-fact-car-two {
		margin: 0;
	}

	.fun-fact-car-two.bg-gray-secondary {
		background: #dcddf3;
	}

	.bg-dark .fun-fact-car-two.bg-gray-secondary {
		background: var(--dark-secondary);
	}

	.services-style-three-carousel {
		padding-bottom: 50px;
	}

	/* Services Four */
	.services-style-two-area .shape img {
		display: none;
	}

	/* Service Six */
	.text-scroll-animation .text {
		color: var(--color-heading);
	}

	/* Services Seven */
	.services-style-seven-item button.accordion-button {
		grid-template-columns: 80px 2fr 70px;
	}

	.services-style-seven-item .accordion-body {
		grid-template-columns: 1fr;
	}

	.services-style-seven-item .accordion-body img {
		width: 100%;
	}

	/* Process Style One */
	.process-style-one-items {
		padding: 80px;
		flex-direction: column;
	}

	.process-style-one-item::after {
		display: none;
	}

	.process-style-one-item {
		padding: 0;
		margin-top: 30px;
		padding-top: 30px;
	}

	.process-style-one-item h2 {
		writing-mode: inherit;
		transform: none;
		min-height: auto;
		line-height: 1;
	}

	.process-style-one-item p {
		color: var(--white);
	}

	.process-style-one-item::before {
		position: absolute;
		right: 0;
		top: 0;
		content: "";
		height: 1px;
		width: 100%;
		background: linear-gradient(to left, rgba(255, 255, 255, 0), var(--white), rgba(255, 255, 255, 0));
	}

	.process-style-one-item:first-child {
		margin-top: 0;
		padding-top: 0;
	}

	.process-style-one-item:first-child::before {
		display: none;
	}

	.process-style-one-item h2 {
		color: transparent;
		-webkit-text-stroke: 1px var(--white);
	}

	.process-style-one-area .shape {
		display: none;
	}

	/* Process Two */
	.process-two-single::after {
		display: none;
	}

	.process-style-two-items {
		margin: 0;
		margin-bottom: -30px;
	}

	.process-style-two-item {
		padding: 50px 30px;
		border: 1px solid rgba(255, 255, 255, 0.15);
		border-radius: 10px;
	}

	.process-two-single {
		margin-bottom: 30px;
	}

	/* Process Three */
	.services-style-seven-item button.accordion-button {
		grid-template-columns: 80px 2fr 70px;
	}

	.services-style-seven-item .accordion-body {
		grid-template-columns: 1fr;
	}

	.services-style-seven-item .accordion-body img {
		width: 100%;
	}

	.process-style-three-area .shape img {
		display: none;
	}

	.process-style-three-items {
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}

	.process-style-three-item {
		background: rgba(255, 255, 255, 0.05);
		padding: 50px 30px;
		border-radius: 20px;
	}

	/* Pricing */
	ul.pricing-types {
		margin-bottom: 50px;
		margin-top: 40px;
	}

	/* Brand */
	.brand-style-two-items .brand-style-two-item {
		width: auto;
	}

	.brand-style-two-item a {
		font-size: 15px;
		padding-bottom: 5px;
	}

	.promotion-brand-area {
		margin-top: -120px;
		margin-bottom: 0;
	}

	/* Project */
	.project-fun-fact {
		margin-bottom: 50px;
		max-width: 80%;
		display: none;
	}

	.project-fun-fact h4 {
		font-size: 30px;
	}

	.project-style-one-item h3 {
		font-size: 24px;
	}

	.project-style-one-item .thumb img:nth-child(2) {
		max-width: 100px;
	}

	/* Project Two */
	.project-style-two-item {
		grid-template-columns: 1fr;
	}

	/* Project Details */
	.thumb-grid {
		margin-bottom: 50px;
	}

	.item-grid-colum {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.project-paginvation-items .project-all {
		display: none;
	}


	/* Team One */
	.team-style-one-items .team-style-one-item {
		width: 50%;
		margin-top: 50px;
	}

	.team-style-one-items .team-style-one-item:nth-child(2n) {
		width: 50%;
		margin: 0;
		margin-top: 50px;
	}

	.team-style-one-items {
		flex-wrap: wrap;
		margin-top: -50px;
	}

	.team-style-one-item .social-overlay,
	.team-style-one-items .team-style-one-item:nth-child(2n) .social-overlay {
		bottom: -15px;
	}

	.team-page .team-style-one-items .team-style-one-item,
	.team-page .team-style-one-items .team-style-one-item:nth-child(2n) {
		width: 50%;
	}

	.team-page .team-style-one-items .team-style-one-item:nth-child(2n) .social-overlay,
	.team-page .team-style-one-items .team-style-one-item .social-overlay {
		bottom: -15px;
	}


	/* Team Single */
	.team-single-items .thumb img {
		margin-bottom: 50px;
	}

	/* Testimonial One */
	.testimonial-thumb {
		text-align: center;
		margin-bottom: 60px;
		display: none;
	}

	.testimonial-style-one-item .tm-provider .quote i {
		background: var(--bg-gradient);
	}

	/* Testimonial Two */
	.testimonial-provider-thumbs {
		margin-bottom: 200px;
		margin-top: -120px;
	}

	/* Testimonial Three */
	.testimonial-style-three-items {
		padding: 120px 50px;
	}

	.testimonial-style-three {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.testimonial-style-three .left {
		display: none;
	}

	/* Fun Fact */
	.funfact-style-one-item {
		border: none;
		padding: 0 15px;
		margin-top: 30px;
	}

	.funfact-style-one-item .fun-fact {
		border: 1px solid rgba(255, 255, 255, 0.2);
		padding: 30px;
		border-radius: 10px;
		height: 100%;
		backdrop-filter: blur(20px);
	}

	.funfact-style-one-item h4 {
		font-size: 20px;
		margin-top: 30px;
	}

	.funfact-style-one-items {
		padding: 50px;
		padding-bottom: 80px;
	}

	.funfact-style-one-item p {
		font-size: 16px;
	}

	/* Newsletter */
	.newsletter-thumb {
		position: inherit;
		margin-top: -120px;
		margin-bottom: 120px;
		width: 100%;
	}

	/* Faq */
	.faq-style-one-area {
		background-size: 20%;
	}

	.faq-style-one-info {
		margin-bottom: 50px;
	}

	/* Blog */
	.blog-style-one {
		gap: 30px;
		grid-template-columns: 1fr;
	}

	/* Blog Two */
	.blog-style-two-box {
		padding: 80px;
		padding-top: 30px;
	}

	.blog-style-two h4 {
		font-size: 34px;
	}

	.blog-grid .blog-style-two h4 {
		font-size: 27px;
	}

	.blog-style-two {
		margin-top: 50px;
	}

	.mb-50 .blog-style-two {
		margin-top: 0;
	}

	/* Blog Three */
	.blog-style-three.inc-thumb {
		margin-bottom: 30px;
	}

	/* Contact Us */
	.google-maps iframe {
		height: 450px;
	}


	/* Footer */
	footer h4.widget-title {
		margin-bottom: 20px;
	}

	footer ul.contact h4 {
		font-size: 18px;
	}

	.f-item.contact {
		margin-bottom: 50px;
	}

	.footer-style-one-items {
		border-top: 1px solid #d7d7e9;
		padding-top: 50px;
	}

	.bg-dark .footer-style-one-items {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	footer ul.contact {
		grid-template-columns: 1fr 1fr;
	}

	.footer-bottom {
		text-align: center;
	}

	.footer-bottom .text-end {
		text-align: center !important;
		margin-top: 10px;
	}

	.footer-bottom .text-end ul li {
		margin: 0 15px;
	}

	footer.footer-style-one.bg-dark::after {
		background: linear-gradient(90deg, #0320ff 0%, #4c14ff 100%);
	}

	/* Footer Two */
	.footer-style-two .f-item.about::after {
		display: none;
	}

	.footer-style-two .f-item.about {
		padding-right: 0;
		margin-top: 0;
	}

	.f-item.about .newsletter-style-one {
		margin-top: 0;
	}

	footer .gradient-text {
		display: none;
	}

	.footer-style-two .f-item {
		margin-top: 50px;
		margin-bottom: 0;
	}

	footer.bg-gray .footer-shape {
		display: none;
	}
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

	/* Default CSS */
	.title {
		font-size: 36px;
	}

	.heading-style-two {
		margin-bottom: 30px;
	}

	/* Banner Style One */
	.banner-one-content h2 {
		font-size: 42px;
	}

	.banner-one-content strong {
		margin-top: 10px;
	}

	.banner-style-one-area {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.banner-style-one-area .brand-style-one-carousel {
		margin-top: 40px;
	}

	.banner-one-content h4 {
		font-size: 20px;
		margin-bottom: 25px;
	}

	/* Banner Two */

	.banner-style-two-area {
		padding: 80px 0;
	}

	.banner-two-content h2 {
		font-size: 40px;
		line-height: 1.1;
		margin: 0;
	}

	.banner-two-content .info {
		padding: 0;
		margin-top: 3px;
	}

	.banner-two-right-info {
		margin-top: 50px;
	}

	/* Banner Style Three */
	.banner-style-three-info h2 {
		font-size: 42px;
	}

	.banner-style-three-info h2 strong {
		font-size: 42px;
	}

	.banner-style-three-area {
		padding-top: 60px;
		padding-bottom: 70px;
		background-position: top center !important;
	}

	.banner-style-three-info form {
		flex-direction: column;
		align-items: baseline;
		gap: 15px;
	}

	.banner-style-three-info form button.btn.btn-style-one {
		width: 100%;
	}

	.chat-bot-thumb .chat-item:nth-child(2n) {
		right: 0;
	}

	.chat-bot-thumb {
		display: none;
	}

	.banner-style-three-info form input {
		text-align: center;
	}

	/* Banner Four */
	.banner-style-four-area h2 {
		font-size: 40px;
	}

	.banner-style-four-area {
		padding-top: 80px;
	}

	.banner-style-four-area::after {
		height: 100px;
	}

	.banner-four-dashbaord {
		padding: 0;
		margin-top: 50px;
	}

	.banner-four-dashbaord .code-card {
		display: none;
	}

	.banner-style-four-items form button {
		position: inherit;
		width: 100%;
		top: 0;
		right: 0;
		margin-top: 10px;
		height: 60px;
	}

	.banner-style-four-items form input,
	.banner-style-four-items form input:focus {
		text-align: center;
	}

	/* Banner Five */
	.banner-style-five-items h2 {
		font-size: 40px;
	}

	.banner-style-five-area {
		padding-top: 80px;
		text-align: center;
		margin-bottom: 50px;
	}

	.banner-style-five-items form .btn-style-one {
		position: inherit;
		right: auto;
		left: 0;
		width: 100%;
	}

	.banner-style-five-items form input,
	.banner-style-five-items form input:focus {
		height: 60px;
		text-align: center;
		border: 1px solid rgba(255, 255, 255, 0.2);
		border-radius: 15px;
	}

	.banner-style-five-items .search-tags {
		flex-direction: column;
		text-align: center;
		justify-content: center;
	}

	.banner-style-five-items .search-tags ul {
		justify-content: center;
		margin-top: 15px;
	}

	.infinite-gallery-carousel {
		bottom: -60px;
		padding: 0 10px;
	}

	/* Banner Six */
	.banner-six-top-info h2 {
		margin-bottom: 30px;
		font-size: 40px;
		margin-top: 0;
		text-align: left;
	}

	.banner-style-six-area {
		padding-top: 80px;
	}

	.community-card-two {
		margin: 0;
	}

	.banner-bottom-info {
		bottom: -60px;
		margin: 0;
		margin-bottom: 45px;
	}

	.banner-bottom-info .thumb img {
		margin-top: 30px;
	}

	.community-card-two {
		padding: 50px;
	}

	.multi-users h5 {
		display: none;
	}


	/* Banner Seven */
	.banner-seven-content h2 {
		font-size: 40px;
	}

	.banner-seven-content .info {
		padding: 0;
	}

	.banner-seven-illustration {
		display: none;
	}

	.banner-style-seven-area,
	.banner-style-seven-area div {
		height: auto;
	}

	.banner-style-seven-area {
		padding: 80px 0;
	}

	.banner-seven-content .info p {
		padding: 0;
		font-size: 17px;
	}



	/* About */
	.about-style-one-info {
		padding: 50px 30px;
		height: auto;
	}

	.about-style-one-info .fixed-text {
		font-size: 18vw;
		bottom: 0;
		line-height: 1;
		margin: 0;
		left: 30px;
		display: none;
	}

	.card-style-one-item {
		padding: 50px 30px;
		margin-top: 30px;
	}

	.card-style-one-item .info .text-end {
		text-align: left !important;
		margin-top: 50px;
	}

	.card-style-one-item img {
		left: auto;
		right: 50px;
	}

	.card-style-one-item .info .btn-style-one {
		background: var(--white);
		color: var(--color-heading);
	}

	.card-style-one-item .info .btn-style-one:after {
		background-image: linear-gradient(315deg, var(--dark) 0%, var(--dark) 74%);
	}

	.card-style-one-item .info .btn-style-one:hover {
		color: var(--white);
	}

	.card-style-one-two .bottom {
		flex-direction: row-reverse;
		gap: 30px;
	}

	.card-style-one-two {
		padding: 50px 30px;
	}

	.card-style-one-two .bottom img {
		max-height: 55px;
	}

	.card-style-one-two .js-counter {
		line-height: 1;
	}

	/* About Two */
	.heading-style-two h1 {
		font-size: 36px;
		line-height: 1.2;
	}

	.heading-style-two h1 strong {
		text-align: left;
		display: block;
	}

	.card-style-two {
		grid-template-columns: 1fr;
	}

	.about-style-two-info {
		padding-bottom: 30px;
	}

	.about-style-two-thumb {
		height: auto;
		bottom: 0;
		margin: 0;
	}

	/* About Three */
	.about-style-three-thumb {
		padding: 0;
		margin: 0;
		margin-top: 40px;
	}

	.about-style-three-thumb img:nth-child(2) {
		position: inherit;
		margin-top: 20px;
		width: 100%;
		max-width: 100%;
	}


	/* About */
	.faq-card {
		grid-template-columns: 1fr;
	}

	.about-four-right-info {
		margin-top: 50px;
	}

	ul.social-list li img {
		max-height: 55px;
		height: auto;
	}

	/* About Five */
	.about-style-five-left-info ul {
		grid-template-columns: 1fr;
	}

	.about-style-five-right-info {
		margin-top: 30px;
	}

	.about-style-five-right-info ul.feature-list {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	/* About Six */
	.about-style-six-right-info {
		height: auto;
		padding: 50px 10px;
		padding-bottom: 70px;
	}

	.about-six-fun-fact .fun-fact .js-counter {
		justify-content: center;
		align-items: center;
	}

	.about-six-fun-fact {
		text-align: center;
	}

	.about-six-features {
		padding: 70px 30px;
	}

	.about-six-features ul {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	/* Why Choose Us */
	.choose-us-thumb {
		background: rgba(255, 255, 255, 0.15);
		padding: 40px;
		border-radius: 30px;
		overflow: hidden;
		margin-bottom: 40px;
		height: auto;
		padding-bottom: 0;
	}

	.choose-us-thumb img:nth-child(2) {
		left: 10%;
	}

	/* Choose Us Style Two */
	.choose-us-two-thumb {
		height: auto;
		margin-bottom: 30px;
	}

	/* Feature */
	.feature-style-one-items {
		grid-template-columns: 1fr;
	}

	.feature-style-one-left-info {
		margin-bottom: 50px;
		height: auto;
	}

	/* Feature Two */
	.feature-style-two-item {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.dashboard-info {
		grid-template-columns: 1fr;
		padding: 0;
		gap: 30px;
		background-image: none !important;
	}

	.dashboard-info h2 {
		font-size: 32px;
	}

	.user-card-style-two::before,
	.user-card-style-two::after {
		display: none;
	}

	.user-card-style-two {
		margin: 0;
		border-radius: 10px;
		padding: 30px;
		margin-top: 30px;
		background: var(--bg-gray);
	}

	.bg-dark .user-card-style-two {
		background: var(--dark-secondary);
	}

	.dashboard-info::after {
		display: none;
	}

	.bg-dark .dashboard-info .thumb img {
		border: 1px solid rgba(255, 255, 255, 0.2);
		padding: 10px;
	}

	.blurry-shape-left-bottom::after {
		width: 50%;
	}

	/* Award */
	.award-style-one-item {
		grid-template-columns: 1fr;
		text-align: center;
		gap: 30px;
	}

	.award-style-one-item img {
		transform: none;
	}

	.award-style-one-item.active img {
		transform: none;
	}

	.award-style-one-item h2 {
		text-align: center;
	}

	.award-style-one-item .title {
		margin: 0;
	}

	/* Brand */
	.brand-style-two-items .brand-style-two-item {
		width: 100%;
	}

	/* Service */
	.service-style-one-items {
		padding: 0 12px;
	}

	.service-style-one-single {
		padding: 0;
		margin-top: 30px;
	}

	.service-style-one-items .community-card {
		margin-top: 30px;
		padding: 50px 30px;
	}

	.service-style-one-item img {
		margin-bottom: 30px;
	}

	.service-style-one-item {
		padding: 50px 30px;
	}

	.service-one-tags {
		padding: 50px 15px;
	}

	.bg-dark .service-style-one-item,
	.bg-dark .service-style-one-items .community-card {
		border-color: rgba(255, 255, 255, 0.2);
	}


	/* Service Two*/
	.services-style-two-colum-large {
		padding: 50px 30px;
	}

	.services-style-two-colum-large .text-end {
		text-align: left !important;
	}

	.services-style-two-items {
		margin-top: 30px;
		grid-template-columns: 1fr;
		height: auto;
	}

	.services-style-three-carousel {
		padding-bottom: 30px;
	}

	.service-style-three-item ul li a {
		padding: 6px 17px;
		padding-top: 7px;
		font-size: 13px;
	}

	/* Service Three */

	.services-style-three-area {
		padding-bottom: 70px;
	}

	.service-style-three-item {
		padding: 50px 30px;
	}

	.fun-fact-car-two {
		padding: 50px 30px;
	}

	/* Service Four */
	.services-style-four-items {
		grid-template-columns: 1fr;
	}

	.services-style-two-area .shape img {
		display: none;
	}

	.services-style-four-item::before,
	.services-style-four-item::after {
		display: none;
	}

	.services-style-four-item {
		padding: 0;
		border-bottom: 1px solid #e7e7e7;
		border-radius: 0;
		padding-bottom: 30px;
		margin-bottom: 30px;
		height: auto;
	}

	.bg-dark .services-style-four-item {
		border-color: rgba(255, 255, 255, 0.2);
	}

	.services-style-four-item:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border: none;
	}

	.services-style-four-item img {
		margin-bottom: 30px;
	}


	/* Service Five */
	.services-style-five-items {
		margin: 0;
	}

	/* Service Six */
	.service-tab-item a {
		gap: 30px;
	}

	.text-scroll-animation .text strong {
		display: none;
	}

	.text-scroll-animation .text {
		color: var(--color-heading);
		background: rgba(255, 255, 255, 0.8);
		border-radius: 5px;
		border: none;
	}

	ul.service-tab-content-list li {
		margin-top: 25px;
		border: none;
	}

	.service-tab-contents {
		position: inherit;
		display: none;
	}

	.service-tab-contents.active {
		display: block;
	}

	.service-tab-content-box {
		display: none;
	}

	/* Service Seven */
	.services-style-seven-item button.accordion-button {
		grid-template-columns: 1fr 70px;
	}

	.services-style-seven-item button.accordion-button i {
		display: none;
	}

	.services-style-seven-item .accordion-body {
		grid-template-columns: 1fr;
	}

	/* Service Details */
	.quick-contact-widget {
		padding: 50px 30px;
	}

	.single-widget.services-list-widget {
		padding: 50px 30px;
		padding-bottom: 40px;
	}

	.services-details-items .pricing-items .heading {
		margin-bottom: 0;
	}

	.services-details-items .pricing-items .heading .title {
		margin-bottom: 0;
	}

	.services-details-items .pricing-style-two {
		margin-top: 30px;
	}

	/* Langue Support */
	.language-support-country-flag img:nth-child(3) {
		left: 5%;
		height: 45px;
	}

	.language-support-country-flag img:nth-child(2) {
		height: 60px;
		left: 35%;
	}

	.language-support-country-flag img:nth-child(4) {
		height: 65px;
	}

	.language-support-country-flag img:nth-child(6) {
		height: 60px;
		top: 12%;
	}

	.language-support-country-flag img:nth-child(5) {
		height: 45px;
		right: 0;
		bottom: 20%;
	}

	.language-support-country-flag .fun-fact .js-counter {
		font-size: 50px;
	}

	.language-support-country-flag {
		max-width: 400px;
		margin: auto auto 80px;
	}

	.round-move::after {
		top: 19%;
	}

	.round-move-two::before {
		top: 11%;
	}


	/* Process Style One */
	.process-style-one-items {
		padding: 50px 30px;
		flex-direction: column;
	}

	.process-style-one-item::after {
		display: none;
	}

	.process-style-one-item {
		padding: 0;
		margin-top: 30px;
		padding-top: 30px;
	}

	.process-style-one-item h2 {
		writing-mode: inherit;
		transform: none;
		min-height: auto;
		line-height: 1;
	}

	.process-style-one-item p {
		color: var(--white);
	}

	.process-style-one-item::before {
		position: absolute;
		right: 0;
		top: 0;
		content: "";
		height: 1px;
		width: 100%;
		background: linear-gradient(to left, rgba(255, 255, 255, 0), var(--white), rgba(255, 255, 255, 0));
	}

	.process-style-one-item:first-child {
		margin-top: 0;
		padding-top: 0;
	}

	.process-style-one-item:first-child::before {
		display: none;
	}

	.process-style-one-item h2 {
		color: transparent;
		-webkit-text-stroke: 1px var(--white);
	}

	.process-style-one-area .shape {
		display: none;
	}


	/* Process Style Two */
	.process-two-single::after {
		display: none;
	}

	.process-style-two-item span {
		margin-bottom: 30px;
	}

	.process-two-single {
		margin-bottom: 40px;
	}

	.process-style-two-item {
		padding: 50px 30px;
		border: 1px solid rgba(255, 255, 255, 0.25);
		border-radius: 10px;
	}

	.process-style-two-items {
		margin: 0;
	}

	.process-two-single:last-child {
		margin-bottom: 0;
	}

	/* Process Three */
	.process-style-three-items {
		grid-template-columns: 1fr;
		margin-top: 20px;
	}

	.process-style-three-area .shape img {
		display: none;
	}

	.process-style-three-area {
		text-align: center;
	}

	/* Project */

	.project-style-one-area {
		overflow: hidden;
	}

	.project-fun-fact .js-counter {
		font-size: 60px;
	}

	.project-style-one-item {
		position: inherit;
		top: 0;
		grid-template-columns: 1fr;
		padding: 50px 30px;
	}

	.project-style-one-items {
		margin-top: 40px;
	}

	.project-style-one-item .thumb img {
		height: auto;
	}

	.project-style-one-item .thumb {
		height: auto;
	}

	.project-style-one-item .info {
		height: auto;
	}

	.project-style-one-item .thumb img:nth-child(2) {
		display: none;
	}

	.project-style-one-item h3 {
		font-size: 24px;
	}

	/* Project Style Two */
	.project-style-two-item {
		grid-template-columns: 1fr;
		margin-bottom: 30px;
	}

	.project-style-two-item .info {
		padding: 50px 30px;
	}

	/* Project Details */
	ul.project-info-list {
		display: block;
	}

	ul.project-info-list>li {
		border-bottom: 1px solid #dcddfd;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

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

	.item-grid-colum {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.project-paginvation-items {
		display: block;
		align-items: center;
		padding: 0;
		border: none;
	}

	.project-paginvation-items a {
		background: #e9ecff;
		display: block;
		text-align: center;
		padding: 25px;
		border-radius: 8px;
	}

	.project-paginvation-items>div {
		margin-top: 15px;
	}

	.project-paginvation-items .icon {
		display: none;
	}

	.project-paginvation-items>div:first-child {
		margin-top: 0;
	}

	ul.project-info-list {
		padding-top: 0;
		border: none;
	}

	.thumb-grid {
		grid-template-columns: 1fr;
		margin-bottom: 30px;
	}

	.item-grid-colum .left-info h3 strong {
		font-size: 26px;
		padding-right: 40px;
	}

	.item-grid-colum .left-info h3 {
		font-size: 24px;
	}

	.item-grid-colum .left-info h3 strong::after {
		right: -5px;
	}

	.item-grid-container {
		grid-row-gap: 30px;
	}

	.item-grid-container img {
		margin-top: 30px;
	}

	/* Pricing */
	.pricing-style-one-item {
		grid-template-columns: 1fr;
		padding: 50px 30px;
		gap: 30px;
		background-size: 70%;
	}

	ul.pricing-types {
		margin-bottom: 50px;
	}

	/* Team */
	.team-style-one-items {
		flex-direction: column;
	}

	.team-page .team-style-one-items {
		margin-top: 0;
	}

	.team-style-one-items .team-style-one-item {
		width: 100%;
		padding: 0;
		margin-top: 40px;
	}

	.team-style-one-items .team-style-one-item:nth-child(2n) {
		width: 100%;
		margin-top: 40px;
	}

	.team-style-one-items .team-style-one-item:first-child {
		margin-top: 0;
	}

	.team-style-one-item .thumb img {
		max-width: 300px;
	}

	.team-style-two-items .shape {
		display: none;
	}

	.team-style-one-item .social-overlay,
	.team-style-one-items .team-style-one-item:nth-child(2n) .social-overlay {
		bottom: -15px;
	}

	.team-page .team-style-one-items .team-style-one-item,
	.team-page .team-style-one-items .team-style-one-item:nth-child(2n) {
		width: 100%;
	}

	.team-page .team-style-one-items .team-style-one-item:nth-child(2n) .social-overlay,
	.team-page .team-style-one-items .team-style-one-item .social-overlay {
		bottom: -15px;
	}

	/* Team Single */
	.team-single-items .title {
		font-size: 36px;
	}

	.team-single-items .thumb img {
		margin-bottom: 30px;
	}

	.team-single-list {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.contact-form-card {
		padding: 50px 30px;
	}

	.team-single-area .right-info .social .share-link {
		display: none;
	}

	/* Testimonial */
	.testimonial-thumb {
		margin-bottom: 50px;
	}

	.testimonial-style-one-area .site-heading {
		text-align: center;
	}

	.testimonial-style-one-carousel {
		text-align: center;
	}

	.testimonial-style-one-item .tm-provider {
		justify-content: center;
		text-align: left;
	}

	/* Testimonial */
	.testimonial-style-two p {
		font-size: 17px;
	}

	.testimonial-provider-thumbs {
		margin: 0;
		display: none;
	}

	.testimonial-style-two .provider h4 {
		font-size: 20px;
	}

	.testimonial-style-one-item .tm-provider .quote i {
		background: var(--bg-gradient);
	}

	/* Testimonial Three */
	.testimonial-style-three-items {
		padding: 50px 30px;
	}

	.testimonial-style-three {
		grid-template-columns: 1fr;
		gap: 50px;
		text-align: center;
	}

	.testimonial-style-three p {
		font-size: 17px;
	}

	.testimonial-style-three .provider {
		justify-content: center;
		text-align: left;
	}

	.project-swiper-nav {
		position: inherit;
		text-align: center;
		justify-content: center;
		margin-top: 30px;
		display: none;
	}

	.testimonial-style-three .provider {
		border-top: 1px solid;
		padding-top: 30px;
	}

	.testimonial-style-three .top {
		justify-content: center;
	}

	.testimonial-style-three .left img:first-child {
		max-height: 300px;
		margin: auto;
	}

	/* Faq*/
	.faq-style-one-area {
		background-image: none !important;
	}

	.faq-style-one-info {
		margin-bottom: 50px;
	}


	/* Fun Factor */
	.funfact-style-one-area {
		top: 0;
		margin: 0;
		margin-top: 70px;
	}

	.funfact-style-one-items {
		padding: 50px;
	}

	.funfact-style-one-item {
		border: none;
		padding: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
		padding-top: 30px;
		margin-top: 30px;
	}

	.funfact-style-one-item:first-child {
		margin-top: 0;
		padding-top: 0;
		border: none;
	}

	.funfact-style-one-item h4 {
		margin-top: 25px;
	}

	.funfact-style-one-item p {
		color: var(--white);
	}

	/* Brand */
	.brand-content h2 {
		font-size: 30px;
	}

	.promotion-brand-area {
		margin-top: -80px;
		margin-bottom: 10px;
	}

	/* Blog */
	.blog-style-one {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.blog-style-one h2 {
		font-size: 28px;
	}

	.blog-style-two-box {
		padding: 50px 30px;
		padding-bottom: 10px;
	}

	.blog-style-two {
		margin-bottom: 40px;
	}

	.mb-50 .blog-style-two {
		margin-bottom: 0;
	}

	.blog-style-two h4 {
		font-size: 24px;
	}

	.blog-style-three.inc-thumb {
		margin-bottom: 30px;
	}

	.blog-style-three h3 {
		font-size: 24px;
	}

	.blog-style-three .info {
		padding: 50px 30px;
	}

	.blog-area .pagination {
		margin-top: 10px;
	}

	/* Contact Us */
	.google-maps iframe {
		height: 400px;
	}


	/* Newsletter */
	.newsletter-thumb {
		position: inherit;
		width: 100%;
		margin-bottom: 50px;
	}

	.newsletter-area {
		padding-top: 0;
	}

	/* Error Page */
	.error-box h1 {
		font-size: 120px;
		line-height: 90px;
	}

	/* Footer */
	.footer-style-one-items .f-item {
		flex-grow: inherit;
	}

	.footer-style-one-items {
		flex-direction: column;
		gap: 50px;
	}

	footer h4.widget-title {
		margin-bottom: 20px;
	}

	.f-item.contact {
		margin-bottom: 50px;
	}

	footer ul.contact h4 {
		font-size: 18px;
	}

	.footer-bottom-one {
		text-align: center;
	}

	ul.footer-item-social.text-end {
		justify-content: center;
	}

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

	.footer-bottom {
		text-align: center;
	}

	.footer-bottom .text-end {
		text-align: center !important;
		margin-top: 15px;
	}

	.footer-bottom .text-end ul li {
		margin: 0 15px;
	}

	.footer-shape {
		display: none;
	}

	/* Footer Two */
	.footer-style-two .f-item.about::after {
		display: none;
	}

	.footer-style-two .f-item.about {
		padding-right: 0;
	}

	.f-item.about .logo img {
		margin-bottom: 20px;
	}

	footer .gradient-text {
		font-size: 36px;
		display: none;
	}

	.footer-style-two .f-item {
		margin-bottom: 50px;
	}

	.footer-style-two .f-items {
		padding-bottom: 20px;
	}
}


/* ============================================================== 
    # Preloader CSS
=================================================================== */
#preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: var(--white);
	z-index: 999;
}

.robok-loader-wrap {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	width: 100%;
}

.robok-loader-inner {
	position: fixed;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

.robok-loader {
	margin-left: 92px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
	.robok-loader {
		transform: scale(0.8);
		margin-left: 66px;
	}
}

.robok-loader-item {
	position: absolute;
	width: 6px;
	height: 80px;
	margin-top: -45px;
	border-radius: 0px;
	background-color: var(--color-primary);
	animation: robok-loader-aim 0.8s infinite;
	animation-direction: alternate-reverse;
}

.color-style-two .robok-loader-item {
	background-color: var(--color-style-two);
}

.color-style-three .robok-loader-item {
	background-color: var(--color-style-three);
}

.color-style-four .robok-loader-item {
	background-color: var(--color-style-four);
}

.color-style-five .robok-loader-item {
	background-color: var(--color-style-five);
}

.color-style-six .robok-loader-item {
	background-color: var(--color-secondary);
}

.robok-loader .robok-loader-item:nth-child(1) {
	margin-left: 0px;
}

.robok-loader .robok-loader-item:nth-child(2) {
	margin-left: -14px;
	animation-delay: 0.1s;
}

.robok-loader .robok-loader-item:nth-child(3) {
	margin-left: -28px;
	animation-delay: 0.2s;
}

.robok-loader .robok-loader-item:nth-child(4) {
	margin-left: -42px;
	animation-delay: 0.3s;
}

.robok-loader .robok-loader-item:nth-child(5) {
	margin-left: -56px;
	animation-delay: 0.4s;
}

.robok-loader .robok-loader-item:nth-child(6) {
	margin-left: -70px;
	animation-delay: 0.5s;
}

.robok-loader .robok-loader-item:nth-child(7) {
	margin-left: -84px;
	animation-delay: 0.6s;
}

.robok-loader .robok-loader-item:nth-child(8) {
	margin-left: -98px;
	animation-delay: 0.7s;
}

@keyframes robok-loader-aim {
	0% {
		height: 2px;
		margin-top: 0;
		transform: rotate(0deg);
	}

	100% {
		height: 80px;
		transform: rotate(0deg);
	}
}

/* ==============================================================
    # Service Shell
=================================================================== */

/* Shared design tokens (mirrors industry-shell) */
.svc-shell {
	--svc-bg: #101018;
	--svc-bg-mid: #14141e;
	--svc-bg-soft: #181822;
	--svc-bg-card: #1c1c28;
	--svc-line: rgba(255, 255, 255, 0.075);
	--svc-line-bright: rgba(255, 255, 255, 0.11);
	--svc-muted: rgba(255, 255, 255, 0.62);
	--svc-text: #f4f4f8;
	--svc-accent: #ff8c42;
}

/* Hero */
.svc-shell-hero {
	background: linear-gradient(155deg, #0b0b11 0%, #12121c 40%, #0e0e16 100%);
	padding: 72px 0 56px;
}

.svc-shell-hero--index {
	padding: 88px 0 64px;
	text-align: center;
}

.svc-shell-eyebrow {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--svc-accent);
	margin-bottom: 14px;
}

.svc-shell-title {
	font-size: clamp(1.85rem, 3.5vw, 2.2rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.03em;
	color: var(--svc-text);
	margin: 0 0 18px;
}

.svc-shell-title--index {
	max-width: none;
	margin-left: auto;
	margin-right: auto;
}

.svc-shell-lead {
	font-size: 1.07rem;
	line-height: 1.65;
	color: var(--svc-muted);
	max-width: 38em;
}

.svc-shell-lead--index {
	max-width: 42em;
	margin-left: auto;
	margin-right: auto;
}

.svc-shell-hero-media {
	margin: 0;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.55);
	border: 1px solid var(--svc-line-bright);
	background: var(--svc-bg-mid);
}

.svc-shell-hero-media img {
	width: 100%;
	display: block;
	aspect-ratio: 5/3;
	object-fit: cover;
}

/* Services index grid */
.svc-shell-index-grid {
	background: linear-gradient(180deg, #0f0f15 0%, #12121c 35%, #0c0c12 100%);
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.svc-index-card {
	color: inherit;
	display: block;
}

.svc-index-card-inner {
	height: 100%;
	background: rgba(255, 255, 255, 0.035);
	backdrop-filter: blur(12px);
	border-radius: 14px;
	padding: 28px 26px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	transition: box-shadow 0.22s ease, transform 0.22s ease, border-color 0.22s ease;
}

.svc-index-card:hover .svc-index-card-inner {
	box-shadow: 0 20px 56px rgba(0, 0, 0, 0.45);
	border-color: rgba(197, 44, 16, 0.42);
	transform: translateY(-3px);
}

.svc-index-icon {
	display: inline-flex;
	width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--color-primary) 0%, #8b2412 100%);
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 18px;
}

.svc-index-title {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 12px;
	color: #f4f4f8;
}

.svc-index-lead {
	font-size: 14px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.64);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.svc-index-cta {
	margin-top: 18px;
	color: rgba(255, 255, 255, 0.88);
}

.svc-index-cta:hover {
	color: #ffb380;
}

/* Offerings section */
.svc-shell-offerings {
	background: var(--svc-bg-mid);
}

.svc-offering-card {
	background: var(--svc-bg-card);
	border: 1px solid var(--svc-line-bright);
	border-radius: 14px;
	padding: 28px 24px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.svc-offering-card:hover {
	border-color: rgba(197, 44, 16, 0.45);
	box-shadow: 0 16px 44px rgba(0, 0, 0, 0.4);
	transform: translateY(-2px);
}

.svc-offering-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 14px;
	background: rgba(197, 44, 16, 0.18);
	color: var(--svc-accent);
	font-size: 1.2rem;
	margin-bottom: 18px;
}

.svc-offering-title {
	font-size: 1.05rem;
	font-weight: 650;
	margin: 0 0 10px;
	color: var(--svc-text);
}

.svc-offering-text {
	font-size: 0.94rem;
	line-height: 1.65;
	color: var(--svc-muted);
}

/* Process section */
.svc-shell-process {
	background: var(--svc-bg-soft);
}

.svc-process-card {
	background: var(--svc-bg-card);
	border: 1px solid var(--svc-line-bright);
	border-radius: 14px;
	padding: 28px 24px;
	position: relative;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.svc-process-card:hover {
	border-color: rgba(197, 44, 16, 0.38);
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
}

.svc-process-step {
	display: inline-block;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
	background: linear-gradient(135deg, var(--color-primary), #ff8c42);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 16px;
}

.svc-process-title {
	font-size: 1.05rem;
	font-weight: 650;
	margin: 0 0 10px;
	color: var(--svc-text);
}

.svc-process-text {
	font-size: 0.94rem;
	line-height: 1.65;
	color: var(--svc-muted);
}

/* Sub-service page extras */
.svc-sub-crumb {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
}

.svc-sub-crumb a {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	transition: color .2s;
}

.svc-sub-crumb a:hover {
	color: #ff8c42;
}

.svc-sub-crumb span[aria-hidden] {
	margin: 0 8px;
	opacity: .4;
}

.svc-offering-card--linked {
	cursor: pointer;
}

.svc-sub-related-link {
	font-size: 13px;
	font-weight: 600;
	color: #ff8c42;
	letter-spacing: .03em;
}

.svc-sub-related-card {
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 14px;
	padding: 28px 24px;
	transition: border-color .22s, transform .22s, box-shadow .22s;
	display: block;
}

.svc-sub-related-card:hover {
	border-color: rgba(197, 44, 16, .42);
	transform: translateY(-3px);
	box-shadow: 0 20px 48px rgba(0, 0, 0, .4);
}
/* Sitemap Styles */
.sitemap-area {
	background-color: #101018; /* Match dark theme */
	color: #f4f4f8;
}

.sitemap-heading {
	color: #ffffff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.sitemap-list a {
	color: rgba(255, 255, 255, 0.65);
	text-decoration: none;
	transition: color 0.2s;
}

.sitemap-list a:hover {
	color: #ff8c42;
}

.sitemap-list .sitemap-parent-link {
	color: #ffffff;
	font-weight: 600;
	margin-top: 10px;
	display: inline-block;
}

.sitemap-list .sitemap-parent-link:hover {
	color: #ff8c42;
}

/* Header — Insights dropdown (Blog) */
nav.navbar.validnavs ul.nav .insights-nav-dropdown {
	min-width: 280px;
	max-width: 320px;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

nav.navbar.validnavs ul.nav .insights-nav-dropdown .dropdown-header {
	padding: 0.5rem 1.25rem 0.35rem;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--color-primary, #C52C10);
	border-bottom: none;
}

nav.navbar.validnavs ul.nav .insights-nav-dropdown li.divider {
	height: 1px;
	margin: 0.35rem 0.75rem;
	background: rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

nav.navbar.validnavs ul.nav .insights-nav-dropdown li a {
	white-space: normal;
	line-height: 1.35;
	padding-top: 0.45rem;
	padding-bottom: 0.45rem;
	font-size: 0.9rem;
}

/* ==============================================================
    # Services Hub (main /services index)
=================================================================== */

.svc-hub {
	--svc-hub-bg: #0a0a10;
	--svc-hub-surface: #14141e;
	--svc-hub-line: rgba(255, 255, 255, 0.08);
	--svc-hub-muted: rgba(255, 255, 255, 0.62);
	--svc-hub-text: #f4f4f8;
	--svc-hub-accent: var(--color-secondary);
	--svc-hub-primary: var(--color-primary);
	background: var(--svc-hub-bg);
	color: var(--svc-hub-text);
}

/* Hero */
.svc-hub-hero {
	position: relative;
	overflow: hidden;
	padding: 96px 0 0;
	background: linear-gradient(165deg, #06060c 0%, #101018 38%, #0c0c14 100%);
	border-bottom: 1px solid var(--svc-hub-line);
}

.svc-hub-hero-glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(80px);
	pointer-events: none;
	opacity: 0.55;
}

.svc-hub-hero-glow--1 {
	width: 420px;
	height: 420px;
	top: -120px;
	right: -80px;
	background: radial-gradient(circle, rgba(197, 44, 16, 0.35) 0%, transparent 70%);
}

.svc-hub-hero-glow--2 {
	width: 320px;
	height: 320px;
	bottom: 40px;
	left: -60px;
	background: radial-gradient(circle, rgba(68, 182, 233, 0.22) 0%, transparent 70%);
}

.svc-hub-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--svc-hub-accent);
	margin-bottom: 18px;
}

.svc-hub-eyebrow-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--bg-gradient);
	box-shadow: 0 0 12px rgba(253, 123, 21, 0.8);
}

.svc-hub-title {
	font-size: clamp(2.1rem, 4.8vw, 3.35rem);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.03em;
	color: var(--svc-hub-text);
	margin: 0 0 22px;
	max-width: 14ch;
}

.svc-hub-title-accent {
	display: block;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.svc-hub-lead {
	font-size: 1.1rem;
	line-height: 1.7;
	color: var(--svc-hub-muted);
	max-width: 36em;
}

.svc-hub-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.svc-hub-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.svc-hub-stat {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid var(--svc-hub-line);
	border-radius: 14px;
	padding: 20px 16px;
	text-align: center;
	backdrop-filter: blur(10px);
}

.svc-hub-stat--accent {
	border-color: rgba(197, 44, 16, 0.35);
	background: linear-gradient(145deg, rgba(197, 44, 16, 0.12) 0%, rgba(255, 255, 255, 0.03) 100%);
}

.svc-hub-stat-value {
	display: block;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1;
	color: var(--svc-hub-text);
	margin-bottom: 6px;
}

.svc-hub-stat-label {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--svc-hub-muted);
}

/* Marquee */
.svc-hub-marquee {
	margin-top: 56px;
	padding: 18px 0;
	border-top: 1px solid var(--svc-hub-line);
	background: rgba(0, 0, 0, 0.25);
	overflow: hidden;
}

.svc-hub-marquee-track {
	display: flex;
	gap: 48px;
	width: max-content;
	animation: svc-hub-marquee 36s linear infinite;
}

.svc-hub-marquee-item {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.28);
	white-space: nowrap;
}

.svc-hub-marquee-item::after {
	content: "◆";
	margin-left: 48px;
	font-size: 8px;
	vertical-align: middle;
	opacity: 0.5;
}

@keyframes svc-hub-marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

/* Bento section */
.svc-hub-bento-section {
	background: linear-gradient(180deg, #0c0c12 0%, #101018 50%, #0a0a10 100%);
}

.svc-hub-section-heading .title {
	color: var(--svc-hub-text);
}

.svc-hub-section-heading .sub-title {
	color: var(--svc-hub-accent);
}

.svc-hub-section-note {
	font-size: 0.95rem;
	line-height: 1.6;
	color: var(--svc-hub-muted);
	max-width: 22em;
}

.svc-hub-bento {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 18px;
	margin-top: 40px;
}

.svc-hub-card {
	position: relative;
	display: flex;
	min-height: 220px;
	border-radius: 18px;
	overflow: hidden;
	color: inherit;
	text-decoration: none;
	border: 1px solid var(--svc-hub-line);
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.svc-hub-card:hover {
	transform: translateY(-4px);
	border-color: rgba(253, 123, 21, 0.45);
	box-shadow: 0 28px 64px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(197, 44, 16, 0.15);
}

.svc-hub-card--featured {
	grid-column: span 7;
	grid-row: span 2;
	min-height: 100%;
}

.svc-hub-card--tall {
	grid-column: span 5;
	grid-row: span 2;
}

.svc-hub-card--standard {
	grid-column: span 4;
}

.svc-hub-card--wide {
	grid-column: span 6;
}

.svc-hub-card--banner {
	grid-column: span 12;
	min-height: 180px;
}

.svc-hub-card-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transform: scale(1.02);
	transition: transform 0.5s ease;
}

.svc-hub-card:hover .svc-hub-card-bg {
	transform: scale(1.08);
}

.svc-hub-card-scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		165deg,
		rgba(6, 6, 12, 0.55) 0%,
		rgba(10, 10, 16, 0.82) 45%,
		rgba(6, 6, 12, 0.94) 100%
	);
}

.svc-hub-card--featured .svc-hub-card-scrim {
	background: linear-gradient(
		135deg,
		rgba(6, 6, 12, 0.4) 0%,
		rgba(197, 44, 16, 0.18) 40%,
		rgba(6, 6, 12, 0.92) 100%
	);
}

.svc-hub-card-body {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 26px 28px;
}

.svc-hub-card-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 16px;
}

.svc-hub-card-icon {
	display: inline-flex;
	width: 52px;
	height: 52px;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	background: var(--bg-gradient);
	color: #fff;
	font-size: 1.15rem;
	box-shadow: 0 8px 24px rgba(197, 44, 16, 0.35);
}

.svc-hub-card-index {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	color: rgba(255, 255, 255, 0.35);
}

.svc-hub-card-title {
	font-size: clamp(1.2rem, 2vw, 1.55rem);
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	margin: 0 0 12px;
}

.svc-hub-card--featured .svc-hub-card-title {
	font-size: clamp(1.5rem, 2.5vw, 2rem);
}

.svc-hub-card-lead {
	font-size: 0.92rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.72);
	margin: 0;
	flex-grow: 1;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.svc-hub-card--featured .svc-hub-card-lead {
	-webkit-line-clamp: 4;
	font-size: 1rem;
}

.svc-hub-card--banner .svc-hub-card-lead {
	-webkit-line-clamp: 2;
	max-width: 52em;
}

.svc-hub-card-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	margin-top: 14px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45);
}

.svc-hub-card-meta span {
	padding: 4px 10px;
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.svc-hub-card-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 18px;
	font-size: 13px;
	font-weight: 700;
	color: var(--svc-hub-accent);
	transition: gap 0.2s ease;
}

.svc-hub-card:hover .svc-hub-card-link {
	gap: 12px;
}

/* Pillars */
.svc-hub-pillars {
	padding: 88px 0;
	background: linear-gradient(180deg, #0a0a10 0%, #12121c 100%);
	border-top: 1px solid var(--svc-hub-line);
}

.svc-hub-pillars-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.svc-hub-pillar {
	position: relative;
	padding: 28px 24px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid var(--svc-hub-line);
}

.svc-hub-pillar-step {
	display: inline-block;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 14px;
}

.svc-hub-pillar-title {
	font-size: 1.05rem;
	font-weight: 650;
	color: #fff;
	margin: 0 0 10px;
}

.svc-hub-pillar-text {
	font-size: 0.9rem;
	line-height: 1.6;
	color: var(--svc-hub-muted);
}

.svc-hub-pillar-connector {
	display: none;
}

/* CTA */
.svc-hub-cta {
	padding: 0 0 100px;
	background: var(--svc-hub-bg);
}

.svc-hub-cta-panel {
	padding: 40px 48px;
	border-radius: 20px;
	background: linear-gradient(125deg, rgba(197, 44, 16, 0.2) 0%, rgba(20, 20, 30, 0.95) 45%, #14141e 100%);
	border: 1px solid rgba(253, 123, 21, 0.25);
	box-shadow: 0 24px 56px rgba(0, 0, 0, 0.4);
}

.svc-hub-cta-title {
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
	font-weight: 700;
	color: #fff;
}

.svc-hub-cta-lead {
	font-size: 1rem;
	line-height: 1.65;
	color: var(--svc-hub-muted);
}

/* Responsive */
@media only screen and (max-width: 1199px) {
	.svc-hub-card--featured,
	.svc-hub-card--tall {
		grid-column: span 6;
		grid-row: span 1;
	}

	.svc-hub-card--standard,
	.svc-hub-card--wide {
		grid-column: span 6;
	}

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

@media only screen and (max-width: 767px) {
	.svc-hub-hero {
		padding-top: 72px;
	}

	.svc-hub-title {
		max-width: none;
	}

	.svc-hub-stats {
		grid-template-columns: 1fr;
	}

	.svc-hub-bento {
		grid-template-columns: 1fr;
	}

	.svc-hub-card--featured,
	.svc-hub-card--tall,
	.svc-hub-card--standard,
	.svc-hub-card--wide,
	.svc-hub-card--banner {
		grid-column: span 1;
		grid-row: span 1;
		min-height: 240px;
	}

	.svc-hub-pillars-grid {
		grid-template-columns: 1fr;
	}

	.svc-hub-cta-panel {
		padding: 28px 24px;
		text-align: center;
	}

	.svc-hub-cta .text-lg-end {
		text-align: center !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.svc-hub-marquee-track {
		animation: none;
	}
}

/* ==============================================================
    # Service Detail (single service page)
=================================================================== */

.svc-detail {
	--svc-detail-bg: #0a0a10;
	--svc-detail-surface: #14141e;
	--svc-detail-card: #1a1a26;
	--svc-detail-line: rgba(255, 255, 255, 0.08);
	--svc-detail-muted: rgba(255, 255, 255, 0.62);
	--svc-detail-text: #f4f4f8;
	background: var(--svc-detail-bg);
	color: var(--svc-detail-text);
}

/* Hero */
.svc-detail-hero {
	position: relative;
	overflow: hidden;
	padding: 48px 0 72px;
	min-height: 420px;
	display: flex;
	align-items: flex-end;
}

.svc-detail-hero-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transform: scale(1.03);
}

.svc-detail-hero-scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		105deg,
		rgba(6, 6, 12, 0.92) 0%,
		rgba(10, 10, 18, 0.78) 42%,
		rgba(6, 6, 12, 0.88) 100%
	);
}

.svc-detail-hero-glow {
	position: absolute;
	width: 480px;
	height: 480px;
	right: -120px;
	bottom: -160px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(197, 44, 16, 0.28) 0%, transparent 68%);
	pointer-events: none;
}

.svc-detail-crumb {
	font-size: 13px;
	margin-bottom: 28px;
	color: rgba(255, 255, 255, 0.45);
}

.svc-detail-crumb a {
	color: rgba(255, 255, 255, 0.55);
	text-decoration: none;
	transition: color 0.2s ease;
}

.svc-detail-crumb a:hover {
	color: var(--color-secondary);
}

.svc-detail-crumb span[aria-hidden="true"] {
	margin: 0 10px;
	opacity: 0.35;
}

.svc-detail-crumb-current {
	color: rgba(255, 255, 255, 0.88);
}

.svc-detail-hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 8px 16px 8px 8px;
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid var(--svc-detail-line);
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--color-secondary);
}

.svc-detail-hero-icon {
	display: inline-flex;
	width: 36px;
	height: 36px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--bg-gradient);
	color: #fff;
	font-size: 14px;
}

.svc-detail-title {
	font-size: clamp(1.85rem, 4vw, 2.75rem);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.03em;
	color: #fff;
	margin: 0 0 18px;
	max-width: 18ch;
}

.svc-detail-lead {
	font-size: 1.08rem;
	line-height: 1.7;
	color: var(--svc-detail-muted);
	max-width: 36em;
}

.svc-detail-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.svc-detail-hero-panel {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.svc-detail-hero-stat {
	padding: 18px 14px;
	text-align: center;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid var(--svc-detail-line);
	backdrop-filter: blur(12px);
}

.svc-detail-hero-stat-val {
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	margin-bottom: 6px;
}

.svc-detail-hero-stat-lbl {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--svc-detail-muted);
	line-height: 1.3;
}

/* Jump nav */
.svc-detail-jump {
	position: sticky;
	top: 0;
	z-index: 20;
	background: rgba(10, 10, 16, 0.92);
	border-bottom: 1px solid var(--svc-detail-line);
	backdrop-filter: blur(14px);
}

.svc-detail-jump-list {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 4px;
	list-style: none;
	margin: 0;
	padding: 12px 0;
}

.svc-detail-jump-list a {
	display: inline-block;
	padding: 8px 16px;
	border-radius: 100px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--svc-detail-muted);
	text-decoration: none;
	border: 1px solid transparent;
	transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.svc-detail-jump-list a:hover {
	color: #fff;
	background: rgba(197, 44, 16, 0.15);
	border-color: rgba(197, 44, 16, 0.35);
}

/* Sections */
.svc-detail-section {
	border-top: 1px solid var(--svc-detail-line);
}

.svc-detail-capabilities {
	background: linear-gradient(180deg, #0c0c12 0%, #101018 100%);
}

.svc-detail-heading .title {
	color: var(--svc-detail-text);
}

.svc-detail-heading .sub-title {
	color: var(--color-secondary);
}

.svc-detail-section-note {
	font-size: 0.95rem;
	line-height: 1.65;
	color: var(--svc-detail-muted);
}

/* Capability list */
.svc-detail-cap-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.svc-detail-cap-item {
	display: grid;
	grid-template-columns: 72px 1fr;
	gap: 0 24px;
	padding: 26px 28px;
	border-radius: 16px;
	background: var(--svc-detail-card);
	border: 1px solid var(--svc-detail-line);
	transition: border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
	color: inherit;
	text-decoration: none;
}

.svc-detail-cap-item--linked {
	cursor: pointer;
}

.svc-detail-cap-item:hover,
.svc-detail-cap-item--linked:hover {
	border-color: rgba(253, 123, 21, 0.4);
	transform: translateX(6px);
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

.svc-detail-cap-num {
	font-size: clamp(2rem, 4vw, 2.75rem);
	font-weight: 800;
	line-height: 1;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0.85;
	padding-top: 4px;
}

.svc-detail-cap-body {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

.svc-detail-cap-icon {
	flex-shrink: 0;
	display: inline-flex;
	width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: rgba(197, 44, 16, 0.18);
	color: var(--color-secondary);
	font-size: 1.1rem;
}

.svc-detail-cap-title {
	font-size: 1.12rem;
	font-weight: 650;
	color: #fff;
	margin: 0 0 8px;
}

.svc-detail-cap-text {
	font-size: 0.94rem;
	line-height: 1.65;
	color: var(--svc-detail-muted);
}

.svc-detail-cap-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 12px;
	font-size: 13px;
	font-weight: 700;
	color: var(--color-secondary);
}

/* Specialist tracks */
.svc-detail-specialists {
	padding: 88px 0;
	background: var(--svc-detail-surface);
}

.svc-detail-sub-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 18px;
}

.svc-detail-sub-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 26px 24px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid var(--svc-detail-line);
	color: inherit;
	transition: border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.svc-detail-sub-card:hover {
	border-color: rgba(197, 44, 16, 0.42);
	transform: translateY(-4px);
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.4);
}

.svc-detail-sub-icon {
	display: inline-flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: var(--bg-gradient);
	color: #fff;
	font-size: 1rem;
	margin-bottom: 16px;
}

.svc-detail-sub-title {
	font-size: 1.05rem;
	font-weight: 650;
	color: #fff;
	margin: 0 0 10px;
}

.svc-detail-sub-text {
	font-size: 0.9rem;
	line-height: 1.6;
	color: var(--svc-detail-muted);
	flex-grow: 1;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.svc-detail-sub-cta {
	margin-top: 16px;
	font-size: 13px;
	font-weight: 700;
	color: var(--color-secondary);
}

.svc-detail-sub-card:hover .svc-detail-sub-cta {
	color: #ffb380;
}

/* Overview */
.svc-detail-overview {
	padding: 88px 0;
	background: var(--svc-detail-bg);
}

.svc-detail-overview-panel {
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid var(--svc-detail-line);
	box-shadow: 0 28px 64px rgba(0, 0, 0, 0.45);
}

.svc-detail-overview-media {
	position: relative;
	height: 100%;
	min-height: 360px;
}

.svc-detail-overview-media img {
	width: 100%;
	height: 100%;
	min-height: 360px;
	object-fit: cover;
	display: block;
}

.svc-detail-overview-tag {
	position: absolute;
	bottom: 24px;
	right: 24px;
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	background: var(--bg-gradient);
	color: #fff;
	font-size: 1.25rem;
	box-shadow: 0 12px 32px rgba(197, 44, 16, 0.4);
}

.svc-detail-overview-copy {
	padding: 48px 44px;
	background: var(--svc-detail-card);
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.svc-detail-overview-copy .sub-title {
	color: var(--color-secondary);
}

.svc-detail-overview-copy .title {
	color: #fff;
	margin-bottom: 20px;
}

.svc-detail-overview-copy p {
	color: var(--svc-detail-muted);
	line-height: 1.7;
}

.svc-detail-overview-strong {
	font-weight: 600;
	color: rgba(255, 255, 255, 0.88) !important;
}

/* Process timeline */
.svc-detail-process {
	background: linear-gradient(180deg, #101018 0%, #0c0c12 100%);
}

.svc-detail-timeline {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	position: relative;
}

.svc-detail-timeline-item {
	display: flex;
	flex-direction: column;
	padding: 0 16px;
}

.svc-detail-timeline-marker {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
}

.svc-detail-timeline-step {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	font-size: 1rem;
	font-weight: 800;
	color: #fff;
	background: var(--bg-gradient);
	box-shadow: 0 8px 24px rgba(197, 44, 16, 0.35);
	position: relative;
	z-index: 1;
}

.svc-detail-timeline-line {
	position: absolute;
	top: 28px;
	left: 50%;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, rgba(197, 44, 16, 0.5) 0%, rgba(255, 255, 255, 0.08) 100%);
	z-index: 0;
}

.svc-detail-timeline-content {
	padding: 20px 8px 0;
	border-top: 1px solid var(--svc-detail-line);
}

.svc-detail-timeline-title {
	font-size: 1.02rem;
	font-weight: 650;
	color: #fff;
	margin: 0 0 10px;
}

.svc-detail-timeline-text {
	font-size: 0.9rem;
	line-height: 1.6;
	color: var(--svc-detail-muted);
}

/* CTA */
.svc-detail-cta {
	padding: 0 0 100px;
	background: var(--svc-detail-bg);
}

.svc-detail-cta .svc-hub-cta-panel {
	margin-top: 0;
}

/* Responsive */
@media only screen and (max-width: 991px) {
	.svc-detail-hero-panel {
		grid-template-columns: repeat(3, 1fr);
	}

	.svc-detail-timeline {
		grid-template-columns: repeat(2, 1fr);
		gap: 32px 0;
	}

	.svc-detail-timeline-line {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.svc-detail-hero {
		padding: 36px 0 48px;
		min-height: 0;
	}

	.svc-detail-title {
		max-width: none;
	}

	.svc-detail-hero-panel {
		grid-template-columns: 1fr;
	}

	.svc-detail-cap-item {
		grid-template-columns: 56px 1fr;
		gap: 0 16px;
		padding: 20px 18px;
	}

	.svc-detail-cap-body {
		flex-direction: column;
		gap: 12px;
	}

	.svc-detail-overview-copy {
		padding: 32px 24px;
	}

	.svc-detail-timeline {
		grid-template-columns: 1fr;
	}

	.svc-detail-timeline-item {
		flex-direction: row;
		gap: 20px;
		padding: 0;
	}

	.svc-detail-timeline-marker {
		margin-bottom: 0;
		flex-shrink: 0;
	}

	.svc-detail-timeline-content {
		flex-grow: 1;
		border-top: none;
		padding-top: 0;
	}
}
