@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body {
 font-family: 'open sans';
 background-color: #060d47;
}
@font-face {
	font-family: 'Caveat-Regular';
	src: url('../fonts/Caveat-Regular.eot');
	src: url('../fonts/Caveat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Caveat-Regular.woff2') format('woff2'), url('../fonts/Caveat-Regular.woff') format('woff'), url('../fonts/Caveat-Regular.ttf') format('truetype'), url('../fonts/Caveat-Regular.svg#Caveat-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'AnekGurmukhi-Regular';
	src: url('../fonts/AnekGurmukhi-Regular.eot');
	src: url('../fonts/AnekGurmukhi-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AnekGurmukhi-Regular.woff2') format('woff2'), url('../fonts/AnekGurmukhi-Regular.woff') format('woff'), url('../fonts/AnekGurmukhi-Regular.ttf') format('truetype'), url('../fonts/AnekGurmukhi-Regular.svg#AnekGurmukhi-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'AnekBangla-Regular';
	src: url('../fonts/AnekBangla-Regular.eot');
	src: url('../fonts/AnekBangla-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AnekBangla-Regular.woff2') format('woff2'), url('../fonts/AnekBangla-Regular.woff') format('woff'), url('../fonts/AnekBangla-Regular.ttf') format('truetype'), url('../fonts/AnekBangla-Regular.svg#AnekBangla-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Cagliostro-Regular';
	src: url('../fonts/Cagliostro-Regular.eot');
	src: url('../fonts/Cagliostro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Cagliostro-Regular.woff2') format('woff2'), url('../fonts/Cagliostro-Regular.woff') format('woff'), url('../fonts/Cagliostro-Regular.ttf') format('truetype'), url('../fonts/Cagliostro-Regular.svg#Cagliostro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/**** Added by Tony ***********************************/

.white { color: #ffffff; }
.bold { font-weight: bold; }
.center { text-align: center; }
.big { font-size: 15pt; }
.box { padding: 15px; box-shadow: 3px 3px 10px #5a87a1; border-radius: 10px;     background: linear-gradient(180deg, #fcfbff 0%, #f3efff 100%); }
.btn-default { border: 1px solid #ccc; box-shadow: 1px 1px 2px #ccc; }
.rowbr { margin-bottom: 20px; }
.btmBorder { border-bottom: 1px solid #ccc; margin-bottom: 5px; }
.pull-right { float: right; }

.errorMessage { color: red; }

#login_menu,
.login-menu {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  left: auto;
  z-index: 200;
  min-width: 168px;
  padding: 12px;
  text-align: left;
  color: #f0ecff;
  background:
    linear-gradient(165deg, rgba(42, 36, 88, 0.98) 0%, rgba(18, 16, 48, 0.98) 55%, rgba(12, 14, 36, 0.99) 100%);
  border: 1px solid rgba(170, 150, 255, 0.35);
  border-radius: 12px;
  box-shadow:
    0 12px 32px rgba(4, 6, 24, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

#login_menu::before,
.login-menu::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 22px;
  width: 12px;
  height: 12px;
  background: linear-gradient(135deg, rgba(42, 36, 88, 0.98) 0%, rgba(28, 24, 68, 0.98) 100%);
  border-left: 1px solid rgba(170, 150, 255, 0.35);
  border-top: 1px solid rgba(170, 150, 255, 0.35);
  transform: rotate(45deg);
}

#login_menu a,
.login-menu a {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
  margin: 0 !important;
  padding: 2px 12px !important;
  color: #ebe6ff !important;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 0.88rem !important;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.8 !important;
  text-decoration: none !important;
  border-radius: 6px;
  transition: background 0.18s ease, color 0.18s ease;
}

#login_menu a i,
.login-menu a i {
  width: 1em;
  flex: 0 0 auto;
  text-align: center;
  opacity: 0.9;
  font-size: 0.95em;
}

#login_menu a:hover,
#login_menu a:focus,
.login-menu a:hover,
.login-menu a:focus {
  color: #ffffff !important;
  background: rgba(124, 92, 255, 0.28);
  outline: none;
}

#login_menu a.login-menu__logout,
.login-menu a.login-menu__logout {
  margin-top: 0 !important;
  padding-top: 4px !important;
  border-top: 1px solid rgba(170, 150, 255, 0.18);
  border-radius: 0 0 6px 6px;
  color: #d8d0f5 !important;
}

#login_menu a.login-menu__logout:hover,
#login_menu a.login-menu__logout:focus,
.login-menu a.login-menu__logout:hover,
.login-menu a.login-menu__logout:focus {
  color: #ffd6d6 !important;
  background: rgba(180, 60, 90, 0.22);
}


/**** END - Added by Tony ***********************************/

ul {
	margin: 0px;
	padding: 0px;
}
::-webkit-scrollbar {
 width:5px
}
::-webkit-scrollbar-track {
 background:#e8e8e8
}
::-webkit-scrollbar-thumb:hover {
 background:#7C45CA
}
::-webkit-scrollbar-thumb {
 background-image:-webkit-linear-gradient(45deg, #7C45CA, #3454AE);
 background-image:-o-linear-gradient(45deg, #7C45CA, #3454AE);
 background-image:linear-gradient(45deg, #7C45CA, #3454AE)
}
::-moz-selection {
 background:rgba(166,175,189,.3)
}
::selection {
	background: rgba(166,175,189,.3)
}
.container {
	max-width: 1500px;
}
.header-section-wrapper {
	float: left;
	width: 100%;
	position: relative;
	z-index: 20;
}
.header-top-menu {
	background: linear-gradient(180deg, #0b1030 0%, #0a0d22 100%);
	border-bottom: 1px solid rgba(140, 120, 240, 0.12);
	float: left;
	width: 100%;
}
 border-radius: 10px;
 padding: 5px 22px !important;
}
.wrapper-menu.fixed ul.navbar-nav li.buy-now a {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin-left: 23px;
	background: #ffa725;
}
.wrapper-menu ul.navbar-nav {
	margin-left: auto;
}
.add-banner-wr .col-md-3 {
	padding: 0px;
}
.add-banner-wr {
	background-size: cover;
}
/* Signed-in: mobile Log out row — hide in top bar on desktop (.header-top-btn would otherwise override display) */
.header-top-btn.header-top-btn--signedin-mobile {
	display: none;
}
 @media (max-width:991px) {
.container {
	max-width: 100%;
}
.menu-bar ul.menu {
	position: fixed;
	width: 259px;
	left: 0;
	text-align: left;
	background: #ffffff;
	z-index: 2;
	padding: 0px 0px;
	z-index: 9999;
	top: 0;
	height: 100%;
	left: -100%;
	transition: all .4s;
	transition: all .4s;
}
.nav_area ul li a img {
	padding-right: 10px;
	max-width: 41px;
	margin-top: -10px;
}
.menu-bar ul.menu.open {
	left: 0;
}
.header-top-btn--signedin-desktop {
	display: none !important;
}
.header-top-btn.header-top-btn--signedin-mobile {
	display: block;
}
.header .row {
	align-items: center;
}
.toggle {
	color: #2f13a7;
	cursor: pointer;
	font-size: 18px;
	margin: 0;
	text-align: center;
	display: block;
	position: absolute;
	right: 11px;
	top: 13px;
	z-index: 9999;
	background: #fff;
	width: 38px;
	height: 38px;
	line-height: 45px;
	border-radius: 50%;
	box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}
.menu-side {
	position: initial;
}
.nav_area ul li a {
	line-height: 40px !important;
	font-size: 15px;
	color: #2d4596;
	padding: 0px 14px;
	display: inline-block;
	width: 100%;
	text-decoration: none;
	font-family: 'AnekBangla-Regular';
	font-weight: 500;
}
span.arrow {
	position: absolute;
	right: 10px;
	color: #2d4596;
	top: 10px;
	width: 40px;
	text-align: center;
	height: 30px;
}
nav.nav_area ul li {
	display: block;
	position: relative;
	border: 0;
}
nav.nav_area ul li {
	border-bottom: solid 1px #dbdbdb;
}
.menu-logo-mobile-view {
	padding: 12px;
}
.menu-logo-mobile-view a {
	display: inline-block;
	max-width: 95%;
}
ul.sub-menu {
	display: none;
	position: relative;
	background: transparent;
	padding: 0;
}
ul li .sub-menu li a {
	line-height: 14px;
}
.header .container {
	position: initial;
}
ul.sub-menu span.arrow {
	right: 10px;
	text-align: right;
}
span.arrow.close-icon i:before {
	content: '\f106';
}
ul.sub-menu li.menu-item-has-children span.arrow.close-icon i:before {
	content: "\f106";
}
.home-slider.owl-carousel .owl-item img {
	height: 300px;
}
.top-bar img {
	max-width: 25px;
	vertical-align: middle;
}
.select-drop {
	margin: 20px auto 0;
}
.menu-bar {
	position: initial;
	background: transparent;
}
}
 @media (min-width: 992px) {
label.toggle {
	display: none;
}
.menu-bar {
	width: 100%;
	text-align: center;
}
.nav_area > ul > li {
	display: inline-block;
	position: relative;
	padding-right: 48px;
}
li.menu-item-has-children.language::after {
	content: "";
	position: absolute;
	border-right: solid 1px #fff;
	right: -4px;
	height: 14px;
	top: 5px;
}
li.menu-item-has-children.language {
	position: relative;
}
li.menu-item-has-children.language-chan {
	padding-right: 0px;
}
.nav_area ul li a {
	color: #ffffff;
	font-size: 19px;
	display: inline-block;
	text-decoration: none;
	margin-bottom: 3px;
	margin-top: 10px;
	font-family: 'AnekBangla-Regular';
}
span.arrow {
	padding-left: 0px;
	color: #ffffff;
	margin-left: 8px;
	position: absolute;
	top: 6px;
	font-size: 12px;
}
span.arrow i {
	font-weight: 400;
}
.nav_area > ul > li ul.sub-menu {
	display: block;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	display: none;
	padding: 10px 14px;
}
ul.sub-menu {
	min-width: 195px;
}
ul.sub-menu {
	position: absolute;
	background: #003681;
	z-index: 555;
	text-align: left;
}
.nav_area ul li:hover ul.sub-menu {
	display: block;
}
ul.sub-menu {
	position: absolute;
	background: #ffffff;
	z-index: 555;
	text-align: left;
	border-radius: 0px;
	-webkit-box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
	box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.nav_area > ul > li:hover > ul.sub-menu, .nav_area ul.sub-menu > li:hover > ul.sub-menu {
	/* transform: scaleY(1) translateZ(0); */
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	overflow: visible;
	z-index: 20;
	-webkit-transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
	-o-transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15), -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
}
ul.sub-menu li ul.sub-menu {
	left: 100%;
	top: 0px;
	width: 100%;
}
.nav_area > ul > li ul.sub-menu li a:hover {
	width: 100%;
	padding-left: 26px;
}
.nav_area > ul > li ul.sub-menu li a {
	color: #FFFFFF;
	position: relative;
	letter-spacing: 0px;
	font-weight: 500;
}
ul.sub-menu li a {
	color: #000;
	line-height: 20px;
	padding: 6px 17px;
	font-size: 14px;
	display: inline-block;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: padding .2s ease-out;
	-o-transition: padding .2s ease-out;
	transition: padding .2s ease-out;
	width: 100%;
}
ul.sub-menu li.menu-item-has-children .arrow {
	color: #fff;
	padding-left: 0;
}
}
.top-logo.logo-mobile {
	display: none;
}
.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu {
	background: #50418a;
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 0;
	margin-top: 0px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a {
	font-size: 15px;
	padding-left: 11px;
	padding-right: 7px;
	margin-left: 0px;
	line-height: 28px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a:hover {
	background: #3b2a7b;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu .dropdown-toggle::after {
	position: absolute;
	right: 10px;
	top: 14px;
}
.wrapper-menu nav#nav {
	padding-bottom: 0px;
}
.wrapper-menu ul.navbar-nav > li > a {
	padding-bottom: 12px;
}
.header-section {
	padding-top: 12px;
	position: absolute;
	z-index: 333;
	width: 100%;
	left: 0;
}
.logo a {
	display: inline-block;
}
.nav_area > ul > li.globe-icon a {
	padding: 0px;
	font-size: 22px;
	position: relative;
	padding-left: 25px;
}
.nav_area > ul > li.globe-icon a i.fal {
	position: absolute;
	left: 0;
	top: -15px;
}
.header-right-information ul li.language-box-wrapper span.arrow {
	display: inline-block;
	padding-left: 18px;
	color: #FFFFFF;
	margin-left: 4px;
	position: absolute;
	bottom: 1px;
	font-size: 10px;
}
.header-right-information ul li.language-box-wrapper select {
	/* background: none; */
	border: none;
	outline: 0px;
	color: #FFFFFF;
	font-size: 14px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: url(../images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: 100% 54%;
	padding-right: 0px;
	text-transform: uppercase;
	position: relative;
	z-index: 3333;
}
.row.header-row .col-md-3 {
	padding-right: 0px;
}
.banner-content .banner-title1 span {
	font-family: 'AnekGurmukhi-Regular';
	font-weight: 400;
	font-size: 36px;
	line-height: 100%;
	display: inline-block;
	color: #fff;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
}
.banner-title2 {
	font-weight: 400;
	font-size: 74px;
	line-height: 100%;
	font-family: 'Caveat-Regular';
	display: inline-block;
	background: linear-gradient(90deg, #2e1d77 0%, #7a49b7 40.87%, #5026be 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 7px;
	margin-bottom: 11px;
}
.banner-content .banner-title3 {
	font-family: 'AnekGurmukhi-Regular';
	font-size: 49px;
	color: #fff;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
}
.bg-section {
	float: left;
	width: 100%;
	background: linear-gradient(180deg, #0c1234 0%, #0a0e26 100%);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

/* ============================================================
   HERO — dark celestial, mystical, premium (purple + blue)
   ============================================================ */
.hero {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 130px 16px 150px;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(11, 16, 48, 0.25) 0%, rgba(11, 16, 48, 0.12) 45%, rgba(12, 18, 52, 0.9) 100%);
}

.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: url(../images/newbgtry4.png) center calc(50% + 50px) / 112% auto no-repeat;
	animation: hero-sky-drift 75s ease-in-out infinite alternate;
	will-change: background-position;
}

@keyframes hero-sky-drift {
	from {
		background-position: 47% calc(50% + 50px);
	}
	to {
		background-position: 53% calc(47% + 50px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.hero::before {
		animation: none;
		background-size: cover;
		background-position: center calc(50% + 50px);
	}
}

/* CSS moons disabled — background photo provides them; hero-stars = shooting stars */
.hero-moon {
	display: none;
}

/* Soft radial darkening behind the headline for text legibility */
.hero::after {
	content: "";
	position: absolute;
	top: 44%;
	left: 50%;
	width: min(900px, 96vw);
	height: 460px;
	transform: translate(-50%, -50%);
	z-index: 1;
	pointer-events: none;
	background: radial-gradient(closest-side, rgba(8, 10, 34, 0.5) 0%, rgba(8, 10, 34, 0) 72%);
}

.hero-stars {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}

.hero-shooting-star {
	position: absolute;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	opacity: 0;
	background: #ffffff;
	box-shadow:
		0 0 5px 1px rgba(255, 255, 255, 0.7),
		0 0 12px 3px rgba(206, 220, 255, 0.35);
	animation: hero-shooting-star 7s ease-in-out infinite;
	will-change: transform, opacity;
}

.hero-shooting-star--1 {
	top: 14%;
	left: 18%;
	--star-dx: 130px;
	--star-dy: 88px;
	animation-duration: 9s;
	animation-delay: 0s;
}

.hero-shooting-star--2 {
	top: 22%;
	left: 62%;
	width: 2px;
	height: 2px;
	--star-dx: -115px;
	--star-dy: 102px;
	animation-duration: 11s;
	animation-delay: 0.6s;
}

.hero-shooting-star--3 {
	top: 8%;
	left: 44%;
	width: 4px;
	height: 4px;
	--star-dx: 95px;
	--star-dy: 125px;
	animation-duration: 8.5s;
	animation-delay: 1.2s;
}

.hero-shooting-star--4 {
	top: 28%;
	left: 78%;
	width: 2px;
	height: 2px;
	--star-dx: -140px;
	--star-dy: 72px;
	animation-duration: 12s;
	animation-delay: 1.8s;
}

@keyframes hero-shooting-star {
	0% {
		opacity: 0;
		transform: translate3d(0, 0, 0) scale(0.6);
	}
	3% {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1);
	}
	12% {
		opacity: 0;
		transform: translate3d(var(--star-dx, 120px), var(--star-dy, 90px), 0) scale(0.85);
	}
	12.01%, 100% {
		opacity: 0;
		transform: translate3d(0, 0, 0) scale(0.6);
	}
}

@media (prefers-reduced-motion: reduce) {
	.hero-shooting-star {
		display: none;
	}
}

.hero .container {
	position: relative;
	z-index: 2;
}

.offer-badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 32px;
	padding: 12px 28px;
	border-radius: 999px;
	background: rgba(124, 99, 230, 0.12);
	border: 1px solid rgba(140, 120, 240, 0.45);
	color: #d7d9f7;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	box-shadow: 0 8px 26px rgba(12, 10, 44, 0.45);
}

.offer-badge i {
	font-size: 16px;
	color: #b6a3ff;
}

.hero-title {
	margin: 0 auto 22px;
	max-width: 16ch;
	font-family: 'Fraunces', Georgia, 'Times New Roman', serif;
	font-weight: 500;
	font-size: clamp(2.6rem, 6vw, 5rem);
	line-height: 1.08;
	letter-spacing: -0.015em;
	color: #ffffff;
	text-shadow: 0 2px 40px rgba(10, 8, 40, 0.45);
}

.hero-title-accent {
	background: linear-gradient(100deg, #6ea8ff 0%, #86ffbd 48%, #c08cff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.hero .subline {
	margin: 0 auto 40px;
	max-width: none;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: clamp(1.05rem, 1.7vw, 1.3rem);
	line-height: 1.7;
	color: #b3bbdd;
}

.hero-cta {
	margin: 0;
}

.hero .cta,
.hero .cta:link,
.hero .cta:visited {
	display: inline-block;
	padding: 17px 42px;
	border-radius: 10px;
	background: linear-gradient(135deg, #7c5cff 0%, #5a4fcf 100%);
	color: #ffffff;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.01em;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	box-shadow: 0 14px 34px rgba(90, 79, 207, 0.45), 0 1px 0 rgba(255, 255, 255, 0.18) inset;
	transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.hero .cta:hover,
.hero .cta:focus-visible {
	filter: brightness(1.08);
	transform: translateY(-2px);
	box-shadow: 0 18px 42px rgba(90, 79, 207, 0.55), 0 1px 0 rgba(255, 255, 255, 0.18) inset;
}
.header-top-menu .logo {
	position: absolute;
	top: 74px;
	margin-left: 120px;
	width: 280px;
	
}
.banner-section {
	padding-top: 55px;
	margin-top: 40px;
}
.banner-content {
	text-align: center;
    /* width: 64%; */
    float: right;
    /* margin-left: auto;*/
}
/* Curved "horizon" transition from the hero into the difference section */
.the-starz-section {
	position: relative;
	z-index: 2;
	margin-top: -74px;
	padding-top: 86px;
	background:
		radial-gradient(2.4px 2.4px at 14% 24%, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0.55) 50%, transparent 100%),
		radial-gradient(2px 2px at 33% 70%, rgba(206, 220, 255, 0.9) 0, rgba(206, 220, 255, 0.45) 50%, transparent 100%),
		radial-gradient(2.2px 2.2px at 58% 30%, rgba(255, 255, 255, 0.95) 0, rgba(255, 255, 255, 0.5) 50%, transparent 100%),
		radial-gradient(2px 2px at 78% 64%, rgba(206, 220, 255, 0.9) 0, rgba(206, 220, 255, 0.45) 50%, transparent 100%),
		radial-gradient(2.6px 2.6px at 90% 22%, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0.55) 50%, transparent 100%),
		radial-gradient(2px 2px at 6% 82%, rgba(206, 220, 255, 0.9) 0, rgba(206, 220, 255, 0.45) 50%, transparent 100%),
		linear-gradient(180deg, #111f6c 0%, #0a0e26 100%);
	background-size: 280px 280px, 360px 360px, 320px 320px, 380px 380px, 300px 300px, 340px 340px, 100% 100%;
	background-repeat: repeat, repeat, repeat, repeat, repeat, repeat, no-repeat;
	border-top-left-radius: 50% 92px;
	border-top-right-radius: 50% 92px;
	box-shadow: 0 -2px 44px rgba(124, 99, 230, 0.18);
}

/* ===== Starz Psychics Difference — feature columns ===== */
.difference {
	text-align: center;
	padding: 18px 0 78px;
}

.difference__title {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	margin: 0 0 14px;
	font-family: 'Caveat-Regular', 'Segoe Script', cursive;
	font-size: 51pt;
	line-height: 1.1;
}

.difference__title span,
.difference__title-spark {
	background: linear-gradient(100deg, #ffec8d 0%, #ffffff 46%, #eae2a3 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.difference__title-spark {
	font-size: 0.42em;
}

.difference__divider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin: 0 0 56px;
}

.difference__divider-line {
	width: 72px;
	height: 1px;
	background: linear-gradient(90deg, rgba(150, 160, 255, 0), rgba(160, 150, 235, 0.55));
}

.difference__divider-line:last-child {
	transform: scaleX(-1);
}

.difference__divider i {
	font-size: 12px;
	background: linear-gradient(135deg, #8db4ff, #c89bff);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.difference-grid {
	justify-content: center;
}

.difference-grid > [class*="col-"] {
	display: flex;
}

.difference-card {
	height: 100%;
	text-align: center;
	padding: 34px 22px 30px;
	margin-bottom: 28px;
	border-radius: 18px;
	border: 1px solid rgba(160, 150, 235, 0.22);
	background: rgba(255, 255, 255, 0.035);
	box-shadow: 0 16px 40px rgba(8, 10, 36, 0.3);
	transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.difference-card:hover {
	transform: translateY(-4px);
	border-color: rgba(160, 150, 235, 0.45);
	background: rgba(255, 255, 255, 0.06);
}

.difference-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	margin: 0 auto 24px;
	font-size: 48px;
}

.difference-card__icon i {
	background: linear-gradient(160deg, #7cc0ff 0%, #9b86ff 50%, #c490ff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	filter: drop-shadow(0 6px 18px rgba(124, 99, 230, 0.45));
}

.difference-card__title {
	margin: 0 0 10px;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
}

.difference-card__text {
	margin: 0 auto;
	max-width: 220px;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color: #a9b1d4;
}

.the-starz-box1 {
	background: transparent;
	border-radius: 30px;
	padding: 24px;
	margin-top: 20px; /* changed from 139px */
	margin-bottom: 35px;
}
.the-starz-box-title {
	text-align: center;
	margin-bottom: 21px;
	position: relative;
}
.the-starz-box-title .the-starz-title {
	font-size: 57px;
	font-family: 'Caveat-Regular';
	color: #b9a3ff;
}
.the-starz-box-title p {
	font-size: 21px;
	color: #aeb6d6;
}
.the-starz-box {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(140, 120, 240, 0.18);
	padding: 21px;
	border-radius: 16px;
	box-shadow: 0 14px 34px rgba(8, 10, 36, 0.35);
}
.the-starz-text-box {
	display: flex;
	align-items: center;
}
.the-starz-text-box .the-starz-icon {
	margin-right: 7px;
}
.the-starz-box .the-starz-text-box .the-starz-title {
	font-size: 43px;
	font-family: 'Caveat-Regular';
	letter-spacing: -1pt;
	
}
.the-starz-box h3 {
	font-family: 'Cagliostro-Regular';
	font-size: 35px;
	color: #ffffff;
}
.btn-active a {
	background: linear-gradient(135deg, #7c5cff 0%, #5a4fcf 100%);
	padding: 0px 21px;
	color: #ffffff !important;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	box-shadow: 0 8px 20px rgba(90, 79, 207, 0.4);
	transition: all 0.3s ease 0s;
}
.btn-active a:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: linear-gradient(to right, #7C45CA 30%, #3454AE);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.5s ease 0s;
}
.btn-active a:hover:after {
	transform: translate(-50%, -50%) scale(5);
	background-image: linear-gradient(to right, #7C45CA 30%, #3454AE);
}
.btn-active a:hover {
	color: #fff !important;
}
.nav_area ul li a:hover {
	color: #c6a8ff;
}
.color-box1 .the-starz-title {
	color: #c6a8ff;
}
.color-box1 h3 {
	color: #b98cff;
}
.color-box1 p {
	color: #c3c9e8;
}
.color-box2 .the-starz-title {
	color: #7cc4ff;
}
.color-box2 h3 {
	color: #62b4ff;
}
.color-box2 p {
	color: #c3c9e8;
}
.color-box3 .the-starz-title {
	color: #62e0a0;
}
.color-box3 h3 {
	color: #46d68a;
}
.color-box3 p {
	color: #c3c9e8;
}
.the-starz-box-title .the-starz-img {
	position: absolute;
	top: -15px;
	right: 32px;
}
.the-starz-box p {
	font-family: 'AnekBangla-Regular';
	font-size: 18px;
	color: #c3c9e8;
}
.banner-btn a {
	background-image: linear-gradient(to right, #7C45CA 30%, #3454AE);
	padding: 23px 30px;
	color: #ffffff;
	text-decoration: none;
	border-radius: 10px;
	line-height: 15px;
	align-content: center;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 2px 0px 0px #00000040;
	font-family: 'AnekBangla-Regular';
	font-size: 17px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.banner-btn a:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: linear-gradient(to right, #7C45CA 30%, #3454AE);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.5s ease 0s;
}
.banner-btn a:hover:after {
	transform: translate(-50%, -50%) scale(5);
	background-image: linear-gradient(to right, #b885ff 30%, #3454AE);
}
.banner-btn a:hover {
	color: #fff;
}
.banner-btn a i {
	font-size: 13px;
	margin-left: 4px;
}
.banner-btn {
	text-align: center;
	margin-top: 16px;
}
.live-chat-section {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}
.section-title span {
	font-size: 43px;
	margin-bottom: 26px;
	color: #000;
	background: #165cc4;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "Roboto", sans-serif;
	display: inline-block;
	font-weight: 700;
}
.live-chat-card {
	box-shadow: 5px 5px 15px 0px #00000040;
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	margin-bottom: 25px;

	transition: transform 0.3s ease;
}
.live-chat-card:hover {
	transform: scale(0.99);
}
.row-live-chat .col-md-3 {
	width: 20%;
}
.live-chat-card-info {
	float: left;
	width: 100%;
	padding: 0 15px;
	/*background: #ecf1ff;*/
}
.live-chat-card-img {
	position: relative;
}

.live-chat-card-info .live-chat-card-name {
	font-size: 25px;
	color: #4351b4;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}
.live-chat-card-info h3 {
	font-size: 25px !important;
	color: #000;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-bottom: 13px;
	margin-top: -10px;
}
.live-chat-card-info p {
	font-size: 16px;
	line-height: 22px;
	color: #060c42;
	font-family: "Roboto", sans-serif;
}
.live-chat-card-img img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	width: 100%;
}
.live-chat-card-bottom .live-chat-card-btn a {
	background: #4161FF;
	color: #fff;
	text-decoration: none;
	padding: 6px 15px;
	border-radius: 7px;
	font-weight: 900;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.live-chat-card-btn a:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: linear-gradient(to right, #7C45CA 30%, #3454AE);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.5s ease 0s;
}
.live-chat-card-btn a:hover:after {
	transform: translate(-50%, -50%) scale(5);
	background-image: linear-gradient(to right, #7C45CA 30%, #3454AE);
}
.live-chat-card-btn a i {
	margin-right: 6px;
	font-size: 16px;
}
.live-chat-card-btn {
	display: inline-block;
}
.live-chat-card-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.live-chat-card-bottom-text {
	display: inline-block;
	width: 64px;
	font-size: 12px;
	line-height: 15px;
	float: right;
}
.ceo-message-info .ceo-message-title {
	font-size: 36px;
	margin-bottom: 13px;
	color: #000;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}
.ceo-message-info p {
	color: #000;
	font-size: 23px;
	line-height: 38px;
}
.section-title-center {
	text-align: center;
	margin-bottom: 10px;
	position: relative;
}
.section-title-center span {
	font-size: 43px;
	margin-bottom: 0;
	color: #000;
	background: linear-gradient(to right, #4351B4, #1D234E);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "Roboto", sans-serif;
	display: inline-block;
	font-weight: 700;
	/*background-color: #fff;*/
	z-index: 3333;
	padding: 0px 15px;
	position: relative;
	padding: 0px 54px;
}
/*.section-title-center:After {
	content: "";
	width: 100%;
	height: 2px;
	background: #DADADA;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 32px;
	z-index: -1;
}*/
.ceo-img {
  float: right;
  width: 220px;
  max-width: 38%;
  margin: 0 0 18px 28px;
}

.ceo-img img {
  border-radius: 50%;
  width: 100%;
  height: auto;
  display: block;
}

.ceo-message-section {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.ceo-message-section > .container {
  background: linear-gradient(180deg, #f3faff 0%, #e6f3fc 100%);
  border: 1px solid #b8d9f0;
  border-radius: 20px;
  padding: 36px 40px;
  box-shadow: 0 8px 28px rgba(29, 86, 170, 0.1);
}

.ceo-message-info {
  padding-left: 0;
  text-align: left;
}

.ceo-message-info::after {
  content: "";
  display: table;
  clear: both;
}

.ceo-message-info .section-title {
  margin-bottom: 12px;
}

.ceo-message-info .section-title span {
  text-align: left;
}
.latest-blog-section {
	float: left;
	width: 100%;
	padding-top: 49px;
	padding-bottom: 50px;
}
.latest-blog-section .home-blog-section-title-link {
	color: inherit;
	text-decoration: none;
}
.latest-blog-section .home-blog-section-title-link:hover {
	text-decoration: underline;
}
.review-card {
	background: #F3FAFF;
	padding: 24px;
	height: 100%;
	min-height: 167px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.review-card p {
	margin-bottom: 0px;
	font-size: 17px;
	color: #000;
	font-family: "Roboto", sans-serif;
	line-height: 30px;
}
#review-slider .owl-nav {
	display: none;
}
.review-info-title {
	text-align: center;
	margin-bottom: 31px;
}
.review-info-title .review-title {
	margin-bottom: 13px;
	color: #000;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}
.review-star li {
	display: inline-block;
	margin: 0px 0px;
}
.review-star li i {
	font-size: 17px;
	color: #4CB7ED;
}
.social-icons ul li a {
	background-color: #ffffff;
	width: 43px;
	height: 43px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 27px;
	text-decoration: none;
	transition: transform 0.3s ease;
}
/* Per-link modifiers (avoid nth-child — fragile if order/DOM differs) */
.social-icons ul li a.social-icons__link--x {
	background-color: #1DA1F2;
	color: #fff;
}
.social-icons ul li a.social-icons__link--instagram {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	color: #fff;
}
.social-icons ul li a.social-icons__link--facebook {
	background-color: #1877F2;
	color: #fff;
}
.social-icons ul li a.social-icons__link--youtube {
	background-color: #FF0000;
	color: #fff;
}
.social-icons ul li a.social-icons__link--pinterest {
	background-color: #E60023;
	color: #fff;
}
.social-icons ul li a.social-icons__link--tiktok {
	background: linear-gradient(135deg, #25f4ee 0%, #0f0f0f 42%, #fe2c55 100%);
	color: #fff;
}
.social-icons__tiktok {
	display: block;
	width: 0.85em;
	height: 0.85em;
}
.social-icons a:hover {
	transform: scale(1.1);
}
.social-icons ul li {
	display: inline-block;
	margin: 0px 6px;
}
.social-icons {
	text-align: center;
}
.footer-section {
	float: left;
	width: 100%;
}
.footer-section .footer-bg {
	float: left;
	width: 100%;
	background:
		radial-gradient(1.5px 1.5px at 12% 22%, rgba(255, 255, 255, 0.45) 0, transparent 60%),
		radial-gradient(1.2px 1.2px at 78% 35%, rgba(200, 210, 255, 0.4) 0, transparent 60%),
		radial-gradient(1.3px 1.3px at 42% 68%, rgba(255, 255, 255, 0.35) 0, transparent 60%),
		radial-gradient(ellipse 80% 50% at 50% 0%, rgba(124, 99, 230, 0.15) 0%, transparent 60%),
		linear-gradient(180deg, #0b1030 0%, #0a0e26 55%, #080c1e 100%);
	background-size: 400px 400px, 480px 480px, 440px 440px, 100% 100%, 100% 100%;
	background-repeat: repeat, repeat, repeat, no-repeat, no-repeat;
	padding-top: 48px;
	padding-bottom: 44px;
	border-top: 1px solid rgba(150, 140, 235, 0.18);
}
.footer-menu h3 {
	font-size: 18px;
	color: #ffffff;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	margin-bottom: 14px;
}
.footer-menu ul li {
	list-style: none;
}
.footer-menu ul li a {
	color: #c3c9e8;
	text-decoration: none;
	font-size: 15px;
	margin-bottom: 4px;
	display: inline-block;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	transition: color 0.2s ease;
}
.social-icon-section {
	float: left;
	width: 100%;
	margin-top: 100px;
	padding-bottom: 80px;
}
.footer-copy-right {
	float: left;
	width: 100%;
	background: #060914;
	padding-top: 14px;
	padding-bottom: 14px;
	border-top: 1px solid rgba(150, 140, 235, 0.12);
}
.footer-text {
	font-size: 14px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	color: #aab2d5;
}
.footer-text a.white,
.footer-text a {
	color: #c4b8ff;
	text-decoration: underline;
	text-underline-offset: 2px;
}
.footer-text a:hover {
	color: #e8e4ff;
}
.owl-dots {
	margin-top: 26px;
	position: relative;
}
.owl-dots .owl-dot:before {
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	opacity: 0;
	background: 0 0;
	border: 1px solid #4161FF;
}
.owl-dots .owl-dot:after {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: .4;
	background: #4161FF;
	width: 5px;
	height: 5px;
}
.owl-dot:after, .owl-dot:before {
	border-radius: 50%;
	-webkit-transition: ease-out .16s;
	transition: ease-out .16s;
	content: '';
	position: absolute;
}
.owl-carousel .owl-dots .owl-dot.active:after, .owl-carousel .owl-dots .owl-dot.active:before, .owl-carousel .owl-dots .owl-dot:focus:after, .owl-carousel .owl-dots .owl-dot:hover:after {
	opacity: 1 !important;
}
.owl-theme .owl-dots .owl-dot span {
	display: none !important;
}
.owl-dots button {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 2px;
	vertical-align: middle;
}
.nav-section {
	float: left;
	width: 100%;
	padding-top: 19px;
}
.nav-container {
	background: #fff;
	border-radius: 10px;
	padding: 15px 20px;
	display: flex;
	justify-content: center;
	overflow-x: auto;
	box-shadow: 7px 7px 66px 0px #00000040;
}
.nav-menu {
	list-style: none;
	display: flex;
	gap: 25px;
	margin: 0;
	padding: 0;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.nav-menu li {
	border-right: 1px solid #ccc;
	padding-right: 20px;
}
.nav-menu li:last-child {
	border-right: none;
}
.nav-menu a {
	text-decoration: none;
    color: #0d083b;
    font-weight: 500;
    font-size: 16.8px;
    transition: color 0.3s;
    min-height: 51px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 15pt;
}
.nav-menu a:hover {
	color: #0055aa;
}
/*----------------------------------------*/
/*              Login page css
/*----------------------------------------*/
.bg-section2 {
	float: left;
	width: 100%;
}
.border-right-side {
	position: relative;
}
.border-right-side:after {
	content: "";
	width: 1px;
	height: 92%;
	background: #959595;
	display: inline-block;
	position: absolute;
	right: -19px;
	top: 41px;
}
.box-bg {
	background: rgba(255, 255, 255, 0) !important;
	border: 0 !important;
	border-radius: 16px;
	box-shadow: 0 !important;
	padding: 10px 20px 10px;
}
form.login {
	text-align: center;
	padding: 0px 78px;
}
.login-form-wrapper .form-title {
	margin-bottom: 29px;
}
.login-form-wrapper .form-title h2 {
	font-size: 40px;
	color: #2b178c;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
}
.login-form-wrapper .form-title p {
	color: #000;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}
.form-group {
	float: left;
	width: 100%;
	margin-bottom: 21px;
}
.form-group label {
	width: 100%;
	font-size: 17px;
	color: #000;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin-bottom: 6px;
}
.input-div {
	width: 100%;
	height: 45px;
	border: solid 1px #D0D0D0;
	text-align: center;
	padding: 5px 10px
}
.input-div:focus, .input-div:hover {
	border: solid 1px #7C45CA;
}
.footer-menu ul li a:hover {
	color: #b69cff;
}
.birth-box-row {
	display: flex;
	justify-content: center;
}
.birth-box-row .birth-box {
	margin: 0px 7px;
}
.input-div {
	width: 100%;
	height: 43px;
	border: solid 1px #D0D0D0;
	text-align: center;
	padding: 5px 10px;
	border-radius: 3px;
	font-size: 17px;
	font-family: "Roboto", sans-serif;
	outline: 0;
}
.policy-text p a {
	color: #000;
}
.policy-text p a:hover {
	color: #7C45CA;
}
.submit-group {
	display: flex;
	float: left;
	width: 100%;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.submit-group .form-group {
	width: auto;
	margin-right: 34px;
	margin-bottom: 0;
}
.submit-group .submit-btn {
	background-color: #097ABC;
	color: #fff;
	padding: 5px 35px;
	border-radius: 3px;
	border: none;
	line-height: 27px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.submit-group .submit-btn:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: linear-gradient(to right, #7C45CA 30%, #3454AE);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.5s ease 0s;
}
.submit-group .submit-btn:hover:after {
	transform: translate(-50%, -50%) scale(5);
	background-image: linear-gradient(to right, #7C45CA 30%, #3454AE);
}
.policy-text {
	text-align: center;
	margin-top: 78px;
	float: left;
	width: 100%;
	padding: 0px 43px;
}
.policy-text p {
	color: #000;
	font-size: 14px;
	line-height: 27px;
	font-family: "Roboto", sans-serif;
}
.customers-box-wrapper {
	padding: 0px 55px;
}
.offer-card-box {
	background: radial-gradient(60.93% 483.41% at 75.61% 80.62%, #7C45CA 0%, #3454AE 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
	padding: 29px;
	border-radius: 12px;
	position: relative;
	margin-bottom: 77px;
	    overflow: hidden;
}
.offer-card-box .offer-star-icon {
	position: absolute;
	right: -30px;
	top: -24px;
	max-width: 189px;
}
.offer-card-text p {
	font-size: 25px;
	color: #FEC976;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	line-height: 34px;
}
.offer-card-text span {
	font-size: 18px;
	line-height: 21px;
	color: #fff;
	font-family: "Roboto", sans-serif;
}
.customer-info {
	text-align: center;
}
.customer-info p {
	font-size: 29px;
	line-height: 44px;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
}
.header-top-btn {
	display: inline-block;
}
.header-top-btn ul {
	display: flex;
}
.header-top-btn ul li {
	list-style: none;
	margin-left: 14px;
}
.content-section-bg {
	float: left;
	width: 100%;
}
.mobile-view-div {
	display: none;
}



/*** 
=============================================
    Float Bob Y Animation Css
=============================================
***/
@-webkit-keyframes float-bob-y {
 0% {
 transform: translateY(-20px);
}
 50% {
 transform: translateY(-10px);
}
 100% {
 transform: translateY(-20px);
}
}
 @keyframes float-bob-y {
 0% {
 transform: translateY(-20px);
}
 50% {
 transform: translateY(-10px);
}
 100% {
 transform: translateY(-20px);
}
}
.the-starz-img img {
	-webkit-animation-name: float-bob-y;
	animation-name: float-bob-y;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

/* online status indicator */
.on-line {
	background: linear-gradient(90deg, #24A92D 0%, #30FF3E 100%);
	padding: 5px 15px;
	line-height: 30ox;
	display: inline-block;
	padding-bottom: 2px;
	float: right;
	position: absolute;
	bottom: -11px;
	z-index: 33;
	right: 0;
	clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
	padding-left: 21px;
	color: #fff;
	font-weight: 900;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
}
.on-line.bg2 { /* ins session */
	background: linear-gradient(90deg, #924bcd 0%, #5220b4 100%);
}
.on-line.bg3 { /* offline */
	background: #2729d2;
}
.on-line.bg4 { /* be back soon */
	background: linear-gradient(90deg, #924bcd 0%, #5220b4 100%);
}
.logo-mobile-view {
	display: none;
}






/******* Mobile Layout *******/
@media only screen and (max-width: 767px) {
.banner-section {
	padding-top: 60px;
}
.hero {
	padding: 72px 18px 72px;
}
.hero::after {
	height: 220px;
}
.offer-badge {
	font-size: 11px;
	letter-spacing: 0.1em;
	padding: 8px 16px;
}
.hero .cta {
	width: 100%;
	max-width: 320px;
	padding: 16px 28px;
}
.the-starz-box {
	border: solid 1px rgba(140, 120, 240, 0.18);
}
.hero-moon {
	display: none;
}
.nav-container {
	justify-content: initial;
}
.header-top-menu {
	padding-top: 9px;
	padding-bottom: 9px;
}
.header-top-btn {
	display: inline-block;
	margin-top: 11px;
	width: 100%;
	text-align: center;
}
.header-top-btn ul {
	justify-content: center;
}
.header-top-btn ul li:first-child {
	margin-left: 0px;
}
.header-top-btn ul li {
	border-bottom: none !important;
}
.nav_area ul li.btn-active a {
	background: #CCECFF;
	padding: 0px 21px !important;
	color: #1D56AA !important;
	line-height: 34px !important;
}
.header-top-menu .logo {
	position: relative;
	top: auto;
	max-width: 229px;
}
.section-title-center span {
	font-size: 25px;
	padding: 0px 17px;
}
.ceo-message-info {
	padding-left: 0;
	padding-top: 0;
	text-align: left;
}

.ceo-img {
	width: 140px;
	max-width: 42%;
	margin: 0 0 14px 18px;
}

.ceo-message-section > .container {
	padding: 28px 22px;
	border-radius: 16px;
}
.section-title span {
	font-size: 31px;
	text-align: center;
}
.row-live-chat .col-md-3 {
	width: 50%;
}
.live-chat-card-info {
	float: left;
	width: 100%;
	padding: 13px 11px;
	text-align: center;
}
.live-chat-card-info .live-chat-card-name {
	font-size: 20px;
}
.live-chat-card-info h3 {
	font-size: 15px;
	margin-bottom: 16px;
	margin-top: 3px;
}
.live-chat-card-info p {
	font-size: 13px;
	line-height: 23px;
}
.live-chat-card-bottom {
	flex-flow: column;
}
.live-chat-card-btn a i {
	margin-right: 4px;
	font-size: 12px;
}
.live-chat-card-bottom .live-chat-card-btn a {
	padding: 9px 13px;
	font-size: 11px;
}
.live-chat-card-btn {
	margin-bottom: 13px;
}
.live-chat-card-bottom-text {
	width: 100%;
	font-size: 13px;
	line-height: 15px;
	float: right;
}
.banner-content {
	text-align: center;
	width: 100%;
	margin-left: auto;
}
.banner-title2 {
	font-weight: bold;
	font-size: 60px;
	line-height: 74px;
	margin-top: 7px;
	margin-bottom: 11px;
	text-align: center;
}
.banner-content .banner-title1 span {
	font-size: 31px;
	line-height: 42px;
}
.banner-content .banner-title3 {
	font-size: 25px;
}
.the-starz-box-title .the-starz-title {
	font-size: 38px;
	line-height: 52px;
	margin-bottom: 24px;
	margin-top: 11px;
	font-weight: 600;
}
.the-starz-box-title .the-starz-img {
	position: relative;
	top: 0;
	right: 0;
	margin: 0px auto;
}
.the-starz-text-box {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
}
.the-starz-text-box .the-starz-icon {
	margin-right: 4px;
	max-width: 31px;
}
.the-starz-box h3 {
	font-size: 27px;
}
.the-starz-box1 {
	margin-top: 48px;
}
.the-starz-box .the-starz-text-box .the-starz-title {
	font-size: 29px;
	margin-bottom: 9px;
}
.the-starz-box {
	padding: 15px;
	margin-bottom: 27px;
	text-align: center;
}
.on-line {
	padding: 5px 4px;
	line-height: 30ox;
	padding-left: 16px;
	font-size: 10px;
}
.ceo-message-info .ceo-message-title {
	font-size: 29px;
	margin-bottom: 13px;
}
.ceo-message-info p {
	font-size: 22px;
	line-height: 40px;
}
.section-title-center {
	margin-bottom: 24px;
}
.desktop-view-div {
	display: none;
}
.mobile-view-div {
	display: block;
}
#psychics-slider .owl-nav {
	display: none;
}
.bg-section {
	background: linear-gradient(180deg, #0c1234 0%, #0a0e26 100%);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.social-icons ul li a {
	width: 39px;
	height: 37px;
	font-size: 20px;
}
.social-icon-section {
	padding-bottom: 55px;
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 33;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
form.login {
	text-align: center;
	padding: 0px 0px;
}
.border-right-side:after {
	display: none;
}
.customers-box-wrapper {
	padding: 0px 0px;
}
.policy-text {
	text-align: center;
	margin-top: 44px;
	float: left;
	width: 100%;
	padding: 0px 0px;
	margin-bottom: 49px;
}
.offer-card-box {
	padding: 16px;
	margin-bottom: 41px;
}
.customer-info p br {
	display: none;
}
.customer-info p {
	font-size: 24px;
	line-height: 43px;
}
.footer-text {
	text-align: center;
	margin-top: 14px;
}
.footer-menu {
	margin-bottom: 25px;
}
.logo-mobile-view {
	padding: 16px 23px;
	padding-bottom: 14px;
}
.logo-mobile-view {
	display: block;
}



.submit-group .form-group {
    width: 100%;
    margin-right: 0;
    margin-bottom: 22px;
    margin-top: 15px;
}
.trustpilot-logo {
    /* float: left; */
    width: 100%;
    max-width: 127px;
    margin: 0px auto !important;
    text-align: center;
}

.offer-card-box .offer-star-icon {
    right: -57px;
    top: -23px;
    max-width: 129px;
}

.offer-card-text span {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.offer-card-text p {
    font-size: 21px;
    line-height: 33px;
    text-align: center;
}
.submit-group {
    display: inline-block;
}


}

/******* Tablet Layout *******/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.nav-container {
	justify-content: initial;
}
.logo-mobile-view {
	padding: 16px 23px;
	padding-bottom: 14px;
}
.logo-mobile-view {
	display: block;
}
.header-top-btn {
	display: inline-block;
	margin-top: 11px;
	width: 100%;
	text-align: center;
}
.header-top-btn ul {
	justify-content: center;
}
.header-top-btn ul li:first-child {
	margin-left: 0px;
}
.header-top-btn ul li {
	border-bottom: none !important;
}
.nav_area ul li.btn-active a {
	background: #CCECFF;
	padding: 0px 21px !important;
	color: #1D56AA !important;
	line-height: 34px !important;
}
.ceo-message-info p {
	font-size: 17px;
	line-height: 38px;
}
.row-live-chat .col-md-3 {
	width: 25%;
}
.live-chat-card-bottom {
	flex-flow: column;
}
.live-chat-card-info {
	float: left;
	width: 100%;
	padding: 15px;
	text-align: center;
}
.live-chat-card-info h3 {
	font-size: 16px;
	margin-bottom: 19px;
	line-height: 25px;
}
.banner-content {
	text-align: center;
	width: 100%;
	float: right;
	margin-left: auto;
}
.the-starz-box-title .the-starz-img {
	position: absolute;
	top: -125px;
	right: 31px;
	max-width: 127px;
}
.the-starz-box-title p {
	font-size: 16px;
}
.the-starz-box-title .the-starz-title {
	font-size: 51px;
}
.header-top-menu .logo {
	position: relative;
	top: 0;
}
.header-row .col-md-3 {
	width: 41%;
}
.header-row {
	padding-top: 10px;
	padding-bottom: 10px;
}
.toggle {
	font-size: 19px;
	right: 23px;
	top: 20px;
	width: 38px;
	height: 38px;
	line-height: 42px;
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 33;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
.bg-section {
	background-position: top center;
}
.the-starz-text-box {
	display: flex;
	align-items: center;
	flex-flow: column;
	justify-content: center;
	align-content: center;
}
.the-starz-box {
	text-align: center;
}
.the-starz-box h3 {
	font-size: 33px;
}
form.login {
	text-align: center;
	padding: 0px 7px;
}
.customer-info p {
	font-size: 25px;
	line-height: 37px;
}
.offer-card-box {
	padding: 22px;
	margin-bottom: 49px;
}
}


/******** Medium Layout ********/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.live-chat-card-bottom {
	flex-flow: column;
	margin-top: 29px;
}
.live-chat-card-bottom-text {
	display: inline-block;
	width: 100%;
	font-size: 15px;
	line-height: 15px;
	float: right;
	text-align: center;
	margin-top: 24px;
}
.banner-content {
	text-align: center;
	width: 100%;
	float: right;
	margin-left: auto;
}
.the-starz-box-title .the-starz-img {
	max-width: 152px;
}
.the-starz-box .the-starz-text-box .the-starz-title {
	font-size: 34px;
}
}


.page-hero {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  margin-bottom: 16px;
  border: 1px solid #e6ddff;
  border-radius: 18px;
  background: linear-gradient(180deg, #fcfbff 0%, #f3efff 100%);
}

.page-hero-icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(180deg, #7a58f4 0%, #5e35da 100%);
  color: #fff;
  font-size: 26px;
  box-shadow: 0 10px 24px rgba(94, 53, 218, 0.22);
}

.page-hero-copy {
  min-width: 0;
}

.page-hero-title {
  font-size: 20pt;
  color: #23155b;
}

.page-hero-sub {
  font-size: 12pt;
  color: #6e62a3;
}

.page-hero {
  margin-bottom: 18px;
}

/* Site-wide: visible chevron on dropdowns (Bootstrap removes native select arrow) */
select.form-control:not([multiple]):not([size]),
select.form-select:not([multiple]):not([size]) {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%235e35da' d='M5 8l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.55rem center;
  background-size: 1.1rem 1.1rem;
  padding-right: 2.35rem;
  cursor: pointer;
}

select.form-control:not([multiple]):not([size]):focus,
select.form-select:not([multiple]):not([size]):focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Admin impersonation: top-right, out of flow so the header/layout is not pushed down */
body.body--impersonating {
  position: relative;
}

.starz-impersonate-bar {
  position: absolute;
  top: 10px;
  right: max(12px, env(safe-area-inset-right, 0px));
  z-index: 10070;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.starz-impersonate-bar .starz-impersonate-bar__btn {
  pointer-events: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
  white-space: nowrap;
}

/* ============================================================
   Site-wide dark celestial background (home + inner pages)
   ============================================================ */
.content-section-bg,
.bg-section2 {
    background: radial-gradient(2.4px 2.4px at 8% 10%, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0.55) 50%, transparent 100%), radial-gradient(2px 2px at 24% 30%, rgba(206, 220, 255, 0.95) 0, rgba(206, 220, 255, 0.5) 50%, transparent 100%), radial-gradient(2.2px 2.2px at 40% 14%, rgba(255, 255, 255, 0.95) 0, rgba(255, 255, 255, 0.5) 50%, transparent 100%), radial-gradient(2px 2px at 55% 40%, rgba(206, 220, 255, 0.9) 0, rgba(206, 220, 255, 0.45) 50%, transparent 100%), radial-gradient(2.6px 2.6px at 70% 20%, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0.55) 50%, transparent 100%), radial-gradient(2px 2px at 86% 36%, rgba(206, 220, 255, 0.9) 0, rgba(206, 220, 255, 0.45) 50%, transparent 100%), radial-gradient(2.2px 2.2px at 16% 62%, rgba(255, 255, 255, 0.9) 0, rgba(255, 255, 255, 0.45) 50%, transparent 100%), radial-gradient(2px 2px at 48% 76%, rgba(206, 220, 255, 0.9) 0, rgba(206, 220, 255, 0.45) 50%, transparent 100%), radial-gradient(2.4px 2.4px at 78% 70%, rgba(255, 255, 255, 0.95) 0, rgba(255, 255, 255, 0.5) 50%, transparent 100%), radial-gradient(2px 2px at 94% 88%, rgba(206, 220, 255, 0.9) 0, rgba(206, 220, 255, 0.45) 50%, transparent 100%), radial-gradient(2px 2px at 6% 92%, rgba(255, 255, 255, 0.85) 0, rgba(255, 255, 255, 0.4) 50%, transparent 100%), linear-gradient(180deg, #0a0e26 0%, #1c297a 50%, #0a0e22 100%);
	background-size: 280px 280px, 330px 330px, 300px 300px, 360px 360px, 290px 290px, 340px 340px, 380px 380px, 360px 360px, 400px 400px, 410px 410px, 350px 350px, 100% 100%;
	background-repeat: repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, no-repeat;
}

/* Section titles — light-to-purple gradient text */
.section-title span,
.section-title-center span {
	background: linear-gradient(100deg, #ffffff 0%, #eaf0ff 38%, #b69cff 72%, #c89bff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

/* Advisors section header + View All button */
.live-advisors-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 24px;
}

.view-all-advisors {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 28px;
	border-radius: 999px;
	border: 1px solid rgba(150, 140, 235, 0.4);
	background: rgba(255, 255, 255, 0.04);
	color: #d6dbf5;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 17px;
	text-decoration: none;
	white-space: nowrap;
	transition: border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.view-all-advisors:hover {
	border-color: rgba(170, 150, 255, 0.7);
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
}

.view-all-advisors i {
	color: #b69cff;
	font-size: 1.05em;
}

/* Advisor / reader cards */
.row-live-chat .live-chat-card {
	background: #0b1028;
	border: 1px solid rgba(110, 140, 220, 0.38);
	border-radius: 16px;
	box-shadow: 0 14px 36px rgba(4, 6, 20, 0.5);
	overflow: hidden;
	transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.row-live-chat .live-chat-card:hover {
	transform: translateY(-4px);
	border-color: rgba(150, 175, 255, 0.55);
	box-shadow: 0 18px 44px rgba(8, 10, 36, 0.55);
}

.row-live-chat .live-chat-card-info {
	float: none;
	padding: 16px 16px 18px;
	background-image: linear-gradient(45deg, #1c115b, #14092f);
}

.row-live-chat .live-chat-card-name,
.row-live-chat .live-chat-card-info h3 {
	display: inline;
	margin: 0;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	line-height: 1.35;
}

.row-live-chat .live-chat-card-info .live-chat-card-name {
	color: #ffffff;
	margin-right: 0;
	font-size: 1.15rem;
}

.row-live-chat .live-chat-card-info h3 {
	font-size: 0.92rem !important;
}

.row-live-chat .live-chat-card-info h3,
.row-live-chat .live-chat-card-info h3 a {
	color: #b8a8ff;
	text-decoration: none;
	word-break: break-word;
}

.row-live-chat .live-chat-card-info h3 a {
	font-size: 1.15rem;
}

.row-live-chat .live-chat-card-info h3 a:hover {
	color: #d4c8ff;
}

.row-live-chat .live-chat-card-info p,
.row-live-chat .live-chat-card-row p {
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	line-height: 1.45;
	color: #e8eaf5;
}

/* ============================================================
   Advisor card status pills (home + psychics.php)
   Edit these colors — one place for Available / Busy / Offline / Be Back Soon / In Session.
   Classes come from advisor_public_badge_from_row() in func.inc.php:
     bg1 = Available (or ONLINE NOW)
     bg2 = Busy
     bg3 = Offline
     bg4 = Be Back Soon
     bg5 = In Session
   ============================================================ */
:root {
	--advisor-status-available-bg: #00e63f ;
	--advisor-status-available-border: #00e63f;
	--advisor-status-available-text: #000000;

	--advisor-status-busy-bg: #483b75;
	--advisor-status-busy-border: #483b75;
	--advisor-status-busy-text: #ffffff;

	--advisor-status-offline-bg: #483b75;
	--advisor-status-offline-border: #483b75;
	--advisor-status-offline-text: #ffffff;

	--advisor-status-be-back-soon-bg: #483b75;
	--advisor-status-be-back-soon-border: #483b75;
	--advisor-status-be-back-soon-text: #ffffff;

	--advisor-status-in-session-bg: #3243ad;
	--advisor-status-in-session-border: #3243ad;
	--advisor-status-in-session-text: #ffffff;
}

.row-live-chat .live-chat-card-img .on-line {
	clip-path: none;
	float: none;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 5;
	margin: 0;
	padding: 6px 12px;
	border-radius: 6px 0 0 0;
	border: 1px solid var(--advisor-status-available-border);
	background: var(--advisor-status-available-bg) !important;
	color: var(--advisor-status-available-text);
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.2;
	white-space: nowrap;
	max-width: calc(100% - 20px);
	transform: none !important;
}

.row-live-chat .live-chat-card-img .on-line.bg1 {
	background: var(--advisor-status-available-bg) !important;
	border-color: var(--advisor-status-available-border);
	color: var(--advisor-status-available-text);
}

.row-live-chat .live-chat-card-img .on-line.bg2 {
	background: var(--advisor-status-busy-bg) !important;
	border-color: var(--advisor-status-busy-border);
	color: var(--advisor-status-busy-text);
}

.row-live-chat .live-chat-card-img .on-line.bg3 {
	background: var(--advisor-status-offline-bg) !important;
	border-color: var(--advisor-status-offline-border);
	color: var(--advisor-status-offline-text);
}

.row-live-chat .live-chat-card-img .on-line.bg4 {
	background: var(--advisor-status-be-back-soon-bg) !important;
	border-color: var(--advisor-status-be-back-soon-border);
	color: var(--advisor-status-be-back-soon-text);
}

.row-live-chat .live-chat-card-img .on-line.bg5 {
	background: var(--advisor-status-in-session-bg) !important;
	border-color: var(--advisor-status-in-session-border);
	color: var(--advisor-status-in-session-text);
}

.row-live-chat .live-chat-card-bottom {
	justify-content: center;
	width: 100%;
}

.row-live-chat .live-chat-card-btn {
	display: block;
	width: 100%;
}

.row-live-chat .live-chat-card-btn--split {
	display: flex;
	gap: 8px;
	align-items: stretch;
}

.row-live-chat .live-chat-card-btn--split a {
	flex: 1 1 0;
	min-width: 0;
	padding-left: 8px;
	padding-right: 8px;
	gap: 5px;
	font-size: 10px;
	letter-spacing: 0.03em;
	white-space: nowrap;
}

.row-live-chat .live-chat-card-bottom .live-chat-card-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 12px 14px;
	border-radius: 10px;
	border: 1px solid rgba(186, 168, 255, 0.65);
	background: linear-gradient(180deg, #2e365c 0%, #1e2544 48%, #141a32 100%);
	color: #d4c8ff;
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.14),
		inset 0 -1px 0 rgba(0, 0, 0, 0.35),
		0 2px 8px rgba(0, 0, 0, 0.28);
	transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.row-live-chat .live-chat-card-btn a:after {
	display: none;
}

.row-live-chat .live-chat-card-bottom .live-chat-card-btn a:hover {
	background: linear-gradient(180deg, #3a4370 0%, #262f52 48%, #1a213c 100%);
	border-color: rgba(210, 190, 255, 0.85);
	color: #f0ecff;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.18),
		inset 0 -1px 0 rgba(0, 0, 0, 0.35),
		0 4px 14px rgba(124, 99, 230, 0.28);
}

.row-live-chat .live-chat-card-btn a i {
	margin-right: 0;
	font-size: 14px;
}

/* CEO message */
.ceo-message-section > .container {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(150, 140, 235, 0.22);
	box-shadow: 0 16px 40px rgba(8, 10, 36, 0.3);
}

.ceo-message-info p {
	color: #c3c9e8;
}

.ceo-message-info .ceo-message-title {
	color: #ffffff;
}

/* Reviews */
.review-info-title .review-title {
	color: #ffffff;
}

.review-star li i,
.home-review-stars i {
	color: #ffd36b;
}

.review-card {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(150, 140, 235, 0.22);
	box-shadow: 0 16px 40px rgba(8, 10, 36, 0.3);
}

.review-card p {
	color: #c3c9e8;
}

.home-review-title {
	color: #ffffff;
}

.home-review-quote {
	color: #c3c9e8;
}

.home-review-by {
	color: #aab2d5;
}

.home-review-advisor-link {
	color: #b69cff;
}