/******************************************************************
  Template Name: Manup
  Description: Manup Event HTML Template
  Author: Colorlib
  Author URI: http://colorlib.com
  Version: 1.0
  Created: Colorlib
******************************************************************/

/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Helper Css
3.  Header Section
4.  Hero Section
5.  Home About Section
6.  Team Member Section
7.  Pricing Section
8.  Latest Blog Section
9.  Contact
10.  Footer Style

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

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

/* Template default CSS
/*----------------------------------------*/

html,
body {
	height: 100%;
	font-family: "Work Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: "Work Sans", sans-serif;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 16px;
	font-family: "Work Sans", sans-serif;
	color: #000;
	font-weight: 400;
	line-height: 28px;
	margin: 0 0 15px 0;
}


input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #fff;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	text-align: center;
	margin-bottom: 52px;
}

.section-title h2 {
	font-size: 40px;
	font-weight: 700;
	color: #171822;
	margin-bottom: 10px;
}

.section-title p {
	font-size: 18px;
	color: #6a6b7c;
	margin-bottom: 0;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}

.spad-2 {
	padding-top: 50px;
	padding-bottom: 70px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

.bg-gradient,
.bd-text .bd-tag-share .s-share a:hover,
.bh-text .play-btn,
.schedule-table-tab .nav-tabs .nav-item .nav-link.active,
.newslatter-inner .ni-form button,
.latest-item .li-tag,
.price-item .price-btn:hover,
.price-item .pi-price,
.price-item .tr-tag,
.schedule-tab .nav-tabs .nav-item .nav-link.active,
.site-btn {
	background-image: -o-linear-gradient(330deg, #ee8425 0%, #f9488b 100%), -o-linear-gradient(330deg, #ee8425 0%, #f9488b 100%);
	background-image: linear-gradient(120deg, #ee8425 0%, #f9488b 100%), linear-gradient(120deg, #ee8425 0%, #f9488b 100%);
}

/* buttons */

.primary-btn {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 40px;
	color: #ffffff;
	text-align: center;
	border-radius: 50px;
	background-image: -webkit-gradient(linear, left top, right top, from(#ee8425), to(#f9488b)), -webkit-gradient(linear, left top, right top, from(#ee8425), to(#f9488b));
	background-image: -o-linear-gradient(left, #ee8425 0%, #f9488b 100%), -o-linear-gradient(left, #ee8425 0%, #f9488b 100%);
	background-image: linear-gradient(to right, #ee8425 0%, #f9488b 100%), linear-gradient(to right, #ee8425 0%, #f9488b 100%);
}

.site-btn {
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
	border: none;
	padding: 10px 40px 12px;
	border-radius: 50px;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*---------------------
  Header
-----------------------*/

.header-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-section.header-normal {
	border-bottom: 1px solid #e5e5e5;
    background: #e2dede;
}

.logo {
	float: left;
	padding-top: 10px;
	/*padding-bottom: 37px;*/
}

.logo a {
	display: inline-block;
}

.nav-menu {
	float: right;
}

.nav-menu .mainmenu {
	display: inline-block;
}

.nav-menu .mainmenu ul li {
	display: inline-block;
	list-style: none;
	margin-right: 40px;
	position: relative;
}

.nav-menu .mainmenu ul li .dropdown {
	position: absolute;
	width: 180px;
	background: #ffffff;
	z-index: 99;
	left: 0;
	top: 130px;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 4px 13px 30px rgba(0, 0, 0, 0.15);
	box-shadow: 4px 13px 30px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-menu .mainmenu ul li .dropdown li {
	display: block;
	margin-right: 0;
}

.nav-menu .mainmenu ul li .dropdown li a {
	padding: 8px 10px;
	display: block;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-transform: capitalize;
}

.nav-menu .mainmenu ul li .dropdown li a:hover {
	color: #f44949;
}

.nav-menu .mainmenu ul li .dropdown li a:after {
	display: none;
}

.nav-menu .mainmenu ul li.active a:after {
	opacity: 1;
}

.nav-menu .mainmenu ul li:hover>a:after {
	opacity: 1;
}

.nav-menu .mainmenu ul li:hover .dropdown {
	opacity: 1;
	visibility: visible;
	top: 100px;
}

.nav-menu .mainmenu ul li a {
	font-size: 16px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 600;
	/*padding: 42px 0;*/
	padding-bottom: 42px;
	position: relative;
	display: inline-block;
}

.nav-menu .mainmenu ul li a:after {
	position: absolute;
	left: 0;
	bottom: 36px;
	height: 2px;
	width: 100%;
	background: #F44949;
	content: "";
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-menu .primary-btn.top-btn {
	margin: 27px 0;
}

.slicknav_menu {
	display: none;
}

/*---------------------
  Hero
-----------------------*/

.hero-section {
	padding-top: 80px;
}

.hero-section .hero-text {
	padding-top: 184px;
}

.hero-section .hero-text span {
	font-size: 16px;
	color: #f44949;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.hero-section .hero-text h2 {
	font-size: 60px;
	color: #ffffff;
	line-height: 72px;
	font-weight: 600;
	margin-top: 24px;
	margin-bottom: 35px;
}

/*---------------------
  Conter
-----------------------*/

.counter-section {
	padding: 40px 0;
}

.counter-section .counter-text span {
	font-size: 16px;
	color: #ffffff;
}

.counter-section .counter-text h3 {
	color: #ffffff;
	font-weight: 700;
	line-height: 38px;
	margin-top: 10px;
}

.counter-section .cd-timer {
	text-align: right;
}

.counter-section .cd-timer .cd-item {
	display: inline-block;
	text-align: center;
	margin-left: 35px;
	height: 120px;
	width: 120px;
	padding-top: 32px;
	position: relative;
}

.counter-section .cd-timer .cd-item:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #ffffff;
	content: "";
	opacity: 0.1;
	border-radius: 4px;
}

.counter-section .cd-timer .cd-item:first-child {
	margin-left: 0;
}

.counter-section .cd-timer .cd-item span {
	font-size: 60px;
	color: #ffffff;
	font-weight: 600;
	line-height: 30px;
}

.counter-section .cd-timer .cd-item p {
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 0;
	line-height: 30px;
}

/*---------------------
  Home About Section
-----------------------*/

.home-about-section {
	padding-bottom: 90px;
}

.ha-pic {
	-webkit-box-shadow: 0px 0px 30px rgba(11, 12, 48, 0.15);
	box-shadow: 0px 0px 30px rgba(11, 12, 48, 0.15);
	margin-right: 30px;
}

.ha-pic img {
	min-width: 100%;
	border-radius: 2px;
}

.ha-text {
	padding-top: 74px;
}

.ha-text h2 {
	color: #171822;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 32px;
}

.ha-text p {
	margin-bottom: 21px;
}

.ha-text ul {
	margin-bottom: 27px;
}

.ha-text ul li {
	list-style: none;
	font-size: 16px;
	line-height: 30px;
	color: #6a6b7c;
}

.ha-text ul li span {
	color: #f44949;
}

.ha-text .ha-btn {
	font-size: 16px;
	color: #171822;
	font-weight: 600;
	position: relative;
}

.ha-text .ha-btn:before {
	position: absolute;
	left: 0;
	bottom: -6px;
	height: 2px;
	width: 100%;
	background: #f44949;
	content: "";
}

/*---------------------
  Member Item
-----------------------*/

.team-member-section {
	overflow: hidden;
}

.member-item {
	width: 20%;
	float: left;
	height: 420px;
	position: relative;
	overflow: hidden;
}

.member-item:hover .mi-social {
	top: 0;
}

.member-item:hover .mi-text {
	left: 20px;
}

.member-item .mi-social {
	text-align: center;
	position: relative;
	top: -60px;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.member-item .mi-social .mi-social-inner {
	display: inline-block;
	padding: 10px 23px 8px;
	border-radius: 0 0 4px 4px;
}

.member-item .mi-social .mi-social-inner a {
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	margin-right: 10px;
}

.member-item .mi-social .mi-social-inner a:last-child {
	margin-right: 0;
}

.member-item .mi-text {
	background: #ffffff;
	padding: 16px 0 18px 25px;
	position: absolute;
	left: -500px;
	bottom: 20px;
	width: calc(100% - 40px);
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.member-item .mi-text h5 {
	font-size: 20px;
	color: #171822;
	font-weight: 600;
	margin-bottom: 5px;
}

.member-item .mi-text span {
	font-size: 16px;
	color: #f44949;
	display: block;
}

/*---------------------
  Schedule Section
-----------------------*/

.schedule-section {
	padding-bottom: 60px;
}

.schedule-tab .nav-tabs {
	border: none;
	border-radius: 2px;
	margin-bottom: 60px;
	-webkit-box-shadow: 3px 10px 30px rgba(74, 74, 77, 0.15);
	box-shadow: 3px 10px 30px rgba(74, 74, 77, 0.15);
}

.schedule-tab .nav-tabs .nav-item {
	border-right: 1px solid #e7e7e8;
	width: 20%;
	text-align: center;
}

.schedule-tab .nav-tabs .nav-item:last-child {
	border-right: none;
}

.schedule-tab .nav-tabs .nav-item .nav-link {
	padding: 14px 0 13px 0;
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.schedule-tab .nav-tabs .nav-item .nav-link.active {
	border-radius: 2px;
	border-color: #e7e7e8;
}

.schedule-tab .nav-tabs .nav-item .nav-link.active h5 {
	color: #ffffff;
}

.schedule-tab .nav-tabs .nav-item .nav-link.active p {
	color: #ffffff;
}

.schedule-tab .nav-tabs .nav-item .nav-link h5 {
	color: #171822;
	font-weight: 600;
}

.schedule-tab .nav-tabs .nav-item .nav-link p {
	margin-bottom: 0;
}

.schedule-tab .st-content {
	border: 1px solid #ebebeb;
	border-radius: 2px;
	margin-bottom: 40px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.schedule-tab .st-content:hover {
	-webkit-box-shadow: 3px 12px 30px rgba(23, 24, 34, 0.05);
	box-shadow: 3px 12px 30px rgba(23, 24, 34, 0.05);
	border: 1px solid transparent;
}

.schedule-tab .st-content .sc-pic {
	text-align: center;
	padding: 30px 0;
}

.schedule-tab .st-content .sc-pic img {
	height: 120px;
	width: 120px;
	border-radius: 50%;
}

.schedule-tab .st-content .sc-text {
	padding: 58px 0;
}

.schedule-tab .st-content .sc-text h4 {
	color: #171822;
	font-weight: 600;
	margin-bottom: 10px;
}

.schedule-tab .st-content .sc-text ul li {
	list-style: none;
	display: inline-block;
	font-size: 16px;
	color: #6a6b7c;
	margin-right: 25px;
	position: relative;
}

.schedule-tab .st-content .sc-text ul li:last-child:after {
	display: none;
}

.schedule-tab .st-content .sc-text ul li:after {
	position: absolute;
	right: -18px;
	top: 0;
	content: "/";
}

.schedule-tab .st-content .sc-text ul li i {
	color: #f44949;
	font-size: 14px;
}

.schedule-tab .st-content .sc-widget {
	padding: 58px 0;
}

.schedule-tab .st-content .sc-widget li {
	list-style: none;
	font-size: 16px;
	color: #6a6b7c;
	line-height: 32px;
	position: relative;
	padding-left: 22px;
}

.schedule-tab .st-content .sc-widget li i {
	color: #f44949;
	position: absolute;
	left: 0;
	top: 7px;
}

/*---------------------
  Pricing Section
-----------------------*/

.pricing-section {
	padding-top: 90px;
	padding-bottom: 80px;
}

.pricing-section .section-title {
	margin-bottom: 88px;
}

.pricing-section .section-title h2 {
	color: #ffffff;
}

.pricing-section .section-title p {
	color: #a0a1b5;
}

.price-item {
	background: #ffffff;
	text-align: center;
	padding-top: 34px;
	padding-bottom: 18px;
	position: relative;
	border-radius: 2px;
	margin-bottom: 40px;
}

.price-item.top-rated {
	margin-top: -36px;
}

.price-item .tr-tag {
	width: 28px;
	height: 50px;
	line-height: 38px;
	-webkit-clip-path: polygon(100% 0%, 100% 100%, 50% 65%, 0% 100%, 0% 0%);
	clip-path: polygon(100% 0%, 100% 100%, 50% 65%, 0% 100%, 0% 0%);
	position: absolute;
	right: 26px;
	top: 0;
}

.price-item .tr-tag i {
	color: #ffffff;
}

.price-item h4 {
	color: #171822;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 26px;
}

.price-item .pi-price {
	padding-top: 16px;
	padding-bottom: 14px;
	margin-bottom: 38px;
}

.price-item .pi-price h2 {
	font-size: 60px;
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	display: inline-block;
	position: relative;
	padding-left: 20px;
}

.price-item .pi-price h2 span {
	font-size: 30px;
	position: absolute;
	left: 0px;
	top: 9px;
}

.price-item ul li {
	list-style: none;
	font-size: 16px;
	color: #6a6b7c;
	line-height: 38px;
}

.price-item .price-btn {
	font-size: 16px;
	color: #171822;
	font-weight: 600;
	display: inline-block;
	background: #ffffff;
	padding: 10px 85px;
	border-radius: 50px;
	-webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
	position: relative;
	bottom: -39px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.price-item .price-btn:hover {
	color: #ffffff;
}

.price-item .price-btn:hover span {
	color: #ffffff;
}

.price-item .price-btn span {
	color: #f44949;
	position: relative;
	top: 3px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/*---------------------
  Latest Blog
-----------------------*/

.latest-blog {
	background: #f4f6f8;
	padding-bottom: 160px;
}

.latest-item {
	height: 255px;
	position: relative;
	margin-bottom: 40px;
	margin-left: 15px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 30px rgba(79, 84, 139, 0.15);
	box-shadow: 0px 0px 30px rgba(79, 84, 139, 0.15);
}

.latest-item.large-item {
	height: 550px;
	margin-right: 15px;
	margin-left: 0;
}

.latest-item.large-item .li-tag {
	left: 40px;
	top: 40px;
}

.latest-item.large-item .li-text {
	padding: 0 40px;
	bottom: 35px;
}

.latest-item.large-item .li-text h4 {
	margin-bottom: 17px;
}

.latest-item.large-item .li-text h4 a {
	color: #ffffff;
	font-weight: 600;
	line-height: 36px;
}

.latest-item.large-item .li-text span {
	font-size: 16px;
	color: #ffffff;
}

.latest-item.large-item .li-text span i {
	color: #f44949;
}

.latest-item .li-tag {
	font-size: 14px;
	color: #ffffff;
	display: inline-block;
	padding: 5px 18px;
	border-radius: 2px;
	position: absolute;
	left: 30px;
	top: 30px;
}

.latest-item .li-text {
	position: absolute;
	left: 0;
	bottom: 26px;
	width: 100%;
	padding: 0 30px;
}

.latest-item .li-text h5 {
	margin-bottom: 5px;
}

.latest-item .li-text h5 a {
	display: block;
	color: #ffffff;
	font-weight: 600;
	line-height: 30px;
}

.latest-item .li-text span {
	font-size: 14px;
	color: #ffffff;
}

.latest-item .li-text span i {
	color: #f44949;
}

/*---------------------
  Newslatter Section
-----------------------*/

.newslatter-section.about-newslatter .newslatter-inner {
	margin-top: 0;
}

.newslatter-inner {
	padding: 60px 70px 48px;
	overflow: hidden;
	border-radius: 2px;
	margin-top: -100px;
}

.newslatter-inner .ni-text {
	float: left;
}

.newslatter-inner .ni-text h3 {
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 8px;
}

.newslatter-inner .ni-text p {
	color: #ffffff;
	margin-bottom: 0;
}

.newslatter-inner .ni-form {
	width: 400px;
	position: relative;
	float: right;
	margin-top: 12px;
}

.newslatter-inner .ni-form input {
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: #a0a1b5;
	padding-left: 20px;
	background: #ffffff;
	border-radius: 50px;
	border: none;
	padding-right: 140px;
}

.newslatter-inner .ni-form input::-webkit-input-placeholder {
	color: #a0a1b5;
}

.newslatter-inner .ni-form input::-moz-placeholder {
	color: #a0a1b5;
}

.newslatter-inner .ni-form input:-ms-input-placeholder {
	color: #a0a1b5;
}

.newslatter-inner .ni-form input::-ms-input-placeholder {
	color: #a0a1b5;
}

.newslatter-inner .ni-form input::placeholder {
	color: #a0a1b5;
}

.newslatter-inner .ni-form button {
	width: 128px;
	height: 40px;
	text-align: center;
	border: none;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	border-radius: 50px;
	position: absolute;
	right: 5px;
	top: 5px;
}

/*---------------------
  Home Contact 
-----------------------*/

.contact-section .section-title {
	text-align: left;
	margin-bottom: 40px;
}

.cs-text .ct-address span {
	font-size: 16px;
	color: #6a6b7c;
}

.cs-text .ct-address p {
	font-size: 18px;
	color: #171822;
	line-height: 30px;
	margin-top: 8px;
}

.cs-text ul {
	margin-bottom: 22px;
}

.cs-text ul li {
	font-size: 18px;
	color: #171822;
	line-height: 36px;
	list-style-type: none;
	display: inline-block;
	margin-right: 42px;
}

.cs-text ul li:last-child {
	margin-right: 0;
}

.cs-text ul li span {
	font-size: 16px;
	color: #6a6b7c;
	display: block;
}

.cs-text .ct-links span {
	font-size: 16px;
	color: #6a6b7c;
}

.cs-text .ct-links p {
	font-size: 18px;
	color: #171822;
	line-height: 30px;
	margin-top: 8px;
}

.cs-map {
	height: 400px;
	-webkit-box-shadow: 0px 12px 30px rgba(11, 12, 48, 0.15);
	box-shadow: 0px 12px 30px rgba(11, 12, 48, 0.15);
}

.cs-map iframe {
	width: 100%;
}

/*---------------------
  Footer
-----------------------*/

.footer-section {
	background: #e2dede;
	padding-top: 50px;
	padding-bottom: 60px;
}

.partner-logo {
	padding-bottom: 50px;
	border-bottom: 1px solid #2f3039;
}

.partner-logo .pl-table {
	display: inline-block;
	display: table;
}

.partner-logo .pl-table .pl-tablecell {
	display: table-cell;
	vertical-align: middle;
	height: 41px;
}

.footer-text {
	text-align: center;
	padding-top: 60px;
}

.footer-text .ft-logo {
	margin-bottom: 20px;
}

.footer-text .ft-logo a {
	display: inline-block;
}

.footer-text ul {
	margin-bottom: 18px;
}

.footer-text ul li {
	list-style: none;
	display: inline-block;
	margin-right: 52px;
}

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

.footer-text ul li a {
	font-size: 18px;
	color: #000000;
	display: inline-block;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.footer-text ul li a:hover {
	color: #000000;
}

.footer-text .copyright-text {
	font-size: 14px;
	color: #000000;
	margin-bottom: 28px;
}

.footer-text .copyright-text i {
	color: #f44949;
}

.footer-text .copyright-text a {
	color: #000000;
}

.footer-text .copyright-text a:hover {
	color: #000000;
}

.footer-text .ft-social a {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #a3a3ae;
	border: 1px solid #45464e;
	border-radius: 50%;
	margin-right: 15px;
}

.footer-text .ft-social a:last-child {
	margin-right: 0;
}

/* ----------------------------------- Other Pages Styles ------------------------------- */

/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-section {
	padding: 75px 0 75px;
}

.breadcrumb-text {
	text-align: center;
}

.breadcrumb-text h2 {
	font-size: 40px;
	color: #171822;
	font-weight: 600;
	margin-bottom: 14px;
}

.breadcrumb-text .bt-option a {
	font-size: 18px;
	color: #6a6b7c;
	display: inline-block;
	margin-right: 25px;
	position: relative;
}

.breadcrumb-text .bt-option a:after {
	position: absolute;
	right: -17px;
	top: 2px;
	content: "";
	font-family: "FontAwesome";
}

.breadcrumb-text .bt-option span {
	display: inline-block;
	color: #a0a1b5;
}

/*---------------------
  About Section
-----------------------*/

.about-section {
	padding-top: 0;
	padding-bottom: 90px;
}

.about-section .section-title {
	text-align: left;
}

.about-section .section-title h2 {
	margin-bottom: 20px;
}

.about-section .section-title p {
	font-size: 16px;
}

.about-section .section-title p.f-para {
	margin-bottom: 20px;
}

.about-pic {
	-webkit-box-shadow: 0px 0px 30px rgba(11, 12, 48, 0.15);
	box-shadow: 0px 0px 30px rgba(11, 12, 48, 0.15);
}

.about-pic img {
	min-width: 100%;
}

.about-text {
	padding-top: 20px;
}

.about-text h3 {
	color: #171822;
	font-weight: 600;
	margin-bottom: 25px;
}

.about-text p {
	margin-bottom: 20px;
}

.about-text ul li {
	font-size: 16px;
	color: #6a6b7c;
	line-height: 30px;
	list-style: none;
}

.about-text ul li span {
	color: #f44949;
}

/*---------------------
  Story Section
-----------------------*/

.story-section {
	padding-bottom: 30px;
}

.story-section .section-title {
	text-align: left;
}

.story-section .section-title h2 {
	margin-bottom: 0;
}

.story-left {
	padding-right: 40px;
}

.story-right {
	padding-left: 40px;
}

.story-item {
	margin-bottom: 28px;
}

.story-item h2 {
	color: #f44949;
	font-weight: 600;
	float: left;
	margin-right: 30px;
	line-height: 42px;
}

.story-item .si-text {
	overflow: hidden;
}

.story-item .si-text h4 {
	color: #171822;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 14px;
}

/*---------------------
  Testimonial Section
-----------------------*/

.testimonial-section {
	padding-bottom: 40px;
	overflow: hidden;
}

.testimonial-section .section-title {
	margin-bottom: 26px;
}

.testimonial-slider .col-lg-6 {
	max-width: 100%;
}

.testimonial-slider.owl-carousel .owl-stage-outer {
	padding-bottom: 60px;
	padding-top: 30px;
}

.testimonial-slider.owl-carousel .owl-nav button {
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 30px;
	color: #171822;
	background: #f4f6f8;
	border-radius: 50%;
	position: absolute;
	left: -66px;
	top: 50%;
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.testimonial-slider.owl-carousel .owl-nav button:hover {
	background: -webkit-gradient(linear, left top, right top, from(#ee8425), to(#f9488b));
	background: -o-linear-gradient(left, #ee8425, #f9488b);
	background: linear-gradient(to right, #ee8425, #f9488b);
	color: #ffffff;
}

.testimonial-slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: -66px;
}

.testimonial-item {
	background: #ffffff;
	-webkit-box-shadow: 0px 6px 20px rgba(11, 12, 48, 0.15);
	box-shadow: 0px 6px 20px rgba(11, 12, 48, 0.15);
	border-radius: 4px;
	position: relative;
	padding: 40px 40px 15px 40px;
}

.testimonial-item .quote-pic {
	position: absolute;
	right: 50px;
	top: 50px;
}

.testimonial-item .ti-author {
	overflow: hidden;
	margin-bottom: 22px;
}

.testimonial-item .ti-author .ta-pic {
	float: left;
	margin-right: 20px;
}

.testimonial-item .ti-author .ta-pic img {
	height: 76px;
	width: 76px;
	border-radius: 50%;
}

.testimonial-item .ti-author .ta-text {
	overflow: hidden;
	padding-top: 12px;
}

.testimonial-item .ti-author .ta-text h5 {
	font-size: 20px;
	color: #171822;
	font-weight: 600;
	margin-bottom: 5px;
}

.testimonial-item .ti-author .ta-text span {
	display: block;
	color: #f44949;
}

.testimonial-item p {
	font-size: 20px;
	color: #171822;
	line-height: 32px;
	font-weight: 500;
}

/*---------------------
  Speaker Section
-----------------------*/

.speaker-section {
	padding-top: 0;
}

.speaker-item {
	margin-bottom: 50px;
}

.speaker-item .si-pic img {
	min-width: 100%;
	border-radius: 2px;
}

.speaker-item .si-text .si-title {
	margin-bottom: 28px;
}

.speaker-item .si-text .si-title h4 {
	color: #171822;
	font-weight: 600;
	margin-bottom: 13px;
}

.speaker-item .si-text .si-title span {
	color: #f44949;
	font-size: 16px;
	display: block;
}

.speaker-item .si-text .si-social {
	margin-bottom: 24px;
}

.speaker-item .si-text .si-social a {
	display: inline-block;
	font-size: 16px;
	color: #171822;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background: #ebebeb;
	border-radius: 50%;
	margin-right: 5px;
}

.speaker-item .si-text .si-social a:hover {
	background: -o-linear-gradient(330deg, #ee8425, #f9488b);
	background: linear-gradient(120deg, #ee8425, #f9488b);
	color: #ffffff;
}

.speaker-item .si-text p {
	color: #707070;
	line-height: 26px;
}

.load-more {
	text-align: center;
	padding-top: 10px;
}

.load-more .primary-btn {
	padding: 12px 45px;
}

/*------------------------
  Schedule Table Section
-------------------------*/

.schedule-table-section {
	padding-top: 0;
}

.schedule-table-tab .nav-tabs {
	border: none;
	border-radius: 4px;
	margin-bottom: 50px;
	-webkit-box-shadow: 3px 10px 30px rgba(74, 74, 77, 0.15);
	box-shadow: 3px 10px 30px rgba(74, 74, 77, 0.15);
}

.schedule-table-tab .nav-tabs .nav-item {
	border-right: 1px solid #e7e7e8;
	width: 20%;
	text-align: center;
}

.schedule-table-tab .nav-tabs .nav-item:last-child {
	border-right: none;
}

.schedule-table-tab .nav-tabs .nav-item .nav-link {
	padding: 22px 0;
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #171822;
}

.schedule-table-tab .nav-tabs .nav-item .nav-link.active {
	border-color: #e7e7e8;
	color: #ffffff;
}

.schedule-table-tab .schedule-table-content table {
	width: 100%;
	text-align: center;
	border: 1px solid #e1e1e1;
}

.schedule-table-tab .schedule-table-content table thead {
	border-bottom: 1px solid #e5e5e5;
}

.schedule-table-tab .schedule-table-content table thead tr th {
	border-right: 1px solid #e5e5e5;
	padding: 24px 0 26px;
}

.schedule-table-tab .schedule-table-content table thead tr th strong {
	font-size: 24px;
	color: #171822;
	font-weight: 600;
	margin-bottom: 8px;
}

.schedule-table-tab .schedule-table-content table thead tr th span {
	color: #f5523b;
	font-size: 16px;
	display: block;
	font-weight: 400;
}

.schedule-table-tab .schedule-table-content table tbody tr {
	border-bottom: 1px solid #e5e5e5;
}

.schedule-table-tab .schedule-table-content table tbody tr td {
	border-right: 1px solid #e5e5e5;
	width: 260px;
	height: 134px;
	padding: 37px 0 36px;
}

.schedule-table-tab .schedule-table-content table tbody tr td h5 {
	color: #171822;
	font-weight: 600;
	margin-bottom: 10px;
}

.schedule-table-tab .schedule-table-content table tbody tr td p {
	color: #171822;
	margin-bottom: 0;
}

.schedule-table-tab .schedule-table-content table tbody tr td p span {
	color: #a0a1b5;
}

.schedule-table-tab .schedule-table-content table tbody tr td.event-time {
	width: 140px;
	color: #f44949;
	font-size: 24px;
	font-weight: 600;
}

.schedule-table-tab .schedule-table-content table tbody tr td.break h5 {
	margin-bottom: 0;
}

.schedule-table-tab .schedule-table-content table tbody tr td.hover-bg:hover {
	background: -o-linear-gradient(330deg, #ee8425, #f9488b);
	background: linear-gradient(120deg, #ee8425, #f9488b);
}

.schedule-table-tab .schedule-table-content table tbody tr td.hover-bg:hover h5 {
	color: #ffffff;
}

.schedule-table-tab .schedule-table-content table tbody tr td.hover-bg:hover p {
	color: #ffffff;
}

.schedule-table-tab .schedule-table-content table tbody tr td.hover-bg:hover p span {
	color: #ffffff;
}

/*---------------------
  Blog
-----------------------*/

.blog-section {
	padding-top: 0;
}

.blog-item {
	height: 277px;
	position: relative;
	border-radius: 10px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 30px rgba(11, 12, 48, 0.15);
	box-shadow: 0px 0px 30px rgba(11, 12, 48, 0.15);
}

.blog-item .bi-tag {
	font-size: 12px;
	font-weight: 600;
	color: #ffffff;
	display: inline-block;
	padding: 3px 20px 5px;
	border-radius: 2px;
	position: absolute;
	left: 20px;
	top: 20px;
}

.blog-item.large-item {
	height: 575px;
}

.blog-item.large-item .bi-tag {
	left: 30px;
	top: 30px;
}

.blog-item.large-item .bi-text {
	padding: 0 30px;
	bottom: 28px;
}

.blog-item .bi-text {
	position: absolute;
	left: 0;
	bottom: 18px;
	width: 100%;
	padding: 0 20px;
}

.blog-item .bi-text h5 {
	margin-bottom: 10px;
}

.blog-item .bi-text h5 a {
	color: #000000;
	line-height: 24px;
	font-weight: 600;
	display: block;
}

.blog-item .bi-text h3 {
	margin-bottom: 15px;
}

.blog-item .bi-text h3 a {
	font-size: 28px;
	color: #ffffff;
	font-weight: 600;
	line-height: 36px;
	display: block;
}

.blog-item .bi-text span {
	font-size: 14px;
	color: #000000;
	display: block;
}

.blog-item .bi-text span i {
	color: #2d2d9b ;
}

.load-more.blog-more {
	padding-top: 20px;
}

/*---------------------
  Blog Hero Section
-----------------------*/

.blog-hero-section {
	padding: 200px 0;
}

.bh-text {
	text-align: center;
}

.bh-text .play-btn {
	height: 70px;
	width: 70px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 79px;
}

.bh-text .play-btn i {
	color: #ffffff;
	font-size: 28px;
	margin-left: 6px;
}

.bh-text h2 {
	color: #ffffff;
	font-size: 60px;
	font-weight: 700;
	margin-top: 34px;
	margin-bottom: 14px;
}

.bh-text ul li {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	list-style: none;
	display: inline-block;
	margin-right: 45px;
	position: relative;
}

.bh-text ul li:after {
	position: absolute;
	right: -22px;
	top: 4px;
	height: 14px;
	width: 1px;
	background: #6e6e6e;
	content: "";
}

.bh-text ul li:last-child {
	margin-right: 0;
}

.bh-text ul li:last-child:after {
	display: none;
}

.bh-text ul li span {
	font-size: 16px;
	text-transform: capitalize;
}

.bh-text ul li span strong {
	font-weight: 600;
}

/*---------------------
  Blog Details Section
-----------------------*/

.blog-details-section {
	padding-top: 70px;
}

.bd-text .bd-title {
	margin-bottom: 28px;
}

.bd-text .bd-quote {
	position: relative;
	padding-left: 32px;
	margin-bottom: 36px;
}

.bd-text .bd-quote:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background: #f44949;
	content: "";
}

.bd-text .bd-quote p {
	font-size: 18px;
	color: #171822;
	font-weight: 500;
	line-height: 30px;
}

.bd-text .bd-quote span {
	font-size: 14px;
	color: #f44949;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
}

.bd-text .bd-quote img {
	position: absolute;
	right: 0;
	bottom: 0;
}

.bd-text .bd-more-text {
	margin-bottom: 32px;
}

.bd-text .bd-more-text.second-text {
	margin-bottom: 56px;
}

.bd-text .bd-more-text h4 {
	color: #171822;
	font-weight: 600;
	margin-bottom: 22px;
}

.bd-text .bd-more-pic {
	margin-bottom: 36px;
}

.bd-text .bd-more-pic img {
	min-width: 100%;
	border-radius: 2px;
}

.bd-text .bd-tag-share {
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
}

.bd-text .bd-tag-share .tag {
	float: left;
	margin-top: 7px;
}

.bd-text .bd-tag-share .tag a {
	display: inline-block;
	font-size: 14px;
	background: #ebebeb;
	color: #6a6b7c;
	padding: 2px 17px 4px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 2px;
	margin-right: 6px;
	margin-bottom: 5px;
}

.bd-text .bd-tag-share .tag a:hover {
	background: #f44949;
	color: #ffffff;
}

.bd-text .bd-tag-share .s-share {
	float: right;
}

.bd-text .bd-tag-share .s-share span {
	display: inline-block;
	color: #171822;
	font-size: 16px;
	margin-right: 12px;
}

.bd-text .bd-tag-share .s-share a {
	display: inline-block;
	font-size: 16px;
	color: #171822;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #ebebeb;
	margin-left: 11px;
	border-radius: 50%;
}

.bd-text .bd-tag-share .s-share a:hover {
	color: #ffffff;
}

/*---------------------
  Comment Section
-----------------------*/

.comment-section h3 {
	color: #171822;
	font-weight: 600;
}

.comment-form input {
	width: 100%;
	height: 46px;
	background: #f4f6f8;
	padding-left: 20px;
	padding-right: 5px;
	border: none;
	margin-bottom: 30px;
	border-radius: 2px;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.comment-form input::-webkit-input-placeholder {
	color: #a0a1b5;
}

.comment-form input::-moz-placeholder {
	color: #a0a1b5;
}

.comment-form input:-ms-input-placeholder {
	color: #a0a1b5;
}

.comment-form input::-ms-input-placeholder {
	color: #a0a1b5;
}

.comment-form input::placeholder {
	color: #a0a1b5;
}

.comment-form input:focus {
	border: 1px solid #f44949;
	color: #171822;
}

.comment-form textarea {
	width: 100%;
	height: 120px;
	background: #f4f6f8;
	padding-left: 20px;
	border: none;
	padding-top: 12px;
	padding-right: 5px;
	margin-bottom: 32px;
	border-radius: 2px;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	resize: none;
}

.comment-form textarea::-webkit-input-placeholder {
	color: #a0a1b5;
}

.comment-form textarea::-moz-placeholder {
	color: #a0a1b5;
}

.comment-form textarea:-ms-input-placeholder {
	color: #a0a1b5;
}

.comment-form textarea::-ms-input-placeholder {
	color: #a0a1b5;
}

.comment-form textarea::placeholder {
	color: #a0a1b5;
}

.comment-form textarea:focus {
	border: 1px solid #f44949;
	color: #171822;
}

/*---------------------
  Related Post Section
-----------------------*/

.related-post-section {
	background: #f4f6f8;
	padding-bottom: 70px;
	padding-top: 90px;
}

.related-post-section .blog-item {
	height: 350px;
}

.related-post-section .blog-item .bi-tag {
	left: 30px;
	top: 30px;
}

.related-post-section .blog-item .bi-text {
	padding: 0 30px;
	bottom: 28px;
}

.related-post-section .blog-item .bi-text h5 {
	margin-bottom: 10px;
}

.related-post-section .blog-item .bi-text h5 a {
	font-size: 20px;
	line-height: 30px;
}

/*---------------------
  Contact Top Content
-----------------------*/

.contact-content-section {
	overflow: hidden;
}

.cc-text {
	height: 580px;
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 94px;
}

.cc-text .section-title {
	text-align: left;
	margin-bottom: 42px;
}

.cc-text .section-title h2 {
	color: #ffffff;
}

.cc-text .section-title p {
	color: #ffffff;
}

.cc-text .cs-text .ct-address span {
	color: #ffffff;
}

.cc-text .cs-text .ct-address p {
	color: #ffffff;
}

.cc-text .cs-text ul li {
	color: #ffffff;
}

.cc-text .cs-text ul li span {
	color: #ffffff;
}

.cc-text .cs-text .ct-links span {
	color: #ffffff;
}

.cc-text .cs-text .ct-links p {
	color: #ffffff;
}

.cc-map {
	height: 580px;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}

.cc-map iframe {
	width: 100%;
}

.cc-map .map-hover {
	position: absolute;
	left: 50%;
	top: 260px;
	-webkit-transform: translateX(-132px);
	-ms-transform: translateX(-132px);
	transform: translateX(-132px);
}

.cc-map .map-hover i {
	font-size: 30px;
	color: #f44949;
	position: absolute;
	left: 50%;
	top: -55px;
	-webkit-transform: translateX(-9px);
	-ms-transform: translateX(-9px);
	transform: translateX(-9px);
}

.cc-map .map-hover .map-hover-inner {
	width: 264px;
	text-align: center;
	background: #ffffff;
	padding: 27px 0 11px;
	-webkit-box-shadow: 0px 0px 30px rgba(74, 101, 106, 0.2);
	box-shadow: 0px 0px 30px rgba(74, 101, 106, 0.2);
}

.cc-map .map-hover .map-hover-inner:after {
	position: absolute;
	left: 50%;
	top: -6px;
	width: 30px;
	height: 30px;
	background: #ffffff;
	content: "";
	-webkit-transform: translateX(-15px) rotate(45deg);
	-ms-transform: translateX(-15px) rotate(45deg);
	transform: translateX(-15px) rotate(45deg);
}

.cc-map .map-hover .map-hover-inner h5 {
	color: #171822;
	font-weight: 600;
	margin-bottom: 7px;
}

.cc-map .map-hover .map-hover-inner p {
	color: #171822;
}

/*---------------------
  Contact Form
-----------------------*/

.comment-form.contact-form input {
	margin-bottom: 25px;
}

.comment-form.contact-form textarea {
	height: 150px;
	margin-bottom: 42px;
}

/*-------------------------------- Respinsive Media Styles --------------------------------*/

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

/* Medium Device: 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.nav-menu .mainmenu ul li {
		margin-right: 25px;
	}
	.hero-section .hero-text {
		padding-top: 110px;
	}
	.counter-section .cd-timer .cd-item {
		margin-left: 25px;
	}
	.ha-text {
		padding-top: 0;
	}
	.member-item {
		width: 25%;
		height: 310px;
	}
	.testimonial-slider.owl-carousel .owl-nav button {
		left: -10px;
	}
	.testimonial-slider.owl-carousel .owl-nav button.owl-next {
		right: -10px;
	}
	.newslatter-inner .ni-form {
		width: 350px;
	}
	.cc-text {
		padding-top: 65px;
	}
}

@media only screen and (max-width: 991px) {
	.schedule-tab .st-content .sc-pic {
		text-align: left;
		padding: 30px 0 0;
	}
	.schedule-tab .st-content .sc-text {
		padding: 30px 0 0;
	}
	.schedule-tab .st-content .sc-widget {
		padding: 30px 0;
	}
	.schedule-tab .st-content {
		padding-left: 30px;
	}
	.price-item.top-rated {
		margin-top: 0;
	}
	.latest-item.large-item {
		height: 550px;
		margin-right: 0;
		margin-left: 0;
	}
	.latest-item {
		margin-left: 0;
	}
	.cs-map {
		margin-top: 20px;
	}
	.about-text {
		margin-top: 30px;
	}
	.story-right {
		padding-left: 0;
	}
	.newslatter-inner .ni-text {
		float: none;
	}
	.newslatter-inner .ni-form {
		float: none;
		margin-top: 30px;
	}
	.testimonial-slider.owl-carousel .owl-nav button {
		left: -10px;
	}
	.testimonial-slider.owl-carousel .owl-nav button.owl-next {
		right: -10px;
	}
	.counter-section .counter-text {
		margin-bottom: 30px;
	}
	.counter-section .cd-timer {
		text-align: left;
	}
	.speaker-item .si-text .si-title {
		padding-top: 30px;
	}
	.bd-text .bd-more-pic img {
		margin-bottom: 10px;
	}
	.cc-text {
		padding-left: 40px;
	}
	.ha-pic {
		margin-right: 0;
	}
	.hero-section .hero-text {
		margin-bottom: 20px;
	}
}

/* Tablet Device: 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.nav-menu .primary-btn.top-btn {
		display: none;
	}
	.nav-menu .mainmenu ul li {
		margin-right: 20px;
	}
	.bh-text h2 {
		font-size: 45px;
	}
	.nav-menu .mainmenu ul li:last-child {
		margin-right: 0;
	}
	.hero-section .hero-text {
		margin-bottom: 20px;
	}
	.member-item {
		width: 33.33%;
	}
}

/* Large Mobile: 480px */

@media only screen and (max-width: 767px) {
	.counter-section .cd-timer .cd-item {
		margin-bottom: 10px;
	}
	.member-item {
		width: 50%;
	}
	.newslatter-inner {
		padding: 60px 50px 48px;
	}
	.newslatter-inner .ni-form {
		width: 350px;
	}
	.footer-text ul li {
		margin-right: 15px;
	}
	.schedule-table-tab .schedule-table-content {
		overflow-x: auto;
	}
	.schedule-table-tab .nav-tabs .nav-item {
		width: 33.33%;
	}
	.bd-text .bd-tag-share .tag {
		float: none;
		margin-top: 0;
		margin-bottom: 25px;
	}
	.bd-text .bd-tag-share .s-share {
		float: none;
	}
	.slicknav_menu {
		display: block;
		background: transparent;
		padding: 0;
	}
	.nav-menu .mainmenu {
		display: none;
	}
	.nav-menu .primary-btn.top-btn {
		display: none;
	}
	.slicknav_btn {
		margin: 34px 0;
		border-radius: 0;
	}
	.slicknav_nav {
		background: #222;
	}
	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		margin: 0;
		padding: 10px 20px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.slicknav_nav ul {
		margin: 0;
	}
	.slicknav_nav a:hover {
		border-radius: 0;
		background: #f44949;
		color: #ffffff;
	}
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: #f44949;
		color: #ffffff;
	}
	.member-item .mi-text {
		left: -1000px;
	}
	.bh-text h2,
	.hero-section .hero-text h2 {
		font-size: 40px;
		line-height: normal;
	}
	.counter-section .cd-timer .cd-item {
		margin-right: 10px;
		margin-left: 0;
	}
	.counter-section .cd-timer .cd-item:last-child {
		margin-right: 0;
	}
	.testimonial-slider.owl-carousel {
		text-align: center;
	}
	.testimonial-slider.owl-carousel .owl-nav button {
		margin-top: 10px;
		position: relative;
	}
}

/* Small Mobile: 320px */

@media only screen and (max-width: 479px) {
	.bh-text h2,
	.hero-section .hero-text h2 {
		font-size: 36px;
		line-height: normal;
	}
	.newslatter-inner {
		padding: 60px 20px 48px;
	}
	.counter-section .cd-timer .cd-item {
		margin-right: 10px;
		margin-left: 0;
	}
	.schedule-tab .nav-tabs .nav-item {
		width: 33.33%;
	}
	.member-item {
		width: 100%;
	}
	.newslatter-inner .ni-form {
		width: 100%;
	}
	.newslatter-inner .ni-form button {
		width: 95px;
	}
	.newslatter-inner .ni-form input {
		padding-right: 100px;
	}
	.footer-text ul li {
		margin-bottom: 10px;
	}
	.schedule-table-tab .nav-tabs .nav-item {
		width: 50%;
	}
	.cc-text {
		padding-left: 30px;
		padding-top: 35px;
	}
	.story-item h2 {
		float: none;
		margin-bottom: 10px;
	}
	.bd-text .bd-tag-share .s-share a {
		font-size: 14px;
		height: 35px;
		width: 35px;
		line-height: 35px;
		margin-left: 5px;
	}
}

/*dashboard.php*/
/* Background Animation */
.profile-section {
    
    animation: gradientMove 12s ease infinite;
}

@keyframes gradientMove {
    0% {background-position: 0% 50%;}
    50% {background-position: 100% 50%;}
    100% {background-position: 0% 50%;}
}

/* Welcome Title */
.welcome-title {
    font-weight: 700;
    color: #0d6efd;
}

/* Grid Layout */
.profile-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
    gap: 25px;
}

/* Individual Box */
.profile-box {
    background: linear-gradient(to right, #2d2d9b 0%, #36a0d5 100%) !important; 
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* Hover Effect */
.profile-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

/* Label */
.profile-box span {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

/* Value */
.profile-box h5 {
    margin-top: 8px;
    font-weight: 600;
    color: #fff;

}

/* Coins Highlight */
.highlight-box {
    background: linear-gradient(135deg, #0d6efd, #4e8cff);
}

.highlight-box span {
    color: #fff;
}

.highlight-box h4{
	color: #fff;
}


/* ThreeJS canvas */
#canvas-container{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:1;
}

/* Content above animation */
.hero-container{
position:relative;
z-index:5;
}
.training-card,
.team-card {
  transition: all 0.3s ease;
}
.training-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(59,130,246,0.15);
  border: 1px solid #3b82f6; /* 🔥 blue border */
}
.team-card {
  border: 1px solid #e5e7eb; /* default */
  transition: all 0.3s ease;
  cursor: pointer;
}

.team-card:hover {
  transform: translateY(-10px);
  border: 1px solid #3b82f6; /* 🔥 blue */
  box-shadow: 0 20px 40px rgba(59,130,246,0.2);
}
.hero {
  background: linear-gradient(135deg, #eef2ff, #f8fafc);
  border-radius: 12px;
  padding: 40px 0;
  margin-bottom: 20px;
}

    .floating-emoji, .floating-orb {
      position: absolute;
      pointer-events: none;
      z-index: 1;
    }

    .floating-emoji {
      font-size: 3.5rem;
      opacity: 0.65;
      animation: floatEmoji 10s infinite ease-in-out;
    }

    .floating-orb {
      border-radius: 50%;
      filter: blur(55px);
      opacity: 0.18;
      animation: floatOrb 20s infinite ease-in-out;
    }

    @keyframes floatEmoji {
      0%, 100% { transform: translateY(0) rotate(0deg); }
      50% { transform: translateY(-35px) rotate(8deg); }
    }

    @keyframes floatOrb {
      0%, 100% { transform: translate(0, 0); }
      50% { transform: translate(45px, -60px); }
    }

    .welcome-title {
      font-size: clamp(2.5rem, 8vw, 4.5rem);
      font-weight: 900;
      background: linear-gradient(90deg, #1d4ed8, #60a5fa, #a78bfa);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      line-height: 1.05;
    }

    .welcome-subtitle {
      font-size: clamp(1.75rem, 5vw, 2.8rem);
      font-weight: 800;
      color: #1e293b;
    }

.stat-bubble{
min-width:170px;
height:150px;
background:rgba(255,255,255,0.9);
border-radius:22px;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
box-shadow:0 15px 40px rgba(0,0,0,0.08);
transition:0.4s;
position:relative;
overflow:hidden;
}

/* glow effect */

.stat-bubble::before{
content:"";
position:absolute;
width:200%;
height:200%;
background:radial-gradient(circle,#60a5fa33,transparent);
top:-50%;
left:-50%;
opacity:0;
transition:0.4s;
}

.stat-bubble:hover::before{
opacity:1;
}

.stat-bubble:hover{
transform:translateY(-12px) scale(1.08);
box-shadow:0 25px 55px rgba(59,130,246,0.35);
}
.daily-feed-title-clean{
font-size:2.4rem;
font-weight:800;
color: #1e293b;
letter-spacing:0.5px;
}
    .playful-card {
      border: none;
      border-radius: 1.75rem;
      background: var(--card-bg);
      backdrop-filter: blur(10px);
      box-shadow: 0 10px 30px rgba(0,0,0,0.09);
      transition: all 0.45s cubic-bezier(0.34,1.56,0.64,1);
      overflow: hidden;
    }

    .playful-card:hover {
      transform: translateY(-14px) scale(1.04);
      box-shadow: 0 25px 60px rgba(117,189,224,0.35);
    }

    .playful-btn{
font-size:18px;
padding:16px 36px;
border-radius:14px;
font-weight:600;
transition:0.3s;
}

.playful-btn:hover{
transform:translateY(-6px);
box-shadow:0 18px 40px rgba(37,99,235,0.35);
}
    .heart-btn {
      transition: transform 0.25s;
    }

    .heart-btn:hover {
      transform: scale(1.2);
    }

    .heart-btn i {
      transition: all 0.4s;
    }

    .heart-btn.liked i {
      color: #ef4444 !important;
      animation: heartPop 0.55s ease;
    }

    @keyframes heartPop {
      0%   { transform: scale(1); }
      40%  { transform: scale(1.6); }
      70%  { transform: scale(0.85); }
      100% { transform: scale(1.2); }
    }

    .animate-in {
      opacity: 0;
      transform: translateY(40px);
      transition: all 0.85s cubic-bezier(0.22,1,0.36,1);
    }

    .animate-in.visible {
      opacity: 1;
      transform: translateY(0);
    }

    @media (max-width: 991px) {
      .hero { min-height: auto; padding-top: 3rem; padding-bottom: 4rem; }
      .stat-bubble { min-width: 110px; padding: 1.2rem 0.8rem; }
      .welcome-title { font-size: clamp(2.8rem, 9vw, 3.8rem); }
      .welcome-subtitle { font-size: clamp(1.9rem, 6vw, 2.5rem); }
    }

    @media (max-width: 576px) {
      .playful-btn { width: 100%; margin-bottom: 1rem; }
      .stat-bubble { margin-bottom: 1rem; }
    }

    /* Reduced motion preference */
    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
    }


/* Services Overview Section */
 /* ===== SECTION ===== */
  .services-overview-section {
    background: #fff;
  }

  /* ===== CARD ===== */
  .service-feature-card {
    --clr: #5b98eb;

    position: relative;
    min-height: 288px;
    padding: 25px;
    background: linear-gradient(135deg, #3b82f6, #06b6d4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;
    overflow: hidden;
    transition: 0.5s;
    border-radius: 22px;
    box-shadow: linear-gradient(to right, #474794 0%, #36a0d5 100%) !important;
  }

  /* COLOR VARIANTS */
  .card-green  { --clr: #b2bed0; }
  /*.card-pink   { --clr: #eb5ae5; }
  .card-blue   { --clr: #5b98eb; }
  .card-orange { --clr: #f5a623; }*/

  /* BORDER EFFECT */
  
  /* CONTENT */
  .service-feature-card * {
    position: relative;
    z-index: 1;
  }

  .service-icon-wrapper {
    height: 80px;
    width: 80px;
    margin-bottom: 15px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 2rem;
    background: #fff;
    color: #000;

    box-shadow: 0 0 0 4px #2e2e2e, 0 0 0 6px var(--clr);
    transition: 0.5s;
    border-radius: 22px;
  }

  .service-feature-card:hover .service-icon-wrapper {
    background: var(--clr);
    color: #2e2e2e;
    box-shadow: 0 0 0 4px #2e2e2e, 0 0 0 200px var(--clr);
  }

  /* TEXT */
  .service-feature-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #000;
  }

  .service-feature-description {
    font-size: 0.95rem;
    color: #fff;
  }

  .service-feature-card:hover .service-feature-title,
  .service-feature-card:hover .service-feature-description {
    color: #2e2e2e;
  }

  /* BUTTON */
  .service-action-link {
    margin-top: 10px;
    padding: 6px 15px;
    border: 2px solid #e2dede;
    color: #2e2e2e;
    background: #fff;
    text-decoration: none;
    transition: 0.3s;
    border-radius: 22px;
  }

  .service-feature-card:hover .service-action-link {
    background: #2e2e2e;
    color: var(--clr);
  }

  .service-feature-card:hover .service-action-link:hover {
    background: var(--clr);
    color: #2e2e2e;
  }

  /* FIX ALIGNMENT */
  .row {
    align-items: stretch;
  }

/* Big CTA Button */
.explore-all-wrap {
  text-align: center;
  margin: 4rem 0 2rem;
}

.explore-all-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 38px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 40px;
  background: linear-gradient(135deg, #6366f1, #3b82f6, #06b6d4);
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.4);
  overflow: hidden;
  transition: all 0.35s ease;
}

.explore-all-btn:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 15px 45px rgba(59, 130, 246, 0.6);
}

.explore-all-glow {
  position: absolute;
  width: 150%;
  height: 150%;
  background: radial-gradient(circle, rgba(255,255,255,0.35), transparent);
  top: -50%;
  left: -50%;
  opacity: 0;
  transition: opacity 0.4s;
}

.explore-all-btn:hover .explore-all-glow {
  opacity: 1;
}

/* Animation Keyframes */
@keyframes borderMove {
  0%   { background-position: 0% 50%; }
  100% { background-position: 300% 50%; }
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .service-feature-card {
    padding: 2rem 1.6rem;
  }
  .services-main-heading {
    font-size: 2.4rem;
  }
}

@media (max-width: 576px) {
  .explore-all-btn {
    width: 100%;
    padding: 1rem 2rem;
    font-size: 1.05rem;
  }
}

.moving-border{
	 height: 100%;
    padding:6px;                     /* border thickness */
    border-radius:30px;
    background:#2563eb;              /* main border color */
    position:relative;
    overflow:hidden;

background-size:300% 300%;
animation:borderMove 5s linear infinite;
}
/* moving light effect */
.moving-border::before{
    content:"";
    position:absolute;
    top:-50%;
    left:-50%;
    width:200%;
    height:200%;
    background:linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.9),
        transparent
    );
    animation:borderShine 1s linear infinite;
}

/* inner card */

/* card */
.playful-card{
	 height: 100%;
    background:#ffffff;
    border-radius:26px;
    position:relative;
    z-index:2;
}

/* animation */
@keyframes borderShine{
    0%{
        transform:translateX(-100%) rotate(25deg);
    }
    100%{
        transform:translateX(100%) rotate(25deg);
    }
}
.team-roadmap-section{
  background-image: url("../img/bag.png");
  background-size: cover;
  background-position: center;
}
/* Floating Elements */

.floating-celebration .floating-item{
  position:absolute;
  font-size:3.5rem;
  opacity:0.7;
  pointer-events:none;
  animation:floatUpDown 12s infinite ease-in-out;
  z-index:1;
}

.floating-celebration .floating-orb{
  position:absolute;
  border-radius:50%;
  filter:blur(60px);
  opacity:0.22;
  animation:floatOrb 22s infinite ease-in-out;
  pointer-events:none;
}

@keyframes floatUpDown{
  0%,100%{transform:translateY(0) rotate(0deg);}
  50%{transform:translateY(-45px) rotate(6deg);}
}

@keyframes floatOrb{
  0%,100%{transform:translate(0,0);}
  50%{transform:translate(60px,-80px);}
}


/* Glass Card */

.glass-card{
  background:rgba(255,255,255,0.25);
  backdrop-filter:blur(16px) saturate(180%);
  border:1px solid rgba(255,255,255,0.35);
  border-radius:1.8rem;
  box-shadow:0 12px 40px rgba(31,38,135,0.18);
  overflow:hidden;
  transition:all 0.5s cubic-bezier(0.34,1.56,0.64,1);
  position:relative;
}

.glass-card:hover{
  transform:translateY(-16px) scale(1.06);
  box-shadow:0 30px 80px rgba(59,130,246,0.32);
}

.glass-card::before{
  content:'';
  position:absolute;
  inset:-50%;
  background:conic-gradient(from 0deg,transparent,#c084fc80,#60a5fa80,#fbbf2480,#10b98180,transparent);
  animation:rotateGlow 18s linear infinite;
  opacity:0.15;
  pointer-events:none;
}

@keyframes rotateGlow{
  to{transform:rotate(360deg);}
}

.glass-card:hover::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(110deg,transparent 35%,rgba(255,255,255,0.6) 50%,transparent 65%);
  animation:shineMove 1.4s ease-out;
}

@keyframes shineMove{
  to{transform:translateX(220%);}
}


/* Team Header */

.team-header{
  height:180px;
  color:white;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  position:relative;

}


/* Gradient Backgrounds */

.bg-gradient-diamond{
  background:linear-gradient(135deg,#10b981,#059669);
}

.bg-gradient-platinum{
  background:linear-gradient(135deg,#6366f1,#4f46e5);
}

.bg-gradient-gold{
  background:linear-gradient(135deg,#fbbf24,#d97706);
}


/* Rank Badge */

.team-rank-badge{
  position:absolute;
  top:10px;
  left:50%;
  transform:translateX(-50%);
  background:linear-gradient(135deg,#1e40af,#3b82f6);
  color:white;
  padding:0.7rem 2.2rem 0.7rem 3rem;
  border-radius:999px;
  font-size:1.6rem;
  font-weight:900;
  letter-spacing:1px;
  box-shadow:0 8px 24px rgba(59,130,246,0.45);
  border:2px solid rgba(255,255,255,0.5);
}

.team-rank-badge .crown{
  position:absolute;
  left:14px;
  top:50%;
  transform:translateY(-50%);
  font-size:1.9rem;
}


/* Team Members */

.team-member-count{
  font-size:1.5rem;
  font-weight:700;
  margin-top:12px;
}

.pulse-number{
  display:inline-block;
  color:#fbbf24;
  font-size:2.4rem;
  animation:pulseNumber 2.6s infinite ease-in-out;
}

@keyframes pulseNumber{
  0%,100%{transform:scale(1);}
  50%{transform:scale(1.15);}
}


/* Title */

.team-title{
  font-size:2.1rem;
  font-weight:900;
  margin-bottom:0.6rem;
  background:linear-gradient(90deg,#fff,#e0f2fe);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}


/* Slogan */

.team-slogan{
  font-style:italic;
  color:rgba(255,255,255,0.9);
  font-size:1.2rem;
  margin:0;
}
.crypto-learn-wrap{
text-align:center;
margin-bottom:60px;
}

.crypto-learn-cta-btn{
position:relative;
display:inline-flex;
align-items:center;
gap:12px;
padding:16px 38px;
font-size:18px;
font-weight:700;
color:#fff;
border:none;
border-radius:40px;
cursor:pointer;
background:linear-gradient(135deg,#6366f1,#3b82f6,#06b6d4);
box-shadow:0 10px 30px rgba(59,130,246,0.4);
overflow:hidden;
transition:all 0.35s ease;
}

.crypto-learn-icon{
font-size:20px;
}

.crypto-learn-cta-btn:hover{
transform:translateY(-4px) scale(1.03);
box-shadow:0 15px 45px rgba(59,130,246,0.6);
}

.crypto-learn-glow{
position:absolute;
width:150%;
height:150%;
background:radial-gradient(circle,rgba(255,255,255,0.35),transparent);
top:-50%;
left:-50%;
opacity:0;
transition:opacity .4s;
}

.crypto-learn-cta-btn:hover .crypto-learn-glow{
opacity:1;
}

/* Modal */

.glass-modal{
  background:rgba(255,255,255,0.92);
  backdrop-filter:blur(20px);
  border:none;
  box-shadow:0 20px 60px rgba(0,0,0,0.25);
}

#modal-header-gradient{
  background:linear-gradient(90deg,#3b82f6,#8b5cf6);
}

.crypto-learn-hub {
  background: linear-gradient(135deg, #e3e3ea, #a5d8ff, #e9d5ff33);
}

.crypto-learn-float-emoji {
  position: absolute;
  font-size: 3.2rem;
  opacity: 0.7;
  pointer-events: none;
  animation: floatEmoji 11s infinite ease-in-out;
  z-index: 1;
}

.crypto-learn-float-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.2;
  animation: floatOrb 21s infinite ease-in-out;
  pointer-events: none;
  z-index: 1;
}

.crypto-learn-card {
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 1.8rem;
  padding: 2.2rem 1.8rem;
  box-shadow: 0 14px 42px rgba(0,0,0,0.11);
  transition: all 0.5s cubic-bezier(0.34,1.56,0.64,1);
  position: relative;
  overflow: hidden;
}

.crypto-learn-card:hover {
  transform: translateY(-16px) scale(1.05);
  box-shadow: 0 28px 68px rgba(59,130,246,0.24);
}

.crypto-learn-icon-wrapper {
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.3rem;
  margin-bottom: 1.6rem;
  font-size: 2.1rem;
  transition: all 0.4s;
}

.crypto-learn-card:hover .crypto-learn-icon-wrapper {
  transform: scale(1.18) rotate(6deg);
}

.level2-icon      { background: rgba(59,130,246,0.12); color: #3b82f6; }
.live-icon        { background: rgba(16,185,129,0.12); color: #10b981; }
.leadership-icon  { background: rgba(245,158,11,0.12); color: #f59e0b; }

.crypto-learn-card-title {
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: 1rem;
  background: linear-gradient(90deg, #2563eb, #7c3aed, #60a5fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.crypto-learn-card-text {
  color: #64748b;
  font-size: 1.02rem;
  line-height: 1.65;
  margin-bottom: 1.4rem;
}

.crypto-learn-action {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: var(--primary);
  text-decoration: none;
  transition: all 0.35s;
}

.crypto-learn-action:hover {
  color: var(--primary-dark);
  transform: translateX(8px);
}

.crypto-learn-mini-stat {
  min-width: 145px;
  height: 90px;
  background: rgba(255,255,255,0.88);
  border-radius: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 28px rgba(0,0,0,0.07);
}
.crypto-learn-main-title{
  font-size: 2.8rem;
  font-weight: 800;
  background: #0f172a;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.75rem;
}
.crypto-learn-subtitle{
	color:#fff;
}
.crypto-learn-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 1.1rem 2.8rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  border-radius: 3.8rem;
  text-decoration: none;
  border: none;
  position: relative;
  overflow: hidden;

  background: linear-gradient(135deg,#2563eb,#7c3aed,#06b6d4);
  background-size: 200% 200%;

  box-shadow: 0 14px 38px rgba(37,99,235,0.28);

  transition: all 0.4s ease;
}

/* gradient animation */
.crypto-learn-cta-btn:hover{
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 24px 58px rgba(37,99,235,0.45);
  background-position: right center;
}

/* glowing ring */
.crypto-learn-cta-btn::before{
  content:'';
  position:absolute;
  inset:-2px;
  border-radius:inherit;
  background:linear-gradient(135deg,#2563eb,#7c3aed,#06b6d4);
  z-index:-1;
  opacity:0;
  transition:opacity .4s;
}

.crypto-learn-cta-btn:hover::before{
  opacity:.5;
}

/* shine animation */
.crypto-learn-cta-btn::after{
  content:'';
  position:absolute;
  top:0;
  left:-120%;
  width:120%;
  height:100%;
  background:linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.4),
    transparent
  );
  transform:skewX(-20deg);
}

.crypto-learn-cta-btn:hover::after{
  animation:btnShine 1s ease;
}

@keyframes btnShine{
  100%{
    left:150%;
  }
}

/* Optional shine effect on hover */
.crypto-learn-card::before {
  content: "";
  position: absolute;
  inset: -100%;
  background: linear-gradient(135deg, transparent, rgba(147,197,253,0.18), transparent);
  opacity: 0;
  transition: all 0.7s;
}

.crypto-learn-card:hover::before {
  opacity: 1;
  transform: rotate(25deg);
}
/* Execute Hero Section - Simple & Clean Version */
.execute-hero-section {
		background: linear-gradient(135deg, #0f172a, #1e3a8a);
    color: #fff;
    border-radius: 0 0 40px 40px;
}

.execute-profile {
  padding: 1.25rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.25s ease;
}

.execute-profile:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.execute-profile-img img {
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #e2e8f0;
}

.execute-profile h3 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  color: #1e293b;
}

/* Stat Cards - Very Simple Style */
.execute-stat {

  padding: 1.2rem 1rem;

  background: white;

  border-radius: 10px;

  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);

  transition: all 0.25s ease;

  min-height: 170px;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  text-align: center;
}

.execute-stat:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.execute-stat i {
  font-size: 2.2rem;
  margin-bottom: 0.9rem;
  display: block;
  color: #64748b;
}

.execute-stat.sales i    { color: #10b981; }  /* green  */
.execute-stat.leads i    { color: #3b82f6; }  /* blue   */
.execute-stat.closing i  { color: #8b5cf6; }  /* purple */

.execute-stat h3 {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
  color: #1e293b;
}

.execute-stat p {

  font-size: 0.95rem;

  color: #64748b;

  margin: 0;

  line-height: 1.6;

  min-height: 55px;

  display: flex;

  align-items: center;

  justify-content: center;

  text-align: center;

  word-break: break-word;
}
/* Responsive tweaks */
@media (max-width: 991px) {
  .execute-profile {
    text-align: center;
    flex-direction: column;
  }

  .execute-profile-img {
    margin-bottom: 1rem;
  }

  .execute-profile .ms-3 {
    margin-left: 0 !important;
  }
}

@media (max-width: 576px) {
  .execute-stat h3 {
    font-size: 1.8rem;
  }

  .execute-stat i {
    font-size: 2rem;
  }
}
/* SECTION */

/* CARD */
.action-card {
  background: linear-gradient(135deg, #3b82f6, #06b6d4);;
  padding: 25px 15px;
  border-radius: 16px;
  text-align: center;
  transition: all 0.35s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  height: 100%;
}

/* ICON */
.action-card i {
  font-size: 28px;
  margin-bottom: 12px;
  color: #fff;
}

/* TITLE */
.action-card h6 {
  font-weight: 700;
  margin-bottom: 5px;
  color: #000;
}

/* SUBTEXT */
.action-card p {
  font-size: 13px;
  color: #000;
  margin: 0;
}

/* HOVER */
.action-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(59,130,246,0.2);
  background: linear-gradient(135deg, #3b82f6, #06b6d4);
  color: #fff;
}

/* HOVER TEXT */
.action-card:hover p,
.action-card:hover h6,
.action-card:hover i {
  color: #fff;
}
.task-card {
  background: white;
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  cursor: pointer;
  transition: all 0.25s ease;
  user-select: none;
}

.task-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  border-color: #cbd5e1;
}

.task-card.completed {
  background: #f0fdf4;
  border-color: #86efac;
  opacity: 0.92;
}

.task-card.completed .task-text {
  text-decoration: line-through;
  color: #64748b;
}

.task-card.completed .task-check {
  opacity: 1;
  color: #10b981;
  font-size: 1.6rem;
}

.task-icon {
  font-size: 2.2rem;
  min-width: 50px;
  text-align: center;
}

.task-check {
  font-size: 1.8rem;
  color: transparent;
  opacity: 0;
  transition: all 0.3s ease;
}

.task-card h5 {
  font-size: 1.15rem;
  margin: 0;
}

.task-card small {
  font-size: 0.9rem;
}
/* Make full card clickable */
.action-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* Hover effect */
.action-link:hover .action-card {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.1);
}
/* Image Wrapper */
.training-crypto img {
  border-radius: 20px;
  transition: 0.4s ease;
  
  /* Shadow */
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);

  /* Slight zoom */
  transform: scale(1);
}

/* Hover Effect */
.training-crypto img:hover {
  transform: scale(1.05);
  box-shadow: 0 30px 70px rgba(0,0,0,0.6);
}

/* Optional: Add Glow Border */
.training-crypto .col-lg-6.text-center {
  position: relative;
}

.training-crypto .col-lg-6.text-center::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 25px;
  background: linear-gradient(135deg, #3b82f6, #06b6d4);
  z-index: -1;
  opacity: 0.3;
  filter: blur(20px);
}
.training-crypto {
  background: linear-gradient(135deg, #0f172a, #1e3a8a);
  color: #fff;
  border-radius: 0 0 40px 40px;
}
.training-event-card {
  background: #fff;
  padding: 18px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.3s;
  height: 100%;
}

.training-event-card:hover {
  transform: translateY(-5px);
}

.event-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
}
.live-video-card{
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.2);
  transition: 0.3s;
}

.live-video-card:hover{
  transform: scale(1.02);
}

.pages-bg{
	background: linear-gradient(135deg, #3b82f6, #06b6d4);
}

.sec-bg{
	background: #e2dede;
}

.dark-bg{
	background :#1e293b
}


/*training.php*/
.assessment-card{
	border-radius: 22px;
}

/*execute.php*/
/* CARD BASE */
.execute-card {
    position: relative;
    width: 100%;
    max-width: 320px;
    height: 180px;
    margin: auto;
    transition: 0.5s;

}

/* HOVER EXPAND */
.execute-card:hover {
    height: 420px;
}

/* GLOW LINES */
.execute-card .lines {
    position: absolute;
    inset: 0;
    background: #1e293b;
    overflow: hidden;
    border-radius: 20px;
}

.execute-card .lines::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 120px;
    background: linear-gradient(transparent, #5b98eb, #5b98eb, #5b98eb, transparent);
    animation: rotate 4s linear infinite;
    animation-play-state: paused;
}

.execute-card:hover .lines::before {
    animation-play-state: running;
}

.execute-card .lines::after {
    content: '';
    position: absolute;
    inset: 3px;
    background: linear-gradient(135deg, #3b82f6, #06b6d4);
    border-radius: 20px;
}

/* ICON BOX */
.execute-card .imgBx {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background: #1e293b;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border-radius: 20px;
    transition: 0.5s;
}

.execute-card:hover .imgBx {
    width: 160px;
    height: 160px;
    top: 20px;
}

/* ICON STYLE */
.execute-card .imgBx i {
    font-size: 40px;
    color: #fff;
    z-index: 2;
}

/* CONTENT */
	.execute-card .content {
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    display: flex;
	    align-items: flex-end;
	    justify-content: center;
	}

.execute-card .details {
    padding: 20px;
    text-align: center;
    transform: translateY(140px);
    transition: 0.5s;
    margin-bottom: 37px;
}

.execute-card:hover .details {
    transform: translateY(0);
}

/* TEXT */
.execute-card h2 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #000;
}

.execute-card p {
    color: #fff;
    opacity: 0;
    transition: 0.5s;
}

.execute-card a {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 14px;
    background: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 20px;
    opacity: 0;
    transition: 0.5s;
}

/* SHOW ON HOVER */
.execute-card:hover p,
.execute-card:hover a {
    opacity: 1;
}

/* ANIMATION */
@keyframes rotate {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

  /*mouse sparkle effect start*/
  .sparkle {
    position: absolute;
    width: 8px;
    height: 8px;
    background: radial-gradient(circle, #fff, #5b98eb);
    border-radius: 50%;
    pointer-events: none;
    animation: sparkleFade 0.6s linear forwards;
    z-index: 9999;
}

@keyframes sparkleFade {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(3);
        opacity: 0;
    }
}
  /*mouse sparkle effect end*/


/*new style*/
/*toady's css 19/3/26*/
/* ============================================
   LEARNING HUB STYLES
   All custom classes with learn- / course- prefix
============================================ */

/* Hero & Section */
.hero-learn {
    padding: 100px 0;
    border-radius: 0 0 40px 40px;
}

.hero-img {
    filter: drop-shadow(0 20px 30px rgba(0,0,0,0.3));
}



.section-title {
    font-size: 2.8rem;
    background: linear-gradient(to right, #0d6efd, #6610f2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Cards */
.learn-card {
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.learn-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25) !important;
}

.learn-img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
    border-radius: 20px 0 0 20px;
}

.learn-card:hover .learn-img {
    transform: scale(1.08);
}

/* Modal */
.learn-modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: 0 30px 70px rgba(0,0,0,0.25);
    overflow: hidden;
}

.learn-modal-header {
    background: linear-gradient(90deg, #f8fafc, #e0f2fe);
    padding: 20px 28px 8px;
}

.learn-modal-body {
    padding: 24px 28px 32px;
}

/* Course overview section */
.learn-course-overview {
    background: #f8fafc;
    padding: 18px 22px;
    border-radius: 12px;
    border-left: 5px solid #0d6efd;
    margin-bottom: 28px;
}

/* Layout: sidebar + content */
.learn-content-layout {
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
}

.learn-sidebar {
    flex: 0 0 280px;
    min-width: 260px;
}

.course-nav-list {
    background: #ffffff;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

.course-nav-item {
    padding: 14px 18px;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 10px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.course-nav-item:hover {
    background: #e7f1ff;
    transform: translateX(6px);
}

.course-nav-item.active {
    background: #0d6efd;
    color: white;
    box-shadow: 0 6px 20px rgba(13,110,253,0.35);
}

.learn-main-area {
    flex: 1;
}

.learn-viewer-container {
    background: #ffffff;
    border-radius: 16px;
    padding: 16px;
    min-height: 340px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.learn-viewer-container iframe {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    min-height: 300px;
}

/* Action bar */
.learn-action-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

/* Start buttons on cards */
.learn-start-btn {
    border-radius: 50px;
    padding: 12px 32px;
    font-weight: 600;
    transition: all 0.3s;
}

.learn-start-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 25px rgba(0,0,0,0.15);
}

/* Responsive */
@media (max-width: 991px) {
    .learn-content-layout {
        flex-direction: column;
        gap: 20px;
    }
    .learn-sidebar {
        flex: 0 0 auto;
    }
    .learn-viewer-container {
        min-height: 280px;
    }
}
/* ====================== CRYPTO PAGE STYLES ====================== */


.hero-img { filter: drop-shadow(0 20px 30px rgba(0,0,0,0.4)); }

.section-title {
    font-size: 2.6rem;
    background: linear-gradient(to right, #0d6efd, #6610f2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* KNOW - Price Cards */
.crypto-price-card {
    background: #ffffff;
    border: 1px solid #e9ecef;
    transition: all 0.3s;
}
.crypto-price-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
}

/* SHOW & TELL */
.learn-viewer-container {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Steps */
.crypto-steps .step-item {
    display: flex;
    gap: 20px;
    margin-bottom: 28px;
    padding-bottom: 28px;
    border-bottom: 1px dashed #ddd;
}
.crypto-steps .step-item:last-child { border-bottom: none; }

.step-number {
    width: 52px;
    height: 52px;
    background: #0d6efd;
    color: white;
    font-weight: 700;
    font-size: 1.4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.step-content h5 { margin-bottom: 6px; color: #0d6efd; }


/*crypto.php*/
       

        
        .hero-crypto {
    color: #fff;
    border-radius: 0 0 40px 40px;
        }

        .hero-crypto::before {
            content: '';
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at 30% 20%, rgba(99,102,241,0.15) 0%, transparent 50%);
            pointer-events: none;
        }
        .price-card {
            background:#1e293b;
            color: #fff;
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255,255,255,0.12);
            border-radius: 1.25rem;
            transition: all 0.35s cubic-bezier(0.34,1.56,0.64,1);
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        }

        .price-card:hover {
            transform: translateY(-12px) scale(1.02);
            box-shadow: 0 25px 50px rgba(99,102,241,0.18);
        }

        .step-timeline {
            position: relative;
            padding-left: 3.5rem;
        }

        .step-timeline::before {
            content: '';
            position: absolute;
            left: 1.75rem;
            top: 2.5rem;
            bottom: 1rem;
            width: 3px;
            background: linear-gradient(to bottom, var(--primary), #a78bfa);
            border-radius: 2px;
        }

        .step-item {
            position: relative;
            margin-bottom: 3rem;
        }

        .step-number {
            position: absolute;
            left: -2.8rem;
            top: 0;
            width: 56px;
            height: 56px;
            background: var(--primary);
            color: white;
            font-weight: 700;
            font-size: 1.4rem;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 8px 25px rgba(99,102,241,0.35);
            z-index: 2;
        }

        .step-content {
            background: var(--card-bg);
            backdrop-filter: blur(10px);
            border-radius: 1rem;
            padding: 1.75rem 2rem;
            border: 1px solid rgba(99,102,241,0.15);
            transition: all 0.3s;
        }

        .step-content:hover {
            border-color: var(--primary);
            box-shadow: 0 15px 35px rgba(99,102,241,0.12);
        }

        .video-wrapper {
            border-radius: 1.25rem;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
            background: #000;
        }

        .theme-toggle {
            position: fixed;
            top: 1.5rem;
            right: 1.5rem;
            z-index: 1000;
        }

        @media (max-width: 992px) {
            .hero-crypto { padding: 7rem 0 5rem; }
            .section-title { font-size: 2.25rem; }
            .step-timeline::before { left: 1.4rem; }
            .step-number { left: -2.2rem; width: 48px; height: 48px; font-size: 1.25rem; }
        }
              /* SECTION BACKGROUND */
/* TITLE */
.show-box{
	background:#1e293b;
	color: #fff;
}
#show h2 {
    font-weight: 700;
    color: #1e293b;
}

#show p.lead {
    color: #64748b;
}

/* CARD STYLE */
#show .bg-white {
    background: #ffffff;
    border-radius: 18px;
    padding: 25px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

/* CARD HOVER */
#show .bg-white:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* CARD HEADINGS */
#show h5 {
    font-weight: 600;
    color: #2563eb; /* blue */
    display: flex;
    align-items: center;
    gap: 8px;
}

/* TEXT */
#show p,
#show li {
    font-size: 15px;
}

/* LIST */
#show ul {
    padding-left: 18px;
    margin-top: 10px;
}

#show ul li {
    margin-bottom: 6px;
}

/* ICON STYLE (emoji spacing fix) */
#show h5 span {
    font-size: 18px;
}

/* BOTTOM TEXT */
#show .text-dark {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b !important;
    text-align: center;          /* center horizontally */
    display: flex;
    justify-content: center;     /* center content */
    align-items: center;         /* vertical alignment */
    gap: 8px;                    /* space between icon & text */
}

/* RESPONSIVE */
@media (max-width: 768px) {
    #show .bg-white {
        padding: 20px;
    }
}
/* HERO IMAGE */
.hero-crypto img {
    max-height: 420px;
    border-radius: 20px;
    transition: all 0.4s ease;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.3));
}

/* HOVER EFFECT */
.hero-crypto img:hover {
    transform: scale(1.05) translateY(-5px);
    filter: drop-shadow(0 30px 60px rgba(0,0,0,0.5));
}

/* OPTIONAL GLOW EFFECT */
.hero-crypto img::after {
    content: "";
    position: absolute;
}

/* WRAPPER (IMPORTANT for glow) */
.hero-crypto .col-lg-5 {
    position: relative;
}

/* GLOW BEHIND IMAGE */
.hero-crypto .col-lg-5::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 80%;
    background: radial-gradient(circle, rgba(59,130,246,0.3), transparent);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: blur(60px);
    z-index: 0;
}

/* KEEP IMAGE ABOVE GLOW */
.hero-crypto img {
    position: relative;
    z-index: 1;
}

/*training.php*/
/* EVENT CARD DESIGN */
.event-card {
  padding: 2em 1.5em;
  background: linear-gradient(#1e293b 50%, #909bac 50%);
  background-size: 100% 200%;
  background-position: 0 2%;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(0,0,0,0.15);
  transition: 0.5s;
  height: 300px;
  width: 300px;
  text-align: center;
}

/* ICON */
.event-icon {
  background-color: #b2bed0;
  font-size: 26px;
  height: 60px;
  width: 60px;
  margin: auto;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #1e293b;
  margin-bottom: 15px;
  transition: 0.5s;
}

/* TEXT (DEFAULT - DARK BG) */
.event-card h5 {
  font-weight: 600;
  color: #f1f5f9; /* light text */
}

.event-card p {
  font-size: 14px;
  color: #cbd5e1; /* soft light */
  margin-bottom: 0px;
}

/* HOVER EFFECT */
.event-card:hover {
  background-position: 0 100%;
}

/* TEXT (HOVER - BLUE BG) */
.event-card:hover h5,
.event-card:hover p {
  color: #1e293b;
}

/* ICON HOVER */
.event-card:hover .event-icon {
  background: #1e293b;
  color: #b2bed0;
}

/* BUTTON */
.event-card .btn {
  margin-top: 10px;
  border-radius: 6px;
}

/*arrow styling in training.php*/
/* SLIDER CONTAINER */
.event-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

/* HORIZONTAL SCROLL */
.event-slider {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 10px;
  padding: 10px 0;
}

.event-slider::-webkit-scrollbar {
  display: none;
}

/* CARD WIDTH */
.event-card-item {
  min-width: 260px;
  flex: 0 0 auto;
}

/* ARROWS */
.arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background: #ffffff;
  border: none;
  font-size: 28px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
  cursor: pointer;
  z-index: 10;
}

.left-arrow {
  left: -10px;
}

.right-arrow {
  right: -10px;
}

/* MOBILE */
@media (max-width: 768px) {
  .arrow {
    width: 38px;
    height: 38px;
    font-size: 22px;
  }
}
.table-scroll {
  max-height: 300px;
  overflow-y: auto;
}

.table-scroll thead th{

    position: sticky;
    top: 0;
    background: #212529 !important;
    color: #fff !important;
    z-index: 2;

}
/*leadprofile.php*/
.main-btn {
  background: linear-gradient(to right, #2d2d9b 0%, #36a0d5 100%) !important;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 10px 26px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.5px;
  cursor: pointer;
  
  /* depth */
  box-shadow: 0 4px 14px rgba(59, 130, 246, 0.4);
  
  /* smooth */
  transition: all 0.3s ease;
  
  position: relative;
  overflow: hidden;
}
.main-btn:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 8px 20px rgba(6, 182, 212, 0.6);
}

.lead-card {
    background: white;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.lead-card:hover {
    transform: translateY(-2px);
    transition: 0.2s;
}
.profile-card {
  border-radius: 20px;
  background: #ffffff;
}

.profile-avatar {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #3b82f6, #06b6d4);
  color: white;
  font-size: 30px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.info-label {
  font-size: 13px;
  color: #64748b;
}

.info-value {
  font-weight: 600;
  font-size: 15px;
}

.badge-status {
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.badge-interested {
  background: linear-gradient(135deg, #16a34a, #22c55e);
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(34, 197, 94, 0.4);
}
/*leadprofile.php*/
.custom_btn{
    background: linear-gradient(to right, #2d2d9b 0%, #36a0d5 100%) !important;
    color: #fff;
}
.filter-dropdown {
  min-width: 150px;
  border-radius: 20px;
}

.mlm-search-input {
  border-radius: 25px;
  padding: 8px 14px;
}
.modal-header {
  background: linear-gradient(135deg, #3b82f6, #06b6d4);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center; /* center title */
  position: relative;
  padding: 15px;
  border-bottom: none;
}

/* Title */
.modal-title {;
  text-align: center;
  margin: 0;
}

/* Close button (perfect alignment) */
.custom-close {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
  line-height: 1;
}

/* Hover effect */
.custom-close:hover {
  color: #ff4d4d;
  transform: translateY(-50%) scale(1.2);
}

/*signin.php css*/



/* ================= BACKGROUND BLOBS ================= */
.bg-blobs::before,
.bg-blobs::after {
  content: "";
  position: fixed;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.35;
  z-index: 0;
  animation: float 12s ease-in-out infinite alternate;
}

.bg-blobs::before {
  background: #60a5fa; /* soft blue */
  top: -120px;
  left: -120px;
}

.bg-blobs::after {
  background: #22d3ee; /* soft cyan */
  bottom: -120px;
  right: -120px;
}

@keyframes float {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(50px, -40px) scale(1.05);
  }
}

/* ================= LOGIN BOX ================= */
.login-box {
  position: relative;
  width: 100%;
  max-width: 400px;
  padding: 30px;
  padding-top: 20px;
  padding-bottom:20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  box-shadow: 0 20px 60px rgba(30, 41, 59, 0.2);
  z-index: 1;
  transition: 0.3s ease;
}

/* HOVER LIFT EFFECT */
.login-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 30px 70px rgba(30, 41, 59, 0.25);
}

/* ================= ANIMATED BORDER ================= */
.login-box::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 20px;
  background: linear-gradient(
    270deg,
    #3b82f6,
    #06b6d4,
    #93c5fd,
    #3b82f6
  );
  background-size: 400%;
  z-index: -1;
  animation: borderMove 8s linear infinite;
  opacity: 0.8;
}

@keyframes borderMove {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}

/* ================= LOGO ================= */
.logo_signin {
  width: 110px;
  transition: 0.3s;
}

.logo_signin:hover {
  transform: scale(1.05);
}

/* ================= TEXT ================= */
.title {
  color: #1e293b;
  font-weight: 600;
}

.subtitle {
  color: rgba(30, 41, 59, 0.6);
  font-size: 14px;
  margin-bottom: 13px;
}

/* ================= INPUT ================= */
.input-group-custom {
  position: relative;
  margin-bottom: 25px;
}

.input-group-custom input {
  width: 100%;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(30, 41, 59, 0.15);
  border-radius: 10px;
  color: #1e293b;
  outline: none;
  transition: 0.3s ease;
}

/* INPUT FOCUS */
.input-group-custom input:focus {
  border-color: #1e293b;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

/* FLOAT LABEL */
.input-group-custom label {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  color: rgba(30, 41, 59, 0.5);
  font-size: 14px;
  pointer-events: none;
  transition: 0.3s ease;
}

.input-group-custom input:focus + label,
.input-group-custom input:valid + label {
  top: -8px;
  font-size: 12px;
  color: #1e293b;
}

.input-group-custom input[type="date"]:focus + label,
.input-group-custom input[type="date"]:not(:placeholder-shown) + label {
    top: -8px;
    font-size: 12px;
    color: #1e293b;
}
/* ================= BUTTON ================= */
.btn-glow {
  padding: 10px;
  border-radius: 10px;
  border: none;
  color: #fff;
  font-weight: 500;
  background: linear-gradient(135deg, #334155, #1e293b); 
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* HOVER EFFECT */
.btn-glow:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #1e293b, #334155);
  box-shadow: 
    0 10px 25px rgba(30, 41, 59, 0.4),
    0 0 15px rgba(59, 130, 246, 0.25),
    0 0 25px rgba(6, 182, 212, 0.2);
}

/* RIPPLE EFFECT */
.btn-glow::after {
  content: "";
  position: absolute;
  width: 300%;
  height: 300%;
  background: rgba(255, 255, 255, 0.25);
  top: -100%;
  left: -100%;
  transform: rotate(45deg);
  transition: 0.5s;
}

.btn-glow:hover::after {
  left: 100%;
}

/* ================= LINKS ================= */
a {
  color: #3b82f6;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}

/*a:hover {
  color: #06b6d4;
  text-decoration: underline;
}*/

/* ================= ALERT MESSAGE ================= */
#message .alert {
  font-size: 14px;
  border-radius: 8px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
  body {
    overflow: auto;
  }

  .login-box {
    padding: 25px;
    border-radius: 15px;
  }

  .bg-blobs::before,
  .bg-blobs::after {
    width: 300px;
    height: 300px;
    filter: blur(100px);
  }
}
/*dashboard.php*/
/* ================= CARD LINK ================= */
.card-link {
  text-decoration: none !important;
  color: inherit !important;
  display: block;
  cursor: pointer;
}

/* ================= OVERVIEW CARDS ================= */
.overview-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  padding: 12px;
  transition: all 0.3s ease;
}

.overview-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 25px rgba(0,0,0,0.08);
  border-color: #2563eb;
}

.overview-card:active {
  transform: scale(0.97);
}

/* ================= ICON ================= */
.icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #2563eb;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

/* ================= ANIMATIONS ================= */
.fade-up {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.6s ease forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scaleIn {
  from { transform: scale(0.7); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.animate-scaleIn {
  animation: scaleIn 0.4s ease;
}

/* ================= TIMER ================= */
.level-timer {
  display: inline-block;
  background: rgba(0,0,0,0.5);
  color: #fff;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 14px;
}

.level-timer .days {
  color: #facc15;
  font-weight: bold;
}

/* ================= TEAM ================= */
.team-card {
  cursor: pointer;
  transition: all 0.35s ease;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 35px rgba(59,130,246,0.15);
}

.team-img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  transition: 0.4s;
}

.team-card:hover .team-img {
  transform: scale(1.1);
}

/* ================= MODAL ================= */
.team-modal .modal-content {
  border-radius: 20px;
  border: none;
}

.team-modal-body {
  padding: 30px;
  background: #f8fafc;
}

.team-modal-footer {
  padding: 20px;
  background: #f8fafc;
}

/* ================= TABLE ================= */
#modalTable th {
  background: #e0e7ff;
  color: #1e40af;
}

#modalTable td {
  padding: 12px;
}
.training-card {
  border: 1px solid #e5e7eb; /* light gray border */
  border-radius: 12px;
  transition: all 0.3s ease;
  background: #fff;
}

/* Hover effect (optional but looks premium 🔥) */
.training-card:hover {
  border-color: #3b82f6;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

/* Icon circle styling */
.icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
}
/*dashboard.php*/
.lead-profile-img {
  width:120px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;

}

.avatar-text {
  border-radius: 50%;
  background: linear-gradient(135deg, #3b82f6, #06b6d4);
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
/*.reward-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: linear-gradient(135deg, #3b82f6, #06b6d4);
  border: none;
  border-radius: 50%;
  padding: 6px 8px;
  font-size: 14px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  cursor: pointer;
}

.reward-btn:hover {
  background: #facc15;
}*/
/* 🌈 Success Card Background */
.badge-section {
  margin-bottom: 40px;
}

.content-section {
  padding-top: 10px;
}
.success-card {
  border-radius: 20px;
  color: white;
  border: none;
  box-shadow: 0 20px 50px rgba(0,0,0,0.3);
  animation: scaleIn 0.4s ease;
}

/* 🏆 Icon */
.success-icon {
  font-size: 60px;
  animation: bounce 1s infinite alternate;
}

/* 🎯 Points Box */
.points-box {
  background: rgba(255,255,255,0.2);
  padding: 10px;
  border-radius: 12px;
  font-weight: bold;
  backdrop-filter: blur(5px);
}

/* ✨ Animations */
@keyframes scaleIn {
  from {
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes bounce {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}
.reward-btn {
  background: #facc15;
  color: #000;
  border: none;
  border-radius: 50px;

  padding: 6px 16px;
  font-size: 13px;
  font-weight: 600;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.reward-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.2);
}
.main-btn-sm {
  background: linear-gradient(to right, #2d2d9b 0%, #36a0d5 100%) !important;
  color: #fff;
  border: none;
  border-radius: 50px;
text-decoration: none;
  padding: 6px 16px;   /* 👈 smaller */
  font-size: 13px;     /* 👈 smaller text */
  font-weight: 600;
  box-shadow: 0 3px 10px rgba(59, 130, 246, 0.3);
  cursor: pointer;

  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.main-btn-sm {
  text-decoration: none !important;   /* 🚀 remove underline */
}

.main-btn-sm:hover {
  text-decoration: none !important;   /* 🚀 no underline on hover */
}

      .gift-circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fef3c7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

/* For unlocked */
.reward-unlocked .gift-circle {
  background: #ffffff;
}

/* For locked */
.reward-locked .gift-circle {
  background: #e5e7eb;
  opacity: 0.7;
}
.medal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 5em;
  font-weight: 900;
  color: #e10600;
  position: relative;
  transition: all 1s ease;
  text-align: center;
}

.container__star {
  transition: all .7s ease-in-out;
}

.first {
  position: absolute;
  top: 20px;
  left: 50px;
  transition: all .7s ease-in-out;
}

.svg-icon {
  position: absolute;
  fill: #e94822;
  z-index: 1;
}

.star-eight {
  background: #efd510;
  width: 120px;
  height: 120px;
  position: relative;
  text-align: center;
  animation: rot 3s  infinite;
}

.star-eight::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 120px;
  width: 120px;
  background: #efd510;
  transform: rotate(135deg);
}

.medal:hover .container__star {
  transform: rotateX(70deg) translateY(250px);
  box-shadow: 0px 0px 120px -100px #e4e727;
}

.container:hover .svg-icon {
  animation: grow 1s linear infinite;
}

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

  50% {
    transform: rotate(340deg);
  }

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

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

  25% {
    transform: rotate(-5deg);
  }

  75% {
    transform: rotate(5deg);
  }

  100% {
    transform: scale(1) rotate(0deg);
  }
}
/* Base box */
.reward-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  border-radius: 12px;
  margin-bottom: 12px;
  background: #f9fafb;
  transition: 0.3s;
}

/* Hover subtle */
.reward-box:hover {
  transform: scale(1.01);
}

/* ✅ UNLOCKED (green soft background) */
.reward-unlocked {
  background: linear-gradient(135deg, #3b82f6, #06b6d4); /* light green */
}

.reward-unlocked strong {
  color: #ffffff;
}

/* 🔒 LOCKED */
.reward-locked {
  background: linear-gradient(135deg, #3b82f6, #06b6d4); /* light grey */
  opacity: 0.9;
}

.reward-locked strong {
  color: #ffffff;
}

/* Right side text */
.status-text {
  color: #ffffff;
  font-weight: 500;
}

/* Button polish */
.reward-box .btn {
  border-radius: 8px;
  padding: 4px 12px;
  font-size: 13px;
}
.progress {
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
  background: #e5e7eb;
}

.progress-bar {
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(135deg, #3b82f6, #06b6d4);
  transition: width 1s ease-in-out;
}
@media (max-width: 576px) {

  #rewardModal .modal-dialog {
    margin: 10px;
  }

  #rewardModal .modal-content {
    max-height: 90vh;
    border-radius: 12px;
  }

  #rewardModal .modal-body {
    overflow-y: auto;
    max-height: 70vh;
    padding: 15px;
  }

}
/* Moving shine effect 🔥 */
.progress-animate {
  position: relative;
  overflow: hidden;
}

.progress-animate::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.6), transparent);
  animation: shine 2s infinite;
}

@keyframes shine {
  100% {
    left: 100%;
  }
}

/* SELECT2 MAIN BOX */
.select2-container .select2-selection--single{
    height: 48px !important;
    border: 1px solid #ced4da !important;
    border-radius: 10px !important;
    padding: 10px 12px !important;
    display: flex !important;
    align-items: center !important;
}

/* TEXT */
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 28px !important;
    color: #495057 !important;
    font-size: 16px;
}

/* DROPDOWN ICON */
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 46px !important;
    right: 10px !important;
}

/* DROPDOWN */
.select2-dropdown{
    border-radius: 10px !important;
    overflow: hidden;
    border: 1px solid #ced4da !important;
}

/* SEARCH BOX */
.select2-search__field{
    padding: 8px !important;
    border-radius: 6px !important;
}

/* HOVER */
.select2-container--default.select2-container--focus .select2-selection--single{
    border-color: #0d6efd !important;
    box-shadow: 0 0 0 0.15rem rgba(13,110,253,.25);
}
/*personal-raodmap.php*/
 /* ===== HERO SECTION STYLES (Same as Learning Hub) ===== */
        .hero-img {
            max-height: 280px;
            border-radius: 16px;
            transition: all 0.4s ease;
            filter: drop-shadow(0 15px 30px rgba(0,0,0,0.15));
        }
        .hero-img:hover {
            transform: scale(1.05) translateY(-5px);
            filter: drop-shadow(0 25px 50px rgba(0,0,0,0.25));
        }
    
        .hero-learn .col-lg-4 {
            position: relative;
        }
        .hero-learn .col-lg-4::before {
            content: "";
            position: absolute;
            width: 70%;
            height: 70%;
            background: radial-gradient(circle, rgba(59,130,246,0.2), transparent);
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            filter: blur(40px);
            z-index: 0;
        }
        .hero-img {
            position: relative;
            z-index: 1;
        }

        .journey-container {
            overflow-x: auto;
            overflow-y: visible;
            padding: 40px 20px 50px;
            scrollbar-width: thin;
            scrollbar-color: #3b82f6 #1e293b;
        }
        .journey-container::-webkit-scrollbar {
            height: 8px;
        }
        .journey-container::-webkit-scrollbar-thumb {
            background: #3b82f6;
            border-radius: 10px;
        }
        .journey-wrapper {
            position: relative;
            display: flex;
            gap: 60px;
            min-width: max-content;
            padding: 0 40px;
        }

        .level-item {
            text-align: center;
            position: relative;
            z-index: 2;
            min-width: 180px;
        }
        .level-circle {
            width: 85px;
            height: 85px;
            margin: 0 auto 15px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 36px;
            background: #111827;
            border: 5px solid #3b82f6;
            box-shadow: 0 0 15px rgba(59, 130, 246, 0.4);
            transition: all 0.4s ease;
        }
        .completed .level-circle {
            background: linear-gradient(135deg, #3b82f6, #60a5fa);
            border: none;
            box-shadow: 0 0 25px #3b82f6;
        }
        .current .level-circle {
            border-color: #3b82f6;
            box-shadow: 0 0 30px #3b82f6;
            animation: pulse 2s infinite;
            transform: scale(1.12);
        }
        @keyframes pulse {
            0%, 100% { transform: scale(1.12); }
            50% { transform: scale(1.22); }
        }
        .locked .level-circle {
            opacity: 0.6;
            filter: grayscale(80%);
        }
        .level-card {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            padding: 18px 15px;
            border-radius: 14px;
            border: 1px solid #334155;
            min-height: 140px;
            color: #000;
        }
        .level-card:hover {
            border-color: #60a5fa;
            box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
        }
        .advance-btn {
            background: linear-gradient(135deg, #3b82f6, #2563eb);
            border: none;
            font-weight: 600;
        }
        .text-gradient {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

      /* === HOVER INTERACTION FROM PROGRESS LINE === */
.level-item {
    cursor: pointer;
}

/* Hide card slightly by default */
.level-card {
    opacity: 0.85;
    transform: translateY(10px) scale(0.95);
    transition: all 0.35s ease;
}

/* When hovering level item (circle or line area) */
.level-item:hover .level-card {
    opacity: 1;
    transform: translateY(0) scale(1);
    box-shadow: 0 15px 35px rgba(59, 130, 246, 0.4);
}

/* Glow effect on circle when hover */
.level-item:hover .level-circle {
    transform: scale(1.2);
    box-shadow: 0 0 35px #3b82f6;
}

/* Smooth active feel */
.level-item:active .level-card {
    transform: scale(0.98);
}

/* === MOBILE TOUCH SUPPORT === */
@media (hover: none) {
    .level-item:active .level-card {
        opacity: 1;
        transform: translateY(0) scale(1);
        box-shadow: 0 12px 25px rgba(59, 130, 246, 0.35);
    }

    .level-item:active .level-circle {
        transform: scale(1.15);
    }
}

/* Extend hover area to include line */
.level-item::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 100px;
    z-index: 2;
}

/* === FLOATING HOVER CARD === */
.hover-card {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -120%);
    background: linear-gradient(135deg, #111827, #1e293b);
    color: #fff;
    padding: 14px 18px;
    border-radius: 12px;
    min-width: 180px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 999;
}

/* visible state */
.hover-card.active {
    opacity: 1;
    transform: translate(-50%, -70%);
}

/* little arrow */
.hover-card::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: #1e293b transparent transparent transparent;
}

/*.progress-line {
    cursor: pointer;
    z-index: 5;
    position: relative;
}*/

.progress-line {
    cursor: pointer;
    z-index: 5;
}

.progress-line::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 25px;
}

.progress-line {
    position: absolute;
    top: 68px;
    left: 80px;
    right: 80px;
    height: 6px;
    background: linear-gradient(to right, #3b82f6 42%, #334155 42%);
    border-radius: 10px;
    z-index: 1;
}

/* hover card */
.hover-card {
    position: absolute;
    transform: translate(-50%, -110%);
    background: #111827;
    color: #fff;
    padding: 12px 16px;
    border-radius: 10px;
    min-width: 170px;
    text-align: center;
    opacity: 0;
    transition: 0.25s ease;
    pointer-events: none;
    z-index: 9999;
}

.hover-card.active {
    opacity: 1;
}

.hover-card {
    top: 55px;  /* align nicely above line */
}
/*personal-raodmap.php*/
/* =====================================
   HERO ROADMAP SECTION
===================================== */

.hero-roadmap {

    position: relative;

    overflow: hidden;

    border-radius: 30px;

    background:
        linear-gradient(
            135deg,
            #2563eb 0%,
            #06b6d4 50%,
            #0ea5e9 100%
        );

    box-shadow:
        0 25px 60px rgba(37,99,235,0.25);

    transition: all 0.35s ease;
}

/* HOVER EFFECT */

.hero-roadmap:hover {

    transform:
        translateY(-4px);

    box-shadow:
        0 35px 70px rgba(37,99,235,0.35);
}

/* =====================================
   DESIGN CIRCLES
===================================== */

.card-design {

    position: absolute;

    width: 220px;
    height: 220px;

    left: -60px;
    bottom: -80px;

    background:
        rgba(255,255,255,0.10);

    border-radius: 50%;
}

.card-design-two {

    position: absolute;

    width: 180px;
    height: 180px;

    right: -40px;
    top: -50px;

    background:
        rgba(255,255,255,0.08);

    border-radius: 50%;
}

/* =====================================
   HERO CONTENT
===================================== */

.hero-content {

    position: relative;

    z-index: 2;
}

/* =====================================
   HERO BADGE
===================================== */

.hero-badge {

    display: inline-block;

    padding: 10px 18px;

    border-radius: 50px;

    background:
        rgba(255,255,255,0.16);

    color: #fff;

    font-size: 14px;

    font-weight: 600;

    border:
        1px solid rgba(255,255,255,0.18);

    backdrop-filter: blur(12px);
}

/* =====================================
   HERO TITLE
===================================== */

.hero-title {

    font-size: 52px;

    font-weight: 800;

    color: #fff;

    line-height: 1.2;
}

/* =====================================
   HERO SUBTITLE
===================================== */

.hero-subtitle {

    font-size: 18px;

    color: rgba(255,255,255,0.88);

    max-width: 520px;

    line-height: 1.8;
}

/* =====================================
   INFO CARD
===================================== */

.hero-info-card {

    position: relative;

    z-index: 2;

    padding: 24px;

    border-radius: 22px;

    background:
        rgba(255,255,255,0.14);

    border:
        1px solid rgba(255,255,255,0.18);

    backdrop-filter: blur(16px);

    transition: all 0.3s ease;

    overflow: hidden;
}

/* HOVER */

.hero-info-card:hover {

    transform:
        translateY(-6px);

    background:
        rgba(255,255,255,0.20);
}

/* =====================================
   ICON
===================================== */

.hero-icon {

    width: 60px;
    height: 60px;

    border-radius: 18px;

    display: flex;

    align-items: center;
    justify-content: center;

    font-size: 28px;

    background:
        rgba(255,255,255,0.16);

    color: #fff;

    border:
        1px solid rgba(255,255,255,0.18);

    backdrop-filter: blur(10px);
}

/* =====================================
   LABEL
===================================== */

.info-label {

    

    font-size: 13px;

    margin-bottom: 8px;

    text-transform: uppercase;

    letter-spacing: 1px;
}

/* =====================================
   INFO TITLE
===================================== */

.info-title {

    color: #fff;

    font-size: 28px;

    font-weight: 700;

    margin-bottom: 10px;

    line-height: 1.3;
}

/* =====================================
   DESCRIPTION
===================================== */

.info-desc,
.coins-text {

    color: rgba(255,255,255,0.88);

    font-size: 15px;

    line-height: 1.7;
}

/* =====================================
   STATUS BADGES
===================================== */

.status-badge,
.goal-badge {

    padding: 8px 16px;

    border-radius: 50px;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 0.5px;

    background:
        rgba(255,255,255,0.16);

    color: #ffffff;

    border:
        1px solid rgba(255,255,255,0.18);

    backdrop-filter: blur(10px);
}

/* =====================================
   MOBILE RESPONSIVE
===================================== */

@media(max-width:991px){

    .hero-title {

        font-size: 40px;
    }

    .hero-subtitle {

        font-size: 16px;
    }

    .hero-info-card {

        padding: 20px;
    }
}

@media(max-width:768px){

    .hero-roadmap {

        border-radius: 24px;
    }

    .hero-title {

        font-size: 32px;
    }

    .hero-subtitle {

        font-size: 15px;

        line-height: 1.7;
    }

    .hero-icon {

        width: 52px;
        height: 52px;

        font-size: 22px;
    }

    .info-title {

        font-size: 24px;
    }

    .card-design {

        width: 160px;
        height: 160px;
    }

    .card-design-two {

        width: 120px;
        height: 120px;
    }
}

@media(max-width:576px){

    .hero-roadmap {

        padding: 28px 20px !important;

        border-radius: 20px;
    }

    .hero-title {

        font-size: 28px;
    }

    .hero-badge {

        font-size: 12px;

        padding: 8px 14px;
    }

    .hero-info-card {

        padding: 18px;

        border-radius: 18px;
    }

    .info-title {

        font-size: 22px;
    }

    .hero-subtitle {

        font-size: 14px;
    }

    .info-desc,
    .coins-text {

        font-size: 14px;
    }
}
.language-widget{

    position: fixed;

    bottom: 20px;
    right: 20px;

    z-index: 99999;
}

#languageToggle{

    width: 60px;
    height: 60px;

    border-radius: 50%;

    border: none;

    font-size: 26px;

    background: #2563eb;
    color: white;

    box-shadow:
        0 10px 25px rgba(0,0,0,0.3);

    cursor: pointer;
}

.language-menu{

    position: absolute;

    bottom: 75px;
    right: 0;

    background: white;

    border-radius: 12px;

    padding: 10px;

    width: 140px;

    display: none;

    box-shadow:
        0 10px 30px rgba(0,0,0,0.2);
}

.language-menu button{

    width: 100%;

    border: none;

    background: transparent;

    padding: 10px;

    border-radius: 8px;

    text-align: left;

    transition: 0.3s;
}

.language-menu button:hover{

    background: #f1f5f9;
}

.language-menu.show{

    display: block;
}
/* HIDE GOOGLE TOP BAR */

.goog-te-banner-frame.skiptranslate {

    display: none !important;
}

/* REMOVE TOP GAP */


/* HIDE GOOGLE LOGO */

.goog-logo-link {

    display: none !important;
}

/* HIDE "POWERED BY" */

.goog-te-gadget {

    font-size: 0 !important;
}

/* HIDE TOOLTIP */

.goog-tooltip {

    display: none !important;
}

.goog-tooltip:hover {

    display: none !important;
}

/* REMOVE BLUE HIGHLIGHT */

.goog-text-highlight {

    background: none !important;

    box-shadow: none !important;
}
