.whitelabel_wallet {
	margin-top: 5rem;
}

.whitelabel_wallet .wallet_sprites {
	background-image: url('https://media.calibraint.com/calibraint-wordpress/wp-content/uploads/2024/10/28144508/Wallet-Whitelabel-Sprite1.webp');
	background-size: 734px;
	background-repeat: no-repeat;
}
.whitelabel_wallet .wallet_icon_group {
	background-image: url('https://media.calibraint.com/calibraint-wordpress/wp-content/uploads/2024/10/28144536/walletIconGroup.webp');
	background-size: 920px;
	background-repeat: no-repeat;
}

.whitelabel_wallet .whitelabel_banner_section {
	padding: 60px 0 80px;	
	background-color: #080808;
}
.whitelabel_wallet .whitelabel_banner_grid {
	grid-template-columns: 510px 1fr;
	grid-column-gap: 2.5rem;
}
.whitelabel_wallet .whitelabel_banner_grid .banner_tagline {
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	padding: 10px 16px;
	border: 1px solid #454545;
	border-radius: 100px;
	display: inline-flex;
	margin-bottom: 6px;
}
.whitelabel_wallet .whitelabel_banner_grid .banner_heading {
	font-size: 54px;
	font-weight: 700;
	line-height: 66px;
	color: #FFF;
}
.whitelabel_wallet .whitelabel_banner_grid .banner_heading span {
	background: linear-gradient(91deg, #FB7000 41.37%, #9B51E0 70.24%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.whitelabel_wallet .whitelabel_banner_grid .banner_summary {
	color: rgba(255, 255, 255, 0.80);
	font-size: 14px;
	font-weight: 400;
	line-height: 170%; /* 23.8px */
}
.whitelabel_wallet .whitelabel_banner_grid .banner_listing p {
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 8px;
	padding-left: 32px;
}
.whitelabel_wallet .whitelabel_banner_grid .banner_listing p::before {
	content: '';
	background-image: url(https://media.calibraint.com/calibraint-wordpress/wp-content/uploads/2024/10/28144508/Wallet-Whitelabel-Sprite1.webp);
	background-size: 734px;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	background-position: -56px -63px;
}
.whitelabel_wallet .whitelabel_banner_grid .banner_button a {
	font-size: 14px;
	font-weight: 700;
	line-height: 140%;
	padding: 14px 30px;
	border-radius: 4px;
}
.whitelabel_wallet .whitelabel_banner_grid .banner_button .primaryBtn {
	border: 1px solid #9B51E0;
	background: #9B51E0;
	color: #fff;
}
.whitelabel_wallet .whitelabel_banner_grid .banner_button .primaryBtn:hover {
	background: #A761EB;
	border-color: #A761EB;
}
.whitelabel_wallet .whitelabel_banner_grid .banner_button .secondaryBtn {
	border: 1px solid #5D5D5D;
	background: transparent;
	color: #D1D1D1;
}
.whitelabel_wallet .whitelabel_banner_grid .banner_button .secondaryBtn:hover {
	color: #fb7000;
}

/* Carousel container */
.whitelabel_wallet .carousel {
	position: relative;
	max-width: 100%;
	margin: auto;
	overflow: hidden;
}

/* Images in the carousel */
.whitelabel_wallet .carousel-images {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.whitelabel_wallet .carousel-image {
	max-width: 100%;
	display: none;
}

/* Active image */
.whitelabel_wallet .carousel-image.active {
	display: block;
}

/* Dots container */
.whitelabel_wallet .carousel-dots {
	position: absolute;
	bottom: 0;
	border-radius: 56px;
	background: rgba(61, 61, 61, 0.30);
	padding: 13px 16px;
}

/* Dots */
.whitelabel_wallet .dot {
	height: 14px;
	width: 14px;
	margin: 0 3px;
	border-radius: 50%;
	display: inline-block;
	cursor: pointer;
	transition: background-color 0.6s ease;
}
.whitelabel_wallet .dot:nth-child(1) {
	background-color: #018786;
}
.whitelabel_wallet .dot:nth-child(2) {
	background-color: #1661D9;
}
.whitelabel_wallet .dot:nth-child(3) {
	background-color: #9B2153;
}
.whitelabel_wallet .dot:nth-child(4) {
	background-color: #903EF5;
}

/* Active dot */
.whitelabel_wallet .dot.active {
	margin: 3px 8px;
}
.whitelabel_wallet .dot.active::after {
	content: '';
	width: 24px;
	height: 24px;
	border: 1.5px solid;
	background-color: transparent;
	position: absolute;
	top: -6.5px;
	left: -6.5px;
	border-radius: 50%;
}
.whitelabel_wallet .dot:nth-child(1).active:after {
	border-color: #018786;
}
.whitelabel_wallet .dot:nth-child(2).active:after {
	border-color: #1661D9;
}
.whitelabel_wallet .dot:nth-child(3).active:after {
	border-color: #9B2153;
}
.whitelabel_wallet .dot:nth-child(4).active:after {
	border-color: #903EF5;
}

.whitelabel_wallet .crypto-service {
	background: #FAF6FE;
	border-radius: 20px;
}
.whitelabel_wallet .crypto-service .crypto-service-img{
	background: #F3EAFD;
	height: 220px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.whitelabel_wallet .crypto-service .crypto-service-img.featuresImg {
	justify-content: center;
}
.whitelabel_wallet .crypto-service .crypto-service-img img {
	max-width: 75%;
}
.whitelabel_wallet .crypto-service .crypto-service-img.featuresImg img {
	max-width: 240px;
}
.whitelabel_wallet .crypto-service h4 {
	color: #080808;
	font-size: 24px;
	font-weight: 800;
	line-height: 140%;
}
.whitelabel_wallet .crypto-service p {
	color: #454545;
	font-size: 14px;
	font-weight: 500;
	line-height: 160%;
}
.whitelabel_wallet .stats-info {
	border-radius: 20px;
	background: #9B51E0;
}
.whitelabel_wallet .stats-info h4 {
	color: #FFF;
	font-size: 48px;
	font-weight: 700;
	line-height: 140%; /* 67.2px */
}
.whitelabel_wallet .stats-info p {
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	line-height: 150%; /* 24px */
}
.whitelabel_wallet .stats-info .border-right {
	border-right: 1px solid #BF8DF3;
}

/* customized nft grid */
.whitelabel_wallet .customized-wallet-grid {
	grid-template-columns: repeat(4, 1fr); /* 4 equal columns */
}

.whitelabel_wallet .customized-wallet-grid > div {
	height: 155px; /* Set height */
	display: flex; /* Use flexbox for centering */
	align-items: center; /* Vertically center */
	justify-content: center; /* Horizontally center */
	border: 1px solid #D1D1D1; /* Optional border */
	filter: grayscale(100); /* For image greyscale*/
}

.whitelabel_wallet .customized-wallet-grid .metamask {
	width: 160px;
	height: 36px;
	background-position: -16px -18px;
}
.whitelabel_wallet .customized-wallet-grid .trustwallet {
	width: 136px;
	height: 42px;
	background-position: -191px -14px;
}
.whitelabel_wallet .customized-wallet-grid .leap {
	width: 130px;
	height: 38px;
	background-position: -343px -18px;
}
.whitelabel_wallet .customized-wallet-grid .keplr {
	width: 110px;
	height: 38px;
	background-position: -483px -16px;
}
.whitelabel_wallet .customized-wallet-grid .phantom {
	width: 158px;
	height: 38px;
	background-position: -606px -17px;
}
.whitelabel_wallet .customized-wallet-grid .tron {
	width: 122px;
	height: 38px;
	background-position: -778px -17px;
}
.whitelabel_wallet .customized-wallet-grid .electrum {
	width: 118px;
	height: 36px;
	background-position: -14px -76px;
}
.whitelabel_wallet .customized-wallet-grid .solfare {
	width: 165px;
	height: 46px;
	background-position: -144px -72px;
}

/* Features styles here */
.wallet-features-grid {
	grid-template-columns: 7fr 5fr;
	grid-gap: 5rem;
}
.wallet-features-grid h4 {
	color: #5D5D5D;
	font-size: 24px;
	font-weight: 500;
	line-height: 180%; /* 43.2px */
}
.wallet-features-grid .info-grid {
	grid-template-columns: 1fr 1fr;
	grid-gap: 1rem;
}
.wallet-features-grid .info-box {
	border-radius: 12px;
	border: 1px solid #E9D8FC;
	background: #FFF;
	box-shadow: 0px 4px 7px 0px rgba(155, 81, 224, 0.15);
}
.wallet-features-grid .info-box h5 {
	color: #080808;
	font-size: 20px;
	font-weight: 800;
	line-height: 132%; /* 26.4px */
}
.wallet-features-grid .info-box p {
	color: #454545;
	font-size: 14px;
	font-weight: 500;
	line-height: 160%; /* 22.4px */
}
.wallet-features-grid .hidden {
	display: none;
}
.wallet-features-grid .info-box img {
	display: block;
}
.wallet-features-grid .info-box:hover {
	border: 1px solid #9B51E0;
	cursor: pointer;
}
.wallet-features-grid .info-box.active {
	border: 1px solid #9B51E0;
	background: #9B51E0;
	box-shadow: 0px 4px 14px 0px rgba(155, 81, 224, 0.12);
}

.wallet-features-grid .info-box.active h5, .wallet-features-grid .info-box.active p {
	color: #fff;
}

.whitelabel_wallet .features_tabs > div {
	color: #454545;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	background: #F6F6F6;
	padding: 1rem 2rem;
	margin: 0 .5rem;
	cursor: pointer;
}
.whitelabel_wallet .features_tabs > div:hover,
.whitelabel_wallet .features_tabs > div.active {
	background: #9B51E0;
	color: #ffffff;
}
.whitelabel_wallet .features_tabs > div.active {
	font-weight: 700;
}
.whitelabel_wallet .features_info p {
	color: #5D5D5D;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 26px; /* 185.714% */
}
.whitelabel_wallet .features_grid {
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 1rem;
}
.whitelabel_wallet .features_grid .security {
	background-position: -16px -16px;
}
.whitelabel_wallet .features_grid .asset {
	background-position: -64px -16px;
}
.whitelabel_wallet .features_grid .token {
	background-position: -112px -16px;
}
.whitelabel_wallet .features_grid .compatibility {
	background-position: -160px -16px;
}
.whitelabel_wallet .features_grid .staking {
	background-position: -208px -16px;
}
.whitelabel_wallet .features_grid .governance {
	background-position: -256px -16px;
}
.whitelabel_wallet .features_grid .integration {
	background-position: -304px -16px;
}
.whitelabel_wallet .features_grid .book {
	background-position: -352px -16px;
}
.whitelabel_wallet .features_grid .notifications {
	background-position: -400px -16px;
}
.whitelabel_wallet .features_grid .swap {
	background-position: -448px -16px;
}
.whitelabel_wallet .features_grid .wallet-support {
	background-position: -496px -16px;
}
.whitelabel_wallet .features_grid .fiat {
	background-position: -544px -16px;
}
.whitelabel_wallet .features_grid .multichain {
	background-position: -592px -16px;
}
.whitelabel_wallet .features_grid .phishing {
	background-position: -640px -16px;
}
.whitelabel_wallet .features_grid .blockchain-support {
	background-position: -688px -16px;
}

/* Image compare styles here */
.whitelabel_wallet .compare_section {
	background-image: url('https://media.calibraint.com/calibraint-wordpress/wp-content/uploads/2024/10/28144153/comparisionBg.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.whitelabel_wallet .compare_section .theme-text {
	max-width: 900px;
	margin: 0 auto 0.75rem;
}
.whitelabel_wallet .compare_section .theme-text p {
	color: #B0B0B0;
	font-size: 1rem;
	font-weight: 600;
	line-height: 132%; /* 21.12px */
	text-transform: capitalize;
}
.whitelabel_wallet .compare_section .lightIcon {
	background-position: -386px -64px;
}
.whitelabel_wallet .compare_section .darkIcon {
	background-position: -426px -64px;
}
.whitelabel_wallet .compare_section .img-comp-container {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	height: 600px; /*should be the same height as the images*/
}

.whitelabel_wallet .compare_section .img-comp-img {
	position: absolute;
	overflow: hidden;
}

.whitelabel_wallet .compare_section .img-comp-img img {
	display: block;
	vertical-align: middle;
	width: auto;
	height: 600px;
	max-width: unset;
	max-height: unset;
}

.whitelabel_wallet .compare_section .img-comp-slider {
	position: absolute;
	z-index: 9;
	cursor: ew-resize;
	width: 66px;
	height: 66px;
	background-image: url(https://media.calibraint.com/calibraint-wordpress/wp-content/uploads/2024/10/28143644/compareSlider.svg);
	border-radius: 50%;
}

/* Testimonials styles here */
.whitelabel_wallet .testimonials_section .testimonials_details .avatar_1 {
	background-position: -246px -64px;
}
.whitelabel_wallet .testimonials_section .testimonials_details .avatar_2 {
	background-position: -176px -64px;
}
.whitelabel_wallet .testimonials_section .testimonials_details .avatar_3 {
	background-position: -316px -64px;
}
.whitelabel_wallet .testimonials_section .testimonials_details .quotes_icon {
	background-position: -16px -63px;
}

/* FAQ */
.whitelabel_wallet #wpsm_accordion_9028 {
	margin-bottom: 0 !important;
}

/* CTA Section styles here */
.whitelabel_wallet .cta-section {
	background-color: #f9f9f9;
}
.whitelabel_wallet .cta-section .cta-grid {
	grid-template-columns: 1fr 1fr;
	grid-gap: 3.75rem;
}
.whitelabel_wallet .cta-section .cta-info {
	background-color: #F3EAFD;
}
.whitelabel_wallet .cta-section .cta-info p {
	color: #454545;
	font-size: 16px;
	font-weight: 600;
	line-height: 150%; /* 24px */
}
.whitelabel_wallet .cta-section h2 {
	color: #080808;
	font-size: 32px;
	font-weight: 800;
	line-height: 130%; /* 41.6px */
}
.whitelabel_wallet .cta-section h3 {
	color: #080808;
	font-size: 24px;
	font-weight: 700;
	line-height: 150%; /* 36px */
}
.whitelabel_wallet .cta-section .callIcon {
	background-position: -96px -63px;
}
.whitelabel_wallet .cta-section .mailIcon {
	background-position: -136px -64px;
}

.whitelabel_wallet #wpforms-9044 {
	margin-bottom: 0;
}
.whitelabel_wallet #wpforms-9044 .wpforms-field  {
	position: static;
}

.whitelabel_wallet #wpforms-9044 .wpforms-field-label {
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	color: #888888;
	margin-bottom: 6px;
}

.whitelabel_wallet #wpforms-9044 .wpforms-form input[type="text"],
.whitelabel_wallet #wpforms-9044 .wpforms-form input[type="email"] {
	height: 52px;
	border-radius: 8px;
}

.whitelabel_wallet #wpforms-9044 .wpforms-form input[type="text"],
.whitelabel_wallet #wpforms-9044 .wpforms-form input[type="email"],
.whitelabel_wallet #wpforms-9044 .wpforms-form textarea {
	border: 1px solid #b0b0b0;
	outline: none;
	border-radius: 8px;
	background-color: transparent;
}

.whitelabel_wallet #wpforms-9044 .wpforms-form textarea {
	height: 110px;
	resize: none;
}

.whitelabel_wallet #wpforms-9044 .wpforms-form button[type="submit"] {
	width: fit-content !important;
	border-radius: 4px !important;
	border: 1px solid #9b51e0 !important;
	background-color: #9b51e0;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	padding: 10px 30px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.whitelabel_wallet #wpforms-9044 .wpforms-form button[type="submit"]:hover {
	background-color: #A761EB;
	border: 1px solid #A761EB;
	cursor: pointer;
}

.whitelabel_wallet #wpforms-9044 .wpforms-form button[type="submit"]:hover::after {
	background-position: -216px -6px;
}

.whitelabel_wallet #wpforms-9044 .wpforms-form button[type="submit"]::after {
	content: "";
	display: inline-flex;
	width: 20px;
	height: 20px;
	margin: 0 0 0 8px;
	background-image: url(https://media.calibraint.com/calibraint-wordpress/wp-content/uploads/2024/04/18114311/arrowIcons.svg);
	background-position: -188px -7px;
	transition: all 0.5s ease;
}
.whitelabel_wallet #wpforms-9044 .wpforms-error {
	margin-top: 4px;
}
.whitelabel_wallet #wpforms-9044 .wpforms-submit-spinner {
	margin: 6px auto !important;
	display: block;
}

.whitelabel_wallet .demo_video_section {
	background: url('https://media.calibraint.com/calibraint-wordpress/wp-content/uploads/2024/11/27063313/WalletDemoBg.png'), #191919;
	background-position: bottom;
    background-size: cover;
}
.whitelabel_wallet .demo_video_section video {
	width: 100%;
	margin-bottom: -4px;
}