/*
  Theme Name: Dex.AI - AI Writer & Tech Startup Landing Page Template.
  Support: themeadapt@gmail.com
  Description: Dex.AI - AI Writer & Tech Startup Landing Page Template.
  Version: 1.0
*/

/* CSS Index
============================
01. Variable CSS
02. Header
03. Mobile Menu
04. Banner
05. Breadcrumb
06. Video
07. Vioces
08. About
09. Services
10. Counter
11. Features
12. Writing
13. Speech
14. Use-Cases
15. Roadmap
16. Language
17. Pricing
18. Team
19. Tools
20. Compare
21. Work
22. Testimonial
23. Faq
24. Help
25. CTA
26. Brand
27. Blog
28. Contact
29. Error
30. Login
31. Footer
32. Preloader
============================
*/



/*=============================
	1. Google Fonts
===============================*/
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/*=============================
	01. Variable CSS
===============================*/
:root {
    --tg-body-font-family: 'Outfit', sans-serif;
    --tg-heading-font-family: 'Plus Jakarta Sans', sans-serif;
    --tg-playfair-font-family: 'Playfair Display', serif;
    --tg-primary-color: #1400f3;
    --tg-secondary-color: #13d110;
	--tg-gradient-color: linear-gradient(89.78deg, #408cf8 -31.69%, #254df7 -22.78%, #1400f3 27.93%, #5ac8fa 99.79%);
    --tg-gradient-color-two: linear-gradient(87.22deg, #C8BDFF -1.82%, #BAA6FF 5.99%, #6721FF 50.47%, #00CBFF 113.5%);
	--tg-gradient-color-three: linear-gradient(89.09deg, #1400f3 -4.93%, #254df7 8.69%, #408cf8 20.84%, #5ac8fa 37.75%, #13d110 52.82%, #77e690 73.27%, #a3f4a1 89.06%, #d4ffc7 101.36%);
    --tg-body-font-color: #C8B8E8;
    --tg-heading-font-color: #FFFFFF;
    --tg-paragraph-color: #C8B8E8;
    --tg-body-font-size: 16px;
    --tg-body-font-weight: 400;
    --tg-heading-font-weight: 700;
    --tg-body-line-height: 1.75;
    --tg-heading-line-height: 1.2;
    --tg-blue: #270A5F;
    --tg-cetacean-blue: #12032F;
    --tg-indigo: #6610f2;
    --tg-purple: #6f42c1;
    --tg-pink: #d63384;
    --tg-red: #dc3545;
    --tg-orange: #fd7e14;
    --tg-yellow: #FDCF6D;
    --tg-green: #198754;
    --tg-teal: #20c997;
    --tg-cyan: #00C39A;
    --tg-white: #ffffff;
    --tg-black: #0D0126;
    --tg-black-two: #060042;
    --tg-black-three: #151515;
    --tg-black-four: #222325;
    --tg-gray: #F1F3FA;
    --tg-gray-two: #474C56;
    --tg-gray-three: #ABABAB;
    --tg-gray-four: #F0F0F0;
    --facebook: #3b5998;
    --twitter: #00acee;
    --linkedin: #1976d2;
    --pinterest: #3b5998;
    --youtube: #c4302b;
    --skype: #00aff0;
}
body {
	font-family: var(--tg-body-font-family);
	font-weight: var(--tg-body-font-weight);
	font-size: var(--tg-body-font-size);
	line-height: var(--tg-body-line-height);
	color: var(--tg-body-font-color);
	font-style: normal;
}
img,
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	text-decoration: none;
}
a:focus,
.btn:focus,
button:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

a:hover {
	color: var(--tg-secondary-color);
	text-decoration: none;
}
a,
button {
	color: var(--tg-primary-color);
	outline: medium none;
	text-decoration: none;
}
.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--tg-heading-font-family);
	color: var(--tg-heading-font-color);
	margin-top: 0px;
	margin-bottom: .7rem;
	font-style: normal;
	line-height: var(--tg-heading-line-height);
	font-weight: var(--tg-heading-font-weight);
	text-transform: inherit;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 2rem;
}
h2 {
	font-size: 1rem;
}
h3 {
	font-size: 1.5rem;
}
h4 {
	font-size: 1.25rem;
}
h5 {
	font-size: 1rem;
}
h6 {
	font-size: 0.8rem;
}
.list-wrap {
	margin: 0px;
	padding: 0px;
}
.list-wrap li {
	list-style: none
}
p {
	font-size: var(--tg-body-font-size);
	font-weight: var(--tg-body-font-weight);
	line-height: var(--tg-body-line-height);
	color: var(--tg-paragraph-color);
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid var(--tg-primary-color);
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: var(--tg-body-font-color);
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
}
*::-moz-selection {
	background: var(--tg-primary-color);
	color: var(--tg-white);
	text-shadow: none;
}
::-moz-selection {
	background: var(--tg-primary-color);
	color: var(--tg-white);
	text-shadow: none;
}
::selection {
	background: var(--tg-primary-color);
	color: var(--tg-white);
	text-shadow: none;
}
*::-moz-placeholder {
	color: var(--tg-body-font-color);
	font-size: var(--tg-body-font-size);
	opacity: 1;
}
*::placeholder {
	color: var(--tg-body-font-color);
	font-size: var(--tg-body-font-size);
	opacity: 1;
}

/* Bootstrap 5 */
.container {
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    --bs-gutter-x: 30px;
}
.row.g-0 {
	--bs-gutter-x: 0;
}

/*=============================
	1. Button style
===============================*/

.chat-support-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.chat-button {
    background-color: #25D366;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.chat-button img {
    width: 30px;
    height: 30px;
}

.chat-message {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 300px;
    position: absolute;
    bottom: 80px;
    left: 0;
    display: none;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}

.chat-message.collapsed {
    display: block;
}

.chat-header {
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: #128C7E;
    color: #fff;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.agent-photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 10px;
}

.chat-details {
    flex-grow: 1;
}

.agent-name {
    font-weight: bold;
    margin: 0;
	color: #ffffff;
}

.chat-hours {
    font-size: 12px;
    margin: 0;
	color: #d4ffc7;
}

.collapse-button {
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
}

.chat-body {
    padding: 15px;
    text-align: center;
	margin-right: 15px;
	text-align: start;
}

.chat-body p {
    margin: 0 0 10px;
}

.whatsapp-button {
    background-color: #25D366;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    width: 100%;
}

.whatsapp-button:hover {
    background-color: #1ebe5b;
}

.btn {
	user-select: none;
	-moz-user-select: none;
	background: var(--tg-primary-color);
	border: medium none;
	border-radius: 30px;
	color: var(--tg-white);
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 0;
	padding: 19px 30px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.btn::before {
	content: "";
	position: absolute;
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	width: 200%;
	height: 200%;
	top: 110%;
	left: 50%;
	background: var(--tg-secondary-color);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: -1;
}
.btn:hover::before {
	top: -40%;
}
.gradient-btn::after,
.btn::after {
	content: "\f061";
	margin-right: 20px;
	transform: rotate(-135deg);
	transition: all 0.3s ease 0s;
	font-weight: 400;
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
}
.btn:hover::after,
.gradient-btn:hover::after {
	transform: rotate(-180deg);
}
.gradient-btn:hover,
.btn:hover {
	color: var(--tg-white);
}
.gradient-btn.btn-two::after,
.btn.btn-two::after {
	display: none;
}
.btn.btn-three {
	box-shadow: 3px 3px 0px var(--tg-black-two);
}
.btn.btn-three:hover {
	box-shadow: none;
}
.btn.btn-three::before {
	display: none;
}
.gradient-btn {
	user-select: none;
	-moz-user-select: none;
	background-image: linear-gradient(-89.78deg, #408cf8 -31.69%, #254df7 -22.78%, #1400f3 27.93%, #5ac8fa 99.79%);
	border: medium none;
	border-radius: 30px;
	color: var(--tg-white);
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 0;
	padding: 19px 30px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}
.gradient-btn::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;	
	background: linear-gradient(267deg, #1400f3 27.93%, #254df7 99.79%, #408cf8 -31.69%, #5ac8fa -22.78%);
	border-radius: 30px;
	opacity: 0;
	transition: all 0.5s ease;
	z-index: -1;
}
.gradient-btn:hover::before {
	opacity: 1;
}
.gradient-btn.gradient-btn-two::before {
	content: "";
	position: absolute;
	right: 2px;
	left: 2px;
	bottom: 2px;
	top: 2px;
	border-radius: 30px;
	opacity: 1;
	width: auto;
	height: auto;
	transition: all 0.3s ease 0s;
}
.gradient-btn.gradient-btn-two:hover::before {
	opacity: 0;
}
.gradient-btn.gradient-btn-three {
	background: var(--tg-gradient-color-three);
	box-shadow: 3px 3px 0px var(--tg-black-two);
}
.gradient-btn.gradient-btn-three:hover {
	box-shadow: none;
}
.gradient-btn.gradient-btn-three::before {
	background: var(--tg-gradient-color-three);
}

/* scrollUp */
.scroll-top {
	width: 35px;
	height: 35px;
	line-height: 35px;
	position: fixed;
	bottom: -10%;
	left: 110px;
	font-size: var(--tg-body-font-size);
	border-radius: 6px;
	z-index: 99;
	color: var(--tg-white);
	text-align: center;
	cursor: pointer;
	background: var(--tg-primary-color);
	transition: 1s ease;
	border: none;
}
.scroll-top.open {
	bottom: 30px;
}
.scroll-top::after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	right: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top:hover {
	background: var(--tg-secondary-color);
}


/*=============================
	02. Header
===============================*/
.custom-container {
    max-width: 1630px;
}
.menu-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.navbar-wrap {
	display: flex;
	flex-grow: 1;
}
.navbar-wrap ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 0;
	margin: 0 auto;
}
.navbar-wrap ul li {
    list-style: none;
	display: block;
	position: relative;
}
.navbar-wrap ul li a {
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--tg-heading-font-color);
	padding: 40px 26px;
	display: block;
	line-height: 1;
	position: relative;
	z-index: 1;
	letter-spacing: 0.005em;
}
.navbar-wrap > ul > li.menu-item-has-children > a::after {
	content: "\f107";
	font-weight: 400;
	font-family: "Font Awesome 5 Pro";
	line-height: 1;
	margin-right: 5px;
}
.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a {
	color: var(--tg-primary-color);
}
.main-menu .navigation li.menu-item-has-children .dropdown-btn {
    display: none;
}
.header-action > ul {
	display: flex;
	align-items: center;
	margin-right: 10px;
}

.header-action > ul li {
    position: relative;
    margin-right: 40px;
}

/* Ensure the first child (language dropdown) has no left margin */
.header-action ul li:first-child {
	margin-right: 0;
}

.header-action ul li a {
	color: var(--tg-heading-font-color);
	font-size: 14px;
}

.header-action .header-btn .btn {
	color: var(--tg-white);
	font-size: 14px;
	padding: 17px 26px;
}

.header-action .header-lang .dropdown > button {
    border: none;
    background: transparent;
    padding: 0;
    color: var(--tg-white);
    font-weight: 400;
    font-size: 12px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}

.header-action .header-lang img {
	max-width: 15px;
	margin-left: 5px;
	border-radius: 1px;
}

.header-lang .dropdown-menu {
	font-size: 12px;
	background: var(--tg-white);
	box-shadow: -1px 23px 55px rgba(33, 33, 33, 0.1);
	border: 1px solid rgb(255 255 255 / 15%);
	margin-top: 10px !important;
}

.header-action .header-lang .dropdown-toggle::after {
	content: "\f107";
	font-weight: 400;
	font-family: "Font Awesome 5 Pro";
	border: none !important;
	margin-right: 5px;
}

.header-action .header-lang .dropdown-item {
	align-items: center;
	display: flex;
	color: var(--tg-black-two);
	text-transform: uppercase;
}

.header-action .header-lang .dropdown-item:hover {
	background: var(--tg-primary-color);
	color: var(--tg-white);
}

/* Tablet view: hide signup button */
@media (max-width: 1199.98px) {
	.header-action .header-btn {
		display: none !important;
	}
}

/* Tablet view: hide signup button */
@media (max-width: 991px) {
	.header-action .header-btn {
		display: block !important;
	}
}

/* Mobile view: only show language dropdown and menu icon */
@media (max-width: 767px) {
	.header-action ul li:not(.header-lang) {
		display: none !important;
	}
	.header-action .header-lang {
		margin-top: 8px;
	}
}
.navbar-wrap ul li .sub-menu {
	position: absolute;
	right: 0;
	left: 0;
	top: 100%;
	min-width: 280px;
	border: 1px solid rgba(255 255 255 / 15%);
	background: var(--tg-white);
	margin: 0 0;
	transform: scale(1 , 0);
	transform-origin: 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
	-moz-box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
	box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
	border-radius: 5px;
	padding: 18px 0;
	display: block;
	visibility: hidden;
	opacity: 0;
	z-index: 9;
}
.navbar-wrap ul li .sub-menu .sub-menu {
	left: auto;
	right: 100%;
	top: 0;
    margin-right: 0px;
}
.navbar-wrap ul li .sub-menu li {
	margin-right: 0;
	text-align: right;
	display: block;
}
.navbar-wrap ul li .sub-menu li a {
	padding: 9px 15px 9px 25px;
	line-height: 1.4;
	font-weight: 500;
	color: var(--tg-black-two);
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li .sub-menu li.active a,
.navbar-wrap ul li .sub-menu li a:hover {
	background: var(--tg-primary-color);
	color: var(--tg-white);
}
.navbar-wrap ul li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.sticky-menu {
	position: fixed;
	right: 0;
	margin: auto;
	top: 0;
	width: 100%;
	z-index: 99;
	background: var(--tg-black-two);
	-webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(54, 54, 54, 0.1);
	box-shadow: 0 10px 15px rgba(54, 54, 54, 0.1);
	border-radius: 0;
}
.sticky-menu.menu-area {
	padding: 0;
}
.sticky-menu.menu-area.menu-area-two {
	margin-top: 0;
	border-radius: 0;
}
#header-fixed-height.active-height {
	display: block;
	height: 105px;
}


/* megaMenu */
.tg-mega-menu-wrap {
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    width: 1250px;
    box-shadow: -1px 23px 55px rgba(33, 33, 33, 0.1);
    border-radius: 20px;
    padding: 50px 40px 20px;
    background: var(--tg-white);
    margin: 0 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}


/* header-two */
.header-top {
	background: var(--tg-gradient-color-three);
	padding: 8px 0 28px;
}
.header-top-content p {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 14px;
	color: var(--tg-white);
}
.header-top-content p a {
	display: inline-flex;
	align-items: center;
	color: var(--tg-white);
	margin-right: 5px;
}
.header-top-content p a i {
	margin-right: 5px;
}
.header-top-content p a:hover {
	color: var(--tg-secondary-color);
}
.menu-area-two .navbar-wrap ul {
	display: inline-flex;
	background: var(--tg-gray);
	border: 1px solid var(--tg-gray);
	border-radius: 40px;
	padding: 0 57px;
}
.menu-area-two .navbar-wrap ul li a {
	color: var(--tg-black-two);
	padding: 15px 27px;
}
.menu-area-two .header-action .header-lang img {
	width: 18px;
	max-width: 18px;
	border-radius: 50%;
}
.menu-area-two .header-action .header-lang .dropdown > button {
    color: var(--tg-black-two);
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}
.menu-area-two .header-action .header-btn .btn {
	background: var(--tg-secondary-color);
}
.menu-area-two .header-action .header-btn .btn::before {
	background: var(--tg-primary-color);
}
.menu-area.menu-area-two {
    padding: 27px 0;
    border-bottom: 1px solid var(--tg-gray);
    border-radius: 25px 25px 0 0;
    background: var(--tg-white);
    margin-top: -22px;
    z-index: 2;
    position: relative;
}

/* header-three */


/*=============================
	03. Mobile Menu
===============================*/
.nav-logo img {
	max-width: 150px;
}
.mobile-menu {
	position: fixed;
	left: 0;
	top: 0;
	width: 300px;
	padding-left: 30px;
	max-width: 100%;
	height: 100%;
	z-index: 99;
	border-radius: 0px;
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)e;
	-o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(-101%);
}
.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: right;
}
.mobile-menu-visible {
	overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
	-webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu .navigation li.current>a:before {
	height: 100%;
}
.menu-backdrop {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	opacity: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, 0.5);
}
.mobile-menu-visible .menu-backdrop {
	opacity: 1;
	visibility: visible;
}
.mobile-menu .menu-box {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: var(--tg-black-two);
	padding: 0px 0px;
	z-index: 5;
	box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}
.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
}
.mobile-menu .close-btn {
    position: absolute;
    left: 15px;
    top: 28px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: var(--tg-white);
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
}
.mobile-menu .navigation ul {
	padding: 0;
	margin: 0;
}
.mobile-menu .navigation li {
	position: relative !important;
	display: block;
	border-top: 1px solid rgba(255 255 255 / 10%);
}
.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgba(255 255 255 / 10%);
}
.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgba(255 255 255 / 10%);
}
.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 60px 10px 25px;
    font-size: 16px;
    font-weight: 600;
    color: var(--tg-heading-font-color);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
	letter-spacing: 0.005em;
}
.mobile-menu .navigation li ul li > a {
	font-size: 16px;
	margin-right: 20px;
	text-transform: capitalize;
}
.mobile-menu .navigation li ul li ul li a {
    margin-right: 40px;
}
.mobile-menu .navigation li ul li ul li ul li a {
    margin-right: 60px;
}
.mobile-menu .navigation li > a:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 0;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
	position: absolute;
	left: 15px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: var(--tg-white);
	background: var(--tg-primary-color);
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn i {
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open i {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	color: var(--tg-primary-color);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
	display: none;
}
.mobile-menu .social-links ul {
    display: flex;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 6px 10px;
}
.mobile-menu .social-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	position: relative;
	line-height: 32px;
	font-size: 16px;
	color: var(--tg-heading-font-color);
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: 1px solid rgba(255 255 255 / 10%);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.mobile-menu .social-links li a:hover {
	border-color: var(--tg-primary-color);
	background: var(--tg-primary-color);
	color: var(--tg-white);
}
.menu-area .mobile-nav-toggler {
	position: relative;
	float: left;
	font-size: 27px;
	cursor: pointer;
	line-height: 1;
	color: var(--tg-primary-color);
	display: none;
	margin-top: -1px;
	margin-right: 40px;
	padding: 5px 10px;
	border: 2px solid var(--tg-primary-color);
}

.mobile-menu .tg-mega-menu-wrap {
    display: none;
    width: auto;
    padding: 25px 25px 0;
    background: transparent;
    position: relative;
    opacity: 1 !important;
    visibility: visible;
    transition: 0s;
    box-shadow: none;
    border: none;
    transform: scale(1);
    transform-origin: unset;
}
.mobile-menu .tg-mega-menu-wrap .row .col {
    position: relative;
    width: 100%;
}

/* mobile-menu-two */
.menu-area-two .mobile-menu .menu-box {
	background: var(--tg-white);
}
.menu-area-two .mobile-menu .close-btn {
	color: var(--tg-primary-color);
}
.menu-area-two .mobile-menu .navigation li>a {
	color: var(--tg-black-two);
}
.menu-area-two .mobile-menu .navigation li {
	border-top: 1px solid rgba(0 0 0 / 10%);
}
.menu-area-two .mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgba(0 0 0 / 10%);
}
.menu-area-two .mobile-menu .social-links li a {
	border: 1px solid rgba(0 0 0 / 10%);
	color: var(--tg-black-two);
}
.menu-area-two .mobile-menu .social-links li a:hover {
	color: var(--tg-white);
}

/* mobile-menu-three */


/*=============================
	04. Banner
===============================*/
.banner-area {
	padding: 205px 0 150px;
	position: relative;
}

/* banner-two */
.banner-area-two {
	padding: 100px 0;
	position: relative;
	background: var(--tg-white);
	z-index: 1;
	overflow: hidden;
}
.banner-content-two {
	text-align: center;
}
.banner-content-two .title {
	margin-bottom: 35px;
	font-size: 45px;
	color: var(--tg-black-two);
	letter-spacing: -0.01em;
}
.banner-content-two .title span {
	/* font-family: var(--tg-heading-font-family); */
	font-style: italic;
	font-weight: 600;
}
.banner-content-two .title strong {
	font-weight: 600;
	position: relative;
	z-index: 1;
}
.banner-content-two .title strong svg {
	position: absolute;
	width: 100%;
	height: auto;
	right: 0;
	bottom: 14px;
	z-index: -1;
	animation: title-animation 4s infinite;
}
@keyframes title-animation {
  	0% {
    	width: 0;
  	}
  	15% {
    	width: 100%;
  	}
  	85% {
   		opacity: 1;
  	}
  	90% {
    	width: 100%;
    	opacity: 0;
  	}
  	to {
    	width: 0;
    	opacity: 0;
  	}
}
.banner-content-two p {
	color: var(--tg-gray-two);
	font-size: 18px;
	width: 75%;
	margin: 0 auto 50px;
}
.banner-btn-two {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px 30px;
}
.banner-shape-wrap img {
	position: absolute;
	z-index: -1;
}
.banner-shape-wrap img:nth-child(1) {
	top: 45%;
	right: 0;
}
.banner-shape-wrap img:nth-child(2) {
	left: 0;
	top: 40%;
}
@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
.alltuchtopdown {
	-webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
	animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
	animation-duration: 3s;
}
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

/* banner-three */


/*=============================
	05. Breadcrumb
===============================*/
.breadcrumb-area {
	padding: 135px 0 105px;
}
.breadcrumb-content {
	text-align: center;
}
.breadcrumb-content .title {
	margin-bottom: 0;
	font-size: 70px;
	line-height: 1;
	letter-spacing: -0.01em;
	color: var(--tg-black-two);
}
.breadcrumb-content .title span {
	background: var(--tg-black-two);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
	color: var(--tg-black-two);
	letter-spacing: -0.01em;
}

/*=============================
	06. Video
===============================*/

/*=============================
	07. Vioces
===============================*/

/*=============================
	08. About
===============================*/

/**/


/* about-two */

/* inner-about */


/*=============================
	09. Services
===============================*/
.services-area {
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: var(--tg-white);
}
.services-tab-wrap .nav-tabs {
	border-bottom: none;
	justify-content: center;
	gap: 25px;
	margin-bottom: 80px;
}
.services-tab-wrap .nav-link {
	display: flex;
	align-items: center;
	padding: 11px 23px;
	color: var(--tg-gray-two);
	border: none;
	font-size: 15px;
	font-weight: 500;
	background: var(--tg-gray);
	border-radius: 25px;
}
.services-tab-wrap .nav-link svg {
	width: 22px;
	height: auto;
	max-height: 22px;
	margin-left: 10px;
	color: var(--tg-black-two);
	transition: .3s linear;
}
.services-tab-wrap .nav-link.active svg {
	color: var(--tg-primary-color);
}
.services-tab-wrap .nav-link.active {
	background: var(--tg-white);
	box-shadow: 0px 18px 51px rgba(130, 137, 162, 0.18);
}



/* services-two */


/*=============================
	10. Counter
===============================*/

/* counter-two */
.counter-area-two {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.counter-shape {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.counter-wrap {
	position: relative;
	background: var(--tg-white);
	box-shadow: 0px 7px 4px rgba(68, 87, 107, 0.04);
	border-radius: 30px;
	margin-top: 6px;
	z-index: 1;
}
.counter-wrap::before {
	content: "";
	position: absolute;
	right: 0;
	top: -6px;
	width: 100%;
	height: 100%;
	background: linear-gradient(270.97deg, #FAEC60 -12.41%, #E5A34B 1.99%, #EE6E4D 14.83%, #F44380 32.71%, #BE3DB3 48.64%,
	#7746E6 70.26%, #5A71F1 86.95%, #439EFF 99.96%);
	border-radius: 30px;
	z-index: -1;
}
.counter-item-wrap {
	background: var(--tg-white);
	padding: 90px 65px 50px;
	border-radius: 30px 0 0 30px;
	background-size: cover;
	background-position: center;
}
.counter-item-wrap .title {
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--tg-black-two);
	margin-bottom: 70px;
}
.counter-item-two {
	text-align: center;
	margin-bottom: 30px;
}
.counter-item-two .count {
	background: var(--tg-gradient-color-three);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-weight: 700;
	font-size: 60px;
	margin-bottom: 15px;
	line-height: .8;
}
.counter-item-two p {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 0;
	color: var(--tg-black-two);
}
.certificate-wrap {
	background: var(--tg-gray);
	border-radius: 0 30px 30px 0;
	height: 351px;
	overflow: hidden;
}
.certificate-item {
	margin-bottom: 30px;
	text-align: center;
	z-index: 2;
}
.certificate-item img {
	margin: 0 auto;
}

/* counter-three */

/*=============================
	11. Features
===============================*/
.features-area.features-bg {
	background-size: cover;
	background-position: center;
	background-color: var(--tg-white);
	padding: 0 0 140px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.features-item-wrap {
	margin-bottom: 70px;
}
.features-item {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.features-item .icon {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--tg-gray);
	color: var(--tg-primary-color);
	margin-left: 10px;
}
.features-item .content span {
	font-weight: 500;
	font-size: 18px;
	display: block;
	color: var(--tg-black-two);
}
.features-img {
	text-align: center;
}
.features-img img {
	filter: drop-shadow(-22px 47px 51px rgba(57, 89, 120, 0.15));
}
@keyframes leftToRight {
  0% {
        transform: rotateX(0deg) translateX(0px);
    }
  50% {
        transform: rotateX(0deg) translateX(50px);
    }
  100% {
        transform: rotateX(0deg) translateX(0px);
    }
}

/*=============================
	12. Writing
===============================*/
.section-title .title {
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 0;
	letter-spacing: -0.01em;
}
.section-title .title span {
	font-weight: 300;
	background: var(--tg-gradient-color-three);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

/*=============================
	13. Speech
===============================*/
.select2-results__option > div,
.select2-selection__rendered > div {
	display: flex;
	align-items: center;
	height: 50px;
}
.select2-results__option > div {
	height: 30px;
}
.select2-results__option > div img,
.select2-selection__rendered > div img {
	margin-left: 8px;
	border-radius: 50%;
}
.select2-results__option > div p,
.select2-selection__rendered > div p {
	color: var(--tg-gray-four);
	text-overflow: ellipsis;
	overflow: hidden;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-right: 20px !important;
	padding-left: 40px !important;
}
.select2-results__option {
	padding: 6px 20px !important;
	transition: .3s linear;
	cursor: pointer;
	color: var(--tg-gray-four);
}
.select2-results__option:hover {
	background: var(--tg-cyan);
}
.select2-dropdown {
	background-color: var(--tg-black-four) !important;
	border: 1px solid #393A3D !important;
	border-radius: 5px;
}
.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
	background-color: var(--tg-black-four) !important;
	border-radius: 5px;
	color: var(--tg-white);
	border: 1px solid #393A3D !important;
}
.select2-selection__rendered {
	color: var(--tg-gray-four) !important;
	line-height: 50px !important;
}
.hidden-btn-wrap {
	display: none;
}

/*=============================
	14. Use-Cases
===============================*/
.use-cases-content {
	width: 83%;
}
.use-cases-content p {
	margin-bottom: 0;
	color: var(--tg-gray-three);
}
.use-cases-nav-wrap .nav-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 7px;
    background: linear-gradient(89.78deg, rgba(200 189 255 / 20%) -31.69%, rgba(186 166 255 / 20%) -22.78%, rgba(34, 0, 255, 0.429) 27.93%, rgba(0, 204, 255, 0.534) 99.79%);
    border-radius: 10px;
    padding: 20px;
}

.use-cases-nav-wrap .nav-tabs .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    background: transparent;
    border: none;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    color: var(--tg-white);
    padding: 15px;
    text-align: center;
}

.use-cases-nav-wrap .nav-tabs .nav-item.show .nav-link,
.use-cases-nav-wrap .nav-tabs .nav-link.active {
    color: var(--tg-white);
    background-color: var(--tg-primary-color);
}
.use-cases-area .fade {
	transition: .15s linear;
}
@keyframes taFadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes taFadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/*=============================
	15. Roadmap
===============================*/


/*=============================
	16. Language
===============================*/

/*=============================
	17. Pricing
===============================*/

.pricing-item {
	position: relative;
	padding: 65px 40px 40px;
	margin-bottom: 30px;
	/* box-shadow: -1px 23px 55px rgba(33, 33, 33, 0.1); */
	z-index: 1;
	margin-top: 15px;
	color: #c7c7c7;
}
.pricing-shape {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: transparent;
}
.pricing-shape svg {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: visible;
}
.pricing-shape svg path {
	fill: rgba(255, 255, 255, 1);
}
.pricing-item .pricing-top {
	display: flex;
	align-items: center;
	/* border-bottom: 2px solid var(--tg-black-two); */
	/* margin-bottom: 25px; */
	padding-bottom: 25px;
}
.pricing-item .pricing-top .left-side {
	display: flex;
	align-items: center;
	width: 60%;
}
.pricing-item .pricing-top .left-side .icon {
	flex: 0 0 auto;
	width: 58px;
	margin-left: 10px;
	position: relative;
}
.pricing-item .pricing-top .left-side .icon::before {
	content: "";
	position: absolute;
	left: -5px;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
}
.pricing-item .pricing-top .left-side .icon svg {
	transform: rotate(30deg);
	width: 50px;
}
.pricing-item .pricing-top .left-side .content .title {
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 1;
	color: var(--tg-gray-two);
}
.pricing-item .pricing-top .left-side .content span {
	display: block;
	line-height: 1;
	font-size: 15px;
}
.pricing-price {
	margin-right: auto;
}
.pricing-price .title {
	margin-bottom: 0;
	font-size: 33px;
}
.pricing-list .list-wrap {
	margin-bottom: 15px;
}
.pricing-list .list-wrap li {
	position: relative;
	padding-right: 26px;
	font-size: 16px;
	margin-bottom: 15px;
	color: var(--tg-gray-two)
}
.pricing-list .list-wrap li.delete {
	text-decoration-line: line-through;
}
.pricing-list .list-wrap li:last-child {
	margin-bottom: 0;
}
.pricing-list .list-wrap li::before { /* checked icon */
	content: "\f058";
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	color: rgb(171, 171, 171, 0.5);
	position: absolute;
	right: 0;
	top: 0;
}
.pricing-list .list-wrap li.delete::before {
	content: "\f057";
}
.pricing-btn .btn {
	width: 100%;
	margin-bottom: 8px;
}
.pricing-item.active .pricing-list .list-wrap li {
	color: var(--tg-gray-two);
}
.pricing-item.active .pricing-top {
	border-color: var(--tg-primary-color);
}
.pricing-item.active .pricing-btn .btn {
	background: var(--tg-primary-color);
	color: var(--tg-white);
}
.pricing-item.active .pricing-btn .btn:hover {
	color: var(--tg-white);
	background-color: var(--tg-secondary-color);
}
/* --tg-gradient-color-three: linear-gradient(89.09deg, #1400f3 -4.93%, #254df7 8.69%, #408cf8 20.84%, #5ac8fa 37.75%, #13d110 52.82%, #77e690 73.27%, #a3f4a1 89.06%, #d4ffc7 101.36%); */

.pricing-item.active .popular {
	background: var(--tg-gradient-color);
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -15px;
	font-weight: 400;
	font-size: 16px;
	color: var(--tg-white);
	border-radius: 20px;
	padding: 6px 20px;
	max-width: 135px;
}

.pricing-item-wrap .pricing-tab {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 70px;
}

.pricing-item-wrap .pricing-tab .tab-btn {
    cursor: pointer;
    color: var(--tg-gray-three);
	font-weight: 400;
	font-size: 18px;
    user-select: none;
}
.pricing-tab.selected .annual_tab_title {
    color: var(--tg-gray-three);
}
.pricing-tab.selected .monthly_tab_title {
    color: var(--tg-gray-three);
}
.pricing-tab .pricing-tab-switcher {
    height: 35px;
    width: 100px;
    display: inline-block;
    border-radius: 30px;
    position: relative;
    margin: 0 15px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    cursor: pointer;
	background: var(--tg-white);
	border: 2px solid var(--tg-primary-color);
}
.pricing-tab .pricing-tab-switcher:before {
    content: "";
    position: absolute;
    right: 6px;
    top: 4px;
	bottom: 4px;
    width: 40px;
	border: 2px solid var(--tg-primary-color);
	background: var(--tg-white);
	transition: .3s;
}
.pricing-tab .pricing-tab-switcher.active:before {
	right: calc(100% - 46px);
}

/* Styling for the original price with strikethrough */

/* Styling for the discounted price */
.pricing-price .discounted-price-monthly {
    font-size: 33px;
	display: inline;
	margin-bottom: 0;
}

/* Styling for the discounted price */
.pricing-price .discounted-price-yearly {
    font-size: 33px;
	display: inline;
	margin-bottom: 0;
}

/* Styling for the "/ user" text */

/* VAT included note */
.pricing-price small {
    font-size: 13px;
    color: #13d110; /* Green color for VAT note */
    display: block;
    margin-top: 5px;
}

.pricing-price .annual_price {
    display: inline;
}
.pricing-price .monthly_price {
    display: none;
}
.pricing-price.change-subs-duration .annual_price {
    display: none;
}
.pricing-price.change-subs-duration .monthly_price {
    display: inline;
}

.pricing-btn .yearly-plan {
    display: none;
}
/* .pricing-btn.change-subs-duration .yearly-plan {
    display: block;
}
.pricing-btn.change-subs-duration .monthly-plan {
    display: none;
} */

.storage-btn .yearly-storage {
    display: none;
}
/* .storage-btn.change-subs-duration .yearly-storage {
    display: block;
}
.storage-btn.change-subs-duration .monthly-storage {
    display: none;
} */

.pricing-list .storage-btn {
	margin-bottom: 30px;
}

/* pricing-two */

/* pricing-three */
.user-plus-minus {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 40px;
	text-align: center;
	z-index: 1;
	border-right: 1px solid #080624;
}
.user-plus-minus > span {
    position: absolute;
    cursor: pointer;
    user-select: none;
    width: 40px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
	color: #F0F0F0;
	opacity: 0.5;
	font-size: 14px;
}
.user-plus-minus::before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: #080624;
}
.user-plus-minus > span.minus {
	top: auto;
    bottom: 0;
}
.user-plus-minus > span.minus.dis {
    cursor: auto;
}
.pricing-btn .gradient-btn {
	width: 100%;
	color: var(--tg-gray-four);
	background: var(--tg-black-three);
}


.pricing-item-wrap .pricing-tab {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 70px;
}

.pricing-item-wrap .pricing-tab .tab-btn {
    cursor: pointer;
    color: var(--tg-gray-two);
	font-weight: 400;
	font-size: 18px;
    user-select: none;
}
.pricing-tab .pricing-tab-switcher {
    height: 35px;
    width: 100px;
    display: inline-block;
    border-radius: 30px;
    position: relative;
    margin: 0 15px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    cursor: pointer;
    background: transparent;
	border: 2px solid var(--tg-primary-color);
}
.pricing-tab .pricing-tab-switcher:before {
    content: "";
    position: absolute;
    right: 6px;
    top: 4px;
	bottom: 4px;
    width: 40px;
    border-radius: 20px;
	background: var(--tg-primary-color);
	border: none;
	transition: .3s;
}
.pricing-tab .pricing-tab-switcher.active:before {
	right: calc(100% - 46px);
	background: var(--tg-secondary-color);
}

/* pricing-two */
.area-bg {
	background-size: cover;
	background-position: center;
	padding: 135px 0 140px;
}
.pricing-area-two {
	position: relative;
	z-index: 1;
}
.pricing-shape-wrap {
	position: absolute;
	z-index: -1;
	right: 60px;
	top: 0;
}
/* .pricing-item-two .pricing-top-content .pricing-price.change-subs-duration .annual_price {
    display: flex;
}
.pricing-item-two .pricing-top-content .pricing-price.change-subs-duration .monthly_price {
    display: none;
} */

/* pricing-three */
.user-plus-minus {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 40px;
	text-align: center;
	z-index: 1;
	border-right: 1px solid #080624;
}
.user-plus-minus > span {
    position: absolute;
    cursor: pointer;
    user-select: none;
    width: 40px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
	color: #F0F0F0;
	opacity: 0.5;
	font-size: 14px;
}
.user-plus-minus::before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: #080624;
}
.user-plus-minus > span.plus {
    right: 0;
    top: 0;
    left: 0;
}
.user-plus-minus > span.minus {
	top: auto;
    bottom: 0;
}
.user-plus-minus > span.minus.dis {
    cursor: auto;
}
.pricing-btn .gradient-btn {
	width: 100%;
	color: var(--tg-gray-four);
	background: var(--tg-black-three);
}

/*=============================
	18. Team
===============================*/

/*=============================
	19. Tools
===============================*/
.tools-item {
	position: relative;
	z-index: 1;
	padding: 25px 35px 25px 75px;
	margin-bottom: 30px;
	transition: .3s linear;
}
.tools-item:hover {
	transform: translateY(-4px);
}
.tools-icon {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 7px;
	top: 14px;
	background: rgb(171, 171, 171, 0.4);
	border-radius: 50%;
	color: var(--tg-white);
	font-size: 22px;
	z-index: 1;
}
.tools-icon::before {
	content: "";
	position: absolute;
	right: 2px;
	left: 2px;
	top: 2px;
	bottom: 2px;
	border-radius: 50%;
	background: transparent;
	z-index: -1;
}
.tools-content .title {
	font-size: 20px;
	margin-bottom: 12px;
	margin-right: 40px;
}
.tools-area .row {
	margin: 0 -10px;
}
.tools-area .row .col {
	padding: 0 10px;
}


/*=============================
	20. Compare
===============================*/
.compare-area {
	position: relative;
	padding: 130px 0 100px;
	background: var(--tg-white);
	z-index: 1;
	overflow: hidden;
}
.compare-area::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 57%;
	background: var(--tg-gray);
	z-index: -1;
}
.section-title-two .title {
	margin-bottom: 0;
	font-size: 50px;
	color: var(--tg-black-two);
	letter-spacing: -0.01em;
}
.section-title-two .title span {
	font-style: italic;
	font-weight: 600;
	font-family: var(--tg-playfair-font-family);
}
.section-title-two .title span strong {
	font-weight: 600;
	position: relative;
	z-index: 1;
}
.section-title-two .title span strong svg {
	position: absolute;
	width: 100%;
	height: auto;
	right: 0;
	min-height: 18px;
	bottom: 8px;
	z-index: -1;
	animation: title-animation 3.5s infinite;
}
.compare-item {
	box-shadow: 0px 4px 4px rgba(181, 188, 213, 0.25);
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 40px;
}
.compare-thumb img {
	width: 100%;
}
.compare-content {
	padding: 25px 55px 45px;
	background: var(--tg-white);
}
.compare-content .title {
	color: var(--tg-black-two);
	font-size: 24px;
	margin-bottom: 50px;
}
.compare-content .list-wrap li {
	color: var(--tg-gray-two);
	font-size: 16px;
	position: relative;
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
}
.compare-content .list-wrap li:last-child {
	margin-bottom: 0;
}
.compare-content .list-wrap li::before {
	content: "\f058";
	font-weight: 700;
	font-family: "Font Awesome 5 Pro";
	color: var(--tg-primary-color);
	font-size: 18px;
	margin-left: 12px;
}
.compare-content .list-wrap.delete-item li::before {
	content: "\f057";
	color: var(--tg-black-two);
}
.compare-shape-wrap img {
	position: absolute;
	z-index: -1;
}
.compare-shape-wrap img:nth-child(1) {
	left: 0;
	top: 7%;
}
.compare-shape-wrap img:nth-child(2) {
	right: 0;
	bottom: 22%;
}

/*=============================
	21. Work
===============================*/

/*=============================
	22. Testimonial
===============================*/
.testimonial-area {
	overflow: hidden;
	padding: 0 0 150px;
}
.testimonial-active .slick-list {
	overflow: visible;
}
.testimonial-active {
	margin: 0 -20px;
}
.testimonial-active .col {
	padding: 0 20px;
}

/* testimonial-two */
.testimonial-area-two.testimonial-bg {
	background-size: cover;
	background-position: center;
	padding: 130px 0 90px;
	background-color: var(--tg-white);
	overflow: hidden;
}
.testimonial-item-wrap-two {
	padding: 0 60px;
}
.testimonial-item-two {
	position: relative;
	z-index: 1;
	padding: 30px 35px 35px;
	margin-bottom: 40px;
}
.testimonial-shape-two {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.testimonial-shape-two svg {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 30px;
	box-shadow: 0px 7px 4px rgba(68, 87, 107, 0.04);
}
.testimonial-shape-two svg path {
	color: var(--tg-white);
}
.testimonial-item-two .testimonial-avatar {
	display: flex;
	align-items: center;
	margin-bottom: 65px;
}
.testimonial-item-two .testi-avatar-img {
	width: 60px;
	flex: 0 0 auto;
	margin-left: 20px;
}
.testimonial-item-two .testi-avatar-img img {
	border-radius: 50%;
}
.testimonial-item-two .testi-avatar-info .title {
	font-size: 15px;
	color: var(--tg-black-two);
	margin-bottom: 8px;
	text-transform: uppercase;
}
.testimonial-item-two .testi-avatar-info span {
	display: block;
	color: var(--tg-gray-two);
	line-height: 1;
}
.testimonial-content-two p {
	margin-bottom: 20px;
	color: var(--tg-gray-two);
}
.testimonial-content-two .rating {
	display: flex;
	align-items: center;
	gap: 4px;
}
.testimonial-active-two [class*="col-"] {
	padding: 0 15px;
}
.testimonial-active-two .slick-list {
	overflow: visible;
}

/* testimonial-three */
.testimonial-active-three .slick-list {
	overflow: visible;
}

/*=============================
	23. Faq
===============================*/
.faq-wrap .accordion-button {
	color: var(--tg-black-two);
	background-color: transparent;
	box-shadow: none;
	font-weight: 600;
	font-size: 28px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	padding: 30px 100px 30px 50px;
	border-radius: 0;
}
.faq-wrap .accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.faq-wrap .accordion-button:not(.collapsed) {
	color: var(--tg-black-two);
	background-color: transparent;
	border-bottom: transparent !important;
}
.faq-wrap .accordion-button:focus {
	border-color: transparent;
	box-shadow: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.faq-wrap .accordion-item {
	background-color: transparent;
	border: none;
}
.faq-wrap .accordion-body {
	padding: 0 100px 35px 200px;
}
.faq-wrap .accordion-body p {
	margin-bottom: 0;
	color: var(--tg-gray-three);
}
.faq-wrap .accordion-item.active {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0px 42px 76px rgba(0, 4, 43, 0.5);
	border-radius: 10px;
}
.faq-wrap .accordion-button::after {
	flex-shrink: 0;
	width: auto;
	height: auto;
	content: "\f055";
	background-image: none;
	font-size: 28px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	position: absolute;
	left: 50px;
	top: 31px;
	color: var(--tg-white);
}
.faq-wrap .accordion-button:not(.collapsed)::after {
	background-image: none;
	content: "\f056";
	transform: rotate(0);
}

/* faq-two */
.problem-search-wrap {
	margin-bottom: 80px;
}
.problem-search-wrap .form-grp {
	position: relative;
}
.problem-search-wrap .form-grp input {
	width: 100%;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0px 42px 76px rgba(0, 4, 43, 0.2);
	border-radius: 30px;
	font-weight: 400;
	font-size: 15px;
	color: var(--tg-paragraph-color);
	padding: 16px 150px 16px 55px;
	height: 60px;
	display: block;
	margin-bottom: 50px;
}
.problem-search-wrap .form-grp input::placeholder {
	font-weight: 400;
	font-size: 15px;
	color: var(--tg-paragraph-color);
	opacity: .8;
}
.problem-search-wrap .form-grp label {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 15px;
	color: var(--tg-paragraph-color);
}
.problem-search-wrap .form-grp button {
	position: absolute;
	left: 5px;
	top: 5px;
	bottom: 5px;
	font-weight: 600;
	font-size: 14px;
	padding: 10px 32px;
}
.problem-search-wrap .form-grp button::after {
	display: none;
}
.problem-search-wrap span {
	display: block;
	font-size: 18px;
	color: var(--tg-gray-light);
}

.faq-tab-wrap .nav-tabs {
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0px 42px 76px rgba(0, 4, 43, 0.2);
	justify-content: center;
	gap: 20px;
	margin-bottom: 60px;
	padding: 20px;
}
.faq-tab-wrap .nav-tabs .nav-link {
	margin-bottom: 0;
	background: transparent;
	border: none;
	border-radius: 0;
	font-weight: 400;
	font-size: 20px;
	color: var(--tg-gray-two);
	display: flex;
	align-items: center;
	padding: 0 28px 20px 28px;
	position: relative;
}
.faq-tab-wrap .nav-tabs .nav-link::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -1px;
	width: 100%;
	height: 5px;
	background: var(--tg-primary-color);
	opacity: 0;
	border-radius: 3px;
	transition: .3s ease-in-out;
}
.faq-tab-wrap .nav-tabs .nav-link.active::before {
	opacity: 1;
}
.faq-tab-wrap .nav-tabs .nav-link img {
	margin-left: 30px;
}

/* Color for the plus icon when collapsed */
.accordion-button.collapsed::after {
    color: #ababab; /* Color for the plus icon */
}

/* Color for the minus icon when expanded */
.accordion-button:not(.collapsed)::after {
    color: #1400f3; /* Color for the minus icon */
}

/*=============================
	24. Help
===============================*/
.help-area .help-title .title {
	font-size: 50px;
	letter-spacing: -0.01em;
	margin-bottom: 20px;
	color: var(--tg-black-two)
}
.help-area .help-title .title span {
	font-weight: 300;
	color: var(--tg-primary-color)
}
.help-area .help-title p {
	margin-bottom: 0;
	width: 94%;
	margin: 0 auto;
	color: #ABABAB;
}
.help-center-item {
	border: 1px solid rgba(0, 0, 0, 0.12);
    filter: drop-shadow(0px 42px 76px rgb(0, 4, 43, 0.3));
	border-radius: 10px;
	text-align: center;
	padding: 48px 30px;
	margin-bottom: 30px;
}
.help-center-item .icon {
	min-height: 38px;
	margin-bottom: 25px;
}
.help-center-item .content a {
	font-weight: 600;
	font-size: 20px;
	font-family: var(--tg-heading-font-family);
	color: var(--tg-black-two);
	display: inline-block;
	line-height: 1.2;
	margin-bottom: 5px;
}
.help-center-item .content a:hover {
	color: var(--tg-primary-color);
}
.help-center-item .content p {
	margin-bottom: 0;
	color: #ABABAB;
	font-weight: 250;
}


/*=============================
	25. CTA
===============================*/


/*=============================
	26. Brand
===============================*/
.brand-area {
	padding: 60px 0;
}

/* brand-two */
.brand-area-two {
	background: var(--tg-white);
}
.brand-item-wrap .title {
	text-align: center;
	color: var(--tg-gray-two);
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 18px;
	margin-bottom: 75px;
}
.brand-item-two {
	border-radius: 30px;
	border: 1px solid var(--tg-gray);
	padding: 0 30px;
	min-height: 60px;
	display: flex !important;
	align-items: center;
	margin: 0 30px;
	cursor: pointer;
	transition: .3s linear;
	margin-bottom: 50px;
}
.brand-item-two:hover {
	background: var(--tg-white);
	border-color: var(--tg-white);
	box-shadow: 0px 18px 51px rgba(130, 137, 162, 0.18);
}

/* brand-three */
.brand-active-four .slick-slide {
	padding: 0 15px;
}
@keyframes brandRotate {
  from {
    -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes brandRotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

/*=============================
	27. Job
===============================*/


/* job-details */

/*=============================
	27. Blog
===============================*/

/* blog-details */
.blog-details-wrap {
	padding: 0 80px 0 80px;
}
.blog-details-content {
	width: 91%;
	margin-bottom: 90px;
}
.blog-details-content .title {
	margin-bottom: 30px;
	font-size: 35px;
	letter-spacing: -0.01em;
	width: 75%;
}
.blog-details-content h4 {
	margin-bottom: 0;
	color: var(--tg-black-two);
}
.blog-details-content p {
	margin-bottom: 0;
	color: #ABABAB;
}
.blog-details-content .info-two {
	margin-bottom: 30px;
}
.blog-details-content .list-wrap {
	margin-bottom: 40px;
}
.blog-details-content .list-wrap li {
	display: flex;
	align-items: baseline;
	font-size: 18px;
	margin-bottom: 5px;
	color: var(--tg-gray-two);
}
.blog-details-content .list-wrap li:last-child {
	margin-bottom: 0;
}
.blog-details-content .list-wrap li i {
	color: var(--tg-white);
	margin-left: 12px;
}
.related-post-active [class*="col-"] {
	padding: 0 15px;
}
.related-post-active [class*="col-"] {
	padding: 0 15px;
}

/*=============================
	28. Contact
===============================*/
.contact-info-wrap {
	margin-bottom: 100px;
}
.contact-info-item {
	border: 1px solid rgba(0, 0, 0, 0.12);
	filter: drop-shadow(0px 42px 76px rgb(0, 4, 43, 0.3));
	border-radius: 10px;
	text-align: center;
	padding: 30px;
	min-height: 288px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 30px;
	transition: .3s linear;
}
.contact-info-item:hover {
	background: rgba(20, 8, 179, 0.2);
}
.contact-info-item .icon {
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 25px;
	border-radius: 50%;
	background: var(--tg-gradient-color);
	position: relative;
	font-size: 24px;
	color: var(--tg-white);
	z-index: 1;
}
.contact-info-item .icon::before {
	content: "";
	position: absolute;
	right: 2px;
	left: 2px;
	top: 2px;
	bottom: 2px;
	border-radius: 50%;
	background: #070056;
	z-index: -1;
}
.contact-info-item .icon i {
	transform: rotateY(0);
	transition: .3s linear;
}
.contact-info-item:hover .icon i {
	transform: rotateY(-180deg);
}
.contact-info-item .content .title {
	font-size: 22px;
	margin-bottom: 20px;
	color: var(--tg-black-three);
}
.contact-info-item .content p {
	margin-bottom: 0;
	color: #ABABAB;
}
.contact-info-item .content span {
	display: block;
	color: #ABABAB;
}
.contact-info-item:hover .content p {
	color: #ffffff;
}
.contact-info-item:hover .content span {
	color: #ffffff;
}
.contact-form-wrap {
	position: relative;
}
.contact-form-wrap > .title {
    margin-bottom: 80px;
    text-align: center;
    font-size: 50px;
    letter-spacing: -0.01em;
	color: var(--tg-black-two);
}
.contact-form-wrap > .title span {
	font-weight: 400;
	background: var(--tg-gradient-color);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
.responds-wrap {
	/* background: var(--tg-gradient-color); */
	/* border: 3px solid rgba(255 255 255 / 20%); */
	/* border-radius: 30px; */
	padding: 30px;
	text-align: center;
	max-width: 355px;
	min-height: 220px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: auto;
	background: transparent; /* Transparent background */
	border: 1px solid rgba(0, 0, 0, 0.12);
	/* filter: drop-shadow(0px 42px 76px rgb(0, 4, 43, 0.3)); */
	border-radius: 10px;
	/* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}
.responds-wrap .list-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.responds-wrap .list-wrap li {
	transition: .3s linear;
}
.responds-wrap .list-wrap li img {
	border-radius: 50%;
	border: 1px solid rgba(240, 240, 240, 0.12);
}
.responds-wrap .list-wrap li:not(:nth-child(1)) {
	margin-right: -20px;
}
.responds-wrap .list-wrap li:nth-child(1) {
	z-index: 5;
}
.responds-wrap .list-wrap li:nth-child(2) {
	z-index: 4;
}
.responds-wrap .list-wrap li:nth-child(3) {
	z-index: 3;
}
.responds-wrap .list-wrap li:nth-child(4) {
	z-index: 2;
}
.responds-wrap .list-wrap li:hover {
	z-index: 5;
}
.responds-wrap p {
	margin-bottom: 0;
	font-size: 18px;
	color: #ABABAB;
}
.contact-form {
    padding: 40px;
    margin: 0 65px;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 10px;
}

.contact-form .form-grp {
    margin-bottom: 30px;
}

.contact-form .form-grp textarea,
.contact-form .form-grp input {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: var(--tg-white);
    background: rgba(20, 8, 179, 0.2);
    border: 1px solid rgba(230, 238, 251, 0.13);
    border-radius: 30px;
    padding: 10px 20px;
    height: 50px;
    display: block;
}

.contact-form .form-grp textarea::placeholder,
.contact-form .form-grp input::placeholder {
    font-size: 16px;
    color: var(--tg-white);
    opacity: 0.8; 
}

.contact-form .form-grp textarea {
    min-height: 110px;
    max-height: 110px;
}

/* Specific styles for select dropdown */
.contact-form .form-grp select {
    background: rgba(20, 8, 179, 0.2);
    border: 1px solid rgba(230, 238, 251, 0.13);
    color: var(--tg-white);
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 16px;
    letter-spacing: 0.02em;
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 5%27%3E%3Cpath fill=%27%23ffffff%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: left 16px center;
    background-size: 10px;
    padding-left: 40px; /* Space for the custom arrow */
	width: 100%;
}

/* Additional styling for Firefox */
.contact-form .form-grp select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--tg-white);
}

.contact-form .form-grp .select .option::disabled {
    color: red;
}

.contact-form .form-grp select::placeholder {
    font-size: 16px;
    color: var(--tg-white);
    opacity: 0.8;
}

/* Remove inner shadow for select dropdown in Firefox */
.contact-form .form-grp select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--tg-white);
}

.contact-shape {
	position: absolute;
	right: 18%;
	z-index: -1;
	bottom: 8%;
	transform: scaleX(-1);
}
.contact-map {
	width: 100%;
	height: 700px;
}
.contact-map iframe {
	width: 100%;
	height: 100%;
}

/*=============================
	29. Error
===============================*/
.error-area {
	position: relative;
	padding: 120px 0 120px;
}
.error-content .title {
	font-size: 40px;
	margin-bottom: 0px;
	letter-spacing: -0.01em;
	color: var(--tg-black-two);
}
.error-content img {
	margin-bottom: 0px;
}
.error-content span {
	display: block;
	font-weight: 700;
	font-size: 30px;
	color: var(--tg-black-two);
	font-family: var(--tg-heading-font-family);
	letter-spacing: -0.01em;
	margin-bottom: 70px;
}

/*=============================
	30. Login
===============================*/


/*=============================
	31. Footer
===============================*/
.footer-area {
	background: var(--tg-cetacean-blue);
	z-index: 3;
	position: relative;
}
.footer-widget {
	margin-bottom: 40px;
}

.footer-link-two .list-wrap li a::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: var(--tg-paragraph-color);
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
	transition: transform 0.4s cubic-bezier(.74, .72, .27, .24);
}

.footer-link-two .list-wrap li a:hover::before {
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}
.footer-menu .list-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 10px 25px;
}
.footer-menu .list-wrap li a {
	font-size: 15px;
	color: var(--tg-paragraph-color);
	position: relative;
}
.footer-menu .list-wrap li a::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: var(--tg-paragraph-color);
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
	transition: transform 0.4s cubic-bezier(.74, .72, .27, .24);
}
.footer-menu .list-wrap li a:hover::before {
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}


/* footer-two */
.footer-top-two {
	z-index: 1;
	position: relative;
	background: var(--tg-white);
	border-radius: 0 0 25px 25px;
	padding: 72px 0 60px;
}
.footer-features-wrap {
	padding-bottom: 20px;
	border-bottom: 2px solid var(--tg-gray);
	margin-bottom: 70px;
}
.footer-features-item {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.footer-features-item .icon {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, rgb(171, 171, 171, 0.2) 0%, rgba(200, 223, 251, 0.06) 100%);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 10px;
	margin-left: 20px;
	position: relative;
}
.footer-features-item .icon::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -56px;
	width: 100%;
	height: 2px;
	background: var(--tg-black-two);
}
.footer-features-item .icon i {
	color: var(--tg-primary-color);
	align-items: center;
	justify-content: center;
	position: relative;
	display: flex;
}
.footer-features-item .content .title {
	margin-bottom: 10px;
	color: var(--tg-black-two);
	font-size: 20px;
	letter-spacing: -0.01em;
}
.footer-features-item .content a {
	font-size: 18px;
	color: var(--tg-gray-two);
}
.footer-features-item .content a:hover {
	color: var(--tg-primary-color);
}
.footer-features-item .content a i {
	margin-right: 15px;
}
.fw-title-two {
	font-size: 14px;
	margin-bottom: 32px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--tg-black-two);
}
.footer-link-two .list-wrap li {
	margin-bottom: 7px;
}
.footer-link-two .list-wrap li:last-child {
	margin-bottom: 0;
}
.footer-link-two .list-wrap li a {
	font-size: 16px;
	color: var(--tg-gray-two);
	position: relative;
}
.footer-link-two .list-wrap li a:hover {
	color: var(--tg-primary-color);
}
.footer-link-two .list-wrap li a::before {
	background: var(--tg-primary-color);
}
.footer-contact-two {
	display: flex;
	flex-direction: column;
	margin-bottom: 25px;
	gap: 5px;
}
.footer-contact-two a {
	color: var(--tg-gray-two);
	font-size: 16px;
}
.footer-contact-two a:hover {
	color: var(--tg-primary-color);
}
.footer-contact-two a.email {
	text-decoration: underline;
}
.footer-social-two .list-wrap {
	display: flex;
	align-items: center;
	gap: 15px;
}
.footer-social-two .list-wrap li a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--tg-black-two);
	border: 1px solid var(--tg-gray);
	border-radius: 50%;
}
.footer-social-two .list-wrap li a:hover {
	background: var(--tg-primary-color);
	color: var(--tg-white);
	border-color: var(--tg-primary-color);
}
.footer-bottom-two {
	background: var(--tg-gradient-color-three);
	padding: 50px 0 11px;
	margin-top: -39px;
}
.footer-bottom-two .copyright-text p {
	color: var(--tg-white);
	margin-bottom: 0;
	font-weight: 500;
}
.footer-bottom-two .footer-menu .list-wrap li a {
	font-size: 16px;
	color: var(--tg-white);
}
.footer-bottom-two .footer-menu .list-wrap li a::before {
	background: var(--tg-white);
}

/* footer-three */

/*=============================
	32. Preloader
===============================*/
#preloader {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--tg-white);
	z-index: 999;
	width: 100%;
	height: 100%;
}
.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: var(--tg-primary-color);
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1.0);
  };
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  };
}

/*=============================
	Popup Overlay
===============================*/

/* Overlay for the popup */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Centered Popup Box */
.popup-box {
    max-width: 600px;
    width: 90%;
    max-height: 90vh; /* Limit height to make it scrollable */
    padding: 50px; /* Reduced padding for better layout */
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow-y: auto; /* Enable vertical scrolling */
}

/* Popup Content */
.popup-content {
    display: none;
}

.popup-content.active {
    display: block;
}

.popup-overlay .popup-box h2 {
    margin-bottom: 35px;
    font-size: 30px; /* Increase heading size for better visibility */
    color: #1400f3; /* Title color */
    text-align: center; /* Center title */
}

/* Form Group Styling */
.popup-overlay .popup-box .form-grp-popup {
    margin-bottom: 20px;
    display: flex;
    align-items: center; /* Center align items vertically */
}

/* Label Styling */
.popup-overlay .popup-box .form-grp-popup label {
    width: 40%; /* Width of label */
    margin-left: 10px; /* Space between label and input */
    font-weight: bold;
	font-size: 16px;
    color: #333; /* Label color */
}

/* Input and button styling */
input[type="text"],
input[type="email"],
input[type="number"],
.popup-overlay .popup-box textarea {
    width: 60%; /* Width of input field */
    padding: 8px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
    transition: border-color 0.3s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus {
    border-color: #1400f3; /* Highlight border on focus */
}

/* Error message styling */
.popup-overlay .popup-box .error-message {
    color: red;
    font-size: 12px;
    margin-top: 5px;
	display: none;
}

/* Adjust button styling */
.popup-overlay .popup-box button.btn {
    width: 100%; /* Full width for the button */
    padding: 15px;
    background: #1400f3;
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 20px; /* Space above the button */
}

.popup-overlay .popup-box button.btn:hover {
    background: #0f00c9; /* Darker shade on hover */
}

/* Privacy disclaimer */
.popup-overlay .popup-box .privacy-disclaimer {
    font-size: 13px;
    color: #555;
    margin-top: 10px;
    text-align: center; /* Center the disclaimer */
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .popup-box {
        max-width: 90%;
    }
}

/* Close Button Styling */
.close-popup-btn {
    position: absolute;
    top: 20px;
    left: 25px;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}