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

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: #123f78;
	--color-secondary: #89c7fe;
	--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, #a52727 0%, #123f78 100%);
	--bg-gradient-white: linear-gradient(90deg, #ffffff 0%, #ffffff 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: 16px;
	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: #123f78;
	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 {
		margin-right: calc((100% - 1400px)/ 2);
		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-white {
	background-color: #ffffff !important;
}

.bg-dark {
	background-color: #123f78 !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: 120px;
	padding-bottom: 120px;
}

@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: 120px;
}

@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 {
	margin-bottom: 60px;
	overflow: hidden;
}

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

.site-heading .title {
	margin-bottom: 0;
}

.sub-title {
	text-transform: uppercase;
	color: var(--color-primary);
	font-weight: 600;
	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 15px;
	padding-top: 10px;
	border-radius: 5px;
	font-size: 20px;
}

.sub-title-white {
	text-transform: uppercase;
	color: var(--color-primary);
	font-weight: 600;
	background: var(--bg-gradient-white);
	-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 15px;
	padding-top: 10px;
	border-radius: 5px;
	font-size: 20px;
}

.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: #123f78;
	font-size: 15px;
	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: 13px 40px;
}

.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;
	padding: 10px 20px;
	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: 80px;
	margin-bottom: 35px;
}

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

@media (min-width: 1024px) {
	.text-center .banner-one-content p {
		padding: 0 10%;
		font-size: 20px;
	}
}

.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: #123f78;
	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: 50px;
	margin-bottom: 25px;
	margin-top: 30px;
}

/* ============================================================== 
    # Fix Banner Heading Touching Floating Navbar
=================================================================== */

/* Desktop & Laptop Spacing */
.banner-style-three-area {
    padding-top: 100px !important;
}

/* Tablet Spacing */
@media only screen and (max-width: 991px) {
    .banner-style-three-area {
        padding-top: 50px !important;
    }
}

/* Mobile Spacing */
@media only screen and (max-width: 767px) {
    .banner-style-three-area {
        padding-top: 50px !important;
    }
}

.banner-style-three-info h2 strong {
	font-size: 50px;
	background: var(--bg-gradient-white);
	-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: 75px;
    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: 60px;
	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;
}

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

.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: 120px;
	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: #87edff;
	z-index: -1;
	border-radius: 50%;
	filter: blur(120px);
}

.about-style-one-info .fixed-text {
	position: absolute;
	bottom: -44px;
	font-size: 200px;
	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%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.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: 50px 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;
	margin-bottom: 80px;
	transition: all 0.35s ease-in-out;
}

.feature-style-one p {
	margin: 0;
	font-size: 16px;
	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: 50px;
	border-radius: 20px;
}

@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: 45px;
	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: 50px 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: #a42424;
    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-white);
    -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: 80px;
	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;
}

/* ============================================================== 
    # 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;
}

/* ============================================================== 
    # 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 img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.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);
}

/* ============================================================== 
    # 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: 60px;
	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: 40px;
	font-weight: 600;
}

.dashboard-info .thumb img {
	border-radius: 15px;
}

.user-card-style-two {
	background: var(--white);
	padding: 50px;
	margin-left: -60px;
	margin-bottom: -60px;
	padding-bottom: 0;
	border-top-right-radius: 15px;
	margin-top: 50px;
	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 .contents {
	margin-top: 25px;
}

.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: 35px;
	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;
}

.api-intigration-items h4 {
	line-height: 1.4;
}

.api-intigration-items p {
	color: var(--white-common);
}

.api-intigration-items .api-list-items {
	margin-top: 30px;
}

.infinit-carousel {
	text-align: center;
}

.infinit-carousel img {
	max-height: 50px;
}

.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: 15px;
	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: 6px 15px;
	border-radius: 7px;
	padding-top: 7px;
	font-size: 15px;
}

.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 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;
	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: 50px;
	border: 1px solid #e5e3fe;
	border-radius: 10px;
}

.blog-style-three:last-child {
	margin-bottom: 0;
}

.blog-style-three .blog-one-meta {
	margin-bottom: 25px;
}

.blog-style-three .btn-regular {
	margin-top: 5px;
}

.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;
}

.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
=================================================================== */
.google-maps iframe {
	height: 650px;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}

.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;
}

@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
=================================================================== */

@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: 50px;
    margin-bottom: 22px;
}

.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: 55px;
	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;
}

/* ============================================================== 
    # 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%, #3032b1 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: 15px;
	}

	.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);
	}
}

/* ============================================================== 
    # True Edge-to-Edge Full Screen Width Industries Card
=================================================================== */

.industries-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden;
}

.industries-card-wrapper {
    background-color: #f2f3fd; /* Soft purple-tinted background */
    border-radius: 24px; /* Curved corners as requested */
    padding: 30px 40px;
    display: flex;
    align-items: center;
    gap: 25px;
    
    /* Forces card to span full screen width */
    width: 100vw !important;
    max-width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    box-shadow: 0 10px 30px rgba(116, 118, 255, 0.04);
}

/* Vertical Side Label Pillar */
.industries-side-label {
    background-color: #e4e6fb;
    border-radius: 30px;
    padding: 25px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    align-self: stretch;
}

.industries-side-label span {
    font-family: var(--font-heading);
    color: #123f78; /* Navy Blue Brand Accent */
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.5px;
}

/* Tags Layout */
.industries-tags-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 18px;
    flex: 1;
}

/* Individual Pill Button Tag */
.tag-item {
    font-family: var(--font-default);
    background-color: var(--white);
    color: #123f78; /* Navy Blue Text */
    font-weight: 600;
    font-size: 15px;
    padding: 10px 26px;
    border-radius: 50px;
    box-shadow: 0 2px 10px rgba(0, 6, 98, 0.04);
    border: 1px solid rgba(213, 227, 245, 0.6);
    transition: all 0.3s ease-in-out;
    cursor: default;
    user-select: none;
    white-space: nowrap;
}

.tag-item:hover {
    transform: translateY(-2px);
    border-color: #123f78;
    background-color: #123f78;
    color: var(--white);
    box-shadow: 0 6px 18px rgba(18, 63, 120, 0.2);
}

/* Dark Mode Integration (`body.dark-mode`) */
body.dark-mode .industries-card-wrapper {
    background-color: rgba(255, 255, 255, 0.04) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.dark-mode .industries-side-label {
    background-color: rgba(255, 255, 255, 0.08);
}

body.dark-mode .industries-side-label span {
    color: var(--white);
}

body.dark-mode .tag-item {
    background-color: #1f1f1f;
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.1);
}

body.dark-mode .tag-item:hover {
    background-color: #a42424; /* Maroon Hover */
    border-color: #a42424;
}

/* Responsive Handling */
@media only screen and (max-width: 767px) {
    .industries-card-wrapper {
        flex-direction: column;
        padding: 20px 15px;
        align-items: stretch;
        border-radius: 0;
    }

    .industries-side-label {
        writing-mode: horizontal-tb;
        transform: none;
        padding: 10px 15px;
        border-radius: 12px;
        text-align: center;
        align-self: auto;
    }

    .industries-tags-container {
        justify-content: center;
        gap: 10px;
    }

    .tag-item {
        font-size: 13px;
        padding: 8px 18px;
    }
}

/* ============================================================== 
    # Emma Theme Language Selector (#123f78 Variant)
=================================================================== */

.emma-lang-wrapper {
    margin-top: 25px;
    margin-bottom: 35px;
    max-width: 440px;
}

/* Grid Layout for Language Pills */
.emma-lang-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 20px;
}

/* Language Pill Button */
.emma-lang-btn {
    background: var(--white);
    border: 1px solid #123f78;
    border-radius: 30px;
    padding: 8px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--color-heading);
    cursor: pointer;
    transition: all 0.35s ease-in-out;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

.emma-lang-btn:hover {
    background-color: #123f78;
    border-color: #123f78;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(18, 63, 120, 0.25);
}

.emma-lang-btn:hover .emma-lang-name {
    color: var(--white);
}

/* Country Badge Pill using #123f78 */
.emma-badge {
    background-color: #123f78;
    color: var(--white);
    font-family: var(--font-heading);
    font-size: 12px;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 20px;
    line-height: 1;
    min-width: 36px;
    text-align: center;
    transition: all 0.35s ease-in-out;
}

.emma-lang-btn:hover .emma-badge {
    background-color: var(--white);
    color: #123f78;
}

/* Language Label */
.emma-lang-name {
    font-family: var(--font-default);
    font-size: 15px;
    font-weight: 600;
    color: var(--color-heading);
    transition: all 0.35s ease-in-out;
}

/* Center Chinese Button in 2-Column Layout */
.emma-lang-btn-center {
    grid-column: span 2;
    justify-self: center;
    min-width: 170px;
}

/* Main Action Button styled with #123f78 */
/* ============================================================== 
    # Talk To Her Now Button (Updated Border & Radius Only)
=================================================================== */

.emma-talk-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #123f78 !important;
    color: var(--white) !important;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 600;
    padding: 16px 28px;
    border-radius: 12px; /* Smooth rounded rectangle from screenshot */
    border: 1px solid #123f78; /* Clean solid border from screenshot */
    box-shadow: 0 4px 12px rgba(18, 63, 120, 0.2);
    transition: all 0.35s ease-in-out;
    text-align: center;
}

/* Microphone Icon Styling */
.emma-talk-btn i {
    font-size: 16px;
    transform: none; /* Keeps original microphone icon intact and unrotated */
}

/* Hover State */
.emma-talk-btn:hover {
    background-color: var(--dark) !important;
    border-color: var(--dark);
    color: var(--white) !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    transform: translateY(-2px);
}

/* ============================================================== 
    # Dark Mode Integration (.bg-dark)
=================================================================== */

.bg-dark .emma-lang-btn {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
}

.bg-dark .emma-lang-btn:hover {
    background: #123f78;
    border-color: #123f78;
}

.bg-dark .emma-lang-name {
    color: var(--white);
}

/* ============================================================== 
    # Mobile Responsiveness
=================================================================== */

@media only screen and (max-width: 767px) {
    .emma-lang-wrapper {
        max-width: 100%;
    }

    .emma-lang-grid {
        gap: 10px;
    }

    .emma-lang-btn {
        padding: 6px 10px;
        border-radius: 25px;
        gap: 8px;
    }

    .emma-badge {
        padding: 5px 8px;
        font-size: 11px;
        min-width: 30px;
    }

    .emma-lang-name {
        font-size: 13px;
    }

    .emma-lang-btn-center {
        min-width: 140px;
    }
}

/* ============================================================== 
    # Exact Staggered Team Layout (Matching Reference Mockup)
=================================================================== */

.emma-stagger-team-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    padding: 35px 45px 0px; /* Space for the upper shift */
    max-width: 1400px;
    margin: 0 auto;
}

/* Individual White Card */
.stagger-team-card {
    background: #ffffff;
    padding: 30px 20px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1 1 calc(16.666% - 20px);
    min-width: 185px;
    max-width: 215px;
    /*box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);*/
    border-radius: 4px;
    transition: transform 0.4s ease, box-shadow 0.3s ease;
}

.stagger-team-card:hover {
    box-shadow: 0 10px 30px rgba(18, 63, 120, 0.15);
}

/* Desktop Staggering: Alternating Vertical Alignment */
@media (min-width: 1200px) {
    .stagger-team-card.pos-high {
        transform: translateY(-70px);
    }
    
    .stagger-team-card.pos-low {
        transform: translateY(0);
    }

    .stagger-team-card.pos-high:hover {
        transform: translateY(-78px);
    }

    .stagger-team-card.pos-low:hover {
        transform: translateY(-8px);
    }
}

/* Outer Blue Ring & Image Thumbnail */
.stagger-team-card .thumb-wrapper {
    position: relative;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.stagger-team-card .circle-ring {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1.5px solid #123f78; /* Accent Blue Ring */
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stagger-team-card .circle-ring img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    background-color: #d1d5db; /* Placeholder grey matching mockup */
}

/* Arrow Badge Centered at Bottom of Circle */
.stagger-team-card .arrow-badge {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 34px;
    height: 34px;
    background-color: #a42424;
    color: #ffffff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    box-shadow: 0 3px 8px rgba(18, 63, 120, 0.35);
    transition: all 0.3s ease;
    z-index: 2;
    text-decoration: none;
}

.stagger-team-card:hover .arrow-badge {
    background-color: #a42424;
    transform: translateX(-50%) scale(1.1);
}

/* Text / Typography */
.stagger-team-card .info {
    margin-top: 5px;
}

.stagger-team-card .info h4 {
    font-family: var(--font-heading, 'Sora', sans-serif);
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 4px;
}

.stagger-team-card .info h4 a {
    color: #123f78;
    transition: color 0.3s ease;
}

.stagger-team-card .info h4 a:hover {
    color: #a42424;
}

.stagger-team-card .info span {
    font-family: var(--font-default, 'Sora', sans-serif);
    font-size: 13px;
    color: #123f78;
    font-weight: 500;
    opacity: 0.85;
}

/* Dark Mode Overrides */
body.dark-mode .stagger-team-card {
    background: #1f1f1f;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

body.dark-mode .stagger-team-card .info h4 a {
    color: #ffffff;
}

body.dark-mode .stagger-team-card .info span {
    color: #cbd5e1;
}

/* ============================================================== 
    # Tablet & Mobile Responsiveness
=================================================================== */

/* Tablets (3 Columns Layout) */
@media (min-width: 768px) and (max-width: 1199px) {
    .emma-stagger-team-wrapper {
        padding: 50px 10px 30px;
        gap: 25px 20px;
    }

    .stagger-team-card {
        flex: 1 1 calc(33.333% - 20px);
        max-width: 230px;
        transform: none !important;
    }

    .stagger-team-card.pos-high {
        transform: translateY(-25px) !important;
    }
}

/* Mobile Screens (2 Columns Layout) */
@media (max-width: 767px) {
    .emma-stagger-team-wrapper {
        padding: 30px 10px;
        gap: 20px 12px;
    }

    .stagger-team-card {
        flex: 1 1 calc(50% - 12px);
        min-width: 140px;
        padding: 20px 10px 18px;
        transform: none !important;
    }

    .stagger-team-card .thumb-wrapper {
        width: 110px;
        height: 110px;
    }

    .stagger-team-card .info h4 {
        font-size: 15px;
    }

    .stagger-team-card .info span {
        font-size: 12px;
    }
}

/* ============================================================== 
    # Modern Voice AI Glassmorphism Card & Carousel UI
=================================================================== */

.emma-voice-showcase-section {
    background: linear-gradient(135deg, #123f78 0%, #123f78 50%, #0d2240 100%);
    position: relative;
    overflow: hidden;
}

/* 1. Subtitle Badge Pill */
.emma-badge-pill {
    display: inline-block;
    padding: 6px 18px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #ff6b6b;
    background: rgba(164, 36, 36, 0.18);
    border: 1px solid rgba(255, 107, 107, 0.35);
    border-radius: 50px;
    margin-bottom: 10px;
}

.emma-voice-carousel-container {
    position: relative;
    max-width: 600px;
    width: 100%;
}

/* 2. Swiper Strict Single-Card Isolation */
#voiceTestimonialSwiper {
    width: 100% !important;
    overflow: hidden !important;
    padding: 10px 0 20px !important;
}

#voiceTestimonialSwiper .swiper-slide {
    width: 100% !important;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

/* 3. Glassmorphism Voice Card */
.emma-voice-card {
    width: 100%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 20px;
    padding: 32px 30px;
    /*box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);*/
    /*backdrop-filter: blur(14px);*/
    /*-webkit-backdrop-filter: blur(14px);*/
    transition: all 0.35s ease;
    box-sizing: border-box;
}

.emma-voice-card:hover {
    border-color: rgba(255, 255, 255, 0.28);
    /*box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35);*/
}

/* Card Top Row */
.voice-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
}

.voice-meta h4 {
    font-family: var(--font-heading, 'Sora', sans-serif);
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 4px 0;
}

.voice-meta span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    display: block;
}

/* Glowing Play/Pause Action Button */
.voice-play-btn {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 50%;
    background: #123f78;
    color: #ffffff;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    box-shadow: 0 0 20px rgba(18, 63, 120, 0.6);
    transition: all 0.3s ease;
}

.voice-play-btn i {
    margin-left: 2px;
}

.voice-play-btn.is-playing i {
    margin-left: 0;
}

.voice-play-btn:hover,
.voice-play-btn.is-playing {
    background: #a42424;
    transform: scale(1.08);
    box-shadow: 0 0 25px rgba(164, 36, 36, 0.8);
}

/* 4. Sound Wave Equalizer */
.voice-wave-container {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    padding: 10px 18px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
}

.voice-wave-bars {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 24px;
}

.voice-wave-bars span {
    flex: 1;
    height: 5px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 4px;
    transition: height 0.2s ease, background 0.3s ease;
}

/* Waveform Movement when Playing */
.emma-voice-card.is-active-audio .voice-wave-bars span {
    background: #ff6b6b;
    animation: emmaWavePulse 1.1s infinite ease-in-out alternate;
}

.emma-voice-card.is-active-audio .voice-wave-bars span:nth-child(2n) { animation-delay: 0.15s; }
.emma-voice-card.is-active-audio .voice-wave-bars span:nth-child(3n) { animation-delay: 0.3s; }
.emma-voice-card.is-active-audio .voice-wave-bars span:nth-child(4n) { animation-delay: 0.45s; }

@keyframes emmaWavePulse {
    0% { height: 4px; }
    100% { height: 22px; }
}

.voice-card-desc {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14.5px;
    line-height: 1.65;
    margin: 0;
}

/* 5. Clean Navigation Bar */
.emma-voice-nav-bar {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
    width: 48px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.swiper-button-prev-custom:hover,
.swiper-button-next-custom:hover {
    background: #123f78;
    border-color: #123f78;
    transform: scale(1.05);
}

.voice-pagination-dots {
    display: flex;
    gap: 6px;
}

.voice-pagination-dots .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
}

.voice-pagination-dots .swiper-pagination-bullet-active {
    background: #a42424;
    width: 22px;
    border-radius: 10px;
}

/* Responsive Rules */
@media (max-width: 767px) {
    .emma-voice-card {
        padding: 24px 20px;
    }
    
    .voice-meta h4 {
        font-size: 17px;
    }
    
    .voice-play-btn {
        width: 46px;
        height: 46px;
        min-width: 46px;
        font-size: 15px;
    }
}

/* ============================================================== 
    # Emma AI Features 3D Interactive Carousel (Enlarged Cards)
=================================================================== */
/* ============================================================== 
    # Emma AI Features 3D Carousel (Complete Responsive Stylesheet)
=================================================================== */

.emma-features-area {
    position: relative;
    /*background: linear-gradient(180deg, #f0f6ff 0%, #e6f0fa 50%, #dbeafe 100%);*/
    overflow: hidden;
}

/* Light Blue Section Wrapper */
.emma-wrap {
    background: linear-gradient(135deg, #e0edfd 0%, #edf5ff 50%, #e2effe 100%);
    border: 1px solid rgba(18, 63, 120, 0.15);
    box-shadow: 0 20px 60px rgba(18, 63, 120, 0.1);
    border-radius: 28px;
    padding: 3.5rem 2rem 2.5rem;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

/* 3D Carousel Viewport */
.carousel-track-wrap {
    position: relative;
    height: 560px;
    overflow: hidden;
    perspective: 1400px;
    touch-action: pan-y;
    user-select: none;
}

.carousel-track {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
}

/* Base Feature Card (#123f78 Navy Blue) */
.feat-card {
    position: absolute;
    width: 340px;
    background: #123f78;
    border-radius: 24px;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    padding: 1.8rem;
    box-sizing: border-box;
    cursor: pointer;
    font-family: var(--font-default, 'Sora', sans-serif);
    will-change: transform, opacity, filter, box-shadow;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1),
                opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1),
                filter 0.6s cubic-bezier(0.25, 1, 0.5, 1),
                box-shadow 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* 3D Depth Card Positions */
.feat-card.pos-center {
    width: 380px;
    z-index: 10;
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
    filter: blur(0);
    box-shadow: 0 28px 60px rgba(18, 63, 120, 0.45), 0 8px 20px rgba(0, 0, 0, 0.25);
    border: 2px solid rgba(255, 255, 255, 0.45);
    cursor: default;
}

.feat-card.pos-left {
    transform: translate3d(-340px, 0, -90px) scale(0.88);
    z-index: 6;
    opacity: 0.85;
    filter: blur(0.3px);
}

.feat-card.pos-right {
    transform: translate3d(340px, 0, -90px) scale(0.88);
    z-index: 6;
    opacity: 0.85;
    filter: blur(0.3px);
}

.feat-card.pos-far-left {
    transform: translate3d(-600px, 0, -200px) scale(0.76);
    z-index: 2;
    opacity: 0.35;
    filter: blur(1.5px);
}

.feat-card.pos-far-right {
    transform: translate3d(600px, 0, -200px) scale(0.76);
    z-index: 2;
    opacity: 0.35;
    filter: blur(1.5px);
}

.feat-card.pos-hidden {
    transform: translate3d(900px, 0, -280px) scale(0.65);
    z-index: 0;
    opacity: 0;
    pointer-events: none;
}



/* Card Mock Graphic Preview Area */
.card-mock {
    background: rgba(8, 28, 54, 0.65);
    border-radius: 16px;
    height: 195px;
    margin-bottom: 1.4rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /*padding: 1.2rem;*/
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.mock-bar {
    height: 9px;
    border-radius: 5px;
    background: #60a5fa;
    margin-bottom: 8px;
}

.mock-bar-navy { background: #93c5fd; }
.mock-bar-teal { background: #38bdf8; }

.mock-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.mock-pill-maroon { background: #3b82f6; color: #ffffff; }
.mock-pill-navy { background: #1d4ed8; color: #ffffff; }
.mock-dot { width: 7px; height: 7px; border-radius: 50%; background: #93c5fd; }

.mock-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    flex-shrink: 0;
}

.mock-wave {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    margin-top: auto;
}

.mock-wave span {
    display: block;
    width: 5px;
    border-radius: 3px;
    background: #60a5fa;
}

.mock-chart-bar {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    margin-top: auto;
    width: 100%;
}

.mock-chart-bar span {
    flex: 1;
    border-radius: 4px 4px 0 0;
    background: #60a5fa;
    opacity: 0.9;
}

.mock-tag {
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-weight: 600;
    margin: 3px 3px 0 0;
    display: inline-block;
}

/* Card Typography & Text */
.card-title {
    font-family: var(--font-heading, 'Sora', sans-serif);
    font-size: 19px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 8px;
}

.card-desc {
    font-family: var(--font-default, 'Sora', sans-serif);
    font-size: 14px;
    color: #cbd5e1;
    line-height: 1.65;
    margin: 0 0 1rem;
}

.card-link {
    font-family: var(--font-default, 'Sora', sans-serif);
    font-size: 14px;
    font-weight: 600;
    color: #93c5fd;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
    transition: all 0.2s ease;
}

.card-link:hover {
    color: #ffffff;
    transform: translateX(4px);
}

.feat-card:not(.pos-center) .card-link { 
    display: none; 
}

/* ============================================================== 
    # Navigation Controls (Fixed Dimensions & Shape Protection)
=================================================================== */

.carousel-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 100%;
    margin-top: 2rem;
}

.nav-arrow,
.pause-btn,
.nav-dot {
    flex-shrink: 0; /* Prevents button squishing into ovals */
}

.nav-arrow {
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid rgba(18, 63, 120, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #123f78;
    font-size: 16px;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(18, 63, 120, 0.1);
}

.nav-arrow:hover {
    background: #123f78;
    border-color: #123f78;
    color: #ffffff;
    transform: scale(1.06);
}

.nav-dots {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-shrink: 1;
    overflow: hidden;
}

.nav-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(18, 63, 120, 0.25);
    cursor: pointer;
    border: none;
    padding: 0;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.nav-dot.active {
    background: #123f78;
    width: 26px;
    border-radius: 6px;
}

.pause-btn {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: rgba(18, 63, 120, 0.1);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #123f78;
    transition: all 0.25s ease;
}

.pause-btn:hover {
    background: #123f78;
    color: #ffffff;
}

/* ============================================================== 
    # Tablet & Mobile Responsive Viewport
=================================================================== */

@media (max-width: 1199px) {
    .carousel-track-wrap {
        height: 500px;
    }
    .feat-card {
        width: 300px;
    }
    .feat-card.pos-center {
        width: 335px;
    }
    .feat-card.pos-left { transform: translate3d(-270px, 0, -70px) scale(0.88); }
    .feat-card.pos-right { transform: translate3d(270px, 0, -70px) scale(0.88); }
    .feat-card.pos-far-left { transform: translate3d(-480px, 0, -160px) scale(0.76); }
    .feat-card.pos-far-right { transform: translate3d(480px, 0, -160px) scale(0.76); }
}

@media (max-width: 991px) {
    .carousel-track-wrap {
        height: 460px;
    }
    .feat-card {
        width: 270px;
        padding: 1.4rem;
    }
    .feat-card.pos-center {
        width: 300px;
    }
    .card-mock {
        height: 165px;
    }
    .feat-card.pos-left { transform: translate3d(-210px, 0, -60px) scale(0.88); }
    .feat-card.pos-right { transform: translate3d(210px, 0, -60px) scale(0.88); }
    .feat-card.pos-far-left { transform: translate3d(-380px, 0, -140px) scale(0.76); }
    .feat-card.pos-far-right { transform: translate3d(380px, 0, -140px) scale(0.76); }
}

@media (max-width: 767px) {
    .emma-wrap {
        padding: 2rem 0.85rem 1.6rem;
        border-radius: 22px;
    }
    .carousel-track-wrap {
        height: 430px;
    }
    .feat-card.pos-far-left,
    .feat-card.pos-far-right {
        display: none;
    }
    .feat-card {
        width: 240px;
        padding: 1.2rem;
    }
    .feat-card.pos-center {
        width: 275px;
    }
    .card-title {
        font-size: 16px;
    }
    .card-desc {
        font-size: 12px;
    }
    .card-mock {
        height: 145px;
    }
    .feat-card.pos-left { transform: translate3d(-150px, 0, -50px) scale(0.84); opacity: 0.4; }
    .feat-card.pos-right { transform: translate3d(150px, 0, -50px) scale(0.84); opacity: 0.4; }
}

@media (max-width: 575px) {
    .carousel-nav {
        gap: 8px;
        padding: 0 5px;
    }

    .nav-arrow {
        width: 38px;
        height: 38px;
        min-width: 38px;
        min-height: 38px;
        font-size: 13px;
    }

    .pause-btn {
        width: 32px;
        height: 32px;
        min-width: 32px;
        min-height: 32px;
        font-size: 11px;
    }

    .nav-dots {
        gap: 5px;
    }

    .nav-dot {
        width: 6px;
        height: 6px;
    }

    .nav-dot.active {
        width: 18px;
    }
}

/* ============================================================== 
    # Video Feature Section (Emma Theme)
=================================================================== */

/* ============================================================== 
    # Video Feature Player (Right-Bottom Controls)
=================================================================== */

.video-feature-section {
  position: relative;
  background-color: var(--bg-gray, #f7f9fd);
}

.video-feature-wrapper {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Video Container */
.video-player-box {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  background-color: #0b1c33;
  border: 1px solid rgba(18, 63, 120, 0.15);
  box-shadow: 0 20px 45px rgba(18, 63, 120, 0.12);
  margin-bottom: 40px;
  cursor: pointer;
}

.video-player-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Bottom-Right Controls Container - Hidden by default */
.video-controls-overlay {
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

/* Show buttons on hover */
.video-player-box:hover .video-controls-overlay {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* Control Buttons */
.ctrl-overlay-btn {
  width: 48px;
  height: 48px;
  background-color: rgba(18, 63, 120, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  transition: all 0.25s ease;
}

.ctrl-overlay-btn:hover {
  background-color: #a42424;
  border-color: #a42424;
  transform: scale(1.1);
}

/* Typography & Content */
.video-content-box {
  max-width: 720px;
}

.video-content-box .sub-title {
  color: #a42424;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.video-content-box .title {
  font-family: var(--font-heading, 'Sora', sans-serif);
  font-size: 36px;
  font-weight: 700;
  color: #123f78;
  line-height: 1.3;
  margin-bottom: 18px;
}

.video-content-box .description {
  font-family: var(--font-default, 'Sora', sans-serif);
  font-size: 16px;
  color: var(--color-paragraph, #5a6a7e);
  line-height: 1.7;
  margin-bottom: 25px;
}

/* Dark Mode Overrides */
body.dark-mode .video-feature-section {
  background-color: #111315 !important;
}

body.dark-mode .video-player-box {
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4);
}

body.dark-mode .video-content-box .title {
  color: #ffffff;
}

body.dark-mode .video-content-box .description {
  color: #cbd5e1;
}

/* Responsive Styles */
@media (max-width: 767px) {
  .video-content-box .title {
    font-size: 24px;
  }
  .video-controls-overlay {
    bottom: 16px;
    right: 16px;
    gap: 8px;
    opacity: 1; /* Keep controls visible on touch devices */
    pointer-events: auto;
    transform: translateY(0);
  }
  .ctrl-overlay-btn {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
/* ============================================================== 
    # Vertical Architecture Pipeline (White Lines & Blue Dots)
=================================================================== */

.emma-vertical-journey-area {
    position: relative;
    background-color: #123f78 !important;
    overflow: hidden;
}

/* Site Heading Text Contrast */
.emma-vertical-journey-area .site-heading .sub-title {
    color: #ff9d9d !important;
}

.emma-vertical-journey-area .site-heading .title {
    color: #ffffff !important;
}

.emma-vertical-journey-area .site-heading .description {
    color: #cbd5e1 !important;
}

.vertical-snake-journey-container {
    position: relative;
    max-width: 1040px;
    margin: 40px auto 20px;
    padding: 40px 0;
}

/* Background Snake SVG Track (White Base & White Animated Pulse) */
.snake-svg-track {
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    z-index: 1;
    pointer-events: none;
}

.snake-svg-track svg {
    width: 100%;
    height: 100%;
}

.snake-path-bg {
    stroke: rgba(255, 255, 255, 0.35); /* Soft White Base Line */
    stroke-width: 4px;
    stroke-linecap: round;
    stroke-dasharray: 8 8;
}

.snake-path-pulse {
    stroke: #ffffff; /* Bright Solid White Pulse Stream */
    stroke-width: 5px;
    stroke-linecap: round;
    stroke-dasharray: 120 600;
    animation: snakePulseFlow 4s linear infinite;
}

@keyframes snakePulseFlow {
    0% { stroke-dashoffset: 720; }
    100% { stroke-dashoffset: -720; }
}

/* Pipeline Block Rows */
.pipeline-block {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    margin-bottom: 70px;
    z-index: 2;
}

.pipeline-block:last-child {
    margin-bottom: 0;
}

.pipeline-block.step-left {
    justify-content: flex-start;
}

.pipeline-block.step-right {
    justify-content: flex-end;
}

/* Pipeline Card */
.pipeline-card {
    position: relative;
    width: calc(50% - 40px);
    background: rgba(255, 255, 255, 0.96);
    border-radius: 20px;
    padding: 30px 28px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
    box-sizing: border-box;
}

.pipeline-card:hover {
    transform: translateY(-4px);
    border-color: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

/* Step Number Background Badge */
.card-glow-badge {
    position: absolute;
    top: 15px;
    right: 22px;
    font-family: var(--font-heading, 'Sora', sans-serif);
    font-size: 26px;
    font-weight: 800;
    color: rgba(18, 63, 120, 0.1);
}

/* Card Header */
.card-header-flex {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 15px;
}

.icon-orb {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #123f78 0%, #0a2547 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    box-shadow: 0 6px 18px rgba(18, 63, 120, 0.25);
    transition: all 0.3s ease;
}

.pipeline-card:hover .icon-orb {
    background: linear-gradient(135deg, #a42424 0%, #7d1717 100%);
    transform: scale(1.08) rotate(5deg);
    box-shadow: 0 6px 20px rgba(164, 36, 36, 0.3);
}

.step-meta h4 {
    font-family: var(--font-heading, 'Sora', sans-serif);
    font-size: 18px;
    font-weight: 700;
    color: #123f78;
    margin: 4px 0 0;
}

/* Latency Indicators */
.latency-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 3px 9px;
    border-radius: 20px;
    background: rgba(18, 63, 120, 0.08);
    color: #123f78;
}

.latency-pill i {
    font-size: 9px;
}

.latency-pill.total-pill {
    background: #fdf0f0;
    color: #a42424;
}

/* Card Body Copy */
.pipeline-card p {
    font-family: var(--font-default, 'Sora', sans-serif);
    font-size: 14px;
    line-height: 1.6;
    color: #4a5568;
    margin-bottom: 18px;
}

/* Feature Tag Pills */
.pipeline-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pipeline-tags span {
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 8px;
    background: #edf2f9;
    color: #123f78;
    border: 1px solid rgba(18, 63, 120, 0.08);
}

/* Center Anchor Connection Node (White Border & Blue Center Dot) */
.node-anchor {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ffffff;
    border: 3px solid #ffffff; /* White Outer Ring */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.25);
    transition: all 0.3s ease;
}

.anchor-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #123f78; /* Blue Center Dot */
    transition: all 0.3s ease;
}

.pipeline-block:hover .node-anchor {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.5);
}

.pipeline-block:hover .anchor-dot {
    background-color: #a42424; /* Maroon on hover interaction */
}

/* ============================================================== 
    # Responsive Architecture Pipeline
=================================================================== */

@media (max-width: 991px) {
    .snake-svg-track {
        display: none;
    }

    .vertical-snake-journey-container::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 28px;
        width: 3px;
        background: #ffffff; /* White Mobile Track Line */
    }

    .pipeline-block {
        justify-content: flex-start !important;
        padding-left: 65px;
        margin-bottom: 40px;
    }

    .pipeline-card {
        width: 100%;
    }

    .node-anchor {
        left: 28px;
    }
}

@media (max-width: 767px) {
    .pipeline-card {
        padding: 22px 18px;
    }

    .card-header-flex {
        gap: 12px;
    }

    .icon-orb {
        width: 44px;
        height: 44px;
        font-size: 15px;
    }

    .step-meta h4 {
        font-size: 16px;
    }

    .pipeline-card p {
        font-size: 13px;
    }
}

/* ============================================================== 
    # Services Section - Enlarged #123f78 Blue FontAwesome Icons
=================================================================== */

.service-style-one-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: #eef4fc;
    border-radius: 18px;
    margin-bottom: 25px;
    transition: all 0.35s ease;
}

.service-style-one-item .icon i {
    font-size: 42px;
    color: #123f78;  /* Theme Navy Blue */
    line-height: 1;
    transition: all 0.35s ease;
}

/* Hover Interaction: Invert to solid blue background */
.service-style-one-item:hover .icon {
    background: #123f78;
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(18, 63, 120, 0.25);
}

.service-style-one-item:hover .icon i {
    color: #ffffff;
    transform: scale(1.08);
}

/* ============================================================== 
    # Exact Responsive Step-Deck (Desktop & Mobile Unified)
=================================================================== */

.emma-stack-section {
  position: relative;
  background: #ffffff;
  padding: 90px 0;
  overflow: hidden;
}

.emma-stack-section .site-heading .sub-title {
  color: #a42424;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.emma-stack-section .site-heading .title {
  font-family: var(--font-heading, 'Sora', sans-serif);
  font-size: 40px;
  font-weight: 800;
  color: #123f78;
  line-height: 1.2;
  margin-bottom: 16px;
}

.emma-stack-section .site-heading .description {
  font-family: var(--font-default, 'Sora', sans-serif);
  color: rgba(18, 63, 120, 0.75);
  font-size: 17px;
  line-height: 1.6;
}

/* Unified Deck Viewport */
.emma-stack-viewport {
  position: relative;
  max-width: 980px;
  margin: 35px auto 0 auto;
  height: 680px;
}

/* Individual Card */
.stack-card {
  position: absolute;
  top: 0;
  height: 468px;
  border-radius: 22px;
  background: linear-gradient(135deg, #071930 0%, #0d2e59 45%, #123f78 100%);
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 -8px 18px rgba(0, 0, 0, 0.1), 0 20px 40px -10px rgba(18, 63, 120, 0.25);
  border: 1.5px solid rgba(255, 255, 255, 0.18);
  will-change: transform, left, right, box-shadow;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
              left 0.5s cubic-bezier(0.22, 1, 0.36, 1),
              right 0.5s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.4s ease;
}

/* Non-front hover effect */
.stack-card:not(.is-front):hover {
  transform: translateY(calc(var(--base-y) - 14px)) !important;
  box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.14), 0 28px 50px -8px rgba(18, 63, 120, 0.35) !important;
}

/* Right-side Background Image */
.stack-card .card-bg-img {
  position: absolute;
  top: 52px;
  right: 0;
  height: 416px;
  width: 62%;
  object-fit: cover;
  object-position: center 42%;
  pointer-events: none;
}

/* Gradient Fade */
.stack-card .card-grad-fade {
  position: absolute;
  top: 52px;
  left: 0;
  width: 66%;
  height: 416px;
  background: linear-gradient(90deg, 
              #071930 0%, 
              #071930 35%, 
              rgba(7, 25, 48, 0.94) 55%, 
              rgba(18, 63, 120, 0.4) 80%, 
              transparent 100%);
  pointer-events: none;
}

/* Tab Header */
.stack-card .card-tab-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 52px;
  background: #f7faff;
  border: none;
  border-bottom: 1px solid rgba(18, 63, 120, 0.12);
  padding: 0;
  margin: 0;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.stack-card .card-tab-btn .tab-dot {
  position: absolute;
  left: 28px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.stack-card .card-tab-btn .tab-label {
  position: absolute;
  left: 48px;
  font-family: var(--font-heading, 'Sora', sans-serif);
  font-size: 20px;
  font-weight: 700;
  color: #123f78;
  white-space: nowrap;
}

/* Content Area */
.stack-card .card-content-body {
  position: absolute;
  top: 52px;
  bottom: 0;
  left: 0;
  width: 500px;
  padding: 30px 0 30px 48px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.stack-card .card-content-body h3 {
  margin: 0;
  font-family: var(--font-heading, 'Sora', sans-serif);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  color: #ffffff;
}

.stack-card .card-content-body .spacer {
  flex: 1;
  min-height: 8px;
}

.stack-card .card-content-body .desc {
  margin: 0;
  font-family: var(--font-default, 'Sora', sans-serif);
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  max-width: 420px;
}

.stack-card .card-content-body .quote {
  margin: 0;
  font-family: var(--font-default, 'Sora', sans-serif);
  font-size: 13.5px;
  line-height: 1.35;
  color: #93c5fd;
  max-width: 420px;
  border-left: 2px solid #a42424;
  padding-left: 10px;
}

.stack-card .card-content-body .quote span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #cbd5e1;
}

.stack-card .card-content-body .cta-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1.5px solid #123f78;
  border-radius: 80px;
  padding: 0 20px;
  height: 42px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  color: #123f78;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
}

.stack-card .card-content-body .cta-pill:hover {
  background: #123f78;
  color: #ffffff;
  transform: translateY(-2px);
}

/* ============================================================== 
    # Vertically Centered Stack Card Content with Clean Spacing
=================================================================== */

/* Content Wrapper: Vertically Centered in the card area below the top tab */
.stack-card .card-content-body {
  position: absolute;
  top: 52px;
  bottom: 0;
  left: 0;
  width: 520px;
  padding: 30px 0 30px 48px;
  box-sizing: border-box;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important; /* Centers content vertically */
  align-items: flex-start !important;
  gap: 16px !important;              /* Small uniform gap between H3, P, and Button */
  text-align: left;
  z-index: 5;
}

/* Card Heading */
.stack-card .card-content-body h3 {
  margin: 0 !important;
  font-family: var(--font-heading, 'Sora', sans-serif);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
}

/* Card Description Paragraph */
.stack-card .card-content-body .desc {
  margin: 0 !important;
  font-family: var(--font-default, 'Sora', sans-serif);
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  max-width: 440px;
}

/* Hide or reset spacer divs so flex gap handles spacing cleanly */
.stack-card .card-content-body .spacer {
  display: none !important;
}

/* Bottom CTA Pill Button */
.stack-card .card-content-body .cta-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1.5px solid #123f78;
  border-radius: 80px;
  padding: 0 22px;
  height: 42px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  color: #123f78;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin-top: 4px;
  transition: all 0.25s ease;
}

.stack-card .card-content-body .cta-pill:hover {
  background: #a42424;
  border-color: #a42424;
  color: #ffffff;
  transform: translateY(-2px);
}

/* ============================================================== 
    # Mobile Responsiveness for Centered Stack Cards
=================================================================== */

@media (max-width: 767px) {
  .stack-card .card-content-body {
    top: 44px;
    width: 100%;
    padding: 20px 20px !important;
    gap: 12px !important;
  }

  .stack-card .card-content-body h3 {
    font-size: 20px;
    line-height: 1.25;
  }

  .stack-card .card-content-body .desc {
    font-size: 13.5px;
    line-height: 1.5;
    max-width: 100%;
  }

  .stack-card .card-content-body .cta-pill {
    height: 38px;
    padding: 0 18px;
    font-size: 12.5px;
    margin-top: 2px;
  }
}

/* ============================================================== 
    # Mobile Stack Adaptation (Maintains Stack UI on Phones)
=================================================================== */

@media (max-width: 767px) {
  .emma-stack-section {
    padding: 50px 0;
  }

  .emma-stack-section .site-heading .title {
    font-size: 26px;
  }

  .emma-stack-section .site-heading .description {
    font-size: 14px;
  }

  .emma-stack-viewport {
    height: 560px;
    margin-top: 20px;
  }

  .stack-card {
    height: 420px;
    border-radius: 16px;
  }

  .stack-card .card-tab-btn {
    height: 44px;
  }

  .stack-card .card-tab-btn .tab-dot {
    left: 16px;
    width: 8px;
    height: 8px;
  }

  .stack-card .card-tab-btn .tab-label {
    left: 32px;
    font-size: 14px;
  }

  .stack-card .card-bg-img {
    top: 44px;
    height: 376px;
    width: 100%;
    opacity: 0.35;
  }

  .stack-card .card-grad-fade {
    top: 44px;
    height: 376px;
    width: 100%;
    background: linear-gradient(180deg, rgba(7, 25, 48, 0.95) 0%, rgba(18, 63, 120, 0.8) 100%);
  }

  .stack-card .card-content-body {
    top: 44px;
    width: 100%;
    padding: 16px 18px 20px 18px;
    gap: 8px;
  }

  .stack-card .card-content-body h3 {
    font-size: 18px;
    line-height: 1.25;
  }

  .stack-card .card-content-body .desc {
    font-size: 13px;
    line-height: 1.45;
    max-width: 100%;
  }

  .stack-card .card-content-body .quote {
    font-size: 12px;
    line-height: 1.35;
    max-width: 100%;
    padding-left: 8px;
  }

  .stack-card .card-content-body .quote span {
    font-size: 11px;
  }

  .stack-card .card-content-body .cta-pill {
    height: 36px;
    padding: 0 16px;
    font-size: 12px;
    border-radius: 40px;
    margin-top: 4px;
  }
}

/* ============================================================== 
    # Perfectly Centered Leader Heading & Paragraph
=================================================================== */

.leadership-testimonial-slider-wrap {
    perspective: 1200px;
    width: 100%;
}

.leadership-testimonial-banner {
    position: relative;
    width: 100%;
    height: 380px; 
    margin-top: 0 !important;
    background: #ffffff;
    border: 2px solid #123f78;
    border-radius: 20px;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 16px 36px rgba(18, 63, 120, 0.08);
}

/* Background Quote Watermark */
.leadership-testimonial-banner .bg-watermark-icon {
    position: absolute;
    right: 25px;
    bottom: 20px;
    font-size: 160px;
    line-height: 1;
    color: #123f78;
    opacity: 0.04;
    pointer-events: none;
    z-index: 1;
    user-select: none;
}

/* Slide Base with 3D Flip */
.leader-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 48px 46px 48px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transform: rotateX(-90deg) translateY(20px);
    transform-origin: bottom center;
    transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1),
                transform 0.6s cubic-bezier(0.25, 1, 0.5, 1),
                visibility 0.6s ease;
}

.leader-slide.is-active {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg) translateY(0);
}

.leader-slide.is-leaving {
    opacity: 0;
    visibility: hidden;
    transform: rotateX(90deg) translateY(-20px);
    transform-origin: top center;
}

/* Vertically and Horizontally Centered Heading + Quote Container */
.leader-slide .slide-top-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex: 1;
    margin: auto 0;
}

/* Centered Header with Wide Red Accent Line */
.leader-slide .leader-heading {
    font-family: var(--font-heading, 'Sora', sans-serif);
    font-size: 17px;
    font-weight: 700;
    color: #123f78;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 16px 0 !important;
    padding-bottom: 8px !important;
    position: relative;
    display: inline-block;
}

.leader-slide .leader-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 270px;
    height: 3px;
    background: #a42424;
    border-radius: 4px;
}

/* Centered Paragraph Text */
.leader-slide .testimonial-quote {
    font-family: var(--font-default, 'Sora', sans-serif);
    font-size: 16px;
    line-height: 1.65;
    color: #334155;
    max-width: 500px;
    margin: 0 auto !important;
    font-weight: 400;
}

/* Author Details Fixed to Bottom */
.leader-slide .author-details {
    border-top: 1px solid #e2e8f0;
    padding-top: 12px;
    width: 100%;
    max-width: 440px;
    flex-shrink: 0;
}

.leader-slide .author-details h5 {
    font-family: var(--font-heading, 'Sora', sans-serif);
    font-size: 16px;
    font-weight: 700;
    color: #123f78;
    margin: 0 0 2px 0;
}

.leader-slide .author-details span {
    font-family: var(--font-default, 'Sora', sans-serif);
    font-size: 12.5px;
    color: #64748b;
    display: block;
}

/* Pagination Dots */
.slider-dots-nav {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.slider-dots-nav .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e1;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dots-nav .dot.is-active {
    width: 24px;
    border-radius: 12px;
    background: #123f78;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .leadership-testimonial-banner {
        height: auto;
        min-height: 320px;
    }
    .leader-slide {
        position: relative;
        padding: 28px 20px 42px 20px;
    }
    .leader-slide .leader-heading::after {
        width: 100px;
    }
    .leader-slide .testimonial-quote {
        font-size: 14.5px;
    }
    .leader-slide:not(.is-active) {
        display: none;
    }
}

/* ============================================================== 
    # Team Style One - Blue Background & Matching Color Theme
=================================================================== */

/* Section background turned into theme blue gradient */
.team-style-one-area {
    background: linear-gradient(145deg, #091f3b 0%, #123f78 60%, #174b8c 100%) !important;
}

/* White border ring around circular avatar images */
.team-style-one-item .thumb img {
    border: 4px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    transition: border-color 0.3s ease;
}

.team-style-one-item:hover .thumb img {
    border-color: #ffffff;
}

/* Plus badge button with white accent */
.team-style-one-item .social-overlay .icon,
.team-style-one-item .thumb .icon {
    background: #ffffff !important;
    color: #123f78 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

.team-style-one-item .thumb .icon i,
.team-style-one-item .social-overlay .icon i {
    color: #123f78 !important;
}

/* Name heading color changed to clean white */
.team-style-one-item .info h4 a,
.team-style-one-item .info h4 {
    color: #ffffff !important;
    transition: color 0.3s ease;
}

.team-style-one-item .info h4 a:hover {
    color: #93c5fd !important;
}

/* Subtitle/Designation role color changed to light theme blue */
.team-style-one-item .info span {
    color: #93c5fd !important;
}

/* Blue circle badge with white '+' icon and white outer ring */
.team-style-one-item .social-overlay .icon,
.team-style-one-item .thumb .icon {
    background: #123f78 !important; /* Theme blue circle background */
    border: 3px solid #ffffff !important; /* Clean white outer ring */
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3) !important;
}

/* White '+' icon */
.team-style-one-item .thumb .icon i,
.team-style-one-item .social-overlay .icon i,
.team-style-one-item .thumb .icon::before,
.team-style-one-item .social-overlay .icon::before {
    color: #ffffff !important; /* White plus symbol */
}

/* ============================================================== 
    # Emma High-Contrast Blue FAQ Section
=================================================================== */

.emma-blue-faq-section {
    background: linear-gradient(145deg, #091f3b 0%, #123f78 60%, #174b8c 100%) !important;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

/* Left Column Styling */
.emma-blue-faq-section .faq-badge {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    color: #93c5fd;
    font-family: var(--font-heading, 'Sora', sans-serif);
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.emma-blue-faq-section .faq-main-title {
    font-family: var(--font-heading, 'Sora', sans-serif);
    font-size: 40px;
    font-weight: 800;
    color: #ffffff !important;
    line-height: 1.2;
    margin-bottom: 28px;
}

.emma-blue-faq-section .faq-btn-light {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    color: #123f78;
    padding: 12px 28px;
    border-radius: 50px;
    font-family: var(--font-heading, 'Sora', sans-serif);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.emma-blue-faq-section .faq-btn-light:hover {
    background: #93c5fd;
    color: #091f3b;
    transform: translateY(-2px);
}

/* Accordion Card Container */
.emma-blue-faq-section .faq-card-item {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 16px !important;
    margin-bottom: 18px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.emma-blue-faq-section .faq-card-item:hover {
    background: rgba(255, 255, 255, 0.09) !important;
    border-color: rgba(147, 197, 253, 0.35) !important;
}

/* Accordion Header Button */
.emma-blue-faq-section .accordion-button {
    background: transparent !important;
    color: #ffffff !important;
    font-family: var(--font-heading, 'Sora', sans-serif);
    font-size: 17px;
    font-weight: 700;
    padding: 22px 26px;
    box-shadow: none !important;
}

.emma-blue-faq-section .accordion-button:not(.collapsed) {
    color: #93c5fd !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Invert default SVG icon to bright white */
.emma-blue-faq-section .accordion-button::after {
    filter: brightness(0) invert(1) !important;
}

/* Accordion Content Body */
.emma-blue-faq-section .accordion-body {
    padding: 20px 26px 24px 26px;
    background: transparent !important;
}

.emma-blue-faq-section .accordion-body p {
    color: rgba(255, 255, 255, 0.85) !important;
    font-family: var(--font-default, 'Sora', sans-serif);
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
}

/* Mobile Adjustments */
@media (max-width: 767px) {
    .emma-blue-faq-section {
        padding: 60px 0;
    }
    .emma-blue-faq-section .faq-main-title {
        font-size: 28px;
    }
    .emma-blue-faq-section .accordion-button {
        font-size: 15px;
        padding: 18px 20px;
    }
}

/* ============================================================== 
    # Leadership Image Hover Swap Styles
=================================================================== */

.team-style-two-item .thumb {
    position: relative;
    overflow: hidden;
}

.team-style-two-item .thumb img.img-default,
.team-style-two-item .thumb img.img-hover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.team-style-two-item .thumb img.img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
}

.team-style-two-item:hover .thumb img.img-default {
    opacity: 0;
    transform: scale(1.03);
}

.team-style-two-item:hover .thumb img.img-hover {
    opacity: 1;
    transform: scale(1.03);
}

/* Ensure social overlay stays above hover image */
.team-style-two-item .thumb .social-overlay {
    z-index: 2;
}

/* Smooth fade without touching circular layout or design */
.team-style-one-item .thumb {
    position: relative;
}

.team-style-one-item .thumb img.img-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    pointer-events: none;
}

.team-style-one-item:hover .thumb img.img-hover {
    opacity: 1;
}

/* Exact duplicate of the experts section (Shree, Shikha, Mohit) hover logic */
.team-style-two-item .thumb img.img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.team-style-two-item:hover .thumb img.img-default {
    opacity: 0;
}

.team-style-two-item:hover .thumb img.img-hover {
    opacity: 1;
}


/* Germany Flag - Positioned directly above the 165+ text */
.language-support-country-flag .flag-add-germany {
    position: absolute;
    top: 16%;
    left: 50%;
    transform: translateX(-50%);
    width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    z-index: 4;
}

/* India Flag - Increased size on the bottom-left orbit */
.language-support-country-flag .flag-add-india {
    position: absolute;
    top: 70%;
    left: 15%;
    width: 75px !important;
    height: 75px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    z-index: 4;
}

/* ============================================================== 
    # Mobile Responsive Rules for Large India & Germany Flags
=================================================================== */

@media (max-width: 991px) {
    .language-support-country-flag {
        transform: scale(0.85);
        transform-origin: center center;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 767px) {
    .language-support-country-flag {
        transform: scale(0.75);
        transform-origin: center center;
    }

    /* Proportionally scale Germany flag on tablets */
    .language-support-country-flag .flag-add-germany {
        top: 19% !important;
        width: 68px !important;
        height: 68px !important;
    }

    /* Proportionally scale India flag on tablets */
    .language-support-country-flag .flag-add-india {
        top: 68% !important;
        left: 14% !important;
        width: 65px !important;
        height: 65px !important;
    }
}

@media (max-width: 575px) {
    .language-support-country-flag {
        transform: scale(0.68);
        transform-origin: center center;
        margin-bottom: 10px;
    }

    /* Mobile clearance to avoid text overlap */
    .language-support-country-flag .flag-add-germany {
        top: 20% !important;
        width: 58px !important;
        height: 58px !important;
    }

    .language-support-country-flag .flag-add-india {
        top: 67% !important;
        left: 14% !important;
        width: 55px !important;
        height: 55px !important;
    }
}

/* ============================================================== 
    # Show Emma Avatars on Mobile Devices
=================================================================== */

@media only screen and (max-width: 767px) {
    .testimonial-provider-thumbs {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
        margin: 30px auto 0 auto !important;
        max-width: 100% !important;
    }

    .testimonial-provider-item {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
        top: 0 !important; /* Resets desktop staggered offsets */
    }

    .testimonial-provider-item img {
        width: 100% !important;
        height: 140px !important;
        object-fit: cover !important;
        border-radius: 12px !important;
        display: block !important;
    }
}

/* ============================================================== 
    # Emma Scroll-Stacking Sticky FAQ (Mobile & Desktop Responsive)
=================================================================== */

.emma-scroll-stack-area {
    background: linear-gradient(145deg, #071930 0%, #0d2e59 45%, #123f78 100%) !important;
    position: relative;
    padding: 100px 0;
}

/* Left Column Sticky Header (Desktop) */
@media (min-width: 992px) {
    .scroll-stack-left-pinned {
        position: sticky;
        top: 130px;
        padding-right: 30px;
    }
}

.scroll-stack-left-pinned .faq-badge {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    color: #93c5fd;
    font-family: var(--font-heading, 'Sora', sans-serif);
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.scroll-stack-left-pinned .title {
    font-family: var(--font-heading, 'Sora', sans-serif);
    font-size: 38px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.25;
    margin-bottom: 20px;
}

.scroll-stack-left-pinned .desc {
    font-family: var(--font-default, 'Sora', sans-serif);
    font-size: 15.5px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 30px;
}

.scroll-stack-counter-box {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    padding: 24px 28px;
}

.scroll-stack-counter-box .js-counter {
    font-family: var(--font-heading, 'Sora', sans-serif);
    font-size: 44px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 8px;
}

.scroll-stack-counter-box h4 {
    font-family: var(--font-default, 'Sora', sans-serif);
    font-size: 14px;
    font-weight: 500;
    color: #93c5fd;
    line-height: 1.4;
    margin: 0;
}


/* Right Column: Scroll Container */
.scroll-stack-cards-wrapper {
    display: flex;
    flex-direction: column;
    gap: 35px;
    position: relative;
}

/* Individual Stacking Card */
.stack-scroll-card {
    position: sticky;
    top: calc(100px + (var(--card-index) * 20px));
    background: #091f3b;
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    border-radius: 24px;
    padding: 35px 38px;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.35), 0 20px 40px rgba(0, 0, 0, 0.45);
    box-sizing: border-box;
    transition: transform 0.3s ease, border-color 0.3s ease;
    z-index: var(--card-index);
}

.stack-scroll-card:hover {
    border-color: rgba(147, 197, 253, 0.4);
}

.card-body-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
}

.card-step-num {
    font-family: var(--font-heading, 'Sora', sans-serif);
    font-size: 24px;
    font-weight: 800;
    color: rgba(147, 197, 253, 0.35);
    margin-bottom: 6px;
    line-height: 1;
}

.card-body-content h3 {
    font-family: var(--font-heading, 'Sora', sans-serif);
    font-size: 21px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.35;
    margin: 0 0 10px 0;
}

.card-body-content p {
    font-family: var(--font-default, 'Sora', sans-serif);
    font-size: 14.5px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 16px 0;
}

.card-pill-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.card-pill-tags li {
    font-family: var(--font-default, 'Sora', sans-serif);
    font-size: 12px;
    font-weight: 600;
    color: #93c5fd;
    background: rgba(147, 197, 253, 0.12);
    border: 1px solid rgba(147, 197, 253, 0.25);
    padding: 4px 12px;
    border-radius: 20px;
}

/* ============================================================== 
    # Mobile & Tablet Optimization (Maintains Smooth Stacking)
=================================================================== */

@media (max-width: 991px) {
    .emma-scroll-stack-area {
        padding: 60px 0 80px 0;
    }

    .scroll-stack-left-pinned {
        margin-bottom: 35px;
    }

    .scroll-stack-left-pinned .title {
        font-size: 28px;
    }

    .scroll-stack-cards-wrapper {
        gap: 25px;
    }

    /* Keep sticky active on phones, with tighter top offsets to stack on top of each other */
    .stack-scroll-card {
        position: sticky !important;
        top: calc(75px + (var(--card-index) * 14px)) !important;
        padding: 22px 20px;
        border-radius: 18px;
        margin-bottom: 12px;
    }

    .card-body-content h3 {
        font-size: 17px;
        line-height: 1.3;
        margin-bottom: 8px;
    }

    .card-body-content p {
        font-size: 13.5px;
        line-height: 1.5;
        margin-bottom: 12px;
    }

    .card-step-num {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .card-pill-tags li {
        font-size: 11px;
        padding: 3px 10px;
    }
}

/* ============================================================== 
    # Newsletter Section Fix (Border, Spacing & Mobile Layout)
=================================================================== */

/* 1. Pill Form Container & Soft Blue Border */
.newsletter-style-three form {
    max-width: 580px;
    margin: 35px auto 0;
    position: relative;
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 2.5px solid #9dc4f8; /* Soft blue border matching image */
    border-radius: 60px;
    padding: 6px 8px 6px 24px;
    box-shadow: 0 4px 20px rgba(18, 63, 120, 0.06);
}

/* 2. Form Input Field */
.newsletter-style-three form input.form-control {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    height: 48px;
    padding: 0;
    font-size: 15px;
    color: #123f78;
    flex: 1;
}

.newsletter-style-three form input.form-control::placeholder {
    color: #64748b;
    opacity: 0.85;
}

/* 3. Navy Action Button Inside Pill */
.newsletter-style-three form button.btn.btn-style-one {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    background: #123f78 !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    padding: 12px 28px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    white-space: nowrap;
    border: none !important;
}

.newsletter-style-three form button.btn.btn-style-one:hover {
    background: #a42424 !important;
    color: #ffffff !important;
}

.newsletter-style-three form button.btn.btn-style-one i {
    transform: none !important;
    font-size: 12px;
}

/* ============================================================== 
    # Mobile Responsiveness Fixes
=================================================================== */

@media only screen and (max-width: 767px) {
    /* Fix: Overrides the default 'padding-top: 0' that causes it to touch the top */
    .newsletter-area {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    /* Sub-title badge clearance */
    .newsletter-style-three .sub-title {
        font-size: 13px !important;
        padding: 6px 14px !important;
        margin-bottom: 15px !important;
    }

    /* Stack form: Input on top, Button below without overlapping */
    .newsletter-style-three form {
        flex-direction: column !important;
        background: transparent !important;
        border: none !important;
        padding: 0 !important;
        box-shadow: none !important;
        gap: 12px;
    }

    .newsletter-style-three form input.form-control {
        width: 100% !important;
        background: #ffffff !important;
        border: 1.5px solid #9dc4f8 !important;
        border-radius: 50px !important;
        height: 52px !important;
        padding: 0 20px !important;
        text-align: center !important;
    }

    .newsletter-style-three form button.btn.btn-style-one {
        width: 100% !important;
        height: 52px !important;
        justify-content: center !important;
        border-radius: 50px !important;
        margin: 0 !important;
    }
}

/* ============================================================== 
    # Emma Avatars Carousel & Blue Gradient Hover Overlay
=================================================================== */

.emma-avatars-section {
    position: relative;
    overflow: hidden;
}

.emma-avatar-swiper {
    padding: 20px 0 45px 0 !important;
}

.emma-avatar-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

/* Base Card */
.avatar-card-item {
    position: relative;
    width: 100%;
    height: 320px;
    border-radius: 20px;
    overflow: hidden;
    background: #f1f5f9;
    border: 1.5px solid rgba(18, 63, 120, 0.12);
    box-shadow: 0 8px 24px rgba(18, 63, 120, 0.08);
    cursor: pointer;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.avatar-card-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

/* Half-Card Blue Gradient Overlay */
.avatar-hover-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 52%; /* Covers roughly the bottom half of the card */
    background: linear-gradient(180deg, rgba(18, 63, 120, 0) 0%, rgba(9, 31, 59, 0.85) 25%, #071930 100%);
    padding: 22px 20px 18px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
    transform: translateY(100%); /* Hidden below by default */
    opacity: 0;
    transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.35s ease;
    z-index: 2;
}

/* Hover States */
.avatar-card-item:hover {
    transform: translateY(-6px);
    border-color: #123f78;
    box-shadow: 0 16px 36px rgba(18, 63, 120, 0.22);
}

.avatar-card-item:hover img {
    transform: scale(1.05);
}

.avatar-card-item:hover .avatar-hover-overlay {
    transform: translateY(0);
    opacity: 1;
}

/* Typography inside Hover Overlay */
.avatar-hover-overlay .overlay-title {
    font-family: var(--font-heading, 'Sora', sans-serif);
    font-size: 16px;
    font-weight: 700;
    color: #ffffff !important;
    line-height: 1.25;
    margin: 0 0 6px 0 !important;
}

.avatar-hover-overlay .overlay-desc {
    font-family: var(--font-default, 'Sora', sans-serif);
    font-size: 12.5px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.88) !important;
    margin: 0 !important;
}

/* Pagination Dots */
.avatar-swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 25px;
}

.avatar-swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e1;
    opacity: 1;
    transition: all 0.3s ease;
}

.avatar-swiper-pagination .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 12px;
    background: #123f78;
}

/* Mobile & Tablet Adjustments */
@media (max-width: 767px) {
    .avatar-card-item {
        height: 240px;
        border-radius: 16px;
    }
    
    .avatar-hover-overlay {
        height: 60%;
        padding: 14px 14px 12px 14px;
    }

    .avatar-hover-overlay .overlay-title {
        font-size: 14px;
    }

    .avatar-hover-overlay .overlay-desc {
        font-size: 11px;
    }
}

.queries-sidebar .query-tab:hover {
        border-color: #123f78 !important;
        transform: translateX(3px);
    }
    .queries-sidebar .query-tab.active {
        background: #123f78 !important;
        color: #fff !important;
        border-color: #123f78 !important;
        box-shadow: 0 4px 15px rgba(18, 63, 120, 0.25) !important;
    }
    .chat-bubble {
        max-width: 80%;
        padding: 1rem 1.25rem;
        border-radius: 14px;
        background: #f8fafc;
        color: #123f78;
        font-size: 14.5px;
        font-weight: 500;
        align-self: flex-start;
        opacity: 0;
        transform: translateY(25px);
        transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
        box-shadow: 0 4px 12px rgba(18, 63, 120, 0.03);
        border: 1px solid #e2e8f0;
    }
    .chat-bubble.show {
        opacity: 1;
        transform: translateY(0);
    }
    @media(max-width: 768px) {
        .queries-container {
            grid-template-columns: 1fr !important;
        }
        .queries-sidebar {
            flex-direction: row !important;
            overflow-x: auto;
            padding-bottom: 8px;
        }
        .queries-sidebar .query-tab {
            white-space: nowrap;
        }
    }
















