	/*
  Theme Name: Bigtech - ICO & Crypto Landing Page Template
  Support: themegenix@gmail.com
  Description: Bigtech - ICO & Crypto Landing Page Template.
  Version: 1.0
*/


/* CSS Index
-----------------------------------

1. Theme default css
2. Header
3. Mobile-menu
4. Banner
5. Breadcrumb
6. Countdown
7. About
8. Choose
9. Chart
10. Counter
11. RoadMap
12. Document
13. Team
14. Download
15. Faq
16. Blog
17. Pagination
18. Contact
19. Newsletter
20. Footer
21. Preloader

*/



/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@200;300;400;500;600;700&amp;family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap');
html, body {
	font-family: 'Outfit', sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #A4B4C3;
	font-style: normal;
	background-color: #080808;
	line-height: 1.75;
	overflow-x: hidden;
}
body.white-background {
	background-color: #FFFFFF;
}
img,
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
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,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #00C4F4;
	text-decoration: none;
}
a,
button {
	color: #00C4F4;
	outline: medium none;
	text-decoration: none;
}
.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	color: #FFFFFF;
	margin-top: 0px;
	font-style: normal;
	font-weight: 600;
	text-transform: capitalize;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.75;
	color: #727885;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #00C4F4;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #00C4F4;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #00C4F4;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #00C4F4;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}

/* Bootstrap 5 */
.container {
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    --bs-gutter-x: 30px;
}
.row.g-0 {
	--bs-gutter-x: 0;
}
.gutter-y-30 {
  	--bs-gutter-y: 30px;
}

/* button style */
.btn {
	user-select: none;
	-moz-user-select: none;
	background: #040E18;
	border-radius: 70px;
	border: 2px solid transparent;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .5px;
	line-height: 1;
	margin-bottom: 0;
	padding: 25px 50px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.4s 0s;
	vertical-align: middle;
	white-space: nowrap;
	box-shadow: 0px 6px 22px rgba(6, 34, 51, 0.22);
	background-clip: padding-box;
	position: relative;
}
.btn::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: -2px;
	background: linear-gradient(90deg, rgba(0, 196, 244, 1) 0%, rgba(4, 12, 21, 1) 49%, rgba(0, 196, 244, 1) 100%);
	border-radius: 70px;
	transition: all 0.4s ease 0s;
	z-index: -1;
}
.btn:hover {
	border-color: #00C4F4;
	color: #00C4F4;
}
.btn.btn-two {
	background: #564DCA;
	border-radius: 5px;
	padding: 25px 42px;
	border: none;
}
.btn.btn-two::after {
	display: none;
}
.btn.btn-two:hover {
	color: #fff;
	background: #00C4F4;
}
.breadcrumb > .active {
	color: #888;
}

/* scrollUp */
.scroll-top {
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	bottom: 105%;
	right: 50px;
	font-size: 16px;
	border-radius: 50%;
	z-index: 99;
	color: #3d3d3d;
	text-align: center;
	cursor: pointer;
	background: #dcbc95;
	transition: 1s ease;
	border: none;
}
.scroll-top.open {
	bottom: 30px;
}
.scroll-top::after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 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: #a3a3a3;
}


/* 2. Header */
.custom-container {
    max-width: 1630px;
}
.custom-container-two {
	max-width: 1700px;
}
.custom-container-three {
	max-width: 1520px;
}
.custom-container-four {
	max-width: 1200px;
}
.transparent-header {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	z-index: 9;
	height: auto;
}
.menu-area {
	border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.menu-nav {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
}
.navbar-wrap {
	display: flex;
	flex-grow: 1;
}
.navbar-wrap ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: 140px;
}
.navbar-wrap > ul > li {
	display: block;
	position: relative;
	margin-right: 65px;
}
.navbar-wrap > ul > li > a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 45px 0;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
}
.navbar-wrap > ul > li:last-child {
	margin-right: 0;
}
.navbar-wrap > ul > li > a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #00C4F4;
	-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);
	transition: transform 0.4s cubic-bezier(.74, .72, .27, .24);
}
.navbar-wrap > ul > li.active > a::before,
.navbar-wrap > ul > 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);
}
.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a {
	color: #fff;
}
.main-menu .navigation li.menu-item-has-children .dropdown-btn {
    display: none;
}
.header-action > ul {
	display: flex;
	align-items: center;
	margin-left: 10px;
}
.header-action > ul > li {
	position: relative;
	margin-left: 65px;
	padding-left: 65px;
}
.header-action > ul > li:first-child {
	margin-left: 0;
	padding-left: 0;
}
.header-action > ul > li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 28px;
	background: #FFFFFF;
	opacity: .2;
}
.header-action > ul > li:first-child::before {
	display: none;
}
.header-lang {
	position: relative;
}
.header-lang .selected-lang {
	font-size: 16px;
	color: #ffffff;
	display: flex;
	align-items: center;
	cursor: pointer;
	letter-spacing: 1px;
}
.header-lang .selected-lang::after {
	content: "\f107";
	display: block;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	color: #00C4F4;
	margin-left: 10px;
}
.header-lang .lang-list {
	position: absolute;
	left: -10px;
	top: calc(100% + 25px);
	background: #0B1D33;
	z-index: 3;
	padding: 10px 0;
	border-radius: 6px;
	box-shadow: 0px 30px 70px 0px rgba(40, 44, 49, 0.15);
	min-width: 100px;
	visibility: hidden;
	opacity: 0;
	transform-origin: top center;
	transform: perspective(400px) rotateX(-45deg);
	transition: all 0.3s ease-out 0s;
}
.header-lang:hover .lang-list {
	visibility: visible;
	opacity: 1;
	transform: perspective(400px) rotateX(0deg);
}
.header-lang .lang-list li {
	margin-bottom: 5px;
	line-height: 1;
}
.header-lang .lang-list li:last-child {
	margin-bottom: 0;
}
.header-lang .lang-list li a {
	display: block;
	font-size: 16px;
	color: #fff;
	padding: 5px 15px 5px 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.header-lang .lang-list li a:hover {
	color: #00C4F4;
}
.header-btn .btn {
	font-size: 14px;
	padding: 20px 45px;
}
.navbar-wrap ul li .sub-menu {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	min-width: 230px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	background: #0B1D33;
	margin: 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(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
	border-radius: 0;
	padding: 18px 0;
	display: block;
	visibility: hidden;
	opacity: 0;
	z-index: 9;
}
.navbar-wrap ul li .sub-menu .sub-menu {
	right: auto;
	left: 100%;
	top: 0;
}
.navbar-wrap ul li .sub-menu li {
	margin-left: 0;
	text-align: left;
	display: block;
}
.navbar-wrap ul li .sub-menu li a {
	padding: 9px 15px 9px 25px;
	line-height: 1.4;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	-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;
	display: block;
	font-size: 14px;
}
.navbar-wrap ul li .sub-menu li a:hover,
.navbar-wrap ul li .sub-menu li.active a {
	color: #00C4F4;
}
.navbar-wrap ul li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.sticky-menu {
	position: fixed;
	left: 0;
	margin: auto;
	top: 0;
	width: 100%;
	z-index: 99;
	background: #030B15;
	-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(25, 25, 25, 0.1);
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	border-radius: 0;
}
.sticky-menu .navbar-wrap > ul > li > a {
	padding: 45px 0;
}
#header-fixed-height.active-height {
	display: block;
	height: 105px;
}

/* header-two */
.menu-area.menu-style-two {
	border-bottom: none;
	padding: 30px 0;
}
.menu-style-two .navbar-wrap > ul > li > a {
    padding: 40px 0;
}
.menu-style-two .navbar-wrap > ul > li > a::before {
    display: none;
}
.menu-style-two .header-btn .btn {
	background: #00C4F4;
	border-radius: 5px;
}
.menu-style-two .header-btn .btn::after {
	display: none;
}
.menu-style-two .header-btn .btn:hover {
	background: #564DCA;
	border-color: #564DCA;
	color: #fff;
}
.menu-area.menu-style-two.sticky-menu {
	padding: 0 0;
}
.menu-style-two .navbar-wrap > ul > li.active > a,
.menu-style-two .navbar-wrap > ul > li:hover > a {
    color: #00C4F4;
}

/* 3. Mobile-menu */
.nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	display: none;
	color: #fff;
	margin-right: 30px;
	top: 15px;
}
.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 0;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
	border-radius: 0px;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}
.mobile-menu .navbar-collapse {
	display: block !important;
}
.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
}
.mobile-menu-visible {
	overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu .navigation li.current>a:before {
	height: 100%;
}
.menu-backdrop {
	position: fixed;
	right: 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: #0B1D33;
}
.mobile-menu-visible .menu-backdrop {
	opacity: 0.80;
	visibility: visible;
}
.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: #0B1D33;
	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;
	right: 15px;
	top: 28px;
	line-height: 30px;
	width: 35px;
	text-align: center;
	font-size: 20px;
	color: #00C4F4;
	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;
}
.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-top: 1px solid rgb(255 255 255 / 6%);
}
.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgb(255 255 255 / 6%);
}
.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgb(255 255 255 / 6%);
}
.mobile-menu .navigation li>a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 60px 10px 25px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: none;
	letter-spacing: 0.08em;
}
.mobile-menu .navigation li ul li > a {
	font-size: 15px;
	margin-left: 20px;
	text-transform: capitalize;
}
.mobile-menu .navigation li ul li ul li a {
    margin-left: 40px;
}
.mobile-menu .navigation li ul li ul li ul li a {
    margin-left: 60px;
}
.mobile-menu .navigation li > a:before {
	content: '';
	position: absolute;
	left: 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;
	right: 15px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	background: #00C4F4;
	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.open {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.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: #fff;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: 1px solid rgb(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: #00C4F4;
	background: #00C4F4;
	color: #fff;
}
.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    color: #fff;
    display: none;
    margin-top: 3px;
}
@media (max-width: 991.98px) {
    .menu-area .mobile-nav-toggler {
        display: block !important;
    }
}

/* Background HTML Utilities */
.bg-html-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    pointer-events: none;
}
.relative-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/* 4. Banner */
.banner-bg {
	/* background-image: url(assets/img/bg/banner_bg.jpg); */
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
	padding: 120px 0 0;
	overflow: hidden;
}
.banner-bg::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0.23deg, #030B15 5.68%, rgba(3, 11, 21, 0.42) 81.9%);
	z-index: -1;
}
.banner-shape-wrap img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.banner-shape-wrap img.img-one {
	top: 28%;
	left: -3%;
	animation: leftToRight 5s infinite linear;
}
.banner-shape-wrap img.img-two {
	left: auto;
	right: 8%;
	top: 20%;
}
.banner-shape-wrap img.img-three {
	left: auto;
	right: -2%;
	top: auto;
	bottom: 14%;
	animation: alltuchtopdown 3s infinite linear;
}
.banner-content img {
	margin-bottom: 25px;
}
.banner-content .title {
	font-size: 55px;
	margin-bottom: 45px;
	line-height: 1.4;
	letter-spacing: -0.01em;
}
.banner-content .title span {
	color: #00C4F4;
}
.banner-progress-wrap ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 50px;
}
.banner-progress-wrap ul li {
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	color: #00C4F4;
	display: inline-block;
	position: relative;
	padding-bottom: 25px;
}
.banner-progress-wrap ul li::before {
	content: "";
	position: absolute;
	bottom: 6px;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 14px;
	background: #00C4F4;
}
.banner-progress-wrap ul li:nth-child(2) {
	color: #FF9700;
}
.banner-progress-wrap ul li:nth-child(3) {
	color: #12D176;
}
.banner-progress-wrap ul li:nth-child(2)::before {
	background: #FF9700;
}
.banner-progress-wrap ul li:nth-child(3)::before {
	background: #12D176;
}
.banner-progress-wrap {
	margin: 0 150px 70px;
}
.banner-progress-wrap .progress {
	height: 6px;
	background-color: #F2F2F2;
	border-radius: 0;
	overflow: inherit;
	margin-bottom: 25px;
	margin-top: 8px;
}
.banner-progress-wrap .progress .progress-bar {
	background-color: #00C4F4;
	position: relative;
	overflow: inherit;
}
.banner-progress-wrap .progress .progress-bar::before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #fff;
	z-index: 5;
	border: 6px solid #00C4F4;
}
.banner-progress-wrap .title {
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
.banner-progress-wrap .title span {
	margin-left: auto;
}
.banner-countdown-wrap .title {
	font-size: 26px;
	margin-bottom: 15px;
	letter-spacing: -0.01em;
}
.banner-countdown-wrap .coming-time {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.banner-countdown-wrap .coming-time .time-count {
	min-width: 162px;
	min-height: 96px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px;
	position: relative;
	margin: 20px 17.5px 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	background: #0B1D33;
	border: 1px solid rgba(255, 255, 255, 0.04);
	border-radius: 5px;
	color: #A4B4C3;
	text-transform: capitalize;
}
.banner-countdown-wrap .coming-time .time-count span {
	font-size: 35px;
	font-weight: 600;
	color: #00C4F4;
	margin-bottom: 12px;
	display: block;
	font-family: 'Poppins',sans-serif;
	letter-spacing: 1px;
}
.banner-countdown-wrap .coming-time .time-count.hour span {
	color: #FF9700;
}
.banner-countdown-wrap .coming-time .time-count.min span {
	color: #FF1D45;
}
.banner-countdown-wrap .coming-time .time-count.sec span {
	color: #12D176;
}
@keyframes alltuchtopdown {
  0% {
        transform: rotateX(0deg) translateY(0px);
    }
  50% {
        transform: rotateX(0deg) translateY(-30px);
    }
  100% {
        transform: rotateX(0deg) translateY(0px);
    }
}
@keyframes leftToRight {
  0% {
        transform: rotateX(0deg) translateX(0px);
    }
  50% {
        transform: rotateX(0deg) translateX(50px);
    }
  100% {
        transform: rotateX(0deg) translateX(0px);
    }
}

/* banner-two */
.banner-area-two {
	position: relative;
	padding: 225px 0 0;
	z-index: 1;
}
.banner-bg-two {
	background-image: url(assets/img/banner/banner_bg02.jpg);
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100% - 164px);
	z-index: -1;
}
.banner-bg-two::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -40px;
	background-image: url(assets/img/banner/banner_shape.svg);
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 722px;
	z-index: -1;
}
.banner-area-two .banner-content img {
	margin-bottom: 0;
}
.banner-area-two .banner-content {
	margin-bottom: 0;
}
.banner-area-two .banner-content .title {
	margin-bottom: 65px;
	line-height: 1.36;
	text-transform: none;
}
.banner-social-wrap {
	position: absolute;
	left: 100px;
	bottom: 90px;
}
.banner-social-wrap ul li {
	margin-bottom: 25px;
	border: 1px solid #F3F3F3;
	border-radius: 50px;
	width: 42px;
	display: flex;
	align-items: center;
}
.banner-social-wrap ul li.is-active {
	width: auto;
}
.banner-social-wrap ul li:last-child {
	margin-bottom: 0;
}
.banner-social-wrap ul li a {
	font-size: 15px;
	color: #081A39;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	transition: 0s;
}
.banner-social-wrap ul li span {
	color: #B5BAC4;
	font-size: 14px;
	font-weight: 500;
	padding-right: 14px;
	display: none;
}
.banner-scroll {
	display: flex;
	align-items: center;
	flex-direction: column;
	position: absolute;
	right: 40px;
	bottom: 90px;
}
.banner-scroll span {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.515em;
	color: #081A39;
	transform: rotate(-90deg);
	margin-bottom: 120px;
	opacity: 0.4;
}


/* 5. Breadcrumb */
.breadcrumb-bg {
	background-image: url(assets/img/bg/breadcrumb-bg.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 235px 0 150px;
}
.breadcrumb-bg::before {
	position: absolute;
	content: "";
	background-image: url(assets/img/bg/breadcrumb_shape.png);
	background-repeat: repeat;
	background-position: center;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 19px;
}
.breadcrumb-content {
	text-align: center;
}
.breadcrumb-content .title {
	font-size: 65px;
	margin-bottom: 30px;
	letter-spacing: -0.01em;
	line-height: 1.15;
}
.breadcrumb-content .breadcrumb {
	display: flex;
	margin-bottom: 0;
	justify-content: center;
	align-items: center;
}
.breadcrumb-content .breadcrumb .breadcrumb-item {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 700;
	line-height: 1.27;
	text-decoration: underline;
}
.breadcrumb-content .breadcrumb .breadcrumb-item:first-child {
	text-decoration: none;
}
.breadcrumb-content .breadcrumb .breadcrumb-item a {
	color: #fff;
}
.breadcrumb-content .breadcrumb-item+.breadcrumb-item::before {
	float: left;
	padding-right: 15px;
	color: #FFFFFF;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	opacity: .5;
	padding-top: 3px;
}
.breadcrumb-content .breadcrumb-item+.breadcrumb-item {
	padding-left: 15px;
}


/* 6. Countdown */
.countdown-area-two .countdown-wrap {
	background: #FFFFFF;
	box-shadow: 0px 34px 35px rgba(160, 171, 191, 0.21);
	border-radius: 20px;
	position: relative;
	text-align: center;
	padding: 55px 50px 60px;
}
.countdown-area-two .countdown-wrap::before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	height: 80%;
	background: #00C4F4;
	opacity: 0.08;
	border-radius: 20px;
	z-index: -1;
}
.countdown-area-two .countdown-wrap .title {
	color: #030B15;
	letter-spacing: -0.01em;
	font-size: 26px;
	margin-bottom: 35px;
	line-height: 1.88;
}
.ClassyCountdown-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 0;
	column-gap: 115px;
	row-gap: 30px;
}
.ClassyCountdown-wrapper > div > div:not(:last-child) {
    display: block !important;
}
.ClassyCountdown-wrapper > div > div canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
}
.ClassyCountdown-value {
	display: block;
	line-height: 0;
}
.ClassyCountdown-value>div {
	display: block;
	text-align: center;
	line-height: 1;
	margin-bottom: 5px;
	font-size: 35px;
	font-weight: 600;
	color: #030B15;
	font-family: 'Poppins', sans-serif;
	margin-top: -95px;
}
.ClassyCountdown-value > span {
    font-size: 14px;
    display: block;
    text-align: center;
	font-family: 'Outfit';
    color: #030B15;
    font-weight: 500;
    line-height: 1;
}


/* 7. About */
.about-img {
	position: relative;
	padding-left: 120px;
}
.about-img img.img-two {
	position: absolute;
	left: 60px;
	top: 40px;
}
.about-content {
	margin-left: 70px;
}
.section-title .sub-title {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	letter-spacing: 0.09em;
	display: inline-block;
	padding: 0 15px;
	margin-bottom: 25px;
}
.section-title .sub-title::after,
.section-title .sub-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background: #00C4F4;
	border-radius: 50%;
}
.section-title .sub-title::after {
	left: auto;
	right: 0;
}
.section-title .title {
	font-size: 42px;
	margin-bottom: 0;
	letter-spacing: -0.01em;
}
.section-title .title span {
	color: #00C4F4;
}
.about-content p {
	margin-bottom: 40px;
	width: 73%;
	color: #A4B4C3;
}
.partner-wrap ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.partner-wrap ul li {
	width: 20%;
	height: 123px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -1px;
	margin-top: -1px;
	cursor: pointer;
}
.partner-wrap ul li img {
	opacity: .5;
	transition: .3s linear;
}
.partner-wrap ul li:hover img {
	opacity: 1;
}

/* about-two */
.about-area-two {
	padding: 130px 0;
	position: relative;
}
.section-title.section-title-two .sub-title {
	color: #564DCA;
	letter-spacing: 0.02em;
	padding: 0;
	text-decoration: underline;
	margin-bottom: 18px;
}
.section-title.section-title-two .sub-title::before,
.section-title.section-title-two .sub-title::after {
	display: none;
}
.section-title.section-title-two .title {
	font-size: 45px;
	color: #030B15;
	line-height: 1.26;
}
.about-content-two p {
	color: #727885;
	margin-bottom: 20px;
	width: 80%;
}
.about-content-two .about-list {
	margin-bottom: 45px;
}
.about-content-two .about-list ul li {
	display: flex;
	align-items: baseline;
	color: #030B15;
	margin-bottom: 10px;
}
.about-content-two .about-list ul li:last-child {
	margin-bottom: 0;
}
.about-content-two .about-list ul li i {
	color: #564DCA;
	margin-right: 10px;
}
.about-shape-wrap img {
	position: absolute;
}
.about-shape-wrap img.shape-one {
	left: 9%;
	bottom: 90px;
	animation: leftToRight 5s infinite linear;
}
.about-shape-wrap img.shape-two {
	right: 7%;
	bottom: 22%;
}
.rotateme {
  -webkit-animation-name: teamRotate;
  animation-name: teamRotate;
  -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 teamRotate {
  from {
    -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes teamRotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

/* 8. Choose */
.choose-area .row {
	margin: 0 -10px;
}
.choose-area .row [class*="col-"] {
	padding: 0 10px;
}
.choose-item {
	background: #030B15;
	border: 1px solid #121A23;
	border-radius: 15px;
	padding: 60px 40px;
	transition: .3s ease-in-out;
}
.choose-item:hover {
	border-color: transparent;
}
.choose-icon {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.07);
	border: 4px solid rgba(255, 255, 255, 0.06);
	border-radius: 50%;
	margin-bottom: 30px;
	transition: .3s ease-in-out;
}
.choose-item:hover .choose-icon {
	border-color: #00C4F4;
}
.choose-content .title {
	font-size: 22px;
	margin-bottom: 24px;
	font-weight: 500;
	text-transform: none;
	line-height: 1.27;
}
.choose-content p {
	margin-bottom: 0px;
	font-size: 15px;
	line-height: 22px;
	color: #A4B4C3;
}
.choose-area .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.choose-area .slide-progress {
	display: block;
	width: 100%;
	height: 3px;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.10);
	overflow: hidden;
	background-image: linear-gradient(to right, #00C4F4, #00C4F4);
	background-repeat: no-repeat;
	background-size: 0 100%;
	transition: background-size .4s ease-in-out;
	margin-top: 50px;
}

/* choose-two */
.choose-bg {
	background-image: url(assets/img/bg/choose_bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 130px 0 218px;
	position: relative;
}
.choose-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(assets/img/bg/choose_shape01.png);
	background-position: center;
	background-repeat: repeat;
	width: 100%;
	height: 25px;
}
.choose-bg::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(assets/img/bg/choose_shape02.png);
	background-position: center;
	background-repeat: repeat;
	width: 100%;
	height: 19px;
}
.choose-item-two {
	margin-bottom: 30px;
}
.choose-icon-two {
	margin-bottom: 35px;
}
.choose-icon-two img {
	height: 48px;
}
.choose-item-two .choose-content {
	width: 77%;
}

/* 9. Chart */
.chart-inner {
	padding: 0 110px;
}
.chart-bg {
	/* background-image: url(assets/img/bg/chart_bg.jpg); */
	background-size: cover;
	background-position: center;
	padding: 130px 0;
}
.chart-content .nav-tabs {
	border-bottom: none;
	margin: 0 -20px;
	margin-bottom: 50px;
}
.chart-content .nav-tabs .nav-item {
	padding: 0 20px;
}
.chart-content .nav-tabs .nav-link {
	margin-bottom: 0;
	background: transparent;
	border: none;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	padding: 0;
	position: relative;
}
.chart-content .nav-tabs .nav-link::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #00C4F4;
	transition: .3s linear;
	opacity: 0;
}
.chart-content .nav-tabs .nav-link.active::before {
	opacity: 1;
}
.chart-content {
	width: 72%;
}
.chart-content-inner .title {
	font-size: 55px;
	margin-bottom: 35px;
	letter-spacing: -0.01em;
	line-height: 1.2;
}
.chart-content-inner p {
	color: #A4B4C3;
	margin-bottom: 45px;
}
.chart-content-inner .btn {
	background: #00C4F4;
	min-width: 200px;
	padding: 21px 50px;
}
.chart-content-inner .btn:hover {
	color: #fff;
}
.chart-content-inner .btn::after {
	display: none;
}
.chart-wrap {
	background: #0B1D33;
	border-radius: 20px;
	padding: 60px 45px 60px;
	text-align: center;
}
.chart-wrap img {
	margin-bottom: 75px;
}
.chart-wrap ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.chart-wrap ul li {
	width: 50%;
	text-align: left;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	position: relative;
	padding-left: 30px;
	margin-bottom: 8px;
}
.chart-wrap ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #005F73;
}
.chart-wrap ul li:nth-child(2):before {
	background: #F72585;
}
.chart-wrap ul li:nth-child(3):before {
	background: #5DD400;
}
.chart-wrap ul li:nth-child(4):before {
	background: #FF9700;
}
.chart-wrap ul li:nth-child(5):before {
	background: #00C4F4;
}
.chart-wrap ul li:nth-child(6):before {
	background: #007FF4;
}

/* 10. Counter */
.counter-inner {
	background: #FFFFFF;
	box-shadow: 0px 34px 35px rgba(160, 171, 191, 0.21);
	border-radius: 20px;
	padding: 64px 75px 33px;
	position: relative;
	margin-top: -120px;
	margin-bottom: 10px;
}
.counter-inner::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -10px;
	width: 80%;
	height: 80%;
	border-radius: 20px;
	background: #00C4F4;
	opacity: 0.08;
	z-index: -1;
}
.counter-item {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.counter-icon {
	width: 71px;
	flex: 0 0 71px;
	margin-right: 30px;
}
.counter-content .count {
	display: flex;
	align-items: center;
	color: #030B15;
	letter-spacing: -0.02em;
	font-size: 48px;
	line-height: 0.85;
	margin-bottom: 8px;
}
.counter-content p {
	margin-bottom: 0;
	color: #646580;
	line-height: 1.6;
}


/* 11. RoadMap */
.roadmap-area {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.roadmap-area::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #080808;
	transform: matrix(1, 0, 0, -1, 0, 0);
	opacity: .8;
}
.roadmap-wrap {
	position: relative;
	display: flex;
	align-items: center;
	max-width: 1670px;
	overflow-x: auto;
}
.roadmap-wrap::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1670px;
	height: 8px;
	background: linear-gradient(294.72deg, #FF4581 9.05%, #4388DD 79.28%);
	opacity: 0.1;
}
.roadmap-item {
	width: 345px;
	display: flex;
	flex-direction: column;
	flex: 0 0 345px;
}
.roadmap-title {
	display: inline-block;
	color: #00C4F4;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 22px;
	letter-spacing: 0.1em;
}
.roadmap-content .dot {
	content: "";
	position: absolute;
	left: -8px;
	top: 0;
	width: 16px;
	height: 16px;
	background: #00C4F4;
	border-radius: 50%;
}
.roadmap-content .dot::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 32px;
	height: 32px;
	background: #00C4F4;
	opacity: 0.1;
	border-radius: 50%;
}
.roadmap-content {
	position: relative;
	margin-left: 57px;
	padding-left: 17px;
	padding-top: 110px;
}
.roadmap-content::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #00C4F4;
}
.roadmap-content .title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}
.roadmap-content p {
	margin-bottom: 0;
	color: #A4B4C3;
}
.roadmap-item:nth-child(even) {
	flex-direction: column-reverse;
	margin-bottom: 165px;
	width: 400px;
	flex: 0 0 400px;
}
.roadmap-item:nth-child(even) .roadmap-content .dot {
	top: auto;
	bottom: 0;
}
.roadmap-item:nth-child(even) .roadmap-title {
	margin-top: 22px;
	margin-bottom: 0;
}
.roadmap-item:nth-child(even) .roadmap-content {
	padding-bottom: 110px;
	padding-top: 0;
}
.roadmap-item:not(:first-child) {
	margin-left: -120px;
}
.roadmap-item:nth-child(odd) {
	margin-top: 165px;
	margin-left: -180px;
}
.roadmap-item:nth-child(1) {
	margin-left: 100px;
	width: 288px;
	flex: 0 0 auto;
}
.roadmap-item:last-child {
	width: 290px;
	flex: 0 0 auto;
}
.bt-roadmap-item:nth-child(2) .roadmap-content::before,
.bt-roadmap-item:nth-child(2) .dot,
.bt-roadmap-item:nth-child(2) .dot::before {
	background: #FF4581;
}
.bt-roadmap-item:nth-child(3) .roadmap-content::before,
.bt-roadmap-item:nth-child(3) .dot,
.bt-roadmap-item:nth-child(3) .dot::before {
	background: #FF9700;
}
.bt-roadmap-item:nth-child(4) .roadmap-content::before,
.bt-roadmap-item:nth-child(4) .dot,
.bt-roadmap-item:nth-child(4) .dot::before {
	background: #5DD400;
}
.bt-roadmap-item:nth-child(5) .roadmap-content::before,
.bt-roadmap-item:nth-child(5) .dot,
.bt-roadmap-item:nth-child(5) .dot::before {
	background: #007FF4;
}
.bt-roadmap-item:nth-child(6) .roadmap-content::before,
.bt-roadmap-item:nth-child(6) .dot,
.bt-roadmap-item:nth-child(6) .dot::before {
	background: #FF9700;
}
.bt-roadmap-item:nth-child(7) .roadmap-content::before,
.bt-roadmap-item:nth-child(7) .dot,
.bt-roadmap-item:nth-child(7) .dot::before {
	background: #FF4581;
}
.bt-roadmap-item:nth-child(2) .roadmap-title {
	color: #FF4581;
}
.bt-roadmap-item:nth-child(3) .roadmap-title {
	color: #FF9700;
}
.bt-roadmap-item:nth-child(4) .roadmap-title {
	color: #5DD400;
}
.bt-roadmap-item:nth-child(5) .roadmap-title {
	color: #007FF4;
}
.bt-roadmap-item:nth-child(6) .roadmap-title {
	color: #FF9700;
}
.bt-roadmap-item:nth-child(7) .roadmap-title {
	color: #FF4581;
}

/* roadmap-two */
.roadmap-wrap-two {
	display: flex;
	align-items: flex-start;
	position: relative;
	margin-bottom: 50px;
}
.roadmap-wrap-two:last-child {
	margin-bottom: 0;
}
.roadmap-wrap-two::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	height: 8px;
	background: linear-gradient(294.72deg, #FF4581 9.05%, #4388DD 79.28%);
	opacity: 0.1;
}
.roadmap-wrap-two .roadmap-content .title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #030B15;
	line-height: 1.62;
}
.roadmap-wrap-two .roadmap-content p {
	color: #727885;
}
.roadmap-wrap-two .roadmap-content {
	padding-top: 75px;
}
.roadmap-wrap-two .roadmap-item:nth-child(odd) {
	margin-top: 0;
	margin-left: 0;
}
.roadmap-wrap-two .roadmap-item:not(:first-child) {
	margin-left: 0;
}
.roadmap-wrap-two .roadmap-item:nth-child(even) .roadmap-content {
	padding-bottom: 0;
	padding-top: 75px;
}
.roadmap-wrap-two .roadmap-item:nth-child(even) {
	flex-direction: column;
	margin-bottom: 30px;
	flex: 0 0 400px;
	width: 400px;
}
.roadmap-wrap-two .roadmap-item:nth-child(even) .roadmap-content .dot {
	top: 0;
	bottom: auto;
}
.roadmap-wrap-two .roadmap-item:nth-child(even) .roadmap-title {
	margin-top: 0;
	margin-bottom: 22px;
}
.roadmap-wrap-two .roadmap-item:nth-child(2),
.roadmap-wrap-two .roadmap-item:nth-child(1) {
	margin-left: 130px;
}
.roadmap-wrap-two .roadmap-item:nth-child(4) {
	width: 260px;
	flex: 0 0 260px;
}
.roadmap-wrap-two .roadmap-item {
	margin-bottom: 30px;
}
.roadmap-wrap-two .roadmap-item:nth-child(2) .roadmap-content::before,
.roadmap-wrap-two .roadmap-item:nth-child(2) .dot,
.roadmap-wrap-two .roadmap-item:nth-child(2) .dot::before {
	background: #FF9700;
}
.roadmap-wrap-two .roadmap-item:nth-child(3) .roadmap-content::before,
.roadmap-wrap-two .roadmap-item:nth-child(3) .dot,
.roadmap-wrap-two .roadmap-item:nth-child(3) .dot::before {
	background: #007FF4;
}
.roadmap-wrap-two .roadmap-item:nth-child(4) .roadmap-content::before,
.roadmap-wrap-two .roadmap-item:nth-child(4) .dot,
.roadmap-wrap-two .roadmap-item:nth-child(4) .dot::before {
	background: #FF4581;
}
.roadmap-wrap-two .roadmap-item:nth-child(2) .roadmap-title {
	color: #FF9700;
}
.roadmap-wrap-two .roadmap-item:nth-child(3) .roadmap-title {
	color: #007FF4;
}
.roadmap-wrap-two .roadmap-item:nth-child(4) .roadmap-title {
	color: #FF4581;
}
.roadmap-wrap-two.bottom .roadmap-item:nth-child(1) .roadmap-content::before,
.roadmap-wrap-two.bottom .roadmap-item:nth-child(1) .dot,
.roadmap-wrap-two.bottom .roadmap-item:nth-child(1) .dot::before {
	background: #FF4581;
}
.roadmap-wrap-two.bottom .roadmap-item:nth-child(2) .roadmap-content::before,
.roadmap-wrap-two.bottom .roadmap-item:nth-child(2) .dot,
.roadmap-wrap-two.bottom .roadmap-item:nth-child(2) .dot::before {
	background: #007FF4;
}
.roadmap-wrap-two.bottom .roadmap-item:nth-child(3) .roadmap-content::before,
.roadmap-wrap-two.bottom .roadmap-item:nth-child(3) .dot,
.roadmap-wrap-two.bottom .roadmap-item:nth-child(3) .dot::before {
	background: #FF9700;
}
.roadmap-wrap-two.bottom .roadmap-item:nth-child(4) .roadmap-content::before,
.roadmap-wrap-two.bottom .roadmap-item:nth-child(4) .dot,
.roadmap-wrap-two.bottom .roadmap-item:nth-child(4) .dot::before {
	background: #00C4F4;
}
.roadmap-wrap-two.bottom .roadmap-item:nth-child(1) .roadmap-title {
	color: #FF4581;
}
.roadmap-wrap-two.bottom .roadmap-item:nth-child(2) .roadmap-title {
	color: #007FF4;
}
.roadmap-wrap-two.bottom .roadmap-item:nth-child(3) .roadmap-title {
	color: #FF9700;
}
.roadmap-wrap-two.bottom .roadmap-item:nth-child(4) .roadmap-title {
	color: #00C4F4;
}


/* 12. Document */
.area-bg {
	/* background-image: url(assets/img/bg/area_bg.png); */
	background-size: cover;
	background-position: center;
}
.document-content .document-list {
	margin-bottom: 40px;
}
.document-content .document-list li {
	font-size: 18px;
	color: #fff;
	position: relative;
	margin-bottom: 15px;
	padding-left: 15px;
}
.document-content .document-list li:last-child {
	margin-bottom: 0;
}
.document-content .document-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
}

/* 13. Team */
.team-area {
	position: relative;
	z-index: 1;
}
.team-area::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #080808;
	transform: matrix(1, 0, 0, -1, 0, 0);
	z-index: -1;
}
.team-item {
	text-align: center;
	margin-bottom: 60px;
}
.team-item .team-thumb {
	position: relative;
	border-radius: 50%;
	padding: 15px;
	margin-bottom: 30px;
	display: inline-block;
}
.team-item .team-thumb::before {
	content: "";
	left: 0;
	top: 0;
	width: 226px;
	height: 226px;
	background: transparent;
	border: 2px dashed #a74c0b;
	border-radius: 50%;
	position: absolute;
	transition: opacity .3s linear;
	animation: teamRotate 10s linear infinite;
	opacity: 0;
}
.team-item:hover .team-thumb::before {
	opacity: 1;
}
.team-item .team-thumb img {
	border-radius: 50%;
	filter: grayscale(100%);
	transition: all .3s ease-in-out;
}
.team-item:hover .team-thumb img {
	filter: grayscale(0);
}
.team-content .title {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 500;
	transition: .3s linear;
}
.team-content span {
	display: block;
	margin-bottom: 10px;
}
.team-content .team-social {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 -10px;
}
.team-content .team-social li {
	padding: 0 10px;
}
.team-content .team-social li a {
	color: #fff;
	font-size: 13px;
}
.team-content .team-social li a:hover {
	color: #f47e00;
}

/* team-two */
.team-bg {
	background-image: url(assets/img/bg/team_bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 130px 0 100px;
	position: relative;
}
.team-bg::after,
.team-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(assets/img/bg/team_shape01.png);
	background-position: center;
	background-repeat: repeat;
	width: 100%;
	height: 29px;
}
.team-bg::after {
	background-image: url(assets/img/bg/team_shape02.png);
	top: auto;
	bottom: 0;
	height: 23px;
}
.team-item.team-item-two .team-thumb img {
	border-radius: 0;
	filter: grayscale(100%);
	transition: all .3s ease-in-out;
}
.team-item.team-item-two:hover .team-thumb img {
	filter: grayscale(0);
}
.team-item.team-item-two .team-thumb {
	border-radius: 0;
	padding: 0;
	margin-bottom: 35px;
}
.team-item.team-item-two .team-thumb::before {
	display: none;
}
.team-item.team-item-two {
	margin-bottom: 30px;
}

/* 14. Download */
.download-content p {
	color: #727885;
	margin-bottom: 30px;
}
.download-btn {
	display: flex;
	align-items: center;
}
.download-btn a {
	margin-right: 20px;
	margin-top: 10px;
	display: block;
}

/* 15. Faq */
.faq-area {
	background: #F3F6FC;
	padding: 120px 0 130px;
	position: relative;
	z-index: 1;
}
.faq-wrap .accordion-item {
	background-color: transparent;
	border: none;
	margin-bottom: 20px;
	position: relative;
}
.faq-wrap .accordion-item:last-child {
	margin-bottom: 0;
}
.faq-wrap .accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
}
.faq-wrap .accordion-item:first-of-type .accordion-button:not(.collapsed) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.faq-wrap .accordion-button {
	font-size: 24px;
	font-weight: 500;
	font-family: 'Poppins';
	line-height: 1.25;
	padding: 37px 100px 37px 55px;
	border-radius: 100px;
	position: relative;
}
.faq-wrap .accordion-button:not(.collapsed) {
	color: #030B15;
	background-color: #fff;
	box-shadow: none;
	border-radius: 0;
}
.faq-wrap .accordion-body {
	padding: 0 40px 45px 55px;
	background: #fff;
	position: relative;
}
.faq-wrap .accordion-body::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #00C4F4;
}
.faq-wrap .accordion-body p {
	margin-bottom: 0;
	color: #727885;
	font-size: 18px;
	line-height: 1.55;
}
.faq-wrap .accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 100px;
}
.accordion-button:focus {
	border-color: transparent;
	box-shadow: none;
}
.faq-wrap .accordion-button::after {
	width: auto;
	height: auto;
	content: "\f063";
	background-image: none;
	background-size: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 25px;
	position: absolute;
	right: 50px;
	top: 36px;
	color: #132047;
	opacity: .3;
}
.faq-wrap .accordion-button:not(.collapsed)::after {
	background-image: none;
	transform: rotate(-180deg);
	opacity: 1;
}
.faq-shape-wrap img {
	position: absolute;
	z-index: -1;
}
.faq-shape-wrap img.img-one {
	left: 7%;
	bottom: 15%;
	animation: leftToRight 5s infinite linear;
}
.faq-shape-wrap img.img-two {
	right: 6%;
	top: 15%;
}
.faq-shape-wrap img.img-three {
	left: 50%;
	transform: translateX(-50%);
	bottom: 5%;
}

/* 16. Blog */
.blog-post-item {
	margin-bottom: 60px;
}
.blog-post-thumb {
	margin-bottom: 30px;
}
.blog-post-thumb img {
	border-radius: 15px;
	width: 100%;
}
.blog-meta ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
.blog-meta ul li {
	color: #030B15;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	margin-right: 40px;
	margin-top: 5px;
}
.blog-meta ul li:last-child {
	margin-right: 0;
}
.blog-meta ul li i {
	margin-right: 10px;
	color: #564DCA;
}
.blog-meta ul li a {
	color: #030B15;
}
.blog-meta ul li a:hover {
	color: #564DCA;
}
.blog-post-content .title {
	color: #030B15;
	letter-spacing: -0.02em;
	font-size: 36px;
	margin-bottom: 20px;
	line-height: 1.27;
}
.blog-post-content .title a:hover {
	color: #564DCA;
}
.blog-post-content p {
	margin-bottom: 30px;
}
.blog-post-content .btn.btn-two i {
	margin-left: 20px;
}
.blog-sidebar {
	margin-left: 25px;
}
.blog-widget {
	border: 1px solid #F2F5FA;
	box-shadow: 0px 12px 10px rgba(238, 239, 240, 0.25);
	background: #fff;
	padding: 40px 30px;
	margin-bottom: 40px;
}
.blog-widget .bw-title {
	font-size: 22px;
	margin-bottom: 20px;
	color: #030B15;
	letter-spacing: -0.02em;
}
.blog-widget .sidebar-search {
	position: relative;
}
.blog-widget .sidebar-search input {
	background: #F3F6FC;
	border: 1px solid #F2F4F6;
	color: #030A39;
	width: 100%;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 19px 50px 19px 20px;
	height: 60px;
}
.blog-widget .sidebar-search input::placeholder {
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #727885;
}
.blog-widget .sidebar-search button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	border: none;
	background: transparent;
	padding: 0;
	font-size: 14px;
	color: #030A39;
}
.blog-widget .category-list ul li {
	margin-bottom: 15px;
}
.blog-widget .category-list ul li:last-child {
	margin-bottom: 0;
}
.blog-widget .category-list ul li a {
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #727885;
	font-weight: 600;
	font-size: 12px;
	display: flex;
	align-items: center;
	border: 1px solid #F2F5FA;
	background: #FFFFFF;
	padding: 11px 18px;
}
.blog-widget .category-list ul li a span {
	margin-left: auto;
}
.blog-widget .category-list ul li a:hover {
	color: #171717;
	box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.04);
}
.blog-widget .page-list ul li {
	margin-bottom: 20px;
}
.blog-widget .page-list ul li:last-child {
	margin-bottom: 0;
}
.blog-widget .page-list ul li a {
	display: flex;
	align-items: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	color: #727885;
}
.blog-widget .page-list ul li a i {
	margin-left: auto;
}
.blog-widget .page-list ul li a:hover {
	color: #171717;
}
.rc-post-item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.rc-post-item:last-child {
	margin-bottom: 0;
}
.rc-post-thumb {
	width: 97px;
	flex: 0 0 97px;
	margin-right: 25px;
}
.rc-post-thumb img {
	border-radius: 10px;
}
.rc-post-content span {
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #727885;
	display: block;
	margin-bottom: 5px;
}
.rc-post-content .title {
	font-size: 15px;
	color: #141515;
	margin-bottom: 0;
	line-height: 1.42;
}
.rc-post-content .title a:hover {
	color: #564DCA;
}
.blog-widget .tag-list ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -5px -10px;
}
.blog-widget .tag-list ul li {
	padding: 0 5px 10px;
}
.blog-widget .tag-list ul li a {
	color: #b6b7ba;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	border: 1px solid #F2F4F6;
	padding: 6px 20px;
	display: block;
}
.blog-widget .tag-list ul li a:hover {
	opacity: 1;
	color: #fff;
	background: #564DCA;
	border-color: #564DCA;
}
.blog-widget:last-child {
	margin: 0 0;
}


/* blog-details */
.blog-details-wrap .blog-post-content p {
	margin-bottom: 15px;
}
.bd-approach-wrap {
	margin: 50px 0 65px;
}
.bd-approach-wrap .row .col-46 {
	width: 46%;
	flex: 0 0 46%;
}
.bd-approach-wrap .row .col-54 {
	width: 54%;
	flex: 0 0 54%;
}
.bd-approach-content {
	width: 93%;
}
.bd-approach-content .title {
	font-size: 24px;
	margin-bottom: 20px;
}
.bd-approach-content ul li {
	font-weight: 500;
	font-size: 15px;
	color: #171151;
	margin-bottom: 5px;
}
.bd-approach-content ul li:last-child {
	margin-bottom: 0;
}
.bd-approach-content ul li i {
	color: #564DCA;
	margin-right: 15px;
}
.bd-approach-img img {
	border-radius: 10px;
}
.bd-technology-content .title {
	letter-spacing: -0.03em;
	font-size: 24px;
	margin-bottom: 25px;
}
.blog-details-img {
	margin: 35px 0 40px;
}
.blog-details-img img {
	border-radius: 10px;
	margin-bottom: 20px;
}
.blog-details-bottom {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 36px 0;
	border-top: 1px solid #ECEEF3;
	border-bottom: 1px solid #ECEEF3;
}
.blog-details-tags {
	width: 70%;
	flex: 0 0 70%;
}
.blog-details-tags ul {
	display: flex;
	align-items: center;
}
.blog-details-tags ul li {
	margin-top: 5px;
	margin-bottom: 5px;
}
.blog-details-social ul li.social-title,
.blog-details-tags ul li.tag-title {
	font-weight: 600;
	font-size: 20px;
	font-family: 'Poppins';
	letter-spacing: -0.02em;
	color: #030B15;
	margin-right: 20px;
}
.blog-details-tags ul li a {
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	color: #C1C1C1;
	display: block;
	padding: 5px 18px;
}
.blog-details-tags ul li a:hover {
	background: #564DCA;
	color: #fff;
}
.blog-details-social {
	width: 30%;
	flex: 0 0 30%;
}
.blog-details-social ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.blog-details-social ul li {
	margin-right: 20px;
}
.blog-details-social ul li:last-child {
	margin-right: 0;
}
.blog-details-social ul li a {
	font-size: 15px;
	color: #0072AC
}
.blog-details-social ul li:nth-child(3) a {
	color: #DA0021;
}
.blog-details-social ul li:nth-child(4) a {
	color: #0072AC;
}
.blog-details-social ul li:nth-child(5) a {
	color: #3AC4FF;
}
.comment-wrap {
	border-bottom: 1px solid #ECEEF3;
}
.comment-wrap .title {
	font-size: 20px;
	color: #030B15;
	margin: 0 0 30px;
}
.latest-comments ul li .comments-box {
	display: flex;
	align-items: flex-start;
	width: 74%;
	margin-bottom: 60px;
}
.latest-comments ul li .comments-box .comments-avatar {
	width: 80px;
	flex: 0 0 80px;
	margin-right: 30px;
}
.latest-comments ul li .comments-box .comments-avatar img {
	border-radius: 50%;
}
.latest-comments ul li .comments-box .avatar-name {
	margin-bottom: 10px;
}
.latest-comments ul li .comments-box .avatar-name .title {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	color: #030B15;
	font-size: 16px;
	margin-bottom: 0;
}
.latest-comments ul li .comments-box .avatar-name .title a {
	font-size: 20px;
	opacity: .5;
}
.latest-comments ul li .comments-box .avatar-name .title a:hover {
	opacity: 1;
}
.latest-comments ul li .comments-box .avatar-name span {
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 10px;
	color: #727885;
}
.latest-comments ul li .comments-box .comment-text p {
	margin-bottom: 0;
	font-size: 14px;
}
.latest-comments ul li .children {
	margin-left: 100px;
}
.latest-comments ul li .children .comments-box {
	width: 84%;
}
.post-comments-form {
	margin-top: 50px;
}
.post-comment-content {
	margin-bottom: 45px;
}
.post-comment-content .title {
	color: #030B15;
	margin-bottom: 10px;
	letter-spacing: -0.02em;
	font-size: 20px;
}
.post-comment-content p {
	margin-bottom: 0;
}
.comment-form .form-grp {
	margin-bottom: 30px;
}
.comment-form .form-grp textarea,
.comment-form .form-grp input {
	display: block;
	border: none;
	width: 100%;
	background: #F3F6FC;
	border-radius: 5px;
	color: #171151;
	font-weight: 400;
	font-size: 15px;
	display: block;
	padding: 17px 20px;
	height: 60px;
}
.comment-form .form-grp textarea::placeholder,
.comment-form .form-grp input::placeholder {
	color: #B2B0C1;
	font-weight: 400;
	font-size: 15px;
}
.comment-form .form-grp textarea {
	min-height: 172px;
	max-height: 172px;
}
.comment-form .btn.btn-two:hover {
	background: #00C4F4;
}


/* 17. Pagination */
.pagination-wrap ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 10px;
	margin-bottom: 0 !important;
}
.pagination-wrap ul li {
	display: block;
	margin: 10px 3.7px 0;
}
.pagination-wrap ul li a {
	width: 49px;
	height: 49px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #F2F5FA;
	border-radius: 5px;
	background: transparent;
	font-weight: 500;
	font-size: 14px;
	color: #8A879F;
}
.pagination-wrap ul li a:hover,
.pagination-wrap ul li .current {
	color: #fff;
	background: #564DCA;
	border-color: #564DCA;
}


/* 18. Contact */
.contact-info-wrap {
	margin-bottom: 50px;
}
.contact-info-item {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.contact-info-item::before {
	content: "";
	position: absolute;
	right: -61px;
	top: 44px;
	background-image: url(assets/img/images/line.png);
	width: 122px;
	height: 9px;
}
.contact-info-wrap .row [class*="col-"]:last-child .contact-info-item::before {
	display: none;
}
.contact-info-item .icon {
	width: 107px;
	height: 107px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: transparent;
	font-size: 28px;
	color: #FF9700;
	margin: 0 auto;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.07);
	z-index: 1;
	margin-bottom: 10px;
}
.contact-info-item .icon-background {
	position: absolute;
	width: 83px;
	height: 83px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #0B1D33;
	border-radius: 50%;
	z-index: -1;
}
.contact-info-item .icon-background::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	width: 83px;
	height: 83px;
	background: transparent;
	border: 3px solid #FF9700;
}
.contact-info-item .content p {
	color: #fff;
	font-size: 22px;
	margin-bottom: 0;
	font-weight: 500;
	line-height: 30px;
}
.contact-info-wrap .row [class*="col-"]:nth-child(2) .icon {
	color: #FF4581;
}
.contact-info-wrap .row [class*="col-"]:nth-child(3) .icon {
	color: #00C4F4;
}
.contact-info-wrap .row [class*="col-"]:nth-child(2) .icon-background::before {
	border-color: #FF4581;
}
.contact-info-wrap .row [class*="col-"]:nth-child(3) .icon-background::before {
	border-color: #00C4F4;
}
.contact-form-wrap {
	background-image: url(assets/img/bg/contact_bg.png);
	background-position: center;
	background-size: cover;
	padding: 80px;
}
.contact-form-wrap .form-grp {
	margin-bottom: 30px;
}
.contact-form-wrap .form-grp textarea,
.contact-form-wrap .form-grp input {
	width: 100%;
	background: #0B1D33;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	padding: 18px 20px;
	height: 65px;
}
.contact-form-wrap .form-grp textarea::placeholder,
.contact-form-wrap .form-grp input::placeholder {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	opacity: .7;
}
.contact-form-wrap .form-grp textarea {
	min-height: 184px;
	max-height: 184px;
}
.contact-form-wrap .submit-btn .btn {
	background: #0B1D33;
	border-color: #00C4F4;
}

/* contact-two */
.contact-bg {
	background-image: url(assets/img/bg/contact_bg02.jpg);
	background-size: cover;
	background-position: center;
	padding: 130px 0 250px;
	position: relative;
}
.contact-bg::after,
.contact-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(assets/img/bg/contact_shape01.png);
	background-position: center;
	background-repeat: repeat;
	width: 100%;
	height: 29px;
}
.contact-bg::after {
	background-image: url(assets/img/bg/contact_shape02.png);
	top: auto;
	bottom: 0;
	height: 18px;
}
.contact-inner {
	padding: 0 40px;
}
.contact-info-wrap-two .title {
	font-size: 50px;
	margin-bottom: 35px;
	letter-spacing: -0.03em;
	line-height: 1.2;
}
.contact-list-item {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(246, 246, 246, 0.06);
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
	border-radius: 11px;
	display: flex;
	align-items: center;
	padding: 22px 32px;
	width: 69%;
	margin-bottom: 15px;
}
.contact-list-item:last-child {
	margin-bottom: 0;
}
.contact-list-item .icon {
	width: 35px;
	flex: 0 0 35px;
	margin-right: 22px;
}
.contact-list-item .content p {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 146.49%;
	color: #FFFFFF;
}
.contact-form-wrap-two .title {
	font-size: 30px;
	text-transform: none;
	letter-spacing: -0.03em;
	line-height: 2;
	margin-bottom: 35px;
}
.contact-form-wrap-two textarea,
.contact-form-wrap-two input {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(246, 246, 246, 0.06);
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
	border-radius: 11px;
	width: 100%;
	letter-spacing: -0.02em;
	color: #030B15;
	font-weight: 400;
	font-size: 20px;
	padding: 17px 22px;
	line-height: 1.5;
	height: 66px;
	margin-bottom: 20px;
	display: block;
	transition: .3s linear;
}
.contact-form-wrap-two textarea::placeholder,
.contact-form-wrap-two input::placeholder {
	letter-spacing: -0.02em;
	color: rgba(255, 255, 255, 0.38);
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
}
.contact-form-wrap-two textarea:focus,
.contact-form-wrap-two input:focus {
	background: #fff;
	border-color: #fff;
}
.contact-form-wrap-two textarea {
	min-height: 165px;
	max-height: 165px;
}
.contact-form-wrap-two .btn.btn-two {
	background: #00C4F4;
}
.contact-form-wrap-two .btn.btn-two:hover {
	background: #564DCA;
}

/* 19. Newsletter */
.newsletter-wrap {
	display: flex;
	align-items: center;
	background: #FFFFFF;
	box-shadow: 0px 26px 23px rgba(81, 98, 132, 0.06);
	border-radius: 10px;
	padding: 64px 50px;
	margin-top: -120px;
	z-index: 1;
	position: relative;
}
.newsletter-content {
	width: 42.5%;
	flex: 0 0 42.5%;
}
.newsletter-content .title {
	color: #030B15;
	font-size: 32px;
	line-height: 1.5;
	margin-bottom: 0;
	letter-spacing: -1px;
}
.newsletter-form {
	width: 57.5%;
	flex: 0 0 57.5%;
}
.newsletter-form form {
	position: relative;
}
.newsletter-form input {
	width: 100%;
	border: 1px solid #ECEEF3;
	border-radius: 4px;
	background: #F3F6FC;
	font-size: 16px;
	font-weight: 400;
	color: #030B15;
	padding: 26px 215px 26px 25px;
	line-height: 1.25;
	height: 72px;
}
.newsletter-form input::placeholder {
	font-size: 16px;
	font-weight: 400;
	color: #667279;
}
.newsletter-form form button {
	position: absolute;
	right: 12px;
	top: 8px;
	bottom: 8px;
}
.newsletter-form .btn.btn-two {
	padding: 21px 47px;
}


/* 20. Footer */
.footer-area {
	position: relative;
	z-index: 1;
}
.footer-area::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(359.43deg, #0B1D33 11.06%, rgba(11, 29, 51, 0) 99.43%);
	z-index: -1;
}
.footer-scroll-wrap {
	position: relative;
	z-index: 1;
}
.footer-scroll-wrap .scroll-to-target {
	width: 66px;
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #030B15;
	border: 1px solid #1F262F;
	border-radius: 50%;
	font-size: 18px;
	padding: 0 0;
	color: #fff;
	margin: 0 auto;
}
.footer-scroll-wrap .scroll-to-target:hover {
	background: #00C4F4;
	border-color: #00C4F4;
}
.footer-scroll-wrap::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: #1F262F;
	z-index: -1;
}
.footer-top {
	padding: 55px 0 50px;
}
.footer-widget {
	margin-bottom: 30px;
}
.footer-widget .f-logo {
	margin-bottom: 20px;
	display: block;
}
.footer-content p {
	margin-bottom: 25px;
	font-size: 15px;
	line-height: 26px;
	color: #A4B4C3;
}
.footer-content .footer-social {
	display: flex;
	align-items: center;
	margin: 0 -7px;
}
.footer-content .footer-social li {
	padding: 0 7px;
}
.footer-content .footer-social li a {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 2px solid #719ED6;
	font-size: 15px;
	color: #fff;
	font-weight: 400;
}
.footer-content .footer-social li a:hover {
	background: #00C4F4;
	border-color: #00C4F4;
}
.footer-widget .fw-title {
	font-size: 18px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin: 25px 0 27px;
}
.footer-link ul li {
	margin-bottom: 10px;
}
.footer-link ul li:last-child {
	margin-bottom: 0;
}
.footer-link ul li a {
	font-size: 15px;
	line-height: 20px;
	color: #A4B4C3;
	position: relative;
}
.footer-link ul li a::before {
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    -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);
    transition: transform 0.4s cubic-bezier(.74, .72, .27, .24);
}
.footer-link ul 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-link ul li a:hover {
	color: #fff;
}
.footer-top .row [class*="col-"]:nth-child(2) .footer-widget {
	margin-left: 80px;
}
.footer-top .row [class*="col-"]:nth-child(4) .footer-widget {
	margin-left: 75px;
}
.footer-newsletter p {
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 60px;
	color: #A4B4C3;
}
.footer-newsletter form {
	position: relative;
}
.footer-newsletter form input {
	width: 100%;
	border: none;
	background: rgb(118 118 130 / 10%);
	border-radius: 10px;
	font-weight: 400;
	font-size: 15px;
	padding: 23px 80px 23px 25px;
	color: #fff;
	height: 72px;
}
.footer-newsletter form input::placeholder {
	font-weight: 400;
	font-size: 15px;
	color: #fff;
}
.footer-newsletter form button {
	position: absolute;
	right: 0;
	top: 0;
	width: 65px;
	height: 72px;
	background: #00C4F4;
	border-radius: 10px;
	font-size: 20px;
	color: #fff;
	border: none;
}
.footer-bottom {
	border-top: 1px solid rgb(255 255 255 / 6%);
	padding: 27px 0;
}
.copyright-text p {
	color: #fff;
	margin-bottom: 0;
	font-size: 15px;
}
.footer-menu ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0 -30px;
}
.footer-menu ul li {
	padding: 0 30px;
}
.footer-menu ul li a {
	font-size: 15px;
	color: #A4B4C3;
	font-weight: 500;
}
.footer-menu ul li a:hover {
	color: #fff;
}

/* footer-two */
.footer-area-two .footer-top {
	padding: 70px 40px 65px;
}
.footer-menu-two .navigation {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.footer-menu-two .navigation li {
	margin-right: 60px;
}
.footer-menu-two .navigation li:last-child {
	margin-right: 0;
}
.footer-menu-two .navigation li a {
	color: #030B15;
	font-weight: 500;
	font-size: 16px;
}
.footer-menu-two .navigation li a:hover {
	color: #00C4F4;
}
.footer-area-two .footer-social ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.footer-area-two .footer-social ul li {
	margin-right: 40px;
}
.footer-area-two .footer-social ul li:last-child {
	margin-right: 0;
}
.footer-area-two .footer-social ul li a {
	color: #0A142F;
	opacity: .3;
	font-size: 24px;
	line-height: 1;
}
.footer-area-two .footer-social ul li a:hover {
	color: #00C4F4;
	opacity: 1;
}
.footer-area-two .footer-bottom {
	border-top: 1px solid #F0F3F9;
	padding: 40px 40px;
}
.footer-area-two .copyright-text p {
	color: #282F3B;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 500;
}
.footer-area-two .scroll-up .scroll-to-target {
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #564DCA;
	padding: 0 0;
	border: none;
	color: #fff;
	font-size: 17px;
	margin: -60px auto 15px;
}
.footer-area-two .scroll-up .scroll-to-target:hover {
	background: #00C4F4;
}
.footer-area-two .scroll-up span {
	display: block;
	color: #0A142F;
	font-size: 14px;
	font-weight: 500;
}
.footer-bottom-menu ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.footer-bottom-menu ul li {
	margin-right: 30px;
}
.footer-bottom-menu ul li:last-child {
	margin-right: 0;
}
.footer-bottom-menu ul li a {
	font-size: 15px;
	color: #0A142F;
	font-weight: 500;
}
.footer-bottom-menu ul li a:hover {
	color: #00C4F4;
}

/* footer-three */
.footer-bg {
	background-image: url(assets/img/bg/breadcrumb-bg.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	padding-top: 120px;
}
.footer-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(assets/img/bg/footer_shape.png);
	background-repeat: repeat;
	background-position: center;
	width: 100%;
	height: 29px;
}
.footer-area-three .footer-top {
	padding: 0 0 50px;
}


.bt-roadmap-wrap {
	display: flex;
	padding: 0;
	min-height: 490px;
	margin: 10px 0 0;
	justify-content: flex-end;
}
.bt-roadmap_x {
	position: relative;
}
.bt-roadmap_x::before {
	content: "";
	position: absolute;
	left: 0;
	top: calc(50% - 0px);
	transform: translateY(-50%);
	width: 1670px;
	height: 8px;
	background: linear-gradient(294.72deg, #FF4581 9.05%, #4388DD 79.28%);
	opacity: 0.1;
}
.bt-roadmap-item {
	display: flex;
	width: 370px;
	flex: 0 0 auto;
	height: 305px;
	align-self: flex-end;
	flex-direction: column;
	justify-content: flex-start;
}
.bt-roadmap-item:nth-child(even) {
	align-self: flex-start;
	flex-direction: column-reverse;
	margin-top: -10px;
}
.bt-roadmap-item:nth-child(even) .roadmap-title {
	margin: 22px 0 0;
}
.roadmap-content span {
	display: block;
	color: #A4B4C3;
}
.bt-roadmap-item:nth-child(even) .roadmap-content {
	padding: 0 0 110px 17px;
}
.bt-roadmap-item:nth-child(even) .roadmap-content .dot {
	top: auto;
	bottom: 0;
}
.bt-roadmap-item:not(:first-child) {
	margin-left: -155px;
}
.bt-roadmap-item:last-child {
	width: 280px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	display: none;
}
.bt-roadmap_x._mCS_1.mCS_no_scrollbar {
	padding-bottom: 0;
}
.bt-roadmap_x.mCustomScrollbar {
	padding: 0 0 30px;
}
.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: 0;
}
.bt-roadmap_x:not(.mCS_no_scrollbar):before {
	top: calc(50% - 15px);
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #00c2f2;
}

/* 21. Preloader */
#preloader {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #030B15;
	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: #00c2f2;
  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);
  };
}

/* -------------------------------------------------------------
   PREMIUM LUXURY FINTECH DESIGN SYSTEM (ORANGE ACCENTS & DARK THEME)
------------------------------------------------------------- */

:root {
  --primary-orange: #FF5500;
  --hover-orange: #FF6A00;
  --soft-orange-glow: rgba(255, 91, 0, 0.12);
  --orange-border-accent: rgba(255, 85, 0, 0.12);

  --main-background: #0b0b0f;
  --card-background: #15151d;
  --black-cards: #000000;
  --input-backgrounds: #171717;

  --text-headings: #ffffff;
  --text-main: #e5e7eb;
  --text-secondary: #94a3b8;
  --text-muted: #8A8A8A;

  --font-outfit: 'Outfit', sans-serif;
  --font-poppins: 'Poppins', sans-serif;
}

/* Base style overrides to force the dark/orange ecosystem */
body {
  background-color: var(--main-background) !important;
  color: var(--text-main) !important;
  font-family: var(--font-outfit) !important;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--text-headings) !important;
  font-family: var(--font-poppins) !important;
}

p {
  color: var(--text-secondary) !important;
}

a, button {
  color: var(--primary-orange);
}
a:hover {
  color: var(--hover-orange);
}

/* Custom Selection color */
*::selection, ::-moz-selection {
  background: var(--primary-orange) !important;
  color: #fff !important;
}

/* Override Preloader Spinner to Orange */
.spinner > div {
  background-color: var(--primary-orange) !important;
}

/* Global Glowing Effects */
.glow-effect {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 85, 0, 0.15) 0%, rgba(255, 85, 0, 0) 70%);
  filter: blur(40px);
  pointer-events: none;
  z-index: 1;
}

/* Primary Button Styling */
.btn-premium {
  background: var(--primary-orange) !important;
  border: 1px solid var(--primary-orange) !important;
  color: #ffffff !important;
  font-weight: 600;
  font-family: var(--font-poppins);
  padding: 14px 28px !important;
  border-radius: 12px !important;
  font-size: 15px !important;
  text-transform: none !important;
  box-shadow: 0 4px 20px rgba(255, 85, 0, 0.25) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-premium:hover {
  background: var(--hover-orange) !important;
  border-color: var(--hover-orange) !important;
  box-shadow: 0 6px 24px rgba(255, 85, 0, 0.4) !important;
  transform: translateY(-2px);
}

/* Secondary Button Styling */
.btn-premium-outline {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  color: var(--text-headings) !important;
  font-weight: 600;
  font-family: var(--font-poppins);
  padding: 14px 28px !important;
  border-radius: 12px !important;
  font-size: 15px !important;
  text-transform: none !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-premium-outline:hover {
  background: rgba(255, 255, 255, 0.05) !important;
  border-color: rgba(255, 255, 255, 0.25) !important;
  transform: translateY(-2px);
}

/* Premium Card Design (Matches dashboard card styles) */
.premium-card {
  background: var(--card-background) !important;
  border: 1px solid var(--orange-border-accent) !important;
  border-radius: 20px !important;
  padding: 24px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.premium-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 85, 0, 0.3) !important;
  box-shadow: 0 15px 35px rgba(255, 85, 0, 0.05) !important;
}

/* Header & Sticky Menu overrides */
#sticky-header {
  background: rgba(11, 11, 15, 0.8) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.sticky-menu {
  background: rgba(11, 11, 15, 0.95) !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3) !important;
}

.navbar-wrap > ul > li > a {
  color: var(--text-secondary) !important;
  font-family: var(--font-poppins) !important;
  font-weight: 500 !important;
  padding: 30px 0 !important;
}

.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li > a:hover {
  color: var(--text-headings) !important;
}

.navbar-wrap > ul > li > a::before {
  background: var(--primary-orange) !important;
  height: 2px !important;
}

/* Hero Section */
.hero-section {
  padding: 160px 0 100px;
  position: relative;
  background: radial-gradient(100% 100% at 50% 0%, rgba(255, 85, 0, 0.04) 0%, rgba(11, 11, 15, 0) 100%);
}

.hero-title {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -1.5px;
  margin-bottom: 24px;
}

.hero-title span {
  background: linear-gradient(135deg, #FFF 30%, #FF5500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtitle {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 40px;
  color: var(--text-secondary);
  max-width: 600px;
}

/* Dashboard Mockup Component */
.mockup-wrapper {
  position: relative;
  width: 100%;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.mockup-inner {
  border-radius: 12px;
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  flex-direction: column;
  height: 420px;
  overflow: hidden;
}

.mockup-topbar {
  height: 48px;
  background: #0b0b0f;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  padding: 0 16px;
  justify-content: space-between;
}

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

.mockup-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
}

.mockup-dots .mockup-dot:nth-child(1) { background: #FF5F56; }
.mockup-dots .mockup-dot:nth-child(2) { background: #FFBD2E; }
.mockup-dots .mockup-dot:nth-child(3) { background: #27C93F; }

.mockup-search {
  width: 260px;
  height: 24px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.mockup-main {
  display: flex;
  flex: 1;
  overflow: hidden;
}

.mockup-sidebar {
  width: 140px;
  background: #07070a;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mockup-side-item {
  height: 18px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 4px;
  width: 80%;
}

.mockup-side-item.active {
  background: rgba(255, 85, 0, 0.15);
  border: 1px solid rgba(255, 85, 0, 0.2);
}

.mockup-content {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #0b0b0f;
  overflow-y: auto;
}

/* Floating Stats in Mockup */
.mockup-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.mockup-card {
  background: #15151d;
  border: 1px solid rgba(255, 85, 0, 0.08);
  border-radius: 12px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mockup-card-title {
  font-size: 11px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.mockup-card-value {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

.mockup-card-trend {
  font-size: 10px;
  color: #27C93F;
  display: flex;
  align-items: center;
  gap: 2px;
}

.mockup-card-trend.down {
  color: #FF5F56;
}

.mockup-chart-container {
  flex: 1;
  background: #15151d;
  border-radius: 12px;
  border: 1px solid rgba(255, 85, 0, 0.08);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mockup-chart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mockup-chart-bars {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex: 1;
  height: 120px;
  padding-top: 10px;
}

.mockup-chart-bar {
  width: 18px;
  background: rgba(255, 85, 0, 0.1);
  border-radius: 4px 4px 0 0;
  transition: all 0.3s ease;
  position: relative;
}

.mockup-chart-bar:hover {
  background: var(--primary-orange);
  box-shadow: 0 0 10px rgba(255, 85, 0, 0.4);
}

.mockup-chart-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--primary-orange);
  border-radius: 4px 4px 0 0;
}

/* Floating Statistics cards (for Hero Section layout) */
.floating-widget {
  position: absolute;
  background: rgba(21, 21, 29, 0.85);
  border: 1px solid rgba(255, 85, 0, 0.15);
  border-radius: 16px;
  padding: 16px 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 85, 0, 0.05);
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 14px;
  animation: floatUpDown 6s ease-in-out infinite;
}

.floating-widget.widget-1 {
  top: 10%;
  left: -40px;
  animation-delay: 0s;
}

.floating-widget.widget-2 {
  bottom: 10%;
  right: -30px;
  animation-delay: 3s;
}

.floating-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 85, 0, 0.1);
  border: 1px solid rgba(255, 85, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-orange);
  font-size: 18px;
}

.floating-info {
  display: flex;
  flex-direction: column;
}

.floating-info span {
  font-size: 11px;
  color: var(--text-muted);
  text-transform: uppercase;
}

.floating-info strong {
  font-size: 16px;
  color: #ffffff;
}

@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
}

/* Trust Stats cards */
.trust-stats-section {
  padding: 40px 0;
  position: relative;
  z-index: 3;
}

.trust-card {
  text-align: center;
  padding: 30px 20px;
}

.trust-icon {
  font-size: 28px;
  color: var(--primary-orange);
  margin-bottom: 16px;
  display: inline-block;
}

.trust-card h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #ffffff;
}

.trust-card p {
  margin: 0;
  font-size: 14px;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Investment Plans cards */
.plans-section {
  padding: 100px 0;
}

.plan-card {
  background: var(--card-background);
  border: 1px solid var(--orange-border-accent);
  border-radius: 24px;
  padding: 40px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: all 0.3s ease;
  z-index: 2;
}

.plan-card:hover {
  transform: translateY(-8px);
}

.plan-card.recommended {
  border-color: var(--primary-orange);
  box-shadow: 0 15px 40px rgba(255, 85, 0, 0.1), inset 0 0 12px rgba(255, 85, 0, 0.05);
}

.plan-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--primary-orange);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.plan-header {
  margin-bottom: 30px;
}

.plan-name {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.plan-roi {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}

.plan-roi span {
  font-size: 20px;
  color: var(--primary-orange);
  font-weight: 600;
}

.plan-limits {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 0;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.plan-limit-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.plan-limit-row span {
  color: var(--text-muted);
}

.plan-limit-row strong {
  color: #ffffff;
}

/* Feature cards */
.features-section {
  padding: 100px 0;
}

.feature-card {
  height: 100%;
}

.feature-icon-box {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(255, 85, 0, 0.06);
  border: 1px solid rgba(255, 85, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-orange);
  font-size: 22px;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}

.feature-card:hover .feature-icon-box {
  background: var(--primary-orange);
  color: #ffffff;
  box-shadow: 0 0 15px rgba(255, 85, 0, 0.4);
}

.feature-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #ffffff;
}

/* Live Market Section */
.market-section {
  padding: 100px 0;
}

.market-card {
  background: var(--card-background);
  border: 1px solid var(--orange-border-accent);
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all 0.3s ease;
}

.market-card:hover {
  border-color: rgba(255, 85, 0, 0.25);
  transform: translateY(-4px);
}

.market-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.market-coin {
  display: flex;
  align-items: center;
  gap: 12px;
}

.market-coin-logo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.05);
}

.coin-btc { color: #f7931a; background: rgba(247, 147, 26, 0.1); }
.coin-eth { color: #627eea; background: rgba(98, 126, 234, 0.1); }
.coin-sol { color: #14f195; background: rgba(20, 241, 149, 0.1); }
.coin-bnb { color: #f3ba2f; background: rgba(243, 186, 47, 0.1); }

.market-coin-details h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.market-coin-details span {
  font-size: 12px;
  color: var(--text-muted);
}

.market-price-trend {
  text-align: right;
}

.market-price {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}

.market-trend {
  font-size: 13px;
  font-weight: 600;
}

.market-trend.up { color: #27c93f; }
.market-trend.down { color: #ff5f56; }

/* Custom sparklines inside Market cards */
.market-sparkline {
  height: 50px;
  width: 100%;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}

.market-sparkline svg {
  width: 100%;
  height: 100%;
  stroke: var(--primary-orange);
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
}

.market-sparkline.down svg {
  stroke: #ff5f56;
}

/* How It Works Step Timeline */
.how-it-works-section {
  padding: 100px 0;
  position: relative;
}

.step-card {
  text-align: center;
  position: relative;
}

.step-number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--black-cards);
  border: 2px solid var(--primary-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-orange);
  font-family: var(--font-poppins);
  font-weight: 700;
  font-size: 18px;
  margin: 0 auto 24px;
  box-shadow: 0 0 15px rgba(255, 85, 0, 0.2);
  z-index: 2;
  position: relative;
}

.step-card.active .step-number {
  background: var(--primary-orange);
  color: #ffffff;
  box-shadow: 0 0 20px rgba(255, 85, 0, 0.4);
}

.step-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

/* Testimonials */
.testimonials-section {
  padding: 100px 0;
}

.testimonial-card {
  padding: 30px;
}

.testimonial-rating {
  color: var(--primary-orange);
  margin-bottom: 16px;
  font-size: 14px;
}

.testimonial-text {
  font-style: italic;
  color: var(--text-main);
  margin-bottom: 24px;
  font-size: 15px;
}

.testimonial-user {
  display: flex;
  align-items: center;
  gap: 16px;
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--orange-border-accent);
}

.testimonial-username {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}

.testimonial-userinfo {
  font-size: 12px;
  color: var(--text-muted);
}

.testimonial-roi-tag {
  margin-left: auto;
  font-size: 12px;
  font-weight: 700;
  color: #27c93f;
  background: rgba(39, 201, 63, 0.1);
  padding: 4px 10px;
  border-radius: 20px;
}

/* Referral Section */
.referral-section {
  padding: 100px 0;
}

.referral-box {
  background: linear-gradient(135deg, rgba(21, 21, 29, 0.9) 0%, rgba(11, 11, 15, 0.95) 100%);
  border: 1px solid var(--orange-border-accent);
  border-radius: 24px;
  padding: 60px 50px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.referral-box::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -150px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 85, 0, 0.08) 0%, rgba(255, 85, 0, 0) 70%);
  border-radius: 50%;
  z-index: -1;
}

.referral-badge {
  background: rgba(255, 85, 0, 0.1);
  color: var(--primary-orange);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
}

.referral-rates {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.referral-rate-card {
  background: var(--black-cards);
  border: 1px solid rgba(255, 85, 0, 0.08);
  border-radius: 16px;
  padding: 20px;
  text-align: center;
}

.referral-level {
  font-size: 12px;
  color: var(--text-muted);
  text-transform: uppercase;
}

.referral-percent {
  font-size: 32px;
  font-weight: 700;
  color: var(--primary-orange);
}

/* Accordion FAQs override */
.faq-section {
  padding: 100px 0;
}

.faq-accordion .accordion-item {
  background: var(--card-background) !important;
  border: 1px solid var(--orange-border-accent) !important;
  border-radius: 16px !important;
  margin-bottom: 16px !important;
  overflow: hidden;
}

.faq-accordion .accordion-button {
  background: transparent !important;
  color: #ffffff !important;
  font-family: var(--font-poppins) !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  padding: 22px 24px !important;
  border: none !important;
  box-shadow: none !important;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: var(--primary-orange) !important;
  background: rgba(255, 85, 0, 0.03) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03) !important;
}

.faq-accordion .accordion-button::after {
  filter: brightness(0) invert(1) !important;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  filter: sepia(1) saturate(100) hue-rotate(-15deg) !important;
}

.faq-accordion .accordion-body {
  background: transparent !important;
  color: var(--text-secondary) !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  padding: 24px !important;
}

/* Final CTA Section Banner */
.final-cta-section {
  padding: 80px 0;
  position: relative;
}

.cta-banner {
  background: linear-gradient(90deg, #15151d 0%, #000000 100%);
  border: 1px solid var(--orange-border-accent);
  border-radius: 24px;
  padding: 60px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.cta-banner-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 250px;
  background: radial-gradient(circle, rgba(255, 85, 0, 0.08) 0%, rgba(255, 85, 0, 0) 70%);
  filter: blur(50px);
  pointer-events: none;
  z-index: -1;
}

/* Section Title global helpers */
.fintech-section-title {
  margin-bottom: 60px;
}

.fintech-section-title span.sub {
  color: var(--primary-orange);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 12px;
}

.fintech-section-title h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 16px;
}

.fintech-section-title p {
  font-size: 16px;
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto;
}

/* General spacing overrides */
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* Mobile Responsiveness tweaks */
@media (max-width: 991px) {
  .hero-title {
    font-size: 44px;
  }
  .fintech-section-title h2 {
    font-size: 32px;
  }
  .mockup-wrapper {
    margin-top: 60px;
  }
  .floating-widget.widget-1 {
    left: 10px;
  }
  .floating-widget.widget-2 {
    right: 10px;
  }
  .referral-rates {
    grid-template-columns: 1fr;
  }
}

/* Header Auth Buttons Alignment & Fixes */
.header-action-auth {
  margin-left: auto;
  align-self: center;
  z-index: 10;
}
.header-action-auth ul {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-action-auth ul li {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.header-action-auth ul li::before {
  display: none !important;
}

/* ============================================================
   PROFITDROP — DEFINITIVE ORANGE & BLACK THEME OVERRIDE
   Replaces all legacy Bigtech cyan/blue/purple with orange system
   ============================================================ */

/* --- CSS Variables (Root) --- */
:root {
  --primary-orange: #FF5500;
  --hover-orange: #FF6A00;
  --soft-orange-glow: rgba(255, 85, 0, 0.12);
  --active-orange: rgba(255, 91, 0, 0.15);
  --orange-border-accent: rgba(255, 85, 0, 0.12);
  --main-bg: #0b0b0f;
  --card-background: #15151d;
  --input-bg: #171717;
  --black-card: #000000;
  --text-headings: #ffffff;
  --text-main: #e5e7eb;
  --text-secondary: #94a3b8;
  --text-muted: #8A8A8A;
  --success: #22c55e;
  --warning: #f59e0b;
  --error: #ef4444;
  --info: #3b82f6;
  --font-poppins: 'Poppins', sans-serif;
  --font-outfit: 'Outfit', sans-serif;
}

/* --- Base Body & Typography --- */
body {
  background-color: var(--main-bg) !important;
  background: linear-gradient(180deg, #050505 0%, #111111 100%) !important;
  color: var(--text-main) !important;
}

p {
  color: var(--text-secondary) !important;
}

/* --- Global Link & Selection Colors --- */
a,
button {
  color: var(--primary-orange) !important;
}

a:hover,
.portfolio-cat a:hover,
.footer-menu li a:hover {
  color: var(--hover-orange) !important;
}

*::-moz-selection,
::-moz-selection,
::selection {
  background: var(--primary-orange) !important;
  color: #fff !important;
}

*::-moz-placeholder {
  color: var(--primary-orange) !important;
}

/* --- Scroll-to-top Button --- */
.scroll-top {
  background: var(--primary-orange) !important;
  color: #ffffff !important;
}
.scroll-top:hover {
  background: var(--hover-orange) !important;
}

/* --- Main .btn Override (from #040E18 / cyan gradient to orange) --- */
.btn {
  background: #0b0b0f !important;
  border-color: var(--primary-orange) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 20px rgba(255, 85, 0, 0.2) !important;
}

.btn::after {
  background: linear-gradient(90deg, var(--primary-orange) 0%, #0b0b0f 49%, var(--primary-orange) 100%) !important;
}

.btn:hover {
  border-color: var(--hover-orange) !important;
  color: #ffffff !important;
  box-shadow: 0 6px 28px rgba(255, 85, 0, 0.35) !important;
}

/* .btn-two (the purple button variant) */
.btn.btn-two {
  background: var(--primary-orange) !important;
  border-color: var(--primary-orange) !important;
  color: #ffffff !important;
}

.btn.btn-two:hover {
  background: var(--hover-orange) !important;
  border-color: var(--hover-orange) !important;
  color: #ffffff !important;
}

/* menu-style-two button */
.menu-style-two .header-btn .btn {
  background: var(--primary-orange) !important;
  border-color: var(--primary-orange) !important;
}
.menu-style-two .header-btn .btn:hover {
  background: var(--hover-orange) !important;
  border-color: var(--hover-orange) !important;
  color: #fff !important;
}
.menu-style-two .navbar-wrap > ul > li.active > a,
.menu-style-two .navbar-wrap > ul > li:hover > a {
  color: var(--primary-orange) !important;
}

/* --- Header & Navigation --- */
.menu-area {
  background: rgba(11, 11, 15, 0.8) !important;
  border-bottom-color: rgba(255, 255, 255, 0.06) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.sticky-menu {
  background: rgba(11, 11, 15, 0.97) !important;
}

/* Nav link underline indicator */
.navbar-wrap > ul > li > a::before {
  background: var(--primary-orange) !important;
}

/* Language selector dropdown arrow */
.header-lang .selected-lang::after {
  color: var(--primary-orange) !important;
}

.header-lang .lang-list {
  background: #15151d !important;
  border: 1px solid var(--orange-border-accent) !important;
}

.header-lang .lang-list li a:hover {
  color: var(--primary-orange) !important;
}

/* Sub-menu colors */
.navbar-wrap ul li .sub-menu {
  background: #15151d !important;
  border-color: var(--orange-border-accent) !important;
}

.navbar-wrap ul li .sub-menu li a:hover,
.navbar-wrap ul li .sub-menu li.active a {
  color: var(--primary-orange) !important;
}

/* --- Mobile Menu --- */
.mobile-menu .menu-box {
  background: #15151d !important;
}

.menu-backdrop {
  background: #0b0b0f !important;
}

.mobile-menu .close-btn {
  color: var(--primary-orange) !important;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
  background: var(--primary-orange) !important;
}

.mobile-menu .social-links li a:hover {
  border-color: var(--primary-orange) !important;
  background: var(--primary-orange) !important;
}

/* --- Banner Area --- */
.banner-bg {
  background-color: #050505 !important;
}

.banner-bg::before {
  background: linear-gradient(0.23deg, #0b0b0f 5.68%, rgba(11, 11, 15, 0.42) 81.9%) !important;
}

/* Banner title highlight */
.banner-content .title span {
  color: var(--primary-orange) !important;
}

/* Banner progress labels */
.banner-progress-wrap ul li {
  color: var(--primary-orange) !important;
}

.banner-progress-wrap ul li::before {
  background: var(--primary-orange) !important;
}

.banner-progress-wrap ul li:nth-child(2) {
  color: var(--warning) !important;
}

.banner-progress-wrap ul li:nth-child(3) {
  color: var(--success) !important;
}

.banner-progress-wrap ul li:nth-child(2)::before {
  background: var(--warning) !important;
}

.banner-progress-wrap ul li:nth-child(3)::before {
  background: var(--success) !important;
}

/* Progress bar */
.banner-progress-wrap .progress {
  background-color: rgba(255, 255, 255, 0.08) !important;
}

.banner-progress-wrap .progress .progress-bar {
  background-color: var(--primary-orange) !important;
}

.banner-progress-wrap .progress .progress-bar::before {
  border-color: var(--primary-orange) !important;
}

/* --- Countdown Timer --- */
.banner-countdown-wrap .coming-time .time-count {
  background: #15151d !important;
  border-color: var(--orange-border-accent) !important;
  color: var(--text-secondary) !important;
}

.banner-countdown-wrap .coming-time .time-count span {
  color: var(--primary-orange) !important;
}

.banner-countdown-wrap .coming-time .time-count.hour span {
  color: var(--warning) !important;
}

.banner-countdown-wrap .coming-time .time-count.min span {
  color: var(--error) !important;
}

.banner-countdown-wrap .coming-time .time-count.sec span {
  color: var(--success) !important;
}

/* Countdown area two */
.countdown-area-two .countdown-wrap {
  background: #15151d !important;
  border: 1px solid var(--orange-border-accent) !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3) !important;
}

.countdown-area-two .countdown-wrap::before {
  background: var(--primary-orange) !important;
  opacity: 0.07 !important;
}

.countdown-area-two .countdown-wrap .title {
  color: #ffffff !important;
}

.ClassyCountdown-value > div {
  color: var(--primary-orange) !important;
}

.ClassyCountdown-value > span {
  color: var(--text-secondary) !important;
}

/* --- Section Title Sub-title Dots --- */
.section-title .sub-title::after,
.section-title .sub-title::before {
  background: var(--primary-orange) !important;
}

.section-title .title span {
  color: var(--primary-orange) !important;
}

/* Section-title-two (light variant) */
.section-title.section-title-two .sub-title {
  color: var(--primary-orange) !important;
}

.section-title.section-title-two .title {
  color: #ffffff !important;
}

/* --- Choose / Feature Cards --- */
.choose-item {
  background: #15151d !important;
  border-color: var(--orange-border-accent) !important;
}

.choose-item:hover {
  border-color: var(--primary-orange) !important;
  box-shadow: 0 10px 30px rgba(255, 85, 0, 0.08) !important;
}

.choose-icon {
  background: rgba(255, 85, 0, 0.08) !important;
  border-color: rgba(255, 85, 0, 0.15) !important;
}

.choose-item:hover .choose-icon {
  border-color: var(--primary-orange) !important;
}

.choose-content p {
  color: var(--text-secondary) !important;
}

/* Slider progress bar */
.choose-area .slide-progress {
  background: rgba(255, 255, 255, 0.08) !important;
  background-image: linear-gradient(to right, var(--primary-orange), var(--primary-orange)) !important;
}

/* --- Chart / Sales Section --- */
.chart-bg {
  background-color: #080808 !important;
}

/* Chart nav tabs */
.chart-content .nav-tabs .nav-link {
  color: var(--text-secondary) !important;
}

.chart-content .nav-tabs .nav-link.active,
.chart-content .nav-tabs .nav-link:hover {
  color: var(--primary-orange) !important;
  border-bottom-color: var(--primary-orange) !important;
}

/* --- Roadmap --- */
.area-bg {
  background: linear-gradient(180deg, #0b0b0f 0%, #0d0d12 100%) !important;
}

.bt-roadmap-item .roadmap-content {
  background: #15151d !important;
  border-color: var(--orange-border-accent) !important;
}

.bt-roadmap-item .roadmap-content .dot {
  background: var(--primary-orange) !important;
  border-color: var(--primary-orange) !important;
  box-shadow: 0 0 10px rgba(255, 85, 0, 0.4) !important;
}

.bt-roadmap-item.active .roadmap-content {
  border-color: var(--primary-orange) !important;
}

.bt-roadmap_x::before {
  background: linear-gradient(90deg, var(--primary-orange), rgba(255, 85, 0, 0.15)) !important;
}

/* --- Document Section --- */
.document-list li {
  border-color: var(--orange-border-accent) !important;
  color: var(--text-main) !important;
}

.document-list li::before {
  color: var(--primary-orange) !important;
}

/* --- Team Section --- */
.team-item {
  background: #15151d !important;
  border-color: var(--orange-border-accent) !important;
}

.team-item:hover {
  border-color: var(--primary-orange) !important;
}

.team-content span {
  color: var(--primary-orange) !important;
}

.team-social li a {
  border-color: rgba(255, 85, 0, 0.2) !important;
  color: var(--text-secondary) !important;
}

.team-social li a:hover {
  background: var(--primary-orange) !important;
  border-color: var(--primary-orange) !important;
  color: #fff !important;
}

/* --- FAQ Section --- */
.faq-wrap .accordion-item {
  background: #15151d !important;
  border-color: var(--orange-border-accent) !important;
}

.faq-wrap .accordion-button {
  background: #15151d !important;
  color: #ffffff !important;
}

.faq-wrap .accordion-button:not(.collapsed) {
  color: var(--primary-orange) !important;
  background: rgba(255, 85, 0, 0.05) !important;
}

.faq-wrap .accordion-button::after {
  filter: brightness(0) invert(1) !important;
}

.faq-wrap .accordion-button:not(.collapsed)::after {
  filter: sepia(1) saturate(100) hue-rotate(-15deg) !important;
}

.faq-wrap .accordion-body {
  color: var(--text-secondary) !important;
  background: transparent !important;
}

/* --- Contact / Form Section --- */
.contact-form-wrap {
  background: #15151d !important;
  border: 1px solid var(--orange-border-accent) !important;
  border-radius: 16px;
}

.form-grp input,
.form-grp textarea {
  background: var(--input-bg) !important;
  border-color: var(--orange-border-accent) !important;
  color: var(--text-main) !important;
}

.form-grp input:focus,
.form-grp textarea:focus {
  border-color: var(--primary-orange) !important;
  box-shadow: 0 0 0 3px rgba(255, 85, 0, 0.1) !important;
}

/* Contact icon background */
.contact-info-item .icon {
  background: rgba(255, 85, 0, 0.1) !important;
  border: 1px solid rgba(255, 85, 0, 0.2) !important;
}

.contact-info-item .icon i {
  color: var(--primary-orange) !important;
}

.icon-background {
  background: rgba(255, 85, 0, 0.1) !important;
}

/* --- Newsletter Section --- */
.newsletter-form input {
  background: var(--input-bg) !important;
  border-color: var(--orange-border-accent) !important;
  color: var(--text-main) !important;
}

.newsletter-form button,
.footer-newsletter form button {
  background: var(--primary-orange) !important;
  border-color: var(--primary-orange) !important;
  color: #fff !important;
}

.newsletter-form button:hover,
.footer-newsletter form button:hover {
  background: var(--hover-orange) !important;
}

/* --- Footer --- */
.footer-area {
  background: #060608 !important;
  border-top: 1px solid var(--orange-border-accent) !important;
}

.footer-widget .fw-title {
  color: #ffffff !important;
}

.footer-link ul li a {
  color: var(--text-secondary) !important;
  transition: color 0.25s ease;
}

.footer-link ul li a:hover {
  color: var(--primary-orange) !important;
}

.footer-social li a {
  background: rgba(255, 85, 0, 0.08) !important;
  border: 1px solid var(--orange-border-accent) !important;
  color: var(--text-secondary) !important;
  border-radius: 8px;
  transition: all 0.25s ease;
}

.footer-social li a:hover {
  background: var(--primary-orange) !important;
  border-color: var(--primary-orange) !important;
  color: #fff !important;
}

.footer-newsletter input {
  background: var(--input-bg) !important;
  border-color: var(--orange-border-accent) !important;
  color: var(--text-main) !important;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.copyright-text p {
  color: var(--text-muted) !important;
}

.footer-menu ul li a {
  color: var(--text-secondary) !important;
}

.footer-menu ul li a:hover {
  color: var(--primary-orange) !important;
}

/* --- Scroll-to-top button (footer variant) --- */
.footer-scroll-wrap .scroll-to-target {
  background: var(--primary-orange) !important;
  border-color: var(--primary-orange) !important;
  color: #fff !important;
}

.footer-scroll-wrap .scroll-to-target:hover {
  background: var(--hover-orange) !important;
}

/* --- Counter Section --- */
.counter-item span {
  color: var(--primary-orange) !important;
}

/* --- Blog Cards --- */
.blog-post-item {
  background: #15151d !important;
  border-color: var(--orange-border-accent) !important;
}

.blog-post-item:hover {
  border-color: var(--primary-orange) !important;
}

.blog-meta li a {
  color: var(--primary-orange) !important;
}

/* --- Breadcrumb --- */
.breadcrumb-bg {
  background-color: #050505 !important;
}

/* --- Partner / Logo Grid --- */
.partner-wrap ul li {
  border-color: var(--orange-border-accent) !important;
  transition: background 0.25s ease;
}

.partner-wrap ul li:hover {
  background: var(--soft-orange-glow) !important;
}

/* --- Preloader --- */
#preloader {
  background: #0b0b0f !important;
}

.spinner .rect1,
.spinner .rect2,
.spinner .rect3,
.spinner .rect4,
.spinner .rect5 {
  background: var(--primary-orange) !important;
}

/* --- about-two sub-title (purple override) --- */
.about-content-two .about-list ul li i {
  color: var(--primary-orange) !important;
}

/* === END THEME OVERRIDE === */

/* ============================
   Auth Buttons (Login / Register)
   ============================ */
.header-action-auth {
  display: flex !important;
  align-items: center !important;
  margin-left: auto;
  align-self: center;
}

.header-action-auth ul {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.header-action-auth ul li {
  margin: 0 !important;
  padding: 0 !important;
}

.header-action-auth ul li::before {
  display: none !important;
}

/* Login — ghost/outline */
.btn-auth {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  letter-spacing: 0.3px !important;
  border-radius: 10px !important;
  padding: 10px 22px !important;
  line-height: 1 !important;
  text-transform: none !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

/* No ::after pseudo-element interference */
.btn-auth::after {
  display: none !important;
}

.btn-login {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  color: #e5e7eb !important;
  box-shadow: none !important;
}

.btn-login:hover {
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
  color: #ffffff !important;
  box-shadow: none !important;
  transform: none !important;
}

.btn-register {
  background: #FF5500 !important;
  border: 1px solid #FF5500 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 18px rgba(255, 85, 0, 0.28) !important;
}

.btn-register:hover {
  background: #FF6A00 !important;
  border-color: #FF6A00 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 24px rgba(255, 85, 0, 0.42) !important;
  transform: translateY(-1px) !important;
}

/* === END AUTH BUTTONS === */

/* ========================================================
   PROFITDROP — FINAL BACKGROUND COLOR FIXES
   Catches all remaining light/blue/navy backgrounds from
   the original Bigtech template that need to be dark.
   ======================================================== */

/* Body / Page base */
body,
.home-01 {
  background: #0b0b0f !important;
}

/* --- Pagination --- */
.pagination-wrap ul li a {
  background: #15151d !important;
  border-color: rgba(255, 85, 0, 0.12) !important;
  color: #94a3b8 !important;
}

.pagination-wrap ul li a:hover,
.pagination-wrap ul li .current {
  background: #FF5500 !important;
  border-color: #FF5500 !important;
  color: #ffffff !important;
}

/* --- Contact Info Icons --- */
.contact-info-item .icon {
  background: rgba(255, 85, 0, 0.08) !important;
  border-color: rgba(255, 85, 0, 0.2) !important;
  color: #FF5500 !important;
}

/* All 3 icon color variants → orange */
.contact-info-wrap .row [class*="col-"]:nth-child(1) .icon,
.contact-info-wrap .row [class*="col-"]:nth-child(2) .icon,
.contact-info-wrap .row [class*="col-"]:nth-child(3) .icon {
  color: #FF5500 !important;
}

/* icon-background inner circle */
.contact-info-item .icon-background {
  background: rgba(255, 85, 0, 0.08) !important;
}

.contact-info-item .icon-background::before {
  border-color: rgba(255, 85, 0, 0.35) !important;
  background: transparent !important;
}

.contact-info-wrap .row [class*="col-"]:nth-child(1) .icon-background::before,
.contact-info-wrap .row [class*="col-"]:nth-child(2) .icon-background::before,
.contact-info-wrap .row [class*="col-"]:nth-child(3) .icon-background::before {
  border-color: rgba(255, 85, 0, 0.35) !important;
}

.contact-info-item .content p {
  color: #e5e7eb !important;
}

/* --- Main Contact Form Wrap --- */
.contact-form-wrap {
  background: #15151d !important;
  background-image: none !important;
  border: 1px solid rgba(255, 85, 0, 0.12) !important;
}

.contact-form-wrap .form-grp textarea,
.contact-form-wrap .form-grp input {
  background: #171717 !important;
  border-color: rgba(255, 85, 0, 0.15) !important;
  color: #e5e7eb !important;
}

.contact-form-wrap .form-grp textarea::placeholder,
.contact-form-wrap .form-grp input::placeholder {
  color: #8A8A8A !important;
  opacity: 1 !important;
}

.contact-form-wrap .form-grp textarea:focus,
.contact-form-wrap .form-grp input:focus {
  border-color: #FF5500 !important;
  box-shadow: 0 0 0 3px rgba(255, 85, 0, 0.1) !important;
  background: #1a1a24 !important;
}

.contact-form-wrap .submit-btn .btn {
  background: #0b0b0f !important;
  border-color: #FF5500 !important;
  color: #ffffff !important;
}

/* --- Contact Form Two (bg/white variant) --- */
.contact-form-wrap-two textarea,
.contact-form-wrap-two input {
  background: #171717 !important;
  border-color: rgba(255, 85, 0, 0.15) !important;
  color: #e5e7eb !important;
}

.contact-form-wrap-two textarea:focus,
.contact-form-wrap-two input:focus {
  background: #1a1a24 !important;
  border-color: #FF5500 !important;
}

.contact-form-wrap-two .btn.btn-two {
  background: #FF5500 !important;
  border-color: #FF5500 !important;
}

.contact-form-wrap-two .btn.btn-two:hover {
  background: #FF6A00 !important;
  border-color: #FF6A00 !important;
}

/* --- Newsletter Section --- */
.newsletter-wrap {
  background: #15151d !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3) !important;
  border: 1px solid rgba(255, 85, 0, 0.12) !important;
}

.newsletter-content .title {
  color: #ffffff !important;
}

.newsletter-form input {
  background: #171717 !important;
  border-color: rgba(255, 85, 0, 0.15) !important;
  color: #e5e7eb !important;
}

.newsletter-form input::placeholder {
  color: #8A8A8A !important;
}

.newsletter-form .btn.btn-two {
  background: #FF5500 !important;
  border-color: #FF5500 !important;
  color: #ffffff !important;
}

/* --- Footer Background --- */
.footer-area {
  background: #060608 !important;
}

/* Remove the old navy gradient overlay */
.footer-area::before {
  background: linear-gradient(359.43deg, rgba(6, 6, 8, 0.98) 0%, rgba(11, 11, 15, 0) 100%) !important;
}

/* Footer scroll button */
.footer-scroll-wrap .scroll-to-target {
  background: #15151d !important;
  border-color: rgba(255, 85, 0, 0.25) !important;
  color: #FF5500 !important;
}

.footer-scroll-wrap .scroll-to-target:hover {
  background: #FF5500 !important;
  border-color: #FF5500 !important;
  color: #ffffff !important;
}

.footer-scroll-wrap::before {
  background: rgba(255, 85, 0, 0.12) !important;
}

/* Footer social icons */
.footer-content .footer-social li a {
  border-color: rgba(255, 85, 0, 0.25) !important;
  color: #94a3b8 !important;
  background: rgba(255, 85, 0, 0.06) !important;
}

.footer-content .footer-social li a:hover {
  background: #FF5500 !important;
  border-color: #FF5500 !important;
  color: #ffffff !important;
}

/* Footer newsletter input */
.footer-newsletter form input {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 85, 0, 0.12) !important;
  color: #e5e7eb !important;
}

.footer-newsletter form input::placeholder {
  color: #8A8A8A !important;
}

/* Footer newsletter send button */
.footer-newsletter form button {
  background: #FF5500 !important;
  border-color: #FF5500 !important;
  color: #ffffff !important;
}

.footer-newsletter form button:hover {
  background: #FF6A00 !important;
}

/* Footer two (light variant → dark) */
.footer-area-two .footer-top {
  background: #0b0b0f !important;
}

.footer-area-two .footer-bottom {
  background: #060608 !important;
  border-top-color: rgba(255, 85, 0, 0.12) !important;
}

.footer-area-two .footer-social ul li a {
  color: #94a3b8 !important;
  opacity: 1 !important;
}

.footer-area-two .footer-social ul li a:hover {
  color: #FF5500 !important;
  opacity: 1 !important;
}

.footer-area-two .copyright-text p {
  color: #8A8A8A !important;
}

.footer-area-two .scroll-up .scroll-to-target {
  background: #FF5500 !important;
  border: none !important;
  color: #ffffff !important;
}

.footer-area-two .scroll-up .scroll-to-target:hover {
  background: #FF6A00 !important;
}

.footer-area-two .scroll-up span {
  color: #94a3b8 !important;
}

.footer-menu-two .navigation li a {
  color: #94a3b8 !important;
}

.footer-menu-two .navigation li a:hover {
  color: #FF5500 !important;
}

.footer-bottom-menu ul li a {
  color: #94a3b8 !important;
}

.footer-bottom-menu ul li a:hover {
  color: #FF5500 !important;
}

/* Footer link underline hover */
.footer-link ul li a::before {
  background: #FF5500 !important;
}

/* --- Roadmap Timeline Line --- */
.bt-roadmap_x::before {
  background: linear-gradient(294.72deg, rgba(255, 85, 0, 0.4) 9%, rgba(255, 106, 0, 0.15) 79%) !important;
  opacity: 0.5 !important;
}

/* Roadmap scrollbar dragger */
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #FF5500 !important;
}

/* --- Preloader --- */
#preloader {
  background: #0b0b0f !important;
}

.spinner > div {
  background-color: #FF5500 !important;
}

/* --- Blog Comment Form (light bg) --- */
.comment-form .form-grp textarea,
.comment-form .form-grp input {
  background: #171717 !important;
  border: 1px solid rgba(255, 85, 0, 0.12) !important;
  color: #e5e7eb !important;
  border-radius: 8px;
}

.comment-form .form-grp textarea::placeholder,
.comment-form .form-grp input::placeholder {
  color: #8A8A8A !important;
}

.comment-form .btn.btn-two:hover {
  background: #FF6A00 !important;
  border-color: #FF6A00 !important;
}

/* Post comment content title */
.post-comment-content .title {
  color: #ffffff !important;
}

/* --- Section Background Areas --- */
.area-bg,
.area-bg-two {
  background: linear-gradient(180deg, #0b0b0f 0%, #0d0d12 100%) !important;
}

/* Chart background */
.chart-bg,
.chart-area {
  background: #080808 !important;
  background-image: none !important;
}

/* About area */
.about-area,
.about-area-two {
  background: #080808 !important;
}

/* Team area */
.team-area {
  background: #0b0b0f !important;
}

/* Contact area */
.contact-area {
  background: #0b0b0f !important;
}

/* Partner area */
.partner-area {
  background: #0b0b0f !important;
}

/* Roadmap area */
.roadmap-area {
  background: transparent !important;
}

/* Document area */
.document-area {
  background: #080808 !important;
}

/* Choose area */
.choose-area {
  background: #0b0b0f !important;
}

/* Newsletter area */
.newsletter-area {
  background: #060608 !important;
}

/* Hero / Banner sub-areas */
.banner-area,
.banner-area-two {
  background: #050505 !important;
}

/* Contact bg (image variant) */
.contact-bg {
  background-color: #0b0b0f !important;
  background-image: none !important;
}

.contact-bg::before,
.contact-bg::after {
  display: none !important;
}

/* --- Choose BG (image variant) --- */
.choose-bg {
  background-color: #0b0b0f !important;
  background-image: none !important;
}

.choose-bg::before,
.choose-bg::after {
  display: none !important;
}

/* --- Hero gradient cleanup --- */
.hero-section {
  background: linear-gradient(180deg, #050505 0%, #0b0b0f 100%) !important;
}

/* === END FINAL BACKGROUND FIXES === */

/* ==========================================================
   PROFITDROP — SIGN-IN MODAL SYSTEM
   Full authentication modal with social login, form, UX polish
   ========================================================== */

/* --- Body scroll lock --- */
body.pd-modal-open {
  overflow: hidden !important;
}

/* ---- Overlay ---- */
.pd-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  /* Hidden state */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.pd-modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

/* ---- Modal Container ---- */
.pd-modal-container {
  position: relative;
  width: 100%;
  max-width: 420px;
  background: #15151d;
  border: 1px solid rgba(255, 85, 0, 0.15);
  border-radius: 20px;
  padding: 36px 36px 32px;
  box-shadow:
    0 0 0 1px rgba(255, 85, 0, 0.05),
    0 25px 60px rgba(0, 0, 0, 0.55),
    0 0 50px rgba(255, 85, 0, 0.06);
  /* Entry animation */
  transform: scale(0.94) translateY(10px);
  transition: transform 0.3s cubic-bezier(0.34, 1.30, 0.64, 1), opacity 0.28s ease;
  opacity: 0;
  max-height: 90vh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 85, 0, 0.3) transparent;
}

.pd-modal-container::-webkit-scrollbar {
  width: 4px;
}
.pd-modal-container::-webkit-scrollbar-track {
  background: transparent;
}
.pd-modal-container::-webkit-scrollbar-thumb {
  background: rgba(255, 85, 0, 0.3);
  border-radius: 4px;
}

.pd-modal-overlay.is-open .pd-modal-container {
  transform: scale(1) translateY(0);
  opacity: 1;
}

/* ---- Close Button ---- */
.pd-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  color: #94a3b8 !important;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.22s ease !important;
  z-index: 2;
  padding: 0 !important;
  box-shadow: none !important;
  line-height: 1 !important;
}

.pd-modal-close::after {
  display: none !important;
}

.pd-modal-close:hover {
  background: rgba(255, 85, 0, 0.12) !important;
  border-color: rgba(255, 85, 0, 0.3) !important;
  color: #FF5500 !important;
  transform: rotate(90deg);
}

/* ---- Modal Header ---- */
.pd-modal-header {
  text-align: center;
  margin-bottom: 28px;
}

.pd-modal-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}

.pd-logo-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FF5500;
  display: inline-block;
  box-shadow: 0 0 10px rgba(255, 85, 0, 0.6);
}

.pd-logo-text {
  font-family: 'Poppins', sans-serif !important;
  font-size: 17px;
  font-weight: 500;
  color: #94a3b8 !important;
  letter-spacing: 0.3px;
}

.pd-logo-text strong {
  color: #ffffff !important;
  font-weight: 700;
}

.pd-modal-title {
  font-family: 'Poppins', sans-serif !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 8px !important;
  letter-spacing: -0.4px;
  text-transform: none !important;
}

.pd-modal-subtitle {
  font-size: 14px !important;
  color: #8A8A8A !important;
  margin-bottom: 0 !important;
}

/* ---- Social Login Buttons ---- */
.pd-social-login {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.pd-social-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  width: 100% !important;
  height: 48px !important;
  border-radius: 12px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.22s ease !important;
  text-decoration: none !important;
  border: none !important;
  padding: 0 20px !important;
  box-shadow: none !important;
  line-height: 1 !important;
  white-space: nowrap;
}

.pd-social-btn::after {
  display: none !important;
}

/* Google Button */
.pd-google-btn {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.pd-google-btn:hover {
  background: #f8f8f8 !important;
  color: #111111 !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18) !important;
  transform: scale(1.02);
}

/* Facebook Button */
.pd-facebook-btn {
  background: #1877F2 !important;
  color: #ffffff !important;
  border: 1px solid #1877F2 !important;
}

.pd-facebook-btn:hover {
  background: #1464d0 !important;
  color: #ffffff !important;
  border-color: #1464d0 !important;
  box-shadow: 0 4px 16px rgba(24, 119, 242, 0.35) !important;
  transform: scale(1.02);
}

/* Social Icon sizing */
.pd-social-icon {
  width: 20px !important;
  height: 20px !important;
  flex-shrink: 0;
  font-size: 18px !important;
  color: inherit !important;
}

/* ---- OR Divider ---- */
.pd-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 24px;
}

.pd-divider-line {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.07);
  display: block;
}

.pd-divider-text {
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #8A8A8A;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: nowrap;
}

/* ---- Form ---- */
.pd-auth-form {
  margin-bottom: 0;
}

.pd-form-group {
  margin-bottom: 18px;
}

/* Label row (label + forgot link) */
.pd-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.pd-label {
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #e5e7eb !important;
  display: block;
  margin-bottom: 8px;
  cursor: default !important;
}

.pd-label-row .pd-label {
  margin-bottom: 0;
}

/* Forgot link */
.pd-forgot-link {
  font-family: 'Outfit', sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #FF5500 !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.pd-forgot-link:hover {
  color: #FF6A00 !important;
  text-decoration: underline !important;
}

/* Input wrapper */
.pd-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

/* Input icon */
.pd-input-icon {
  position: absolute;
  left: 14px;
  color: #8A8A8A !important;
  font-size: 14px;
  pointer-events: none;
  z-index: 1;
  transition: color 0.2s ease;
}

/* Input field */
.pd-input {
  width: 100% !important;
  height: 48px !important;
  background: #171717 !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 12px !important;
  padding: 0 44px 0 42px !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease !important;
  outline: none !important;
}

.pd-input::placeholder {
  color: #8A8A8A !important;
  font-size: 14px !important;
}

.pd-input:focus {
  border-color: #FF5500 !important;
  background: #1a1a24 !important;
  box-shadow: 0 0 0 3px rgba(255, 85, 0, 0.1) !important;
}

.pd-input:focus + .pd-input-icon,
.pd-input-wrap:focus-within .pd-input-icon {
  color: #FF5500 !important;
}

/* Password toggle */
.pd-toggle-pw {
  position: absolute !important;
  right: 14px !important;
  background: transparent !important;
  border: none !important;
  color: #8A8A8A !important;
  font-size: 14px !important;
  cursor: pointer !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 48px !important;
  width: 30px !important;
  box-shadow: none !important;
  transition: color 0.2s ease !important;
}

.pd-toggle-pw::after {
  display: none !important;
}

.pd-toggle-pw:hover {
  color: #FF5500 !important;
  transform: none !important;
}

/* ---- Submit Button ---- */
.pd-submit-btn {
  width: 100% !important;
  height: 50px !important;
  background: #FF5500 !important;
  border: none !important;
  border-radius: 12px !important;
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  margin-top: 6px !important;
  transition: all 0.25s ease !important;
  box-shadow: 0 4px 20px rgba(255, 85, 0, 0.3) !important;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.3px;
}

.pd-submit-btn::after {
  display: none !important;
}

.pd-submit-btn:hover {
  background: #FF6A00 !important;
  box-shadow: 0 6px 28px rgba(255, 85, 0, 0.45) !important;
  transform: translateY(-2px) !important;
}

.pd-submit-btn:active {
  transform: translateY(0) !important;
}

.pd-btn-icon {
  font-size: 13px !important;
  transition: transform 0.22s ease;
}

.pd-submit-btn:hover .pd-btn-icon {
  transform: translateX(4px);
}

/* Loading state */
.pd-submit-btn.is-loading .pd-btn-text::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: pd-spin 0.65s linear infinite;
  margin-left: 10px;
  vertical-align: middle;
}

.pd-submit-btn.is-loading .pd-btn-icon {
  display: none !important;
}

@keyframes pd-spin {
  to { transform: rotate(360deg); }
}

/* ---- Modal Footer ---- */
.pd-modal-footer {
  text-align: center;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.pd-modal-footer p {
  font-size: 14px !important;
  color: #8A8A8A !important;
  margin-bottom: 0 !important;
}

.pd-create-link {
  color: #FF5500 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.pd-create-link:hover {
  color: #FF6A00 !important;
  text-decoration: underline !important;
}

/* ---- Mobile Auth Buttons (inside mobile menu) ---- */
.mobile-auth-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 25px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.mobile-signin-btn,
.mobile-signup-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 46px !important;
  border-radius: 10px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.22s ease !important;
  text-decoration: none !important;
  letter-spacing: 0.3px;
}

.mobile-signin-btn::after,
.mobile-signup-btn::after {
  display: none !important;
}

.mobile-signin-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  color: #e5e7eb !important;
  box-shadow: none !important;
}

.mobile-signin-btn:hover {
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
  color: #ffffff !important;
}

.mobile-signup-btn {
  background: #FF5500 !important;
  border: 1px solid #FF5500 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 16px rgba(255, 85, 0, 0.28) !important;
}

.mobile-signup-btn:hover {
  background: #FF6A00 !important;
  border-color: #FF6A00 !important;
  color: #ffffff !important;
}

/* ---- Responsive ---- */
@media (max-width: 480px) {
  .pd-modal-container {
    padding: 28px 22px 24px;
    border-radius: 16px;
    max-width: 100%;
  }

  .pd-modal-title {
    font-size: 22px !important;
  }

  .pd-social-btn {
    font-size: 13px !important;
    height: 46px !important;
  }

  .pd-input {
    font-size: 14px !important;
  }

  .pd-submit-btn {
    height: 48px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 360px) {
  .pd-modal-container {
    padding: 24px 16px 20px;
  }
}

/* === END SIGN-IN MODAL === */

/* ============================================================
   MOBILE NAVBAR — COMPREHENSIVE FIX
   ============================================================ */

/* ── 1. menu-wrap must be full width so menu-nav stretches ── */
.menu-wrap {
    width: 100%;
}

/* ── 2. Sign In / Sign Up header buttons ──────────────────── */
.header-action-auth ul {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-action-auth ul li {
    margin: 0;
    padding: 0;
}

.btn-auth {
    display: inline-block;
    padding: 9px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    border: 2px solid transparent;
    transition: all 0.25s ease;
    letter-spacing: 0.3px;
    line-height: 1;
}

.btn-login {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.55);
    color: #fff;
}
.btn-login:hover {
    border-color: #ff6b00;
    color: #ff6b00;
    background: transparent;
}

.btn-register {
    background: #ff6b00;
    border-color: #ff6b00;
    color: #fff;
}
.btn-register:hover {
    background: #e55a00;
    border-color: #e55a00;
    color: #fff;
}

/* Hide header auth buttons on very small phones — use mobile drawer instead */
@media (max-width: 479px) {
    .header-action-auth {
        display: none !important;
    }
}

/* ── 3. Hamburger button — clearly visible ─────────────────── */
.menu-area .mobile-nav-toggler {
    display: none;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    transition: background 0.2s, border-color 0.2s;
    flex-shrink: 0;
    margin-left: 10px;
}
.menu-area .mobile-nav-toggler:hover {
    background: rgba(255, 107, 0, 0.2);
    border-color: #ff6b00;
}
.menu-area .mobile-nav-toggler i {
    font-size: 20px;
    color: #ffffff;
    line-height: 1;
}

/* Show hamburger below lg breakpoint */
@media (max-width: 991.98px) {
    .menu-area .mobile-nav-toggler {
        display: inline-flex !important;
    }
}

/* ── 4. Mobile drawer nav links ────────────────────────────── */
.mobile-menu .menu-outer .navigation {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.mobile-menu .menu-outer .navigation li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.mobile-menu .menu-outer .navigation li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.mobile-menu .menu-outer .navigation li a {
    display: block;
    padding: 14px 25px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    transition: color 0.25s, background 0.25s;
}
.mobile-menu .menu-outer .navigation li a:hover {
    color: #ff6b00;
    background: rgba(255, 107, 0, 0.06);
}

/* ── 5. Mobile drawer auth buttons ────────────────────────── */
.mobile-auth-btns {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px 25px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.mobile-signin-btn,
.mobile-signup-btn {
    display: block;
    width: 100%;
    padding: 13px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.25s ease;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: inherit;
}
.mobile-signin-btn {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
}
.mobile-signin-btn:hover {
    border-color: #ff6b00;
    color: #ff6b00;
}
.mobile-signup-btn {
    background: #ff6b00;
    border-color: #ff6b00;
    color: #fff;
}
.mobile-signup-btn:hover {
    background: #e55a00;
    border-color: #e55a00;
    color: #fff;
}

/* ── 6. Tablet: compact header auth buttons ────────────────── */
@media (max-width: 767.98px) {
    .btn-auth {
        padding: 8px 14px;
        font-size: 12px;
    }
}

/* ── FORCE-SHOW mobile drawer navigation links ─────────────── */
.mobile-menu .menu-box .menu-outer > ul.navigation,
.mobile-menu .menu-box .menu-outer .navigation {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}
.mobile-menu .menu-box .menu-outer > ul.navigation > li,
.mobile-menu .menu-box .menu-outer .navigation > li {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    border-bottom: 1px solid rgba(255,255,255,0.07) !important;
}
.mobile-menu .menu-box .menu-outer > ul.navigation > li > a,
.mobile-menu .menu-box .menu-outer .navigation > li > a {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #ffffff !important;
    padding: 14px 25px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    text-decoration: none !important;
    border: none !important;
    background: transparent !important;
    transition: color 0.25s, background 0.25s !important;
}
.mobile-menu .menu-box .menu-outer .navigation > li > a:hover {
    color: #ff6b00 !important;
    background: rgba(255,107,0,0.07) !important;
}


